.station_list{
  display: flex;
  flex-wrap:wrap;
  gap: 36px;
}

.station_list > li{
  width: calc((100% - 72px) / 3);
}

.station_list > li a{
  display: block;
  position: relative;
  padding-bottom: 60px;
  height: 100%;
}

.station_list > li a .img{
  margin-bottom: 6px;
}

.station_list > li a .img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.station_list > li a .ttl{
  font-size: 1.7rem;
  line-height: calc(32 / 24);
  font-weight: 700;
  margin-bottom: 4px;
  color: #0092e6;
}

.station_list > li a .area{
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  margin-bottom: 8px;
}

.station_list > li a .route{
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  margin-bottom: 10px;
}

.station_list > li a .button{
  position: absolute;
  height: 56px;
  border-radius: 10px;
  background: #0092e6;
  border: 1px solid #0092e6;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left:0;
  bottom:0;
  width: 100%;
}

.station_list > li a .button::after{
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* .station_list > li a .button:hover{
  background: var(--main-clr);
  color: #0092e6;
}

.station_list > li a .button:hover::after{
  border-color: #0092e6;
}
 */
.section_station01{
  padding-bottom: 80px;
}


@media screen and (max-width: 1024px) {
  .station_list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .station_list > li{
    width: calc((100% - 30px) / 2);
  }

  .station_list > li a {
    display: block;
    padding-bottom: 60px;
  }
}

  .station_list > li a .ttl{
    font-size: 1.7rem;
    margin-bottom: 4px;
  }

@media screen and (max-width: 768px) {

  .station_list{
    gap: 30px 20px;
  }

  .station_list > li a .ttl{
    font-size: 2.0rem;
    margin-bottom: 4px;
  }

  .station_list > li a .area{
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .station_list > li a .route{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .station_list > li a .button{
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }

  .section_station01{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {

  .station_list > li a {
    padding-bottom: 40px;
  }

  .station_list{
    gap: 40px;
  }

  .station_list > li{
    width: 100%;
  }

  .station_list > li a .ttl{
    font-size: 2rem;
    margin-bottom: 4px;
  }
}

/*
詳細
*/
.section_st_detail_station01{
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section_st_detail_station01{
    margin-bottom: 40px;
  }

}

/* 所長挨拶セクション */
.section_st_detail_station{
  margin-bottom: 50px;
  border-bottom:1px dotted #0092e6;
  padding-bottom: 60px;
}

.section_st_detail_station .msg{
  margin-bottom: 40px;
}

.section_st_detail_station .sec_block{
  margin-top: 40px;
}

.section_st_detail_station .sec_block .ttl{
  width: 100%;
  font-size: 2.8rem;                
  line-height: calc(36 / 24); 
  margin-bottom: 20px;
  color: var(--main-clr);
  font-weight: bold;
}

.section_st_detail_station .row{
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 40px;
}

.section_st_detail_station .row.revs{
  flex-direction: row-reverse;
}


.section_st_detail_station .row > .col1{
  width:calc(100% - 420px)
}
.section_st_detail_station .row > .col1 .ttl{
  width: 100%;
  font-size: 2.8rem;                
  line-height: calc(36 / 24); 
  margin-bottom: 20px;
  color: var(--main-clr);
  font-weight: bold;
}

.section_st_detail_station .row > .col2{
  width: 420px;
}

.section_st_detail_station .row > .col2 .profile{
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-clr);
}

.section_st_detail_station .row > .col2 .ttl{
  width: 100%;
  font-size: 2.8rem;                
  line-height: calc(36 / 24); 
  margin-bottom: 20px;
  color: var(--main-clr);
  font-weight: bold;
}


.section_st_detail_station .row > .col2 dl{
  display: block;
  align-items: center;
  gap: 16px;
  margin-bottom: 39px;
}

.section_st_detail_station .row > .col2 dl dt{
  font-size: 1.6rem;             
  line-height: calc(36 / 16);
  font-weight: bold;       
}

.section_st_detail_station .row > .col2 dl dd{
  font-size: 2.5rem;                
  line-height: calc(36 / 25);       
  font-weight: bold;
}

.section_st_detail_station .row > .col2 p{
  font-size: 1.8rem;  
  line-height: calc(32 / 18);  
  margin-bottom: 20px;
}

.section_st_detail_station .row p{
    text-align: left;
}
@media screen and (max-width: 1024px) {
  .section_st_detail_station {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section_st_detail_station .row.revs,
  .section_st_detail_station .row{
    flex-wrap:wrap;
    gap: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    flex-direction: column;
  }

  .section_st_detail_station .row > .col1{
    width:100%;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .section_st_detail_station .row > .col2{
    width: 100%;
  }

}

/*access*/
.section_station_access{
  padding-bottom: 60px;
}

.section_station_access .row{
  display: flex;
  align-items: center;
  gap: 40px;
}

.section_station_access .row .col1{
  width: calc((575 / 1080) * 100%);
  aspect-ratio: 575 / 420;
}

.section_station_access .row .col1 iframe{
  width: 100%;
}

.section_station_access .row .col2{
  width: 47%;
  padding-left: 50px;
}

.section_station_access .row .col2 .address{
  font-size: 1.8rem;
  line-height: calc(36 / 20);
  font-weight: bold;
  margin-bottom: 20px;
}

.section_station_access .row .col2 .tel{
  font-size: 1.8rem;
  line-height: calc(36 / 20);
  font-weight: bold;
  margin-bottom: 20px;
}

.section_station_access .row .col2 .line{
  font-size: 1.6rem;
  line-height: calc(30 / 18);
  color: var(--main-clr);
  margin-bottom: 16px;
}

.section_station_access .row .col2{
  width: 47%;
  padding-left:0px;
}
@media screen and (max-width: 768px) {
  
  .section_station_access .row{
    display: block;
  }

  .section_station_access .row .col1,
  .section_station_access .row .col2{
    width: 100%;
    aspect-ratio: 575 / 420;
  }

  .section_station_access .row .col1{
    margin-bottom: 20px;
  }

  .section_station_access .row .col2{
    aspect-ratio: initial;
  }

  .section_station_access .row .col1 iframe {
    width: 100%;
    height: 100%;
  }

  .section_station_access .row .col2 .line{
    font-size: 1.8rem;
  }
}

/*ギャラリー*/
.section_st_detail_gallery{
  padding-bottom: 80px;
}

.gallery_container {
  display: flex;
  margin: 0 auto;
  padding: 0px;
  gap: 0px;
  aspect-ratio: 1060 / 510;
}

.gallery_slider {
  width: 75%;
}

.gallery_slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.thumb_slider {
  width: 25%;
  height: 100%;
  padding: 10px;
  background: #C6EEFF;
  overflow: visible;
}

.thumb_slider .swiper-wrapper{
  overflow: visible;
}

.thumb_slider .swiper-slide {
  position: relative;
  height: calc((100% / 3));
  cursor: pointer;
  margin-bottom: 0px;
  overflow: visible;
  border-radius: 0px;
}

.thumb_slider .swiper-slide:last-child {
  margin-bottom: 0;
}

.thumb_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.thumb_slider .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #C6EEFF transparent transparent;
  border-width: 8px 13px 8px 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .section_st_detail_gallery{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .thumb_slider {
    padding: 6px;
  }
  .thumb_slider .swiper-slide-thumb-active::after {
    left: -18px;
  }
}


/*問い合わせ電話*/
.section_st_detail_link .ttl{
  font-size: 30px;
  color: var(--main-clr);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 22px;
}

.section_st_detail_link .box{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(#f0f9ff 0%, #e5f6ff 100%);
  border-radius: 39px;
  padding:40px 30px;
}

.section_st_detail_link .link_list{
  display: flex;
  flex-wrap:wrap;
  gap:40px;
  width: 100%;
}

.section_st_detail_link .link_list>li{
  display: flex;
  width: calc((100% - 40px) / 2);
}

.section_st_detail_link .link_list>li>a{
  position: relative;
  height: 78px;
  background: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #0092e6;
  font-weight: bold;
  display:flex;
  align-items: center;
  width: 100%;
}

.section_st_detail_link .link_list>li>a{
  display: flex;
  padding-left: 24px;
}

.section_st_detail_link .link_list>li>a::after{
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--main-clr);
  border-right: 2px solid var(--main-clr);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .section_st_detail_link .link_list>li>a{
    display: flex;
    padding-left: 24px;
    font-size: 2rem;
  }

  .section_st_detail_link .box{
    padding:25px 20px;
    border-radius: 20px;
  }

}
@media screen and (max-width: 768px) {
  .section_st_detail_link{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
  }

  .section_st_detail_link .box{
    text-align: center;
    display: block;
  }

  .section_st_detail_link .ttl{
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 22px;
  }

  .section_st_detail_link .link_list{
    gap:20px;
  }

  .section_st_detail_link .link_list>li{
    width: 100%;
  }

  .section_st_detail_link .link_list>li>a{
    display: flex;
    padding-left: 20px;
    font-size: 2rem;
  }

}

@media screen and (max-width: 400px) {
    .section_st_detail_station .row > .col2 .ttl {
        font-size:2.2rem;
    }
}