﻿/*最下部で読み込まれるCSSです。自由に編集してください。*/

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

.bl-btn a {
  line-height: 1.2;
}
.answerFlex .anstxt {
  width: 100%;
}

/*----- スマホでの横幅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;
  }
}


/*----- リスト表：デザイン調整 -----*/
@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;
}

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

@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 (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(30px, 2.08vw, 36px);
  line-height: 1.4;
  margin-bottom: 3px;
}

@media screen and (max-width: 767.9px) {
  .bl-largeTitle-ja {
    font-size: clamp(28px, 5.333vw, 40px);
    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(24px, 1.74vw, 30px);
  padding-left: 0;
}

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

.fvAddress__tel {
  font-size: clamp(18px, 1.28vw, 24px);
      text-shadow: 1px 1px #111;
}

@media screen and (max-width: 1023.9px) {
  #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(26px , 5.8vw, 30px)!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-tel-btn {
    background-color: #404040;
  }

  #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: 1023px) {
  .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(24px, 1.56vw, 30px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .bl-middleTitle-ja {
    margin-top: 0
;
  }
}


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

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


/*----- スライド・テキスト／画像・テキストの画像下余白 -----*/
.slider1 {
  margin-bottom: 20px;
}
.slider1 img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .slider1 {
    margin-bottom: 0;
  }
}


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

.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;
    min-width: 500px;
  }
  .free-contents___explan2nd .free-contents__txt {
    padding-left: 60px;
    min-width: 500px;
  }
}

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

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

.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: 60px 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 {
  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 {
  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 (min-width: 768px) {
  .newsDetail-wrap #tinymce img.alignleft,
  .menuDetail-container #tinymce img.alignleft {
    margin-right: 1em;
  }
  .newsDetail-wrap #tinymce img.alignright,
  .menuDetail-container #tinymce img.alignright {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767.9px) {
  .newsDetail-wrap #tinymce img,
  .menuDetail-container #tinymce img {
    margin-bottom: 0.5em;
  }
  .newsDetail-wrap #tinymce img.alignleft,
  .menuDetail-container #tinymce img.alignleft,
  .newsDetail-wrap #tinymce img.alignright,
  .menuDetail-container #tinymce img.alignright {
    float: none;
  }
}

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

#header .outsideNavi__list-item a {
  text-shadow: 1px 1px #fff;
}

/* aタグ調整 */
.underline {
  text-decoration: underline;
  color: #0b62e5;
}

  .pc {
display: block;
  }
@media screen and (max-width: 768px) {
  .pc {
display: none;
  }
}

/* h1調整 */
@media screen and (max-width: 767.9px) {
    .fvLogo {
    left: 0;
    margin: 0 10px;
    }}

/* h3余白調整 */

    @media screen and (min-width: 768px) {
    .bl-middleTitle-ja {
        margin-top: 0%;}}