@charset "utf-8";
/**
 * MansionStudyRoom TOPページCSS
 */
/*** 画面共通 ***/
@media screen and (min-width: 768px) {
    .disp-block-pc {
        display: block;
    }

    .disp-block-sp {
        display: none;
    }

    .disp-inline-pc {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .disp-block-pc {
        display: none;
    }

    .disp-block-sp {
        display: block;
    }

    .disp-inline-pc {
        display: none;
    }
}

/* 共通スタイル上書き ここから */
@media (min-width: 992px) {
    .col-container {
        max-width: 1200px;
    }

    #money.col-container {
        max-width: 1100px;
    }
}

/* 共通スタイル上書き ここまで */
/*** 概要 ***/
.msr-summary {
    margin-top: 30px;
    margin-bottom: 70px;
}

.summary-text-wrapper {
    margin-top: 15px;
    margin-bottom: 21px;
}

.summary-text {
    font-size: 27px;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.6;
    text-align: center;
}

.summary-desc-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.summary-desc {
    font-size: 16px;
    line-height: 2.2;
    font-family: 'Noto Sans JP', sans-serif;
}

/* スマホ */
@media screen and (max-width: 767px) {
    .msr-summary {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .summary-text-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .summary-text {
        font-size: 24px;
    }

    .summary-desc-wrapper {
        margin-left: 32px;
        margin-right: 32px;
    }

    .summary-desc {
        font-size: 14px;
        display: inline-block;
        text-align: left;
    }
}

/*** カテゴリー ***/
.border-bold {
    height: 4px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
}

.border-thick {
    height: 2px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
}

.border-margin {
    margin-bottom: 3px;
}

.msr-category {
    background: #f8f1e8;
    padding-top: 36px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .category-content {
        max-width: 1100px;
    }
}

.category-title-wrapper {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: solid 0.5px #000000;
}

.category-title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
}

.menu-title-wrapper {
    margin-top: 12px;
    margin-bottom: 17px;
    text-align: center;
}

.menu-comingsoon .menu-title-wrapper {
    opacity: 0.5;
}

.menu-title {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 995px) {
    .menu-title {
        display: block;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
}

.menu-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

a.menu-link {
    opacity: 1;
    transition: opacity .15s !important;
    display: block;
    color: #333;
}

a.menu-link:hover {
    text-decoration: none;
    opacity: 0.6;
}

.menu-desc-wrapper {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.menu-desc {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    text-align: left;
}

.menu-comingsoon {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* スマホ */
@media screen and (max-width: 767px) {
    .border-bold {
        height: 3px;
    }

    .border-thick {
        height: 1px;
    }

    .border-margin {
        margin-bottom: 2px;
    }

    .msr-category {
        padding-top: 22px;
    }

    .category-title {
        font-size: 22px;
    }

    .menu-desc-wrapper {
        margin-left: 32px;
        margin-right: 32px;
    }
}





/* 追加 */

html { scroll-behavior: smooth;}

.con01 {
    margin: 0 auto 50px;
}

.con01 .top_list {
    margin: 50px auto 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

/*  */
.top_list div a {
    text-decoration: none;
}

.top_list div p {
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #000;
}

.top_list div p:hover {
    opacity: 0.5;
    transition: 0.5s;
}

/*  */
.con02 {
    margin: 50px auto 0;
}

.con02.col-12 {
    padding: 0;
}

/*  */
.con02 .t_btn {
    margin: 0 auto 20px; 
}

.con02 .t_btn a {
    text-decoration: none;
    color: #000;
}

.con02 .t_btn p {
    position: relative;
    cursor: pointer;
    padding: 1em 0 0;
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
}

.con02 .t_btn p:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.con02 .t_btn p::before {
    /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 12px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}


/*  */
.con02 .top_list {
    margin: 5px auto 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}





/* スマホ */
@media screen and (max-width: 767px) {
    .con01 {
        margin: 0 auto 20px;
    }

    .top_list div p {
        font-size: 10px;
    }

    /*  */
    .con02 {
        margin: 30px auto 0;
    }

    .con02 .t_btn {
        margin: 0 auto 20px; 
    }
}