@charset "UTF-8";

#myCanvas{
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.recruit__link{
  margin: 40px auto;
}

/*clear fix*/
/*
$mq-breakpoints: (
    xs3: 320px,
    xs2: 375px,
    xs: 414px,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xl2: 1280px,
    xl3: 1366px,
);
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*================
pager
================*/
.pager {
  padding: 40px 0 60px;
}
@media screen and (min-width: 1000px) {
  .pager {
    padding: 50px 0 100px;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .pagination li {
    margin-right: 30px;
  }
}
.pagination li a {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: left;
  color: #878787;
}
@media screen and (min-width: 1000px) {
  .pagination li a {
    font-size: 18px;
  }
}
.pagination li .active {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F45FB7;
  border-bottom: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .pagination li .active {
    font-size: 18px;
  }
}
.pagination li:last-child {
  margin-right: 0;
}

/*================
slider
================*/
.swiper-container {
  overflow: hidden;
}

.leftSwiper-slide img {
  width: 100%;
}

.swiper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper {
    width: 100%;
  }
}
.c-gridList .swiper {
  width: 100%;
  aspect-ratio: 188/540;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-gridList .swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 960/584;
  }
}

.swiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-01,
.swiper-02,
.swiper-03,
.swiper-04,
.swiper-05 {
  overflow: hidden;
  margin: 0 auto;
}
.swiper-01 .swiper-wrapper,
.swiper-02 .swiper-wrapper,
.swiper-03 .swiper-wrapper,
.swiper-04 .swiper-wrapper,
.swiper-05 .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.swiper-01 .swiper-slide,
.swiper-02 .swiper-slide,
.swiper-03 .swiper-slide,
.swiper-04 .swiper-slide,
.swiper-05 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-01 .swiper-slide a,
.swiper-02 .swiper-slide a,
.swiper-03 .swiper-slide a,
.swiper-04 .swiper-slide a,
.swiper-05 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-01 .c-grid__image img,
.swiper-02 .c-grid__image img,
.swiper-03 .c-grid__image img,
.swiper-04 .c-grid__image img,
.swiper-05 .c-grid__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: center center;
}
@media screen and (min-width: 1000px) {
  .swiper-02 .c-grid__image img,
  .swiper-03 .c-grid__image img,
  .swiper-04 .c-grid__image img {
    height: 300px;
  }
  .swiper-01 .c-grid__image img,
  .swiper-05 .c-grid__image img {
    height: auto;
  }
}

/*縦スライドの記述*/
.swiper-04 {
  overflow: hidden;
  margin: 0 auto;
}
.swiper-05 {
  overflow: hidden;
  margin: 0 auto;
  height: 188px;
}
@media screen and (min-width: 1000px) {
  .swiper-04 {
    height: 300px;
  }
  .swiper-05 {
    height: 300px;
  }
}

/*================
nav
================*/
body {
  overflow: hidden;
}

.c-burgerBtn {
  position: fixed;
  width: 34px;
  height: 34px;
  top: 13px;
  right: 10px;
  z-index: 100;
  border: solid 1px #FF92D0;
}
@media screen and (min-width: 1000px) {
  .c-burgerBtn {
  position: absolute;
    width: 60px;
    height: 60px;
    top: 6px;
    right: 10px;
  }
}
.c-burgerBtn span {
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #FF92D0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 1000px) {
  .c-burgerBtn span {
    width: 36px;
    height: 2px;
  }
}
.c-burgerBtn span:first-child {
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-burgerBtn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-burgerBtn span:last-child {
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 1本目と3本目をバッテンに変える */
.c-burgerBtn.open span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.c-burgerBtn.open span:nth-child(2) {
  opacity: 0;
}

.c-burgerBtn.open span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.c-burgerMenu {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 0;
  z-index: 2;
}

.c-burgerMenu.open {
    position: fixed;
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-burgerMenu {
  width: 270px;
  max-height: 100vh;
  height: 844px;
  top: 0;
  padding: 70px 20px 0 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(244, 95, 183, 0.8);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1000px) {
.c-burgerMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
}
.c-burgerMenu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
  /*.c-burgerMenu {
    width: 100%;
    padding: 65px 86px 134px;
    top: 120px;
    top: 160px;
  }*/
  .c-burgerMenu-inner {
    width: 600px;
    margin: 0 auto;
  }
/*
  .topPage .c-burgerMenu {
    top: 747px;
  }
*/
}

.c-burgerBtn.open {
  /*top: 13px;*/
  z-index: 3;
  border: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
  .c-burgerBtn.open {
    position: fixed;
    border: 1px solid #fff;
    z-index: 101; 
  }
}

.c-burgerBtn.open span {
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .c-burgerBtn.open span {
    background: #fff;
  }
}

.c-burgerMenuList ul li a {
  position: relative;
  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;
  /*font-family: "Libre Bodoni", "Noto Serif JP", serif;*/
font-family: "Libre Bodoni", "Noto Serif JP", serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #FFF 2px, transparent 3px);
  background-image: linear-gradient(to right, #FFF 2px, transparent 3px);
  background-size: 14px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 1000px) {
  .c-burgerMenuList ul li a {
    font-size: 24px;
  }
}
.c-burgerMenuList ul li a span {
  position: relative;
  padding-right: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .c-burgerMenuList ul li a span {
    padding-right: 22px;
    font-size: 14px;
  }
}
.c-burgerMenuList ul li a span::before {
  position: absolute;
  content: "";
  top: 4px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .c-burgerMenuList ul li a span::before {
    top: 6px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: none;
  }
}
.burgerMenu__head {
  display:none;
}
@media screen and (min-width: 1000px) {
  .burgerMenu__head {
    display:block;
    position: relative;
  }
  .burgerMenu__head a {
    max-width: 200px;
    display: flex;
    margin: 0 auto 50px;
  }
  .burgerMenu__head .c-burgerBtn {
    border: solid 1px #fff;
  }
  .burgerMenu__head .c-burgerBtn span {
    background-color: #fff;
  }
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

@media screen and (min-width: 1000px) {
  .c-burgerInfo {
    /*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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;*/
  }
}

.c-burgerInfo__left .title {
  display: block;
  width: 137px;
  height: 44px;
  margin: 25px auto 15px;
}
@media screen and (min-width: 1000px) {
  .c-burgerInfo__left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 22px;
  }
  .c-burgerInfo__left .title {
    width: 170px;
    height: 55px;
   margin: 0 11px 0 0;
  }
}
.c-burgerInfo__left .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-burgerInfo__left .f_time {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-burgerInfo__left .f_time {
    font-size: 19px;
  }
}
.c-burgerInfo__left .f_time .info_title {
  width: 73px;
  height: 28px;
  padding: 8px 9px 6px 8px;
  margin-right: 8px;
  background: #fff;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .c-burgerInfo__left .f_time .info_title {
    padding: 3px 11px 1px 10px;
    margin-right: 10px;
    font-size: 16px;
  }
}

.c-burgerInfo__right {
  margin-top: 22px;
  display: block;
}
.c-burgerInfo__right .f_tel_title {
  display: block;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1000px) {
  .c-burgerInfo__right .f_tel_title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px) {
  .c-burgerInfo__right .f_tel_title.first {
    margin-right: 13px;
  }
}

.headerMenu {
  display: none;
}
@media screen and (min-width: 1000px) {
  .headerMenu {
    display: block;
    height: 100%;
    height: 50px;
    background-color: #FF8ECD;
    /*background: linear-gradient(179deg, #FF8ECD 0%, #FF8ECD 49%, #FF8ECD 52%, #FF8ECD 100%);*/
  }
}
.headerMenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMenu ul li {
  padding: 15px 0;
}
.headerMenu ul li a {
  padding: 0 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
  .headerMenu ul li a {
    padding: 0 18px;
  }
}

/*================
 breadClumb
 ================*/
.c-breadcrumb {
  margin: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c-breadcrumb li {
  color: #0039ab;
  font-size: 1.2rem;
  font-weight: 400;
}
.c-breadcrumb li a {
  color: #0039ab;
}
.c-breadcrumb li:last-child a {
  color: #111111;
}

/*================
botton
================*/
.indexBtns__enter.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .indexBtns__enter.pc-block {
    display: block;
    width: 386px;
    height: 86px;
    margin: 40px auto 20px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

.indexBtns__enter.sp-block {
  display: block;
  width: 272px;
  height: 60px;
  margin: 30px auto 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .indexBtns__enter.sp-block {
    display: none;
  }
}

/*================
pageTop
================*/
/*================
 form
 ================*/
/*================
common
================*/
.c-link {
  padding: 68px 0 61px;
}
@media screen and (min-width: 768px) {
  .c-link {
    padding: 100px 0;
  }
}

.c-h2 {
  margin-bottom: 20px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 768px) {
  .c-h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }
}
.c-link__lists {
 text-align: center;
}
.sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.c-checkBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-checkBtn a input {
  opacity: 0;
  width: 1;
  position: absolute;
}
.c-checkBtn a span {
  width: 88px;
  height: 27px;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #DBDEDF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #636363;
}
@media screen and (min-width: 1000px) {
  .c-checkBtn a span {
    width: 104px;
    height: 34px;
    border-radius: 6px;
    font-size: 16px;
  }
}
.c-checkBtn a input:checked + span {
  background: #333D40;
  color: white;
}

/*================
utility
================*/
/* ==============
// accordion
================= */
.feedbackList__cmnt {
}
@media screen and (min-width: 1000px) {
  .feedbackList__cmnt {
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-right: 20px;
  }
}

.feedbackList__cmnt.collapsed {
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 1000px) {
  .feedbackList__cmnt.collapsed {
    max-height: 96px;
  }
}

.feedbackList__cmnt.expanded {
  max-height: 1000px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

/*================
 form
 ================*/
/*================
tab
================*/
/*================
 side
 ================*/
/*================
 ladys
 ================*/
/*================
panel トップパネル
================*/
.text-overlay {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .text-overlay {
    top: 9%;
    left: 6%;
  }
}

.c-gridList.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-gridList.pc-block {
    display: block;
  }
}

.c-gridList.sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-gridList.sp-block {
    display: none;
  }
}

.c-gridItem--schedule {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  height: 188px;
  padding: 8.5px 10px 8.5px;
  background-color: #FF829C;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--schedule {
    width: 25%;
    height: auto;
    background: -webkit-linear-gradient(135deg, #FF829C 50%, #FFC4D0 60%, #FF829C 70%);
    background: linear-gradient(-45deg, #FF829C 50%, #FFC4D0 60%, #FF829C 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
.c-gridItem--schedule a {
  display: block;
  height: 100%;
  padding: 8.5px 10px 8.5px;
  border: 1px solid #fff;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--schedule a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-grid__item {
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.c-grid__title .today {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-grid__title .today {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.c-grid__title h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.72px;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-grid__title h2 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.c-grid__title h2 span {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-grid__title h2 span {
    margin-bottom: 8px;
    font-size: 36px;
line-height: 1;
  }
}

.todaySche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 1000px) {
  .todaySche {
    display: block;
    margin: auto 0 0 0;
  }
}
.todaySche .numberTtl {
  position: relative;
  top: -10px;
  margin-right: 6px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .todaySche .numberTtl {
    top: 28px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .todaySche .numberTtl {
    top: 38px;
  }
}
.todaySche .number {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px) {
  .todaySche .number {
    position: relative;
    font-size: 60px;
    white-space: nowrap;
    bottom: -10px;
  }
}
.todaySche .number span {
  position: relative;
  margin-right: 10px;
  bottom: -8px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 84px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: -3.36px;
  line-height: 1;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px) {
  .todaySche .number span {
    font-size: 130px;
    bottom: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .todaySche .number span {
    font-size: 180px;
    bottom: -20px;
  }
}

.c-course__photo {
  width: 100%;
  height: auto;
}
.c-course__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-course__photo.sp-block {
  display: block;
}
@media screen and (min-width: 1000px) {
  .c-course__photo.sp-block {
    display: none;
  }
}

.c-course__photo.pc-block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .c-course__photo.pc-block {
    display: block;
    height: 300px;
  }
}

.text-overlay__bottom {
  display: none;
}
@media screen and (min-width: 1000px) {
  .text-overlay__bottom {
    display: block;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-shadow: none;
  }
}

h1.courseEn {
  height: initial;
  line-height: 1;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background: transparent;
  text-shadow: none;
}
@media screen and (min-width: 1000px) {
  h1.courseEn {
    font-size: 36px;
  }
}

.courseEn__sub {
  display: block;
  margin-bottom: 5px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-shadow: none;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .courseEn__sub {
    font-size: 36px;
  }
}

.courseJa {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.84px;
  text-align: left;
  color: #fff;
  text-shadow: none;
}
@media screen and (min-width: 1000px) {
  .courseJa {
    margin-bottom: 60px;
    font-size: 16px;
  }
}

.c-gridItem--course {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--course {
    width: 25%;
  }

.c-gridItem--course a:hover:before {
  opacity: 1;
  transform: translate(200%, 200%) rotate(45deg) scale(3);
}
.c-gridItem--course a:hover:after {
  opacity: 1;
  transform: translate(-200%, -200%) rotate(45deg) scale(3);
}


}
.c-gridItem--course a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
.c-gridItem--course a:before {
  background: #FF82C9;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(0, 0) rotate(45deg) scale(2);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 1;
}
.c-gridItem--course:nth-child(2n) a:before {
background: #86DE91;
}
.c-gridItem--course:last-child a:before {
background: #953B5A;
}
}
@media screen and (min-width: 1000px) {
.c-gridItem--course a:after {
  background: #FF82C9;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(0, 0) rotate(45deg) scale(2);
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 1;
}
.c-gridItem--course:nth-child(2) a:after {
background: #86DE91;
}
.c-gridItem--course:last-child a:after {
background: #953B5A;
}
}
.c-gridItem--movie {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--movie {
    width: 75%;
  }
}
.c-gridItem--movie video {
  display: block;
  width: 100%;
  height: 100%;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .c-grid.third {
    height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .headFlex {
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .courseFlex {
    display: flex;
  }
}

.c-gridItem--newface {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--newface {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
    width: 25% !important;
  }
}

.c-gridItem--reserve {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--reserve {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
    width: 25% !important;
  }
}

.c-gridItem--diary {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--diary {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
    width: 25% !important;
  height: 300px;
  }
}

.c-gridItem--cast {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--cast {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
    width: 25% !important;
  }
}

.c-gridItem--pickup {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  height: 250.66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-gridItem--review {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  .c-gridItem--review {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
    width: 25% !important;
  }
}
.c-gridItem--img1 {
  -webkit-box-ordinal-group: 1;
  -webkit-order:1;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          aspect-ratio: 1 / 1;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--img1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order:3;
        -ms-flex-order: 3;
            order: 3;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-gridItem--img2 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          aspect-ratio: 1 / 1;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--img2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
    width: 25%;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.c-gridItem--img3 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          aspect-ratio: 1 / 1;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--img3 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
    width: 25%;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

.c-gridItem--topics {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--topics {
    width: 50%;
    height: 400px;
  }
}

.c-gridItem--system {
  margin: 0;
  padding: 10px;
  width: 50%;
  height: 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--system {
    width: 25%;
    height: 300px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  }
}

@media screen and (min-width: 1000px) {
  .slider01 {
    width: 25%;
    height: auto;
  }
  .slider04 {
    width: 25%;
  }
}

.squarePanel {
  width: 50%;
  height: auto;
  padding: 10px;
  aspect-ratio: 1 / 1;
}
.squarePanel a {
  display: block;
  height: 100%;
  padding: 14px 10px 12px 10px;
  border: 1px solid #fff;
}
.squarePanel a .c-grid__title h2 {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .squarePanel a .c-grid__title h2 {
    margin-bottom: 85px;
    font-size: 16px;
  }
}
.squarePanel a .c-grid__title h2 span {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .squarePanel a .c-grid__title h2 span {
    font-size: 36px;
  }
}
.squarePanel a .c-grid__title .txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .squarePanel a .c-grid__title .txt {
    font-size: 16px;
  }
}

.c-gridItem--newface {
  background: #FE8A8A;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--newface {
    background: -webkit-linear-gradient(135deg, #FF9292 50%, #FFDBDB 60%, #FF9292 70%);
    background: linear-gradient(-45deg, #FF9292 50%, #FFDBDB 60%, #FF9292 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridItem--diary {
  background: #FF92B0;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--diary {
    background: -webkit-linear-gradient(135deg, #FF92AB 50%, #FFCED8 60%, #FF92AB 70%);
    background: linear-gradient(-45deg, #FF92AB 50%, #FFCED8 60%, #FF92AB 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridItem--cast {
  background: #FEC08A;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--cast {
    background: -webkit-linear-gradient(135deg, #FEC08A 50%, #FFE3CB 60%, #FEC08A 70%);
    background: linear-gradient(-45deg, #FEC08A 50%, #FFE3CB 60%, #FEC08A 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.squarePanelImg .swiper-05 .c-grid__image {
  height: 188px;
}
@media screen and (min-width: 1000px) {
  .squarePanelImg .swiper-05 .c-grid__image {
    height: auto;
  }
}

.squarePanelImg .c-grid__image {
  height: 188px;
}
@media screen and (min-width: 1000px) {
  .squarePanelImg .c-grid__image {
    height: 300px;
  }
}
.squarePanelImg .c-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-gridItem--topics {
  width: 50%;
  margin: 0;
  padding: 10px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #92AFFF;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--topics {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background: -webkit-linear-gradient(135deg, #92AFFF 50%, #D0DCFF 60%, #92AFFF 70%);
    background: linear-gradient(-45deg, #92AFFF 50%, #D0DCFF 60%, #92AFFF 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
.c-gridItem--topics a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  border: 1px solid #fff;
}
.c-gridItem--topics a .txt {
  margin-top: 40px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--topics a .txt {
    margin-top: 108px;
    font-size: 16px;
  }
}

.c-gridItem--system {
  background-color: #BD92FF;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--system {
    background: -webkit-linear-gradient(135deg, #BD92FF 50%, #E1CEFF 60%, #BD92FF 70%);
    background: linear-gradient(-45deg, #BD92FF 50%, #E1CEFF 60%, #BD92FF 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
.c-gridItem--system a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  border: 1px solid #fff;
}
.c-gridItem--system a .txt {
  margin-top: 40px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--system a .txt {
    margin-top: 108px;
    font-size: 16px;
  }
}

.c-gridItem--event {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: #57AED1;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--event {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 25%;
    height: 300px;
    background: -webkit-linear-gradient(135deg, #57AED1 50%, #a7d5e7 60%, #57AED1 70%);
    background: linear-gradient(-45deg, #57AED1 50%, #a7d5e7 60%, #57AED1 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridItem--hotel {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
  background: #FF82A8;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--hotel {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
    width: 25%;
    height: 300px;
    background: -webkit-linear-gradient(135deg, #FF82A8 50%, #FFD0DE 60%, #FF82A8 70%);
    background: linear-gradient(-45deg, #FF82A8 50%, #FFD0DE 60%, #FF82A8 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridItem--review {
  background: #92A1FF;
}
 .reviewBtn {
    display: block;
    width: 140px;
    height: 36px;
    margin: 0 0 10px auto;
    line-height: 36px;
    text-align: center;
    color: #F45FB7;
    border: 1px solid #F45FB7;
}
.reviewBtn a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Libre Bodoni", "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (min-width: 1000px) {
 .reviewBtn {
    display: block;
    width: 210px;
    height: 45px;
    margin: 0 0 20px auto;
    line-height: 45px;
    text-align: center;
    color: #F45FB7;
    border: 1px solid #F45FB7;
}
.reviewBtn a {
font-family: "Libre Bodoni", "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
transition: .2s ease;
}
.reviewBtn:hover {
background: #F45FB7;
transition: .2s ease;
}
.reviewBtn:hover a {
color: #fff;
transition: .2s ease;
}
}
@media screen and (min-width: 1000px) {
  .c-gridItem--review {
    width: 25%;
    height: 300px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    background: -webkit-linear-gradient(135deg, #92A1FF 50%, #E5E8FF 60%, #92A1FF 70%);
    background: linear-gradient(-45deg, #92A1FF 50%, #E5E8FF 60%, #92A1FF 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridItem--reserve {
  background: #FF82B8;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--reserve {
    width: 25%;
    height: 300px;
    background: -webkit-linear-gradient(135deg, #FF82B8 50%, #FFD1E5 60%, #FF82B8 70%);
    background: linear-gradient(-45deg, #FF82B8 50%, #FFD1E5 60%, #FF82B8 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridItem--cosplay {
  background: #D1578C;
}
@media screen and (min-width: 1000px) {
  .c-gridItem--cosplay {
    width: 25%;
    height: 300px;
    background: -webkit-linear-gradient(135deg, #D1578C 50%, #e7a7c3 60%, #D1578C 70%);
    background: linear-gradient(-45deg, #D1578C 50%, #e7a7c3 60%, #D1578C 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
            animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.c-gridList {
  padding: 0 0 70px;
}
@media screen and (min-width: 1000px) {
  .c-gridList {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
  }
}

@media screen and (min-width: 1000px) {
  .slider02,
  .slider03 {
    width: 25%;
    height: 300px;
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*================
base
================*/
html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  color: #111111;
}

a {
  text-decoration: none;
  color: #0039ab;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img:hover {
  opacity: 0.9;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
  color: #111111;
  font-weight: 400;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #111111;
  line-height: 1.6;
}

span {
  word-break: break-word;
}

th,
td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #bababa !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bababa !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #bababa !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bababa !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bababa !important;
}

/*================
l-header
================*/
h1 {
  height: 40px;
  line-height: 40px;
  background-color: #FFECF7;
  /*background: linear-gradient(179deg, #a4e3f7 0%, #8ad9f2 49%, #6ed2fa 52%, #57AED1 100%);*/
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #6B4D5E;
}
.sp-index_display {
  display: none;
}
.top-display {
  display: none;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 14px;
  }
.top-display {
  display: block;
}
.sp-index_display {
  display: block;
}
}

.l-header {
  height: 60px;
}
@media screen and (min-width: 1000px) {
  .l-header {
    max-width: 1200px;
    width: 100%;
    margin: 24px auto;
    height: 72px;
  }
}
.l-header .l-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo {
  display: block;
  width: 100px;
  height: 32px;
}
@media screen and (min-width: 1000px) {
  .header_logo {
    width: 224px;
    height: 72px;
  }
}
.header_logo img {
  width: 100%;
  height: 100%;
}

/*================
 l-main
 ================*/
.l-main {
  margin: 0 auto;
}
.l-main__content {
  overflow-x: hidden;
}
/*================
l-aside
================*/
/*================
l-footer
================*/
.foot_in {
  padding: 70px 0;
  background-color: #FF8ECD;
  /*background: linear-gradient(170deg, #FF8ECD 0%, #FF8ECD 49%, #FF8ECD 52%, #FF8ECD 100%);*/
  text-align: center;
}
@media screen and (min-width: 768px) {
  .foot_in {
    padding: 66px 0;
  }
}
.foot_in .f_logo {
  display: block;
  width: 230px;
  height: 74px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .foot_in .f_logo {
    width: 180px;
    height: 58px;
    margin: 0 auto 10px;
  }
}

.footer_info .f_time {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 1.46;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_info .f_time {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.footer_info .f_time .info_title {
  width: 90px;
  height: 28px;
  margin-right: 7px;
  line-height: 28px;
font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #F45FB7;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer_info .f_time .info_title {
    width: 90px;
    height: 28px;
    margin-right: 16px;
    line-height: 28px;
    font-size: 18px;
  }
}
.footer_info .f_tel {
  display: block;
color: #fff;
}
@media screen and (min-width: 768px) {
  .c-burgerInfo__right .f_tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_info .f_tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}
.footer_info .f_tel .f_tel_title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.8px;
  color: #fff !important;
}
.footer_info .f_tel .f_tel_title span {
padding-left: 5px;
font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .footer_info .f_tel .f_tel_title.first {
    margin-right: 27px;
  }
}

.foot_menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot_menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .foot_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .foot_menu ul li {
    padding: 0 10px;
    border-left: 1px solid #fff;
  }
}
@media screen and (min-width: 1000px) {
  .foot_menu ul li {
    padding: 0 20px;
  }
}
.foot_menu ul li a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.copyright {
  height: 38px;
  line-height: 38px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    height: 40px;
    line-height: 40px;
  }
}
.copyright small {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #686868;
}
.copyright small a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #686868;
}

/*================
top
================*/
.c-topHero.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-topHero.pc-block {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-topHero.sp-block {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-topHero.sp-block {
    display: none;
  }
}

.indexLead {
  padding: 15px 0;
  background-color: #FFC4E7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .indexLead {
    padding: 8px 0;
  }
}
.indexLead .u-inline {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: normal;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .indexLead .u-inline {
    padding: 0 20px;
    font-size: 16px;
    color: #515151;
  }
}
.indexLead .u-inline a {
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #292929;
  font-weight: bold;
  color: #515151;
}
@media screen and (min-width: 768px) {
  .indexLead .u-inline a {
    font-size: 16px;
  }
}

.shopMessa {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .shopMessa {
    padding: 100px 40px;
    background-color: #FFF1F9;
    margin-top: 40px;
  }
}
.shopMessa .shopMessa__ttl {
  margin: 0 0 20px 0;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.3px;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 768px) {
  .shopMessa .shopMessa__ttl {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.67;
    color: #515151;
  }
}
.shopMessa .shopMessa__txt {
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #515151;
}
@media screen and (min-width: 768px) {
  .shopMessa .shopMessa__txt {
    max-width: 920px;
    font-size: 14px;
    line-height: 1.71;
  }
}

.linkHead {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #515151;
}
.deliBtns__enter.sp-block {
  display: block;
  width: 333px;
  height: 52px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .linkHead {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: #515151;
  }
  .deliBtns__enter.sp-block {
    display: none;
  }
}

.deliBtns__enter.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .deliBtns__enter.pc-block {
    display: block;
    width: 386px;
    height: 60px;
    margin: 0 auto 40px;
  }
}

/*================
top
================*/
.c-h1 {
  height: 18px;
  line-height: 18px;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .c-h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.topDeliWidget.sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .topDeliWidget.sp-block {
    display: none;
  }
}

.topDeliWidget.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .topDeliWidget.pc-block {
    display: block;
  }
}
.topDeliWidget.pc-block iframe {
  margin-top: 20px;
}
.topDeliWidget.sp-block iframe {
 height: 72vw;
}

/*@media screen and (min-width: 1000px) {
  .headerImage {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/400;
  }
}
.headerImage img {
  width: 100%;
  height: auto;
}*/

/*================
schedule
================*/
#schedule {
  padding: 34px 0 60px;
}
@media screen and (min-width: 1200px) {
  #schedule {
    padding: 54px 0 100px;
  }
}

#schedule h2 {
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
  line-height: 0.6;
}
@media screen and (min-width: 1200px) {
  #schedule h2 {
    font-size: 40px;
    line-height: 0.8;
  }
}
#schedule h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  #schedule h2 span {
    font-size: 18px;
  }
}

#day_btns {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 20px;
  padding: 0 10px 5px;
  overflow-x: scroll;
}
@media screen and (min-width: 1000px) {
  #day_btns {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  #day_btns {
    max-width: 1086px;
    margin: 50px auto 20px;
    padding: 0 10px;
  }
}
#day_btns li {
  border-radius: 5px;
  border: solid 1px #979797;
  background-color: #fff;
}
#day_btns li:nth-child(n+2) {
  margin-left: 5px;
}
@media screen and (min-width: 1000px) {
  #day_btns li {
    width: calc((100% - 36px) / 7);
    height: 40px;
    /*padding: 9px 16px 8px 23px;*/
        display: flex;
        justify-content: center;
        align-items: center;
  }
  #day_btns li:nth-child(n+2) {
    margin-left: initial;
  }
}
@media screen and (min-width: 1200px) {
  #day_btns li {
    height: 40px;
    /*padding: 6px 10px 6px 32px;*/
  }
}
#day_btns li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 9px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-align: center;
  color: #9C9C9C;
}
@media screen and (min-width: 1000px) {
  #day_btns li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  #day_btns li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
}
#day_btns li a span {
  display: block;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  color: #9C9C9C;
}
@media screen and (min-width: 1000px) {
  #day_btns li a span {
    display: inline;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  #day_btns li a span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
}
#day_btns .btn_on {
  border: solid 1px #FFECF7;
  background-color: #F45FB7;
}
#day_btns .btn_on a {
  color: #fff;
}
#day_btns .btn_on a span {
  color: #fff;
}

.filterBtn {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .filterBtn {
    max-width: 434px;
    margin: 0 auto 40px;
  }
}
.filterBtn a,
.filterBtn button {
  width: calc((100% - 12px) / 3);
  height: 32px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #999999;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: normal;
  text-align: center;
  color: #999999;
}
.filterBtn a:nth-of-type(2),
.filterBtn button:nth-of-type(2) {
  color: #F45FB7;
  border: solid 1px #F45FB7;
}
.filterBtn a:last-of-type,
.filterBtn button:last-of-type {
  color: #4AD68C;
  border: solid 1px #4AD68C;
}
@media screen and (min-width: 1200px) {
  .filterBtn a,
  .filterBtn button {
    width: calc((100% - 16px) / 3);
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.8px;
  }
}
.filterBtn a.active,
.filterBtn button.active {
  background-color: #F45FB7;
  color: #fff;
  border:  1px solid #F45FB7;
}
.filterBtn a.active:nth-of-type(2),
.filterBtn button.active:nth-of-type(2) {
  background-color: #F45FB7;
  color: #fff;
  border: 1px solid #F45FB7;
}
.filterBtn a.active:last-of-type,
.filterBtn button.active:last-of-type {
  background-color: #4AD68C;
  color: #fff;
  border: 1px solid #4AD68C;
}

.c-panel__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 100px;
}
@media screen and (min-width: 1200px) {
  .c-panel__wrapper {
    max-width: 1200px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.c-panel {
  background: transparent;
  position: relative;
  border: 1px solid transparent;
  width: calc((100% - 7px) / 2);
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .c-panel {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (min-width: 1200px) {
  .c-panel {
    width: calc((100% - 48px) / 4);
  }
}
.c-panel:last-child {
  margin-bottom: 0;
}
.c-panel:nth-last-child(2) {
  margin-bottom: 0;
}

.c-panel__profile {
  padding: 4px;
  background: #FFF;
}
@media screen and (min-width: 1200px) {
  .c-panel__profile {
    padding: 10px;
  }
}

.shopType-1 .c-panel__profile {
  padding: 4px;
  background: #FFE5F4;
}
@media screen and (min-width: 1200px) {
  .shopType-1 .c-panel__profile {
    padding: 10px;
  }
}

.shopType-2 .c-panel__profile {
  padding: 4px;
  background: #DEFFED;
}
@media screen and (min-width: 1200px) {
  .shopType-2 .c-panel__profile {
    padding: 10px;
  }
}

.c-panel__image {
  position: relative;
}

.reviewNumIcon {
  position: absolute;
  display: block;
  padding: 4px 4px 2.5px 2.5px;
  width: 30px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  border-radius: 50%;
  right: 7px;
  bottom: 6px;
  color: #fff;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
}
@media screen and (min-width: 1200px) {
  .reviewNumIcon {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    padding: 6px 6px 5px 5px;
    font-size: 17px;
  }
}

.reviewNumIcon2 {
  position: absolute;
  display: block;
  padding: 4px 6px;
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  left: 7px;
  bottom: 6px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .reviewNumIcon2 {
    left: 10px;
    bottom: 10px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

.reviewNumIcon.blue,
.reviewNumIcon2.blue {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(315deg, #cceeff 16%, #66d2ff 84%);
  background-image: linear-gradient(135deg, #cceeff 16%, #66d2ff 84%);
}

.reviewNumIcon.pink,
.reviewNumIcon2.pink {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(315deg, #ffcaee 16%, #fe67cd 84%);
  background-image: linear-gradient(135deg, #ffcaee 16%, #fe67cd 84%);
}

.reviewNumIcon.purple,
.reviewNumIcon2.purple {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(315deg, #ecb0ff 16%, #d676f4 84%);
  background-image: linear-gradient(135deg, #ecb0ff 16%, #d676f4 84%);
}

.reviewNumIcon.green,
.reviewNumIcon2.green {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(315deg, #67e4a9 16%, #00ff86 84%);
  background-image: linear-gradient(135deg, #67e4a9 16%, #00ff86 84%);
}

.reviewNumIcon.orange,
.reviewNumIcon2.orange {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(315deg, #ffdea8 16%, #ffb339 84%);
  background-image: linear-gradient(135deg, #ffdea8 16%, #ffb339 84%);
}

.c-panel__image > a > img,
.c-panel__image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}

.beginner {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  left: 0;
  top: 0;
  padding: 10px 4px 12px 5px;
  font-size: 10px;
  color: #fff;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7), to(#d85534));
  background-image: -webkit-linear-gradient(top, #fb7, #d85534);
  background-image: linear-gradient(to bottom, #fb7, #d85534);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}
@media screen and (min-width: 1200px) {
  .beginner {
    width: 40px;
    height: 40px;
    padding: 11px 4px 14px 6px;
    font-size: 12px;
  }
}
.beginner:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-panel__name {
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1200px) {
  .c-panel__name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1;
  }
}

.c-panel__size {
  margin-bottom: 4px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1200px) {
  .c-panel__size {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.88;
  }
}

.c-panel__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
  padding: 0 0 8px 0;
  height: 46px;
}
@media screen and (min-width: 1200px) {
  .c-panel__tag {
    padding: 0;
  height: 68px;
  }
}
.c-panel__tag li {
  display: none;
}
.c-panel__tag li.is_active {
  display: inline-block;
  width: 49%;
  padding: 0 5px;
  font-size: 10px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border: 1px solid #999999;
  color: #999999;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  height: 17px;
}
.shopType-1 .c-panel__tag li.is_active {
  border: 1px solid #FF98D5;
  background-color: #fff;
  color: #FF98D5;
}
.shopType-2 .c-panel__tag li.is_active {
  border: 1px solid #4AD68C;
  background-color: #fff;
  color: #4AD68C;
}
@media screen and (min-width: 1200px) {
  .c-panel__tag li.is_active {
    margin-bottom: 4px;
    height: 30px;
    font-size: 14px;
    line-height: 2.14;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}

.c-panel__time {
  margin-top: 8px;
}
.c-panel__time span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: initial;
  height: 20px;
  letter-spacing: normal;
  color: #fff;
  background-color: #999999;
}
@media screen and (min-width: 1200px) {
  .c-panel__time span {
    height: 30px;
    font-size: 16px;
    line-height: initial;
  }
}
.shopType-1 .c-panel__time span {
  background-color: #F45FB7;
}
.shopType-2 .c-panel__time span {
  background-color: #4AD68C;
}

.c-panel__attend {
  margin: 8px 0;
}
.c-panel__attend span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: initial;
  height: 20px;
  letter-spacing: normal;
  color: #fff;
}
.shopType-1 .c-panel__attend span {
  background-color: #F45FB7;
}
.shopType-2 .c-panel__attend span {
  background-color: #4AD68C;
}
@media screen and (min-width: 1200px) {
  .c-panel__attend span {
    height: 30px;
    font-size: 16px;
    line-height: initial;
  }
}
.realtime_status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: initial;
  height: 20px;
  letter-spacing: normal;
  color: #999999;
  background-color: #fff;
  border: 2px solid #999999;
  border-top: none;
}
@media screen and (min-width: 1200px) {
  .realtime_status {
    height: 30px;
    font-size: 14px;
    line-height: initial;
  }
}
.shopType-1 .realtime_status {
  color: #F45FB7;
  background-color: #fff;
  border: 2px solid #F45FB7;
}
.shopType-2 .realtime_status {
  color: #4AD68C;
  background-color: #fff;
  border: 2px solid #4AD68C;
}


.realtime_subStatus {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  color: #999999;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .realtime_subStatus {
    font-size: 14px;
  }
}
.shopType-1 .realtime_subStatus {
  color: #F45FB7;
}
.shopType-2 .realtime_subStatus {
  color: #4AD68C;
}

.c-panel__realtime .realtime_comment ul li{
  font-size: 10px;
}
.c-panel__realtime .realtime_comment{
  width: 100%;
}
.x_exist .c-panel__realtime .realtime_comment{
  max-width: calc(100% - 35px);
}

/*パネル写真下部流れる文字*/
.c-panel__flow {
  margin-top: 5px;
  overflow: hidden;
}

.c-panel__flow ul {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 300;
}

.c-panel__flow ul li {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #F45FB7;
  font-size: 16px;
  overflow: hidden;
}

.c-panel__flow li:nth-child(odd) {
  animation: loop 20s -10s linear infinite;
  padding-left: 100%;
}

.c-panel__flow ul li:nth-child(even) {
  animation: loop2 20s linear infinite;
  padding-left: 100%;
}

@media screen and (min-width: 1200px) {
  .c-panel__realtime .realtime_comment ul li {
    font-size: 12px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/*6文字未満の際は文字が流れない*/
.c-panel__flow.no_flow ul li:first-of-type {
  -webkit-animation: none;
          animation: none;
  padding-left: 0;
  text-align: center;
}

.c-panel__flow.no_flow ul li:last-of-type {
  display: none;
}

.c-panel__flow.no_flow ul {
  display: block;
}

/*流れる文字がない時は背景消す*/
.c-panel__flow.no_text {
  display: none;
}

/*================
cast
================*/
.c-search__tag {
  padding: 0 24px 0 20px;
}
@media screen and (min-width: 1000px) {
  .c-search__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.c-search__tag p {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #636363;
}
@media screen and (min-width: 1000px) {
  .c-search__tag p {
    display: inline;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-search__tag p {
    font-size: 16px;
  }
}
.c-search__tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin: 5px auto 20px;
}
@media screen and (min-width: 1000px) {
  .c-search__tag ul {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-search__tag ul {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin: 0 0 0 20px;
  }
}
.c-search__tag ul li {
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .c-search__tag ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-search__tag ul li {
    height: 34px;
  }
}
.c-search__tag ul li:last-child {
  margin-bottom: 0;
}
.c-search__tag ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.c-search__tag ul li button {
  display: block;
  padding: 0 19px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #F45FB7;
  border-radius: 4px;
  border: 1px solid #F45FB7;
}
.c-search__tag ul li button.mixitup-control-active {
  display: block;
  padding: 0 19px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  background-color: #F45FB7;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #F45FB7;
}
@media screen and (min-width: 1200px) {
  .c-search__tag ul li button {
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
  }
  .c-search__tag ul li button.mixitup-control-active {
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
  }
}

.c-search__price {
  padding: 0 24px 0 20px;
}
@media screen and (min-width: 1000px) {
  .c-search__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.c-search__price p {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #636363;
}
@media screen and (min-width: 1000px) {
  .c-search__price p {
    display: inline;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-search__price p {
    font-size: 16px;
  }
}
.c-search__price ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin: 5px auto 20px;
}
@media screen and (min-width: 1000px) {
  .c-search__price ul {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-search__price ul {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin: 0 0 0 20px;
  }
}
.c-search__price ul li {
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .c-search__price ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-search__price ul li {
    height: 34px;
  }
}
.c-search__price ul li:last-child {
  margin-bottom: 0;
}
.c-search__price ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.c-search__price ul li button {
  display: block;
  padding: 0 19px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #F45FB7;
  border-radius: 4px;
  border: 1px solid #F45FB7;
}
.c-search__price ul li button.mixitup-control-active {
  display: block;
  padding: 0 19px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  background-color: #F45FB7;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #F45FB7;
}
@media screen and (min-width: 1200px) {
  .c-search__price ul li button {
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
  }
  .c-search__price ul li button.mixitup-control-active {
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
  }
}



.castPage .filterBtn,
.schedulePage .filterBtn {
  margin: 30px auto 20px;
}
@media screen and (min-width: 1200px) {
  .castPage .filterBtn,
  .schedulePage .filterBtn {
    margin: 50px auto 20px;
  }
}

.newfacePage .c-search__tag {
  margin: 30px auto 20px;
}
@media screen and (min-width: 1200px) {
  .newfacePage .c-search__tag {
    margin: 50px auto 20px;
  }
}

/*================
system
================*/
.pageSection {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .pageSection {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .pageSection {
    padding: 0;
  }
}
.pageSection h2 {
  padding: 34px 0 30px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .pageSection h2 {
    padding: 50px 0;
    font-size: 40px;
    line-height: 0.8;
  }
}
.pageSection h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .pageSection h2 span {
    font-size: 18px;
  }
}

.aboutPoint__head {
  padding: 16px 0;
  background-color: #F45FB7;
}
.aboutPoint__head h3 {
  margin-bottom: 3px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__head h3 {
    margin-bottom: 6px;
    font-size: 24px;
  }
}
.aboutPoint__head h4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__head h4 {
    font-size: 18px;
  }
}
.aboutPoint__head h4:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 145px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__head h4:before {
    margin-right: 300px;
    width: 140px;
  }
}
.aboutPoint__head h4:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  margin-left: 145px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__head h4:after {
    margin-left: 300px;
    width: 140px;
  }
}

.aboutPoint__txt {
  padding: 22px 15px;
  border: solid 1px #F45FB7;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__txt {
    padding: 30px 224px 40px 224px;
  }
}
.aboutPoint__txt .visitPoint {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__txt .visitPoint {
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.aboutPoint__txt .penalty {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1200px) {
  .aboutPoint__txt .penalty {
    margin-bottom: 33px;
    white-space: nowrap;
    font-size: 14px;
  }
}

@media screen and (min-width: 1000px) {
  .disBlockFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.disBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.disBlock .point {
  margin-right: 8px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .disBlock .point {
    margin-right: 12px;
    font-size: 30px;
  }
}
.disBlock .amount {
  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;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .disBlock .amount {
    font-size: 40px;
  }
}
.disBlock .amount span {
  margin-right: 4px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .disBlock .amount span {
    margin: 0 10px 0 6px;
    font-size: 18px;
  }
}
.disBlock .discount {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .disBlock .discount {
    font-size: 30px;
  }
}

.maximumPoint {
  margin: 10px 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1200px) {
  .maximumPoint {
    margin: 16px 0 14px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .disBlock.first {
    margin-right: 50px;
  }
}

.allArea {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
@media screen and (min-width: 1000px) {
  .allArea {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
  }
}

.retentPeriod {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .retentPeriod {
    font-size: 14px;
  }
}

.aboutPoint {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .aboutPoint {
    margin-bottom: 60px;
  }
}

.allCourse {
  display: block;
}
@media screen and (min-width: 1000px) {
  .allCourse {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.clubRare {
  width: 100%;
  margin-bottom: 20px;
  padding: 43px 40px;
  border: solid 1px #F45FB7;
  background-color: #FFE5F4;
}
@media screen and (min-width: 1000px) {
  .clubRare {
    width: calc((100% - 30px) / 2);
    height: 440px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}

.madamRare {
  width: 100%;
  margin-bottom: 20px;
  padding: 43px 40px;
  border: solid 1px #4AD68C;
  background-color: #DEFFED;
}
@media screen and (min-width: 1000px) {
  .madamRare {
    width: calc((100% - 30px) / 2);
    height: 440px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}

.madamHotelRare {
  width: 100%;
  padding: 43px 40px;
  border: solid 1px #953b5a;
  background-color: #fff0f5;
}
@media screen and (min-width: 1000px) {
  .madamHotelRare {
    width: calc((100% - 60px) / 3);
    height: 440px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}

.c-courseTtl {
  margin-bottom: 17px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .c-courseTtl {
    font-size: 30px;
  }
}
.c-courseTtl span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1200px) {
  .c-courseTtl span {
    font-size: 14px;
  }
}

.madamRare .c-courseTtl {
  color: #4AD68C;
}
.madamRare .c-courseTtl span {
  color: #4AD68C;
}

.madamHotelRare .c-courseTtl {
  color: #953B5A;
}
.madamHotelRare .c-courseTtl span {
  color: #953B5A;
}

.madamRare .courseTbl dt {
  color: #4AD68C;
  background-image: -webkit-linear-gradient(left, #4AD68C 3px, transparent 3px);
  background-image: linear-gradient(to right, #4AD68C 3px, transparent 3px);
}
.madamRare .courseTbl dd {
  color: #4AD68C;
  background-image: -webkit-linear-gradient(left, #4AD68C 3px, transparent 3px);
  background-image: linear-gradient(to right, #4AD68C 3px, transparent 3px);
}

.madamHotelRare .courseTbl dt {
  color: #953B5A;
  background-image: -webkit-linear-gradient(left, #FFB4CE 3px, transparent 3px);
  background-image: linear-gradient(to right, #FFB4CE 3px, transparent 3px);
}
.madamHotelRare .courseTbl dd {
  color: #953B5A;
  background-image: -webkit-linear-gradient(left, #FFB4CE 3px, transparent 3px);
  background-image: linear-gradient(to right, #FFB4CE 3px, transparent 3px);
}

.courseTbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.courseTbl dt {
  width: 50%;
  padding: 13px 0 13px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F45FB7;
  background-image: -webkit-linear-gradient(left, #F45FB7 3px, transparent 3px);
  background-image: linear-gradient(to right, #F45FB7 3px, transparent 3px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 1000px) {
  .courseTbl dt {
    padding: 13px 0 11px;
  }
}
.courseTbl dd {
  width: 50%;
  padding: 13px 0 13px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F45FB7;
  background-image: -webkit-linear-gradient(left, #F45FB7 3px, transparent 3px);
  background-image: linear-gradient(to right, #F45FB7 3px, transparent 3px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 1000px) {
  .courseTbl dd {
    padding: 13px 0 11px;
    text-align: right;
  }
}

.attentionArea {
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  .attentionArea {
    margin-top: 30px;
  }
}

.CourseAttention {
  margin-bottom: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #953b5a;
}
@media screen and (min-width: 1200px) {
  .CourseAttention {
    font-size: 14px;
    white-space: nowrap;
  }
}
.option .option__inner {
  padding: 20px 20px 0;
}
.regist .regist__inner {
  padding: 20px 0 0;
}
.basic {
  max-width: 1200px;
  margin: 0 auto;
}
.basic .basic__inner {
  padding: 30px 20px 0;
}
.transport .transport__inner {
  padding: 30px 20px 0;
}
.change .change__inner {
  padding: 28px 20px 0;
}
.cancel .cancel__inner {
  padding: 28px 20px 0;
}
.creditPay .creditPay__inner {
  padding: 28px 20px 0;
}
.terms .terms__inner {
  padding: 35px 20px 60px;
}
@media screen and (min-width: 1000px) {
  .basic .basic__inner {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .transport .transport__inner {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .option .option__inner {
    padding: 60px 20px 0;
  }
  .regist .regist__inner {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .change .change__inner {
    padding: 74px 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .cancel .cancel__inner {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .creditPay .creditPay__inner {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .terms .terms__inner {
    padding: 60px 20px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .basic .basic__inner {
    padding: 60px 0 0;
  }
  .option .option__inner {
    padding: 60px 0 0;
  }
  .regist .regist__inner {
    padding: 0 0 0;
  }
  .transport .transport__inner {
    padding: 60px 0 0;
  }
  .change .change__inner {
    padding: 74px 0 0;
  }
  .cancel .cancel__inner {
    padding: 60px 0 0;
  }
  .creditPay .creditPay__inner {
    padding: 60px 0 0;
  }
    .terms .terms__inner {
        padding: 60px 0 100px;
    }
}
.basic .basic__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
  border-bottom: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .basic .basic__inner h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #F45FB7;
    color: #fff;
    font-size: 20px;
  }
}
.basic .basic__inner p {
  margin-top: 10px;
  padding: 20px 45px 20px 45px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  border: solid 1px #F45FB7;
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .basic .basic__inner p {
    margin-top: 0;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
  }
}

.option {
  max-width: 1200px;
  margin: 0 auto;
}

.option .option__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
  border-bottom: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .option .option__inner h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #F45FB7;
    color: #fff;
    font-size: 20px;
  }
}

.optionBlock {
  margin-top: 10px;
  max-width: 1200px;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  .optionBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.optionBlock .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .optionBlock .ttl {
    width: 50%;
    height: 60px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border: 1px solid #F45FB7;
    border-right: none;
    border-top: none;
  }
}
.optionBlock .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: solid 1px #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .optionBlock .price {
    width: 50%;
    height: 60px;
    font-size: 16px;
    border-top: none;
  }
}

.cosplayBlock {
  max-width: 1200px;
  margin: 0x auto;
}

.cosplayBlock h3 {
  margin-bottom: 10px;
}

.cosplayBlock ul {
  display: flex;
  flex-flow: row wrap;
}

.cosplayBlock li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  border-bottom: 1px solid #F45FB7;
  border-right: 1px solid #F45FB7;
  border-left: 1px solid #F45FB7;
}
.cosplayBlock li:first-child {
    border-top: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .cosplayBlock h3 {
    margin-bottom: initial;
  }
  .cosplayBlock li {
    width: 50%;
    height: 60px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-left: initial;
  }
  .cosplayBlock li:first-child {
    border-top: 1px solid #F45FB7;
  }
  .cosplayBlock li:nth-child(2) {
    border-top: 1px solid #F45FB7;
  }
  .cosplayBlock li:nth-child(2n+1) {
    border-left: 1px solid #F45FB7;
  }
  .cosplayBlock li:nth-child(8) {
    border-bottom: 1px solid #F45FB7;
  }
  .cosplayBlock li:nth-child(9) {
    border-left: 1px solid #F45FB7;
  }
}

.regist {
  max-width: 1200px;
  margin: 0 auto 60px;
}

.regist .regist__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
  border-bottom: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .regist .regist__inner h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #F45FB7;
    color: #fff;
    font-size: 20px;
  }
}

.registBlock {
  margin-top: 10px;
  max-width: 1200px;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  .registBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.registBlock .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .registBlock .ttl {
    width: 50%;
    height: 60px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border: 1px solid #F45FB7;
    border-right: none;
    border-top: none;
  }
}
.registBlock .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: solid 1px #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .registBlock .price {
    width: 50%;
    height: 60px;
    font-size: 16px;
    border-top: none;
  }
}

.cosplayBtn {
  width: 100%;
  height: 70px;
  margin: 20px auto 0;
  border-radius: 6px;
  background-color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .cosplayBtn {
    width: 408px;
    height: 70px;
    margin: 30px auto 0;
  }
}
.cosplayBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.transport {
  max-width: 1200px;
  margin: 0 auto;
}


.transport .transport__inner h3 {
  padding-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
  border-bottom: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .transport .transport__inner h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #F45FB7;
    color: #fff;
    font-size: 20px;
  }
}

.transBlock.first {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .transBlock.first {
    margin-top: 0;
  }
}

.transBlock {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .transBlock {
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.transBlock .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .transBlock .ttl {
    width: 25%;
    height: 60px;
    background: #fff;
    border: 1px solid #F45FB7;
    border-right: none;
    border-top: none;
    color: #000;
    font-size: 18px;
  }
}
.transBlock .area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  border: solid 1px #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .transBlock .area {
    width: 75%;
    height: 60px;
    border-top: none;
  }
}
.transBlock .area.first {
  padding: 10px 11px 5px 10px;
  font-size: 12px;
}

.transTxt {
  margin-top: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .transTxt {
    margin-top: 20px;
    font-size: 16px;
  }
}

.change {
  max-width: 1200px;
  margin: 0 auto;
}


.change .change__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
  border-bottom: 1px solid #F45FB7;
}
@media screen and (min-width: 1000px) {
  .change .change__inner h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #F45FB7;
    color: #fff;
    font-size: 20px;
  }
}

.changeBlock.first {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .changeBlock.first {
    margin-top: 0;
  }
}

.changeBlock {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .changeBlock {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.changeBlock .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .changeBlock .ttl {
    width: 50%;
    height: 60px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border: 1px solid #F45FB7;
    border-right: none;
    border-top: none;
  }
}
.changeBlock .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: solid 1px #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .changeBlock .price {
    width: 50%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #F45FB7;
    border-top: none;
  }
}

.changeTxt,
.cancelTxt {
  padding: 0 5px;
  margin-top: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .changeTxt,
  .cancelTxt {
    margin-top: 17px;
    font-size: 16px;
  }
}

.cancel {
  max-width: 1200px;
  margin: 0 auto;
}

.cancel .cancel__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #585858;
  border-bottom: 1px solid #585858;
}
@media screen and (min-width: 1000px) {
  .cancel .cancel__inner h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #585858;
    color: #fff;
    font-size: 20px;
  }
}

.cancelBlock.first {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .cancelBlock.first {
    margin-top: 0;
  }
}

.cancelBlock {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .cancelBlock {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .cancelBlock h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background: #585858;
    color: #fff;
    font-size: 20px;
  }
}
.cancelBlock .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #585858;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .cancelBlock .ttl {
    width: 50%;
    height: 60px;
    border: 1px solid #585858;
    border-top: none;
    border-right: none;
    color: #000;
    background: #fff;
    font-size: 16px;
  }
}
.cancelBlock .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: solid 1px #585858;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .cancelBlock .price {
    width: 50%;
    height: 60px;
    font-size: 16px;
    border-top: none;
  }
}

.creditPay {
  max-width: 1200px;
  margin: 0 auto;
}


.creditPay .creditPay__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 1000px) {
  .creditPay .creditPay__inner h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .creditPayWrap {
    padding: 50px 100px;
    border: 1px solid #B5B5B5;
  }
}

.creditTxt01 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}
@media screen and (min-width: 1000px) {
  .creditTxt01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.creditTxt02 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}
@media screen and (min-width: 1000px) {
  .creditTxt02 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.creditTxt03 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}

.terms {
  max-width: 1200px;
  margin: 0 auto;
}


.terms .terms__inner h3 {
  padding-bottom: 3.5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 1000px) {
  .terms .terms__inner h3 {
    padding-bottom: 8.5px;
    font-size: 14px;
  }
}
.terms .terms__inner .termsTxt {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}
@media screen and (min-width: 1000px) {
  .terms .terms__inner .termsTxt {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.terms .terms__inner .termsTxt:last-child {
  margin-bottom: 0;
}
.terms .terms__inner .termsTxt.first {
  margin: 10px 0;
}
@media screen and (min-width: 1000px) {
  .terms .terms__inner .termsTxt.first {
    margin: 14.5px 0 20px;
    padding-left: initial;
    text-indent: initial;
  }
}

@media screen and (min-width: 1000px) {
  .termsWrap {
    padding: 50px 100px;
    border: 1px solid #B5B5B5;
  }
}

/*================
event
================*/
.pageSection {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.eventPage .pageSection {
  padding: 0;
}

.eventBox {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .eventBox {
    margin-bottom: 50px;
  }
}
.eventBox:last-child {
  margin-bottom: 0;
}

.eventBox__inner {
  border: solid 1px #F45FB7;
  background-color: #FFE5F4;
}

.eventBoxWrap {
  padding: 30px 20px;
}
@media screen and (min-width: 1000px) {
  .eventBoxWrap {
    padding: 50px 100px;
  }
}
.eventBoxWrap .date {
  margin-bottom: 1.6px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
@media screen and (min-width: 1000px) {
  .eventBoxWrap .date {
    display: inline;
    margin-bottom: 3px;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
  }
}

.tagArea {
  margin-bottom: 3px;
}
@media screen and (min-width: 1000px) {
  .tagArea {
    display: inline;
  }
}

.eventTag {
  padding: 2px 16.6px 3.1px 16px;
  border-radius: 9px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .eventTag {
    padding: 1px 10px 2px;
    font-size: 12px;
  }
}

.eventTag.event {
  background: #57AED1;
}

.eventTag.new {
  background: #EC6BB9;
}

.eventTag.discount {
  background: #F6A03E;
}

.eventContents {
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-image: -webkit-linear-gradient(left, #F196CA 3px, transparent 3px);
  background-image: linear-gradient(to right, #F196CA 3px, transparent 3px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 1000px) {
  .eventContents {
    padding: 28px 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.eventTtl {
  padding-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  background-image: -webkit-linear-gradient(left, #F196CA 3px, transparent 3px);
  background-image: linear-gradient(to right, #F196CA 3px, transparent 3px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .eventTtl {
    padding-bottom: 12px;
    padding-top: 6.5px;
    font-size: 18px;
    background-size: 16px 3px;
  }
}
.eventTtl p {
  width: 60%;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}

.eventImage {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.eventImage.eventImageSingle {
    width: 100%;
    height: auto;
    margin: 8px auto 23px;
}
@media screen and (min-width: 1000px) {
.eventImage.eventImageSingle {
    width: 750px;
    height: auto;
}
  .eventImage {
    width: 200px;
    height: 200px;
    margin-right: 30px;
  }
}

.moreBtn {
  width: 120px;
  height: 30px;
  margin: 4px 0 0 auto;
  border-radius: 4px;
  background-color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .moreBtn {
    width: 160px;
    height: 40px;
    margin: 60px 0 0 auto;
    border-radius: 6px;
  }
}
.moreBtn a {
  position: relative;
  display: block;
  padding: 8px 17px 7px 18px;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 1000px) {
  .moreBtn a {
    padding: 11px 25px 10px;
    font-size: 15px;
    border-radius: 6px;
  }
}
.moreBtn a:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .moreBtn a:before {
    right: 20px;
    height: 2px;
  }
}
.moreBtn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  .moreBtn a:after {
    right: 20px;
    height: 2px;
  }
}

@media screen and (min-width: 1000px) {
  .eventTxt {
    width: 75%;
  }
}
.eventTxt p {
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .eventTxt p {
    font-size: 16px;
  }
}

/*================
event_detail
================*/
.eventDetailPage .pageSection {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .eventDetailPage .pageSection {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .eventDetailPage .pageSection {
    padding: 0;
  }
}

.eventDetailPage .eventTtl {
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}

@media screen and (min-width: 1000px) {
  .eventBox.detailPage {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .eventBox.detailPage .eventBoxWrap {
    padding: 100px;
  }
}
.eventBox.detailPage .eventBoxWrap .eventContents {
  display: block;
  padding: 22px 0;
}
@media screen and (min-width: 1000px) {
  .eventBox.detailPage .eventBoxWrap .eventContents {
    padding: 47px 0 52px;
  }
}
/*.eventBox.detailPage .eventBoxWrap .eventContents .eventImage {
  width: 200px;
  height: 200px;
  margin: 8px auto 23px;
}*/
@media screen and (min-width: 1000px) {
  /*.eventBox.detailPage .eventBoxWrap .eventContents .eventImage {
    width: 300px;
    height: 300px;
    margin: 0 auto 50px;
  }*/
}
.eventBox.detailPage .eventBoxWrap .eventContents .eventTxt {
  width: 225px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .eventBox.detailPage .eventBoxWrap .eventContents .eventTxt {
    width: 750px;
  }
}
.eventBox.detailPage .eventBoxWrap .eventContents .eventTxt p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .eventBox.detailPage .eventBoxWrap .eventContents .eventTxt p {
    font-size: 16px;
  }
}

.linkBtn {
  width: 160px;
  height: 35px;
  margin: 20px auto 30px;
  border-radius: 6px;
  background-color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .linkBtn {
    width: 200px;
    height: 40px;
    margin: 53px auto 0;
  }
}
.linkBtn a {
  position: relative;
  display: block;
  padding: 7px 21px 10px 22px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .linkBtn a {
    padding: 9px 32px;
    font-size: 15px;
  }
}

.backBtn {
  width: 200px;
  height: 40px;
  margin: 60px auto;
  border-radius: 6px;
  border: solid 1px #F45FB7;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .backBtn {
    margin: 100px auto 0;
  }
}
.backBtn a {
  position: relative;
  display: block;
  padding: 9px 50px 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .backBtn a {
    padding: 8px 42px 10px 45px;
    font-size: 14px;
  }
}

/*================
hotel
================*/
.hotelSelect__inner {
  padding: 0 0 10px;
}
@media screen and (min-width: 1000px) {
  .hotelSelect__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: initial;
  }
}

.hotelSelect__list .title {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #636363;
  border-bottom: 1px solid #CFCFCF;
}
@media screen and (min-width: 1000px) {
  .hotelSelect__list .title {
    padding-bottom: 5.5px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.hotelSelect__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .hotelSelect__list ul {
    margin-bottom: 10px;
  }
}
.hotelSelect__list ul li {
  margin-right: 4px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
  .hotelSelect__list ul li {
    margin-right: 10px;
    margin-bottom: 25px;
  }
}

.hotelRegion {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 1000px) {
  .hotelRegion {
    padding: 0 20px 100px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hotelRegion {
    padding: 0 0 100px 0;
  }
}

.hotelRegion__name {
  padding: 8px 10px 8px 10px;
  background-color: #fbc9ed;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #484848;
}
@media screen and (min-width: 1000px) {
  .hotelRegion__name {
    padding: 9px 20px;
    font-size: 24px;
  }
}
.hotelRegion__name a {
  color: #484848;
}

@media screen and (min-width: 1000px) {
  .hotelItemFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.hotelItem {
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 1000px) {
  .hotelItem {
    padding: 17px 20px;
  }
}
.hotelItem .hotelItem__name {
  margin-bottom: 7px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
@media screen and (min-width: 1000px) {
  .hotelItem .hotelItem__name {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.hotelItem__item--access {
  display: block;
  margin-bottom: 10px;
  padding: 8px 20px 8px 35px;
  border-radius: 5px;
  background-color: #f6f5f3;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item--access {
    /*width: 236px;*/
    height: 37px;
    margin-right: 10px;
    padding: 8px 12px 7px 30px;
  }
}
.hotelItem__item--access::before {
  background: url(../images/icon_pin.svg) no-repeat top center/contain;
}

.hotelItem__item--tel {
  display: inline-block;
  padding: 8px 20px 8px 35px;
  margin-right: 8px;
  border-radius: 5px;
  background-color: #f6f5f3;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item--tel {
    margin-right: 10px;
  }
}
.hotelItem__item--tel::before {
  background: url(../images/icon_phone_bk.svg) no-repeat top center/contain;
  width: 10px !important;
  height: 10px !important;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item--tel::before {
    top: 18px !important;
  }
}

.hotelItem__item--time {
  display: inline-block;
  padding: 8px 20px 8px 35px;
  border-radius: 5px;
  background-color: #f6f5f3;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item--time {
    padding: 8px 10px 8px 40px;
  }
}
.hotelItem__item--time::before {
  background: url(../images/icon_car.svg) no-repeat top center/contain;
  width: 12px !important;
  height: 10px !important;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item--time::before {
    top: 18px !important;
  }
}

@media screen and (min-width: 1000px) {
  .hotelArea {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .hotelArea.business {
    padding-top: 50px;
  }
}

.hotelArea__name {
  margin-top: 14px;
  padding: 8px 133px 8px 10px;
  background-color: #c9f2fb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #484848;
}
@media screen and (min-width: 1000px) {
  .hotelArea__name {
    margin-top: 0;
    padding: 9px 20px;
    font-size: 24px;
  }
}
.hotelArea__name a {
  color: #484848;
}

.hotelItem__item {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item {
    font-size: 14px;
  }
}
.hotelItem__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 15px;
}
@media screen and (min-width: 1000px) {
  .hotelItem__item::before {
    width: 10px;
    height: 15px;
    left: 15px;
  }
}

/*================
review
================*/
@media screen and (min-width: 1000px) {
  .feedback_inner {
    max-width: 1200px;
    margin: o auto;
  }
}

.feedbackList li {
  margin-bottom: 30px;
  padding: 25px 17px 37px 15px;
  border: solid 1px #F45FB7;
}
@media screen and (min-width: 1000px) {
  .feedbackList li {
    padding: 40px 99.5px 40px 100px;
    margin-bottom: 50px;
  }
}
.feedbackList li:last-child {
  margin-bottom: 0;
}

.feedbackList__user span {
  position: relative;
  padding-left: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
@media screen and (min-width: 1000px) {
  .feedbackList__user span {
    padding-left: 23px;
    font-size: 14px;
  }
}
.feedbackList__user span::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/user_icon@2x.png);
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .feedbackList__user span::before {
    top: 3px;
  }
}

.feedbackList__date span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
@media screen and (min-width: 1000px) {
  .feedbackList__date span {
    font-size: 14px;
  }
}

.feedbackList__headFlex {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.feedbackList__title {
  margin-bottom: 10px;
  padding: 4px 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #252d30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (min-width: 1000px) {
  .feedbackList__title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
}

.feedbackList__cmnt h4 {
  margin-bottom: 4px;
  padding-left: 23px;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #464f53;
}
@media screen and (min-width: 1000px) {
  .feedbackList__cmnt h4 {
    padding-left: 28px;
    font-size: 16px;
  }
}
.feedbackList__cmnt h4::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/review_icon@2x.png);
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .feedbackList__cmnt h4::before {
    top: 3px;
  }
}
.feedbackList__cmnt p span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #464f53;
}
@media screen and (min-width: 1000px) {
  .feedbackList__cmnt p span {
    font-size: 14px;
  }
}

.feedbackList__lady {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 14px;
  padding: 10px 9px 10px 10px;
  border-radius: 6px;
  background-color: #f2f8fb;
}
@media screen and (min-width: 1000px) {
  .feedbackList__lady {
    margin: 0 0 9.4px;
    padding: 10px;
    width: 280px;
  }
}
.feedbackList__lady .choiceGirl {
  display: inline-block;
  padding-bottom: 4px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #464f53;
}
.feedbackList__lady .reviewNum {
  padding-left: 14px;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
.feedbackList__lady .reviewNum::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/review_cmnt.png);
  background-size: contain;
  top: 4px;
  left: 0;
  bottom: 0;
}
.feedbackList__lady .feedbackList__ladyName {
  display: block;
  border-top: solid 1px #D5DEE2;
}
@media screen and (min-width: 1000px) {
  .feedbackList__lady .feedbackList__ladyName {
    padding-top: 4.5px;
  }
}
.feedbackList__lady .feedbackList__ladyName {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #464f53;
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .feedbackList__lady .feedbackList__ladyName {
    font-size: 14px;
  }
}
.feedbackList__lady .feedbackList__ladySize {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #464f53;
}
@media screen and (min-width: 1000px) {
  .feedbackList__lady .feedbackList__ladySize a {
    font-size: 14px;
  }
}

.girlReviewTtl {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedbackList__image {
  width: 50px;
  height: 50px;
  margin-left: 10.5px;
  border-radius: 6px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .feedbackList__image {
    width: 80px;
    height: 80px;
  }
}
.feedbackList__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedbackList__info {
  width: 100%;
}

.reviewAllBtn {
  text-align: center;
}
.reviewAllBtn a {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #464f53;
}
@media screen and (min-width: 1000px) {
  .reviewAllBtn a {
    display: block;
    padding: 7px 0;
    font-size: 14px;
  }
}
.reviewAllBtn a::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  bottom: -15px;
  right: 50%;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
@media screen and (min-width: 1000px) {
  .reviewAllBtn a::before {
    width: 8px;
    height: 8px;
    bottom: -10px;
  }
}

.feedbackList__star {
  display: inline-block;
  margin-right: 4px;
}
.feedbackList__star span {
  color: #F45FB7;
}
.feedbackList__star .gray {
  color: #9E9E9E;
}

.feedbackList__num {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .feedbackList__num {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .feedbackList__num span {
    margin-left: 28px;
  }
}

.reviewPage .pager {
  padding: 60px 0;
}
@media screen and (min-width: 1000px) {
  .reviewPage .pager {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1000px) {
  .feedbackList__body {
    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-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
  }
}

/*================
reviewForm
================*/
@media screen and (min-width: 1000px) {
  .reviewFormPage .pageSection h2 {
    padding: 54px 0 47px;
  }
}

.form_area_in {
  padding: 26px 20px 26px;
  margin-bottom: 34px;
  border: solid 1px #F45FB7;
}
@media screen and (min-width: 1000px) {
  .form_area_in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 70px;
    padding: 100px 200px;
  }
}
.form_area_in h3 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .form_area_in h3 {
    font-size: 24px;
  }
}
.form_area_in .atfirst {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1000px) {
  .form_area_in .atfirst {
    margin-bottom: 18px;
    font-size: 14px;
  }
}

.form_dl dl {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .form_dl dl {
    margin-bottom: 20px;
  }
}
.form_dl dl dt {
  margin-bottom: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}
@media screen and (min-width: 1000px) {
  .form_dl dl dt {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.form_dl dl dt em {
  font-style: normal;
}
.form_dl dl dd input {
  width: 100%;
  height: 30px;
  padding: 2px 10px;
  border: solid 1px #d2d2d2;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .form_dl dl dd input {
    height: 40px;
  }
}
.form_dl dl dd select {
  display: block;
  padding: 0 20px 0 10px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #d2d2d2;
  font-size: 14px;
  line-height: 40px;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .form_dl dl dd select {
    padding: 0 30px 0 10px;
    background-size: 7px 6px;
  }
}

.reviewStar {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 1000px) {
  .reviewStar {
    padding: 30px 0;
  }
}
.reviewStar dt {
  display: inline-block;
  padding-right: 34px;
}
@media screen and (min-width: 1000px) {
  .reviewStar dt {
    display: block;
    margin-bottom: 4px;
  }
}
.reviewStar dd {
  display: inline-block;
}
.reviewStar dd .stars span input {
  display: none;
}
.reviewStar dd .stars span label {
  color: #F45FB7;
}

/*☆の調整*/
.star-rating {
  display: inline-flex;
  direction: rtl; /* 右から左に並べる */
}

.star-rating .star {
  font-size: 20px;
  color: #9E9E9E; /* デフォルトで薄いグレー */
  cursor: pointer;
  padding: 0 1.4px;
}

.star-rating input[type="radio"]:checked ~ .star {
  color: #F45FB7; /* チェックされた星を金色にする */
}

.star-rating input[type="radio"]:hover ~ .star {
  color: #F45FB7; /* ホバー時に星が金色になる */
}

.star-rating input[type="radio"]:checked ~ .star {
  color: #F45FB7;
}

.star-rating input[type="radio"]{
  display: none;
}

textarea {
  width: 100%;
  height: 134px;
  padding: 10px;
  border: solid 1px #747474;
}
@media screen and (min-width: 1000px) {
  textarea {
    height: 150px;
  }
}

.atlast {
  margin-bottom: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3d3d3d;
}
@media screen and (min-width: 1000px) {
  .atlast {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.reviewSubmit {
  display: block;
  margin: 10px auto 0;
  padding: 10px 90px;
  border-radius: 8px;
  background-color: #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .reviewSubmit {
    margin: 40px auto 0;
    padding: 23px 128px 28px;
    font-size: 18px;
  }
}
.reviewSubmit:disabled {
  background: #c4c8c8;
}

.feedbackTtl {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .feedbackTtl {
    margin-bottom: 8.5px;
    font-size: 24px;
  }
}

.pager.reviewForm {
  padding: 60px 0;
}
@media screen and (min-width: 1000px) {
  .pager.reviewForm {
    padding: 100px 0;
  }
}

.reviewBack {
  display: block;
  padding-top: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #464f53;
}
@media screen and (min-width: 1000px) {
  .reviewBack {
    padding-top: 20px;
    font-size: 14px;
  }
}

.g-recaptcha {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .g-recaptcha {
    width: 302px;
  }
}

.feedbackList.detail li:last-child {
  margin-bottom: 0;
}

/*================
reserve
================*/
.reservePage .pageSection {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .reservePage .pageSection {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .reservePage .pageSection {
    padding: 0;
  }
}

.reserveBox {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .reserveBox {
    padding-bottom: 150px;
  }
}

.reserveBox__inner {
  padding: 38px 20px 40px;
  border: solid 1px #2880a2;
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /*padding: 100px 200px;*/
    padding: 100px 170px;
  }
}
.reserveBox__inner h3 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner h3 {
    font-size: 30px;
  }
}
.reserveBox__inner p {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner p {
    margin-bottom: 34px;
    font-size: 14px;
  }
}
.reserveBox__inner em {
  color: #ff0000;
  font-style: normal;
}

.reserveBox__inner dl dt {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner dl dt {
    font-size: 16px;
  }
}
.reserveBox__inner dl dt em {
  color: #111111;
}
.reserveBox__inner dl dd {
  margin-bottom: 30px;
}
.reserveBox__inner dl dd input {
  width: 100%;
  padding: 10px 18px;
  border: solid 1px #747474;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner dl dd input {
    padding: 8px 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner dl dd .reserve_name {
    width: 290px;
    margin-right: 20px;
    display: inline;
  }
}
@media screen and (min-width: 1000px) {
  .reserveBox__inner dl dd .reserve_name1 {
    width: 290px;
    display: inline;
  }
}
.reserveBox__inner dl dd:last-child {
  margin-bottom: 0;
}
.reserveBox__inner dl .addTxt {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
p.reserve_attention {
  padding: 0 10px;
  margin: 40px 0 24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
  padding-left: 2em;
  text-indent: -1em;
}
@media screen and (min-width: 1000px) {
  p.reserve_attention {
    margin: 52px 0 20px;
    font-size: 14px;
    text-align: center;
  }
}

.g-recaptcha {
  margin: 0 auto;
  display: block;
  width: 302px;
  height: 76px;
}
.submit-button {
  display: block;
  width: 302px;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 6px;
  background-color: #F45FB7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .submit-button {
    width: 400px;
    height: 78px;
    margin: 40px auto 0;
  }
}

.reserve_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reserve_list li select {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
}
.reserve_list li select:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  top: 0;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.reserve_list li .reserve_date {
  width: 200px;
  height: 40px;
  margin-right: 15px;
  padding: 10px 80px 10px 10px;
  border: solid 1px #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_list li .reserve_date {
    background-size: 7px 6px;
  }
}
.reserve_list li .reserve_minutes {
  width: 120px;
  height: 40px;
  padding: 10px 18px;
  border: solid 1px #747474;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_list li .reserve_minutes {
    background-size: 7px 6px;
  }
}
.reserve_list li .reserve_cource {
  width: 200px;
  height: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 10px;
  border: solid 1px #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_list li .reserve_cource {
    padding: 9px 10px 10px;
    background-size: 7px 6px;
  }
}
.reserve_list li .reserve_girl {
  width: 200px;
  height: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 10px;
  border: solid 1px #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_list li .reserve_girl {
    padding: 9px 10px 10px;
    background-size: 7px 6px;
  }
}
.reserve_list li .reserve_courceTime {
  /*width: 120px;*/
  height: 40px;
    width: 122px;
    padding: 10px 8px;
  border: solid 1px #747474;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_list li .reserve_courceTime {
    background-size: 7px 6px;
  width: 140px;
  padding: 10px 18px;
  }
}

@media screen and (min-width: 1000px) {
  .nameFlex {
    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;
    margin-bottom: 30px;
  }
}

.reserve_nameBlock {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .reserve_nameBlock {
    margin-bottom: initial;
  }
}

.reserve_name1Block {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .reserve_name1Block {
    margin-bottom: initial;
  }
}

@media screen and (min-width: 1000px) {
  .reserve_tel,
  .reserve_mail {
    width: 400px !important;
  }
}

.reserve_cource {
  width: 100%;
  padding: 10px 18px;
  border: solid 1px #000;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_cource {
    width: 400px !important;
    background-size: 7px 6px;
  }
}
@media screen and (min-width: 1000px) {
  .reserve_cource {
    width: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  .reserve_messa {
    height: 120px;
  }
}

.reserve_girl {
  width: 100%;
  padding: 10px 18px;
  border: solid 1px #747474;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
  background-image: url(../images//arrow-bottom.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}
@media screen and (min-width: 1000px) {
  .reserve_girl {
    width: 400px;
    background-size: 7px 6px;
  }
}

/*================
cosplay
================*/
.cosplayHeading01 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cosplayHeading01 {
    font-size: 18px;
  }
}

.cosplayHeading02 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cosplayHeading02 {
    font-size: 16px;
  }
}

.cosplayLists {
  padding: 30px 0 20px;
}
@media screen and (min-width: 768px) {
  .cosplayLists {
    padding: 34px 0 90px;
  }
}
.cosplayLists ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .cosplayLists ul {
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
  }
}
.cosplayLists ul li {
  width: calc((100% - 7px) / 2);
  margin-right: 7px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cosplayLists ul li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
  }
}
.cosplayLists ul li .cosplayImage {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .cosplayLists ul li .cosplayImage {
    height: 384px;
  }
}
.cosplayLists ul li .cosplayImage img {
  aspect-ratio: 164/218;
  -o-object-fit: cover;
     object-fit: cover;
}
.cosplayLists ul li .cosplayImage .number {
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  border-radius: 0px;
  font-size: 10px;
  position: absolute;
  right: 5px;
  bottom: 5px;
    background: #F45FB7;
    border: 1px solid #fff;
}
.cosplayLists ul li .cosplayImage .number span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: "Libre Bodoni", "Noto Serif JP", serif;
}
@media screen and (min-width: 1000px) {
  .cosplayLists ul li .cosplayImage .number {
    width: 40px;
    height: 40px;
    right: 6px;
    bottom: 6px;
  }
.cosplayLists ul li .cosplayImage .number span {
    font-size: 24px;
}
}
.cosplayLists ul li .cosplayImage .number img {
  width: 100%;
  height: 100%;
}
.cosplayLists ul li .cosplayName {
  height: 30px;
  padding: 6px 0 7px;
  background-color: #FFE5F4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  color: #F45FB7;
}
@media screen and (min-width: 768px) {
  .cosplayLists ul li .cosplayName {
    padding: 13px 0;
    height: 50px;
    font-size: 16px;
  }
}
.cosplayLists ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .cosplayLists ul li:nth-of-type(2n) {
    margin-right: initial;
  }
}
@media screen and (min-width: 768px) {
  .cosplayLists ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.animated {
  opacity: 1;
}

.indexBtns2 {
  margin-bottom: 20px;
  padding: 10px 10px 0;
}

.indexBtns2__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.indexBtns2__enter {
    margin-bottom: 10px;
    width: 100%;
	height: 50px;
}

.indexBtns2__enter a {
	display: block;
    width: 100%;
	height: 50px;
	line-height: 0;
	border-radius: 41px;
    /*background: linear-gradient(to top, #FF82B0, #FF4D8E);*/
    /*background: linear-gradient(175deg, #FF82B0 0%,#FF82B0 50%,#FF4D8E 52%,#FF4D8E 100%);*/
    background: linear-gradient(175deg, #FF82B0 0%, #FF82B0 50%, #FF4D8E 52%, #FF4D8E 100%);
    color: #fff;
}

.indexBtns2__enter span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
    line-height: 50px;
}

.indexBtns2__enter2 {
    margin: 10px auto 20px;
    width: 100%;
	height: 50px;
}

.indexBtns2__enter2 a {
	display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
	/*height: 50px;*/
	height: 60px;
	line-height: 0;
	border-radius: 41px;
	/*background: linear-gradient(175deg, #FF87CE 0%, #FF87CE 49%, #FF50B7 52%, #FF50B7 100%);*/
        background: linear-gradient(175deg, #FF87CE 0%,#FF87CE 49%,#FF50B7 52%,#FF50B7 100%);
        color: #fff;
        font-weight: bold;
        font-size: 20px;
}

.indexBtns2__enter2 span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
    line-height: 50px;
}

.indexBtns2__under18 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 0 20px;
	width: 100px;
	height: 82px;
}

.indexBtns2__leave {
    width: 100%;
	height: 50px;
}

.indexBtns2__leave a {
	display: block;
    width: 100%;
	height: 50px;
	line-height: 0;
	border-radius: 41px;
    /*background: linear-gradient(to top, #C9C9C9, #BBBBBB);*/
    /*background: linear-gradient(175deg, #C9C9C9 0%,#C9C9C9 49%,#BBBBBB 52%,#BBBBBB 100%);*/
    background: linear-gradient(175deg, #C9C9C9 0%, #C9C9C9 49%, #BBBBBB 52%, #BBBBBB 100%);
    color: #8B8B8B;
}

.indexBtns2__leave span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
    line-height: 50px;
}

.indexBtns2__inner.pc-block {
  display: none;
}

.indexBtns2__inner.sp-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .indexBtns2 {
    margin: 40px auto 20px;
    padding: initial;
  }
  .indexBtns2__inner.pc-block {
    display: flex;
  }
  .indexBtns2__enter {
    margin-bottom: initial;
    width: initial;
  	height: 82px;
  }
  .indexBtns2__enter a {
	display: block;
	width: 280px;
	min-width: 280px;
	height: 82px;
	padding: 5px 0 0;
	line-height: 0;
	border-radius: 41px;
    /*background: linear-gradient(to top, #FF82B0, #FF4D8E);*/
    /*background: linear-gradient(170deg, #FF82B0 0%,#FF82B0 50%,#FF4D8E 52%,#FF4D8E 100%);*/
    background: linear-gradient(170deg, #FF82B0 0%, #FF82B0 50%, #FF4D8E 52%, #FF4D8E 100%);
    color: #fff;
  }
  .indexBtns2__enter span {
	/*font-size: 36px;
    line-height: 1.6;*/
    font-size: 20px;
    line-heiht: 2.6;
  }
  .indexBtns2__enter2 {
    margin: 20px auto 40px;
    width: initial;
    height: 82px;
  }
  .indexBtns2__enter2 a {
        margin: 0 auto;
	display: flex;
        align-items: center;
        justify-content: center;
	/*width: 280px;*/
        width: 400px;
	min-width: 280px;
	/*height: 82px;*/
        height: 100px;
	padding: 5px 0 0;
	line-height: 0;
	/*border-radius: 41px;*/
        border-radius: 60px;
	/*font-size: 22px;*/
        font-size: 30px;
	/*background: linear-gradient(170deg, #FF87CE 0%, #FF87CE 49%, #FF50B7 52%, #FF50B7 100%);*/
        background: linear-gradient(170deg, #FF87CE 0%,#FF87CE 49%,#FF50B7 52%,#FF50B7 100%);
	color: #fff;
        font-weight: bold;
  }
  .indexBtns2__enter2 span {
	font-size: 36px;
    line-height: 1.6;
  }
  .indexBtns2__inner.sp-block {
    display: none;
  }
  .indexBtns2__leave {
    width: initial;
  	height: 82px;
  	bottom: 40px;
  }
  .indexBtns2__leave a {
	display: block;
	width: 280px;
	min-width: 280px;
	height: 82px;
	padding: 5px 0 0;
	line-height: 0;
	border-radius: 41px;
    /*background: linear-gradient(to top, #C9C9C9, #BBBBBB);*/
    /*background: linear-gradient(170deg, #C9C9C9 0%,#C9C9C9 49%,#BBBBBB 52%,#BBBBBB 100%);*/
    background: linear-gradient(170deg, #C9C9C9 0%, #C9C9C9 49%, #BBBBBB 52%, #BBBBBB 100%);
    color: #8B8B8B;
  }
  .indexBtns2__leave span {
  	font-size: 36px;
    line-height: 1.6;
  }

.recruit__link{
  margin: 40px auto;
}

}/*# sourceMappingURL=style.css.map */

/*グループバナー*/

.group_banner h2 {
    font-family: "Libre Bodoni", "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    color: #F45FB7;
    line-height: 0.6;
    margin-bottom: 50px;
}
.group_banner h2 span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    color: #F45FB7;
}
.group_banner ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 100px;
}
.group_banner ul li{
    width: 50%;
}

@media screen and (min-width: 1000px) {
.group_banner ul li{
    width: 20%;
}
}

/*左右分割スライダー*/
.indexPage .swiper.leftSwiper,
.indexPage .swiper.rightSwiper {
  width: 50%;
  overflow: hidden;
  aspect-ratio: 188/702;
}
.topPage .swiper.leftSwiper,
.topPage .swiper.rightSwiper {
  aspect-ratio: 375/674;
}
@media screen and (min-width: 768px) {
  .indexPage .swiper.leftSwiper,
  .indexPage .swiper.rightSwiper {
    aspect-ratio: 960/584;
  }
  .topPage .swiper.leftSwiper,
  .topPage .swiper.rightSwiper {
    aspect-ratio: 960/400;
  }
}
.swiper .leftSwiper-slide,
.swiper .rightSwiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper .leftSwiper-slide img {
  width: 200%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
}
.swiper .rightSwiper-slide img {
  width: 200%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  max-width: initial;
}