@charset "utf-8";

/*===========================================================
20251022@追加
===========================================================*/

.footer-td-flex {
	display: flex;
}

/*===========================================================

===========================================================*/

.footer {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
}

/*===========================================================
ご予約・お問い合わせ
===========================================================*/

.common-contact {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.common-contact-container {
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
	padding: 7rem 1.4rem 9rem;
	border: 0.1rem solid var(--white);
}

.common-contact-area {
	max-width: 71.8rem;
	width: 100%;
	margin: 0 auto;
}

.common-contact-illust-box {
	max-width: 23rem;
	width: 100%;
	margin: 3rem auto 0;
}

.common-contact-text-box01 {
	margin: 4rem 0 0;
	text-align: center;
}

.common-contact-link-flex {
	margin: 5rem auto 0;
	max-width: 59rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.common-contact-illust-box {
	max-width: 23rem;
	width: 100%;
	margin: 3rem auto 0;
}

.common-contact-text-box01 {
	margin: 4rem 0 0;
	text-align: center;
}

.common-contact-text-box01 .text01 {
	text-shadow: none;
}

.common-contact-link-flex {
	margin: 5rem auto 0;
	max-width: 59rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.common-contact-title-box {
	max-width: 35rem;
	width: 100%;
	margin: 6rem auto 0;
	padding: 0.3rem 1rem 0.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	background: var(--light-black);
}


.common-contact-text-box02 {
	margin: 2rem 0 0;
	text-align: center;
}

.common-contact-text-box02 .text01 {
	text-shadow: none;
}

.common-contact-reserve-flex {
	margin: 3rem auto 0;
	max-width: 53rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
}

.common-contact-reserve-item {
	max-width: 22rem;
	width: 100%;
}

.en-US .common-contact-reserve-item {
	max-width: 25rem;
}

.common-contact-reserve-title-box {
	width: 100%;
	padding: 0 0 1.2rem;
	border-bottom: 0.1rem solid var(--white);
}

.common-contact-text02 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

.common-contact-reserve-text-box {
	margin: 1.4rem 0 0;
	text-align: center;
}

.common-contact-text03 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.66666em;
}

/*===========================================================
お知らせ
===========================================================*/

.top-news {
	max-width: 192rem;
	width: 100%;
	margin: 15rem auto 0;
	padding: 0 2.5rem;
}

.top-news-container {
	max-width: 132.4rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4rem;
}

.top-news-illust-box {
	max-width: 26rem;
	width: 100%;
	margin: 1rem auto 0;
}

.top-news-illust-box img {
	width: 100%;
}

.top-news-btn-area {
	margin: 6rem 0 0;
	display: flex;
	justify-content: center;
}

.top-news-main-title-area {
	max-width: 28.6rem;
	width: 100%;
}

.top-news-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.top-news-area {
	max-width: 98.1rem;
	width: 100%;
}

.top-news-link {
	transition: all .3s;
}

.top-news-link:hover {
	opacity: 0.7;
}

.top-news-link:hover img {
	transform: scale(1.1);
}

.top-news-link .text01 {
	text-shadow: none;
	line-height: 1.5;
}

.top-news-img-box {
	padding-bottom: 75.24%;
	position: relative;
	overflow: hidden;
}

.top-news-img-box img {
	position: absolute;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: all .3s;
}

.top-news-cate {
	margin: 1rem 0 0;
	padding: 0.4rem 1rem 0.5rem;
	max-width: max-content;
	border: 0.1rem solid var(--white);
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.top-news-date {
	margin: 0.5rem 0 0;
}

.top-news-title {
	margin: 0.5rem 0 0;
}

/*===========================================================
フッター
===========================================================*/

.footer-container {
	max-width: 192rem;
	width: 100%;
	margin: 13rem auto 0;
	padding: 4.7rem 2.5rem 6rem;
}

.footer-area {
	max-width: 123rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.footer-left {
	max-width: 51.5rem;
	width: 48%;
}

.footer-logo-box {
	max-width: 24rem;
	width: 100%;
}

.footer-address-area {
	margin: 2rem 0 0;
}

.footer-address-row {
	margin: 2rem 0 0;
	display: flex;
}

.footer-address-row:first-child {
	margin: 0;
}

.footer-address-th {
	display: flex;
	width: 25%;
}

.footer-text01 {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.66666;
}

.footer-address-td {
	width: 85%;
}

.footer-right {
	margin: 0 0 1rem;
	max-width: 56.9rem;
	width: 48%;
}

.footer-reserve-area .text02 {
	text-align: center;
}

.footer-reserve-flex {
	margin: 1.5rem auto 0;
	max-width: 46.5rem;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

.footer-sns-link-area {
	margin: 3.7rem 0 0;
	display: flex;
	justify-content: center;
}

.footer-right .banner01 {
	margin: 3rem 0 0;
}

.copyright {
	margin: 3rem 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

/*===========================================================
bogo
===========================================================*/

.common-contact-area.en {
	display: none;
}

.en-US .common-contact-area {
	display: none;
}

.en-US .common-contact-area.en {
	display: block;
}

.footer-address-row.en {
	display: none;
}

.en-US .footer-address-row {
	display: none;
}

.en-US .footer-address-row.en {
	display: flex;
}

.footer-reserve-area.en {
	display: none;
}

.en-US .footer-reserve-area {
	display: none;
}

.en-US .footer-reserve-area.en {
	display: block;
}

.banner01.en {
	display: none;
}

.en-US .banner01 {
	display: none;
}

.en-US .banner01.en {
	display: block;
}

.en-US .top-news-btn-area {
	display: none;
}

.top-news-btn-area.en {
	display: none;
}

.en-US .top-news-btn-area.en {
	display: block;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1920px) {


	/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1024px) {


	/*===========================================================
フッター
===========================================================*/

	.footer-address-th {
		width: 30%;
	}

	.footer-address-td {
		width: 70%;
	}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=768px) {

	.top-news {
		margin: 4.5rem 0;
	}

	.top-news-container {
		display: grid;
		justify-content: unset;
	}

	.top-news-main-title-area {
		display: contents;
	}

	.top-news-main-title-set {
		order: 1;
	}
	
	.top-news-area {
		order: 2;
	}

	.top-news-section {
		grid-template-columns: repeat(2, 1fr);
	}

	.top-news-btn-area {
		margin: 3rem 0 0;
		order: 3;
	}

/*===========================================================

===========================================================*/

	.footer-container {
		margin: 10rem 0 0;
	}

	.footer-reserve-flex {
		margin: 2rem auto 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	/* フラットにして単列グリッド */
	.footer-area {
		display: grid !important;
		grid-template-columns: 1fr;
		grid-template-areas:
			"logo"
			"reserve"
			"banner"
			"address"
			"copy";
		row-gap: 2rem;
		justify-items: stretch;
		align-items: start;
	}

	/* ラッパは箱を消す（子をグリッド直載せ） */
	.footer-left,
	.footer-right {
		display: contents;
	}

	/* 各要素を割り当て（希望順） */
	.footer-logo-box {
		grid-area: logo;
		justify-self: center;
	}

	/* ロゴは中央寄せ */
	.footer-reserve-area {
		grid-area: reserve;
	}

	.banner01 {
		grid-area: banner;
	}

	.footer-address-area {
		grid-area: address;
	}

	.copyright {
		grid-area: copy;
		text-align: center;
	}

	.footer-container {
		padding: 2rem 0 4rem;
	}

	.footer-logo-box {
		max-width: 15.5rem;
		width: 100%;
		margin: 0 auto;
		order: 1;
	}

	.footer-address-row {
		flex-direction: column;
		text-align: center;
	}

	.footer-address-th {
		width: 100%;
		justify-content: center;
	}

	.footer-address-td {
		width: 100%;
	}
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=576px) {

	.common-contact-link-flex {
		flex-direction: column;
		justify-content: center;
	}

	.common-contact-reserve-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

/*===========================================================
お知らせ
===========================================================*/

	.top-news-main-title-box .title01 {
		font-size: 2.5rem;
	}

	.top-news-section {
		grid-template-columns: repeat(1, 1fr);
	}

	.top-news-area {
		margin: 0 auto;
		max-width: 28.1rem;
	}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=414px) {


	/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */