@charset "utf-8";
/* CSS Document */

@-ms-viewport
{
  width: device-width;
  initial-scale: 1;
}
@viewport
{
  width: auto;
  initial-scale: 1;
}

#wrapper .pc_appear {
  display: none;
}

#wrapper .sp_appear {
  display: block;
}

body {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

#contents {
  margin-bottom: 0;
}

#main {
  background-color: #F8F6DF;
  margin-bottom: 0;
  position: relative;
}

#pagetop, footer .logo {
  display: none !important;
  opacity: 0 !important;
}
footer .container {
  border-top: none;
}

.fade_in,
.fade_in_sp,
.fade_left_to_right {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .8s;
}

.fade_in.scroll_in,
.fade_in_sp.scroll_in,
.fade_left_to_right.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

.slide_to_right {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all .8s;
}
.slide_to_right.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

.slide_to_left {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all .8s;
}
.slide_to_left.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

.kv_area {
  padding-bottom: 20px;
  background-color: #ffe433;
}
#wrapper .kv_area h1 img {
  width: 100%;
}

/* lead */
.lead_area {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lead_area .renewal-lead-text {
  font-size: 14px;
  font-weight: 600;
  color: #009DE7;
  line-height: calc(31/14);
  text-align: center;
  letter-spacing: 0.7px;
}

.lead_area .renewal-lead-subtxt {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: calc(23/14);
  text-align: center;
  letter-spacing: 0.4px;
}

.lead_area .renewal-lead-subtxt span {
  color: #F26998;
}

.renewal-lead-text-area {
  position: relative;
  z-index: 3;
}

.lead_area_bottom {
  position: relative;
  padding-top: 6px;
}

.lead_area_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  /* background-image: url('../img/bg-lead_sp.png'); */
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.bg-line {
  padding-top: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
}

#wrapper .bg-line img {
  width: 100%;
}

/* content common */
.content_area:nth-of-type(1) {
  padding-bottom: 42px;
}
.content_area {
  padding-bottom: 80px;
}

.content_area:nth-child(even) {
  /* background-color: #fff; */
}

.content_img_area {
  margin-top: -7.466666666%;
}

.content_text {
  font-size: 12px;
  line-height: calc(20/12);
  color: #000;
  text-align: center;
}

.more_btn {
  width: 78.666666666%;
  margin: 30px auto 0;
}

/* new shop */
.newshop_area {

}

/* pick up */
.pickup_area .content_ttl {
  padding-top: 20px;
}
.banner_area {
  margin: 30px 20px 0;
}
.banner_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.banner_item {
  width: 47.761194029%;
}
.banner_item:nth-child(2n) {
  margin-left: 4.47761194%;
}




/* facility page */
.facility_page .lead_area_top,
.facility_page .lead_area_bottom {
  background: none;
}

.facility_page .lead_area {
  margin-top: 10px;
}
.facility_page .lead_area_bottom {
  margin-top: 20px;
}
.facility_page .facility_area_desc .content-bg-top {
  background-color: #fff;
}
.facility_page .facility-content2 .content-bg-top {
  background-color: #fff;
}

/* .facility_page .content_area:nth-child(odd) .content_ttl {
  background: none;
  padding: 0 20px;
} */

/* .facility_area_desc .content_img_area {
  margin-right: 20px;
} */

/* #wrapper .facility_page .content_area:nth-child(odd) .content_ttl img {
  margin-top: -10%;
} */
/* .facility_page .content_area:nth-child(even) .content_ttl {
  padding-top: 15%;
} */

/* .facility_page .content_text {
  margin-top: 5px;
  text-align: left;
  padding: 0 20px;
} */

.facility_page .content_img_area {
  margin-top: 20px;
}

.facility_name {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(26/16);
  color: #F26998;
  margin-top: 20px;
  margin-bottom: 10px;
}
.facility_recommend_situation {
  margin-top: 25px;
}
.facility_recommend_situation_inner {
  position: relative;
  background-color: #fff;
  padding: 22px;
  width: 100%;
  max-width: 408px;
  margin: 0 auto;
  border-radius: 100px;
  box-sizing: border-box;
}
.facility_recommend_situation_inner > p {
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #C49C00;
  font-weight: 600;
}
.facility_recommend_situation_inner ul {
  display: flex;
  justify-content: center;
}
.facility_recommend_situation_inner ul li {
  width: 40px;
  padding: 0 10px;
  max-width: 55px;
}
.facility_recommend_situation_inner ul li > p {
  font-size: 12px;
  color: #C49C00;
  font-weight: 600;
  padding-top: 5px;
}

.facility-content1 .content-bg-top {
  background: #fff;
}

/* .facility_page .content_area.facility-content1 .content_ttl {
  padding-top: 20px;
} */

.facility_page .for_bg {
  width: 100%;
  background: url(../img/content-bg-bottom.png) #fff;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 15%;
}
.facility_page .gotop {
  padding: 0 40px;
}

.facility_page #wrapper.top #main {
  padding-bottom: 0;
  overflow: hidden;
}


/* event page */
.event_page .lead_area_top,
.event_page .lead_area_bottom {
  background: none;
}

.event_page .lead_area {
  margin-top: 10px;
}
.event_page .lead_area_bottom {
  margin-top: 20px;
}
.event_page .event_area_main .content-bg-top {
  background-color: #fff;
}

.event_page .content_area {
  padding-bottom: 0;
}

.event_page .btn_area {
  background-color: #fff;
}

.event_page .content_area:nth-child(odd) .content_ttl {
  background: none;
  padding: 0 20px;
}

.event_area_desc .content_img_area {
  margin-left: 20px;
}

#wrapper .event_page .content_area:nth-child(odd) .content_ttl img {
  margin-top: -10%;
}
.event_page .content_area:nth-child(even) .content_ttl {
  padding-top: 15%;
}

.event_page .content_text {
  margin-top: 15px;
}

.event_item {
  text-align: left;
}

.event_page .content_img_area {
  margin-top: 20px;
}

.event_name {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  color: #2F78BF;
  margin-top: 20px;
}
.event_detail {
  font-size: 0.875rem;
  line-height: 26px;
  margin-top: 15px;
}
.event_date {
  margin-top: 12px;
}
.event_date::before {
  content: "日程";
  background-color: #2F78BF;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.event_time, .event_place {
  margin-top: 8px;
}
.event_time::before {
  content: "時間";
  background-color: #2F78BF;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.event_place::before {
  content: "場所";
  background-color: #2F78BF;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.event_date, .event_time, .event_place {
  line-height: 20px;
  margin-left: 3em;
  text-indent: -3.5em;
}
.event_url {
  text-align: center;
}
.event_url a {
  width: 78.666666666%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  background-color: #F3B21A;
  padding: 8.5px;
  margin-top: 23px;
  border-radius: 500px;
  box-sizing: border-box;
  position: relative;
}
.event_url a::after {
  content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
}
.event_url a:hover {
  opacity: 0.7;
}
.event_page .for_bg {
  width: 100%;
  background: url(../img/content-bg-bottom.png) #fff;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 15%;
}
.event_page .go_btn_list {
  padding: 0 40px 60px;
}
.go_btn_item {
  margin-bottom: 15px;
}

.event_page #wrapper.top #main {
  padding-bottom: 0;
  overflow: hidden;
}

.event_page .swiper-container {
  padding-bottom: 20px;
}

.pagetop_pc {
  display: none;
  height: 0;
}


/* swiper */
.swiper-container {
  position: relative;
  margin: 0px 20px 0;
}
.swiper-slide {
  padding-bottom: 20px;
  /* margin-top: 20px; */
  transition: all 0.3s;
  z-index: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background: #A2A198;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  /* top: 36%; */
  top: -550%;
  z-index: 100;
  cursor: pointer;
  opacity: 0.5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  position: relative;
  display: block;
  left: 53%;
  top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 100;
}

.swiper-button-prev {
  /* left: 5%; */
  left: -3%;
  right: auto;
  transform: translateY(-50%);
}

.swiper-button-next {
  /* right: 5%; */
  right: -3%;
  left: auto;
  transform: translateY(-50%) scale(-1, 1);
}

.swiper-button-disabled {
  display: none;
  transition: none;
}

.swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  display: block;
  width: 14px !important;
  height: 14px !important;
  background-image: none !important;
  background-color: #C1C1C1 !important;
  border-radius: 50% !important;
  margin: 0 5px;
}

.swiper-pagination-bullet:after {
  border-radius: 50%;
  border: none !important
}

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

.swiper-slide-active {
  /* margin-top: 20px; */
  /* margin-bottom: 0; */
  transition: all 0.3s;
}
.swiper-nav-wrapper {
  position: relative;
  z-index: 100;
}

/* facility scroll-btn */
.kv_area_facility h1 {
  position: relative;
}
.main-facility .scroll_btn_outer {
  position: absolute;
  bottom: -65px;
  z-index: 10;
}
/* event scroll-btn */
.kv_area_event h1 {
  position: relative;
}
.main-evenet .scroll_btn_outer {
  position: absolute;
  bottom: -65px;
  z-index: 10;
}

/* .facility_page .content_area:nth-child(even) .content_ttl,
.facility_page .content_area:nth-child(odd) .content_ttl {
  padding-bottom: 30px;
} */
#facility_area_desc .content_ttl {
  padding-bottom: 0;
}
#wrapper .facility_img img {
  border-radius: 10px;
}

/* content_outer */
.content_outer {
  background-color: #F1F1F1;
  padding-bottom: 130px;
}

.main-facility .content_outer {
  background-color: inherit;
  padding-bottom: 100px;
}

.category-lists {
  padding: 0 20px;
}

.category-list:not(:last-child) {
  margin-bottom: 60px;
}

.category-list-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(55/18);
  letter-spacing: 0.9px;
  text-align: center;
}

.category-list.-facirity .category-list-ttl {
  color: #F26998;
}

.category-list.-shop-info .category-list-ttl {
  color: #009DE7;
}
.category-list.-event .category-list-ttl {
  color: #F09800;
}
.category-list.-event .category-list-btn {
  pointer-events: none;
}

.category-list-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(20/12);
  letter-spacing: 0;
  color: #1A1A1A;
  margin-bottom: 16px;
}

#footerInfo {
  background-color: #E9E9E9;
}

.facility-content1 .content_ttl {
  width: 180px;
  padding: 0 32px;
  margin: 32px auto 15px;
}

.facility-content2 .content_ttl {
  width: 310px;
  padding: 0 32px;
  margin: 0px auto 15px;
}

.facility-content-subttl {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26/18);
  letter-spacing: 0;
  color: #F26998;
  text-align: center;
}
@keyframes top_arrow {
  0% {
    transform: translate(-50%, 5px);
  }

  50% {
    transform: translate(-50%, 40px);
  }

  100% {
    transform: translate(-50%, 5px);
  }
}

@-webkit-keyframes top_arrow {
  0% {
    -webkit-transform: translate(-50%, 5px);
  }

  50% {
    -webkit-transform: translate(-50%, 40px);
  }

  100% {
    -webkit-transform: translate(-50%, 5px);
  }
}

@media  screen and (min-width: 500px) {
  .swiper-button-prev {
    left: 5%;
    right: auto;
    transform: translateY(-50%);
  }
  
  .swiper-button-next {
    right: 5%;
    left: auto;
    transform: translateY(-50%) scale(-1, 1);
  }
}


@media  screen and (min-width: 767px) {
  /* .first_img .sp_appear {
    display: none;
  }
  .first_img .pc_appear {
    display: block;
  } */
  #spMenuWrap {
    display: none;
  }
  #wrapper .pc_appear {
    display: block;
  }
  #wrapper .sp_appear {
    display: none;
  }
  a img:hover {
    opacity: 0.7;
  }
  header {
    border-bottom: none;
  }
  #contents, #wrapper {
    background: unset;
  }
  #contents {
    max-width: none;
    position: relative;
  }
  .top #contents {
    max-width: none;
    position: relative;
    padding-bottom: 5%;
  }
  #contInner {
    margin-left: 0;
  }
  #main {
    width: 100%;
    margin: 0 auto;
    border-left: none;
    float: none;
  }
  .fade_in_sp {
    opacity: 1;
    transform: translate(0, 0);
  }

  .side_text {
    width: min(40px, 6.4%);
    height: 100vh;
    border-right: 5px solid #AED6ED;
    border-left: 5px solid #AED6ED;
  }

  #wrapper .pagetop_pc {
    width: min(160px, 27.826086956%);
    width: 10%;
    position: fixed;
    /* bottom: 15%; */
    bottom: 150px;
    right: 60px;
    z-index: 100;
    display: none;
  }
  .pagetop_pc a:hover {
    opacity: 0.7;
  }

  .menu_ttl {
    width: 38.058252427%;
    margin: 24% auto 0;
  }
  .pc_nav_item {
    width: 80.388349514%;
    margin: 0 auto;
  }
  .pc_nav_item:not(:first-child) {
    margin-top: 20px;
  }
  .pc_nav_list a {
    display: inline-block;
  }
  .pc_nav_list a:hover {
    opacity: 0.7;
  }

  .scroll-btn {
    font-size: 20px;
  }

  #scroll-btn {
    width: 40px;
    top: 15px;
  }

  #scroll-btn::after {
    height: 60px;
  }

  #scroll-btn::before {
    width: 10px;
    height: 10px;
  }
  /* スクロールボタン */
  .main-top .scroll_btn_outer {
    position: absolute;
    bottom: -80px;
    z-index: 10;
  }
  /* facility scroll-btn */
  .main-facility .scroll_btn_outer {
    position: absolute;
    bottom: -10px;
    z-index: 10;
  }
  /* event scroll-btn */
  .main-event .scroll_btn_outer {
    position: absolute;
    bottom: -30px;
    z-index: 10;
  }

  @keyframes top_arrow {
    0% {
      transform: translate(-50%, 8px);
    }

    50% {
      transform: translate(-50%, 60px);
    }

    100% {
      transform: translate(-50%, 8px);
    }
  }

  @-webkit-keyframes top_arrow {
    0% {
      -webkit-transform: translate(-50%, 8px);
    }

    50% {
      -webkit-transform: translate(-50%, 60px);
    }

    100% {
      -webkit-transform: translate(-50%, 8px);
    }
  }

  .lead_area .renewal-lead-text {
    font-size: min(35px, 2vw);
    font-weight: 700;
    color: #009DE7;
    line-height: 55px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lead_area .renewal-lead-subtxt {
    font-size: min(16px, 0.9vw);
  }
  .lead_text {
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin: 26px 20px 0;
  }
  .bg-line {
    padding-top: 20.5vw;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  /* モーダルnav */
  .nav-wrapper {
    background-image: url('../img/pc/pc_navi_bg.png');
    background-size: cover;
    background-position: center center;
  }
  .nav_area {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .nav-area-ttl {
    width: 224px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .nav-area-ttl img {
    width: 100%;
  }
  .nav_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .nav_list li {
    width: 24%;
    margin: 0 15px;
  }
  .nav_item {
    margin-top: 0;
  }
  .nav_item:first-child {
    margin-top: 0;
  }
  .more_icon_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 43px 0 60px;
  }
  /* スライドの動きがあるエリア */
  .content_area {
    padding-bottom: 0;
  }
  .content_area_inner {
    position: relative;
    /* padding-bottom: 5%; */
  }
  .content_area:nth-child(odd) .side-content {
    background-color: #F8F6DF;
  }
  .content_area:nth-child(even) .side-content{
    background-color: #fff;
  }
  .content_area:nth-child .side-content-inner {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .content_area#facility_area .side-content-inner,
  .content_area#story_area .side-content-inner {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    text-align: right;
  }
  .side-content-inner-item {
    display: inline-block;
    text-align: left;
    margin: 26px 0 34px;
    width: 45%;
  }
  /* .content_area:nth-child(odd) .content_ttl {
    background: url(../img/pc/content-bg-top.png) #fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 8%;
  }
  .content_area:nth-child(even) .content_ttl{
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 7%;
  } */
  .content_ttl_inner {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
  }
  #wrapper .content_area .content_ttl_inner img {
    margin: 0 auto 0 0;
    width: 45%;
  }
  #wrapper .content_area#facility_area .content_ttl_inner img,
  #wrapper .content_area#story_area .content_ttl_inner img {
    margin: 0 0 0 auto;
    width: 45%;
  }
  .content_area .content_img_area_wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-31.5%);
    width: 60%;
  }
  .content_area#facility_area .content_img_area_wrapper,
  .content_area#story_area .content_img_area_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-31.5%);
    width: 60%;
  }
  .content_text {
    font-size: 16px;
    line-height: calc(24/16);
  }
  .more_btn {
    width: 60%;
    max-width: 450px;
    margin-top: 6%;
  }
  .content_area:nth-child(even){
    background-color: none;
  }
  .content_area:nth-child(even) .content_ttl{
    background: none;
  }
  .content_area:nth-child(odd) .content_area_pc {
    background: url(../img/pc/content-bg-top.png) #fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .content_area:nth-child(even) .content_area_pc {
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .float_btn_list {
    display: none;
  }
  #main {
    padding-bottom: 0;
  }
  #wrapper footer .footer .inner {
    display: none;
  }
  #wrapper footer .footerPageLi {
    display: none;
  }
  .pagetop_pc {
    height: auto;
  }

  /* facility */
  .kv_area_facility {
    /* padding-bottom: 74px; */
  }
  .kv_area_facility h1{
    /* padding-bottom: 5%; */
  }
  .pc_block_facility {
    position: relative;
  }
  .pc_block_facility .lead_area {
    width: 100%;
    margin: 0 auto;
  }
  .pc_block_facility .lead_area_top {
    width: 83%;
  }
  #wrapper .pc_block_facility .lead_area_top .lead-ttl {
    width: 48%;
    margin: 0 auto 0 6%;
  }
  #wrapper .pc_block_facility .lead_area_top .lead-subttl {
    width: 81%;
    margin: 0 auto 0 0;
  }
  .pc_block_facility .lead_area_bottom {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-10%);
  }
  .main-facility .content_area {
    padding-bottom: 100px;
    padding-top: 60px;
  }
  .facility_area_desc .content_img_area {
    margin-top: 0;
    margin-left: 0;
  }
  .main-facility .side-content-inner-item {
    display: inline-block;
    text-align: left;
    margin: 10px 0 0;
    width: 45%;
  }
  .main-facility .content_area:nth-child(odd) .side-content {
    background-color: #F8F6DF;
  }
  .main-facility .content_area:nth-child(even) .side-content{
    background-color: #fff;
  }
  .main-facility .content_area:nth-child(odd) .side-content-inner {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    text-align: right;
  }
  .main-facility .content_area:nth-child(even) .side-content-inner{
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  /* .main-facility .content_area:nth-child(odd) .content_ttl {
    background: url(../img/pc/content-bg-top.png) #fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 8%;
  }
  .main-facility .content_area:nth-child(even) .content_ttl{
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 7%;
  } */
  #wrapper .main-facility .content_area:nth-child(odd) .content_ttl_inner img {
    margin: 0 0 0 auto;
    width: 45%;
  }
  #wrapper .main-facility .content_area:nth-child(even) .content_ttl_inner img{
    margin: 0 0 0 auto;
    width: 45%;
  }
  #wrapper .main-facility .content_area:nth-child(odd) .content_img_area_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-31.5%);
    width: 60%;
  }
  #wrapper .main-facility .content_area:nth-child(odd) .content_img_area_wrapper img {
    width: 83%;
    margin: 0 auto 0 0;
  }
  .main-facility .content_area:nth-child(even) .content_img_area_wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-31.5%);
    width: 60%;
  }
  .main-facility .content_area:nth-child(even){
    background-color: none;
  }
  .main-facility .content_area:nth-child(even) .content_ttl{

  }
  .main-facility .content_area:nth-child(odd) .content_area_pc {
    background: url(../img/pc/content-bg-top.png) #fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .main-facility .content_area:nth-child(even) .content_area_pc {
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .facility_page .content_text {
    margin-top: 0;
  }
  .side-content-inner_facility {
    margin: 0 0 2% 0;
  }
  .facility_page .main-facility .for_bg {
    width: 100%;
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 15%;
  }
  .facility_page .gotop {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  /* event */
  .main-event h1 {
    padding-bottom: 3%;
  }
  .main-event .side-content-inner-item {
    display: inline-block;
    text-align: left;
    margin: 10px 0 0;
    width: 45%;
  }
  .main-event .content_area:nth-child(odd) .side-content {
    background-color: #F8F6DF;
  }
  .main-event .content_area:nth-child(even) .side-content{
    background-color: #fff;
  }
  .main-event .content_area:nth-child(odd) .side-content-inner {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    text-align: right;
  }
  .main-event .content_area:nth-child(even) .side-content-inner{
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .main-event .content_area:nth-child(odd) .content_ttl {
    background: url(../img/pc/content-bg-top.png) #fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 8%;
  }
  .main-event .content_area:nth-child(even) .content_ttl{
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 7%;
  }
  #wrapper .main-event .content_area:nth-child(odd) .content_ttl_inner img {
    margin: 0 0 0 auto;
    width: 45%;
  }
  #wrapper .main-event .content_area:nth-child(even) .content_ttl_inner img{
    margin: 0 0 0 auto;
    width: 45%;
  }
  #wrapper .main-event .content_area:nth-child(odd) .content_img_area_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-31.5%);
    width: 60%;
  }
  #wrapper .main-event .content_area:nth-child(odd) .content_img_area_wrapper img {
    width: 83%;
    margin: 0 auto 0 0;
  }
  .main-event .content_area:nth-child(even) .content_img_area_wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-31.5%);
    width: 60%;
  }
  .main-event .content_area:nth-child(even){
    background-color: none;
  }
  .main-event .content_area:nth-child(odd) .content_area_pc {
    background: url(../img/pc/content-bg-top.png) #fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .main-event .content_area:nth-child(even) .content_area_pc {
    background: url(../img/pc/content-bg-bottom.png) #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #wrapper .main-event .content-bg-top img {
    width: 100%;
  }
  .event_page .go_btn_list li {
    padding: 0 40px 60px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }


  /* swiperの調整 */
  .facility-content1 .swiper-container,
  .facility-content2 .swiper-container,
  .event_area_main .swiper-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .swiper-nav-wrapper {
    position: relative;
    z-index: 100;
  }
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35%;
    /* z-index: 100; */
  }
  .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    right: 35%;
    /* z-index: 100; */
  }
  /* .facility_page .content_area:nth-child(even) .content_ttl,
  .facility_page .content_area:nth-child(odd) .content_ttl {
    padding-bottom: 40px;
  } */
  .facility_name {
    font-size: 28px;
    font-weight: 600;
    line-height: calc(38/28);
    color: #F26998;
    margin-top: 27px;
    margin-bottom: 21px;
  }
  
  
  /* 202502 */
  .content_outer {
    padding-bottom: 140px;
  }
  .content_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  
  .category-lists {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  
  .category-list {
    width: 32%;
  }
  
  .category-list:not(:last-child) {
    margin-bottom: 0;
  }
  
  .category-list-ttl {
    font-size: 23px;
    line-height: calc(55/24);
    letter-spacing: 1.2px;
  }
  
  .category-list-txt {
    font-size: 16px;
    line-height: calc(28/16);
    letter-spacing: 0;
  }
  
  #footerInfo {
    background-color: #333;
  }
  
  .lead_area_bottom::after {
    display: none;
  }

  /* .lead_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1800px;
    height: 40vw;
    max-height: 686px;
    background-image: url('../img/pc/bg-lead_pc.png');
    background-size: cover;
    background-position: center;
    z-index: 2;
  } */
  
  #wrapper .laed_area-ttl img.pc_appear {
    width: min(66.5vw, 1200px);
  }
  
  .facility-content1 .content_ttl {
    width: 320px;
    margin: 0 auto 30px;
  }
  
  .facility-content2 .content_ttl {
    width: 536px;
    margin-top: 0 auto 30px;
  }
  
  .facility-content-subttl {
    font-size: 35px;
    font-weight: 600;
  }

  #language {
    display: none;
  }
}