/* CSS Document */
@keyframes opacity {
0% {
  opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
  opacity: 0;
    z-index: -1;
  }
}
@keyframes width {
0% {
  width: 100%;
  }
100% {
  width: calc(100% - 2rem);
  }
}
section.facility_contents div.map_wrap div.map > span.ani_scroll.wcvisible{
  animation:opacity 2s ease-out 1s forwards;
}
section.facility_contents div.map_wrap div.scroll.wcvisible > span{
  animation: width 1.5s linear infinite;
}
/*施設案内トップ*/
section.facility_top{
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
	background-color: #f5f5f5;
}
body[wc-view-type="sp"] section.facility_top{
  padding: var(--headerHeight) 7vw calc(15.6vw + 1.5rem) 7vw;
  flex-direction: column;
}
body[wc-view-type="tb"] section.facility_top{
  padding: calc(var(--headerHeight) * 1.5) 8vw 13vw 8vw;
}
body[wc-view-type="tb-l"] section.facility_top{
  padding: calc(var(--headerHeight) * 1.5) 8vw 13vw 8vw;
}
body[wc-view-type="pc"] section.facility_top{
  padding: calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 54px);
}
section.facility_top::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  height: 22.5vw;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  bottom: -1px;
}
body[wc-view-type="sp"] section.facility_top::after{
  -webkit-mask-image: url("/goise/img/svg/sp_deco_right_down.svg?202311211835");
  mask-image: url("/goise/img/svg/sp_deco_right_down.svg?202311211835");
  height: 15.6vw;
}
body[wc-view-type="tb"] section.facility_top::after{
  -webkit-mask-image: url("/goise/img/svg/tb_deco_right_down.svg?202311221714");
  mask-image: url("/goise/img/svg/tb_deco_right_down.svg?202311221714");
  height: 13.5vw;
}
body[wc-view-type="tb-l"] section.facility_top::after{
  height: 133.5px;
  -webkit-mask-image: url("/goise/img/svg/pc_deco_right_down.svg?202311221836");
  mask-image: url("/goise/img/svg/pc_deco_right_down.svg?202311221836");
}
body[wc-view-type="pc"] section.facility_top::after{
  -webkit-mask-image: url("/goise/img/svg/pc_deco_right_down.svg?202311221836");
  mask-image: url("/goise/img/svg/pc_deco_right_down.svg?202311221836");
  height: 128px;
}
section.facility_top > div.left{
  box-sizing: border-box;
}
section.facility_top > div.right{
}
body[wc-view-type="sp"] section.facility_top > div.left{
  padding-bottom: 1.5rem;
}
body[wc-view-type="tb"] section.facility_top > div.left{
  padding-right: 2rem;
}
body[wc-view-type="pc"] section.facility_top > div.left{
  padding-right: 4rem;
}
body:not([wc-view-type="sp"]) section.facility_top > div.left,
body:not([wc-view-type="sp"]) section.facility_top > div.right{
  width: 50%;
}
section.facility_top > div.left div.contents_title{
  padding-left: 0;
}
section.facility_top > div.left p.f_t_m_title{
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
section.facility_top > div.left p.f_t_text{
  line-height: 1.8rem;
  font-weight: 300;
  padding-bottom: 1rem; 
}
section.facility_top > div.right{
}
section.facility_top > div.right figure{
}
section.facility_top > div.right figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.facility_top > div.right figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.facility_top > div.right figure img{
  height: 50vw;
}
body[wc-view-type="pc"] section.facility_top > div.right figure img{
  height: 400px;
}
/*メイン施設案内*/
section.facility_contents{
  padding: var(--headerHeight) 0;
  background-color: #fff;
}
section.facility_contents div.map_wrap{
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap{
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map{
  width: 100vw;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] section.facility_contents div.map_wrap div.map,
body[wc-view-type="tb-l"] section.facility_contents div.map_wrap div.map{
  width: 84vw;
  margin: 0 auto;
}
body[wc-view-type="tb-l"] section.facility_contents div.map_wrap div.map{
	margin-bottom: 1.5rem;
}
body[wc-view-type="pc"] section.facility_contents div.map_wrap div.map{
  width: 1100px;
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) section.facility_contents div.map_wrap div.map > span.ani_scroll{
  display: none;
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map > span.ani_scroll{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map > span.ani_scroll > span{
  color: #fff;
  font-family: "Jost";
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
  padding: 0 calc(44.8px + 0.5rem);
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map > span.ani_scroll > span::before,
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map > span.ani_scroll > span::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 45.1px;
  height: 15.8px;
  -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;
  top: 50%;
  transform: translateY(-50%);
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map > span.ani_scroll > span::before{
  -webkit-mask-image: url("/goise/img/svg/scroll_left.svg");
  mask-image: url("/goise/img/svg/scroll_left.svg");
  background-color: #fff;
  left: 0;
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map > span.ani_scroll > span::after{
  -webkit-mask-image: url("/goise/img/svg/scroll_right.svg?202312061408");
  mask-image: url("/goise/img/svg/scroll_right.svg?202312061408");
  background-color: #fff;
  right: 0;
}
section.facility_contents div.map_wrap div.map figure{
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.map figure{
  width: 200vw;
}
section.facility_contents div.map_wrap div.map figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.facility_contents div.map_wrap div.map figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.facility_contents div.map_wrap div.scroll{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.facility_contents div.map_wrap div.scroll{
  width: 86vw;
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) section.facility_contents div.map_wrap div.scroll{
  display: none;
}
section.facility_contents div.map_wrap div.scroll > span{
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 0 auto;
  display: table;
  position: relative;
  z-index: 1;
}
section.facility_contents div.map_wrap div.scroll > span::before,
section.facility_contents div.map_wrap div.scroll > span::after{
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  z-index: 2;
  position: absolute;
}
section.facility_contents div.map_wrap div.scroll > span::before{
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform:translateY(-50%) rotate(45deg);
  left: 0;
}
section.facility_contents div.map_wrap div.scroll > span::after{
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform:translateY(-50%) rotate(-45deg);
  right: 0;
}
div.facility_main{
  box-sizing: border-box;
  margin: var(--headerHeight) auto 0 auto;
}
body[wc-view-type="sp"] div.facility_main{
}
body[wc-view-type="tb"] div.facility_main,
body[wc-view-type="tb-l"] div.facility_main{
  width: 84vw;
  margin: 0 auto;
}
div.facility_main > article{
  display: flex;
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="sp"] div.facility_main > article{
  flex-direction:column;
}
body[wc-view-type="pc"] div.facility_main > article{
  width: 1100px;
  margin: 0 auto var(--headerHeight) auto;
}
body:not([wc-view-type="sp"]) div.facility_main > article:nth-of-type(even){
  flex-direction: row-reverse;
}
div.facility_main > article:last-of-type{
  margin-bottom: 0;
}
div.facility_main > article div.f_main_text{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] div.facility_main > article div.f_main_text{
  padding:0 7vw 1rem 7vw;
}
body:not([wc-view-type="sp"]) div.facility_main > article div.f_main_text{
  width: 50%;
}
body[wc-view-type="tb"] div.facility_main > article:nth-of-type(odd) div.f_main_text{
  padding: 1rem 2rem 1rem 0;
}
body[wc-view-type="tb"] div.facility_main > article:nth-of-type(even) div.f_main_text{
  padding: 1rem 0 1rem 2rem;
}
body[wc-view-type="tb-l"] div.facility_main > article:nth-of-type(odd) div.f_main_text{
  padding: 1.5rem 3rem 1.5rem 0;
}
body[wc-view-type="tb-l"] div.facility_main > article:nth-of-type(even) div.f_main_text{
  padding: 1.5rem 0 1.5rem 3rem;
}
body[wc-view-type="pc"] div.facility_main > article:nth-of-type(odd) div.f_main_text{
  padding: 2rem 4rem 2rem 0;
}
body[wc-view-type="pc"] div.facility_main > article:nth-of-type(even) div.f_main_text{
  padding: 2rem 0 2rem 4rem;
}
div.facility_main > article div.f_main_text > h1{
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  margin-bottom: 1rem;
}
div.facility_main > article div.f_main_text > h1 > .num{
  width: 40px;
  height: 40px;
  background-color: #2fb2cf;
  border-radius: 100%;
  margin-right: 1rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  font-family: "Jost";
  padding-right: 0.15rem;
  box-sizing: border-box;
  color: #fff;
}
div.facility_main > article div.f_main_text > p{
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
div.facility_main > article div.f_main_text > div.btn{
  margin-left: auto;
  margin-right: 0;
}
body:not([wc-view-type="sp"]) div.facility_main > article div.f_main_text > div.btn{
  margin-top: auto;
}
div.facility_main > article div.f_slider_wrap{
}
body[wc-view-type="sp"] div.facility_main > article div.f_slider_wrap{
  width: 100%;
}
body:not([wc-view-type="sp"]) div.facility_main > article div.f_slider_wrap{
  width: 50%;
}
div.f_slider_box{
}
body[wc-view-type="sp"] div.f_slider_box{
  width: 100vw;
}
body[wc-view-type="tb"] div.f_slider_box,
body[wc-view-type="tb-l"] div.f_slider_box{
  width: 42vw;
}
body[wc-view-type="pc"] div.f_slider_box{
  width: 550px;
}
div.f_slider_box img{
  width: 100% !important;
  object-fit: cover;
}
body[wc-view-type="sp"] div.f_slider_box img{
  height: 65vw !important;
}
body[wc-view-type="tb"] div.f_slider_box img{
  height: 230px !important;
}
body[wc-view-type="tb-l"] div.f_slider_box img{
  height: 280px !important;
}
body[wc-view-type="pc"] div.f_slider_box img{
  height: 300px !important;
}
/*その他施設案内*/
section.other{
  padding: var(--headerHeight) 0;
  box-sizing:border-box;
	background-color: #f5f5f5;
}
body[wc-view-type="sp"] section.other{
  padding: calc(var(--headerHeight) * 1.5) 7vw calc(var(--headerHeight) + 16vw) 7vw;
}
body[wc-view-type="tb"] section.other{
  padding: calc(var(--headerHeight) * 1.5) 8vw calc(var(--headerHeight) + 13vw) 8vw;
}
body[wc-view-type="tb-l"] section.other{
  padding: calc(var(--headerHeight) * 1.5) 8vw calc(var(--headerHeight) + 13vw) 8vw;
}
body[wc-view-type="pc"] section.other{
  padding: calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 128px) calc((100vw - 1100px) / 2);
}
section.other div.contents_title{
  padding-left: 0;
}
section.other div.other_list{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] section.other div.other_list{
  flex-direction: column;
}
section.other div.other_list article{
  padding: 1rem;
  box-sizing: border-box;
  border: solid 1px #2fb2cf;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] section.other div.other_list article{
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.other div.other_list article:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="tb"] section.other div.other_list article,
body[wc-view-type="tb-l"] section.other div.other_list article{
  width: calc(50% - 0.5rem);
}
body[wc-view-type="tb"] section.other div.other_list article:nth-of-type(odd),
body[wc-view-type="tb-l"] section.other div.other_list article:nth-of-type(odd){
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] section.other div.other_list article:nth-of-type(even),
body[wc-view-type="tb"] section.other div.other_list article:nth-of-type(even){
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] section.other div.other_list article:nth-of-type(5),
body[wc-view-type="tb-l"] section.other div.other_list article:nth-of-type(5){
	margin: 0 auto;
}
body[wc-view-type="pc"] section.other div.other_list article{
  width: calc((100% / 3) - 1rem);
}
body[wc-view-type="pc"] section.other div.other_list article:nth-of-type(2),
body[wc-view-type="pc"] section.other div.other_list article:nth-of-type(5){
  margin: 0 1.5rem 1.5rem 1.5rem;
}
body[wc-view-type="pc"] section.other div.other_list article:nth-of-type(1),
body[wc-view-type="pc"] section.other div.other_list article:nth-of-type(3){
  margin-bottom: 1.5rem;
}
body[wc-view-type="pc"] section.other div.other_list article:nth-of-type(4){
	margin-left: auto;
	margin-bottom: 0;
}
body[wc-view-type="pc"] section.other div.other_list article:nth-of-type(5){
  margin-bottom: 0;
	margin-right: auto;
}
section.other div.other_list article div.o_text{
  padding-bottom: 1rem;
}
section.other div.other_list article div.o_text > h1{
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
section.other div.other_list article div.o_text > p{
  font-weight: 300;
  line-height: 1.8rem;
}
section.other div.other_list article div.o_img{
  margin-top: auto;
}
section.other div.other_list article div.o_img figure{
}
section.other div.other_list article div.o_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.other div.other_list article div.o_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}