@charset "UTF-8";

/*==============================================================*/
/*      common      */
/*==============================================================*/
html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	/* width: 100%; */
	background: #FEFEFE;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.main {
	margin: 0px auto 0;
	width: 100%;
}

div {
	transition: 0.3s;
	margin: 0;
}

a {
	color: #646464;
	font-family: 'Shippori Mincho', serif;
	transition: 0.3s;
}

/* img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	-o-object-fit: cover;
	object-fit: cover;
} */

.img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}

@media (min-width: 500px) {
	.br500 {
		display: none;
	}
}

.br500r {
	display: none;
}

@media (min-width: 500px) {
	.br500r {
		display: block;
	}
}

@media (min-width: 750px) {
	.br750 {
		display: none;
	}
}

.br750r {
	display: none;
}

@media (min-width: 750px) {
	.br750r {
		display: block;
	}
}

@media (min-width: 1000px) {
	.br1000 {
		display: none;
	}
}

.br1000r {
	display: none;
}

@media (min-width: 1000px) {
	.br1000r {
		display: block;
	}
}

.back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.back .backImg {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.map iframe {
	margin: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.link {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.footer .fContact .backBgc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer .fContact .backBgc .backImg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
	border-radius: 8px;
	transition: all .4s ease-in-out;
}


.p {
	font-size: 14px;
}

@media (min-width: 768px) {
	.p {
		font-size: 16px;
	}
}

/*==============================================================*/
/*        追加 common        */
/*==============================================================*/
.topWrapUnder {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1440 / 400;
	min-height: 380px;
	margin-top: 62px;
}

@media (min-width: 768px) {
	.topWrapUnder {
		height: 400px;
	}
}

@media (min-width: 1300px) {
	.topWrapUnder {
		margin-top: 120px;
	}
}

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

.topWrapUnder .backBgc .img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
	transition: all .4s ease-in-out
}

.box {
	display: inline-flex;
	flex-flow: column;
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	text-align: center;
	z-index: 2;
}


.box .h1 {
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.40);
	font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 1.92px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}

@media (min-width: 768px) {
	.box .h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.bgRightBrown {
	background: linear-gradient(180deg, #F2ECE7 0%, #F2ECE7 100%);
}

.bgBrown {
	background: linear-gradient(180deg, #EBDBD2 0%, #EBDBD2 100%);
}

.bgColorImgBox {
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0;
}

/*==============================================================*/
/*      共通タイトル      */
/*==============================================================*/
.SectionTitleBox {
	text-align: center;
}

.SectionTitleBox .h2En {
	background: linear-gradient(180deg, #F1751B 0%, #F1751B 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Klee One', cursive;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1.28px;
	margin-top: 3px;
}

@media (min-width: 768px) {
	.SectionTitleBox .h2En {
		font-size: 16px;
		margin-top: 5px;
	}
}

.SectionTitleBox .h2En.textWight {
	background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.SectionTitleBox .h2 {
	color: #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.56px;
}

@media (min-width: 768px) {
	.SectionTitleBox .h2 {
		font-size: 32px;
	}
}



.SectionTitleBox {
	position: relative;
	z-index: 3;
}



.SubTitleBox {
	position: relative;
	z-index: 3;
}

.SubTitleBox .h3Box {
	display: flex;
	flex-wrap: wrap;
}

.SubTitleBox .h3Box .h3Flex {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1024px) {
	.SubTitleBox .h3Box .h3Flex {
		flex-wrap: wrap;
	}
}

@media (min-width: 1300px) {
	.SubTitleBox .h3Box .h3Flex {
		flex-wrap: nowrap;
	}
}

.SubTitleBox .h3Box .h3Flex .h3 {
	display: inline;
	color: #333;
	font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 1.23px;
}

@media (min-width: 768px) {
	.SubTitleBox .h3Box .h3Flex .h3 {
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 1.92px;
	}
}

.SubTitleBox .h3Box .h3Flex .h3.textRed {
	color: #9D2228;
}

.SubTitleBox .h3En {
	background: linear-gradient(180deg, #AEAEAE 0%, #AEAEAE 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'BioRhyme', serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1.12px;
	margin-bottom: 10px;
}


@media (min-width: 768px) {
	.SubTitleBox .h3En {
		font-size: 14px;
	}
}

.imgRadius {
	border-radius: 8px;
}

.mainImg {
	aspect-ratio: 3/2;
}

.sectionTitleBox .h2Sub {
	background: linear-gradient(180deg, #F1751B 0%, #F1751B 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Klee One', cursive;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.2px;
}

@media (min-width: 1024px) {
	.sectionTitleBox .h2Sub {
		font-size: 20px;
	}
}

.sectionTitleBox .h2 {
	color: #1A1A1A;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 3.2px;
	margin-top: 5px;
}

@media (min-width: 1024px) {
	.sectionTitleBox .h2 {
		font-size: 40px;
		line-height: 48px;
		margin-top: 10px;
	}

	.sectionTitleBox .h2.h2Small {
		margin-top: 0;
		font-size: 32px;
	}
}


.sectionTitleBox .h2.textWight,
.sectionTitleBox .h2Sub.textWight {
	color: #FFF;
	background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*==============================================================*/
/*      共通ボタン      */
/*==============================================================*/
.commonBtnBox .commonBtn {
	position: relative;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 50px;
	border-radius: 120px;
	transition: 0.4s;
	background: #AC886D;
	border: 1px solid #AC886D;
	transition: all 0.4s;
	margin: auto;
	z-index: 5;
}

@media (min-width: 1024px) {
	.commonBtnBox .commonBtn {
		margin: 0;
	}
}

.commonBtnBox .commonBtn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #FFF;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.commonBtnBox .commonBtn:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


.commonBtnBox .commonBtn:hover .commonBtnText {
	position: relative;
	color: #AC886D;
	transition: 0.4s;
}


.commonBtnBox .commonBtn .commonBtnText {
	color: #FFF;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.12px;
	z-index: 5;
	transition: 0.4s;
}


/* ---------------------------------------------- */
/* --------------下層FV--------------- */
/* ---------------------------------------------- */

.underTopWrap {
	position: relative;
	width: 100%;
	overflow: hidden
}

.underTopInner {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center
}

.underTopWrap {
	padding-top: 90px
}

.underTopInner {
	width: 93.0555555556%;
	max-width: initial;
	aspect-ratio: 1340 / 380;
	min-height: 350px
}

.underTopWrap img {
	height: 100%;
	min-height: 350px;
	border-radius: 12px
}

.underTopWrap .h1TitX {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 8px;
	width: 90%;
	text-align: center
}

.underTopWrap .h1TitX .enTit {
	letter-spacing: 0.06em;
	font: normal 600 24px/35px "Klee One", cursive;
	color: #FFF
}

.underTopWrap .h1TitX .jpTit {
	font: normal 700 34px/43px "Zen Kaku Gothic New", sans-serif;
	color: #FFF
}