@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto&display=swap");
.noto, .com-title, .site-base-title-area h2, .__attraction-detail .sec h2, .__system .sec .price-area .inner .free-txt p, .__review-detail .sec h2, .__fun-detail .sec h2, .__howtoplay-detail .sec h2, .__event-detail .sec h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.robot {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-s {
    display: none !important;
  }
}
/* スタイルここから*/
.com-title {
  font-weight: bold;
  color: inherit;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
}
.top-cap {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  background-color: #60c1bc;
  width: 180px;
  margin: 0 auto 15px;
  padding: 5px 0;
  border-radius: 25px;
  text-align: center;
  position: relative;
}
.top-cap:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #60c1bc;
}
@media screen and (max-width: 1024px) {
  .com-title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .top-cap {
    width: 170px;
    padding: 1px 0;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 640px) {
  .top-cap {
    width: 150px;
    margin: 0 auto 5px;
    font-size: 18px;
  }
}
.com-title::after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #222;
  margin: 10px auto 50px;
}
@media screen and (max-width: 1024px) {
  .com-title::after {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
.com-title.red {
  color: #24928b;
}
.com-title.red::after {
  background-color: #24928b;
}
.com-title.white {
  color: white;
}
.com-title.white::after {
  background-color: white;
}
.base-btn-light.pink {
  background-image: url(../img/common/btn-r@2x_g.jpg);
  margin: 15px auto 0;
}
.base-btn-light.pink:after {
  background-image: url(../img/ico-arrow-green-r2@2x.png);
}
.site-base-title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .site-base-title-area {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .base-btn-light.pink {
    background-image: url(../img/common/btn-r@2x_g.jpg);
    margin: 15px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .base-btn-light.pink {
    height: 40px;
    font-size: 14px;
  }
}
.site-base-title-area h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .site-base-title-area h2 {
    font-size: 36px;
  }
}
.site-base-title-area h2 i {
  width: 70px;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .site-base-title-area h2 i {
    width: 65px;
  }
}
.site-base-title-area h2 i img {
  width: 100%;
  height: auto;
}
.site-base-title-area h2 + p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .site-base-title-area h2 + p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.txt-center {
  text-align: center;
}
.base-padding {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .base-padding {
    padding: 40px 15px;
  }
}
.bg-light-pink {
  background-color: #ebf9f8;
}
.color-red {
  color: #60c1bc;
}
.u-line {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .u-line {
    display: inline;
  }
}
.u-line::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: calc(100% + 20px);
  height: 1px;
  background-color: inherit;
}
@media screen and (max-width: 1024px) {
  .u-line::after {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-line.color-red {
    background: linear-gradient(transparent 90%, #60c1bc 0%);
  }
}
.u-line.color-red::after {
  background-color: #60c1bc;
}
@media screen and (max-width: 1024px) {
  .u-line.color-red::after {
    content: none;
  }
}
.column1-slide {
  max-width: 485px;
  margin: auto;
}
.column1-slide .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 1024px) {
  .column1-slide .swiper-button-prev {
    display: flex;
    left: 15px;
    top: 50%;
    margin-top: -20px;
  }
}
.column1-slide .swiper-button-next {
  display: none;
}
@media screen and (max-width: 1024px) {
  .column1-slide .swiper-button-next {
    display: flex;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
}
.column1-slide .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.column2-slide-wrapper {
  width: 1000px;
  margin-left: -50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .column2-slide-wrapper {
    width: 100%;
    margin: 0;
  }
}
.column2-slide-wrapper .column2-slide {
  position: initial;
  max-width: 900px;
}
.column2-slide-wrapper .column2-slide .swiper-button-prev {
  left: -15px;
  top: 50%;
  margin-top: -20px;
}
.column2-slide-wrapper .column2-slide .swiper-button-next {
  right: -15px;
  top: 50%;
  margin-top: -20px;
}
.column2-slide-wrapper .column2-slide .swiper-slide img {
  width: 100%;
  height: auto;
}
.column3-slide {
  max-width: 1500px;
  margin: auto auto 50px;
}
.column3-slide .swiper-slide {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .column3-slide .swiper-slide {
    padding-bottom: 40px;
  }
}
.column3-slide .swiper-slide img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.column3-slide .swiper-slide h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .column3-slide .swiper-slide h4 {
    font-size: 21px;
    line-height: 1.5;
  }
}
.column3-slide .swiper-slide h4 + p {
  font-size: 16px;
  padding: 0 25px;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 767px) {
  .column3-slide .swiper-slide h4 + p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 15px;
  }
}
.column3-slide .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 1024px) {
  .column3-slide .swiper-button-prev {
    display: flex;
    left: 15px;
    top: 50%;
    margin-top: -20px;
  }
}
.column3-slide .swiper-button-next {
  display: none;
}
@media screen and (max-width: 1024px) {
  .column3-slide .swiper-button-next {
    display: flex;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
}
.column3-slide .swiper-pagination {
  bottom: 0;
}
.column3-slide .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 100px;
  height: 8px;
  background-color: #bbb;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .column3-slide .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 50px;
    height: 7px;
    margin: 0 5px;
  }
}
.column3-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #60c1bc;
}
.__attraction .sec-floor {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__attraction .sec-floor {
    padding: 40px 0 0;
  }
}
.__attraction .sec-floor figure {
  max-width: 1000px;
  margin: auto;
}
.__attraction .sec-floor figure img {
  max-width: 100%;
  height: auto;
}
.__attraction .sec-floor figure figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .__attraction .sec-floor figure figcaption {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
#floormap{
	padding-top: 90px;
	margin-top: -90px;
}
@media screen and (max-width: 767px) {
  #floormap{
	padding-top: 250px;
	margin-top: -250px;
}
}
.__attraction .sec-floormap {
  background: #ebf9f8;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .__attraction .sec-floormap {
    background: #ebf9f8;
    padding: 50px 15px;
  }
}
.__attraction .sec-floormap .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  justify-content: flex-start;
}
.__attraction .sec-floormap .list li {
  width: 23.5%;
  min-height: 73px;
  background: white;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .__attraction .sec-floormap .list li {
    width: 23.5%;
    min-height: inherit;
  }
}
@media (max-width: 920px) {
  .__attraction .sec-floormap .list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .__attraction .sec-floormap .list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}
.__attraction .sec-floormap .list li:nth-child(4n) {
  margin-right: 0;
}
.__attraction .sec-floormap .list li .ico {
  background: #60c1bc;
  margin-right: 18px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 920px) {
  .__attraction .sec-floormap .list li:nth-child(3n) {
    margin-right: 0;
  }
  .__attraction .sec-floormap .list li:nth-child(4n) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .__attraction .sec-floormap .list li .ico {
    margin-right: 10px;
    width: 65px;
  }
  .__attraction .sec-floormap .list li .ico img {
    max-width: 100%;
    height: auto;
  }
  .__attraction .sec-floormap .list li:nth-child(2n) {
    margin-right: 0;
  }
  .__attraction .sec-floormap .list li:nth-child(3), .__attraction .sec-floormap .list li:nth-child(9), .__attraction .sec-floormap .list li:nth-child(15) {
    margin-right: 4%;
  }
  .__attraction .sec-floormap .list li:nth-child(4) {
    margin-right: 0;
  }
  .__attraction .sec-floormap .list li:nth-child(6), .__attraction .sec-floormap .list li:nth-child(12) {
    margin-right: 0;
  }
}
.__attraction .sec-floormap .list li p {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .__attraction .sec-floormap .list li p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 640px) {
  .__attraction .sec-floormap .list li p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.__attraction .sec-play1 {
  background: url(../img/floormap/bg-g.jpg);
  background-size: 90px;
  padding: 70px 0;
}
.__attraction .sec-play2 {
  padding: 70px 0;
  background: #ebf9f8;
}
@media screen and (max-width: 1024px) {
  .__attraction .sec-play1 {
    padding: 50px 0;
  }
  .__attraction .sec-play2 {
    padding: 50px 0;
  }
}
.__attraction .base-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .__attraction .base-list {
    padding: 0 15px;
  }
}
.__attraction .base-list li {
  width: 48%;
  margin-bottom: 4%;
  background: white;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__attraction .base-list li {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.__attraction .base-list li .thumb img {
  width: 100%;
  height: auto;
}
.__attraction .base-list li .inner {
  padding: 30px 30px 90px;
}
@media screen and (max-width: 1024px) {
  .__attraction .base-list li .inner {
    padding: 20px 20px 80px;
  }
}
@media (max-width: 767px) {
  .__attraction .base-list li .inner {
    padding: 10px 10px 65px;
  }
}
.__attraction .base-list li .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .__attraction .base-list li .inner h3 {
    font-size: 18px;
  }
}
.__attraction .base-list li .inner p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__attraction .base-list li .inner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767767px) {
  .__attraction .base-list li .inner p {
    line-height: 1.5;
  }
}
.__attraction .base-list li .inner .tag-area {
  display: flex;
  flex-wrap: wrap;
}
.__attraction .base-list li .inner .tag-area a,
.__attraction .base-list li .inner .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .__attraction .base-list li .inner .tag-area a,
  .__attraction .base-list li .inner .tag-area span {
    font-size: 12px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.__attraction .base-list li .inner .base-btn-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .__attraction .base-list li .inner .base-btn-light {
    width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__attraction .base-list li .inner .base-btn-light {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .__attraction .base-list li .inner .base-btn-light {
    padding-right: 10px;
    margin-top: 15px;
  }
  .__attraction .base-list li .inner .base-btn-light::after {
    right: 10px;
  }
}
.__attraction-detail .sec {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec {
    padding: 40px 0;
    box-shadow: 0px 4px 6px 0.7px rgba(0, 0, 0, 0.15);
  }
}
.__attraction-detail .sec .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec .inner {
    padding: 0 15px;
  }
}
.__attraction-detail .sec h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.__attraction-detail .sec h2 + p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec h2 + p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.__attraction-detail .sec .shop-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec .shop-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.__attraction-detail .sec .shop-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec .shop-area {
    margin-bottom: 20px;
  }
}
.__attraction-detail .sec .shop-area span {
  background: #fdf0db;
  display: block;
  padding: 10px 25px;
  line-height: 1;
  font-size: 14px;
  margin: 0 7px 14px;
}
@media screen and (max-width: 1024px) {
  .__attraction-detail .sec .shop-area span {
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 3px 6px;
  }
}
.__attraction-detail .sec .att-txt {
  font-size: 14px;
  margin-top: 15px;
}
.__attraction-detail .sec .ttl {
  color: #60c1bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 35px 0 15px;
}
@media (max-width: 767px) {
  .__attraction-detail .sec .ttl {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.__attraction-detail .sec .ttl + p {
  font-size: 16px;
  padding: 0 75px;
}
@media (max-width: 768px) {
  .__attraction-detail .sec .ttl + p {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .__attraction-detail .sec .ttl + p {
    padding: 0;
    margin-top: 10px;
  }
}
.__attraction-detail .sec .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .__attraction-detail .sec .tag-area {
    margin: 20px 0;
    justify-content: flex-start;
  }
}
.__attraction-detail .sec .tag-area a, .__attraction-detail .sec .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin: 0 7px 14px;
}
@media (max-width: 767px) {
  .__attraction-detail .sec .tag-area a, .__attraction-detail .sec .tag-area span {
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 8px;
  }
}
.floormap-popup .sec {
  padding: 70px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec {
    padding: 40px 0;
  }
}
.floormap-popup .sec .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec .inner {
    padding: 0 15px;
  }
}
.floormap-popup .sec h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.floormap-popup .sec h2 + p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec h2 + p {
    margin-bottom: 20px;
  }
}
.floormap-popup .sec .shop-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec .shop-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.floormap-popup .sec .shop-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec .shop-area {
    margin-bottom: 20px;
  }
}
.floormap-popup .sec .shop-area span {
  background: #fdf0db;
  display: block;
  padding: 10px 25px;
  line-height: 1;
  font-size: 14px;
  margin: 0 7px 14px;
}
@media screen and (max-width: 1024px) {
  .floormap-popup .sec .shop-area span {
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 3px 6px;
  }
}
.floormap-popup .sec .att-txt {
  font-size: 14px;
  margin-top: 15px;
}
.floormap-popup .sec .ttl {
  color: #60c1bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .floormap-popup .sec .ttl {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.floormap-popup .sec .ttl + p {
  font-size: 16px;
  padding: 0 75px;
}
@media (max-width: 767px) {
  .floormap-popup .sec .ttl + p {
    padding: 0;
    margin-top: 10px;
  }
}
.floormap-popup .sec .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .floormap-popup .sec .tag-area {
    margin: 20px 0;
    justify-content: flex-start;
  }
}
.floormap-popup .sec .tag-area a, .floormap-popup .sec .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin: 0 7px 14px;
}
@media (max-width: 767px) {
  .floormap-popup .sec .tag-area a, .floormap-popup .sec .tag-area span {
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 8px;
  }
}
.__gourmet .pdf-area {
  background: #f4f4f4;
  padding: 40px 0;
  line-height: 1;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .__gourmet .pdf-area {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.__gourmet .pdf-area .com-more {
  margin-top: 0;
  margin-bottom: 0;
}
.__gourmet .sec {
  padding: 70px 0;
  /*border-bottom: 1px solid #e5e5e5;*/
}
@media screen and (max-width: 1024px) {
  .__gourmet .sec {
    padding: 40px 0;
    border: 0;
  }
}
.__gourmet .sec .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 100px auto;
}
@media screen and (max-width: 1024px) {
  .__gourmet .sec .list {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .__gourmet .sec .list {
    margin: 70px auto;
    display: block;
    padding: 0 15px;
  }
}
.__gourmet .sec .list li {
  width: 48%;
  margin-bottom: 4%;
}
@media (max-width: 767px) {
  .__gourmet .sec .list li {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
.__gourmet .sec .list li h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .__gourmet .sec .list li h3 {
    font-size: 21px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .__gourmet .sec .list li .thumb {
    width: 100%;
    flex-shrink: 0;
  }
}
.__gourmet .sec .list li .thumb img {
  max-width: 100%;
  height: auto;
}
.__gourmet .sec .list li .txt-area {
  background: #fdf0db;
  padding: 30px;
}
@media (max-width: 768px) {
  .__gourmet .sec .list li .txt-area {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .__gourmet .sec .list li .txt-area {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }
}
.__gourmet .sec .list li .txt-area h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .8em;
}
@media (max-width: 767px) {
  .__gourmet .sec .list li .txt-area h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
.__gourmet .sec .list li .txt-area h4 + p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .__gourmet .sec .list li .txt-area h4 + p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.__gourmet .sec .column1-slide {
  margin-top: 30px;
}
.__gourmet .sec .cap-txt {
  text-align: center;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .__gourmet .sec .column1-slide {
    margin-top: 20px;
  }
  .__gourmet .sec .cap-txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.__system .sec {
  padding: 70px 0 20px;
  /*margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;*/
}
@media screen and (max-width: 1024px) {
  .__system .sec {
    padding: 40px 0 20px;
    border: 0;
    box-shadow: 0px 4px 6px 0.7px rgba(0, 0, 0, 0.15);
  }
}
.__system .sec .member-area .top-txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .member-area .top-txt {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.__system .sec .member-area .top-txt span {
  margin-right: 10px;
}
.__system .sec .member-area .base-btn-light {
  width: 275px;
}
.__system .sec .member-area .inner {
  max-width: 950px;
  margin: 0 auto;
}
.__system .sec .member-area table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 45px;
}
.__system .sec .member-area table th {
  background: #60c1bc;
  vertical-align: middle;
  padding: 20px 30px;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px solid #60c1bc;
}
@media screen and (max-width: 1024px) {
  .__system .sec .member-area table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
  }
}
.__system .sec .member-area table td {
  vertical-align: middle;
  padding: 20px 30px;
  color: white;
  font-size: 18px;
  background: white;
  border: 1px solid #60c1bc;
  color: #222;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .member-area table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
  }
}
.__system .sec .member-area table td span {
  font-size: 24px;
  color: #60c1bc;
}
.__system .sec .member-area .att-txt {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}
.__system .sec .member-area .att-txt + .att-txt {
  margin-top: 0;
}
.__system .sec .price-area .inner {
  max-width: 950px;
  margin: auto;
}
.__system .sec .price-area .inner .top-txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 35px;
}
.__system .sec .price-area .inner .top-txt span.under {
  background: linear-gradient(transparent 70%, #facb73 70%);
}
@media screen and (max-width: 1024px) {
  .__system .sec .member-area .att-txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .__system .sec .price-area .inner .top-txt {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.__system .sec .price-area .inner .free-txt {
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 60px;
  border: 1px solid #60c1bc;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .free-txt {
    margin-bottom: 40px;
  }
}
.__system .sec .price-area .inner .free-txt p {
  font-size: 24px;
  font-weight: bold;
  color: #60c1bc;
  position: relative;
  padding-left: 40px;
}
.__system .sec .price-area .inner .free-txt p:before {
  top: -5px;
  margin-left: -85px;
  content: "";
  background-image: url("../img/root_top/sec5/ttl-ico@2x.png");
  background-size: 68px 68px;
  width: 68px;
  height: 68px;
  position: absolute;
  display: block;
}
@media screen and (max-width: 640px) {
  .__system .sec .price-area .inner .free-txt {
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
    border-radius: 25px;
  }
  .__system .sec .price-area .inner .free-txt p {
    font-size: 18px;
    padding-left: 20px;
  }
  .__system .sec .price-area .inner .free-txt p:before {
    top: -2px;
    margin-left: -75px;
    background-image: url(../img/root_top/sec5/ttl-ico@2x.png);
    background-size: 55px 55px;
    width: 55px;
    height: 55px;
  }
}
.__system .sec .price-area .inner .s-ttl {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .s-ttl {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.4;
  }
}
.__system .sec .price-area .inner .s-ttl + p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .s-ttl + p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.__system .sec .price-area .inner .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.__system .sec .price-area .inner .tbl th {
  background: #ebf9f8;
  border: 1px solid #bbbbbb;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.__system .sec .price-area .inner .tbl th:first-child {
  width: 470px;
}
.__system .sec .price-area .inner .tbl th span {
  color: #fff;
  background-color: #60c1bc;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 18px;
}
.__system .sec .price-area .inner .tbl td {
  text-align: right;
  padding: 20px;
  font-weight: bold;
  border: 1px solid #bbbbbb;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 16px;
}
.__system .sec .price-area .inner .tbl td div {
  display: flex;
  align-items: flex-end;
}
.__system .sec .price-area .inner .tbl td div + div {
  margin-top: 10px;
}
.__system .sec .price-area .inner .tbl td span {
  color: #60c1bc;
  font-size: 22px;
  display: inline-block;
}
.__system .sec .price-area .inner .tbl td span.cate {
  color: #222;
  font-size: 16px;
  width: 100px;
  display: inline-block;
  text-align: left;
  margin-right: auto;
}
.__system .sec .price-area .inner .tbl td small {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
}
.__system .sec .price-area .inner .tbl .first th {
  text-align: center;
}
.__system .sec .price-area .inner .price-list + .price-list {
  margin-top: 20px;
}
.__system .sec .price-area .inner .price-list dt {
  font-size: 20px;
  color: white;
  font-weight: bold;
  background: #60c1bc;
  padding: 15px 10px;
  line-height: 1;
  border: 1px solid #bbb;
  border-bottom: 0;
}
.__system .sec .price-area .inner .price-list dt small {
  font-size: 80%;
}
.__system .sec .price-area .inner .price-list dd table {
  width: 100%;
  border-collapse: collapse;
}
.__system .sec .price-area .inner .price-list dd table th {
  border: 1px solid #bbb;
}
.__system .sec .price-area .inner .price-list dd table th .row {
  display: flex;
}
.__system .sec .price-area .inner .price-list dd table th .row .cate {
  background: #ebf9f8;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  width: 30%;
}
.__system .sec .price-area .inner .price-list dd table th .row .price {
  padding: 15px 10px;
  box-sizing: border-box;
  width: calc(100% - 30%);
}
.__system .sec .price-area .inner .price-list dd table th .row .price .num {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 12px;
  line-height: 1;
}
.__system .sec .price-area .inner .price-list dd table th .row .price .num + .num {
  margin-top: 10px;
}
.__system .sec .price-area .inner .price-list dd table th .row .price .num p {
  margin-right: auto;
  font-size: 10px;
}
.__system .sec .price-area .inner .price-list dd table th .row .price .num span {
  font-size: 20px;
  font-weight: bold;
  color: #60c1bc;
  margin-right: 2px;
  position: relative;
  bottom: -2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .__system .sec .price-area .inner .price-list dd table th .row .price .num span {
    font-size: 4.5vw;
  }
}
.__system .sec .price-area .inner .price-list dd table td {
  border: 1px solid #bbb;
  background: white;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
.__system .sec .price-area .inner .att-txt {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .price-list dd table th .row .cate {
    font-size: 18px;
  }
  .__system .sec .price-area .inner .att-txt {
    font-size: 14px;
    margin-top: 20px;
  }
  .__system .sec .price-area .inner .price-list dd table th .row .price .num p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .__system .sec .price-area .inner .price-list dd table th .row .cate {
    font-size: 14px;
  }
  .__system .sec .price-area .inner .att-txt {
    font-size: 14px;
    margin-top: 20px;
  }
  .__system .sec .price-area .inner .price-list dd table th .row .price .num p {
    font-size: 10px;
  }
}
.__system .sec .price-area .inner .att-txt + .att-txt {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .att-txt {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.__system .sec .price-area .inner .att-txt + .s-ttl {
  margin-top: 90px;
}
.__system .sec .price-area .inner .sp-hr {
  display: none;
}
.__system .sec .price-area .inner .sp-hr {
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1000px;
  background: #bbb;
  margin: 70px auto 40px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .sp-hr {
    margin: 40px auto;
  }
}
.__system .sec .price-area .inner .ex-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .ex-list {
    display: block;
  }
}
.__system .sec .price-area .inner .ex-list li {
  width: 32%;
  margin: 0;
  border: 1px solid #60c1bc;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .ex-list li {
    width: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0;
  }
  .__system .sec .price-area .inner .ex-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.__system .sec .price-area .inner .ex-list li h4 {
  background-image: url(../img/common/btn-r@2x_g.jpg);
  background-size: 350px 150px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 18px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.__system .sec .price-area .inner .ex-list li h4 span {
  background-color: #fff;
  color: #60c1bc;
  padding: 0 7px;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .ex-list li h4 {
    /*background: #60c1bc;*/
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: auto;
  }
  .__system .sec .price-area .inner .ex-list li h4 span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .__system .sec .price-area .inner .ex-list li h4 {
    width: 30%;
    font-size: 3.5vw;
  }
  .__system .sec .price-area .inner .ex-list li h4 span {
    padding: 4px 6px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 1;
  }
}
.__system .sec .price-area .inner .ex-list li p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 65px;
  color: #60c1bc;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .ex-list li p {
    width: 75%;
    font-size: 18px;
    text-align: left;
    justify-content: flex-start;
    padding: 0 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .__system .sec .price-area .inner .ex-list li p {
    width: 70%;
    font-size: 4vw;
    padding: 0 10px;
    min-height: 55px;
  }
}
.__system .sec .price-area .inner .free-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.__system .sec .price-area .inner .free-list li {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #60c1bc;
}
.__system .sec .price-area .inner .free-list li h4 {
  background-image: url(../img/common/btn-r@2x_g.jpg);
  background-size: 350px 150px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 20px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
}
.__system .sec .price-area .inner .free-list li h4 span {
  position: relative;
  padding-left: 40px;
}
.__system .sec .price-area .inner .free-list li h4 span::before {
  content: "";
  position: absolute;
  background-image: url(../img/system/ico2.png);
  background-size: 46px 37px;
  background-repeat: no-repeat;
  width: 46px;
  height: 37px;
  display: block;
  left: -15px;
  top: -18px;
}
.__system .sec .price-area .inner .free-list li p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  color: #60c1bc;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.__system .sec .price-area .inner .repeat-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.__system .sec .price-area .inner .repeat-list li {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #60c1bc;
}
.__system .sec .price-area .inner .repeat-list li h4 {
  background-image: url(../img/common/btn-r@2x_g.jpg);
  background-size: 350px 150px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 20px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
}
.__system .sec .price-area .inner .repeat-list li h4 span {
  position: relative;
  padding-left: 40px;
}
.__system .sec .price-area .inner .repeat-list li h4 span::before {
  content: "";
  position: absolute;
  background-image: url(../img/system/ico3.png);
  background-size: 46px 40px;
  background-repeat: no-repeat;
  width: 46px;
  height: 40px;
  display: block;
  left: -15px;
  top: -21px;
}
.__system .sec .price-area .inner .repeat-list li p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  color: #60c1bc;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.__system .sec .price-area .inner .txt {
  color: #60c1bc;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: -10px 0 30px;
  letter-spacing: 1px;
}
.__system .sec .price-area .inner .txt span {
  border: 1px solid #60c1bc;
  padding: 8px 20px;
  line-height: 50px;
  font-size: 16px;
}
.__system .sec .price-area .inner .txt {
  color: #60c1bc;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: -10px 0 30px;
  letter-spacing: 1px;
}
.__system .sec .price-area .inner .txt span {
  border: 1px solid #60c1bc;
  padding: 8px 20px;
  line-height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__system .sec .price-area .inner .txt {
    font-size: 18px;
    line-height: 1.5;
  }
}
.__review .sec-review {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__review .sec-review {
    padding: 40px 0 0;
  }
}
.__review .sec-review1 {
  background: url(../img/review/bg-r@2x.jpg);
  background-size: 180px 90px;
  padding: 70px 0;
}
.__review .sec-review2 {
  padding: 70px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .__review .sec-review1 {
    padding: 50px 0;
  }
  .__review .sec-review2 {
    padding: 50px 0;
  }
}
.__review .base-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .__review .base-list {
    padding: 0 15px;
  }
}
.__review .base-list li {
  width: 48%;
  margin-bottom: 4%;
  background: white;
  position: relative;
}
.__review .sec-review2 .base-list li {
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__review .base-list li {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.__review .base-list li .thumb img {
  width: 100%;
  height: auto;
}
.__review .base-list li .inner {
  padding: 30px 30px 90px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .__review .base-list li .inner {
    padding: 20px 20px 80px;
  }
}
@media (max-width: 767px) {
  .__review .base-list li .inner {
    padding: 10px 10px 65px;
  }
}
.__review .base-list li .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .__review .base-list li .inner h3 {
    font-size: 18px;
  }
}
.__review .base-list li .inner p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__review .base-list li .inner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__review .base-list li .inner p {
    line-height: 1.5;
  }
}
.__review .base-list li .inner .tag-area {
  display: flex;
  flex-wrap: wrap;
}
.__review .base-list li .inner .tag-area a,
.__review .base-list li .inner .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .__review .base-list li .inner .tag-area a,
  .__review .base-list li .inner .tag-area span {
    font-size: 12px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.__review .base-list li .inner .base-btn-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .__review .base-list li .inner .base-btn-light {
    width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__review .base-list li .inner .base-btn-light {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .__review .base-list li .inner .base-btn-light {
    padding-right: 10px;
    margin-top: 15px;
  }
  .__review .base-list li .inner .base-btn-light::after {
    right: 10px;
  }
}
.__review .sec-review2.sec {
  padding: 40px 0 70px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .__review .sec-review2.sec {
    padding: 20px 0 50px;
    margin-bottom: 10px;
  }
}
.__review-detail .sec {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__review-detail .sec {
    padding: 40px 0;
    box-shadow: 0px 4px 6px 0.7px rgba(0, 0, 0, 0.15);
  }
}
.__review-detail .sec .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .__review-detail .sec .inner {
    padding: 0 15px;
  }
}
.__review-detail .sec h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__review-detail .sec h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.__review-detail .sec .ttl {
  color: #60c1bc;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  margin: 35px 0 15px;
}
@media (max-width: 767px) {
  .__review-detail .sec .ttl {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.__review-detail .sec .ttl + p {
  font-size: 16px;
  padding: 0;
}
@media (max-width: 767px) {
  .__review-detail .sec .ttl + p {
    padding: 0;
    margin-top: 10px;
  }
}
.__review-detail .sec .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .__review-detail .sec .tag-area {
    margin: 20px 0;
  }
}
.__review-detail .sec .tag-area a, .__review-detail .sec .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin: 0 14px 14px 0;
}
@media (max-width: 767px) {
  .__review-detail .sec .tag-area a, .__review-detail .sec .tag-area span {
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 8px;
  }
}
.__fun .sec-4 .inner {
  padding: 70px 0 !important;
}
@media screen and (max-width: 1024px) {
  .__fun .sec-4 .inner {
    padding: 40px 15px !important;
  }
}
.__fun .sec-fun {
  padding: 0px 0 70px !important;
  margin-top: 0 !important;
  padding-bottom: calc(70px - 4%);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__fun .sec-fun {
    padding: 40px 0 0;
  }
}
.__root .sec-fun1 {
  padding: 0;
}
.__fun .base-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .__fun .base-list {
    padding: 0 15px;
  }
}
.__fun .base-list li {
  width: 48%;
  margin-bottom: 4%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__fun .base-list li {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.__fun .base-list li .thumb img {
  width: 100%;
  height: auto;
}
.__fun .base-list li .inner {
  padding: 30px 30px 90px !important;
  text-align: left;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .__fun .base-list li .inner {
    padding: 20px 20px 80px;
  }
}
@media (max-width: 767px) {
  .__fun .base-list li .inner {
    padding: 10px 10px 65px !important;
  }
}
.__fun .base-list li .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .__fun .base-list li .inner h3 {
    font-size: 18px;
  }
}
.__fun .base-list li .inner p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__fun .base-list li .inner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__fun .base-list li .inner p {
    line-height: 1.5;
  }
}
.__fun .base-list li .inner .tag-area {
  display: flex;
  flex-wrap: wrap;
}
.__fun .base-list li .inner .tag-area a,
.__fun .base-list li .inner .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .__fun .base-list li .inner .tag-area a,
  .__fun .base-list li .inner .tag-area span {
    font-size: 12px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.__fun .base-list li .inner .base-btn-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .__fun .base-list li .inner .base-btn-light {
    width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .__fun .base-list li .inner .base-btn-light {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .__fun .base-list li .inner .base-btn-light {
    padding-right: 10px;
    margin-top: 15px;
  }
  .__fun .base-list li .inner .base-btn-light::after {
    right: 10px;
  }
}
.__fun-detail .sec {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec {
    padding: 40px 0;
    box-shadow: 0px 4px 6px 0.7px rgba(0, 0, 0, 0.15);
  }
}
.__fun-detail .sec .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec .inner {
    padding: 0 15px;
  }
}
.__fun-detail .sec h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.__fun-detail .sec h2 + p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec h2 + p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.__fun-detail .sec .shop-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec .shop-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.__fun-detail .sec .shop-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec .shop-area {
    margin-bottom: 20px;
  }
}
.__fun-detail .sec .shop-area span {
  background: #fdf0db;
  display: block;
  padding: 10px 25px;
  line-height: 1;
  font-size: 14px;
  margin: 0 7px 14px;
}
@media screen and (max-width: 1024px) {
  .__fun-detail .sec .shop-area span {
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 3px 6px;
  }
}
.__fun-detail .sec .att-txt {
  font-size: 14px;
  margin-top: 15px;
}
.__fun-detail .sec .ttl {
  color: #60c1bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 35px 0 15px;
}
@media (max-width: 767px) {
  .__fun-detail .sec .ttl {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.__fun-detail .sec .ttl + p {
  font-size: 16px;
  padding: 0 75px;
}
@media (max-width: 768px) {
  .__fun-detail .sec .ttl + p {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .__fun-detail .sec .ttl + p {
    padding: 0;
    margin-top: 10px;
  }
}
.__fun-detail .sec .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .__fun-detail .sec .tag-area {
    margin: 20px 0;
    justify-content: flex-start;
  }
}
.__fun-detail .sec .tag-area a, .__fun-detail .sec .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin: 0 7px 14px;
}
@media (max-width: 767px) {
  .__fun-detail .sec .tag-area a, .__fun-detail .sec .tag-area span {
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 8px;
  }
}
.__fun-detail .fun-detail-ttl {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.__fun-detail .fun-detail-ttl span {
  background-color: #60c1bc;
  margin: 0 auto;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 6px 40px 8px 70px;
  border-radius: 25px;
  font-size: 24px;
  margin: 0 auto;
}
.__fun-detail .fun-detail-ttl.tab01_ttl:before {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -55px;
  content: "";
  background-image: url("../img/root_top/sec4/ico-1@2x.png");
  background-size: 28px 30px;
  width: 28px;
  height: 30px;
  display: block;
}
.__fun-detail .fun-detail-ttl.tab02_ttl:before {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -55px;
  content: "";
  background-image: url("../img/root_top/sec4/ico-2@2x.png");
  background-size: 26px 30px;
  width: 26px;
  height: 30px;
  display: block;
}
.__fun-detail .fun-detail-ttl.tab03_ttl:before {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -65px;
  content: "";
  background-image: url("../img/root_top/sec4/ico-3@2x.png");
  background-size: 30px 21px;
  width: 30px;
  height: 21px;
  display: block;
}
.__fun-detail .fun-detail-ttl.tab04_ttl:before {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -57px;
  content: "";
  background-image: url("../img/root_top/sec4/ico-4@2x.png");
  background-size: 27px 30px;
  width: 27px;
  height: 30px;
  display: block;
}
.__fun-detail .fun-detail-ttl.tab05_ttl:before {
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -67px;
  content: "";
  background-image: url("../img/root_top/sec4/ico-5@2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  display: block;
}
@media (max-width: 768px) {
  .__fun-detail .fun-detail-ttl {
    margin-bottom: 10px;
  }
  .__fun-detail .fun-detail-ttl.tab01_ttl:before {
    top: 7px;
  }
  .__fun-detail .fun-detail-ttl.tab02_ttl:before {
    top: 8px;
  }
  .__fun-detail .fun-detail-ttl.tab03_ttl:before {
    top: 12px;
  }
  .__fun-detail .fun-detail-ttl.tab04_ttl:before {
    top: 8px;
  }
  .__fun-detail .fun-detail-ttl.tab05_ttl:before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .__fun-detail .fun-detail-ttl span {
    padding: 5px 30px 7px 60px;
    font-size: 18px;
  }
  .__fun-detail .fun-detail-ttl.tab01_ttl:before {
    top: 5px;
    margin-left: -45px;
    content: "";
    background-image: url("../img/root_top/sec4/ico-1@2x.png");
    background-size: 24px 25px;
    width: 24px;
    height: 25px;
  }
  .__fun-detail .fun-detail-ttl.tab02_ttl:before {
    top: 7px;
    margin-left: -43px;
    content: "";
    background-image: url("../img/root_top/sec4/ico-2@2x.png");
    background-size: 22px 25px;
    width: 22px;
    height: 25px;
  }
  .__fun-detail .fun-detail-ttl.tab03_ttl:before {
    top: 10px;
    margin-left: -50px;
    content: "";
    background-image: url("../img/root_top/sec4/ico-3@2x.png");
    background-size: 26px 18px;
    width: 26px;
    height: 18px;
  }
  .__fun-detail .fun-detail-ttl.tab04_ttl:before {
    top: 6px;
    margin-left: -45px;
    content: "";
    background-image: url("../img/root_top/sec4/ico-4@2x.png");
    background-size: 23px 25px;
    width: 23px;
    height: 25px;
  }
  .__fun-detail .fun-detail-ttl.tab05_ttl:before {
    top: 7px;
    margin-left: -52px;
    content: "";
    background-image: url("../img/root_top/sec4/ico-5@2x.png");
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
  }
}
.sec-fun .tab_area {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.sec-fun .tab_area #play {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.sec-fun .tab_area li {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sec-fun .tab_area li {
    font-size: 18px;
    padding: 15px 0;
  }
  .sec-fun .tab_area li#play {
    padding: 15px 0 !important;
  }
}
.sec-fun .tab_area li.select {
  background: white;
  color: #60c1bc;
  box-shadow: 0 0 0 5px white;
  border-radius: 2px;
  border: 0;
}
.sec-fun .tab_area li.select::after {
  background-image: url(../img/ico-arrow-green-r@2x.png);
  transform: rotate(90deg);
}
.sec-fun .tab_area li.select i.ico1 {
  background-image: url(../img/root_top//sec4/ico-1-on@2x_g.png);
}
.sec-fun .tab_area li.select i.ico2 {
  background-image: url(../img/root_top//sec4/ico-2-on@2x_g.png);
}
.sec-fun .tab_area li.select i.ico3 {
  background-image: url(../img/root_top//sec4/ico-3-on@2x_g.png);
}
.sec-fun .tab_area li.select i.ico4 {
  background-image: url(../img/root_top//sec4/ico-4-on@2x_g.png);
}
.sec-fun .tab_area li.select i.ico5 {
  background-image: url(../img/root_top//sec4/ico-5-on@2x_g.png);
}
.sec-fun .tab_area .body-copy {
  color: white;
}
.sec-fun .content_area {
  width: 100vw;
  margin-top: 0 !important;
  margin: 0 calc(50% - 50vw);
  padding-top: 100px !important;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec-fun .content_area {
    /*	
padding-top: 30px !important;	padding-top: 30px !important;
margin-top: 0;	}
*/	
padding-top: 148px !important;	
margin-top: -128px !important;
  }
}
.__howtoplay .sec-5 .inner {
  padding: 70px 0 !important;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .sec-5 .inner {
    padding: 40px 15px !important;
  }
}
.__howtoplay .sec-howtoplay {
  padding: 0 0 70px !important;
  margin-top: 0 !important;
  padding-bottom: calc(70px - 4%);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .sec-howtoplay {
    padding: 40px 0 0;
  }
}
.__root .sec-howtoplay1 {
  padding: 0;
}
.__howtoplay .base-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .base-list {
    padding: 0 15px;
  }
}
.__howtoplay .base-list li {
  width: 48%;
  margin-bottom: 4%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .base-list li {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.__howtoplay .base-list li .thumb img {
  width: 100%;
  height: auto;
}
.__howtoplay .base-list li .inner {
  padding: 30px 30px 90px !important;
  text-align: left;
  background-color: #fff !important;
  background-image: none !important;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .base-list li .inner {
    padding: 20px 20px 80px;
  }
}
@media (max-width: 767px) {
  .__howtoplay .base-list li .inner {
    padding: 10px 10px 65px !important;
  }
}
.__howtoplay .base-list li .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .__howtoplay .base-list li .inner h3 {
    font-size: 18px;
  }
}
.__howtoplay .base-list li .inner p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .base-list li .inner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__howtoplay .base-list li .inner p {
    line-height: 1.5;
  }
}
.__howtoplay .base-list li .inner .tag-area {
  display: flex;
  flex-wrap: wrap;
}
.__howtoplay .base-list li .inner .tag-area a,
.__howtoplay .base-list li .inner .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .__howtoplay .base-list li .inner .tag-area a,
  .__howtoplay .base-list li .inner .tag-area span {
    font-size: 12px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.__howtoplay .base-list li .inner .base-btn-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .__howtoplay .base-list li .inner .base-btn-light {
    width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .__howtoplay .base-list li .inner .base-btn-light {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .__howtoplay .base-list li .inner .base-btn-light {
    padding-right: 10px;
    margin-top: 15px;
  }
  .__howtoplay .base-list li .inner .base-btn-light::after {
    right: 10px;
  }
}
.__howtoplay-detail .sec {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec {
    padding: 40px 0;
    box-shadow: 0px 4px 6px 0.7px rgba(0, 0, 0, 0.15);
  }
}
.__howtoplay-detail .sec .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec .inner {
    padding: 0 15px;
  }
}
.__howtoplay-detail .sec h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.__howtoplay-detail .sec h2 + p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec h2 + p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.__howtoplay-detail .sec .shop-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec .shop-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.__howtoplay-detail .sec .shop-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec .shop-area {
    margin-bottom: 20px;
  }
}
.__howtoplay-detail .sec .shop-area span {
  background: #fdf0db;
  display: block;
  padding: 10px 25px;
  line-height: 1;
  font-size: 14px;
  margin: 0 7px 14px;
}
@media screen and (max-width: 1024px) {
  .__howtoplay-detail .sec .shop-area span {
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 3px 6px;
  }
}
.__howtoplay-detail .sec .att-txt {
  font-size: 14px;
  margin-top: 15px;
}
.__howtoplay-detail .sec .ttl {
  color: #60c1bc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 35px 0 15px;
}
@media (max-width: 767px) {
  .__howtoplay-detail .sec .ttl {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.__howtoplay-detail .sec .ttl + p {
  font-size: 16px;
  padding: 0 75px;
}
@media (max-width: 768px) {
  .__howtoplay-detail .sec .ttl + p {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .__howtoplay-detail .sec .ttl + p {
    padding: 0;
    margin-top: 10px;
  }
}
.__howtoplay-detail .sec .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .__howtoplay-detail .sec .tag-area {
    margin: 20px 0;
    justify-content: flex-start;
  }
}
.__howtoplay-detail .sec .tag-area a, .__howtoplay-detail .sec .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin: 0 7px 14px;
}
@media (max-width: 767px) {
  .__howtoplay-detail .sec .tag-area a, .__howtoplay-detail .sec .tag-area span {
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 8px;
  }
}
.__howtoplay-detail .howtoplay-detail-ttl {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.__howtoplay-detail .howtoplay-detail-ttl span {
  background-color: #60c1bc;
  margin: 0 auto;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 6px 40px 8px;
  border-radius: 25px;
  font-size: 24px;
  margin: 0 auto;
}
.__howtoplay-detail .howtoplay-detail-ttl.tab02_ttl span {
  background-color: #ebf9f8;
}
.__howtoplay-detail .howtoplay-detail-ttl.tab03_ttl span {
  background-color: #80d4db;
}
.__howtoplay-detail .howtoplay-detail-ttl.tab04_ttl span {
  background-color: #facd89;
  padding: 6px 60px 8px;
}
@media (max-width: 768px) {
  .__howtoplay-detail .howtoplay-detail-ttl {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .__howtoplay-detail .howtoplay-detail-ttl span {
    padding: 5px 30px 7px;
    font-size: 18px;
  }
  .__howtoplay-detail .howtoplay-detail-ttl.tab04_ttl span {
    padding: 5px 40px 7px;
  }
}
/*タブ*/
.sec-howtoplay .tab_area {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.sec-howtoplay .tab_area li {
  cursor: pointer;
}
.sec-howtoplay .tab_area li.select {
  box-shadow: 0 0 0 2px #60c1bc;
  border-radius: 2px;
  border: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #60c1bc;
}
.sec-howtoplay .tab_area li:nth-child(1).select {
  box-shadow: 0 0 0 2px #fd485b;
  border-radius: 2px;
  border: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #fd485b;
}
.sec-howtoplay .tab_area li:nth-child(1).select:after {
  background-image: url(../img/root_top//sec5/arrow1@2x.png);
}
.sec-howtoplay .tab_area li:nth-child(2).select {
  box-shadow: 0 0 0 2px #feb396;
  background-color: #fff;
  color: #feb396;
}
.sec-howtoplay .tab_area li:nth-child(2).select:after {
  background-image: url(../img/root_top//sec5/arrow6@2x.png);
}
.sec-howtoplay .tab_area li:nth-child(3).select {
  box-shadow: 0 0 0 2px #80d4db;
  background-color: #fff;
  color: #80d4db;
}
.sec-howtoplay .tab_area li:nth-child(3).select:after {
  background-image: url(../img/root_top//sec5/arrow7@2x.png);
}
.sec-howtoplay .tab_area li:nth-child(4).select {
  box-shadow: 0 0 0 2px #facd89;
  background-color: #fff;
  color: #facd89;
}
.sec-howtoplay .tab_area li:nth-child(4).select:after {
  background-image: url(../img/root_top//sec5/arrow8@2x.png);
}
.sec-howtoplay .tab_area li:nth-child(1).select::after, .sec-howtoplay .tab_area li:nth-child(2).select::after, .sec-howtoplay .tab_area li:nth-child(3).select::after, .sec-howtoplay .tab_area li:nth-child(4).select::after {
  transform: rotate(90deg);
}
.sec-howtoplay .content_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec-howtoplay .content_area {
    padding-top: 30px;
  }
}
.sec-howtoplay .tab_item.pat4 img {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .sec-howtoplay .tab_item.pat4 img {
    width: 40px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec-howtoplay .tab_item.pat4 img {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .__event .site-base-title-area {
    margin-bottom: 30px;
  }
}
.__event .sec-event {
  padding: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__event .sec-event {
    padding: 40px 0 0;
  }
}
.__event .sec-event1 {
  padding: 70px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .__event .sec-event1 {
    padding: 50px 0;
  }
}
.__event .base-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .__event .base-list {
    padding: 0 15px;
  }
}
.__event .base-list li {
  width: 48%;
  margin-bottom: 4%;
  background: white;
  position: relative;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__event .base-list li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .__event .base-list li {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
}
.__event .base-list li .thumb img {
  width: 100%;
  height: auto;
}
.__event .base-list li .inner {
  padding: 30px 30px 90px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .__event .base-list li .inner {
    padding: 15px 15px 80px;
  }
}
@media (max-width: 767px) {
  .__event .base-list li .inner {
    padding: 10px 0 65px;
  }
}
.__event .base-list li .inner .event-date {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
.__event .base-list li .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .__event .base-list li .inner .event-date {
    font-size: 13px;
    margin: 5px 0 10px;
  }
  .__review .base-list li .inner h3 {
    font-size: 18px;
  }
}
.__event .base-list li .inner p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__event .base-list li .inner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__event .base-list li .inner p {
    line-height: 1.5;
  }
}
.__event .base-list li .inner .tag-area {
  display: flex;
  flex-wrap: wrap;
}
.__event .base-list li .inner .tag-area a,
.__event .base-list li .inner .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .__event .base-list li .inner .tag-area {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .__event .base-list li .inner .tag-area a,
  .__event .base-list li .inner .tag-area span {
    font-size: 12px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.__event .base-list li .inner .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 40px);
}
.__event .base-list li .inner .btn-area .base-btn-light {
  width: 250px;
  margin: 15px auto 0 !important;
}
.__event .base-btn-light, .__root.__event .sec-5 .tabs .body-copy .btn {
  margin: 0 auto !important;
}
.__event .base-list li .inner .btn-area .base-btn-light.pink {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .__event .base-list li .inner .btn-area {
    bottom: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .__event .base-list li .inner .btn-area {
    bottom: 15px;
    width: 100%;
  }
  .__event .base-list li .inner .btn-area .base-btn-light.pink {
    height: 48px;
    font-size: 16px;
  }
  .__event .base-list li .inner .btn-area .base-btn-light {
    height: 48px !important;
  }
}
@media screen and (max-width: 640px) {
  .__event .base-list li .inner {
    padding: 10px 0 85px;
  }
  .__event .base-list li .inner .btn-area {
    align-items: inherit;
    bottom: 25px;
  }
  .__event .base-list li .inner .btn-area .base-btn-light, .__event .base-list li .inner .btn-area .base-btn-light.pink {
    height: 55px;
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 1.2;
    text-align: center;
  }
  .__event .base-list li .inner .btn-area .base-btn-light {
    height: 48px !important;
  }
}
@media screen and (max-width: 1024px) {
  .__event .base-list li .inner .base-btn-light {
    width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .__event .base-list li .inner .base-btn-light {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .__event .base-list li .inner .base-btn-light {
    padding-right: 10px;
    margin-top: 15px;
  }
  .__event .base-list li .inner .base-btn-light::after {
    right: 10px;
  }
}
.__event .sec-event1.sec {
  padding: 0 0 70px;
  
  margin-top: -20px;
	/*margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;*/
}
.__event .sec-event1.sec .event_box {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.__event .sec-event1.sec .event_box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.__event .sec-event1.sec .com-title {
  margin: 10px auto 25px;
  letter-spacing: 1px;
}
.__event .sec-event1.sec .com-title span {
  font-size: 80%;
}
.__event .sec-event1.sec .com-title::after {
  margin: 10px auto 25px;
}
@media (max-width: 767px) {
  .__event .sec-event1.sec {
    padding: 0 0 50px;
    margin-bottom: 10px;
  }
}
.__event-detail .sec {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec {
    padding: 40px 0;
    box-shadow: 0px 4px 6px 0.7px rgba(0, 0, 0, 0.15);
  }
}
.__event-detail .sec .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec .inner {
    padding: 0 15px;
  }
}
.__event-detail .sec h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.__event-detail .sec h2 + p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec h2 + p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.__event-detail .sec .shop-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec .shop-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.__event-detail .sec .shop-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec .shop-area {
    margin-bottom: 20px;
  }
}
.__event-detail .sec .shop-area span {
  background: #fdf0db;
  display: block;
  padding: 10px 25px;
  line-height: 1;
  font-size: 14px;
  margin: 0 7px 14px;
}
@media screen and (max-width: 1024px) {
  .__event-detail .sec .shop-area span {
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 3px 6px;
  }
}
.__event-detail .sec .att-txt {
  font-size: 14px;
  margin-top: 15px;
}
.__event-detail .sec .ttl {
  color: #60c1bc;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  margin: 35px 0 15px;
}
@media (max-width: 767px) {
  .__event-detail .sec .ttl {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.__event-detail .sec .ttl + p {
  font-size: 16px;
  padding: 0;
}
@media (max-width: 768px) {
  .__hevent-detail .sec .ttl + p {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .__event-detail .sec .ttl + p {
    padding: 0;
    margin-top: 10px;
  }
}
.__event-detail .sec .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .__event-detail .sec .tag-area {
    margin: 20px 0;
    justify-content: flex-start;
  }
}
.__event-detail .sec .tag-area a, .__event-detail .sec .tag-area span {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  background: #fdf0db;
  display: block;
  margin: 0 14px 14px 0;
}
@media (max-width: 767px) {
  .__event-detail .sec .tag-area a, .__event-detail .sec .tag-area span {
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 8px;
  }
}
.__event-detail .event-detail-date {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .__event-detail .event-detail-date {
    margin-bottom: 2px;
    font-size: 14px;
  }
}
.__event .search_area {
  width: 100%;
  max-width: 1000px;
  padding: 20px 30px;
  margin: 0 auto 100px;
  background-color: #ebf9f8;
}
.__event .search_area .list-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.__event .search_area .list-order label {
  width: 25%;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
}
.__event .search_area .btn_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 0;
  padding-top: 20px;
  border-top: 1px solid #a7dcd8;
}
.__event .search_area .btn_wrap .search-btn1 {
  width: 150px;
  padding: 5px 0;
  margin: 0 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background-color: #60c1bc;
}
.__event .search_area .btn_wrap .search-btn2 {
  width: 150px;
  padding: 5px 0;
  margin: 0 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background-color: #facb73;
}
input[type="button"]:hover, input[type="reset"]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .__event .search_area {
    width: calc(100% - 30px);
    padding: 20px 30px;
    margin: 0 15px 80px;
  }
  .__event .search_area .list-order label {
    width: 50%;
    margin: 0 0 10px 0;
  }
  .__event .sec-event1.sec .event_box {
    margin-bottom: 50px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
	.__event .search_area .btn_wrap .search-btn1 {
  width: 45%;
  padding: 3px 0;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 16px;
}
.__event .search_area .btn_wrap .search-btn2 {
  width: 45%;
  padding: 3px 0;
  margin: 0 5px;
  font-size: 16px;
}
}
.__event .sec-event1.sec .event_box .no-event {
	text-align: center;
	font-size: 18px;
	margin: 70px 0 0;
	
}
@media (max-width: 767px) {
.__event .sec-event1.sec .event_box .no-event {
	font-size: 16px;
	margin: 30px 0 0;
	
}
}
@media (max-width: 767px) {
  .__event .search_area {
    padding: 15px;
	  width: 100%;
	  margin: -80px auto 80px;
  }
  .__event .search_area .list-order label {
    width: 50%;
    margin: 0 0 8px 0;
	  font-size: 15px;
  }
  .__event .sec-event1.sec {
    padding: 0 0 30px;
  }
  .__event .sec-event1.sec .event_box {
    margin-bottom: 0;
  }
  .__event .sec-event1.sec .com-title {
    margin: 0 auto 25px;
    background-color: #ebf9f8;
    color: #60c1bc;
    font-size: 20px;
    padding: 10px 0;
  }
  .__event .sec-event1.sec .com-title::after {
    display: none;
  }
}
.__event .sec-event1.sec .tab_area {
  width: 100%;
  border-bottom: 3px solid #60c1bc;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.__event .sec-event1.sec .tab_area li {
  width: 30%;
  max-width: 300px;
  height: 70px;
  margin: 0 0.5%;
  background-color: #ebf9f8;
  line-height: 74px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}
.__event .sec-event1.sec .tab_area li.select {
  background-color: #60c1bc;
  color: #fff;
  background-image: url(../img/common/btn-r@2x_g.jpg);
  background-size: 350px 150px;
  background-repeat: repeat;
  background-position: center center;
}
.__event .sec-event1.sec .tab_area li span {
  font-size: 120%;
}
@media screen and (max-width: 1024px) {
	.__event .sec-event1.sec .tab_area li {
    height: 55px;
    line-height: 55px;
  }
  .__event .sec-event1.sec .tab_area {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .__event .sec-event1.sec .tab_area li {
    height: 40px;
    line-height: 41px;
    font-size: 3.5vw;
  }
  .__event .sec-event1.sec .tab_area {
    margin: 0;
  }
}


@media screen and (max-width: 767px) {
  .__access .site-base-title-area {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.__access .sec-businesshours {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__access .sec-businesshours {
    padding: 40px 0 0;
  }
}
.__access .sec {
  padding: 70px 0;
  /*border-bottom: 1px solid #e5e5e5;*/
}
@media screen and (max-width: 1024px) {
  .__access .sec {
    padding: 40px 0 20px;
    border: 0;
    box-shadow: 0px 4px 6px 0.7px rgb(0 0 0 / 15%);
  }
  .__access .sec-businesshours .hours-area {
    padding: 0 15px 40px;
  }
}
.__access .sec-businesshours .hours-area .inner {
  max-width: 950px;
  margin: auto;
}
.__access .sec-businesshours .hours-area .inner .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.__access .sec-businesshours .hours-area .tbl th {
  background: #ebf9f8;
  border: 1px solid #bbbbbb;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 300px;
}
.__access .sec-businesshours .hours-area .tbl td {
  text-align: left;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
  font-size: 16px;
}
.__access .sec-businesshours .hours-area .tbl td span {
  font-weight: bold;
}
.__access .sec-businesshours .hours-area .tbl td ul {
  margin-top: 8px;
}
.__access .sec-businesshours .hours-area .tbl td ul li {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .__access .sec-businesshours .hours-area .tbl th {
    padding: 10px 20px;
  }
  .__access .sec-businesshours .hours-area .tbl td {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .__access .sec-businesshours .hours-area .tbl th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
  }
  .__access .sec-businesshours .hours-area .tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
  }
  .__access .sec-businesshours .hours-area .tbl td ul li {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .__access .sec-access .access-area {
    padding: 0 15px 40px;
  }
}
.__access .sec-access .access-area .inner {
  max-width: 950px;
  margin: auto;
}
.__access .sec-access .access-area .inner .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.__access .sec-access .access-area .tbl th {
  background: #ebf9f8;
  border: 1px solid #bbbbbb;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 300px;
}
.__access .sec-access .access-area .tbl td {
  text-align: left;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__access .sec-access .access-area .tbl th {
    padding: 10px 20px;
  }
  .__access .sec-access .access-area .tbl td {
    text-align: left;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .__access .sec-access .access-area .tbl th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
  }
  .__access .sec-access .access-area .tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
    line-height: 1.6;
  }
}
.__access .sec-access .map-area {
  width: 100%;
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .__access .sec-access .map-area iframe {
    width: 100%;
    height: 65vw;
  }
}
.__access .sec .access-list {
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .__access .sec .access-list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .__access .sec .access-list {
    padding: 0;
  }
}
.__access .sec .access-list h3 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 80px auto 20px;
}
.__access .sec .access-list h3 span.train, .__access .sec .access-list h3 span.car {
  position: relative;
  padding-left: 45px;
}
.__access .sec .access-list h3 span.train::before {
  content: "";
  position: absolute;
  background-image: url(../img/access/ico3_g.png);
  background-size: 46px 40px;
  background-repeat: no-repeat;
  width: 46px;
  height: 40px;
  display: block;
  left: -15px;
  top: -8px;
}
.__access .sec .access-list h3 span.car::before {
  content: "";
  position: absolute;
  background-image: url(../img/access/ico4_g.png);
  background-size: 46px 24px;
  background-repeat: no-repeat;
  width: 46px;
  height: 24px;
  display: block;
  left: -15px;
  top: 4px;
}
.__access .sec .access-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /*-webkit-align-items: center;
  align-items: center;*/
  flex-wrap: wrap;
	margin-bottom: -3%;
}
.__access .sec .access-list li {
  background: #faeed7;
  padding: 30px;
  width: 48.5%;
	margin-bottom: 3%;
}
.__access .sec .access-list li:nth-child(2n) {
  margin-left: 3%;
}
.__access .sec .access-list li h4 {
  font-size: 20px;
  font-weight: bold;
  /*margin-bottom: .8em;*/
}
.__access .sec .access-list li p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .__access .sec .access-list h3 {
    margin: 40px auto 10px;
  }
  .__access .sec .access-list li {
    padding: 20px;
  }
  .__access .sec .access-list li h4 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .__access .sec .access-list h3 {
    margin: 40px auto 10px;
	  line-height: 1.3;
  }
	.__access .sec .access-list ul {
	margin-bottom: 0;
}
  .__access .sec .access-list li {
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
  .__access .sec .access-list li:last-child {
    margin-bottom: 0;
  }
  .__access .sec .access-list li:nth-child(2n) {
    margin-left: 0;
  }
  .__access .sec .access-list li h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .__access .sec .access-list li h4 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.__access .sec .attention-area {
  background: #f4f4f4;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  margin: 80px auto 0;
}
.__access .sec .attention-area h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .8em;
  text-align: center;
}
.__access .sec .attention-area ul li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .__access .sec .attention-area {
    padding: 20px;
    margin: 50px auto 0;
  }
  .__access .sec .attention-area h4 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .__access .sec .attention-area {
    padding: 15px;
    width: 100%;
  }
  .__access .sec .attention-area h4 {
    font-size: 5.2vw;
  }
  .__access .sec .attention-area ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.__congestion .site-base-title-area {
  margin-bottom: 40px;
}
.__congestion .sec-congestion {
  padding: 70px 0;
  text-align: center;
  background-image: url(../img/root_top//sec6/bg-r@2x.jpg);
  background-size: 180px 90px;
}
@media screen and (max-width: 1024px) {
  .__congestion .sec-congestion {
    padding: 40px 0;
  }
}
.__congestion .sec {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .__congestion .sec {
    padding: 40px 0;
    border: 0;
  }
  .__congestion .sec {
    padding: 40px 0;
    border: 0;
    box-shadow: 0px 4px 6px 0.7px rgb(0 0 0 / 15%);
  }
}
.__congestion .congestion-area {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 30px 0 45px;
  border: 2px solid #fbb854;
  border-radius: 15px;
  background-color: #fff;
}
.__congestion .congestion-area .congestion-ttl {
  color: #fbb854;
  font-size: 30px;
  font-weight: bold;
}
.__congestion .congestion-area .congestion-box {
  width: 100%;
  border-top: 2px solid #fbb854;
  padding-top: 40px;
  margin-top: 25px;
}
.__congestion .congestion-area .congestion-box dl {
  width: 90%;
  margin: 0 auto;
}
.__congestion .congestion-area .congestion-box dl dt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.__congestion .congestion-area .congestion-box dl dd span {
  padding: 8px 25px;
  border: 1px solid #bbbbbb;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .__congestion .site-base-title-area {
    margin-bottom: 30px;
  }
  .__congestion .congestion-area {
    width: calc(100% - 30px);
    padding: 15px 0 25px;
    border-radius: 10px;
    background-color: #fff;
  }
  .__congestion .congestion-area .congestion-ttl {
    font-size: 24px;
  }
  .__congestion .congestion-area .congestion-box {
    padding-top: 20px;
    margin-top: 15px;
  }
  .__congestion .congestion-area .congestion-box dl {
    width: 95%;
  }
  .__congestion .congestion-area .congestion-box dl dt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .__congestion .congestion-area .congestion-box dl dd span {
    padding: 5px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .__congestion .congestion-area .congestion-ttl {
    font-size: 5.5vw;
  }
  .__congestion .congestion-area .congestion-box dl dt {
    font-size: 5.5vw;
    margin-bottom: 15px;
  }
}
#schedule{
	padding-top: 90px;
	margin-top: -90px;
}
@media screen and (max-width: 767px) {
  #schedule{
	padding-top: 250px;
	margin-top: -250px;
}
}
@media screen and (max-width: 767px) {
  .__congestion .schedule-area {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .__congestion .schedule-area img {
    width: 100%;
  }
}
.mfp-play .mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 1000px;
  height: 90%;
  max-height: 850px;
  margin-top: 3%;
  background: #fff;
}
@media screen and (max-width:640px) {
  .mfp-play .mfp-iframe-holder .mfp-content {
    width: 90%;
    height: 90%;
    max-height: 580px;
    background: #fff;
  }
}
@media screen and (max-width:1024px) {
  .content-area.lower.content-iframearea {
    margin-top: 0 !important;
  }
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: inherit;
}
/* ラジオボタン */
input[type="radio"]:checked + label span::before {
  border: 4px solid #60c1bc;
}
/* チェックボックス */
input[type="checkbox"]:checked + label span::before {
  background-color: #60c1bc;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"] + label span, input[type="radio"] + label span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
/* RADIO BUTTON */
label span {
  display: inline-block;
}
input[type="radio"] label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
input[type="radio"] + label span::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 1.25em;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: .2s;
}
/* CHECKBOX */
input[type="checkbox"] + label span::before, input[type="checkbox"] + label span::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
input[type="checkbox"] + label span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  z-index: 0;
  transition: .2s;
}
input[type="checkbox"] + label span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.35em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
input[type="checkbox"]:checked + label span::before {
  border: none;
}
input[type="checkbox"]:checked + label span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

@media screen and (max-width:767px) {
.btn_detail {
  font-weight: bold;
  line-height: 1.6;
  background: #fc112a;
  font-size: 5vw;
  display: block;
  width: calc(100% - 30px);
  margin: 10px auto 80px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all .10s;
  position: relative;
}
.btn_detail:after {
  position: absolute;
  top: 17px;
  bottom: 0;
  right: 30px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.btn_detail a:hover {
  text-decoration: inherit !important;
}
.btn_detail.active:after {
  position: absolute;
  top: 22px;
  bottom: 0;
  right: 30px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_detail {
  display: none;
}
.searchopen {
  width: calc(100% - 30px);
  padding: 0;
	    margin: 0 auto;
}
}
@media screen and (min-width:768px) {
	.search .btn_detail span{
		display: none;
	} 
}
body.nav-open .p-menu-area .wrap{	
position: relative;	
z-index: 100;	
}