@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Klee+One:wght@400;600&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #EDECE2;
	color: #7A7069;
	position: relative;
	padding-right: 80px;
}

body .bg-img-wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg-img-wrap .bg-img{
	display: none;
}
a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a,a p,a i{
	color: #7A7069;
}
.loader{
	display: none;
}

.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-klee{
	font-family: "Klee One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-ephesis{
	font-family: "Ephesis", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif, cursive;
	font-weight: 400;
}

.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}


/* ---------- common ---------- */
.main-wrap{
	overflow: hidden;
}

.title-item1,.title-item2{
	text-align: center;
}
.title-item1 .title{
	display: inline-block;
	text-align: left;
}
.title-item1 img{
	width: 50%;
	max-width: 320px;
	margin-top: 20px;
}
.title-item2 .title{
	line-height: 1;
}
.title-item2 img{
	width: 50%;
	max-width: 170px;
}

.pd-wrap{
	padding: 150px 80px 0;
}
.pd-wrap-side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd-wrap-top{
	padding-top: 150px;
}
.pd-wrap-left{
	padding-left: 80px;
}

.link-wrap{
	padding: 0 50px;
	gap: 40px 60px;
}
.link-wrap a{
	gap: 20px;
}
.link-wrap a .icon-box{
	aspect-ratio: 1 / 1;
	width: 30px;
	border: 1px solid #808080;
	border-radius: 50%;
	transition: ease 0.3s;
}
.link-wrap a .icon-box i{
	color: #808080;
	font-size: 12px;
}
.link-wrap a:hover .icon-box{
	transform: translateX(2px);
}
.pagetitle{
	padding-left: 80px;
	margin-bottom: 150px;
}
.pagetitle > div{
	position: relative;
}
body.on .pagetitle > div{
	aspect-ratio: 1 / 0.3;
	border-radius: 0 60px 0 60px;
	overflow: hidden;
}
.pagetitle > div::after{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8F8077;
	opacity: 1;
	z-index: 1;
	mix-blend-mode: multiply;
}
body.on .pagetitle > div::after{
	display: block;
}
.pagetitle .txt-box{
	position: static;
	top: 0;
	left: 0;
	z-index: 2;
	color: #EDECE2;
	background-color: #000;
}
body.on .pagetitle .txt-box{
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.pagetitle .txt-box p{
	top: 5%;
	left: 30px;
	font-size: 30px;
	margin-bottom: 50px;
}
.pagetitle .txt-box h1{
	bottom: 3vw;
	right: 3vw;
	font-size: 38px;
}
body.on .pagetitle .txt-box p,body.on .pagetitle .txt-box h1{
	position: absolute;
	margin-bottom: 0px;
}
body.on .pagetitle .txt-box p{
	transform: rotate(-15deg);
	font-size: 5vw;
}
.more1{
	padding-left: 20px;
	padding-right: 20px;
}
.more1 a{
	position: relative;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(63,38,21,0.2);
	max-width: 350px;
	min-height: 70px;
	border-radius: 200px;
	background-color: #E3E2D8;
}
.more1 a::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: ease 0.4s;
	border-radius: 200px;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	background-color: #7A7069;
}
.more1 a:hover{
	opacity: 1;
}
.more1 a:hover::after{
	transform: translateX(0);
}
.more1 a:active::after{
	box-shadow: #c6c6c6 0px 0px 0px, #fff 0px 0px 0px,inset 1px 3px 3px rgba(0,0,0,0.2);
	transform: translateY(1px);
}

.more1 p{
	transition: ease 0.4s;
	position: relative;
	z-index: 2;
}
.more1 a:hover p{
	color: #EDECE2;
}
.more1 p{
	font-size: 18px;
}
.more1 p.font-ephesis{
	font-size: 32px;
}

.map{
	position: relative;
	overflow: hidden;
}
.map iframe{
	position: absolute;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form-box {
	margin-top: 50px;
}

.form-box .box {
	margin-bottom: 40px;
}

.form-box .box > .inputbox.flex {
	justify-content: flex-start;
	gap: 20px;
}

.form-box .box.required-box h3::after {
	position: absolute;
	top: 1px;
	left: 4px;
	padding: 0px 15px 1px;
	border-radius: 3px;
	background-color: #AA1B26;
	content: "必須";
	color: #ffffff;
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}


.form-box h3 {
	box-sizing: border-box;
	position: relative;
	justify-content: space-between;
	width: 300px;
	padding-left: 80px;
}

.form-box .inputbox {
	width: calc(100% - 300px);
}

.form-box .inputbox > input,
.form-box .inputbox textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background-color: #F0F0F0;
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.form-box .inputbox input[type=radio],
.form-box .inputbox input[type=checkbox] {
	margin-right: 10px;
}

.form-box .inputbox textarea {
	height: 300px;
}

.form-box .file .inputbox > input {
	background-color: transparent;
}

.form-box .send,
.form-box .check-area {
	margin-left: 300px;
}

.form-box .privacy-bt {
	border-bottom: 1px solid #666666;
	font-weight: 500;
	cursor: pointer;
}


.form-box .send{
	padding-left: 20px;
	padding-right: 20px;
}
.form-box .send .send-bt{
	position: relative;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(63,38,21,0.2);
	max-width: 350px;
	min-height: 70px;
	border-radius: 200px;
	background-color: #E3E2D8;
}
.form-box .send .send-bt::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: ease 0.4s;
	border-radius: 200px;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	background-color: #7A7069;
}
.form-box .send .send-bt:hover{
	opacity: 1;
}
.form-box .send .send-bt:hover::after{
	transform: translateX(0);
}
.form-box .send .send-bt:active::after{
	box-shadow: #c6c6c6 0px 0px 0px, #fff 0px 0px 0px,inset 1px 3px 3px rgba(0,0,0,0.2);
	transform: translateY(1px);
}

.form-box .send .send-bt p{
	transition: ease 0.4s;
	position: relative;
	z-index: 2;
}
.form-box .send .send-bt:hover p{
	color: #EDECE2;
}
.form-box .send .send-bt p{
	font-size: 32px;
}


.form-box .send .send-bt button {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.privacypolicy {
	box-sizing: border-box;
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px;
	overflow: auto;
	background-color: rgba(17, 17, 17, 0.85);
	color: #EDECE2;
}
.privacypolicy a p{color: #EDECE2;}
.privacypolicy .close-bt {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: rgba(25, 25, 25, 0.85);
	cursor: pointer;
	transition: ease 0.3s;
}

.privacypolicy .close-bt:hover {
	opacity: 0.6;
}

.privacypolicy .close-bt::before,
.privacypolicy .close-bt::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 3px;
	background-color: #EDECE2;
	content: "";
}

.privacypolicy .close-bt::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.privacypolicy .close-bt::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.privacypolicy .box-wrap {
	padding-top: 50px;
}

.privacypolicy .box-wrap .box:not(:last-of-type) {
	margin-bottom: 80px;
}

.privacypolicy h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EDECE2;
	font-weight: 700;
	font-size: 18px;
}

.privacypolicy p {
	font-size: 14px;
	line-height: 2;
}

.privacypolicy a {
	color: #EDECE2;
}

/* ---------- header ---------- */
.head-logo{
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 9;
	width: 30%;
	max-width: 150px;
}
.header{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 80px;
	padding: 30px 0;
	flex-direction: column;
	justify-content: space-between;
	z-index: 99;
	background-color: #EDECE2;
}
.header .head-link{
	flex-direction: column;
	gap: 20px;
}
.header .head-link a{
	position: relative;
}
.header .head-link i{
	font-size: 22px;
}
.header .head-link p{
	line-height: 1;
	position: relative;
	width: 94%;
	text-align: center;
	padding-top: 3px;
}
.menu-bt{
	position: relative;
	background-color: #AF9D75;
	border-radius: 50%;
	width: 55px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}
.menu-bt .line{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: 14px;
}
.menu-bt .line::before,.menu-bt .line::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background-color: #EDECE2;
	transition: ease 0.3s;
}
.menu-bt .line::before{
	top: 0;
}
.menu-bt .line::after{
	bottom: 0;
}
.menu-bt.active .line::before{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.menu-bt.active .line::after{
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	width: calc(100% - 80px);
	height: 100%;
	top: 0;
	right: 80px;
	z-index: 98;
}
.menu-wrap > .flex{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(175,157,117,0.90);
}
.menu-wrap > .flex .ul{
	gap: 80px 30px;
	width: 80%;
	max-width: 800px;
}
.menu-wrap > .flex .ul .li{
	width: calc(100% / 3 - 60px / 3);
	text-align: center;
}
.menu-wrap > .flex .ul .li a p{
	line-height: 1;
	color: #fff;
}
.menu-wrap > .flex .ul .li a .en{
	font-family: "Ephesis", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif, cursive;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 52px;
	margin-bottom: 10px;
}
.menu-wrap > .flex .ul .li a .jp{
	font-family: "Klee One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 18px;
}

/* ---------- footer ---------- */
.footer-access {
	align-items: stretch;
}
.footer-access .map{
	width: 60%;
	min-height: 500px;
}
.footer-access .txt-box{
	width: 40%;
	padding: 20px;
}
.footer-access .txt-box h2{
	font-size: 5vw;
	transform: rotate(-15deg);
	margin-bottom: 20px;
}

.footer{
	position: relative;
	background-color: #000000;
	padding: 100px 40px;
}
.footer::after{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: 1;
}
body.on .footer::after{
	display: block;
}
.footer > div{
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
}
.footer p,.footer i{
	color: #EDECE2;
}
.footer .logo{
	max-width: 120px;
	margin: 0 auto 50px;
}
.footer .footer-link{
}
.footer .footer-link > div{
	width: 50%;
}
.footer .footer-link > div > p{
	margin-top: 20px;
}
.footer .footer-link .tel-box a{
	gap: 20px;
}
.footer .footer-link .tel-box a .font-ephesis{
	font-size: 100px;
	line-height: 1;
	margin-bottom: -20px;
}

.footer .footer-link .reserve-link a{
	border: 1px solid #EDECE2;
	background-color: transparent;
}

.footer .sns-box{
	width: 300px;
	margin: 0 auto;
	justify-content: space-around;
}
.footer .sns-box a i{
	font-size: 26px;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #7A7069;}
.txt-white{color: #EDECE2;}
.txt-red{color: red;}
.txt-color1{color: #AD9B75}
.txt-color2{color: #AF9D75}
.txt-color3{color: #E3E2D8}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #EDECE2;}
.bg-black{background-color: black}
.bg-color1{background-color: #AD9B75}
.bg-color2{background-color: #AF9D75}
.bg-color3{background-color: #E3E2D8}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #AD9B75}
.border-color2{border-color: #AF9D75}
.border-color3{border-color: #E3E2D8}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #7A7069;}
.hvr-txt-white:hover{color: #EDECE2;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #AD9B75}
.hvr-txt-color2:hover{color: #AF9D75}
.hvr-txt-color3:hover{color: #E3E2D8}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #EDECE2;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #AD9B75}
.hvr-bg-color2:hover{background-color: #AF9D75}
.hvr-bg-color3:hover{background-color: #E3E2D8}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #AD9B75}
.hvr-border-color2:hover{border-color: #AF9D75}
.hvr-border-color3:hover{border-color: #E3E2D8}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	body{
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.pd-wrap{
		padding: 150px 60px 0;
	}
	.pd-wrap-side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.pd-wrap-left{
		padding-left: 60px;
	}
	.link-wrap{
		padding: 0 40px;
		gap: 30px 40px;
	}
	.link-wrap a{
		gap: 15px;
	}
	.link-wrap a .icon-box{
		width: 26px;
	}
	.link-wrap a .icon-box i{
		font-size: 10px;
	}
	
	.pagetitle{
		padding-left: 60px;
	}
	body.on .pagetitle > div{
		border-radius: 0 60px 0 60px;
	}
	body.on .pagetitle .txt-box p{
		top: 5%;
		left: 30px;
		font-size: 5vw;
	}
	.pagetitle .txt-box h1{
		bottom: 3vw;
		right: 3vw;
		font-size: 32px;
	}
	
	.more1 a{
		max-width: 320px;
		min-height: 70px;
	}
	.more1 p.font-ephesis{
		font-size: 28px;
	}
	.form-box .send .send-bt{
		max-width: 320px;
		min-height: 70px;
	}
	.form-box .send .send-bt p{
		font-size: 28px;
	}
/* ---------- header ---------- */
	.head-logo{
		top: 20px;
		left: 30px;
	}
	.header{
		width: 60px;
	}
	.menu-bt{width: 46px;}
	.menu-bt .line{height: 12px;}
.menu-wrap{
	width: calc(100% - 60px);
	right: 60px;
}
  .header .head-link p{
		font-size: 14px;
		width: 86%;
	}
/* ---------- footer ---------- */
	.footer-access .txt-box h2{
		font-size: 6vw;
		transform: rotate(-15deg);
	}
	.footer .footer-link .tel-box a .font-ephesis{
		font-size: 80px;
		margin-bottom: -20px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.more1 a{
		max-width: 280px;
		min-height: 65px;
	}
	.more1 p.font-ephesis{
		font-size: 26px;
	}
	.pagetitle{
		padding-left: 60px;
	}
	body.on .pagetitle > div{
		border-radius: 0 50px 0 50px;
	}
	body.on .pagetitle .txt-box p{
		top: 5%;
		left: 20px;
		font-size: 6vw;
	}
	.pagetitle .txt-box h1{
		bottom: 3vw;
		right: 3vw;
		font-size: 32px;
	}
	.form-box .send .send-bt{
		max-width: 280px;
		min-height: 65px;
	}
	.form-box .send .send-bt p{
		font-size: 26px;
	}
/* ---------- header ---------- */
	.header .head-link p{
		font-size: 14px;
	}
	
	.menu-wrap > .flex .ul .li a .jp{
		font-size: 16px;
	}
/* ---------- footer ---------- */
	.footer-access .map{
		width: 60%;
		min-height: 450px;
	}
	
	.footer{
		padding: 100px 30px;
	}
	.footer > div{
		width: 100%;
	}
	.footer .footer-link .tel-box a .font-ephesis{
		font-size: 60px;
		margin-bottom: 0px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
/* ---------- common ---------- */
	.pd-wrap{
		padding: 100px 50px 0;
	}
	.pd-wrap-side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd-wrap-top{
		padding-top: 100px;
	}
	.pd-wrap-left{
		padding-left: 50px;
	}
	.title-item1 img{
		width: 50%;
		max-width: 280px;
		margin-top: 20px;
	}
	.title-item2 img{
		max-width: 130px;
	}
	.link-wrap{
		padding: 0 30px;
		gap: 30px;
	}
	.link-wrap a{
		gap: 10px;
	}
	.link-wrap a .icon-box{
		width: 26px;
	}
	.link-wrap a .icon-box i{
		font-size: 10px;
	}
	
	.pagetitle{
		padding-left: 50px;
		margin-bottom: 100px;
	}
	body.on .pagetitle > div{
		border-radius: 0 40px 0 40px;
	}
	body.on .pagetitle .txt-box p{
		top: 20px;
		left: 20px;
		font-size: 6vw;
	}
	.pagetitle .txt-box h1{
		bottom: 15px;
		right: 15px;
		font-size: 28px;
	}
	.more1 a{
		max-width: 240px;
		min-height: 60px;
	}
	.more1 p{
		font-size: 16px;
	}
	.more1 p.font-ephesis{
		font-size: 24px;
	}
	.form-box h3 {
		width: 250px;
	}

	.form-box .inputbox {
		width: calc(100% - 250px);
	}

	.form-box .send,
	.form-box .check-area {
		margin-left: auto;
	}

	.form-box .send {
		text-align: center;
	}
	.form-box .send .send-bt{
		max-width: 240px;
		min-height: 60px;
	margin-left: auto;
	margin-right: auto;
	}
	.form-box .send .send-bt p{
		font-size: 24px;
	}

	.privacypolicy {
		padding: 60px;
	}
/* ---------- header ---------- */
	.menu-wrap{
		right: 60px;
		width: calc(100% - 60px);
	}
	.menu-wrap > .flex .ul{
		width: 90%;
	}
	.menu-wrap > .flex .ul .li a .en{
		font-size: 40px;
	}
	.menu-wrap > .flex .ul .li a .jp{
		font-size: 14px;
	}
/* ---------- footer ---------- */
	.footer-access .map{
		width: 100%;
		min-height: 400px;
	}
	.footer-access .txt-box{
		width: 100%;
		padding: 50px;
	}
	.footer-access .txt-box h2{
		font-size: 7vw;
		transform: rotate(-15deg);
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 56px;
		padding-bottom: 62px;
		padding-right: 0;
	}
/* ---------- common ---------- */
	.pd-wrap{
		padding: 80px 20px 0;
	}
	.pd-wrap-side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd-wrap-top{
		padding-top: 80px;
	}
	.pd-wrap-left{
		padding-left: 20px;
		padding-right: 20px;
	}
	.title-item1 img{
		width: 50%;
		max-width: 280px;
		margin-top: 10px;
	}
	.title-item2 img{
		max-width: 100px;
	}
	.link-wrap{
		padding: 0 20px;
		gap: 20px;
	}
	.link-wrap a{
		gap: 8px;
	}
	.link-wrap a p{
		font-size: 14px;
	}
	.link-wrap a .icon-box{
		width: 24px;
	}
	.link-wrap a .icon-box i{
		font-size: 8px;
	}
	.pagetitle{
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 80px;
	}
	body.on .pagetitle > div{
		aspect-ratio: 1 / 0.4;
		border-radius: 0 20px 0 20px;
	}
	body.on .pagetitle .txt-box p{
		top: 10px;
		left: 10px;
		font-size: 10vw;
	}
	.pagetitle .txt-box h1{
		bottom: 10px;
		right: 10px;
		font-size: 20px;
	}
	.more1 a{
		max-width: 220px;
		min-height: 52px;
	}
	.more1 p{
		font-size: 14px;
	}
	.more1 p.font-ephesis{
		font-size: 24px;
	}
	.form-box {
		margin-top: 30px;
	}

	.form-box .text {
		font-size: 14px;
	}

	.form-box .text br {
		display: none;
	}

	.form-box .box.required-box h3::after {
		font-size: 12px;
	}

	.form-box .box.optional-box h3{
		padding-left: 10px;
	}

	.form-box h3 {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.form-box .inputbox {
		width: 100%;
	}

	.form-box .inputbox > input,
	.form-box .inputbox textarea {
		font-size: 14px;
	}

	.form-box .send .send-bt{
		max-width: 220px;
		min-height: 52px;
		margin-left: auto;
		margin-right: auto;
	}
	.form-box .send .send-bt p{
		font-size: 24px;
	}

	.privacypolicy {
		padding: 60px 20px;
	}

	.privacypolicy .close-bt {
		width: 48px;
		height: 48px;
	}

	.privacypolicy .close-bt::before,
	.privacypolicy .close-bt::after {
		width: 36px;
		height: 2px;
	}

	.privacypolicy .box-wrap {
		padding-top: 20px;
	}

	.privacypolicy .box-wrap .box:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.privacypolicy h3 {
		font-size: 16px;
	}
/* ---------- header ---------- */
	.reserve-bt{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		transform: translateY(100%);
		transition: ease 0.8s;
		background-color: #EDECE2;
		padding: 10px;
	}
	.reserve-bt.active{
		transform: translateY(0);
	}
	.reserve-bt a{
		background-color: #AF9D75;
		border-radius: 10px;
		padding: 8px;
		gap: 10px;
	}
	.reserve-bt p,.reserve-bt i{
		color: #EDECE2;
		font-weight: 500;
	}
	.header{
		width: 100%;
		height: auto;
		flex-direction: row-reverse;
		justify-content: flex-start;
		gap: 30px;
		padding: 10px 10px;
	}
	.header .logo{
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		height: 90%;
	}
	.header .logo img{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: auto;
	}
	.header .head-link{
		flex-direction: row;
		gap: 30px;
	}
	.header .head-link .reserve-link,.header .copyright{display: none;}
	.header .head-link i{
		font-size: 18px;
	}
	.menu-bt{
		width: 36px;
	}
	.menu-bt .line{
		height: 8px;
	}
	.menu-bt .line::before, .menu-bt .line::after{
		height: 2px;
	}
	.menu-wrap{
		right: 0px;
		width: 100%;
	}
	.menu-wrap > .flex{
		padding: 60px 0 60px;
	}
	.menu-wrap > .flex .ul{
		gap: 50px 0;
	}
	.menu-wrap > .flex .ul .li{
		width: 50%;
	}
	.menu-wrap > .flex .ul .li:nth-of-type(odd){
		transform: translateY(-50%);
	}
	.menu-wrap > .flex .ul .li:nth-of-type(even){
		transform: translateY(50%);
	}
	.menu-wrap > .flex .ul .li a .en{
		font-size: 34px;
	}
	.menu-wrap > .flex .ul .li a .jp{
		font-size: 12px;
	}
/* ---------- footer ---------- */
	.footer-access .map{
		min-height: 350px;
	}
	.footer-access .txt-box{
		padding: 50px 20px;;
	}
	.footer-access .txt-box h2{
		font-size: 15vw;
		margin-bottom: 10px;
	}
	
	.footer{
		padding: 80px 20px;
	}
	.footer .footer-link > div{
		width: 100%;
	}
	
	.footer .footer-link .tel-box{
		margin-bottom: 40px;
	}
	.footer .footer-link .tel-box a{
		gap: 10px;
	}
	.footer .footer-link > div > p{
		margin-top: 10px;
	}
	.footer .footer-link .tel-box a .font-ephesis{
		font-size: 50px;
		margin-bottom: -3px;
	}
	.footer .footer-link .tel-box a p{
		padding-bottom: 0;
	}
	.footer .sns-box a i{
		font-size: 24px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

@media screen and (max-width: 576px) {
.pc-hide02{
  display: flex;
    justify-content: center;
    gap: 2%;
  }}
