@charset "UTF-8";
/* CSS Document */




/* 表示制御
----------------------------------------------- */
.sp-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}


/* トップインタビュー ヘッダー（年度固有：背景画像・配色）
----------------------------------------------- */
.interview-head-outer {
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #DDD 50%, #DDD 100%);
}
.interview-head {
  max-width: 1400px;
  margin: 0 auto;
  background: url(img-interview-head.webp) no-repeat;
  background-size: auto 100%;
  background-position: right top;
  padding: 70px 0;
}
.interview-head-inner {
  width: 1000px;
  margin: 0 auto;
}
.interview-txt-box {
  display: inline-block;
  padding: 3%;
  background: rgba(255, 255, 255, .75);
  letter-spacing: .15em;
}
.interview-txt-box h3 {
  font-size: 25px;
  line-height: 1.7;
  color: #1E1E84;
}
.interview-txt-box h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 15px 0;
  background: #1E1E84;
}
.interview-txt-box h4 {
  margin: 0;
  color: #1E1E84;
  font-size: 18px;
}
.interview-txt-box h5 {
  margin-top: 20px;
  color: #333;
  font-size: 20px;
}
.top_interview_area {
  margin-top: 0;
  padding: 100px 0 100px;
  background: #ddd;
}

/* style.css の .top_interview_area h3 を今年のコンテンツに合わせて上書き */
.top_interview_area .top_interview_in h3 {
  margin: 0;
  color: #1E1E84;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.top_interview_area .top_interview_in .d_flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px;
}
.box-2026-waku {
  margin-bottom: 200px;
}


/* 決算サマリー（年度固有追加要素）
----------------------------------------------- */

/* style.css の .common_con.s_02 背景色を今年の仕様に上書き */
.common_con.s_02 {
  background: #FFF;
}
.f_summary {
  background: #F2F2F2;
}

/* グラフボックス（今年追加の new-graph クラス）*/
.f_s_box .graph_box li.new-graph {
  width: 285px;
}
.f_s_box .graph_box li.new-graph h4 {
  background: #d9d9d9;
  width: 100%;
}
.graph_box .graph {
  background: #FFF;
  margin-top: 5px;
}
.graph_box .nograph {
  margin-top: 5px;
}
.f_summary .f_s_box .list_box li.ex:before {
  top: 11px;
}

/* グラフボックス02（今年追加）*/
.f_s_box .graph_box02 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.f_s_box .graph_box02 li.left {
  width: 400px;
}
.f_s_box .graph_box02 li.left .txt {
  font-size: 12px;
}
.f_s_box .graph_box02 li.left .graph {
  margin-top: 5px;
}
.f_s_box .graph_box02 li.right {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 50px;
  padding: 25px;
  border-radius: 5px;
  background-color: #d9e5ed;
  width: 290px;
}
.f_s_box .graph_box02 li.right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent #d9e5ed transparent transparent;
  translate: -100% -50%;
}
.f_s_box .graph_box02 li.right p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1E1E84;
  margin: 0;
}
.f_s_box .graph_box02 li.right p.txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #1E1E84;
  text-align: justify;
  letter-spacing: 0.1em;
  margin: 15px 0 0 0;
}

/* 重点施策タイトル（今年追加）*/
.specific-policies-ttl {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px 0;
}
.specific-policies-subttl {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #1E1E84;
    margin: 0 auto 10px;
    width: 85%;
}
.specific-policies-subttl:before,
.specific-policies-subttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1E1E84;
}
.specific-policies-subttl:before {
    margin-right: 1rem;
}
.specific-policies-subttl:after {
    margin-left: 1rem;
}

/* リストボックス（今年固有クラス）*/
.f_summary .f_s_box .list_box2026 {
  width: 500px;
  margin: 0 auto 30px;
  text-align: center;
}
.f_summary .f_s_box .list_box2026 li {
  margin-bottom: 10px;
}
.f_summary .f_s_box .list_box2026 li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-image: none;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: 3px;
}


/* 店舗紹介（今年固有：h2サブタイトル・配色）
----------------------------------------------- */
.common_con.s_03 h2 {
  line-height: 1.2;
}

/* 今年の日付テキスト */
.common_con.s_03 h2:after {
  content: "2026年5月時点";
  white-space: pre;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
}

/* 店舗エリア */
.shop-area {
  padding: 50px 0;
  background: url(bg-plaid.svg) #FFF;
  background-size: 45px;
  color: #1E1E84;
}
.shop-area .inner,
.summary-area .inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.shop-block + .shop-block {
  margin-top: 160px;
}
.shop-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-head-item:first-child {
  width: 450px;
}
.shop-head-item:last-child {
  width: 550px;
}
.shop-sub-list {
  display: flex;
  align-items: center;
}
.shop-sub-tag {
  font-family: 'BarlowCondensed';
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  padding: .5em .75em;
  margin-left: .5em;
  margin-bottom: 20px;
  position: relative;
}
.shop-sub-tag:after {
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E1E84;
    transform: skewX(-20deg);
    z-index: -1;
}
.shop-sub-name {
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
}
.shop-name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.shop-name-en {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'BarlowCondensed';
}
.shop-txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}
.shop-info {
  border-top: 2px solid #1E1E84;
  border-bottom: 2px solid #1E1E84;
  position: relative;
  margin-top: 75px;
  padding: 30px 0;
}
.shop-tag {
  font-family: 'BarlowCondensed';
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  padding: .5em .75em .5em;
  width: 100px;
  text-align: center;
  position: absolute;
  left: calc(50% - 50px);
  top: -13px;
}
.shop-tag:after {
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E1E84;
    transform: skewX(-20deg);
    z-index: -1;
}
.shop-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shop-item-box {
  width: 320px;
  margin-top: 20px;
}
.shop-item-box:nth-child(3n-1) {
  margin: 20px 20px 0;
}
.shop-item-tag {
  font-size: 16px;
  font-weight: bold;
}
.shop-item-bnr {
  transition: .5s;
}
.shop-item-bnr:hover {
  opacity: .5;
}
.manager-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  padding: 25px 0;
  border-top: 1px dashed #1E1E84;
  border-bottom: 2px solid #1E1E84;
}
.manager-box:first-child {
  width: 225px;
  text-align: center;
}
.manager-box:last-child {
  width: 580px;
  margin-left: 35px;
}
.manager-name {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin-top: .5em;
  padding: 0 .5em;
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.manager-name span {
  font-size: 15px;
}
.manager-comment {
  background: #1E1E84;
  padding: 25px;
  border-radius: 10px;
  color: #FFF;
  position: relative;
}
.manager-comment:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 20px 12.5px 0;
  border-color: transparent #1E1E84 transparent transparent;
  position: absolute;
  left: -20px;
  top: calc(50% - 13px);
}
.manager-txt {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.1em;
}
.shop-guide {
  padding: 75px 0;
}
.shop-guide-spc-txt {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 30px;
  text-align: justify;
  letter-spacing: 0;
}
.shop-guide-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shop-guide-list + .shop-guide-list {
  margin-top: 50px;
}
.shop-guide-info {
  width: 520px;
}
.shop-guide-img {
  width: 440px;
}
.shop-guide-txt {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.shop-guide-img.type-lomg {
  width: 100%;
}
.shop-guide-pickup {
  width: 176px;
  margin-bottom: 10px;
}
.shop-guide-recom {
  width: 238px;
}
.shop-guide-ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 .5em;
}
.shop-access {
  border-top: 2px solid #1E1E84;
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
}
.shop-access-txt {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 30px;
}
.shop-access-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px dashed #1E1E84;
}
.shop-access-map {
  width: 500px;
  height: 375px;
  position: relative;
  margin-right: 50px;
}
.shop-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-access-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
.shop-access-name span {
  font-size: 14px;
}
.shop-access-adress {
  padding: 1em 0;
}
.shop-access-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background: #FFF;
  border: 1px solid #1E1E84;
  padding: .5em 0 .65em;
  color: #1E1E84 !important;
  transition: .5s;
}
.shop-access-btn:hover {
  background: #1E1E84;
  color: #FFF !important;
}
.summary-area {
  background: #b9d6e8;
}
.summary-area .inner {
  padding: 80px 0 120px;
}
.summary-catch {
  width: 206px;
  margin: 0 auto;
}
.summary-box {
  border-top: 2px solid #1E1E84;
  border-bottom: 2px solid #1E1E84;
  position: relative;
  padding: 15px 0 20px;
  margin: 25px 0 0;
}


/* レスポンシブ（1000px以下）
----------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* FVエリアSP画像 */
  .fv_area .inner .sp {
    padding: 0 5%;
  }

  /* トップインタビュー */
  .interview-head-outer {
    background: #DDD;
  }
  .interview-head {
    max-width: 100%;
    background: url(img-interview-head.webp) no-repeat;
    background-size: 100% auto;
    padding: 45% 0 0;
  }
  .interview-head-inner {
    width: 90%;
  }
  .interview-txt-box {
    width: 100%;
    padding: 5%;
    text-align: center;
  }
  .interview-txt-box h3 {
    font-size: 18px;
  }
  .interview-txt-box h3:after {
    width: 18px;
    height: 2px;
    margin: 3% auto;
  }
  .interview-txt-box h4 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .interview-txt-box h5 {
  margin-top: 20px;
  color: #333;
  font-size: 15px;
}
  .top_interview_area {
    padding: 5% 0 10%;
    background: #ddd;
  }
  .top_interview_area .top_interview_in h3 {
    margin: 30px 0;
    font-size: 18px;
  }
.top_interview_area .top_interview_in .d_flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 0 0;
}
  /* 決算サマリー */
  .f_s_box .graph_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .f_s_box .graph_box li.new-graph {
    width: 100%;
    margin: 8% 0 0 0;
  }
  .f_s_box .graph_box li.new-graph h4 {
    background: #ccc;
    width: 100%;
  }
  .graph_box .graph {
    background: #FFF;
    margin-top: 5px;
  }
  .graph_box .nograph {
    margin-top: 5px;
  }
  .f_summary .f_s_box .list_box li.ex:before {
    top: 11px;
  }
  .f_s_box .graph_box02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  .f_s_box .graph_box02 li.left {
    width: 100%;
  }
  .f_s_box .graph_box02 li.right {
    margin: 20px auto 0;
    width: 100%;
    padding: 8% 5%;
  }
  .f_s_box .graph_box02 li.right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 8px 13px 8px;
    border-color: transparent transparent #d9e5ed;
    translate: -50% -100%;
  }
  .f_s_box .graph_box02 li.right p.title {
    font-size: 17px;
  }
  .f_s_box .graph_box02 li.right p.txt {
    font-size: 14px;
  }
  .specific-policies-subttl {
    width: 100%;
  }
/* リストボックス（今年固有クラス）*/
.f_summary .f_s_box .list_box2026 {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.f_summary .f_s_box .list_box2026 li {
  margin-bottom: 7px;
  line-height: 1.5;
}
.f_summary .f_s_box .list_box2026 li::before {
  content: "";
    display: inline-block;
    width: 7px;
    height: 8px;
    background-image: url('image-asterisk.svg');
    background-position: center;
    background-size: contain;
  margin-right: 5px;
}

  /* 店舗紹介 */
  .common_con.s_03 h2 {
    margin: 10% auto 0;
  }
  .common_con.s_03 .inner .ttl_box {
      padding: 0 0 10%;
  }
  .shop-area {
    background-size: 30px;
  }
  .shop-area .inner,
  .summary-area .inner {
    width: 90%;
    padding-bottom: 5%;
  }
  .shop-name {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .shop-name-en {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'BarlowCondensed';
}
  .manager-txt {
    letter-spacing: -0.1em;
  }
  .manager-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  padding: 25px 0;
  border-top: 1px dashed #1E1E84;
  border-bottom: 2px solid #1E1E84;
}
.manager-box:first-child {
  width: 50%;
  text-align: center;
}
.manager-box:last-child {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}
.manager-name {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin-top: .5em;
  padding: 0 .5em;
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.manager-name span {
  font-size: 15px;
}
.manager-comment {
  background: #1E1E84;
  padding: 25px 20px;
  border-radius: 10px;
  color: #FFF;
  position: relative;
}
.manager-comment:before {
        border-width: 0 12.5px 20px 12.5px;
        border-color: transparent transparent #1E1E84 transparent;
        left: 48%;
        top: -20px;
}
.shop-head-item:first-child {
  width: 100%;
  margin-top: 20px;
}
.shop-head-item:last-child {
  width: 100%;
  margin-top: 20px;
}
.shop-access {
    margin-top: 0;
    padding-top: 30px;
}
.shop-guide-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.shop-guide-img {
        order: 2;
}
.shop-guide-info {
        order: 1;
}

.shop-guide-list + .shop-guide-list {
  margin-top: 50px;
}
.shop-guide-info {
  width: 100%;
}
.shop-guide-img {
  width: 100%;
  margin: 20px auto;
}
.shop-guide-txt {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.shop-guide-img.type-lomg {
  width: 100%;
}
.shop-guide {
  padding: 30px 0;
}
.shop-block + .shop-block {
  margin-top: 80px;
}
.shop-access-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px dashed #1E1E84;
}
.shop-access-map {
  width: 95%;
  height: 375px;
  position: relative;
  margin: 0 auto;
}
.shop-access-info {
  width: 95%;
  margin: 20px auto;
}
.shop-access-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
.shop-access-name span {
  font-size: 14px;
}
.shop-access-adress {
  padding: 1em 0;
}
.shop-guide-ph {
  margin-bottom: 20px;
}
.shop-item-box:nth-child(3n-1) {
        margin: 20px 0 0;
}
.shop-access-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background: #FFF;
  border: 1px solid #1E1E84;
  padding: .75em 0 .65em;
  color: #1E1E84 !important;
  transition: .5s;
  margin: 10px auto;
}

}
