@charset "UTF-8";
#wrapper01{
    max-width: 940px;
    width: auto;
    overflow: hidden;
}

#wrapper02{
margin:0px 20px;
padding:1px;
border:1px solid #6A684F;
color:#434343;
font-size:1.2em;
line-height:160%;
margin-bottom:20px;
}

#wrapper02 #content01{
background:#fff;
padding:28px;
}

#content01 a{
color:#B22D14;
}

#content01 img{
vertical-align:bottom;
max-width: 100%;
height: auto;
}

#content01 h2{
margin-bottom:15px;
}

#content01 h3{
margin-bottom:15px;
text-align:center;
font-size:1.5em;
font-weight:800;
}

#content01 .p01{
margin-bottom:10px;
}

#content01 .p02{
text-align:right;
}

#content01 ul.ul01{
height:36px;
padding:4px 0px;
padding-left:5px;
background:#E2DFD0;
margin-bottom:20px;
}

#content01 ul.ul01 li{
float:left;
width:203px;
height:36px;
padding-right:5px;
}

#content01 ul.ul01 li a:hover img{
opacity:0.5;
filter: alpha(opacity=50);
}

#content01 ul.ul01 img{
float:left;
}

#content01 .div01{
clear:both;
padding-bottom:6px;
margin-bottom:30px;
background:url("../img/index_bg_03.png") repeat-x bottom;
}

#content01 .div02{
border:#D2CBC1 solid 1px;
padding:1px;
}

#content01 .div02 .div03{
border:#E9E5E0 solid 1px;
padding:25px 30px;
}

#content01 .div02 dl dt{
font-weight:800;
margin-bottom:0.5em;
}

#content01 .div02 dl dd{
padding-left:2em;
margin-bottom:1em;
}

#content01 .div02 dl dd ol{
padding-left:3em;
list-style:decimal outside;
}

/* ------------------- */

.tab_menu{
    display: flex;
    justify-content: space-between;
    background: #e1dfcf;
    padding: 5px;
    margin-bottom: 40px;
}
.tab_menu li{
    text-align: center;
    width: 23%;
    background: #9d988e;
    color: #fff;
    padding: 5px;
    border: solid 2px #fff;
}
.tab_menu li.active{
    background: #7f4032;
}
.tab_menu li a{
    color: #fff!important;
    line-height: 1.5;
    display: block;
    font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sec_ttl{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    color: #52462d;
    padding: 0 0 0 5px;
    border-left: solid 2px #915023;
    font-weight: bold;
}
.sec_col_lead{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    line-height: 1.8;
    color: #755c4c;
    font-weight: bold;
}
.main_ttl h2{
    background: #f3f1e7;
    padding: 10px;
    box-shadow: 0px 5px 19px -11px rgba(0,0,0,0.6);
}
h2 span.sec_ttl{
    /* width: 100%; */
    display: block;
    font-size: 20px;
}
h2 span.sec_ttl span{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -2px;
}


@media screen and (max-width: 960px) {
    #content01 .div04 {
        float: inherit;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #content01 .img01 {
        border: #D2CBC1 solid 1px;
        border-left: #D2CBC1 solid 1px;
        border-top: none;
        float: inherit;
        width: 100%;
        box-sizing: border-box;
    }
    .map_img{
        max-width: 519px;
        margin: 0 auto;
    }
    #content01 .div01 {
        max-width: 519px;
        margin: 0 auto 30px;
    }
    #content01 .div04 dl.dl01 dd.dl01 div {
        position: inherit;
    }
    #content01 .div04 dl.dl01 dd.dl01 {
        height: auto;
    }
    .tab_menu li {
        width: 22%;
    }
    .tab_menu {
        justify-content: space-around;
    }
    .tab_menu li a {
        font-size: 13px;
    }
    .tab_menu li {
        width: 22%;
    }
}
@media screen and (max-width: 650px){
    .sec_col_lead {
        font-size: 3.2vw;
    }
    .tab_menu {
        flex-wrap: wrap;
    }
    .tab_menu li {
        width: 46%;
    }
    .tab_menu li:nth-child(1), .tab_menu li:nth-child(2) {
        margin-bottom: 1%;
    }
    #content01 .div01 .table01 th {
        width: auto;
    }
}
@media screen and (max-width: 500px){
    .tab_menu li {
        width: 100%;
    }
    .tab_menu li:nth-child(3){
        margin-bottom: 1%;
    }
}