@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Tsukimi+Rounded:wght@300;400;500;600;700&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: "Shippori Mincho B1", serif;
  color: #fff;
  background: #1a135f;
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.25rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

@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%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid transparent;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid transparent;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 10px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: transparent;
  color: #d8ad79;
}
@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: #d8ad79;
}

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: 110px;
  margin-bottom: 10px;
}

.drawer-nav {
  padding: 10% 8% 10% !important;
  background: #1a135f;
}
.drawer-nav .drawer-menu > li {
  text-align: center;
  border-bottom: 1px solid transparent;
  margin-bottom: 15px;
}
.drawer-nav .drawer-menu > li:last-of-type {
  margin-bottom: 0;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 16px;
  padding: 10px;
  font-weight: 500;
  color: #d8ad79;
  letter-spacing: 0.6rem;
}

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

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

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

/*drawer box*/
.drawer-hamburger {
  width: 55px;
  height: 55px;
  border: solid 1px #d8ad79;
  box-sizing: border-box;
}

/*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-info {
  margin-top: 30px;
}
.drawer-info .c-sns {
  padding: 15px;
}
.drawer-info-reserve {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-info .tel-box {
  margin-top: 30px;
  text-align: center;
  color: #d8ad79;
  font-size: 12px;
}
.drawer-info .tel-box .tel-number {
  color: #d8ad79;
}
.drawer-info .tel-box .number {
  font-family: "Tsukimi Rounded", sans-serif;
  font-size: 18px;
}
.drawer-info .tel-box .text {
  font-size: 12px;
}/*# sourceMappingURL=drawer.css.map */