@charset "utf-8";
/* CSS Document */
#page_top { bottom: 200px; }
#reserve_following { bottom: 150px; }

/* トップスライド画像の位置 ----------------------------------------------------*/
.position-cuisine { object-position: 54% 50%; }
.position-banquet { object-position: 42% 50%; }
.position-room { object-position: 39% 50%; }

/* プラン一覧 ----------------------------------------------------*/
.go-plan .telonly { flex-direction: column; }
.telonlyimg,
.telonlyltr { padding: 0; }
.telonlyltr h4 { padding: 1.5% 0 2% 0; }
.column { border-bottom: none; }

/* お問合せ */
.h-contact {
	width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    padding: 3rem 1.5rem 1.2rem;
    margin-top: 1.2rem;
}
.h-contact h4 {
    padding: 0;
    position: relative;
    margin-bottom: 2.1rem;
    text-align: center;
    display: block;
	font-weight: bold;
    font-size: 1.2rem;
    color: #583c2c;
}
.h-contact h4:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d9c8b7;
    border-radius: 15px;
}
.h-tel,
.h-email {
	width: 100%;
    display: flex;
	margin-bottom: 0.6rem;
}
.h-tel a,
.h-email a {
	width: 100%;
    padding: 0.9rem;
    border-radius: 6px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
	color: #fff;
	background: #927666;
	border: solid 1px #c7b8af;
	transition: .3s;
}
.h-tel a:hover,
.h-email a:hover {
	background: #990000;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.h-ctc-color {
	border: solid 1px #e3e0d9;
    background-color: #f4f2ec;
	color: #583c2c;
}
.twoPiece {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.h-contact p {
	width: 100%;
	padding: 0.9rem 0 0 0;
	text-align: center;
}
/* お問合せ ここまで */

.oblique {
    width: 100%;
	position: relative;
    padding: 1.5rem 0;
    margin-bottom: 0.9rem;
}
.oblique:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #b7b3b0, #b7b3b0 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #b7b3b0, #b7b3b0 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.go-plan .group-eleven {
	margin-bottom: 1.2rem;
    padding: 0 0;
}
.go-plan .group-eleven li { margin-bottom: 1.2rem; }

/* レストラン ピーコック ----------------------------------------------------*/
.hours-two-left img {
	width: 100%;
    vertical-align: middle;
}
.line-h { line-height: 170%; }
.peacock-bf {
	width: 93%;
    padding: 0;
	margin: 0 auto;
}
.peacock-bf img { width: 100%; }
/*.menu-color {
    width: 48%;
	margin: 1.2rem 0 -0.3rem;
	background-color: #f1ead8;
	border: none;
}*/
/*.evenly {
	flex-direction: row;
	margin-bottom: 3rem;
}*/
.section-inner .y-h4 {
    width: 100%;
	position: relative;
	padding: 0;
	margin: 1.8rem 0 0;
	font-size: 100%;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.section-inner .y-h4:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #d2c2b9;
}

.section-inner .y-h4 span {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 0 1.02em;
	background: #fcf0d3;
	background-image: url(../img/common/fresh-snow.png);
}


/* 宴会・会議 ----------------------------------------------------*/
.slider-box,
.slider-tra {
	margin-bottom: 1.2rem;
	background-color: transparent;
}
.slider-box { display: flex; }
.slider-box figcaption {
	width: 100%;
    vertical-align: middle;
    display: block;
	text-align: center;
    padding: 0.3rem 0 0;
}
.card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/*宴会場 料金表*/
/* 固定するヘッダーのスタイル */
.banquet-list th.fixed {
	position: sticky;
	left: 0;
	top: 0; /* 縦方向にも固定する場合 */
	background: #d9c8b7; /* 固定したセルの背景色 */
	z-index: 2; /* 固定したセルが他のセルの上に表示されるようにする */
}

.banquet-list-wrap { overflow-x: auto; /* スクロールを有効にする */ }

.banquet-list {
	width: 100%;
	font-size: 0.66rem;
	border-collapse: collapse;
	white-space: nowrap;
}

.banquet-list td, th {
	border: 1px solid #a38a7c;
	vertical-align: middle;
	text-align: center;
}

.banquet-list th {
	background: #d9c8b7;
}

.banquet-list td {
	background: #ffffff59;
}

.tableitem th {
	background: #382d29;
	font-weight: normal;
	color: #fff;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
}

.banquet-list td, th { padding: 0.24rem 0.21rem; }
.banquet-info01{margin: 0 3% 3%;}
.banquet-info01 dd:before{
	content: "●";
	font-size: 50%;
	vertical-align: middle;
	margin-right: 0.5em;
}

.banquet-btn {
	width: 81%;
    display: block;
    margin: 0.3rem auto 0.54rem;
    background-color: #6c4f32;
    text-align: center;
    border-radius: 60px;
}
.banquet-btn a {
	width: 100%;
    padding: 3%;
	display: block;
	color: #fff;
    border-radius: 60px;
	transition: .3s;
}
.banquet-btn a:hover { background: #892929; }
.t-b-center { vertical-align: middle; }
.go-plan .list-hnd {
	width: 100%;
    border-bottom: none;
	padding-top: 1.8rem;
	padding-bottom: 0;
    margin-bottom: 0;
}
.go-plan .list-hnd dt,
.go-plan .list-hnd dd { padding: 0 0 0.6rem; }
.fee-mt {
	margin-top: -0.9rem;
    display: inline-block;
}

/* 設備使用料金等 */
.section-inner h4.other-fee,
.section-inner_end h4.other-fee {
	font-size: 100%;
    padding: 1.2rem 0 0.12rem;
}
.price-list,
.price-list-normal {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
.price-list tr,
.price-list-normal tr { border: 1px solid #a38a7c; }
.price-list th,
.price-list-normal th { background: #d9c8b7; }
.price-list td,
.price-list-normal td {
	vertical-align: middle;
    text-align: center;
}
.price-list th,
.price-list td,
.price-list-normal th,
.price-list-normal td {
	text-align: left;
	padding: 0.3rem 0.45rem;
	border: 1px solid #a38a7c;
}
.price-list-normal { white-space: normal; }
.price-list-normal th {
	width: 30%;
	text-align: center;
}
.price-list-normal td { width: 70%;}

.banquet-list-wrap dl {
	width: 100%;
    margin: 0.9rem 0;
}
.banquet-list-wrap dt {
	font-weight: bold;
    color: #ac6e5a;
    font-size: 1.08rem;
}
.banquet-list-wrap dd { margin-bottom: 0.3rem; }

/* アクセス ----------------------------------------------------*/
.o-web-btn {
	display: inline-block;
    margin: 0.6rem 0;
    text-align: center;
}
.o-web-btn a {
	background: #f6e9c9;
	color: #000;
    width: 100%;
    display: block;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-size: 90%;
	transition: .3s;
}
.o-web-btn a:hover {
	background: #fde9b7;
	color: #000;
}

/* 団体様向けのご案内 ----------------------------------------------------*/
.hours-two-right p.lh-zero { line-height: normal; }
.group-overview { background: rgba(255, 255, 255, 0.8); }
.group-overview-inner {
	padding: 6%;
    margin: 0;
}
.sports-fac { margin-bottom: 3rem; }

/* 八代市内の施設案内 */
.card-flex {
	margin: 1.8rem 0 0.6rem 0;
    display: flex;
	flex-direction: column;
    justify-content: center;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #f1ead8;
	margin-bottom: 1.2rem;
}
.card img { width: 100%; }
.card-content {
    padding: 1.08rem 1.5rem 0;
}
.card-content h5 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;
	font-weight: bold;
	line-height: 1.8rem;
	border-bottom: #d2c2b9 solid 1px;
}
.section-inner .card p { padding: 1.2rem 0 0 0; }
.card-footer {
    margin-top: auto;
    padding: 1.5rem 0 1.8rem;
    text-align: center;
}
.card-footer a {
	width: 180px;
    display: inline-block;
    padding: 0.9rem;
    background-color: #6f6957;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}
.card-footer a:hover {
    background-color: #5b574b;
    color: #fff;
}
.width-adj { padding: 0 1.2rem 1.2rem; }
.width-adj p {
	padding: 0;
	line-height: normal;
}



/* 2025.1.21客室アメニティ追加　*/
.front-rental {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: start;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 0.39rem;
}
.front-rental-item {
    margin: 0 0 8%;
    padding: 0;
    width: 49%;
    border: #d2c2b9 solid 1px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}
.front-rental-item img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 10px 10px 0 0;
}
.front-rental-item p {
	text-align: center;
}



/* 2025.7.28 八代花火大会バナー　*/
.fireworks-wrapper {
	width: 100%;
	max-width: 100%;
	padding-bottom: 1.8rem;
	background-image: linear-gradient(315deg, rgb(117 72 1), rgb(0 0 0));
}
.fireworks-wrapper p {
	text-align: center;
    padding: 2.4rem 0 1.5rem;
    font-size: larger;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-weight: 600;
    color: #de5c01;
    letter-spacing: 0.18em;
}
.fireworks-inner {
    width: 90%;
	max-width: 1500px;
	display: flex;
    flex-direction: column;
	gap: 0.99rem;
    margin: 0 auto;
}
.fireworks-banner {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.fireworks-banner img {
	width: 100%;
    height: 100%;
    vertical-align: bottom;
	transition: transform .3s ease;
}
.fireworks-banner:hover img { transform: scale(1.1); }


/* アニメーションを適用するクラス（初期は非表示） */
.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
/* 画面に入ったときに追加されるクラス */
.animate-on-scroll.visible {
  animation: focus-in-expand 1s ease both;
  opacity: 1;
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}





@media (min-width: 768px) {
	/* プラン一覧 ----------------------------------------------------*/
	.telonlyimg {
		width: 36%;
        padding: 0;
        margin-bottom: 0;
	}
	.telonlyimg img { vertical-align: bottom; }
	.telonlyltr {
		width: 64%;
		padding: 0 0 0 1.2rem;
        margin-bottom: 0;
	}
	.telonlyltr h4 { padding: 0 0 2% 0; }
	.column { flex-direction: column; }
	
	/* お問合せ */
	.twoPiece { flex-direction: row; }
	.h-tel,
	.h-email {
		width: 60%;
		margin: 0 auto 0.6rem;
	}
	.oblique { padding: 1.8rem 0; }
	
	.restaurant_box-two_right .group-btn {
		text-align: left;
		margin: 3.9rem 0;
	}
	
	.pt-zero { padding-top: 0; }
	
	/* レストラン ピーコック ----------------------------------------------------*/
	.menu-color { margin: 0; }
	.evenly { justify-content: space-between; }
	.menu-color {
		width: 31.5%;
		margin-top: 1.5rem;
	}
	.section-inner .y-h4 {
		margin: 3rem 0 0;
		padding: 0;
		font-size: 1.32rem;
	}
	
	/* 宴会・会議 ----------------------------------------------------*/
	/*宴会場 料金表*/
	.ad-center { justify-content: center; }
	.banquet-list { font-size: 1.11rem; }
	.banquet-btn a { font-size: 0.81rem; }	
	.banquet-list td, th { padding: 0.24rem 0.3rem; }
	
	/* 団体様向けのご案内 ----------------------------------------------------*/
	/* 八代市内の施設案内 */
	.card-flex {
		flex-direction: row;
        flex-wrap: wrap;
		justify-content: space-between;
    }
	.card { width: 48.9%; }
	
	/* 2025.1.21客室アメニティ追加　*/
	.front-rental  {
        max-width: 1200px;
        margin: 0 auto;
        justify-items: stretch;
        padding: 2% 0 5% !important;
    }
　　.front-rental-item {
        padding: 0;
        width: 32.4%;
        margin: 0;
    }
	
	
	
	/* 2025.7.28 八代花火大会バナー　*/
	.fireworks-wrapper { padding-bottom: 3.9rem; }
	.fireworks-wrapper p {
		padding: 3.9rem 0 2.1rem;
		font-size: x-large;
	}
	.fireworks-inner { gap: 1.5rem; }
	
	

	
}


@media (min-width: 1000px) {
	/* プラン一覧 ----------------------------------------------------*/
	/* お問合せ */
	.h-contact { padding: 3rem 6rem; }
	.h-contact h4 {
		margin-bottom: 3.9rem;
        font-size: 1.5rem;
	}
	.h-contact h4:before { width: 120px; }
	.h-tel a, .h-email a {
		padding: 1.5rem;
		font-size: 1.5rem;
	}
	.h-tel, .h-email {
		width: 48%;
		display: flex;
		margin-bottom: 0.6rem;
	}
	
	/* レストラン ピーコック ----------------------------------------------------*/
	.evenly { margin-bottom: 6rem; }
	
	/* 宴会・会議 ----------------------------------------------------*/
	.slider-box figcaption { padding: 0.6rem 0 0; }
	.card-content p { padding: 0 1.8rem 1.5rem; }
	
	/* 団体様向けのご案内 ----------------------------------------------------*/
	/* 八代市内の施設案内 */
	.card { width: 32.1%; }
	
	
	/* 2025.1.21客室アメニティ追加　*/
	.front-rental {
    gap: 0.6rem;
    }
	.front-rental-item {
        width: 32.6%;
        margin: 0;
    }
	
	
	
	/* 2025.7.28 八代花火大会バナー　*/
	.fireworks-wrapper { padding-bottom: 4.8rem; }
	.fireworks-wrapper p {
		padding: 4.5rem 0 3rem;
		font-size: xx-large;
		font-weight: 900;
	}
	.fireworks-inner {
		flex-direction: row;
		gap: 2.1rem;
	}

	
	
	
	
}

@media (min-width: 1200px) {
	/* 宴会・会議 --------------------------------------------------------- */
	/*宴会場 料金表*/
	.banquet-list-wrap::-webkit-scrollbar { display: none;
	}
	.banquet-list-wrap {
		overflow-x: scroll;/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
		-ms-overflow-style: none;/*Firefoxへの対応*/
		scrollbar-width: none;
		width: 100%;
	}
	#banquet .accordion-check:checked~.accordion-box { padding: 2.1rem; }
	
	
}

@media (min-width: 1500px) {
	/* トップスライド画像の位置 ----------------------------------------------------*/
	.position-cuisine { object-position: 50% 45%; }
	.position-bf { object-position: 50% 50%; }
	.position-banquet { object-position: 50% 81%; }
	.position-room { object-position: 39% 90%; }
	/* レストラン ピーコック ----------------------------------------------------*/
	.peacock-bf { width: 100%; }
	
	
	
	
}
