@charset "UTF-8";

body {
    width: 100%;
    background-color: #FFF;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

.pagetop {
    position: fixed;
    width: 15%;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #142e7a;
}

header .header_box {
    display: flex;
    width: 100%;
}

header .header_box #header_tag {
    width: 20%;
    background-color: #bdd74e;
    height: 2.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

header .header_box #header_tag img {
    width: 90%;
    max-width: 50px;
    position: absolute;
}

header .header_box #header_top {
    width: 80%;
    background-color: #bdd74e;
    height: 2.4rem;
}

header .header_box #header_top h1 {
    text-align: center;
    margin-left: -18%;
    font-weight: 900;
    color: #142e7a;
    font-size: 2.8vw;
    padding: 0.4rem;
}

header .header_box2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

header .header_box2 #logo {
    margin-top: 2%;
    width: 50%;
}

header .header_box2 #menu {
    margin-top: 2%;
    width: 10%;
    max-width: 40px;
    position: absolute;
    right: 10%;
}

header .tel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

header .tel img {
    margin: 3%;
    width: 60%;
}

main #top_photo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

main #top_photo .photo {
    width: 100%;
    height: auto;
}

main #top_photo .photo_txt {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 80%;
}

main #top_photo .photo_btn_set {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: flex-start;
    bottom: 0px;
    width: 30%;
}

main #top_photo .photo_btn_set img {
    margin: 8px;
    width: 8%;
}

main #news {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #news #title {
    margin: 0 auto;
    width: 80%;
    margin-top: 5%;
}

main #news .news_set {
    margin: 3%;
}

main #news .news_set .day {
    margin: 0 auto;
    width: 80%;
    font-size: 0.8rem;
    color: #666;
}

main #news .news_set .news_text {
    margin: 0 auto;
    width: 80%;
    font-size: 1.2rem;
}

main #news .news_more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

main #news .news_more img {
    width: 50%;
    margin: 10px;
    margin-left: 40%;
}

main #info {
    background-color: #ecf8ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #info #info_title {
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
    border-left: thick solid #142e7a;
    padding-left: 10px;
}

main #info #info_title p {
    float: left;
    margin: 0 auto;
    font-size: 4.6vw;
    color: #142e7a;
    font-weight: 800;
}

main #info #info_title img {
    float: right;
    width: 10%;
}

main #info #info_txt {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    width: 80%;
}

main #info #info_txt p {
    font-size: 1.2rem;
    color: #142e7a;
    margin-bottom: 1.5rem;
}

main #openday {
    background-color: #ffe6d2;
    padding-top: 10px;
    padding-bottom: 10px;
}

main #openday #openday_box {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    border-radius: 10px;
    background-color: #fff;
}

main #openday #openday_box #title {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 3.8vw;
    font-weight: 900;
    color: #ff592d;
}

main #openday #openday_box p {
    display: inline;
    margin: 0 auto;
    width: 80%;
    font-size: 1.2rem;
}

main #openday #openday_box #underbar {
    margin: 0 auto;
    margin-top: -10px;
    height: 10px;
    width: 80%;
    background-color: #ffc99f;
}

main #openday #openday_box #strong {
    color: #ff592d;
    font-weight: 900;
}

main #openday #openday_box #day_txt {
    margin: 0 auto;
    width: 80%;
    margin-top: 10px;
    line-height: 1.2rem;
}

main #openday #openday_box #cal_day {
    margin: 0 auto;
    width: 80%;
    height: auto;
    margin-top: 5%;
    margin-left: 10%;
}

main #openday #openday_box #sub {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
}

main #guide {
    position: relative;
    margin: 0 auto;
}

main #guide #guide_bg {
    margin: 0 auto;
    width: 100%;
}

main #guide #guide_btn {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 0;
    width: 80%;
}

main #treatment {
    position: relative;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
}

main #treatment p {
    text-align: center;
    font-size: 4vw;
    margin: 5vw;
}

main #treatment .t_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15%;
}

main #treatment .t_block .icon {
    margin: 0 auto;
    width: 25%;
    margin-top: 3%;
}

main #treatment .t_block .more {
    margin: 0 auto;
    width: 35%;
    margin-top: 3%;
    margin-left: 33%;
}

main #treatment .t_block .title {
    margin: 0 auto;
    margin-top: 3%;
    color: #5195ba;
    font-weight: 900;
    font-size: 1.4rem;
}

main #treatment .t_block .body {
    margin: 0 auto;
    margin-top: 3%;
    color: #324c5e;
    font-size: 1.2rem;
}

main #treatment #more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

main #treatment #more img {
    width: 50%;
    margin-top: 10%;
    margin-left: 45%;
}

main #helth {
    background-color: #0c6ab5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #helth #helth_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #helth h1 {
    padding-top: 5%;
    text-align: center;
    font-weight: 900;
    font-size: 4.6vw;
    color: #fcf771;
}

main #helth h1 br {
    display: none;
}

main #helth h2 {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-weight: 600;
    font-size: 3.6vw;
    color: #fff;
}

main #helth p {
    padding-top: 1%;
    text-align: center;
    font-weight: 300;
    font-size: 2.6vw;
    color: #fff;
}

main #helth #f_g2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

main #helth #f_g2 img {
    margin: 0 auto;
    margin-top: 10%;
    width: 40%;
}

main #helth #more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

main #helth #more img {
    width: 50%;
    margin-top: 10%;
    margin-left: 45%;
    margin-bottom: 10%;
}

main #cooperation {
    background-image: url(../img/cooperation.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #cooperation h1 {
    text-align: center;
    font-weight: 900;
    font-size: 4.6vw;
    color: #fff;
    padding-top: 5%;
}

main #cooperation h2 {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-weight: 300;
    font-size: 3.6vw;
    color: #fff;
}

main #cooperation #cooperation_box {
    width: 90%;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 5%;
    border-radius: 10px;
}

main #cooperation #cooperation_box h1 {
    text-align: center;
    font-weight: 900;
    font-size: 4.6vw;
    color: #000;
    padding: 2%;
}

main #cooperation #cooperation_box h2 {
    padding-bottom: 3%;
    text-align: center;
    font-weight: 300;
    font-size: 2.8vw;
    color: #000;
}

main #cal {
    background-color: #d7e4eb;
    padding-top: 5%;
    padding-bottom: 5%;
}

main #cal #day_box {
    margin: 0 auto;
    width: 90%;
    border-radius: 10px;
    background-color: #FFF;
}

main #cal #day_box #header {
    width: 100%;
    background-color: #182e7b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

main #cal #day_box #header h1 {
    text-align: center;
    font-weight: 900;
    font-size: 4.6vw;
    color: #fff;
    padding: 2%;
}

main #cal #day_box #header_bar {
    width: 100%;
    height: 8px;
    background-color: #bdd74e;
}

main #cal #day_box #body {
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #cal #day_box #body #body #calendar {
    height: 600px;
}

main #summry {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main #summry #bar_g {
    width: 100%;
    height: 10px;
    background-color: #bdd74e;
}

main #summry #bar_b {
    width: 100%;
    height: 15px;
    background-color: #182e7b;
    margin-bottom: 10px;
}

main #summry #summry_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main #summry #summry_box #s_g {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main #summry #summry_box #s_g #logo {
    margin: 0 auto;
    margin-top: 2%;
    width: 70%;
}

main #summry #summry_box #acsess {
    text-align: center;
    font-weight: 600;
    font-size: 3.6vw;
    color: #000;
    padding: 4%;
}

main #summry #summry_box .tel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

main #summry #summry_box .tel img {
    width: 70%;
}

main #summry #summry_box #cal_day {
    margin-top: 5%;
    margin-bottom: 2%;
    width: 80%;
}

main #summry #summry_box #open_day {
    display: flex;
    width: 80%;
}

main #summry #summry_box #open_day #week_end {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #summry #summry_box #open_day #week_end p {
    font-size: 3.6vw;
    font-weight: 900;
    color: #ff592d;
    text-align: center;
    z-index: 2;
}

main #summry #summry_box #open_day #week_end #underbar {
    margin: 0 auto;
    background-color: #ffc99f;
    margin-top: -8px;
    width: 90%;
    height: 5px;
}

main #summry #summry_box #open_day #cap {
    width: 50%;
}

main #summry #summry_box #open_day #cap p {
    font-size: 3.2vw;
    color: #182e7b;
    font-weight: 400;
    text-align: right;
}

main #summry #summry_box iframe {
    margin: 5%;
    width: 80%;
}

footer {
    background-color: #142e7a;
    padding-bottom: 5%;
}

footer #footer_contener {
    margin: 0 auto;
    padding-top: 5%;
    width: 60%;
}

footer #footer_contener .main {
    font-size: 3.8vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10%;
}

footer #footer_contener #kenshin {
    margin-bottom: 3%;
}

footer #footer_contener #sub_menu {
    margin-bottom: 10%;
    border-left: solid 2px #ffffff;
}

footer #footer_contener #sub_menu .sub {
    margin: 3%;
    font-size: 3.2vw;
    color: #fff;
}

footer #copy {
    text-align: center;
    font-size: 3.0vw;
    color: #fff;
}

#sp_menu {
    background-color: rgba(20, 46, 122, 0.9);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
    display: none;
}

#sp_menu #footer_contener {
    margin: 0 auto;
    padding-top: 5%;
    width: 60%;
}

#sp_menu #footer_contener .main {
    font-size: 3.8vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10%;
}

#sp_menu #footer_contener #kenshin {
    margin-bottom: 3%;
}

#sp_menu #footer_contener #sub_menu {
    margin-bottom: 10%;
    border-left: solid 2px #ffffff;
}

#sp_menu #footer_contener #sub_menu .sub {
    margin: 3%;
    font-size: 3.2vw;
    color: #fff;
}

#sp_menu .header_box2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

#sp_menu .header_box2 #menu {
    margin-top: 2%;
    width: 10%;
    max-width: 40px;
    position: absolute;
    right: 10%;
}

header_sp {
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: #142e7a;
    position: fixed;
    z-index: 100;
    width: 100%;
}

header_sp .header_box {
    display: flex;
    width: 100%;
    align-items: center;
}

header_sp .header_box #header_top {
    width: 100%;
    background-color: #bdd74e;
    height: 0.6rem;
}

header_sp .header_box #header_top h1 {
    text-align: center;
    margin-left: -10%;
    font-weight: 900;
    color: #142e7a;
    font-size: 0.8vw;
    padding: 0.4rem;
}

header_sp .header_box2 {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

header_sp .header_box2 #logo {
    margin-top: 2%;
    width: 50%;
    margin-bottom: 2%;
    margin-left: 5%;
}

header_sp .header_box2 #tel_set {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

header_sp .header_box2 #tel_set img {
    width: 40px;
    margin-right: 20px;
}

header_sp .header_box2 #tel_set #tel a {
    display: block;
    margin: 0 auto;
}

header_sp .header_box2 #tel_set #menu a {
    display: block;
    margin: 0 auto;
}

header_pc {
    display: none;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

/* 720px以下 */
@media only screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    header {
        display: none;
    }

    .pagetop {
        width: 60px;
    }

    footer #footer_contener {
        margin: 0 auto;
        padding-top: 10px;
        width: 700px;
        display: flex;
        flex-direction: row;
        align-content: space-around;
    }

    footer #footer_contener .main {
        font-size: 1.6rem;
        margin-bottom: 10px;
        margin-left: 35px;
    }

    footer #footer_contener #f_gs {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    footer #footer_contener #kenshin {
        margin-bottom: 3%;
    }

    footer #footer_contener #sub_menu {
        margin-bottom: 10px;
        margin-left: 35px;
    }

    footer #footer_contener #sub_menu .sub {
        margin: 3px;
        font-size: 1.0rem;
        font-weight: 300;
    }

    footer #copy {
        margin-top: 20px;
        font-size: 1.2rem;
    }

    header_pc {
        background-color: aqua;
        width: 100%;
        height: 113px;
        display: flex;
        position: fixed;
        align-content: center;
        align-items: center;
        z-index: 30;
    }

    header_pc #header_bg_w {
        width: 50%;
        height: 113px;
    }

    header_pc #header_bg_w #header_bg_top {
        width: 100%;
        height: 37px;
        background-color: #bdd74e;
    }

    header_pc #header_bg_w #header_bg_under {
        width: 100%;
        height: 76px;
        background-color: #142e79;
    }

    header_pc #header_bg_b {
        width: 50%;
        height: 113px;
    }

    header_pc #header_bg_b #header_bg_top {
        width: 100%;
        height: 37px;
        background-color: #bdd74e;
    }

    header_pc #header_bg_b #header_bg_under {
        width: 100%;
        height: 76px;
        background-color: #142e79;
    }

    header_pc #header_box {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        height: 113px;
        width: 100%;
        max-width: 1000px;
        display: flex;
    }

    header_pc #header_box #logo_t {
        height: 125px;
        position: absolute;
    }

    header_pc #header_box #menu_box {
        width: 100%;
    }

    header_pc #header_box #menu_box #menu_top {
        width: 100%;
        height: 37px;
        background-color: #bdd74e;
    }

    header_pc #header_box #menu_box #menu_top h1 {
        text-align: right;
        font-weight: 900;
        color: #142e7a;
        font-size: 1.4rem;
        padding-top: 0.8rem;
    }

    header_pc #header_box #menu_box #menu_under {
        width: 100%;
        height: 76px;
        background-color: #142e79;
        display: flex;
        align-items: center;
        padding-left: 5%;
    }

    header_pc #header_box #menu_box #menu_under #main_menu {
        margin-left: 320px;
        width: 680px;
        display: flex;
        align-items: center;
        align-content: flex-end;
        justify-content: space-between;
    }

    header_pc #header_box #menu_box #menu_under #main_menu .menu_block {
        margin-left: 1.0rem;
        display: flex;
        flex-direction: column;
    }

    header_pc #header_box #menu_box #menu_under #main_menu .menu_block p {
        font-weight: 600;
        color: #fff;
        font-size: 1.2rem;
        white-space: nowrap;
    }

    header_pc #header_box #menu_box #menu_under #main_menu .menu_block .under_bar {
        display: none;
        width: 100%;
        height: 3px;
        background-color: #009dff;
    }

    header_pc #header_box #menu_box #menu_under #main_menu #telbox #tel {
        width: 100%;
    }

    main #news {
        display: none;
    }

    main #top_photo {
        margin: 0 auto;
        max-width: 1000px;
        padding-top: 113px;
    }

    main #top_photo .photo_txt {
        max-width: 500px;
    }

    main #top_photo .photo_btn_set img {
        max-width: 15px;
    }

    main #news_pc {
        padding: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 1000px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    main #news_pc h1 {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .kyu {
        letter-spacing: 2.4rem;
    }

    main #news_pc #title {
        margin: 10px;
    }

    main #news_pc #bar {
        margin: 10px;
        width: 4px;
        height: 50px;
        background-color: #90c3e0;
    }

    main #news_pc .news_set {
        width: 650px;
        display: flex;
        align-items: center;
        margin: 10px;
    }

    main #news_pc .news_set .day {
        margin-right: 10px;
        font-size: 1.2rem;
        color: #666;
    }

    main #news_pc .news_set .news_text {
        font-size: 1.6rem;
    }

    main #news_pc .news_set .kyu_text {
        font-size: 1.6rem;
    }

    main #news_pc .news_more {
        display: flex;
        align-items: flex-end;
    }

    main #news_pc .news_more #more {
        width: 100px;
    }

    main #openday {
        padding: 20px;
    }

    main #openday #openday_box {
        width: 70%;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 800px;
        display: flex;
        flex-direction: column;
    }

    main #openday #openday_box #title {
        font-size: 2.4rem;
        z-index: 10;
    }

    main #openday #openday_box #underbar {
        width: 55%;
    }

    main #openday #openday_box #day_txt {
        padding-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    main #openday #openday_box #day_txt p {
        font-size: 1.6rem;
        margin-bottom: 0.2rem;
        line-height: 2.5rem;
    }

    main #openday #openday_box #cal_day {
        margin-top: 2%;
        margin: 0 auto;
        max-width: 500px;
    }

    main #openday #openday_box #sub {
        padding-top: 10px;
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    main #info {
        padding: 20px;
    }

    main #info #info_title {
        border-left: none;
        padding-left: 0px;
        max-width: 700px;
        display: flex;
    }

    main #info #info_title p {
        float: none;
        text-align: center;
        font-size: 2.5vw;
        letter-spacing: 0.4rem;
        white-space: nowrap;
    }

    main #info #info_title img {
        margin-right: 0px;
        width: 40px;
        float: none;
    }

    main #info #info_txt {
        width: 450px;
    }

    main #info #info_txt p {
        font-size: 1.4rem;
    }

    main #guide {
        background-color: #dcf0f9;
    }

    main #guide #guide_box {
        margin: 0 auto;
        max-width: 1000px;
        position: relative;
    }

    main #guide #guide_box #guide_bg {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 60%;
    }

    main #guide #guide_box #guide_btn {
        bottom: 25%;
        width: 50%;
        max-width: 500px;
    }

    main #treatment {
        margin: 0 auto;
        max-width: 1000px;
    }

    main #treatment p {
        text-align: center;
        font-weight: 900;
        font-size: 2.8rem;
    }

    main #treatment #t_box {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
        align-items: flex-start;
    }

    main #treatment .t_block {
        margin-bottom: 30px;
    }

    main #treatment .t_block .icon {
        margin: 0 auto;
        width: 150px;
        margin-top: 0;
    }

    main #treatment .t_block .more {
        margin-left: 25%;
        width: 55%;
        margin-top: 3%;
    }

    main #treatment .t_block .title {
        font-size: 1.6rem;
    }

    main #treatment .t_block .body {
        height: 80px;
        font-size: 1.3rem;
    }

    main #treatment #more {
        max-width: 1000px;
        margin-top: 30px;
    }

    main #treatment #more img {
        width: 100px;
    }

    main #helth #helth_box {
        margin: 0 auto;
        max-width: 1000px;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
    }

    main #helth #helth_box #f_g,
    main #helth #helth_box #f_g2 {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        margin-left: 30px;
    }

    main #helth #helth_box h1 {
        padding-top: 10px;
        font-size: 3.0rem;
        text-align: left;
    }

    main #helth #helth_box h1 br {
        display: block;
    }

    main #helth #helth_box h2 {
        font-size: 2.0rem;
        text-align: left;
    }

    main #helth #helth_box p {
        font-size: 1.6rem;
        text-align: left;
    }

    main #helth #helth_box img {
        text-align: right;
        width: 300px;
    }

    main #helth #more {
        margin: 0 auto;
        max-width: 1000px;
        margin-top: 0px;
        display: flex;
        justify-content: flex-end;
    }

    main #helth #more img {
        margin: 0 auto;
        margin-top: 20px;
        width: 130px;
        margin-bottom: 20px;
    }

    main #cooperation h1 {
        font-size: 2.4rem;
    }

    main #cooperation h2 {
        font-size: 1.8rem;
    }

    main #cooperation #cooperation_box {
        width: 700px;
    }

    main #cooperation #cooperation_box h1 {
        font-size: 2.0rem;
        padding: 10px;
    }

    main #cooperation #cooperation_box h2 {
        font-size: 1.6rem;
        padding: 10px;
        padding-bottom: 20px;
    }

    main #cal #day_box {
        width: 700px;
    }

    main #cal #day_box #header h1 {
        font-size: 1.8rem;
    }

    main #cal #day_box #body #calendar {
        height: 600px;
    }

    main #summry #summry_box {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 1000px;
        display: flex;
        flex-direction: row;
    }

    main #summry #summry_box iframe {
        margin: 0;
        width: 100%;
        height: 350px;
        margin-bottom: 10px;
    }

    main #summry #summry_box #s_g {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main #summry #summry_box #s_g #logo {
        width: 70%;
    }

    main #summry #summry_box #s_g #acsess {
        font-size: 1.4rem;
    }

    main #summry #summry_box #s_g #week_end p {
        font-size: 1.6rem;
    }

    main #summry #summry_box #s_g #cap p {
        font-size: 1.6rem;
    }
}
