/* 不要スタイル
.other h1 {
    color: #1F2C5C;
    font-size: 27px;
    border-top: 1px solid #1F2C5C;
    border-bottom: 1px solid #1F2C5C;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 30px;
} */
/* .toubetsu_h:after {
    display: block;
    content:"";
    width: 50px;
    height: 1px;
    border-bottom: 3px solid #1F2C5C;
    margin: 7px auto 0 auto;
} */
/* 未使用セレクタ削除
._for .content-main {
    font-size: 14px;
    line-height: 28px;
}
*/
/* .content-mainを適用するため削除
._campus .content-main {
    width: 100%!important;
}  */
/* 未使用セレクタ削除
.content-main.toubetsu_other {
    max-width: 1060px;
    margin: 0 auto;
} */
.slide_arrow_box {
    width: 54px;
    height: 54px;
    text-indent: -200%;
    overflow: hidden;
    position: absolute;
    top: 34%;
    z-index: 4;
    cursor: pointer;
    transition: 0.2s;
}

.slide_rigth_arrow {
    background:url(../../../assets/img/about/slide_arrow-right_off.png) no-repeat;
    background-size: contain;
    right: -27px;
}
.slide_rigth_arrow:hover {
    background:url(../../../assets/img/about/slide_arrow-right_on.png) no-repeat;
    background-size: contain;
}

.slide_left_arrow {
    background:url(../../../assets/img/about/slide_arrow-left_off.png) no-repeat;
    background-size: contain;
    left: -27px; 
}
.slide_left_arrow:hover {
    background:url(../../../assets/img/about/slide_arrow-left_on.png) no-repeat;
    background-size: contain;
}
.slick-dots {
    position: relative!important;
    bottom: 0!important;
    margin-top: 20px!important;
}
.slick-dots li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    /* display: block;  */
    width: 100%; 
    width: 19%!important;
    height: auto!important;
    margin: 1.2% 1.2% 0px 0!important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:nth-of-type(5n) {
    margin-right: 0!important;
}
.slick-dots .slick-active {
    outline: 2px solid #1F2C5C;
}
.slick-nav {
    display: none!important;
}
.slick-nav .slick-dots li {
    display: none;
    width: 20px!important;
}
.slick-nav li {
    width: 90%!important;
    margin: 0 5%!important;
}
.slick-slide {
    position: relative;
}
.slick-slide .caption {
    position: absolute;
    bottom: 6px;
    /* 文字数に応じて高さが変わるよう修正 */
    /* height: 140px; */
    z-index: 2;
    width: 400px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: .3s ease;
}
.slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
}
.slick-slide .caption h2 {
    color: #1F2C5C;
    font-size: 17px;
    margin-bottom: 12px;
}
.slick-slide .caption p {
    color: #000;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6;
}
.c-left {
    left: 0;
}
.c-right {
    right: 0;
}



/* 交通アクセス */
#traffic_access .tou_g {
    background: #539426;
    color: #ffffff;
    font-weight: bold;
}
#traffic_access .tou_g_txt {
    color:#539426;
}
#traffic_access .ainosato_b {
    background: #008cd3;
    color: #ffffff;
    font-weight: bold;
}
#traffic_access .ainosato_b_txt {
    color:#008cd3;
}
#traffic_access .satelite_c {
    background: #ef8575;
    color: #ffffff;
    font-weight: bold;
}
#traffic_access .satelite_c_txt {
    color: #ef8575;
}
#traffic_access .kensyu_c {
    background: #1f2c5c;
    color: #ffffff;
    font-weight: bold;  
}
#traffic_access .cam_map_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#traffic_access .cam_map_left_block {
    width: 27%;
    max-width: 290px;
}
#traffic_access .map_left_box {
    width: 100%;
}
#traffic_access .map_left_box h2 {
    font-size: 15px;
    height: 38px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
#traffic_access .cam_map_rigth_block {
    width: calc(100% - (20px + 27%));
    max-width: 750px;
}
#traffic_access .cam_map_rigth_block img {
    width: 100%;
}
#traffic_access .cam_map_rigth_block_comment {
    font-size: 11px;
}
#traffic_access .cam_map_sec_h2 {
    font-size: 18px;
    height: 42px;
    line-height: 39px;
    padding-left: 1em;
    width: 100%;
    margin-bottom: 20px;
}
#traffic_access .cam_toubetu_mini_box {
    width: 100%;
    max-width: 620px;
    padding: 10px 10px 10px 15px;
    background: #efefef;
}
#traffic_access .cam_google_block iframe {
    width: 100%;
    height: 750px;
}
#traffic_access .cam_map_sec_margin {
    margin-bottom: 100px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.map_t_normal {
    font-size: 20px;
}
.map_t_small {
    font-size: 15px;
}
.map_t_big {
    font-size: 40px;
}
@media screen and (max-width: 800px) {
    #traffic_access .map_t_normal {
        font-size: 17px;
    }
    #traffic_access .map_t_small {
        font-size: 12px;
    }
    #traffic_access .map_t_big {
        font-size: 34px;
    }
    #traffic_access .cam_map_sec_margin {
        margin-bottom: 40px;
    }
    #traffic_access .cam_map_block {
        flex-direction: column;
        margin-bottom: 20px;
    }
    #traffic_access .cam_map_left_block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #traffic_access .cam_map_left_block {
        text-align: center;
    }
    #traffic_access .cam_map_rigth_block {
        width: 100%;
    }
    #traffic_access .slick-list .slick-slide {
        padding-bottom: 100px;
    }
    #traffic_access .cam_map_left_block h2 {
        font-size: 13px;
        height: 32px;
        line-height: 32px;
    }
    #traffic_access .cam_map_sec_h2 {
        font-size: 16px;
        height: 36px;
        line-height: 34px;
    }
    #traffic_access .cam_google_block iframe {
        height: 450px;
    }
    #traffic_access .mt20_sp {
        margin-top: 20px;
    }
    /* slick */
    .slick-slide .caption {
    position: relative;
    /* 見切れるため高さ指定 */
    /* height:auto; */
    height: 120px;
    width: 100%;
    padding: 7px 0 1em 10px;
    background: rgba(255, 255, 255, 0.9);
    transition: .3s ease;
    bottom: 0px;
    }
    .slick-current .caption {
    opacity: 1;
    transition-delay: 0.5s;
    }
    .slick-slide .caption h2 {
    position: absolute;
    top: 10px;
    font-size: 15px;
    margin-bottom: 3px;
    }
    .slick-slide .caption p {
    position: absolute;
    top: 38px;
    padding-right: 1em;
    }
    .c-left {
    left: 0px;
    }
    .c-right {
    left: 0px
    }
    .slick-nav .slick-list .slick-slide {
        padding-bottom: 0%;
    }
    /* 不要スタイル
    .toubetsu.other {
        margin-top: 75px;
    }
    .other h1 {
        font-size: 17px;
        margin-bottom: 5px;
    } */
    .slick .slick-dots {
        display: none!important;
    }
    .slick-nav {
        display: block!important;
    }
    .slick-nav .slick-dots li {
        display: inline-block!important;
        width: 20px!important;
        margin: 0!important;
    }
    .slick-slide:focus {
        outline:none;
    }
    .slick-dots .slick-active {
        outline: none;
    }
    .slick-nav li {
        outline: none;
    }
    .slick-dots {
        margin-top: 0!important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 2%!important;
    } 
    .slick-center img {
        outline: 2px solid #1F2C5C; 
    }
    .slick-slide div {
        outline:none;
    }
    .slick-dots li button:before {
        font-size: 30px!important;
    }
    .slick-list {
        padding-top: 5px!important;
    }
}