@charset "UTF-8";

#total_search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 50px;
  opacity: 0;
}

#location {
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  #location {
    padding-top: 0;
  }
}
#location .section-body {
  margin-top: 45px;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  #location .section-body {
    margin-top: 45px;
  }
}

.section-inner h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-inner h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-inner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-inner h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-lead {
  padding: 16px 0 40px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-lead {
    font-size: 18px;
    line-height: 25px;
  }
}
.section_lead {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

.locationBlock {
  opacity: 1;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}
.locationBlock a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.locationBlock a .label {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 60px);
  padding: 8px;
  font-size: 14px;
  color: #504C4D;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
      -ms-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .locationBlock a .label {
    width: calc(100% - 30px);
  }
}
.locationBlock .reception_end {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 36px);
  padding: 20px 0;
  border-radius: 35px;
  background-color: rgba(80, 60, 60, 0.6);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.locationBlock .reception_end .text {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .locationBlock .reception_end .text {
    font-size: 26px;
    line-height: 22px;
  }
}

.studioBlock {
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .studioBlock:nth-child(n+4) {
    margin-top: 30px;
  }
}

.list {
  position: relative;
  background-color: #FDF5F8;
  padding: 75px 0 78px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .list {
    padding: 90px 0 55px;
    background-color: #FFEDED;
  }
}
.list.s_achieve {
  margin-top: 0;
  background-color: #fff;
}
.list_point {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px;
  color: #F45581;
  font-weight: 600;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .list_point {
    top: 15px;
    font-size: 23px;
    line-height: 32px;
  }
}
.list_area {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.list_tag {
  width: 864px;
  margin: 16px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .list_tag {
    width: calc(100% - 34px);
  }
}
.list_tag span {
  position: relative;
  display: inline-block;
  background-color: #CBEDFF;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 28px 6px 18px;
  text-align: center;
  border: 1px solid #5FBEF0;
  border-radius: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .list_tag span {
    margin-right: 5px;
    padding: 4px 24px 4px 12px;
  }
}
.list_tag span::before, .list_tag span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  width: 12px;
  border-bottom: 1px solid #504C4D;
}
.list_tag span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.list_tag span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list_text {
  font-size: 22px;
  font-weight: 500;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .list_text {
    margin-top: 10px;
    line-height: 25px;
    font-size: 18px;
  }
}
.list_body {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .list_body {
    width: 100%;
  }
}
.list_studio-button {
  width: 424px;
  margin: 16px auto;
}
@media screen and (max-width: 768px) {
  .list_studio-button {
    width: 100%;
    margin-top: 26px;
  }
}
.list_button {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .list_button {
    display: block;
    margin-top: 28px;
  }
}
.list_link {
  background-color: #5FBEF0;
  border-radius: 31px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
  border: 2px solid #5FBEF0;
  display: inline-block;
  width: 424px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .list_link {
    width: 100%;
    padding: 14px 0;
  }
}
.list_link.search::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 17px;
  height: 13px;
  background-image: url("../img/icon_search_arrow.svg");
  background-size: cover;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .list_link.search::after {
    display: none;
  }
}
.list_link:hover {
  background-color: #fff;
  border: 2px solid #5FBEF0;
  color: #5FBEF0;
}
.list_link.active, .list_link.now {
  background-color: #fff;
  border: 2px solid #5FBEF0;
  color: #5FBEF0;
}
.list_link.area .text, .list_link.type .text {
  position: relative;
}
.list_link.area .text::before, .list_link.type .text::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list_link.area .text::before {
  background: url(../img/session_index/icon_map.svg) no-repeat;
  width: 13px;
  height: 18px;
  right: calc(100% + 12px);
}
.list_link.area.active .text::before, .list_link.area.now .text::before {
  background: url(../img/session_index/icon_map_active.svg) no-repeat;
}
.list_link.area:hover .text::before {
  background: url(../img/session_index/icon_map_active.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .list_link.type {
    margin-top: 25px;
    text-indent: 24px;
  }
}
.list_link.type .text::before {
  background: url(../img/session_index/icon_camera.svg) no-repeat;
  width: 17px;
  height: 13px;
  right: calc(100% + 12px);
}
.list_link.type.active .text::before, .list_link.type.now .text::before {
  background: url(../img/session_index/icon_camera_active.svg) no-repeat;
}
.list_link.type:hover .text::before {
  background: url(../img/session_index/icon_camera_active.svg) no-repeat;
}
.list_content {
  display: none;
}
.list_content.active {
  display: block;
}
.list_result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 25px;
  width: 864px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .list_result {
    gap: 0 15px;
    width: 100%;
    margin: 25px auto 0;
    padding: 0 17.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.list_result .locationBlock {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock {
    width: calc((100% - 15px) / 2);
    margin: 55px auto 0;
  }
}
.list_result .locationBlock a {
  position: relative;
  z-index: 10;
}
.list_result .locationBlock a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
      -ms-transform: translate(-50%, -50%) scale(1.07);
          transform: translate(-50%, -50%) scale(1.07);
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock .reception_end {
    padding: 14px 16px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock .reception_end .text {
    font-size: 19px;
  }
}
.list_result .locationBlock::after {
  width: 234px;
  height: 379px;
  position: absolute;
  bottom: -20px;
  right: -13px;
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock::after {
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: -10px;
    right: -10px;
    z-index: 5;
  }
}
@media screen and (min-width: 769px) {
  .list_result .locationBlock:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock:nth-child(n+3) {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock .icon {
    width: 148px;
  }
}
.list_result .locationBlock figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock figure {
    height: 25.4vw;
  }
}
.list_result .locationBlock figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock .priceBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock .priceBox .num {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .locationBlock ul li::before {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock:nth-child(n+3) {
    margin-top: 15px;
  }
}
.list_result .studioBlock:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock figure {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock .data {
    padding: 15px 7px 13px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock .data .studioname {
    min-height: 2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock .data .location {
    margin-top: 7px;
    padding-top: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .list_result .studioBlock .data .location::before {
    font-size: 17px;
  }
}
.list h2 {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .list h2 {
    margin-top: -140px;
    padding-top: 140px;
  }
}

.whitebox {
  position: relative;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .whitebox {
    border-radius: 16px;
  }
}
.whitebox::after {
  position: absolute;
  content: "";
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  .whitebox::after {
    display: none;
  }
}
.whitebox.area {
  padding: 33px 55px 23px;
}
@media screen and (max-width: 768px) {
  .whitebox.area {
    padding: 22px 26px 10px;
  }
}
.whitebox.area::after {
  left: 25%;
}
.whitebox.area_studio::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.whitebox.studio {
  padding: 33px 55px 23px;
}
@media screen and (max-width: 768px) {
  .whitebox.studio {
    padding: 22px 26px 10px;
  }
}
.whitebox.studio::after {
  left: 50%;
}
.whitebox.type {
  padding: 67px 110px 34px;
}
@media screen and (max-width: 768px) {
  .whitebox.type {
    padding: 24px 23px 14px;
  }
}
.whitebox.type::after {
  right: 25%;
}

.selectWrap {
  width: 100%;
  top: inherit;
  left: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.todouhuken_parent {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.todouhuken_parent li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .todouhuken_parent li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.todouhuken_parent li:nth-child(1), .todouhuken_parent li:nth-child(2) {
  margin-top: 0;
}
.todouhuken_parent li:nth-child(1) {
  margin-right: 94px;
}
.todouhuken_parent li:nth-child(n+3) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .todouhuken_parent li:not(:first-child) {
    margin-top: 3px;
  }
}
.todouhuken_parent li p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.todouhuken_parent li .parent_name {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .todouhuken_parent li .parent_name {
    font-size: 12px;
    width: 42px;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }
}
.todouhuken_parent li .child {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .todouhuken_parent li .child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.todouhuken_parent li .child li {
  margin-right: 6px;
  margin-top: 0;
  width: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .todouhuken_parent li .child li {
    margin-top: 0;
  }
}
.todouhuken_parent li .child li.disable {
  pointer-events: none;
}
.todouhuken_parent li .child li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
  padding: 3px 3px 4px;
  border: 1px solid #5fbef0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .todouhuken_parent li .child li label {
    width: 54px;
    height: 32px;
    font-size: 10px;
    margin-bottom: 6px;
    padding: 0;
    border-radius: 10px;
  }
}
.todouhuken_parent li .child li label.disable {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  pointer-events: none;
}
.todouhuken_parent li .child li input[type=checkbox],
.todouhuken_parent li .child li input[type=radio] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.todouhuken_parent li .child li input[type=checkbox]:checked + label,
.todouhuken_parent li .child li input[type=radio]:checked + label {
  background: #5fbef0;
  color: #ffffff;
}
.todouhuken_parent li .child li input[type=checkbox]:hover + label,
.todouhuken_parent li .child li input[type=radio]:hover + label {
  background-color: #5fbef0;
  color: #fff;
}

#btn_todouhuken,
#btn_kikaku,
#btn_studio {
  display: block;
  width: 176px;
  height: 36px;
  border-radius: 100px;
  background-color: #5fbef0;
  border: 2px solid #5fbef0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 7;
  margin: 18px auto 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #btn_todouhuken,
  #btn_kikaku,
  #btn_studio {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 9px;
    width: 100%;
    height: 50px;
  }
}
#btn_todouhuken:hover,
#btn_kikaku:hover,
#btn_studio:hover {
  background-color: #fff;
  border: 2px solid #5FBEF0;
  color: #5FBEF0;
}

@media screen and (max-width: 768px) {
  .top_formbtn_type {
    width: calc(100% - 14px) !important;
    margin-top: 12px !important;
  }
}

.type_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .type_list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.type_list li {
  display: block;
  width: 303px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .type_list li {
    width: 48%;
    margin-top: 20px;
  }
}
.type_list li:nth-child(1), .type_list li:nth-child(2) {
  margin-top: 0;
}
.type_list li p {
  font-size: 14px;
}

#costume {
  padding-bottom: 106px;
}
