@charset "utf-8";

/* CSS Document スマートフォン版 全共通css*/

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    * img {
        max-width: 100%;
        height: auto;
    }
    /* リセット */
    html {
        width: 100%;
        font-size: 62.5%;
        overflow-y: scroll;
    }
    body {
        line-height: 1.7;
        font-size: 1.3rem;
    }
    /* 基本レイアウト */
    #wrapper>header {
        height: 65px;
        border-top: none;
        border-bottom: solid 3px #B4B4B4;
    }
    #contents {
        width: 100%;
    }
    #wrapper>footer {
        height: 59px;
        margin: 0 auto 18px auto;
        border-top: solid 2px #FA0046;
    }
    /* 以上基本レイアウト */
    /*フッター*/
    /*ヘッダー*/
    #wrapper>header .inside {
        width: 100%;
        height: 62px;
    }
    #wrapper>header h1 a:nth-child(1) img {
        width: auto;
        height: 50px;
        margin: 6px 22px 6px 9px;
    }
    #wrapper>header h1 img:nth-child(1) {
        width: auto;
        height: auto;
        margin: 0;
    }
    #wrapper>header h1 a:nth-child(2) img {
        width: auto;
        height: 15px;
        margin-top: 19px;
    }
    #wrapper>header h1 img:nth-child(2) {
        width: auto;
        height: auto;
        margin: 0;
    }
    #wrapper>header .header_right {
        display: none;
    }
    /*/ヘッダー*/
    /*メニュー*/
    #common_btn_area {
        top: 80px;
    }
    #common_btn_area img {
        width: 35px;
        height: auto;
    }
    /*グローバルナビ*/
    .nav_waku {
        height: 665px;
        background-image: none;
    }
    #gnav {
        left: auto;
        right: auto;
        margin-left: 0;
        width: 100%;
        height: 100vh;
    }
    .menu_btn_pc {
        top: 16px;
        width: 16px;
        margin-right: -45vw;
    }
    #gnav ul {
        right: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 37px 0;
        font-size: 1.2rem;
    }
    #gnav ul li {
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    #gnav ul li.line {
        width: 140px;
        margin: 0 auto 15px auto;
    }
    /*/グローバルナビ*/
    /* pagetop */
    /*フッター*/
    #wrapper>footer .upper {
        display: none;
    }
    #wrapper>footer nav {
        width: 100%;
    }
    #wrapper>footer nav ul {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #wrapper>footer nav ul li {
        text-align: center;
    }
    #wrapper>footer .lower {
        width: 100%;
    }
    #wrapper>footer nav.submenu {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #wrapper>footer nav.submenu ul li {
        width: 50%;
        margin: 8px 0 0 0;
        padding: 0 10px;
        text-align: left;
        border-right: none;
    }
    #wrapper>footer nav.submenu ul li:nth-child(1) {
        width: 100%;
        border-right: none;
        text-align: center;
    }
    #wrapper>footer nav.submenu ul li:nth-child(2) {
        border-right: solid 1px #000;
        text-align: right;
    }
    #wrapper>footer .copyright {
        text-align: center;
    }
    /*/フッター*/
    /*link_area*/
    #contents .link_area {
        display: block;
        margin: 50px auto;
        padding: 0 4vw;
    }
    #contents .link_area a:first-child {
        display: block;
        width: 100%;
        margin: 0 auto 4rem;
        line-height: 1;
    }
    /*contact_area*/
    #contents .contact_area {
        margin: 50px 0;
        padding: 0 4vw;
        font-size: 1.8rem;
        text-align: left;
    }
}