@charset "UTF-8";
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  margin: 0;
  padding: 80px 0 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  line-height: 1.7;
  color: #000;
}

#wrapper {
  margin: 0;
  padding: 0;
  /*min-width: 1200px;*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    margin: 0;
    padding: 75px 0 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.7;
    color: #333;
  }
  #wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}
* html body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

/* SP版非表示設定 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text18 {
  font-size: 18px;
}

.text20 {
  font-size: 20px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text34 {
  font-size: 34px;
}

.text36 {
  font-size: 36px;
}

.text38 {
  font-size: 38px;
}

.text40 {
  font-size: 40px;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.cboth {
  clear: both;
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

header {
  margin: 0;
  padding: 15px 10px 5px;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  z-index: 9;
  background: #fff;
  height: 75px;
}

@media screen and (max-width: 1000px) {
  header {
    margin: 0;
    padding: 5px 10px 5px;
    width: 100%;
    text-align: center;
    position: fixed;
    box-sizing: border-box;
    z-index: 9;
    background: #fff;
    height: 65px;
  }
}

.header-search-area {
  margin: 2px 0 0;
  padding: 0;
  float: left;
}

h1.logo {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100px;
}
h1.logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .header-search-area {
    margin: 7px 0 0;
    padding: 0;
    float: left;
  }

  h1.logo {
    margin: 5px auto 0;
    padding: 0;
    text-align: center;
    width: 100px;
  }
}

.h-language {
  margin: 0;
  padding: 0;
  width: 120px;
  position: absolute;
  top: 15px;
  right: 140px;
}
.h-language img {
  width: 100%;
  height: auto;
}

.h-time {
  margin: 0;
  padding: 0;
  width: 30px;
  position: absolute;
  right: 75px;
  top: 22px;
}
.h-time img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 15px 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
  }
  h1.logo {
    margin: 0 auto;
    width: 110px;
  }
  h1.logo img {
    width: 100%;
    height: auto;
  }
  .h-language {
    margin: 0;
    padding: 0;
    width: 25%;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .h-language img {
    width: 100%;
    height: auto;
  }
  .h-time {
    margin: 0;
    padding: 0;
    width: 30px;
    position: absolute;
    right: 65px;
  }
  .h-time img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
h1.logo {
    margin: 0 auto;
    width: 25%;
  }
  h1.logo img {
    width: 100%;
    height: auto;
  }
}

/* ナビゲーションメニュー */
.box-lmenu {
  background-color: #fff;
  /* メニューの背景色 */
  color: #121c52 !important;
  /* メニューテキストの色 */
  border: 1px solid #121c52;
  font-size: 12px;
}

.lmenu-list {
  display: flex;
  justify-content: center;
  /* メニューアイテムを中央揃えに */
}

.lmenu-item {
  background-color: #fff;
  /* メニューアイテムの背景色 */
  border-left: 1px solid #121c52;
  /* メニューアイテムの左ボーダー */
  position: relative;
  transition: background-color 0.3s;
  /* 背景色の変化をアニメーション化 */
}

.lmenu-item::after {
  content: "";
  border: 0;
  border-top: solid 1px #121c52;
  border-right: solid 1px #121c52;
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
}

.lmenu-item:last-child {
  border-right: 1px solid #121c52;
  /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.lmenu-item:hover .drop-menu-list {
  transform: scaleY(1);
  /* ドロップダウンメニューの表示 */
}

.lmenu-item:hover {
  background-color: #fff;
  /* メニューアイテムのホバー時の背景色 */
  transition: background-color 0.3s;
  /* 背景色の変化をアニメーション化 */
}

.drop-menu-item:hover {
  background: #7bc1f3;
  color: #fff !important;
  /* ドロップダウンメニューアイテムのホバー時の不透明度 */
  transition: opacity 0.3s;
  /* 不透明度の変化をアニメーション化 */
}

.lmenu-item a {
  align-items: center;
  color: #121c52;
  /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  /* リンクの下線を非表示 */
  width: 120px;
}

.lmenu-item a:hover {
  color: #121c52;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  left: -1px;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  /* ドロップダウンメニューの非表示 */
  transform-origin: center top;
  /* 変形を適応する基準を設定 */
  transition: transform 0.3s;
  /* 表示の変化をアニメーション化 */
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  margin: 1px 0 0;
}

.drop-menu-item {
  background-color: #fff;
  /* ドロップダウンメニューの背景色 */
  transition: opacity 0.3s;
  /* 不透明度の変化をアニメーション化 */
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.search-input {
  width: 80%;
  height: 35px !important;
  border: 1px solid #018abe;
  background: #fff;
  border-radius: 6px;
  padding-left: 40px;
  font-size: 13px;
  margin: 80px 0 0;
  background: url(../images/icon-search.svg) no-repeat;
  background-position: 7px 5px;
}

::-moz-placeholder {
  color: rgba(18, 28, 82, 0.3294117647);
}

::placeholder {
  color: rgba(18, 28, 82, 0.3294117647);
}

@media screen and (max-width: 768px) {
  .menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 110px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
  }
  .menu > li {
    float: left;
    width: 110px;
    /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 45px;
    background: #fff;
  }
  .menu > li a {
    display: block;
    color: #121c52;
  }
  .menu > li a:hover {
    color: #121c52;
  }
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-top: 1px solid #121c52;
  }
  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
  }
  .menu > li:hover {
    background: #fff;
    transition: all 0.5s;
  }
  .menu__second-level li {
    border-top: 0px solid #111;
    border-bottom: 1px solid #121c52;
  }
  .menu__second-level li a:hover {
    background: #018abe;
  }
  /* 下矢印 */
  .init-bottom:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 0 2px 20px;
    border-right: 1px solid #121c52;
    border-bottom: 1px solid #121c52;
    transform: rotate(45deg);
  }
  /* floatクリア */
  .menu:before,
  .menu:after {
    content: " ";
    display: table;
  }
  .menu:after {
    clear: both;
  }
  .menu {
    *zoom: 1;
  }
  .menu > li.menu__single {
    position: relative;
    z-index: 99;
  }
  li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease;
    border-right: 1px solid #121c52;
    border-left: 1px solid #121c52;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  .search-input {
    width: 75%;
    height: 35px !important;
    border: 1px solid #018abe;
    background: #fff;
    border-radius: 6px;
    padding-left: 30px;
    font-size: 13px;
    margin: 20px 0 0 -10px;
    background: url(../images/icon-search.svg) no-repeat;
    background-position: 7px 5px;
  }
  ::-moz-placeholder {
    color: rgba(18, 28, 82, 0.3294117647);
  }
  ::placeholder {
    color: rgba(18, 28, 82, 0.3294117647);
  }
  .spmenu-base {
    margin: 30px auto 0;
    padding: 0 0 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .spmenu-base li {
    margin: 0 auto;
    padding: 12px 0 10px;
    border-bottom: 1px solid #7bc1f3;
    background: url(../images/icon-spmenu-arrow.svg) no-repeat;
    background-position: right 15px;
    text-align: left;
    font-size: 12px;
    width: 80%;
    position: relative;
  }
  .spmenu-base li.searcharea {
    margin: 0 auto;
    padding: 0 0 20px;
    border-bottom: none;
    background: none;
    width: 90%;
  }

  .spmenu-base li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .spmenu-base a {
    color: #121c52 !important;
  }
  .spmenu-base li.spmenu-close {
    margin: 30px 0 0;
    padding: 10px 0;
    background: #018abe !important;
    color: #fff;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    text-align: center;
  }

  .spmenu-close:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -4px 10px 0 0;
    background: url("../images/icon-spmenu-close.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
.openbtn {
  position: fixed; /* 設置する位置を固定します */
  top: 12px; /* 上から10pxの位置 */
  right: 15px; /* 右から10pxの位置 */
  z-index: 9999; /* 一番手前に表示 */
  cursor: pointer; /* カーソルが上に来たらポインターに変身 */
  width: 50px; /* 横幅５０px */
  height: 50px; /* 縦幅５０px */
  background-color: none; /* 四角の色 */
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s; /* 変化速度 */
  position: absolute; /* 四角い箱に対して線の位置を調整するためのおまじない */
  left: 14px; /* 四角の箱の左から１４pxの位置 */
  width: 60%; /* 線の幅 */
  height: 2px; /* 線の太さ */
  border-radius: 2px; /* 線の角を少し丸く */
  background-color: #121c52; /* 線の色 */
}

.openbtn span:nth-of-type(1) {
  top: 15px; /* １本目の線の四角い箱の上からの位置 */
}

.openbtn span:nth-of-type(2) {
  top: 23px; /* ２本目の線の四角い箱の上からの位置 */
}

.openbtn span:nth-of-type(3) {
  top: 31px; /* ３本目の線の四角い箱の上からの位置 */
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg); /* １本目の線の角度と上からの位置の変更 */
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /* ２本目の線を見えなくする */
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg); /* １本目の線の角度と上からの位置の変更 */
  width: 60%;
}

nav ul {
  text-align: center;
  width: 100%;
}

/*nav ul li a {
  color: #333;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 16px;
}*/
/*#gnav ul {
  position: absolute;
  z-index: 999;
  top: 20%; /* メニューが増えて画面からはみ出したらここを調整してみよう！ */
/*left: 50%;
  transform: translate(-50%, -20%);
}*/
/* クラスが付与される前のレイアウト */
#gnav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%; /* 画面の右側に隠すためのコード */
  width: 300px;
  height: 100vh;
  background: url(../images/bg-page-bottom.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
  transition: all 0.6s;
  border-left: 1px solid #8d94b8;
}

/* クラスが付与された後のレイアウト */
#gnav.list_active #gnav_list {
  position: relative;
  z-index: 999;
  width: 300px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#gnav.list_active {
  right: 0;
}

.pcmenu-base {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 85%;
  /*position: absolute;*/
  z-index: 999 !important;
  /*top: 20%; /* メニューが増えて画面からはみ出したらここを調整してみよう！ */
  /*left: 50%;
  transform: translate(-50%, -20%);*/
}
.pcmenu-base li {
  margin: 15px 0 15px;
  padding: 15px 0 20px;
  border-bottom: 1px solid #7bc1f3;
  background: url(../images/icon-spmenu-arrow.svg) no-repeat;
  background-position: right 7px;
  text-align: left;
  font-size: 15px;
  position: relative;
}
.pcmenu-base li a {
  color: #121c52;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pcmenu-base li a:hover {
  color: #018abe;
}

.pcmenu-base li.pcmenu-search {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: none;
  background: none;
  text-align: left;
  font-size: 15px;
  position: relative;
}

.searchform {
  margin: 80px auto 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.header-searchform {
  margin: 0px auto 0;
  padding: 0;
  width: 200px;
  position: relative;
}

.searchform__icon {
  color: #fff;
}

.fa-search {
  color: #018abe;
  font-size: 16px;
}

.searchform__field {
  height: 48px;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.header_searchform__field {
  height: 40px;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 8px;
  width: 95%;
  box-sizing: border-box;
}

.searchform__btn {
  width: 48px;
  height: 48px;
  background-color: #edfaff;
  border: none;
  border-radius: 0px 8px 8px 0;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.header_searchform__btn {
  width: 48px;
  height: 40px;
  background-color: #edfaff;
  border: none;
  border-radius: 0px 8px 8px 0;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .searchform {
    margin: 70px auto 0;
    padding: 0;
    width: 95%;
    position: relative;
  }
  .searchform__field {
    height: 38px;
    padding: 0.5em;
    border: 1px solid #ddd;
    font-size: 15px;
    border-radius: 8px;
    width: 95%;
    box-sizing: border-box;
  }
  .searchform__btn {
    width: 38px;
    height: 38px;
    background-color: #edfaff;
    border: none;
    border-radius: 0px 8px 8px 0;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
footer {
  margin: 0;
  padding: 0 0 15px;
  background: #018abe;
  color: #fff;
  width: 100%;
}
footer .footer-base {
  margin: 0 auto;
  padding: 30px 10px 0;
  width: 1200px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}
footer .footer-base .f-contents-left {
  margin: 0;
  padding: 0;
  width: 22%;
  text-align: left;
  font-size: 13px;
}
footer .footer-base .f-contents-left .f-logo {
  margin: 0;
  padding: 0;
  width: 200px;
}
footer .footer-base .f-contents-left .f-logo img {
  width: 100%;
  height: auto;
}
footer .footer-base .f-contents-center {
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: left;
  font-size: 13px;
}
footer .footer-base .f-contents-right {
  margin: 0;
  padding: 0;
  width: 28%;
  text-align: left;
  font-size: 13px;
}
footer .f-sns-base {
  margin: 15px auto 0;
  padding: 0 10px;
  max-width: 1200px;
  text-align: left;
  box-sizing: border-box;
}
footer .f-sns-base img {
  width: 35px;
  height: 35px;
}
footer .f-bottom {
  margin: 0 auto;
  padding: 20px 10px 0;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  box-sizing: border-box;
  font-size: 12px;
  flex-wrap: wrap;
}
footer .f-bottom .f-menu {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
footer .f-bottom .f-menu li {
  margin: 0 20px 0 0;
  padding: 0 0 0 8px;
  text-align: left;
  background: url(../images/icon-list-arrow.svg) no-repeat;
  background-position: 0 7px;
}
footer .f-bottom .f-menu li a {
  color: #fff;
}
footer .f-bottom .f-menu li a:hover {
  opacity: 0.8;
}
footer .f-copyright {
  margin: 5px auto 0;
  padding: 0 10px;
  text-align: right;
  font-size: 12px;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  footer {
    margin: 0;
    padding: 30px 30px 90px;
    background: #018abe;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 10px;
    box-sizing: border-box;
  }
  footer .f-logo {
    width: 40%;
  }
  footer .f-logo img {
    width: 100%;
    height: auto;
  }
  footer .f-menu {
    margin: 15px 0 0;
    padding: 0;
  }
  footer .f-menu li {
    margin: 10px 0;
    padding: 0 0 0 10px;
    text-align: left;
    background: url(../images/icon-list-arrow.svg) no-repeat;
    background-position: 0 5px;
  }
  footer .f-menu li a {
    color: #fff;
  }
  footer .f-menu li a:hover {
    opacity: 0.8;
  }
  footer .f-sns-base {
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
  }
  footer .f-sns-base img {
    width: 35px;
    height: 35px;
  }
  #sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 0;
    opacity: 1;
    z-index: 99;
    margin: 0 auto;
  }
  .f-menu-bottom {
    margin: 30px auto 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #018abe;
  }
  .f-menu-bottom li {
    margin: 0;
    padding: 0;
    width: 13%;
  }
  .f-menu-bottom li img {
    width: 100%;
    height: auto;
  }
}
/*slick 一瞬縦並びになるのをCSSで解決*/
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.page-text {
  color: #121c52;
}

.infopage-text {
  color: #121c52;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .infopage-text {
    color: #121c52;
    font-size: 14px;
  }
}
a.link {
  text-decoration: underline;
  color: #121c52;
}

a.link:hover {
  text-decoration: none;
}

.slide-base {
  width: 100%;
  overflow: hidden;
}

.slider {
  width: 100%;
  max-width: 1300px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .slider {
    width: 100%;
    max-width: 1300px;
    padding: 0;
    margin: 20px 0 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.slider div {
  margin: 0 10px;
}

.slider div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider .slick-list {
  overflow: visible;
}

/*.slider {
  width: 100%;
  div {
    width: 1200px;
    img {
      width: 100%;
      height: auto;
      margin: auto;
      object-fit: cover;
    }
  }
}*/
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
    max-width: 1300px;
    padding: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .slider div {
    width: 100%;
    margin: 0;
  }
  .slider div img {
    width: 100%;
    height: auto;
  }
}
.top-page-base {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(../images/bg-top-pc.png) no-repeat;
  background-size: cover;
  background-position: 0 top;
}

.top-page-base-insta {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #018abe;
}

.page-base {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(../images/bg-page.png), url(../images/bg-page-bottom.png);
  background-size: 80% auto, 85% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}

.page-base-shopguide {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(../images/bg-page.png);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 768px) {
  .top-page-base {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/bg-top-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: 0 top;
  }
  .page-base {
    margin: 0;
    padding: 0 0 50px;
    width: 100%;
    background: url(../images/bg-page-sp.png),
      url(../images/bg-page-bottom-sp.png);
    background-size: 150% auto, 160% auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
  }
  .page-base-shopguide {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/bg-page-sp.png);
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
}

.top-menu-base {
  margin: 0;
  padding: 50px 0 0;
  width: 100%;
  background: #ecfaff;
}

@media screen and (max-width: 768px) {
  .top-menu-base {
    margin: 0;
    padding: 40px 0 0;
    width: 100%;
    background: #ecfaff;
  }
}
.page-main {
  margin: 0 auto;
  padding: 50px 10px;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-main-02 {
  margin: 0 auto;
  padding: 30px 10px;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-main-03 {
  margin: 0 auto;
  padding: 50px 10px;
  max-width: 1200px;
  min-height: 500px;
  box-sizing: border-box;
}

.page-main-bottom {
  margin: 0 auto;
  padding: 0 10px 50px;
  max-width: 1200px;
  box-sizing: border-box;
}

.top-page-shopnews-base {
  margin: 0 auto;
  padding: 50px 10px;
  max-width: 1200px;
  box-sizing: border-box;
}

.top-base-area {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin: 0 auto;
    padding: 40px 0;
    width: 94%;
  }
  .page-main-bottom {
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 94%;
  }
  .page-main-02 {
    margin: 0 auto;
    padding: 15px 0;
    width: 94%;
  }
  .page-main-03 {
    margin: 0 auto;
    padding: 15px 0;
    width: 94%;
    min-height: 300px;
  }
  .top-base-area {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 94%;
  }
  .top-page-shopnews-base {
    margin: 0 auto;
    padding: 40px 0 5px;
    width: 94%;
  }
}
.top-menuicon-base {
  margin: 0 auto;
  padding: 50px 0 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 1200px;
  box-sizing: border-box;
}
.top-menuicon-base li {
  margin: 0 0 20px;
  padding: 5px 0 0;
  width: 16.66%;
  text-align: center;
  box-sizing: border-box;
}
.top-menuicon-base li img {
  width: 60%;
  height: auto;
}
.top-menuicon-base li:nth-of-type(1),
.top-menuicon-base li:nth-of-type(2),
.top-menuicon-base li:nth-of-type(3),
.top-menuicon-base li:nth-of-type(4),
.top-menuicon-base li:nth-of-type(5) {
  border-right: 1px solid #018abe;
}

@media screen and (max-width: 768px) {
  .top-menuicon-base {
    margin: 0 auto;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
  }
  .top-menuicon-base li {
    margin: 0 0 20px;
    padding: 5px 0 0;
    width: 33%;
    text-align: center;
  }
  .top-menuicon-base li img {
    width: 70%;
    height: auto;
  }
  .top-menuicon-base li:nth-of-type(1),
  .top-menuicon-base li:nth-of-type(2),
  .top-menuicon-base li:nth-of-type(4),
  .top-menuicon-base li:nth-of-type(5) {
    border-right: 1px solid #018abe;
  }
  .top-menuicon-base li:nth-of-type(3) {
    border-right: 0px solid #018abe;
  }
}
.top-banner-base {
  margin: 0 auto 60px;
  padding: 0 10px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.top-banner-base li {
  width: 48%;
  margin: 0;
}
.top-banner-base li img {
  width: 100%;
  height: auto;
}

.top-banner-base-02 {
  margin: 50px auto 0;
  padding: 0 10px;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.top-banner-base-02 li {
  width: 48%;
  margin: 10px 0;
}
.top-banner-base-02 li img {
  width: 100%;
  height: auto;
}

.recruit-bannerbase {
  margin: 50px auto 0;
  padding: 0;
  width: 400px;
}
.recruit-bannerbase img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-banner-base {
    margin: 0 auto 30px;
    padding: 0;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .top-banner-base-02 {
    margin: 15px auto 30px;
    padding: 0;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .top-banner-base li,
  .top-banner-base-02 li {
    width: 100%;
    margin: 10px 0 0;
  }
  .top-banner-base li img,
  .top-banner-base-02 li img {
    width: 100%;
    height: auto;
  }
  .recruit-bannerbase {
    margin: 50px auto 0;
    padding: 0;
    width: 100%;
  }
  .recruit-bannerbase img {
    width: 100%;
    height: auto;
  }
}
h2.heading {
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 400;
  color: #121c52;
  text-align: center;
  line-height: 1;
  position: relative;
}
h2.heading:before {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 35px);
  width: 70px;
  height: 5px;
  content: "";
  border-radius: 0px;
  background: #018abe;
}

.heading-sub {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  margin: 35px 0 0;
  padding: 0;
  font-size: 18px;
  color: #121c52;
  text-align: center;
}

h2.heading-wh {
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
}
h2.heading-wh:before {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 35px);
  width: 70px;
  height: 5px;
  content: "";
  border-radius: 0px;
  background: #fff;
}

.heading-sub-wh {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  margin: 40px 0 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h2.heading {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 400;
    color: #121c52;
    text-align: center;
    line-height: 1;
  }
  .heading-sub {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    margin: 40px 0 10px;
    padding: 0;
    font-size: 14px;
    color: #121c52;
    text-align: center;
  }
  h2.heading-wh {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .heading-sub-wh {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    margin: 40px 0 10px;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
}
/**************************
 タブ切り替え
***************************/
.tab_wrap {
  width: 100%;
  margin: 40px auto;
}

.tab_wrap input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 3px;
}

.tab_area label:nth-of-type(1) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #121c52;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.tab_area label:nth-of-type(2) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.tab_area label:nth-of-type(3) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 820px) {
  .tab_area label:nth-of-type(1),
  .tab_area label:nth-of-type(2),
  .tab_area label:nth-of-type(3) {
    width: 30%;
  }
}

.tab_area label:hover {
  opacity: 1;
}

.panel_area {
  background: #fff;
  border: 1px solid #018abe;
  margin: -1px 10px 0;
  border-radius: 10px;
  position: relative;
}

.tab_panel {
  width: 100%;
  padding: 40px 40px 20px;
  display: none;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .tab_panel {
    width: 100%;
    padding: 15px;
    display: none;
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
  }
}
#tab1:checked ~ .tab_area .tab1_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
}

#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab_wrap {
    width: 94%;
    margin: 20px auto 0;
  }
  .tab_area label:nth-of-type(1),
  .tab_area label:nth-of-type(2),
  .tab_area label:nth-of-type(3) {
    width: 32%;
    font-size: 11px;
    margin: 0 1px;
    padding: 8px 0;
  }
  .panel_area {
    background: #fff;
    border: 1px solid #018abe;
    margin: -1px 0 0;
    border-radius: 10px;
  }
}
.tab-news {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.tab-news li {
  margin: 0 0 30px;
  width: 47%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 1 !important;
}
.tab-news li .t-img-01 {
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 30%;
  border-radius: 8px;
}
.tab-news li .t-img-01 .bottom {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.tab-news li .t-img-01 .bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tab-news li .t-img-01 .top {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  margin: auto 0;
}
.tab-news li .t-img-01 .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tab-news li .t-text-base {
  margin: 0;
  padding: 0;
  width: 65%;
}
.tab-news li .t-text-base .t-date {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  color: rgba(18, 28, 82, 0.4);
  display: inline-block;
  min-width: 70px;
  vertical-align: bottom;
}
.tab-news li .t-text-base .t-new {
  margin: 0 10px 0 0;
  padding: 3px;
  font-size: 13px;
  color: #fff;
  background: #ff3b3e;
  border: 0px solid #ff3b3e;
  display: inline-block;
  width: 60px;
  text-align: center;
  vertical-align: bottom;
}
.tab-news li .t-text-base .t-cate {
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #121c52;
  background: #fff;
  border: 1px solid #121c52;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  vertical-align: bottom;
}
.tab-news li .t-text-base .t-text {
  margin: 20px 0 0;
  padding: 0;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  color: #121c52;
}

.tab-news li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.tab-news li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .tab-news {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .tab-news li {
    margin: 0 0 30px;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .tab-news li .t-img-01 {
    margin: 0;
    padding: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    width: 32%;
    border-radius: 8px;
  }
  .tab-news li .t-img-01 .bottom {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  .tab-news li .t-img-01 .bottom img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab-news li .t-img-01 .top {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    margin: auto 0;
  }
  .tab-news li .t-img-01 .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tab-news li .t-text-base {
    margin: 0;
    padding: 0;
    width: 65%;
  }
  .tab-news li .t-text-base .t-date {
    margin: 0 5px -1px 0;
    padding: 0;
    font-size: 12px;
    color: rgba(18, 28, 82, 0.4);
    display: inline-block;
    min-width: 65px;
    vertical-align: bottom;
  }
  .tab-news li .t-text-base .t-new {
    margin: 0 5px 0 0;
    padding: 1px 3px;
    font-size: 10px;
    color: #fff;
    background: #ff3b3e;
    border: 0px solid #ff3b3e;
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: bottom;
  }
  .tab-news li .t-text-base .t-cate {
    margin: 0;
    padding: 2px 2px 0px;
    font-size: 9px;
    color: #121c52;
    background: #fff;
    border: 1px solid #121c52;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    vertical-align: bottom;
  }
  .tab-news li .t-text-base .t-text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: left;
    color: #121c52;
  }
}
/*.shop-news-base {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.shop-news-base li {
  margin: 0 15px;
  padding: 0;
  width: 100px !important;
  text-align: left;
  position: relative;
  z-index: 1 !important;
}
.shop-news-base li .sh-img-01 {
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.shop-news-base li .sh-img-01 .bottom {
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.shop-news-base li .sh-img-01 .bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shop-news-base li .sh-img-01 .top {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  margin: auto 0;
}
.shop-news-base li .sh-img-01 .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-news-base li .sh-new {
  margin: 15px 10px 0 0;
  padding: 3px;
  font-size: 13px;
  color: #fff;
  background: #ff3b3e;
  border: 1px solid #ff3b3e;
  display: inline-block;
  width: 60px;
  text-align: center;
  vertical-align: bottom;
}
.shop-news-base li .sh-cate {
  margin: 15px 0 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #121c52;
  background: #fff;
  border: 1px solid #121c52;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  vertical-align: bottom;
}
.shop-news-base li .sh-date {
  margin: 5px 0 0;
  padding: 0;
  font-size: 14px;
  color: rgba(18, 28, 82, 0.4);
  min-width: 70px;
  vertical-align: bottom;
}
.shop-news-base li .text {
  margin: 15px 0 0;
  padding: 0;
  color: #121c52;
  font-size: 15px;
}
.shop-news-base li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.shop-news-base li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .shop-news-base {
    margin: 40px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 96%;
  }
  .shop-news-base li {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .shop-news-base li .sh-img-01 {
    margin: 0;
    padding: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .shop-news-base li .sh-img-01 .bottom {
    opacity: 0.2;
    width: 100%;
    height: 100%;
  }
  .shop-news-base li .sh-img-01 .bottom img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .shop-news-base li .sh-img-01 .top {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    margin: auto 0;
  }
  .shop-news-base li .sh-img-01 .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .shop-news-base li .sh-new {
    margin: 10px 5px 0 0;
    padding: 3px;
    font-size: 10px;
    color: #fff;
    background: #ff3b3e;
    border: 1px solid #ff3b3e;
    display: inline-block;
    width: 40px;
    text-align: center;
    vertical-align: bottom;
  }
  .shop-news-base li .sh-cate {
    margin: 10px 0 0;
    padding: 3px 5px;
    font-size: 10px;
    color: #121c52;
    background: #fff;
    border: 1px solid #121c52;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    vertical-align: bottom;
  }
  .shop-news-base li .sh-date {
    margin: 5px 0 0;
    padding: 0;
    font-size: 12px;
    color: rgba(18, 28, 82, 0.4);
    min-width: 60px;
    vertical-align: bottom;
  }
  .shop-news-base li .text {
    margin: 15px 0 0;
    padding: 0;
    color: #121c52;
    font-size: 12px;
  }
}*/
.more-btn {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .more-btn {
    margin: 0 0 0 auto;
    width: 90px;
  }
  .more-btn img {
    width: 100%;
    height: auto;
  }
}
.insta-info {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.insta-info .icon {
  margin: 0 10px 0 0;
  padding: 0;
  width: 40px;
}
.insta-info .icon img {
  width: 100%;
  height: 100%;
}
.insta-info .insta-id {
  font-size: 20px;
  color: #fff;
  margin: 0 0 12px;
}
.insta-info .insta-id a {
  color: #fff;
}

a.btn-blue {
  padding: 10px 20px 8px;
  margin: 10px 0;
  color: #fff;
  background: #018abe;
  text-decoration: none;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  min-width: 400px;
}

a.btn-blue:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -4px 10px 0 0;
  background: url("../images/icon-parking.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btn-blue:hover {
  background: #12abe8;
}

a.btn-blue-base {
  padding: 10px 20px 8px;
  margin: 10px 0;
  color: #fff;
  background: #018abe;
  text-decoration: none;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  min-width: 400px;
}

a.btn-blue-base:hover {
  background: #12abe8;
}

@media screen and (max-width: 768px) {
  a.btn-blue {
    padding: 10px 0;
    margin: 10px 0;
    font-size: 14px;
    display: block;
    min-width: 100%;
  }
  a.btn-blue-base {
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
    display: block;
    min-width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
  }
  a.btn-blue:before {
    margin: -3px 10px 0 0;
  }
}
.breadcrumbs {
  margin: 20px 0 0;
  padding: 5px 0;
  text-align: left;
  font-size: 14px;
  color: #121c52;
}
.breadcrumbs a {
  color: #121c52;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #121c52;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
h3.heading {
  margin: 30px auto 0;
  padding: 10px 10px 10px 20px;
  background: #eaf9ff;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #121c52;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  h3.heading {
    margin: 30px 0 0;
    padding: 10px 0;
    background: #eaf9ff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    color: #121c52;
    width: 100%;
    box-sizing: border-box;
  }
}
.info-base {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #a0a4ba;
}
.info-base li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #a0a4ba;
  text-align: left;
}

.info-heading {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #121c52;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .info-heading {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #121c52;
    display: inline-block;
    vertical-align: middle;
  }
}
.floor-icon {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.floor-icon img {
  width: 100%;
  height: auto;
}

.floormap {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
.floormap img {
  width: 100%;
  height: auto;
}

.cashless-box {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid #ddd;
}

.cashless-title {
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #121c52;
  border-left: 6px solid #018abe;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .cashless-title {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #121c52;
    border-left: 6px solid #018abe;
    line-height: 1.5;
  }
}
.code-base {
  margin: 30px 0 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .code-base {
    margin: 30px 0 0;
    padding: 0;
    border-bottom: 0px solid #a0a4ba;
    text-align: left;
  }
  .code-base img {
    width: 100%;
    height: auto;
  }
}
.cashless-img {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}
.cashless-img img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
　ページトップへ設定
------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  margin-bottom: 0px;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #sp-page-top {
    position: fixed;
    bottom: 95px;
    right: 15px;
    z-index: 1;
    margin-bottom: -15px;
  }
  #sp-page-top a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
  }
  #sp-page-top a:hover {
    text-decoration: none;
  }
  #sp-page-top img {
    width: 100%;
  }
}
.single-title {
  margin: 30px 0 0;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #121c52;
  text-align: left;
  border-bottom: 1px solid #121c52;
}

.single-heading-box {
  margin: 0;
  padding: 0;
  text-align: left;
}

.single-shopname {
  margin: 0;
  padding: 0;
  color: #218abe;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  height: 20px;
}

.single-date {
  margin: 0 20px;
  padding: 0 0 0 25px;
  font-size: 15px;
  color: #666;
  text-align: left;
  display: inline-block;
  border-left: 1px solid #666;
  height: 16px;
  line-height: 125%;
}

.single-date-02 {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 15px;
  color: #666;
  text-align: left;
  display: inline-block;
  height: 16px;
  line-height: 125%;
}

.single-new {
  margin: 0 20px 0 0;
  padding: 3px 0;
  font-size: 14px;
  color: #fff;
  background: #ff3b3e;
  border: 0px solid #ff3b3e;
  display: inline-block;
  width: 60px;
  text-align: center;
  vertical-align: bottom;
  height: 22px;
  display: inline-block;
}

.single-cate {
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #121c52;
  background: #fff;
  border: 1px solid #121c52;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  vertical-align: bottom;
  height: 20px;
}

.single-image {
  margin: 50px auto 0;
  padding: 0;
  width: 40%;
}
.single-image img {
  width: 100%;
  height: auto;
}

.single-text {
  margin: 30px 0 70px;
  padding: 0 0 70px;
  border-bottom: 1px solid #ddd;
}
.single-text img {
  max-width: 40%;
  height: auto;
}

.sus-single-text {
  margin: 30px 0 70px;
  padding: 0 0 70px;
}
.sus-single-text img {
  max-width: 40%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single-image {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .single-image img {
    width: 100%;
    height: auto;
  }
  .single-title {
    margin: 20px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #121c52;
    text-align: left;
    border-bottom: 1px solid #121c52;
  }
  .single-date,
  .single-date-02 {
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 15px;
    color: #666;
    text-align: left;
    border: none;
    display: inline-block;
    vertical-align: middle;
  }
  .single-new {
    margin: 0;
    padding: 2px 3px 0;
    font-size: 11px;
    color: #fff;
    background: #ff3b3e;
    border: 1px solid #ff3b3e;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.5;
    width: 30px !important;
    height: 17px;
    vertical-align: middle;
  }

  .single-cate {
    margin: 0 0 0 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #121c52;
    background: #fff;
    border: 1px solid #121c52;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    vertical-align: bottom;
    height: 20px;
  }
  .single-text {
    margin: 20px 0;
    padding: 0 0 50px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #121c52;
  }

  .single-shopname {
    margin: 0 0 10px;
    padding: 0;
    color: #218abe;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    display: table;
  }
  .single-text img {
    min-width: 100%;
    height: auto;
  }
  .sus-single-text {
    margin: 20px 0;
    padding: 0 0 50px;
    text-align: left;
    font-size: 14px;
    color: #121c52;
  }
  .sus-single-text img {
    min-width: 100%;
    height: auto;
  }
}
.s-page-index {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.s-page-index .text-left a,
.s-page-index .text-right a {
  color: #121c52;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
}
.s-page-index .text-left a:hover,
.s-page-index .text-right a:hover {
  color: #218abe;
}
.s-page-index a.s-page-index-button {
  padding: 5px 10px;
  margin: 0;
  color: #121c52;
  border: 1px solid #121c52;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  width: 80px;
  transition: 0.5s;
}
.s-page-index a.s-page-index-button:hover {
  background: #121c52;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .s-page-index {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .s-page-index .text-left {
    text-align: left;
    width: 33%;
  }
  .s-page-index .text-left a {
    color: #121c52;
    text-decoration: none;
    transition: 0.5s;
    font-size: 12px;
  }
  .s-page-index .text-left a:hover {
    color: #218abe;
  }
  .s-page-index .text-right {
    text-align: right;
    width: 33%;
  }
  .s-page-index .text-right a {
    color: #121c52;
    text-decoration: none;
    transition: 0.5s;
    font-size: 12px;
  }
  .s-page-index .text-right a:hover {
    color: #218abe;
  }
  .page-index-btnbox {
    margin: 10px auto 0;
    padding: 20px 0 10px;
    /*border-top: 1px solid #ccc;*/
    text-align: center;
  }
  .page-index-btnbox a.s-page-index-button {
    padding: 5px 10px;
    margin: 0;
    color: #121c52;
    border: 1px solid #121c52;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    width: 80px;
    transition: 0.5s;
  }
}
.page-archive {
  margin: 0 auto;
  padding: 0 0 30px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-archive li {
  margin: 15px 0;
  padding: 30px;
  background: #eef8ff;
  border-radius: 12px;
  width: 48%;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.page-archive li .t-img-01 {
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 30%;
}
.page-archive li .t-img-01 .bottom {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.page-archive li .t-img-01 .bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-archive li .t-img-01 .top {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  margin: auto 0;
}
.page-archive li .t-img-01 .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-archive li .t-text-base {
  margin: 0;
  padding: 0;
  width: 65%;
}
.page-archive li .t-text-base .t-date {
  margin: 3px 0 0;
  padding: 0;
  font-size: 14px;
  color: rgba(18, 28, 82, 0.4);
  display: inline-block;
  min-width: 70px;
  vertical-align: top;
}
.page-archive li .t-text-base .t-new {
  margin: 0 10px 0 0;
  padding: 3px;
  font-size: 13px;
  color: #fff;
  background: #ff3b3e;
  border: 0px solid #ff3b3e;
  display: inline-block;
  width: 60px;
  text-align: center;
  vertical-align: bottom;
}
.page-archive li .t-text-base .t-cate {
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #121c52;
  background: #fff;
  border: 1px solid #121c52;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  vertical-align: bottom;
}
.page-archive li .t-text-base .t-text {
  margin: 20px 0 0;
  padding: 0;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  color: #121c52;
}

.page-archive li .t-text-base .t-shop-name {
  margin: 18px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #218bbf;
  text-align: left;
}

.page-archive li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.page-archive li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .page-archive {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-archive li {
    margin: 10px 0;
    padding: 12px;
    width: 48%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
  }
  .page-archive li .t-img-01 {
    margin: 0;
    padding: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .page-archive li .t-img-01 .bottom {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  .page-archive li .t-img-01 .bottom img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page-archive li .t-img-01 .top {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    margin: auto 0;
  }
  .page-archive li .t-img-01 .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-archive li .t-text-base {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page-archive li .t-text-base .t-date {
    margin: 15px 0 0;
    padding: 0;
    font-size: 12px;
    color: rgba(18, 28, 82, 0.4);
    display: inline-block;
    min-width: 65px;
    vertical-align: middle;
    line-height: 1.8;
  }
  .page-archive li .t-text-base .t-new {
    margin: 15px 5px 0 0;
    padding: 1px;
    font-size: 10px;
    color: #fff;
    background: #ff3b3e;
    border: 0px solid #ff3b3e;
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
  }
  .page-archive li .t-text-base .t-cate {
    margin: 0;
    padding: 1px 2px 0px;
    font-size: 9px;
    color: #121c52;
    background: #fff;
    border: 1px solid #121c52;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    vertical-align: bottom;
  }
  .page-archive li .t-text-base .t-text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: left;
    color: #121c52;
  }
  .page-archive li .t-text-base .t-shop-name {
    margin: 10px 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    color: #218bbf;
    text-align: left;
  }
}
/*一覧ページ　ページネーション*/
.wp-pagenavi {
  margin: 0 auto;
  padding: 40px 0;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121c52;
}

.wp-pagenavi a {
  color: #121c52;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.wp-pagenavi span.current {
  border: none;
  background: #0188be6e !important;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: #018abe;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

/*インスタ　画像枠10px*/
#sb_instagram .sbi_photo_wrap {
  border: 5px solid #fff !important;
}

/*ショップページ*/
.shop-title-base {
  margin: 30px auto 0;
  padding: 0 10px;
  width: 1000px;
  display: flex;
  box-sizing: border-box;
}
.shop-title-base .shop-logo {
  margin: 0 30px 0 0;
  padding: 15px;
  border: 1px solid #ddd;
  width: 180px;
  height: 180px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.shop-title-base .shop-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  display: block;
}
.shop-title-base .shop-text {
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 770px;
  box-sizing: border-box;
}
.shop-title-base .shop-text .shop-name {
  margin: 0 0 15px;
  padding: 0;
  color: #121c52;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .shop-title-base {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .shop-title-base .shop-logo {
    margin: 0 auto;
    padding: 15px;
    border: 0px solid #ddd;
    width: 80%;
    height: 180px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .shop-title-base .shop-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    display: block;
  }
  .shop-title-base .shop-text {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
    max-width: 770px;
    box-sizing: border-box;
  }
  .shop-name {
    margin: 30px 0 15px;
    padding: 0;
    color: #121c52;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
}
.shop-image {
  margin: 30px auto 0;
  padding: 0 10px;
  width: 40%;
}
.shop-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .shop-image {
    margin: 30px auto 0;
    padding: 0 10px;
    width: 80%;
  }
  .shop-image img {
    width: 100%;
    height: auto;
  }
}
.shop-data-base {
  margin: 50px auto 30px;
  padding: 0 10px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.shop-data-base .shop-info {
  margin: 0;
  padding: 0;
  width: 48%;
  text-align: left;
}
.shop-data-base .shop-info li {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  color: #121c52;
}
.shop-data-base .shop-info li .shop-item {
  margin: 0 20px 0 0;
  padding: 12px 0 10px;
  border: 1px solid #121c52;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  min-width: 150px;
  line-height: 0.8;
  display: table;
  height: 100%;
  box-sizing: border-box;
}
.shop-data-base .shop-info li:nth-of-type(1) .shop-detail {
  margin: 6px 0 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
  white-space: pre-wrap;
}
.shop-data-base .shop-info li .shop-detail {
  margin: 6px 0 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
  word-break: break-all;
}

.shop-data-base .shop-info li .shop-detail ul li {
  margin: 0 0 10px;
  word-break: break-all;
  line-height: 1.3;
}
.shop-data-base .shop-info li .shop-detail a {
  color: #121c52;
}
.shop-data-base .shop-info li .shop-detail a:hover {
  color: #018abe;
}
.shop-data-base .shop-map {
  margin: 0;
  padding: 0;
  width: 48%;
}
.shop-data-base .shop-map img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .shop-data-base {
    margin: 50px auto 20px;
    padding: 0 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .shop-data-base .shop-info {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .shop-data-base .shop-info li {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    color: #121c52;
  }
  .shop-data-base .shop-info li .shop-item {
    margin: 0 10px 0 0;
    padding: 12px 0 10px;
    border: 1px solid #121c52;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    min-width: 38%;
    line-height: 0.8;
    display: table;
    height: 100%;
    box-sizing: border-box;
  }
  .shop-data-base .shop-info li .shop-detail {
    margin: 6px 0 0;
    padding: 0;
    font-size: 15px;
    text-align: left;
    word-break: break-all;
  }
  .shop-data-base .shop-info li .shop-detail ul li {
    margin: 0 0 10px;
    word-break: break-all;
    line-height: 1.3;
  }
  .shop-data-base .shop-info li .shop-detail a {
    color: #121c52;
  }
  .shop-data-base .shop-map {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .shop-data-base .shop-map img {
    width: 100%;
    height: auto;
  }
}
.shoppage-shopnews-area {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .shoppage-shopnews-area {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 94%;
  }
}
.shop-shopnews-heading {
  margin: 0;
  padding: 20px 0;
  background: #eaf9ff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #121c52;
}

/**************************
 ショップガイド　タブ切り替え
***************************/
.shop_tab_wrap {
  width: 100%;
  margin: 40px auto 0;
  padding: 0;
}

.shop_tab_wrap input[type="radio"] {
  display: none;
}

.shop_tab_area {
  font-size: 0;
  margin: 0;
}

.shop_tab_area label:nth-of-type(1) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.shop_tab_area label:nth-of-type(2) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.shop_tab_area label:nth-of-type(3) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.shop_tab_area label:hover {
  opacity: 1;
}

.shop_panel_area {
  border-top: 1px solid #018abe;
  margin: -1px auto 0;
  /*background-image: linear-gradient(
    180deg,
    #eaf9ff,
    rgba(255, 255, 255, 1) 2%
  );
  background: url(../images/bg-shopguide.png) repeat-x;*/
}

.shop_tab_panel {
  margin: 0 auto;
  width: 100%;
  padding: 40px 10px 20px;
  display: none;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  background: url(../images/bg-page-bottom.png);
  background-size: 85% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.shop_tab_panel_floormap {
  margin: 0 auto;
  width: 100%;
  padding: 40px 10px 20px;
  display: none;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  background: none;
}
.shop_tab_panel_inner {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .shop_tab_panel {
    width: 100%;
    padding: 15px;
    display: none;
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
    background: url(../images/bg-page-bottom-sp.png);
    background-size: 160% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .shop_tab_panel_floormap {
    width: 100%;
    padding: 15px;
    display: none;
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
    background: none;
  }
  .shop_tab_panel_inner {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
  }
}

#shop_tab1:checked ~ .shop_tab_area .tab1_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
}

#shop_tab1:checked ~ .shop_panel_area #panel1 {
  display: block;
}

#shop_tab2:checked ~ .shop_tab_area .tab2_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
}

#shop_tab2:checked ~ .shop_panel_area #panel2 {
  display: block;
}

#shop_tab3:checked ~ .shop_tab_area .tab3_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
}

#shop_tab3:checked ~ .shop_panel_area #panel3 {
  display: block;
}

@media screen and (max-width: 768px) {
  .shop_tab_wrap {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
  }
  .shop_tab_area label:nth-of-type(1),
  .shop_tab_area label:nth-of-type(2),
  .shop_tab_area label:nth-of-type(3) {
    width: 31%;
    font-size: 12px;
    margin: 0 3px;
    padding: 8px 0;
  }
  .shop_tab_area label:nth-of-type(1),
  .shop_tab_area label:nth-of-type(2),
  .shop_tab_area label:nth-of-type(3) {
    width: 31%;
    font-size: 12px;
    margin: 0 3px;
    padding: 8px 0;
  }

  .shop_panel_area {
    /*background-image: linear-gradient(
      180deg,
      rgba(234, 249, 255, 1),
      rgba(255, 255, 255, 1) 2%
    );
    background: url(../images/bg-shopguide-sp.png) repeat-x;*/
    border-top: 1px solid #018abe;
    border-right: 0px solid #018abe;
    border-bottom: 0px solid #018abe;
    border-left: 0px solid #018abe;
    margin: -1px 0 0;
    border-radius: 0;
  }
}
.category-button-base {
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  flex-wrap: wrap;
}
.category-button-base li {
  margin: 10px 0;
  padding: 0;
  width: 15%;
}
.category-button-base li a.cate-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 10px 0;
  font-size: 12px;
  color: #121c52;
  transition: 0.5s;
  background: #fff;
  min-height: 50px;
  border: 1px solid #d8ebf4;
}
.category-button-base li a.cate-btn:hover {
  color: #121c52;
  background: #eaf8ff;
}
.category-button-base li.kana {
  margin: 10px 0;
  padding: 0;
  width: 7%;
}
.category-button-base li.kana a.kana-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 5px 0;
  font-size: 12px;
  color: #121c52;
  transition: 0.5s;
  background: #fff;
  min-height: 50px;
  border: 1px solid #d8ebf4;
}
.category-button-base li.kana a.kana-btn:hover {
  color: #121c52;
  background: #eaf8ff;
}

@media screen and (max-width: 768px) {
  .category-button-base {
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
  }
  .category-button-base li {
    margin: 10px 0;
    padding: 0;
    width: 31%;
  }
  .category-button-base li a.cate-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    font-size: 11px;
    color: #121c52;
    transition: 0.5s;
    background: #fff;
    min-height: 50px;
    letter-spacing: -1px;
  }
  .category-button-base li a.cate-btn:hover {
    color: #121c52;
    background: #eaf8ff;
  }
  .category-button-base li.kana {
    margin: 10px 0;
    padding: 0;
    width: 18%;
  }
  .category-button-base li.kana a.kana-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 5px 0;
    font-size: 12px;
    color: #121c52;
    transition: 0.5s;
    background: #b4eaff;
    min-height: 50px;
  }
  .category-button-base li.kana a.kana-btn:hover {
    color: #121c52;
    background: #eaf8ff;
  }
}
.category-shop-base {
  margin: 70px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.category-shop-base li {
  margin: 0 0 50px;
  padding: 0;
  width: 21%;
  height: auto;
  position: relative;
  z-index: 1;
}
.category-shop-base li .cate-img {
  margin: 0;
  padding: 20px;
  height: 23vmin;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-shop-base li .cate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.category-shop-base li .shop-name {
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  color: #121c52;
}
.category-shop-base li .shop-cate {
  margin: 2px 0 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  color: #121c52;
}
.category-shop-base li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.category-shop-base li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.category-shop-base:after {
  content: "";
  display: block;
  width: 21%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.category-shop-base:before {
  content: "";
  display: block;
  width: 21%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}

@media screen and (max-width: 768px) {
  .category-shop-base {
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .category-shop-base li {
    margin: 0 0 30px;
    padding: 0;
    width: 45%;
    height: auto;
  }
  .category-shop-base li .cate-img {
    margin: 0;
    padding: 20px;
    height: 40vmin;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-shop-base li .cate-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .category-shop-base li .shop-name {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #121c52;
  }
  .category-shop-base li .shop-cate {
    margin: 2px 0 0;
    padding: 0;
    text-align: left;
    font-size: 11px;
    color: #121c52;
  }
}
.accordion-kana {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 7px;
  border: 1px solid #018abe;
  border-radius: 10px;
  background: #fff;
}

.accordion-kana summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px 10px 15px;
  text-align: center;
  background-image: url("../images/icon-kana.svg");
  background-position: right 8px center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #121c52;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.accordion-kana summary::-webkit-details-marker {
  display: none;
}

.accordion-kana summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin: 2px 0 0;
  transition: transform 0.3s;
}

.accordion-kana[open] summary::after {
  transform: rotate(225deg);
}

.accordion-kana p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-kana[open] p {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .kana-button-base {
    margin: 20px auto 10px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 90%;
    flex-wrap: wrap;
  }
  .kana-button-base li.kana {
    margin: 0 0 10px;
    padding: 0;
    width: 17%;
  }
  .kana-button-base li.kana a.kana-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 5px 0;
    font-size: 12px;
    color: #121c52;
    transition: 0.5s;
    background: #fff;
    min-height: 40px;
    border: 1px solid #d8ebf4;
  }
  .kana-button-base li.kana a.kana-btn:hover {
    color: #121c52;
    background: #eaf9ff;
  }
  .shopguide-floorimg {
    margin: 20px 0 0;
    padding: 0;
  }
  .shopguide-floorimg img {
    width: 100%;
    height: auto;
  }
}

.search-base {
  margin: 0 auto;
  padding: 20px 20px 20px 10px;
  background: #eaf9ff;
  max-width: 1000px;
  box-sizing: border-box;
}

.search-base .searchandfilter ul li ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.search-base .searchandfilter ul li ul li.cat-item {
  margin: 5px 0 0;
}

@media screen and (max-width: 768px) {
  .search-base .searchandfilter ul li ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}

.searchandfilter label {
  margin: 0 5px;
  padding: 0 5px;
  display: block;
  color: #1d1d1d;
  font-size: 16px;
  position: relative;
  line-height: 30px;
}

.searchandfilter input[type="radio"] {
  accent-color: #018abe;
}

.searchandfilter input[type="submit"] {
  border: 1px solid #018abe;
  color: #018abe;
  background: #ffffff;
  transition-duration: 0.5s;
  font-weight: 400;
  border-radius: 8px;
  letter-spacing: 0.2rem;
  padding: 5px 20px;
  cursor: pointer;
}

.searchandfilter input[type="submit"]:hover {
  background: #018abe;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .search-base .searchandfilter ul li ul li.cat-item {
    margin: 5px 0;
    text-align: left;
    width: 80%;
  }
  .search-base .searchandfilter ul li ul li {
    margin: 5px auto;
    text-align: center;
    width: 80%;
  }
  .searchandfilter label {
    margin: 0 5px;
    padding: 0 5px;
    display: block;
    color: #1d1d1d;
    font-size: 16px;
    position: relative;
    line-height: 30px;
  }
  .searchandfilter input[type="submit"] {
    margin: 2rem 0;
  }
}
/*施設案内　インデックス*/
.info-index {
  margin: 10px auto 50px;
  padding: 0;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.info-index li {
  margin: 0;
  padding: 0 0 5px;
  width: 23%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #121c52;
  transition: 0.5s;
}
.info-index li::after {
  position: absolute;
  right: 3px;
  width: 6px;
  height: 6px;
  top: 5px;
  margin: auto;
  content: "";
  border-top: 2px solid #121c52;
  border-right: 2px solid #121c52;
  transform: rotate(135deg);
}
.info-index li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.info-index li:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1060px) {
  .info-index {
    margin: 10px auto 20px;
    padding: 0 10px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  /*.info-index:after {
    content: "";
    display: block;
    width: 23%; /* .boxに指定したwidthと同じ幅を指定する */
  /*height: 0;
  }*/
  .info-index li {
    margin: 0 0 30px;
    padding: 0 0 5px;
    width: 23%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #121c52;
    transition: 0.5s;
  }
  .info-index li::after {
    position: absolute;
    right: 3px;
    width: 6px;
    height: 6px;
    top: 5px;
    margin: auto;
    content: "";
    border-top: 2px solid #121c52;
    border-right: 2px solid #121c52;
    transform: rotate(135deg);
  }
  .info-index li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .info-index li:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .info-index {
    margin: 10px auto 0;
    padding: 0;
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info-index li {
    margin: 0 0 30px;
    padding: 0 0 10px;
    width: 48%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #121c52;
    transition: 0.5s;
  }
  .info-index li::after {
    position: absolute;
    right: 3px;
    width: 4px;
    height: 4px;
    top: 5px;
    margin: auto;
    content: "";
    border-top: 1px solid #121c52;
    border-right: 1px solid #121c52;
    transform: rotate(135deg);
  }
  .info-index li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .info-index li:hover {
    opacity: 0.6;
  }
}
#info01,
#info02,
#info03,
#info04,
#info05 {
  margin-top: -50px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #info01,
  #info02,
  #info03,
  #info04,
  #info05 {
    margin-top: -40px;
    padding-top: 40px;
  }
}
.open-base {
  margin: 10px 0 0;
  padding: 0;
  background: #f1f1f1;
  width: 320px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.open-base .shop-title {
  margin: 0;
  padding: 10px;
  background: #121c52;
  color: #fff;
  width: 40%;
}
.open-base .shop-title .icon-shop {
  margin: 0;
  padding: 8px 0 0 30px;
  background: url(../images/icon-open-shop.svg) no-repeat;
  background-position: 0 12px;
}
.open-base .shop-title .icon-restaurant {
  margin: 0;
  padding: 8px 0 0 30px;
  background: url(../images/icon-open-restaurant.svg) no-repeat;
  background-position: 0 12px;
}

@media screen and (max-width: 768px) {
  .open-base .shop-title .icon-shop {
    margin: 0;
    padding: 8px 0 0 30px;
    background: url(../images/icon-open-shop.svg) no-repeat;
    background-position: 0 12px;
    font-size: 16px;
  }
  .open-base .shop-title .icon-restaurant {
    margin: 0;
    padding: 8px 0 0 30px;
    background: url(../images/icon-open-restaurant.svg) no-repeat;
    background-position: 0 12px;
    font-size: 16px;
  }
}

.open-base .shop-time {
  margin: 0;
  padding: 10px 0 10px;
  color: #121c52;
  width: 60%;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
}

.info-other-pet {
  margin: 30px 0 0;
  padding: 0 0 0 35px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #121c52;
  background: url(../images/icon-pet.svg) no-repeat;
  background-position: 0 2px;
}

.info-other-camera {
  margin: 30px 0 0;
  padding: 0 0 0 35px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #121c52;
  background: url(../images/icon-camera.svg) no-repeat;
  background-position: 0 2px;
}

.info-other-lost {
  margin: 30px 0 0;
  padding: 0 0 0 35px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #121c52;
  background: url(../images/icon-lost.svg) no-repeat;
  background-position: 0 2px;
}

.recruit-lead {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit-lead {
    margin: 0 0 30px;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
  }
}
.recruit-index {
  margin: 10px auto 0;
  padding: 0;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-index li {
  margin: 0 0 40px;
  padding: 5px 0 5px;
  width: 28%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #121c52;
  transition: 0.5s;
}
.recruit-index li::after {
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  top: 10px;
  margin: auto;
  content: "";
  border-top: 2px solid #121c52;
  border-right: 2px solid #121c52;
  transform: rotate(135deg);
}
.recruit-index li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.recruit-index li:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .recruit-index {
    margin: 10px auto 0;
    padding: 0;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recruit-index li {
    margin: 0 0 30px;
    padding: 5px 0 5px;
    width: 45%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #121c52;
    transition: 0.5s;
  }
  .recruit-index li::after {
    position: absolute;
    right: 6px;
    width: 6px;
    height: 6px;
    top: 10px;
    margin: auto;
    content: "";
    border-top: 2px solid #121c52;
    border-right: 2px solid #121c52;
    transform: rotate(135deg);
  }
  .recruit-index li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .recruit-index li:hover {
    opacity: 0.6;
  }
  .recruit-index li.i-02 {
    margin: 0 0 30px;
    padding: 15px 0 5px;
    width: 45%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #121c52;
    transition: 0.5s;
  }
  .recruit-index li.i-02::after {
    position: absolute;
    right: 6px;
    width: 6px;
    height: 6px;
    top: 20px;
    margin: auto;
    content: "";
    border-top: 2px solid #121c52;
    border-right: 2px solid #121c52;
    transform: rotate(135deg);
  }
  .recruit-index li.i-02 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .recruit-index li.i-02:hover {
    opacity: 0.6;
  }
  .recruit-index li.i-03 {
    margin: 0 0 30px;
    padding: 5px 0 5px;
    width: 45%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #121c52;
    transition: 0.5s;
  }
  .recruit-index li.i-03::after {
    position: absolute;
    right: 6px;
    width: 6px;
    height: 6px;
    top: 20px;
    margin: auto;
    content: "";
    border-top: 2px solid #121c52;
    border-right: 2px solid #121c52;
    transform: rotate(135deg);
  }
  .recruit-index li.i-03 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .recruit-index li.i-03:hover {
    opacity: 0.6;
  }
}
.recruit-base {
  margin: 0 auto 30px;
  padding: 40px;
  max-width: 1000px;
  background: #f1f9ff;
  border-radius: 16px;
}

.recruit-base .recruit-headingbase {
  margin: 20px auto 40px;
  padding: 0;
  max-width: 1000px;
  background: #f1f9ff;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
}

.recruit-base .recruit-headingbase .recruit-logo {
  margin: 0;
  padding: 0;
  width: 13%;
  padding: 10px 10px 0;
  height: 130px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-base .recruit-headingbase .recruit-logo img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.recruit-base .recruit-headingbase .recruit-shopname {
  margin: 0;
  padding: 0;
  width: 80%;
  padding: 0;
  text-align: left;
}

.recruit-base .recruit-headingbase .recruit-shopname .shoptext a {
  font-size: 20px;
  font-weight: bold;
  color: #121c52;
  margin: 10px 0 0;
}

.recruit-base .recruit-headingbase .recruit-shopname .shoptext a:hover {
  color: #344fe6;
  text-decoration: underline;
}

.recruit-base .r-date {
  margin: 3px 20px 0 0;
  padding: 0;
  font-size: 15px;
  color: #666;
  text-align: left;
}

.recruit-base .r-cate {
  margin: 0;
  padding: 3px 10px 1px;
  font-size: 12px;
  color: #121c52;
  background: #fff;
  border: 1px solid #121c52;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .recruit-base .r-date {
    margin: 3px 10px 0 0;
    padding: 0;
    font-size: 12px;
    color: #666;
    text-align: left;
  }

  .recruit-base .r-cate {
    margin: 0;
    padding: 3px 5px 1px;
    font-size: 11px;
    color: #121c52;
    background: #fff;
    border: 1px solid #121c52;
    display: inline-block;
    min-width: 70px;
    text-align: center;
    vertical-align: bottom;
  }
}

.recruit-base .recruit-detail {
  margin: 30px 0 0;
  padding: 0;
}
.recruit-base .recruit-detail li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.recruit-base .recruit-detail li .r-item {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: #121c52;
  width: 15%;
  text-align: left;
}
.recruit-base .recruit-detail li .r-text {
  margin: 0;
  padding: 0;
  font-size: 15px;
  width: 80%;
  text-align: left;
}
.recruit-base .recruit-detail li .r-text a {
  color: #018abe;
}

@media screen and (max-width: 768px) {
  .recruit-base {
    margin: 0 auto 30px;
    padding: 20px;
    width: 95%;
    background: #f1f9ff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .recruit-base .recruit-headingbase {
    margin: 20px auto 10px;
    padding: 0;
    width: 100%;
    background: #f1f9ff;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
  }

  .recruit-base .recruit-headingbase .recruit-logo {
    margin: 0;
    padding: 0;
    width: 30%;
    padding: 10px 10px 0;
    height: 85px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recruit-base .recruit-headingbase .recruit-logo img {
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .recruit-base .recruit-headingbase .recruit-shopname {
    margin: 0;
    padding: 0;
    width: 65%;
    padding: 0;
    text-align: left;
  }

  .recruit-base .recruit-headingbase .recruit-shopname .shoptext {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #121c52;
    margin: 10px 0 0;
  }

  .recruit-base .recruit-detail {
    margin: 20px 0 0;
    padding: 0;
  }
  .recruit-base .recruit-detail li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .recruit-base .recruit-detail li .r-item {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #121c52;
    width: 25%;
    text-align: left;
  }
  .recruit-base .recruit-detail li .r-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 70%;
    text-align: left;
  }
}

.contact-heading {
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #121c52;
  max-width: 500px;
  box-sizing: border-box;
}

.contact-base {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 16px;
  background: #fff;
  max-width: 500px;
  box-sizing: border-box;
  border-right: 1px solid #121c52;
  border-bottom: 1px solid #121c52;
  border-left: 1px solid #121c52;
}

@media screen and (max-width: 768px) {
  .contact-heading {
    margin: 20px auto 0;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #121c52;
    max-width: 500px;
    box-sizing: border-box;
  }
  .contact-base {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #fff;
    max-width: 500px;
    box-sizing: border-box;
    border-right: 1px solid #121c52;
    border-bottom: 1px solid #121c52;
    border-left: 1px solid #121c52;
  }
}
.contact-note {
  margin: -5px 0 0;
  padding: 0;
  color: #018abe;
  font-size: 14px;
}

.contact-note-02 {
  margin: 20px 0 0;
  padding: 0;
  font-size: 14px;
}
.contact-note-02 .red {
  color: #ff3b3e;
}

.splide_base {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .splide_base {
    margin: 50px 0 10px;
  }
}

.splide__slide {
  text-align: left;
}
.splide__slide .sh-img-01 {
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
}
.splide__slide .sh-img-01 .bottom {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.splide__slide .sh-img-01 .bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.splide__slide .sh-img-01 .top {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  margin: auto 0;
}
.splide__slide .sh-img-01 .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.splide__slide .top-shopnews-datebox {
  margin: 15px 0 0;
  padding: 0;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .splide__slide .top-shopnews-datebox {
    margin: 10px 0;
    padding: 0;
    height: 25px;
  }
}

.splide__slide .top-shopnews-datebox .sh-new {
  margin: 0 10px 0 0;
  padding: 3px;
  font-size: 13px;
  color: #fff;
  background: #ff3b3e;
  border: 1px solid #ff3b3e;
  display: inline-block;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 850px) {
.splide__slide .top-shopnews-datebox .sh-new {
  margin: 0 5px 0 0;
  width: 45px;
}
}

@media screen and (max-width: 768px) {
  .splide__slide .top-shopnews-datebox .sh-new {
    margin: 0 5px 0 0;
    padding: 2px 3px 0;
    font-size: 11px;
    color: #fff;
    background: #ff3b3e;
    border: 1px solid #ff3b3e;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    width: 30px !important;
  }
}

.splide__slide .sh-cate {
  margin: 15px 0 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #121c52;
  background: #fff;
  border: 1px solid #121c52;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  vertical-align: bottom;
}
.splide__slide .top-shopnews-datebox .sh-date {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #848fa3;
  min-width: 70px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}
.splide__slide .text {
  margin: 15px 0 0;
  padding: 0;
  color: #121c52;
  font-size: 15px;
}

.splide__slide .shop-name {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #218bbf;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .splide__slide .top-shopnews-datebox .sh-date {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #848fa3;
    min-width: 70px;
    vertical-align: middle;
    display: inline-block;
  }
  .splide__slide .text {
    margin: 10px 0 0;
    padding: 0;
    color: #121c52;
    font-size: 13px;
  }
  .splide__slide .shop-name {
    margin: 7px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #218bbf;
    text-align: left;
  }
}

.splide__slide a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.splide__slide a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.splide__arrows {
  margin: 0;
  background: none;
  position: relative;
}

.splide__arrow--prev {
  position: absolute;
  left: -40px;
  bottom: -170px;
  z-index: 1;
}

.splide__arrow--next {
  position: absolute;
  right: -40px;
  bottom: -170px;
  transform: rotate(180deg);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .splide__arrow--prev {
    position: absolute;
    left: -5px;
    bottom: -100px;
  }
  .splide__arrow--next {
    position: absolute;
    right: -5px;
    bottom: -100px;
    transform: rotate(180deg);
  }
}
/* 矢印のクリック範囲など */
.button01 {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 30px;
  width: 30px;
  transition: 0.2s;
  border: none;
  padding: 0;
}

/* 矢印共通のスタイル */
.button01::before {
  background-color: none;
  content: url("images/ico-arrow-prev.svg");
  height: 30px !important;
  width: 30px;
  padding: 0;
}

/* 前の矢印 */
/*.prev::before {
  //clip-path: polygon(100% 0, 0 50%, 100% 100%) !important;
  padding: 0;
}
/* 次の矢印 */
/*.next::before {
  //clip-path: polygon(0 0, 0 100%, 100% 50%) !important;
}
/* 次のスライドが無い場合の矢印 */
/*.button:disabled::before {
  background-color: #ccc;
}*/

.search-result {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid #373434;
  text-align: left;
}
.search-result a:hover {
  opacity: 0.7;
}
.search-result p {
  font-size: 15px !important;
  color: #686868 !important;
}

.search-textbase {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #373434;
}
.search-textbase a {
  font-size: 15px !important;
  color: #686868 !important;
}

.result-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #121c52;
}
.result-title a {
  font-size: 20px;
  font-weight: bold;
  color: #121c52;
}

.result-excerpt {
  font-size: 15px !important;
  color: #686868 !important;
} /*# sourceMappingURL=main.css.map */

/*　ショップ一覧　ボタン*/
a.shoparchive-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 80px;
  margin: 0 0 20px auto;
  padding: 7px 15px;
  color: #121c52;
  transition: 0.5s;
  background: #fff;
  font-size: 12px;
}

a.shoparchive-btn:hover {
  color: #121c52;
  background: #b4eaff;
}

@media screen and (max-width: 768px) {
  a.shoparchive-btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80px;
    margin: 10px 0 10px auto;
    padding: 7px 15px;
    color: #121c52;
    transition: 0.5s;
    background: #fff;
    font-size: 12px;
  }
}

.current {
  background: #eaf8ff !important;
  border: 1px solid #ddd !important;
}

@media screen and (max-width: 768px) {
  .searchandfilter input[type="submit"] {
    margin: 20px 0 0;
  }
}

.top-shopnews-bg {
  margin: -160px 0 0;
  padding: 180px 0 0;
  background: url(../images/bg-top-pc-02.png) no-repeat;
  background-size: cover;
  background-position: 0 top;
}

.top-access-bg {
  margin: 0;
  padding: 30px 0 0;
  background: url(../images/bg-top-pc-03.png) no-repeat;
  background-size: 100%;
  background-position: 0 top;
}

@media screen and (max-width: 768px) {
  .top-shopnews-bg {
    margin: -30px 0 0;
    padding: 30px 0 0;
    background: url(../images/bg-top-sp-02.png) no-repeat;
    background-size: cover;
    background-position: 0 top;
  }

  .top-access-bg {
    margin: 0;
    padding: 30px 0 0;
    background: url(../images/bg-top-sp-03.jpg) no-repeat;
    background-size: 100%;
    background-position: 0 top;
  }
}

.info-timebase {
  margin: 5px auto 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 400px;
}

.info-timebase .shop {
  margin: 0;
  padding: 10px 0 10px 45px;
  width: 140px;
  background: url(../images/icon-time-shop.svg) no-repeat;
  background-position: 0 7px;
  text-align: left;
  font-size: 18px;
  color: #121c52;
}

.info-timebase .restaurant {
  margin: 0;
  padding: 10px 0 10px 45px;
  width: 140px;
  background: url(../images/icon-time-restaurant.svg) no-repeat;
  background-position: 0 7px;
  text-align: left;
  font-size: 18px;
  color: #121c52;
}

.info-timebase .time {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 34px;
  color: #121c52;
}

.infotime-note {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  color: #121c52;
}

@media screen and (max-width: 768px) {
  .info-timebase {
    margin: 5px auto 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 94%;
  }

  .info-timebase .shop {
    margin: 0;
    padding: 13px 0 10px 45px;
    width: 100px;
    background: url(../images/icon-time-shop.svg) no-repeat;
    background-position: 0 7px;
    text-align: left;
    font-size: 15px;
    color: #121c52;
  }

  .info-timebase .restaurant {
    margin: 0;
    padding: 13px 0 10px 45px;
    width: 100px;
    background: url(../images/icon-time-restaurant.svg) no-repeat;
    background-position: 0 7px;
    text-align: left;
    font-size: 15px;
    color: #121c52;
  }

  .info-timebase .time {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 20px;
    color: #121c52;
  }
  .infotime-note {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    color: #121c52;
    font-size: 12px;
  }
}

.sitemap-base {
  margin: 0 auto;
  padding: 0 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 800px;
}

.sitemap-base .sitemap-box {
  margin: 0;
  padding: 0;
  width: 42%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sitemap-base {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 800px;
  }

  .sitemap-base .sitemap-box {
    margin: 0 auto;
    padding: 0;
    width: 94%;
    text-align: left;
  }
}

.sitemap-base .sitemap-box li.sitemap-text {
  margin: 0;
  padding: 20px 0 10px;
  border-bottom: 1px solid #00a3ff;
  background: url(../images/icon-sm-arrow.png) no-repeat;
  background-position: 95% 25px;
}

.sitemap-base .sitemap-box li.sitemap-text {
  color: #121c52;
}

.sitemap-base .sitemap-box a li.sitemap-text:hover {
  color: #00a3ff;
}

/*.sitemap-base .sitemap-box li.sitemap-01 a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}*/

.sm-list {
  margin: 0;
  padding: 0;
  border: none;
}

details.sm-category {
  font-size: 16px;
  color: #121c52;
  margin: 0 auto 0px;
  text-align: left;
  max-width: 700px;
  padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
  details.sm-category {
    font-size: 16px;
  }
}

summary.sm-cate-title {
  padding: 10px 0 10px;
  background: none;
  cursor: pointer;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #00a3ff;
}

summary.sm-cate-title:hover {
  color: #00a3ff;
}

.sm-text-base {
  margin: 10px 0 0;
  padding: 10px 15px 0;
}

.sm-text-base .sm-list li {
  margin: 3px 0 3px 20px;
  padding: 0;
  list-style: disc;
  font-size: 15px;
}

.sm-text-base .sm-list li a {
  color: #121c52;
}

.sm-text-base .sm-list li a:hover {
  color: #00a3ff;
}

/* Safari対応　デフォルトの三角形アイコン非表示 */
details summary::-webkit-details-marker {
  display: none;
}

.sm-icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 27%;
  width: 12px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
/* アイコンの三角矢印 */
/*.sm-icon::before,*/
.sm-icon::after {
  content: url(../images/icon-sm-arrow.png);
  position: absolute;
  display: block;
  width: 16px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0px solid #bfbfbf !important;
}

.recruit-category-button-base {
  margin: 0 auto 40px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 1200px;
  flex-wrap: wrap;
}
.recruit-category-button-base li {
  margin: 10px 0;
  padding: 0;
  width: 15%;
}
.recruit-category-button-base li a.cate-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 10px 0;
  font-size: 11px;
  color: #121c52;
  transition: 0.5s;
  background: #fff;
  min-height: 50px;
  border: 1px solid #d8ebf4;
}

.recruit-category-button-base li a.cate-btn:hover {
  color: #121c52;
  background: #eaf8ff;
}

@media screen and (max-width: 768px) {
  .recruit-category-button-base li {
    margin: 8px 0;
    padding: 0;
    width: 31% !important;
  }
  .recruit-category-button-base li a.cate-btn {
    font-size: 10px !important;
  }
}

.sustena-main {
  margin: 50px auto 0;
  padding: 0;
  width: 500px;
}

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

.sustena-lead {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  color: #121c52;
}

.sustena-text {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  color: #121c52;
}

@media screen and (max-width: 768px) {
  .sustena-main {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }

  .sustena-main img {
    width: 100%;
    height: auto;
  }
  .sustena-lead {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 2.5;
    color: #121c52;
  }

  .sustena-text {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #121c52;
  }
}

.sustena-infoheading {
  margin: 80px auto 0;
  padding: 0 0 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #121c52;
  border-bottom: 1px solid #121c52;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .sustena-infoheading {
    margin: 50px auto 0;
    font-size: 22px;
  }
}

.sustena-infobase {
  margin: 30px auto 0;
  padding: 0 10px 50px;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.sustena-infobase li {
  margin: 15px 0;
  padding: 0;
  width: 48%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.sustena-infobase li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.sustena-infobase li:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sustena-infobase {
    margin: 15px auto 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .sustena-infobase li {
    margin: 15px 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.sustena-infobase li .sus-image {
  margin: 0 15px 0 0;
  padding: 0;
  width: 130px;
}

.sustena-infobase li .sus-image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.sustena-infobase li .sus-text {
  margin: 0;
  padding: 0;
  width: 72%;
  text-align: left;
  color: #121c52;
}

.sustena-infobase li .sus-text .s-date {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sustena-infobase li .sus-image {
    margin: 0 20px 0 0;
    padding: 0;
    width: 100px;
  }

  .sustena-infobase li .sus-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }

  .sustena-infobase li .sus-text {
    margin: 0;
    padding: 0;
    width: 70%;
    text-align: left;
    color: #121c52;
    font-size: 14px;
  }

  .sustena-infobase li .sus-text .s-date {
    color: #666;
    font-size: 12px;
  }
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  display: none !important;
}

.sus-slogan {
  margin: 50px auto 0;
  padding: 0;
  max-width: 500px;
}

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

@media screen and (max-width: 768px) {
  .sus-slogan {
    margin: 40px auto 0;
    padding: 0;
    max-width: 100%;
  }
}

.shopguide-floorimg {
  margin: 20px auto 0;
  padding: 0;
  max-width: 1200px;
}
.shopguide-floorimg img {
  width: 100%;
  height: auto;
}

/**************************
 グルメガイド　タブ切り替え
***************************/
.gourmet_tab_wrap {
  width: 100%;
  margin: 40px auto 0;
  padding: 0;
}

.gourmet_tab_wrap input[type="radio"] {
  display: none;
}

.gourmet_tab_area {
  font-size: 0;
  margin: 0;
}

.gourmet_tab_area label:nth-of-type(1) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.gourmet_tab_area label:nth-of-type(2) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.gourmet_tab_area label:nth-of-type(3) {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  background: #018abe;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
}

.gourmet_tab_area label:hover {
  opacity: 1;
}

.gourmet_panel_area {
  border-top: 1px solid #018abe;
  margin: -1px auto 0;
  /*background-image: linear-gradient(
    180deg,
    #eaf9ff,
    rgba(255, 255, 255, 1) 2%
  );
  background: url(../images/bg-shopguide.png) repeat-x;*/
}

.gourmet_tab_panel {
  margin: 0 auto;
  width: 100%;
  padding: 40px 10px 20px;
  display: none;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  background: url(../images/bg-page-bottom.png);
  background-size: 85% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.gourmet_tab_panel_floormap {
  margin: 0 auto;
  width: 100%;
  padding: 40px 10px 20px;
  display: none;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  background: none;
}
.gourmet_tab_panel_inner {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .gourmet_tab_panel {
    width: 100%;
    padding: 15px;
    display: none;
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
    background: url(../images/bg-page-bottom-sp.png);
    background-size: 160% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .gourmet_tab_panel_floormap {
    width: 100%;
    padding: 15px;
    display: none;
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
    background: none;
  }
  .gourmet_tab_panel_inner {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
  }
}

#gourmet_tab1:checked ~ .gourmet_tab_area .tab1_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
}

#gourmet_tab1:checked ~ .gourmet_panel_area #panel1 {
  display: block;
}

#gourmet_tab2:checked ~ .gourmet_tab_area .tab2_label {
  background: #fff;
  color: #121c52;
  border-top: 1px solid #018abe;
  border-right: 1px solid #018abe;
  border-left: 1px solid #018abe;
  border-radius: 10px 10px 0 0;
}

#gourmet_tab2:checked ~ .gourmet_panel_area #panel2 {
  display: block;
}

@media screen and (max-width: 768px) {
  .gourmet_tab_wrap {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
  }
  .gourmet_tab_area label:nth-of-type(1),
  .gourmet_tab_area label:nth-of-type(2) {
    width: 48%;
    font-size: 12px;
    margin: 0 3px;
    padding: 8px 0;
  }
  .gourmet_tab_area label:nth-of-type(1),
  .gourmet_tab_area label:nth-of-type(2) {
    width: 31%;
    font-size: 12px;
    margin: 0 3px;
    padding: 8px 0;
  }

  .gourmet_panel_area {
    /*background-image: linear-gradient(
      180deg,
      rgba(234, 249, 255, 1),
      rgba(255, 255, 255, 1) 2%
    );
    background: url(../images/bg-shopguide-sp.png) repeat-x;*/
    border-top: 1px solid #018abe;
    border-right: 0px solid #018abe;
    border-bottom: 0px solid #018abe;
    border-left: 0px solid #018abe;
    margin: -1px 0 0;
    border-radius: 0;
  }
}

.single-news-text {
  margin: 30px 0 70px;
  padding: 0 0 70px;
  border-bottom: 1px solid #ddd;
}
.single-news-text img {
  max-width: 40%;
  height: auto;
}

.single-news-text h4 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: normal;
  line-height: 1.5;
}

.single-news-text h5 {
  font-size: 22px;
  margin: 0 0 5px;
  font-weight: normal;
  line-height: 1.5;
}

.single-news-text h6 {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.single-news-text {
    margin: 20px 0;
    padding: 0 0 50px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #121c52;
  }
  .single-news-text img {
    min-width: 100%;
    height: auto;
  }
}


.shop-news-cate{
  margin: 0 auto 30px;
  padding: 0;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
.shop-news-cate{
  margin: 0 auto 30px;
  padding: 0 15px;
  max-width: 100%;
}
}
