@charset "UTF-8";
/* =====
 * サイト全体共通レイアウト
============================================================================= */
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.-js-fixed {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
button {
  outline: none;
  background: none;
}
a,
a:link,
a:visited,
a:focus,
a:active {
  color: #232323;
  margin: 1px;
  border: none;
}
button:focus-visible {
  outline: solid 1px #000;
  margin: 0px;
}
a:focus-visible {
  border: solid 1px #000;
  margin: 0px;
}

a img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
}
/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.3em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
p,
ul,
ol,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
/* -----
 * サイト内共通class
----------------------------------------------------------------------------- */
.adjust-width {
  max-width: 1200px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
/** font **/
.en {
  font-family: "Lato", sans-serif;
}
/** 画像 **/
.js-ofi {
  object-fit: cover;
  font-family: "object-fit: cover";
}
.js-ofi.-contain {
  object-fit: contain;
  font-family: "object-fit: contain";
}
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
span.text-indent {
  display: inline-block;
}
.indent-list {
  padding: 0;
  list-style: none;
}
.indent-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.d-ibk {
  display: inline-block;
}
.c-red {
  color: #dd0000;
}

/* -----
 * サイト内共通 js class
----------------------------------------------------------------------------- */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}
.tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}
.-js-tab-target-show,
.-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* -----
 * g-container
----------------------------------------------------------------------------- */

/* -----
 * g-header
----------------------------------------------------------------------------- */
.g-header {
  font-weight: 500;
}
.g-header.-js-scroll {
  background: #fff;
}
.g-header a {
  text-decoration: none;
  display: block;
  /*display: flex;
    align-items: center;*/
}
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin-top: 0;
  padding: 0 0 0 40px;
  transition: height 0.3s, border 0.2s;
  z-index: 97;
  background-image: url(../../resources/images/common/bg-header.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: center top;
}
.g-header.-js-scroll .header-main {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ececec;
}
.header-main .header-logo {
  flex: 0 1 auto;
  max-width: 276px;
  width: 20%;
  margin: 0 15px 0 0;
  line-height: 1.2;
}
.header-main .header-menu-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .nav-list {
  margin-right: 1.9em;
  cursor: pointer;
  transition: all 0.5s;
  background: none;
  overflow: hidden;
  display: flex;
  border: none;
  align-items: center;
}
.g-header .header-main .nav-list a:focus,
.g-header .header-main .nav-list a:visited {
  border: none;
  margin: 1px;
}
.g-header .header-main .nav-list a:focus-visible {
  border: 1px solid #000;
  margin: 0;
}
.header-main button.nav-list {
  padding: 0;
}

.nav-list.header-info-switch:hover {
  opacity: 0.7;
}
/*.header-main .nav-list a {
  height: 100%;
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}*/

.header-main .nav-list span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.header-main .nav-list span::after {
  content: attr(data-text);
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  transform: translateY(100%);
  white-space: nowrap;
}
.header-main .nav-list:hover span {
  transform: translateY(-100%);
}
.header-main .nav-list:hover span::after {
  top: 0;
}

.header-main .nav-list:hover,
.header-main .nav-list a:hover {
  opacity: 1;
}
.nav-list .icon-left {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 37.5px;
}
.language-switch {
  position: relative;
  margin: 0;
  padding-right: 30px;
  background: none;
  border: none;
}
.language-switch button {
  display: inline-block;
  position: relative;
  padding: 0 0px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
}
.language-switch button:hover {
  opacity: 0.7;
}
.language-switch .list {
  list-style: none;
  position: absolute;
  top: 68px;
  left: -60%;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  width: 120px;
  overflow: hidden;

  font-size: 12px;
  font-size: 0.75rem;
  z-index: 2;
}

.language-switch .micromodal-slide {
  opacity: 0;
  height: 0;
  transition: all 0.5s;
  display: none;
}
.language-switch .micromodal-slide.is-open {
  opacity: 1;
  height: auto;
}
.language-switch .micromodal-slide[aria-hidden="false"] {
  display: block;
  opacity: 1;
  transition: all 0.5s;
}
.language-switch .micromodal-slide[aria-hidden="true"] {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.language-switch .list li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.language-switch .list li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 7px 0;
}
.language-switch.-js-slide-toggle-trig-open span {
  color: #a58959;
}
.language-switch.-js-slide-toggle-trig-open span:after {
  border-color: #a58959;
}
.menu-toggle {
  width: 138px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 0px;
  padding: 10px 20px 10px 35px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 110;
  background: #2d3920;
  border: none;
  color: #fff;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-toggle:hover {
  background: #87a43c;
}
.menu-toggle span.toggle-name {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin: 0;
}
.btn-trigger {
  position: relative;
  width: 28px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 15px;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger span:nth-of-type(1) {
  -webkit-animation: btn-close01 0.75s forwards;
  animation: btn-close01 0.75s forwards;
}
@-webkit-keyframes btn-close01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn-close01 {
  0% {
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.btn-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.btn-trigger span:nth-of-type(3) {
  -webkit-animation: btn-close03 0.75s forwards;
  animation: btn-close03 0.75s forwards;
}
@-webkit-keyframes btn-close03 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn-close03 {
  0% {
    transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-toggle[aria-expanded="true"] .btn-trigger span:nth-of-type(1) {
  -webkit-animation: active-btn-close01 0.75s forwards;
  animation: active-btn-close01 0.75s forwards;
}
@-webkit-keyframes active-btn-close01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}
@keyframes active-btn-close01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(11px) rotate(45deg);
  }
}
.menu-toggle[aria-expanded="true"] .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .btn-trigger span:nth-of-type(3) {
  -webkit-animation: active-btn-close03 0.75s forwards;
  animation: active-btn-close03 0.75s forwards;
}
@-webkit-keyframes active-btn-close03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}
@keyframes active-btn-close03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}

/* -----
 *modal
----------------------------------------------------------------------------- */

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  z-index: 200;
}

.micromodal-box .micromodal-slide {
  width: auto;
  margin: 0;
  padding: 0;
}
.micromodal-box .micromodal-slide,
.micromodal-box .micromodal-slide[aria-hidden="true"] {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

/* 表示状態 */
.micromodal-box .micromodal-slide .modal__container,
.micromodal-box .micromodal-slide[aria-hidden="true"] .modal__container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: none;
}

/* 表示状態 */
.micromodal-box .micromodal-slide[aria-hidden="false"] .modal__container {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    transform: translateY(0%);
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes mmslideInSP {
  from {
    transform: translateX(100%);
    opacity: 1;
  }
  to {
    transform: translateX(0);
  }
}

@keyframes mmslideOutSP {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
  }
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__overlay .header-info {
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay .header-info {
  animation: mmslideOut 1.5s cubic-bezier(0, 0, 0.2, 1);
}
/*.micromodal-slide[aria-hidden="false"] .list {
  display: none;

}
.micromodal-slide[aria-hidden="true"] .list {
   display: block;

} */

.micromodal-slide .modal__container .g-menu {
  transform: translateY(-100%);
}
.micromodal-slide[aria-hidden="false"] .modal__container .g-menu {
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
}
.micromodal-slide[aria-hidden="true"] .modal__container .g-menu {
  animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.g-main {
  padding-top: 90px;
}

/* オーバーレイのスタイル */
.overlay {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}
.overlay.active {
  opacity: 0.8;
  visibility: visible;
}
/* -----
 *shopスライダー
----------------------------------------------------------------------------- */
.guide-container .slick .slick-slide {
  margin: 10px;
}
.slick .arrow_box {
  width: calc(32px + 32px + 16px);
  margin: 0 0 8px auto;
  text-align: right;
}
.slick .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bcc482;
  cursor: pointer;
  transition: background-color 0.25s;
  top: 100%;
  margin-top: 11px;
  position: relative;
  font-size: 0;
}
.slick .slick-arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #78952e;
  left: 50%;
  top: 50%;
  margin-top: -9px;
}
.slick .slick-prev:before {
  margin-left: -3px;
  width: 6px;
  height: 6px;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-135deg);
}
.slick .slick-next {
  margin-left: 16px;
}
.slick .slick-next:before {
  margin-left: -5px;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.slick .slick-dots {
  order: 4;
  margin: 0 30px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.slick .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.slick .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #fff;
  border: 1px solid #bcc482;
  border-radius: 50%;
  transition: background 0.3s;
}
.slick .slick-dots li button:hover {
  background: #e0ed96;
}
.slick .slick-dots li.slick-active button {
  background: #e0ed96;
  border: 1px solid #e0ed96;
}

/* -----
 *営業時間のご案内
----------------------------------------------------------------------------- */
.header-info {
  padding: 15px 0;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 96%;
  max-width: 1100px;
  height: 80%;
  z-index: 111;
  background: #fff;
  text-align: center;
  transform: translate3d(0, -120%, 0);
  transition: transform 0.4s;
  border-radius: 15px;
}
.is-open .header-info {
  transform: translate3d(0, 0, 0);
}
.header-info .header-info-inner {
  width: 90%;
  height: 78%;
  margin: 0 auto;
  flex-wrap: wrap;
  overflow-y: auto;
}
/*.header-info-bg {
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.-js-open + .header-info-bg {
  display: block;
}*/
.modal__close {
  position: relative;
  float: right;
  width: 51px;
  height: 51px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  background: #2d3920;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.5s;
}
.modal__close:hover {
  opacity: 0.7;
}

.modal__close i:before,
.modal__close i:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: 28px;
  height: 2px;
}
.modal__close i:before,
.modal__close i:after {
  content: "";
  background: #fff;
}
.modal__close i:before {
  transform: rotate(45deg);
}
.modal__close i:after {
  transform: rotate(-45deg);
}
.header-info .info-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4em;
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 60px;
}
.header-info .info-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/menu-icon-time.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 40px;
  height: 40px;
  margin: auto;
}
.header-info .header-info-inner .shop-info-group .shop-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b2b2b2;
  min-height: 5em;
  margin: 0;
  padding: 10px;
}
.header-info .header-info-inner .shop-info-group .shop-info:first-child {
  border-top: 1px solid #b2b2b2;
}
.header-info .header-info-inner .shop-info-group .shop-info .shop-name {
  width: 35%;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
.header-info .header-info-inner .shop-info-group .shop-info .shop-text {
  width: 62%;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0;
}
/* -----
 *グローバルメニュー
----------------------------------------------------------------------------- */
.g-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  background: #fefff3;
  color: #232323;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  padding: 28px 2% 20px;
  overflow: auto;
  line-height: 1.31;
  /*transform: translate3d(0, -100%, 0);*/
  transition: transform 0.4s;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.micromodal-slide.is-open .g-menu {
  transform: translate3d(0, -0, 0);
}

.g-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.g-menu .heading-logo {
  max-width: 340px;
  width: 50%;
  clear: right;
  margin: 0 auto 2.5em;
}
.g-menu .menu-content {
  width: 96%;
  max-width: 1220px;
  margin: 10px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-menu .menu-content .time-menu {
  width: 48%;
  border-top: 1px solid #bcc482;
  border-bottom: 1px solid #bcc482;
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 1;
}
.g-menu .menu-content .time-menu .time-box-1 {
  width: 62%;
  position: relative;
  padding: 20px 10px 20px 85px;
  text-align: left;
}
.g-menu .menu-content .time-menu .time-box-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/menu-icon-time.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 64px;
  height: 64px;
  margin: auto;
}
.g-menu .menu-content .time-menu .time-box-1 .text {
  font-size: 17.5px;
  font-size: 1.0625rem;
  line-height: 1.4em;
}
.g-menu .menu-content .time-menu .time-box-1 p {
  font-size: 17.5px;
  font-size: 1.0625rem;
  line-height: 1.4em;
  margin: 0;
}
.g-menu .menu-content .time-menu .time-box-1 p.text-time {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2em;
  padding-bottom: 3px;
}
.g-menu .menu-content .time-menu .time-box-1 p.text-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
}
.g-menu .menu-content .time-menu .time-box-2 a {
  position: relative;
  padding: 0 40px 0 20px;
}
.g-menu .menu-content .time-menu .time-box-2 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  margin: auto;
}
.g-menu .menu-content .shop-menu {
  width: 48%;
  margin: 20px 0 0;
  order: 3;
}
.g-menu .shop-menu > ul {
  display: flex;
  flex-wrap: wrap;
}
.g-menu .shop-menu > ul > li {
  width: 33%;
  margin-bottom: 20px;
  padding: 10px 3px 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 1px solid #bcc482;
}
.g-menu .shop-menu > ul > li:nth-of-type(3),
.g-menu .shop-menu > ul > li:nth-of-type(5) {
  border-right: 1px solid #bcc482;
}
.g-menu .shop-menu > ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.g-menu .shop-menu > ul > li a::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}
.g-menu .shop-menu > ul > li.navi-recruit a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/icon-blank.svg);
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}
.g-menu .shop-menu > ul > li.navi-floor a::before {
  background-image: url(../images/common/menu-icon-floor.svg);
  width: 60px;
}
.g-menu .shop-menu > ul > li.navi-shop a::before {
  background-image: url(../images/common/menu-icon-shop.svg);
}
.g-menu .shop-menu > ul > li.navi-access a::before {
  background-image: url(../images/common/menu-icon-access.svg);
}
.g-menu .shop-menu > ul > li.navi-news a::before {
  background-image: url(../images/common/menu-icon-news.svg);
  height: 58px;
}
.g-menu .shop-menu > ul > li.navi-guide a::before {
  background-image: url(../images/common/menu-icon-guide.svg);
}
.g-menu .shop-menu > ul > li.navi-recruit a::before {
  background-image: url(../images/common/menu-icon-recruit.svg);
}
.g-menu .shop-menu > ul > li a .icon img {
  max-height: 100%;
  width: auto;
}
.g-menu .shop-menu > ul > li a p {
  width: 100%;
  margin: 0.5em 0 0;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.g-menu .shop-menu > ul > li.navi-news a p {
  padding-top: 0px;
}
.g-menu .shop-menu > ul > li a p > span {
  display: inline-block;
  vertical-align: middle;
}
.g-menu .menu-content .btn-menu {
  width: 48%;
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-menu .menu-content .btn-menu .navi-btn {
  width: 48%;
}
.g-menu .menu-content .btn-menu .navi-btn a {
  display: block;
  background: #78952e;
  color: #fff;
  padding: 12px 20px;
  border-radius: 35px;
  text-align: center;
}
.g-menu .menu-content .btn-menu .navi-btn a span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.g-menu .menu-content .btn-menu .navi-btn a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/common/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}
.g-menu .menu-content .other-menu {
  width: 48%;
  order: 4;
  border-top: 1px solid #bcc482;
}
.g-menu .other-menu li {
  border-bottom: 1px solid #bcc482;
  text-align: left;

  position: relative;
}
.g-menu .other-menu li a {
  display: block;
  padding: 15px 10px;
}
.g-menu .other-menu li a span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
.g-menu .other-menu li a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  background-image: url(../images/common/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 21px;
  margin: auto;
}
.g-menu .other-menu li a.blank-icon span:after {
  background-image: url(../images/common/icon-blank.svg);
  width: 15px;
  height: 15px;
}
.g-menu .sns-menu {
  text-align: center;
  padding: 25px 0 0;
}
.g-menu .sns-menu p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
}
.g-menu .sns-menu p a {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 50px 5px 0;
  position: relative;
}
.g-menu .sns-menu p a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  background-image: url(../images/common/icon-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 29px;
  margin: auto;
}
.g-menu.-js-open {
  transform: translate3d(0, 0, 0);
}
.header-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
/* -----
 * access
----------------------------------------------------------------------------- */
.access-container {
  max-width: 1200px;
  width: 92%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 100px auto;
  position: relative;
}
.access-contents {
  width: 33%;
  position: relative;
}
.access-contents:after {
  content: "";
  position: absolute;
  top: -25%;
  bottom: 0;
  left: -28%;
  background-image: url(../images/top/illust_03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center left;
  width: 571px;
  height: 650px;
  z-index: 0;
}
.map-contents {
  width: 65%;
  text-align: right;
}
.map-contents iframe {
  max-width: 821px;
  width: 100%;
  height: 396px;
  border-radius: 15px;
  position: relative;
}
.access-contents .post-list-link {
  text-align: left;
}
.access-container .post-list-link a {
  max-width: 365px;
  width: 100%;
  min-width: auto;
  margin: 8px auto 24px;
}
.access-container .post-list-link a span {
  min-width: auto;
  width: 100%;
}
/* -----
 * service
----------------------------------------------------------------------------- */
.service-container .section-title {
  color: #78952e;
}
.service-container .section-sub-title {
  color: #687B37;
}
.service-container .section-title .en {
  font-weight: 700;
}
.service-container .section-sub-title {
  font-weight: normal;
}
.service-container {
  max-width: 1200px;
  width: 92%;
  background: #fafce8;
  border-radius: 20px;
  margin: 40px auto 200px;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
/** 下部バナー **/
.bottom-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
  padding: 0;
}
.bottom-banner .item {
  width: 49.1%;
  margin-bottom: 24px;
  list-style: none;
}
.bottom-banner .item:nth-child(3n) {
  margin-right: 0;
}
.bg-bottom {
  background-image: url(../../resources/images/top/bg-main.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  margin: auto;
  padding: 0px 0 0px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.bg-bottom:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0;
  width: 100%;
  background-image: url(../../resources/images/common/illust-access.png);
  background-size: 1884px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 50px;
  width: 100%;
  background-image: url(../../resources/images/common/illust-service.png);
  background-size: 1884px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* -----
 * g-footer
----------------------------------------------------------------------------- */
.bottom-menu {
  display: none;
}
.g-footer {
  padding-top: 48px;
  background: #fff;
  font-weight: 500;
}
.g-footer .foot-top {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
.g-footer .foot-logo {
  float: left;
  width: 260px;
  margin: 0 30px 20px 0;
}
.g-footer .foot-address {
  float: left;
}
.g-footer .foot-address p {
  margin: 0;
  line-height: 1.6em;
  font-size: 14px;
  font-size: 0.875rem;
}
.g-footer .foot-address p span {
  display: inline-block;
}
.g-footer .foot-button {
  margin: 0 0 35px;
  float: right;
}
.g-footer .foot-button a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.5s;
  text-align: left;
}
.g-footer .foot-button span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 20px 40px 20px 0;
}
.g-footer .foot-button span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  background-image: url(../images/common/icon-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 29px;
}
.g-footer .foot-bottom {
  background: #2d3920;
  color: #fff;
  padding: 32px 10px;
  text-align: center;
}
.g-footer .foot-bottom > div:after {
  content: "";
  display: block;
  clear: both;
}
.g-footer .foot-bottom ul {
  padding: 0;
  list-style: none;
  float: left;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.g-footer .foot-bottom ul li {
  display: inline-block;
  margin-right: 2em;
}
.g-footer .foot-bottom ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.g-footer .foot-bottom .copyright {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.g-footer .foot-note {
  clear: both;
  margin-top: 25px;
  padding-top: 10px;
}
.g-footer .foot-note ul {
  margin: 0;
  padding: 0;
}
.g-footer .foot-note ul li {
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  text-align: left;
  padding: 0;
}
.g-footer .foot-note ul li:not(:first-child) {
  margin-top: 4px;
}
.foot-info-2 {
  text-align: right;
}
.foot-link {
  clear: both;
}
.foot-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.foot-link li {
  list-style: none;
  border-right: 1px solid #bcc482;
  text-align: center;
}
.foot-link li:first-child {
  border-left: 1px solid #bcc482;
}
.foot-link li a {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 5px 30px;
  position: relative;
}
.foot-link li a.blank-icon::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/icon-blank.svg);
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}
/* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
.section-container {
  margin-bottom: 65px;
}
.container-inner {
  width: 93%;
  margin: 60px auto 20px;
}
/** button **/
.button {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 350px;
  height: 70px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  background: #c6a575;
  color: #fff;
  line-height: 1.4;
  box-shadow: 4px 4px 0 #ecdbc2;
  transition: transform 0.3s, box-shadow 0.3s;
}
.button:link,
.button:visited,
.button:active {
  color: #fff;
}
.button > span {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 10px;
  letter-spacing: 0.1em;
}
.button.-red {
  background: #aa1f24;
  box-shadow: 4px 4px 0 #ebc5c7;
}
.button:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
}
.post-list-link {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.post-list-link a {
  display: inline-block;
  margin: 48px auto 24px;
  text-align: center;
  border-radius: 45px;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #bcc482;
  text-decoration: none;
  min-width: 400px;
  transition: all 0.5s;
}
.post-list-link a span {
  display: inline-block;
  color: #687b37;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 380px;
}
.post-list-link a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/button-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 22px;
  height: 22px;
  margin: auto;
}
.post-list-link.more-btn a span:after {
  transform: rotate(90deg);
}
.post-list-link a:hover {
  opacity: 1;
  background: #526910;
  border: 1px solid #526910;
}
.post-list-link a:hover span {
  color: #fff;
}
/** ぱんくず **/
.breadcrumb {
  background-color: #687b37;
  background-image: url(../../resources/images/common/bg-breadcrumb.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: center top;
  padding: 7px 0;
}
.breadcrumb ul {
  width: 92%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb ul li,
.breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-size: 12px;
  line-height: 1.3em;
  white-space: nowrap;
  padding-right: 10px;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto 10px;
  vertical-align: middle;
  display: inline-block;
  background: url(../../resources/images/common/breadcrumb-arrow.svg) no-repeat
    center;
  width: 5px;
  height: 11px;
  padding-top: 0;
}
.breadcrumb ul li:last-child:after {
  background: none;
}
/** title **/
.page-title {
  width: 100%;
  background-color: #63792a;
  background-image: url(../../resources/images/common/bg-page-title.jpg);
  background-size: 94px auto;
  background-repeat: repeat;
  background-position: center top;
  padding: 25px 0 32px;
}
.page-title .adjust-width {
  position: relative;
}
.page-title .adjust-width:after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  background-image: url(../images/common/illust-other.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 30%;
  max-width: 307px;
  height: 114px;
  z-index: 1;
}

#news .page-title .adjust-width:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background-image: url(../images/common/illust-news.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 32%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 2 / 1;
  z-index: 1;
}
#shop_guide .page-title .adjust-width:after {
  content: "";
  position: absolute;
  top: -51px;
  right: 0;
  background-image: url(../images/common/illust-shop.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 46%;
  max-width: 624px;
  aspect-ratio: 5 / 2;
  height: auto;
  z-index: 1;
}
#access-parking .page-title .adjust-width:after {
  content: "";
  position: absolute;
  top: 65px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-image: url(../images/access/illust-access.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 50%;
  max-width: 679px;
  aspect-ratio: 4 / 1;
  height: auto;
  max-height: fit-content;
  z-index: 1;
}

.head-group {
  width: 100%;
  background: #fafce8;
  padding: 80px 0 0;
  position: relative;
}
.head-group.head-contents {
  padding: 45px 0;
}
.section-title {
  margin: 0;
  text-align: left;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #fff;
  position: relative;
  z-index: 1;
}
.section-title.en,
.section-title .en {
  text-transform: uppercase;
}
.section-sub-title {
  display: block;
  margin: 0 0 20px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
/** 共通 **/
/** SP限定 **/
.sp_only {
  display: none;
}
.sp-menu {
  display: none;
}
/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a {
    transition: opacity 0.3s linear 0s;
  }

  .g-header {
    transition: all 0.3s;
  }
  .header-bottom-menu {
    position: absolute;
    width: 100%;
    top: 152px;
    z-index: 96;
  }
  .header-bottom-menu.-js-fix {
    position: fixed;
    top: 72px;
  }
}
@media screen and (max-width: 1280px) {
  .header-main .nav-list {
    margin-right: 1em;
  }
  .nav-list .icon-left {
    margin-right: 0.4em;
    width: 30.5px;
  }

  /*.g-menu .menu-content {
    width: 96%;
    max-width: 1220px;
    flex-direction: column;
}
    .g-menu .menu-content .time-menu {
    width: 100%;
    margin-bottom: 20px;
}
    .g-menu .menu-content .btn-menu {
    width: 100%;
}
    .g-menu .menu-content .btn-menu {
    width: 100%;
}
    .g-menu .menu-content .shop-menu {
    width: 100%;
}*/

  .header-main .nav-list span {
    font-size: 13px;
  }
  .menu-toggle {
    width: 100px;
    height: 56px;
    margin: 0 0 0 0px;
    padding: 10px 10px 10px 15px;
  }

  .foot-link li a {
    padding: 5px 22px;
  }
}
@media screen and (max-width: 980px) {
  .header-main .nav-list {
    display: none;
  }
  .g-menu {
    max-width: 780px;
  }
  .g-menu .menu-content {
    width: 96%;
    margin: 10px auto;
    display: block;
  }
  .g-menu .menu-content .time-menu {
    width: 100%;
    border-top: 1px solid #bcc482;
    border-bottom: 1px solid #bcc482;
    position: relative;
    padding: 35px 2% 10px;
  }
  .g-menu .menu-content .time-menu .time-box-1:before {
    display: none;
  }
  .g-menu .menu-content .time-menu .time-box-1 .text {
    font-size: 16px;
    font-size: 1.142rem;
    display: inline-block;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    position: absolute;
    top: -18px;
    left: 60%;
    width: 100%;
  }
  .g-menu .menu-content .time-menu .time-box-1 p.text-time {
    font-size: 1.8rem;
  }
  .g-menu .menu-content .time-menu .time-box-1 p.text-small {
    font-size: 0.7rem;
  }
  .g-menu .menu-content .time-menu .time-box-1 .text:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/menu-icon-time.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    top: 0;
    bottom: 0;
    left: -24px;
    width: 20px;
    height: 20px;
    margin: auto;
  }
  .g-menu .menu-content .time-menu .time-box-1 {
    width: 60%;
    padding: 10px 10px 10px 10px;
    position: inherit;
  }
  .g-menu .menu-content .time-menu .time-box-2 {
    display: block;
    /*width: 40%;*/
  }
  .g-menu .menu-content .time-menu .time-box-2 a {
    position: relative;
    padding: 0 15px 0 0px;
    font-size: 0.9rem;
  }
  .g-menu .menu-content .time-menu .time-box-2 a:after {
    width: 12px;
    height: 12px;
  }
  .g-menu .menu-content .shop-menu {
    width: 100%;
  }
  .g-menu .shop-menu > ul > li {
    margin-bottom: 18px;
  }
  .g-menu .shop-menu > ul > li a p {
    font-size: 10px;
    font-size: 0.714rem;
    line-height: 1.2em;
  }
  .g-menu .shop-menu > ul > li a::before {
    width: 42px;
    height: 40px;
  }
  .g-menu .shop-menu > ul > li.navi-floor a::before {
    width: 43px;
  }
  .g-menu .shop-menu > ul > li.navi-news a::before {
    height: 48px;
  }
  .g-menu .shop-menu > ul > li.navi-recruit a::after {
    top: 0px;
    right: 5px;
    width: 10px;
    height: 10px;
  }
  .g-menu .menu-content .btn-menu {
    width: 100%;
    margin: 0px 0 20px;
  }
  .g-menu .menu-content .btn-menu .navi-btn {
    width: 49%;
  }
  .g-menu .menu-content .btn-menu .navi-btn a {
    padding: 10px 10px;
    border-radius: 30px;
  }
  .g-menu .menu-content .btn-menu .navi-btn a span {
    font-size: 12px;
    font-size: 0.857rem;
  }
  .g-menu .menu-content .other-menu {
    width: 100%;
  }
  .g-menu .other-menu li {
    font-size: 10px;
    font-size: 0.714rem;
  }
  .g-menu .other-menu li a {
    padding: 10px 5px;
  }
  .g-menu .other-menu li a span:after {
    bottom: 0;
    top: 0;
    right: 10px;
    width: 10px;
    height: 12px;
  }
  .g-menu .other-menu li a.blank-icon span:after {
    width: 10px;
    height: 10px;
  }
  .g-menu .menu-content .shop-menu {
    width: 100%;
    margin: 18px 0 0;
  }
  .g-menu .menu-content .btn-menu .navi-btn a span:after {
    width: 15px;
    height: 15px;
  }
  .g-menu .sns-menu {
    padding: 15px 0 0;
  }
  .g-menu .sns-menu p {
    font-size: 12px;
    font-size: 0.85rem;
  }

  .g-footer .foot-top {
    margin-bottom: 34px;
    display: block;
    text-align: center;
  }
  .g-footer {
    padding-top: 40px;
  }
  .g-footer .foot-top {
    margin-bottom: 34px;
    display: block;
    text-align: center;
  }
  .g-footer .foot-logo {
    float: none;
    width: 60%;
    margin: 0 auto 20px;
  }
  .foot-info-1 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .g-footer .foot-address {
    float: none;
    margin-bottom: 20px;
  }
  .g-footer .foot-button {
    margin: 0 auto 35px;
    float: none;
  }
  .g-footer .foot-button a {
    width: 94%;
    margin: 0 auto;
    padding: 0 10%;
    text-align: center;
  }
  .g-footer .foot-note {
    display: none;
  }
  .foot-link ul {
    justify-content: center;
  }
  .foot-link li a {
    padding: 5px 14px;
    font-size: 11.2px;
    font-size: 0.9rem;
  }
  .foot-link li a.blank-icon::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* tablet */
  .header-main .header-logo {
    width: 24%;
    margin: 0 15px 5px 0;
  }
  .access-contents .post-list-link a span {
    font-size: clamp(14px, calc(0.78125vw + 8px), 16px);
  }
}
@media screen and (max-width: 767px) {
  /* smart phone */
  html {
    font-size: 14px;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  /* -----
   * サイト内の共通class
　 ----------------------------------------------------------------------------- */
  .adjust-width {
    width: 100%;
    padding: 0 4%;
  }
  /* -----
   * g-container
  ----------------------------------------------------------------------------- */
  .g-container {
    min-width: 100%;
    padding-top: 0px;
  }
  .g-main {
    padding-top: 60px;
  }
  /* -----
   * g-header
  ----------------------------------------------------------------------------- */
  .header-main {
    width: 100%;
    height: auto;
    padding: 0 0 0 2%;
  }
  .header-main .header-logo {
    width: 42%;
    max-width: 200px;
    margin: 0 0 5px 0;
  }
  .header-main .nav-list {
    display: none;
  }
  .menu-close {
    width: 31px;
    height: 31px;
    margin: 0 10px 10px 0;
  }
  .menu-close i:before,
  .menu-close i:after {
    width: 20px;
    height: 2px;
  }
  .header-info-bg {
    height: 100%;
  }
  .header-info {
    height: 90%;
    border-radius: 10px;
  }
  .header-info .header-info-inner {
    height: 86%;
  }
  .header-info .info-title {
    font-size: 18px;
    font-size: 1.285rem;
    line-height: 1.4em;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 40px;
  }
  .header-info .info-title:before {
    width: 35px;
    height: 35px;
  }
  .header-info .header-info-inner .shop-info-group .shop-info {
    display: block;
    min-height: auto;
  }
  .header-info .header-info-inner .shop-info-group .shop-info .shop-name {
    font-size: 13px;
    font-size: 0.928rem;
    width: 100%;
    margin-bottom: 5px;
  }
  .header-info .header-info-inner .shop-info-group .shop-info .shop-text {
    width: 100%;
    font-size: 11px;
    font-size: 0.785rem;
    line-height: 1.4em;
  }
  .language-switch {
    padding-right: 20px;
  }
  .language-switch button {
    padding: 0 0;
    width: 30px;
    margin-top: 5px;
  }
  .language-switch .list {
    top: 52px;
    left: -100%;
  }
  .menu-toggle {
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 8px 0 8px 0px;
    padding: 14px 10px 14px 20px;
  }
  .btn-trigger {
    width: 18px;
    height: 16px;
    margin: 0 0 0 8px;
  }
  .btn-trigger span {
    height: 1px;
    border-radius: 2px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 7px;
  }

  .g-menu {
    width: 94%;
    height: 100%;
    overflow-y: auto;
    margin: 0 0 0 6%;
    padding: 24px 2% 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    transform: translate3d(100%, 0, 0);
  }
  .micromodal-slide[aria-hidden="false"] .modal__container .g-menu {
    animation: mmslideInSP 0.5s cubic-bezier(0, 0, 0.2, 1);
    transform: translateY(0);
  }
  .micromodal-slide[aria-hidden="true"] .modal__container .g-menu {
    animation: mmslideOutSP 0.5s cubic-bezier(0, 0, 0.2, 1);
  }
  .g-menu .heading-logo {
    margin: 0 auto 1.8em;
  }

  .header-main .header-menu-in {
    justify-content: flex-end;
    width: 58%;
  }
  .menu-toggle span.toggle-name {
    font-size: 9px;
    font-size: 0.642rem;
    line-height: 1em;
  }
  .sp-menu {
    display: block;
    width: 100%;
    background: #fefff3;
    border-radius: 10px;
    margin: 10px 0 0;
    padding: 10px 1%;
    box-sizing: border-box;
  }
  .sp-menu ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .sp-menu li {
    width: 25%;
    list-style: none;
    border-left: 1px solid #bcc482;
  }
  .sp-menu li:first-child {
    border-left: none;
  }
  .sp-menu li a,
  .sp-menu li button {
    position: relative;
    text-decoration: none;
    font-size: 10px;
    font-size: 0.714rem;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: none;
  }
  .sp-menu li a::before,
  .sp-menu li button::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    flex-shrink: 0;
  }
  .js-sp-footer-menu.sp-menu {
    margin: 0px 0 0;
    padding: 7px 0;
    background: #fff;
    position: fixed;
    bottom: -70px;
    left: 0;
    z-index: 90;
    width: 100%;
    box-shadow: 0 -1px 3px rgba(196, 184, 163, 0.6);
    transition: bottom 0.3s;
    border-radius: 0;
  }
  .js-sp-footer-menu.sp-menu.-js-show {
    bottom: 0;
  }
  .js-sp-footer-menu.sp-menu li a::before {
    width: 34px;
    height: 24px;
  }
  .js-sp-footer-menu.sp-menu li.navi-access a::before,
  .js-sp-footer-menu.sp-menu li.navi-guide a::before {
    width: 40px;
    height: 27px;
  }
  .sp-menu li.navi-time button::before {
    background-image: url(../images/common/menu-icon-time.svg);
  }
  .sp-menu li.navi-shop a::before {
    background-image: url(../images/common/menu-icon-shop_guide.svg);
    width: 44px;
  }
  .sp-menu li.navi-guide a::before {
    background-image: url(../images/common/menu-icon-guide.svg);
  }
  .sp-menu li.navi-access a::before {
    background-image: url(../images/common/menu-icon-access.svg);
  }
  .sp-menu li.navi-home a::before {
    background-image: url(../images/common/menu-icon-home.svg);
    width: 40px;
    height: 24px;
  }
  .sp-menu li.navi-news a::before {
    background-image: url(../images/common/menu-icon-news.svg);
  }
  .sp-menu li a div.text,
  .sp-menu li button span.text {
    display: table;
    width: 100%;
    height: 2.8em;
  }
  .sp-menu li a .text p,
  .sp-menu li button span.text span {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-size: 0.785rem;
    line-height: 1.2em;
    padding-top: 2px;
  }
  .modal__close {
    width: 35px;
    height: 35px;
    margin: 0 10px 10px 0;
  }

  .section-container {
    margin-bottom: 40px;
  }
  .container-inner {
    width: 90%;
    margin: 20px auto 20px;
  }
  .section-title {
    font-size: 1.85rem;
  }

  .section-sub-title {
    font-size: 1rem;
  }
  .page-title {
    padding: 22px 0 25px;
  }
  .breadcrumb ul li,
  .breadcrumb ul li a {
    font-size: 0.7rem;
  }

  .bg-bottom:before {
    display: none;
  }
  .access-container {
    display: block;
    margin: 40px auto 30px;
    position: relative;
  }
  .access-container:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: -5%;
    width: 110%;
    height: 100px;
    background-image: url(../images/top/illust_05_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .access-contents {
    width: 100%;
  }
  .access-contents:after {
    content: "";
    position: absolute;
    top: -45px;
    bottom: 0;
    left: auto;
    right: -8%;
    background-image: url(../images/top/illust_04_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 74%;
    height: 140px;
    z-index: 0;
  }
  .map-contents iframe {
    width: 100%;
    height: 180px;
    border-radius: 10px;
  }
  .map-contents {
    width: 100%;
    text-align: center;
  }
  .access-container .post-list-link a {
    width: 90%;
    min-width: auto;
    margin: 10px auto 15px;
  }
  .service-container {
    border-radius: 10px;
    margin: 30px auto 20%;
    position: relative;
  }
  .bg-bottom:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    background-image: url(../images/top/illust_06_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    aspect-ratio: 5 / 2;
    z-index: 1;
  }
  .service-container .container-inner {
    margin: 20px auto 0px;
    position: relative;
    z-index: 2;
  }
  .bottom-banner {
    margin-top: 20px;
  }
  .bottom-banner .item {
    width: 100%;
    margin-bottom: 14px;
  }

  .g-footer .foot-bottom {
    padding: 16px 32px 90px;
  }
  .g-footer .foot-bottom .copyright {
    margin: 0px 0 0;
    float: none;
    font-size: 12.8px;
    font-size: 0.914rem;
  }
  .page-title .adjust-width:after {
    top: auto;
    bottom: -30px;
    right: 0;
    width: 44%;
    max-width: 220px;
    height: auto;
    aspect-ratio: 5 / 2;
  }

  #news .page-title .adjust-width:after {
    top: 0;
    right: 0;
    width: 44%;
    height: auto;
    max-height: fit-content;
    aspect-ratio: 2 / 1;
  }
  #shop_guide .page-title .adjust-width:after {
    background-image: url(../images/common/illust-shop-sp.png);
    bottom: -10px;
    top: auto;
    right: 0;
    width: 40%;
    height: auto;
    aspect-ratio: 3 / 2;
  }
  #access-parking .page-title .adjust-width:after {
    top: 0;
    bottom: 0px;
    right: 0;
    margin: auto 0;
    background-image: url(../images/access/illust-access-sp.png);
    width: 50%;
    height: auto;
    max-height: fit-content;
    aspect-ratio: 5 / 2;
  }
  .head-group.head-contents {
    padding: 25px 0;
  }
  .foot-link li {
    width: 50%;
    margin-bottom: 5px;
  }
  .foot-link li:nth-child(3) {
    border-left: 1px solid #bcc482;
  }
  @-webkit-keyframes active-btn-close01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
    }
  }
  @keyframes active-btn-close01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(7px) rotate(0);
    }
    100% {
      transform: translateY(7px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-btn-close03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
    }
  }
  @keyframes active-btn-close03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-7px) rotate(0);
    }
    100% {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
}
