@charset "UTF-8";
@font-face {
  font-family: "chonburiregular";
  src: url("/assets/fonts/Chonburi/chonburi-regular-webfont.woff2") format("woff2"), url("/assets/fonts/Chonburi/chonburi-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**---------------------------------------------
 * global nav Mobile版
**-----------------------------------------------*/
@media screen and (max-width: calc(769px - 1px)) {
  main.site-main {
    padding-top: 60px;
  }
}
div#mobile_nav {
  background-color: #0e335d;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 50;
}
div#mobile_nav a[class*=-link] {
  display: block;
  box-sizing: border-box;
  padding: 0 2%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#mobile_nav a[class*=-link] img {
  height: 70%;
  width: auto;
  display: block;
}

div#mobile_nav a.logo-link {
  width: 52%;
  padding: 0 4%;
  text-align: left;
  justify-content: flex-start;
}
div#mobile_nav a.logo-link img {
  display: inline;
}

div#mobile_nav a.insta-link {
  width: 16%;
  padding: 0 4%;
}

div#mobile_nav a.x-link {
  width: 16%;
  padding: 0 4%;
}

div#mobile_nav a.phone-link {
  width: 38%;
  padding: 0 4%;
}

div#mobile_nav a.inquiry-link {
  width: 23%;
}

div#mobile_nav a.emergency-link {
  width: 23%;
}

div#mobile_nav a.menu-link {
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

.menu-link__burger {
  width: 35px;
  height: 2px;
  background-color: hsl(221, 14%, 100%);
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
}

.menu-link__burger::before,
.menu-link__burger::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: hsl(221, 14%, 100%);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.menu-link__burger::before {
  transform: translateY(-10px);
}

.menu-link__burger::after {
  transform: translateY(10px);
}

.menu-link.is-open .menu-link__burger {
  transform: rotate(45deg);
}

.menu-link.is-open .menu-link__burger::before {
  transform: rotate(-90deg);
  top: 0;
}

.menu-link.is-open .menu-link__burger::after {
  transform: rotate(-90deg);
  top: 0;
}

/**---------------------------------------------
 * mobile_menu
 * アコーディオンメニュー
**-----------------------------------------------*/
.menu-list {
  --bulma-menu-list-line-height:1.6;
}
.menu-list > li {
  border-bottom: 1px solid hsl(221, 14%, 86%);
}
.menu-list ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.menu-list ul li {
  border-bottom: 1px solid #d0d0d0;
}
.menu-list ul li ul {
  --bulma-menu-list-border-left:none;
  --bulma-menu-nested-list-margin: 0.4em;
}
.menu-list ul li ul li {
  border-bottom: none;
}
.menu-list .submenu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-list .submenu-toggle::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url("../../assets/image/arrowdown.svg"); /* 画像のパスを更新 */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.container:not(.is-max-desktop):not(.is-max-widescreen) {
  max-width: 960px;
}

.modal {
  --bulma-modal-card--head-padding:1rem;
}

.modal-card-head {
  --bulma-shadow: none;
  padding: 1rem;
}

div#mobile__menu {
  top: 60px;
  max-height: calc(100dvh - 60px);
}
/*# sourceMappingURL=style-mobile-menu.css.map */
