@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;0,6..96,800;0,6..96,900;1,6..96,400;1,6..96,500;1,6..96,600;1,6..96,700;1,6..96,800;1,6..96,900&family=Kaisei+Tokumin:wght@400;500;700;800&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&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: 30%;
  margin-bottom: 5%;
}

.drawer-nav {
  padding: 10% 10% 10% !important;
  background: url(../img/common/ft-bg-l.png) no-repeat left top/30%, #fff url(../img/common/ft-bg-r.png) no-repeat right bottom/40%;
}
.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #c6beaf;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 5vw;
  padding: 5% 12% 5% 5%;
  color: #000;
  position: relative;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item:before {
  transition: 0.1s all ease-in;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 8vw;
  height: 2vw;
  background: url("../img/common/arw-btn.png") no-repeat center/contain;
}
.drawer-nav .drawer-menu .current a {
  color: #3cb371;
}

/*Drawer Btn Setting
=======================================*/
/*Right Position
-----------------------------------*/
/*close*/
.drawer--right .drawer-toggle.drawer-hamburger {
  background: #3cb371 !important;
  right: 2.5% !important;
  top: 1%;
}

/*open*/
.drawer--right.drawer-open .drawer-hamburger {
  top: 1%;
  right: 2.5% !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 {
  font-size: 3.5vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 10vw;
}
.drawer-info .drawer-add {
  margin-bottom: 5vw;
}
.drawer-info .tel-txt {
  margin-bottom: 3vw;
}
.drawer-info .drawer-contact {
  margin-bottom: 8vw;
}
.drawer-info .mail-btn {
  margin: 0 auto;
}
.drawer-info .drawer-workstime .in-dl {
  margin-bottom: 3vw;
}
.drawer-info .drawer-workstime dt {
  color: #fff;
  padding: 1vw;
  box-sizing: border-box;
  background: #3cb371;
}