@charset "UTF-8";
@import url(reset.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*******/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*******/
html {
  /* 1rem = 10px にする*/
  font-size: 62.5%;
  _font-size: 62.5%;
  *font-size: 62.5%;
  /*ウェブフォント用*/
  text-rendering: optimizeLegibility;
}

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

/*flex
------------------------------------ */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-c {
  align-items: center;
}

/*---------------------------------------------
 Drawer Default
---------------------------------------------*/
.drawer-logo {
  width: 40%;
  margin-bottom: 8%;
}

.drawer-nav {
  width: 260px;
  height: 100%;
  padding: 0 !important;
  background: #fff;
  box-sizing: border-box;
}
.drawer-nav .drawer-nav-inner {
  padding: 40px 0;
  box-sizing: border-box;
}
.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #bfbfbf;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #3f3f3f;
  letter-spacing: 0;
  line-height: 2.14286;
  text-decoration: none;
  padding: 15px 4%;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item:hover {
  text-decoration: none;
  color: #eba035;
}
.drawer-nav .drawer-sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background: #05613b;
  position: relative;
  z-index: 0;
}
.drawer-nav .drawer-sub-menu::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f6f7ec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.drawer-nav .drawer-sub-menu li {
  width: 50%;
  height: 60px;
  border-bottom: 1px solid #f6f7ec;
  box-sizing: border-box;
}
.drawer-nav .drawer-sub-menu li:nth-of-type(2n + 1) {
  border-right: solid 1px #f6f7ec;
}
.drawer-nav .drawer-sub-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.66667;
  transition: all 0.24s;
}
.drawer-nav .drawer-sub-menu li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16);
}

/*Drawer Btn Setting
=======================================*/
/*Right Position
-----------------------------------*/
/*close*/
.drawer--right .drawer-toggle.drawer-hamburger {
  background: #05613b !important;
  right: 10px !important;
  top: 20px;
}

/*open*/
.drawer--right.drawer-open .drawer-hamburger {
  top: 20px;
  right: 265px !important;
}

/*Left Position
-----------------------------------*/
/*close*/
.drawer--left .drawer-toggle.drawer-hamburger {
  background: #05613b !important;
  left: 2.5% !important;
  top: 8px;
}

/*open*/
.drawer--left.drawer-open .drawer-hamburger {
  top: 8px;
  left: 2.5% !important;
}

/*Drawer Btn
-----------------------------------*/
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #1b1b1b !important;
}

/*drawer box*/
.drawer-hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/*drawer line*/
.drawer-hamburger-icon:before {
  top: -8px;
}
.drawer-hamburger-icon:after {
  top: 8px;
}

/*drawer box txt*/
.drawer-hamburger-txt {
  color: #fff;
  font-size: 9px;
  bottom: -15px;
}

.drawer-icon {
  font-size: 2.2rem;
}

/*DropDown Menu
---------------------------------------------*/
.drawer-dropdown-menu > li,
.drawer-dropdown-menu .drawer-dropdown-menu-item {
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

.level1,
.level2 {
  position: relative;
}
.level1 a,
.level1 p,
.level2 a,
.level2 p {
  font-size: 4vw;
}

.level1 {
  background: #fff;
}

.level2 {
  background: #fff;
}

.drawer-current {
  right: 5px !important;
  top: 50%;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

/*Original Custum Code
=======================================*/
/*SNS
-----------------------------------*/
.sns-list {
  margin: 10% auto 5%;
}
.sns-list li {
  margin-right: 5%;
}
.sns-list li:last-child {
  margin-right: 0;
}

/*Address
-----------------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
.drawer-address li {
  margin-bottom: 3%;
}
.drawer-address li:last-child {
  margin-bottom: 0;
}

/*Contact btn
-----------------------------------*/
.drawer-mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  margin: 10% auto;
  padding: 4% 0;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.drawer-mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}