@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
    margin: 0px;
	padding: 0px;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:underline}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	overflow-x:hidden;
	background-image: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(240, 226, 226, 1));
}

#container{
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	text-align:left;
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0px 0px 19px 1px #d99595;
}

section{
	margin: 0;
	line-height: 0;
}

@media screen and (max-width: 979px) {
	body{
		font-size: 14px;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

#header{
	padding-bottom: 21px;
	background: url("img/header_shadow.png") repeat-x bottom;
	position: relative;
	z-index: 9999;
	width: 100%;
	line-height: 0;
}
#header .header_inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
}
#header .header_inner p{
	width: 49%;
	box-sizing: border-box;
}
#header .header_inner .logo{
	padding: 5px;
}
section.monitor{
	margin-top: 30px;
}
section.monitor .btn-booking{
	text-align: center;
}
section.monitor .btn-booking img{
	width: 90%;
	height: auto;
}

section.fv{
	margin-top: -21px;
}

section.faq{
	background: url("img/faq_bg.png") repeat-y;
	background-size: 100% auto;
	line-height: normal;
	padding: 20px 0 25px;
}
section.faq .faq_inner dl{
	background: #FFF;
	border-radius: 10px;
	margin: 0 auto 10px;
	padding: 15px;
	width: 85%;
	font-weight: 700;
}
section.faq .faq_inner dt.faq-ttl{
	background: url("img/faq_icon_q.png") no-repeat left center, url("img/faq_ar_right.png") no-repeat right 15px top 1em;
	background-size: 35px auto, 12px auto;
	padding: 10px 18px 10px 55px;
	cursor: pointer;
}
section.faq .faq_inner dt.faq-ttl.active{
	background: url("img/faq_icon_q.png") no-repeat left center, url("img/faq_ar_dwn.png") no-repeat right 15px top 1em;
	background-size: 35px auto, 12px auto;
}

section.faq .faq_inner dd.faq-ans{
	background: url("img/faq_icon_a.png") no-repeat left top .4em;
	background-size: 35px auto;
	padding: 10px 0 10px 55px;
	margin-top: 1em;
}

section.acc{
	background: url("img/acc_bg.png")  no-repeat top center;
	background-size: cover;
}
section.acc .map{
	width: 90%;
	margin: auto;
}


#footer{
	margin: 0;
	background: #1b1c41;
	text-align: center;
	color: #FFF;
	padding: 1.5em 0;
	font-size: 0.813em;
}