.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media screen and (min-width: 320px) {
  .d-xs-block {
    display: block !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-table {
    display: table !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-table-row {
    display: table-row !important;
  }
}

@media screen and (min-width: 320px) {
  .d-xs-table-cell {
    display: table-cell !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-table {
    display: table !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-table-row {
    display: table-row !important;
  }
}

@media screen and (min-width: 544px) {
  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline-grid {
    display: inline-grid !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-table {
    display: table !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-table {
    display: table !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-table {
    display: table !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}

:root {
  --spacing: 0.05em;
}

* {
  letter-spacing: var(--spacing);
}

.en {
  font-family: bodega-serif, serif;
  font-weight: 100;
  --spacing: 0.2em;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #000;
  background-color: #f3f3f3;
  font-optical-sizing: auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body :where(*) {
  position: relative;
  z-index: 2;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100lvh;
  background-image: url("../img/index_photo_3_sp.jpg");
  background-position: top center;
  background-size: cover;
  content: "";
}
@media screen and (min-width: 768px) {
  body::before {
    background-image: url("../img/bg.jpg");
  }
}
.webp body::before {
  background-image: url("../img/index_photo_3_sp.webp");
}
@media screen and (min-width: 768px) {
  .webp body::before {
    background-image: url("../img/bg.webp");
  }
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
}

dl dd {
  margin-left: 0;
}

input {
  width: 100%;
  padding: 1.3rem 1.2rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  background: #fff;
}
input[type=text] {
  margin-top: 0.9rem;
}
input[type=button] {
  width: 70%;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.3rem;
}

textarea {
  width: 100%;
  margin-top: 0.9rem;
  padding: 1.3rem 1.2rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  background: #fff;
}

[type=checkbox] {
  display: none;
}
[type=checkbox] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #c9c9c9;
  background: #fff;
  content: "";
}
[type=checkbox]:checked + label::before {
  border: 1px solid #ff5a98;
  background: #ff5a98;
}
[type=checkbox]:checked + label::after {
  position: absolute;
  top: 0.1rem;
  left: 0.5rem;
  display: block;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(45deg);
  content: "";
}

.selectbox {
  position: relative;
  margin: 0.9rem 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}
.selectbox::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  border-top: 0.75rem solid #ff5a98;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  transform: translateY(-50%);
  pointer-events: none;
  content: "";
}
.selectbox select {
  width: 100%;
  height: 4.5rem;
  margin: 0;
  padding: 1.3rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border: none;
  background-color: #fff;
}
table tr td,
table tr th {
  border: 0.1rem solid #ff80ac;
}

.index {
  position: static;
}
@media screen and (min-width: 768px) {
  .index {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 1.5rem 3rem;
    overflow: hidden;
  }
}
.index .logo {
  position: absolute;
  top: 7%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 24rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .index .logo {
    top: 50%;
    width: 45rem;
    margin: 0;
    transform: translate(-50%, -40%);
  }
}
.index .logo :where(img) {
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.5)) drop-shadow(0 0 0.5rem white) drop-shadow(0 0 0.3rem white);
  animation-name: poyoyon2;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .index .logo :where(img) {
    animation: none;
  }
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 0.5rem);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 0.8rem);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -0.8rem);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 0.5rem);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
.index .grandopen {
  position: absolute;
  top: 52%;
  left: 5%;
  z-index: 3;
  display: block;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .index .grandopen {
    top: 1rem;
    left: 15%;
    width: 70%;
  }
}
.index .grandopen :where(img) {
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.5)) drop-shadow(0 0 0.5rem white) drop-shadow(0 0 0.3rem white);
}
.index_photo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50vh;
  min-height: 35rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .index_photo {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    min-height: 0;
    transform: none;
  }
}
.index_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_wrap {
  position: relative;
  height: 100lvh;
  background-image: url("../img/index_photo_3_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .index_wrap {
    width: 100%;
    min-width: 110rem;
    max-width: 140rem;
    height: auto;
    margin: 0 auto;
    background-image: none;
  }
}
.index_header {
  padding: 1rem 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .index_header {
    width: 100%;
    margin: 0 auto;
  }
}
.index_copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .index_copy {
    position: relative;
    margin: 1.5rem 0;
    padding: 0;
    font-size: 1.2rem;
    color: #000;
    background-color: transparent;
  }
}
.index_btn {
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index_btn {
    bottom: 2%;
  }
}
.index_btn .btn_enter {
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .index_btn .btn_enter {
    width: 20rem;
  }
}
.index_btn .btn_exit {
  width: 11rem;
  margin-right: -5rem;
}
@media screen and (min-width: 768px) {
  .index_btn .btn_exit {
    width: 13rem;
  }
}
.index_footer {
  display: none;
}
.index_footer nav ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.index_footer nav ul img {
  display: none;
}
.index_desc {
  display: none;
}
@media screen and (min-width: 768px) {
  .index_desc {
    margin: 0 2rem 3rem;
    display: block;
    color: #ff80ac;
    line-height: 1.6;
  }
}

.under18 {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .under18 {
    width: 10rem;
  }
}

.header {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 7rem;
  }
}
.header_wrap {
  padding-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  .header_wrap {
    padding-top: 0;
  }
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.6rem;
  color: #fff;
  background: linear-gradient(0deg, #000 0%, #333 100%);
}
@media screen and (min-width: 768px) {
  .header_fixed {
    display: none;
  }
}
.header_fixed .brand {
  padding-left: 1rem;
  line-height: 1.5;
}
.header_fixed .menu {
  display: flex;
  gap: 0.5rem;
  padding-right: 0.8rem;
}
.header .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  height: 3rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .header .catch {
    display: none;
  }
}
.header .info {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .info {
    display: block;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
  }
}
.header_logo {
  width: 25rem;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: 40rem;
    padding: 2rem 0;
  }
}
.header_logo h1 {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header_grandopen {
    width: 80rem;
    margin: 1rem auto 0;
  }
}
.header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
}
@media screen and (min-width: 768px) {
  .header_btn {
    display: none;
  }
}
.header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header_btn :where(img) {
  width: 100%;
}
.header_btn svg {
  width: 3.4rem;
}
.header_btn svg .line {
  transform-origin: center;
  transition: transform 0.5s;
  stroke: #fff;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
.header_btn svg .line:nth-child(1) {
  transform: translateY(-2rem);
}
.header_btn svg .line:nth-child(3) {
  transform: translateY(2rem);
}

nav.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100lvh;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  nav.menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9rem;
    margin-top: -7rem;
    padding: 0 2rem;
    background-color: transparent;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: all;
  }
}
.nav-active nav.menu {
  opacity: 1;
  pointer-events: all;
}
nav.menu ul {
  margin: 1rem;
  padding: 2rem 1rem 3rem;
  border: 0.2rem solid #c680ff;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  nav.menu ul {
    display: flex;
    justify-content: center;
    width: 116rem;
    margin: 0;
    padding: 0;
    border: none;
    background-image: linear-gradient(0deg, #f1f1f1 0%, #e6e6e6 50%, #fff 50%);
    box-shadow: 0 0 0.5rem -0.2rem black;
  }
}
nav.menu ul li {
  border-bottom: 0.1rem dotted #c680ff;
}
@media screen and (min-width: 768px) {
  nav.menu ul li {
    border: none;
  }
}
nav.menu ul li :where(img) {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.menu ul li :where(img) {
    display: block;
    margin-bottom: 0.4rem;
  }
}
nav.menu ul li a {
  display: block;
  padding: 1.5rem;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #c680ff;
}
@media screen and (min-width: 768px) {
  nav.menu ul li a {
    padding: 1rem 0 0.4rem;
    font-size: 1rem;
    font-weight: 400;
    color: #ff80ac;
    background-image: none;
  }
}
@media screen and (min-width: 992px) {
  nav.menu ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  nav.menu ul li a::after {
    display: block;
    margin: 0.8rem 0.6rem 0;
    border-top: 0.3rem solid #ffc2d7;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
  }
}
@media screen and (min-width: 768px) {
  nav.menu ul li a:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  nav.menu ul li a.active {
    background-color: rgba(255, 194, 215, 0.3);
  }
}
@media screen and (min-width: 768px) {
  nav.menu ul li a.active::after {
    border-color: #ff80ac;
    opacity: 1;
  }
}
nav.menu .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  nav.menu .close {
    display: none;
  }
}
nav.menu .close svg {
  width: 4rem;
}
nav.menu .close svg .line {
  transform-origin: center;
  transition: transform 0.5s;
  stroke: #000;
  stroke-width: 0.6rem;
}
nav.menu .close svg .line:nth-child(1) {
  transform: translateY(-2.2rem);
  transform: translateY(0) rotate(135deg);
}
nav.menu .close svg .line:nth-child(2) {
  transform: translateY(2.2rem);
  transform: translateY(0) rotate(-135deg);
}

.footer {
  margin-top: auto;
  text-align: center;
  color: #fff;
  background-color: #ff80ac;
}
@media screen and (min-width: 768px) {
  .footer nav {
    display: flex;
    justify-content: center;
  }
}
.footer nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .footer nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
  }
}
.footer nav ul li {
  border-width: 0 0 0.1rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .footer nav ul li {
    border-width: 0 0 0 0.1rem;
  }
}
.footer nav ul li:last-child {
  border-bottom-width: 0;
}
@media screen and (min-width: 768px) {
  .footer nav ul li:last-child {
    border-width: 0 0.1rem !important;
  }
}
.footer nav ul li:nth-child(2n+1) {
  border-right-width: 0.1rem;
}
@media screen and (min-width: 768px) {
  .footer nav ul li:nth-child(2n+1) {
    border-right-width: 0;
  }
}
.footer nav ul li:nth-child(2n+1):nth-last-child(2) {
  border-bottom-width: 0;
}
.footer nav ul li:nth-child(2n):last-child {
  border-bottom-width: 0;
}
.footer nav ul li img {
  display: none;
}
.footer nav ul li a {
  display: block;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer nav ul li a {
    padding: 1rem;
  }
}
.footer nav ul li a::before {
  display: inline-block;
  max-width: 1em;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 24px; /* Preferred icon size */
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  overflow: hidden;
  direction: ltr;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  margin-right: 0.5rem;
  font-size: 2em;
  content: attr(data-id);
  vertical-align: -0.35em;
}
@media screen and (min-width: 768px) {
  .footer nav ul li a::before {
    display: none;
  }
}
.footer nav ul li a[data-fill="0"]::before {
  display: inline-block;
  max-width: 1em;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 24px; /* Preferred icon size */
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  overflow: hidden;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .footer nav ul li a[data-fill="0"]::before {
    display: none;
  }
}
.footer .copyright {
  padding: 0.6rem 0;
  border-top: 0.2rem solid #fff;
  font-size: 1.2rem;
  background-color: #ff80ac;
}

.wrapper {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.page_index .wrapper {
  background-color: #fff;
  background-image: url("../img/bg_left.jpg?2"), url("../img/bg_right.jpg?2");
  background-repeat: repeat-y;
  background-position: calc(50% - 1075px) top, calc(50% + 1075px) top;
  background-size: 750px auto, 750px auto;
}
.webp .page_index .wrapper {
  background-image: url("../img/bg_left.webp?2"), url("../img/bg_right.webp?2");
}

.contents {
  padding: 4rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 6rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .contents {
    display: flex;
    justify-content: center;
    max-width: 120rem;
    margin: 0 auto;
  }
}
.contents_right {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .contents_right {
    width: calc(25% - 1.5rem);
    margin-top: 0;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .contents_left {
    width: calc(75% - 1.5rem);
  }
}
.contents_inner {
  width: 100%;
}
.contents_title {
  border-radius: 0.7rem;
  font-size: 2.4rem;
  text-align: center;
  background-image: url("../img/title_bg.png");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contents_title {
    padding: 0.5rem 0;
    background-image: url("../img/title_bg_pc.png");
    background-size: auto 100%;
  }
}
.contents_title:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .contents_title :where(img) {
    width: auto;
    height: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page_top .contents {
    max-width: 160rem;
  }
}
.page_top .fujoho_iphone_scroll_size_box {
  text-align: center;
  background-color: #fff;
}
.page_top .kuchikomi.himediary iframe {
  width: 100%;
}

.swiper.cast_slide, .swiper.top_slide {
  width: 100%;
  margin-bottom: 2rem;
}
.swiper.cast_slide .swiper-slide, .swiper.top_slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  background: #fff;
}
.swiper.cast_slide .swiper-slide img, .swiper.top_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper.cast_slide .swiper-pagination, .swiper.top_slide .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 1rem;
}
.swiper.cast_slide .swiper-pagination-bullet, .swiper.top_slide .swiper-pagination-bullet {
  width: 6rem;
  height: 4rem;
  border-radius: 0;
  background: #fff;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.swiper.cast_slide .swiper-pagination-thumbnail, .swiper.top_slide .swiper-pagination-thumbnail {
  width: 6rem;
  height: 4rem;
  border-radius: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.swiper.cast_slide .swiper-pagination-bullet-active,
.swiper.cast_slide .swiper-pagination-thumbnail.swiper-pagination-bullet-active, .swiper.top_slide .swiper-pagination-bullet-active,
.swiper.top_slide .swiper-pagination-thumbnail.swiper-pagination-bullet-active {
  border-color: #ff6b9d;
  opacity: 1;
}
.swiper.cast_slide .swiper-button-next,
.swiper.cast_slide .swiper-button-prev, .swiper.top_slide .swiper-button-next,
.swiper.top_slide .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.swiper.cast_slide .swiper-button-next::after,
.swiper.cast_slide .swiper-button-prev::after, .swiper.top_slide .swiper-button-next::after,
.swiper.top_slide .swiper-button-prev::after {
  font-size: 20px;
}
.swiper.cast_slide {
  height: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .profile {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
}
.profile .data {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.profile .data .name {
  margin: 0.5rem 0 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #ff80ac;
}
.profile .data .category {
  display: flex;
  flex-wrap: wrap;
}
.profile .data .category :where(span) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 0.15rem);
  height: 2rem;
  margin: 0 0.2rem 0.2rem 0;
  padding: 0 0.4rem;
  border: 1px solid rgba(255, 128, 172, 0.3);
  border-radius: 2px;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  background-color: rgba(255, 128, 172, 0.5);
}
.profile .data .category :where(span):nth-child(4n) {
  margin-right: 0;
}
.profile .data :where(table) {
  width: 100%;
  margin: 0 0 1rem;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 128, 172, 0.7);
  border-collapse: collapse;
}
.profile .data :where(table):last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .profile .data :where(table) tr {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
}
.profile .data :where(table) th,
.profile .data :where(table) td {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 128, 172, 0.7);
  border-bottom-width: 0;
  font-size: 1.2rem;
  text-align: left;
}
.profile .data :where(table) th {
  white-space: nowrap;
  background-color: #ffc2d7;
}
@media screen and (min-width: 768px) {
  .profile .data :where(table) th {
    border-right-width: 0;
  }
}
.profile .data :where(table) td {
  line-height: 1.5;
}
.profile .photo {
  position: relative;
  margin-bottom: 2rem;
  border: 1rem solid #fff;
}
.profile .photo .new {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 9998;
  width: 4rem;
}
.profile .photo .cup {
  position: absolute;
  right: -0.5rem;
  bottom: 85px;
  z-index: 9998;
  display: none;
  width: 4rem;
}
.profile .photo .swiper-pagination {
  top: 0;
  bottom: 0;
  margin-top: 0;
  border-top: 1rem solid #fff;
}
.profile .photo .swiper-pagination img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.profile .photo .swiper-pagination span {
  position: relative;
  width: 20%;
  height: auto;
  margin: 0;
  background-color: transparent;
}
.profile .photo .swiper-pagination span::after {
  display: block;
  padding-top: 133.3333333333%;
  content: "";
}

.castlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .castlist {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.castlist .cast {
  padding: 0.6rem;
  font-size: 1.2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .castlist .cast {
    padding: 0.8rem;
  }
}
.castlist .cast a {
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.castlist .cast .photo {
  position: relative;
  margin-bottom: 1rem;
}
.castlist .cast .photo::before {
  display: block;
  padding-top: 133.33%;
  content: "";
}
.castlist .cast .photo_inner {
  position: absolute;
  overflow: hidden;
  inset: 0;
}
.castlist .cast .photo img {
  width: 100%;
  max-height: none;
}
.castlist .cast .photo .new {
  position: absolute;
  top: -1rem;
  right: -2rem;
  z-index: 3;
  width: 25%;
}
.castlist .cast .photo .cup {
  position: absolute;
  right: -1rem;
  bottom: -0.5rem;
  z-index: 3;
  display: none;
  width: 22%;
}
.castlist .cast .name {
  margin: 0 0 0.4rem;
}
.castlist .cast .size {
  margin: 0.4rem 0;
  font-size: 1rem;
}
.castlist .cast .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.castlist .cast .category span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.2rem);
  height: 2rem;
  margin: 0.1rem;
  padding: 0 0.4rem;
  border: 1px solid rgba(255, 128, 172, 0.3);
  border-radius: 2px;
  font-size: 1rem;
  white-space: nowrap;
  word-break: keep-all;
  background-color: rgba(255, 128, 172, 0.5);
}
.castlist .cast .category span.cate_0 {
  visibility: hidden;
}

.newface_box .castlist {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.newface_box .castlist .cast {
  margin-bottom: 0;
}
.newface_box .castlist .cast .name {
  overflow: hidden;
}
.newface_box .castlist .cast .size {
  overflow: hidden;
}
.newface_box .castlist .cast .category {
  overflow: hidden;
}

.girls_option {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 1.5rem;
}
.girls_option .option {
  width: 4rem;
  height: 2.4rem;
  margin-right: 5px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition: 300ms;
  cursor: pointer;
}
.girls_option .option a {
  display: block;
  width: 5rem;
  height: 3rem;
  text-indent: -9999px;
}
.girls_option .option_1 {
  background-image: url("../img/option_1.png?v2");
}
.girls_option .option_1.active {
  background-image: url("../img/option_1_on.png?v2");
}
@media screen and (min-width: 768px) {
  .girls_option .option_1:hover {
    background-image: url("../img/option_1_on.png?v2");
  }
}
.girls_option .option_2 {
  background-image: url("../img/option_2.png?v2");
}
.girls_option .option_2.active {
  background-image: url("../img/option_2_on.png?v2");
}
@media screen and (min-width: 768px) {
  .girls_option .option_2:hover {
    background-image: url("../img/option_2_on.png?v2");
  }
}
.girls_option .option_3 {
  display: none;
  text-indent: -9999px;
  background-image: url("../img/option_3.png?v2");
}
.girls_option .option_3.active {
  background-image: url("../img/option_3_on.png?v2");
}
@media screen and (min-width: 768px) {
  .girls_option .option_3:hover {
    background-image: url("../img/option_3_on.png?v2");
  }
}
.girls_option .girls_cup {
  display: none;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}
.girls_option .girls_cup > div {
  width: 4.5rem;
  height: 2.7rem;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition: 300ms;
  cursor: pointer;
}
.girls_option .girls_cup > div.cup_0 {
  background-image: url("../img/cup_all.png?2");
}
.girls_option .girls_cup > div.cup_0.active {
  background-image: url("../img/cup_all_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div.cup_0:hover {
    background-image: url("../img/cup_all_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_1 {
  background-image: url("../img/cup_a.png?2");
}
.girls_option .girls_cup > div.cup_1.active {
  background-image: url("../img/cup_a_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_a_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_2 {
  background-image: url("../img/cup_b.png?2");
}
.girls_option .girls_cup > div.cup_2.active {
  background-image: url("../img/cup_b_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_b_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_3 {
  background-image: url("../img/cup_c.png?2");
}
.girls_option .girls_cup > div.cup_3.active {
  background-image: url("../img/cup_c_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_c_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_4 {
  background-image: url("../img/cup_d.png?2");
}
.girls_option .girls_cup > div.cup_4.active {
  background-image: url("../img/cup_d_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_d_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_5 {
  background-image: url("../img/cup_e.png?2");
}
.girls_option .girls_cup > div.cup_5.active {
  background-image: url("../img/cup_e_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_e_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_6 {
  background-image: url("../img/cup_f.png?2");
}
.girls_option .girls_cup > div.cup_6.active {
  background-image: url("../img/cup_f_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_f_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_7 {
  background-image: url("../img/cup_g.png?2");
}
.girls_option .girls_cup > div.cup_7.active {
  background-image: url("../img/cup_g_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_g_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_8 {
  background-image: url("../img/cup_h.png?2");
}
.girls_option .girls_cup > div.cup_8.active {
  background-image: url("../img/cup_h_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_h_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_9 {
  background-image: url("../img/cup_i.png?2");
}
.girls_option .girls_cup > div.cup_9.active {
  background-image: url("../img/cup_i_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_i_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_10 {
  background-image: url("../img/cup_j.png?2");
}
.girls_option .girls_cup > div.cup_10.active {
  background-image: url("../img/cup_j_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_j_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_11 {
  background-image: url("../img/cup_k.png?2");
}
.girls_option .girls_cup > div.cup_11.active {
  background-image: url("../img/cup_k_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_k_on.png?2");
  }
}
.girls_option .girls_cup > div.cup_12 {
  background-image: url("../img/cup_l.png?2");
}
.girls_option .girls_cup > div.cup_12.active {
  background-image: url("../img/cup_l_on.png?2");
}
@media screen and (min-width: 768px) {
  .girls_option .girls_cup > div:hover {
    background-image: url("../img/cup_l_on.png?2");
  }
}

.schedule {
  padding: 0.5rem 0;
}
.schedule_contents .schedule {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 768px) {
  .schedule_contents .schedule {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
.schedule .datetime {
  display: flex;
  border: 1px solid #ff80ac;
  border-bottom-width: 0;
}
@media screen and (min-width: 768px) {
  .schedule .datetime {
    display: block;
    border-right-width: 0;
    border-bottom-width: 1px;
  }
}
.schedule .datetime:last-child {
  border-bottom-width: 1px;
}
@media screen and (min-width: 768px) {
  .schedule .datetime:last-child {
    border-right-width: 1px;
  }
}
.schedule .datetime .date,
.schedule .datetime .timezone {
  padding: 0.8rem;
  text-align: center;
}
.schedule .datetime .date {
  width: 50%;
  background-color: #ffc2d7;
}
@media screen and (min-width: 768px) {
  .schedule .datetime .date {
    width: 100%;
  }
}
.schedule .datetime .timezone {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .schedule .datetime .timezone {
    width: 100%;
  }
}

.coupon {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .coupon {
    width: 60rem;
    margin: auto;
  }
}

.calendar {
  display: none;
}
@media screen and (min-width: 768px) {
  .calendar {
    display: block;
  }
}
.calendar .month {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.calendar table {
  width: 100%;
  table-layout: fixed;
}
.calendar table :where(td) {
  height: 8rem;
  text-align: center;
  vertical-align: top;
}
.calendar table :where(td) :where(a) {
  display: block;
}
.calendar table :where(td) :where(.date) {
  margin-bottom: 0.3rem;
  text-align: left;
}
.calendar table :where(td) :where(img) {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.calendar table .today {
  background-color: rgba(255, 128, 172, 0.5);
  animation: highlight-fade 1.5s infinite;
}
@keyframes highlight-fade {
  0% {
    background-color: rgba(255, 128, 172, 0.5);
  }
  80% {
    background-color: rgba(255, 128, 172, 0);
  }
}
.calendar table .week td {
  height: 4rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .calendar table .week td {
    height: 5rem;
  }
}
.calendar table .week td:first-child {
  background-color: #ff80ac;
}
.calendar table .week td:last-child {
  background-color: #86cbff;
}
@media screen and (min-width: 768px) {
  .calendar_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.calendar_nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .calendar_nav {
    display: none;
  }
}
.calendar.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .container {
    width: 70%;
    margin: 0 auto;
  }
}

.back {
  margin: 2rem 0;
}
.back :where(a) {
  display: block;
  width: 60%;
  margin: auto;
  padding: 1rem 0;
  border-radius: 0.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #06a500;
}

/* CKEDITOR */
.ckeditor_box :where(ul, ol) {
  margin: 0 0 0 2em;
}
.ckeditor_box .image {
  margin: auto;
}
.ckeditor_box .image figcaption {
  padding: 0.5em;
  font-size: 10px;
  text-align: center;
  background: #eee;
}
.ckeditor_box :where(table) {
  width: 100%;
  height: 100%;
  border: 1px double #b3b3b3;
  border-spacing: 0;
  border-collapse: collapse;
}
.ckeditor_box :where(table) :where(td) {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #bfbfbf;
}

.googlemap :where(iframe) {
  width: 100%;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .googlemap :where(iframe) {
    height: 50rem;
  }
}

.container_access :where(table) {
  width: 100%;
}
.container_access :where(table) :where(th, td) {
  display: block;
  padding: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .container_access :where(table) :where(th, td) {
    display: table-cell;
  }
}
.container_access :where(table) :where(th) {
  padding: 1.5rem 0;
  border-top-width: 0;
  border-bottom-width: 0;
  background-color: #ffc2d7;
}
@media screen and (min-width: 768px) {
  .container_access :where(table) :where(th) {
    display: table-cell;
    width: 25%;
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
  }
}
.container_access :where(table) tr:first-child th {
  border-top-width: 0.1rem;
}

@media screen and (min-width: 768px) {
  .system {
    width: 70%;
    margin: 0 auto;
  }
}

.banner {
  width: 24rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .banner {
    width: 30rem;
    margin: 0;
  }
}
.banner_box {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .banner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.mail {
  --spacing: 0;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mail {
    font-size: 1.8rem;
  }
}
.mail .address {
  --spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mail .address {
    font-size: 2.2rem;
  }
}
.mail .address :where(a) {
  color: rgb(0, 145, 255);
}

.shopDetail-ttl {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #ff448a;
}
.shopDetail-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem 0 0;
}
.shopDetail .basic-data {
  margin-bottom: 3rem;
}
.shopDetail .shopType-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem 0 0;
}
.shopDetail .shopType-list :where(li):first-child {
  padding: 0 0 0 1.8rem;
  background-image: url("../img/ico-star.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.4rem auto;
}
.shopDetail .recruit_catch {
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .shopDetail .recruit_catch {
    font-size: 1.6rem;
  }
}
.shopDetail .shopTag-list {
  display: flex;
  gap: 0.4rem;
  margin: 1.2rem 0 0;
}
.shopDetail .shopTag-list :where(li) {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
}
.shopDetail .shopTag-list :where(li):first-child {
  margin-left: 0;
}
.shopDetail .shopTag-list :where(li):nth-child(1) {
  color: #ff5a98;
  background: #fff0f6;
}
.shopDetail .shopTag-list :where(li):nth-child(2) {
  color: #68b23a;
  background: #edffe2;
}
.shopDetail .shopTag-list :where(li):nth-child(3) {
  color: #ffae23;
  background: #fffbd4;
}
.shopDetail .recruit-detail {
  margin: 2rem 0 0;
  padding: 0 0 2rem;
  border: 1px solid #c9c9c9;
  border-radius: 1rem;
  background: #fff;
}
.shopDetail .recruit-detail dl {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  justify-content: space-between;
  margin: 0.8rem 1.6rem 0;
}
.shopDetail .recruit-detail dl dt {
  margin: 1.6rem 0 0;
  padding: 2.5rem 0 0;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #333;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1.8rem auto;
}
.shopDetail .recruit-detail dl dd {
  margin: 1.6rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333;
}
.shopDetail .recruit-detail dl dd em {
  margin: 0 1.4rem 0 0;
  font-style: normal;
}
.shopDetail .recruit-detail dl .eligible {
  background-image: url("../img/ico-recruit-approval.svg");
}
.shopDetail .recruit-detail dl .money {
  background-image: url("../img/ico-recruit-yen.svg");
}
.shopDetail .recruit-detail dl .area {
  background-image: url("../img/ico-recruit-pin.svg");
}
.shopDetail .recruit-detail dl .time {
  background-image: url("../img/ico-recruit-clock.svg");
}
.shopDetail .recruit-detail dl .day {
  background-image: url("../img/ico-recruit-calendar.svg");
}
.shopDetail .recruit-detail dl .open {
  background-image: url("../img/ico-recruit-open.svg");
}
.shopDetail .recruit-detail dl .transport {
  background-image: url("../img/ico-recruit-train.svg");
}
.shopDetail .recruit-detail dl .address {
  background-image: url("../img/ico-recruit-bill.svg");
}
.shopDetail .recruit-detail dl .money-warn-ttl {
  position: relative;
  width: 100%;
  margin: 1.5rem 0 1rem;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  color: #ff84b2;
  opacity: 1;
}
.shopDetail .recruit-detail dl .money-warn-ttl::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  z-index: 0;
  width: 100%;
  border-top: 1px dashed;
  content: "";
}
.shopDetail .recruit-detail dl .money-warn-ttl span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1rem;
  background: #fff;
}
.shopDetail .recruit-detail dl .money-warn {
  width: 100%;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #ff84b2;
}
.shopDetail .main-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1.6rem;
}
.shopDetail .main-list :where(li) {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 4rem;
  text-align: center;
}
.shopDetail .main-list :where(li):first-child:last-child {
  width: 100%;
  color: #fff;
  background: #ff84b2;
}
.shopDetail .main-list :where(li):first-child:last-child::after {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  border-top: 0.8rem solid #ff84b2;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  transform: translateX(-50%);
  content: "";
}
.shopDetail .recruitInfo {
  margin: 0 0 2.4rem;
}
.shopDetail .recruitInfo h3 {
  margin: 2rem 1.5rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  color: #ff448a;
}
.shopDetail .recruitInfo .recruit_image {
  margin: 2rem 0 0;
}
.shopDetail .treatment h3 {
  margin: 2rem;
  text-align: center;
}
.shopDetail .treatment h3 :where(span) {
  display: inline-block;
  padding: 0 0 0 3.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #ff6c00;
  background-image: url("../img/ico-care.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.2rem auto;
}
.shopDetail .treatment-list {
  margin: 0;
  padding: 0 0 2rem;
}
.shopDetail .treatment-list :where(dt) {
  position: relative;
  margin: 1.8rem 0 0;
  padding: 0 0 0 1.1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #ff6c00;
}
.shopDetail .treatment-list :where(dt)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.3rem;
  height: 1.8rem;
  border-radius: 0.15rem;
  background: #ff6c00;
  content: "";
}
.shopDetail .treatment-list :where(dd) {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #333;
}
.shopDetail .treatment-list :where(dd) ul {
  display: flex;
  flex-wrap: wrap;
}
.shopDetail .treatment-list :where(dd) ul :where(li) {
  display: block;
  width: calc(50% - 0.35rem);
  margin: 0.7rem 0 0;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #419f8a;
  background: #d7f4ed;
  box-shadow: 0 0.2rem 0 0 #9fd5c9;
}
.shopDetail .treatment-list :where(dd) ul :where(li):nth-child(even) {
  margin: 0.7rem 0 0 0.7rem;
}
.shopDetail .pocchari {
  padding: 0 0 2rem;
}
.shopDetail .pocchari::before {
  display: block;
  width: 36rem;
  height: 1px;
  margin: 0 auto;
  background: #d9d9d9;
  content: "";
}
.shopDetail .pocchari h3 {
  margin: 3.5rem 0 0;
  text-align: center;
}
.shopDetail .pocchari h3 :where(span) {
  display: inline-block;
  padding: 0 0 0 3.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #ffc823;
  background-image: url("../img/ico-pocha.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem auto;
}
.shopDetail .pocchari-main {
  margin: 2rem 0 0;
}
.shopDetail .pocchari .actively-type {
  margin: 2.2rem 0 0;
}
.shopDetail .shopQuestion {
  padding: 0 0 3.2rem;
}
.shopDetail .shopQuestion::before {
  display: block;
  width: 36rem;
  height: 1px;
  margin: 0 auto;
  background: #d9d9d9;
  content: "";
}
.shopDetail .shopQuestion h2 {
  margin: 2rem 0 0;
  text-align: center;
}
.shopDetail .shopQuestion h2 :where(span) {
  display: inline-block;
  padding: 0 0 0 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #0063a0;
  background: url("../img/ico-gesture.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.3rem auto;
}
.shopDetail .shopQuestion .apply-list {
  margin: 3.3rem 0 0;
}
.shopDetail .shopQuestion .apply-list dt {
  position: relative;
  padding-left: 1.1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff448a;
}
.shopDetail .shopQuestion .apply-list dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 1.4rem;
  border-radius: 1.5rem;
  background: #ff448a;
  content: "";
}
.shopDetail .shopQuestion .apply-list dd {
  margin: 0.8rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333;
}
.shopDetail .shopQuestion .apply-list dd em {
  font-style: normal;
  color: #ff448a;
}
.shopDetail .shopQuestion .btn-list {
  margin: 0 2.4rem;
}
.shopDetail .shopQuestion .btn-list :where(li) {
  margin: 1.6rem 0 0;
}
.shopDetail .shopQuestion .btn-list :where(li) a {
  position: relative;
  display: block;
  padding: 2.7rem 0;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: url("../img/ico-question-popup.svg");
  background-color: #29c154;
  background-repeat: no-repeat;
  background-position: 3.7rem center;
  background-size: 3.7rem auto;
  box-shadow: 0 0.3rem 0 0 #1d8d3c;
}
.shopDetail .shopQuestion .btn-list :where(li) a::after {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin: -0.6rem 0 0;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  content: "";
}
.shopDetail .shopQuestion .btn-list :where(li).tel a {
  padding: 1.8rem 0;
  text-align: center;
  background-color: #ff7e7e;
  background-image: url("../img/ico-phone.svg");
  background-repeat: no-repeat;
  background-position: 4rem center;
  background-size: 2.9rem auto;
  box-shadow: 0 0.3rem 0 0 #c74848;
}
.shopDetail .shopQuestion .btn-list :where(li).tel a span {
  display: block;
  margin: 0.6rem 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.shopDetail .form {
  padding: 0 0 2.4rem;
}
.shopDetail .form::before {
  display: block;
  width: 36rem;
  height: 1px;
  margin: 0 auto;
  background: #d9d9d9;
  content: "";
}
.shopDetail .form:first-child::before {
  display: none;
}
.shopDetail .form h2 {
  text-align: center;
  background: #bcedff;
}
.shopDetail .form h2 :where(span) {
  display: inline-block;
  padding: 0 0 0 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5.6rem;
  color: #0063a0;
  background-image: url("../img/ico-writing.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.8rem auto;
}
.shopDetail .form .form-text {
  margin: 1.7rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.shopDetail .form .form-text :where(em) {
  font-style: normal;
  color: #0063a0;
}
.shopDetail .form .form-text p {
  margin: 1.7rem 0 0;
}
.shopDetail .form ul.interview > :where(li) {
  margin-top: 0.9rem;
}
.shopDetail .form ul.interview ul > li {
  margin-top: 0;
}
.shopDetail .form ul.check-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopDetail .form ul.check-list :where(li) {
  width: 50%;
  margin: 2.2rem 0 0;
}
.shopDetail .form ul.check-list :where(li):nth-child(-n+2) {
  margin: 1.7rem 0 0;
}
.shopDetail .form ul.datetime {
  display: flex;
  align-items: center;
}
.shopDetail .form ul.datetime :where(li) {
  margin-right: 0.5rem;
}
.shopDetail .form ul.datetime :where(li):last-child {
  margin-right: 0;
}
.shopDetail .form ul.datetime input {
  margin: 0;
}
.shopDetail .form ul.datetime input[type=button] {
  width: 100%;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  border-bottom: 3px solid #259fb3;
  font-size: 1.1rem;
  color: white;
  background-color: #6ed1e1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.shopDetail .form ul.datetime .selectbox {
  width: 9rem;
  margin-top: 0;
}
.shopDetail .form-wrap {
  margin: 1.5rem 0 0;
  padding: 1.6rem 1.6rem 3.2rem;
  border-radius: 1rem;
  background: #ffeff6;
}
.shopDetail .form-wrap dl :where(dt) {
  margin: 2.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333;
}
.shopDetail .form-wrap dl :where(dt):first-child {
  margin: 0;
}
.shopDetail .form-wrap dl .required {
  margin: 0 0 0 1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-style: normal;
  color: #fff;
  background: #ff5a98;
}
.shopDetail .form-wrap dl .optional {
  margin: 0 0 0 1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-style: normal;
  color: #fff;
  background: #a2a2a2;
}
.shopDetail .form label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.shopDetail .form button {
  position: relative;
  display: block;
  width: 100%;
  margin: 3.2rem auto 0;
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 5.6rem;
  text-align: center;
  color: #fff;
  background: #00a2f7;
  box-shadow: 0 0.3rem 0 0 #0063a0;
}
.shopDetail .form pre {
  width: 100%;
  padding: 1.3rem 1.2rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
}
.shopDetail .infomation {
  padding: 0 0 2.4rem;
}
.shopDetail .infomation::before {
  display: block;
  width: 36rem;
  height: 1px;
  margin: 0 auto;
  background: #d9d9d9;
  content: "";
}
.shopDetail .infomation h3 {
  margin: 2rem 0 0;
  text-align: center;
}
.shopDetail .infomation h3 :where(span) {
  display: inline-block;
  padding: 0 0 0 3.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #ff84b2;
  background-image: url("../img/ico-shop.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.9rem auto;
}
.shopDetail .infomation .list {
  margin: 1.6rem 0 0;
  border: 1px solid #d6d6d6;
  border-radius: 0.8rem;
  background-color: #fff;
  overflow: hidden;
}
.shopDetail .infomation .list-ttl {
  margin: 0;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  background: #f5f5f5;
}
.shopDetail .infomation .list-text {
  margin: 0;
  padding: 1.5rem;
  border-top: 1px dotted #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.shopDetail .infomation .list-special {
  display: flex;
  margin: 0;
  padding: 1.5rem;
  border-top: 1px dotted #d6d6d6;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.shopDetail .infomation .list-special :where(span) {
  margin: 0 0.3rem 0 0;
}
.shopDetail .infomation .list-special img {
  width: auto;
  max-height: 2.4rem;
}
/*# sourceMappingURL=style.css.map */