@charset "UTF-8";
/*色管理*/
:root {
  --body-base: #FFF;
  --base_font-color: #000;
  --border-color_gray: #999;
  --key-color: #129D8A;
  --hover-color: #FF9900;
  --footer-color: #CAD1D8;
  --color_white: #FFF;
  --color_black: #000;
  --color_gray: #949494;
  --color_yellow: #FF9900;
  --color_blue: #2689f2;
  --color-pink: #fd9090;
  --bg-gray: #E9E9E9;
  --bg-gray2: #F1F1F1;
  --bg-blue: #DAEEFB;
  --bg-blue2: #003297;
  --bg-base_color: #E1F3F0;
  --header-bgcolor: #FFF;
  --btn-backcolor: #FFF;
  /*ボタン背景*/
  /*ナビカラー管理*/
  --menu-link_color: #000;
  --menu-link_hober-color: var(--key-color);
  --menubg-link_hober-color: rgba(var(--key-color),0.6);
  /*ハンバーガーメニュー関連*/
  --color-hover-line: #016cdd;
  --transition-duration-default: .3s;
  --transition-timing-function: cubic-bezier(.18, .06, .23, 1);
  --transition-duration-fast: .15s;
  --sp_navCL: #FFF;
  --sp_maskCL: rgba(255,255,255,0.5);
  --sp_hanCL: var(--key-color);
  --sp_barCL: #FFF;
  --sp_achanCL: #000;
  --sp_acbarCL: #FFF;
  --sp_navliCL: #FFF;
  --sp_navlibCL: #999;
  --sp_navaCL: #3D3A39;
  --sp_navli2CL: #CCC;
  --sp_navli2bCL: #999;
  --sp_gnavCL: var(--key-color);
  --sp_gnavbarCL: #FFF;
  --transition-timing-function: cubic-bezier(.18, .06, .23, 1);
  --transition-duration-slow: .4s;
  --rem: calc(1rem* max(1440, 100%) / 1440);
  --gap-space: 20px; }

/*基本*/
/*@import "loading";*/
html {
  width: 100%;
  height: 100%;
  caret-color: transparent;
  /*カーソル点滅（キャレット）を透過化*/ }

body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 135%;
  font-family: "游ゴシック", YuGothic, メイリオ, Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", Osaka, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
  background-color: var(--body-base);
  color: var(--base_font-color);
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  /* スマホ横画面で文字サイズが大きくなる場合、自動補正を無効化 */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    /* font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem); 18～16px とすることで文字列としてプリプロセッサに伝える。scss側のアップデート待ち */
    font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
    /*18～14px*/ } }
@media (max-width: 767px) {
  body {
    font-size: 1.125rem; } }
:root {
  scroll-behavior: smooth !important; }

/* support iOS */
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

a {
  color: var(--key-color);
  text-decoration: none; }
  a:hover {
    color: var(--hover-color); }

/*全体ラッパーの高さ制御*/
.body-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%; }
  .body-div footer {
    margin-top: auto; }

/*ヘッダー*/
header h1 {
  font-size: 1rem;
  line-height: 100%; }

main h1,
footer h1 {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h2,
footer h2 {
  font-size: clamp(2.188rem, 1.077rem + 2.31vw, 2.813rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h3,
footer h3 {
  font-size: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h4,
footer h4 {
  font-size: clamp(1.563rem, 0.451rem + 2.31vw, 2.188rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h5,
footer h5 {
  font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h6,
footer h6 {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }

/*-------------------------*/
/*containerエリアをはみ出す */
/*-------------------------*/
@media (max-width: 1199px) {
  .over-container-area {
    position: relative;
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px; } }
@media (min-width: 1200px) {
  .over-container-area {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw; } }
/*---------------------------------------------*/
/* webfont load                                */
/*---------------------------------------------*/
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "fontawesome-s";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
/*---------------------------------------------*/
/* position設定                                */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*bootstrap5追加                               */
/*---------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px; }

.col-xs-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/*---------------------------------------*/
/*比率を保って拡大・縮小処理                 */
/*---------------------------------------*/
.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 */ }

.ratio-7_3:before {
  content: "";
  display: block;
  padding-top: 30%;
  /* 7:3 */ }

.ratio-8_2:before {
  content: "";
  display: block;
  padding-top: 20%;
  /* 8:2 */ }

.ratio-1_2:before {
  content: "";
  display: block;
  padding-top: 200%;
  /* 1:2 */ }

.ratio-2_1:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* 2:1 */ }

.ratio-4_3:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 4:3 */ }

.ratio-16_9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */ }

.ratio-8_5:before {
  content: "";
  display: block;
  padding-top: 62.5%;
  /* 8:5 ≒ 黄金比 */ }

.ratio-1_1,
.ratio-7_3,
.ratio-8_2,
.ratio-1_2,
.ratio-2_1,
.ratio-4_3,
.ratio-16_9,
.ratio-8_5 {
  position: relative;
  overflow: hidden; }

.ratio-1_1 > img,
.ratio-7_3 > img,
.ratio-8_2 > img,
.ratio-1_2 > img,
.ratio-2_1 > img,
.ratio-4_3 > img,
.ratio-16_9 > img,
.ratio-8_5 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

/*----------------------------------------*/
/*写真マスク                                */
/*----------------------------------------*/
.photo-area,
.photo-area_v {
  overflow: hidden;
  position: relative;
  margin: 0px; }
  .photo-area img,
  .photo-area_v img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.photo-area_v img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 992px) {
  .photo-area_pc-v {
    overflow: hidden;
    position: relative; }
    .photo-area_pc-v img {
      width: auto;
      height: 100%;
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media (max-width: 991px) {
  .photo-area_pc-v img {
    width: 100%;
    height: auto; } }
/*---------------------------------------*/
/*gmapとyoutube                          */
/*---------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  overflow: hidden; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 75%; }

.gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.max-img {
  width: 100%;
  height: auto; }

/*---------------------------------------*/
/*電話リンク                               */
/*---------------------------------------*/
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*---------------------------------------*/
/*スペーサー                               */
/*---------------------------------------*/
.bt-sp10 {
  margin-bottom: 10px !important; }

.bt-sp20 {
  margin-bottom: 20px !important; }

.bt-sp30 {
  margin-bottom: 30px !important; }

.bt-sp40 {
  margin-bottom: 40px !important; }

.bt-sp80 {
  margin-bottom: 80px !important; }

/*---------------------------------------------*/
/*テーブルリスト                                 */
/*---------------------------------------------*/
.table-ul {
  list-style: none;
  padding: 0px; }
  .table-ul.tr-line li {
    border-bottom: 1px solid --border-color_gray; }
  .table-ul.cell-7rem_all li {
    display: flex;
    justify-content: flex-start; }
    .table-ul.cell-7rem_all li div:first-of-type {
      width: 7rem; }
    .table-ul.cell-7rem_all li div:last-of-type {
      flex: 1;
      min-width: calc(100% - 7rem); }
  .table-ul.cell-10rem_all li {
    display: flex;
    justify-content: flex-start; }
    .table-ul.cell-10rem_all li div:first-of-type {
      width: 10rem; }
    .table-ul.cell-10rem_all li div:last-of-type {
      flex: 1; }
  .table-ul.td-fw-bold li div:first-of-type {
    font-weight: bold; }
  .table-ul.td-fw-normal li div:last-of-type {
    font-weight: normal; }
  .table-ul.td-x-sp20 li div {
    padding: 10px 20px; }
  .table-ul.tr-white li:nth-of-type(odd) {
    background-color: var(--color_white); }

@media (min-width: 992px) {
  .table-ul li {
    display: flex;
    justify-content: flex-start; }
    .table-ul li div {
      padding: 5px; }

  .cell-10rem div:first-of-type {
    width: 10rem; }
  .cell-10rem div:last-of-type {
    flex: 1; }

  .cell-15rem div:first-of-type {
    width: 15rem; }
  .cell-15rem div:last-of-type {
    flex: 1; }

  .cell-20rem div:first-of-type {
    width: 20rem; }
  .cell-20rem div:last-of-type {
    flex: 1; } }
@media (max-width: 991px) {
  .table-ul li {
    padding-bottom: 5px;
    margin-bottom: 5px; } }
.table-ul_py10px li {
  padding-top: 10px;
  padding-bottom: 10px; }

/*ダイアログゲーション*/
/*---------------------------------------------*/
/* メインナビ　　　                             */
/*---------------------------------------------*/
html :focus-visible,
.focus-visible {
  outline-color: initial;
  outline-style: dotted;
  outline-width: 3px; }

select:focus-visible {
  outline: none;
  /* 必要に応じてスタイルを無効化 */ }

/*ショートカットメニュー*/
.site-shortcuts {
  display: none; }

/*ナビメニューの見た目設定*/
@media (min-width: 992px) {
  #nav-cont ul {
    list-style: none;
    padding: 0px;
    display: flex;
    font-weight: 700; }

  #nav-cont > ul {
    gap: var(--gap-space);
    flex-wrap: wrap;
    justify-content: space-between; }

  #nav-cont > ul > li:first-of-type, #nav-cont > ul > li:last-of-type {
    width: 100%; }

  #nav-cont > ul > li:not(:first-of-type):not(:last-of-type) {
    width: calc((100% - (var(--gap-space)*1)) / 2); }

  #nav-cont > ul > li ul {
    flex-direction: column; }

  #nav-cont > ul > li > span {
    border-radius: 8px;
    color: var(--sp_barCL);
    background-color: var(--key-color);
    display: block;
    padding: 10px 5px 10px 20px; }

  #nav-cont ul li span a {
    display: block; }

  #nav-cont > ul > li > ul {
    padding: 10px 30px 0px 30px;
    font-weight: 500; }

  #nav-cont > ul > li > ul ul {
    margin-left: 2rem;
    font-weight: 500; }

  #nav-cont > ul > li > ul > li {
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--sp_navlibCL); }

  #nav-cont > ul > li > ul li {
    margin-top: 5px; } }
@media (max-width: 991px) {
  #nav-cont > ul {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box; }

  #nav-cont > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    background: var(--sp_navliCL);
    border-top: 1px solid var(--sp_navlibCL); }

  #nav-cont > ul > li:last-child {
    border-bottom: 1px solid var(--sp_navlibCL); }

  #nav-cont > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: var(--sp_navaCL); }

  #nav-cont > ul > li > ul,
  #nav-cont > ul > li > ul > li ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    background: #fff; }

  #nav-cont > ul > li > ul li {
    border-top: 1px solid var(--sp_navli2bCL); }

  .menu-container {
    width: 100%; }

  .menu-dropdown-icon:before {
    display: block; }

  #nav-cont > ul li {
    width: 100%;
    float: none;
    display: block; }

  #nav-cont > ul li a {
    padding: 1.5em;
    width: 100%;
    display: block; }

  #nav-cont > ul li ul {
    position: relative; }

  #nav-cont > ul li ul.normal-sub {
    width: 100%; }

  #nav-cont > ul li ul li {
    float: none;
    width: 100%; }

  #nav-cont > ul li ul li:first-child {
    margin: 0; }

  #nav-cont > ul li ul li ul {
    position: relative; }

  #nav-cont > ul li ul li ul li {
    float: none; }

  #nav-cont .show-on-mobile {
    display: block; }

  /*孫要素展開*/
  #nav-cont > ul li > span {
    position: relative;
    display: table;
    width: 100%; }

  .sp-gnav-layer-btn {
    display: table-cell;
    width: 40px;
    cursor: pointer;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    border-left: solid 1px var(--sp_navlibCL);
    border-bottom: solid 1px var(--sp_navlibCL);
    background-color: var(--sp_gnavCL); }

  .sp-gnav-layer-btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: 50%;
    right: 12px;
    margin: -1px 0 0;
    background-color: var(--sp_gnavbarCL); }

  .sp-gnav-layer-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    top: 50%;
    right: 19px;
    margin: -8px 0 0;
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    transition: transform .2s linear;
    background-color: var(--sp_gnavbarCL); }

  .sp-gnav-layer-btn.current:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); } }
/*ダイアログナビ制御*/
#opener {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0; }
  #opener small {
    font-size: 16px;
    line-height: 1em; }

.menu {
  --_delay: .4s;
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: initial;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent; }

.menu ul a {
  color: inherit;
  text-decoration: none;
  padding-block: .25rem; }

@media (min-width: 992px) {
  .menu {
    padding: 30px;
    scrollbar-gutter: stable; } }
.menu[open] .inner:before {
  animation-name: showInnerBeforePc;
  will-change: width, height, top, left;
  transition-timing-function: var(--transition-timing-function);
  animation: showInnerBeforeSp var(--transition-duration-slow) both;
  will-change: width, height, top, right; }

.menu[open] .inner .dialog-head,
.menu[open] .inner .dialog-foot {
  transition-timing-function: var(--transition-timing-function);
  animation: showHeadFoot var(--transition-duration-slow) var(--_delay) both; }

.menu[open] .inner .dialog-body {
  transition-timing-function: var(--transition-timing-function);
  animation: showBody var(--transition-duration-slow) var(--_delay) both; }

.menu[open] .inner:before {
  animation-name: showInnerBeforePc;
  will-change: width, height, top, left; }

.menu::backdrop {
  background-color: rgba(18, 157, 138, 0.8);
  opacity: 1;
  transition: opacity .4s; }

.menu.-closing::backdrop {
  opacity: 0; }

.menu.-closing {
  animation-name: hideMenuPc;
  transition-timing-function: var(--transition-timing-function);
  animation: hideMenuSp var(--transition-duration-slow) both;
  will-change: filter; }

.inner {
  max-width: 700px;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.inner:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFF;
  border-radius: inherit; }

.inner .dialog-head {
  padding: 20px;
  margin-left: auto;
  position: relative;
  z-index: 3; }

.inner .dialog-body {
  padding: 20px;
  overflow: auto; }

#nav-cont {
  height: 100%;
  padding: 0;
  overflow: auto; }

.inner .dialog-footer {
  margin-top: auto; }

@keyframes showHeadFoot {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes hideMenuPc {
  0% {
    filter: blur(0);
    opacity: 1; }
  to {
    filter: blur(calc(20 *100%));
    opacity: 0; } }
@keyframes hideMenuSp {
  0% {
    filter: blur(0);
    opacity: 1; }
  to {
    filter: blur(calc(10 * var(--px)));
    opacity: 0; } }
@keyframes showInnerBeforePc {
  0% {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  to {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1; } }
@keyframes showBody {
  0% {
    opacity: 0;
    translate: 0 6; }
  to {
    opacity: 1;
    translate: 0 0; } }
.hamburger {
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  color: #FFF;
  background-color: var(--key-color);
  border: 0;
  cursor: pointer;
  gap: 8px; }

.hamburger:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 20px;
  pointer-events: none;
  content: ""; }

.hamburger .line {
  z-index: 1;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #FFF;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  top: 50%;
  left: 50%; }

/*ナビ表示時の処理*/
.nav-active .hamburger {
  background-color: #000; }

.nav-active .hamburger .line:nth-child(1) {
  transform: rotate(28deg);
  transform-origin: left; }

.nav-active .hamburger .line:nth-child(2) {
  transform: scaleX(0);
  transform-origin: center center; }

.nav-active .hamburger .line:nth-child(3) {
  transform: rotate(-25deg);
  transform-origin: left; }

/*専用スタイル*/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal; }

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal; }

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal; }

.fs-18 {
  font-size: 18px; }

/*中ページ用左右padding ついでにテキストサイズと行間指定*/
.p-rl-50 {
  padding: 0 50px;
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
  /*13-18*/
  line-height: 2em; }
  @media (max-width: 768px) {
    .p-rl-50 {
      padding: 0 10px; } }

/*パンくず*/
#breadcrumb-list {
  padding: 20px 0; }
  #breadcrumb-list span {
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    /*12-16*/ }

/*キーカラーの見出し（文字サイズはデフォルト）*/
.green-title01 {
  color: var(--key-color);
  font-weight: 700; }

/*キーカラーの見出し（文字サイズはh4、背景が緑）*/
.green-title02 {
  font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
  background-color: var(--key-color);
  padding: 20px;
  color: #fff;
  margin: 30px 0; }

/*アイコン付きセンター合わせタイトル*/
.icon-title {
  font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
  font-weight: bold;
  text-align: center; }

/*白いカードエリア*/
.white-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 100%; }

/*コメントエリア*/
.comment-area {
  background-color: #B1D9DD;
  padding: 20px; }

/*中ページサブナビ　共通*/
.guide-navi ul, .bicycles-navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px; }
@media (max-width: 425px) {
  .guide-navi ul, .bicycles-navi ul {
    gap: 5px; } }
.guide-navi li, .bicycles-navi li {
  flex: 1; }
.guide-navi a, .bicycles-navi a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s; }
.guide-navi a::after, .bicycles-navi a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--key-color);
  border-top: 2px solid var(--key-color);
  transition: border-color 0.3s; }
@media (max-width: 425px) {
  .guide-navi a::after, .bicycles-navi a::after {
    right: 10px;
    width: 6px;
    height: 6px; } }
.guide-navi a:hover, .bicycles-navi a:hover {
  background-color: var(--key-color);
  color: #fff; }
.guide-navi a:hover::after, .bicycles-navi a:hover::after {
  border-right-color: #fff;
  border-top-color: #fff; }
.guide-navi .br-sp, .bicycles-navi .br-sp {
  display: none; }
@media (max-width: 375px) {
  .guide-navi, .bicycles-navi {
    line-height: 1.5em; }
    .guide-navi .br-sp, .bicycles-navi .br-sp {
      display: block; } }

/*中ページサブナビ　共通 おわり*/
/*PDFボタン*/
.pdf-btn {
  width: 400px;
  position: relative;
  display: inline-block;
  padding: 1rem 3.2rem 1rem 3.9rem;
  border: 2px solid var(--key-color);
  border-radius: 10px;
  color: var(--key-color);
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
  /*13-18*/
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
  text-align: left;
  background: #fff; }

.pdf-btn:hover {
  background: var(--key-color);
  color: #fff; }

.pdf-btn::before {
  content: "\f1c1";
  font-family: "fontawesome-s";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: normal !important; }

.pdf-btn::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: 20px;
  height: 20px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-50%) rotate(-45deg); }

@media (max-width: 480px) {
  .pdf-btn {
    width: 100%; } }
/*PDFボタンおわり*/
/*丸数字*/
.number {
  line-height: 1em;
  width: 50px;
  height: 50px;
  padding-top: 18px;
  background-color: var(--key-color);
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  color: white;
  margin: 10px auto; }

/*丸数字おわり*/
#wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh; }
  #wrapper footer {
    margin-top: auto; }

/*ショップニュースのページ送り*/
.pgnav {
  align-items: center; }
  .pgnav a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    background-color: var(--key-color);
    border-radius: 10px;
    border: solid 2px var(--key-color); }
    .pgnav a:hover {
      color: var(--key-color);
      background-color: #fff; }
    .pgnav a i {
      margin: 0 5px; }
    .pgnav a.next {
      margin-left: auto; }

/*ショップニュースのページ送り　おわり*/
/*ショップニュース（詳細）の装飾*/
#shopnews-main-section .shop-name {
  color: var(--key-color);
  font-weight: 700;
  margin-bottom: 15px; }
#shopnews-main-section .shop-news-title {
  font-size: clamp(1.125rem, 1rem + 0.7vw, 1.6rem); }

/*ショップニュース（詳細）の装飾　おわり*/
/*----------------------------*/
/* header                     */
/*----------------------------*/
header {
  position: relative;
  margin-bottom: 40px; }
  header::before {
    content: "";
    display: block;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background-color: var(--key-color);
    position: absolute;
    top: 0;
    z-index: -1; }
  header::after {
    content: "";
    display: block;
    background-image: url("../img/i-01.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
    /*100-200*/
    padding-top: 70px;
    position: absolute; }

@media (min-width: 769px) {
  header::before {
    left: 0;
    width: 50%;
    height: 150px; }
  header::after {
    left: 42%;
    top: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }
@media (max-width: 768px) {
  header::before {
    left: 50%;
    width: 100%;
    height: 120px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  header::after {
    left: 45%;
    bottom: 5px; } }
#header-nav ul {
  list-style: none;
  padding: 0;
  height: 100%;
  display: flex;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 15px; }
  #header-nav ul li {
    align-self: center;
    position: relative; }
    #header-nav ul li:not(:last-of-type) {
      border-right: 1px solid #707070;
      padding-right: 15px; }
    #header-nav ul li a {
      display: flex;
      gap: 5px;
      color: #000;
      font-family: "Zen Maru Gothic", sans-serif; }
      #header-nav ul li a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #header-nav ul li a:hover {
        color: var(--key-color); }

#header-content {
  height: 80px; }

a i {
  /*html側でaria-hidden="true"を指定してスクリーンリーダーから除外*/ }
  a i::before {
    font-style: normal; }
  a i[data-icon="twitter"]::before {
    font-family: "fontawesome";
    content: "\e61a"; }
  a i[data-icon="facebook"]::before {
    font-family: "fontawesome";
    content: "\f09a"; }

a i {
  /*html側でaria-hidden="true"を指定してスクリーンリーダーから除外*/ }
  a i::before {
    font-family: "fontawesome-s";
    font-style: normal; }
  a i[data-icon="park"]::before {
    content: "\f540"; }
  a i[data-icon="access"]::before {
    content: "\f3c5"; }
  a i[data-icon="hours"]::before {
    content: "\f017"; }
  a i[data-icon="website"]::before {
    content: "\f35d"; }
  a i[data-icon="movie"]::before {
    content: "\f008"; }
  a i[data-icon="arrow-left"]::before {
    content: "\f060"; }
  a i[data-icon="arrow-right"]::before {
    content: "\f061"; }

i::before {
  font-family: "fontawesome-s";
  font-style: normal; }
i[data-icon="time"]::before {
  content: "\f017"; }
i[data-icon="info"]::before {
  content: "\f05a"; }
i[data-icon="bicycle"]::before {
  content: "\f206"; }
i[data-icon="marker"]::before {
  content: "\f3c5"; }
i[data-icon="tel"]::before {
  content: "\f098"; }
i[data-icon="right-arrow"]::before {
  content: "\f054"; }
i[data-icon="car"]::before {
  content: "\f1b9"; }

/*----------------------------*/
/* main                       */
/*----------------------------*/
/*三角と左上部斜め*/
.section_tilt_warp_L {
  position: relative; }
  .section_tilt_warp_L::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 120px;
    background-color: var(--key-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    display: block;
    z-index: -1; }
  .section_tilt_warp_L::before {
    content: "";
    width: 100%;
    padding-top: 120px;
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
    background-color: var(--bg-base_color);
    display: block; }

/*三角と右上部斜め*/
.section_tilt_warp_R {
  position: relative; }
  .section_tilt_warp_R::before {
    content: "";
    width: 100%;
    padding-top: 120px;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    background-color: var(--bg-base_color);
    display: block; }
  .section_tilt_warp_R::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-top: 120px;
    background-color: var(--key-color);
    clip-path: polygon(100% 100%, 100% 0, 0 50%);
    display: block;
    z-index: -1; }

/*右上斜めのみ*/
.section_tilt_warp-RT {
  position: relative; }
  .section_tilt_warp-RT::before {
    content: "";
    width: 50%;
    padding-top: 120px;
    background-color: var(--key-color);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }

/*左上斜めのみ*/
.section_tilt_warp-LT {
  position: relative; }
  .section_tilt_warp-LT::before {
    content: "";
    width: 50%;
    padding-top: 120px;
    background-color: var(--key-color);
    clip-path: polygon(0 100%, 100% 0, 0 0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

/*左右はみ出し*/
@media (min-width: 992px) {
  .flex-lg-R {
    margin-right: calc(50% - 50vw);
    flex: 1; }

  .flex-lg-L {
    margin-left: calc(50% - 50vw);
    flex: 1; } }
/*スマホのみ1:1に*/
@media (max-width: 768px) {
  .ratio-sp-1_1::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%; } }
/*----------------------------*/
/* footer                     */
/*----------------------------*/
footer {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  /*12-16*/ }
  footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer nav ul li + li {
      margin-top: 5px; }
    footer nav ul li ul li a {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-left: 1em;
      margin-top: 5px; }
      footer nav ul li ul li a::before {
        content: "";
        width: 0.5em;
        height: 2px;
        background-color: #000; }
    footer nav ul a {
      color: #000;
      line-height: 100%; }
  footer address {
    margin: 0; }
  footer .footer-corp_info {
    padding-left: 20px;
    border-left: 1px solid #707070; }
  footer .corporation-info {
    padding: 5px;
    border-radius: 50px;
    border: 1px solid #0068B7;
    width: 190px;
    text-align: center;
    color: #0068B7;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block; }

@media (max-width: 1023px) {
  footer nav ul li ul {
    /*display: none;*/ }
  footer .footer-corp_info {
    padding-left: 0px;
    border-left: none;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #707070; } }
body.access {
  /*斜線ありの見出し*/
  /*斜線ありの見出しおわり*/
  /*駐車料金と地図のエリア*/
  /*駐車料金と地図のエリアおわり*/
  /*パークアンドアドバンス駐車券バナー*/
  /*パークアンドアドバンス駐車券バナー　おわり*/
  /*駐輪場　駅のボタン*/
  /* ───────── スマホ調整 ───────── */
  /*駐輪場　駅のボタン おわり*/
  /*エコプール*/
  /*エコプール おわり*/
  /*エコプール申し込みボタン*/
  /*エコプール申し込みボタンおわり*/ }
  body.access .g-map {
    position: relative;
    width: 100%;
    padding-top: 42.85%;
    height: 0; }
  body.access .g-map-list {
    position: relative;
    width: 100%;
    padding-top: 60%;
    height: 0; }
  @media screen and (max-width: 425px) {
    body.access .g-map, body.access .g-map-list {
      padding-top: 75%; } }
  body.access .g-map iframe, body.access .g-map-list iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.access .decorated-title {
    font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 60px;
    gap: 0.5em; }
    body.access .decorated-title span {
      background: linear-gradient(transparent 40%, #FFFF00 40%); }
  body.access .decorated-title::before,
  body.access .decorated-title::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2px;
    background-color: black; }
  body.access .decorated-title::before {
    transform: rotate(60deg);
    margin-right: 1em; }
  body.access .decorated-title::after {
    transform: rotate(-60deg);
    margin-left: 1em; }
  @media screen and (max-width: 425px) {
    body.access .decorated-title {
      flex-direction: column;
      gap: 0.5em; }
    body.access .decorated-title::before,
    body.access .decorated-title::after {
      display: none; } }
  body.access .yellow-line {
    background: linear-gradient(transparent 40%, #FFFF00 40%); }
  body.access .parking-tenpo {
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid var(--key-color); }
  body.access .white-card .d-grid {
    margin: 0 30px;
    grid-template-columns: minmax(50px, 100px) 1fr; }
  @media screen and (max-width: 425px) {
    body.access .white-card .d-grid {
      margin: 0 10px;
      grid-template-columns: minmax(30px, 60px) 1fr; } }
  body.access .parking-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch; }
    body.access .parking-wrapper .parking-fees {
      text-align: center; }
      body.access .parking-wrapper .parking-fees h5 {
        font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem); }
      body.access .parking-wrapper .parking-fees span {
        font-weight: 700; }
      body.access .parking-wrapper .parking-fees .green-card {
        color: #fff;
        background-color: var(--key-color);
        padding: 10px;
        margin: 10px 0; }
    body.access .parking-wrapper .parking-info {
      flex: 0 0 400px;
      background: #fff;
      padding: 1.5rem;
      border-radius: 10px;
      box-sizing: border-box; }
    body.access .parking-wrapper .map-wrapper {
      flex: 1 1 0;
      overflow: hidden;
      border-radius: 10px; }
      body.access .parking-wrapper .map-wrapper iframe {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        /* 高さの合わせ方 */ }
    @media (max-width: 425px) {
      body.access .parking-wrapper .parking-wrapper {
        flex-direction: column; }
      body.access .parking-wrapper .parking-info, body.access .parking-wrapper .map-wrapper {
        flex: none;
        width: 100%; }
      body.access .parking-wrapper .map-wrapper {
        height: 400px; } }
  @media (min-width: 426px) {
    body.access .parking-banner .banner-sp {
      display: none; } }
  @media (max-width: 425px) {
    body.access .parking-banner .banner-pc {
      display: none; } }
  body.access .parking-table-container {
    overflow-x: auto;
    max-width: 100%; }
    body.access .parking-table-container table {
      width: 100%;
      border-collapse: collapse;
      background-color: white;
      margin-bottom: 1em; }
    body.access .parking-table-container th, body.access .parking-table-container td {
      border: 1px solid #333;
      padding: 12px;
      text-align: center;
      white-space: nowrap; }
    body.access .parking-table-container th {
      background-color: #d2f0ed;
      color: var(--key-color); }
    body.access .parking-table-container .note {
      display: block;
      text-align: right; }
  body.access .parking-contact {
    padding: 20px;
    background-color: white;
    width: 100%;
    text-align: center; }
  body.access .station-btn {
    position: relative;
    /* 矢印の絶対配置の基準にする */
    display: flex;
    /* テキストを中央寄せするため */
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4rem 3.5rem;
    border: 3px solid var(--key-color);
    border-radius: 8px;
    background: #fff;
    color: var(--key-color);
    font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
    font-weight: 700;
    transition: background 0.2s, color 0.2s; }
  body.access .station-btn:hover {
    background: var(--key-color);
    color: #fff; }
  body.access .station-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 16px;
    height: 16px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translateY(-50%) rotate(-45deg); }
  @media (max-width: 480px) {
    body.access .station-btn {
      padding: 1.5rem 2.75rem; }
    body.access .station-btn::after {
      right: 1rem;
      width: 10px;
      height: 10px;
      border-width: 2px;
      /* 線を少し細く */ } }
  body.access .station-title {
    font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
    color: var(--key-color);
    font-weight: 700; }
  body.access .ecopool {
    background-color: #FFECEC;
    padding: 20px; }
    body.access .ecopool .ecopool-info {
      padding: 20px;
      border: 1px solid #cccccc;
      background-color: white; }
  body.access .eco-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 1.5rem 3.2rem 1.5rem 3.9rem;
    border: 2px solid #fff;
    border-radius: 9999px;
    background: var(--key-color);
    color: #fff;
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
    /*13-18*/
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    /* 2 行で改行させたい場合は外す */
    box-shadow: 0 6px 0 -1px #cfcfcf;
    transition: transform .12s, box-shadow .12s; }
  body.access .eco-btn:hover {
    transform: translateY(3px);
    /* 押し込む演出 */
    box-shadow: 0 3px 0 -1px #cfcfcf; }
  body.access .eco-btn::before {
    content: "\f206";
    font-family: "fontawesome-s";
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: normal !important; }
  body.access .eco-btn::after {
    content: "";
    position: absolute;
    right: 1.3rem;
    top: 50%;
    width: 20px;
    height: 20px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translateY(-50%) rotate(-45deg); }
  @media (max-width: 480px) {
    body.access .eco-btn {
      font-size: .9rem;
      padding: 1.2rem 2.6rem 1.2rem 3.2rem; }
    body.access .eco-btn::before {
      font-size: 1.1rem;
      left: 1rem; }
    body.access .eco-btn::after {
      width: 22px;
      height: 22px;
      right: 1.2rem;
      border-width: 3px; } }
  body.access .bicycles-list-title {
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.25rem);
    font-weight: 700;
    margin-bottom: 15px; }
  body.access .bicycles-parkingpay {
    width: 100%;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    /*12-16*/
    line-height: 1.25;
    margin-top: 20px; }
    body.access .bicycles-parkingpay td:nth-child(odd), body.access .bicycles-parkingpay th:nth-child(odd) {
      background: var(--bg-base_color); }
    body.access .bicycles-parkingpay tr {
      border-bottom: dashed 1px #000; }
    body.access .bicycles-parkingpay th, body.access .bicycles-parkingpay td {
      padding: 10px; }
    body.access .bicycles-parkingpay thead th {
      color: var(--key-color); }
    body.access .bicycles-parkingpay th {
      text-align: center; }
    body.access .bicycles-parkingpay td {
      text-align: right; }
  body.access .bicycles-info {
    background-color: var(--bg-base_color);
    padding: 10px;
    margin-top: 20px;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    /*12-16*/ }
    body.access .bicycles-info span {
      font-weight: 700;
      color: var(--key-color); }
    body.access .bicycles-info a {
      color: #000;
      text-decoration: underline; }
  body.access .pey-info {
    border: 3px solid var(--key-color);
    padding: 30px;
    text-align: center; }
    body.access .pey-info a {
      font-weight: 700;
      color: var(--key-color);
      text-decoration: underline; }
    body.access .pey-info a:hover {
      color: var(--color_yellow); }
  body.access .parking-text {
    text-align: center; }
  body.access .parking-info-list {
    margin-left: 0;
    padding-left: 1.1rem; }

body.guide, body.shopnews {
  /*階数タイトル*/
  /*ショップカード*/
  /*ショップ詳細*/ }
  body.guide .floor-number, body.shopnews .floor-number {
    display: flex;
    align-items: center;
    font-weight: bold; }
    body.guide .floor-number .square, body.shopnews .floor-number .square {
      display: inline-block;
      width: 1em;
      height: 1em;
      background-color: #009c94;
      margin-right: 0.5em; }
  body.guide .guide-shop-list a, body.shopnews .guide-shop-list a {
    display: block;
    color: #000;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s; }
  body.guide .guide-shop-list a:hover, body.shopnews .guide-shop-list a:hover {
    background-color: var(--key-color);
    color: #fff; }
  body.guide .guide-shop-list .guide-shop-card, body.shopnews .guide-shop-list .guide-shop-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 16px; }
    body.guide .guide-shop-list .guide-shop-card .thumb-img, body.shopnews .guide-shop-list .guide-shop-card .thumb-img {
      max-width: 85px;
      aspect-ratio: 1 / 1;
      overflow: hidden; }
      body.guide .guide-shop-list .guide-shop-card .thumb-img img, body.shopnews .guide-shop-list .guide-shop-card .thumb-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block; }
    @media (max-width: 768px) {
      body.guide .guide-shop-list .guide-shop-card .thumb-img, body.shopnews .guide-shop-list .guide-shop-card .thumb-img {
        max-width: 65px; } }
    @media (max-width: 480px) {
      body.guide .guide-shop-list .guide-shop-card .thumb-img, body.shopnews .guide-shop-list .guide-shop-card .thumb-img {
        max-width: 50px; } }
  body.guide #guide-shop-info-section, body.shopnews #guide-shop-info-section {
    /* infoテーブルレイアウト  */ }
    body.guide #guide-shop-info-section .img-area .shop-logo-container, body.shopnews #guide-shop-info-section .img-area .shop-logo-container {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
    body.guide #guide-shop-info-section .img-area .shop-logo, body.shopnews #guide-shop-info-section .img-area .shop-logo {
      width: 100%;
      aspect-ratio: 1 / 1;
      border: 6px solid #fff;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      body.guide #guide-shop-info-section .img-area .shop-logo img, body.shopnews #guide-shop-info-section .img-area .shop-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block; }
    @media (max-width: 767px) {
      body.guide #guide-shop-info-section .img-area .shop-logo, body.shopnews #guide-shop-info-section .img-area .shop-logo {
        width: 50%; } }
    body.guide #guide-shop-info-section .img-area .shop-topimg, body.shopnews #guide-shop-info-section .img-area .shop-topimg {
      text-align: right; }
      body.guide #guide-shop-info-section .img-area .shop-topimg img, body.shopnews #guide-shop-info-section .img-area .shop-topimg img {
        width: 100%;
        max-width: 900px; }
    body.guide #guide-shop-info-section .info-area-text .shop-title, body.shopnews #guide-shop-info-section .info-area-text .shop-title {
      display: flex;
      align-items: center;
      gap: 25px; }
      body.guide #guide-shop-info-section .info-area-text .shop-title h5, body.shopnews #guide-shop-info-section .info-area-text .shop-title h5 {
        font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
        color: var(--key-color); }
      body.guide #guide-shop-info-section .info-area-text .shop-title .shop-area-info, body.shopnews #guide-shop-info-section .info-area-text .shop-title .shop-area-info {
        background-color: var(--key-color);
        color: white;
        padding: 0 20px;
        border-radius: 50px; }
    @media (max-width: 480px) {
      body.guide #guide-shop-info-section .info-area-text .shop-title, body.shopnews #guide-shop-info-section .info-area-text .shop-title {
        flex-direction: column; } }
    body.guide #guide-shop-info-section .info-table, body.shopnews #guide-shop-info-section .info-table {
      width: 100%;
      /* 画面幅にフィット */
      border-collapse: collapse;
      /* tr に引いた境界線を途切れさせない */
      /*  左列（見出し）  */
      /*  右列（内容）  */ }
      body.guide #guide-shop-info-section .info-table tr, body.shopnews #guide-shop-info-section .info-table tr {
        border-bottom: 1px solid #b0b0b0;
        /* 行全体に下線  */ }
      body.guide #guide-shop-info-section .info-table th, body.guide #guide-shop-info-section .info-table td, body.shopnews #guide-shop-info-section .info-table th, body.shopnews #guide-shop-info-section .info-table td {
        padding: 1em 1em; }
      body.guide #guide-shop-info-section .info-table th, body.shopnews #guide-shop-info-section .info-table th {
        white-space: nowrap;
        /* 改行させず幅を最小限に */
        text-align: center;
        width: 1%;
        /* 「内容幅」だけ取り、残りは右列へ */ }
        body.guide #guide-shop-info-section .info-table th span, body.shopnews #guide-shop-info-section .info-table th span {
          display: block;
          background: var(--bg-base_color);
          border-radius: 6px;
          font-weight: 700;
          padding: 0 10px; }
      body.guide #guide-shop-info-section .info-table td, body.shopnews #guide-shop-info-section .info-table td {
        word-break: break-word;
        /* 長い URL 等も折り返し可 */ }
      body.guide #guide-shop-info-section .info-table a, body.shopnews #guide-shop-info-section .info-table a {
        padding-right: 15px; }
        body.guide #guide-shop-info-section .info-table a i, body.shopnews #guide-shop-info-section .info-table a i {
          padding-left: 5px; }

body.service {
  /*ロゴボタン*/
  /* ===== ボタン外枠 ===== */
  /* ===== モバイル調整 ===== */ }
  body.service .guide-area {
    background-color: var(--bg-base_color);
    border-radius: 20px;
    margin-bottom: 30px; }
  body.service .service-area .service-item {
    background-color: var(--bg-base_color);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-weight: 700; }
  body.service .service-area .service-info {
    padding: 10px;
    align-items: center; }
    body.service .service-area .service-info span {
      display: inline-block;
      width: 60px;
      line-height: 25px;
      padding: 0 0;
      margin-right: 5px;
      margin-bottom: 5px;
      border: solid 1px #000;
      text-align: center; }
  body.service .about-info {
    padding: 50px; }
    body.service .about-info .about-table {
      width: 100%;
      /* 画面幅にフィット */
      border-collapse: collapse;
      /* tr に引いた境界線を途切れさせない */
      /*  左列（見出し）  */
      /*  右列（内容）  */ }
      body.service .about-info .about-table tr {
        border-bottom: 1px solid #333;
        /* 行全体に下線  */ }
      body.service .about-info .about-table th, body.service .about-info .about-table td {
        padding: 1em 1em; }
      body.service .about-info .about-table th {
        vertical-align: top;
        white-space: nowrap;
        /* 改行させず幅を最小限に */
        width: 1%;
        color: var(--key-color); }
      body.service .about-info .about-table td {
        word-break: break-word;
        /* 長い URL 等も折り返し可 */ }
      @media (max-width: 600px) {
        body.service .about-info .about-table {
          /* 行を縦方向に崩す */
          /* 右列だけ上寄せにして余白感を整える */ }
          body.service .about-info .about-table th, body.service .about-info .about-table td {
            display: block;
            width: 100%;
            padding: 0.7em 0; }
          body.service .about-info .about-table td {
            padding-top: 0; } }
  @media (max-width: 600px) {
    body.service .about-info {
      padding: 20px; } }
  body.service .brand-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding: 1rem 2rem;
    border: 2px solid #006bbd;
    border-radius: 9999px;
    /* pill 形 */
    background: #fff;
    line-height: 1.3;
    transition: background .2s; }
  body.service .brand-btn:hover {
    background: #f3fafe; }
  body.service .brand-block {
    height: 64px;
    /* 必要に応じて調整 */
    flex-shrink: 0; }
  body.service .cta {
    position: relative;
    /* 疑似要素の基準に */
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    color: #006bbd;
    white-space: nowrap; }
  body.service .cta::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: .5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg); }
  @media (max-width: 768px) {
    body.service .brand-btn {
      padding: .75rem 1.25rem;
      gap: 1rem; }
    body.service .brand-block {
      height: 48px; }
    body.service .cta {
      font-size: .9rem; } }

body.cycle-sharing {
  /*実施体制テーブル*/
  /*実施体制テーブルおわり*/ }
  body.cycle-sharing .cycle-info {
    background: var(--bg-base_color);
    padding: 15px; }
  body.cycle-sharing .cycle-table {
    width: 100%;
    border-collapse: collapse;
    /*table-layout: fixed;*/ }
    body.cycle-sharing .cycle-table th, body.cycle-sharing .cycle-table td {
      border: 1px solid #333;
      padding: 12px; }
    body.cycle-sharing .cycle-table thead th {
      text-align: center;
      background-color: #d2f0ed;
      color: var(--key-color); }
  @media screen and (max-width: 787px) {
    body.cycle-sharing .cycle-table {
      text-align: left;
      border-collapse: collapse; }
      body.cycle-sharing .cycle-table thead {
        display: none; }
      body.cycle-sharing .cycle-table th, body.cycle-sharing .cycle-table td {
        border: 0;
        display: block; }
      body.cycle-sharing .cycle-table tbody th {
        background: var(--bg-base_color);
        color: var(--key-color);
        border-bottom: 1px solid #333;
        border-top: 1px solid #333; }
      body.cycle-sharing .cycle-table td::before {
        content: attr(data-label);
        color: var(--key-color);
        font-weight: bold;
        display: inline-block;
        width: 20%;
        min-width: 4em; } }
  body.cycle-sharing .cycle-attention {
    font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
    color: var(--key-color);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-left: 35px; }
  body.cycle-sharing .cycle-attention::before {
    font-family: "fontawesome-s";
    content: "\f071";
    position: absolute;
    left: 0; }

/*トップスタイル*/
body.home header {
  margin-bottom: 0px; }
body.home #header-wrap::after {
  content: "";
  display: block;
  width: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
  /*100-200*/
  padding-top: 70px;
  background-image: url("../img/i-02.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }

@media (max-width: 768px) {
  body.home header {
    margin-bottom: 20px; }
  body.home #header-wrap::after {
    display: none; } }
/*トップスライダー*/
.top-slider .swiper-slide a {
  position: relative;
  overflow: hidden;
  display: block; }
  .top-slider .swiper-slide a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    /* 1:1 */ }
  .top-slider .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s; }

@media (min-width: 992px) {
  #top-main-relative {
    position: relative; }
    #top-main-relative::before {
      content: "";
      width: 100%;
      padding-top: 28%;
      display: block; }
    #top-main-relative .top-slider {
      position: absolute;
      top: 0;
      width: 100%; }
      #top-main-relative .top-slider .swiper-slide {
        transition: all 0.5s; }

  .top-slider {
    transform: translateY(-5%); }
    .top-slider .swiper-wrapper {
      gap: 10px;
      align-items: center;
      margin-left: -19.5%; }
      .top-slider .swiper-wrapper .swiper-slide {
        width: calc((100% - (10px * 5)) / 5) !important; }
      .top-slider .swiper-wrapper .swiper-slide-active {
        width: calc(100% / 3.5) !important; } }
@media (max-width: 991px) {
  .top-slider {
    padding-left: 10px;
    padding-right: 10px; } }
.top-swiper-pagination {
  display: flex;
  justify-content: center; }
  .top-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 1px solid var(--key-color);
    opacity: 1;
    border-radius: 0; }
    .top-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: var(--key-color); }

.top-swiper-button-prev,
.top-swiper-button-next {
  background-color: var(--key-color);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .top-swiper-button-prev::before,
  .top-swiper-button-next::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    aspect-ratio: 1;
    background-color: #FFF;
    transform: translateX(5px); }

.top-swiper-button-prev::before {
  transform: rotate(180deg) translateX(5px); }

@media (min-width: 992px) {
  #top-main_slider_nav {
    position: relative; }
    #top-main_slider_nav::before {
      content: "";
      display: block;
      width: 70px;
      padding-top: 70px;
      background-image: url("../img/top-img/i-03.png");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: calc(var(--bs-gutter-x) * .5);
      bottom: 0; }
    #top-main_slider_nav::after {
      content: "";
      display: block;
      width: 260px;
      padding-top: 80px;
      background-image: url("../img/top-img/i-04.png");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 70%;
      bottom: 20px; } }
/*トップナビ*/
#top-nav-warp nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; }
  #top-nav-warp nav ul li {
    position: relative;
    display: flex;
    border-left: 1px solid #707070;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between; }
    #top-nav-warp nav ul li:last-of-type {
      border-right: 1px solid #707070; }
    #top-nav-warp nav ul li picture {
      margin: 0px;
      width: 30%;
      max-width: 60px;
      display: block; }
      #top-nav-warp nav ul li picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #top-nav-warp nav ul li:hover img {
      filter: invert(70%) sepia(35%) saturate(7454%) hue-rotate(6deg) brightness(107%) contrast(108%); }
    #top-nav-warp nav ul li a {
      display: flex;
      text-align: center;
      flex: 1;
      align-items: center;
      font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
      /*12-16*/
      line-height: 120%; }
      #top-nav-warp nav ul li a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }

@media (min-width: 769px) {
  #top-nav-warp nav ul li {
    flex: 1;
    padding: 10px; } }
@media (max-width: 768px) {
  #top-nav-warp nav ul {
    justify-content: center;
    flex-wrap: wrap; }
    #top-nav-warp nav ul li {
      width: calc(100% / 2);
      margin-bottom: 20px;
      padding: 10px 5px; }
      #top-nav-warp nav ul li:nth-of-type(2n) {
        border-right: 1px solid #707070; } }
/*トップコンテンツ*/
.content-title {
  font-size: clamp(1.8rem, 1.077rem + 2.31vw, 2.813rem);
  letter-spacing: 0.3em;
  padding-bottom: 50px; }
  .content-title::after {
    content: attr(data-after);
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    /*12-16*/
    letter-spacing: normal;
    font-weight: 500;
    padding-left: 2em;
    color: var(--key-color); }

@media (max-width: 425px) {
  .content-title::after {
    display: block;
    padding-left: 0; } }
/*トップコンテンツエリア左右padding指定*/
.top-shop-news, .top-event-topic, .top-movie, .top-shop-buide, .top-news {
  padding: 20px 50px 0 50px; }
  @media (max-width: 768px) {
    .top-shop-news, .top-event-topic, .top-movie, .top-shop-buide, .top-news {
      padding: 0; } }

/*ニュースエリア背景画像*/
.top-shop-news {
  background-image: url("../img/top-img/i-05.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: clamp(200px, 50vw, 430px) auto; }
  @media (max-width: 768px) {
    .top-shop-news {
      background-image: url("../img/top-img/i-05-sp.png");
      background-position: right top;
      background-size: auto; } }

/*イベント＆トピックス背景画像*/
.top-event-topic {
  background-image: url("../img/top-img/i-06.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: clamp(100px, 50vw, 230px) auto; }
  @media (max-width: 768px) {
    .top-event-topic {
      background-image: none; } }

/*ムービー背景画像*/
.top-movie {
  background-image: url("../img/top-img/i-07.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: clamp(200px, 50vw, 450px) auto; }
  @media (max-width: 768px) {
    .top-movie {
      background-image: url("../img/top-img/i-07-sp.png");
      background-position: right top;
      background-size: auto; } }

/*ショップガイド背景画像*/
.top-shop-buide {
  background-image: url("../img/top-img/i-08.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: clamp(200px, 50vw, 450px) auto; }
  @media (max-width: 768px) {
    .top-shop-buide {
      background-image: url("../img/top-img/i-08-sp.png");
      background-position: right top;
      background-size: auto; } }

/*ショップニュース・イベントカード*/
.thumbnail-card {
  display: flex;
  flex-direction: column; }

.thumb-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background-color: #eee; }

.thumb-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: transform 0.4s ease;
  /* 拡大用 */ }

/* ホバー時に画像拡大 */
.thumbnail-card:hover .thumb-img-wrapper img {
  transform: translate(-50%, -50%) scale(1.05); }

.thumb-meta {
  padding: 1em; }
  .thumb-meta .thumb-date {
    font-size: clamp(0.65rem, 0.55rem + 0.4vw, 0.85rem);
    color: #555;
    margin-bottom: 0.5em; }
  .thumb-meta .thumb-title {
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    /*12-16*/
    color: var(--key-color);
    line-height: 1.8em; }

@media (max-width: 425px) {
  .thumb-meta {
    padding: 0.5em; } }
.card-link {
  text-decoration: none;
  display: block; }

/*ショップニュース・イベントカードおわり*/
/*Youtube埋め込み*/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9の比率 */
  height: 0;
  overflow: hidden; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*Youtube埋め込みおわり*/
/*newsセクション-moreボタンスマホ調整*/
@media screen and (max-width: 375px) {
  .top-news .link_more .more {
    padding: 1em 3.5em; } }
/*newsセクション-リスト*/
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  /*12-16*/ }
  .news-list li {
    margin-bottom: 15px; }
  .news-list a {
    display: block;
    padding: 15px 20px;
    background: #fff;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s; }
  .news-list a:hover {
    background-color: #f5f5f5; }
  .news-list .news-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .news-list .news-date {
    position: relative;
    font-weight: bold;
    white-space: nowrap; }
    .news-list .news-date::after {
      content: "";
      display: inline-block;
      height: 1px;
      background-color: #333;
      width: 60px;
      margin-left: 10px;
      vertical-align: middle; }
  .news-list .news-title {
    margin-left: 20px;
    flex: 1; }
  @media screen and (max-width: 768px) {
    .news-list .news-row {
      flex-direction: column;
      align-items: flex-start; }
    .news-list .news-date {
      margin-bottom: 8px; }
      .news-list .news-date::after {
        display: inline-block;
        width: 100%;
        margin-left: 10px; }
    .news-list .news-title {
      margin-left: 0;
      width: 100%; } }

/*newsセクション-リスト　おわり*/
/*ショップガイド-ガイドボタン*/
.top-shop-buide {
  /* modifier classごとに背景画像を差し替え */ }
  .top-shop-buide .guide-area {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px; }
  .top-shop-buide .guide-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #009688;
    border-radius: 8px;
    padding: 30px 20px 30px 106px;
    /* 左パディング多めにしてアイコンの位置確保 */
    margin: 50px;
    text-decoration: none;
    color: inherit;
    max-width: 100%;
    position: relative;
    transition: background-color 0.3s ease, box-shadow 0.3s ease; }
  .top-shop-buide .guide-button:hover {
    background-color: #E1F3F0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); }
  .top-shop-buide .guide-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .top-shop-buide .guide-b1::before {
    background-image: url("../img/top-img/icon-b1.svg"); }
  .top-shop-buide .guide-b2::before {
    background-image: url("../img/top-img/icon-b2.svg"); }
  @media screen and (max-width: 768px) {
    .top-shop-buide .guide-button {
      padding: 30px 20px 30px 86px;
      margin: 20px; }
    .top-shop-buide .guide-button::before {
      left: 20px; } }
  .top-shop-buide .text {
    flex: 1; }
    .top-shop-buide .text .title {
      font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
      font-weight: bold;
      color: #009688;
      margin: 0; }
    .top-shop-buide .text .subtitle {
      font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
      /*12-16*/
      margin-top: 10px;
      margin-bottom: 0px;
      color: #000; }
  .top-shop-buide .arrow {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0; }
  .top-shop-buide .arrow::before,
  .top-shop-buide .arrow::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #009688;
    top: 50%;
    right: 0;
    transform-origin: right center; }
  .top-shop-buide .arrow::before {
    transform: rotate(45deg); }
  .top-shop-buide .arrow::after {
    transform: rotate(-45deg); }

/*ショップガイド-ガイドボタンおわり*/
/*ショップガイド-営業時間*/
.top-hours {
  padding: 50px;
  max-width: 100%; }
  .top-hours .building-hours {
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    /*12-16*/
    display: flex;
    background: #f8f9f8;
    border-radius: 8px;
    padding: 1rem;
    max-width: 100%;
    align-items: stretch;
    gap: 1rem; }
  .top-hours .building-name {
    position: relative;
    width: 100px;
    padding-right: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
  .top-hours .vertical-line {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #333; }
  .top-hours .hours-list {
    padding: 10px 0; }
    .top-hours .hours-list .hour-item {
      padding: 10px 0;
      display: flex;
      flex-direction: column; }
    .top-hours .hours-list .place {
      color: var(--key-color);
      font-weight: 700; }
    .top-hours .hours-list small {
      font-size: 12px; }

@media screen and (max-width: 768px) {
  .top-hours {
    padding: 20px; } }
/*ショップガイド-営業時間おわり*/
/*バナースライダー*/
.top-banner-slider .swiper-slide {
  display: flex;
  /* 中央揃えしたい場合 */
  justify-content: center;
  align-items: center;
  /* Swiperが spaceBetween で作る余白を有効にする */ }
.top-banner-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* swiper-slide に spaceBetween の余白があるので
	 中の画像は100%でちょうど良く縮小してくれる */ }
.top-banner-slider .swiper-button-prev::after,
.top-banner-slider .swiper-button-next::after {
  content: ""; }
.top-banner-slider .swiper-button-next {
  right: 0;
  /* ボタンを右端にくっつける */ }
.top-banner-slider .swiper-button-prev {
  left: 0;
  /* ボタンを左端にくっつける */ }
.top-banner-slider .swiper-button-prev,
.top-banner-slider .swiper-button-next {
  background-color: #fff;
  border: var(--key-color) solid 1px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .top-banner-slider .swiper-button-prev::before,
  .top-banner-slider .swiper-button-next::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    aspect-ratio: 1;
    background-color: var(--key-color);
    transform: translateX(5px); }
.top-banner-slider .swiper-button-prev::before {
  transform: rotate(180deg) translateX(5px); }

/*ボタンスタイル*/
.btn-arrow_left {
  background-color: var(--btn-backcolor);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  line-height: 100%; }
  .btn-arrow_left span {
    width: 30px;
    height: 8px;
    border-right: 1px solid var(--key-color);
    border-bottom: 1px solid var(--key-color);
    transform: skew(45deg); }
  .btn-arrow_left.btn-radius10 {
    border-radius: 10px; }

/*moreボタン*/
.link_more {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  /*12-16*/
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  /*padding: 0 20px;*/
  margin: 20px 0;
  position: relative; }
  .link_more a {
    display: inline-block;
    text-decoration: none;
    line-height: 1; }
  .link_more *, .link_more ::before, .link_more ::after {
    box-sizing: border-box; }
  .link_more .more {
    background: #fff;
    color: var(--key-color);
    padding: 1em 5em;
    transition: all 0.2s ease-in;
    position: relative;
    border-radius: 10px;
    border: 2px solid var(--key-color); }
  .link_more .more::before,
  .link_more .more::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in; }
  .link_more .more::before {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-40%) rotate(45deg);
    border-top: 1px solid var(--key-color); }
  .link_more .more::after {
    width: 24px;
    height: 1px;
    right: 18px;
    top: 53%;
    transform: translateY(-40%);
    background: var(--key-color); }
  .link_more .more:hover::before {
    right: 12px; }
  .link_more .more:hover::after {
    right: 10px;
    width: 32px; }

/*moreボタンおわり*/
/*wordpress使用時のみコメントアウト*/
