@charset "UTF-8";

/* hacks */
@media (min-width:751px) {
	.george_baby .sp {
		display: none !important;
	}
}

@media (max-width:750px) {
	.george_baby .pc {
		display: none !important;
	}
}

.george_baby .ma {
	margin-left: auto;
	margin-right: auto;
}

.george_baby .pr {
	position: relative;
}

.george_baby .pa {
	position: absolute;
}

.george_baby .pf {
	position: fixed;
}

.george_baby .ps {
	position: sticky;
}

.george_baby .db {
	display: block;
}

.george_baby .di {
	display: inline;
}

.george_baby .dib {
	display: inline-block;
}

.george_baby .dn {
	display: none;
}

.george_baby .df {
	display: flex;
}

.george_baby .fww {
	flex-wrap: wrap;
}

.george_baby .fwnw {
	flex-wrap: nowrap;
}

.george_baby .fdrr {
	flex-direction: row-reverse;
}

.george_baby .jcc {
	justify-content: center;
}

.george_baby .jcsb {
	justify-content: space-between;
}

.george_baby .jcfs {
	justify-content: flex-start;
}

.george_baby .jcfe {
	justify-content: flex-end;
}

.george_baby .aic {
	align-items: center;
}

.george_baby .aifs {
	align-items: flex-start;
}

.george_baby .aife {
	align-items: flex-end;
}

.george_baby .oxa {
	overflow-x: auto;
}

.george_baby .oxs {
	overflow-x: scroll;
}

.george_baby .oxh {
	overflow-x: hidden;
}

.george_baby .oya {
	overflow-y: auto;
}

.george_baby .oys {
	overflow-y: scroll;
}

.george_baby .oyh {
	overflow-y: hidden;
}

.george_baby .vv {
	visibility: visible;
}

.george_baby .vh {
	visibility: hidden;
}

.george_baby .vc {
	visibility: collapse;
}

.george_baby .tl {
	text-align: left;
}

.george_baby .tc {
	text-align: center;
}

.george_baby .tr {
	text-align: right;
}

.george_baby .tj {
	text-align: justify;
}

.george_baby .fb {
	font-weight: bold;
}

.george_baby .fn {
	font-weight: normal;
}

.george_baby .cp {
	cursor: pointer;
}

.george_baby .hac {
	left: 50%;
	transform: translateX(-50%);
}

.george_baby .vam {
	top: 50%;
	transform: translateY(-50%);
}

.george_baby .fl {
	float: left;
}

.george_baby .fr {
	float: right;
}

.george_baby .clearfix:after,
.george_baby .clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.george_baby .marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

html {
	background: #efefef;
}

body {
	max-width: 750px;
	width: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
	color: #514945;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

p img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}

a {
	display: block;
	color: #514945;
	text-decoration: none;
	transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
}

a img {
	transition: opacity ease 0.3s;
}

a path {
	transition: fill ease 0.3s;
}

a:hover {
	opacity: 0.7;
}

/* header & footer */
header {
	width: 100%;
	height: 105px;
	background: rgba(256, 256, 256, 0.9);
	position: sticky;
	left: 0;
	top: 0;
	z-index: 999;
}

header h1 {
	width: 305px;
	height: 33px;
	left: 6%;
}

header .menuBtn {
	width: 40px;
	height: 27px;
	right: 4%;
}

header nav {
	width: 100%;
	height: auto;
	top: 0;
}

header nav .inner {
	max-width: 750px;
	width: 100%;
	height: 100vh;
	background: rgba(255, 251, 233, 0.95);
	top: -120vh;
	transition: 0.5s;
	padding: 150px 0;
	overflow: auto;
}

header nav.open .inner {
	top: 105px;
}

header nav .inner ul {
	margin-bottom: 8%;
}

header nav .inner ul li {
	position: relative;
	width: 78.13%;
	margin: auto;
	padding: 6% 0;
}
header nav .inner ul li:first-child {
	padding-top: 0;
}

header nav .inner ul li::before {
	content: '';
	display: block;
	width: 100%;
	height: 0.8vw;
	background: url(../img/dots.png) center / 100% no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}


header nav .inner ul li a:hover {
	opacity: 0.7;
}

header nav .inner .btn {
	width: 84%;
	margin: 0 auto;
}

header nav .inner .closeBtn {
	position: absolute;
	right: 40px;
	top: 45px;
	cursor: pointer;
}

header nav .inner .closeBtn span {
	max-width: 75px;
	width: 10vw;
	height: 2px;
	color: #666666;
	line-height: 1;
	vertical-align: middle;
	background: currentColor;
	border-radius: 2px;
	transform: rotate(45deg);
}

header nav .inner .closeBtn span::before {
	content: '';
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(90deg);
}


	footer{
	background: #fff;
	padding-bottom: 50px;
}
	footer .logo {
    width: 46.668%;
    padding: 50px 0;
    margin: 0 26.5%;
	
}

	footer small {
    font-size: 20px;
}

@media screen and (max-width:750px) {
	header {
		height: 14vw;
	}

	header h1 {
		width: 40.667vw;
		height: 4.4vw;
	}

	header .menuBtn {
		width: 8vw;
		height: 6.4vw;
		right: 4.8vw;
	}

	header nav .inner .btn {
		max-width: inherit;
	}

	header nav .inner .closeBtn {
		top: 2.6vw;
		right: 4.8vw;
	}

	header nav .inner .closeBtn span {
		width: 9vw;
		height: 2px;
	}

	header nav .inner {
		padding: 20% 0 20vw;
		right: 0;
		left: 0;
	}
	
	header nav.open .inner {
		top: 14vw;
	}

	header nav .inner .closeBtn {
		position: absolute;
		right: 4%;
		top: 1.5%;
		cursor: pointer;
	}

	footer {
		height: auto;
		font-size: 2.66667vw;
	}
	footer{
		padding-bottom: 6vw;
	}
	footer .logo {
		padding: 6vw 0;
	}
	
	footer small {
		font-size: 3vw;
	}
}

.coupon {
	left: 2%;
	right: 0;
	margin: auto;
	width: 86.4%;
	bottom: 40%;
	cursor: pointer;
}
.btn01 {
	left: 0;
	right: 0;
	margin: auto;
	width: 86.13%;
	bottom: 47%;
}
.coupon.second {
	bottom: 47.5%;
}
.btn01.second {
	top: 18%;
}



.success-msg {
	display: none;
	position: fixed;
	z-index: 100;
	width: auto;
	height: auto;
	background-color: rgb(41, 171, 164, .8);
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	top: calc(50% - 2em);
	left: 0;
	right: 0;
	margin: auto;
	padding: 2em 0;
	text-align: center;
}

@media screen and (max-width:750px) {
	.success-msg {
		font-size: 4vw;
	}
}





/* 各スタイル PC */
.fadeIn {
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.fadeIn.faded {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.inner {
	max-width: 100rem;
	width: calc(100% - 3rem);
	margin: 0 auto;
}



@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes updown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes dokidoki {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes dokidoki {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* 各スタイル SP */
@media screen and (max-width:750px) {
	.fadeIn {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}

	.fadeIn.faded {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.inner {
		width: 86.66667vw;
		max-width: inherit;
	}



	@-webkit-keyframes dokidoki {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		40% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		50% {
			-webkit-transform: scale(1.05);
			transform: scale(1.05);
		}

		60% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}

	@keyframes dokidoki {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		40% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		50% {
			-webkit-transform: scale(1.05);
			transform: scale(1.05);
		}

		60% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
}

.sec07				{ margin-bottom:5%; font-size: min(3.73vw,28px);}
.sec07 h2			{ max-width:66.67%; margin:0 auto 5%; }
.sec07 .inner		{ background:url("../img/bg.png");  display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;border-radius:15px; padding:5% 4%; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; width: 86.67%; max-width: 650px;}
.sec07 .list {
	color: #ff6559;
	padding: 2.67% 4% 5.3%;
}
.sec07 .list li {
	line-height: 2;
}
.sec07 .list a {
	color: #ff6559;
	display: inline-block;
	text-decoration: underline;
}
.sec07 .tel a{
	margin: 5% auto;
	width: 83.05%;
}
.sec07 .tel p {
	text-align: center;
	margin-bottom: 5%;
	letter-spacing: -0.05em;
}

.sec07 .inner .sns div { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:center; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; }
.sec07 .inner .sns div a { display:block; }
.sec07 .inner .sns div:nth-child(1) a { width: 40%;
	margin: 5% 2%; }
.sec07 .inner .sns div:nth-child(2) {  -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }

.sec07 .inner .sns div:nth-child(2) a { margin:0 3%; }
.sec07 .inner .sns div:nth-child(2) a:nth-child(1) { width:13.33333vw; margin-left:0; max-width: 91px;}
.sec07 .inner .sns div:nth-child(2) a:nth-child(2) { width:14.66667vw; max-width: 106px;}
.sec07 .inner .sns div:nth-child(2) a:nth-child(3) { width:14.66667vw; margin-right:0; max-width: 106px;} 