body {
    font-family: "游ゴシック", YuGothic, Arial, sans-serif;
    font-weight: 500;
    font-size: 13.6px;
    line-height: 1.6;
    margin: 0;
}

img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;}

a {
    text-decoration: none;
    color: #000;
}

a:hover{
    opacity: 0.6;
}

header {
    display: none;
}
    
li{
    list-style: none;
}   
    
h1,h2,h3,h4,h5{
  font-size: 1em;
}
    
.map-contents {
    width: 890px;
    margin: auto;
}
    
.logo_wrapper {
    width: 100%;
    margin: 30px 0px;
}
    
.logo_box {
    width: 100%;
}


.ttl_topics,
.ttl_office-access,
.ttl_branch-access{
    position: relative;
    width: 100%;
    border-bottom: 3px solid #f4f4f4;
    z-index: 1;
    margin-bottom: 30px;
    padding-top: calc( 1em + 6px );/* h2文字サイズ+padding-bottom */
    background: url(../img/arrow_ttl.png) top left no-repeat;
    background-size: 9px;
}
.ttl_topics h2,
.ttl_office-access h2,
.ttl_branch-access h2{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-bottom: 6px;
    border-bottom: 3px solid #3dba32;
    line-height: 1;
    z-index: 2;
}
/* ページ見出しここまで */

/* マップ　部分*/

.map_wrapper {
    width: 850px;
    height: 426px;
    margin: 30px 20px;
}

/* ボタン 部分 */
.btn_wrapper{       
    padding: 40px 0px;
    text-align: center;
    margin: 40px;
}

.btn_close {
    margin: 0px auto;
    width: 245px;
    height: 64px;
    border-radius: 5px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
    border: none;
}

.btn_close-c {
    float: inline-block;
    width: 245px;
    height: 64px;
    border-radius: 5px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
    border: none;
    margin-right: 54px;
}

.btn_weight-c {
    display: inline-block;
    margin: 0px auto;
    width: 245px;
    height: 64px;
    border-radius: 5px;
    background-color: #22ca6d;
    color: #fff;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
    border: none;
}

/* コンテンツ追加 */
.info_container{
    margin: 0 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.info_container h3{
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.access-wrapper{
    width: 46.5%;
}
.access-wrapper h3{
    margin-bottom: 10px;
}
.access-wrapper p{
    margin-bottom: 5px;
}
.access-route {
    margin-top: 20px;
}
.info_container .access-route h3{
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.access-route ul li{
    margin: 5px 0 10px;
}
.access-route ul li:nth-child(odd){
    font-weight: 700;
}
.access-route ul li:nth-child(2){
    background: #7BAB4F;
    color: #fff;
    padding: 7px 0;
}
.access-route ul li:nth-child(4){
    background: #004098;
    color: #fff;
    padding: 7px 0;
}
.access-route ul li:nth-child(6){
    background: #aaa;
    color: #fff;
    padding: 7px 0;
}
.access-route ul li:nth-child(odd)::before{
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 500;
  font-size: 22px;
  color: #000;/*アイコンの色*/
  display: inline-block;
  width: 40px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
.access-route ul li:nth-child(even)::before{
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  font-weight: 900;
  font-size: 18px;
  color: #fff;/*アイコンの色*/
  display: inline-block;
  width: 40px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}

.info_container .station-image{
    width: 50%;
    height: auto;
}
.station-image div img{
    width: 100%;
    height: auto;
}
.station-image div {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* コンテンツ追加ここまで */

.clear {
    clear: both;
}

input:focus {
    outline: none;
}

footer {
    display: none;
}


/* TOPへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
}
.pagetop a {
    display: block;
    background:#3DBA32;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13.6px;
    text-decoration: none;
    width:60px;
    height:60px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: relative;
}
.pagetop a i{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
}
.pagetop a span{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateY(-75%) translateX(-50%);
}


/* 0 - 480px */ 
@media (max-width: 480px) {
    
    html {
        font-size:62.5%;　/*10pxを基準*/
    }
    
    body {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    
    img{
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        width: 100%;
    }

    header {
        display: block;
    }

    /* font-awesome */
    .icon-color-gr{
        color: #e6e6e6;
    }
    
    .icon-spacing-right{
        margin-right: 10px;
    }
    
    #map {
        width: 100%;
        position: relative;
        margin: 30 0px;
    }
        
    .logo_wrapper {
        display: none;
    }
    
    .logo_box {
        display: none; 
    }
    
    .map-contents {
        width: 92vw;
        margin: 0 auto 30px;
        padding-top: 84px;
    }

    .map_wrapper {
            
        width: 100%;
        height: 426px;
        margin: 0 auto;
    }
    
    .info_container {
        margin-top: 3vw;
    }

    
/* ボタン 部分 */
    
    .btn_wrapper{       
        padding: 10vw 0;
        text-align: center;
        margin: 0vw;
    }

    .btn_close {
        margin: 0px auto;
        width: 46%;
        max-height: 50px;
        min-height: 44px;
        border-radius: 5px;
        background-color: #999999;
        color: #fff;
        text-align: center;
        line-height: 13vw;
        font-size: 14px;
        font-weight: bold;
        cursor:pointer;
        border: none;
    }
        
    .btn_close-c {
        float: inline-block;
        width: 46%;
        max-height: 50px;
        min-height: 44px;
        border-radius: 5px;
        background-color: #999999;
        color: #fff;
        text-align: center;
        line-height: 13vw;
        font-size: 14px;
        font-weight: bold;
        cursor:pointer;
        border: none;
        margin-right: 3vw;
    }

    .btn_weight-c {
        display: inline-block;
        margin: 0px auto;
        width: 46%;
        max-height: 50px;
        min-height: 44px;
        border-radius: 5px;
        background-color: #22ca6d;
        color: #fff;
        text-align: center;
        line-height: 13vw;
        font-size: 14px;
        font-weight: bold;
        cursor:pointer;
        border: none;
    }
    
    footer {
        display: block;
    }
    

    /* TOPへ戻るボタン */
    .pagetop {
        display: none;
        position: fixed;
        bottom: 40px;
        right: 30px;
    }
    .pagetop a {
        display: block;
        background:#3DBA32;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
        text-decoration: none;
        width:60px;
        height:60px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        position: relative;
    }
    .pagetop a i{
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translateY(-20%) translateX(-50%);
    }
    .pagetop a span{
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translateY(-75%) translateX(-50%);
    }

    /* 追加コンテンツ */
    .info_container{
        margin: 0;
        margin-top: 20px;
    }
    .access-wrapper{
        width: 100%;
        margin-bottom: 20px;
    }
    .info_container .station-image{width: 100%;}
}   
