@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
body {
  font-size: 4vw;
}

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

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

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

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

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

.drawer-nav {
  padding: 15% 10% 10% !important;
  background: #fff;
}
.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #c6beaf;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 4.5vw;
  padding: 5%;
  color: #28190b;
}
.drawer-nav .drawer-menu .current {
  border-bottom: none;
}
.drawer-nav .drawer-menu .current a {
  border-top: none;
  color: #3dd6c6;
}

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

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

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

/*drawer box*/
.drawer-hamburger {
  width: 55px;
  height: 55px;
}

/*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;
}

/*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
=======================================*/
.drawer-info {
  margin-top: 10vw;
  text-align: center;
}
.drawer-info .com-sns-list {
  margin-bottom: 8vw;
  -webkit-justify-content: center;
  justify-content: center;
}
.drawer-info .drawer-contact-link li {
  margin-bottom: 5vw;
}
.drawer-info .drawer-contact-link li:last-of-type {
  margin-bottom: 0;
}