/*
Template Name: サイト改修
*/
.pages {
  background: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 45%, #FAFAFA 100%);
}


/* -------- 共通（タイトル） -------- */
.page__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0px auto;
}
.page__inner_mini {
  width: 100%;
  max-width:  51.5625rem;
  margin: 0 auto;
}
.section__ttl {
  font-size: 1.65rem;
  /* font-size: 1.73rem; */
  font-weight: 500;
  line-height: 1.5555555556;
}
h3.section__ttl {
  letter-spacing: 0.1em;
  margin-bottom: 2.0625rem;
  line-height: 1.7;
}
h4 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.7;
}
.section__txt {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 2.625;
}

.font__sans-serif {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 2.375;
}
.font__en {
  font-family: aw-conqueror-didot,serif;
}
.font__tate {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.font__tate span {
  text-orientation: upright;
}
@media print, screen and ( min-width : 751px ) {
  .font__tate_pc {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
  .font__tate_pc span {
    text-orientation: upright;
  }
}
@media (max-width: 750px) {
  .font__sans-serif {
    font-size: 0.98rem;
  }
  .font__tate_sp {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
  .font__tate_sp span {
    text-orientation: upright;
  }
  .sec__title {
    font-size: 2rem;
  }
}



/* -------- 共通（コンテンツ・余白など） -------- */
.block__title {
  font-size: 2.625rem;
  font-family: "ltc-caslon-pro", serif;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  .block__title::before {
    width: 0.375rem;
    height: 4.125rem;
    position: absolute;
    inset: 0 auto 0 -0.1rem;
    margin: auto 0;
  }
}
.block__title::before {
  position: relative;
  top: 0.3125rem;
  margin-right: 1.125rem;
  content: "";
  width: 0.5625rem;
  height: 2.5rem;
  background: #a0946c;
  display: inline-block;
}
.block__title span {
  font-size: 1.75rem;
}
.block__memo {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.block--2 {
  margin-top: 8.75rem;
}
.mt_space__2 {
  margin-top: 2.40625rem;
}
.mb_space__2 {
  margin-bottom: 2.40625rem;
}
.mt_space__3 {
  margin-top: 3.75rem;
}
.mb_space__3 {
  margin-bottom: 3.75rem;
}
.txt__center {
  text-align: center;
}
@media (max-width: 750px) {
  .block--2 {
    margin-top: 3.75rem;
  }
  .mt_space__2 {
    margin-top: 1.666rem;
  }
  .mb_space__2 {
    margin-bottom: 1.666rem;
  }
  .mt_space__3 {
    margin-top: 2rem;
  }
  .mb_space__3 {
    margin-bottom: 2rem;
  }
}



/* -------- 共通（コンテンツ配置） -------- */
.half__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media only screen and ( max-width : 750px ) {
  .half__cont {
    gap: 0.5rem;
  }
}



/* -------- スライダー -------- */
/* 矢印 */
.slick-prev, .slick-next {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 10;
}
.slick-prev {
  background-image: url("../images/icon/icon_slider_prev.svg") !important;
}
.slick-next {
  background-image: url("../images/icon/icon_slider_next.svg") !important;
}
.slick-prev::before,
.slick-next::before {
  display: none !important;
}
/* ページャー */
.slick-dots {
  bottom: -2.25rem !important;
}
.slick-dots li {
  margin: 0 0.3rem !important;
}
.slick-dots li button {
  padding: 0 !important;
  border-radius: 50% !important;
  background-color: #EAE8E8 !important;
  border: none !important;
}
.slick-dots li button::before {
  content: "" !important;
  display: none !important;
}
.slick-dots li.slick-active button {
  background-color: #A0946C !important;
}
@media print, screen and ( min-width : 751px ) {
  .slick-prev, .slick-next {
    width: 2.75rem !important;
    height: 2.75rem !important;
  }
  .slick-prev {
    left: -4.625rem !important;
  }
  .slick-next {
    right: -4.625rem !important;
  }

  .slick-dots {
    bottom: -2.25rem !important;
  }
  .slick-dots li {
    width: 0.625rem !important;
    height: 0.625rem !important;
    margin: 0 0.3rem !important;
  }
  .slick-dots li button {
    width: 0.625rem !important;
    height: 0.625rem !important;
  }
}

@media only screen and ( max-width : 750px ) {
  .slick-prev, .slick-next {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  .slick-prev {
    left: -2.0625rem !important;
  }
  .slick-next {
    right: -2.0625rem !important;
  }

  .slick-dots {
    bottom: -2rem !important;
  }
  .slick-dots li {
    width: 0.5rem !important;
    height: 0.5rem !important;
    margin: 0 0.25rem !important;
  }
  .slick-dots li button {
    width: 0.5rem !important;
    height: 0.5rem !important;
  }
}



/* -------- ウエディング -------- */
.wedding {
  overflow-x: clip;
}
.wedding-fv.sec {
  padding-bottom: 0;
}
.wedding-concept h2 {
  display: block;
  margin-bottom: 3.125rem;
}
.wedding-chapel h2 span {
  display: inline-block;
  margin-left: 1.5rem;
}
.wedding-chapel h3.section__ttl {
  margin-bottom: 1.4rem;
}
.wedding-bnr h4 {
  margin-bottom: 3.125rem;
}
.wedding-chapel {
  margin-top: 11.6875rem;
}
.wedding-bnr {
  margin-top: 8.75rem;
}

@media print, screen and ( min-width : 751px ) {
  .wedding-chapel__wrap {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 3.75rem;
    align-items: stretch;
    height: auto;
    min-height: 0;
  }
  .wedding-chapel h2 {
    margin-bottom: 3.125rem;
  }
  .wedding-chapel__txt {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wedding-block__image--8 {
    height: 100%;
    overflow: hidden;
  }
  .wedding-block__image--8 img.pc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .wedding-concept__wrap--1 {
    position: relative;
    padding-bottom: 0;
  }
  .wedding-concept__wrap--2 {
    position: relative;
    margin-top: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wedding-concept img {
    width: 100%;
  }
  .wedding-block__image--1 {
    width: 15.40vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wedding-block__image--2 {
    width: 16.74vw;
    position: absolute;
    top: 4.7rem;
    right: 0;
  }
  .wedding-block__image--5 {
    width: 13.55vw;
    position: absolute;
    right: 0;
    bottom: -3.75rem;
  }
  .wedding-concept__block--1,.wedding-concept__block--2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wedding-concept__block--1 {
    gap: 2.5rem;
  }
  .wedding-concept__block--1__txt {
    max-width: 27rem;
    flex-shrink: 0;
  }
  .wedding-block__image--3 {
    max-width: 28.5625rem;
    flex-shrink: 0;
    align-self: flex-end;
    margin: 0 auto -4rem 0;
  }
  .wedding-block__image--3 img {
    max-width: 22.50vw;
  }
  .wedding-concept__block--2 {
    flex-direction: row-reverse;
    gap: 5rem;
  }
  .wedding-concept__block--2__txt {
    max-width: 27rem;
    margin-top: 4rem;
    flex-shrink: 0;
  }
  .wedding-block__image--4 {
    max-width: 34.19vw;
    flex-shrink: 0;
  }
}
@media only screen and ( max-width : 1365px ) {
  .wedding-block__image--1 {
    width: 14.40vw;
  }
  .wedding-block__image--2 {
    width: 16.74vw;
  }
  .wedding-block__image--5 {
    width: 11.55vw;
  }
  .wedding-block__image--3 img {
    max-width: 21.50vw;
  }
  .wedding-block__image--4 {
    max-width: 32.19vw;
  }
}
@media only screen and ( max-width : 750px ) {
  .wedding-bnr h4 {
    font-size: 1.3rem;
    line-height: 2;
  }
  .wedding-bnr h4 {
    margin-bottom: 2.5rem;
  }
  .wedding-chapel {
    margin-top: 0;
  }
  .wedding-bnr {
    margin-top: 2.5rem;
  }
  .wedding-chapel h2 {
    margin-bottom: 2.15625rem;
  }
  .wedding-block__image--8 {
    margin-top: 0.5rem;
  }
  .wedding-concept__wrap--1 {
    position: relative;
    margin-top: 12.25rem;
    padding-bottom: 2rem;
  }
  .wedding-block__image--1 {
    width: 26.67vw;
    position: absolute;
    top: -6.5625rem;
    left: 0;
  }
  .wedding-block__image--2 {
    width: 36.80vw;
    position: absolute;
    right: 0;
    bottom: 11rem;
  }
  .wedding-block__image--3 img {
    max-width: 46.67vw;
    margin-top: 7.5rem;
  }
  .wedding-block__image--4 {
    max-width: 65.33vw;
    margin-top: 2.5rem;
  }
  .wedding-concept__wrap--2.sec {
    padding-bottom: 3.75rem;
  }
}



/* -------- 客室紹介 -------- */
.pages-head__ttl {
  display: block;
  margin-top: 1.5rem;
  font-size: 2.625rem;
}
.room-detail__feature {
  background: #fff;
}
.room-detail__feature h2::before {
  display: none;
}
.disc {
  list-style: none;
  position: relative;
  /* padding-left: 1.25em; */
}
.disc li {
  position: relative;
  padding-left: 1.25em;
  text-indent: 0;
}
.disc li::before {
  content: "●";
  color: #a0946c;
  font-size: 0.625rem;
  position: absolute;
  left: 0;
  line-height: 1;
  margin-right: 0;
}
.room-list picture {
  transition: 0.3s;
}
.room-madori {
  max-width: 52.625rem;
}

@media print, screen and ( min-width : 751px ) {
  .room-detail__list {
    margin-top: 5rem;
  }
  .room-detail__feature {
    margin-bottom: 5rem;
    padding: 2.5rem 3.75rem;
  }
  .room-detail__feature h2 {
    padding-bottom: 0.625rem;
    border-bottom: #a0946c solid 1px;
  }
  .room-detail__feature li {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
  .room-detail__img {
    display: flex;
    gap: 0.625rem;
  }
  .room-detail__img--right--01 {
    display: block;
    margin-bottom: 0.625rem;
  }
  .room-madori {
    /* width: 44.5625rem; */
    margin: 6.25rem auto 0;
  }
  .room-detail__txt {
    margin: 2.5rem 0 5rem;
  }
  .r-detail__table th {
    width: 9%;
  }
  .r-detail__table td {
    width: 91%;
  }
  .disc li::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .room-detail__box01 {
    display: flex;
    gap: 6.25rem;
    justify-content: space-between;
  }
  .room-detail__box01--left {
    width: 50%;
  }
  .room-detail__box01--right {
    width: 50%;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .three-lines {
    margin-top: 3.25rem !important;
  }
  .room-detail__box01--right p {
    text-align: left;
    margin-bottom: 5.4375rem;
    font-size: 0.98rem;
    line-height: 2.5;
  }
  .three-lines__txt {
    margin-bottom: 3rem !important;
  }
  .room-detail__box01--right .room-detail__box--img02.pc {
    width: 84%;
    align-self: flex-end;
  }
  .room-detail__box01--right .room-detail__box--img02.sp {
    display: none;
  }
  .room-detail__box02 {
    position: relative;
  }
  .room-detail__box--img03 {
    width: 22.25rem;
    position: absolute;
    top: -8rem;
    left: -5.625rem;
  }
  .room-detail__box02--right {
    display: flex;
    justify-content: end;
    margin: 7.5rem 0 6.25rem;
  }
  .room-detail__box02--right div {
    display: flex;
    justify-content: end;
  }
  .room-detail__box02--right p {
    margin: 3.75rem 4.25rem 0 6.3125rem;
    line-height: 2.5;
  }
  .room-detail__box--img04 {
    width: 25.0625rem;
  }
}

@media print, screen and ( min-width : 1399px ) {
  .room-detail__box--img03 {
    width: 23.25rem;
    top: -6rem;
  }
  .room-detail__box02--right p {
    margin: 3.75rem 6.25rem 0 5.3125rem;
  }
  .room-detail__box--img04 {
    width: 27.0625rem;
  }
}

@media print, screen and ( min-width : 1599px ) {
  .room-detail__box--img03 {
    width: 25.25rem;
    top: -5rem;
  }
  .room-detail__box02--right p {
    margin: 3.75rem 6.25rem 0 5.3125rem;
  }
  .room-detail__box--img04 {
    width: 29.0625rem;
  }
}

@media only screen and ( max-width : 750px ) {
  .pages-head__ttl {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
  }
  .sp-line-break {
    max-width: 53%;
    text-align: left;
  }
  .sp-line-break--annex {
    max-width: 63%;
    text-align: left;
  }
  .breadcrumb__item:not(:first-of-type) {
    font-size: 0.875rem;
  }
  .room-list {
    margin-top: 5.125rem;
  }
  .room-detail__img--right {
    display: flex;
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
  .room-detail__txt {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 2.625rem;
  }
  .room-detail__feature {
    margin: 3.75rem 0 3.75rem;
    padding: 0.9375rem;
  }
  .room-detail__feature .inner {
    padding: 0;
  }
  .room-detail__feature h2 {
    padding-bottom: 0.3125rem;
    margin-bottom: 1.25rem;
    border-bottom: #474645 solid 1px;
  }
  .room-detail__feature li {
    margin-top: 0.625rem;
  }
  .room-madori {
    margin-top: 3.775rem;
  }
  .room .font__sans-serif {
    font-size: 0.84rem;
  }
  .disc {
    padding-left: 0;
  }
  .disc li::before {
    top: 0.625rem;
  }
  .room-detail__box--img02.sp,.room-detail__box--img03.sp {
    display: block;
    margin-top: 1.875rem;
  }
  .room-list p {
    margin-top: 1.25rem;
    line-height: 3;
   }
}




/* -------- ホテル案内 -------- */
.white-box {
  background: #fff;
}
.center__box {
  margin: 0 auto;
}
.about h2,.about h3 {
  font-weight: 400;
}
.about-slide__list .slider img {
  width: 100%;
  height: auto;
  display: block;
}

.about-schedule__wrap h3 {
  background: #A0946C;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.about-schedule__wrap h3 span {
  display: block;
  text-align: center;
}
.about-schedule__list .font__en {
  font-size: 1.25rem;
  line-height: 1;
}
.about-schedule__list .font__en span {
  display: inline-block;
  line-height: 1;
  margin-left: 0.5rem;
  vertical-align: text-top;
}
.about-schedule__list .font__sans-serif {
  line-height: 2;
}


.point-box__num {
  height: 	1.125rem;
  color: #A0946C;
  font-size: 1rem;
}
.point-box__num img {
  width: auto !important;
  height: 100%;
}
.point-box__num span {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 0.2rem;
  line-height: 1;
}
.about-beach h2 {
  letter-spacing: 0.1rem;
}
.about-bnr--wrap h3 {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.about-bnr--wrap h3 span {
  font-size: 1.625rem;
}
.about-bnr--wrap ul li a {
  background-color: rgba(255, 255, 255, 0.5);
}
.about-beach .page__inner {
  border-top: #474645 solid 1px;
}

@media print, screen and ( min-width : 751px ) {
  .under-line span {
    display: inline-block;
    padding-bottom: 0.25rem;
    border-bottom: #474645 solid 1px;
  }
  .under-line span span {
    border: none;
  }
  .about .room__tabs {
    padding: 0 2.40625rem;
  }
  .about .room__tab {
    width: 19rem;
  }
  .about-slide {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .about-slide__list {
    width: 40%;
  }
  .about-slide__lead {
    width: 47%;
  }
  .about-slide__lead h2 {
    margin-bottom: 1.875rem;
    font-size: 1.75rem;
    letter-spacing: 0.25rem;
    line-height: 1.8;
  }
  .about-lead__txt {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    margin-top: 5rem;
  }
  .about-lead__txt p {
    margin: 0;
    width: 31.25rem;
    font-size: 1.25rem;
    line-height: 3;
    letter-spacing: 0.1rem;
  }
  .about-lead__txt picture {
    display: block;
    width: 28.75rem;
    height: auto;
    transition: 0.3s;
  }
  .about__ttl {
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
    line-height: 3.75rem;
  }
  .about-room {
    padding-top: 0;
    padding-bottom: 6.25rem;
  }
  .point-wrap {
    margin: 7.5rem 0 8.75rem;
  }
  .point-wrap .white-box {
    padding: 3.75rem;
  }
  .point-wrap h2 {
    margin: 0 1.25rem 3rem 1.25rem;
    border-bottom: #474645 solid 1px;
    letter-spacing: 0.1rem;
  }
  .point-box__num {
    margin-bottom: 0.5rem;
  }
  .point-box {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
  .point-box:last-child {
    margin-bottom: 0;
  }
  .point-box img {
    width: 18.75rem;
  }
  .point-box__txt {
    width: 33.75rem;
  }
  .point-box h3 {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .about .room__tabs {
    margin-top: 0;
  }
  .about-schedule__wrap h2 {
    margin-bottom: 3.75rem;
    letter-spacing: 0.1rem;
  }
  .about-schedule__wrap h3 span {
    font-size: 1rem;
  }
  .about-schedule__wrap h3 {
    margin-bottom: 3.75rem;
    padding: 0.9375rem 0;
    font-size: 1.75rem;
  }
  .about-schedule__list .font__en {
    width: auto;
    height: 0.9375rem;
    margin: 1.5rem 0 0.75rem;
  }
  .about-schedule__list .font__en img {
    width: auto;
    height: 100%;
  }

  .about-btn_area {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 5rem;
  }
  .about-btn_area .center__box {
    margin: 0;
  }
  .about-schedule__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    gap: 2.5rem;
  }
  .annex-about-schedule__list {
    margin-bottom: 6.25rem;
  }
  .about-schedule__list li {
    padding: 1.25rem;
    background: #fff;
    position: relative;
    flex: 1;
  }
  .about-schedule__list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.9rem;
    bottom: 0;
    display: block;
    width: 1.25rem;
    height: 2.1875rem;
    margin: auto;
    background-image: url(../images/icon/icon_list_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .about-schedule__list li:last-child:after {
    display: none;
  }

  .about-beach {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-beach .page__inner {
    padding-top: 6.25rem;;
  }
  .about-beach .sec__title span {
    margin-top: 0;
  }
  .about-beach--wrap {
    width: 62.5rem;
    margin: 0 auto;
  }
  .about-beach--box {
    display: flex;
    gap: 3.75rem;
    align-items: stretch;
  }
  .about-beach--box01 {
    margin: 5rem 0 6.25rem;
  }
  .about-beach--box01 .about-beach--img {
    width: 23.125rem;
    flex-shrink: 0;
    overflow: hidden;
  }
  .about-beach--box01 .about-beach--txt {
    width: 35.625rem;
  }
  .about-beach--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .about-beach--box02 {
    padding: 3.125rem;
  }
  .about-beach--box02 h2 {
    margin-bottom: 2.25rem;
  }
  .about-beach--box02 .about-beach--img {
    order: 2;
    flex: 1;
  }
  .about-beach--box02 .about-beach--txt {
    order: 1;
    flex: 1;
  }
  .about-beach--box02 li {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.1rem;
  }
  .about-beach--box02 li:last-child {
    margin-bottom: 0;
  }
  .about-bnr--wrap {
    padding: 3.125rem;
    background-image: url(../images/about/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .about-bnr {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .about-bnr--wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.75rem;
  }
  .about-bnr--wrap h3 {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
  }
  .about-bnr--wrap h3 span {
    font-size: 1.625rem;
  }
}

@media only screen and ( max-width : 750px ) {
  .under-line span span {
    display: inline-block;
    padding-bottom: 0.25rem;
    border-bottom: #474645 solid 1px;
  }
  .about .sec {
    padding-top: 0;
  }
  .about p.font__sans-serif {
    font-size: 0.95rem;
  }
  .about-slide__list {
    width: 17.4375rem;
    margin: 0 auto;
  }
  .about-lead__txt {
    font-size: 1rem;
  }
  .about-lead__txt p {
    margin: 3.125rem 0 2.5rem;
    letter-spacing: 0.07rem;
    line-height: 2.5;
  }
  .about-slide__lead {
    margin-top: 3.75rem;
  }
  .about-slide__lead h2 {
    font-size: 1.68rem !important;
    letter-spacing: 0.15rem;
    line-height: 1.8;
  }
  .about-slide__lead p {
    font-size: 0.98rem !important;
  }
  .about .room-list p {
    margin-top: 1.875rem;
    line-height: 1;
  }
  .about .room-list p.point-box__num {
    margin-bottom: 0.3rem;
  }
  .point-box {
    margin-bottom: 3.25rem;
  }
  .point-box:last-child {
    margin-bottom: 0;
  }
  .point-box__txt p.font__sans-serif {
    margin-top: 1rem;
  }
  .point-wrap .about__ttl {
    margin-bottom: 2.5rem;
    padding-bottom: 0.3rem;
    border-bottom: #474645 solid 1px;
    letter-spacing: 0.1rem;
  }
  .about-room  {
    padding-bottom: 3.75rem;
  }
  .about .room__tabs {
    position: relative;
    gap: 1.625rem;
    margin-top: 0;
  }
  .about .room__tabs::before {
    content: "";
    background: #474645;
    width: calc(100% + 1.875rem);
    height: 1px;
    position: absolute;
    left: -0.9375rem;
    bottom: -1px;
  }
  .about .room__tab {
    font-size: 0.7rem;
  }
  .about .room__tab {
    height: 3rem;
    padding: 0.5rem 0;
    line-height: 1.4;
  }
  .about .room-list .font__sans-serif {
    line-height: 2.5;
  }
  .about__ttl {
    font-size: 2rem;
    letter-spacing: 0.2rem !important;
  }
  .point-wrap {
    margin: 4.5rem 0 3.75rem;
  }
  .point-wrap .white-box {
    padding: 1.875rem 0.9375rem;
  }
  .point-box h3 {
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  .point-box__num {
    font-size: 1rem;
  }
  .point-box__num span {
    display: inline-block;
    margin-left: 0.2rem;
    font-size: 1.5rem;
  }
  .about h3.section__ttl {
    margin-bottom: 0;
  }
  .about-btn_area {
    margin-top: 3.75rem;
  }
  .about-btn_area a:last-child {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .about-schedule__wrap h2 {
    margin-bottom: 2.5rem;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    font-size: 1.875rem;
    font-weight: 500;
  }
  .about-schedule__wrap h3 span {
    font-size: 0.875rem;
  }
  .about-schedule__wrap h3 {
    margin-bottom: 2.5rem;
    padding: 0.75rem 0;
    font-size: 1.45rem ;
  }
  .about-schedule__list .font__en {
    width: auto;
    height: 0.875rem;
  }
  .about-schedule__list .font__en img {
    width: auto;
    height: 100%;
  }
  .about-schedule__btn {
    margin-top: 3.75rem;
  }
  .annex-about-schedule__list {
    margin-bottom: 5rem;
  }
  .about-schedule__list li {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.875rem;
    margin-bottom: 3.125rem;
    padding: 0.9375rem;
    background: #fff;
    position: relative;
  }
  .about-schedule__list li:last-child {
    margin-bottom: 0;
  }
  .about-schedule__list li::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2.1875rem;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    margin: auto;
    background-image: url(../images/icon/icon_list_arrow02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .about-schedule__list li:last-child:after {
    display: none;
  }
  .about-schedule__list picture {
    display: block;
    width: 45%;
  }
  .about-schedule__list__txt {
    display: block;
    width: 55%;
  }
  .about-schedule__list .font__en {
    margin: 0 !important;
    line-height: 1;
  }
  .about-schedule__list__txt .font__en {
    margin-bottom: 0.5rem !important;
  }
  .about-schedule__list p.font__sans-serif {
    margin-top: 0.1rem;
    font-size: 0.875rem !important;
    line-height: 1.8 !important;
  }


  .about-beach {
    padding-bottom: 3.75rem;
  }
  .about-beach .txt__center h2 {
    margin: 3.75rem 0 2.5rem;
  }
  .about-beach--box01 h2 {
    line-height: 1.875;
  }
  .about-beach--txt h2 {
    font-size: 1.75rem;
    letter-spacing: 0.1rem !important;
    line-height: 1.8;
  }
  .about-beach--box01 .font__sans-serif {
    margin: 1.875rem 0 3.75rem;
    line-height: 3;
  }
  .about-beach--box h2.under-line {
    margin-bottom: 1.875rem;
  }
  .about-beach--box02 {
    padding: 2rem 0.9375rem;
  }
  .about-beach--box02 h2 span {
    padding-bottom: 0.25rem;
    border-bottom: #A0946C solid 1px;
  }
  .about-beach--box02 li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .about-beach--box02 li:last-child {
    margin-bottom: 0;
  }
  .about-beach .about-beach--img {
    margin-bottom: 1.875rem;
  }
  .about-bnr--wrap {
    padding: 2.5rem 2rem;
    background-image: url(../images/about/bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .about-bnr--wrap h3 {
    line-height: 2.275rem;
    font-size: 1.2rem;
  }
  .about-bnr--wrap h3 span {
    font-size: 1.45rem;
  }
  .about-bnr--wrap li:first-child {
    margin: 1.5625rem 0;
  }
  .about-bnr {
    padding-top: 0;
  }
}



/* -------- 周辺観光 -------- */
.tourism .about-tourism {
  padding-top: 2rem;
  padding-bottom: 0;
}
.tabMenu-btn {
  max-width: 75.8rem;
  gap: 2.5rem;
}
.tourism .tabMenu-btn li,.tourism .tabMenu-btn li a {
  width: 100%;
}
.tabMenu-btn li a {
  height: auto;
  padding: 0.96875rem 0;
  border-radius: unset !important;
}
.tourism .tabMenu-btn li {
  margin: 0;
}

@media print, screen and ( min-width : 751px ) {
}

@media only screen and ( max-width : 750px ) {
  .tourism .tabMenu-btn {
    display: flex;
    justify-content: space-between;
    gap: unset;
  }
  .tourism .tabMenu-btn li {
    width: 48%;
    margin-bottom: 4%;
  }
  .tourism .tabMenu-btn li a {
    padding: 0.25rem 0;
  }
}




/* -------- レストラン -------- */

@media print, screen and ( min-width : 751px ) {
}

@media only screen and ( max-width : 750px ) {
}
