@charset "UTF-8";

/* ttl_page
----------------------------------------*/
.ttl_page {
    position: relative;
}
.ttl_page::before {
    content: "";
    position: absolute;
    background: url("../../img/banquet/txt_banquet.svg") no-repeat;
    background-size: 100% 100%;
    width: 47.3rem;
    height: 24.1rem;
    top: 20rem;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .ttl_page {
        padding-bottom: 8.8rem;
    }
    .ttl_page::before {
        width: 33rem;
        height: 16.8rem;
        top: 22rem;
    }
}




.slick-slide {
  display: none; /* 初期状態では非表示 */
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block; /* 初期化後に表示 */
}

.slick-track {
  display: flex; /* スライドを横並びにする */
  align-items: center; /* 垂直方向の中央揃え（必要に応じて） */
}

.slick-list {
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

/* 左右の矢印の配置 */
.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* ドットナビゲーションのスタイル */
.slick-dots {
  text-align: center;
  padding: 10px 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  background: #ccc;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #333;
}



/* .banquet
----------------------------------------*/
.banquet .main img {
    width: 100%;
}

.banquet_inner {
    padding: 11.8rem 0 8rem;
    max-width: 110rem;
    margin: 0 auto;
}

.banquet_h2 {
    color: #A39483;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 6rem;
}
.banquet_h2 span {
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: 0.1em;
    margin-right: 1.4rem;
}
.banquet_h2 span.txt_s {
    font-size: 2rem;
}
.banquet_h2 span.txt_l {
    font-size: 3rem;
    font-style: normal;
}

.banquet_h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.banquet_inner p {
    font-size: 1.3rem;
    line-height: 2.3;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
    .banquet_inner {
        padding: 4rem 1.7rem 4rem;
    }

    
    .banquet_h2 {
        margin-bottom: 4rem;
    }
    .banquet_h2 span {
        margin-right: 1.7rem;
    }
    .banquet_h2 span.txt_s {
        font-size: 1.8rem;
    }
    .banquet_h2 span.txt_l {
        font-size: 2.5rem;
    }

    .banquet_h3 {
        font-size: 1.8rem;
        line-height: 1.66;
    }

}


.banquet_contents01 {
    display: flex;
    justify-content: space-between;
}
.banquet_contents01 .banquet_contents_item:first-child {
    width: 100%;
    max-width: 52.3rem;
}

.banquet_contents01 .banquet_contents_item:last-child {
    width: 100%;
    max-width: 63.2rem;
    margin-right: -15rem;
}
.banquet_contents01 .banquet_contents_item.north::before{
    content: "";
    position: absolute;
    background: url("../../img/banquet/txt_north.svg") no-repeat;
    background-size: 100% 100%;
    width: 11.9rem;
    height: 31.5rem;
    top: -40rem;
    right: 15rem;
    z-index: 1;
}
.banquet_contents01 .banquet_contents_item.south::before{
    content: "";
    position: absolute;
    background: url("../../img/banquet/txt_south.svg") no-repeat;
    background-size: 100% 100%;
    width: 11.6rem;
    height: 34rem;
    top: -41.6rem;
    right: 15rem;
    z-index: 1;
}
.banquet_contents01 .banquet_contents_item.restaurant::before{
    content: "";
    position: absolute;
    background: url("../../img/banquet/txt_restaurant.svg") no-repeat;
    background-size: 100% 100%;
    width: 17.6rem;
    height: 60.2rem;
    top: -69rem;
    right: 15rem;
    z-index: 1;
}
.banquet_contents01 .banquet_contents_item .detail_list {
    width: 100%;
    max-width: 45rem;
    border-top: .2rem solid #DDDAD2;
    margin-top: 4.6rem;
    padding-top: 2rem;
    margin-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
}
.banquet_contents01 .banquet_contents_item .detail_list dt {
    width: 8rem;
    font-weight: bold;
}
.banquet_contents01 .banquet_contents_item .detail_list dd {
    width: calc(100% - 8rem);
}

.banquet_slider .slick-list {
    margin-right: -44.8rem;
}
.banquet_slider .banquet_slider_item {
    aspect-ratio: 448 / 298;
    width: 44.8rem;
    margin-right: .6rem;
}
.banquet_slider_l {
    margin-bottom: 16.7rem;
}
.banquet_slider_l .banquet_slider_item {
    aspect-ratio: 624 / 416;
    width: 62.4rem;
    margin: 0 .75rem;
}
.banquet_slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.slick-dots {
	display: flex;
    gap: .8rem;
    margin-top: 1.5rem;
    padding: 0;
}
.banquet_slider_l .slick-dots {
	justify-content: center;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button {
	appearance: none;
	display: block;
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	border: 0;
	background: #DDDAD2;
	overflow: hidden;
	text-indent: -99rem;
}
.slick-dots li.slick-active button {
	background: #C9BC9C;
}


.banquet_slider_l .slick-next,
.banquet_slider_l .slick-prev {
    appearance: none;
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 0;
    background: #A39483;
    position: absolute;
    top: 47%;
    right: 1.9rem;
    overflow: hidden;
    text-indent: -99rem;
    cursor: pointer;
}
.banquet_slider_l .slick-prev {
    left: 1.9rem;
    right: auto;
    transform: scale(-1, 1);
}
.banquet_slider_l .slick-next::before,
.banquet_slider_l .slick-prev::before {
    content: '';
    display: block;
    background: url(../../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
    width: .7rem;
    height: .9rem;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banquet_contents02 {
    margin-top: -2rem;
}
.banquet_contents02 .banquet_h2 {
    margin-bottom: 3rem;
}

.features_list {
    display: flex;
}
.features_list {
    display: flex;
    justify-content: space-between;
}
.features_list_item {
    width: 100%;
    max-width: 34.5rem;
}
.features_list_item figure {
    margin-bottom: 1.5rem;
}
.features_list_item h4 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.features_list_item p {
    line-height: 2;
}


@media only screen and (max-width: 768px) {
    .banquet_contents01 {
        flex-wrap: wrap;
    }
    .banquet_contents01 .banquet_contents_item:first-child {
        max-width: 100%;
    }
    .banquet_contents01 .banquet_contents_item:last-child {
        max-width: calc(100% + 3.4rem);
        margin: 0 -1.7rem;
        width: calc(100% + 3.4rem);
    }
    
    .banquet_contents01 .banquet_contents_item.north::before{
        width: 7.5rem;
        height: 19.8rem;
        top: -9.9rem;
        right: 0;
    }
    .banquet_contents01 .banquet_contents_item.south::before{
        width: 7.5rem;
        height: 21.9rem;
        top: -12.9rem;
        right: 0;
    }
    .banquet_contents01 .banquet_contents_item.restaurant::before{
        display: none;
    }
    
    .banquet_contents01 .banquet_contents_item .detail_list {
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #DDDAD2;
        margin-top: 3rem;
        margin-bottom: 6rem;
    }

    .banquet_slider {
        margin-top: 5rem;
    }
    .banquet_slider .slick-list {
        margin-right: -34.8rem;
    }
    .banquet_slider .banquet_slider_item {
        aspect-ratio: 348 / 231;
        width: 34.8rem;
    }
    .banquet_slider_l {
        margin-bottom: 11.4rem;
    }
    .banquet_slider_l .banquet_slider_item {
        aspect-ratio: 360 / 246;
        width: 36rem;
        margin: 0 .25rem;
    }
    .banquet_slider_l .slick-dots {
        justify-content: flex-start;
        margin: 2rem 2.5rem;
    }
    
    
    
    .banquet_contents02 {
        margin-top: 5rem;
    }
    .banquet_contents02 .banquet_h2 {
        margin-bottom: 2rem;
    }


    .features_list {
        display: block;
        padding: 0 1.9rem;
    }
    .features_list_item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2.5rem;
    }
}



/* .other
----------------------------------------*/
.other {
    margin-top: 8rem;
    position: relative;
    border-top: 1px solid #DDDAD2;
    padding: 5.7rem 2rem 12.5rem;
}
.other_inner {
    position: relative;
    max-width: 130rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 3.7rem;
}
.other_inner::before {
    content: "";
    position: absolute;
    background: url("../../img/banquet/txt_other.svg") no-repeat;
    background-size: 100% 100%;
    width: 22.1rem;
    height: 51.8rem;
    top: -12.1rem;
    left: 7.69%;
    z-index: 1;
}
.other_item {
    max-width: 49rem;
}
.other_item figure {
    margin-bottom: 1.5rem;
}
.other_item .banquet_h2 {
    margin-bottom: 1rem;
}
.other_item > p {
    color: #A39483;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}


.banquet .btn,
.other_item .btn {
    width: 24.2rem;
}
.banquet .btn a,
.other_item .btn a {
    position: relative;
    color: #A39483;
    font-size: 1.2rem;
    padding-bottom: 3.6rem;
    display: block;
}
.banquet .btn a::before,
.other_item .btn a::before {
    content: "";
    position: absolute;
    background: url("../../img/common/icon_arrow_02.svg") no-repeat;
    background-size: 100% 100%;
    width: .7rem;
    height: .9rem;
    right: 0;
    top: .5rem;
}
.banquet .btn a span,
.other_item .btn a span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #C9BC9C;
    border-top: 1px solid #C9BC9C;
    padding-top: .7rem;
    font-size: 1.2rem;
    font-style: italic;
}
@media only screen and (max-width: 768px) {
    .other {
        margin-top: 7.6rem;
        padding: 11.3rem 4rem 4rem;
    }
    .other_inner {
        display: block;
        gap: 0;
    }
    .other_inner::before {
        content: "";
        position: absolute;
        background: url("../../img/banquet/txt_other_sp.svg") no-repeat;
        background-size: 100% 100%;
        width: 30.7rem;
        height: 13rem;
        top: -15rem;
        left: -4rem;
    }
    .other_item {
        max-width: 100%;
        margin-bottom: 4rem;
    }
    .other_item figure {
        margin-bottom: 1.5rem;
    }
    .other_item .banquet_h2 {
        margin-bottom: 1rem;
    }
    .other_item .banquet_h2 span {
        font-size: 2rem;
    }
    .other_item > p {
        color: #A39483;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        margin-bottom: 2rem;
    }
    
    .banquet .btn,
    .other_item .btn {
        width: 100%;
    }
    .banquet .btn a,
    .other_item .btn a {
        background: #F2F4EF;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 1rem 1.8rem;
        border-bottom: 1px solid #A39483;
    }
    .banquet .btn a::before,
    .other_item .btn a::before {
        right: 1.7rem;
        top: 50%;
        transform: translateY(-50%)
    }
    .banquet .btn a span,
    .other_item .btn a span {
        font-weight: normal;
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        color: #C9BC9C;
        border-top: none;
        padding-top: 0;
        display: block;
    }
    
    .banquet .btn {
        max-width: 33rem;
        margin: 4rem auto 0;
    }
    
}


