@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	font-size: 20px;
	-webkit-text-size-ajust: 100%;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #5c5c5c;
	width: 100%;
}
@font-face {
	font-display: swap;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	font-weight: 500;
	font-style: normal;
}
body {
	width: 100%;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0;
}
body::before {
	content: "";
	position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
	background: url("../images/bg.jpg") center/cover no-repeat;
	width: 100vw;
	height: 100vh;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	margin: 0;
}
figure {
	margin: 0;
}
h2 {
	text-align: center;
	font-size: 30px;
	color: #129eb7;
	margin: 0 0 10px;
}
h2 span {
	color: #000000;
}
h3 {
	text-align: center;
	font-size: 30px;
	margin: 10px 0;
}
p {
	text-align: center;
	font-size: 20px;
}
section {
	margin: 30px auto;
	padding: 30px 0;
}
.box_right {
	position: relative;
	margin: 30px auto;
}
.box_right ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	width: 90%;
	margin: 20px auto 0;
}
.box_right ul li {
	border-radius: 10px;
	overflow: hidden;
}
.box_right .text_box {
	width: 80%;
	margin: 20px 10px 0 auto;
}
.box_right .deco_text {
	position: absolute;
	top: 180px;
	left: -140px;
	transform: rotate(90deg);
	color: #cbdbda;
	font-size: 40px;
}
.box_left {
	position: relative;
	margin: 30px auto 0;
}
.box_left ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	width: 90%;
	margin: 20px auto 0;
}
.box_left ul li {
	border-radius: 10px;
	overflow: hidden;
}
.box_left .text_box {
	width: 80%;
	margin: 20px auto 0 10px;
}
.box_left .deco_text {
	position: absolute;
	top: 180px;
	right: -80px;
	transform: rotate(90deg);
	color: #cbdbda;
	font-size: 40px;
}
.box_center figure {
	width: 90%;
	max-width: 412px;
	border-radius: 20px;
	overflow: hidden;
	margin: 20px auto;
}
ul.slider_info {
	margin: 20px auto;
}
ul.slider_info li {
	width: 90%;
	max-width: 412px;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 20px;
}
ul.slider_info li p.shop_name {
	font-size: 20px;
}
ul.slider_info li p {
	font-size: 14px;
	margin: 10px;
}
ul.garally {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	width: 90%;
	margin: 20px auto 0;
}
ul.garally li {
	width: 31%;
	border-radius: 10px;
	overflow: hidden;
}
.btn_more a {
	display: inline-block;
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 20px auto;
}
.btn_buy a {
	display: inline-block;
	background: #129eb7;
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 20px auto;
}
.bg_green {
	background: #cbdbda;
}
header h1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 170px;
	margin: 0 auto;
}
#nav {
	position: fixed;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}
#nav ul li p {
	text-align: center;
	color: #ffffff;
	margin: 15px 0;
}
main {
	width: 90%;
	max-width: 480px;
	background: #ffffff;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	margin: 0 auto 50px;
}
#main {
	position: relative;
}
#main .logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 175px;
}
.map {
	width: 90%;
	max-width: 410px;
	height: 215px;
	border-radius: 20px;
	overflow: hidden;
	margin: 20px auto;
}
.map　iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#faq {
	width: 90%;
	margin: 0 auto;
}
#faq h2 {
	color: #5c5c5c;
	text-align: left;
	font-size: 20px;
}
#faq .faq-item {
    font-size: 14px;
    border-bottom: 1px solid #d3dcdc;
    padding: 15px 0;
}
#faq .faq-item p {
    font-size: 14px;
}
#faq .question {
    width: 100%;
    background: none;
    border: none;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
#faq .question .icon {
    width: 30px;
    height: 30px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: transform 0.3s;
}
#faq .faq-item.active .icon {
    transform: rotate(180deg);
}
#faq .answer {
    display: none;
    background: #cbdbda;
    padding: 15px;
    color: #555;
}
#youtube {
	width: 90%;
	margin: 20px auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	max-width: 480px;
	width: 100%;
	background: #000511;
	margin: 0 auto;
	padding: 30px 0;
}
footer p {
	color: #ffffff;
	font-size: 14px;
}
footer .logo {
	max-width: 100px;
	margin: 50%;
	margin: 0 auto;
}
#rooms_info .box_right .deco_text {
	left: -100px;
	color: #129eb7;
}
#rooms_info .box_left .deco_text {
	right: -100px;
	color: #129eb7;
}
#rooms_info ul.slider_info {
	padding: 20px 0;
}





@media screen and (max-width: 1200px) {
	body::before {
		background: url("../images/bg.jpg") left/cover no-repeat;
	}
	header {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
	p {
		font-size: 14px;
	}
	.box_right .deco_text {
		left: -105px;
		font-size: 30px;
	}
	.box_left .deco_text {
		right: -60px;
		font-size: 30px;
	}
	ul.slider_info li {
		width: 90%;
		max-width: 320px;
	}
	ul.slider_info li p.shop_name {
		font-size: 14px;
	}
	ul.slider_info li p {
		font-size: 10px;
	}
	#faq h2 {
		font-size: 14px;
	}
	#faq .faq-item {
		font-size: 10px;
	}
	#faq .faq-item p {
		font-size: 10px;
	}
	#faq .question {
		font-size: 10px;
	}
	#faq .question .icon {
		font-size: 10px;
	}
	footer p {
		font-size: 10px;
	}
	#rooms_info .box_right .deco_text {
		left: -78px;
	}
	#rooms_info .box_left .deco_text {
		right: -78px;
	}
}
