@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%; /*10px*/
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: 202px;
}
body {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
  background: #ffffff;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
.contents_inner {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
a,
a:link,
a:visited {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* font */
.ns {
  font-family: "Noto Sans JP", sans-serif;
}
.zkg {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/* device */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* flexbox */
.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  html {
    scroll-padding-top: 110px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*-----------------------------------

	header

-----------------------------------*/
header {
  width: 100vw;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
header .contents_inner {
  width: 100%;
  max-width: initial;
}
/* sub_container */
header .sub_container {
  color: #ffffff;
  background: #7a62a8;
  padding: 15.5px 55px 14.5px 77px;
  align-items: center;
}
header .sub_container .lang_select_wrap {
  gap: 10px 9px;
}
header .sub_container .catchcopy {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
header .sub_container .lang_ttl {
  font-size: 15px;
  font-weight: 300;
}
header .sub_container .lang_select_wrap {
  align-items: center;
}
header .sub_container .lang_select_box {
  width: max-content;
  position: relative;
}
header .sub_container .gt_switcher {
  appearance: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  width: 181px;
}
header .sub_container .gt_switcher .gt_selected a,
header .sub_container .gt_switcher .gt_option,
header .sub_container .gt_switcher .gt_option a {
  font-size: 15px;
  color: #000000;
  background: #ffffff;
  width: 161px;
  padding: 5px 10px;
  border: none;
  overflow-y: hidden !important;
}
header .sub_container .gt_switcher .gt_option {
  padding: 0 0 7px 0;
  width: 181px;
  max-height: 68px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 10001;
}
header .sub_container .gt_switcher .gt_selected a:after {
  background: url(../img/common/icon_select_arw_btm.svg) no-repeat center /
    contain;
  width: 12px;
  height: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
}
/* main_container */
header .main_container #toggle {
  width: 55px;
  height: 33px;
  cursor: pointer;
  position: fixed;
  top: 112px;
  right: 55px;
  z-index: 10000;
}
header .main_container #toggle > span {
  display: block;
  background: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  transition: 0.4s;
}
header .main_container #toggle .barh {
  top: 0;
}
header .main_container #toggle .barm {
  top: calc(50% - 2px);
}
header .main_container #toggle .barb {
  bottom: 0;
}
header .main_container #toggle.active > span {
  background: #fff !important;
}
header .main_container #toggle.active .barh {
  top: 14.5px;
  transform: rotate(-135deg);
}
header .main_container #toggle.active .barm {
  opacity: 0;
}
header .main_container #toggle.active .barb {
  bottom: 14.5px;
  transform: rotate(135deg);
}
header .main_container #toggle.scrolled > span {
  background: #999;
}
header .main_container #overlay {
  background: #000;
  min-width: 514px;
  width: max-content;
  max-width: 100%;
  height: calc(100dvh - 63.5px);
  padding: 95px 142px 30px;
  overflow-y: auto;
  position: fixed;
  top: 63.5px;
  right: -100%;
  z-index: 9999;
  transition: 0.4s right;
}
header .main_container #overlay.open {
  right: 0%;
}
header .main_container #overlay .overlay_menu ul:first-child {
  margin-bottom: 90px;
}
header .main_container #overlay .overlay_menu ul li {
  width: 210px;
}
header .main_container #overlay .overlay_menu ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
header .main_container #overlay a {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.22;
  color: #fff;
  padding-left: 1.2em;
  position: relative;
  cursor: pointer;
}
header .main_container #overlay a::before {
  content: "■";
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.22;
  color: #ebd272;
  position: absolute;
  top: 0;
  left: 0;
}
header .main_container #overlay .overlay_menu ul:last-child a::before {
  color: #fff;
}
@media screen and (max-width: 840px) {
  /* sub_container */
  header .sub_container .catchcopy .sp {
    display: block;
  }
  /* main_container */
  header .main_container #overlay {
    height: calc(100dvh - 72px);
    padding: 95px 142px 30px;
    top: 72px;
  }
  header .main_container #overlay .overlay_menu ul:first-child {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 640px) {
  /* sub_container */
  header .sub_container {
    padding: 15px;
    background: none;
  }
  header .sub_container.scrolled {
    color: #999;
  }
  header .sub_container .catchcopy {
    font-size: 10px;
    line-height: 1.3;
  }
  header .sub_container .lang_ttl {
    font-size: 10px;
  }
  header .sub_container .lang_select_box {
    background: #fff;
    color: #000;
  }
  header .sub_container .gt_switcher {
    font-size: 10px;
    width: 109px;
    height: 22px;
  }
  header .sub_container .gt_switcher .gt_selected a,
  header .sub_container .gt_switcher .gt_option,
  header .sub_container .gt_switcher .gt_option a {
    font-size: 10px;
    width: 101px;
    padding: 5px 4px;
  }
  header .sub_container .gt_switcher .gt_option {
    max-height: 44px;
    padding: 0;
    width: 109px;
    top: 22px;
  }
  header .sub_container .gt_switcher .gt_selected a:after {
    width: 7px;
    height: 4px;
    right: 6px;
  }
  header .sub_container .gt_switcher a img {
    width: 12px;
    height: 12px;
  }
  /* main_container */
  header .main_container #toggle {
    width: 34px;
    height: 27px;
    top: 60px;
    right: 15px;
  }
  header .main_container #toggle.active .barh {
    top: 11.5px;
  }
  header .main_container #toggle.active .barb {
    bottom: 11.5px;
  }
  header .main_container #overlay {
    background: rgba(0, 0, 0, 0.85);
    min-width: 230px;
    height: 100dvh;
    padding: 155px 27px 20px;
    top: 0;
  }
  header .main_container #overlay .overlay_menu ul li {
    width: 100%;
  }
  header .main_container #overlay a {
    font-size: 15px;
  }
  header .main_container #overlay a::before {
    font-size: 15px;
  }
  header .main_container #overlay a::before {
    font-size: 15px;
  }
}
/*-----------------------------------

	contents

-----------------------------------*/
#contents {
  position: relative;
}
/* scroll_box */
#scroll_box .scroll_txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
#scroll_box .scroll_line_wrap {
  overflow: hidden;
}
#scroll_box .scroll_line {
  background: rgba(0, 0, 0, 0.5);
  width: 1px;
  height: 35.5px;
  margin: 0 auto;
  animation: scroll_line_anim 2.4s ease-out infinite backwards;
}
@keyframes scroll_line_anim {
  0% {
    transform: translateY(-35.5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(35.5px);
  }
}
@media screen and (max-width: 640px) {
  /* scroll_box */
  #scroll_box .scroll_txt {
    font-size: 11.7px;
    margin-bottom: 5px;
  }
  #scroll_box .scroll_line {
    height: 22.5px !important;
    animation: scroll_line_anim 2s ease-out infinite backwards;
  }
  @keyframes scroll_line_anim {
    0% {
      transform: translateY(-22.5px);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(22.5px);
    }
  }
}
/*-----------------------------------

	shopmap_block

-----------------------------------*/
#shopmap_block {
  padding: 140px 0 155px;
}
#shopmap_block h2 {
  font-size: 34px;
  font-weight: 500;
  padding-left: 40px;
  background: url(../img/common/icon_title.svg) no-repeat left center / 33px;
  margin: 0 auto 65px;
}
#shopmap_block .shopmap_wrap {
  gap: 26px 49px;
}
#shopmap_block .shopmap_box {
  width: calc((100% - 49px) / 2);
}
#shopmap_block .map_box {
  position: relative;
  padding-bottom: 270px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 13px;
}
#shopmap_block .map_box iframe,
#shopmap_block .map_box object,
#shopmap_block .map_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#shopmap_block .txt_box {
  align-items: flex-start;
}
#shopmap_block .shop_tel {
  font-size: min(25px, 2.17vw);
  font-weight: 500;
  letter-spacing: -0.04em;
  width: calc(100% - min(140px, 12.17vw));
}
#shopmap_block .shop_tel a {
  display: inline;
}
#shopmap_block .shop_link_btn {
  font-size: min(13px, 1.13vw);
  font-weight: 600;
  background: #ffffff;
  width: min(140px, 12.17vw);
  padding: 12.5px 0 12.5px min(15px, 1.3vw);
  text-align: center;
  text-box: trim-both cap alphabetic;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
#shopmap_block .shop_link_btn::after {
  content: "";
  display: block;
  background: url(../img/common/icon_btn_arw_rt.svg) no-repeat center / contain;
  width: min(6px, 0.52vw);
  height: min(11px, 0.96vw);
  margin: auto;
  position: absolute;
  top: 0;
  left: min(14px, 1.22vw);
  bottom: 0;
}
@media screen and (max-width: 840px) {
  #shopmap_block .shopmap_wrap {
    gap: 30px 0;
    justify-content: center;
  }
  #shopmap_block .shopmap_box {
    width: min(500px, 100%);
  }
  #shopmap_block .shop_tel {
    font-size: 25px;
    width: calc(100% - 140px);
  }
  #shopmap_block .shop_link_btn {
    font-size: 13px;
    width: 140px;
    padding: 12.5px 0 12.5px 15px;
  }
  #shopmap_block .shop_link_btn::after {
    width: 6px;
    height: 11px;
    left: 14px;
  }
}
@media screen and (max-width: 640px) {
  #shopmap_block {
    padding: 56px 0 42px;
  }
  #shopmap_block h2 {
    font-size: 20px;
    padding-left: 26px;
    background: url(../img/common/icon_title.svg) no-repeat left center / 20px;
    margin: 0 auto 23px;
  }
  #shopmap_block .shopmap_box {
    width: 100%;
  }
  #shopmap_block .shopmap_box:nth-child(1) {
    order: 2;
  }
  #shopmap_block .shopmap_box:nth-child(2) {
    order: 3;
  }
  #shopmap_block .shopmap_box:nth-child(3) {
    order: 4;
  }
  #shopmap_block .shopmap_box:nth-child(4) {
    order: 5;
  }
  #shopmap_block .shopmap_box:nth-child(5) {
    order: 1;
  }
  #shopmap_block .shopmap_box:nth-child(6) {
    order: 6;
  }
  #shopmap_block .map_box {
    padding-bottom: 160px;
    padding-top: 30px;
    margin-bottom: 8px;
  }
  #shopmap_block .shop_tel {
    font-size: 16px;
    width: calc(100% - 95px);
  }
  #shopmap_block .shop_link_btn {
    font-size: 10px;
    letter-spacing: -0.03em;
    width: 95px;
    padding: 7px 0 7px 7px;
  }
  #shopmap_block .shop_link_btn::after {
    width: 4px;
    height: 7px;
    left: 7px;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  background: #7a62a8 url(../img/common/footer_deco.svg) no-repeat right
    max(calc(50vw - 560px), 5vw) bottom 95px / 275px;
  padding: 120px 0;
}
footer .contents_inner {
  max-width: 1120px;
}
footer .footer_nav {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 120px;
}
footer .footer_menu a {
  font-size: 18px;
  line-height: 2.22;
  color: #fff;
  position: relative;
}
footer .footer_menu a::before {
  content: "■";
  color: #ebd272;
  margin-right: 0.2em;
}
footer .footer_menu.rt a::before {
  color: #fff;
}
@media screen and (max-width: 840px) {
  footer .footer_nav {
    gap: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    background: #7a62a8;
    padding: 40px 0;
  }
  footer .footer_nav {
    gap: 0 36px;
  }
  footer .footer_menu a {
    font-size: 11px;
  }
}
/*-----------------------------------
	copy
-----------------------------------*/
#copy {
  text-align: center;
  padding: 20px 0;
}
#copy small {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #copy small {
    font-size: 10px;
  }
}
