@charset "UTF-8";


/*基本設定 全称セレクタ
-----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: url(../img/trancepercent.png); */
    /*Android対策*/
    /*border: 1px dashed #000;*/

}

body {
    font-size: 16px;
    line-height: 1.7;
}

.wrap {
    overflow: hidden;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul {
    list-style: none;
}

/*サブセットフォント（源柔フォント）
-----------------------------------------*/
@font-face {
    font-family: "GenJyuuGothicX";
    font-style: nomal;
    font-weight: 900;
    src: url(../fonts/GenJyuuGothicX-Heavy.eot) format("eot"), url(../fonts/GenJyuuGothicX-Heavy.woff) format("woff");
}

@font-face {
    font-family: "GenJyuuGothicX";
    font-style: nomal;
    font-weight: 500;
    src: url(../fonts/GenJyuuGothicX-normal.eot) format("eot"), url(../fonts/GenJyuuGothicX-normal.woff) format("woff");
}

@font-face {
    font-family: "GenJyuuGothicX";
    font-style: nomal;
    font-weight: 600;
    src: url(../fonts/GenJyuuGothicX-Medium.eot) format("eot"), url(../fonts/GenJyuuGothicX-Medium.woff) format("woff");
}

body {
    overflow-x: hidden;
    /*background-image: url(../img/back.gif);*/
    background: #fff;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}


/* ヘッダー
-----------------------------------------*/
header {
    background-color: #ecfcdc;
}

h1 {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: justify;
    line-height: 16px;
    display: block;
    background: #3CC85E;
    border-radius: 10px;
    padding: 1%;
    color: #fff;
}

.header_rap {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 7px;
}

.header_rap img {
    margin-top: 7px;
}

.tel_top {
    display: block;
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    font-weight: bold;
    font-size: 38px;
    border-bottom: 2px dotted #fc6565;
    color: #fc6565;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-phone:before {
    content: "\f095";
}


.eigyoutime {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    font-weight: bold;
    font-size: 15px;
    color: #7F4F21;
    margin-top: 3px;
    text-align: center;
}


/*ナビゲーション
-----------------------------------------*/
nav {
    overflow: hidden;
    background-color: #3CC85E;
    margin-bottom: 5%;

}

nav #menu {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

nav #menu li {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    border-right: #FFF solid 1px;
    border-left: #FFF solid 1px;
}

nav #menu li + li {
    border-right: #FFF solid 1px;
    border-left: 0;
}

nav #menu li a {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: block;
    padding: 12px 0 10px;
    background: #3CC85E;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

nav #menu li a:hover {
    opacity: 0.7;
}

#toggle {
    display: none;
}


/*見出し
-----------------------------------------*/
.catch {
    font-size: 35px;
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 900;
    color: #3CC85E;
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 3%;
}

.catch a img {
    width: 50%;
}

.green {
    color: #fc6565;
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 900;
}

h2 {
    /*各コンテンツ*/
    font-size: 30px;
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 900;
    color: #FFF;
    border: 2px dashed #ffecef;
    /* ステッチの太さ・種類・カラー */
    background: #fc6565;
    /* 背景色 */
    border-radius: 8px;
    /* 四隅の丸み */
    box-shadow: 0 0 3px 3px #fc6565;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    /*各コンテンツ中身*/
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #3CC85E;
    margin-bottom: 10px;
    text-align: center;
}

/*フッター
-----------------------------------------*/
footer {
    background-color: #ecfcdc;
    margin-top: 5rem;
    padding-top: 20px;
}

footer iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

.footer_rap p {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.kigaruni {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    font-weight: bold;
    font-size: 27px;
    color: #7F4F21;
}

.footer_rap .phone {
    height: 60px;
    padding-left: 5px;
}

.kokokara {
    text-align: center;
    color: #fc6565;
}

.tel {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    font-weight: bold;
    font-size: 38px;
    border-top: 2px dotted #fc6565;
    color: #fc6565;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2%;
}

footer ul li {
    list-style-type: none;
    padding-top: 5px;
    margin-left: 50px;
    color: #7F4F21;
}

footer ul li a {
    font-family: "GenJyuuGothicX", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    color: #7F4F21;
}

#copy {
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
}


/*トップへ戻る
-----------------------------------------*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 50px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 15% 2% 1% 2%;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #3CC85E;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}














/*タブレット用
-----------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

    /*ヘッダー*/
    header {
        background-color: #FFF7DE;
    }

    h1 {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 13px;
        text-align: justify;
        line-height: 16px;
        display: block;
        background: #3CC85E;
        border-radius: 10px;
        padding: 1%;
        color: #fff;
    }

    .header_rap {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 7px;
    }

    .header_rap img {
        margin-top: 7px;
    }

    .tel_top {
        display: block;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 38px;
        border-bottom: 2px dotted #fc6565;
        color: #fc6565;
        text-align: center;
    }

    .eigyoutime {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 15px;
        color: #7F4F21;
        margin-top: 3px;
        text-align: center;
    }


    /*ナビ*/
    nav {
        z-index: 999;
    }

    nav #menu {
        display: none;
    }

    nav #menu li {
        width: 100%;
        border: 0;
    }

    nav #menu li + li {
        border-right: 0;
        border-left: 0;
    }

    #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #3CC85E;
    }

    #toggle a {
        display: block;
        position: relative;
        padding: 2% 0;
        border-bottom: 2px solid #fff;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    #toggle a:before,
    #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #3CC85E;
    }

    #toggle a:before {
        margin-top: -6px;
    }

    #toggle a:after {
        margin-top: 2px;
    }

    /*フッター*/
    footer {
        background-color: #FFF7DE;
        margin-top: 100px;
        padding-top: 20px;
    }

    footer iframe {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
    }

    .footer_rap p {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
    }

    .kigaruni {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 19px;
        color: #7F4F21;
    }

    .footer_rap .phone {
        height: 60px;
        padding-left: 5px;
        margin-bottom: -20px;
    }

    .kokokara {
        text-align: center;
        color: #fc6565;
    }

    .tel {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 25px;
        border-top: 2px dotted #fc6565;
        color: #fc6565;
    }

    .fa {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 2%;
    }

    footer ul li {
        list-style-type: none;
        padding-top: 0px;
        margin-left: 20px;
        color: #7F4F21;
    }

    footer ul li a {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        text-decoration: none;
        font-size: 11px;
        color: #7F4F21;
    }

    #copy {
        text-align: center;
        background-color: #fff;
        padding-top: 10px;
    }


    /*トップへ戻る*/
    #pageTop {
        position: fixed;
        bottom: 20px;
        right: 40px;
    }

    #pageTop a {
        display: block;
        z-index: 999;
        padding: 19% 2% 1% 2%;
        border-radius: 30px;
        width: 45px;
        height: 45px;
        background-color: #3CC85E;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }

    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}




/*スマホ用
---------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {

    body {
        font-size: 14px;
    }

    /*ヘッダー*/
    header {
        background-color: #FFF7DE;
    }

    h1 {
        display: none;
    }

    .header_rap {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 7px;
    }

    .header_rap img {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .tel_top {
        display: block;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 35px;
        border-bottom: 2px dotted #fc6565;
        color: #fc6565;
        text-align: center;
    }

    .eigyoutime {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 14px;
        color: #7F4F21;
        margin-top: 3px;
        text-align: center;
    }


    /*ナビ*/
    nav {
        z-index: 999;
    }

    nav #menu {
        display: none;
    }

    nav #menu li {
        width: 100%;
        border: 0;
    }

    nav #menu li + li {
        border-right: 0;
        border-left: 0;
    }

    #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #3CC85E;
    }

    #toggle a {
        display: block;
        position: relative;
        padding: 2% 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }

    #toggle a:before,
    #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #3CC85E;
    }

    #toggle a:before {
        margin-top: -6px;
    }

    #toggle a:after {
        margin-top: 2px;
    }


    /*見出し*/
    .catch {
        font-size: 28px;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 900;
        color: #3CC85E;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 900;
        text-align: center;
        margin-bottom: 3%;
    }

    .green {
        color: #fc6565;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 900;
    }

    h2 {
        /*各コンテンツ*/
        font-size: 28px;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 900;
        color: #FFF;
        border: 2px dashed #ffecef;
        /* ステッチの太さ・種類・カラー */
        background: #fc6565;
        /* 背景色 */
        border-radius: 8px;
        /* 四隅の丸み */
        box-shadow: 0 0 3px 3px #fc6565;
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
        margin-bottom: 30px;
    }

    h3 {
        /*各コンテンツ中身*/
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 900;
        font-size: 20px;
        color: #3CC85E;
        margin-bottom: 10px;
        text-align: center;
    }


    /*フッター*/
    footer {
        background-color: #FFF7DE;
        margin-top: 100px;
        padding-top: 20px;
    }

    footer iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .footer_rap p {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }

    .kigaruni {
        display: block;
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 27px;
        color: #7F4F21;
        margin-top: 40px;
    }

    .footer_rap .phone {
        height: 60px;
        padding-left: 5px;
    }

    .kokokara {
        text-align: center;
        color: #fc6565;
    }

    .tel {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        font-weight: bold;
        font-size: 38px;
        border-top: 2px dotted #fc6565;
        color: #fc6565;
    }

    .fa {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 2%;
    }

    footer ul li {
        list-style-type: none;
        padding-top: 5px;
        margin-left: 35%;
        color: #7F4F21;
    }

    footer ul li a {
        font-family: "GenJyuuGothicX", sans-serif;
        font-weight: 600;
        text-decoration: none;
        font-size: 13px;
        color: #7F4F21;
    }

    #copy {
        text-align: center;
        background-color: #fff;
        padding-top: 10px;
    }


    /*トップへ戻る*/
    #pageTop {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

    #pageTop a {
        display: block;
        z-index: 999;
        padding: 15% 2% 1% 2%;
        border-radius: 30px;
        width: 35px;
        height: 35px;
        background-color: #3CC85E;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }

    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}
