@charset "utf-8";
/*============================================================
水平線
<div class="hr so_1 t_01"></div>
============================================================*/
/*線のスタイル＆太さ*/
.hr.so_1{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.hr.so_2{
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.hr.da_1{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
.hr.da_2{
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}
.hr.do_1{
    border-bottom-width: 1px;
    border-bottom-style:dotted;
}
.hr.do_2{
    border-bottom-width: 2px;
    border-bottom-style:dotted;
}
/*線の色*/
.hr.t_01{
    border-bottom-color:rgba(0, 0, 0, 0.05);
}
.hr.t_02{
    border-bottom-color:rgba(0, 0, 0, 0.15);
}
.hr.t_03{
    border-bottom-color:rgba(0, 0, 0, 0.25);
}

/*
地図
---------------------------------------------------------*/
/*地図*/
.map-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.map{
    width: 100%; 
    overflow: hidden;
    height: 300px;
}

.bigmap-btn {
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border-top: solid .1rem #d0d0d0;
    color: #3642bf;
    padding: 1em;
    cursor: pointer;
    transition: .3s ease-out;
}

.bigmap-btn:hover{
    background-color: #3642bf;
    color: #fff;
}

/*
.page-date {
    color: #3642bf;
}
*/





