@charset "utf-8";

/* CSS Document */
body {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


body {
    /* font-family: 'M PLUS 1p', serif;*/
}


/*.main_img{
    width: 60%;
    margin: auto;
    text-align: center;
}*/
/*
.main_img img{
    width: 100%;
}*/
.main_img {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}

.main_img2 {
    width: 45%;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}

.main_img3 {
    width: 60%;
    margin: auto;
    text-align: center;
    padding-bottom: 60px;
}

.main_img4 {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 150px;
}

html {
    scroll-behavior: smooth;
}

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



.nav_heigth {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}

/*=======================================================
新しいハンバーガー
========================================================*/

.drawer_logo {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 100;

}

#nav-drawer {
    display: none;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 100;
    width: 75px;
    height: 75px;
}

#nav-open {
    width: 75px;
    height: 75px;
}


header #nav-drawer li {
    font-size: 35px;
    line-height: 5rem;
    padding-left: 40px;
    font-weight: 700;

}

header #nav-drawer a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-family: 'M PLUS 1p', serif;
}

header #nav-drawer a::after {
    background-color: #ffff99;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    transition: .5s all;
    width: 0;
}

header #nav-drawer a:hover::after {
    width: 100%;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 75px;
    height: 75px;
    vertical-align: middle;
    cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    margin-top: 15px;
    height: 9px;
    /*線の太さ*/
    width: 75px;
    /*長さ*/
    border-radius: 10px;
    background: #009a3e;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -25px;
}

#nav-open span:after {
    bottom: -50px;
}



/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: auto;
    z-index: 9999;
    /*最前面に*/
    width: 100%;
    /*左側に隙間を作る（閉じるカバーを表示）*/
    max-width: 100%;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #DC143C;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-100%);
    transform: translateX(100%);
    /*右に隠しておく*/
}

#nav-content li {
    margin-top: 20px;
}

#nav-content li:first-child {
    margin-top: 60px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(-30%);
    /*中身を表示（左へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

.sp_waiting_time {
    background: #9fc321;
    border-style: none;
    width: 70%;
}

/*--------------------PCナビ--------------------------*/
header {
    height: 80px;
}

.nav {
    background-color: #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: fixed;
    z-index: 20;
    line-height: 105px;
    height: 83.33px;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.logo {
    text-align: left;

    margin-top: 8px;
}

body .nav ul {
    float: right;
}

body .nav ul li {
    font-size: 18px;
    list-style: none;
    float: left;
    z-index: 40;
    font-weight: 100;
    margin-left: 1.2em;
    margin-right: 1em;
    color: #444444;
}

body .nav ul li a {
    display: block;
    text-decoration: none;
    color: #444;
}

body .nav ul li a:hover {
    color: #e66c00;
}

a.hoge {
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.hoge:hover {
    color: #e66c00;
}

/*--------------------PCナビ--------------------------*/
header {
    height: 50px;
    background-color: #fff;
}

.nav {
    background-color: #fff;

    position: fixed;
    z-index: 20;
    line-height: 105px;
    height: 83.33px;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.logo {
    text-align: left;
    margin-right: 100px;
    margin-left: 10px;
    width: 230px;


}

body .nav ul {
    float: right;
    margin-right: -130px;
}

body .nav ul li {
    font-size: 22px;
    list-style: none;
    float: left;
    z-index: 40;
    font-weight: 100;
    margin-left: 0.1em;
    margin-right: 1.2em;
}

body .nav ul li a {
    display: block;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    line-height: 90px;
    font-size: 20px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.navpole {
    margin-top: 35px;


}

.waiting_time {
    margin: 10px 0px 100px 20px;

}


.top_image {
    width: 100%;
    margin-top: -1px;

}

.service_content {
    background-image: url(image/serviceback.png);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-top: -5px;

}


.service img {
    width: 325px;

}

.service p {
    font-weight: bolder;
    width: 450px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 50px;
    text-align-last: justify;
    color: #fff;

}

.service_text {
    width: 900px;
    margin: 60px auto 50px;
    display: block;

}

.menu {
    width: 905px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;

}

.menu h3 img {
    width: 280px;
    margin-right: 30px;

}

.menu p {
    font-size: 28px;
    color: #fff;

}

.menu_content {
    height: 1700px;
    margin: auto;
    background-color: #60493e;

}


.price {
    width: 900px;
    display: block;
    margin: auto;
    padding-top: 100px;
}

.news {
    background-size: cover;
    background-image: url("image/newsback.png");

    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: -200px;
}

.news h3 {
    width: 900px;
    margin: auto;
}

.news h3 img {
    width: 280px;
    margin-bottom: 20px;
}


.map {
    background-color: #60493e;
    padding-top: 30px;
    padding-bottom: 30px;
}

.map h3 img {
    width: 300px;
}

.map h3 {
    width: 900px;
    margin: auto;
}




.news h4 {
    font-size: 20px;
    background-color: #ffffcc;
    color: red;
    padding: 10px 10px 10px 10px;
    width: 103px;
    margin: 0px auto 30px;
    border: solid;

}


.kousinbi {
    width: 90%;
    text-align: right;
    font-size: 22px;
    line-height: 40px;
}

.kousin {
    overflow: auto;
    margin: auto;
    width: 900px;
    height: 200px;
    padding: 25px 30px 30px 30px;
    color: #e8e8e8;
    background-color: #fff;
    line-height: 1.5em;
    border: 2px solid #a5c013;

}

.kousin h4 {
    color: #ff6700;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    -webkit-text-stroke: 1.5px #ff6700;
    text-stroke: 1.5px #ff6700;
    letter-spacing: 1px;
}

.kousin p {
    color: #000;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
}

.bold_font {
    -webkit-text-stroke: 1px #e60012;
    text-stroke: 1px #e60012;
    color: #e60012;
    text-decoration: underline;
}

.map_content {
    display: flex;
    width: 900px;
    margin: auto;
    justify-content: space-between;
}

.map_content p {
    font-size: 20px;

    margin: auto;
    width: 450px;
    padding: 20px;
    color: #000;
    background-color: #fff;
    line-height: 1.5em;
    border: 2px solid #a5c013;
    text-align: justify !important;
    margin-top: 20px;

}

iframe {
    width: 435px !important;
    height: 385px !important;
    margin-top: -80px;
}


.footer_content {
    padding-top: 100px;
    background-size: cover;
    background-image: url("image/footerback.png");

}

.footerlogo {
    width: 420px;
    margin: auto;
    display: block;

}

.jolly_rec {
    width: 575px;
    display: flex;
    margin: 40px auto 200px;
    justify-content: space-between;

}

.balloonoya img {
    width: 210px;

}

.balloonoya p {
    font-size: 18px;
    line-height: 24px;


}

.balloonoya {
    position: relative;
    /* 指定した分だけ相対的に移動 */
}

.balloonoya:hover .balloon {
    display: inline;
    /* インライン要素として表示 */
}

.balloon {
    position: absolute;
    /* 親要素を基準 */
    display: none;
    /* 要素を非表示 */
    padding: 9px;
    /* テキストの前後の余白 */
    background-color: #fff;
    /* 背景色（透明度） */
    width: 300px;
    /* 吹き出し全体の幅 */
    border: 2px solid #9fc321;
    left: -22%;
    /* 表示位置 */
    top: 94px;
    font-size: 80%;
    /* 文字サイズ */
    z-index: 9;
    border-radius: 15px;
}

.balloon:after {
    border-right: 10px solid transparent;
    border-bottom: 15px solid #9fc321;
    border-left: 10px solid transparent;
    right: 140px;
    /* 吹き出し口の位置調整 */
    top: -18px;
    ;
    /* 吹き出し口の縦位置 */
    content: "";
    /* コンテンツの挿入 */
    position: absolute;
    /* 親要素を基準 */
}

.balloonoya2 img {
    width: 210px;

}

.balloonoya2 p {
    font-size: 18px;
    line-height: 22px;


}

.balloonoya2 {
    position: relative;
    /* 指定した分だけ相対的に移動 */
}

.balloonoya2:hover .balloon2 {
    display: inline;
    /* インライン要素として表示 */
}

.balloon2 {
    position: absolute;
    /* 親要素を基準 */
    display: none;
    /* 要素を非表示 */
    padding: 9px;
    /* テキストの前後の余白 */
    background-color: #fff;
    /* 背景色（透明度） */
    width: 350px;
    /* 吹き出し全体の幅 */
    border: 2px solid #9fc321;
    left: -75px;
    /* 表示位置 */
    top: 94px;
    font-size: 80%;
    /* 文字サイズ */
    z-index: 9;
    border-radius: 15px;
}

.balloon2:after {
    border-right: 10px solid transparent;
    border-bottom: 15px solid #9fc321;
    border-left: 10px solid transparent;
    right: 165px;
    /* 吹き出し口の位置調整 */
    top: -18px;
    ;
    /* 吹き出し口の縦位置 */
    content: "";
    /* コンテンツの挿入 */
    position: absolute;
    /* 親要素を基準 */
}

.copy {

    height: 40px;
    display: flex;
    justify-content: space-between;


}

.copy p {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;

}

.cover {
    width: 100%;
}

@media screen and (max-width: 1012px) {
    .nav {
        display: none;
    }

    .top_image {
        display: none;
    }

    .top_image_sp {
        width: 100%;
        margin: auto;
        padding-top: 0px;
    }

    .top_image_sp img {
        width: 100%;

    }


    .top_image1 {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }


    .nav2 img {
        width: 100%;
    }

    #nav-drawer {
        display: block;
    }

    .drawer_logo {
        padding: 10px;
    }

    .sp_nav {
        background-color: rgba(255, 255, 255, .5);
        width: 100%;
        height: 90px;
        position: fixed;
        z-index: 200;
        top: 0;
    }



    .pole {
        margin-top: 0px;
        height: 10px;
        width: 100%;

    }




    .top_image {
        width: 100%;
        margin-top: -1px;

    }

    .service_content {
        background-image: url(image/serviceback.png);
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 100px;
        margin-top: -5px;

    }



    .service img {
        width: 80%;
        margin: auto;
        margin-top: 20px;

    }

    .service p {
        font-weight: bolder;
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        line-height: 34px;
        text-align-last: justify;

    }

    .service_text {
        width: 90%;
        margin: 20px auto 20px;
        display: block;

    }


    .menu {
        width: 90%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        ;

    }

    .menu h3 img {
        width: 40%;
        margin-right: 30px;

    }

    .menu p {
        font-size: 16px;
        color: #fff;
        line-height: 30px;

    }

    .menu_content {
        height: 800px;
        margin: auto;
        background-color: #60493e;

    }


    .price {
        width: 90%;
        display: block;
        margin: auto;
        padding-top: 18px;
    }

    .news {
        background-size: cover;
        background-image: url("image/newsback.png");

        padding-top: 0px;
        padding-bottom: 100px;

    }

    .news h3 {
        width: 90%;
        margin: auto;
    }

    .news h3 img {
        width: 280px;
        margin-bottom: 20px;
    }


    .map {
        background-color: #60493e;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .map h3 img {
        width: 300px;
    }

    .map h3 {
        width: 90%;
        margin: auto;
    }


    .map h3 img {
        width: 70% !impoortant;

    }




    .news h4 {
        font-size: 20px;
        background-color: #ffffcc;
        color: red;
        padding: 10px 10px 10px 10px;
        width: 103px;
        margin: 0px auto 30px;
        border: solid;

    }


    .kousinbi {
        width: 90%;
        text-align: right;
        font-size: 22px;
        line-height: 40px;
    }

    .kousin {
        overflow: auto;
        margin: auto;
        width: 900px;
        height: 180px;
        padding: 25px 30px 30px 30px;
        color: #e8e8e8;
        background-color: #fff;
        line-height: 1.5em;
        border: 2px solid #a5c013;

    }

    .kousin h4 {
        color: #ff6700;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        -webkit-text-stroke: 1.5px #ff6700;
        text-stroke: 1.5px #ff6700;
        letter-spacing: 1px;
    }

    .kousin p {
        color: #000;
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .bold_font {
        -webkit-text-stroke: 1px #e60012;
        text-stroke: 1px #e60012;
        color: #e60012;
        text-decoration: underline;
    }

    .map {
        width: 100%;
    }

    .map h3 img {
        width: 45%;
        margin: auto;
    }

    .map_content {
        display: block;
        width: 90%;
        margin: auto;
        justify-content: space-between;
    }

    .map_content p {
        font-size: 14px;

        margin: auto;
        width: 100%;
        padding: 20px;
        color: #000;
        background-color: #fff;
        line-height: 20px;
        border: 2px solid #a5c013;
        text-align: justify !important;
        margin-top: 20px;
        letter-spacing: 0px !important;

    }

    iframe {
        width: 435px !important;
        height: 380px !important;
        margin-top: 10px;
    }

    footer {
        width: 100%;


        background-size: cover;
        background-image: url("image/footerback.png");
    }



    .footerlogo {
        width: 75%;
        margin: auto;
        display: block;

    }

    .jolly_rec {
        width: 100%;
        display: block;
        margin: 50px auto 150px;
        justify-content: space-between;

    }

    .balloonoya img {
        width: 40%;
        display: block;
        margin: auto;
        margin-bottom: 50px;

    }

    .balloonoya p {
        font-size: 18px;
        line-height: 24px;


    }

    .balloonoya {
        position: relative;
        /* 指定した分だけ相対的に移動 */
    }

    .balloonoya:hover .balloon {
        display: inline;
        /* インライン要素として表示 */
    }

    .balloon {
        position: absolute;
        /* 親要素を基準 */
        display: none;
        /* 要素を非表示 */
        padding: 9px;
        /* テキストの前後の余白 */
        background-color: #fff;
        /* 背景色（透明度） */
        width: 300px;
        /* 吹き出し全体の幅 */
        border: 2px solid #9fc321;
        left: 15%;
        /* 表示位置 */
        top: 80px;
        font-size: 80%;
        /* 文字サイズ */
        z-index: 9;
        border-radius: 15px;
    }

    .balloon:after {
        border-right: 10px solid transparent;
        border-bottom: 15px solid #9fc321;
        border-left: 10px solid transparent;
        right: 140px;
        /* 吹き出し口の位置調整 */
        top: -18px;
        ;
        /* 吹き出し口の縦位置 */
        content: "";
        /* コンテンツの挿入 */
        position: absolute;
        /* 親要素を基準 */
    }

    .balloonoya2 img {
        width: 40%;
        display: block;
        margin: auto;

    }

    .balloonoya2 p {
        font-size: 18px;
        line-height: 22px;


    }

    .balloonoya2 {
        position: relative;
        /* 指定した分だけ相対的に移動 */
    }

    .balloonoya2:hover .balloon2 {
        display: inline;
        /* インライン要素として表示 */
    }

    .balloon2 {
        position: absolute;
        /* 親要素を基準 */
        display: none;
        /* 要素を非表示 */
        padding: 9px;
        /* テキストの前後の余白 */
        background-color: #fff;
        /* 背景色（透明度） */
        width: 350px;
        /* 吹き出し全体の幅 */
        border: 2px solid #9fc321;
        left: 7%;
        /* 表示位置 */
        top: 80px;
        font-size: 80%;
        /* 文字サイズ */
        z-index: 9;
        border-radius: 15px;
    }

    .balloon2:after {
        border-right: 10px solid transparent;
        border-bottom: 15px solid #9fc321;
        border-left: 10px solid transparent;
        right: 165px;
        /* 吹き出し口の位置調整 */
        top: -18px;

        /* 吹き出し口の縦位置 */
        content: "";
        /* コンテンツの挿入 */
        position: absolute;
        /* 親要素を基準 */
    }

    .copy {
        height: 90px;
        display: block;
        justify-content: space-between;
        padding-top: 5px;

    }

    .copy p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;

    }

    .cover {
        width: 100%;
        height: 10px;
    }


}

@media screen and (max-width: 1012px) {
    .header {
        position: fixed;
        z-index: 999;
        height: 55px !important;

    }

    .sp_top_logo {
        position: absolute;
        left: 4px;
        width: 130px !important;
        z-index: 99;
        margin-top: 5px;
        margin-left: 5px;
    }


    .navbar {
        display: none;
    }

    .sp_logo {
        z-index: 999;
    }

    .hamburger {

        display: block;
        position: fixed;

        width: 100%;
        z-index: 3;
        right: 13px;
        top: -5px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        z-index: 999999;
    }

    .hamburger span {
        display: block;
        position: absolute;
        border-radius: 10px;
        width: 30px;
        height: 5px;
        left: 20px;
        background: #009a3e;
        z-index: 999;
    }

    .hamburger span:nth-child(1) {
        top: 15px;
    }

    .hamburger span:nth-child(2) {
        top: 25px;
    }

    .hamburger span:nth-child(3) {
        top: 35px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .hamburger.active span:nth-child(1) {
        top: 30px;
        right: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2) {
        top: 30px;
        right: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        opacity: 0;
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        color: #323232;
        background: #9fc321;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 65%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    nav.globalMenuSp ul {
        background: #fff;
        margin: 100px auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #999;
        background: #fff;
    }

    nav.globalMenuSp ul li:first-child {
        padding-bottom: 0;
        border-bottom: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;

    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        border-bottom: 1px solid #fff;
    }

    /*    nav.globalMenuSp ul li:hover {
        background: #ff718b;
        color: #fff;
        border-bottom:
    }*/

    nav.globalMenuSp ul li a:hover {
        color: #fff;
    }

    nav.globalMenuSp ul li a {
        display: block;
        font-size: 35px;
        text-align: left;
        line-height: 3px;
        color: #323232;
        padding: 20px 0px 20px 30px;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    .nav2_back {
        display: none;
    }

    .nav2 {
        display: none;
    }

    .top_title h3 {
        font-size: 0.5em;
    }

    .top_title h2 {
        font-size: 0.5em;
        margin-top: 20px !important;
    }

    .maru {
        height: 60px;
        z-index: 999999 !important;
        width: 60px;
        color: #fff;
        font-size: 45px;
        background-color: #f494a6;
        border-radius: 50%;
        line-height: 60px;
        text-align: center;
        display: inline-block;


    }




    /*ハンバーガーメニュー追加*/
    input[name=navinput] {
        display: none;
    }

    .listnav01:hover,
    .listnav02:hover,
    .listnav03:hover,
    .listnav04:hover,
    .listnav05:hover {
        color: rgb(0, 145, 211);
        ;
        font-weight: 900;
    }

    p.title:hover {
        background-color: listnav02;
    }

    .listnav01 {
        display: block;
    }

    .listnav02 {
        display: block;
    }

    .listnav03 {
        display: block;
    }

    .listnav04 {
        display: block;
    }

    .listnav05 {
        display: block;
    }

    .box {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: 0.5s;
        margin-left: 5px;
        text-align: left;
        font-size: 15px;
        color: #595757;
        background-color:
    }

    .box a {
        line-height: 25px;
        text-align: left;
        text-align: left;
        padding: 10px;
        color: #323232;
    }

    .box01:last-child {
        border-bottom: 1px solid #323232;
    }

    #nav01:checked ~ .box01,
    #nav02:checked ~ .box02,
    #nav03:checked ~ .box03,
    #nav04:checked ~ .box04,
    #nav05:checked ~ .box05 {
        height: auto;
        opacity: 1;
        background: #9fc321;
        padding: 10px;
        text-align: left;
        color: #636363;
    }

    .box03 a {
        line-height: 45px;
    }

    .title {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 25px;
        text-align: left;
        color: #727171;
        background: #9fc321;
        border-bottom: 1px solid #f4f4f4;
    }

    .title_blue {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 25px;
        text-align: left;
        color: #000;
        background: #9fc321;
        border-bottom: 1px solid #fff;
    }

    .title_blue2 {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 25px;
        text-align: left;
        color: #000;
        background: #9fc321;
        border-bottom: 1px solid #fff;
    }

    .label_title {
        font-weight: bold;
        color: #c1d52c;
        margin-top: 20px;
    }

    /* CSS for CodePen */
    .accordion-container2 {
        line-height: 18px;
        color: #3282c8;
        margin: auto;
        line-height: 30px;
    }

    @keyframes gradient {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }



    .product_flow_sp {
        width: 100%;
    }

    .top_image {
        width: 90%;
    }


    .top_image {
        width: 100% !important;
        margin: auto;

    }

    .top_image img {
        width: 70px;

    }


    .top_image1 {
        width: 80% !important;
        margin: 10px auto 10px;
        display: flex;
        justify-content: space-between;
    }

    .top_image2 {
        width: 100% !important;
        margin: 10px auto 10px;
        ;
        display: flex;
        justify-content: space-between;
    }

    .top_image3 {
        width: 80% !important;
        margin: 10px auto 10px;
        display: flex;
        justify-content: space-between;
    }

    .top_image p {
        width: 150px;
        margin: 30px auto 30px;
        font-size: 12px;
        color: #0091d3;

    }


    .news h4 {
        font-size: 20px;
        background-color: #ffffcc;
        color: red;
        padding: 10px 10px 10px 10px;
        text-align: center;
        margin: 0px auto 30px;
        border: solid;

    }


    .kousinbi {
        width: 90%;
        text-align: right;
        font-size: 16px;
        line-height: 40px;
    }

    .kousin {
        overflow: auto;
        margin: auto;
        width: 90%;
        height: 350px;
        padding: 25px 30px 30px 30px;
        color: #e8e8e8;
        background-color: #fff;
        line-height: 1.5em;

    }

    .kousin h4 {
        color: #ff6700;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        -webkit-text-stroke: 1.5px #ff6700;
        text-stroke: 1.5px #ff6700;
        letter-spacing: 1px;
    }

    .kousin p {
        color: #000;
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .bold_font {
        -webkit-text-stroke: 1px #e60012;
        text-stroke: 1px #e60012;
        color: #e60012;
        text-decoration: underline;
    }

    .news {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .news h3 img {
        width: 40%;
        text-align: left;

    }

    .contact {
        font-size: 20px;
        margin: auto;
        width: 280px;
        margin: 20px auto 200px;
    }


    /*sdnレスポンシブ*/
    .sdn_title h3 {
        width: 75%;
        font-size: 20px;
        font-weight: bold;
        color: #FF367F;
        padding-top: 100px;
        padding-bottom: 30px;
        margin: auto;
    }

    .sdn_title img {
        width: 90%;

    }

    .movie_img {
        width: 90%;
        margin: auto;
    }

    .modalimage {
        width: 100%;

    }

    .contact2 {
        font-size: 16px;
        margin: auto;
        width: 90%;
        margin-top: 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    iframe {
        width: 100% !important;
        z-index: 999;
    }

}



/*ハンバーガーメニュー*/

@media screen and (min-width: 1012px) {
    .hamburger_menu {
        display: none;
    }

    .top_image_sp {
        display: none;
    }

    .sp_top_logo {
        display: none !important;

    }

    .shikaku_Sp {
        display: none;
    }

    .benefits_sp {
        display: none;
    }

    .product_flow_sp {
        display: none;
    }

    .shikaku_Sp {
        display: none;
    }


}



/*スマホモーダル修正*/

@media screen and (max-width: 1012px) {

    .modalWrapper {
        width: 100%;
        top: 70%;
    }

    .modalContents {
        width: 100%;
    }

    .youtubemv {
        width: 100vw;
        height: 26vh;
    }

}



@media screen and (max-width: 1012px) {


    .pc_slider {
        display: none !important;
    }


}



@media screen and (min-width: 790px) {


    .sp_slider {
        display: none !important;
    }

}
