@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap');
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

/***********************************
 reset
***********************************/
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
}
html, body{
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"游ゴシック Medium",YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: unset;
	height: auto;
	min-height: 100%;
}
a{
	color: #2a9de6;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover{
	color: #2eafff;
}
a img{
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.tel{
	cursor: text;
}
a.tel:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	min-width: 1200px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
}
article{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

section,
div.container{
	clear: both;
	position: relative;
	margin: 0 auto;
}
section{
	padding: 35px 0;
	max-width: 1150px;
}
div.container{
	width: calc(100% - 100px);
	min-width: 1150px;
}

@media screen and (max-width: 640px) {
	body{
		min-width: 100%;
		letter-spacing: 0;
	}
	article{
		padding: 1em 0;
	}
	section{
		padding: 1.5em 0;
		max-width: calc(100% - 8vw);
	}
	div.container{
		width: calc(100% - 8vw);
		min-width: auto;
	}
}

main{
	position: relative;
	width: 100%;
}

/***********************************
 others
***********************************/
p{
	margin: 0 0 1.2em;
}
p:last-child{
	margin: 0;
}

.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}

ul.disc{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 1.25em;
	text-align: left;
}
ul.caution{
	margin: 0 0 0 1.25em;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 0.13em 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "※";
}
ol{
	list-style-type: decimal;
	margin-left: 1.75em;
	text-align: left;
}

.marker{
	display: inline-block;
	margin: 0 0.1em;
	padding: 0 0.1em;
	background: linear-gradient(transparent 60%, #eaab4b 60%);
	font-size: 1.05em;
}

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	display: block;
}

header{
	position: relative;
	min-width: 1150px;
	height: 90px;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
}
header div.container{
	width: 1150px;
	height: 90px;
}

header h1{
	position: absolute;
	top: 15px;
	left: 0;
	width: 286px;
	height: 60px;
}
header h1 a{
	background: url(/images/logo.png) no-repeat center;
	text-indent: -9999px;
}
header h1 a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

header nav#addMenu{
	position: absolute;
	top: 17px;
	right: 0;
}
header nav#addMenu li{
	display: inline-block;
	margin: 0 14px 0 0;
	height: 56px;
	text-indent: -9999px;
}
header nav#addMenu li:first-child{
	background: url(/images/header_tel.png) no-repeat center;
	width: 204px;
}
header nav#addMenu li:last-child{
	margin: 0;
	background: url(/images/header_qr.png) no-repeat center / contain;
	width: 56px;
}

@media screen and (max-width: 640px) {
	header{
		min-width: 100%;
		height: 60px;
	}
	header div.container{
		width: calc(100% - 8vw);
		height: 60px;
	}

	header h1{
		top: 5px;
		width: 238px;
		height: 50px;
	}
	header h1 a{
		background-size: contain;
	}
}

footer{
	margin: 50px 0 0;
	background-image: linear-gradient(#ffffff 80px, #f5f5f5 80px, #f5f5f5 380px, #ffffff 380px);
}
footer div.container{
	min-width: 1150px;
}
footer div.container:nth-child(2){
	padding-top: 35px;
	text-align: left;
}
footer div.container:nth-child(2) a{
	color: #333333;
}
footer div.container:nth-child(2) a:hover{
	color: #ef91b0;
}
footer div.container:nth-child(2) a.tel:hover{
	color: #333333;
}

footer nav#footerNav{
	display: block;
	margin: 100px 0 20px;
	width: 600px;
	font-size: 0.9em;
}
footer nav#footerNav ul{
	display: inline-block;
	vertical-align: middle;
}
footer nav#footerNav ul.page li{
	position: relative;
	display: inline-block;
	margin: 0 60px 0 0;
}
footer nav#footerNav ul.page li::after{
	position: absolute;
	top: 0.3em;
	bottom: 0.3em;
	right: -30px;
	display: block;
	border-right: solid 1px #333333;
	content: "";
}
footer nav#footerNav ul.page li:last-child::after{
	display: none;
}
footer nav#footerNav ul.page li a{
	display: block;
	line-height: 1.5em;
}
footer nav#footerNav + p{
	margin: 0 0 40px;
}

footer #footerLogo{
	position: absolute;
	bottom: 62px;
	right: 60px;
	width: 130px;
	height: 134px;
}
footer #footerLogo img{
	display: block;
	max-width: 100%;
}

footer #copyright{
	clear: both;
	padding: 10px 0;
	letter-spacing: 0;
	text-align: right;
	font-size: 0.6em;
	border-top: solid 1px #e6e6e6;
}

@media screen and (max-width: 640px) {
	footer{
		background-image: linear-gradient(#ffffff 65px, #f5f5f5 65px, #f5f5f5 585px, #ffffff 585px);
	}
	footer div.container{
		min-width: calc(100% - 8vw);
	}
	footer div.container:nth-child(2){
		padding-top: 70px;
	}

	footer nav#footerNav{
		margin: 0 0 2.5em;
		width: 100%;
	}
	footer nav#footerNav ul.page,
	footer nav#footerNav ul.sns{
		display: block;
		margin: 0 auto 1em;
		text-align: center;
	}
	footer nav#footerNav ul.page li:last-child{
		margin: 0;
	}

	footer nav#footerNav + p{
		text-align: center;
	}

	footer #footerLogo{
		position: relative;
		bottom: unset;
		right: unset;
		margin: 30px auto;
	}

	footer #copyright{
		margin: 1.5em 0 0;
		padding: 0.5em 0 1em;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}

nav#globalNav{
	position: absolute;
	top: 30px;
	left: 400px;
	right: 300px;
	height: 35px;
	text-align: left;
	overflow: hidden;
}
nav#globalNav ul li{
	position: relative;
	display: inline-block;
	margin: 0 0 0 30px;
	height: 35px;
	line-height: 35px;
	font-size: 0.87em;
}
nav#globalNav ul li::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8px;
	display: block;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid #035237;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	content: "";
}
nav#globalNav ul li a{
	padding: 0 5px;
	color: #282828;
}
nav#globalNav ul li a:hover{
	color: #ef91b0;
}

@media screen and (max-width: 640px) {
	nav#addMenu,
	nav#globalNav{
		display: none;
	}
	
	.dwBtn,
	.drawer-menu{
		display: block;
	}
	/* dwWrap */
	#dwWrap{
		display: table;
		width: 100%;
		height: 100vh;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		overflow: hidden;
	}
	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		padding: 60px 0 40px;
		background: #3f3f3f;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
	}
	.drawer-menu li{
		text-align: center;
	}
	.drawer-menu li a{
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		color: #ffffff;
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	.drawer-menu li a:hover{
		color: #1a1e24;
		background: #ef91b0;
	}
	
	/* checkbox */
	.dwCheck{
		display: none;
	}
	
	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		top: 10px;
		right: 8px;
		display: block;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 101;
	}
	.bar{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 13px;
		opacity: 1;
	}
	.bar.bottom{
		top: 26px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.menu-btn__text{
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		color: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #cccccc;
	}
	.menu-btn:hover .menu-btn__text{
		color: #cccccc;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 300px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}
	
	/* checked */
	.dwCheck:checked ~ .drawer-menu{
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.dwCheck:checked ~ #dwWrap{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .close-menu{
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/***********************************
 #pnList
***********************************/
#pnList{
	background: #e1dec0;
	height: 2.5em;
	font-size: 0.9em;
}
#pnList::after{
	clear: both;
	display: block;
	content: "";
}
#pnList ul{
    margin: 0 auto;
	max-width: 1050px;
	line-height: 2.5em;
}
#pnList ul li{
	position: relative;
	float: left;
	margin: 0 3em 0 0;
}
#pnList ul li:after{
	position: absolute;
	top: 0;
	right: -2em;
	display: block;
	content: ">";
	color: #1d1d1d;
}
#pnList ul li:last-child:after{
	display: none;
}
#pnList ul li a{
	display: inline-block;
	color: #1d1d1d;
}
#pnList ul li a:hover{
	color: #2c9633;
}

@media screen and (max-width: 640px) {
	#pnList{
		padding: 0.5em 0;
		height: auto;
		font-size: 0.8em;
	}
	#pnList ul{
		max-width: calc(100% - 5vw);
		line-height: 1.8em;
	}
	#pnList ul li{
		margin: 0 2em 0 0;
	}
	#pnList ul li:after{
		right: -1.3em;
	}	
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	font-weight: normal;
	font-family: 'Shippori Mincho B1', serif;
	line-height: 1.5em;
}

#contact h2{
	text-indent: -9999px;
}

h3,
#home h2{
	position: relative;
	display:inline-block;
	margin: 0 auto 1em;
	padding: 80px 0 40px;
	min-height: 95px;
	text-align: left;
	font-size: 2.5em;
}

.flower{
	position: relative;
}
.flower h3,
#home .flower h2{
	position: unset;
}
.flower h3::before,
#home .flower h2::before,
.flower h3::after,
#home .flower h2::after{
	position: absolute;
	top: 0;
	display: block;
	width: 248px;
	height: 213px;
	content: "";
}
.flower h3::before,
#home .flower h2::before{
	left: 0;
	background: url(/images/ttl_left.png) no-repeat;
}
.flower h3::after,
#home .flower h2::after{
	right: 0;
	background: url(/images/ttl_right.png) no-repeat;
}
h3 strong,
#home h2 strong{
	position: relative;
	display: block;
	line-height: 1.5em;
	color: #d0bb4a;
	font-size: 0.45em;
	font-weight: normal;
}
h3 strong::after,
#home h2 strong::after{
	position: absolute;
	bottom: -4.5em;
	left: 0;
	display: block;
	background: url(/images/ttl_bottom.png) no-repeat;
	width: 91px;
	height: 5px;
	content: "";
}

h3.noDeco,
#home h2.noDeco{
	display: block;
	padding: 90px 0 30px;
}

h3.fukidashi,
#home h2.fukidashi{
	margin: 0 auto 0.5em;
	padding: 100px 0 0;
	min-height: auto;
}
h3.fukidashi::before,
#home h2.fukidashi::before,
h3.fukidashi::after,
#home h2.fukidashi::after{
	display: none;
}
h3.fukidashi strong::after,
#home h2.fukidashi strong::after{
	display: none;
}
h3.fukidashi strong span,
#home h2.fukidashi strong span{
	position: relative;
	display: inline-block;
	padding: 0 2em;
	color: #ef95b3;
}
h3.fukidashi strong span::before,
#home h2.fukidashi strong span::before,
h3.fukidashi strong span::after,
#home h2.fukidashi strong span::after{
	position: absolute;
	top: 0;
	width: 1em;
}
h3.fukidashi strong span::before,
#home h2.fukidashi strong span::before{
	left: 0.5em;
	content: "＼";
}
h3.fukidashi strong span::after,
#home h2.fukidashi strong span::after{
	right: 0.5em;
	content: "／";
}
h3.fukidashi > span,
#home h2.fukidashi > span{
	font-size: 0.75em;
}

footer h3{
	margin: 0 auto;
	padding: 30px 0;
	font-size: 3.2em;
}
footer h3::before,
footer h3::after,
footer h3 strong::after{
	display: none;
}
footer h3 strong{
	text-align: center;
	font-size: 0.33em;
}

h4{
	margin: 0 0 35px;
	padding: 30px 0 15px;
	background: url(/images/ttlBar.png) left bottom no-repeat;
	text-align: left;
	font-size: 1.8em;
}

h4.underbar{
	position: relative;
	background: none;
}
h4.underbar::after{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 3px;
	background: #c8c8c8;
	content: "";
}

footer nav#footerNav h3{
	margin: 0 0 0.8em;
	padding: 0;
	font-size: 1.2em;
	transform: none;
}

footer h4{
	margin: -10px auto 0;
	padding: 0;
	text-align: center;
	background: none;
	color: #232323;
}

@media screen and (max-width: 640px) {
	h3,
	#home h2{
		padding: 2em 0;
		font-size: 1.6em;
		min-height: auto;
		text-shadow: 0 1px 1px #ffffff, 1px 0 1px #ffffff, 1px 1px 0px #ffffff;
	}
	.flower h3::before,
	#home .flower h2::before,
	.flower h3::after,
	#home .flower h2::after{
		width: 28vw;
		height: 24vw;
		background-size: contain;
		z-index: -1;
	}
	.flower h3::before,
	#home .flower h2::before{
		left: -4vw;
	}
	.flower h3::after,
	#home .flower h2::after{
		top: unset;
		bottom: 1em;
		right:  -4vw; 
	}
	h3 strong,
	#home h2 strong{
		line-height: 1.8em;
		font-size: 0.55em;
	}
	h3 strong::after,
	#home h2 strong::after{
		bottom: -4em;
		background-size: contain;
		width: 73px;
		height: 4px;
	}

	h3.noDeco,
	#home h2.noDeco{
		padding: 2em 0 1em;
	}
	h3.fukidashi,
	#home h2.fukidashi{
		padding: 2.5em 0 0.5em;
		line-height: 1.3em;
	}
	h3.fukidashi strong span,
	#home h2.fukidashi strong span{
		padding: 0 2em 0.3em;
	}

	footer h3{
		font-size: 2.5em;
		line-height: 1.3em;
	}
	footer h3 strong{
		font-size: 0.4em;
	}
}

/***********************************
 table
***********************************/
table{
	margin: 0.5em 0;
	border-collapse: collapse;
}
table tr:first-child th{
	border-top: solid 3px #f7c8d7;
}
table tr:first-child td{
	border-top: solid 3px #e3e3e3;
}
table th{
	padding: 10px 20px;
	background: #f5f5f5;
	border-bottom: solid 1px #e3e3e3;
	font-weight: normal;
}
table td{
	padding: 10px 20px;
	background: #ffffff;
	border-bottom: solid 1px #e3e3e3;
}

@media screen and (max-width: 640px) {
	table th,
	table td{
		padding: 1em 0.6em;
		font-size: 0.95em;
	}
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: calc(100% + 80px);
	margin: 0;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.row + .row{
	margin-top: 80px;
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	margin: 0 80px 0 0;
}
.column1{ width: calc(100% - 80px); clear: both; }
.row .column2{ width: calc(50% - 80px); }
.row .column2.narrow{ width: calc(40% - 80px); }
.row .column2.wide{ width: calc(60% - 80px); }
.row .column3-1{ width: calc((100% /3) - 80px); }
.row .column3-2{ width: calc((100% /3) * 2 - 80px); }
.row .column4-1{ width: calc(25% - 80px); }
.row .column4-3{ width: calc(75% - 80px); }
.row .column5-1{ width: calc((100% /5) - 80px); }

@media screen and (max-width: 640px) {
	.row{
		display: block;
		width: 100%;
	}
	.row + .row{
		margin-top: 0;
	}
	.column1,
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		clear: both;
		float: unset;
		margin-bottom: 3em;
		width: 100%;
	}
	.row .column2:nth-child(2n){
		margin-bottom: 0;
	}
	.row .column4-1,
	.row .column4-3,
	.row .column5-1{
		background: #ff0000;
		width: calc(50% - 40px);
	}
}

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
column1,
.row img + img{
	margin-top: 40px;
}
@media screen and (max-width: 64px) {
	.row img + img{
		margin-top: 20px;
	}
}
.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}

.row .boxShadow{
	width: calc(100% - 2px);
	height: calc(100% - 3px);
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
.row .boxBorder{
	width: calc(100% - 2px);
	height: calc(100% - 3px);
	border: solid 1px #97bac9;
}
.row.boxRowBorder{
	padding: 40px 0 40px 40px;
	background: #ffffff;
	width: calc(100% - 42px);
	border: solid 1px #cfceac;
}

.row.boxRowBorder + .row.boxRowBorder{
	border-top: none;
	margin-top: -20px;
	padding-top: 0;
}
/*
.row.boxColor{
	padding: 40px 0 40px 40px;
	width:calc(100% - 42px);
	border: solid 1px #ffffff;
}
.row.boxColor.color01{ 	background: #ededed; }
.row.boxColor.color02{ 	background: #f2ecc7; }
.row.boxRowBorder .row:last-child,
.row.boxColor .row:last-child{
	margin: 0;
}
*/

/***********************************
 form
***********************************/
form label{
	display: inline-block;
	margin: 2px 0;
	padding: 3px 30px 3px 3px;
	cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea{
	margin: 0 5px;
	padding: 8px 10px;
	line-height: 1.3em;
	width: 80%;
}
input[type="number"]{
	width: 100px;
}
textarea{
	height: 3.9em;
}

input[type="radio"],
input[type="checkbox"]{
	margin: 0 5px;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	font-weight: bold;
	cursor: pointer;
}

select{
	margin: 0 5px;
	padding: 8px 10px;
	width: 200px;
	cursor: pointer;
}

input[type="button"].btn,
input[type="submit"].btn{
	display: block;
	margin: 50px auto 0;
	padding: 12px 20px;
	min-width: 300px;
	background: #333333;
	color: #ffffff;
	-webkit-transition: all .8s;
	transition: all .8s;
}
input[type="button"].btn:hover,
input[type="submit"].btn:hover{
	background: #998a43;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}

/***********************************
 .btn, .btnBox, .btnBoxRow
***********************************/
a.btn{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
a.btn:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.btn.celebration{ background-image: url(/images/btnCelebration.png); width: 250px; height: 250px; }

ul.btnBoxContact{
	clear: both;
	margin: auto;
	padding: 40px 0 0;
	width: 1150px;
}
ul.btnBoxContact::after{
	clear: both;
	display: block;
	content: "";
}
ul.btnBoxContact li{
	float: left;
	display: block;
	margin: 0 65px 0 0;
	width: 340px;
	height: 93px;
}
ul.btnBoxContact li img,
ul.btnBoxContact li a{
	display: block;
}
ul.btnBoxContact li:last-child{
	margin: 0;
}

ul.sns{
	display: inline-block;
}
ul.sns li{
	display: inline-block;
	margin: 0 30px 0 0;
}
ul.sns li:last-child{
	margin: 0;
}
ul.sns li a{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
	height: 100%;
}
ul.sns li a.line{ background-image: url(/images/icon_line.png); width: 22px; }
ul.sns li a.twitter{ background-image: url(/images/icon_twitter.png); width: 26px;}
ul.sns li a.instagram{ background-image: url(/images/icon_instagram.png); width: 21px;}
ul.sns li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	/*
	a.btn{
		background-size: contain;
		width: 320px;
		height: 143px;
	}
	*/

	ul.btnBoxContact{
		margin: auto;
		padding: 1em 0;
		width: 90%;
		max-width: 340px;
	}
	ul.btnBoxContact li{
		position: relative;
		float: none;
		margin: 0 0 1em;
		width: 100%;
	}
	ul.btnBoxContact li:nth-child(1){
		background: #998a43;
	}
	ul.btnBoxContact li:has(.line){
		background: #06c655;
	}
	ul.btnBoxContact li:last-child{
		margin: 0;
		background: #000000;
	}
	ul.btnBoxContact li img{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
	}
	ul.btnBoxContact li a{
		height: 100%;
	}

	.drawer-menu ul.btnBoxContact{
		margin: 1em auto 0;
		width: 80%;
	}
	.drawer-menu ul.btnBoxContact li{
		height: auto;
	}
	.drawer-menu ul.btnBoxContact li img{
		position: relative;
	}
	.drawer-menu ul.btnBoxContact li a:hover{
		background: #000000;
	}
}

a.btnTxt{
	display: block;
	margin: 0 auto;
	background: #fff6f9;
	width: calc(100% - 4px);
	max-width: 240px;
	height: 60px;
	line-height: 60px;
	color: #ef92b1;
	text-align: center;
	border: solid 2px #ef92b1;
}
a.btnTxt:hover{
	background: #ef92b1;
	color: #ffffff;
}

a.btnTxt2{
	display: inline-block;
	margin: 10px; 
	padding: 0.8em 2em 0.8em 2.02em;
	background: url(/images/btnArrow.png) no-repeat 230px center #00ade6;
	width: 200px;
	height: 33px;
	line-height: 33px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	border-radius: 8px;
}
a.btnTxt2:hover{
	background-color: #2c9633;
}

a.btnCircle-arrow{
    position: relative;
	top: calc(50% - 57px);
	left: calc(50% - 57px);
	display: flex;
	justify-content: space-around;
	align-items: center;
    padding: 10px;
    width: 90px;
	height: 90px;
    color: #1d1d1d;
    transition: 0.3s ease-in-out;
	border: solid 2px #1d1d1d;
	border-radius: 50%;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 1.2em;
}
a.btnCircle-arrow:hover{
    background: #f9f7f1;
}
a.btnCircle-arrow::before,
a.btnCircle-arrow::after{
	content: "";
	position: absolute;
	display: block;
	transition: all 0.3s;
	top: 50%;
}
a.btnCircle-arrow::before{
	right: 0.9rem;
	opacity: 0;
	width: 0.3rem;
	height: 2px;
	background: #1d1d1d;
	transform: translateY(-50%);
}
a.btnCircle-arrow::after{
	right: 0.9rem;
	opacity: 0.8;
	width: 0.5rem;
	height: 0.5rem;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
a.btnCircle-arrow:hover::before {
	opacity: 0.8;
	width: 2.8rem;
  right: -1.5rem;
}
a.btnCircle-arrow:hover::after {
	right: -1.5rem;
	opacity: 1;
	width: 0.8rem;
	height: 0.8rem;
}

/**********************************************************************
 
 page
 
**********************************************************************/
br.spBr{
	display: none;
}

.pcClose{
	display: none !important;
}

@media screen and (max-width: 640px) {
	.spReverse{
		flex-direction: column-reverse;
		display: flex;
	}
	br.spBr{
		display: block;
	}
	.pcClose{
		display: block !important;
	}
	.spClose{
		display: none !important;
	}
}

/***********************************
 #mainimage
***********************************/
#mainimage{
	position: relative;
	height: 200px;
	background-position: center;
	background-size: cover;
}
#mainimage::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
}
#contact #mainimage{ background-image: url(/images/flower.jpg); }

#home #mainimage{
	height: 632px;
	background-image: url(/images/main_bg.jpg);
	opacity: 1;  /* 追加 */
}
#home #mainimage::after{
	display: none;
}
#home #mainimage strong{
	position: absolute;
	top: 143px;
	left: 50%;
	display: block;
	margin-left: -570px;
	background: url(/images/main_message.png) no-repeat center;
	width: 660px;
	height: 342px;
	text-indent: -9999px;
	/*opacity: 0;  追加 */
}
#home #mainimage img#girl{
	position: absolute;
	top: 0;
	right: 50%;
	display: block;
	margin-right: -575px;
	width: auto;
	height: 800px;
	z-index: 1;
	/*opacity: 1; /* 追加 */
}
#home #mainimage img.atmosphere{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 1;
	animation-name: fader;
	animation-duration: 30s;
	animation-iteration-count: 1;
	opacity: 0;
}
@keyframes fader{
	from {
		opacity: 1;
		width: 480px;
		height: 270px;
	}
	10%  {
		opacity: 0.8;
	}
	50%  {
		opacity: 1;
		width: 960px;
		height: 540px;
	}
	80%  {
		bottom: 50vh;
		right: 50vw;
		opacity: 0.5;
		width: 960px;
		height: 540px;
	}
	to {
		opacity: 0.1;
		transform: translate(calc(-100vw + 54px),-762px);
	}
}

@media screen and (max-width: 640px) {
	#mainimage{
		height: 25vw;
	}

	#home #mainimage{
		height: 70vw;
	}
	#home #mainimage strong{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 85vw;
		background-size: contain;
		z-index: 2;
	}
	#home #mainimage img#girl{
		bottom: -11.5vw;
		right: -5vw;
		margin: 0 auto;
		width: auto;
		height: 84vw;
	}
}

/***********************************
 home
***********************************/
#home #concept{
	background: url(/images/bg_sakura.png) no-repeat top 46px center;
}
#home #concept > p{
	margin: 0 0 1.5em;
}
#home #concept #girlsMessage{
	position: relative;
	padding: 0;
	height: 815px;
}
#home #concept #girlsMessage strong,
#home #concept #girlsMessage img{
	position: absolute;
	display: block;
}
#home #concept #girlsMessage strong{
	top: 45px;
	right: 140px;
	background: url(/images/message0.png) no-repeat;
	width: 294px;
	height: 64px;
	text-indent: -9999px;
}
#home #concept #girlsMessage img:nth-child(1){
	top: 35px;
	left: 80px;
	width: 516px;
	height: 260px;
}
#home #concept #girlsMessage img:nth-child(2){
	top: 145px;
	right: 0;
	width: 478px;
	height: 268px;
}
#home #concept #girlsMessage img:nth-child(3){
	top: 385px;
	left: 0;
	width: 509px;
	height: 246px;
}
#home #concept #girlsMessage img:nth-child(4){
	top: 510px;
	right: 80px;
	width: 476px;
	height: 263px;
}

#home #flow ol{
	margin: 0;
	list-style: none;
}
#home #flow ol li{
	float: left;
	margin: 0 0 36px;
}
#home #flow ol li:nth-child(2n){
	float: right;
}

@media screen and (max-width: 640px) {
	#home #concept{
		margin-top: -2em;
		background-size: 640px;
	}
	#home #concept #girlsMessage{
		padding: 100px 0 30px;
		height: 100%;
	}
	#home #concept #girlsMessage strong{
		top: 20px;
		left: 10px;
		right: 0;
	}
	#home #concept #girlsMessage img:nth-child(n){
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 20px;
		max-width: 100%;
		height: auto;
	}
	#home #concept #girlsMessage img:nth-child(2n){
		left: unset;
		right: 0;
	}

	#home #prelusion h2.noDeco{
		padding-top: 0;
	}
	s
	#home #flow ol li:nth-child(n){
		float: unset;
	}
	#home #flow ol li img{
		display: block;
		margin: auto;
		width: 90%;
		max-width: 538px;
	}
}

/***********************************
 privacy
***********************************/
#privacy section{
	text-align: left;
	max-width: 70%;
}
@media screen and (max-width: 640px) {
	#privacy section{
		max-width: calc(100% - 8vw);
	}
}

#privacy section ul{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
#privacy section ul li,
#privacy section ol li{
	margin: 0 0 0.4em;
}



/***********************************
 contact
***********************************/
#contact main form table{
	margin: auto;
	width: 70%;
	text-align: left;
}
#contact main form table th{
	width: 220px;
}
#contact main form table th span{
	padding: 0 0 0 1em;
	color: #f96e9a;
	font-size: 0.7em;
}
#contact main form table + p.memo{
	margin: 0 0 20px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	#contact main form table{
		width: 100%;
		max-width: 500px;
	}
	#contact main form table th,
	#contact main form table td{
		display: block;
		width: auto;
	}
}

#thanksBox{
	margin: 50px 0;
	line-height: 1.8em;
}

/***********************************
 privacy
***********************************/
p.law{
	padding: 0 20px 10px;
	text-align: left;
}
dl.law{
	margin: 0 20px 15px;
	text-align: left;
}
dl.law dt{
	margin: 0 0 10px 0;
	font-weight: bold;
}
dl.law dd{
	margin: 0 0 10px 20px;
}



	 
article{
//	opacity: 0;
}

/***********************************
 Loading
***********************************/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  text-align:center;
  color:#fff;
  top:0;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
    z-index: 999;
  transform: translate(-50%, -50%);
  color: #000;
  width: 100%;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #fff;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}

/*応急処置*/
@media screen and (max-width: 640px) {
	#container{
		display: none;
	}
}

/***********************************
 Animation
***********************************/
/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
.fadeUp1{
	animation-delay: 0.7s;
	animation-name:fadeUpAnime1;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
.fadeUp2{
	animation-delay: 0.3s;
	animation-name:fadeUpAnime2;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
/*
@keyframes fadeUpAnime{
	from {
	  opacity: 1;
	}
  
	to {
	  opacity: 1;
	}
}
*/
@keyframes fadeUpAnime1{
	from {
	  opacity: 0;
	  transform: translateY(100px);
	}
  
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
}
@keyframes fadeUpAnime2{
	from {
		opacity: 0.5;
		transform: translateX(-20px);
		z-index: 1;
	}

	to {
		opacity: 1;
		transform: translateX(0);
		position: absolute;
		z-index: 1;
	}
}
  