/* CSS Document */
/*ページタイトル*/
section.page_title h2.contents_title_center::before{
  content: "Facility"
}
/*コンテンツ*/
section.facility_map{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.facility_map{
  padding: var(--headerHeight) 0 var(--headerHeight) 0;
}
body[wc-view-type="tb"] section.facility_map,
body[wc-view-type="tb-l"] section.facility_map{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.facility_map{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.facility_map > h2::before{
  content: "Facility Guide";
}
div.map_image{
}
body[wc-view-type="sp"] div.map_image{
  width: 200vw;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.map_image_wrap{
}
body[wc-view-type="sp"] div.map_image_wrap{
  overflow: hidden;
  margin-top: 1.5rem;
  padding-left: 7vw;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] div.map_image_wrap{
  margin: 1.5rem 0 0 0;
}
body[wc-view-type="pc"] div.map_image_wrap{
  width: 750px;
  margin: 1.5rem auto 0 auto;
}
div.map_image_wrap div.map_image{
}
body[wc-view-type="sp"] div.map_image_wrap div.map_image{
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100vw;
}
div.map_image_wrap div.map_image figure{
}
body[wc-view-type="sp"] div.map_image_wrap div.map_image figure{
  width: 200vw;
}
div.map_image_wrap div.map_image figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.map_image_wrap div.map_image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.map_image_wrap div.scroll{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
body:not([wc-view-type="sp"]) div.scroll{
  display: none;
}
/*主な施設の紹介*/
div.facility_introduction{
  padding: 0 0 var(--headerHeight) 0;
}
div.facility_introduction > article{
  display: flex;
  margin-top: var(--headerHeight);
}
body[wc-view-type="sp"] div.facility_introduction > article.facility_block{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) div.facility_introduction > article:nth-of-type(even){
  flex-direction: row-reverse;
}
div.facility_introduction > article.facility_block div.f_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.facility_introduction > article.facility_block div.f_text{
  padding: 0 7vw 1rem 7vw;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) div.facility_introduction > article.facility_block div.f_text{
  width: 50%;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="tb-l"] div.facility_introduction > article.facility_block:nth-of-type(odd) div.f_text,
body[wc-view-type="tb"] div.facility_introduction > article.facility_block:nth-of-type(odd) div.f_text{
  padding: 1.5rem 1.5rem 1.5rem 0;
}
body[wc-view-type="tb-l"] div.facility_introduction > article.facility_block:nth-of-type(even) div.f_text,
body[wc-view-type="tb"] div.facility_introduction > article.facility_block:nth-of-type(even) div.f_text{
  padding: 1.5rem 0 1.5rem 1.5rem;
}
body[wc-view-type="pc"] div.facility_introduction > article.facility_block:nth-of-type(odd) div.f_text{
  padding: 4rem 4rem 4rem 0;
}
body[wc-view-type="pc"] div.facility_introduction > article.facility_block:nth-of-type(even) div.f_text{
  padding: 4rem 0 4rem 4rem;
}
div.facility_introduction > article.facility_block div.f_text > h2{
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
div.facility_introduction > article.facility_block.wcvisible div.f_text > h2{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
div.facility_introduction > article.facility_block div.f_text > h2 span.f_num{
  width: 40px;
  height: 40px;
  border: solid 1px;
  box-sizing: border-box;
  flex: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
div.facility_introduction > article.facility_block div.f_text > h2 span.f_num.orange{
  color: #f7931e;
  border-color:#f7931e;
}
div.facility_introduction > article.facility_block div.f_text > h2 span.f_num.light_green{
  color: #8cc63e;
  border-color: #8cc63e;
}
div.facility_introduction > article.facility_block div.f_text > h2 span.f_num.sky_blue{
  color: #26a8e2;
  border-color: #26a8e2;
}
div.facility_introduction > article.facility_block div.f_text > p{
  margin: 1rem 0;
  color: #333;
  line-height: 1.8rem;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
div.facility_introduction > article.facility_block.wcvisible div.f_text > p{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="pc"] div.facility_introduction > article.facility_block div.f_text > p{
  margin: 2rem 0 0 0;
}
div.facility_introduction > article.facility_block div.f_text > div.btn{
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) div.facility_introduction > article.facility_block div.f_text > div.btn{
  margin: auto auto 0 auto;
}
div.facility_introduction > article.facility_block div.f_slider_wrap{
}
body:not([wc-view-type="sp"]) div.facility_introduction > article.facility_block div.f_slider_wrap{
  width: 50%;
}
body[wc-view-type="tb-l"] div.f_slider_wrap .comboslider-slide .comboslider .cs_item img:not(.wcnotinterfere){
  height: 25vw !important;
  width: 40vw !important;
}
body[wc-view-type="pc"] div.f_slider_wrap .comboslider-slide .comboslider .cs_item img:not(.wcnotinterfere){
  height: 320px !important;
  width: 550px !important;
}
body[wc-view-type="tb-l"] div.f_slider_wrap .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner .cs_pager img,
body[wc-view-type="tb-l"] div.f_slider_wrap .cs_wrap[set-pager="top"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item, .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item,
body[wc-view-type="tb-l"] div.f_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner,
body[wc-view-type="tb-l"] .cs_wrap[set-pager="bottom"] .cs_pagerwrap{
  height: 7vw !important;
}
body[wc-view-type="pc"] div.f_slider_wrap .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner .cs_pager img,
body[wc-view-type="pc"] div.f_slider_wrap .cs_wrap[set-pager="top"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item, .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item,
body[wc-view-type="pc"] div.f_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner,
body[wc-view-type="pc"] .cs_wrap[set-pager="bottom"] .cs_pagerwrap{
  height: 120px !important;
}
/*その他施設*/
section.other_facility{
  background-color: #E9F2EC;
  padding: var(--headerheight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.other_facility{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.other_facility,
body[wc-view-type="tb-l"] section.other_facility{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.other_facility{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.other_facility > h2::before{
  content: "Other";
}
section.other_facility div.o_f_wrap{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] section.other_facility div.o_f_wrap{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.other_facility div.o_f_wrap{
  margin-top: 1.5rem;
}
section.other_facility div.o_f_wrap article{
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
body[wc-view-type="pc"] section.other_facility div.o_f_wrap article{
  padding: 1.5rem;
}
section.other_facility div.o_f_wrap article.wcvisible{
  opacity: 1;
  filter: blur(0);
  -ms-filter: blur(0);
}
body[wc-view-type="sp"] section.other_facility div.o_f_wrap article{
  margin-top: 1rem;
}
body:not([wc-view-type="sp"]) section.other_facility div.o_f_wrap article{
  width: calc(50% - 0.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body:not([wc-view-type="sp"]) section.other_facility div.o_f_wrap article:nth-of-type(odd){
  margin: 0 0.75rem 1.5rem 0;
}
body:not([wc-view-type="sp"]) section.other_facility div.o_f_wrap article:nth-of-type(even){
  margin: 0 0 1.5rem 0.75rem;
}
body:not([wc-view-type="sp"]) section.other_facility div.o_f_wrap article:last-of-type{
  margin: 0 auto;
}
section.other_facility div.o_f_wrap article div.o_f_text{
}
section.other_facility div.o_f_wrap article div.o_f_text > h2{
  text-align: center;
  color: #333;
  font-size: 1.15rem;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5rem;
}
body[wc-view-type="pc"] section.other_facility div.o_f_wrap article div.o_f_text > h2{
  padding-bottom: 1rem;
}
section.other_facility div.o_f_wrap article div.o_f_text > p{
  color: #333;
  line-height: 1.8rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.other_facility div.o_f_wrap article div.o_f_text > p{
  padding: 1rem;
}
section.other_facility div.o_f_wrap article div.o_f_img{
}
section.other_facility div.o_f_wrap article div.o_f_img figure{
}
section.other_facility div.o_f_wrap article div.o_f_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.other_facility div.o_f_wrap article div.o_f_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.other_facility div.o_f_wrap article div.o_f_img figure img{
  height: 55vw;
}
body[wc-view-type="tb-l"] section.other_facility div.o_f_wrap article div.o_f_img figure img,
body[wc-view-type="tb"] section.other_facility div.o_f_wrap article div.o_f_img figure img{
  height: 25vw;
}
/*Nearby facilities*/
section.nearby{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.nearby{
  padding: var(--headerHeight) 7vw calc(26vw + 1rem) 7vw;
}
body[wc-view-type="tb"] section.nearby{
  padding: var(--headerHeight) 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] section.nearby{
  padding: var(--headerHeight) 10vw 12vw 10vw;
}
body[wc-view-type="pc"] section.nearby{
   padding: var(--headerHeight) calc((100vw - 1100px) / 2) 12vw calc((100vw - 1100px) / 2);
}
section.nearby > h2{
  margin-bottom: 1rem;
}
body[wc-view-type="pc"] section.nearby > h2{
  margin-bottom: 1.5rem;
}
section.nearby > h2::before{
  content: "Nearby facilities";
}
section.nearby > p{
  line-height: 1.8rem;
  color: #333;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.nearby > p.wcvisible{
	-ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="sp"] section.nearby > p{
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.nearby > p{
  text-align: center;
}
section.nearby div.nearby_block{
  display: flex;
}
body[wc-view-type="tb"] section.nearby div.nearby_block,
body[wc-view-type="sp"] section.nearby div.nearby_block{
  flex-direction: column;
}
section.nearby div.nearby_block article{
  border: solid 1px #bbb;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  margin-top: 1rem;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.nearby div.nearby_block article.wcvisible{
	-ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="tb-l"] section.nearby div.nearby_block article,
body[wc-view-type="pc"] section.nearby div.nearby_block article{
  width: calc(50% - 0.75rem);
  margin-top: 1.5rem;
}
body[wc-view-type="sp"] section.nearby div.nearby_block article{
  flex-direction: column;
}
body[wc-view-type="tb-l"] section.nearby div.nearby_block article:nth-of-type(odd),
body[wc-view-type="pc"] section.nearby div.nearby_block article:nth-of-type(odd){
  margin-right: 0.75rem;
}
body[wc-view-type="tb-l"] section.nearby div.nearby_block article:nth-of-type(even),
body[wc-view-type="pc"] section.nearby div.nearby_block article:nth-of-type(even){
  margin-left: 0.75rem;
}
section.nearby div.nearby_block article div.n_text{
}
body[wc-view-type="sp"] section.nearby div.nearby_block article div.n_text{
  padding-bottom: 1rem;
}
body:not([wc-view-type="sp"]) section.nearby div.nearby_block article div.n_text{
  width: 50%;
}
section.nearby div.nearby_block article div.n_text > h2{
  font-size: 1.15rem;
  text-align: center;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5rem;
}
body[wc-view-type="tb-l"] section.nearby div.nearby_block article div.n_text > h2{
  text-align: left;
}
section.nearby div.nearby_block article div.n_text > p.add{
  width: calc(100% - 1rem);
  margin: 1rem auto 0 auto;
}
section.nearby div.nearby_block article div.n_text > p.add span{
  display: table;
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
}
section.nearby div.nearby_block article div.n_text > p.add span::before{
  content: "〒";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #333;
}
section.nearby div.nearby_block article div.n_text > p.add adress{
  display: flex;
  box-sizing: border-box;
}
section.nearby div.nearby_block article div.n_text > p.add adress::before{
  content: "";
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #333;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.3rem;
  -webkit-mask-image: url("/img/svg/add.svg");
  mask-image: url("/img/svg/add.svg");
}
section.nearby div.nearby_block article div.n_text > dl{
  display: flex;
  width: calc(100% - 1rem);
  margin: 0.5rem auto 0 auto;
}
section.nearby div.nearby_block article div.n_text > dl.toho{
}
section.nearby div.nearby_block article div.n_text > dl.car{
}
section.nearby div.nearby_block article div.n_text > dl dt{
  display: flex;
}
section.nearby div.nearby_block article div.n_text > dl.toho dt,
section.nearby div.nearby_block article div.n_text > dl.car dt{
}
section.nearby div.nearby_block article div.n_text > dl dt span{
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #333;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.3rem;
}
section.nearby div.nearby_block article div.n_text > dl.toho dt span{
  -webkit-mask-image: url("/img/svg/walk.svg");
  mask-image: url("/img/svg/walk.svg");
}
section.nearby div.nearby_block article div.n_text > dl.car dt span{
  -webkit-mask-image: url("/img/svg/car.svg");
  mask-image: url("/img/svg/car.svg");
}
section.nearby div.nearby_block article div.n_map{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.nearby div.nearby_block article div.n_map{
  width: 100%;
  height: 55vw;
}
body:not([wc-view-type="sp"]) section.nearby div.nearby_block article div.n_map{
  width: 50%;
}
section.nearby div.nearby_block article div.n_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*スライダーアロー
.csarrowwrap .csarrowinner .csarrow::before{
  display: none !important;
}
.csarrowwrap .csarrow.cs-prev::after{
  -webkit-mask-image: url("/code/icons/slider_prev_fill.svg") !important;
  mask-image: url("/code/icons/slider_prev_fill.svg") !important;
}
.csarrowwrap .csarrow.cs-next::after{
  -webkit-mask-image: url("/code/icons/slider_next_fill.svg") !important;
  mask-image: url("/code/icons/slider_next_fill.svg") !important;
}
.csarrowwrap .csarrowinner .csarrow::after{
  background-color: rgba(0,0,0,0.3) !important;
  -webkit-backdrop-filter: brightness(0.8) blur(0.2rem);
  backdrop-filter: brightness(0.8) blur(0.2rem);
  transition: background-color 0.3s ease;
}*/