@charset "UTF-8";

/* アイキャッチ
***************************************************************/
.iCatch .bg{
  background-image: url(../img/location/location1.jpg);
}
@media all and (max-width:680px) {
  .iCatch .bg{
    background-image: url(../img/location/location1_sp.jpg);
  }
}


/* リード
***************************************************************/
.readWrap .pageTitle{
  width: 479px;
  margin: 0 auto;
  padding: 80px 0 70px;
}
.readWrap .readBox{
  width: 1100px;
  margin: 0 auto;
}
.readWrap .readBox ul{
  display: flex;
  margin-bottom: 45px;
}
.readWrap .readBox ul li{
  width: calc(100% / 3);
}
.readWrap .readBox ul li h3{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.67;
  text-align: center;
  position: relative;
  color: #519bb8;
  padding-top: 90px;
}
.readWrap .readBox ul li h3::before{
  content: "";
  width: 100%;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.readWrap .readBox ul li.in_1 h3::before{
  background-image: url(../img/location/location_icon1_b.svg);
  background-size: 56px 64px;
}
.readWrap .readBox ul li.in_2 h3::before{
  background-image: url(../img/location/location_icon2.svg);
  background-size: 68px 59px;
}
.readWrap .readBox ul li.in_3 h3::before{
  background-image: url(../img/location/location_icon3_b.svg);
  background-size: 46px 55px;
}
.readWrap .readBox ul p{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2;
  width: 315px;
  margin: 10px auto 0;
  color: #519bb8;
  text-align: justify;
}
.readWrap .readBox ul li img{
  margin-top: 25px;
}

.readWrap .readBox ul li.in_2{
  background-color: #519bb8;
}
.readWrap .readBox ul li.in_2 h3,
.readWrap .readBox li.in_2 p{
  color: #fff;
}
.readWrap .readBox h2 {
  margin-bottom: 11px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .readWrap .pageTitle {
    width: 264px;
    padding: 31.25vw 0 50px;
  }
  .readWrap .readBox {
    width: 100%;
  }
  .readWrap .readBox ul{
    display: block;
    margin-bottom: 40px;
  }
  .readWrap .readBox ul li{
    width: 100%;
    background-color: #519bb8;
  }
  .readWrap .readBox ul li h3{
    font-size: 18px;
    letter-spacing: 0.11em;
    line-height: 1.78;
    padding-top: 90px;
    color: #fff;
  }
  .readWrap .readBox ul li h3::before{
    content: "";
    width: 100%;
    height: 55px;
    top: 25px;
  }
  .readWrap .readBox ul li.in_1 h3::before{
    background-image: url(../img/location/location_icon1_w.svg);
    background-size: 45px 54px;
  }
  .readWrap .readBox ul li.in_2 h3::before{
    background-image: url(../img/location/location_icon2.svg);
    background-size: 60px 52px;
  }
  .readWrap .readBox ul li.in_3 h3::before{
    background-image: url(../img/location/location_icon3_w.svg);
    background-size: 41px 49px;
  }
  .readWrap .readBox ul p{
    font-size: 15px;
    letter-spacing: 0.01em;
    width: 100%;
    padding: 0 15px;
    color: #fff;
  }
}
@media all and (max-width:370px) {
}

/* 施設 tab
***************************************************************/
.aroundWrap{
  margin-top: 65px;
}
.aroundWrap .tabWarp{
  width: 910px;
  margin: 0 auto;
}
.aroundWrap .tabWarp .tab{
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.aroundWrap .tabWarp .tab li a{
  width: 214px;
  height: 74px;
  border: 3px solid #519bb8;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.19em;
  color: #519fbc;
  line-height: 1;
  padding-top: 15px;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}
.aroundWrap .tabWarp .tab li a::after{
  content: "";
  width: 100%;
  height: 14px;
  background-image: url(../img/location/location_arrow_b.svg);
  background-size: 13px 14px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transition: bottom 0.3s ease, background 0.3s ease;
}

.aroundWrap .foottab .tab{
  margin-top: 10px;
  padding-bottom: 0;
}
.aroundWrap .foottab .tab li a{
  padding-top: 33px;
}
.aroundWrap .foottab .tab li a::after{
  bottom: 45px;
  transform: rotate(180deg);
  transition: bottom 0.3s ease;
}
@media all and (min-width: 681px) {
  .aroundWrap .tabWarp .tab li a:hover{
    color: #fff;
    background-color: #519bb8;
  }
  .aroundWrap .tabWarp .tab li a:hover::after{
    background-image: url(../img/location/location_arrow_w.svg);
    bottom: 5px;
  }
  .aroundWrap .foottab .tab li a:hover::after{
    bottom: 50px;
  }
}
@media all and (max-width:680px) {
  .aroundWrap{
    margin-top: 100px;
  }
  .aroundWrap .tabWarp{
    width: 260px;
  }
  .aroundWrap .tabWarp .tab{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
  }
  .aroundWrap .tabWarp .tab li + li + li{
    margin-top: 10px;
  }
  .aroundWrap .tabWarp .tab li a{
    width: 125px;
    height: 43px;
    border: 2px solid #519bb8;
    display: block;
    font-size: 12px;
    padding-top: 8px;
  }
  .aroundWrap .tabWarp .tab li a::after{
    width: 100%;
    height: 8px;
    background-size: 7px 8px;
    bottom: 7px;
  }

  .aroundWrap .foottab .tab{
    margin-top: 0;
    padding-bottom: 0;
  }
  .aroundWrap .foottab .tab li a{
    padding-top: 19px;
  }
  .aroundWrap .foottab .tab li a::after{
    bottom: 24px;
  }

  .aroundWrap .w_title2{
    line-height: 1.78;
  }
}
@media all and (max-width:370px) {
}

/* 施設
***************************************************************/
.aroundWrap .bg_blue{
  background-color: #6cb3c9;
}
.aroundWrap .inner{
  width: 1100px;
  margin: 0 auto;
  line-height: 1;
  padding-top: 70px;
  padding-bottom: 115px;
}
.aroundWrap .inner h3{
  font-size: 75px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #6cb3c9;
  text-align: center;
}
.aroundWrap .inner h3 span{
  display: block;
  font-size: 30px;
  letter-spacing: 0.19em;
  margin-top: 15px;
  color: #818789;
}
.aroundWrap .inner ul{
  display: flex;
  flex-wrap: wrap;
  gap: 35px 40px;
  margin-top: 60px;
}
.aroundWrap .inner ul li{
  width: 340px;
  color: #818789;
}
.aroundWrap .inner .name{
  font-size: 19px;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-top: 10px;
}
.aroundWrap .inner .acc{
  font-size: 15px;
  letter-spacing: 0.07em;
  font-weight: 500;
  margin-top: 10px;
}
.aroundWrap .bg_blue h3,
.aroundWrap .bg_blue h3 span,
.aroundWrap .bg_blue ul li{
  color: #fff;
}

.anchor{
    position: absolute;
    height: 0;
    pointer-events: none;
  }

@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .aroundWrap .inner{
    width: 100%;
    padding: 20px 15px 50px;
    position: relative;
  }
  .anchor{
    position: absolute;
    height: 0;
    pointer-events: none;
  }

  .aroundWrap .inner h3{
    font-size: 31px;

  }
  .aroundWrap .inner h3 span{
    font-size: 16px;
    margin-top: 8px;
  }
  .aroundWrap .inner ul{
    justify-content: space-between;
    gap: 25px 0;
    margin-top: 0;
    padding-top: 22px;
  }
  .aroundWrap .inner ul li{
    width: calc((100% - 10px) / 2);
  }
  .aroundWrap .inner .name{
    font-size: 15px;
    line-height: 1.32;
    letter-spacing: 0.03em;
  }
  .aroundWrap .inner .acc{
    font-size: 14px;
    margin-top: 5px;
  }
}
@media all and (max-width:370px) {
  .aroundWrap .inner .acc {
    font-size: 13px;
  }
  .aroundWrap .inner .name.tume{
    letter-spacing: -0.07em;
    white-space: nowrap;
  }
}

/* mapWrap
***************************************************************/
.mapWrap{
  width: 1100px;
  margin: 200px auto 0;
  padding-bottom: 95px;
}
.mapWrap img{
  margin-top: 50px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .mapWrap{
    width: 100%;
    margin: 100px auto 0;
    padding-bottom: 75px;
  }
  .mapWrap img{
    margin-top: 25px;
  }
}
@media all and (max-width:370px) {
}

/*バナー３*/
@media all and (max-width:680px) {
  .bnrPresent.bnrPresent3 {
      margin-left: 20px;
      padding-bottom: 30px;
  }
}
