body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #FFFFFF;
    color: #4D4D4D;
    font-size: 14pt;
    margin: 0px;
    width: 100%;
}

.close {
    text-align:right;
    padding: 10px;
    background-color: grey;
}
.close a {
    font-size: 2em;
    cursor: pointer;
    cursor: hand;
}

.div_bottom img:hover {
    cursor: pointer;
    cursor: hand;
}
.open-gaiyo:hover {
    cursor: pointer;
    cursor: hand;
}
.open-5yakusoku:hover {
    cursor: pointer;
    cursor: hand;
}
.open-aisatsu:hover {
    cursor: pointer;
    cursor: hand;
}
.open-qa:hover {
    cursor: pointer;
    cursor: hand;
}
.open-cv01:hover,.open-cv02:hover,.open-cv03:hover,.open-cv04:hover,.open-cv05:hover {
    cursor: pointer;
    cursor: hand;
}


.modal_wrap {
    padding: 3em 3em 3em 3em;
    font-size: 1.2em;
    font-weight: normal;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.modal_wrap table {
    width: 90%;
    border-spacing: 0;
}
.modal table, td, th {
    border-bottom: 1px solid black;
}
.modal_wrap table th {
    width: 30%;
}
.modal_wrap table td {
    width: 70%;
}
.modal_wrap img {
    width: 100%;
}


section {
    margin-bottom: 10px;
    /*
    padding-top: 5px;
    padding-bottom: 30px;

     */
}
a {
    color: #4D4D4D;
    text-decoration: none;
    transition: color .3s;
}
#head_top a {
    color: #00A73C;
}
#head_top a:hover{
    color: #f39800;
    border-bottom: 1px solid #f39800;
}

h1 {
    color: #006934;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 30px;

    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
    color: #808080;
    text-align: center;
    font-size: 1.6em;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}
p {
    margin: 0;
    margin-bottom: 0.5em;
}

/*
img {
    width: 80%;
    max-width: 700px;
}
*/
table {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    border-spacing: 5px;
}
table th,table td {
    background-color: #FFFFFF;
}


#head_top {
    background-color: #FFFFFF;
    height: auto;
    min-height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    padding-bottom: 5px;
    z-index: 999;
}
#head_wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #00A73C;
}
#head_left {
    float: left;
}
#head_logo {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#head_logo img {
    width: 100%;
}
#head_right {
    float: right;
    margin-top: 1.2em;
    text-align: center;
}
#head_msg {
    text-align: left;
    font-size: 1.2em;
}
#head_tel {
    float: left;
    font-size: 1.5em;
}
#head_mail {
    float: right;
}

#nav_wrap {
    background-image: url("../images/nav_back.jpg");
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2em;
    padding-top: 1em;
}
#nav_box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.icon_box {
    max-width: 1620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.icon_box img {
    max-width: 360px;
    width: 60%;
    margin: 10px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex_between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_start {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.flex_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.youtbe {
    padding: 10px;
}

.nav {
    font-size: 1em;
}
.nav a {
    color: #FFFFFF;
}
.nav a:hover {
    color: #f39800;
    border-bottom: 1px solid #f39800;
}

#header {
    border-bottom: 10px solid black;
}
#header img {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 300px;
}
#footer img {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 300px;
}
#top_img {
    width: 100%;
    text-align: center;

}
#top_img img {
/*    width: 20%; */
    max-width: 1000px;
    height: auto;
}

.background_img01 {
    background-image: url(../images/screen_base01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.background_img02 {
    background-image: url(../images/screen_base02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img03 {
    background-image: url(../images/screen_base03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img04 {
    background-image: url(../images/screen_base04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img05 {
    background-image: url(../images/screen_base05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img06 {
    background-image: url(../images/screen_base06.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img07 {
    background-image: url(../images/screen_base07.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img08 {
    background-image: url(../images/screen_base08.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img09 {
    background-image: url(../images/screen_base09.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img10 {
    background-image: url(../images/screen_base10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img11 {
    background-image: url(../images/screen_base11.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img12 {
    background-image: url(../images/screen_base12.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img13 {
    background-image: url(../images/screen_base13.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background_img14 {
    background-image: url(../images/screen_base14.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.background_base {
    background-color: #F2F2F2;
}

.box_01_pic img {
    max-width: 1620px;
    width: 90%;
}

.box_02_pic {
    z-index: 900;
}


.box_02_pic img {
    width: 100%;
}

.box_03_pic img {
    max-width: 900px;
    width: 90%;
}

.c_voice ol {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.c_voice table {
    border-spacing: 0;
}
.c_voice table td {
    background-color: unset;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-bottom: 2px groove white;
}


.back_white {
    background-color: rgba(255,255,255,0.9);
}

.color_green {
    color: #8fc31f;
}
.color_orange {
    color: #f39800;
}
.color_red_white {
    color: #FF0000;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.color_white_red {
    color: #FFFFFF;
    text-shadow:2px 2px 0 #FF0000, -2px -2px 0 #FF0000,
    -2px 2px 0 #FF0000, 2px -2px 0 #FF0000,
    0 2px 0 #FF0000,  0 -2px 0 #FF0000,
    -2px 0 0 #FF0000, 2px 0 0 #FF0000;
}
.color_green_white {
    color: #006934;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.color_white_green {
    color: #FFFFFF;
    text-shadow:2px 2px 0 #006934, -2px -2px 0 #006934,
    -2px 2px 0 #006934, 2px -2px 0 #006934,
    0 2px 0 #006934,  0 -2px 0 #006934,
    -2px 0 0 #006934, 2px 0 0 #006934;
}
.color_orange_white {
    color: #F7931E;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.color_gray_white {
    color: #4D4D4D;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}



.content_box_01 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
}


.content_box_02 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    font-weight: bold;
    width: 49.8%;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.content_box_02 table {
    width: 100%;
    padding: 0;
    margin: 0;
}
.content_box_02 table td {
    background-color: transparent;
    vertical-align: top;
    padding: 0;
}


.div_bottom {
    position: absolute;
    bottom: 10px;
}

.section_top{
    margin-top: 200px;
}
.bene_msg01 {
    font-size: 5em;
    font-weight: bold;
    color: #8dc21f;
}
.bene_msg02 {
    font-size: 3em;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 3px 3px 10px #222222;
}

.map_size {
    width: 80%;
    height: 600px;
}

.bf_box{
    width: 100%;
}
.bf_item{
    text-align: center;
    padding: 10px;
    width: 50%;
    float: left;
}




.fontsize_harf {
    font-size: 0.5em;
}
.fontsize_0_8em {
    font-size: 0.8em;
}
.fontsize_1em {
    font-size: 1em;
}
.fontsize_1em_rf {
    font-size: 1em;
}
.fontsize_1_2em {
    font-size: 1.2em;
}
.fontsize_1_5em {
    font-size: 1.5em;
}
.fontsize_1_8em {
    font-size: 1.8em;
}
.fontsize_2em {
    font-size: 2em;
}
.fontsize_2_5em {
    font-size: 2.5em;
}
.fontsize_3em {
    font-size: 3em;
}
.fontsize_3_5em {
    font-size: 3.5em;
}
.fontsize_5em {
    font-size: 5em;
}
.fontsize_8em {
    font-size: 8em;
}
.fontsize_10em {
    font-size: 10em;
}


.footer_nav {
    width: 100%;
}
.fnav {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 20px;
}



/**********************************************************************************************************************/
/**************************************** Extra small devices: Phones (<1600px) ****************************************/
/**********************************************************************************************************************/
@media screen and (max-width:1600px) {
    .fontsize_1em {
        font-size: 0.8em;
    }
    .fontsize_1em_rf {
        font-size: 0.7em;
    }

}

/**********************************************************************************************************************/
/**************************************** Extra small devices: Phones (<1300px) ****************************************/
/**********************************************************************************************************************/
@media screen and (max-width:1300px) {
    #head_left {
        float: none;
        text-align: center;
    }
    #head_right {
        float: none;
        text-align: center;
    }

    .content_box_02 {
        width: 100%;
    }


    .fontsize_2_5em {
        font-size: 2em;
    }
    .fontsize_3em {
        font-size: 2em;
    }
    .fontsize_8em {
        font-size: 4em;
    }



}
/**********************************************************************************************************************/
/**************************************** Extra small devices: Phones (<768px) ****************************************/
/**********************************************************************************************************************/
@media screen and (max-width:767px) {
    body{
        background:none /*PC用の背景はオフ*/
    }
    body::before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        /* background: url(../images/screen_base_mobile.jpg) center/cover no-repeat; */ /*fixedをトル！*/
        /* -webkit-background-size:cover; */ /*Android4*/
    }

    p {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }


    .background_img02 {
        background: url(../images/screen_base02.jpg) center/cover no-repeat; /*fixedをトル！*/
        -webkit-background-size:cover;/*Android4*/

    }

    p {
        font-size: 1em;
    }
    h1 {
        font-size: 1em;
    }
    h2 {
        font-size: 1em;
    }
    table {
        font-size: 1em;
        width: 98%;
    }
    #head_top {
        width: 100%;
    }
    #header img {
        width: 50%;
    }
    #top_img img {
        width: 96%;
    }
    .content_box {
        width: 90%;
    }
    .section_top{
        margin-top: 0px;
    }


    .background_img01 {
        background-image: url(../images/screen_base01m.jpg);
    }


    #head_logo img {
        width: 50%;
    }
    #head_right {
        margin-top: 0;
    }
    #head_msg {
        text-align: center;
        font-size: 0.8em;
    }
    #head_tel {
        float: none;
    }
    #head_mail {
        float: none;
    }

    .nav {
        font-size: 0.5em;
    }


    .modal_wrap {
        width: 100%;
    }

    .c_voice ol {
        width: 90%;
    }


    .fontsize_1em {
        font-size: 0.6em;
    }
    .fontsize_1em_rf {
        font-size: 0.5em;
    }
    .fontsize_1_5em {
        font-size: 1em;
    }
    .fontsize_1_2em {
        font-size: 1em;
    }
    .fontsize_2em {
        font-size: 1em;
    }
    .fontsize_2_5em {
        font-size: 1.2em;
    }
    .fontsize_3em {
        font-size: 1.2em;
    }


    .modal_wrap {
        padding: 1em 0.5em 1em 0.5em;
        font-size: 1em;
    }

    .youtbe {
        margin-right: auto;
        margin-left: auto;
    }

    .chimei {
        margin-right: auto;
        margin-left: auto;
    }

    .line_s {
        line-height: 1.2em;
    }

    .flex_center {
        display: block;
    }

}
