@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/*---------------------------------------------------------
campus_tour_main
---------------------------------------------------------*/
.campus_tour_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 125px;
    margin-bottom: 20px;
    background: url("/campuslife/img/campus_tour/campus_tour_bg.jpg") center no-repeat;
    background-size: cover;
}
.campus_tour_main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 80%;
    padding: 15px;
    background-color: rgba(228, 15, 51, .6);
}

.campus_tour_main__body {
    position: relative;
    padding-left: 90px;
}

.campus_tour_main__body::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 68px;
    margin: auto 0;
    background: url("/campuslife/img/campus_tour/campus_tour_logo.png") no-repeat;
    background-size: 100%;
}

.campus_tour_main__title {
    color: #fff;
    font-size: 32px;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho','YuMincho', 'FP-ヒラギノ明朝 StdN W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 'メイリオ', Meiryo, 'ＭＳ ゴシック', serif;;
    line-height: 1.3;
    letter-spacing: -.025;
}

.campus_tour_main__text {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .02;
}

@media screen and (max-width: 639px) {
    .campus_tour_main {
        height: 160px;
        background: url("/campuslife/img/campus_tour/campus_tour_bg_sp.jpg") center no-repeat;
        background-size: 100%;
    }
    .campus_tour_main__body {
        padding-left: 70px;
    }
    .campus_tour_main__body::before {
        width: 55px;
        height: 55px;
    }
    .campus_tour_main__title {
        margin-bottom: 3px;
        font-size: 20px;
    }
} 

/*---------------------------------------------------------
campus_tour_map
---------------------------------------------------------*/
.campus_tour_map__text {
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.campus_tour_map__map-image {
    margin-bottom: 20px;
}

.campus_tour_map__map-image img {
    width: 100%;
}

@media screen and (max-width: 639px) {
    .campus_tour_map__text {
        margin-bottom: 10px;
    }
    .campus_tour_map__map-image {
        margin-bottom: 10px;
    }
}

/*---------------------------------------------------------
campus_tour_nav
---------------------------------------------------------*/
.campus_tour_nav {
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 959px) {
    .campus_tour_nav {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 639px) {
    .campus_tour_nav {
        margin-bottom: 60px !important;
    }
}



.campus_tour_nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.campus_tour_nav__item {
    width: calc( 99.9% / 5 );
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.campus_tour_nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 15px 0 5px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    text-indent: -1em;
    line-height: 1.5;
    box-sizing: border-box;
    transition: .5s;
}

.campus_tour_nav__item a::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 10px;
    width: 8px;
    height: 7px;
    margin: auto 0;
    border: 4px solid transparent;
    border-top: 7px solid #d9657a;
    border-bottom: none;
    box-sizing: border-box;
}

.campus_tour_nav__item a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 5px;
    background-color: #d9657a;
    z-index: 1;
}

.campus_tour_nav__item a:hover {
    background-color: #fdeeea;
}

.campus_tour_nav__item a > span {
    padding-left: 1.5em;
}

.campus_tour_nav__item a span > span {
    display: block;
    text-indent: -.8em;
}

@media screen and (max-width: 639px) {
    .campus_tour_nav {
        margin-bottom: 40px;
    }    
    .campus_tour_nav__item {
        width: calc( 99.9% / 2 );
    }
}
/*---------------------------------------------------------
campus_tour_detail
---------------------------------------------------------*/
.campus_tour_detail__list {
    counter-reset: num;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: -40px; */
}

.campus_tour_detail__item {
    position: relative;
    width: calc((99.9% - 27px) / 2);
    /* margin-top: 40px; */
    margin-right: 27px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.campus_tour_detail__item:nth-child(2n) {
    margin-right: 0;
}

.campus_tour_detail__item::before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    width: 74px;
    height: 74px;
    padding: 4px 8px 7px 0;
    background-color: #fff;
    border: 10px solid #b2243c;
    border-radius: 50%;
    color: #b2243c;
    font-size: 42px;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho','YuMincho', 'FP-ヒラギノ明朝 StdN W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 'メイリオ', Meiryo, 'ＭＳ ゴシック', serif;;
    font-style: italic;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}

.campus_tour_detail__item__title {
    padding: 10px 40px 8px 70px;
    background-color: #b2243c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    min-height: 45px;
    box-sizing: border-box;
}

.campus_tour_detail__item__title.local {
    font-size: 15px;
    padding-right:5px;
}

.campus_tour_detail__item__image {
    margin-bottom: 15px;
}

.campus_tour_detail__item__image img {
    width: 100%;
}

.campus_tour_detail__item__text {
    margin-bottom: 25px;
    color: #333;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.campus_tour_detail__item__button-box {
    padding: 15px;
    background-color: #eeeeeb;
    z-index: 100;
    position: relative;
    z-index: 100;
    margin-top: auto;
}

.campus_tour_detail__item__button-box a {
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: .5s;
}

.campus_tour_detail__item__button-box a:hover {
    @media screen and (min-width:960px) {
        background-color: #b2243c;
        color: #fff;
    }
}

.campus_tour_detail__item__button-box a:hover span::before {
    background-color: #fff;
}

.campus_tour_detail__item__button-box a:hover span::after {
    border-color: #b2243c;
}

.campus_tour_detail__item__button-box a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.campus_tour_detail__item__button-box a span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #d9657a;
    border-radius: 50%;
    transition: .5s;
}

.campus_tour_detail__item__button-box a span::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 3px;
    height: 3px;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s;
}

@media screen and (max-width: 959px) {
    .campus_tour_detail__item::before {
        width: 62px;
        height: 62px;
        padding: 7px 4px 7px 0;
        font-size: 30px;
        border: 7px solid #b2243c;
    }
    .campus_tour_detail__item__title {
        padding: 10px 30px 8px 60px;
    }
}

@media screen and (max-width: 639px) {
    .campus_tour_detail__list {
        margin-top: -30px;
    }

    .campus_tour_detail__item {
        width: 100%;
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 30px !important;
    }

    .campus_tour_detail__item::before {
        width: 56px;
        height: 56px;
        padding: 4px 4px 7px 0;
        font-size: 30px;
        border: 7px solid #b2243c;
    }

    .campus_tour_detail__item__title {
        font-size: 17px;
    }
}

@media screen and (max-width: 959px) {
    .anchor{
        padding-top: 90px;
        margin-top:-90px;
    }
}
@media screen and (max-width: 639px) {
    .anchor{
        padding-top: 58px;
        margin-top:-58px;
    }
}