@charset "UTF-8";

/* ttl_page
----------------------------------------*/
.ttl_page {
    position: relative;
}
.ttl_page::before {
    content: "";
    position: absolute;
    background: url("../../img/chapel/txt_chapel.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;
}



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

.chapel_inner {
    padding: 10.6rem 0 10rem;
    max-width: 110rem;
    margin: 0 auto;
}

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

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

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

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

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

    .chapel_h3 {
        font-size: 1.8rem;
    }

}


.chapel_contents01 {
    display: flex;
    justify-content: space-between;
}
.chapel_contents01 .chapel_contents_item:first-child {
    max-width: 43.6rem;
}
.chapel_contents01 .chapel_contents_item:first-child figure {
    margin-bottom: 5rem;
}
.chapel_contents01 .chapel_contents_item:last-child {
    max-width: 55rem;
    margin-top: 5rem;
}
.chapel_contents01 .chapel_contents_item .detail_list {
    max-width: 45rem;
    border-top: .2rem solid #DDDAD2;
    margin-top: 2rem;
    padding-top: 2rem;
    margin-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
}
.chapel_contents01 .chapel_contents_item .detail_list dt {
    width: 8rem;
    font-weight: bold;
}
.chapel_contents01 .chapel_contents_item .detail_list dd {
    width: calc(100% - 8rem);
}

.chapel_slider .slick-list {
    margin-right: -44.8rem;
}
.chapel_slider .chapel_slider_item {
    aspect-ratio: 448 / 298;
    width: 44.8rem;
    margin-right: .6rem;
}
.chapel_slider_l {
    margin-bottom: 12.5rem;
}
.chapel_slider_l .chapel_slider_item {
    aspect-ratio: 624 / 416;
    width: 62.4rem;
    margin: 0 .75rem;
}
.chapel_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;
}
.chapel_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;
}

.chapel_contents02 {
    padding-top: 5rem;
}
.chapel_contents02 .chapel_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) {
    .chapel_contents01 {
        flex-wrap: wrap;
    }
    .chapel_contents01 .chapel_contents_item {
        display: contents;
    }
    .chapel_contents01 .chapel_contents_item:first-child {
        max-width: 100%;
    }
    .chapel_contents01 .chapel_contents_item:first-child figure {
        margin-bottom: 3rem;
        order: 5;
    }
    .chapel_contents01 .chapel_contents_item:first-child .chapel_h3 {
        order: 6;
    }
    .chapel_contents01 .chapel_contents_item:first-child > p {
        order: 7;
    }
    .chapel_contents01 .chapel_contents_item:last-child {
        max-width: 100%;
        margin-top: 0;
    }
    .chapel_contents01 .chapel_contents_item:last-child .chapel_h2 {
        order: 1;
    }
    .chapel_contents01 .chapel_contents_item:last-child .chapel_h3 {
        order: 2;
    }
    .chapel_contents01 .chapel_contents_item:last-child > p {
        order: 3;
    }
    .chapel_contents01 .chapel_contents_item:last-child .detail_list {
        order: 4;
    }
    .chapel_contents01 .chapel_contents_item:last-child .chapel_slider {
        order: 8;
    }
    
    
    .chapel_contents01 .chapel_contents_item .detail_list {
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #DDDAD2;
        margin-top: 3rem;
        margin-bottom: 6rem;
    }

    .chapel_slider {
        margin-top: 5rem;
    }
    .chapel_slider .slick-list {
        margin-right: -34.8rem;
    }
    .chapel_slider .chapel_slider_item {
        aspect-ratio: 348 / 231;
        width: 34.8rem;
    }
    .chapel_slider_l {
        margin-bottom: 12rem;
    }
    .chapel_slider_l .chapel_slider_item {
        aspect-ratio: 360 / 246;
        width: 36rem;
        margin: 0 .25rem;
    }
    .chapel_slider_l .slick-dots {
        justify-content: flex-start;
        margin: 2rem 2.5rem;
    }
    
    
    .chapel_contents02 .chapel_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 {
    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/chapel/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 .chapel_h2 {
    margin-bottom: 1rem;
}
.other_item > p {
    color: #A39483;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}


.other_item .btn {
    width: 24.2rem;
}
.other_item .btn a {
    position: relative;
    color: #A39483;
    font-size: 1.2rem;
    padding-bottom: 3.6rem;
    display: block;
}
.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;
}
.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 {
        padding: 11.3rem 4rem 4rem;
    }
    .other_inner {
        display: block;
        gap: 0;
    }
    .other_inner::before {
        content: "";
        position: absolute;
        background: url("../../img/chapel/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 .chapel_h2 {
        margin-bottom: 1rem;
    }
    .other_item .chapel_h2 span {
        font-size: 2rem;
    }
    .other_item > p {
        color: #A39483;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        margin-bottom: 2rem;
    }
    
    .other_item .btn {
        width: 100%;
    }
    .other_item .btn a {
        background: #F2F4EF;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 1rem 1.8rem;
        border-bottom: 1px solid #A39483;
    }
    .other_item .btn a::before {
        right: 1.7rem;
        top: 50%;
        transform: translateY(-50%)
    }
    .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;
    }
    
}


