img {
	max-width: 100%;
	height: auto;
}
.l_wrap {
	margin: 0 auto;
	max-width: 640px;
	overflow: hidden;
}
.imageblock {
	font-size: 0;
	position: relative;
}
.absolute_yoko {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 5;
}
.btnstyle1 {
	position: absolute;
	left: 50%;
	animation: btn_animation 1.5s infinite;
	z-index: 5;
	width: 80.666%;
	display: block;
	font-size: 0;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	border-radius: 6px;
}
@keyframes btn_animation {
	0% {
		transform: translateX(-50%) scale(1.2);
		-webkit-transform: translateX(-50%) scale(1.2);
		-ms-transform: translateX(-50%) scale(1.2);
	}
	5% {
		transform: translateX(-50%) scale(1);
		-webkit-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
	}
	95% {
		transform: translateX(-50%) scale(1);
		-webkit-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
	}
	100% {
		transform: translateX(-50%) scale(1.2);
		-webkit-transform: translateX(-50%) scale(1.2);
		-ms-transform: translateX(-50%) scale(1.2);
	}
}
.btn1 {
	bottom: 16%;
}
.swiper1_wrap {
	position: absolute;
	z-index: 5;
	width: 86%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 19%;
	overflow: hidden;
	padding: 0 0 7%;
}
.swiper1 {
	position: relative;
}
.swiper1 .swiper-pagination {
	bottom: -5%;
}
.swiper-pagination-bullet {
	background: #bdbdbd;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.swiper2_wrap {
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -.5%;
	text-align: center;
}
.swiper2 .swiper-slide img {
	width: 81.2%;
}
.swiper_style1 .swiper-button-prev::after {
	display: none;
}
.swiper_style1 .swiper-button-prev {
	width: 12.133%;
	left: 3%;
}
.swiper_style1 .swiper-button-next::after {
	display: none;
}
.swiper_style1 .swiper-button-next {
	width: 12.133%;
	right: 3%;
}
.btn2 {
	top: 32.8%;
}
.yt_btn {
	position: absolute;
	z-index: 5;
	width: 80.933%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 12.5%;
	font-size: 0;
}
.yt_thumb::before {
	content: "TAPして動画を再生！";
	position: absolute;
	left: 50%;
	top: 78%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 6;
	font-size: 3.1vw;
	background: rgba(0,0,0,.6);
	color: #FFF;
	display: inline-block;
	white-space: nowrap;
	border-radius: 999px;
	padding: .4em 1em;
}
.yt_thumb {
	width: 80.9333%;
	top: 6%;
	cursor: pointer;
	z-index: 5;
}
.yt_embed {
	width: 68%;
	aspect-ratio: 16 / 9;
	z-index: 3;
	top: 6%;
}
.yt_embed iframe {
	width: 100%;
	height: 100%;
}
.voice_h {
	position: absolute;
	left: 50%;
	top: 87.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 83.066%;
	z-index: 10;
}
.swiper3_wrap {
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 3%;
	text-align: center;
}
.swiper3 .swiper-slide img {
	width: 91.066%;
}
.swiper3.swiper_style1 .swiper-button-prev {
	left: .6%;
}
.swiper3.swiper_style1 .swiper-button-next {
	right: .6%;
}
.swiper4_wrap {
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 8%;
	text-align: center;
}
.swiper4 .swiper-slide img {
	width: 91.066%;
}
.swiper4.swiper_style1 .swiper-button-prev {
	left: .6%;
}
.swiper4.swiper_style1 .swiper-button-next {
	right: .6%;
}
.btn3 {
	top: 12.5%;
}
.btn4 {
	top: 86.9%;
}
.access_wrap {
	background: #f2cb5e;
	padding: 1px 9.6% 12%;
}
.access_ac {
	margin: 0 0 10px;
}
.access_ac dt {
	background: #fff;
	position: relative;
	font-size: 3.733vw;
	border-radius: 5px;
	padding: 1.5em .8em 1.3em;
	font-weight: 600;
	margin: 0;
	cursor: pointer;
}
.access_ac > dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	width: 4.2%;
	padding-top: 50%;
	display: inline-block;
	transition: .5s;
	background-image: url(../img/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.access_ac > dt.ac_clicked::before {
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
}
.access_ac > dt.ac_clicked {
	border-radius: 5px 5px 0 0;
}
.access_ac dd {
	display: none;
	padding: 0;
	margin: 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
	position: relative;
	padding: 5%;
}
.access_ac dd::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 94%;
	height: 1px;
	background: #555;
}
.table1 {
	width: 100%;
}
.table1 th, .table1 td {
	text-align: left;
	line-height: 1.4;
	font-size: 2.9333vw;
	vertical-align: top;
	padding: 0 0 1em;
}
.table1 th {
	width: 25%;
}
.gal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.gal > img {
	width: 32%;
}
.gal.gal-col2 {
	justify-content: center;
}
.gal.gal-col2 > img {
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.map iframe {
	width: 100%;
}
.faq_wrap {
	background: #f1f1f1;
	padding: 1px 9.7333% 10%;
}
.faq dt {
	position: relative;
	font-size: 3.466vw;
	cursor: pointer;
	padding: 1.4em 1.5em .85em 1.5em;
	border-bottom: 1px solid;
}
.faq dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.4em;
	background-image: url(../img/q.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 5%;
	padding-top: 5%;
}
.faq_toggle {
	display: inline-block;
	width: 4%;
	padding-top: 4%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.faq_toggle::before, .faq_toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #000;
	transition: .5s;
}
.faq_toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
}
.faq dt.faq_clicked .faq_toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
}
.faq dd {
	font-size: 3.466vw;
	padding: 1.4em 0 2.5em;
	line-height: 1.5;
	margin: 0;
	display: none;
}
.fixedbtn {
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 99;
	width: 100%;
	font-size: 0;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


@media screen and (min-width: 640px) {
	.yt_thumb::before {
		font-size: 20px;
	}
	.access_ac dt {
		font-size: 23.899px;
	}
	.table1 th, .table1 td {
		font-size: 18.77333px;
	}
	.faq dt, .faq dd {
		font-size: 22.1866px;
	}
}





