@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@media screen and (max-width: 1469px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1470 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media screen and (max-width: 1469px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1470 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-size: 16px;
  width: 100%;
  line-height: 1;
  max-width: 1470px;
  margin: 0 auto;
  color: #3f3b3a;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.6s all;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.main-bg {
  background-image: url("../img/p-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fade {
  opacity: 0;
  transition: 0.7s;
}
.fade.inview {
  opacity: 1;
}

.inner {
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 0.9375rem;
  }
}

.page-inner {
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-inner {
    padding-inline: 0.9375rem;
  }
}

.top__button {
  width: 12.5625rem;
  aspect-ratio: 201/57;
  background-color: #6c87a2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.top__button::before {
  content: "";
  width: 1.4375rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0.75rem;
  top: 1.9375rem;
}
.top__button::after {
  content: "";
  width: 0.3125rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0.75rem;
  top: 1.8125rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top__button {
    width: 12.5rem;
    aspect-ratio: 200/50;
  }
}

.p-cast__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  aspect-ratio: 300/50;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #b6c1d0;
  font-size: 0.875rem;
}
.p-cast__button.current {
  background-color: #6c87a2;
}

.p-title {
  font-size: 2.875rem;
  font-family: "Cormorant Garamond", serif;
  color: #475b6f;
  position: relative;
  text-align: center;
  padding-top: 9.125rem;
}
.p-title::after {
  color: #475b6f;
  font-size: 0.875rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  letter-spacing: 0.12em;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-title {
    padding-top: 11.75rem;
  }
}

.sec-line {
  width: 64.0625rem;
  margin: 0 auto;
  display: block;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sec-line {
    width: 100%;
  }
}

.castCard__tag {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 0.875rem;
  font-weight: 500;
  width: 5.625rem;
  aspect-ratio: 90/50;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2142857143;
}
.castCard__tag--newface {
  background-color: #6c87a2;
}
.castCard__tag--newface--shifted {
  left: 5.625rem;
}
.castCard__tag--rank1 {
  background-color: #cea262;
}
.castCard__tag--rank2 {
  background-color: #7d8591;
}
.castCard__tag--rank3 {
  background-color: #ae8e7b;
}

.articleTag {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.25rem;
  aspect-ratio: 148/40;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0 0 0;
  font-family: "Spectral", serif;
  color: #6c87a2;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.articleTag a {
  color: #6c87a2;
}

.p-bg {
  background-image: url("../img/p-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bg {
    background-image: url("../img/sp-bg.png");
  }
}

.castCard {
  display: flex;
  flex-direction: column;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .castCard {
    width: 18.75rem;
  }
}

.castCard__Image {
  position: relative;
}
.castCard__Image .castCard__Imageimg {
  width: 18.75rem;
  aspect-ratio: 300/360;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .castCard__Image .castCard__Imageimg {
    width: 18.75rem;
  }
}
.castCard__Image .castCard__tag--newface {
  color: #fff;
}

.castCard__info {
  background-color: #ecedeb;
  padding-top: 1.25rem;
  padding-bottom: 0.9375rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding-left: 1.5625rem;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .castCard__info {
    width: 18.75rem;
    gap: 0.625rem;
    padding-bottom: 1.25rem;
  }
}

.castCard__name {
  font-weight: 700;
  font-size: 1.25rem;
}

.castCard__age {
  margin-left: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
}

.castCard__hw {
  font-weight: 500;
  font-size: 1rem;
}

.castCard__infoBottom {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  font-size: 1rem;
}
.castCard__infoBottom img {
  width: 0.9375rem;
  aspect-ratio: 15/15;
}

.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100vw;
  height: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .header {
    height: 5rem;
    padding-block: 0.9375rem;
    background-color: #fff;
    padding-block: 0;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1430px;
  padding-inline: 1.25rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-inline: 0.9375rem;
  }
}

.top-headerLogo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-headerLogo-sp {
    display: block;
    width: 10.75rem;
    aspect-ratio: 172/47;
  }
}

.page-headerLogo__box {
  position: relative;
}
.page-headerLogo__box::before {
  content: "自分だけの癒しを、自分の場所で";
  display: block;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: absolute;
  color: #595757;
  top: 1.125rem;
  left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .page-headerLogo__box::before {
    display: none;
  }
}
.page-headerLogo__box .page-headerLogo {
  width: 12.5rem;
  aspect-ratio: 200/53;
  margin-top: 2.8125rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-headerLogo__box .page-headerLogo {
    width: 10.75rem;
    aspect-ratio: 172/47;
    margin: 0;
  }
}

.header__buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

.header__buttonItem {
  width: 10rem;
}
.header__buttonItem:last-child {
  width: 3.125rem;
  margin-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .header__reserveButton {
    display: none;
  }
}

.header__menuButton {
  cursor: pointer;
  transition: 0.6s all;
}
.header__menuButton:hover {
  opacity: 0.7;
}

.header__navModal {
  display: none;
}
.header__navModal.is-open {
  display: block;
}

.header__navbg {
  position: fixed;
  top: 0;
  right: 0;
  width: 56.75rem;
  max-width: 908px;
  aspect-ratio: 908/700;
  background-color: #4b7487;
  mix-blend-mode: multiply;
  height: 100vh;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .header__navbg {
    width: 100%;
    height: 100dvh;
    mix-blend-mode: normal;
  }
}

.header__navContent {
  padding-top: 1.375rem;
  padding-right: 1.4375rem;
  padding-left: 5.9375rem;
  top: 0;
  right: 0;
  z-index: 12;
  position: fixed;
  width: 56.75rem;
  color: #fff;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .header__navContent {
    width: 100%;
    padding-top: 1.25rem;
    padding-inline: 1.5625rem;
    height: 100dvh;
    padding-bottom: 2.8125rem;
  }
}

.header__navModalTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__navModalLogo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__navModalLogo {
    display: block;
    width: 10.75rem;
  }
}

.header__closeButton {
  cursor: pointer;
  padding-top: 2.1875rem;
  width: 2.1875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__closeButton {
    margin-top: 0.625rem;
    margin-right: 6px;
  }
}

.header__closeText {
  display: block;
  text-align: right;
  right: 0;
  color: #fff;
  font-size: 0.625rem;
  position: relative;
}
.header__closeText::before, .header__closeText::after {
  content: "";
  width: 1.5rem;
  height: 0.125rem;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0.4375rem;
  top: -0.875rem;
}
@media screen and (max-width: 767px) {
  .header__closeText::before, .header__closeText::after {
    width: 1.875rem;
    right: 0.125rem;
  }
}
.header__closeText::before {
  transform: rotate(-45deg);
}
.header__closeText::after {
  transform: rotate(45deg);
}

.header__navWrapper {
  display: flex;
  justify-content: space-between;
  margin-right: 3.4375rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__navWrapper {
    flex-direction: column-reverse;
    width: 100%;
    justify-content: flex-end;
    gap: 0.625rem;
  }
}

.header__nav__left .header-nav-logo {
  width: 18.25rem;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .header__nav__left .header-nav-logo {
    display: none;
  }
}

.header__nav__telWrapper {
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-size: 2.5rem;
}
.header__nav__telWrapper a {
  color: #fff;
}
.header__nav__telWrapper img {
  width: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .header__nav__telWrapper {
    justify-content: center;
    margin-top: 0.625rem;
  }
}

.header__nav__time {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-top: 0.3125rem;
  white-space: nowrap;
}

.header__nav__right {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__nav__right {
    width: 100%;
  }
}

.header__nav__list li {
  border-bottom: 1px solid #fff;
  width: 21.875rem;
}
.header__nav__list li a {
  color: #fff;
  display: block;
  padding-block: 1.375rem;
}
@media screen and (max-width: 767px) {
  .header__nav__list li {
    width: 100%;
  }
}

.header__nav__reserveWrapper {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .header__nav__reserveWrapper {
    margin-top: 2.5rem;
  }
}

.header__nav__reserveText {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__nav__reserveText {
    letter-spacing: -0.07em;
  }
}

.header__nav__reserveButtonWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9375rem;
}
.header__nav__reserveButtonWrapper img {
  width: 10rem;
  aspect-ratio: 160/50;
}

.keyVidual {
  background-image: url("../img/pc-kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1470/700;
  position: relative;
  background-position: 0px -1.625rem;
}
.keyVidual.blur {
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .keyVidual {
    margin-top: 7.1875rem;
    background-image: url("../img/sp-kv.jpg");
    background-position: -2rem -5.75rem;
    width: 18.75rem;
    aspect-ratio: 300/500;
    border-radius: 50px 0 0 50px;
    margin-left: auto;
    background-size: 32.75rem;
  }
}

.keyVisual__logo {
  position: absolute;
  top: 22.375rem;
  left: 20rem;
  width: 23.25rem;
}
@media screen and (max-width: 767px) {
  .keyVisual__logo {
    display: none;
  }
}

.keyVisual__subCopy {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #6c87a2;
  writing-mode: vertical-lr;
  letter-spacing: 0.08em;
  position: absolute;
  top: 10.9375rem;
  right: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .keyVisual__subCopy {
    top: 6.5rem;
    right: auto;
    left: -2.9375rem;
  }
}

.intro {
  background-image: url("../img/top-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6.25rem;
  overflow: hidden;
  padding-bottom: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .intro {
    background-image: url("../img/sp-bg.png");
    padding-bottom: 6.25rem;
    padding-top: 5.5rem;
  }
}

.introTop__flexBox {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  width: 105vw;
  margin-right: calc(50% - 50vw);
  max-width: 1540px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .introTop__flexBox {
    flex-direction: column;
    margin-inline: auto;
    width: 100%;
    gap: 2.1875rem;
  }
}

.introTop__flexLeft {
  width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .introTop__flexLeft {
    width: 100%;
    margin-left: 0.9375rem;
  }
}

.introTop__copy {
  font-weight: 500;
  font-size: 1.625rem;
  color: #6c87a2;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .introTop__copy {
    line-height: 1.5;
    margin-top: 0;
  }
}

.introTop__text {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #6c87a2;
  line-height: 2.2857142857;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .introTop__text {
    margin-top: 1.25rem;
  }
}

.introTop__flexRight {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .introTop__flexRight {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    row-gap: 1.25rem;
    column-gap: 0;
    padding-inline: 0.875rem;
  }
}
.introTop__flexRight .introTop__img {
  width: 18.75rem;
  aspect-ratio: 300/480;
  background-color: gray;
}
@media screen and (max-width: 767px) {
  .introTop__flexRight .introTop__img:first-child {
    height: 13.125rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .introTop__flexRight .introTop__img:nth-child(2), .introTop__flexRight .introTop__img:nth-child(3) {
    width: 47%;
    height: 13.8125rem;
  }
}

.introBottom__flexBox {
  display: flex;
  justify-content: center;
  margin-top: 9.375rem;
  gap: 6.875rem;
}
@media screen and (max-width: 767px) {
  .introBottom__flexBox {
    margin-top: 5.9375rem;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.introBottom__flexLeft {
  width: 43.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .introBottom__flexLeft {
    width: 100%;
    gap: 1.375rem;
  }
}

.introBottom__flexleftTop {
  width: 100%;
}
.introBottom__flexleftTop .introBottom__leftTopImg {
  background-color: gray;
  aspect-ratio: 700/468;
}
@media screen and (max-width: 767px) {
  .introBottom__flexleftTop {
    width: 19.6875rem;
  }
}

.introBottom__flexleftBottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .introBottom__flexleftBottom {
    gap: 1.4375rem;
  }
}
.introBottom__flexleftBottom .introBottom__leftBottomLeftImg {
  width: 10.875rem;
  aspect-ratio: 174/360;
  background-color: gray;
}
@media screen and (max-width: 767px) {
  .introBottom__flexleftBottom .introBottom__leftBottomLeftImg {
    width: 6.25rem;
    aspect-ratio: 100/170;
  }
}
.introBottom__flexleftBottom .introBottom__leftBottomRightImg {
  width: 30.9375rem;
  aspect-ratio: 495/360;
  background-color: gray;
}
@media screen and (max-width: 767px) {
  .introBottom__flexleftBottom .introBottom__leftBottomRightImg {
    width: 12.1875rem;
    aspect-ratio: 195/170;
  }
}

.introBottom__flexleftSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .introBottom__flexleftSp {
    display: block;
    width: 19.6875rem;
    aspect-ratio: 315/210;
    background-color: gray;
  }
}

.introBottom__flexRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 33.6875rem;
  gap: 17.5rem;
}
@media screen and (max-width: 767px) {
  .introBottom__flexRight {
    flex-direction: column-reverse;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .introBottom__flexRightTop {
    display: none;
  }
}

.introBottom__flexRightTopWrapper {
  position: relative;
  margin-left: 2.5625rem;
  margin-top: 2.625rem;
}
.introBottom__flexRightTopWrapper .introBottom__flexRightBack {
  width: 16.25rem;
  aspect-ratio: 260/202;
  background-color: #cacacb;
}
.introBottom__flexRightTopWrapper .introBottom__flexRightFront {
  position: absolute;
  top: 9.375rem;
  left: 10.9375rem;
  width: 16.25rem;
  aspect-ratio: 260/254;
  background-color: gray;
}

@media screen and (max-width: 767px) {
  .introBottom__flexRightBottom {
    margin-left: 0.9375rem;
  }
}

.introBottom__copy {
  font-weight: 500;
  font-size: 1.625rem;
  color: #6c87a2;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  letter-spacing: 0.12em;
  line-height: 1.4423076923;
}
@media screen and (max-width: 767px) {
  .introBottom__copy {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .introBottom-spacing {
    letter-spacing: -0.12em;
  }
}

.introBottom__text {
  font-weight: 500;
  font-size: 0.875rem;
  color: #6c87a2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 2.2857142857;
  letter-spacing: 0.03em;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .introBottom__text {
    margin-top: 1.6875rem;
  }
}

.introBottom__button {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .introBottom__button {
    margin-top: 2.0625rem;
  }
}

.sp-buttomWrapper {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 10;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sp-buttomWrapper {
    display: block;
  }
}
.sp-buttomWrapper.none {
  display: none;
}

.sp-buttom__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

.sp-button__flexItem {
  width: 10.3125rem;
}

.news {
  background-image: url("../img/sec-back_pc.jpg");
  aspect-ratio: 1470/635;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 3.75rem;
    padding-bottom: 0.3125rem;
    background-image: url("../img/sec-back_sp.jpg");
  }
}
.news .news__inner {
  position: relative;
  padding-inline: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .news .news__inner {
    padding-inline: 1.875rem;
  }
}
.news .news__secTitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.875rem;
  color: #475b6f;
  font-weight: 400;
  position: relative;
}
.news .news__secTitle::after {
  content: "新着／イベント情報";
  position: absolute;
  display: block;
  font-size: 0.875rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  color: #475b6f;
  bottom: -1.0625rem;
  left: 0.1875rem;
}
.news .news__button {
  position: absolute;
  top: 0.5rem;
  right: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .news .news__button {
    top: auto;
    bottom: 4.0625rem;
    right: 5.375rem;
    z-index: 1;
  }
}
.news .news__articleWrapper {
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news .news__articleWrapper {
    margin-top: 3.75rem;
    padding-bottom: 9.375rem;
  }
}
.news .swiper-wrapper {
  align-items: stretch;
}
.news .swiper-slide {
  width: 23.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  transition: 0.6s all;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .news .swiper-slide {
    gap: 1.25rem;
  }
}
.news .top__swiperThumnail {
  width: 100%;
  aspect-ratio: 380/260;
  position: relative;
}
.news .top__swiperThumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .news .top__swiperThumnail {
    height: 13.125rem;
  }
}
.news .top__newsCategory {
  position: absolute;
  width: 9.25rem;
  height: 2.5rem;
  color: #6c87a2;
  font-family: "Spectral", serif;
  font-size: 1.375rem;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news .top__newsCategory {
    width: 7.6875rem;
    height: 2.0625rem;
  }
}
.news .top__swiperTextArea {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
}
.news .top__swiperDate {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  color: #3e3a39;
}
.news .top__swiperTitle {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #3e3a39;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 1行でカット */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news .top__swiperTextArea p {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  color: #3e3a39;
  line-height: 1.2;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行でカット */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news .swiper-button-prev {
  left: -4.375rem;
  top: 8.125rem;
  --swiper-navigation-color: #6c87a2;
}
@media screen and (max-width: 767px) {
  .news .swiper-button-prev {
    left: -1.8125rem;
    top: 6.625rem;
  }
}
.news .swiper-button-next {
  right: -4.375rem;
  top: 8.125rem;
  --swiper-navigation-color: #6c87a2;
}
@media screen and (max-width: 767px) {
  .news .swiper-button-next {
    right: -1.8125rem;
    top: 6.625rem;
  }
}
.news .swiper-button-prev::after,
.news .swiper-button-next::after {
  font-size: 20px;
  /* 小さくして細く見せる */
  font-weight: 300;
  /* 細いウェイトを指定（100〜900） */
}

.footer {
  padding-top: 3.4375rem;
  padding-bottom: 1.5625rem;
  border-top: 4px solid #6c87a2;
  text-align: center;
  background-color: #eff2f4;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 6.25rem;
    padding-top: 3rem;
    background-color: #fff;
  }
}

.footer__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .footer__flex {
    flex-direction: column;
    gap: 2.8125rem;
  }
}

.footer__Logo {
  width: 15.6875rem;
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .footer__Logo {
    margin-left: 0;
    width: 11.25rem;
  }
}

.footer__telWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__telWrapper img {
  width: 2.1875rem;
}

.footer__tel {
  font-family: "Spectral", serif;
  color: #6c87a2;
  font-size: 2.5rem;
  white-space: nowrap;
}

.footer__reserveInfo {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  color: #6c87a2;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__reserveInfo {
    font-size: 0.90625rem;
    letter-spacing: 0.07em;
  }
}

.footer__menu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  width: 30rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    width: 100%;
    margin-left: 1.6875rem;
  }
}

.footer__navList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.875rem;
  row-gap: 0.625rem;
}
.footer__navList a {
  color: #6c87a2;
  display: block;
}
.footer__navList li:nth-child(4) {
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .footer__navList li:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__navList {
    column-gap: 1.25rem;
    row-gap: 1.875rem;
  }
}

.footer__copyright {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.375rem;
  display: block;
  color: #6c87a2;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 2.9375rem;
  }
}

.p-cast__inner {
  padding-inline: 0.9375rem;
}

.p-cast__title::after {
  content: "キャスト一覧";
}

.p-cast__contents__wrapper {
  margin-top: 6.875rem;
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-cast__contents__wrapper {
    width: 100%;
    padding-bottom: 6.5625rem;
    margin-top: 6.875rem;
  }
}

.p-cast__buttonWrapper {
  margin-top: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-cast__buttonWrapper {
    display: none;
  }
}

.p-cast__buttonWrapper--sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cast__buttonWrapper--sp {
    display: block;
  }
  .p-cast__buttonWrapper--sp::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 48%;
    right: 3rem;
    transform: rotate(45deg) translateY(-50%);
  }
}

.sp-selectlinkForm {
  text-align: center;
}

.sp-selectlink {
  background-color: #6c87a2;
  color: #fff;
  border-radius: 10px;
  width: 18.75rem;
  aspect-ratio: 300/50;
  margin: 0 auto;
  font-size: 0.875rem;
}
.sp-selectlink option {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.p-cast__flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.125rem;
  column-gap: 3.125rem;
  row-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-cast__flex {
    width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    gap: 2.1875rem;
    margin-top: 4.375rem;
  }
}

.p-castProfile__title::after {
  content: "キャストプロフィール";
}

@media screen and (max-width: 767px) {
  .p-castProfile__inner {
    padding-inline: 35px;
  }
}

.p-castdetail__buttonWrapper--sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-castdetail__buttonWrapper--sp {
    display: block;
  }
}
.p-castdetail__buttonWrapper--sp::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 48%;
  right: 1.4375rem;
  transform: rotate(45deg) translateY(-50%);
}

.p-castProfile__contensWrapper {
  margin-top: 4.4375rem;
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__contensWrapper {
    padding-bottom: 2.3125rem;
    width: 100%;
    margin-top: 6.8125rem;
  }
}

.p-castProfile__flex {
  display: flex;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__flex {
    flex-direction: column;
    margin-top: 4.625rem;
    gap: 4.75rem;
  }
}

.p-castProfile__flexLeft {
  position: relative;
  width: 23.4375rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__flexLeft {
    width: 100%;
  }
}

.swiper2 {
  width: 23.4375rem;
  aspect-ratio: 375/450;
}
.swiper2 img {
  aspect-ratio: 375/450;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper2 {
    width: 100%;
    aspect-ratio: 300/360;
  }
}

@media screen and (max-width: 767px) {
  .castdetails-swiper-pagination {
    top: auto;
    bottom: -18px !important;
  }
}
.castdetails-swiper-pagination .swiper-pagination-bullet {
  width: 4.25rem;
  height: 0.375rem;
  margin: 0 0.4375rem 0 0 !important;
  background-color: #6c87a2;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .castdetails-swiper-pagination .swiper-pagination-bullet {
    width: 3.375rem;
    height: 0.25rem;
    margin: 0 0.375rem 0 0 !important;
  }
}
.castdetails-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.p-castProfile__flexRight {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.p-castProfile__castInfo {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #6c87a2;
}
@media screen and (max-width: 767px) {
  .p-castProfile__castInfo {
    padding-bottom: 1.375rem;
  }
}

.p-castProfile__castName {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__castName {
    font-size: 1.375rem;
  }
}

.p-castProfile__castDetail {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__castDetail {
    font-size: 0.875rem;
  }
}

.p-castProfile__workList {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__workList {
    padding-block: 1.4375rem;
  }
}
.p-castProfile__workList .workList__flex {
  display: flex;
  align-items: center;
}
.p-castProfile__workList .workList__flex dt {
  font-weight: 700;
  font-size: 1.25rem;
  padding-right: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-castProfile__workList .workList__flex dt {
    font-size: 1rem;
  }
}
.p-castProfile__workList .workList__flex dt::after {
  content: "";
  width: 1px;
  height: 1.4375rem;
  background-color: #3e3a39;
  position: absolute;
  display: block;
  top: 0;
  left: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__workList .workList__flex dt::after {
    left: 8.4375rem;
  }
}
.p-castProfile__workList .workList__flex dd {
  font-weight: 500;
  font-size: 1.25rem;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__workList .workList__flex dd {
    font-size: 1rem;
  }
}
.p-castProfile__workList .workList__flex:last-child {
  margin-top: 1.5625rem;
}
.p-castProfile__workList .workList__flex:last-child dt {
  letter-spacing: 1em;
  margin-right: 0;
  padding-right: 0;
}

.p-castProfile__castMsg {
  margin-top: 2.1875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .p-castProfile__castMsg {
    margin-top: 0.3125rem;
  }
}

.p-castProfile__courseWrapper {
  margin-top: 2.0625rem;
}

.p-castProfile__courseTitle {
  font-weight: 700;
  font-size: 1.25rem;
}

.p-castProfile__courseBoxWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 19.375rem;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__courseBoxWrapper {
    width: 100%;
    row-gap: 0.625rem;
    column-gap: 1.3125rem;
  }
}

.p-castProfile__courseBox {
  width: 9.375rem;
  aspect-ratio: 150/70;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9caca;
  color: #c9caca;
}
.p-castProfile__courseBox.active {
  color: #fff;
  background-color: #6c87a2;
}
@media screen and (max-width: 767px) {
  .p-castProfile__courseBox {
    width: 8.75rem;
    aspect-ratio: 140/70;
  }
}

.p-castProfile__tagsWrapper {
  margin-top: 3.4375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1.875rem;
  row-gap: 1.25rem;
  width: 58.25rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__tagsWrapper {
    justify-content: space-between;
    width: 100%;
    margin-top: 2.625rem;
    row-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}

.p-castProfile__tagsButton {
  width: 13.125rem;
  aspect-ratio: 210/40;
  border-radius: 18px;
  border: 1px solid #6c87a2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c87a2;
}
@media screen and (max-width: 767px) {
  .p-castProfile__tagsButton {
    width: 9.0625rem;
    aspect-ratio: 145/40;
  }
}

.p-castProfile__scheduleWrapper {
  aspect-ratio: 1470/305;
  background-image: url("../img/sec-back_pc.jpg");
  background-position: right top;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-castProfile__scheduleWrapper {
    width: 100%;
    margin-bottom: 6.25rem;
    background-image: url("../img/sec-back_sp.jpg");
    padding-top: 3.5rem;
    padding-bottom: 4.6875rem;
  }
}

.p-castProfileSchedule__inner {
  max-width: 1142px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-castProfileSchedule__inner {
    padding-inline: 1.625rem;
  }
}

.p-castProfileSche__body {
  width: 68.875rem;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
  padding-inline: 2.0625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-castProfileSche__body {
    width: 100%;
    padding-bottom: 3.375rem;
    padding-inline: 0;
  }
}

.p-castProfileSche__title {
  color: #6c87a2;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 400;
}

.p-castProfileSche__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-castProfileSche__flex {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 0.9375rem;
  }
}

.p-castProfileSche__flexItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
}
.p-castProfileSche__flexItem::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -2.5rem;
  background-color: #9fa0a0;
}
@media screen and (max-width: 767px) {
  .p-castProfileSche__flexItem::before {
    right: -0.4375rem;
  }
}
.p-castProfileSche__flexItem:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-castProfileSche__flexItem:last-child::before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-castProfileSche__flexItem {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-castProfileSche__flexItem:nth-child(2n):before {
    display: none;
  }
}

.p-castProfileSche__date {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
}
.p-castProfileSche__date a {
  color: #3f3b3a;
}

.p-castProfileSche__time {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #3e3a39;
  margin-top: 1.25rem;
}

.p-castProfileSche__condition {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.9375rem;
}
.p-castProfileSche__condition.c-available {
  color: #cf9297;
}
.p-castProfileSche__condition.c-tel {
  color: #6c87a2;
}
.p-castProfileSche__condition.c-not {
  color: #6c87a2;
}

.p-term__title::after {
  content: "ご利用規約・禁止事項";
}

@media screen and (max-width: 767px) {
  .p-term__inner {
    padding-inline: 0.9375rem;
  }
}

.p-term__contentWrapper {
  margin-top: 4.375rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-term__contentWrapper {
    margin-top: 3.4375rem;
  }
}

.p-term__list li {
  list-style: decimal;
  margin-top: 0.625rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #3f3b3a;
  list-style-position: inside;
}
.p-term__list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-term__list li {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.p-schedule__title::after {
  content: "出勤スケジュール";
}

.p-schedule__weekInner {
  position: relative;
}

.swiper3 {
  overflow: hidden;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .swiper3 {
    margin-top: 7.375rem;
  }
}

.p-schedule__weekInner {
  max-width: 72.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__weekInner {
    max-width: 20.625rem;
  }
}

.p-schedule__dayFlex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-schedule__dayFlex {
    flex-wrap: wrap;
    column-gap: 0.625rem;
    row-gap: 1.25rem;
    width: 18.75rem;
  }
}
.p-schedule__dayFlex li {
  width: 10rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #9fa0a0;
}
@media screen and (max-width: 767px) {
  .p-schedule__dayFlex li {
    width: 9.0625rem;
    height: 2.5rem;
    border: none;
  }
}
.p-schedule__dayFlex li:first-child {
  border-left: 1px solid #9fa0a0;
}
@media screen and (max-width: 767px) {
  .p-schedule__dayFlex li:first-child {
    border: none;
  }
}
.p-schedule__dayFlex li a {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #3f3b3a;
  width: 8rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__dayFlex li a {
    width: 100%;
    border: 1px solid #6c86a2;
    border-radius: 10px;
  }
}
.p-schedule__dayFlex li a .week {
  font-size: 0.875rem;
}
.p-schedule__dayFlex li.target a {
  background-color: #6c87a2;
  border-radius: 10px;
  color: #fff;
}

.p-schedule__weekInner .swiper-button-next,
.p-schedule__weekInner .swiper-button-prev {
  position: absolute;
  top: 0;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  color: #3f3b3a;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-schedule__weekInner .swiper-button-next,
  .p-schedule__weekInner .swiper-button-prev {
    top: -2.375rem;
  }
}
.p-schedule__weekInner .swiper-button-next {
  right: -6.375rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__weekInner .swiper-button-next {
    right: 3.0625rem;
  }
}
.p-schedule__weekInner .swiper-button-next::after {
  content: "";
  height: 0.9375rem;
  width: 0.9375rem;
  display: block;
  position: absolute;
  border-top: 1px solid #9fa0a0;
  border-right: 1px solid #9fa0a0;
  transform: rotate(45deg);
  right: -2.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__weekInner .swiper-button-next::after {
    right: -2rem;
  }
}
.p-schedule__weekInner .swiper-button-prev {
  left: -6.375rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__weekInner .swiper-button-prev {
    left: 3.0625rem;
  }
}
.p-schedule__weekInner .swiper-button-prev::after {
  content: "";
  height: 0.9375rem;
  width: 0.9375rem;
  display: block;
  position: absolute;
  border-top: 1px solid #9fa0a0;
  border-left: 1px solid #9fa0a0;
  transform: rotate(-45deg);
  left: -2.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__weekInner .swiper-button-prev::after {
    left: -2rem;
  }
}

.p-schedule__pageTitle {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #475b6f;
  margin-top: 2.8125rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__pageTitle {
    margin-top: 3.4375rem;
    font-size: 1rem;
    font-weight: 600;
  }
}
.p-schedule__pageTitle .p-schedule__pageTitleArrow--left::before,
.p-schedule__pageTitle .p-schedule__pageTitleArrow--left::after {
  content: "";
  width: 0.625rem;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #475b6f;
}
.p-schedule__pageTitle .p-schedule__pageTitleArrow--left::before {
  transform: rotate(-60deg);
  top: 0.3125rem;
  left: 25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__pageTitle .p-schedule__pageTitleArrow--left::before {
    left: 0.4375rem;
    top: 0.1875rem;
  }
}
.p-schedule__pageTitle .p-schedule__pageTitleArrow--left::after {
  transform: rotate(60deg);
  top: 0.8125rem;
  left: 25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__pageTitle .p-schedule__pageTitleArrow--left::after {
    left: 0.4375rem;
    top: 0.6875rem;
  }
}
.p-schedule__pageTitle .p-schedule__pageTitleArrow--right::before,
.p-schedule__pageTitle .p-schedule__pageTitleArrow--right::after {
  content: "";
  width: 0.625rem;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #475b6f;
}
.p-schedule__pageTitle .p-schedule__pageTitleArrow--right::before {
  transform: rotate(60deg);
  top: 0.3125rem;
  right: 25.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__pageTitle .p-schedule__pageTitleArrow--right::before {
    right: 0.4375rem;
    top: 0.1875rem;
  }
}
.p-schedule__pageTitle .p-schedule__pageTitleArrow--right::after {
  transform: rotate(-60deg);
  top: 0.8125rem;
  right: 25.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__pageTitle .p-schedule__pageTitleArrow--right::after {
    right: 0.4375rem;
    top: 0.6875rem;
  }
}

.p-schedule__cssgrid {
  display: flex;
  flex-wrap: wrap;
  width: 62.5rem;
  column-gap: 3.125rem;
  margin-top: 2.6875rem;
  padding-bottom: 6.25rem;
  margin-inline: auto;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__cssgrid {
    width: 100%;
    margin-top: 3.25rem;
    row-gap: 1.8125rem;
  }
}

.p-price__title::after {
  content: "料金システム";
}

.p-price__contentsWrapper {
  margin-top: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-price__contentsWrapper {
    margin-top: 3.6875rem;
  }
}

.p-price__contentsFlex {
  display: flex;
  justify-content: center;
  gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-price__contentsFlex {
    flex-direction: column;
    gap: 4.1875rem;
  }
}

.p-price__flexTitle {
  width: 28.75rem;
  aspect-ratio: 460/50;
  background-color: #6c87a2;
  border-radius: 10px;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-price__flexTitle {
    width: 100%;
    aspect-ratio: 345/50;
  }
}

.p-price__flexLeft {
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft {
    width: 100%;
  }
}
.p-price__flexLeft .priceListItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 2.375rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-image: repeating-linear-gradient(to right, #9fa0a0 0 5px, transparent 5px 10px) 100% 1;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft .priceListItem {
    padding-block: 2.3125rem;
  }
}
.p-price__flexLeft .priceListItem:first-child {
  border-top: none;
}
.p-price__flexLeft .priceListItem:last-child dd {
  margin-right: 7.8125rem;
}
.p-price__flexLeft .priceListItem dt {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  width: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft .priceListItem dt {
    font-size: 1.5rem;
    width: auto;
  }
}
.p-price__flexLeft .priceListItem dd {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  width: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft .priceListItem dd {
    font-size: 1.5rem;
    width: auto;
  }
}
.p-price__flexLeft .priceListItem dd .tax {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft .priceListItem dd .tax {
    font-size: 0.75rem;
  }
}
.p-price__flexLeft .priceListItem .recommend {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  width: 4.6875rem;
  aspect-ratio: 75/30;
  vertical-align: middle;
  background-color: #d70051;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding-block: 0.625rem;
  text-align: center;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft .priceListItem .recommend {
    font-size: 0.625rem;
    aspect-ratio: 50/20;
    width: 3.125rem;
    padding-block: 0.4375rem;
  }
}
.p-price__flexLeft .caution {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexLeft .caution {
    margin-top: 1.875rem;
  }
}
.p-price__flexLeft .caution ul li {
  margin-top: 0.625rem;
}
.p-price__flexLeft .caution ul li:first-child {
  margin-top: 0;
}

.p-price__flexRight {
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexRight {
    width: 100%;
  }
}
.p-price__flexRight .payment {
  margin-top: 2.1875rem;
  padding-bottom: 2.5rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-image: repeating-linear-gradient(to right, #9fa0a0 0 5px, transparent 5px 10px) 100% 1;
}
@media screen and (max-width: 767px) {
  .p-price__flexRight .payment {
    margin-top: 1.8125rem;
  }
}
.p-price__flexRight .payment .paymentList {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__flexRight .payment .paymentList {
    font-size: 1.125rem;
  }
}
.p-price__flexRight .payment .paymentList li {
  margin-top: 1.25rem;
}
.p-price__flexRight .payment .paymentList li:first-child {
  margin-top: 0;
}
.p-price__flexRight .caution {
  margin-top: 1.9375rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-price__flexRight .caution {
    margin-top: 1.0625rem;
  }
}
.p-price__flexRight a {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #475b6f;
  margin-top: 1.25rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__flexRight a {
    margin-top: 2.0625rem;
  }
}
.p-price__flexRight a::after {
  content: "";
  width: 13.0625rem;
  height: 1px;
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #465b6f;
}

.p-price__contentsFooter {
  background-image: url("../img/sec-back_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1470/320;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__contentsFooter {
    aspect-ratio: 375/310;
    padding-top: 4.875rem;
    padding-bottom: 4.375rem;
    margin-bottom: 6.25rem;
    background-image: url("../img/sec-back_sp.jpg");
  }
}
.p-price__contentsFooter .p-price__contentsFooterInner .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price__contentsFooter .p-price__contentsFooterInner .flexBox {
    width: 100%;
    gap: 0.625rem;
  }
}
.p-price__contentsFooter .p-price__contentsFooterInner .flexItem {
  width: 20rem;
  aspect-ratio: 320/100;
  background-color: #6c87a2;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__contentsFooter .p-price__contentsFooterInner .flexItem {
    width: 10.4375rem;
    aspect-ratio: 167/50;
    gap: 0.375rem;
  }
}
.p-price__contentsFooter .p-price__contentsFooterInner .flexItem .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-price__contentsFooter .p-price__contentsFooterInner .flexItem .jp {
    font-size: 0.875rem;
  }
}
.p-price__contentsFooter .p-price__contentsFooterInner .flexItem .en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__contentsFooter .p-price__contentsFooterInner .flexItem .en {
    font-size: 0.6875rem;
  }
}

.p-news__title::after {
  content: "新着／イベント情報";
}

.p-news__bg {
  background-image: url("../img/news-bg.png");
  background-size: cover;
  background-position: -50rem 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__bg {
    background-image: url("../img/news-sp-bg.png");
  }
}

.p-news__articleFlex {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex {
    width: 100%;
    margin-top: 3.5rem;
  }
}
.p-news__articleFlex .p-news__articleItem {
  margin-bottom: 15.8125rem;
  position: relative;
  scroll-margin-top: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex .p-news__articleItem {
    margin-bottom: 6.25rem;
    scroll-margin-top: 5rem;
  }
}
.p-news__articleFlex .p-news__articleItem::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #6c87a2;
  left: 50%;
  bottom: -6.5625rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex .p-news__articleItem::after {
    bottom: -3.125rem;
    width: 100%;
  }
}
.p-news__articleFlex .p-news__articleItem:last-child {
  margin-bottom: 0;
}
.p-news__articleFlex .p-news__articleItem:last-child::after {
  display: none;
}
.p-news__articleFlex .articleThumnail {
  width: 47.5rem;
  aspect-ratio: 760/520;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex .articleThumnail {
    width: 100%;
  }
}
.p-news__articleFlex .articleThumnail img {
  border-radius: 30px;
}
.p-news__articleFlex img {
  background-color: gray;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.p-news__articleFlex .articleTitle {
  margin-top: 2.8125rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #3e3a39;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex .articleTitle {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 1.25rem;
  }
}
.p-news__articleFlex .articleTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  width: 6.25rem;
  height: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex .articleTitle::after {
    bottom: -1.0625rem;
  }
}
.p-news__articleFlex .articleDate {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3e3a39;
  margin-top: 2.1875rem;
  display: block;
}
.p-news__articleFlex .articleContent {
  margin-top: 1.875rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-news__articleFlex .articleContent {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    line-height: 2.1428571429;
  }
}

.p-news__pagenationWrapper {
  padding-top: 3.5625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__pagenationWrapper {
    margin-top: 2.8125rem;
  }
}
.p-news__pagenationWrapper .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__pagenationWrapper .nav-links {
    gap: 1.875rem;
  }
}
.p-news__pagenationWrapper .page-numbers {
  width: 1.5rem;
  aspect-ratio: 24/24;
  background-color: #b5b5b6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__pagenationWrapper .page-numbers {
    width: 1.875rem;
    aspect-ratio: 30/30;
  }
}
.p-news__pagenationWrapper .page-numbers.current {
  background-color: #6c87a2;
}
.p-news__pagenationWrapper .page-numbers.next,
.p-news__pagenationWrapper .page-numbers.prev {
  display: none;
}

.p-reservation__title::after {
  content: "WEB予約";
}

.p-reservation__inner {
  max-width: 838px;
}

.p-reservation__textWrapper {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3e3a39;
  line-height: 2;
  margin-top: 4rem;
  text-align: center;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .p-reservation__textWrapper {
    margin-top: 3.125rem;
  }
}

.p-reservation__formWrapper {
  margin-top: 4.6875rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 6.25rem;
  width: 49.875rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper {
    width: 100%;
    margin-top: 4.0625rem;
    margin-bottom: 4.8125rem;
  }
}
.p-reservation__formWrapper .form-item {
  margin-top: 1.875rem;
}
.p-reservation__formWrapper .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
}
.p-reservation__formWrapper .wpcf7-text {
  border: 1px solid #898989;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 798/60;
  padding: 1.25rem;
  margin-top: 0.9375rem;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .wpcf7-text {
    aspect-ratio: 345/60;
    padding: 0.625rem;
    margin-top: 1.125rem;
  }
}
.p-reservation__formWrapper textarea {
  color: #3e3a39;
}
.p-reservation__formWrapper .wpcf7-list-item-label {
  font-size: 1rem;
}
.p-reservation__formWrapper .p-reservation__contact-way .form-flex {
  display: flex;
  align-items: center;
  border: 1px solid #898989;
  border-radius: 10px;
  margin-top: 0.9375rem;
  width: 100%;
  aspect-ratio: 798/60;
  position: relative;
}
.p-reservation__formWrapper .p-reservation__contact-way .form-flex::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #898989;
  top: 0;
  left: 19.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__contact-way .form-flex::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__contact-way .form-flex {
    flex-direction: column;
    border: none;
    margin-top: 1.125rem;
  }
}
.p-reservation__formWrapper .p-reservation__contact-way .wpcf7-list-item {
  margin: 0;
}
.p-reservation__formWrapper .p-reservation__contact-way .wpcf7-form-control-wrap[data-name=radio-191] {
  width: 19.8125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__contact-way .wpcf7-form-control-wrap[data-name=radio-191] {
    margin-left: 0;
    width: 100%;
    position: relative;
  }
}
.p-reservation__formWrapper .p-reservation__contact-way .wpcf7-form-control-wrap[data-name=radio-191] input {
  vertical-align: middle;
}
.p-reservation__formWrapper .p-reservation__contact-way .wpcf7-list-item-label {
  margin-right: 0.9375rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__contact-way .wpcf7-form-control-wrap[data-name=text-461] {
    width: 100%;
  }
}
.p-reservation__formWrapper .p-reservation__contact-way .wpcf7-text {
  width: 30rem;
  aspect-ratio: 480/60;
  display: block;
  margin-top: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__contact-way .wpcf7-text {
    border: 1px solid #898989;
    border-radius: 10px;
    aspect-ratio: 345/60;
    margin-top: 0.8125rem;
    width: 100%;
  }
}
.p-reservation__formWrapper .p-reservation__place input::placeholder {
  letter-spacing: -0.1em;
  color: #9fa0a0;
  font-size: 1rem;
}
.p-reservation__formWrapper .p-reservation__time .form-flex,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex {
  display: flex;
  align-items: center;
  border: 1px solid #898989;
  border-radius: 10px;
  margin-top: 0.9375rem;
  width: 100%;
  aspect-ratio: 798/60;
  position: relative;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex {
  width: 31.25rem;
  aspect-ratio: 500/60;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex,
  .p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex {
    width: 100%;
    aspect-ratio: 345/60;
  }
}
.p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex .wpcf7-form-control-wrap,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex .wpcf7-form-control-wrap {
  height: 100%;
  width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex .wpcf7-form-control-wrap,
  .p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex .wpcf7-form-control-wrap {
    width: 14.6875rem;
  }
}
.p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex .wpcf7-form-control-wrap input,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex .wpcf7-form-control-wrap input {
  height: inherit;
  width: 100%;
  padding-left: 6.875rem;
  color: #3e3a39;
  margin-top: 0px;
  border: 0;
}
.p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex .wpcf7-form-control-wrap input::placeholder,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex .wpcf7-form-control-wrap input::placeholder {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex .wpcf7-form-control-wrap input::placeholder,
  .p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex .wpcf7-form-control-wrap input::placeholder {
    letter-spacing: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__time .form-flex.reservetime-flex .wpcf7-form-control-wrap input,
  .p-reservation__formWrapper .p-reservation__otherTime .form-flex.reservetime-flex .wpcf7-form-control-wrap input {
    padding-left: 3.375rem;
  }
}
.p-reservation__formWrapper .p-reservation__time .form-flex .calendar-icon,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex .calendar-icon {
  position: absolute;
  display: block;
  background-image: url("..//img/calendar.png");
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.5rem;
  aspect-ratio: 24/26;
  cursor: pointer;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__time .form-flex .calendar-icon,
  .p-reservation__formWrapper .p-reservation__otherTime .form-flex .calendar-icon {
    right: 0.9375rem;
  }
}
.p-reservation__formWrapper .p-reservation__time .form-flex .form-flex__left,
.p-reservation__formWrapper .p-reservation__otherTime .form-flex .form-flex__left {
  width: 7.375rem;
  border-right: 1px solid #898989;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__time .form-flex .form-flex__left,
  .p-reservation__formWrapper .p-reservation__otherTime .form-flex .form-flex__left {
    width: 6.875rem;
  }
}
.p-reservation__formWrapper .p-reservation__otherTime .reservetime-flex:last-child {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__otherTime .reservetime-flex:last-child {
    margin-top: 1.375rem;
  }
}
.p-reservation__formWrapper .p-reservation__otherTime.form-item {
  margin-top: 2.125rem;
}
.p-reservation__formWrapper .p-reservation__course .wpcf7-form-control-wrap {
  width: 100%;
}
.p-reservation__formWrapper .p-reservation__course .wpcf7-form-control {
  border: 1px solid #898989;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 798/60;
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__course .wpcf7-form-control {
    flex-wrap: wrap;
    row-gap: 0.9375rem;
    column-gap: 1.8125rem;
    aspect-ratio: 345/100;
    padding-left: 1.125rem;
    margin-top: 1.25rem;
    padding-block: 20px;
  }
}
.p-reservation__formWrapper .p-reservation__course .wpcf7-list-item.first {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__course .wpcf7-list-item.first {
    margin-left: 0;
  }
}
.p-reservation__formWrapper .p-reservation__course .wpcf7-list-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__course .wpcf7-list-item:nth-child(3) {
    margin-left: 0;
  }
}
.p-reservation__formWrapper .p-reservation__otherMsg textarea {
  border: 1px solid #898989;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 798/140;
  margin-top: 0.9375rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .p-reservation__otherMsg textarea {
    width: 100%;
    aspect-ratio: 345/230;
  }
}
.p-reservation__formWrapper .privacy-policy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .privacy-policy {
    letter-spacing: -0.06em;
  }
}
.p-reservation__formWrapper .privacy-policy a {
  color: inherit;
  position: relative;
  display: inline-block;
}
.p-reservation__formWrapper .privacy-policy a::after {
  content: "";
  display: inline-block;
  width: 8.875rem;
  height: 1px;
  background-color: #c9caca;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.p-reservation__formWrapper .wpcf7-submit {
  width: 12.5rem;
  aspect-ratio: 200/40;
  background-color: #6c87a2;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 2.6875rem;
  border: 1px solid #6c87a2;
  transition: 0.2s all;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .wpcf7-submit {
    margin-top: 2.1875rem;
  }
}
.p-reservation__formWrapper .wpcf7-submit:hover {
  background-color: #fff;
  color: #6c87a2;
}
.p-reservation__formWrapper .form-item.contact-way .wpcf7-form-control-wrap {
  height: 100%;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formWrapper .form-item.contact-way .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.p-reservation__formWrapper .form0item.contact-way .radio-xxx {
  width: 19.875rem;
}
.p-reservation__formWrapper .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
}
.p-reservation__formWrapper .wpcf7-spinner {
  display: block;
  opacity: 0;
}
.p-reservation__formWrapper .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.p-contact__title::after {
  content: "お問い合わせ・ご意見";
}

.p-contact__inner {
  max-width: 838px;
}

.p-contact__textWrapper {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3e3a39;
  line-height: 2;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__textWrapper {
    margin-top: 3.125rem;
  }
}

.p-contact__formWrapper {
  margin-top: 5rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 6.25rem;
  width: 49.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper {
    width: 100%;
    margin-top: 5.8125rem;
  }
}
.p-contact__formWrapper .Form .form-item {
  margin-top: 1.875rem;
}
.p-contact__formWrapper .Form .form-item:nth-child(2) .wpcf7-text {
  margin-top: 0;
  border-radius: 0;
  border-color: transparent;
  border-left: 1px solid #898989;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .form-item:nth-child(2) .wpcf7-text {
    border: 1px solid #898989;
    border-radius: 10px;
  }
}
.p-contact__formWrapper .Form .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
}
.p-contact__formWrapper .Form .wpcf7-text {
  border: 1px solid #898989;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 798/60;
  padding: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .wpcf7-text {
    aspect-ratio: 345/60;
    padding: 0.625rem;
  }
}
.p-contact__formWrapper .Form .contact-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
}
.p-contact__formWrapper .Form .form-flex {
  display: flex;
  align-items: center;
  border: 1px solid #898989;
  border-radius: 10px;
  margin-top: 0.9375rem;
  width: 100%;
  aspect-ratio: 798/60;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .form-flex {
    aspect-ratio: 345/60;
    flex-direction: column;
    border: none;
    margin-top: 0;
  }
}
.p-contact__formWrapper .Form .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  height: 100%;
}
.p-contact__formWrapper .Form .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0px;
}
.p-contact__formWrapper .Form .wpcf7-list-item input {
  margin-top: 0.25rem;
  display: inline-block;
  margin-right: 0.125rem;
}
.p-contact__formWrapper .Form .wpcf7-list-item.first {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .wpcf7-list-item.first {
    margin-left: 0;
  }
}
.p-contact__formWrapper .Form .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  margin-top: 0.125rem;
}
.p-contact__formWrapper .Form .message {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: left;
}
.p-contact__formWrapper .Form .wpcf7-textarea {
  border: 1px solid #898989;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 798/200;
  margin-top: 0.9375rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .wpcf7-textarea {
    width: 100%;
    aspect-ratio: 345/230;
  }
}
.p-contact__formWrapper .Form .privacy-policy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .privacy-policy {
    letter-spacing: -0.06em;
  }
}
.p-contact__formWrapper .Form .privacy-policy a {
  color: inherit;
  position: relative;
  display: inline-block;
}
.p-contact__formWrapper .Form .privacy-policy a::after {
  content: "";
  display: inline-block;
  width: 8.875rem;
  height: 1px;
  background-color: #c9caca;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.p-contact__formWrapper .Form .wpcf7-submit {
  width: 12.5rem;
  aspect-ratio: 200/40;
  background-color: #6c87a2;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 2.6875rem;
  border: 1px solid #6c87a2;
  transition: 0.2s all;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .Form .wpcf7-submit {
    margin-top: 2.1875rem;
  }
}
.p-contact__formWrapper .Form .wpcf7-submit:hover {
  background-color: #fff;
  color: #6c87a2;
}
.p-contact__formWrapper .wpcf7-spinner {
  display: block;
  opacity: 0;
}
.p-contact__formWrapper .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrapper .wpcf7-not-valid-tip {
    position: absolute;
    top: 1.25rem;
    right: 0;
  }
}

.form-item.contact-way .wpcf7-form-control-wrap {
  height: 100%;
  width: 30rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-item.contact-way .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.form0item.contact-way .radio-xxx {
  width: 19.875rem;
}

.list_pagenavi {
  padding-top: 100px;
}

.attmgr_admin_scheduler select {
  border: 1px solid;
}
.attmgr_admin_scheduler input[name=submit] {
  border: 1px solid;
}/*# sourceMappingURL=style.css.map */