.pc {
  display: none !important;
}

@media (min-width: 960px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.innner, .sys_new picture, .sys_nor picture, .sys_op picture, .pricelst, .box_if, .breadcrumb ul, .ttl1 {
  max-width: 960px;
  margin: 0 auto;
}

.innner2 {
  max-width: 620px;
  margin: 0 auto;
}

.innner3 {
  max-width: 480px;
  margin: 0 auto;
}

.flex, .fnav, .box_tag span, .lst_contact .box_cbtn, .dnav.dmenu .lst_main, .dnav.dmenu, .flexC, .pagetop, .fnav a, .box_tag, .sinfo, .drawer button, .btn, .btn2, .btn_tel, .btn1 {
  display: flex;
  align-items: center;
}

.flexC, .pagetop, .fnav a, .box_tag, .sinfo, .drawer button, .btn, .btn2, .btn_tel, .btn1 {
  justify-content: center;
}

.pad1 {
  padding: 1.75rem;
}

.pt_b {
  background: url("../../img/bg_pat_black.jpg") repeat center top/80px;
}

.bg_dam1 {
  background: #1a1311 url("../../img/bg_damask1.png") repeat left top 100px;
}

a {
  color: #6e91e3;
}

.gfont, .pagetop, .btn_tel, .ttl span {
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.gr1, .dnav.dmenu, .drawer button, .btn2, .btn_tel {
  background: linear-gradient(135deg, #47b9f2 0%, #6e91e3 44%, #466DD3 100%);
}

.gr2, .fnav, .btn1 {
  background: linear-gradient(135deg, #f8d233 0%, #f68d00 60%);
}

.btn, .btn2, .btn_tel, .btn1 {
  color: white;
  border-radius: 2rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 15em;
}
.btn::after, .btn2::after, .btn_tel::after, .btn1::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  border: 2px solid;
  border-radius: calc(2rem - 4px) 0 calc(2rem - 4px) 0;
  pointer-events: none;
}

.btn2, .btn_tel {
  padding: 1em 0;
}

.logo_main {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .logo_main {
    width: 70%;
    max-width: 960px;
  }
}

.copyright {
  text-align: right;
  font-size: 0.9rem;
  padding: 0 1rem 1rem 0;
  opacity: 0.75;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

.lst_main a {
  color: white;
}

h1 {
  width: 210px;
  margin-left: 0.75rem;
}
h1 a, h1 img {
  display: block;
}

.d_overlay {
  display: none;
}

.d-open {
  overflow: hidden !important;
}
.d-open .d_overlay {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.drawer {
  position: fixed;
  z-index: 1010;
  top: 0;
  width: 100%;
}
.drawer button {
  width: 70px;
  height: 60px;
  border: 0;
  outline: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 0 10px 10px;
  border-radius: 0 0 0 50px;
}
.drawer button:hover {
  cursor: pointer;
}
.drawer button .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.drawer button.mbtn {
  right: 0;
}
.drawer button.mbtn .icon {
  position: relative;
  width: 30px;
}
.drawer button.mbtn .icon, .drawer button.mbtn .icon::before, .drawer button.mbtn .icon::after {
  height: 4px;
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: white;
}
.drawer button.mbtn .icon::before, .drawer button.mbtn .icon::after {
  position: absolute;
  left: 0;
  content: " ";
}
.drawer button.mbtn .icon::before {
  top: -10px;
  width: 30px;
}
.drawer button.mbtn .icon::after {
  top: 10px;
  width: 20px;
}
.drawer button.open {
  background: transparent;
}
.drawer button.open .icon {
  margin: 0 0 3px 0;
  transform: rotate(45deg);
}
.drawer button.open .icon::before, .drawer button.open .icon::after {
  top: 0;
  background: white;
}
.drawer button.open .icon::before {
  transform: rotate(-90deg);
}
.drawer button.open .icon::after {
  top: -4px;
  left: 10px;
  background: transparent;
}
.drawer button.none {
  display: none;
}

.dnav {
  width: 100%;
  max-width: 430px;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: white;
}
.dnav a {
  display: block;
  flex-shrink: 0;
}
.dnav.dmenu {
  z-index: 110;
  right: -101vw;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  flex-direction: column;
}
.dnav.dmenu::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background: url("../../img/emblem.webp") no-repeat center/100%;
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0.3;
  z-index: -1;
}
.dnav.dmenu.open {
  right: 0;
}
.dnav.dmenu ul {
  width: 100%;
}
.dnav.dmenu .lst_main {
  padding: calc(60px + 1rem) 0 2rem;
  flex-wrap: wrap;
}
.dnav.dmenu .lst_main li {
  width: calc(50% - 0.5rem);
  margin-bottom: 2rem;
}
.dnav.dmenu .lst_main li:nth-child(odd) {
  margin-right: 1rem;
}
.dnav.dmenu .lst_main a {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

@media (min-width: 960px) {
  header {
    justify-content: space-between;
    padding: 0 100px 0 0;
  }
  header h1 {
    margin-left: 80px;
  }
  .drawer-open button .icon {
    margin: 0 0 3px 10px;
  }
}
.fixed {
  overflow: hidden !important;
  height: 100%;
}

body {
  color: #535353;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background: white url("../../img/pt_bg1.svg") repeat center top/36px;
}

header, main, footer {
  width: 100%;
  min-width: 375px;
}

main:not(.p_top) {
  margin-top: 70px;
}

.sinfo {
  flex-direction: column;
}
.sinfo p {
  color: #6e91e3;
  font-size: 1.15rem;
}

.rad1 {
  border-radius: 1rem;
  overflow: hidden;
}

iframe {
  width: 100%;
  vertical-align: bottom;
}

.ttl {
  line-height: 1;
}
.ttl span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.5em;
}

.ttl1 {
  color: #6e91e3;
  position: relative;
  border-bottom: 2px solid;
}
.ttl1 img {
  max-width: 480px;
}
.ttl1 span {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1.15rem;
}

.ttl2 {
  background: #6e91e3;
  color: white;
  font-weight: 600;
  padding: 0.6em 1rem;
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
}
.ttl2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -0.5em;
  top: -0.2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-bottom: 0.8em solid #f3ca88;
  border-top: 0;
  transform: rotate(315deg);
}

.ttl10 {
  background: #6e91e3;
  color: white;
  padding: 0.75em;
  border-radius: 20px 0 20px 0;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .ttl10 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.btn_tel {
  font-size: 1.5rem;
  padding: calc(0.5rem + 4px) 2rem 0.5rem 0.75rem;
  line-height: normal;
}
.btn_tel img {
  width: 2.2em;
  height: 2.2em;
}

.lst_contact {
  width: 100%;
}
.lst_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lst_contact .box_reserv a, .lst_contact .box_credit a {
  height: 60px;
  border-radius: 30px;
}
.lst_contact .box_cbtn a {
  display: block;
  width: 60px;
}
.lst_contact .box_cbtn a:not(:last-child) {
  margin-right: 0.75rem;
}

.box_txt {
  font-size: 1.15rem;
  line-height: 1.7;
}
.box_txt p:not(:last-child) {
  margin-bottom: 1.75em;
}

.name {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.name .age {
  margin-left: 0.2em;
  font-size: 0.9em;
  letter-spacing: 0;
}

.ico_today {
  width: 100px;
  position: absolute;
}

.box_tag {
  flex-wrap: wrap;
}
.box_tag span {
  line-height: 1;
  letter-spacing: 0;
}
.box_tag span::before {
  content: "";
  display: inline-block;
  margin-right: 0.4em;
  width: 1.15em;
  height: 1.15em;
  background: url("../../img/icon/ico_tag.svg") no-repeat center/100%;
}

.aco {
  cursor: pointer;
}

.acoarr {
  position: relative;
}
.acoarr::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5em);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #6e91e3;
  border-right: 2px solid #6e91e3;
  transform: rotate(135deg);
  transition: 0.2s;
}
.acoarr.open::before {
  transform: rotate(316deg);
}

.sub_aco {
  display: none;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  color: #535353;
}
.breadcrumb ul {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  padding: 1rem 1.75rem;
}
.breadcrumb li {
  line-height: 1;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.breadcrumb li a span {
  padding-right: 1rem;
}
.breadcrumb li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #535353;
  border-right: 1px solid #535353;
  transform: rotate(45deg);
}

main {
  flex: 1;
}

.video {
  position: relative;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v9_16 {
  aspect-ratio: 9/16;
}

.v16_9 {
  aspect-ratio: 16/9;
}

.caps {
  font-size: 0.85rem;
  display: block;
}

.box_status {
  overflow: hidden;
  width: calc(100% - 0.4rem);
  max-width: 12em;
  text-align: center;
  border-radius: 0.75em;
  font-size: 1rem;
  line-height: 1;
}
.box_status p {
  padding: 0.4em 0;
  color: white;
}

.date::before, .newdate::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  vertical-align: bottom;
}

.date {
  background: #efb659;
}
.date::before {
  background: url("../../img/icon/ico_date.svg") no-repeat center/100%;
}

.newdate {
  background: #29c77e;
}
.newdate::before {
  background: url("../../img/icon/ico_ndate.svg") no-repeat center/100%;
}

.status {
  background: #f75eb5;
}
.status.st2 {
  background: #6e91e3;
}
.status.st3 {
  background: #b9b9b9;
}
.status.laston {
  background: #29c77e;
}

.ico_today {
  right: -0.4rem;
  top: 0rem;
  transform: rotate(12deg);
  z-index: 1;
}

.fnav {
  padding: 0 1.75rem 0 0.75rem;
  border-radius: 0 50px 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
}
.fnav a {
  flex-direction: column;
  color: white;
  width: 80px;
  padding-bottom: 0.75rem;
}
.fnav a img {
  max-width: 60px;
}
.fnav a span {
  font-size: 0.9rem;
  margin-top: -1.25em;
}

footer {
  background: #c3d2f4;
}
footer .sinfo {
  margin: 0 auto 80px;
  width: 60%;
  max-width: 280px;
}
footer .btn_tel {
  margin-top: 0.75rem;
}

.pagetop {
  width: 8em;
  margin: 2rem auto;
  flex-direction: column;
}
.pagetop img {
  width: 30px;
}

.box_if iframe {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: bottom;
}

.soon {
  max-width: 600px;
  margin: 0 auto;
}

.pricelst {
  display: block;
}

.sys_new picture, .sys_nor picture, .sys_op picture {
  padding: 2rem;
}

.sys_new {
  background: #efb659 url("../../img/pt_bg1.svg") repeat center/36px;
}

.sys_nor {
  background: #6e91e3 url("../../img/pt_bg1.svg") repeat center/36px;
}

/*# sourceMappingURL=styles.css.map */
