h3,
h4,
p,
a,
th,
td {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fade-block1 {
  opacity: 0.1;
  transition: all 0.5s;
}

.fade-block1.blockIn {
  opacity: 1;
}

#firstview .swiper-container {
  display: block;
}

#firstview .swiper-slide img {
  width: 100%;
  /*height: 600px;*/
  height: 700px;
  object-fit: cover;
}

#firstview .swiper-pagination-bullet {
  border-radius: 0;
  width: 45px;
  height: 4px;
  background: #fff;
  opacity: 0.9;
}

#firstview .swiper-pagination-bullet-active {
  background: #2b3c1e;
  opacity: 1;
}

#firstview .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.p-posi {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.first_text__wrap {
  background: #000;
}

.first_text__width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}

.first_text__width h3 {
  padding: 10px 0 20px;
  font-size: 3.5rem;
  line-height: 1.9090909091;
  color: #a7841d;
}

.first_text__p {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
  display: inline-block;
  width: 55%;
  padding: 8px 0px;
}

.first_text__white-p {
  line-height: 2.4;
  padding: 20px 0px;
  font-size: 1.4rem;
  color: #fff;
}

.definition__wrap {
  background: url(../img/newroom/bg01.webp) repeat left top #f4eddf;
  background-size: 375px auto;
}

.definition__width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 0px;
  text-align: center;
}

.definition-title {
  background: url(../img/newroom/back02.webp) no-repeat 50% -80%;
  background-size: 25% auto;
  padding: 15px;
}

.definition-title h3 {
  font-size: 2.8rem;
  line-height: 1.9090909091;
  color: #2b3c1e;
}

.definition-box01,
.definition-box02 {
  display: flex;
  justify-content: center;
  margin: 20px auto 60px auto;
}

.definition-box-left {
  background-color: #2b3c1e;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.definition-box-left p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 27px 0px;
}

.definition-box-left p span {
  font-size: 1.8rem;
}

.definition-box-border {
  border: solid 1px #a7841d;
  width: 89%;
  height: 89%;
}

.definition-box-right {
  margin-left: 2%;
  width: calc(98% - 130px);
}

.left-p {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 600;
  color: #2b3c1e;
  border-bottom: solid 1px #000;
  padding-bottom: 12px;
}

.definition-box-inter {
  display: flex;
  justify-content: space-between;
}

.definition-box-inter p {
  line-height: 1.6;
}

.definition-box01 .definition-box-inter-left,
.definition-box01 .definition-box-inter-right {
  width: 48%;
  display: flex;
  text-align: start;
  padding: 15px 0px;
}

.definition-box02 .definition-box-inter-left,
.definition-box02 .definition-box-inter-middle,
.definition-box02 .definition-box-inter-right {
  width: 30%;
  display: flex;
  text-align: start;
  padding: 15px 0px;
}

.number {
  font-size: 4.5rem;
  position: relative;
  padding-right: 15px;
}

.number::after {
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  background-color: #000;
  transform: rotate(134deg);
}

.definition-box01 .number::after {
  bottom: 17px;
  right: 0px;
}

.definition-box02 .number::after {
  bottom: 43px;
  right: 0px;
}

/*各ページ共通と吉兆*/
.room_name__wrapper {
  text-align: center;
  margin: 160px auto 0px;
}

.room_name__background {
  background: url(../img/newroom/kicho02.webp) no-repeat 88% 112%;
  background-size: 43%;
  padding-bottom: 50px;
}

.room_name__wrapper h3 {
  padding-top: 70px;
  background: url(../img/logo_ico01.webp) no-repeat center top;
  background-size: 83px auto;
  font-size: 2.5rem;
  line-height: 1.9090909091;
  border-bottom: solid 1px #a7841d;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 5px;
}

.room_name__wrapper h4 {
  font-size: 2rem;
  padding-top: 30px;
}

.room_name_logo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 7%;
  height: 100%;
  padding-top: 15px;
}

.room_name_logo img {
  width: 100%;
}

.newroom_about {
  background-image: url(../img/parts01.webp), url(../img/parts02.png), url(../img/bg01.webp);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: 0% 0%, 100% 0%, left top;
  background-size: 231px 197px;
  padding: 80px 0px;
}

.newroom_about p {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #2b3c1e;
}

.roompoint__flex {
  display: flex;
  justify-content: flex-end;
  margin-top: 7%;
}

.roompoint__flex02 {
  display: flex;
  padding: 7% 0px 11% 0px;
  background: url(../img/appeal_parts01.webp) no-repeat 88% 135%;
  background-size: 420px auto;
}

.roompoint__flex03 {
  display: flex;
  justify-content: flex-end;
}

.roompoint__flex04 {
  display: flex;
  position: relative;
  margin: 8% 0px 0px 0px;
}

.roompoint__flex05 {
  display: flex;
  justify-content: flex-end;
  padding: 7% 0px 0px 0px;
  background: url(../img/appeal_parts01.webp) no-repeat -7% -300px;
  background-size: 390px auto;
}

.roompoint__flex06 {
  display: flex;
  padding: 10% 0px 0px 0px;
  background: url(../img/appeal_parts01.webp) no-repeat 100% -30%;
  background-size: 430px auto;
}

.roompoint__img {
  width: 810px;
  right: 40%;
  position: absolute;
  margin-top: -35px;
}

.roompoint__text00 {
  text-shadow: 1px 1px 0px #fff;
  line-height: 1.5;
  padding: 5px;
  margin: 5px 0px;
  font-size: 1.3rem;
}

.roompoint__img02 {
  width: 830px;
  left: 39%;
  position: absolute;
  margin-top: -35px;
}

.roompoint__img02-sp {
  display: none;
}

.roompoint__img03 {
  width: 790px;
  right: 42%;
  position: absolute;
  margin-top: 50px;
}

.roompoint__img04 {
  position: absolute;
  width: 660px;
  left: 47%;
}

.roompoint__img04a {
  position: absolute;
  top: -110px;
  right: 54%;
}

.roompoint__img04-sp {
  display: none;
}

.roompoint__img05 {
  position: absolute;
  margin-top: 50px;
  width: 480px;
  right: 56%;
}

.roompoint__img05-sp {
  display: none;
}

.roompoint__img06 {
  position: absolute;
  margin-top: -60px;
  width: 743px;
  left: 45%;
}

.roompoint__img06-sp {
  display: none;
}

.roompoint__img img,
.roompoint__img02 img,
.roompoint__img03 img,
.roompoint__img04a img,
.roompoint__img04 img,
.roompoint__img05 img,
.roompoint__img06 img {
  width: 100%;
}

.roompoint__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  width: 63%;
  height: 620px;
  padding: 65px 14% 65px 0px;
}

.roompoint__text02 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  width: 60%;
  height: 630px;
  padding: 80px 25% 90px 0px;
}

.roompoint__text03 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  width: 50%;
  height: 550px;
  padding: 60px 15% 0px 0px;
}

.roompoint__text04 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  width: 60%;
  height: 450px;
  padding: 140px 22% 85px 0px;
  margin-top: 70px;
}

.roompoint__text05 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  width: 68%;
  height: 490px;
  padding: 85px 20% 108px 0px;
}

.roompoint__text06 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  width: 65%;
  height: 488px;
  padding: 80px 27% 112px 0px;
}

.roompoint__text h3,
.roompoint__text02 h3,
.roompoint__text03 h3,
.roompoint__text04 h3,
.roompoint__text05 h3,
.roompoint__text06 h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  padding: 0px 30px;
  letter-spacing: 5px;
}

.roompoint__text p,
.roompoint__text02 p,
.roompoint__text03 p,
.roompoint__text04 p,
.roompoint__text05 p,
.roompoint__text06 p {
  font-size: 1.5rem;
  color: #cbcbcb;
  line-height: 2;
}

.point-p {
  text-align: end;
  position: relative;
  right: 15%;
  padding-top: 10px;
}

.amenity__wrapper {
  display: flex;
  justify-content: space-evenly;
  max-width: 1200px;
  width: 100%;
  margin: 230px auto 50px auto;
}

.amenity__box01 {
  width: 30%;
  padding-bottom: 80px;
  position: relative;
}

.amenity__box01::before {
  content: url(../img/ico_logo.webp);
  position: absolute;
  opacity: 0.4;
  transform: scale(2);
  right: 30%;
  bottom: 12%;
}

.amenity__box {
  width: 30%;
}

.amenity__img img {
  width: 100%;
}

.amenity__title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 3px;
  line-height: 1.3;
  padding: 20px 0px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellow-p {
  color: #a7841d;
  font-size: 1.5rem;
}

.amenity__text p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 2px;
}

.reserve-bar {
  background: url(../img/bg01.webp) repeat left top #f4eddf;
  background-size: 375px auto;
  padding: 65px 0px;
}

.reserve__button {
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1.3;
  letter-spacing: 2px;
  width: 24%;
  margin: 0 auto;
  background: #2b3c1e;
}

.reserve__button a {
  border: 1px solid #b6901f;
  border-left: none;
  border-right: none;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.reserve__button a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.3s linear;
  z-index: -1;
  background: #364b27;
}

.reserve__button a:hover:after {
  transition: all 0.3s linear;
  left: 0;
}

.reserve__button-kicho {
  width: 340px;
}

.room-info__wrapper {
  max-width: 1280px;
  width: 98%;
  margin: 100px auto;
}

.room-info__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}

.room-info__title::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background-color: #b6901f;
  bottom: -22px;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.room-info__table {
  margin: 44px auto;
}

.room-info__table tr {
  border-bottom: solid 1px #d7c899;
}

.room-info__table th {
  vertical-align: top;
  font-size: 1.5rem;
  width: 25%;
  text-align: left;
  line-height: 1.8;
  padding: 20px 0px 20px 10px;
}

.room-info__table td {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 20px 0px;
}

.bed-item__box {
  display: flex;
  padding-bottom: 20px;
}

.bed-item__box .bed-item__img {
  width: 100%;
  max-width: 122px;
}

.bed-item__box .bed-item__img img {
  width: 100%;
}

.bed-item__box a {
  position: relative;
}

.bed-item__img p {
  position: absolute;
  background-color: #111;
  color: #fff;
  text-align: center;
  border-top: solid 1px #fff;
  width: 100%;
  top: 90px;
  padding: 1px 0px;
}

.bed-item__text {
  padding: 0px 25px;
}

.bed-item__text h4 {
  font-size: 1.7rem;
  line-height: 1.3;
  padding-bottom: 15px;
}

.bed-item__text .yellow-p02,
.bed-item__flex .yellow-p02 {
  color: #a7841d;
  font-size: 1.4rem;
}

.reserve {
  margin-bottom: 100px;
}

.roomhub__wrap {
  background: url(../img/bg01.webp) repeat left top #f4eddf;
  background-size: 375px auto;
}

.roomhub__width {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0px;
}

.roomhub__flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.roomhub__box {
  width: calc(20% - 8px);
  margin: 10px 4px;
}

.roomhub__box img {
  width: 100%;
}

.roomhub__box p {
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.roomhub__box p::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #a7841d;
  right: 0px;
}

.roomhub__icon,
.roomhub__icon02 {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  width: 70px;
  padding: 6px 0px;
  position: relative;
  bottom: -13px;
  z-index: 1;
}

.roomhub__icon {
  background-color: #a7841d;
}

.roomhub__icon02 {
  background-color: #2b3c1e;
}

.accordion-title {
  display: none;
}

.accordion-content {
  display: block;
}

.accordion-content02 {
  display: none;
}

.bp425,
.bp800,
.point-p-sp,
.bp1025on,
.background-img,
.background-img02,
.background-img03 {
  display: none;
}

@media screen and (max-width: 1400px) {
  .roompoint__img {
    width: 767px;
  }

  .roompoint__img02 {
    width: 780px;
  }

  .roompoint__img03 {
    width: 740px;
  }

  .roompoint__img06 {
    width: 700px;
  }
}

@media screen and (max-width: 1300px) {
  .point-p {
    right: 15%;
  }

  .roompoint__img {
    width: 705px;
  }

  .roompoint__text {
    width: 70%;
  }

  .roompoint__img02 {
    width: 715px;
  }

  .roompoint__img03 {
    width: 680px;
  }

  .roompoint__img04 {
    width: 620px;
  }

  .roompoint__img06 {
    width: 640px;
  }

  .reserve__button {
    width: 30%;
  }

  .roompoint__text {
    padding-right: 10%;
  }

  .roompoint__text03 {
    padding-right: 13%;
  }

  .roompoint__text05 {
    padding-right: 15%;
  }

  .amenity__wrapper {
    margin-top: 140px;
  }
}

@media screen and (max-width: 1200px) {
  .roompoint__img {
    width: 575px;
    right: 43%;
  }

  .roompoint__img02 {
    width: 605px;
  }

  .roompoint__img03 {
    width: 590px;
  }

  .roompoint__img04 {
    width: 530px;
  }

  .roompoint__img05 {
    right: 59%;
    width: 415px;
  }

  .roompoint__img06 {
    width: 550px;
  }

  .roompoint__flex02 {
    padding-bottom: 7%;
  }
}

@media screen and (max-width: 1025px) {
  .rotate {
    transform: rotate(0deg);
    display: inline-block;
  }

  .bp1025 {
    display: none;
  }

  .bp1025on {
    display: block;
  }

  .room_name__wrapper {
    margin-top: 100px;
  }

  .room_name__background {
    background-position: 88% 98%;
    background-size: 40%;
  }

  .roompoint__flex {
    flex-direction: column-reverse;
    margin: 0px auto;
    background-color: #000;
  }

  .background-img {
    display: block;
    background: url(../img/appeal_parts01.webp) no-repeat 98% 7%;
    background-size: 47% auto;
    padding-top: 15%;
  }

  .roompoint__flex02 {
    flex-direction: column;
    padding: 0px;
    margin: 0px auto 15% auto;
    background-color: #000;
    background-image: none;
  }

  .roompoint__flex03 {
    flex-direction: column-reverse;
    margin: 0px auto;
    background-color: #000;
  }

  .kicholiv-sp__flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .roompoint__flex04 {
    flex-direction: column;
    margin: 0px auto 15% auto;
    background-color: #000;
    position: static;
  }

  .background-img02 {
    display: block;
    background: url(../img/appeal_parts01.webp) no-repeat -7% -145px;
    background-size: 61% auto;
    padding-top: 15%;
  }

  .roompoint__flex05 {
    background: none;
    flex-direction: column-reverse;
    padding-top: 0%;
    margin: 0px auto;
    background-color: #000;
  }

  .background-img03 {
    display: block;
    background: url(../img/appeal_parts01.webp) no-repeat 100% -118px;
    background-size: 48% auto;
    padding-top: 15%;
  }

  .roompoint__flex06 {
    flex-direction: column;
    padding-top: 0%;
    margin: 0px auto 15% auto;
    background-color: #000;
    background-image: none;
  }

  .kicholiv img,
  .kicholiv-sp01 img,
  .kicholiv-sp02 img,
  .roompoint__img04-sp img,
  .roompoint__img05-sp img {
    width: 100%;
  }

  .roompoint__img {
    position: static;
    width: 85%;
    margin: 30px auto 50px;
  }

  .roompoint__img02,
  .point-p,
  .roompoint__img04a,
  .roompoint__img05 {
    display: none;
  }

  .roompoint__img02-sp {
    display: block;
    width: 85%;
    margin: 30px auto -60px;
  }

  .kicholiv-sp01,
  .kicholiv-sp02 {
    width: 49%;
    padding-top: 15px;
  }

  .roompoint__img03 {
    position: static;
    width: 85%;
    margin: 0px auto -60px;
  }

  .roompoint__img04__flex {
    display: flex;
    margin: 30px auto -60px;
    padding-top: 10px;
    justify-content: space-around;
  }

  .roompoint__img04 {
    position: static;
    width: 49%;
  }

  .roompoint__img04-sp {
    display: block;
    width: 49%;
  }

  .roompoint__img05-sp {
    display: block;
    width: 85%;
    margin: 30px auto -60px;
  }

  .roompoint__img06 {
    display: none;
  }

  .roompoint__img06-sp {
    display: block;
    width: 85%;
    margin: 30px auto -60px;
  }

  .roompoint__text,
  .roompoint__text02,
  .roompoint__text03,
  .roompoint__text03-kocho,
  .roompoint__text04,
  .roompoint__text05,
  .roompoint__text06 {
    writing-mode: horizontal-tb;
    height: auto;
    width: 100%;
    padding: 50px 25px 0px 25px;
  }

  .roompoint__text04 {
    margin-top: 0px;
  }

  .roompoint__text h3,
  .roompoint__text02 h3,
  .roompoint__text03 h3,
  .roompoint__text04 h3,
  .roompoint__text05 h3,
  .roompoint__text06 h3 {
    padding: 0px 0px 20px 0px;
  }

  .point-p-sp {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 35px;
  }

  .amenity__wrapper {
    margin-top: 150px;
  }

  .reserve__button {
    width: 39%;
  }

  .amenity__box01::before {
    transform: scale(1.8);
    bottom: 20%;
    right: 26%;
  }
}

@media screen and (max-width: 800px) {
  .bp800 {
    display: block;
  }

  #firstview .swiper-slide img {
    height: 300px;
    object-position: 50% 50%;
  }

  .room_name_logo {
    width: 12%;
  }

  .roompoint__flex04 {
    padding-top: 0px;
  }

  .roompoint__img04__flex {
    flex-direction: column;
  }

  .roompoint__img04,
  .roompoint__img04-sp {
    margin: 0 auto;
    width: 85%;
  }

  .roompoint__img04-sp {
    padding-top: 10px;
  }

  .amenity__wrapper {
    flex-direction: column;
  }

  .amenity__box01,
  .amenity__box {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .amenity__box01 {
    background-position: 98% 100%;
    background-size: 35% auto;
    padding-bottom: 0px;
  }

  .amenity__box {
    padding-top: 30px;
  }

  .amenity__img {
    order: 2;
  }

  .amenity__title {
    order: 1;
  }

  .amenity__text {
    order: 3;
  }

  .amenity__box .amenity__title {
    padding: 27px;
    height: 0px;
  }

  .accordion {
    margin: 0px auto;
    position: relative;
    width: 100%;
  }

  .accordion-title {
    position: relative;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    padding: 25px;
  }

  .accordion-item02 {
    border-bottom: solid 15px rgba(177, 120, 28, 0.15);
    position: relative;
  }

  .accordion-item02::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
    z-index: 1;
  }

  .accordion-item02 .accordion-title {
    color: #000;
  }

  .accordion-content02 {
    display: block;
    padding: 10px 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }

  .accordion-item {
    position: relative;
  }

  .accordion-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #829e87;
    border-bottom: 1px solid #829e87;
    z-index: 1;
  }

  .accordion-item .accordion-title {
    background: url(../img/logo_ico04.png) no-repeat 90% 50% #1f3d21;
    background-size: 70px auto;
    border-top: solid 1px #829e87;
  }

  .accordion-item02 .accordion-title {
    background: url(../img/logo_ico03.webp) no-repeat 90% 50%;
    background-size: 70px auto;
    border-top: solid 4px rgba(169, 131, 28, 0.4);
  }

  .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 24px;
    height: 2px;
    background: #b6901f;
    transform: translateY(-50%);
  }

  .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    width: 2px;
    height: 24px;
    background: #b6901f;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  .accordion-title.open::after {
    top: 25%;
    opacity: 0;
    transform: rotate(90deg);
  }

  .room-info__table {
    display: none;
  }

  .room-info__wrapper {
    width: 100%;
    margin: 0px auto;
    background: url(../img/bg01.webp) repeat left top #f4eddf;
    background-size: 375px auto;
  }

  .room-info__wrapper::before {
    content: "";
    position: absolute;
    right: 46.5px;
    width: 64px;
    height: 50px;
    background: url(../img/parts03.png) no-repeat left top;
    background-size: 100% auto;
  }

  .room-info__title {
    background: url(../img/ico_parts03.webp) 50% 5% no-repeat;
    background-size: 25px auto;
    padding: 50px 0px;
  }

  .room-info__title::after {
    bottom: 38px;
  }

  .room-info__box {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .room-info__box-small {
    border-bottom: solid 2.5px #d7c899;
    margin-bottom: 13px;
  }

  .room-info__box-title {
    position: relative;
    padding: 10px 0px 13px 15px;
  }

  .room-info__box-title::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 16px;
    background-color: #b6901f;
    top: 9px;
    left: 0px;
  }

  .room-info__box-text {
    padding: 3px 0px 13px 10px;
    line-height: 1.8;
  }

  .bed-item__img p {
    padding: 6px 0px;
    top: 100px;
  }

  .bed-item__box {
    flex-direction: column;
  }

  .bed-item__flex {
    display: flex;
    align-items: center;
  }

  .bed-item__flex h4 {
    font-size: 1.7rem;
    width: 80%;
    padding-left: 20px;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 0px;
  }

  .bed-item__text {
    padding: 20px 0px;
    border-bottom: solid 2.5px #d7c899;
    line-height: 1.6;
  }

  .reserve {
    background: url(../img/bg01.webp) repeat left top #f4eddf;
    background-size: 375px auto;
    padding-top: 45px;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .reserve__button {
    background-color: #65511c;
  }

  .reserve__button a:after {
    background: #69633f;
  }

  .roomhub__width {
    width: 95%;
  }

  .roomhub__box {
    width: calc(25% - 8px);
  }

  .roomhub__box p {
    font-size: 1.2rem;
  }

  .amenity__box01::before {
    bottom: -1%;
    right: 4%;
    transform: scale(1.3);
  }
}

@media screen and (max-width: 768px) {
  .roomhub__box {
    width: calc(33% - 8px);
  }

  .reserve__button {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .point-p-sp {
    padding-top: 20px;
  }

  .bp700 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .bp600 {
    display: none;
  }

  .room_name__wrapper h3 {
    font-size: 3rem;
    width: 85%;
  }

  .room_name__wrapper h4 {
    font-size: 2.3rem;
    padding-top: 35px;
  }

  .room_name_logo {
    width: 15%;
  }

  .room_name__background {
    padding-bottom: 50px;
    background-size: 46%;
  }

  .newroom_about p {
    width: 90%;
    text-align: left;
  }

  .newroom_about {
    background-image: none;
    background-image: url(../img/parts01.webp), url(../img/bg01.webp);
    background-repeat: no-repeat, repeat;
    background-position: 0% 0%, left top;
  }

  .roompoint__text h3,
  .roompoint__text02 h3,
  .roompoint__text03 h3,
  .roompoint__text04 h3,
  .roompoint__text05 h3,
  .roompoint__text06 h3 {
    font-size: 2.5rem;
    letter-spacing: 0px;
  }

  .roomhub__box {
    width: calc(50% - 8px);
  }

  .reserve__button {
    width: 90%;
  }

  .accordion-item .accordion-title,
  .accordion-item02 .accordion-title {
    background-position: 85% 50%;
  }
}

@media screen and (max-width: 560px) {
  .reserve__button-kicho {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .p-posi {
    bottom: 20px;
    font-size: 15px;
  }

  .roompoint__img,
  .roompoint__img02-sp,
  .roompoint__img03,
  .roompoint__img04,
  .roompoint__img04-sp,
  .roompoint__img05-sp,
  .roompoint__img06-sp {
    width: 90%;
  }

  .background-img,
  .background-img02,
  .background-img03 {
    padding-top: 25%;
  }

  .roompoint__flex02,
  .roompoint__flex04 {
    margin-bottom: 25%;
  }

  .amenity__box01 {
    width: 90%;
    background-size: 30% auto;
  }

  .amenity__box {
    width: 90%;
  }

  .bed-item__img img {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .bp425 {
    display: block;
  }

  .bp425none {
    display: none;
  }

  .room_name__wrapper {
    margin-top: 80px;
  }

  .room_name__wrapper h3 {
    padding-top: 55px;
    font-size: 2rem;
    background-size: 70px auto;
    padding-bottom: 5px;
  }

  .room_name__wrapper h4 {
    font-size: 1.8rem;
    padding-top: 20px;
  }

  .room_name_logo {
    width: 19%;
    padding-top: 15px;
  }

  .room_name__background {
    padding-bottom: 30px;
    background-size: 60%;
    background-position: 95% 98%;
  }

  .newroom_about {
    padding: 50px 0px;
    background-size: 195px auto;
  }

  .newroom_about p {
    font-size: 1.6rem;
  }

  .roompoint__text h3,
  .roompoint__text02 h3,
  .roompoint__text03 h3,
  .roompoint__text04 h3,
  .roompoint__text05 h3,
  .roompoint__text06 h3 {
    font-size: 2.2rem;
  }

  .roompoint__flex02,
  .roompoint__flex04,
  .roompoint__flex06 {
    margin: 0px auto 25% auto;
  }

  .background-img {
    background-position: 113px 7%;
    background-size: 330px auto;
    padding-top: 25%;
  }

  .background-img02 {
    background-position: -6% -72px;
    background-size: 70% auto;
    padding-top: 25%;
  }

  .background-img03 {
    background-position: 100% -38px;
    background-size: 55% auto;
    padding-top: 25%;
  }

  .roompoint__img03 {
    margin-top: 0px;
  }

  .amenity__wrapper {
    margin-top: 130px;
  }

  .amenity__box01::before {
    bottom: -3%;
    transform: scale(1);
  }

  .accordion-item .accordion-title,
  .accordion-item02 .accordion-title {
    background-position: 80% 50%;
  }

  .bed-item__img {
    width: 30%;
  }

  .bed-item__img p {
    font-size: 1.3rem;
  }

  .yellow-p02 {
    font-size: 1.3rem;
  }

  .roomhub__box p {
    font-size: 1.3rem;
  }

  .roomhub__box p::after {
    width: 16px;
  }

  .point-p-sp p {
    font-size: 1.3rem;
  }

  .reserve-bar {
    padding: 65px 33px;
  }

  .reserve {
    padding: 45px 33px 75px 33px;
  }

  .reserve__button,
  .reserve__button-kicho {
    width: auto;
  }
}

@media screen and (max-width: 375px) {
  .roompoint__text h3,
  .roompoint__text02 h3,
  .roompoint__text03 h3,
  .roompoint__text04 h3,
  .roompoint__text05 h3,
  .roompoint__text06 h3 {
    font-size: 1.9rem;
  }

  .amenity__box01 {
    background-size: 48% auto;
  }

  .bed-item__flex h4 {
    font-size: 1.6rem;
    padding-left: 8px;
  }

  .yellow-p02 {
    font-size: 1.2rem;
  }
}

/*胡蝶*/
.room_name__background-kocho {
  background: url(../img/newroom/kocho02.webp) no-repeat 88% 112%;
  background-size: 43%;
  padding-bottom: 50px;
}

.reserve__button-kocho {
  width: 340px;
}

.roompoint__text03-kocho {
  height: 460px;
  padding: 60px 15% 45px 0px;
}

.roompoint__flex04-kocho {
  margin-top: 10%;
}

.roompoint__text04-suzaku {
  padding: 90px 22% 85px 0px;
}

@media screen and (max-width: 1025px) {
  .room_name__background-kocho {
    background-position: 88% 98%;
    background-size: 40%;
  }

  .roompoint__text03-kocho {
    writing-mode: horizontal-tb;
    height: auto !important;
    width: 100%;
    padding: 50px 25px 0px 25px !important;
  }

  .roompoint__flex04-kocho {
    margin-top: 0%;
  }

  .roompoint__text04-suzaku {
    padding: 50px 25px 0px 25px;
  }
}

@media screen and (max-width: 900px) {
  .bp900 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .room_name__background-kocho {
    padding-bottom: 50px;
    background-size: 46%;
  }
}

@media screen and (max-width: 560px) {
  .reserve__button-kocho {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .room_name__background-kocho {
    padding-bottom: 50px;
    background-size: 60%;
    background-position: 98% 98%;
  }

  .reserve__button-kocho {
    width: auto;
  }
}

/*朱雀*/
.room_name__background-suzaku {
  background: url(../img/newroom/suzaku03.webp) no-repeat 88% 112%;
  background-size: 40%;
  padding-bottom: 50px;
}

.reserve__button-suzaku {
  width: 340px;
}

.roompoint__flex02-suzaku {
  padding-bottom: 7%;
}

.roompoint__flex02-suzaku .roompoint__img02 {
  /*right: 8%;*/
  left: 39%;
}

.roompoint__img04-suzaku {
  width: 760px;
  left: 45%;
}

@media screen and (max-width: 1400px) {
  .roompoint__flex02-suzaku .roompoint__img02 {
    width: 780px;
  }

  .roompoint__img04-suzaku {
    width: 700px;
  }
}

@media screen and (max-width: 1300px) {
  .roompoint__flex02-suzaku .roompoint__img02 {
    width: 720px;
  }

  .roompoint__img04-suzaku {
    width: 645px;
  }
}

@media screen and (max-width: 1200px) {
  .roompoint__flex02-suzaku .roompoint__img02 {
    width: 605px;
  }

  .roompoint__img04-suzaku {
    width: 595px;
    left: 40%;
  }
}

@media screen and (max-width: 1025px) {
  .room_name__background-suzaku {
    background-position: 88% 98%;
    background-size: 40%;
  }

  .roompoint__flex02-suzaku {
    padding-bottom: 0%;
  }

  .roompoint__flex02-suzaku .roompoint__img02 {
    display: block;
    position: static;
    width: 85%;
    margin: 30px auto -60px;
  }

  .roompoint__img04-suzaku {
    display: block;
    position: static;
    width: 85%;
    margin: 0% auto;
  }
}

@media screen and (max-width: 900px) {
  .bp900 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .room_name__background-suzaku {
    padding-bottom: 50px;
    background-size: 46%;
  }
}

@media screen and (max-width: 560px) {
  .reserve__button-suzaku {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .roompoint__flex02-suzaku .roompoint__img02,
  .roompoint__img04-suzaku {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .room_name__background-suzaku {
    padding-bottom: 50px;
    background-size: 60%;
    background-position: 98% 98%;
  }

  .reserve__button-suzaku {
    width: auto;
  }
}

/*100*/
.room_name__background-100 {
  background: url(../img/newroom/100/100m02.png) no-repeat 88% 100%;
  background-size: 45%;
  padding-bottom: 50px;
}

.room_name_logo-100 {
  width: 25%;
  margin: 0 auto;
  padding-top: 15px;
}

.reserve__button-100 {
  width: 370px;
}

.roompoint__img06-100 {
  width: 745px;
  left: 46%;
  position: absolute;
  margin-top: -60px;
}

@media screen and (max-width: 1400px) {
  .roompoint__img06-100 {
    width: 690px;
  }
}

@media screen and (max-width: 1300px) {
  .roompoint__img06-100 {
    width: 635px;
  }
}

@media screen and (max-width: 1200px) {
  .roompoint__img06-100 {
    width: 535px;
  }
}

@media screen and (max-width: 1025px) {
  .room_name__background-100 {
    background-position: 88% 98%;
    background-size: 40%;
  }

  .roompoint__img06-100 {
    display: block;
    width: 85%;
    margin: 30px auto -60px;
    position: static;
  }
}

@media screen and (max-width: 800px) {
  .room_name_logo-100 {
    font-size: 7vw;
  }
}

@media screen and (max-width: 600px) {
  .room_name__background-100 {
    background-size: 46%;
  }

  .room_name_logo-100 {
    width: 35%;
  }
}

@media screen and (max-width: 560px) {
  .reserve__button-100 {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .roompoint__img06-100 {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .room_name__background-100 {
    background-size: 60%;
    background-position: 95% 98%;
  }

  .room_name_logo-100 {
    width: 45%;
  }

  .reserve__button-100 {
    width: auto;
  }
}

/*85*/
.room_name__background-85 {
  background: url(../img/newroom/85/85m02.png) no-repeat 88% 100%;
  background-size: 40%;
  padding-bottom: 50px;
}

.room_name_logo-85 {
  width: 25%;
  margin: 0 auto;
  padding-top: 15px;
}

@media screen and (max-width: 1025px) {
  .room_name__background-85 {
    background-position: 88% 98%;
    background-size: 40%;
  }
}

@media screen and (max-width: 600px) {
  .room_name__background-85 {
    background-size: 46%;
  }

  .room_name_logo-85 {
    width: 35%;
  }
}

@media screen and (max-width: 425px) {
  .room_name__background-85 {
    background-size: 60%;
    background-position: 95% 98%;
  }

  .room_name_logo-85 {
    width: 45%;
  }
}

/*葵*/
.room_name__background-aoi {
  background: url(../img/newroom/aoi03.webp) no-repeat 60% 100%;
  background-size: 20%;
  padding-bottom: 50px;
}

.room_name_logo-aoi {
  margin: 0 auto;
  width: 7%;
  height: 100%;
  padding-top: 20px;
}

.room_name_logo-aoi img {
  width: 100%;
}

.roompoint__flex05-aoi {
  display: flex;
  padding: 7% 0px 0px 0px;
  background: url(../img/appeal_parts01.webp) no-repeat 100% -70px;
  background-size: 390px auto;
}

.roompoint__flex05-aoi .roompoint__img05 {
  left: 54%;
}

.roompoint__flex05-aoi .roompoint__text05 {
  width: 65%;
}

.roompoint__flex06-aoi {
  display: flex;
  justify-content: flex-end;
  padding: 9% 0px;
  background: url(../img/appeal_parts01.webp) no-repeat -10% -30%;
  background-size: 430px auto;
}

.roompoint__flex06-aoi .roompoint__img06 {
  right: 50%;
  left: auto;
  width: 690px;
  margin-top: -50px;
}

.roompoint__flex06-aoi .roompoint__text06 {
  padding-right: 25%;
}

.roompoint__flex07 {
  display: flex;
  background: url(../img/appeal_parts01.webp) no-repeat 100% 135%;
  background-size: 420px auto;
}

.roompoint__flex07 .roompoint__img02 {
  left: 40%;
}

.aoi-planview img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .roompoint__flex07 .roompoint__img02 {
    width: 765px;
  }

  .roompoint__flex06-aoi .roompoint__img06 {
    width: 640px;
  }
}

@media screen and (max-width: 1300px) {
  .roompoint__flex07 .roompoint__img02 {
    width: 700px;
  }

  .roompoint__flex06-aoi .roompoint__img06 {
    width: 590px;
  }
}

@media screen and (max-width: 1200px) {
  .roompoint__flex07 .roompoint__img02 {
    width: 595px;
  }

  .roompoint__flex06-aoi .roompoint__img06 {
    width: 510px;
  }
}

@media screen and (max-width: 1025px) {
  .room_name__background-aoi {
    background-position: 65% 98%;
    background-size: 25%;
  }

  .room_name_logo-aoi {
    width: 9%;
  }

  .roompoint__flex05-aoi {
    background: none;
    flex-direction: column;
    background-color: #000;
    margin: 0px auto 15% auto;
  }

  .roompoint__flex05-aoi .roompoint__img05-sp {
    display: block;
    width: 85%;
    margin: 30px auto -60px;
  }

  .roompoint__flex05-aoi .roompoint__text05 {
    writing-mode: horizontal-tb;
    height: auto;
    width: 100%;
    padding: 0px 25px;
  }

  .roompoint__flex06-aoi {
    background: none;
    flex-direction: column-reverse;
    background-color: #000;
    /*padding: 0px;*/
    padding: 7% 0px 0px 0px;
  }

  .roompoint__flex06-aoi .roompoint__img06 {
    display: block;
    width: 85%;
    margin: 30px auto -60px;
    position: static;
  }

  .roompoint__flex06-aoi .roompoint__text06 {
    writing-mode: horizontal-tb;
    height: auto;
    width: 100%;
    padding: 0px 25px;
  }

  .roompoint__flex07 {
    background: none;
    flex-direction: column;
    background-color: #000;
    /*margin-top: 15%;*/
    margin-bottom: 6%;
    padding: 7% 0px 0% 0px;
  }

  .roompoint__flex07 .roompoint__img02 {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 85%;
    margin: 30px auto -60px;
  }

  .roompoint__flex07 .roompoint__text02 {
    writing-mode: horizontal-tb;
    height: auto;
    width: 100%;
    padding: 0px 25px;
  }
}

@media screen and (max-width: 800px) {
  .room_name_logo-aoi {
    width: 12%;
  }
}

@media screen and (max-width: 600px) {
  .room_name__background-aoi {
    padding-bottom: 50px;
    background-size: 30%;
  }

  .room_name_logo-aoi {
    width: 15%;
  }

  /*.roompoint__flex06-aoi {
    margin-top: 18%;
  }*/
}

@media screen and (max-width: 500px) {
  .roompoint__flex05-aoi .roompoint__img05-sp,
  .roompoint__flex06-aoi .roompoint__img06,
  .roompoint__flex07 .roompoint__img02 {
    width: 90%;
  }

  .roompoint__flex05-aoi {
    margin-bottom: 25%;
  }
}

@media screen and (max-width: 425px) {
  .room_name__background-aoi {
    padding-bottom: 50px;
    background-size: 40%;
    background-position: 75% 98%;
  }

  .room_name_logo-aoi {
    width: 19%;
  }

  .roompoint__flex06-aoi {
    margin-top: 20%;
  }
}

/*貴舟 202408追加*/
.room__kibune .room_name__background-kibune {
  background: url(../img/newroom/kihune.png) no-repeat 85% 100%;
  background-size: 40%;
  padding-bottom: 50px;
}

.room__kibune .roompoint__flex01-kibune .roompoint__img {
  z-index: 1;
}

.room__kibune .roompoint__flex01-kibune .roompoint__text {
  position: relative;
  width: 80%;
  height: 650px;
}

.room__kibune .roompoint__flex01-kibune .roompoint__text00 {
  display: none;
}

.room__kibune .roompoint__flex01-kibune .roompoint__text01 {
  display: block;
  background-color: #000;
  text-shadow: none;
  color: #fff;
  position: absolute;
  writing-mode: horizontal-tb;
  left: 0px;
  bottom: 0px;
  width: 50%;
  padding-left: 10px;
}

.room__kibune .roompoint__flex01-kibune .roompoint__text01 h3,
.room__kibune .roompoint__flex01-kibune .roompoint__text01 p {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0px;
}

.room__kibune .roompoint__flex01-kibune .roompoint__text01 h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0px;
}

.room__kibune .roompoint__flex02-kibune .roompoint__text04-suzaku {
  height: 503px;
}

.room__kibune .roompoint__flex03-kibune .roompoint__text06 {
  padding-right: 17%;
  height: 580px;
}

.room__kibune .roompoint__flex04-kibune {
  padding: 0% 0% 4%;
}

.room__kibune .roompoint__flex04-kibune .roompoint__text02 {
  padding-right: 28%;
  height: 555px;
}

.room__kibune .roompoint__flex05-kibune {
  padding: 12% 0px;
  flex-direction: row-reverse;
}

.room__kibune .roompoint__flex05-kibune .roompoint__img02 {
  left: 5%;
}

.room__kibune .roompoint__flex05-kibune .roompoint__text02 {
  height: 720px;
  padding-right: 12%;
}

.room__kibune .roompoint__flex06-kibune {
  margin-top: 0px;
}

.room__kibune .roompoint__flex06-kibune .roompoint__text04-suzaku {
  height: 597px;
}

.room__kibune .roompoint__flex07-kibune {
  padding: 10% 0px 0px;
}

.room__kibune .roompoint__flex07-kibune .roompoint__text06 {
  padding-right: 10%;
  height: 644px;
}

.room__kibune .point-p {
  position: absolute;
  right: auto;
  left: 62%;
  bottom: 23%;
}

@media screen and (max-width: 1400px) {
  .room__kibune .roompoint__flex05-kibune .roompoint__img02 {
    left: 2%;
  }

  .room__kibune .roompoint__flex05-kibune .roompoint__text02 {
    padding-right: 9%;
  }
}

@media screen and (max-width: 1300px) {
  .room__kibune .roompoint__flex01-kibune .roompoint__text {
    padding-right: 5%;
  }
}

@media screen and (max-width: 1025px) {
  .room__kibune .roompoint__flex01-kibune .roompoint__text {
    width: 100%;
  }

  .room__kibune .roompoint__flex01-kibune .roompoint__text00 {
    display: block;
  }

  .room__kibune .roompoint__flex01-kibune .roompoint__text01 {
    display: none;
  }

  .room__kibune .roompoint__flex02-kibune {
    padding: 0px;
  }

  .room__kibune .roompoint__flex01-kibune .roompoint__text,
  .room__kibune .roompoint__flex02-kibune .roompoint__text04-suzaku,
  .room__kibune .roompoint__flex03-kibune .roompoint__text06,
  .room__kibune .roompoint__flex04-kibune .roompoint__text02,
  .room__kibune .roompoint__flex05-kibune .roompoint__text02,
  .room__kibune .roompoint__flex06-kibune .roompoint__text04-suzaku,
  .room__kibune .roompoint__flex07-kibune .roompoint__text06 {
    height: auto;
    padding: 50px 25px 0px 25px;
  }

  .room__kibune .roompoint__flex05-kibune {
    flex-direction: column-reverse;
    padding: 0px;
  }

  .room__kibune .kicholiv-sp01 {
    width: 100%;
  }

  .room__kibune .roompoint__flex06-kibune .roompoint__img04__flex {
    margin: 0px 0px -60px;
  }

  .room__kibune .roompoint__flex06-aoi,
  .room__kibune .roompoint__flex03-kibune,
  .room__kibune .roompoint__flex04-kibune {
    padding: 0px;
  }

  .room__kibune .roompoint__flex03-kibune .roompoint__img03 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .room__kibune .bp1025on {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .room__kibune .room_name__background-kibune {
    padding-bottom: 30px;
    background-size: 60%;
    background-position: 95% 98%;
  }
}

/*--------------------------------------------------
導線リンク
--------------------------------------------------*/
#page_room #sec_room_link {
  padding: 100px 40px 82px;
}

@media only screen and (max-width: 560px) {
  #page_room #sec_room_link {
    padding: 25px 20px;
  }
}

#page_room #sec_room_link .box {
  margin: 0 0 32px;
}

@media only screen and (max-width: 1024px) {
  #page_room #sec_room_link .box {
    margin-bottom: 20px;
  }
}

#page_room #sec_room_link .box:last-child {
  margin-bottom: 0;
}

#page_room #sec_room_link .hd {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  text-align: center;
  padding: 8px 25px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  #page_room #sec_room_link .hd {
    display: none;
  }
}

#page_room #sec_room_link .list_room {
  /*justify-content: space-between;*/
  justify-content: flex-start;
}

#page_room #sec_room_link .list_room:before,
#page_room #sec_room_link .list_room:after {
  content: "";
  order: 1;
  display: block;
  width: calc(20% - 1px);
  margin: 0 1px 32px 0;
}

@media only screen and (max-width: 1279px) {
  #page_room #sec_room_link .list_room:before,
  #page_room #sec_room_link .list_room:after {
    width: calc(25% - 1px);
  }
}

@media only screen and (max-width: 1024px) {
  #page_room #sec_room_link .list_room:before,
  #page_room #sec_room_link .list_room:after {
    width: calc((100% / 3) - 1px);
  }
}

@media only screen and (max-width: 766px) {
  #page_room #sec_room_link .list_room:before,
  #page_room #sec_room_link .list_room:after {
    width: 33%;
  }
}

@media only screen and (max-width: 560px) {
  #page_room #sec_room_link .list_room:before,
  #page_room #sec_room_link .list_room:after {
    width: auto;
  }

  #page_room #sec_room_link .list_room-1:after,
  #page_room #sec_room_link .list_room-2:before {
    margin: 0 0 !important;
  }
}

#page_room #sec_room_link .list_room__item {
  position: relative;
  width: calc(20% - 1px);
  padding-top: 10px;
  margin: 0 1px 16px 0;
}

@media only screen and (max-width: 1279px) {
  #page_room #sec_room_link .list_room__item {
    width: calc(25% - 1px);
  }
}

@media only screen and (max-width: 1024px) {
  #page_room #sec_room_link .list_room__item {
    width: calc((100% / 3) - 1px);
  }
}

@media only screen and (max-width: 766px) {
  #page_room #sec_room_link .list_room__item {
    width: 33%;
  }
}

@media only screen and (max-width: 560px) {
  #page_room #sec_room_link .list_room__item {
    max-width: none;
    width: auto;
    padding-top: 0;
    margin: 0 auto 1px;
  }
}

#page_room #sec_room_link .list_room__item:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 6px 14px;
}

@media only screen and (max-width: 560px) {
  #page_room #sec_room_link .list_room__item:after {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  #page_room #sec_room_link .list_room__item .img {
    width: 25.36%;
  }
}

@media only screen and (min-width: 768px) {
  #page_room #sec_room_link .list_room__item .img:before {
    padding-bottom: 170px;
  }
}

#page_room #sec_room_link .list_room__item .text {
  /*min-height: 50px;*/
  height: 60px;
  font-size: 1.5rem;
  padding: 11px 26px;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
  #page_room #sec_room_link .list_room__item .text {
    justify-content: flex-start;
    min-height: 60px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    text-align: left;
    padding: 10px 20px;
  }
}

#page_room #sec_room_link .list_room__item .text p {
  max-width: inherit;
}

@media only screen and (max-width: 1024px) {
  #page_room #sec_room_link .list_room__item .text br {
    display: none;
  }
}

#page_room #sec_room_link .list_room__item.east.east1:before {
  content: "東館";
  display: block;
  background-color: #2b3c1e;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  text-align: center;
  padding: 8px 25px;
  margin-top: 20px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 561px) {
  #page_room #sec_room_link .list_room__item.east.east1:before {
    display: none;
  }
}

#page_room #sec_room_link .list_room__item.east:after {
  content: "東館";
  background-color: #2b3c1e;
}

#page_room #sec_room_link .list_room__item.west.west1:before {
  content: "西館";
  display: block;
  background-color: #65511c;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  text-align: center;
  padding: 8px 25px;
  margin-top: 0;
  margin-bottom: 6px;
}

@media only screen and (min-width: 561px) {
  #page_room #sec_room_link .list_room__item.west.west1:before {
    display: none;
  }
}

#page_room #sec_room_link .list_room__item.west:after {
  content: "西館";
  background-color: #65511c;
}

.reserve__button_new_room,
.reserve__button_movie {
  width: 400px;
}

.reserve__button_movie {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .reserve__button_new_room,
  .reserve__button_movie {
    width: 100%;
  }
}



/*20250724追記*/
.bed-item.mt20 {
    margin-top: 20px;
}
@media screen and (max-width: 800px) {
.bed-item__text.noborder {
    border: none;
    padding-bottom: 0;
}
}