@charset "UTF-8";
/* Room
---------------------------------------- */
.page-id-18 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/room/room-main.webp") no-repeat top left transparent;
  background-size: cover;
  position: relative;
}
.page-id-18 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .page-id-18 header {
    background: url(../images/crown/room/room-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
}
@media screen and (max-width: 480px) {
  .page-id-18 header {
    height: 33vh;
    background: url(../images/crown/room/room-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
}

/* 共通
---------------------------------------- */
.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.bg-flower {
  background: url(../images/crown/access/bg-img.webp) right top/160px 119px no-repeat;
}
@media screen and (max-width: 480px) {
  .bg-flower {
    background-size: 110px auto;
    background-position: center top;
  }
}

.\--isVertical {
  writing-mode: vertical-rl;
}

p {
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-15);
  line-height: 1.8;
}

.head-wrap {
  margin: 60px auto 30px;
}
.head-wrap.\--isCenter {
  text-align: center;
}
.head-wrap .en-ttl {
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.25rem, 0.8214rem + 1.9048vw, 2.25rem);
  font-weight: 600;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 1;
  text-transform: uppercase;
}
.head-wrap .sub-ttl {
  font-size: clamp(1rem, 0.8929rem + 0.4762vw, 1.25rem);
  position: relative;
  display: inline-block;
  padding: 0 55px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.head-wrap .sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}
.head-wrap .sub-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .head-wrap .sub-ttl {
    padding: 0 49px;
  }
}

.\--isLeftSpacing {
  padding-left: 40px;
}

.\--isCenter {
  padding: 0;
  text-align: center;
}

.\--isRight {
  padding-right: 0;
  text-align: right;
}

.\--isLeft {
  padding-left: 0;
  padding-right: 45px;
}

.ttl__wrap h3 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-24);
  font-weight: 700;
  text-orientation: upright;
  color: #000;
}
@media screen and (max-width: 480px) {
  .ttl__wrap h3 {
    margin: auto;
  }
}

/* Roomページ
---------------------------------------- */
.p-intro {
  padding-top: 100px;
}
.p-intro .p-intro__ttl__wrap {
  padding-top: 60px;
  width: 117px;
}
@media screen and (max-width: 480px) {
  .p-intro .p-intro__ttl__wrap {
    margin: auto;
  }
}
.p-intro__layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 960px) {
  .p-intro__layout {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__layout {
    flex-direction: column;
  }
}

.p-intro__headline {
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  font-weight: 600;
  letter-spacing: 0.075em;
  text-orientation: upright;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .p-intro__headline {
    font-size: var(--f-20);
  }
  .p-intro .--isVertical {
    writing-mode: horizontal-tb;
    width: 100%;
    padding-top: 30px;
  }
}
.p-intro__headline .sub-title {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-20);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.p-intro__headline .sub-title::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: #000;
  content: "";
}
@media screen and (max-width: 480px) {
  .p-intro__headline .sub-title {
    font-size: var(--f-12);
    padding: 0 0 0 45px;
  }
  .p-intro__headline .sub-title::after {
    position: absolute;
    left: 18px;
    top: 11px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background: #000;
    content: "";
  }
}

.p-intro__txt {
  height: 395px;
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .p-intro__txt {
    display: flex;
    margin-top: 20px;
  }
  .p-intro__txt p {
    display: block;
  }
  .p-intro__txt {
    height: auto;
  }
}

.test {
  display: inline;
}

.p-intro__image {
  display: flex;
  gap: 45px;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .p-intro__image {
    gap: 35px;
  }
}
.p-intro__image img {
  width: 100%;
  height: auto;
}
.p-intro__image img:nth-child(2) {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .p-intro__image img {
    width: 45%;
  }
}

.p-col {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .p-col {
    flex-direction: column;
  }
}

.p-col__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-col__item .botanBox {
  width: 545px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .p-col__item .botanBox {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-col__item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .p-col__item {
    width: 100%;
  }
}

.p-col__Right__Sub {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.p-col__Right__Sub img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-col__Right__Sub {
    gap: 0;
  }
}

.p-col__PhotoBox {
  position: relative;
}
.p-col__PhotoBox img {
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-col__PhotoBox h3 {
  position: absolute;
  top: 0;
  right: 60px;
  writing-mode: vertical-rl;
}
.p-col__PhotoBox h3 span {
  background-color: var(--bg-color-02);
  padding: 0.6em 0.4em;
  font-size: var(--f-clamp-26);
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
.p-col__PhotoBox h3 span:nth-child(2) {
  padding: 20px 13px;
}
}
@media screen and (max-width: 960px) {
  .p-col__PhotoBox h3 span {
    font-size: var(--f-18);
  }
}

.p-col__Detail {
  display: flex;
  justify-content: center;
}
.p-col__Detail p {
  width: 545px;
  height: auto;
  padding-top: 15px;
}
.p-roomNav {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.p-roomType {
  padding-top: 1px;
  background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 74.5%, #fff 74.5%, #fff 100%);
}
.links {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-col__Detail p {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-col__Detail p {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .links {
    flex-wrap: wrap;
  }
}

.links li {
  box-sizing: border-box;
  padding: 22px 22px 0;
  border-left: solid 1px var(--green01);
  text-align: center;
  line-height: 1;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-18);
}
@media screen and (max-width: 820px) {
  .links li {
    width: 50%;
  }
  .links li:nth-child(3) {
    border-left: none;
  }
}

.links li:first-child {
  border-left: none;
}

.links li img {
  max-width: 250px;
  margin-bottom: 20px;
}
.links li a {
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 1px transparent;
  font-weight: 700;
  color: var(--green01);
}
.links li:hover a {
  border-bottom: solid 1px var(--green01);
}
.p-roomType__Col {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding-top: 20px;
}

.p-roomType__Col__Photo .slider {
  max-width: 774px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1290px) {
  .p-roomType__Col {
    margin: 0 1%;
  }
}

@media screen and (max-width: 820px) {
  .p-roomType__Col {
    margin: 0;
  }
}

.p-roomType__Col.\--isReverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-roomType__Col.\--isReverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .p-roomType__Col {
    gap: 25px;
    padding: 20px;
  }
}
.p-roomType__Col__Detail {
  max-width: 470px;
}
@media screen and (max-width: 820px) {
  .p-roomType__Col {
    flex-direction: column;
  }
  .p-roomType__Col__Detail {
    max-width: none;
  }
}

.p-roomType__Col__Detail table {
  margin: 30px 0;
  padding-top: 45px;
  width: 100%;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  color: #000;
}
.p-roomType__Col__Detail table tr {
  display: block;
  min-width: 400px;
  border-bottom: solid 1px var(--green01);
}
@media screen and (max-width: 480px) {
  .p-roomType__Col__Detail table tr {
    min-width: 100%;
  }
}
.p-roomType__Col__Detail table th {
  width: 13em;
  font-weight: 600;
  padding: 0.9em 0;
}
@media screen and (max-width: 820px) {
  .p-roomType__Col__Detail table tr {
    min-width: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-roomType__Col__Detail table th {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  .p-roomType__Col__Detail table th {
    width: 9em;
  }
}
.p-roomType__Col__Detail table td {
  padding: 0.9em 0;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .p-roomType__Col__Detail table td {
    width: 14em;
  }
}
.p-roomType__Col__Detail table tr:first-child th {
  padding-top: 0;
}
.p-roomType__Col__Detail table tr:first-child td {
  padding-top: 0;
}

.btnList-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .btnList-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.btnList-wrap .btnlinestretches {
  min-width: 224px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .btnList-wrap .btnlinestretches {
    max-width: 225px;
  }
  .btnList-wrap .btnlinestretches:nth-child(2) {
    margin-top: 20px;
  }
}

.bg-harf {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--pink) 50%, var(--pink) 100%);
}

.bg-none {
  background: none;
}

.p-roomInfo {
  background: var(--pink);
  padding: 95px 0;
  margin-top: 100px;
}

.p-roomInfo__Col {
  margin: 0 20px;
}
@media screen and (max-width: 960px) {
  .p-roomInfo__Col {
    gap: 30px;
  }
}
.p-roomInfo__Col__Headline h3 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  color: #243c30;
  text-align: center;
  margin-bottom: 50px;
}
.p-roomInfo__Col__Headline h3 span {
  position: relative;
  padding-left: 40px;
  font-size: var(--f-20);
  text-transform: uppercase;
  margin-left: .5em;
}
.p-roomInfo__Col__Headline h3 span::before {
  position: absolute;
  content: "";
  background: #000;
  width: 33px;
  height: 2px;
  top: 45%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-roomInfo__Col__Detail__Table h4 {
  font-size: var(--f-20);
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-family: var(--font-shipporMincho);
  margin: 1em 0;
}
.p-roomInfo__Col__Detail__Table h4:first-child {
  margin-top: 0;
}
.p-roomInfo__Col__Detail__Table ul {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  gap: 1em;
}
.p-roomInfo__Col__Detail__Table li {
  font-family: var(--font-shipporMincho);
  font-weight: 400;
}
.p-roomInfo__Col__Detail__Table p {
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  margin-top: 1em;
}
.p-roomInfo__Col__Detail__Icon ul {
  display: flex;
  gap: 45px;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .p-roomInfo__Col__Detail__Icon ul {
    flex-direction: column;
    gap: 25px;
  }
}
.p-roomInfo__Col__Detail__Icon ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .p-roomInfo__Col__Detail__Icon ul li:first-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-roomInfo__Col__Detail__Icon ul li:first-child {
    padding-left: 0;
  }
}
.p-roomInfo__Col__Detail__Icon ul li img {
  width: 91px;
  height: auto;
}
.p-roomInfo__Col__Detail__Icon ul li p {
  font-size: var(--f-20);
}
@media screen and (max-width: 960px) {
  .p-roomInfo__Col__Detail__Icon ul li p {
    font-size: var(--f-12);
  }
}
.p-roomInfo__Col__Detail__Table {
  margin-top: 60px;
}

/* 横向き */
@media (orientation: landscape) and (max-width: 1080px) {

  .p-intro__layout {
    justify-content: center;
  }
  .p-intro__image {
    gap: 2em;
    max-width: 680px;
    width: 680px;
  }
  .p-intro__image img {
    width: 324px;
    height: auto;
  }
  .p-col__item {
    width: 50%;
  }
  .p-col__Detail p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-roomType__Col__Photo .slider {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-roomType__Col__Detail p {
    font-family: var(--font-shipporMincho);
    font-weight: 600;
    font-size: var(--f-15);
    line-height: 1.8;
  }
}
@media (orientation: landscape) and (max-width: 930px) {
  .p-roomType__Col__Photo .slider {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (orientation: landscape) and (max-width: 670px) {

  .p-intro__image {
    display: block;
  }
  .p-intro__image img {
    width: 180px;
  }
  .p-intro__image img:nth-child(2) {
    margin-top: 20px;
  }
  .p-roomType__Col__Detail p {
    font-family: var(--font-shipporMincho);
    font-weight: 600;
    font-size: var(--f-15);
    line-height: 1.8;
  }
}