.pc {
  display: none !important;
}

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

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

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

.flex, .cont_search dl > div .flexW, .panel, .fnav, .box_tag span, .lst_contact .box_cbtn, .dnav.dmenu .lst_main, .dnav.dmenu, .flexC, .cont_search .box_btn, .cont_search dl > div > dd, .panel_info .size, .panel_info .date, .panel_info .newdate, .panel_info .status, .pagetop, .fnav a, .box_tag, .sinfo, .drawer button, .btn, .btn2, .btn_search, .btn_tel, .btn1 {
  display: flex;
  align-items: center;
}

.flexC, .cont_search .box_btn, .cont_search dl > div > dd, .panel_info .size, .panel_info .date, .panel_info .newdate, .panel_info .status, .pagetop, .fnav a, .box_tag, .sinfo, .drawer button, .btn, .btn2, .btn_search, .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_search, .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_search, .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_search::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_search, .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, .cont_search form {
  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, .cont_search dt {
  position: relative;
}
.acoarr::before, .cont_search dt::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, .cont_search dt.open::before {
  transform: rotate(316deg);
}

.sub_aco, .cont_search dl > div {
  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;
}

.panel_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.panel_info .size, .panel_info .status {
  font-size: 0.85em;
  font-weight: 400;
}
.panel_info .size, .panel_info .date, .panel_info .newdate, .panel_info .status {
  line-height: 1;
  letter-spacing: 0.05rem;
}

.nomination {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  display: block;
  width: 100%;
  text-align: center;
  height: 42px;
}
.nomination dt {
  padding: 5px;
  display: block;
  color: #FFF;
  background: #6e91e3;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.nomination dd {
  padding: 5px;
  font-weight: 400;
  display: block;
  color: #6e91e3;
  background: rgba(204, 204, 204, 0.3);
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.panel {
  flex-direction: column;
  position: relative;
}
.panel .frame {
  background: white;
  border: 1px solid #99b1eb;
  padding: 0.4rem;
  margin-bottom: 0.75rem;
}
.panel .p_img {
  border: 1px solid #c3d2f4;
}
.panel .panel_info {
  padding: 0.75rem 0;
}
.panel .panel_info .name {
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}
.panel .panel_info .status {
  padding: 0.4rem 0;
  font-weight: 600;
}

.lst_panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
.lst_panel .panel {
  width: calc(50% - 1rem);
  margin: 0.5rem 0.5rem 2rem;
}
@media (min-width: 480px) {
  .lst_panel .panel {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (min-width: 840px) {
  .lst_panel .panel {
    width: calc(25% - 1rem);
  }
}

.box_tag {
  margin-top: 1rem;
}
.box_tag span {
  font-size: 0.85rem;
  margin: 0.4em;
}

form {
  font-size: 16px;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.form-control, .selbox {
  border-radius: 0.4em;
  background: white;
  border: 1px solid #94a0bd;
  width: 100%;
  line-height: 1.4;
}

.form-control {
  color: #535353;
  display: block;
  width: 100%;
  padding: 0.75rem;
}

.selbox {
  position: relative;
}
.selbox::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2em);
  right: 0.8em;
}
.selbox select {
  width: 100%;
  padding: 0.75rem;
  color: #535353;
  text-align: -webkit-center;
  text-align: center;
}

textarea {
  overflow: auto;
  height: 10em;
  resize: vertical;
  text-align: left !important;
}

.message h3 {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.75rem;
}
.message p {
  font-size: 0.9rem;
}
.message p:not(:last-child) {
  margin-bottom: 1rem;
}

.m2 {
  text-align: center;
}
.m2 .btn_tel {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0 3px 12px -1px rgba(255, 255, 255, 0.75);
}

::placeholder {
  color: rgba(185, 185, 185, 0.75);
}

.btn3 {
  display: block;
  border-radius: 3em;
  color: #CCC;
  background: #b9b9b9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3em;
  letter-spacing: 0.3em;
  max-width: 24rem;
  margin: 2rem auto 0;
}

.btn_txt {
  color: #535353;
  text-decoration: underline;
  margin-top: 1.75rem;
  font-size: 0.85rem;
}

.conflst {
  text-align: left;
}
.conflst dd {
  border-bottom: 1px solid rgba(83, 83, 83, 0.4);
  margin-bottom: 1.75rem;
  padding: 0.75rem 0 1.75rem 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.btn_search {
  margin-top: 3rem;
  font-size: 1.2rem;
}
.btn_search img {
  width: 1.2em;
  margin-right: 0.4em;
}

.cont_search {
  padding: 2rem;
}
.cont_search .selbox {
  max-width: 15em;
}
.cont_search form {
  background: white;
  border: 4px solid #6e91e3;
}
.cont_search .form_check {
  font-size: 14px;
}
.cont_search .form_check label, .cont_search .form_check input[type=checkbox] {
  cursor: pointer;
}
.cont_search input[type=checkbox] {
  background: white;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #b9b9b9;
  border-radius: 9999px;
  vertical-align: calc(-0.2em - 2px);
  margin-right: 0.5em;
}
.cont_search input[type=checkbox]:checked {
  background: #6e91e3;
}
.cont_search input[type=checkbox]:checked::before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  content: "";
}
.cont_search dl > div {
  border-top: 1px solid #6e91e3;
  background: rgba(110, 145, 227, 0.1);
}
.cont_search dl > div .flex dd, .cont_search dl > div .flexW dd, .cont_search dl > div .flexC dd, .cont_search dl > div .box_btn dd, .cont_search dl > div .btn dd, .cont_search dl > div .btn1 dd, .cont_search dl > div .btn2 dd, .cont_search dl > div .drawer button dd, .drawer .cont_search dl > div button dd, .cont_search dl > div .dnav.dmenu dd, .dnav.dmenu .cont_search dl > div .lst_main dd, .cont_search dl > div .sinfo dd, .cont_search dl > div .btn_tel dd, .cont_search dl > div .lst_contact .box_cbtn dd, .lst_contact .cont_search dl > div .box_cbtn dd, .cont_search dl > div .box_tag dd, .box_tag .cont_search dl > div span dd, .cont_search dl > div .fnav dd, .fnav .cont_search dl > div a dd, .cont_search dl > div .pagetop dd, .cont_search dl > div .panel_info .size dd, .panel_info .cont_search dl > div .size dd, .cont_search dl > div .panel_info .date dd, .panel_info .cont_search dl > div .date dd, .cont_search dl > div .panel_info .newdate dd, .panel_info .cont_search dl > div .newdate dd, .cont_search dl > div .panel_info .status dd, .panel_info .cont_search dl > div .status dd, .cont_search dl > div .panel dd, .cont_search dl > div .btn_search dd, .cont_search dl > div > dd dd {
  width: 50%;
}
.cont_search dl > div .flexW {
  flex-wrap: wrap;
  padding: 1rem 0;
}
.cont_search dl > div .flexW dd {
  width: 50%;
  padding: 0.5em 1rem;
}
.cont_search dt {
  padding: 1rem;
}
.cont_search dd {
  padding: 1.75rem 0.75rem;
}
.cont_search dt {
  color: #6e91e3;
}
.cont_search dt:not(:first-child) {
  border-top: 1px solid #6e91e3;
}
.cont_search .form_label {
  color: #6e91e3;
}
.cont_search .box_btn {
  padding: 1.75rem 1rem;
  border-top: 1px solid #6e91e3;
}
.cont_search .box_btn .reset {
  color: #6e91e3;
  border-bottom: 1px solid;
  font-size: 0.9rem;
}
.cont_search .box_btn .submit {
  margin: 0 0 0 2rem;
}
.cont_search .box_btn .submit input {
  width: 14em;
  color: white;
  line-height: 1;
}
.cont_search .close {
  position: relative;
  display: block;
  width: 8em;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1;
  border: 2px solid;
  border-radius: 0 0 2em 2em;
  margin: -2px auto 0;
  padding: 0.75em 0 0.75em 1em;
  cursor: pointer;
  color: #6e91e3;
}
.cont_search .close::before, .cont_search .close::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 2px;
  background: #6e91e3;
  left: 1.5em;
  top: calc(50% - 1px);
}
.cont_search .close::before {
  transform: rotate(135deg);
}
.cont_search .close::after {
  transform: rotate(-135deg);
}

.lst_panel {
  margin-top: 3rem;
}

.lnk {
  margin-bottom: 4rem;
}

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