@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Zen+Old+Mincho:wght@400;500;600;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 {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  word-break: break-all;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.1rem;
  }
}

.main-bg {
  background: #f0eeec;
}

.wht-bg {
  background: #fff;
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
  .widebox .inbox {
    width: 100%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 5px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #000;
}

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

.drawer-nav {
  text-align: left;
  padding: 15% 10% 10% !important;
  box-sizing: border-box;
  background: #fff;
}
.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #c6beaf;
}
.drawer-nav .drawer-menu > li:last-child {
  margin-bottom: 0;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 3.8vw;
  display: block;
  position: relative;
  padding: 5%;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
}

/*Drawer Btn Setting
=======================================*/
.drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  z-index: 100000 !important;
}

/*Right Position
-----------------------------------*/
.drawer--right .drawer-toggle.drawer-hamburger {
  background: #000 !important;
  right: 2.5% !important;
  top: 1%;
}

.drawer--right.drawer-open .drawer-hamburger {
  background: #000 !important;
  right: 2.5% !important;
  top: 1%;
  z-index: 1000000 !important;
}

/*Left Position
-----------------------------------*/
.drawer--left .drawer-toggle.drawer-hamburger {
  background: #000 !important;
  left: 2.5% !important;
  top: 1%;
}

.drawer--left.drawer-open .drawer-hamburger {
  top: 1%;
  left: 2.5% !important;
  z-index: 1000000 !important;
}

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

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-toggle.drawer-hamburger {
  background: #000 !important;
  right: 2.5% !important;
  top: 1%;
  overflow: visible !important;
  padding: 0 10px;
  box-sizing: border-box;
}

.drawer-hamburger {
  width: 48px;
  height: 60px;
  box-sizing: border-box;
}

.drawer-hamburger-icon {
  margin-top: 0;
}
.drawer-hamburger-icon:before {
  width: 100%;
  top: -8px;
}
.drawer-hamburger-icon:after {
  width: 100%;
  top: 8px;
}

.drawer-hamburger-txt {
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
  font-size: 9px;
  bottom: -15px;
}

/*DropDown Menu
---------------------------------------------*/
.drawer-dropdown-menu > li,
.drawer-dropdown-menu .drawer-dropdown-menu-item {
  line-height: 1.2;
  padding: 2%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.drawer-dropdown-menu > li:last-child,
.drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.drawer-menu-item {
  position: relative;
}

.level1,
.level2 {
  font-size: 4vw;
  position: relative;
}
.level1 li,
.level1 p,
.level2 li,
.level2 p {
  padding: 2% 0 2% 2% !important;
}
.level1 a,
.level1 p,
.level2 a,
.level2 p {
  font-size: 4vw;
}

.level1 {
  background: #f2f2f2;
}

.level2 {
  background: #ccc;
}
.level2 li a {
  padding-left: 5% !important;
  box-sizing: border-box;
}

.drawer-current {
  position: absolute;
  right: 5px !important;
  top: 50%;
  width: 10px !important;
  height: 10px !important;
  border: solid transparent 1px !important;
  box-sizing: border-box;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  transform: rotate(-45deg);
  margin-top: -5px !important;
  transition: 0.1s all ease-in;
}

/*current　矢印設定
----------------------------------*/
.drawer-dropdown .drawer-menu-item.current .drawer-current {
  transform: rotate(45deg) !important;
}

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

/*Address
-----------------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3vw;
}
.drawer-address li {
  margin-bottom: 3%;
}
.drawer-address li:last-child {
  margin-bottom: 0;
}

/*Contact btn
-----------------------------------*/
.drawer-mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  margin: 10% auto;
  padding: 4% 0;
}
.drawer-mail-btn span {
  font-size: 3.5vw;
  color: #fff;
  position: relative;
}

/*縦スクロール設定
---------------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}/*# sourceMappingURL=drawer_def.css.map */