﻿@charset "UTF-8";

/*────────────────────
  共通調整 ここから
────────────────────*/
/*----- ファーストビューテキストのシャドウを濃く -----*/
#mv .catchCopy {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.95);
  font-weight: 500;
  z-index: 8;
}

/*----- スマホ表示でハンバーガー内の電話番号が小さいので大きく -----*/
@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(24px , 5.8vw, 30px);
  }
}
/*----- //header g-nav -----*/

/*----- スマホ表示で大見出しのフォントサイズをもう少し大きく -----*/
.bl-largeTitle-en {
  margin-bottom: 60px;
}

@media screen and (max-width: 767.9px) {
  .bl-largeTitle-ja {
    font-size: clamp(28px, 5.333vw, 40px);
    padding: 0 8vw;
  }

  .bl-largeTitle-en {
    margin-bottom: 40px;
  }
}
/*----- //Title -----*/

/*----- スマホ表示で空室検索エリアの調整 -----*/
@media screen and (max-width: 1023px) {
  #search .vacancy-input-search {
    margin-bottom: 0;
  }

  .la-search:before {
    top: 0.1em;
    position: relative;
  }
}
/*----- //search -----*/

/*----- 下層ページfvImgの高さ調整 -----*/
.under-fvImg {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .under-fvImg {
    height: 40vh;
  }
}
/*----- //under-fvImg -----*/

/*----- 重要なお知らせ縦中央 -----*/
#info .info-head,
#info .info-article {
  vertical-align: middle;
}

/*----- スマホ表示で重要なお知らせタイトルを小さめに -----*/
@media screen and (max-width: 767.9px) {
  #info .info-head {
    padding: 10px 0 6px;
    font-size: 1rem;
  }

  #info .info-article {
    padding-bottom: 8px;
  }
}
/*----- //info -----*/

/*----- 交通情報 -----*/
@media screen and (min-width: 768px) {
  #access-guide .top-access-method__head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@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 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: 30px 40px;
    border: 2px solid #ddd;
  }

  #access-guide .top-access-method__data {
    padding-top: 30px;
  }
}
/*----- //access-guide -----*/

/*----- テキスト中央（コンセプト） -----*/
#concept {
  padding: 0 5vw;
}
/*----- //concept -----*/

/*----- 小見出しのテキストを太字に -----*/
.bl-smallTitle-ja {
  font-weight: 500;
}
/*----- //smallTitle -----*/

/*----- 大見出しのテキスト余白 -----*/
.bl-middleTitle-ja {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .bl-middleTitle-ja {
    margin-top: 40px;
  }
}
/*----- //middleTitle -----*/

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

/*----- コンタクト フォームの枠線を薄く -----*/
#contact .contact__dl,

#contact .contact__dt {
  border-color: #999;
}

#contact select,
#contact input[type="text" i],
#contact input[type="email" i],
textarea {
  border-color: #ccc;
}

/*----- コンタクト セレクトの矢印を表示 -----*/
#contact select {
  -webkit-appearance: auto;
  appearance: auto;
  padding: 11px 20px;
}

/*----- コンタクト テキストエリアに余白をつける -----*/
#contact textarea {
  padding: 10px 20px;
}

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

/*----- コンタクト サンクステキストを中央寄せ -----*/
.thanks__txt {
  text-align: center;
}
/*----- //contact -----*/

/*----- トピックスタイトル・本文の上下余白調整 -----*/
.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;
  }
}

/* トピックスカテゴリ背景 */
#topics .topics-cate-tag {
  width: 150px;
}

/*----- //topics -----*/

/*----- スマホ表示でnews,contact,thanksタイトル上余白を調整 -----*/
@media screen and (max-width: 767.9px) {
  section.newsInner,
  section.top-contact,
  section#thanks {
    margin-top: 12vw !important;
    padding-top: 0 !important;
  }
}

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

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

.newsDetail-wrap #tinymce a img:hover {
  opacity: 0.75;
}
/*----- //link-blue -----*/

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

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

/*----- デザインパターンBのとき有効にする -----*/
@media screen and (max-width: 1023.9px) {
  #search {
    padding: 20px 0 0 0;
  }

  #search .searchVacancy-wrap {
    width: 100%;
    justify-content: space-evenly;
  }

  #search .serch-box-under {
    padding-top: 0;
  }

  #search .links-in-search {
    margin-top: 10px;
  }
}

#header .header-reserve-btn a {
  line-height: min(12.66vw, 100px);
  font-size: 13px;
}

#header .header-tel-btn a {
  font-weight: 500;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  #header .header-reserve-btn {
    height: 69px;
  }

  #header .header-reserve-btn a {
    line-height: 0.8;
  }
}

/*----- ロゴテキストの文字サイズ調整 -----*/
.fvLogo {
  font-size: clamp(36px, 2.3vw, 40px);
  line-height: 1.1;
}

.logo__size-s {
  font-size: clamp(14px, 0.90vw, 18px);
  padding-left: 0;
}

@media screen and (max-width: 767.9px) {
  .fvLogo {
    font-size: max(9.0vw, 34px);
  }

  .logo__size-s {
    font-size: clamp(14px, 3.6vw, 18px);
  }
}

/*----- フッターのロゴテキストの文字サイズ調整 -----*/
#footer .footer-name:first-child {
  font-size: clamp(34px, 2.1vw, 40px);
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 1023.9px) {
  #footer .copy {
    padding-bottom: 90px;
  }
}

/*----- スマホ下部固定ボタンのアイコンが小さいので大きく -----*/
@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;
    padding-right: 0.75em;
  }

  #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;
  }
}

/*----- ハンバーガー内「予約確認」ボタン文字が大きいので小さく -----*/
#header #g-nav li.inside-nav__reserve-check a {
  padding: 10px 15px;
  font-size: clamp(14px , 3.2vw, 20px);
}

/*----- tripla空室検索フォーム「検索する」ボタンの色 -----*/
#tripla-searching-app form button {
  background-color: #000 !important;
  color: #fff !important;
  padding: 15px 30px;
}

/*----- tripla空室検索フォーム ラベルの文字が小さいので大きく -----*/
#tripla-searching-app form label {
  font-size: clamp(14px, 0.729vw, 14px);
  font-weight: 400;
}

/*----- tripla空室検索フォーム inputのfont-familyをリセット・高さ揃え -----*/
#tripla-searching-app input {
  font-family: inherit !important;
  height: 42px;
}

/*----- 空室検索フォーム（デザインC）ベストレート画像のサイズ調整 -----*/
#search .vacancy-img {
  min-width: unset;
  width: clamp(126px, 6.5vw, 126px);
  margin-right: min(1.6vw, 55px);
}

/*----- コンセプト -----
#concept .main-overview__ttl {
  color: #85c2ba;
}*/

/*----- アンカーリンク -----*/
#tinymce .anchorlink {
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
}

#tinymce .anchorlink h4 {
  text-align: center;
  font-size: 24px;
}

#tinymce .anchorlink h4 b {
  display: block;
  font-style: normal;
  font-size: 14px;
}

#tinymce .anchorlink ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#tinymce .anchorlink ul li  {
  padding: 0 25px;
  border-right: 1px solid #ddd;
}

#tinymce .anchorlink ul li:last-child  {
  border-right: none;
}

#tinymce .anchorlink ul li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767.9px) {
  #tinymce .anchorlink h4 {
    font-size: 22px;
    max-width: 90%;
    margin: 0 auto;
  }

  #tinymce .anchorlink ul {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  #tinymce .anchorlink ul li  {
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 15px;
    text-align: center;
  }

  #tinymce .anchorlink ul li:nth-child(3)  {
    border-right: none;
  }
}

#tinymce .anchorlink-annex {
  color: #000;
}

#tinymce .anchorlink-annex ul li a {
  color: #000;
}

/*----- スライド・テキスト -----*/
.free-contents__txt_size-s {
  line-height: 2;
  padding: 45px 0;
}

.free-contents__txt_size-s strong {
  font-style: normal;
  font-weight: normal;
  /*color: #d44900;*/
  color: #d00;
}

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

@media screen and (max-width: 767.9px) {
  .free-contents__txt_size-s {
    padding: 0 0 30px 0;
  }

  .free-contents__txt_size-s strong {
    display: block;
    text-align: center;
  }

  .free-contents__txt .link-btn-list {
    margin-top: -15px;
  }

  .free-contents__txt {
    width: 95%;
  }
}

/*----- リンク画像集 -----*/
#links .top-links__ttl {
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  #links .top-links__list {
    justify-content: center;
    margin-bottom: -30px!important;
  }

  #links .top-links__list .top-links__list-item {
    margin-bottom: 30px;
  }
}

/*----- リスト表 -----*/
#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;
}

@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;
  }
}

.top-lists-table td a {
  line-height: initial;
  text-decoration: underline;
  color: #0b62e5;
}

.top-lists-table td a:hover {
  text-decoration: none;
}

/*----- ハンバーガー内のメニュー上余白 -----*/
@media screen and (min-width:1024px) { 
  #header #g-nav ul {
    top: 25vh;
  }
}

/*----- スマホ表示でハンバーガー内のロゴテキスト -----*/
#header #g-nav .hamburgerLogo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 6vw;
}

#header #g-nav li.hamburgerLogo a {
  font-size: clamp(29px, 7.70vw, 40px);
  text-align: left;
}

/* 見出しの追加 */
.Title-small {
  margin-bottom: 30px;
  margin-top: -30px;
}

@media screen and (max-width: 767.9px) {
  .Title-small {
    margin-bottom: 1.5em;
    margin-top: -0.5em;
    letter-spacing: 0.1em;
  }
}

/*----- ファーストビューのテキスト強調 -----*/
.head .outsideNavi__list-item a,
.head .outsideNavi__list-item .language-ttl,
h1.head__fvLogo a span,
.fvAddress {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.95);
}

h1.head__fvLogo a {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.95);
}

.on-scroll .outsideNavi__list-item a,
.on-scroll .outsideNavi__list-item .language-ttl {
  text-shadow: none;
}

#header .outsideNavi__list-item a {
  font-size: clamp(17px, 0.9375vw, 19px);
}

@media screen and (min-width:1024px) {
  #mv .catchCopy {
    font-size: clamp(30px, 0.9375vw, 32px);
  }
}

/*#mv .catchCopy {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767.9px) {
  #mv .catchCopy {
    padding: 5px 10px;
    z-index: 3;
  }
}*/

#header .openbtn1 {
  background: #fff;
}

@media screen and (max-width: 767.9px) {
  #header .openbtn1 {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
}

@media screen and (min-width:1024px) {
  #header .openbtn1 {
    width: 90px;
    margin-right: 5px;
  }

  #header .openbtn1 span {
    left: 30px;
  }
}

#header .outsideNavi {
  margin-right: 35px;
}
@media screen and (max-width: 1023.9px) {
  #header .outsideNavi {
    margin-right: 0;
  }
}

.fvAddress {
  font-weight: 500;
}

/* アンカーリンク黒
#tinymce .anchorlink,
#tinymce .anchorlink ul li a {
  color: #000;
} */

