@charset "UTF-8";
/* CSS Document */

html {
	font-size: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	color: #311600;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1;
}

b {
	font-weight: bold;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.linkarea {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.pc1500 {
	display: block;
}


.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.load{
	width:100%;
	min-height:100%;
	z-index:999;
	background:white;
	opacity:1;
	transition:1s;
	overflow: hidden;
}

.wrapper{display:none;} .on{display:block;}
.off{
	opacity:0;
	transition:1s;
	animation: 0.1s linear 1s out-area forwards;
}
@keyframes out-area {
	0%{transform:translateX(0px);}
	100%{transform:translateX(10000px);}
}


.backimg1 {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 100vw;
	height: auto;
	z-index: -1;
	overflow: hidden;
	object-fit: cover;
}

.backimg2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
	z-index: -1;
}

/*---------------------------------------------*/
/*
/* SNSサイドバー（sns_sidebar.php）
/*
/*---------------------------------------------*/

.sns_sidebar {
	opacity: 0;
	position: fixed;
	bottom: 80px;
	right: 30px;
	transition: 0.5s;
	z-index: 999999;
}
.sns_sidebar.on {
	opacity: 1;
	transition: 0.5s;
}
.sns_icon_block {
	position: relative;
	width: 39px;
	height: 39px;
	margin-bottom: 12px;
}
.sns_icon_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_anker {
	position: relative;
	width: 39px;
	height: 165px;
	margin-top: 54px;
}
.top_anker img {
	position: absolute;
	width: auto;
	height: 165px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

/*---------------------------------------------*/
/*
/* ヘッダー（header.php）
/*
/*---------------------------------------------*/

.header_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 253px;
	z-index: 998;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	.header_menu {
		height: 150px;
	}
}

.open_menu_block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 253px;
	z-index: 1;
	cursor: pointer;
}
@media screen and (max-width: 700px) {
	.open_menu_block {
		width: 100px;
		height: 150px;
	}
}
.open_menu_logo {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	margin: 40px auto 30px;
}
@media screen and (max-width: 700px) {
	.open_menu_logo {
		margin: 30px auto;
		width: 45%;
	}
}
.open_menu_icon {
	position: absolute;
	top: 73%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 21px;
	height: 18px;
}
.reserve_btn_block {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 253px;
	z-index: 1;
}
@media screen and (max-width: 700px) {
	.reserve_btn_block {
		width: 108px;
		height: 108px;
	}
}
.open_menu_block::before,
.reserve_btn_block::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFE3AD;
	opacity: 0.42;
	z-index: 0;
}
.reserce_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: auto;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 700px) {
	.reserce_icon {
		top: 45%;
		width: 40%;
	}
}
.reserve_btn_p {
	position: absolute;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: white;
	font-size: 24px;
	letter-spacing: 5.33px;
	top: 72%;
	left: 50%;
	transform: translate(-50%,-50%)
}
@media screen and (max-width: 700px) {
	.reserve_btn_p {
		font-size: 18px;
		top: 75%;
	}
}
.open_menu_section {
	position: fixed;
	opacity: 0;
	top: 0px;
	left: 0px;
	width: 40vw;
	height: 100vh;
	transform: translateX(-40vw);
	transition: 0.7s;
	background: #AE8E6A;
	z-index: 99999;
	padding: 40px;
	overflow-y: auto;
}
.open_menu_section.open {
	transform: translateX(0px);
	opacity: 1;
	transition: 0.5s;
}
@media screen and (max-width: 1500px) {
	.open_menu_section {
		width: 80vw;
		transform: translateX(-80vw);
	}
}
@media screen and (max-width: 700px) {
	.open_menu_section {
		width: 100vw;
		transform: translateX(-100vw);
	}
}
.open_menu_logo_block {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.open_menu_logo_ {
	width: 75px;
	height: auto;
	margin-right: 22px;
}
.open_menu_logo_p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.27px;
	color: white;
	margin: auto 0px;
}
.open_menu_close_block {
	width: 40px;
	height: 40px;
	margin: 30px auto auto 20px;
	cursor: pointer;
}
.open_menu_close_btn {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.open_menu_nav {
	width: 80%;
	margin-top: 40px;
}
@media screen and (max-width: 700px) {
	.open_menu_nav {
		width: 100%;
	}
}

.open_menu_nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.open_menu_nav ul li {
	position: relative;
	width: 48%;
	padding: 0px 0px 0px 88px;
	margin-bottom: 30px;
}
.open_menu_nav ul li::after {
	position: absolute;
	content: "";
	width: 69px;
	height: 1px;
	background: white;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.open_menu_nav ul li p:nth-child(1) {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
	letter-spacing: 0.32px;
	line-height: 29px;
	color: white;
	margin-bottom: 2px;
	white-space: nowrap;
}
.open_menu_nav ul li p:nth-child(2) {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 12px;
	letter-spacing: 0.22px;
	color: white;
	white-space: nowrap;
}
.open_menu_banner_block {
	margin-top: 40px;
	width: 90%;
}
@media screen and (max-width: 700px) {
	.open_menu_banner_block {
		width: 100%;
	}
}

.open_menu_banner {
	position: relative;
	width: 100%;
	height: 72px;
	margin-bottom: 18px;
	border-radius: 18px;
	overflow: hidden;
}
.open_menu_banner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.open_menu_banner_hotpepper {
	position: relative;
	width: 100%;
	height: 72px;
	border-radius: 18px;
	background: #FFEFEF;
	border: 1px solid #9A1D49;
	margin-bottom: 18px;
}
.open_menu_banner_hotpepper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.open_menu_credit {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	letter-spacing: 0.54px;
	line-height: 24px;
	color: white;
	margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
	.open_menu_credit {
		text-align: center;
	}
}
.open_menu_sns_block {
	display: flex;
}
@media screen and (max-width: 700px) {
	.open_menu_sns_block {
		justify-content: center;
	}
}
.open_menu_sns_block li {
	position: relative;
	width: 39px;
	height: 39px;
	margin-right: 18px;
}

/*---------------------------------------------*/
/*
/* トップページ（/）
/*
/*---------------------------------------------*/

.key_visual_block {
	position: relative;
	width: 100vw;
	height: 480px;
}
.key_visual_block::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFE3AD;
	opacity: 0.15;
}
.key_visual_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.width1366 {
	width: 1366px;
	margin: auto;
}
@media screen and (max-width: 1500px) {
	.width1366 {
		width: 94%;
	}
}

.title_blocok {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-top: 140px;
}
.popup_block .title_blocok {
	margin-top: 0px;
}
.title_blocok img {
	height: 65px;
	width: auto;
	margin-bottom: 4px;
}

.title_blocoklg img {
    height: auto;
    width: auto;
    margin-bottom: 4px;
}

@media screen and (max-width: 700px) {
	.title_blocok img {
		height: 50px;
	}
	.title_blocoklg img {
		height: auto;
	}
}
.title_p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
	text-align: center;
	color: #8B6418;
}
.discription_p1 {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin-top: 70px;
	letter-spacing: 0.54px;
}
@media screen and (max-width: 900px) {
	.discription_p1 {
		text-align: left;
		width: 90%;
		margin: 70px auto auto auto;
	}
}

/*　About us
--------------------------------*/

.aboutus_slide_blocok {
	display: flex;
	justify-content: space-between;
	margin-top: 260px;
}
@media screen and (max-width: 1500px) {
	.aboutus_slide_blocok {
		display: block;
		margin-top: 90px;
	}
}
.aboutus_slide_textbox {
	position: relative;
	background: #F3ECE4;
	text-align: center;
	padding: 80px 0px;
	width: 556px;
	height: 540px;
}
@media screen and (max-width: 1500px) {
	.aboutus_slide_textbox {
		display: flex;
		justify-content: space-between;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		height: auto;
		z-index: -1;
		padding: 80px 14vw;
	}
}
@media screen and (max-width: 700px) {
	.aboutus_slide_textbox {
		display: block;
		padding: 100px 14vw 80px 14vw;
	}
}
.aboutus_slide_textbox::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 444px;
	background: #F3ECE4;
	top: 0px;
	left: 100%;
}
.aboutus_slide_textbox_img {
	height: 170px;
	width: auto;
	margin-bottom: 40px;
}
.aboutus_slide_textbox_img_sp {
	display: none;
	position: absolute;
	height: 140px;
	width: auto;
	margin-bottom: 40px;
	bottom: 0px;
	right: 20px;
}
@media screen and (max-width: 1500px) {
	.aboutus_slide_textbox_img {
		margin: auto;
	}
}
@media screen and (max-width: 700px) {
	.aboutus_slide_textbox_img {
		display: none;
	}
	.aboutus_slide_textbox_img_sp {
		display: block;
	}
}
.aboutus_slide_textbox_p {
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 39px;
	color: #311600;
}
@media screen and (max-width: 1500px) {
	.aboutus_slide_textbox_p {
		text-align: left;
		margin: auto;
	}
}
@media screen and (max-width: 700px) {
	.aboutus_slide_textbox_p {
		font-size: 15px;
		line-height: 36px;
	}
}
.aboutus_slide {
	transform: translateY(-140px);
}
@media screen and (max-width: 1500px) {
	.aboutus_slide {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		transform: translateY(0px);
	}
}
.aboutus_slide_contents {
	position: relative;
	width: 810px;
	height: 480px;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	.aboutus_slide_contents {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.aboutus_slide_contents {
		height: 235px;
	}
}
.aboutus_slide_contents_img,
.aboutus_slide_contents_img_ {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 2s;
}
.aboutus_slide_contents_img.on,
.aboutus_slide_contents_img_.on {
	opacity: 1;
	transition: 2s;
	animation: slide_zoom 6s ease 0s forwards;
}
@keyframes slide_zoom {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.aboutus_slide_pager {
	margin-top: 24px;
	text-align: right;
}
@media screen and (max-width: 1500px) {
	.aboutus_slide_pager {
		position: absolute;
		right: 30px;
		bottom: -30px;
		z-index: 10;
	}
}
@media screen and (max-width: 700px) {
	.aboutus_slide_pager {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
}
.aboutus_slide_pager span {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin-right: 12px;
	background: #919191;
}
.aboutus_slide_pager span.on {
	background: #F0C63D;
}


/*　Concept
--------------------------------*/

.concept_image_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1080px;
	margin: 90px auto auto auto;
}
@media screen and (max-width: 1500px) {
	.concept_image_flex {
		width: 100%;
	}
}
.concept_image_block {
	width: 330px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1500px) {
	.concept_image_block {
		width: 48%;
		margin: 0px auto;
	}
}
@media screen and (max-width: 700px) {
	.concept_image_block {
		width: 100%;
	}
}
.concept_image_block_img {
	width: 100%;
	height: 240px;
}
.concept_image_block_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.concept_image_block p {
	padding: 35px 30px;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.54px;
}


.concept_description_block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 120px;
}
@media screen and (max-width: 1500px) {
	.concept_description_block {
		display: block;
	}
}
.concept_description_image {
	position: relative;
	width: 690px;
	height: 480px;
	flex-shrink: 0;
	margin-right: 60px;
}
@media screen and (max-width: 1500px) {
	.concept_description_image {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}
@media screen and (max-width: 700px) {
	.concept_description_image {
		height: 234px;
	}
}
.concept_description_main_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.concept_description_sub_img {
	position: absolute;
	width: 540px;
	height: auto;
	top: -85px;
	left: 50%;
	transform: translate(-50%,0px);
}
@media screen and (max-width: 700px) {
	.concept_description_sub_img {
		width: 75%;
	}
}
.concept_description_text {
	margin: auto;
	width: 100%;
}
@media screen and (max-width: 1500px) {
	.concept_description_text {
		width: 70%;
		margin-top: 70px;
	}
}
@media screen and (max-width: 700px) {
	.concept_description_text {
		width: 90%;
	}
}
.concept_description_p1 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #8B6418;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0.86px;
}
@media screen and (max-width: 700px) {
	.concept_description_p1 {
		font-size: 20px;
		line-height: 36px;
	}
}


/*　Menu
--------------------------------*/

.menu_slide_block {
	position: relative;
	width: 1080px;
	height: 390px;
	margin: 60px auto auto auto;
	overflow: hidden;
}
@media screen and (max-width: 1160px) {
	.menu_slide_block {
		width: 100vw;
		margin: 60px calc(50% - 50vw) auto;
	}
}
@media screen and (max-width: 700px) {
	.menu_slide_block {
		height: auto;
	}
}
.menu_slide_main {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 700px) {
	.menu_slide_main {
		height: auto;
	}
}
.menu_slide_main_block {
	display: flex;
	justify-content: space-between;
	padding: 0px 110px;
	width: 1080px;
	flex-shrink: 0;
}
@media screen and (max-width: 1160px) {
	.menu_slide_main_block {
		height: 391px;
		width: 100vw;
	}
}
@media screen and (max-width: 700px) {
	.menu_slide_main_block {
		display: block;
		height: auto;
		padding: 0px 5vw;
	}
}
.menu_slide_main_block_img {
	width: 450px;
	height: 90%;
	margin-right: 40px;
	flex-shrink: 0;
}
@media screen and (max-width: 1160px) {
	.menu_slide_main_block_img {
		width: 35%;
		height: 95%;
	}
}
@media screen and (max-width: 700px) {
	.menu_slide_main_block_img {
		width: 100%;
		margin: auto auto 80px;
		height: 260px;
	}
}
.menu_slide_main_block_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu_slide_main_block_text {
	width: 100%;
}
@media screen and (max-width: 700px) {
	.menu_slide_main_block_text {
		width: 85%;
		margin: auto;
	}
}
.menu_slide_main_block_p1 {
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	padding: 10px 18px;
	border: #8B6418 1px solid;
	color: #8B6418;
	margin-bottom: 24px;
	letter-spacing: 1.17px;
}
.menu_slide_main_block_p2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	letter-spacing: 1.87px;
	line-height: 39px;
	color: #8B6418;
	margin-bottom: 20px;
}
.menu_slide_main_block_p3 {
	font-size: 15px;
	letter-spacing: 0.54px;
	line-height: 26px;
	color: #311600;
	margin-bottom: 30px;
}
.menu_slide_main_block_p4 {
	display: inline-block;
	position: relative;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	letter-spacing: 1.17px;
	line-height: 24px;
	color: #4E725B;
	padding: 12px 40px 12px 18px;
	border: 1px solid #4E725B;
	z-index: 99999;
}
.menu_slide_main_block_p4::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	background-image: url("../img/other_link.svg");
}

.menu_slide_nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.menu_slide_nav_prev,
.menu_slide_nav_next {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 100%;
	cursor: pointer;
}
@media screen and (max-width: 700px) {
	.menu_slide_nav_prev,
	.menu_slide_nav_next {
		width: 60px;
		top: -10%;
	}
}
.menu_slide_nav_next {
	left: auto;
	right: 0px;
}
.menu_slide_nav_prev img,
.menu_slide_nav_next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 21px;
	height: 24px;
}
.menu_slide_nav_next img {
	transform: translate(-50%,-50%) rotate(180deg);
}

.menu_slide_nav_pager {
	position: absolute;
	bottom: 0px;
	left: 110px;
}
@media screen and (max-width: 1500px) {
	.menu_slide_nav_pager {
		bottom: 0px;
	}
}
@media screen and (max-width: 700px) {
	.menu_slide_nav_pager {
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		top: 38%;
	}
}
.menu_slide_nav_pager span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #919191;
	margin-right: 12px;
}
.menu_slide_nav_pager span.on {
	background: #F0C63D;
}

/*　Room
--------------------------------*/

.treatment_room_slide {
	position: relative;
	height: 396px;
	width: 100vw;
	margin: 60px auto auto auto;
}
.treatment_room_slide_block {
	margin: 0 10px;
}
@media screen and (max-width: 790px) {
	.treatment_room_slide_block {
		width: 80%;
	}
}
.treatment_room_slide_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slick-dots {
	bottom: -54px;
}
.slick-list,
.slick-track {
	height: 396px;
}
.treatment_room_slide_description .slick-list,
.treatment_room_slide_description .slick-track {
	height: auto;
}

.slick-dots li {
	width: 50px;
	height: 2px;
	margin: 0 12px;
	background: #919191;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li.slick-active {
	background: #F0C63D;
}

.treatment_room_slide_nav {
	text-align: center;
	margin: 30px auto;

}
.treatment_room_slide_nav span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #919191;
	margin-right: 12px;
}
.treatment_room_slide_nav span.on {
	background: #F0C63D;
}
.treatment_room_slide_description {
	position: relative;
	width: 710px;
	margin: 80px auto auto auto;
}
@media screen and (max-width: 790px) {
	.treatment_room_slide_description {
		width: 90%;
	}
}
.treatment_room_slide_description_box {
	width: 100%;
	background: #F8F4ED;
	padding: 60px 110px;
	margin: auto;
	transition: 0.3s;
}
@media screen and (max-width: 700px) {
	.treatment_room_slide_description_box {
		padding: 36px 30px;
	}
}
.description_box_p1 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.87px;
	color: #8B6418;
	margin-bottom: 20px;
}
.description_box_p2 {
	font-size: 15px;
	letter-spacing: 0.54px;
	line-height: 26px;
}
@media screen and (max-width: 700px) {
	.description_box_p1 {
		text-align: center;
	}
}


/*　Information
--------------------------------*/

.info_block {
	display: flex;
	justify-content: space-between;
	width: 1080px;
	background: #F8F4ED;
	border-radius: 18px;
	padding: 65px;
	margin: 60px auto auto auto;
}
@media screen and (max-width: 1500px) {
	.info_block {
		display: block;
		width: 75%;
		padding: 45px 38px;
	}
}
@media screen and (max-width: 700px) {
	.info_block {
		width: 86%;
	}
}
.info_block_left {
	width: 475px;
	margin-right: 50px;
	flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
	.info_block_left {
		width: 100%;
		margin-bottom: 36px;
	}
}
.info_block_left_top {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid #8B6418;
	margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
	.info_block_left_top {
		display: block;
		border-bottom: none;
	}
}
@media screen and (max-width: 700px) {
	.info_block_left_top::after {
		position: absolute;
		content: "";
		width: calc(100% + 76px);
		height: 1px;
		left: 50%;
		bottom: 0px;
		transform: translateX(-50%);
		background: #8B6418;
	}
}
.info_block_left_top a {
	color: #8B6418;
}
.info_block_left_top img {
	width: 88px;
	height: auto;
	margin: auto 20px;
}
@media screen and (max-width: 700px) {
	.info_block_left_top img {
		margin: auto auto 30px auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}
.info_block_left_top_p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	letter-spacing: 0.54px;
	line-height: 30px;
	color: #8B6418;
}
.info_block_left_description {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	letter-spacing: 0.54px;
	line-height: 27px;
	color: #8B6418;
}
.info_block_right {
	width: 100%;
}
.google_map {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
}
.google_map iframe {
	width: 100%;
	height: 100%;
}
.google_map_link {
	display: inline-block;
	position: relative;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	letter-spacing: 1.17px;
	color: #4E725B;
	padding: 16px 32px 16px 18px;
	border: 1px solid #4E725B;
	background: white;
}
.google_map_link::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-image: url("../img/other_link.svg");
}


/*　Reserve
--------------------------------*/

.reserve_banner_block1 {
	display: flex;
	justify-content: space-between;
	margin: 60px auto auto auto;
	width: 947px;
}
@media screen and (max-width: 1500px) {
	.reserve_banner_block1 {
		display: block;
		width: 100%;
	}
}
.reserve_banner {
	position: relative;
	width: 450px;
	height: 90px;
	border-radius: 18px;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	.reserve_banner {
		width: 70%;
		margin: auto auto 30px auto;
	}
}
@media screen and (max-width: 700px) {
	.reserve_banner {
		width: 100%;
		margin: auto auto 30px auto;
	}
}
.reserve_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1500px) {
	.reserve_banner img {
		object-fit: contain;
	}
}
.reserve_banner_block2 {
	position: relative;
	width: 947px;
	height: 90px;
	padding: 20px 0px;
	border-radius: 20px;
	background: #FFEFEF;
	border: 1px solid #9A1D49;
	margin: 30px auto auto auto;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	.reserve_banner_block2 {
		width: 70%;
	}
}
@media screen and (max-width: 700px) {
	.reserve_banner_block2 {
		width: 100%;
	}
}


/*---------------------------------------------*/
/*
/* フッター（footer.php）
/*
/*---------------------------------------------*/

footer {
	background: #DF9184;
	width: 100vw;
	margin-top: 180px;
}
.footer_p1 {
	font-family: Han "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	color: white;
	text-align: center;
	padding: 15px 0px;
}


/*---------------------------------------------*/
/*
/* 問い合わせ（~/contact/）
/*
/*---------------------------------------------*/

.contact_width550 {
	width: 550px;
	margin: auto;
}
@media screen and (max-width: 630px) {
	.contact_width550 {
		width: 90%;
	}
}

.contact_flow {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 90px;
	margin-top: 100px;
}
.contact_flow_p1 {
	font-size: 18px;
	font-weight: bold;
	color: #9CADBA;
	background: #F4F4F4;
	border-radius: 100vh;
	padding: 9px 40px;
	letter-spacing: 1.17px;
}
.contact_flow_p1.on {
	color: white;
	background: #AE8E6A;
}
@media screen and (max-width: 630px) {
	.contact_flow_p1 {
		font-size: 15px;
		padding: 10px 30px;
	}
}
.contact_flow img {
	width: 18px;
	height: 36px;
	object-fit: cover;
	margin: auto;
}
@media screen and (max-width: 630px) {
	.contact_flow img {
		height: 28px;
		width: auto;
	}
}
.contact_p1 {
	font-size: 15px;
	letter-spacing: 0.54px;
	line-height: 26px;
	color: #837C60;
	text-align: center;
	margin-bottom: 67px;
}

.contact_input {
	display: inline-block;
	width: 100%;
	margin-bottom: 33px;
}

.form_half {
	display: flex;
	justify-content: space-between;
}
.form_half div {
	width: 48%;
}
@media screen and (max-width: 630px) {
	.form_half {
		display: block;
	}
	.form_half div {
		width: 100%;
	}
}
.contact_input p {
	font-size: 15px;
	color: #837C60;
	margin-bottom: 15px;
}
.contact_input div {
	position: relative;
	font-size: 12px;
	padding: 24px 15px;
	background: #F4F4F4;
	color: #313029;
	border-radius: 6px;
	width: 100%;
}
.contact_input div.error {
	position: relative;
	background:#F4E9E9;
}
.contact_input div.error::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/input_error.svg");
}
.contact_input div input {
	width: 100%;
	height: 100%;
}
.contact_input input:placeholder {
	color: #AEBCC7;
}
.input_message {
	font-size: 12px;
	padding: 24px 15px;
	background: #F4F4F4;
	color: #313029;
	border-radius: 6px;
	width: 100%;
	min-height: 240px;
	max-height: 240px;
}
.input_message.error {
	background:#F4E9E9;
}
.input_check {
	text-align: center;
}
.contact_form input[type="checkbox"] {
	display: none;
	margin: 30px auto 50px;
}
.contact_form input[type="checkbox"]:checked + label::after {
	background-image: url("../img/input_check_on.svg");
}

.contact_form label {
	position: relative;
	padding: 0px 0px 0px 40px;
	font-size: 12px;
	color: #3B4043;
	cursor: pointer;
}
.contact_form label span {
	text-decoration: underline;
}
.contact_form label::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	background-image: url("../img/input_check.svg");
}

.input_submit {
	font-size: 12px;
	color: white;
	font-weight: bold;
	background: #AE8E6A;
	padding: 18px 0px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	border-radius: 4px;
	margin-bottom: 90px;
}
.form_check_p {
	padding: 24px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #837C60;
}

.contact_complete_p1 {
	font-size: 18px;
	text-align: center;
	color: #AE8E6A;
	padding: 18px 0px;
	border: 1px solid #AE8E6A;
	margin: 60px auto;
}
.contact_complete_p2 {
	font-size: 15px;
	line-height: 26px;
	color: #837C60;
	letter-spacing: 0.54px;
	margin-bottom: 60px;
}

.comtact_complete_top {
	position: relative;
	width: 320px;
	padding: 25px 0px;
	text-align: center;
	color: white;
	background: #AE8E6A;
	border-radius: 100vh;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 100px;
}


/*---------------------------------------------*/
/*
/* ポップアップ
/*
/*---------------------------------------------*/

.popup {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	z-index: 10;
}
.popup_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.3;
	z-index: 9;
}
.popup.open {
	display: block;
}
.popup_block {
	position: relative;
	border-radius: 40px;
	padding: 70px 120px;
	width: 1027px;
	margin: 80px auto;
	z-index: 10;
}
@media screen and (max-width: 1107px) {
	.popup_block {
		width: 90%;
		padding: 50px 30px;
	}
}
.popup_block::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: white;
	opacity: 0.9;
	border-radius: 40px;
	z-index: -1;
}
.privacy_p {
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 24px;
	color: #311600;
	margin-top: 74px;
}
@media screen and (max-width: 680px) {
	.privacy_p {
		margin-top: 60px;
	}
}
.privacy_p span {
	font-weight: bold;
}

.sp1500 {
	display: none;
}





/*========= LoadingのためのCSS ===============*/

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

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
	width:300px;
}

/*========= SVG操作手書き風にするためのCSS ===============*/

#mask .st0{
    fill:none;
    stroke:#fff;
    stroke-width:90;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}



/*---------------------------------------------*/
/*
/* スマホリサイズ
/*
/*---------------------------------------------*/

@media screen and (max-width: 1500px) {
	.sp1500 {display:block;}
	.pc1500 {display: none;}
}

@media screen and (max-width: 900px) {
	.sp {display:block;}
	.pc {display: none;}

	.contents{
		width:90%;
	}

}
