﻿@charset "UTF-8";

/*───────────────────────────────────────────────
  共通調整 ここから
───────────────────────────────────────────────*/

[id^="content_n_"] {
  margin-top: -85px;
  padding-top: 85px;
}
@media screen and (max-width: 767.9px) {
  [id^="content_n_"] {
    margin-top: 0;
    padding-top: 0;
  }
}

/*----- スマホでの横幅85％以下にしない -----*/
/*
    対象：スライド・テキスト、画像・テキスト、リンク画像集
*/
@media screen and (max-width: 767.9px) {
  #variation-left .explan1st__flex-wrap,
  #variation-right .explan2nd__flex-wrap {
    min-width: 85%;
  }
  #links .top-links__list {
    min-width: 85%;
    justify-content: space-evenly;
    row-gap: 8vw;
  }
  #links .top-links__list .top-links__list-item:nth-of-type(-n + 2) {
    margin-bottom: 0;
    margin-top: 1%;
  }
}

/*----- リスト表：デザイン調整 -----*/
@media screen and (min-width: 768px) {
  #lists table.inner-n {
    width: 80%;
    max-width: 1200px;
  }
}

#lists .top-lists-table {
  border: 1px solid #999;
  border-bottom: none;
}

#lists .top-lists-table__row {
  border-bottom: 1px solid #999;
}

#lists .top-lists-table__head {
  border-right: 1px solid #999;
  color: #222;
  font-weight: 600;
  background-color: #e8e8e8;
  vertical-align: middle;
}

#lists .top-lists-table__data {
  background-color: #fff;
  padding: 3vw 3vw;
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  #lists .top-lists-table__head {
    padding: max(2vw, 10px);
    border-right: unset;
    border-bottom: 1px solid #999;
  }
}

@media screen and (min-width: 768px) {
  #lists .top-lists-table__head,
  #lists .top-lists-table__data {
    padding: 20px;
  }
}


/*----- 交通情報：デザイン調整 -----*/
@media screen and (min-width: 768px) {
  #access-guide table.inner-n {
    width: 80%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  #access-guide .top-access-method__head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#access-guide .top-access-txt .access-dot {
  padding: 0 10px;
}

@media screen and (max-width: 767.9px) {
  #access-guide .top-access-txt {
    font-size: clamp(16px , 3.7333vw, 28px);
  }

  #access-guide .top-access-method tbody .top-access-method__row:last-child .top-access-method__head {
    padding-bottom: max(3.2vw, 13px);
  }
}

#access-guide .free-contents__txt {
  text-align: center;
  margin-bottom: 30px;
}

#access-guide .top-access-method {
  margin-top: 30px;
}

#access-guide .top-access-method__data {
  width: 100%;
}

#access-guide .top-access-method__data a {
  line-height: initial;
  text-decoration: underline;
  color: #0b62e5;
}

#access-guide .top-access-method__data a:hover {
  line-height: initial;
  text-decoration: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #access-guide .top-access-method {
    padding: 40px 60px;
  }

  #access-guide .top-access-method__data {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*----- コンテンツ：トピックスの左余白とカテゴリ幅を調整 -----*/
@media screen and (min-width:1024px) {
  #topics .topics-date {
    margin-left: 20px;
  }

  #topics .topics-cate-tag {
    width: unset;
    min-width: 120px;
  }
}

/*----- トピックス一覧・詳細ページ：スマホで見出し上余白を調整 -----*/
@media screen and (max-width: 767.9px) {
  section.newsInner {
    margin-top: 0 !important;
    padding-top: 60px !important;
  }
}


/*----- トピックス詳細ページ：タイトル・本文の上下余白を調整 -----*/
.newsDetail-ttl {
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .newsDetail-txt {
    padding: 40px 0;
    border-top: 2px solid #888888;
    border-bottom: 2px solid #888888;
  }
}

@media screen and (max-width: 767.9px) {
  .newsDetail-txt {
    padding-top: 1em !important;
  }
}


/*----- 表示用タイトルのフォント調整 -----*/
/*
    2行以上の行間がせまいので広げる
    スマホ表示でフォントサイズが小さいので若干大きく
*/
.bl-largeTitle-en {
  margin-bottom: 40px;
}

.bl-largeTitle-ja {
  font-size: clamp(28px, 2.65vw, 36px);
  line-height: 1.4;
  margin-bottom: 3px;
}

@media screen and (max-width: 767.9px) {
  .bl-largeTitle-en {
    margin-bottom: 6.41vw;
    padding: 0 8vw;
  }

  .bl-largeTitle-ja {
    padding: 0 8vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}


/*----- 右上予約ボタンが小さいのでmin-width設定 -----*/
#header .header-reserve-btn {
  min-width: 160px;
}

@media screen and (min-width: 1024px) {
  #header .header-reserve-btn a {
    padding: 28px 32px 32px;
  }
}


/*----- ハンバーガー内「予約確認・キャンセル」ボタン余白調整と、テキスト小さめに -----*/
#header #g-nav li.inside-nav__reserve-check a {
  padding: 8px 18px;
}

@media screen and (min-width: 768px) {
  #header #g-nav li.inside-nav__reserve-check a {
    font-size: clamp(14px, 3.2vw, 20px);
  }
}


/*----- PC右上・スマホハンバーガーメニュー内のTelサイズ調整 -----*/
.tel-no,
#header #g-nav li a.tel-no {
  font-size: clamp(30px, 2.343vw, 32px);
  padding-left: 0;
}

#header .address-inNav__tel {
  font-size: clamp(18px, 1.28vw, 24px);
}

.fvAddress__tel {
  font-size: clamp(18px, 1.28vw, 24px);
}

@media screen and (max-width: 1023.9px) {
  #header .address-inNav {
    right: 20px;
  }

  #header #g-nav li.address-inNav {
    padding-top: 3.33vw;
  }

  #header .address-inNav__tel {
    font-size: clamp(18px , 3.7333vw, 28px);
  }

  #header #g-nav li a.tel-no {
    font-size: clamp(30px , 8.205vw, 40px)!important;
  }

  #header #g-nav .address-inNav__icon .address-inNav__icon_item:first-of-type i {
    font-size: clamp(40px, 12.82vw, 50px) !important;
  }
}

@media screen and (min-width: 1024px) {
  #header #g-nav li.inside-nav__reserve-check a {
    font-size: clamp(16px , 3.2vw, 20px);
  }
}


/*----- スマホ：下部固定ボタンのアイコンとテキストサイズ調整 -----*/
@media screen and (max-width: 1023.9px) {
  #header .header-reserve-btn {
    min-width: unset;
  }

  #header .header-reserve-btn a,
  #header .header-tel-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  #header .header-reserve-btn a i,
  #header .header-tel-btn a i {
    padding-right: 6px !important;
    font-size: max(3.733vw, 30px) !important;
    line-height: 2;
  }

  #header .header-tel-btn a i {
    font-size: max(3.733vw, 26px) !important;
  }
}


/*----- スマホ：空室検索エリア　検索ボタンの虫メガネアイコンズレ修正 -----*/
@media screen and (max-width: 1023.9px) {
  .la-search:before {
    top: 0.1em;
    position: relative;
  }
}


/*----- 重要なお知らせタイトルを縦中央に -----*/
#info .info-head {
  vertical-align: middle;
}


/*----- スマホ：重要なお知らせの余白をコンパクトにして、ヘッドテキストを小さめに -----*/
@media screen and (max-width: 767.9px) {
  #info .info-head {
    font-size: 1rem;
    padding: 10px 10px 5px;
  }

  #info .info-head__size-s {
    font-size: 0.9rem;
  }

  #info .info-article {
    padding: 15px 20px 5px;
  }
}


/*----- テキスト中央（コンセプト）左右余白を追加 -----*/
#concept {
  padding: 0 5vw;
}


/*----- 大見出しのテキスト上下余白調整 -----*/
.bl-middleTitle-ja {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .bl-middleTitle-ja {
    font-size: clamp(28px, 2.34vw, 30px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .bl-middleTitle-ja {
    font-size: 6vw;
    margin-top: 1.28vw;
  }
}


/*----- スライド・テキスト／画像・テキストの小見出しサイズと余白を調整 -----*/
.bl-smallTitle-ja {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: clamp(22px, 1.71vw, 24px);
  font-weight: 500;
}

@media screen and (max-width: 767.9px) {
  .bl-smallTitle-ja {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-size: 5.4vw;
  }
}


/*----- スライド・テキスト／画像・テキストの画像下余白 -----*/
.slider1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767.9px) {
  .slider1 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}


/*----- スライド・テキスト/画像・テキスト -----*/
.free-contents__txt.inner-content {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  width: 96%;
  max-width: 1000px;
}

@media screen and (max-width: 767.9px) {
  .free-contents__txt.inner-content {
    margin-bottom: 6.41vw;
  }
}

.free-contents___explan2nd .free-contents__txt,
.free-contents___explan1st .free-contents__txt {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .free-contents___explan1st .free-contents__txt {
    padding-right: 60px;
  }
  .free-contents___explan2nd .free-contents__txt {
    padding-left: 60px;
  }
}

.free-contents__txt .link-btn-list {
  margin-bottom: 40px;
}

.free-contents__txt_size-s {
  line-height: 2;
  padding: 0 0 40px;
}

.free-contents__txt li.bl-btn,
#variation-right .link-btn-list .bl-btn__page-top {
  margin-bottom: 15px; 
}

.free-contents__txt li.bl-btn:last-child,
#variation-right .link-btn-list .bl-btn__page-top:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
  .free-contents___explan2nd .free-contents__txt,
  .free-contents___explan1st .free-contents__txt {
    width: 90%;
    margin: 0 auto;
  }

  .free-contents__txt .link-btn-list {
    margin-bottom: 0;
  }

  .free-contents__txt_size-s {
    padding: 4vw 0 6vw;
  }
}


/*----- コンタクト フォームの上下余白を調整 -----*/
#contact .contact-form {
  margin: 40px auto 0;
  padding-bottom: 100px;
}

/*----- コンタクト フォームの枠線を薄く -----*/
#contact .contact__dl,
#contact .contact__dt {
  border-color: #999;
}

/*----- コンタクト フォームのinput枠線を薄く -----*/
#contact select,
#contact input[type="text" i],
#contact input[type="email" i],
textarea {
  border-color: #ccc;
}

/*----- コンタクト 説明テキスト上の余白を削除 -----*/
.contact_text {
  margin-top: 0;
}

/*----- コンタクト サンクステキストを中央寄せ -----*/
.thanks__txt {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .thanks__txt {
    text-align: center;
  }
}


/*----- よくあるご質問 ライト -----*/
#faq-table .top-faq-list {
  border: 1px solid #999;
}
#faq-table .top-question-head,
#faq-table .top-answer-head {
  border-right: 1px solid #999;
  font-weight: normal;
}
#faq-table .top-faq-list .top-faq-list__item {
  border-bottom: 1px solid #999;
}


/*----- MVキャッチコピー -----*/
/*
    1行のテキストが長いとき、ハンバーガーメニュー展開にかぶってしまうので修正
*/
#mv .catchCopy {
  z-index: 8;
}


/*----- 青字下線リンク設定 -----*/
#contentwrapper a.link-blue,
#contact a,
#tinymce a,
.top-lists-table th a,
.top-lists-table td a,
.newsDetail-wrap #tinymce a,
.free-contents__txt_size-s a,
.faqItem .answer .anstxt a {
  line-height: initial;
  text-decoration: underline;
  color: #0b62e5;
  word-break: break-all;
}

#contentwrapper a.link-blue:hover,
#contact a:hover,
#tinymce a:hover,
.top-lists-table th a:hover,
.top-lists-table td a:hover,
.newsDetail-wrap #tinymce a:hover,
.free-contents__txt_size-s a:hover,
.faqItem .answer .anstxt a:hover {
  line-height: initial;
  text-decoration: none;
  opacity: 1;
}


/*----- トピックス：画像リンクのhover透過を調整 -----*/
.newsDetail-wrap #tinymce a img:hover {
  opacity: 0.75;
  transition: all 0.5s 0s ease;
}


/*----- スマホ：リンクボタンの横幅 -----*/
@media screen and (max-width: 767.9px) {
  .bl-btn a {
    width: 66.66666vw;
  }
}


/*----- Google自動翻訳ボタン位置 -----*/
#gt_float_wrapper {
  bottom: 30px !important;
}
@media screen and (max-width: 767.9px) {
  #gt_float_wrapper {
    bottom: 70px !important;
  }
}


/*----- 確認画面の余白調整 -----*/
#formWrap {
  margin-top: 60px;
}

/*───────────────────────────────────────────────
  共通調整 ここまで
───────────────────────────────────────────────*/

@media screen and (max-width: 767.9px) {
  .main-overview__txt {
    text-align: start;
  }
  .pc {
    display: none;
  }
}

/* sp footerアイコンサイズ調整 */

@media screen and (max-width: 1024px) {
    #footer .footer-icon .footer-icon-item:first-of-type i {
              font-size: clamp(40px, 10.666vw, 80px) !important;

    }
  }

/* sp footer ロゴサイズ調整 */
@media screen and (max-width: 767.9px) {
  .foot .footer-overview-wrap {
    text-align: center;
  }
  .foot .footer-overview-wrap a img {
    width: 250px!important;
  }
}
