@charset "utf-8";

.access_wrap{
    width: 90%;
    margin: 0 auto;
}

/* access */

#access{
    margin-bottom: 60px;
}

iframe{
    margin-bottom: 20px;
}

.address_container{
    background: #9EE1F1;
    padding: 5%;
    margin-bottom: 20px;
}

.way_content{
    margin-bottom: 20px;
}

.way_content h3{
    color: #254a7e;
    position: relative;
    padding-left: 35px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 5px dotted #9EE1F1;
}

.subway h3::before{
    content: "";
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background-image: url(../img/access_img/chikatetsu.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
.bus h3::before{
    content: "";
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background-image: url(../img/access_img/basu.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width:767px){
    .address_container{
        text-align: center;
        margin-bottom: 30px;
    }
    .way_container{
        display: flex;
        justify-content: space-between;
    }
    .way_content{
        width: 48%;
    }
}
@media screen and (min-width:960px){
    .access_wrap{
        max-width: 1000px;
    }
}


/* hours */

#hours{
    text-align: center;
    margin-bottom: 60px;
}

#hours p:nth-child(2){
    font-size: 1.5em;
    font-weight: bold;
    color: #254a7e;
}


/* fee */

#fee{
    margin-bottom: 60px;
}

table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th{
    padding: 10px;
    background: #0072b8;
    border: solid 2px #ffffff;
    color: #ffffff;
}

table td{
    padding: 10px;
    border: solid 2px #ffffff;
}

table td:first-child{
    background: #9ee1f1;
}

@media screen and (min-width:767px){
    #fee{
        margin-bottom: 80px;
    }
}
