@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

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

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

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

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

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

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*Font
--------------------------------------------*/
body {
  font-size: 4vw;
}

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 {
  padding: 60px 10% 10% !important;
  background: #fff;
  border-left: 20px solid #f6f8f7;
  box-sizing: border-box;
}
.drawer-nav .drawer-menu > li {
  border-bottom: 2px solid #f0f0f0;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 15px;
  padding: 15px 20px 15px 0;
  color: #000;
  position: relative;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item .ic-arw {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*Drawer Btn Setting
=======================================*/
/*Right Position
-----------------------------------*/
/*close*/
.drawer--right .drawer-toggle.drawer-hamburger {
  background: linear-gradient(90deg, #32bbb5, #459dca) !important;
  right: 10px !important;
  top: 10px;
}

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

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

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

/*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-detail {
  margin-top: 30px;
  text-align: center;
}
.drawer-info .drawer-detail .c-button {
  margin: 0 auto;
}
.drawer-info .drawer-detail-item {
  margin-bottom: 20px;
}
.drawer-info .drawer-detail-item:last-child {
  margin-bottom: 0;
}
.drawer-info .tel-box a {
  color: #eb9f3d;
}
.drawer-info .tel-box a .number {
  font-weight: 700;
  font-size: 20px;
}
.drawer-info .tel-box .worktime {
  font-size: 13px;
}/*# sourceMappingURL=drawer.css.map */