@charset "UTF-8";
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;
}

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 {
  box-sizing: border-box;
  background: #f0eeec url(../img/common/ft_bg.jpg) no-repeat center bottom 10px/100%;
}
@media screen and (min-width: 767px) {
  .drawer-nav {
    padding: 30px !important;
    width: 500px !important;
  }
}
@media screen and (max-width: 768px) {
  .drawer-nav {
    padding: 15% 10% 10% !important;
  }
}
.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #b5bab8;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    padding: 15px 20px;
    transition: 0.1s all ease;
    font-size: 17px;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item:hover {
    text-decoration: none;
    color: #a81705;
  }
}
@media screen and (max-width: 768px) {
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    padding: 20px 10px;
    letter-spacing: 0.5rem;
  }
}

/*Drawer Btn Setting
=======================================*/
/*Right Position
-----------------------------------*/
/*close*/
@media screen and (min-width: 767px) {
  .drawer--right .drawer-nav {
    width: -500px !important;
  }
}
.drawer--right .drawer-toggle.drawer-hamburger {
  background: none !important;
}
@media screen and (min-width: 767px) {
  .drawer--right .drawer-toggle.drawer-hamburger {
    right: 20px !important;
    top: 30px;
  }
}
/*open*/
@media screen and (min-width: 767px) {
  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain; /* ドロワー内だけスクロール */
  }
}
@media screen and (min-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 20px !important;
    top: 30px;
  }
}
/*Drawer Btn
-----------------------------------*/
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #000 !important;
}

/*drawer box*/
@media screen and (min-width: 767px) {
  .drawer-hamburger {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .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
=======================================*/
/*SNS
-----------------------------------*/
.sns-list {
  margin: 30px auto;
}
.sns-list li {
  margin-right: 5%;
}
.sns-list li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .drawer-info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .drawer-info {
    margin-top: 30px;
  }
}

.drawer-detail {
  margin-top: 30px;
}
.drawer-detail .c-tel-number {
  font-size: 25px;
}
.drawer-detail .c-tel-number small {
  font-size: 15px;
}/*# sourceMappingURL=drawer.css.map */