@charset "UTF-8";
/***** setting *****/
/***** breakpoint *****/
/***** color *****/
/***** layout *****/
/***** base *****/
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  word-break: break-all;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.wrp {
  flex: 1;
  display: flex;
  flex-direction: column;
}

input,
select,
textarea {
  font-size: 16px;
}

input {
  font-size: 16px !important;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-decoration: none !important;
}

select {
  color: #191919 !important;
  background-color: none;
  border: 1px solid #CCCCCC;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

.hidden {
  display: none;
}

footer {
  margin-top: auto;
}

a {
  cursor: pointer;
}
a :hover {
  text-decoration-color: dlansparent;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none !important;
  }
}
.is-hite {
  display: none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.gmap {
  height: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

body {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

p .wrp {
  background-color: #EFC9AE;
  padding: 2rem;
  display: flex;
  display: none;
}
p span {
  color: #E0762D;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.alart {
  color: #E00707 !important;
  font-weight: normal;
}

.attention {
  color: #E00707;
  background-color: #FCE5E5;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}

section h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  section h2 {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
}
section h3 {
  font-family: "Alfa Slab One", cursive;
  font-size: 2.6rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  section h3 {
    font-size: 4.2rem;
  }
}
section h4 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #E0762D;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  section h4 {
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
}
section h5 {
  background-color: #F2EADD;
  padding: 1rem 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  section h5 {
    font-size: 2.4rem;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}

.page {
  padding-top: 7rem;
}
.page.no-header {
  padding-top: 0;
  margin-top: -7rem;
}
@media screen and (min-width: 1025px) {
  .page {
    padding-top: 10rem;
  }
}
.page .content {
  flex: auto;
  padding: 0 !important;
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) {
  .page .content {
    padding: 8rem 4rem;
    max-width: 134rem;
    margin: 0 auto;
    margin-top: 14rem;
  }
}
.page section {
  padding: 3rem 2rem 4rem;
}
@media screen and (min-width: 1025px) {
  .page section {
    padding: 8rem 4rem;
    max-width: 134rem;
    margin: 0 auto;
  }
}
.page .jump {
  display: block;
  padding-top: 10rem;
  margin-top: -10rem;
}
@media screen and (min-width: 1025px) {
  .page .jump {
    padding-top: 14rem !important;
    margin-top: -14rem !important;
  }
}

.studio .content {
  flex: auto;
}
@media screen and (min-width: 1025px) {
  .studio .content {
    max-width: 90vw;
    margin: 0 auto;
  }
}
.studio section {
  padding: 3rem 2rem 4rem;
}
@media screen and (min-width: 1025px) {
  .studio section {
    margin-top: 10rem !important;
    padding: 0;
    max-width: 126rem;
    margin: 0 auto;
  }
}

.top section {
  padding: 3rem 2rem 4rem;
  flex: auto;
}
@media screen and (min-width: 1025px) {
  .top section {
    padding: 8rem 4rem;
    max-width: 134rem;
    margin: 0 auto;
  }
}

/***** block *****/
/* hamburger
-------------------------------------*/
#hamburger {
  display: block;
  position: fixed;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: #E0762D;
  border-radius: 5rem;
  padding: 2rem;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  z-index: 10000 !important;
}

.inner-line {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  left: 12px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  z-index: 10000;
}

#line1 {
  top: 13px;
}

#line2 {
  top: 20px;
}

#line3 {
  bottom: 13px;
}

.line_1 {
  transform: translateY(7px) rotate(-45deg);
  top: 0;
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
}

.line_2 {
  opacity: 0;
}

.line_3 {
  transform: translateY(-6px) rotate(45deg);
  bottom: 0;
  -webkit-transition: translateY(-6px) rotate(45deg);
  -moz-transition: translateY(-6px) rotate(45deg);
  -ms-transition: translateY(-6px) rotate(45deg);
  -o-transition: translateY(-6px) rotate(45deg);
}

/* animation
-------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

#nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
@media screen and (min-width: 1025px) {
  #nav {
    opacity: 1;
    visibility: inherit;
  }
}
#nav.show {
  opacity: 1 !important;
  visibility: visible;
  -webkit-animation: fadein 0.2s;
  animation: fadein 0.2s;
  padding: 0;
  padding-top: 6rem;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* nav
-------------------------------------*/
.header {
  width: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 11;
  padding: 1rem;
  background-color: #fff;
  height: 7rem;
  position: fixed;
}
@media screen and (min-width: 1025px) {
  .header {
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
    height: 13rem;
  }
}
.header .logo {
  width: 10rem;
  position: fixed;
  z-index: 99;
}
.header .logo.top {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header .logo {
    width: 12rem;
    z-index: 101;
    position: fixed;
    top: 3rem;
    left: 4rem;
  }
}
.header .nav {
  background-color: #F2EADD;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  padding: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 100;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .header .nav {
    height: auto;
    background: none;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    padding-left: 20rem;
    background-color: #fff;
  }
  .header .nav.nav {
    background: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px) {
  .header .nav {
    padding-left: 20rem;
  }
}
.header .nav .nav-logo .logo__img {
  width: 16rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .header .nav .nav-logo {
    display: none;
  }
}
.header .btn-list {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .header .btn-list {
    order: 2;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.header .btn-list .list-item {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .header .btn-list .list-item {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .header .btn-list .list-item a {
    margin: 0;
  }
}
.header .btn-list .btn--search,
.header .btn-list .btn--login {
  width: 70vw;
}
@media screen and (min-width: 1025px) {
  .header .btn-list .btn--search,
  .header .btn-list .btn--login {
    width: auto;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px) {
  .header .btn-list .btn--search,
  .header .btn-list .btn--login {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
.header .btn-list .btn__link {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .header .btn-list {
    width: auto;
  }
}
.header .btn-list .serach {
  margin-bottom: 1rem;
  background-color: #F2EADD;
}
.header .nav-list {
  order: 2;
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .header .nav-list {
    display: flex;
    gap: 3rem;
    margin: 0;
    font-weight: bold;
    margin-right: auto;
    align-items: baseline;
    margin-top: 1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px) {
  .header .nav-list {
    font-size: 1.4rem;
    gap: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
.header .nav-list .list-item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .header .nav-list .list-item {
    margin: 0;
  }
}
.header .nav-list .list-item__link {
  text-decoration: none;
}

.footer {
  background-color: #F2EADD;
  padding: 4rem 2rem 2rem;
  margin-top: 9rem;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 4rem 4rem 2rem;
    margin-top: 18rem;
  }
}
@media screen and (min-width: 1025px) {
  .footer .nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    height: 6rem;
    margin-bottom: 2rem;
  }
}
.footer .btn--detail::after {
  content: none;
}
.footer .top-list {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .footer .top-list {
    margin-bottom: 0;
  }
}
.footer .top-list .list-item {
  align-content: flex-end;
}
.footer .top-list .list-item :first-child {
  flex-grow: 1;
  margin-right: 1rem;
  max-width: 30vw;
  max-height: 6rem;
}
.footer .top-list .list-item .txt--sub {
  font-weight: normal;
  font-size: 1.1rem;
}
.footer .top-list .list-item .txt--main {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
}
.footer .nav-list {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 0 2rem 3rem;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .footer .nav-list {
    margin: 2rem;
  }
}
.footer .nav-list .list-item {
  font-size: 1rem;
  border-right: 1px solid;
  flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer .nav-list .list-item {
    padding: 0 4rem;
  }
}
.footer .nav-list .list-item__link {
  text-decoration: none;
  background: none;
}
.footer .nav-list :last-of-type {
  border: none;
}
.footer .copyright {
  font-size: 1rem;
  text-align: center;
}

/*scroll-top
-------------------------------------*/
.js-scroll-fadein {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
}
.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

.scroll-top {
  right: 1rem;
  bottom: 0;
  position: fixed;
  z-index: 10;
  cursor: pointer;
}
.scroll-top::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/up--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4rem;
  height: 4rem;
}

/***** parts *****/
.btn {
  text-align: center;
}
.btn--fill {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #E0762D;
  color: #fff !important;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  padding: 1.5rem 5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  margin-bottom: 1.5rem;
  border: none;
  cursor: pointer;
}
.btn--fill.inert {
  background-color: #CCCCCC;
  color: #fff !important;
  border: none;
  cursor: none;
}
@media screen and (min-width: 1025px) {
  .btn--fill {
    font-size: 2.4rem;
  }
}
.btn--border {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  padding: 1.5rem 5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  background-color: #fff;
  color: #F2EADD;
  border: 1px solid #EFC9AE;
  color: #191919 !important;
  font-weight: normal;
  margin-top: 3rem;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .btn--border {
    font-size: 1.6rem;
  }
}
.btn--inline {
  color: #E0762D !important;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .btn--inline {
    font-size: 1.4rem;
  }
}
.btn--search {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #E0762D;
  color: #fff !important;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  padding: 1.5rem 5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  margin-bottom: 1.5rem;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .btn--search {
    font-size: 1.8rem;
    cursor: pointer;
  }
}
.btn--search::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/serach--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}
.btn--login {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  font-weight: bold;
  background-color: #E0762D;
  color: #fff !important;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  padding: 1.5rem 5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  font-size: 1.5rem;
  border: none;
  margin-bottom: 1.5rem;
  cursor: pointer;
  color: #E0762D !important;
  border: 2px solid #E0762D;
  background-color: #F2EADD;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
@media screen and (min-width: 1025px) {
  .btn--login {
    background-color: #fff;
  }
}
.btn--calender {
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  padding: 2rem;
}
.btn--calender::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/calender.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
.btn--submit {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  font-weight: bold;
  background-color: #E0762D !important;
  color: #fff !important;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  padding: 1.5rem 5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  font-size: 1.5rem;
  border: none;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .btn--submit {
    font-size: 2.4rem;
    padding: 2rem 6rem;
    max-width: 38rem;
  }
}
.btn--post {
  background-color: #F2EADD;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-left: 2rem;
}
.btn--setting {
  border: 1px solid #EFC9AE;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}
.btn--setting::before {
  content: "";
  background-image: url("../img/ico/setting--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.2em;
}
.btn--logout {
  border: 1px solid #EFC9AE;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}
.btn--logout::before {
  content: "";
  background-image: url("../img/ico/logout--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.2em;
}
.btn--download {
  font-size: 1.2rem;
  border: 1px solid #EFC9AE;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}
.btn--download::after {
  content: "";
  background-image: url("../img/ico/download--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.2em;
}
.btn--reload {
  border: 1px solid #EFC9AE;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  padding: 1rem 1.5rem 1rem 2rem;
}
.btn--reload::after {
  content: "";
  background-image: url("../img/ico/reload--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.2em;
}
.btn--reload #recomp {
  color: #191919;
  font-size: 1.2rem !important;
}
.btn--detail {
  font-size: 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E0762D;
  font-size: 1.2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 0 0.8rem 0 1.5rem;
  height: 4rem;
}
@media screen and (min-width: 1025px) {
  .btn--detail {
    padding: 1rem;
    height: 5rem;
  }
}
.btn--detail::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
}
.btn--detail.inert {
  background-color: #CCCCCC;
  color: #fff !important;
  border: none;
  cursor: none;
}
.btn--detail.inert::after {
  background-image: url(../img/ico/right--white.svg);
}
.btn--guide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E0762D;
  font-size: 1.2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 0 0.2rem 0 0.8rem;
  height: 4rem;
  background-color: #F2EADD;
  line-height: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .btn--guide {
    padding: 1rem;
    height: 5rem;
  }
}
.btn--guide::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
.btn--inline-link {
  display: flex;
  align-items: center;
  flex: 1;
  color: #E0762D !important;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0 0.2rem 0 0.4rem;
  height: 4rem;
  line-height: 1.6rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1025px) {
  .btn--inline-link {
    padding: 1rem;
    height: 5rem;
  }
}
.btn--inline-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/right--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.6rem;
  height: 2.6rem;
}
.btn--price {
  font-weight: bold;
  color: #E0762D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.btn--price::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/add--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  margin-top: -0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 0;
}
.btn--link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E0762D;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  height: 4rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .btn--link {
    padding: 1rem;
    height: 5rem;
  }
}
.btn--link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/outerlink--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}
.btn--reload {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E0762D;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  height: 4rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .btn--reload {
    padding: 1rem;
    height: 5rem;
  }
}
.btn--reload::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/reload--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}
.btn--inactive {
  background-color: #CCCCCC !important;
}

.is-open {
  opacity: 1;
}
.is-open::after {
  margin-top: -0.4rem;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
}

.is-hide {
  display: none !important;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#recomp {
  background: none;
  border: none;
}

.calender__tab {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .calender__tab {
    width: 70rem;
  }
}
.calender__tab .tab__switch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calender__tab .tab__btn {
  width: 100%;
  transition: all 0.2s ease;
  text-align: center;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: calender__day 0.2s ease;
  padding: 1rem 2rem;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  font-weight: normal;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .calender__tab .tab__btn {
    margin-bottom: 3rem;
  }
}
.calender__tab .tab__btn:first-of-type {
  width: 50%;
  border-right: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.calender__tab .tab__btn:last-of-type {
  width: 50%;
  border-left: none;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.calender__tab .tab__btn :hover {
  opacity: 0.75;
}
.calender__tab .tab__wrp {
  display: none;
  padding: 0 0 2rem;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.calender__time {
  display: flex;
  gap: 2rem;
  margin: 0 1rem 3rem;
}
@media screen and (min-width: 1025px) {
  .calender__time {
    padding: 0;
    margin: 2rem 0 4rem;
  }
}
.calender__time .time__wrp {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.calender__time .time__wrp:last-of-type::before {
  content: "~";
  position: absolute;
  left: -1.5rem;
  bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
}
.calender__time .time__label {
  margin-bottom: 1rem;
  text-align: left;
}
.calender__time .time__input {
  width: 100%;
  padding: 1rem 2rem;
  border: 1px solid #CCCCCC;
}
.calender__time .time__input::after {
  content: "";
  background-image: url("../img/ico/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.2em;
}
.calender__time .time__input:hover::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.calender__date {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .calender__date {
    padding: 0;
    margin-top: 4rem;
  }
}
.calender__date label {
  margin-bottom: 1rem;
  text-align: left;
}
.calender__date input {
  border: 1px solid #CCCCCC;
  padding: 1rem 2rem;
  border: 1px solid #CCCCCC;
}
.calender__txt {
  text-align: center;
}
.calender__btn {
  text-align: center;
  margin-top: 1rem;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#hour:checked ~ #hour__wrp,
#day:checked ~ #day__wrp {
  display: block;
}

input[name=tab] {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#calender__day:checked ~ #tab__day,
#calender__hour:checked ~ #tab__hour {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.calender__tab input:checked + .tab__btn {
  color: #E0762D;
  font-weight: bold;
  border-color: #E0762D;
  background: #F2EADD;
}

.calender__tab input:checked + .tab__btn:first-of-type {
  border-right: 1px solid #E0762D;
}

.calender__tab input:checked + .tab__btn:last-of-type {
  border-left: 1px solid #E0762D;
}

input[type=time] {
  position: relative;
}

input[type=time]:after {
  font-family: FontAwesome;
  content: "\f017";
  color: #fff;
  padding: 0 5px;
}

input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 100;
}

.flatpickr-calendar {
  box-shadow: none;
}

span.flatpickr-weekday {
  background: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #fff !important;
  color: #F2EADD;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #F2EADD;
}

.flatpickr-months .flatpickr-month {
  background: #fff !important;
  padding-bottom: 2rem;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  content: none;
}

.flatpickr-days {
  border-left: 0 !important;
  border-right: 0 !important;
  width: 100% !important;
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-innerContainer {
  border-bottom: 0 !important;
}

.flatpickr-calendar.inline {
  width: 100%;
}

.flatpickr-weekdays {
  background: #fff !important;
}

.flatpickr-days {
  width: 100%;
}

.flatpickr-calendar.arrowTop:after {
  display: none;
}

.flatpickr-calendar.arrowTop:before {
  display: none;
}

.flatpickr-calendar {
  box-shadow: none !important;
}

.flatpickr-current-month .numInputWrapper {
  color: #191919 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #191919 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #191919 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  fill: #191919 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  fill: #191919 !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #E0762D !important;
}

.flatpickr-rContainer {
  width: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  display: none;
}

.flatpickr-calendar.arrowBottom:after {
  display: none;
}

.flatpickr-day {
  max-width: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #E0762D !important;
  border-color: #E0762D !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.flatpickr-calendar.inline {
  margin-bottom: 3rem !important;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 20px !important;
  height: 20px !important;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.flatpickr-day.inRange {
  box-shadow: none !important;
}

.flatpickr-current-month input.cur-year {
  display: none !important;
}

select {
  -webkit-appearance: none !important;
  appearance: none !important;
  /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none !important;
  /* デフォルトの矢印を非表示(IE用) */
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  font-size: 1.8rem !important;
}

.flatpickr-current-month {
  padding-top: 0.5rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 1rem;
}

.studio .flatpickr-months {
  margin-bottom: 2rem;
}

.modal .flatpickr-months .flatpickr-month {
  margin-bottom: 2rem;
}
.modal .calender__date {
  padding: 0;
}
.modal .calender__tab .tab__wrp {
  padding: 0;
}
.modal .calender__date input {
  width: 100%;
}
.form__input .form__list p:first-of-type {
  margin-top: 0;
}
.form__input .form__list .list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  list-item__style: none;
}
.form__input .form__list .list-item:last-of-type {
  margin-bottom: 0rem;
}
.form__input .form__list .list-item__label {
  flex-basis: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__label {
    flex: 1;
  }
}
.form__input .form__list .list-item__label .required {
  color: #fff;
  background-color: #E00707;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.form__input .form__list .list-item__input {
  padding: 1rem 2rem;
}
.form__input .form__list .list-item__ttl {
  background-color: #F2EADD;
  padding: 1rem 2rem;
  text-align: left;
  font-weight: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form__input .form__list .list-item__ttl .required {
  color: #fff;
  background-color: #E00707;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  margin-left: 0.8rem;
}
.form__input .form__list .list-item__txt {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__studio {
    display: flex;
    gap: 4rem;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__studio .list-item__img {
    flex: 1;
  }
}
.form__input .form__list .list-item__studio .list-item__fig {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-right: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__studio .list-item__fig {
    flex: 1;
  }
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__studio .list-item__detail {
    flex: 1;
  }
}
.form__input .form__list .list-item__studio .list-item__txt {
  display: flex;
  flex-flow: column;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__studio .list-item__txt {
    margin-top: 0;
  }
}
.form__input .form__list .list-item__studio .list-item__ttl {
  font-weight: bold;
}
.form__input .form__list .list-item__studio .list-item__label {
  font-weight: bold;
}
.form__input .form__list .list-item__studio .list-item__link {
  text-decoration: none;
  margin-top: 1.5rem;
  margin-left: auto;
  display: inline-flex;
  flex: inherit;
  padding: 1rem 2rem;
}
.form__input .form__list .list-item__schedule {
  margin-top: 2rem;
}
.form__input .form__list .list-item__schedule .list-item__label {
  flex-basis: 100%;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.form__input .form__list .list-item__schedule .list-item .input {
  flex: 1;
  display: flex;
  gap: 2rem;
  flex: 1;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
  align-items: stretch;
  padding: 0;
  border: none;
}
.form__input .form__list .list-item__schedule .list-item .input:last-of-type {
  margin-bottom: 0;
}
.form__input .form__list .list-item__schedule #start .date {
  padding: 0.5rem 1.5rem;
  border: 1px solid #CCCCCC;
  width: 100%;
}
.form__input .form__list .list-item__schedule #start .date::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/calender.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
.form__input .form__list .list-item__schedule #start .time {
  padding: 0.5rem 1.5rem;
  border: 1px solid #CCCCCC;
  width: 100%;
}
.form__input .form__list .list-item__schedule #end .date {
  padding: 0.5rem 1.5rem;
  border: 1px solid #CCCCCC;
  width: 100%;
}
.form__input .form__list .list-item__schedule #end .time {
  padding: 0.5rem 1.5rem;
  border: 1px solid #CCCCCC;
  width: 100%;
}
.form__input .form__list .list-item__schedule #start,
.form__input .form__list .list-item__schedule #end {
  display: flex;
  gap: 2rem;
}
.form__input .form__list .list-item__schedule #start {
  margin-bottom: 1rem;
}
.form__input .form__list .list-item__schedule #date,
.form__input .form__list .list-item__schedule #time {
  flex: 1;
  height: 100%;
  border: 1px solid #CCCCCC;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.form__input .form__list .list-item__schedule #date::after,
.form__input .form__list .list-item__schedule #time::after {
  content: "";
  background-image: url("../img/ico/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  margin-left: 0.2em;
}
.form__input .form__list .list-item_person {
  display: flex;
  flex-direction: column;
}
.form__input .form__list .list-item .person {
  border: none;
  padding: 0;
  margin-top: 0.5rem;
  width: 30%;
  border: 1px solid #CCCCCC;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__input .form__list .list-item__option {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__option {
    flex-direction: row;
    justify-content: start;
    gap: 2rem;
  }
}
.form__input .form__list .list-item__option .list-item__label {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__option .list-item__label {
    flex: inherit;
  }
}
.form__input .form__list .list-item__option .list-item__input {
  align-items: center;
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.form__input .form__list .list-item__option input[type=checkbox] {
  margin-right: 0.8rem;
}
.form__input .form__list .list-item__purpose {
  display: flex;
  gap: 0.5rem 1.5rem;
  flex-wrap: wrap;
}
.form__input .form__list .list-item__purpose .list-item__label {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  font-weight: normal;
  cursor: pointer;
}
.form__input .form__list .list-item__purpose .list-item__label:last-child {
  flex-basis: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__purpose .list-item__label {
    flex: inherit;
  }
}
.form__input .form__list .list-item__purpose .list-item__label .other {
  border: 1px solid #CCCCCC;
  padding: 0.5rem 1.5rem;
  margin-left: 0.5rem;
  display: inline-flex;
  margin-left: 1rem;
  width: 60%;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .list-item__purpose .list-item__label .other {
    width: 91%;
  }
}
.form__input .form__list .list-item__purpose .list-item__input {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.form__input .form__list .list-item__purpose input[type=checkbox] {
  margin-right: 0.8rem;
}
.form__input .form__list .list-item__comment .list-item__txt {
  margin-bottom: 1.5rem;
}
.form__input .form__list .list-item__comment .list-item__input {
  height: 15vh;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 0.5rem 1.5rem;
}
.form__input .form__list .list-item__bill {
  display: flex;
  flex-direction: column;
}
.form__input .form__list .list-item__bill .list-item:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.form__input .form__list .list-item__bill .list-item__btn {
  margin-left: auto;
  margin-bottom: 1.5rem;
}
.form__input .form__list .list-item__bill .list-item__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.5rem;
}
.form__input .form__list .list-item__bill .list-item__item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.form__input .form__list .list-item__bill .list-item__table .calculate .plan {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form__input .form__list .list-item__bill .list-item__table .calculate .detail {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.form__input .form__list .list-item__bill .list-item__table .calculate .detail dl {
  flex: 1;
  text-align: right;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.form__input .form__list .list-item__bill .list-item__table .calculate .detail dt {
  margin-bottom: 0.2rem;
}
.form__input .form__list .list-item__bill .list-item__table .calculate .detail .total .number {
  font-weight: bold;
}
.form__input .form__list .list-item__bill .list-item__table .calculate .detail .number {
  background-color: #EFEFEF;
  padding: 1rem;
  margin-top: auto;
  height: 100%;
}
.form__input .form__list .list-item__bill .list-item__table .other {
  display: flex;
  justify-content: space-between;
}
.form__input .form__list .list-item__bill .list-item__table .other .number {
  font-weight: bold;
}
.form__input .form__list .list-item__bill .list-item__total {
  background-color: #F2EADD;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 2rem;
}
.form__input .form__list .list-item__bill .list-item__total .number {
  font-size: 1.8rem;
  text-align: right;
  align-items: center;
}
.form__input .form__list .list-item__bill .list-item__total .ttl {
  width: 100%;
}
.form__input .form__list .list-item .input--txt {
  height: 15vh;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .adress {
    display: flex;
    flex-direction: column;
  }
}
.form__input .form__list .adress .input--post {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .form__input .form__list .adress .input--post {
    width: 25%;
  }
}
.form__input .form__list .adress input {
  margin-bottom: 1rem;
}
.form__input .error input {
  background-color: #FCE5E5;
}
.form__input .error .alart {
  color: #E00707;
}
@media screen and (min-width: 1025px) {
  .form__input .error .alart {
    flex: 100%;
    padding-left: 33%;
    margin-top: 0.2rem;
  }
}
.form__wrp {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #CCCCCC;
}
.form__btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .form__btn {
    margin-top: 5rem;
  }
}
.form__price {
  margin-bottom: 4rem;
}
.form__price .price__ttl {
  background-color: #F2EADD;
  margin-bottom: 1.5rem;
  padding: 1rem 2.5rem;
  font-weight: bold !important;
  font-size: 1.8rem !important;
  display: flex;
  justify-content: space-between;
}
.form__price .price__ttl span {
  font-size: 1.3rem;
}
.form__price .price__wrp {
  border: 1px solid #E0762D;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 2rem 2rem 0;
}
.form__price .price__list .list-item {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.form__price .price__list .list-item:last-of-type {
  border: none;
  margin-bottom: 2rem;
}
.form__price .price__list .list-item__plan {
  width: 100%;
  flex-basis: 100%;
  font-weight: bold;
  display: inline;
  margin-bottom: 1.5rem;
}
.form__price .price__list .list-item__ttl {
  font-weight: normal;
}
.form__price .price__list .list-item__price {
  font-weight: bold;
}
.form__agree {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .form__agree {
    margin: 4rem auto 0;
  }
}
.form__agree .form__check {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
.form__agree .form__check .checkbox {
  margin-right: 1rem;
}
.form__agree .form__list {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .form__agree .form__list {
    gap: 8rem;
  }
}
.form__agree .form__list .list-item {
  background-color: #F2EADD;
  padding: 2rem 3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  flex-grow: 1;
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .form__agree .form__list .list-item {
    padding: 4rem 0 6rem;
  }
}
.form__agree .form__list .list-item__label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .form__agree .form__list .list-item__label {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.form__agree .form__list .list-item__label span {
  font-weight: bold;
  font-size: 1.3rem;
  color: #191919;
}
@media screen and (min-width: 1025px) {
  .form__agree .form__list .list-item__label span {
    font-size: 2.4rem;
  }
}
.form__agree .form__list .list-item__btn {
  width: 100%;
  background-color: #E0762D;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .form__agree .form__list .list-item__btn {
    max-width: 38rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    font-size: 2.4rem;
  }
}
.form__agree .form__list .list-item .disagree {
  background-color: #CCCCCC;
}
@media screen and (min-width: 1025px) {
  .form__payment {
    margin: 10rem auto !important;
  }
}
.form__payment .payment__img {
  margin-bottom: 2rem;
}
.form__payment .payment__txt {
  margin-bottom: 1rem;
}
.form__payment .payment__wrp {
  width: 100%;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  flex-flow: column;
  cursor: pointer;
}
.form__payment .payment__input {
  display: flex;
  align-items: center;
  background-color: #F2EADD;
  border: 1px solid #E0762D;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  cursor: pointer;
}
.form__payment .payment__input input {
  display: none;
}
.form__payment .payment__input::after {
  content: "ファイルを添付";
  display: inline-block;
}
.form__payment .payment__input::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/clip--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1025px) {
  .form__confirm .form__list .list-item {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    padding: 2.5rem !important;
    justify-content: space-between;
  }
}
.form__confirm .form__list .list-item__input {
  text-decoration: none !important;
}
.form__confirm .form__user .list-item {
  padding: 0 0 1rem;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 1rem;
  margin-bottom: 2rem;
}
.form__confirm .form__user .list-item__ttl {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .form__confirm .form__user .list-item__ttl {
    flex: 1.5;
  }
}
.form__confirm .form__user .list-item__ttl .required {
  color: #fff;
  background-color: #E00707;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .form__confirm .form__user .list-item__input {
    flex: 2;
    text-align: left;
  }
}
.form__confirm .form__payment {
  margin-bottom: 4rem;
}
.form__confirm .form__payment .list-item__item {
  border-bottom: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 1rem;
  margin-bottom: 2rem;
}
.form__confirm .form__payment .list-item__item .method {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form__confirm .form__payment .list-item__item__txt {
  font-weight: bold;
  margin-bottom: 1rem;
}

input[type=checkbox] {
  accent-color: #E0762D !important;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}

input[type=datetime-local] {
  width: 150px;
  height: 30px;
  position: relative;
}

input[type=datetime-local]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=datetime-local]::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/calender.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}

input[type=date] {
  width: 150px;
  height: 30px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=date]::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/calender.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}

input[type=file] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.js-upload-filename {
  color: #CCCCCC;
  margin-top: 1rem;
}

.js-upload-fileclear {
  display: none;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.js-upload-fileclear button {
  border: none;
  background: none;
  position: absolute;
  top: 3rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #E0762D;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .js-upload-fileclear button {
    height: 3rem;
    top: 5rem;
    right: 3rem;
  }
}
.js-upload-fileclear button::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/close--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .js-upload-fileclear button::after {
    width: 3rem;
    height: 3rem;
  }
}

#preview_img img {
  width: 100%;
  margin-top: 2rem;
}

.section-search {
  margin-bottom: 6rem;
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) {
  .section-search {
    padding: 0 !important;
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
}
.section-search__list {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .section-search__list {
    margin: 0 auto;
    max-width: 90vw;
    margin-top: 6rem;
  }
}
.section-search__list button {
  border: none;
  background: none;
}
@media screen and (min-width: 1025px) {
  .section-search__list {
    margin-bottom: 4rem;
  }
}
.section-search__list .list-item {
  background-color: #F2EADD;
  padding: 1rem 3rem;
  display: flex;
  margin-bottom: 1rem;
}
.section-search__list .list-item__ttl {
  padding-right: 1rem;
  font-weight: bold;
  width: 30%;
  text-align: initial;
  color: #191919 !important;
}
.section-search__list .list-item__txt {
  width: 70%;
  text-align: initial;
  color: #191919 !important;
}
.section-search__btn {
  text-align: center;
  margin: 2rem 0 0;
}
.section-search__bar {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100vw !important;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .section-search__bar {
    bottom: 0;
  }
}
.section-search__bar .btn--full {
  padding: 2rem;
  background-color: #E0762D;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 100vw;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 7rem;
  z-index: 1 !important;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section-search__bar .btn--full {
    bottom: 0;
    margin-top: 12rem;
  }
}
.section-search__bar .btn--full::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/serach--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}
.section-search #js-bar-fadein {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
}
.section-search #js-bar-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
  height: 6rem;
}

.section-studios .no-result {
  text-align: center;
}
.section-studios .no-result__img {
  opacity: 0.2;
  width: 50vw;
  margin: 6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .section-studios .no-result__img {
    width: 20vw;
    margin: 10rem 0 4rem;
  }
}

#slider {
  padding-bottom: 6rem;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: 100%;
  margin-bottom: 2rem;
}
.swiper-slide img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .swiper-slide img {
    height: 100%;
  }
}

.swiper {
  height: 100%;
}

.swiper-pagination {
  margin-bottom: 3rem;
  position: relative;
}

.swiper-pagination-bullet {
  color: #CCCCCC;
}

.swiper-pagination-bullet-active {
  background-color: #E0762D !important;
}

.swiper-container,
.swiper-slide {
  height: 100vh;
}

.table {
  border: 2px solid #EFC9AE;
  margin-bottom: 4rem;
}
.table .list-item {
  display: flex;
  border-bottom: 2px solid #EFC9AE;
  letter-spacing: 0;
}
.table .list-item:last-of-type {
  border-bottom: none;
  height: 100%;
}
.table .list-item__ttl {
  background-color: #F2EADD;
  width: 30%;
  padding: 1rem;
  border-right: 1px solid #EFC9AE;
  margin-bottom: 0;
  font-weight: normal;
}
.table .list-item__txt {
  padding: 1rem;
  display: inline-flex;
  max-width: 70%;
}
.table .list-item__txt span {
  font-weight: bold;
  margin: 0 0.4rem;
}
.table .list-item__txt .alart {
  color: #E00707;
  background-color: #FCE5E5;
  padding: 0.5rem 1rem;
}
.table .list-item__txt .normal {
  color: #0EA53C;
  background-color: #D9F1E0;
  padding: 0.5rem 1rem;
}
.table .list-item__link {
  text-decoration: none;
  color: #E0762D;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
}
.table .list-item__link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/outerlink--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}
.table__ttl {
  border-top: 1px solid #CCCCCC;
  display: inherit;
  padding-top: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  margin-top: 2rem;
}
.table__payment {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  width: 100%;
}
.table__payment .payment {
  align-items: flex-start;
}
.table__payment .payment__guide {
  border-bottom: 1px solid #E0762D;
  padding: 1rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.table__payment .payment__guide a {
  margin-left: 1rem;
  font-weight: normal;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .table__payment .payment__guide a {
    width: auto;
    flex: inherit;
    margin-left: 2rem;
  }
}
.table__payment .payment__status {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.table__payment .payment__status .sub {
  font-size: 1.1rem;
  font-weight: normal;
  width: 100%;
}
.table__payment .payment__status .btn--fill {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 0;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__container {
  overflow-y: auto;
  background-color: #fff;
}
.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2EADD;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
}
.modal__close {
  background: transparent;
  border: 0;
  z-index: 100;
}
.modal__close::after {
  content: "";
  background-image: url(../img/ico/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  margin: 2.2rem;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .modal__close::after {
    margin: 2.4rem;
  }
}
.modal__content {
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .modal__content {
    height: auto;
    width: 126rem;
    max-width: 90vw;
    display: flex;
    padding: 6rem;
    gap: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .modal .calender__tab {
    margin-bottom: 0;
    margin: 0;
    flex: 1;
  }
}
@media screen and (min-width: 1025px) {
  .modal .calender__tab .tab__btn {
    margin-bottom: 0;
  }
}
.modal .time {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .modal .time {
    margin-bottom: 3rem;
  }
}
.modal .time__wrp {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.modal .time__wrp:last-of-type::before {
  content: "~";
  left: -1.5rem;
  bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
}
.modal .time__label {
  margin-bottom: 0.5rem;
}
.modal .time__input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  background-color: #fff !important;
  color: #191919 !important;
}
.modal .option {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .modal .option {
    margin-bottom: 3rem;
  }
}
.modal .option__tab {
  flex: 1;
}
.modal .option .list-item {
  margin-bottom: 2rem;
}
.modal .option .list-item__ttl {
  display: flex;
  background-color: #F2EADD;
  padding: 1rem 2.5rem;
  margin-bottom: 2rem;
}
.modal .option .list-item__option {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-left: 0.5rem;
}
.modal .option .list-item__option input {
  margin-right: 1rem;
}
.modal .option__wrp {
  border: 1px solid #E0762D;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 2rem 2rem 0;
}
.modal .option__btn {
  font-weight: bold;
  color: #E0762D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.modal .option__btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/add--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  margin-top: -0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 0;
}
.modal .option__list .list-item__plan {
  width: 100%;
  flex-basis: 100%;
  font-weight: bold;
  display: inline;
  margin-bottom: 1.5rem;
}
.modal .option__list .list-item__ttl {
  font-weight: normal;
}
.modal .option__list .list-item__price {
  font-weight: bold;
}
.modal .open .option__btn::after {
  margin-top: -0.4rem;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.modal .period {
  background-color: #F2EADD;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .modal .period {
    margin-bottom: 4rem;
  }
}
.modal .period .date {
  font-weight: bold;
}
.modal .period .date:nth-child(n+1) {
  margin-left: 1rem;
}
.modal .period .time {
  font-weight: normal;
  display: initial;
  margin: 0;
  margin-left: 1rem;
}
.modal .period .time:first-child {
  margin-right: 1rem;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 1025px) {
  .micromodal-slide[aria-hidden=false] .modal__overlay {
    margin-top: 0;
  }
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  z-index: 1000;
}

.micromodal-slide[aria-hidden=false] .modal__container {
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 1025px) {
  .micromodal-slide[aria-hidden=false] .modal__container {
    height: auto;
    width: 126rem;
    max-width: 90vw;
  }
}

div:where(.swal2-container) div:where(.swal2-popup) {
  max-width: 90vw !important;
  width: 60rem !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-weight: normal !important;
  font-size: 1.6rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #E0762D !important;
  padding: 1rem 6rem;
  border-radius: 5rem !important;
  font-size: 1.6rem !important;
  font-weight: bold;
  border: none;
  margin-bottom: 1rem;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  padding: 2rem;
}

@media screen and (min-width: 1025px) {
  div:where(.swal2-container).swal2-center > .swal2-popup {
    padding: 6rem;
  }
}
#searchForm {
  max-height: 100vh;
  overflow-y: auto;
}
#searchForm::-webkit-scrollbar {
  display: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  padding: 1rem 6rem;
  border-radius: 5rem !important;
  font-size: 1.6rem !important;
  font-weight: bold;
  border: none;
}

/***** section *****/
.top .header {
  background: none;
}
.top .header .logo {
  display: none;
}
@media screen and (min-width: 1025px) {
  .top .header .logo {
    display: initial;
  }
}
.top .section-logo {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-image: url(../img/bg_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100vw;
  padding: 4rem 2rem 10rem;
}
@media screen and (min-width: 1025px) {
  .top .section-logo {
    padding: 20rem 0 40rem;
  }
}
.top .section-logo__img {
  width: 20rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .top .section-logo__img {
    width: 34rem;
  }
}
.top .section-logo__txt {
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .top .section-logo__txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .top .wrp-mv .inner {
    width: 126rem;
    max-width: 90vw !important;
    margin: 0 auto;
    background: #fff;
    border-radius: 2rem;
    margin-top: -30rem;
    max-width: 134rem;
    padding: 10rem;
  }
  .top .wrp-mv .inner::after {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-image: url(../img/zou.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100vw;
    padding: 4rem 2rem 10rem;
  }
}
.top .wrp-mv .section-search {
  margin: 2rem auto;
  padding: 4rem 0 2rem;
  border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .top .wrp-mv .section-search {
    padding: 4rem 4rem 2rem;
  }
}
.top .wrp-bg {
  background-color: #F2EADD;
}
@media screen and (min-width: 1025px) {
  .top .section-area {
    width: 63rem;
    padding: 3rem 4rem 5rem;
  }
}
.top .section-area__ttl {
  font-size: 1.6rem;
  color: #191919;
}
@media screen and (min-width: 1025px) {
  .top .section-area__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.top .section-area__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.top .section-area__btn .list-item {
  background-color: #fff;
  border: 1px solid #EFC9AE;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  flex: 1;
  gap: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .section-area__btn .list-item:first-of-type {
  width: flex-content;
  flex-basis: 100%;
}
.top .section-area__btn .list-item:first-of-type a {
  width: 100%;
}
.top .section-area__btn .list-item__link {
  text-decoration: none;
  display: block;
  padding: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .top .section-features {
    padding: 8rem;
    margin: auto;
  }
}
.top .section-features__list {
  position: relative;
  counter-reset: li;
}
@media screen and (min-width: 1025px) {
  .top .section-features__list {
    display: flex;
    gap: 18rem;
    margin-left: 6rem;
  }
}
.top .section-features .list-item {
  margin-bottom: 3rem;
  position: relative;
  margin-left: 8rem;
}
.top .section-features .list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top .section-features .list-item {
    margin-left: 8rem;
    gap: 16rem;
  }
}
.top .section-features .list-item::before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -8rem;
  color: #fff;
  width: 7rem;
  height: 7rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: 1;
  background: #EFC9AE;
  padding-left: 0.5rem;
  padding-top: 2.4rem;
  font-weight: normal;
  font-family: "Alfa Slab One", cursive;
}
@media screen and (min-width: 1025px) {
  .top .section-features .list-item::before {
    width: 11rem;
    height: 11rem;
    left: -14rem;
    font-size: 4rem;
    padding-top: 3.4rem;
    padding-left: 0;
  }
  .top .section-features .list-item::before:nth-child(odd) {
    margin-right: 8rem;
  }
}
.top .section-features .list-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../img/zou.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7rem;
  height: 7rem;
  left: -8.5rem;
  top: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .top .section-features .list-item::after {
    width: 10rem;
    height: 10rem;
    left: -18rem;
    margin-top: 2rem;
  }
}
.top .section-features .list-item__ttl {
  color: #E0762D;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  background: none;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .top .section-features .list-item__ttl {
    font-size: 2.4rem;
  }
}
.top .section-features .list-item__txt {
  font-size: 1.3rem;
  margin-bottom: 4rem;
}
.top .section-features .list-item__txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top .section-features .list-item__txt {
    font-size: 1.6rem;
  }
}
.top .section-studios {
  background-color: #F2EADD;
}
@media screen and (min-width: 1025px) {
  .top .section-studios {
    padding: 6rem auto 10rem;
    margin-bottom: 10rem;
  }
}
.top .section-studios__list {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .top .section-studios__list {
    margin: 0 auto 8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
    justify-content: space-between;
  }
}
.top .section-studios .list-item {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .top .section-studios .list-item {
    margin-bottom: 0;
  }
}
.top .section-studios .list-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
@media screen and (min-width: 1025px) {
  .top .section-studios .list-item {
    text-align: center;
    width: calc(50% - 4rem);
  }
}
.top .section-studios .list-item__fig {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.top .section-studios .list-item__txt {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.top .section-studios .list-item__ttl {
  font-size: 3.6rem;
  font-family: "Alfa Slab One", cursive;
  margin-bottom: 0 !important;
  background: none;
  font-weight: normal;
  width: 100%;
  padding: 2rem;
}
.top .section-studios .list-item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top .section-studios .list-item__btn {
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  color: #E0762D;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
}
.top .section-studios .list-item__btn::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/right--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
}
.top .section-studios .list-item__img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.top .section-studios__btn {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .top .section-studios__txt {
    text-align: center;
    margin: 0 auto;
  }
}
.top .section-studios__txt {
  text-align: center;
}
.top .section-search {
  padding: 7rem 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
}
.top .section-search::after {
  position: fixed;
  display: inline-block;
  background-image: url(../img/zou.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120vw;
  height: auto;
  top: 0;
  z-index: -100;
  opacity: 0.06;
  bottom: 0;
  left: 6rem;
  opacity: 0.06;
}
@media screen and (min-width: 1025px) {
  .top .section-search {
    padding: 7rem 5rem 0;
    max-width: 63rem;
  }
}
.top .section-search__ttl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .top .section-search__ttl {
    font-size: 2.4rem;
  }
}
.top .section-search__txt {
  text-align: center;
}
.top .section-search__btn {
  text-align: center;
}
.top .section-search .calender {
  display: inline-block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
}
.top .section-search .calender::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/calender.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.top .flatpickr-calendar {
  border: 1px solid #CCCCCC !important;
  width: 90vw !important;
}
.top .flatpickr-input[readonly] {
  width: 90vw !important;
}
@media screen and (min-width: 1025px) {
  .top .flatpickr-calendar {
    width: 63rem !important;
  }
  .top .flatpickr-input[readonly] {
    width: 63rem !important;
  }
}

.page .section-studios {
  padding: 0 0 4rem;
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios {
    width: 126rem;
    max-width: 90vw;
    padding: 0;
    margin-top: 0;
  }
}
.page .section-studios__filter {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  padding: 0 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__filter {
    justify-content: center;
    margin-bottom: 6rem;
  }
}
.page .section-studios__filter .list-item {
  flex-grow: 1;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.8rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__filter .list-item {
    flex-grow: 0;
    padding: 1rem 3rem;
  }
}
.page .section-studios__filter .list-item.is-active {
  background-color: #F2EADD;
  color: #E0762D;
  font-weight: bold;
  border: 1px solid #E0762D;
}
.page .section-studios__list .list-item {
  margin-bottom: 4rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item {
    margin-bottom: 8rem;
  }
}
.page .section-studios__list .list-item.is-show {
  display: block !important;
}
.page .section-studios__list .list-item__ttl {
  display: flex;
  padding: 3rem 2rem 2rem;
  background-color: #F2EADD;
  font-size: 1.8rem;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__ttl {
    margin-bottom: 4rem;
    padding: 3rem 3rem 2rem;
  }
}
.page .section-studios__list .list-item__txt {
  font-family: "Noto Sans JP", sans-serif;
  flex: 2;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__txt {
    flex: 6;
  }
}
.page .section-studios__list .list-item__txt span {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__txt span {
    margin: 0;
  }
}
.page .section-studios__list .list-item__wrp {
  padding: 0 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__wrp {
    display: flex;
    padding: 0;
  }
}
.page .section-studios__list .list-item__info {
  padding: 2rem 0;
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__info {
    width: 50%;
    padding: 0;
  }
}
.page .section-studios__list .list-item__img {
  flex: 0.5;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__img {
    flex: 1;
    max-width: 50vw;
  }
}
.page .section-studios__list .list-item__fig {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.page .section-studios__list .list-item__price {
  flex: 0.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__price {
    flex: 2;
    display: flex;
    margin-bottom: 4rem;
  }
}
.page .section-studios__list .list-item__price .ttl {
  font-size: 1.1rem;
  color: #999999;
  flex-basis: 100%;
}
.page .section-studios__list .list-item__price .unit {
  display: flex;
  flex-wrap: wrap;
  flex: 0.5;
  margin-bottom: 1.4rem;
  align-items: baseline;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__price .unit {
    display: flex;
    flex: initial;
    margin-bottom: 0;
    position: relative;
  }
  .page .section-studios__list .list-item__price .unit::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #999999;
    position: absolute;
    left: -2rem;
  }
  .page .section-studios__list .list-item__price .unit:first-of-type::before {
    display: none;
  }
}
.page .section-studios__list .list-item__price .unit:last-of-type {
  margin-bottom: 0;
}
.page .section-studios__list .list-item__price .price {
  color: #E0762D;
  font-size: 2.4rem;
  font-weight: bold;
}
.page .section-studios__list .list-item__price .sub span {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__detail {
    width: 100%;
    padding-left: 4rem;
    margin-bottom: 4rem;
  }
}
.page .section-studios__list .list-item__time {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__time {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__time .ttl {
    width: auto;
    margin: 0;
  }
}
.page .section-studios__list .list-item__time .time {
  padding-left: 1rem;
  width: auto;
  font-weight: bold;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__time .time {
    padding-left: 2rem;
  }
}
.page .section-studios__list .list-item__point {
  background-color: #F2EADD;
  color: #E0762D;
  font-weight: bold;
  padding: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.page .section-studios__list .list-item__point .point {
  margin-bottom: 1rem;
}
.page .section-studios__list .list-item__point .point:last-of-type {
  margin-bottom: 0;
}
.page .section-studios__list .list-item__point .point::before {
  content: "";
  display: inline-block;
  background-color: #E0762D;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 1rem;
}
.page .section-studios__list .list-item__tag {
  display: flex;
  flex-wrap: wrap;
  color: #E0762D;
  gap: 0.5rem;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .page .section-studios__list .list-item__tag {
    margin-bottom: 0;
  }
}
.page .section-studios__list .list-item__tag .tag {
  border: 1px solid #E0762D;
  padding: 0.4rem 1rem;
}
.page .section-studios__list .list-item__btn {
  text-align: center;
  text-decoration: none;
}
.page .section-studios__list .list-item__match {
  flex: 0.5;
}
.page .section-studios__list .list-item__match .calender {
  background-color: #F2EADD;
  padding: 1rem 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.page .section-studios__list .list-item__match .calender .date {
  font-weight: bold;
}
.page .section-studios__list .list-item__match .price {
  color: #E0762D;
  font-size: 2.4rem;
  font-weight: bold;
}
.page .section-studios__list .list-item__match .price span {
  font-size: 1.4rem;
  margin-left: 0.2rem;
  color: #000;
}
.studio .bg-img {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .studio .bg-img {
    width: 100%;
    max-width: 100vw;
  }
}
.studio .bg-img__fig {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
.studio .section-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  text-align: center;
}
.studio .section-bar .bar {
  width: 100%;
  text-decoration: none;
  background-color: #E0762D;
  color: #fff;
  padding: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.studio .section-bar .bar::after {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/calender--white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}
.studio .section-studio {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .studio .section-studio {
    padding: 0;
    max-width: 90vw;
    width: 126rem;
  }
}
.studio .section-studio__intro {
  margin-top: -10rem;
  background-color: #fff;
  padding: 3rem 3rem 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-studio__intro {
    margin-top: -20rem;
    padding: 5rem 4rem;
  }
}
.studio .section-studio__intro .list-item {
  display: flex;
  flex-wrap: wrap;
  color: #E0762D;
  gap: 0.5rem;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.studio .section-studio__intro .list-item__tag {
  border: 2px solid #E0762D;
  padding: 0.4rem 1rem;
}
.studio .section-studio__ttl {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 3rem;
}
.studio .section-studio__photo {
  margin: 0 0 4rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-studio__photo {
    margin: 0 0 8rem;
    display: flex;
    gap: 4rem;
    height: 48rem;
  }
}
.studio .section-studio__slider {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-studio__slider {
    width: calc(100% - 48rem);
    height: 48rem;
  }
  .studio .section-studio__slider img {
    max-height: 48rem;
  }
  .studio .section-studio__slider .swiper-pagination {
    margin: 0;
  }
}
.studio .section-studio__img {
  border: 1px solid #CCCCCC;
  aspect-ratio: 1;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  object-fit: contain;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .studio .section-studio__img {
    width: 48rem;
    max-height: 48rem;
  }
}
.studio .section-news {
  background-color: #F2EADD;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-news {
    margin-top: 8rem;
    padding: 6rem;
  }
}
.studio .section-news__ttl {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
.studio .section-news .list-item {
  margin-bottom: 2rem;
}
.studio .section-news .list-item:last-of-type {
  margin-bottom: 0;
}
.studio .section-news .list-item__date {
  color: #E0762D;
  letter-spacing: 0;
  font-weight: bold;
}
.studio .section-news .list-item__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-price__wrp {
    max-width: 90vw;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.studio .section-price .colm--full {
  flex-flow: column;
  margin-bottom: 2rem;
  width: 100%;
}
.studio .section-price .colm--full .list-item__wrp {
  width: 100%;
}
.studio .section-price .colm--full .list-item__date {
  border-bottom: 2px solid #EFC9AE;
}
.studio .section-price .colm--full .list-item__time {
  padding: 2rem;
  text-align: center;
}
.studio .section-price__table {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-price__table {
    flex-direction: column;
    width: 47%;
  }
}
.studio .section-price__table .list-item {
  display: flex;
  border: 2px solid #EFC9AE;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .studio .section-price__table .list-item {
    margin-bottom: 0;
  }
}
.studio .section-price__table .list-item span {
  font-weight: bold;
  font-size: 1.5rem;
}
.studio .section-price__table .list-item__ttl {
  background-color: #E0762D;
  font-weight: bold;
  color: #fff;
  flex-basis: 100%;
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: -3px;
}
.studio .section-price__table .list-item__wrp {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .studio .section-price__table .list-item__txt {
    height: 100%;
  }
}
.studio .section-price__table .list-item__date {
  background-color: #F2EADD;
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  border-right: 2px solid #EFC9AE;
  border-bottom: 2px solid #EFC9AE;
}
.studio .section-price__table .list-item__date:last-of-type {
  border-right: 0;
}
.studio .section-price__table .list-item__detail {
  padding: 2rem;
  text-align: center;
  width: 100%;
  border-right: 2px solid #EFC9AE;
}
.studio .section-price__table .list-item__detail:last-of-type {
  border: none;
}
.studio .section-price__table .list-item__detail .price {
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .studio .section-price__table .list-item__detail {
    margin-top: auto;
  }
}
.studio .section-price__table .colm--2 {
  display: flex;
  flex-direction: initial;
}
.studio .section-price__table .colm--2 .list-item__wrp {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.studio .section-price__table .colm--2 .list-item__wrp:first-of-type {
  border-right: 2px solid #EFC9AE;
}
.studio .section-price__table .colm--3 {
  display: flex;
  flex-direction: initial;
}
.studio .section-price__table .colm--3 .list-item__wrp {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.studio .section-price__table .colm--3 .list-item__wrp:not(last-of-type) {
  border-right: 2px solid #EFC9AE;
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.studio .section-price__table .colm--3 .list-item__wrp:last-of-type {
  border: none;
}
.studio .section-price__table .colm--3 .list-item__detail {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
}
.studio .section-price__table .colm--3 .list-item__box {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.studio .section-price__table .colm--3 .list-item__box dd:first-of-type {
  border-right: 2px solid #EFC9AE;
}
.studio .section-price__table .cell--1 {
  flex-basis: 30%;
}
.studio .section-price__table .cell--2 {
  flex-basis: 70%;
  flex: 2 !important;
}
.studio .section-price__table__time {
  padding: 1rem;
}
.studio .section-price__table__price {
  font-size: 1.8rem;
  padding: 2rem;
}

@media screen and (min-width: 1025px) {
  .section-equipment__wrp {
    display: flex;
    gap: 4rem;
    width: 100%;
  }
}
.section-equipment__box img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  vertical-align: top;
}
.section-equipment__box .swiper-pagination {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .section-equipment__box {
    overflow: hidden;
    flex: 1;
  }
}
@media screen and (min-width: 1025px) {
  .section-equipment__table {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: stretch;
    margin-bottom: 0;
  }
}
.section-equipment__slider {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #EFC9AE;
}
@media screen and (min-width: 1025px) {
  .section-equipment__slider {
    flex: 1;
  }
}
.section-equipment__slider .swiper {
  aspect-ratio: 1;
}
.section-equipment__slider img {
  object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .section-access__wrp {
    gap: 4rem;
    display: flex;
    justify-content: sdletch;
  }
}
.section-access__map {
  margin-bottom: 3rem;
  height: 40vh;
}
@media screen and (min-width: 1025px) {
  .section-access__map {
    height: auto;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.section-access .list-item__txt {
  margin-bottom: 4rem;
}
.section-reservation__txt {
  margin-bottom: 1rem;
  text-align: center;
}
.section-reservation__btn {
  text-align: center;
}
.section-reservation .alart {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .section-reservation__calender {
    display: flex;
    width: 100%;
    padding: 6rem;
    border: 1px solid #CCCCCC;
  }
}

@media screen and (min-width: 1025px) {
  .page .section-faq {
    width: 126rem;
    max-width: 90vw;
    padding: 0;
  }
}
.page .section-faq__list .list-item {
  margin-bottom: 2rem;
  cursor: pointer;
}
.page .section-faq__list .list-item.open .list-item__ttl::after {
  margin-top: -0.4rem;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.page .section-faq__list .list-item__ttl {
  background-color: #F2EADD;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .page .section-faq__list .list-item__ttl {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.page .section-faq__list .list-item__ttl::before {
  content: "Q :";
  color: #E0762D;
  padding-right: 0.4rem;
}
.page .section-faq__list .list-item__ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ico/down--orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  margin-top: -0.2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-faq__list .list-item__ttl::after {
    width: 4rem;
    height: 4rem;
    top: 2rem;
    right: 2rem;
  }
}
.page .section-faq__list .list-item__txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-faq__list .list-item__txt {
    margin-bottom: 3rem;
  }
}
.page .section-faq__list .list-item__txt a {
  font-weight: bold;
  color: #E0762D;
  text-decoration: none;
}
.page .section-faq__list .list-item__btn {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .page .section-faq__list .list-item__btn {
    margin-bottom: 4rem;
    text-align: center;
  }
}
.page .section-faq__list .list-item__img {
  margin-bottom: 2rem;
}
.page .section-faq__list .list-item__fig {
  width: 100%;
}

.guide .section-guide {
  padding: 3rem 0 4rem;
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .guide .section-guide {
    max-width: 90vw !important;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10rem;
  }
}
.guide .section-guide__link {
  background-color: #F2EADD;
  color: #E0762D;
  font-weight: bold;
  padding: 2rem;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .guide .section-guide__link {
    margin: 0;
    gap: 4rem;
    justify-content: center;
    align-items: center;
  }
}
.guide .section-guide__link .list-item {
  margin-right: 1rem;
  letter-spacing: 0;
  display: flex;
}
.guide .section-guide__link .list-item::before {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/down--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .guide .section-guide__link .list-item::before {
    margin-right: 1rem;
    margin-top: 0.4rem;
  }
}
.guide .section-guide__link .list-item:last-of-type {
  margin: 0;
}
.guide .section-guide__link .list-item a {
  text-decoration: none;
}
.guide .section-reservation {
  margin-bottom: -8rem;
}
@media screen and (min-width: 1025px) {
  .guide .section-reservation {
    width: 126rem;
    max-width: 90vw;
    margin: 0 auto 8rem;
    padding: 0;
  }
}
.guide .section-reservation__txt {
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .guide .section-reservation__txt {
    text-align: center;
    margin-bottom: 6rem;
  }
}
.guide .section-reservation__point .list-item {
  display: flex;
  margin-bottom: 4rem;
}
.guide .section-reservation__point .list-item:last-of-type {
  margin-bottom: 0;
}
.guide .section-reservation__point .list-item__circle {
  color: #fff;
  background-color: #EFC9AE;
  font-family: "Alfa Slab One", cursive;
  font-size: 3rem;
  padding: 3rem;
  height: 7rem;
  width: 7rem;
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.guide .section-reservation__point .list-item__circle::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../img/zou.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7rem;
  height: 7rem;
  margin-left: -4rem;
  margin-top: 5rem;
}
.guide .section-reservation__point .list-item__wrp {
  text-align: left;
}
.guide .section-reservation__point .list-item__ttl {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1rem;
}
.guide .section-reservation__point .list-item__txt {
  margin-bottom: 2rem;
}
.guide .section-reservation__point .list-item__btn .btn--fill {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .guide .section-reservation__point .list-item__btn .btn--fill {
    width: auto;
  }
}
.guide .section-reservation__point .list-item__btn .btn--search {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .guide .section-reservation__point .list-item__btn .btn--search {
    width: auto;
  }
}
.guide .section-payment {
  margin-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .guide .section-payment {
    width: 126rem;
    max-width: 90vw !important;
    padding: 8rem 0 0;
    margin: 0 auto;
    margin-bottom: 20rem;
  }
}
.guide .section-payment__txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .guide .section-payment__txt {
    text-align: center;
    margin-bottom: 4rem !important;
  }
}
.guide .section-payment__btn {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .guide .section-rules {
    max-width: 90vw;
    padding: 8rem 0 0;
    margin: 0 auto;
    margin-bottom: 20rem;
  }
}
.guide .section-rules .list-item__list .list {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.guide .section-rules .list-item__list:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .guide .section-rules .list-item__list:last-of-type {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .guide .section-company {
    max-width: 90vw;
    padding: 8rem 0 0;
    margin: 0 auto;
  }
}
.guide .section-company__list .list-item {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.guide .section-company__list .list-item__ttl {
  font-weight: bold;
  width: 12rem;
}

.page .section-payguide {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-payguide {
    width: 126rem;
    max-width: 90vw;
    padding: 0;
    margin-top: 0;
  }
}
.page .section-payguide__wrp {
  background-color: #F2EADD;
  padding: 2rem;
  display: flex;
  margin-bottom: 3rem;
}
.page .section-payguide__wrp p {
  margin-bottom: 0;
}
.page .section-payguide__txt {
  margin-bottom: 2rem;
}
.page .section-payguide__list .list-item {
  margin: 3rem 0 6rem;
}
.page .section-payguide__list .list-item__circle {
  display: flex;
}
.page .section-payguide__list .list-item__circle .circle {
  margin-right: 1.5rem;
  background-color: #EFC9AE;
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  font-size: 2rem;
  padding: 3rem;
  height: 6rem;
  width: 6rem;
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 2rem;
  justify-content: center;
}
.page .section-payguide__list .list-item::after {
  content: "";
  position: absolute;
  width: 100%;
}
.page .section-payguide__list .list-item:last-of-type::after {
  border: none;
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .page .section-payguide__list .list-item {
    gap: 16rem;
  }
}
.page .section-payguide__list .list-item__wrp {
  background-color: #F2EADD;
  padding: 2rem;
  display: flex;
  margin-bottom: 3rem;
}
.page .section-payguide__list .list-item__wrp p {
  margin-bottom: 0;
}
.page .section-payguide__list .list-item__ttl {
  background-color: #F2EADD;
  text-align: center;
  margin: 4rem 0 2rem;
  padding: 1rem;
}
.page .section-payguide__list .list-item__txt {
  margin-bottom: 2rem;
}
.page .section-payguide__list .list-item__img {
  margin-bottom: 2rem;
  width: 100%;
}
.page .section-payguide__list .list-item__img img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .page .section-payguide__list .list-item__img {
    width: 50%;
  }
}

.page .section-policy {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-policy {
    padding: 0 !important;
    width: 126rem;
    max-width: 90vw;
    padding-top: 0;
  }
}
.page .section-policy__list .list-item {
  margin-bottom: 2rem;
}
.page .section-policy__list .list-item__ttl {
  margin-bottom: 1.5rem;
}
.page .section-policy__list .list-item__txt {
  margin-bottom: 1rem;
}
.page .section-policy__list .list-item__list {
  padding-left: 2rem;
}
.page .section-policy__list .list-item__list .list {
  list-style: auto;
  margin-bottom: 1rem;
}
.page .section-policy__list .list-item__list .list ol {
  list-style: auto;
  padding-left: 2rem;
  margin: 1rem 0;
}
.page .section-policy__list .list-item dl {
  display: flex;
}
.page .section-policy__list .list-item dl dt::after {
  content: "：";
  margin: 0 0.5rem;
}

.page .section-contact {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-contact {
    width: 126rem;
    max-width: 90vw;
    padding: 0;
    margin-top: 0;
  }
}
.page .section-contact label {
  background: none;
  padding: 0;
}
.page .section-contact input, .page .section-contact textarea {
  border: 1px solid #CCCCCC !important;
}
.page .section-contact__txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-contact__txt {
    margin-bottom: 3rem;
  }
}
.page .section-contact__txt a {
  font-weight: bold;
  text-decoration: none;
  color: #E0762D;
}
.page .section-contact__list {
  margin-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-contact__list {
    margin-bottom: 4rem;
  }
}
.page .section-contact__list .list-item span {
  font-weight: bold;
  color: #E0762D;
}
.page .section-contact .btn--border {
  margin-top: 2rem;
}
.page .input .section-contact__form .list-item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .complete .section-contact__txt {
    text-align: center;
  }
}
.page .section-contact .form__confirm .list-item {
  padding: 0 0 1rem !important;
}
@media screen and (min-width: 1025px) {
  .page .section-contact .form__confirm .list-item {
    padding: 0 0 2rem !important;
  }
}
.page .section-contact .form__confirm .list-item__ttl {
  background: none;
  padding: 0;
  margin: 0;
}
.page .section-contact .form__confirm .list-item__input {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .page .section-login {
    width: 63rem;
    padding: 0;
  }
}
.page .section-login__txt {
  text-align: center;
  margin-bottom: 2rem;
}
.page .section-login__btn {
  text-align: center;
  margin-bottom: 4rem;
}
.page .section-login__wrp {
  background-color: #F2EADD;
  padding: 3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-login__wrp {
    padding: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .page .section-login__wrp h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.page .section-register {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-register {
    max-width: 126rem;
    width: 90vw;
    padding: 0;
  }
}
.page .section-register__txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-register__txt {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.page .section-register__list {
  height: 40vh;
  overflow-y: scroll;
  border: 1px solid #CCCCCC;
  padding: 1rem 1.5rem 1rem 1rem;
}
@media screen and (min-width: 1025px) {
  .page .section-register__list {
    padding: 2rem;
  }
}
.page .section-register__list .list-item {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .page .section-register__list .list-item {
    margin-bottom: 2rem;
  }
}
.page .complete .section-register__txt {
  text-align: center;
  margin-bottom: 3rem;
}
.page .complete .section-register__btn {
  text-align: center;
}

.page .section-mypage {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-mypage {
    width: 134rem;
    max-width: 90vw;
    padding-top: 0;
  }
}
.page .section-mypage h5 span {
  font-weight: normal;
  margin-left: 0.5rem;
}
.page .section-mypage__txt {
  margin-bottom: 3rem;
}
.page .section-mypage__list .list-item {
  margin-bottom: 3rem;
}
.page .section-mypage__list .list-item__txt {
  margin-bottom: 2rem;
}
.page .section-mypage__list .list-item__txt .number {
  padding-bottom: 1rem;
  color: #191919;
  font-weight: normal;
}
.page .section-mypage__list .list-item__btn {
  text-align: right;
}
.page .section-mypage__list .table {
  margin-bottom: 1.5rem;
}
.page .section-mypage__list .table__wrp {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .page .section-mypage__list .table__wrp {
    margin-bottom: 4rem;
  }
}
.page .section-mypage__list .table__wrp .list-item {
  margin-bottom: 0;
}
.page .section-mypage__list .table__wrp .list-item__txt {
  display: flex;
  margin-bottom: 0;
}
.page .section-mypage__list .table__wrp .list-item__txt.time {
  flex-direction: column;
}
.page .section-mypage__list .table__btn {
  text-align: right;
  margin-top: 0;
  align-items: flex-end;
}
.page .section-mypage .default {
  text-align: center;
}
.page .section-mypage .no-result {
  text-align: center;
}
.page .section-mypage .no-result p {
  text-align: center;
}

.page .section-user {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-user {
    max-width: 134rem;
    width: 90vw;
    padding-top: 0;
  }
}
.page .complete .section-user__txt {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .page .section-password {
    width: 126rem;
    max-width: 90vw;
    padding-top: 0;
    margin: 0 auto;
  }
}
.page .section-password__txt {
  margin-bottom: 3rem;
  text-align: center;
}
.page .section-password__wrp {
  background-color: #F2EADD;
  padding: 3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .page .section-password__wrp {
    padding: 6rem;
    width: 63rem;
    margin: 0 auto;
  }
}
.page .section-password__wrp .list-item__input {
  background: #fff;
}
.page .complete .section-password__txt {
  margin-bottom: 1rem;
}

.page .section-reserve {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-reserve {
    width: 134rem;
    max-width: 90vw;
    margin-top: 0;
    margin-top: -18rem;
  }
}
.page .section-reserve h2 {
  margin-bottom: 2rem;
}
.page .section-reserve__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page .section-reserve__list {
    margin: 4rem auto;
  }
}
.page .section-reserve__list .list-item {
  background-color: #F2EADD;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 3rem;
  height: 3rem;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: bold;
}
.page .section-reserve__list .list-item::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 2rem;
  height: 2px;
  background-color: #F2EADD;
  margin-left: 5rem;
}
.page .section-reserve__list .list-item:last-child::after {
  content: none;
}
.page .section-reserve__list .is-active {
  background-color: #E0762D;
}
.page .section-reserve .form__list {
  margin-top: 0;
}
.page .payment.section-reserve .form__list .list-item {
  margin-top: 2rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2rem;
}
.page .payment.section-reserve .form__list .list-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page .payment.section-reserve .form__list .list-item__input {
  border: none;
  padding: 0;
}
.page .payment.section-reserve .form__list .list-item__input .input {
  padding: 1rem 2rem;
  width: 100%;
  border: 1px solid #CCCCCC;
  margin-bottom: 0.5rem !important;
}
.page .payment.section-reserve .form__list .list-item__input .txt {
  font-size: 1.2rem;
}
.page .payment.section-reserve .form__list .list-item__label .label {
  padding: 0;
  cursor: default;
  font-weight: normal;
}
.page .payment.section-reserve .form__list .list-item__label .label::after, .page .payment.section-reserve .form__list .list-item__label .label::before {
  content: none;
}
.page .payment.section-reserve .form__list .list-item__select .is-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.page .payment.section-reserve .form__list .list-item__select label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.page .payment.section-reserve .form__list .list-item__select label::before,
.page .payment.section-reserve .form__list .list-item__select label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.page .payment.section-reserve .form__list .list-item__select label::before {
  background-color: #fff;
  border: 1px solid #E0762D;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.page .payment.section-reserve .form__list .list-item__select label::after {
  background-color: #E0762D;
  border-radius: 50%;
  opacity: 0;
  width: 1.2rem;
  height: 1.2rem;
  left: 0.4rem;
}
.page .payment.section-reserve .form__list .list-item__select input:checked + label::after {
  opacity: 1;
}
.page .payment.section-reserve .form__list .list-item__choice {
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  padding-left: 3rem;
  position: relative;
}
.page .payment.section-reserve .form__list .list-item__txt {
  margin-top: 1rem;
}
.page .complete .section-reserve__txt {
  margin-bottom: 1.5rem;
}
.page .complete .section-reserve__table {
  margin-bottom: 2rem;
}
.page .complete .section-reserve__btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.page .complete .section-reserve__cancel {
  margin-top: 3rem;
}
.page .complete .section-reserve__cancel .alart {
  font-weight: bold;
}

.page .section-payment {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-payment {
    width: 126rem;
    max-width: 90vw;
    width: 72rem;
    padding-top: 0;
  }
}
.page .section-payment p {
  margin-bottom: 2rem;
}
.page .section-payment__list .list-item .list {
  margin-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.page .section-payment__list .list-item .list:first-of-type {
  border-top: none;
}
.page .section-payment__list .list-item .list__txt:last-of-type {
  margin-bottom: 0;
}
.page .section-payment__list .list-item .list__txt:first-of-type {
  margin-bottom: 2rem;
}
.page .section-payment__list .list-item .list__no {
  display: flex;
  padding-top: 3rem;
}
.page .section-payment__list .list-item .list__no .circle {
  color: #fff;
  background-color: #EFC9AE;
  font-family: "Alfa Slab One", cursive;
  font-size: 2rem;
  padding: 2rem;
  height: 5rem;
  width: 5rem;
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .page .section-payment__list .list-item .list__no .circle {
    margin-bottom: 2rem;
  }
}
.page .complete .section-payment__txt {
  margin-bottom: 3rem;
  text-align: center;
}
.page .complete .section-payment__txt:first-of-type {
  text-align: center;
}
.page .complete .section-payment__btn {
  text-align: center;
}

.page .section-change {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-change {
    width: 126rem;
    max-width: 90vw;
    padding: 0;
  }
}
.page .input .section-change .form__btn .btn--submit {
  margin-bottom: 0;
}
.page .input .section-change .form__btn a:last-child {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .page .input .section-change .form__list .list-item__ttl {
    flex: 1;
  }
}
.page .input .section-change .form__list .list-item__input {
  border: none;
}
.page .confirm .section-change__txt {
  margin-bottom: 3rem;
}
.page .confirm .table {
  margin-bottom: 1.5rem;
}
.page .complete .section-change__txt {
  margin-bottom: 3rem;
}
.page .complete .section-change__txt:first-of-type {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page .complete .section-change__txt {
    text-align: center;
  }
}

.page .section-cancel {
  margin-top: -8rem;
}
@media screen and (min-width: 1025px) {
  .page .section-cancel {
    width: 126rem;
    max-width: 90vw;
    padding: 0;
  }
}
.page .section-cancel h6 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1.1rem;
}
.page .section-cancel__txt {
  margin-bottom: 1rem;
}
.page .section-cancel__list {
  margin-bottom: 1.5rem;
}
.page .section-cancel__wrp {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #CCCCCC;
}
.page .complete .section-cancel__txt {
  margin-bottom: 3rem;
}
.page .complete .section-cancel__txt:first-of-type {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page .complete .section-cancel__txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */