@charset "UTF-8";
/* CSS Document */

.sp{
    display: none;
}

@media screen and (max-width: 889px) {
    .pc{
    display: none;
} 
        .sp{
    display: block;
} 
    img{
        max-width: 100%;
    }
}    
    
h2{
    font-size: 2.4rem;
    color: #0097D4;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 3px solid #0097D4;
}

h2 span{
    font-size: 0.8rem;
    color: #454545;
    padding-left: 1rem;
}

h3{
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
#main img{
    width: 690px;
}

#read{
    text-align: center;
}

#read img{
    width: 690px;
}

#read p{
    line-height: 2.5;
    margin: 20px 0;
}

#access .info{
    margin: 30px auto;
    line-height: 1.8;
    width: fit-content;
}

#access .info ul{
  list-style-type: none;
  padding-left: 0;
}

#access .info ul li{
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#access .info ul li:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #0097D4;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}

#access .map {
    position: relative;
    width: 100%;
    padding-top: 40%;
    height: 0;
    margin-bottom: 30px;
}

#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#access .address{
    text-align: center;
}
#access .station{
    margin: 20px auto;
    border-top: 1px solid #E6E6E6;
    width: fit-content;
padding: 20px;
    line-height: 1.8;
}

#access .image{
    display: flex;
    gap:1rem;
}

#access .image>* {
    min-width: 0;
    border-radius: 20px;
}

#access .root{
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
    counter-reset: li;
}

#access .root li {
    display: flex;
    align-items: flex-start;
    padding: .3em;
    line-height: 1.8;
}

#access .root li::before {
    display: inline-block;
    min-width: 2em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #ED4089;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 2em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

#news p{
    text-align: center;
    line-height: 1.8;
}

#news .image{
    display: flex;
    margin-top: 30px;
}

#news .image>* {
    min-width: 0;
    border-radius: 20px;
}
}