/* CSS Document */
@keyframes sp_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 320px 100%;
     mask-position: 320px 100%;
  }
}
@keyframes tb_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 768px 100%;
     mask-position: 768px 100%;
  }
}
@keyframes tbl_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 1024px 100%;
     mask-position: 1024px 100%;
  }
}
@keyframes pc_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 895px 100%;
     mask-position: 895px 100%;
  }
}
@keyframes scloll{
  0%{
    width: calc(100% - 1rem);
  }
  50%{
    width: calc(100% - 0.5rem);
  }
  100%{
    width: 100%;
  }
}
@keyframes scloll02{
  0%{
    right: 1.2rem;
  }
  50%{
    right: 0.6rem;
  }
  100%{
    right: 0;
  }
}

body[wc-view-type="sp"] section.facility_top::before{
  animation:sp_wave 8s linear 0s infinite;
}
body[wc-view-type="tb"] section.facility_top::before{
  animation:tb_wave 6s linear 0s infinite;
}
body[wc-view-type="tb-l"] section.facility_top::before{
  animation:tbl_wave 10s linear 0s infinite;
}
body[wc-view-type="pc"] section.facility_top::before{
  animation:pc_wave 15s linear 0s infinite;
}
section.facility_top div.map_wrap > span.sp_only.wcvisible::before{
  animation:scloll 2s linear infinite;
}
section.facility_top div.map_wrap > span.sp_only.wcvisible::after{
  animation:scloll02 2s linear infinite;
}
/*ボタン*/
div.btn{
  display: table;
  margin: 0 auto;
}
div.btn a{
  display: table;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  color: #1d4e88;
  border: solid 1px #1d4e88;
  border-radius: 1rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1em;
}
div.btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #1d4e88;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.btn.white a{
  border: solid 1px #fff;
  color: #fff;
}
div.btn.white a::after{
  background-color: #fff;
}
div.btn.insta a{
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  color: #fff;
  border:none;
}
div.btn.insta a::after{
  background-color: #fff;
}
/*透明*/
span.opa{
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
}
/*ページタイトル*/
section.page_title{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="sp"] section.page_title{
  height: 45vw;
}
body[wc-view-type="tb"] section.page_title{
  height: 250px;
}
body[wc-view-type="tb-l"] section.page_title{
  height: 280px;
}
body[wc-view-type="pc"] section.page_title{
  height: 350px;
}
section.page_title > h2{
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
section.page_title > h2::before{
  content: "Facility";
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat";
  color: rgba(255,255,255,0.5);
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.page_title figure{
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.page_title figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(177.6deg,#008acd 4.64%,#8ac3de 93.84%);
  opacity: 0.75;
}
section.page_title figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.page_title figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*decoration*/
section.gray_deco::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  -webkit-mask-image:url("/img/svg/wave_under02.svg?");
  mask-image:url("/img/svg/wave_under02.svg?");
  background-color: #f5f5f5;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: top center;
  mask-position: top center;
}
body[wc-view-type="sp"] section.gray_deco::before{
  height: 16px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb"] section.gray_deco::before{
  height: 39px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb-l"] section.gray_deco::before{
  height: 52px;
  top: 0;
  -webkit-mask-size: 1024px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] section.gray_deco::before{
  height: 45px;
  top: -1px;
  mask-size: contain;
}
section.white_deco::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  -webkit-mask-image:url("/img/svg/wave_under02.svg?");
  mask-image:url("/img/svg/wave_under02.svg?");
  background-color: #fff;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
body[wc-view-type="sp"] section.white_deco::before{
  height: 16px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb"] section.white_deco::before{
  height: 39px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb-l"] section.white_deco::before{
  height: 52px;
  top: 0;
  -webkit-mask-size: 1024px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] section.white_deco::before{
  height: 45px;
  top: -1px;
  mask-size: contain;
}
/*ぶっし―君*/
div.f_deco{
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
div.f_deco.wcvisible{
  opacity: 1;
}
/*コンテンツ*/
section.facility_top{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.facility_top{
  padding: calc(var(--headerHeight) * 1.5) 0 calc((var(--headerHeight) * 1.5) - 32px) 0;
}
body[wc-view-type="tb"] section.facility_top{
  padding: calc(var(--headerHeight) * 1.5) 0 calc((var(--headerHeight) * 1.5) - 30px) 0;
}
body[wc-view-type="tb-l"] section.facility_top{
  padding: calc(var(--headerHeight) * 1.5) 0 calc((var(--headerHeight) * 1.5) - 52px) 0;
}
body[wc-view-type="pc"] section.facility_top{
 padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 1.5 - 40px) 0;
}
section.facility_top::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  -webkit-mask-image:url("/img/svg/wave_up.svg?");
  mask-image:url("/img/svg/wave_up.svg?");
  background-color: #f5f5f5;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position:bottom center;
  mask-position:bottom center;
}
body[wc-view-type="sp"] section.facility_top::before{
  height: 16px;
  top: -16px;
  mask-size: contain;
}
body[wc-view-type="tb"] section.facility_top::before{
  height: 39px;
  top: -38px;
  -webkitmask-mask-size: 768px 39px;
  mask-size: 768px 39px;
}
body[wc-view-type="tb-l"] section.facility_top::before{
  height: 53px;
  top: -52px;
  -webkitmask-size:1024px 53px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] section.facility_top::before{
  height: 45px;
  top: -45px;
  -webkitmask-size:895px 45px;
  mask-size: 895px 45px;
}
section.facility_top > h2{
  font-size: 1.5rem;
  font-weight: 500;
  display: table;
  color: #333;
  text-align: center;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.facility_top > h2.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.facility_top > h2{
  margin: 10vw auto 1rem auto;
}
body[wc-view-type="tb"] section.facility_top > h2{
  margin: 1.5rem auto 1rem auto;
}
body[wc-view-type="tb-l"] section.facility_top > h2{
  margin: 3rem auto 1rem auto;
}
body[wc-view-type="pc"] section.facility_top > h2{
  margin: 1rem auto 1.5rem auto;
}
section.facility_top > p{
  text-align: center;
  line-height: 1.8rem;
  color: #333;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.facility_top > p.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.facility_top > p{
  text-align: left;
  padding: 0 10vw;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.facility_top > p,
body[wc-view-type="tb-l"] section.facility_top > p{
  padding: 0 12vw;
}
body[wc-view-type="sp"] section.facility_top div.map_wrap{
  margin-top: 3rem;
}
body:not([wc-view-type="sp"]) section.facility_top div.map_wrap span.sp_only{
  display: none;
}
section.facility_top div.map_wrap > span.sp_only{
  width: calc(100vw - 2rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 10px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5vw;
}
section.facility_top div.map_wrap > span.sp_only::before{
  content: "";
  height: 1px;  
  background-color: #bbb;
  position: absolute;
  top: calc(50% + 0.25px);
  transform: translateY(-50%);
  z-index: 2;
}
section.facility_top div.map_wrap > span.sp_only::after{
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
section.facility_top div.map_wrap > span.sp_only span{
  text-align: center;
  color: #bbb;
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
}
section.facility_top div.map{
}
body[wc-view-type="sp"] section.facility_top div.map{
  width: 100vw;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body[wc-view-type="tb"] section.facility_top div.map{
  width: 100vw;
  margin: 2.5rem 0 0 0;
}
body[wc-view-type="tb-l"] section.facility_top div.map{
  width: 76vw;
  margin: 2.5rem auto 0 auto;
}
body[wc-view-type="tb-l"] section.facility_top div.map{
}
body[wc-view-type="pc"] section.facility_top div.map{
  width: 800px;
  margin: 2rem auto 0 auto;
}
section.facility_top div.map figure{
}
body[wc-view-type="sp"] section.facility_top div.map figure{
  width: 150vw;
}
section.facility_top div.map figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.facility_top div.map figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.facility_top div.shisetu_img{
  position: absolute;
  top: 1.5rem;
  z-index: -1;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.facility_top div.shisetu_img.wcvisible{
  opacity: 0.5;
}
body[wc-view-type="sp"] section.facility_top div.shisetu_img.wcvisible,
body[wc-view-type="tb"] section.facility_top div.shisetu_img.wcvisible,
body[wc-view-type="tb-l"] section.facility_top div.shisetu_img.wcvisible{
  opacity: 0.3;
}
body[wc-view-type="sp"] section.facility_top div.shisetu_img{
  left: 0;
  right: 0;
  width: 100vw;
}
body[wc-view-type="tb"] section.facility_top div.shisetu_img{
  left: 0;
  width: 57vw;
}
body[wc-view-type="tb-l"] section.facility_top div.shisetu_img{
  left: 0;
  width: 57vw;
  top: 1rem;
}
body[wc-view-type="pc"] section.facility_top div.shisetu_img{
  left: calc((100vw - 1100px) / 2);
  width: 500px;
}
section.facility_top div.shisetu_img figure{
}
section.facility_top div.shisetu_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.facility_top div.shisetu_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*施設紹介下側*/
section.facility_bottom{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.facility_bottom{
  padding: calc(var(--headerHeight) * 1.5 + 16px) 0 calc(var(--headerHeight) * 1.5) 0;
}
body[wc-view-type="tb"] section.facility_bottom{
  padding: calc(var(--headerHeight) * 1.5 + 39px) 0 calc(var(--headerHeight) * 1.5) 0;
}
body[wc-view-type="tb-l"] section.facility_bottom{
  padding: calc(var(--headerHeight) * 1.5 + 52px) 0 calc(var(--headerHeight) * 1.5) 0;
}
body[wc-view-type="pc"] section.facility_bottom{
  padding: calc(var(--headerHeight) * 1.5 + 45px) 0 calc(var(--headerHeight) * 1.5) 0;
}
section.facility_bottom div.f_deco{
  position: absolute;
  width: 45px;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
body[wc-view-type="sp"] section.facility_bottom div.f_deco{
  width: 35px;
  top: 2.5rem;
}
body[wc-view-type="tb"] section.facility_bottom div.f_deco,
body[wc-view-type="tb-l"] section.facility_bottom div.f_deco{
  width: 55px;
  top: 3.5rem;
}
body[wc-view-type="pc"] section.facility_bottom div.f_deco{
  width: 60px;
  top: 4.5rem;
}
div.f_deco picutre{
  width: 100%;
  height: 100%;
  display: block;
}
div.f_deco img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.facility_bottom > h2{
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.facility_bottom > h2.wcvisible{
  opacity: 1;
}
section.facility_bottom > h2::before{
  content: "Introduction";
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat";
  color: rgba(29,78,136,0.2);
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.facility_bottom > article{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: calc(var(--headerHeight) / 1.5 - 0.35rem);
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.facility_bottom > article.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.facility_bottom > article{
  padding: 1.8rem 0;
}
body[wc-view-type="tb"] section.facility_bottom > article,
body[wc-view-type="tb-l"] section.facility_bottom > article{
  width: 76vw;
  padding: calc(var(--headerHeight) / 1.5) 0 0 0;
}
body[wc-view-type="pc"] section.facility_bottom > article{
  width: 1100px;
  margin: var(--headerHeight) auto 0 auto;
  padding-top: var(--headerHeight);
}
body[wc-view-type="tb"] section.facility_bottom > article:last-of-type,
body[wc-view-type="tb-l"] section.facility_bottom > article:last-of-type{
  padding-bottom: calc(var(--headerHeight) / 1.5);
}
body[wc-view-type="pc"] section.facility_bottom > article:last-of-type{
  padding-bottom: var(--headerHeight);
}
section.facility_bottom > article::before,
section.facility_bottom > article:last-of-type::after{
  content: "";
  width: 100%;
  height: 0.35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-mask-image:url("/img/svg/title_wave.svg?1335");
  mask-image:url("/img/svg/title_wave.svg?1335");
  background-color: #1d4e88;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
section.facility_bottom > article:last-of-type::after{
  top: auto;
  bottom: 0;
}
section.facility_bottom > article > div.f_title{
  display: flex;
  flex-direction: column-reverse;
}
body[wc-view-type="tb-l"] section.facility_bottom > article > div.f_title,
body[wc-view-type="pc"] section.facility_bottom > article > div.f_title{
  position: absolute;
  z-index: 2;
}
body[wc-view-type="tb-l"] section.facility_bottom > article > div.f_title{
  width: 50%;
  top: calc(var(--headerHeight) / 1.5 + 1rem);
}
body[wc-view-type="pc"] section.facility_bottom > article > div.f_title{
  top: var(--headerHeight);
  width: 550px;
}
body[wc-view-type="tb-l"] section.facility_bottom > article:nth-of-type(odd) > div.f_title,
body[wc-view-type="pc"] section.facility_bottom > article:nth-of-type(odd) > div.f_title{
  right: 0;
}
body[wc-view-type="tb-l"] section.facility_bottom > article:nth-of-type(even) > div.f_title,
body[wc-view-type="pc"] section.facility_bottom > article:nth-of-type(even) > div.f_title{
  left: 0;
}
section.facility_bottom > article > div.f_title > span{
  display: flex;
  margin: 0 auto 1rem auto;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #1d4e88;
  color: #fff;
  font-weight: 700;
  font-family: "Number";
  line-height: 1rem;
  font-size: 1.3rem;
  border-radius: 100%;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 0.15rem;
  align-items: center;
}
section.facility_bottom > article > div.f_title h2{
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] section.facility_bottom > article > div.f_title h2{
  margin-bottom: 1.5rem;
}
body[wc-view-type="sp"] section.facility_bottom > article > div.f_title h2 figure{
  width: 40vw;
}
body[wc-view-type="tb"] section.facility_bottom > article.dedashi > div.f_title h2 figure{
  width: 150px;
}
body[wc-view-type="tb-l"] section.facility_bottom > article > div.f_title h2 figure{
  width: 180px;
}
body[wc-view-type="tb-l"] section.facility_bottom > article.dedashi > div.f_title h2 figure{
  width: 120px;
}
section.facility_bottom > article > div.f_title h2 figure{
  width: 200px;
  margin: 0 auto;
}
section.facility_bottom > article > div.f_title h2 figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.facility_bottom > article > div.f_title h2 figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.facility_bottom > article > div.flex{
  display: flex;
}
section.facility_bottom > article:nth-last-of-type(even) > div.flex{
  flex-direction: row-reverse;
}
section.facility_bottom > article > div.flex div.f_slider_wrap,
section.facility_bottom > article > div.flex div.f_text{
  width: 50%;
}
section.facility_bottom > article > div.flex div.f_slider_wrap{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.facility_bottom > article > div.flex div.f_slider_wrap,
body[wc-view-type="sp"] section.facility_bottom > article > div.flex div.f_text{
  width: 100%;
}
body[wc-view-type="sp"] section.facility_bottom > article > div.flex{
  flex-direction: column;
}
body[wc-view-type="sp"] section.facility_bottom > article > div.flex div.f_slider_wrap{
}
body[wc-view-type="tb"] section.facility_bottom > article:nth-of-type(odd) > div.flex div.f_slider_wrap,
body[wc-view-type="tb-l"] section.facility_bottom > article:nth-of-type(odd) > div.flex div.f_slider_wrap{
  padding-right: 1rem;
}
body[wc-view-type="tb"] section.facility_bottom > article:nth-of-type(even) > div.flex div.f_slider_wrap,
body[wc-view-type="tb-l"] section.facility_bottom > article:nth-of-type(even) > div.flex div.f_slider_wrap{
  padding-left: 1rem;
}
body[wc-view-type="pc"] section.facility_bottom > article:nth-of-type(odd) > div.flex div.f_slider_wrap{
  padding-right: 50px;
}
body[wc-view-type="pc"] section.facility_bottom > article:nth-of-type(even) > div.flex div.f_slider_wrap{
  padding-left: 50px;
}
section.facility_bottom > article > div.flex div.f_slider_wrap picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.facility_bottom > article > div.flex div.f_slider img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] img.f_slider_img{
  height: 65vw !important;
  width: 100vw !important;
}
body[wc-view-type="tb"] img.f_slider_img{
  height: 200px !important;
  width: 38vw !important;
}
body[wc-view-type="tb-l"] img.f_slider_img{
  height: 250px !important;
  width: 38vw !important;
}
body[wc-view-type="pc"] img.f_slider_img{
  height: 320px !important;
  width: 500px !important;
}
.cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item::before{
  background-color: rgba(0,0,0,0) !important;
}

section.facility_bottom > article > div.flex div.f_text{
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.facility_bottom > article > div.flex div.f_text p{
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
body[wc-view-type="tb"] section.facility_bottom > article > div.flex div.f_text{
  padding: 0 1rem;
}
/*
body[wc-view-type="tb-l"] section.facility_bottom > article > div.flex div.f_text{
  padding: calc(100px + 1rem) 1rem 1rem 1rem;
  justify-content: space-between;
}
body[wc-view-type="tb-l"] section.facility_bottom > article > div.flex div.f_text.top_2{
  padding: calc(100px + 2.5rem) 1rem 1rem 1rem;
}*/
body[wc-view-type="tb-l"] section.facility_bottom > article.sea > div.flex div.f_text{
  padding: calc(123.5px + 3rem) 50px 50px 50px;
}
body[wc-view-type="pc"] section.facility_bottom > article.sea > div.flex div.f_text{
  padding: calc(123.5px + 2rem) 50px 50px 50px;
}
body[wc-view-type="tb-l"] section.facility_bottom > article.dedashi > div.flex div.f_text.top_2{
  padding: calc(261px + 3rem) 1rem 1rem 1rem;
}
body[wc-view-type="pc"] section.facility_bottom > article.dedashi > div.flex div.f_text.top_2{
  padding: calc(261px + 2rem) 1rem 1rem 1rem;
}
body[wc-view-type="tb-l"] section.facility_bottom > article.misaki > div.flex div.f_text{
  padding: calc(87.5px + 3rem) 1rem 1rem 1rem;
}
body[wc-view-type="pc"] section.facility_bottom > article.misaki > div.flex div.f_text{
  padding: calc(87.5px + 2rem) 1rem 1rem 1rem;
}
body[wc-view-type="pc"] section.facility_bottom > article > div.flex div.f_text div.btn{
  margin-top: auto;
  margin-bottom: 0;
}
div.time_wrap{
  display: table;
  margin: 0 auto;
}
dl.open_time{
  display: flex;
  border-bottom: 2px dotted #1d4e88;
  border-top: 2px dotted #1d4e88;
}
body[wc-view-type="sp"] dl.open_time{
  margin: 0 auto 1rem auto;
  margin-top: 0px;
  margin-top: 1rem;
  padding: 0.25rem 0.5rem;
}
dl.open_time.bottom_none{
  margin-bottom: 0;
}
body[wc-view-type="tb"] dl.open_time,
body[wc-view-type="tb-l"] dl.open_time{
  margin: 1rem auto;
  padding: 0.5rem;
}
body[wc-view-type="pc"] dl.open_time{
  margin: 1rem auto;
padding: 0.5rem;
}
dl.open_time dt{
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  box-sizing: border-box;
  padding-right: 0.9rem;
}
body[wc-view-type="sp"] dl.open_time dt{
  width: 6.2rem;
  padding-right: 0;
}
body[wc-view-type="sp"] dl.open_time.bottom_none dt{
  width: 8.2rem;
}
dl.open_time dt::before{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/img/svg/time02.svg");
  mask-image: url("/img/svg/time02.svg");
  background-color: #333;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  left: 0;
  z-index: 2;
}
dl.open_time dt::after{
  content: ":";
  position: absolute;
  top: -0.1rem;
  right: 0.3rem;
  font-size: 0.9rem;
  color: #333;
  z-index: 2;
}
body[wc-view-type="sp"] dl.open_time dt::after{
  right: 0.5rem;
}
dl.open_time dd{
  font-size: 0.9rem;
}
body[wc-view-type="sp"] dl.open_time dd{
  width: calc(100% - 6.2rem);
}
body[wc-view-type="sp"] dl.open_time.bottom_none dd{
  width: calc(100% - 8.2rem);
}
body[wc-view-type="sp"] dl.open_time dd span{
  display: block;
}
/*その他施設*/
section.other_introduction{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.other_introduction{
  padding: calc(var(--headerHeight) * 1.5 + 16px) 0 calc(var(--headerHeight) * 1.5) 0;
}
body[wc-view-type="tb"] section.other_introduction{
  padding: calc(var(--headerHeight) * 1.5 + 39px) 12vw calc(var(--headerHeight) * 1.5) 12vw;
}
body[wc-view-type="tb-l"] section.other_introduction{
  padding: calc(var(--headerHeight) * 1.5 + 52px) 12vw calc(var(--headerHeight) * 1.5) 12vw;
}
body[wc-view-type="pc"] section.other_introduction{
  padding: calc(var(--headerHeight) * 1.5 + 45px) 0 calc(var(--headerHeight) * 1.5) 0;
}
section.other_introduction div.f_deco{
  position: absolute;
  width: 45px;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
body[wc-view-type="sp"] section.other_introduction div.f_deco{
  width: 100px;
  top: 2.2rem;
}
body[wc-view-type="tb"] section.other_introduction div.f_deco,
body[wc-view-type="tb-l"] section.other_introduction div.f_deco{
  width: 115px;
  top: 4.5rem;
}
body[wc-view-type="pc"] section.other_introduction div.f_deco{
  width: 115px;
  top: 5.5rem;
}
section.other_introduction > h2{
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.other_introduction > h2.wcvisible{
  opacity: 1;
}
section.other_introduction > h2::before{
  content: "Other";
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat";
  color: rgba(29,78,136,0.2);
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.other_introduction > p{
  line-height: 1.8rem;
}
body:not([wc-view-type="sp"]) section.other_introduction > p{
  text-align: center;
}
body[wc-view-type="sp"] section.other_introduction > p{
  width: 100vw;
  padding: 0 10vw;
  box-sizing: border-box;
}
section.other_introduction > p span{
  font-size: 0.85rem;
  padding-left:1rem;
  position: relative;
  z-index: 1;
  color: #ff6262;
  line-height: 1em;
  margin-top: 0.25rem;
  display: table;
  margin: 0 auto;
}
section.other_introduction > p span:before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6262;
  font-size: 0.85rem;
  z-index: 2;
  line-height: 1em;
}
section.other_introduction > div.o_flex{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] section.other_introduction > div.o_flex{
  padding: 0 10vw;
  flex-direction: column;
}
body[wc-view-type="pc"] section.other_introduction > div.o_flex{
  width: 1100px;
  margin: 0 auto;
}
section.other_introduction > div.o_flex > article{
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  margin-top: 1.5rem;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.other_introduction > div.o_flex > article.wcvisible{
  opacity: 1;
}
body[wc-view-type="tb"] section.other_introduction > div.o_flex > article{
  margin-top: 1.5rem;
}
body[wc-view-type="pc"] section.other_introduction > div.o_flex > article{
  width: calc((100% /2) - 1rem);
  margin-top: 2rem;
}
body[wc-view-type="pc"] section.other_introduction > div.o_flex > article:nth-of-type(odd){
  margin-right: 1rem;
}
body[wc-view-type="pc"] section.other_introduction > div.o_flex > article:nth-of-type(even){
  margin-left: 1rem;
}
section.other_introduction > div.o_flex > article > h2{
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 0.75rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0.75rem;
}
section.other_introduction > div.o_flex > article > h2::before{
  content: "";
width: 100%;
height: 4px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
-webkit-mask-image: url("/img/svg/title_wave.svg?1335");
mask-image: url("/img/svg/title_wave.svg?1335");
background-color: #1d4e88;
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center center;
mask-position: top center;
}
body:not([wc-view-type="sp"])  section.other_introduction > div.o_flex > article > h2{
  width: 100%;
}
section.other_introduction > div.o_flex > article > figure{
}
section.other_introduction > div.o_flex > article div.o_flex{
  display: flex;
}
body[wc-view-type="sp"] section.other_introduction > div.o_flex > article div.o_flex{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.other_introduction > div.o_flex > article div.o_flex > div.o_img{
  width: 40%;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.other_introduction > div.o_flex > article div.o_flex > div.o_img,
body[wc-view-type="tb-l"] section.other_introduction > div.o_flex > article div.o_flex > div.o_img{
  padding-left: 1rem;
}
section.other_introduction > div.o_flex > article div.o_flex > div.o_img > figure picture{
}
section.other_introduction > div.o_flex > article div.o_flex > div.o_img > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
body[wc-view-type="sp"] section.other_introduction > div.o_flex > article div.o_flex > div.o_img > figure img{
  height: 45vw;
}
section.other_introduction > div.o_flex > article div.o_flex > div.other_text{
  line-height: 1.8rem;
  margin-top: 0.75rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.other_introduction > div.o_flex > article div.o_flex > div.other_text{
  width: 60%;
}
body[wc-view-type="tb"] section.other_introduction > div.o_flex > article div.o_flex > div.other_text,
body[wc-view-type="tb-l"] section.other_introduction > div.o_flex > article div.o_flex > div.other_text{
  padding-right: 1rem;
  padding-left: 1rem;
}
/*お問い合わせ*/
section.contact{
  position: relative;
  z-index: 1;
  padding: var(--headerHeight) 0;
}
body[wc-view-type="sp"] section.contact{
  padding: calc(var(--headerHeight) * 1.5 + 16px) 0;
}
body[wc-view-type="tb"] section.contact{
  padding: calc(var(--headerHeight) * 1.5 + 39px) 0;
}
body[wc-view-type="tb-l"] section.contact{
  padding: calc(var(--headerHeight) * 1.5 + 52px) 0;
}
body[wc-view-type="pc"] section.contact{
  padding: calc(var(--headerHeight) * 1.5 + 45px) 0;
}
section.contact > h2{
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
section.contact > h2,
section.contact > p,
section.contact div.contact_box{
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  opacity: 0;
}
section.contact > h2.wcvisible,
section.contact > p.wcvisible,
section.contact div.contact_box.wcvisible{
  opacity: 1;
}
section.contact > h2::before{
  content: "Contact";
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat";
  color: rgba(255,255,255,0.5);
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.contact > figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.contact > figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(177.6deg,#008acd 4.64%,#8ac3de 93.84%);
  opacity: 0.75;
}
section.contact > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.contact > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contact > p{
  text-align: center;
  color: #fff;
  line-height: 1.8rem;
  margin: 1.5rem 0;
}
section.contact div.contact_box{
  display: flex;
}
body[wc-view-type="sp"] section.contact div.contact_box{
  width: 100vw;
  flex-direction:column;
}
body[wc-view-type="tb"] section.contact div.contact_box{
  width: 76vw;
  margin: 0 auto;
}
body[wc-view-type="pc"] section.contact div.contact_box{
  width: 750px;
  margin: 0 auto;
  align-items: center;
}
body[wc-view-type="sp"] section.contact div.contact_box div.tel{
  display: table;
  margin: 0 auto 1.5rem auto;
}
body[wc-view-type="pc"] section.contact div.contact_box div.tel,
body[wc-view-type="pc"] section.contact div.contact_box div.mail{
  width: 50%;
}
body[wc-view-type="tb-l"] section.contact div.contact_box div.tel{
  margin-right: 1rem;
  margin-left: auto;
}
body[wc-view-type="pc"] section.contact div.contact_box div.tel div.tel_inner{  
  margin: 0 2rem 0 auto;
}
section.contact div.contact_box div.tel div.tel_inner span{
  margin-left: 3.5rem;
  color: #fff;
  padding-left: 4.7rem;
  position: relative;
  z-index: 1;
}
section.contact div.contact_box div.tel div.tel_inner span::before{
  content: "営業時間";
  font-size: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px;
  padding: 0 0.5rem;
  border-radius: 1rem;
  color: #fff;
  z-index: 2;
}
section.contact div.contact_box div.tel div.tel_inner a{
  font-weight: 700;
  font-family: "Number";
  font-size: 2.5rem;
  text-decoration: none;
  display: table;
  color: #fff;
  padding-left: 3rem;
  position: relative;
  z-index: 1;
  line-height: 1em;
}
body[wc-view-type="tb"] section.contact div.contact_box div.tel div.tel_inner a{
  font-size: 2.2rem;
}
body:not([wc-view-type="sp"]) section.contact div.contact_box div.tel div.tel_inner a{
  pointer-events: none;
}
section.contact div.contact_box div.tel div.tel_inner a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 3rem;
  height: 3rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
section.contact div.contact_box div.mail.btn a{
  white-space: nowrap;
}
body[wc-view-type="tb-l"] section.contact div.contact_box div.mail.btn{
  margin-left: 1rem;
  margin-right: auto;
}
body[wc-view-type="pc"] section.contact div.contact_box div.mail.btn a{
  margin-left: 2rem;
  margin-right: auto;
}