@charset "utf-8";

:root {
  --heading-font: 'Zen Old Mincho';
  --default-font: 'Zen Kaku Gothic New';
  --font-color: #2F2F2F;
  --white-color: #fff;
  --base-color: #F4F1EA;
  --blue-color: #81A1B4;
  --navy-color: #25475B;
  --gray-color: #C4C4C4;
  --lightblack-color: #6A6969;
}

/* *****************************************
PC調整
******************************************** */
@media screen and (max-width:1150px) {

  /* ========MV メインビジュアル=========== */
  .mv p {
    font-size: 100px;
  }

  .mv p span {
    font-size: 87px;
  }
}

@media screen and (min-width:961px) and (max-width:1150px) {

  /* ==========main　サービス============ */
  .sv-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }

  .sv-wrap figure {
    width: calc(50% - 48px);
  }

  .sv-wrap figure figcaption {
    padding: 16px 20px 0 20px;
  }
}

/* ****************************************
タブレット最大サイズ
******************************************* */
@media screen and (max-width:960px) {

  /* ========MV メインビジュアル=========== */
  .mv p {
    font-size: 88px;
  }

  .mv p span {
    font-size: 75px;
  }

  /* =========== main イントロ =========== */
  .intro-txt p {
    width: 80%;
  }

  /* --------------パララックス--------------- */
  .p-index__eyecatch {
    border-radius: 20rem 20rem 0 0;
  }

  /* ============= main　ルーム============= */
  /* ルームカード スタイル */
  .card-wrapper {
    gap: 8rem 0;
  }

  .card {
    width: 48%;
    padding: 32px 2rem;
  }

  .card p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 15px 0;
  }

  /* --------ルーム　ポイント--------- */
  .room-cont .point {
    flex-wrap: wrap;
  }

  .point li {
    width: calc(100% / 2);
  }

  .point li:last-child {
    border-top: 2px solid var(--blue-color);
  }

  /* ============== main　施設案内 =============== */
  .facility-box {
    display: block;
  }

  .facilty-item {
    width: 100%;
  }

  /* ================ フッター ============== */
  .ft-inner {
    width: 90%;
    padding: 4rem 0;
  }
}

@media screen and (min-width:769px) and (max-width:960px) {

  /* ==========main　サービス============ */
  .sv-wrap {
    flex-direction: column;
  }

  .sv-wrap figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sv-wrap figure:nth-child(2) {
    flex-flow: row-reverse;
  }

  .sv-wrap figure img {
    aspect-ratio: 3 / 2;
    width: 48%;
    height: auto;
    object-fit: cover;
  }

  .sv-wrap figure figcaption {
    width: 48%;
    padding: 0;
  }
}

/* *****************************************
タブレット
******************************************** */
@media screen and (max-width:768px) {

  /* =========== main 共通設定============= */
  section {
    margin-top: 12rem;
  }

  .title h2 {
    font-size: 2.8rem;
  }

  /* =============ヘッダー============ */
  /* header nav {
    height: 56px;
    padding-right: 16px;
  } */

  /* ======== MV メインビジュアル=========== */
  .mv {
    position: relative;
  }

  .mv-swiper .mv-media {
    width: 100%;
    height: 100%;
  }

  .mv-swiper .mv-media img {
    object-fit: cover;
    height: 100%;
  }

  .main .mv p .sp-br {
    display: block;
  }

  .mv p {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -2rem;
    z-index: 2;
    margin-left: 16px;
    text-shadow: 1px 1px 0 rgba(244, 241, 234, 0.3), -1px -1px 0 rgba(244, 241, 234, 0.3),
      -1px 1px 0 rgba(244, 241, 234, 0.3), 1px -1px 0 rgba(244, 241, 234, 0.3),
      0px 1px 0 rgba(244, 241, 234, 0.3), 0-1px 0 rgba(244, 241, 234, 0.3),
      -1px 0 0 rgba(244, 241, 234, 0.3), 1px 0 0 rgba(244, 241, 234, 0.3);
  }

  .mv-txt {
    position: absolute;
    left: 16px;
    top: 56px;
    /* ヘッダー高さ分 */
    z-index: 999;
  }

  .mv-txt .pc-title {
    display: none;
    /* font-size: 2.4rem; */
    /* padding: 16px 28px 16px 0; */
  }

  .mv-txt div img {
    display: block;
    width: 120px;
    height: auto;
    padding-right: 16px;
    padding-bottom: 16px
  }

  .mv-swiper {
    height: 90vh;
  }

  /* =========== main イントロ =========== */
  .intro {
    flex-wrap: wrap;
  }

  .intro-txt.child_2 {
    width: 100%;
    order: 0;
    /* 一番上 */
    margin-bottom: 5rem;
  }

  .intro-pic {
    width: 50%;
  }

  .intro-pic img {
    aspect-ratio: 1 / 1;
  }

  .child-1 {
    order: 1;
  }

  .child-3 {
    order: 2;
  }

  .intro-txt h2 {
    font-size: 2.8rem;
  }

  /* .intro-txt p {
    width: 0%;
  } */

  /* --------------パララックス--------------- */
  .p-index__eyecatch {
    min-height: 280px;
    border-radius: 15rem 15rem 0 0;
  }

  /* ============= main　ルーム============= */

  /* ルームカード スタイル */
  .card-wrapper {
    flex-direction: column;
    gap: 5rem;
  }

  .card {
    width: 100%;
    padding: 40px 34px;
  }

  .room-cont .point {
    display: block;
  }

  .point li {
    padding: 40px 34px;
    width: 100%;
  }

  .point li:last-child {
    border: none;
  }


  /* ============アクセス============== */
  .access h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .access-wrap {
    flex-direction: column;
    flex-flow: column-reverse;
  }

  .access-wrap .access-img {
    width: 100%;
  }

  .hotel-info {
    margin-top: 2rem;
  }

  /* ============= フッター ============== */
  .ft-inner {
    flex-direction: column;
  }

  .ft-item {
    width: 100%;
  }

  .ft-item:first-child {
    flex-flow: column;
    gap: 10%;
    margin-bottom: 3rem;
  }

  .ft-item .ft-logo {
    margin-bottom: 2rem;
  }

  .ft-item h3 {
    font-size: 1.8rem;
  }

}

@media screen and (min-width:573px) and (max-width:768px) {

  /* ==========main　サービス============ */
  .sv-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .sv-wrap figure {
    width: calc(50% - 8px);
  }

  .sv-txt {
    display: block;
    padding-bottom: 12px;
  }

  .sv-txt div, .sv-txt ul {
    width: 100%;
  }

  .sv-txt div {
    padding-bottom: 12px;
  }

  .sv-txt ul {
    border-top: 1px solid var(--gray-color);
    border-left: none;
    padding-top: 12px;
    padding-left: 0;
  }

  .sv-p {
    padding-top: 12px;
  }
}

@media screen and (max-width:572px) {
  .reservation a {
    font-size: 1.6rem;
  }

  /* ====== MV メインビジュアル ======= */
  .mv-swiper {
    height: 80vh;
  }

  .mv p {
    margin-left: 10px;
  }

  /* ====== MV イントロ ======= */
  .intro-txt p {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  /* .intro-txt h2 {
    font-size: 2.4rem;
  } */

  /* ------ご予約はこちらから------ */
  .book-btn {
    margin: 10rem auto 0;
  }

  /* =========== main 共通設定============= */
  section {
    margin-top: 10rem;
  }

  .title h2 {
    font-size: 2.6rem;
  }

  /* =========== main　サービス ========== */
  .sv-wrap {
    flex-direction: column;
    gap: 5rem;
  }

  .sv-wrap figure {
    width: 100%;
  }

  .sv-wrap figure img {
    aspect-ratio: 3 / 2;
  }

  .sv-txt div h3 {
    font-size: 2.2rem;
  }

  .sv-p {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 10px;
  }

  .sv-txt ul li {
    font-size: 1.6rem;
  }

  .sv-txt ul li:first-child {
    font-size: 1.4rem;
  }

  /* =========== main　ルーム ========== */
  .p-index__eyecatch {
    border-radius: 0;
    aspect-ratio: 1 / 1;
  }

  .room .title {
    padding-top: 5rem;
  }

  .card {
    padding: 30px 15px;
  }

  .card h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1;
  }

  .card h3::before {
    margin: 0 auto 10px;
  }

  .card h3 span {
    font-size: 1.7rem;
  }

  .card p {
    font-weight: 500;
    line-height: 1.4;
  }

  .card ul {
    justify-content: start;
  }

  .card ul li {
    width: calc(100% / 2);
  }

  .room-icon {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 24px;
  }

  .point p {
    margin: 15px 0;
  }

  .point li div img {
    width: 56px;
  }

  /* ============ main　施設案内 ============ */
  .facilty-item div {
    font-size: 1.8rem;
  }

  .facilty-item div img {
    width: 30px;
  }

  .facilty-item div .icon-power {
    margin: 0 21px 0 5px;
  }

  /* ============アクセス============== */
  .access {
    margin-top: 8rem;
  }

  .access h3 {
    font-size: 2.4rem;
  }

  .hotel-info h4 {
    font-size: 2rem;
  }

  .hotel-info address {
    font-size: 1.6rem;
  }

  /* -------- アコーディオン ------- */
  .accordion {
    margin: 3rem auto 0;
  }

  .panel-header {
    font-size: 1.8rem;
  }

  .panel-header img {
    width: 28px;
  }

  .panel-body {
    padding: 15px 20px;
  }

  .panel-body p {
    line-height: 1.6;
  }

  .panel-body p span {
    display: block;
    line-height: 1;
    margin-top: 5px;
  }

  .panel-body p .sp-br {
    display: block;
  }

  /* ========= フッター ========== */
  .ft-item h3 {
    font-size: 1.6rem;
  }

  .ft-item address {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .ft-item ul {
    width: 70%;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 10px 0;
    margin: 0 auto;
  }

  .ft-item ul li {
    width: 100%;
  }

  .ft-item ul li a span {
    font-size: 1.6rem;
  }

  /* --------コピーライト------- */
  .copy {
    padding: 10px 0;
  }

  .copy small {
    font-size: 1.2rem;

  }
}

/* *****************************************
SP最大サイズ
******************************************** */
@media screen and (max-width:375px) {

  /* ============= ヘッダー =============== */
  header .sp-title {
    font-size: 1.8rem;
  }

  .nav-links li {
    padding: 15px;
  }

  .nav-links li a span {
    font-size: 1.6rem;
  }

  /* ======== MV メインビジュアル=========== */
  .mv-txt {
    left: 8px;
  }

  .mv-txt div img {
    width: 100px;
    padding-right: 16px;
    padding-bottom: 16px
  }

  .mv p {
    font-size: 78px;
    margin-left: 8px;
  }

  .mv p span {
    font-size: 65px;
  }

  /* ------ご予約はこちらから------ */
  .book-btn {
    width: 90%;
    margin: 8rem auto 0;
  }

  .book-btn span {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 1.4rem;
    text-align: center;
  }

  /* ======== MV イントロ=========== */
  .intro-txt h2 {
    margin-bottom: 3rem;
  }

  .intro-txt p {
    width: 80%;
  }

  .intro-txt p:last-child {
    margin-top: 2rem;
  }

  /* =========== main 共通設定============= */
  section {
    margin-top: 8rem;
  }

  .title {
    margin: 0 auto 3rem;
  }

  .title p {
    font-size: 1.4rem;
  }


  /* ========= main　サービス =========== */
  .sv-txt ul {
    padding-left: 12px;
  }

  .sv-txt ul li {
    font-size: 1.4rem;
  }

  .sv-p {
    font-size: 1.4rem;
  }

  /* --------------パララックス--------------- */
  /* .p-index__eyecatch {
    border-radius: 0;
  } */

  /* ============= main　ルーム============= */
  .room .title {
    padding-top: 5rem;
  }

  .card-wrapper {
    gap: 3rem;
  }

  .card {
    padding: 24px 12px 28px 12px;
  }

  .card .sp-br {
    display: block;
  }

  .card h3::before {
    margin: 0 auto 8px;
  }

  .card p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 15px 0;
    text-align: justify;
  }

  .card ul li {
    font-size: 1.3rem;
  }

  /* --------ルーム　ポイント--------- */
  .room-cont .point {
    padding: 5rem 0 10rem;
  }

  .point h3 {
    font-size: 1.8rem;
  }

  .point p {
    font-size: 1.4rem;
    margin: 15px 0;
  }

  .point li {
    padding: 28px;
  }

  /* ============ main　施設案内 ============ */
  .facility {
    margin-bottom: 8rem;
  }

  .facilty-item div {
    font-size: 1.6rem;
  }

  .facilty-item p {
    font-size: 1.4rem;
    padding-left: 48px;
    margin-top: 5px;
  }

  .facilty-item div .sp-br {
    display: block;
  }

  .facilty-item div img {
    width: 28px;
  }

  .facilty-item div .icon-power {
    width: 20px;
    margin: 0 20px 0 4px;
  }

  /* ============アクセス============== */
  .hotel-info address {
    font-size: 1.4rem;
  }

  .hotel-info address a {
    font-size: 1.4rem;
  }

  .hotel-info .gmap {
    font-size: 1.6rem;
  }

  /* ---------アコーディオン--------- */
  .panel-header {
    padding: 12px 15px 12px 0;
    font-size: 1.6rem;
  }

  .panel-header img {
    width: 26px;
  }

  .panel-body {
    padding: 12px;
  }

  .panel-body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .panel-body p span {
    font-size: 1.4rem;
  }
}