@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 60px;
        background-image: url(../images/common/bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-bottom: 1px solid #d3adaf;
    }
}

/* past */
.scroll_fadeIn{
    opacity: 0;
    transition: opacity 2s ease-out;
}
.scroll_fadeIn.show{
    opacity: 1;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.past{
    position: relative;
}
.past:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/history/bg01.jpg);
    background-size: cover;
    opacity: 0.75;
}
.past>.attWrap{
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-image: url(../images/history/bg02@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.pastWrap{
    position: relative;
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.mainTxt_box{
    position: relative;
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    padding: 200px 0 80px 0;
}
.mainTxt_box>h2{
    margin-bottom: 30px;
}
.mainTxt_box>p{
    font-size: 1.1em;
    line-height: 2.5;
    text-align: center;
}
.ageNum{
    max-width: 400px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.pastWrap>.mainWrap{
    margin-bottom: 50px;
}
.pastWrap>.mainWrap>.txtBox{
    margin-bottom: 30px;
}
.pastWrap>.mainWrap>.txtBox>h3{
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 10px;
}
.pastWrap>.mainWrap>.txtBox>p{
    font-size: 1em;
    line-height: 1.8;
}
.multiply{
    mix-blend-mode: multiply;
}
.pastWrap>.mainWrap>.imgBox>p.imgNote{
    font-size: 0.8em;
    text-align: right;
}
.pastWrap>.subRow{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pastWrap>.subRow>.txtBox,
.pastWrap>.subRow>.imgBox{
    width: 45%;
}
.pastWrap>.subRow>div:nth-child(1){
    margin-right: 10px;
}
.pastWrap>.subRow>.txtBox>h3{
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 10px;
}
.pastWrap>.subRow>.txtBox>p{
    font-size: 0.9em;
    line-height: 2;
}
.pastWrap>.subRow.second{
    margin-top: 50px;
}
@media (max-width:1200px){
    .mainTxt_box>p{
        font-size: 1em;
        line-height: 2;
    }
}
@media (max-width:768px){
    .mainTxt_box{
        padding: 100px 0 80px 0;
    }
    .past>.attWrap{
        background-image: url(../images/history/bg02_sp@2x.png);
    }
    .mainTxt_box>h2{
        max-width: 400px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }    
    .pastWrap>.subRow>.txtBox,
    .pastWrap>.subRow>.imgBox{
        width: 100%;
    }
    .pastWrap>.subRow>.imgBox{
        order:1;
        margin-top: 10px;
    }
    .pastWrap>.subRow>div:nth-child(1){
        margin-right: 0px;
    }
}

/* future */
.future{
    position: relative;
    margin-bottom: 80px;
}
.future:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/history/bg03.jpg);
    background-size: cover;
    opacity: 0.75;
}
.future>.attWrap{
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-image: url(../images/history/bg04@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.futureWrap{
    position: relative;
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.mainTxt_box>.title>h3{
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
}
.mainTxt_box>.title>h3>span{
    font-size: 1.5em;
    color: #a67674;
}
.pastTraffic>h4{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.pastTraffic>h4>span{
    font-size: 1.1em;
    font-weight: 400;
}
.pastTraffic>h4>span:nth-child(2){
    flex: 1;
    border-bottom: 1px solid #000;
    margin-left: 1em;
    box-sizing: border-box;
}
.pastTraffic_row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.pastTraffic_row>.imgBox,
.pastTraffic_row>.txtBox{
    width: 45%;
}
.pastTraffic_row>.imgBox{
    margin-right: 10px;
}
.pastTraffic_row>.imgBox>h4{
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 5px;
}
.pastTraffic_row>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}
.busAccess>.mainBox{
    margin-bottom: 50px;
}
.busAccess>.mainBox>h4,
.busAccess>.subRow>.subBox>h4{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    background-color: #888888;
    padding: 0.25em 1em;
    box-sizing: border-box;
}
.busAccess>.mainBox>.contentBox,
.busAccess>.subRow>.subBox>.contentBox{
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.busAccess>.mainBox>.contentBox>p,
.busAccess>.subRow>.subBox>.contentBox>p{
    font-size: 1.1em;
    margin-bottom: 10px;
}
.busAccess>.subRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.busAccess>.subRow>.subBox{
    width: 48%;
}
.busAccess>.subRow>.subBox>.contentBox>.imgBox>p:nth-child(1){
    margin-bottom: 10px;
}
.busAccess>.noticeTxt>p{
    font-size:0.75em;
    line-height: 1.8;
}
@media (max-width:768px){
    .future>.attWrap{
        background-image: url(../images/history/bg04_sp@2x.png);
    }
    .pastTraffic_row>.imgBox,
    .pastTraffic_row>.txtBox{
        width: 100%;
    }
    .pastTraffic_row>.imgBox{
        margin-bottom: 10px;
    }
    .pastTraffic_row>.imgBox>h4{
        font-size: 1em;
    }
    .busAccess>.mainBox>.contentBox,
    .busAccess>.subRow>.subBox>.contentBox{
        padding: 20px;
    }
    .busAccess>.mainBox>.contentBox>.imgBox>.js-scrollable>img{
        width: 150%;
    }
    .busAccess>.subRow>.subBox{
        width: 100%;
    }
    .busAccess>.subRow>.subBox:nth-child(1){
        margin-bottom: 50px;
    }
}
@media (max-width:500px){
    .busAccess>.mainBox>.contentBox>.imgBox>.js-scrollable>img{
        width: 200%;
    }
}