@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500;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: 48%;
  margin-bottom: 5%;
}

.drawer-nav {
  padding: 10% 10% 10% !important;
  background: url(../img/common/com-bg-right.png) no-repeat right top/50%, #fff url(../img/common/com-bg-left.png) no-repeat left bottom/45%;
}
.drawer-nav .drawer-menu > li {
  border-bottom: 1px dashed #fe8998;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 4vw;
  padding: 3vw 5vw 3vw 8vw;
  color: #614b3c;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item .ppl-arw {
  margin-left: 5vw;
  position: absolute;
  right: 0;
  font-size: 5vw;
  line-height: 8vw;
}
.drawer-nav .drawer-menu .current .drawer-menu-item {
  color: #fe8998;
}
.drawer-nav .drawer-menu .current .drawer-menu-item .ppl-arw {
  display: none;
}
.drawer-nav .drawer-menu .current .drawer-menu-item:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 6vw;
  height: 8vw;
  background: url("../img/top/top-news-ttl-deco.png") no-repeat center/contain;
  margin-top: -4vw;
}

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

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

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

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

/*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 .drawer-btn-list {
  margin-bottom: 3vw;
}
.drawer-info .drawer-btn-list li {
  margin-bottom: 3vw;
}
.drawer-info .drawer-btn-list li:last-of-type {
  margin-bottom: 0;
}
.drawer-info .drawer-btn-list li .bi-envelope-fill {
  color: #fff;
}
.drawer-info .drawer-btn-list .more-btn-round {
  width: 80%;
}
.drawer-info .drawer-detail {
  text-align: center;
  font-size: 3.5vw;
}
.drawer-info .drawer-address {
  font-size: 3.8vw;
  margin-bottom: 2vw;
}
.drawer-info .com-worktime dt,
.drawer-info .com-worktime dd {
  font-size: 3.5vw;
}

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