@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Shippori Mincho", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #454031;
	text-decoration: none;
	transition: all .3s linear;
}
a:visited {
	color: #454031;
}
a:hover {
	color: #454031;
}
a:active {
	color: #454031;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #454031;
	font-size: 1.6rem;
	line-height: 1.562;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F3F2F0;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.l-loading {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1110000000;
	background-color: #F4F3F1;
	opacity: 1;
	pointer-events: none;
}
body.show-loading .l-loading {
	display: block;
}
body.show-loading:not(.is-load), body.show-loading:not(.is-load) a, body.show-loading:not(.is-load) input, body.show-loading:not(.is-load) select, body.show-loading:not(.is-load) textarea, body.show-loading:not(.is-load) button {
	cursor: default;
}
body.show-loading:not(.is-load) a {
	pointer-events: none;
}
.l-loading img {
	width: 267px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
body.no-loading-img .l-loading img {
	display: none !important;
}
html body.is-load .l-loading {
	opacity: 0;
	-webkit-transition: 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.2rem 4.1rem 2.2rem 2.6rem;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 888;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
	width: 13.5rem;
}
#gHeader a {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	display: block;
}
#gHeader .link {
	gap: 2rem;
}
#gHeader .link .lang a {
	padding: 0 0.3rem 0 1.7rem;
	background: url(en/img/common/icon01.png) no-repeat left top 0.6rem / 1rem;
}
#gHeader .link a img {
	height: 1.9rem;
	width: auto;
}
@media all and (min-width: 768px) {
	#gHeader .link a:hover {
		opacity: 0.75;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 2.1rem 2rem 2.1rem 2rem;
		align-items: flex-start;
	}
	#gHeader h1 {
		width: 13.7rem;
	}
	#gHeader .link {
		flex: 1;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 1.1rem 2.1rem;
	}
	#gHeader .link .lang {
		width: 100%;
		order: 3;
		display: flex;
		justify-content: flex-end;
	}
	#gHeader a {
		font-size: 1.3rem;
	}
	#gHeader .link a img {
		height: 2.1rem;
	}
	#gHeader .link .lang a {
		padding-right: 0;
		background-size: 1.1rem;
		background-position: left top 0.65rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8.6rem 3.1rem 2.8rem;
	background: #fff;
}
#gFooter .fBox {
	margin: 0 auto 5.7rem;
	max-width: 117.6rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLogo {
	width: 19.39%;
	max-width: 22.8rem;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .fLinkBox {
	margin-top: 2.9rem;
	width: 76%;
	max-width: 83.9rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gFooter .fLinkItem {
	width: 48%;
	max-width: 39.2rem;
}
#gFooter .fTtl {
	margin-bottom: 1.3rem;
	min-height: 2rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #807156;
}
#gFooter .fTtl .icon {
	width: 2rem;
}
#gFooter .fTtl .txt {
	flex: 1;
	letter-spacing: 0.16em;
}
#gFooter .fLink {
	margin-bottom: 2.6rem;
}
#gFooter .fLink a {
	display: block;
	position: relative;
}
#gFooter .fLink a:hover {
	opacity: 0.75;
}
#gFooter .fLink a::after {
	width: calc(100% + 1rem);
	height: 3.1rem;
	position: absolute;
	left: 50%;
	bottom: -1.7rem;
	transform: translateX(-50%);
	background: url(en/img/common/bg_shadow.png) no-repeat center top / 100% 100%;
	content: '';
}
#gFooter .fLink .inner {
	padding: 0.3rem;
	display: flex;
	align-items: center;
	gap: min(2vw, 2.4rem);
	background: #F3F2F0;
	position: relative;
	z-index: 1;
}
#gFooter .fLink .pho {
	width: 33.8%;
}
#gFooter .fLink .pho img {
	width: 100%;
}
#gFooter .fLink .text {
	margin-bottom: 0.3rem;
	flex: 1;
}
#gFooter .fLink .text p {
	font-size: min(1.333vw, 1.6rem);
	color: #424A62;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
#gFooter .fLinkList {
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}
#gFooter .fLinkList li a {
	padding-left: 0.72em;
	text-indent: -0.72em;
	display: inline-block;
	font-weight: 700;
	font-size: min(1.333vw, 1.6rem);
	color: #424A62;
	letter-spacing: 0.04em;
}
#gFooter .fLinkList li a:hover {
	opacity: 0.75;
}
#gFooter .copyright {
	display: flex;
	justify-content: flex-end;
	gap: 3rem;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.265em;
	color: #424A62;
}
#gFooter .copyright a {
	display: block;
	letter-spacing: 0.16em;
	color: #424A62;
}
#gFooter .copyright a:hover {
	opacity: 0.75;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 6.9rem 1.8rem 1.7rem;
	}
	#gFooter .fBox {
		margin-bottom: 7.7rem;
		max-width: initial;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 5.9rem;
		width: 15.5rem;
		max-width: initial;
	}
	#gFooter .fLinkBox {
		margin-top: 0;
		width: auto;
		max-width: initial;
		gap: 5.5rem;
	}
	#gFooter .fLinkItem {
		width: 100%;
		max-width: 100%;
	}
	#gFooter .fTtl {
		margin-bottom: 1.8rem;
		gap: 0.7rem;
		font-size: 1.1rem;
	}
	#gFooter .fLink {
		margin: 0 0.3rem 3.3rem 0.1rem;
	}
	#gFooter .fLink a::after {
		width: 102%;
		bottom: -2.2rem;
	}
	#gFooter .fLink .inner {
		padding: 0.2rem;
		gap: 2.3rem;
	}
	#gFooter .fLink .pho {
		width: 33.39%;
	}
	#gFooter .fLink .text {
		margin-bottom: 0;
	}
	#gFooter .fLink .text p {
		font-size: 1.4rem;
	}
	#gFooter .fLinkList {
		flex-direction: column;
		gap: 2.1rem;
	}
	#gFooter .fLinkList li a {
		font-size: 1.3rem;
		letter-spacing: 0.06em;
	}
	#gFooter .copyright {
		justify-content: space-between;
		gap: 1.5rem;
		font-size: 0.9rem;
	}
	#gFooter .copyright a {
		letter-spacing: 0.06em;
	}
	#gFooter .copyright address {
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-jyj */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* fade */
.fadeUp {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: opacity 0.65s ease, transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.fadeUp.on {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.fadeUp.delay01 {
	transition-delay: 0.2s;
}
.fadeUp.delay02 {
	transition-delay: 0.4s;
}
.fadeUp.delay03 {
	transition-delay: 0.6s;
}
.fadeIn {
	opacity: 0;
	transition: opacity 2s;
}
.fadeIn.on {
	opacity: 1;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 90rem;
	max-width: 90%;
}
.montserrat {
	font-family: "Montserrat", sans-serif;
}
.headLine01 {
	margin-bottom: 2.5rem;
	font-size: min(3rem, 2.93vw);
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	color: #424A62;
}
.headLine01.line {
	margin-bottom: 2.1rem;
	padding-bottom: 0.6rem;
	color: #807156;
	border-bottom: 1px solid #CECDCB;
}
.headLine02 {
	margin-bottom: 3.9rem;
	font-size: min(3.6rem, 3.516vw);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	color: #807156;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 2.5rem;
		max-width: inherit;
		width: auto;
	}
	.headLine01 {
		margin-bottom: 1.7rem;
		font-size: 2.6rem;
		line-height: 1.384;
	}
	.headLine01.line {
		margin-bottom: 1.6rem;
	}
	.headLine02 {
		margin-bottom: 2.5rem;
		font-size: 3rem;
	}
}
/* jsPop */
.jsPop .popBox {
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
}
.jsPop .popBox.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 99999;
}
.jsPop .popBox .popWrap {
	position: relative;
	z-index: 10;
}
.jsPop .popCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}
.storePop {
	padding: 0;
	margin: 0;
	width: 35.5rem;
	position: absolute;
	right: -11.2rem;
	bottom: 4.5rem;
	z-index: 2;
}
.storePop .popWrap {
	border-radius: 4rem 4rem 4rem 2.5rem;
	box-shadow: 0 0.7rem 1.5rem rgba(6, 0, 1, 0.15);
}
.storePop .photoBox {
	position: relative;
	z-index: 1;
	border-radius: 4rem 4rem 0 0;
	overflow: hidden;
}
.storePop .photoBox img {
	width: 100%;
}
.storePop .textBox {
	margin-top: -1px;
	padding: 3rem 3rem;
	background: #fff;
	border-radius: 0 0 4rem 2.5rem;
}
.storePop .textBox p {
	text-align: left !important;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.17em;
}
@media all and (min-width: 768px) and (max-width: 1249px) {
	.storePop {
		width: 266px;
	}
	.storePop .popWrap {
		border-radius: 30px 30px 30px 22px;
	}
	.storePop .photoBox {
		border-radius: 30px 30px 0 0;
	}
	.storePop .textBox {
		padding: 17px 15px 25px 22px;
		border-radius: 0 0 30px 22px;
	}
	.storePop .textBox p {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.storePop {
		width: 244px;
		right: -14%;
		bottom: 10.4%;
	}
	.storePop .textBox {
		padding: 16px 15px 24px 19px;
	}
	.storePop .textBox p {
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0.16em;
	}
}
@media all and (min-width: 768px) {
	.jsPop .popBox .close {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.jsPop .popBox {
		box-sizing: border-box;
		padding: 0 2rem;
		top: 50%;
		left: 50%;
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.74);
		transform: translate(-50%, -50%);
	}
	.jsPop .popBox .popWrap {
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		width: 100%;
		min-height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
	}
	.jsPop .popBox .popWrap .innerWrap {
		box-sizing: border-box;
		padding: 3.8rem 2.4rem 0;
		width: 100%;
	}
	.jsPop .popBox .close {
		width: 100%;
		margin-top: 2.6rem;
		margin-bottom: 1rem;
		text-align: center;
		color: #fff;
		z-index: 10;
		font-size: 1.3rem;
		letter-spacing: 0.17em;
		cursor: pointer;
		flex-shrink: 0;
	}
	.jsPop .popCover {
		display: block;
		position: absolute;
	}
	.storePop {
		padding: 2.5rem;
		width: 100%;
		max-width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
		box-sizing: border-box;
		display: none;
	}
	.storePop .popWrap {
		border-radius: 3.6rem;
		box-shadow: none;
	}
	.storePop .photoBox {
		border-radius: 3.6rem 3.6rem 0 0;
		width: 100%;
	}
	.storePop .textBox {
		padding: 2rem 1.5rem 3.5rem 2.5rem;
		border-radius: 0 0 3.6rem 2.6rem;
		width: 100%;
	}
	.storePop .textBox p {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.16em;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	padding-bottom: 10rem;
}
#index .mainVisual {
	margin-bottom: 6rem;
	padding-bottom: 4.2rem;
	height: 52.9rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .mainVisual::after {
	width: 100%;
	height: 7.6rem;
	position: absolute;
	left: 0;
	bottom: -0.6rem;
	background: url(en/img/index/bg01.png) no-repeat center top / 100% 100%;
	content: "";
	z-index: 1;
}
#index .mainVisual .mainImg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#index .mainVisual .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .mainVisual .pageTtl {
	color: #fff;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 600;
	position: relative;
	z-index: 2;
	line-height: 1.394;
	letter-spacing: 0.04em;
	text-shadow: 0 0 1.6rem #000;
}
#index .mainVisual .pageTtl .jp {
	margin-bottom: 1rem;
}
#index .mainVisual .pageTtl img {
	width: 24rem;
}
#index .mainVisual .pageTtl span {
	display: block;
}
#index .innerBox {
	margin-bottom: 9.2rem;
	position: relative;
}
#index .innerBox .imgBox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 2.2rem;
}
#index .innerBox .imgBox.row {
	flex-direction: row;
}
#index .innerBox img {
	border-radius: 2rem;
}
#index .innerBox .photoBox {
	margin-top: 0.8rem;
	width: 43.9rem;
	max-width: 48.8%;
}
#index .innerBox .textBox {
	flex: 1;
	font-weight: 500;
	letter-spacing: 0.04em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#index .innerBox .row .textBox p {
	margin-left: 0;
}
#index .innerBox .textBox p {
	margin: 0.6rem 0.8rem 3rem;
}
#index .innerBox .imgUl {
	margin-top: 2.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .innerBox .imgUl li {
	width: calc((100% - 6rem) / 4);
}
#index .sec01 .textBox {
	display: block;
}
#index .sec01 .textBox p {
	margin: 0;
}
#index .sec01 .banner {
	margin-top: 5rem;
	padding: 1.6rem 2.3rem 1.3rem;
	color: #fff;
	background: url(en/img/index/photo02.jpg) no-repeat center top / cover;
}
#index .sec01 .banner .heading {
	margin-bottom: 1.1rem;
	width: 100%;
	padding-bottom: 1.2rem;
	font-size: 4.194rem;
	letter-spacing: -0.019em;
	line-height: 1.069;
	border-bottom: 1px solid #fff;
}
#index .sec01 .banner .heading small {
	margin-top: 0.6rem;
	display: block;
	font-weight: 500;
	font-size: 1.967rem;
	letter-spacing: 0.04em;
	text-shadow: 1px 1px 10px #000;
}
#index .sec01 .banner .inner {
	margin-left: auto;
	width: 55.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#index .sec01 .banner a {
	color: #fff;
	font-size: 3.375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 0.97;
	display: block;
	font-family: "Montserrat", sans-serif;
}
#index .sec01 .banner .tel {
	width: fit-content;
	text-shadow: 1px 1px 10px #000;
}
#index .sec01 .banner .iconUl li {
	margin-left: 1.6rem;
	width: 4.6rem;
}
#index .sec01 .banner .iconUl img {
	border-radius: 0;
}
#index .lineBox {
	margin-bottom: 8.3rem;
	padding-bottom: 10rem;
	position: relative;
}
#index .lineBox::after {
	content: "";
	position: absolute;
	left: -13.3rem;
	right: -13.3rem;
	height: 1px;
	bottom: 0;
	background: #CECDCB;
}
#index .features .imgList {
	gap: 1.95rem;
}
#index .features .imgList li {
	width: calc((100% - 3.9rem) / 3);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.437;
}
#index .features .imgList .img {
	margin-bottom: 1.5rem;
	border-radius: 2rem;
	overflow: hidden;
	aspect-ratio: 1/1;
}
#index .features .imgList img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .features .imgList h4 {
	margin-bottom: 1.3rem;
	color: #424A62;
	font-size: min(2.6rem, 2.539vw);
	font-weight: 600;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
}
#index .information .image {
	margin: 0 auto;
	width: 56rem;
}
#index .information .image img {
	width: 100%;
}
#index .information .headLine02 {
	margin-bottom: 3.4rem;
}
#index .information .img {
	margin: 3.8rem auto 2.7rem;
	width: 27.5rem;
}
#index .information .inner p {
	text-align: center;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.14em;
}
#index .information .inner p > span {
	display: block;
}
#index .information .inner .tel {
	margin-bottom: 2rem;
}
#index .information .inner a {
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.14em;
}
#index .information .mapBox {
	margin: 9.2rem -1rem 2.3rem;
	position: relative;
}
#index .information .mapBox .map {
	position: relative;
}
#index .information .mapBox .map img {
	width: 100%;
}
#index .information .mapBox .map .dot {
	position: absolute;
	z-index: 2;
}
#index .information .mapBox .map .dot01 {
	left: 37.25%;
	top: 31.2%;
}
#index .information .mapBox .map .dot02 {
	left: 51.6%;
	top: 13.5%;
}
#index .information .mapBox .map .dot03 {
	left: 65.1%;
	top: 66.5%;
}
#index .information .mapBox .map .dot a {
	width: 0.7rem;
	height: 0.7rem;
	display: block;
	position: relative;
	border-radius: 100%;
	background: #B6A07C;
	z-index: 1;
}
#index .information .mapBox .map .dot a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: #B6A07C;
	opacity: 0.45;
	content: '';
	animation: ripple2 1.2s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
@-webkit-keyframes ripple2 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	60% {
		-webkit-transform: scale(6.5, 6.5);
		transform: scale(6.5, 6.5);
	}
	100% {
		-webkit-transform: scale(6.5, 6.5);
		transform: scale(6.5, 6.5);
		opacity: 0;
	}
}
@keyframes ripple2 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	60% {
		-webkit-transform: scale(6.5, 6.5);
		transform: scale(6.5, 6.5);
	}
	100% {
		-webkit-transform: scale(6.5, 6.5);
		transform: scale(6.5, 6.5);
		opacity: 0;
	}
}
#index .information .inner .mapUl li {
	width: 50%;
	position: relative;
}
#index .information .inner .mapUl li::after {
	top: 0;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	background: #CECDCB;
}
#index .information .inner .mapUl p {
	padding: 0 0 1rem 6.2rem;
	letter-spacing: 0;
	line-height: 1.5;
	background: url(en/img/index/icon03.png) no-repeat left 1.8rem top 0.3rem / 2.6rem;
	text-align: left;
}
#index .information .inner .mapUl a {
	margin-left: 6rem;
	width: fit-content;
	padding: 1.3rem 5.1rem 1.4rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	background: #424A62;
	border-radius: 2.05rem;
}
#index .information .inner .mapUl .item::after {
	display: none;
}
@media all and (min-width: 768px) {
	#index .information .inner .mapUl a:hover {
		opacity: 0.75;
	}
	#index .information .inner .mapUl .item p {
		padding-left: 8rem;
		background-image: url(en/img/index/icon04.png);
		background-position: left 3.7rem top 0.5rem;
	}
	#index .innerBox .imgBox .imgUl li {
		width: calc(50% - 1rem);
	}
	#index .sec01 .photoBox {
		width: 44.4rem;
		max-width: 49.4%;
	}
}
@media all and (min-width: 768px) and (max-width: 1249px) {
	#index .information .mapBox {
		width: 70.4vw;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#index .innerBox .textBox p {
		margin: 0.586vw 0.781vw 2.93vw;
		font-size: max(1.4rem, 1.563vw);
	}
	#index .innerBox .imgUl {
		margin-top: 1.2vw;
	}
	#index .features .imgList li p,
	#index .information .inner .mapUl p {
		font-size: max(1.4rem, 1.563vw);
	}
}
@media all and (max-width: 767px) {
	#index {
		padding-bottom: 5.3rem;
	}
	#index .mainVisual {
		margin-bottom: 4.7rem;
		height: 63.5rem;
		padding-bottom: 3.9rem;
	}
	#index .mainVisual::after {
		height: 6.3rem;
		bottom: -0.9rem;
		background-image: url(en/img/index/bg01_sp.png);
	}
	#index .mainVisual .pageTtl {
		margin-top: 0.2rem;
		font-size: 2.1rem;
		line-height: 1.512;
	}
	#index .mainVisual .pageTtl .jp {
		margin-bottom: 1.5rem;
	}
	#index .mainVisual .pageTtl img {
		width: 26.1rem;
	}
	#index .innerBox {
		margin-bottom: 7.3rem;
	}
	#index .lineBox {
		padding-bottom: 8.1rem;
		margin-bottom: 4.8rem;
	}
	#index .lineBox::after {
		left: -0.5rem;
		right: -0.5rem;
	}
	#index .innerBox .imgBox {
		display: block;
	}
	#index .innerBox .imgBox .image {
		margin-top: 1.5rem;
	}
	#index .innerBox .photoBox {
		margin: 0;
		width: 100%;
		max-width: inherit;
	}
	#index .sec01 .photoBox {
		margin-bottom: 2.2rem;
	}
	#index .sec01 .banner {
		margin-top: 3.6rem;
		padding: 1.6rem 1.6rem 1.1rem;
		height: 32.1rem;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		background-image: url(en/img/index/photo02_sp.jpg);
		background-position: center center;
	}
	#index .sec01 .banner .inner {
		width: 100%;
	}
	#index .sec01 .banner .heading {
		margin-bottom: 0.7rem;
		font-size: 2.4rem;
		line-height: 1.2;
	}
	#index .sec01 .banner .heading small {
		font-size: 1.5rem;
	}
	#index .sec01 .banner .tel {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}
	#index .sec01 .banner a {
		font-size: 2.3rem;
		letter-spacing: 0.03em;
	}
	#index .sec01 .banner .iconUl {
		display: block;
	}
	#index .sec01 .banner .iconUl li {
		margin-left: 0;
		width: 2.1rem;
	}
	#index .innerBox .textBox {
		margin-bottom: 1.5rem;
		flex-wrap: wrap;
	}
	#index .innerBox .textBox p {
		margin: 0 0 2.3rem
	}
	#index .innerBox .imgUl {
		margin-top: 1.5rem;
		gap: 1.5rem;
	}
	#index .innerBox .imgUl li {
		width: calc(50% - 0.755rem);
	}
	#index .features {
		padding-bottom: 5.7rem;
		margin-bottom: 5.4rem;
	}
	#index .features .imgList {
		gap: 3.6rem 1.5rem;
	}
	#index .features .imgList li {
		width: calc(50% - 0.755rem);
		font-size: 1.4rem;
		line-height: 1.428;
	}
	#index .features .imgList h4 {
		font-size: 2.4rem;
		line-height: 1.166;
	}
	#index .features .imgList .img {
		margin-bottom: 1.1rem;
	}
	#index .information .mapBox {
		margin: 6.2rem -0.5rem 5rem;
		width: auto;
	}
	#index .information .mapBox .map .dot a {
		width: 0.4rem;
		height: 0.4rem;
	}
	#index .information .mapBox .map .dot01 {
		left: 48.5%;
		top: 31.5%;
	}
	#index .information .mapBox .map .dot02 {
		left: 67.8%;
		top: 13.4%;
	}
	#index .information .mapBox .map .dot03 {
		left: 85.8%;
		top: 66.4%;
	}
	#index .information .headLine02 {
		line-height: 1.2;
	}
	#index .information .image {
		width: auto;
	}
	#index .information .img {
		margin: 3.7rem auto 2.9rem;
		width: 20.4rem;
	}
	#index .information .inner a {
		font-size: 2.4rem;
	}
	#index .information .inner p {
		line-height: 1.5;
	}
	#index .information .inner p > span + span {
		margin-top: 1.1rem;
	}
	#index .information .inner p span {
		padding-left: 8.5rem;
		text-indent: -8.5rem;
	}
	#index .information .inner .tel {
		margin-bottom: 1.4rem;
	}
	#index .information .mapBox .txt {
		margin-bottom: 1.3rem;
		text-align: center;
		letter-spacing: 0;
		font-weight: 600;
	}
	#index .information .mapBox .txt img {
		margin: 0 0.4rem;
		width: 1.4rem;
		vertical-align: middle;
	}
	#index .information .inner .mapUl {
		display: block;
	}
	#index .information .inner .mapUl li {
		width: 100%;
		padding-bottom: 3.3rem;
	}
	#index .information .inner .mapUl li::after {
		left: 0;
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
	}
	#index .information .inner .mapUl p {
		padding: 5rem 0 0;
		text-align: center;
		background-position: center top;
		background-size: 3.2rem;
	}
	#index .information .inner .mapUl a {
		margin: 1.7rem auto 0;
	}
	#index .information .inner .mapUl .item {
		padding: 2.9rem 0 0;
	}
	#index .information .inner .mapUl .item p {
		padding-top: 6.1rem;
		display: flex;
		flex-direction: column;
		gap: 1.4rem;
		background-image: url(en/img/index/icon04.png);
		line-height: 1.25;
		letter-spacing: 0.025em;
	}
	#index .information .inner .mapUl .item p span {
		margin: 0;
		padding: 0;
		text-indent: 0;
		width: 100%;
		display: block;
	}
}