@charset "utf-8";

h3.sec_lead{
    text-align: center;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.9;
    color: #231815;
    margin: 0 0 38px 0;
}
h3.sec_lead:after{
    display: block;
    margin: 30px auto 0 auto;
    content: '';
    width: 48px;
    height: 4px;
    background: #005dab;
}
.sec01{ padding-bottom: 90px;}
.sec01 p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3;
    color: #231815;
}

.sec02{
    background: #f7fcff;
    padding: 112px 0;
    box-sizing: border-box;
}

.sec02 .box,
.sec02 .box02{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    box-sizing: border-box;
    margin-bottom: 55px;
}
.sec02 .box02{ justify-content: space-between; flex-direction: row; margin-bottom: 0;}

.sec02 .box .img{
    width: 52%;
    max-width: 560px;
}

.sec02 .box .txt{
    width: 48%;
    padding: 0 70px 0 0;
    box-sizing: border-box;
}
.sec02 .box02 .txt{
    width: 48%;
    box-sizing: border-box;
}

.sec02 .box .txt p.class{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #0062b0;
    font-size: 1.5rem;
    padding: 2px 15px;
    box-sizing: border-box;
	margin-bottom: 5px;
    
}
.sec02 .box .txt h3{
    position: relative;
    font-size: 3.2rem;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #030000;
    
}
.sec02 .box .txt span{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-left: 28px;
}

.sec02 .box .txt p{
    font-size: 1.6rem;
    line-height: 1.6;
}

.sec02 h4{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #0062b0;
}
.sec02 .box .txt h4 span,
.sec02 h4 span{
    position: relative;
    display: inline-block;
    background: #f7fcff;
    font-size: 2.2rem;
    padding: 0 10px 0 0 !important;
    box-sizing: border-box;
    margin: 0;
    z-index: 5;
}

.sec02 h4:after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
    z-index: 1;
    
}
.sec02 dl{
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.sec02 dt,.sec02 dd{
    display: table-cell;
    vertical-align: top;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: left;
    box-sizing: border-box;
}

.sec02 dt{ width: 168px;}

.sec02 ul,
.sec04 ul,
.sec05 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.sec02 li,
.sec04 li,
.sec05 li{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-indent: -0.8em;
    padding-left: 1.5em;
    box-sizing: border-box;
}
.sec02 li:before,
.sec04 li:before,
.sec05 li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}
.sec02 li+li,
.sec04 li+li,
.sec05 li+li{ margin-top: 14px;}


.sec03{
    padding:105px 0 0 0;
    box-sizing: border-box;
}

.sec03 p.lead{
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    line-height: 1.9;
    margin-bottom: 80px;
}

.sec03 .facility_wrap{
    flex-wrap: wrap;
}
.sec03 .facility_wrap .box{
    width: 31%;
    max-width: 338px;
    margin-right: 40px;
    margin-bottom: 45px;
}

.sec03 .facility_wrap .box:nth-of-type(3n){ margin-right: 0;}


.sec03 .facility_wrap .box h3{
    position: relative;
    font-size: 2.2rem;
    font-weight: 400;
    margin: 10px 0 10px 0;
    padding: 0;
    letter-spacing: 0.2em;
}
.sec03 .facility_wrap .box h3:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    content: '';
    position: relative;
    width: 3px;
    height: 34px;
    background: #005dab;
    
}

.sec03 .facility_wrap .box p{
    font-size: 1.6rem;
}
.sec04{
    background: #f7fcff;
    padding: 90px 0 80px 0;
    box-sizing: border-box;
}

h3.sec_ttl{
    position: relative;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 0 0 50px 0;
}

h3.sec_ttl:after{
    display: block;
    content: '';
    width: 48px;
    height: 4px;
    background: #005dab;
    margin: 20px auto 0 auto;
}

.sec04 .gmap{
    margin-bottom: 20px;
}
.sec04 .gmap iframe{
    width: 100%;
    border: 0;
    box-sizing: border-box;
}

#main .sec04 ul{ margin-top: 10px;}
#main .sec04 ul li+li{ margin-top: 5px;}

.sec04 a.map{
    position: relative;
    font-size: 1.6rem;
    text-decoration: underline;
}
.sec04 a.map:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    background: url(../img/common/icn_map.png) no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 26px;
}
.sec04 a.map:hover{ text-decoration: none;}


.sec05{ padding:85px 0 80px 0;}

.sec05 h3.sec_ttl{ margin-bottom: 60px;}
.sec05 table{
    margin: 0 0 55px 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #cccccc;
}
.sec05 table th,
.sec05 table td{
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #231815;
    padding: 20px 35px;
    border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    box-sizing: border-box;
}

.sec05 table th{
    padding: 20px 40px;
    background: #f7fcff;
}
.sec05 table td{}

.sec05 table td dl{
    display: table;
    margin: 0;
    padding: 0;
}

.sec05 table td dt,
.sec05 table td dd{
    display: table-cell;
    vertical-align: top;
}

.sec05 .box{
    width: 48%;
}

.sec05 h4{
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    font-weight: 400;
}
.sec05 h4:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    content: '';
    position: relative;
    width: 3px;
    height: 34px;
    background: #005dab;
}

.sec05 .box ul li{
    display: inline-block;
    width: 44%;
    margin-bottom: 10px;
}

.sec05 .box_way1 ul li{
    display: inline-block;
	margin-right: 25px;
}

.sec05 .box ul li+li{ margin-top: 0;}



@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 5vw;
        margin: 0 0 11% 0;
    }
    h3.sec_lead:after{
        margin: 4.8% auto 0 auto;
        width: 40px;
        height: 4px;
    }
    .sec01{ padding-bottom: 14%;}
    .sec01 p{
        font-size: 1.5rem;
        text-align: left;
		line-height: 1.9;
    }

    .sec02{
        padding: 10% 0 0.1% 0;
    }
    .sec02 .box,
    .sec02 .box02{
        display: block;
        margin-bottom: 8.5%;
    }
    .sec02 .box02 .txt:not(:last-of-type){ margin-bottom: 8%;}

    .sec02 .box .img{
        width: 100%;
        max-width: 466px;
        margin: 0 auto 4% auto;
    }

    .sec02 .box .txt{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .sec02 .box02 .txt{
        width: 100%;
        box-sizing: border-box;
    }

    .sec02 .box .txt p.class{
        display: inline-block;
        text-align: center;
        color: #FFF;
        background: #0062b0;
        font-size: 1.3rem;
        padding: 2px 15px;

    }
    .sec02 .box .txt h3{
        font-size: 2.8rem;
        margin: 0 0 6.25% 0;

    }
    .sec02 .box .txt span{
        font-size: 1.5rem;
        margin-left: 20px;
    }

    .sec02 .box .txt p{
        font-size: 1.4rem;
    }

    .sec02 h4{
        margin: 0 0 4% 0;
        font-size: 1.8rem;
    }
    .sec02 .box .txt h4 span,
    .sec02 h4 span{
        font-size: 1.8rem;
        padding: 0 10px 0 0 !important;
    }
    .sec02 dt,.sec02 dd{
        display: block;
        font-size: 1.4rem;
    }

    .sec02 dt{ width: auto;}

    .sec02 li,
    .sec04 li,
    .sec05 li{
        font-size: 1.4rem;
    }
    .sec02 li:before,
    .sec04 li:before,
    .sec05 li:before{
        margin-right: 8px;
    }
    .sec02 li+li,
    .sec04 li+li{ margin-top: 3%;}

    .sec03{
        padding:15% 0;
    }

    .sec03 p.lead{
        font-size: 4.5vw;
        margin-bottom: 9%;
		text-align: left;
    }

    .sec03 .facility_wrap{
        flex-wrap: wrap;
    }
    .sec03 .facility_wrap .box{
        width: 48%;
        max-width: 338px;
        margin-right: 4%;
        margin-bottom: 6%;
    }
	.sec03 .facility_wrap .box.way1{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .sec03 .facility_wrap .box:nth-of-type(3n){ margin-right: 4%;}
    .sec03 .facility_wrap .box:nth-of-type(2n){ margin-right: 0;}


    .sec03 .facility_wrap .box h3{
        font-size: 1.6rem;
    }
    .sec03 .facility_wrap .box h3:before{
        margin-right: 12px;
        width: 3px;
        height: 28px;
    }

    .sec03 .facility_wrap .box p{
        font-size: 1.4rem;
    }
    .sec04{
        padding: 7% 0 7% 0;
    }
	
	#main .sec04 ul{ margin-top: 15px;}

    h3.sec_ttl{
        font-size: 6.5vw;
        margin: 0 0 14% 0;
    }

    h3.sec_ttl:after{
        width: 38px;
        height: 4px;
        margin: 4% auto 0 auto;
    }

    .sec04 .gmap{
        margin-bottom: 2%;
    }
    .sec04 .gmap iframe{
        height: 320px;
    }
    .sec04 .flex{
        flex-direction: column-reverse;
    }

    .sec04 a.map{
        font-size: 1.3rem;
    }
    .sec04 a.map:before{
        width: 16px;
        height: 22px;
    }

    .sec05{ padding:13% 0 12.5% 0;}

    .sec05 h3.sec_ttl{ margin-bottom: 9%;}
    .sec05 table{
        margin: 0 0 8.6% 0;
    }
    .sec05 table th,
    .sec05 table td{
        display: block;
        font-size: 1.4rem;
        padding: 5% 5%;
    }

    .sec05 table th{
        padding: 5% 5%;
    }
    .sec05 table td dt,
    .sec05 table td dd{
        display: block;
    }

    .sec05 .flex{ display: block;}
    .sec05 .box{
        width: 100%;
        margin: 0 auto 6% auto;
    }
    .sec05 .box:last-of-type{ margin-bottom: 0;}
    .sec05 h4{
        margin: 0 0 8% 0;
        font-size: 2.0rem;
    }
    .sec05 h4:before{
        margin-right: 15px;
        width: 3px;
        height: 28px;
    }

    .sec05 .box ul li{
        display: block;
        width: 100%;
    }

    .sec05 .box_way1 ul li{
        display: block;
        margin-right: 0;
    }




}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}




@media all and (-ms-high-contrast: none){
  /* IE のみ */

}
@supports (-ms-ime-align: auto) {
  /* Edge のみ */

}



