.pc {
  display: none !important;
}

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

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

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

.flex, .fnav, .box_tag, .dnav.dmenu .lst_main, .dnav.dmenu, .flexC, .sec_newface .panel .newdate, .panel_info .size, .panel_info .date, .panel_info .status, .gals_btn, .btn_sub_links ul, .pagenation_box, .pagenation_box ol, .box_select, .ttl1, .lst_contact .box_sns, .drawer button, .copyright, .btn, .btn2, .box_select .sel_btn, .btn1, .btn_tel {
  display: flex;
  align-items: center;
}

.flexC, .sec_newface .panel .newdate, .panel_info .size, .panel_info .date, .panel_info .status, .gals_btn, .btn_sub_links ul, .pagenation_box, .pagenation_box ol, .box_select, .ttl1, .lst_contact .box_sns, .drawer button, .copyright, .btn, .btn2, .box_select .sel_btn, .btn1, .btn_tel {
  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: #00a7e0;
}

.gfont, .lst_contact > p, .btn_tel, .ttl span, .ttl1 span, .lst_main span {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn, .btn2, .box_select .sel_btn, .btn1, .btn_tel {
  color: white;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
}

.btn1, .btn_tel {
  padding: 1.4rem 1rem;
  font-weight: bold;
  border: 4px solid;
  box-shadow: 0 10px 0 0 rgba(93, 63, 89, 0.2);
  line-height: 1;
  max-width: 380px;
  background: linear-gradient(242deg, #00a7e0 30%, #28efc3);
}

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

.copyright {
  color: #85d5f0;
  font-size: 0.9rem;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  height: 70px;
  background: #85d5f0;
}
header .lst_main {
  display: none;
}

.lst_main a {
  color: white;
}

h1 {
  width: 120px;
}
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: 2000;
  top: 0;
  width: 100%;
}
.drawer button {
  width: 70px;
  height: 70px;
  border: 0;
  outline: 0;
  background: transparent;
  position: fixed;
  z-index: 200;
  top: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.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;
  margin: 0 8px 0 0;
  width: 20px;
}
.drawer button.mbtn .icon, .drawer button.mbtn .icon::before, .drawer button.mbtn .icon::after {
  height: 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;
  top: -6px;
  left: 0;
  content: " ";
  width: 20px;
}
.drawer button.mbtn .icon::after {
  top: 6px;
}
.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);
  width: 20px;
}
.drawer button.open .icon::after {
  top: -4px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
}
.drawer button.none {
  display: none;
}

.dnav {
  width: 100%;
  max-width: 430px;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: white;
}
.dnav a {
  display: block;
  flex-shrink: 0;
}
.dnav.dmenu {
  z-index: 110;
  right: -101vw;
  background: url("../../img/bg_2.jpg") repeat-y center top/100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  flex-direction: column;
}
.dnav.dmenu.open {
  right: 0;
}
.dnav.dmenu ul {
  width: 100%;
}
.dnav.dmenu .lst_main {
  padding: calc(60px + 1rem) 0 1rem;
  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 {
  display: block;
}
.dnav.dmenu .lst_contact {
  padding: 1.75rem;
  margin-top: auto;
}

@media (min-width: 960px) {
  header {
    justify-content: space-between;
    padding: 0 100px 0 0;
  }
  header h1 {
    margin-left: 80px;
  }
  header .lst_main {
    font-size: 0.85rem;
    display: flex;
    justify-content: space-around;
    margin-left: 2rem;
  }
  header .lst_main li {
    margin-left: 2rem;
  }
  header .lst_main a {
    display: block;
  }
  .drawer-open button .icon {
    margin: 0 0 3px 10px;
  }
}
.fixed {
  overflow: hidden !important;
  height: 100%;
}

body {
  color: #777;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

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

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

.rad1, .panel .p_img, .bnn {
  border-radius: 1rem;
  overflow: hidden;
}

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

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

.openinfo {
  width: 80%;
  max-width: 420px;
  margin-bottom: 0.75rem;
}

.btn_tel {
  width: 86%;
  font-size: 1.9rem;
  letter-spacing: 0.12em;
}
.btn_tel img {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.2em;
}

.btn2, .box_select .sel_btn {
  font-size: 1rem;
  padding: 0.75em 1em;
  max-width: 15em;
  font-weight: 500;
  position: relative;
}
.btn2.nex::after, .box_select .sel_btn::after, .btn2.pre::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 2px);
  border-top: 1px solid;
  border-right: 1px solid;
}
.btn2.nex::after, .box_select .sel_btn::after {
  right: 1rem;
  transform: rotate(45deg);
}
.btn2.pre::after, .box_select .pre.sel_btn::after {
  left: 1rem;
  transform: rotate(-135deg);
}

.lst_contact {
  max-width: 400px;
  margin: 0 auto;
}
.lst_contact > p {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.75rem;
}
.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_sns a {
  display: block;
  width: 50px;
}
.lst_contact .box_sns a:nth-child(odd) {
  margin-right: 2rem;
}

.name {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.name .age {
  margin-left: 0.4em;
}

.box_tag {
  flex-wrap: wrap;
}
.box_tag span {
  display: inline-block;
  color: #E634A5;
  border-radius: 0.75rem;
  background: white;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  color: #777;
}
.breadcrumb ol {
  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 #777;
  border-right: 1px solid #777;
  transform: rotate(45deg);
}
.breadcrumb li:last-child a::after {
  content: none;
}

main {
  flex: 1;
}

.ttl1 {
  flex-direction: column;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 3rem 0 1.75rem;
}
.ttl1 span {
  font-size: 2.75rem;
}
.ttl1 img {
  display: block;
  width: 40px;
  height: 40px;
}
.ttl1.t_news span {
  color: #91dea9;
}
.ttl1.t_sched span {
  color: #00a7e0;
}
.ttl1.t_newf span {
  color: #efc128;
}
.ttl1.t_rank span {
  color: #cda1dc;
}
.ttl1.t_howto span {
  color: #90d1d6;
}
.ttl1.t_system span {
  color: #f08080;
}
.ttl1.t_access span {
  color: #ffac58;
}
.ttl1.t_event span {
  color: #1ddbbb;
}

.btn4, .box_select .sel_btn {
  text-shadow: 0 1px 2px white;
  border: 1px solid white;
  background: linear-gradient(0deg, #a4a4a4 0%, #d7d7d7 40%, white 100%);
}

.sd1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 60px -20px, rgba(0, 0, 0, 0.3) 0px 30px 10px -25px;
}

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

.box_select {
  text-align: center;
}
.box_select .sel_btn {
  max-width: 12em;
  margin-left: 1rem;
  padding: 0;
}
.box_select .sel_btn::after {
  right: 1rem;
  transform: rotate(135deg);
}
.box_select .sel_btn select {
  color: #777;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  text-align: -webkit-center;
}

.galsreview {
  color: rgba(119, 119, 119, 0.2);
}
.galsreview span {
  padding: 0.25rem 1px 1rem;
  display: inline-block;
}
.galsreview.r5 {
  color: white;
}
.galsreview.r4 span:nth-child(-n+4) {
  color: white;
}
.galsreview.r3 span:nth-child(-n+3) {
  color: white;
}
.galsreview.r2 span:nth-child(-n+2) {
  color: white;
}
.galsreview.r1 span:first-child {
  color: white;
}

.box_voice > div {
  background: white;
  padding: 1.75rem;
  margin-bottom: 1rem;
}
.box_voice > div .sub_aco {
  padding: 1.75rem 0;
}
.box_voice .poster {
  opacity: 0.75;
  font-size: 0.85rem;
}
.box_voice h5 {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.box_voice h5 img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  margin-right: 0.75rem;
}
.box_voice .review {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.box_voice .caps {
  padding-top: 1.75rem;
  opacity: 0.5;
}

.pagenation_box {
  padding: 1rem 0;
}
.pagenation_box a, .pagenation_box .current {
  display: inline-block;
  padding: 0.75rem;
}
.pagenation_box .current {
  color: #777;
}

.btn_sub_links {
  background: rgba(119, 119, 119, 0.4);
}
.btn_sub_links ul {
  padding: 1.75rem 0 1.25rem;
}
.btn_sub_links ul li {
  display: block;
  width: 170px;
  overflow: hidden;
  border-radius: 0.2em;
  box-shadow: 0 2px 5px rgba(119, 119, 119, 0.5);
  background: url(../../img/btn_white.jpg) no-repeat center center/100%;
  margin: 0 0.5rem 0.5rem 0;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 620px) {
  .btn_sub_links ul {
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .btn_sub_links ul li:nth-child(even) {
    margin-right: 0;
  }
}
.btn_sub_links a {
  font-size: 1.1rem;
  color: #777;
  text-shadow: 1px 1px 2px white, -1px -1px 1px #c1c1c1;
  display: block;
  text-align: center;
  font-weight: bold;
}

.gals_btn {
  padding: 0 1.35rem 1.75rem;
  flex-wrap: wrap;
}
.gals_btn > li {
  width: 50%;
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}
.gals_btn .btn1, .gals_btn .btn_tel {
  text-align: center;
  line-height: 1.1;
  height: 3.4em;
  position: relative;
}
.gals_btn .btn1 .arr1, .gals_btn .btn_tel .arr1 {
  position: absolute;
  left: 1.75em;
}
.gals_btn .off {
  box-shadow: none;
  background: #e4e4e4;
  opacity: 0.4;
  animation: unset;
}

.fnav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 600;
  flex-direction: column;
  padding: 0 0.75rem 0.75rem 0;
}
.fnav a {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 0.75rem;
}

footer {
  background: rgba(255, 255, 255, 0.3) url("../../img/bg_1.jpg") repeat center top/430px;
  background-blend-mode: lighten;
}

.pagetop {
  display: block;
  margin: 0 auto 1.75rem;
  width: 60px;
}

.f_main {
  padding: 2rem 1rem;
}
.f_main .ttl, .f_main .lst_main, .f_main .ttl1 {
  text-align: center;
  font-size: 1.4rem;
  padding: 1.75rem 0 1rem;
  letter-spacing: 0.1em;
}
.f_main .logo {
  width: 200px;
  display: block;
  margin: 0 auto;
}

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

.panel_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.panel_info .size, .panel_info .date, .panel_info .status {
  margin-bottom: 0.5rem;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 400;
}

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

.panel {
  display: block;
  width: calc(50% - 1rem);
  margin: 0.5rem;
  position: relative;
}
.panel .date, .panel .today {
  display: inline-block;
  width: 11em;
  text-align: center;
  padding: 0.6em 0;
  border-radius: 0.4rem;
}
.panel .date {
  font-weight: 500;
  background: rgba(133, 213, 240, 0.5);
}
.panel .today {
  background: #b2e5f6;
  border: 3px solid;
  line-height: 1;
  font-size: 1rem;
  position: absolute;
  top: -1.25em;
  left: calc(50% - 5.5em);
  z-index: 1;
  font-weight: bold;
}
.panel .p_img {
  border: 3px solid;
}
.panel .panel_info {
  position: relative;
  margin-top: -1.4rem;
  z-index: 1;
}
.panel .panel_info .name {
  width: 11em;
  border: 3px solid;
  display: inline-block;
  border-radius: 40px;
  padding: 0.6em 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  background: white;
  margin-bottom: 0.75rem;
}
.panel .panel_info .status {
  padding: 0.4rem 0;
  font-weight: 600;
}

.sec_newface .panel {
  color: #efc128;
}
.sec_newface .panel .p_img {
  border-radius: 8rem 8rem 1rem 1rem;
  overflow: hidden;
}
.sec_newface .panel .newdate {
  position: absolute;
  right: -10px;
  top: -15px;
  z-index: 1;
  flex-direction: column;
  width: 70px;
  height: 70px;
  font-size: 0.9rem;
  line-height: 1.2;
  color: white;
  background: url("../../img/bg_newdate.png") no-repeat center/100%;
}
.sec_newface .panel .newdate, .sec_newface .panel .newdate b {
  font-weight: 600;
}
.sec_newface .panel .newdate b {
  font-size: 1.4em;
}

.box_tag {
  padding: 0.25em 0;
  margin-bottom: 1.75rem;
}
.box_tag span {
  width: calc(50% - 0.1em);
  padding: 0.75em 0;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.box_tag span:nth-child(odd) {
  margin-right: 0.2em;
}

.sec_newface {
  padding-top: 2rem;
}

main {
  padding-bottom: 4rem;
}

.btn2, .box_select .sel_btn {
  background: #00a7e0;
  margin-top: 4rem;
}

.panel {
  margin-bottom: 1.75rem;
}/*# sourceMappingURL=styles.css.map */