@charset "UTF-8";
/************
きらきら紹介ページ（追加コンテンツ＆レイアウト補完用）
*************/

/* --- 全体基本スタイル --- */
body {
  font-weight: normal;
}
p {
  margin-bottom: 16px;
}
.w-50 { width: 50% !important; }
.w-60 { width: 60% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }

.bussiness-section {
  padding: 80px 0;
}
.pb-section {
  padding-bottom: 80px;
}

@media only screen and (max-width: 639px) {
  .sp-w-100 {
    width: 100% !important;
  }
  .bussiness-section {
    padding: 40px 0;
  }
  .pb-section {
    padding-bottom: 40px;
  }
}

/* --- 見出しスタイル --- */
.ttl-01 {
  font-size: 1.875rem; /* 30px */
}
.ttl-02 {
  color: #FFF;
  background-color: #3A6100;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 1.625rem; /* 26px */
  font-weight: bold;
}
.ttl-03 {
  color: #3A6100;
  padding: 10px 0;
  margin: 0 0 30px;
  font-size: 1.4375rem; /* 23px */
  font-weight: bold;
  border-bottom: 2px dashed #3A6100;
}
.ttl-04 {
  color: #3A6100;
  font-size: 1.25rem; /* 20px */
  margin-bottom: 10px;
  font-weight: bold;
}
.area-tokyo .ttl-03 {
  color: #B580B6;
  border-bottom: 2px dashed #B580B6;
}
.ttl-area {
  position: relative;
  color: #FFF;
  background-color: #3A6100;
  padding: 15px 15px 15px 175px;
  margin-bottom: 30px;
  font-size: 1.625rem; /* 26px */
  font-weight: bold;
}
.area-label {
  position: absolute;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 10px;
  color: #fff;
  font-size: 1.5rem; /* 24px */
  font-weight: bold;
  top: -20px;
  left: 0;
}
.area-label::after {
  position: absolute;
  top: 0;
  right: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 15px 20px 0px;
  content: '';
}

.area-tokyo .area-label { background-color: #B580B6; }
.area-tokyo .area-label::after { border-color: #B580B6 transparent; }
.area-yokohama .area-label { background-color: #FEA745; }
.area-yokohama .area-label::after { border-color: #FEA745 transparent; }
.area-chiba .area-label { background-color: #F74E47; }
.area-chiba .area-label::after { border-color: #F74E47 transparent; }
.area-tokai .area-label { background-color: #8DC456; }
.area-tokai .area-label::after { border-color: #8DC456 transparent; }
.area-shizuoka .area-label { background-color: #ED848C; }
.area-shizuoka .area-label::after { border-color: #ED848C transparent; }
.area-tohoku .area-label { background-color: #65A9DC; }
.area-tohoku .area-label::after { border-color: #65A9DC transparent; }
.area-hokkaido .area-label { background-color: #D2B798; }
.area-hokkaido .area-label::after { border-color: #D2B798 transparent; }

.baitaigaiyo-other-ttl {
  padding: 0 20px 80px;
}

/* 既存お問い合わせSP導線非表示 */
.contact-following.active {
  display: none !important;
}

/* --- カラー定義 --- */
.color-org { color: #ED7409; }
.color-grn { color: #3A6100; }
.color-lgrn { color: #80C86F; }
.color-pink { color: #FFCFD2; }

/* --- ボタン --- */
.btn-wrap {
  padding: 80px 0;
}
.btn-org, .btn-grn {
  display: inline-block;
  font-weight: bold;
  border: none;
  transition: all .5s;
  border-radius: 8px;
}
.btn-org {
  color: #FFF;
  background-color: #ED7409;
  padding: 20px 15px;
}
.btn-org:hover {
  color: #FFF;
  background-color: #cc6408;
}
.btn-contact {
  font-size: 1.2rem;
  width: 60%;
}
.btn-contact::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2d2";
  margin-left: 5px;
}
.btn-grn {
  text-align: center;
  border: 2px solid #3A6100;
  background-color: #fff;
  color: #3A6100;
  padding: 10px 25px;
}
.btn-grn:hover {
  background-color: #3A6100;
  color: #fff;
}
.btn-book::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02d";
  margin-right: 5px;
}

/* --- レスポンシブ表示切り替え（画面幅） --- */
@media only screen and (min-width: 640px) {
  #business-detail {
    margin-top: 120px;
    font-weight: 400 !important;
  }
  .sub-header-mv {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 30px;
  }
  .sub-header p {
    position: absolute;
    left: 80px;
    color: #333333;
    font-size: 3.75rem; /* 60px */
    top: 44%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 639px) {
  .ttl-01 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.875rem; /* 30px */
  }
  .btn-contact {
    width: 90%;
    line-height: 1.5;
    font-size: 1.4375rem; /* 23px */
  }
  .btn-grn {
    font-size: 1rem; /* 16px */
    padding: 10px;
    width: 100%;
  }
  #business-detail {
    margin-top: 0;
  }
  .sub-header-mv {
    text-align: center;
  }
  .sub-header p {
    position: static;
    color: #333333;
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
}

/* --- テーブル要素 --- */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-collapse: collapse;
}
.table>:not(caption)>*>* {
  padding: 5px;
}
.table th, .table td {
  white-space: nowrap !important;
}
.table-bordered {
  border: 1px solid #A5A5A5;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #A5A5A5;
}
.table-bordered th {
  text-align: center;
  color: #FFF;
  vertical-align: middle;
}
.table-orikomi th {
  background-color: #80C86F;
}
.table-bordered .table-num {
  vertical-align: middle;
}
.table-schedule .th-transparent {
  background-color: rgba(181,128,182,0.2);
  color: #B580B6;
}
.table-tokyo th { background-color: #B580B6; }
.table-yokohama th { background-color: #FEA745; }
.table-chiba th { background-color: #F74E47; }
.table-tokai th { background-color: #8DC456; }
.table-shizuoka th { background-color: #ED848C; }
.table-tohoku th { background-color: #65A9DC; }
.table-hokkaido th { background-color: #D2B798; }

.table-tokai td,
.table-shizuoka td,
.table-tohoku td,
.table-hokkaido td {
  background-color: #FFF;
}

.table-tokai .table-total td { background-color: rgba(141,196,86,0.5); }
.table-shizuoka .table-total td { background-color: rgba(237,132,140,0.5); }
.table-tohoku .table-total td { background-color: rgba(101,169,220,0.5); }
.table-hokkaido .table-total td { background-color: rgba(210,183,152,0.5); }

/* --- 折り込み --- */
.orikomi-msg {
  color: #665752;
  background-color: #FFCFD2;
  font-weight: bold;
  padding: 20px;
  border-radius: 40px;
}

/* --- バックナンバー --- */
.backnumber-img {
  margin-bottom: 15px;
}
.backnumber-img img {
  border: 1px solid #A5A5A5;
  max-width: 100%;
  height: auto;
}
.backnumber-detail-new .backnumber-ttl {
  font-size: 1.5625rem; /* 25px */
  margin-bottom: 20px;
}
.backnumber-detail-old .backnumber-ttl {
  font-size: 1.125rem; /* 18px */
  margin-bottom: 15px;
}
.backnumber-ttl-mark {
  display: block;
  color: #ED7409;
  font-size: 1.25rem; /* 20px */
  margin-bottom: 20px;
}
.backnumber-ttl-mark::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  margin-left: 5px;
}

/* --- 概要 DL リスト --- */
.dl-gaiyo {
  display: flex;
  flex-flow: row wrap;
}
.dl-gaiyo dt.dl-gaiyo-ttl {
  flex-basis: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.dl-gaiyo dd.dl-gaiyo-text {
  flex-basis: 80%;
  padding: 0 5px;
  margin-bottom: 5px;
  font-weight: normal;
}
.area-tokyo .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #B580B6; }
.area-tokyo .dl-gaiyo dd.dl-gaiyo-text { background-color: rgba(181,128,182,0.2); }
.area-yokohama .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #FDA745; }
.area-yokohama .dl-gaiyo dd.dl-gaiyo-text { background-color: rgba(253,167,69,0.2); }
.area-chiba .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #F74E47; }
.area-chiba .dl-gaiyo dd.dl-gaiyo-text { background-color: rgba(247,78,71,0.2); }
.area-tokai .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #8DC456; }
.area-tokai .dl-gaiyo dd.dl-gaiyo-text { background-color: #FFF; }
.area-shizuoka .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #ED848C; }
.area-shizuoka .dl-gaiyo dd.dl-gaiyo-text { background-color: #FFF; }
.area-tohoku .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #65A9DC; }
.area-tohoku .dl-gaiyo dd.dl-gaiyo-text { background-color: #FFF; }
.area-hokkaido .dl-gaiyo dt.dl-gaiyo-ttl { background-color: #D2B798; }
.area-hokkaido .dl-gaiyo dd.dl-gaiyo-text { background-color: #FFF; }

@media screen and (max-width: 639px) {
  .dl-gaiyo dt.dl-gaiyo-ttl {
    flex-basis: 30%;
    padding: 5px;
  }
  .dl-gaiyo dd.dl-gaiyo-text {
    flex-basis: 70%;
    padding: 5px;
  }
  .area-yokohama {
    padding-bottom: 80px !important;
  }
}

/* --- 注意事項 --- */
.notice {
  display: table;
  width: 100%;
  border: 2px solid #A6A5A5;
  padding: 0 !important;
}
.notice dt, .notice dd { display: table-cell; }
.notice dt {
  font-size: 1.25rem; /* 20px */
  color: #665752;
  text-align: center;
  vertical-align: middle;
  background-color: #FFCFD2;
  padding: 10px;
  width: 25%;
}
.notice dd {
  margin-bottom: 0;
  font-size: 0.9375rem; /* 15px */
  padding: 10px 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 639px) {
  .notice, .notice dt, .notice dd {
    display: block;
    width: 100%;
  }
}

/* --- フォーム --- */
.contact-form input:not([type='submit']), 
.contact-form textarea, 
.contact-form select {
  border: 1px solid #A5A5A5;
  padding: 15px 10px;
  border-radius: 4px;
  width: 100%;
}
.contact-form .row {
  font-weight: bold;
  padding-bottom: 0;
  border: none;
}

@media only screen and (max-width: 639px) {
  .btn-go-contact {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .btn-go-contact-text {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 0.875rem; /* 14px */
    color: #FFF;
    background-color: #ED7409;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .btn-go-contact-text:hover,
  .btn-go-contact-text:active {
    color: #FFF;
    background-color: #c55d00;
  }
  .btn-go-contact-text span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    text-align: center;
  }
  .btn-go-contact-text span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: block;
  }
}

/* --- アンケート結果 --- */
.questionnaire-box h5 {
  font-size: 18px;
  color: #B580B6;
  margin-bottom: 8px;
}
.questionnaire-box h5.orange {
  color: #FEA745;
}
.questionnaire-box h6 {
  font-size: 14px;
  background: #b580b6;
  color: #fff;
  border-radius: 5px;
  padding: 6px;
}
.questionnaire-box.orange h6 {
  background: #FEA745;
}
.questionnaire-box p {
  font-size: 12px;
  margin: 6px 6px;
}
.questionnaire-inner {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.questionnaire-box {
  margin-bottom: 8%;
}
.questionnaire-inner-1.second {
  margin-left: 5%;
}
.form-section2 {
  padding: 80px 0 20px;
}

@media only screen and (max-width: 639px) {
  .questionnaire-inner {
    flex-direction: column;
    margin-top: 0;
  }
  .questionnaire-inner-1 {
    width: 96%;
    margin: 0 auto;
  }
  .questionnaire-inner-1.second {
    margin: 0 auto;
  }
  .form-section2 {
    padding: 40px 0 20px;
  }
  #questionnaire h5 {
    margin-bottom: 0 !important;
  }
}

/************************************************
** Bootstrap 簡易互換（レイアウト崩れ補完CSS）
************************************************/
.business-detail .container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.business-detail .l-inner, .business-detail .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  max-width: 1140px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; padding: 0 15px; box-sizing: border-box; }
.col-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; box-sizing: border-box; }

@media (min-width: 576px) {
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; padding: 0 15px; }
}

@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; width: 100%; padding: 0 15px; }
}

/* ユーティリティクラス（余白・配置・フォント） */
.text-center { text-align: center !important; }
.fw-bold { font-weight: 700 !important; }
.fw-normal { font-weight: 400 !important; }
.small { font-size: 0.5rem; }

.pt-0 { padding-top: 0 !important; }
.pb-5 { padding-bottom: 3rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

@media (max-width: 767px) {
  .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/************************************************
** スマホ表示崩れ防止・レスポンシブ最適化
************************************************/
@media screen and (max-width: 767px) {

  /* 1. レイアウト枠・コンテナの横揺れ防止 */
  .business-detail .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .business-detail .l-inner, .business-detail .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;  
    width: 100% !important;
  }

  /* 2. グリッドカラムの強制1カラム化 */
  .col-12, .col-6,
  .col-sm-3, .col-sm-6, .col-sm-9,
  .col-md-3, .col-md-6, .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  /* 3. 見出し・エリアラベルの幅あふれ調整 */
  .ttl-area {
    padding: 35px 10px 10px 10px !important; /* ラベルを上部に配置するため余白調整 */
    font-size: 1.25rem !important; /* 20px */
    line-height: 1.4 !important;
  }

  .area-label {
    top: -15px !important;
    left: 10px !important;
    font-size: 0.9rem !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 20px 0 10px !important;
  }
  .area-label::after {
    border-width: 15px 10px 15px 0px !important;
    right: -10px !important;
  }

  /* 4. バックナンバー（最新号・過去号）の縦並び */
  .backnumber-detail-new,
  .backnumber-detail-old {
    margin-top: 20px;
  }
  .backnumber-detail-old .col-6 {
    margin-bottom: 30px;
  }

  /* 5. 概要リスト（DL）の縦並び化 */
  .dl-gaiyo dt.dl-gaiyo-ttl,
  .dl-gaiyo dd.dl-gaiyo-text {
    flex-basis: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .dl-gaiyo dt.dl-gaiyo-ttl {
    margin-top: 10px;
  }

  /* 6. テーブルの画面外はみ出し防止（スクロール対応） */
  .table-responsive {
    display: block;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  .table {
    width: 100% !important;
    font-size: 0.85rem !important; /* テーブル内の文字を少し縮小 */
  }

  /* 7. ボタン類の全幅フィット */
  .btn-contact {
    width: 100% !important;
    font-size: 1.1rem !important;
    padding: 15px 10px !important;
  }

  /* 8. 注意事項（.notice）の縦積み */
  .notice {
    display: block !important;
    width: 100% !important;
  }
  .notice dt, .notice dd {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .notice dt {
    text-align: left !important;
  }

  /* 9. 画像類のレスポンシブ制限 */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  .w-50, .w-75 {
    width: 100% !important;
  }
}