@charset "UTF-8";
/*=======================================
アクセス・周辺施設
=========================================*/
.p-access__kv {
  margin-bottom: 100px;
}
.p-access__kv .t {
  margin-bottom: 40px;
}
.p-access__kv .t img {
  height: 530px;
  object-fit: cover;
}
.p-access__kv .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
}
.p-access__kv .block1:before, .p-access__kv .block1:after {
  display: none;
}
.p-access__kv .block1 .txt1 {
  width: 42%;
}
.p-access__kv .block1 .txt1 h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 180%;
  color: #00A4EA;
  margin-bottom: 15px;
}
.p-access__kv .block1 .txt1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 180%;
}
.p-access__kv .block1 .img1 {
  width: 55%;
  text-align: right;
}
.p-access__map {
  margin-bottom: 100px;
  text-align: center;
}
.p-access__map map {
  max-width:700px;
  margin:0 auto; 
}
.p-access__way {
  margin-bottom: 60px;
}
.p-access__way .block1 {
  margin-bottom: 60px;
  text-align: center;
}
.p-access__way .block1:last-child {
  margin-bottom: 0;
}
.p-access__guide {
  margin-bottom: 100px;
}
.p-access__guide .content ol {
  margin: 0;
}
.p-access__guide .content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-access__guide .content li:last-child {
  margin-bottom: 0;
}
.p-access__guide .content li:last-child .img1:before {
  display: none;
}
.p-access__guide .content li:before, .p-access__guide .content li:after {
  display: none;
}
.p-access__guide .content li .img1 {
  width: 40.3637%;
  position: relative;
}
.p-access__guide .content li .img1:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -45px;
  width: 40px;
  height: 25px;
  background: url(../img/access/guide_icon1.svg) no-repeat center;
  background-size: contain;
}
.p-access__guide .content li .txt1 {
  width: 55%;
}
.p-access__guide .content li .txt1 .no {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 130%;
  font-weight: 700;
  color: #00A4EA;
  margin-bottom: 5px;
}
.p-access__guide .content li .txt1 .t {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 180%;
}
.p-access__guide .content .map {
  text-align: center;
  margin-top: 60px;
}
.p-access__guide .content .map .c23-btn1 {
  margin-top: 30px;
}
.p-access__facility {
  margin-bottom: 80px;
}
.p-access__facility .content .lead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 40px;
}
.p-access__facility .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-access__facility .content ul.center {
  justify-content: center;
}
.p-access__facility .content li {
  width: 27%;
  margin-left: 3.5%;
  margin-bottom: 60px;
}
.p-access__facility .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-access__facility .content li .img1 {
  margin-bottom: 20px;
  text-align: center;
}
.p-access__facility .content li .txt1 h4 {
  font-size: 20px;
  font-size: 1.9rem;
  color: #00A4EA;
  line-height: 160%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-access__facility .content li .txt1 h4 span {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #00A4EA;
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-access__facility .content li .txt1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}

.p-access__facility .content li .map_bn{  
  text-align: center;
}

.syuhenshisetsu ul li {
  border: 1px solid #00A4EA;
  padding: 20px;
}


.grad_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
  background: linear-gradient(90deg,rgba(70, 210, 186, 1) 0%, rgba(68, 188, 222, 1) 100%);
  color:#fff;
  text-decoration:none;
  position:relative;
  transition: all 0.2s linear;
  margin:15px auto;
  font-size:1.8rem;
  font-weight: bold;
  max-width:400px;
  height:60px;
  border-radius: 60px;
}

.grad_btn a::after{
  content: "";
  position: absolute;
  top:50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}

.ac_btn {
  cursor: pointer;
  position: relative;
}
.ac_btn::after{
  background-image:url(../img/access/item_arrow_open.svg?250718);
  background-size:cover;
  background-position:center;
  content:"";
  display:block;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  width:28px;
  height:28px;
  right:15px;
}
.ac_btn.active {
  display: block;
}
.ac_btn.active::after{
    transform: translateY(-50%) rotate(180deg);
}

.ac_btn + .open {
  display:none;
}
.ac_btn.active + .open {
  display: block;
}
        
    


/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-access__kv {
    margin-bottom: 40px;
  }
  .p-access__kv .t {
    margin-bottom: 30px;
  }
  .p-access__kv .t img {
    height: 45vw;
  }
  .p-access__kv .block1 {
    display: block;
    text-align: center;
  }
  .p-access__kv .block1 .txt1,
  .p-access__kv .block1 .img1 {
    width: auto;
  }
  .p-access__kv .block1 .txt1 {
    margin-bottom: 25px;
  }
  .p-access__kv .block1 .txt1 h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .p-access__kv .block1 .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-access__kv .block1 .img1 {
    margin-left: 25px;
    margin-right: 15px;
  }
  .p-access__map {
    margin-bottom: 60px;
  }
  .p-access__map .map iframe {
    height: 75vw;
  }
  .p-access__way {
    margin-bottom: 40px;
  }
  .p-access__way .block1 {
    margin-bottom: 40px;
  }
  .p-access__way .block1:last-child {
    margin-bottom: 0;
  }
  .p-access__guide {
    margin-bottom: 60px;
  }
  .p-access__guide .content li {
    display: block;
    position: relative;
    margin-bottom: 70px;
  }
  .p-access__guide .content li .img1,
  .p-access__guide .content li .txt1 {
    width: auto;
  }
  .p-access__guide .content li .img1 {
    position: static;
  }
  .p-access__guide .content li .img1:before {
    width: 25px;
    height: 18px;
    margin-left: -12px;
    bottom: -35px;
  }
  .p-access__guide .content li .txt1 {
    position: relative;
    margin-top: -20px;
    z-index: 1;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-access__guide .content li .txt1 .no {
    margin-bottom: 3px;
  }
  .p-access__guide .content li .txt1 .t {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-access__guide .content .map {
    margin-top: 40px;
  }
  .p-access__facility .content ul {
    display: block;
  }
  .p-access__facility .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-access__facility .content li .img1 {
    margin-bottom: 15px;
    text-align: center;
  }
  .p-access__facility .content li .txt1 h4 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-access__facility .content li .txt1 p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .grad_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
  background: linear-gradient(90deg,rgba(70, 210, 186, 1) 0%, rgba(68, 188, 222, 1) 100%);
  color:#fff;
  text-decoration:none;
  position:relative;
  transition: all 0.2s linear;
  margin:15px auto;
  font-size:1.2rem;
  font-weight: bold;
  max-width:245px;
  height:35px;
  border-radius: 35px;
}   

.grad_btn a::after{
  content: "";
  position: absolute;
  top:50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.ac_btn::after{
  background-image:url(../img/access/item_arrow_open.svg?250718);
  background-size:cover;
  background-position:center;
  content:"";
  display:block;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  width:16px;
  height:16px;
  right:10px;
}
}