
*{
    margin:0;
    padding;0:
}

body{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    width: 100%;
    margin: 0 ;
    color: #000000;
    box-sizing: border-box;
}

body a {
    color: #0071aa;
    text-decoration: none;
}

#container{
    width: 100%;
}



/*pc*/
@media screen and (min-width:769px){
/*min 769px*/

    .sp-bl{
        display: none;
    }

    #topnav_pc{
        position: -webkit-sticky;
        position: sticky;
        z-index: 999;
        top:0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
        opacity: 0.8;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        overflow: hidden;

    }

    #topnav_pc:hover{
        opacity: 1 ;
    }

    nav{
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items:center;
        justify-content: space-between;
    }

    .nav_link{
        width: 500px;
        display: flex;
        justify-content: space-between;
    }

    .nav_link li{
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        text-align: center;
    }

    .nav_link a{
        color: #000000;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
    }

    .nav_link a:hover{
        color: #0071aa;

    }

    .nav_logo{
        margin: 3px 0px;
    }

    .nav_logo a{
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
    }

    .nav_logo a:hover{
        opacity: 0.7;
    }


    header{
/*        width: 100%;*/
        max-width: 1280px;
        margin: 0 auto;
        height: 550px;
        background-image: url(../img/top_banner_2025.png);
        background-size: 100%;
        background-position: center bottom;
        margin-top: -80px

    }

    h1{
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

    button{
      border: 2;
      line-height: 2;
      padding: 0 10px;
      margin-left: 60%;
      margin-top: 70px;
      font-size: 24px;
      color: #ffffff;
      min-width: 40%;
      height:120px;
      border-radius: 40px;
      background-color: rgba(255,80,50,.7);
      background-image: linear-gradient(to right,
                                      rgba(0, 0, 0, 0),
                                      rgba(0, 0, 0, 0),
                                      rgba(0, 0, 0, 0));
      box-shadow: inset 2px 2px 3px rgba(240, 79, 51, .6),
                  inset -2px -2px 3px rgba(222, 146, 39, .6);
    }

    button:hover{
      background-color: #ffffff;
      color:#f47a20;
    }

    .sec01{
/*        width: 100%;*/
        max-width: 1280px;
        margin: 0 auto;
    }

    .sec01_title_cont{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec01_title_cont img{
        padding: 0px 20px;
    }

    .sec01_h2{
        font-size: 28px;
        font-weight: 900;
        padding: 0px 20px;

    }

    .sec01_naiyo{
/*        width: 100%;*/
        margin: 0 auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        box-sizing: border-box;

    }

    .sec01_naiyo img{
        display: block;
        width: 50%;
    }

    .sec01_naiyo p{
        display: block;
        background-color:#eeeceb ;
        max-width: 400px;
        margin: 10px;
        padding: 20px;
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
    }

    .sec01_obi{
/*        width: 100%;*/
        max-width: 1920px;
        height: 212px;
        background-image: url(../img/obi01_pc.png);
        background-position: center;

    }

    .reserve_cont{
/*        width: 100%;*/
        height: 160px;
        background-image: url(../img/back_pat.png);
        background-repeat: repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reserve_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 640px;
        height: 80px;
        background: #f7931e;/*ボタン色*/
        color: #FFF;
        font-size: 36px;
        font-weight: 600;
        border-bottom: solid 3px #af5402;
        border-radius: 4px;
        position: relative;

    }

    .reserve_btn:hover {/*ボタンを押したとき*/
        -ms-transform: translateY(3px);
        -webkit-transform: translateY(3px);
        transform: translateY(3px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }

    .reserve_btn a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent:-999px;
    }

    .sec02{
/*        width: 100%;*/
        background-color: #d1e3f1;
        padding: 30px;
        box-sizing: border-box;
    }

    .h2_line{
        display: block;
        height: 72px;
        min-width: 500px;
        margin: 0 auto;
        text-align: center;
        font-size: 32px;
        font-weight: 800;
        background-image: url(../img/h2_line.svg);
        background-repeat: no-repeat;
        background-size: 500px auto;
        background-position: center bottom;
    }

    .sec02 img{
        display: block;
        max-width: 980px;
        width: 80%;
        margin:  0 auto;
        padding: 30px 0;
        box-sizing: border-box;
    }


    .sec03{
/*        width: 100%;*/
        max-width: 1080px;
        margin:  0 auto;
        padding: 70px 0px;
        box-sizing: border-box;
    }

    .sec03_midashi{
        display: block;
        max-width: 1080px;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .sec03_plan{
        display: block;
        padding: 20px 50px 50px;
        text-align: center;
        font-weight: bold;
    }

    .sec03_plan table{
        width: 100%;
        border: 3px solid;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .sec03_plan table th,table td{
        border: 2px solid #656565;
        padding: 10px;
    }

    .sec03_plan table th:nth-child(1){
        font-weight: bold;
        color: #fff;
        background-color: #39a14a;
        text-align: center;
        padding: 15px 10px;
        font-size: 20px;
    }

    .sec03_plan table th:nth-child(2){
        font-weight: bold;
        color: #fff;
        background-color: #28bde5;
        text-align: center;
        padding: 15px 10px;
        font-size: 20px;
    }

    .sec03_plan table td:nth-child(1){
        background: rgba(57, 161, 74, 0.2);
    }

    .sec03_plan table td:nth-child(2){
        background: rgba(40, 189, 229, 0.2);
    }

    .sec03_table_recommended{
        font-size: 20px;
    }

    .sec03_plan_small{
      font-size: 15px;
    }

    .sec03_cont{
/*        width: 100%;*/
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .sec03_naiyo{
        width: 45%;
        padding: 15px;
        box-sizing: border-box;
    }

    .sec03_title_g{
        margin:  0 auto;
        background-color: #39a14a;
        text-align: center;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec03_title_g span{
        color: #fff;
        font-size: 24px;
        font-weight: 800;
    }

    .sec03_title_g p{
        color: #fff;
        font-size: 15px;
    }

    .sec03_arrow{
        width: 48px;
        margin: 0 auto;
        margin-top: -5px;
    }

    .sec03_setsumei{
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 20px 0px;
        font-size: 16px;
        font-weight: 600;
    }

    .sec03_arrow02{
        width: 48px;
        margin: 0 auto;
    }

    .sec03_setsumei_g{
        width: 100%;
        color: #39a14a;
        font-weight: 800;
        display: inline-block;
        text-align: center;
        font-size: 22px;
    }

    .sec03_title_b{
        margin:  0 auto;
        background-color: #28bde5;
        text-align: center;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec03_title_b span{
        color: #fff;
        font-size: 24px;
        font-weight: 800;
    }

    .sec03_title_b p{
        color: #fff;
        font-size: 15px;
    }

    .sec03_setsumei_b{
        width: 100%;
        color: #28bde5;
        font-weight: 800;
        display: inline-block;
        text-align: center;
        font-size: 22px;
    }

    .sec04{
/*        width: 100%;*/
        padding: 70px 0px;
        box-sizing: border-box;
        background-image: url(../img/blue_pat.png)
    }

    .h2_line_w{
        display: block;
        height: 72px;
        min-width: 500px;
        margin: 0 auto;
        text-align: center;
        font-size: 32px;
        color: #ffffff;
        font-weight: 800;
        background-image: url(../img/h2_line_w.svg);
        background-repeat: no-repeat;
        background-size: 500px auto;
        background-position: center bottom;
    }

    .sec04_cont{
/*        width: 100%;*/
        max-width: 1300px;
        margin: 0 auto;
        padding-top:  20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .sec04_naiyo{
        width: 25%;
        padding-top: 20px;
    }

    .sec04_naiyo img{
        display: block;
        width: 75%;
        margin: 0 auto;
    }

    .sec04_naiyo span{
        width: 80%;
        margin: 0 auto;
        display: block;
        padding-top: 20px;
        color: #ffffff;
        font-size: 14px;
        word-break: break-word;
    }


    .sec05{
        padding: 70px 0px;
    }

    .sec05_cont{
/*        width: 100%;*/
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .sec05_naiyo{
        width: 360px;
        margin: 0 30px;
    }


    .sec05_naiyo span{
/*        width: 100%;*/
        display: block;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    .sec05_obi{
        height: 62px;
/*        width: 100%;*/
        background-image: url(../img/sec05_obi.svg);
        background-size: auto 60px;
        background-repeat: repeat-x;
        background-position: center bottom;

    }

    .sec06{
        width: 100%;
        background-color: #dadde0;
        padding-top: 60px;
        padding-bottom: 80px;
        margin-top: -5px;
        text-align: center;

    }

    .sec06_cont{
        max-width: 1080px;
/*        width: 100%;*/
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
    }

    .sec06_cont img{
        margin: 10px;
    }

    .sec06_text{
        display: inline-block;
        max-width: 1080px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
        font-size: 32px;
        font-weight: 800;
        color: #0071a8;
        background: linear-gradient(transparent 50%, #fffb61 50%);
    }

    .sec07{
/*        width: 100%;*/
        max-width: 1920px;
        background-image: url(../img/sec07_back.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }

    .sec07_obi{
        width: 100%;
        margin-top: -10px;
    }

    .sec07_cont{
        max-width: 1080px;
/*        width: 100%;*/
        margin: 0 auto;
        background-color: rgba(255,255,255,0.7);
        padding: 30px;
        box-sizing: border-box;
    }

    .sec07_h3{
        width: 88%;
        margin: 0 auto;
        border-bottom: 4px #0071aa dashed;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .sec07_h3 img{
        display: block;
        padding-bottom: 10px;
    }

    h3{
        color: #0071aa;
        font-size: 22px;
        font-weight: 700;
        margin-left: 20px;
    }

    .sec07_naiyo{
        padding: 30px 0px;
        box-sizing: border-box;
        width: 88%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap:wrap;

    }

    .sec07_120{
        display: block;
        margin: 10px;
        height: 120px;
    }

    .sec07_80{
        display: block;
        height: 80px;
        margin: 10px;
    }

    .sec07_ul{
        padding: 30px 40px;
        box-sizing: border-box;
        width: 88%;
        margin: 0 auto;
    }

    .sec07_ul li{
        font-size: 20px;
        font-weight: 800;
        list-style-image: url(../img/sec07_list.svg);
        margin: 20px;
        padding-left: 20px

    }

    .sec08{
        background-image: url(../img/sec08_pat.svg);
        background-size: 20px auto;
        padding: 70px 0px;
/*        width: 100%;*/
    }

    .sec08_faq{
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding-top: 40px;
    }

    .sec08_faq dt{
        height: 70px;
        background-image: url(../img/sec08_q.svg);
        background-size: auto 68px;
        background-repeat: no-repeat;
        background-position: left center;
        display: flex;
        align-items: center;
        padding-left: 100px;
        font-size: 24px;
        font-weight: 800;
    }

    .sec08_faq dd{
        min-height: 100px;
        background-image: url(../img/sec08_a.svg);
        background-repeat: no-repeat;
        background-size: auto 68px;
        background-position: left center;
        display: flex;
        align-items: center;
        padding-left: 100px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .sec08_faq dd span{
        width: 100%;
        background-color: #e5eaea;
        font-size: 16px;
        line-height: 30px;
        padding: 16px 30px;
        box-sizing: border-box;
        border-radius: 8px;
        box-shadow: #999999 0px 1px 5px;
    }

    .sec09{
/*        width: 100%;*/
        padding: 70px 0px;
        box-sizing: border-box;
    }

    .sec09_cont{
        max-width: 1080px;
        width: 100%;
        margin: 20px auto;
    }

    .sec09_title{
        width: 100%;
        border-bottom: #0071aa 2px solid;
        padding-bottom: 6px;
    }

    .sec09_title p{
        font-size: 14px;
    }

    .sec09_title span{
        font-size: 24px;
        font-weight: 800;
    }

    .sec09_naiyo{
        width: 100%;
        padding: 30px 0px;
        box-sizing: border-box;
        display: block;
        align-items: flex-start;
    }

    .sec09_naiyo_img img{
        width: 270px;
        height:270px;
        float:left;
    }

    .sec09_setsumei{
        width: auto;
        margin: 0px 24px;
    }

    .sec09_setsumei p{
        font-size: 14px;
        line-height: 26px;
        color: #4d4d4d;
    }

    .sec09_b{
        font-size: 14px;
        color: #df5a24;
        font-weight: 800;
    }


    .sec09_website{
        width: 99%;
        background-color: #e0e0e0;
        margin-top: 30px;
        padding: 16px
    }

    .sec09_midashi{
        font-size: 14px;
        font-weight: 800;
    }

    .sec09_url{
        font-size: 14px;
        padding-left: 20px;
    }

    .sec09_1url{
        padding: 5px 0px;
    }

    .sec10{
/*        width: 100%;*/
        padding: 70px 0px 250px 0px;
        background-color: #0071aa;
        background-image: url(../img/sec10_back.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 1280px auto;
    }

    .sec10_cont{
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
    }


    .h2_line_long{
        display: block;
        height: 72px;
        min-width: 500px;
        margin: 0 auto;
        text-align: center;
        font-size: 32px;
        color: #ffffff;
        font-weight: 800;
        background-image: url(../img/h2_line_long.svg);
        background-repeat: no-repeat;
        background-size: 852px auto;
        background-position: center bottom;

    }

    .sec10_cont span{
        display: block;
        color: #fff;
        font-size: 18px;
        margin: 25px 10px;
    }

    .sec10_cont img{
        display: block;
        width: 100%;
    }

    .sec11{
/*        width: 100%;*/
        padding: 70px 0px;
        background-color: #e0e0e0;
    }

    .sec11_cont{
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
    }

    .sec11_naiyo01{
        padding-top:20px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }

    .sec11_article{
        margin: 20px 0px 20px 25px;
    }

    .sec11_h3{
        border-left: #0071aa 6px solid;
        border-bottom: #0071aa 1px solid;
        padding-left: 10px;
    }

    .sec11_article span{
        display: block;
        padding-left: 20px;
        margin: 10px 0px 25px 0px;
    }

    .sec11_naiyo02{
        width: 100%;
        margin-top: 40px;
    }

    .sec11_naiyo02_flex{
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        margin: 25px auto;
    }

    .sec11_naiyo02_flex table{
        width: 100%;
        margin: 0px  20px;

    }

    .sec11_naiyo02_flex th{
        text-align: center;
        height: 40px;
        font-size: 16px;
        font-weight: 800;
    }

    .sec11_naiyo02_flex td{
        text-align: center;
        height: 60px;
        font-size: 14px;
    }

    .day{
        width: 170px;
    }

    .place{
        min-width: 250px;
    }

    .table_left,
    .table_right{
        border-top: #999999 1px solid;
        border-bottom: #999999 1px solid;
    }

    .table_center{
        border: #999999 1px solid;
    }

    .sec12{
/*        width: 100%;*/
        padding: 70px 0px;
    }

    .sec12_cont{
/*        width: 100%;*/
        max-width: 1080px;
        margin: 0 auto;
    }

    .sec12_article{
        margin-top:40px ;
    }

    .sec12_article span{
        display: block;
        width: 95%;
        margin: 20px auto;
        font-size: 16px;
        line-height: 26px
    }

    .sec12_article img{
        width: 100%;
    }


    .sec12_ul{
        padding: 10px 40px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }

    .sec12_ul li{
        font-size: 18px;
        list-style-image: url(../img/sec07_list.svg);
        margin: 20px;
        padding-left: 20px

    }

    .sec12_table{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        border: 2px #bababa solid;
        margin-bottom: 50px;
    }

    .sec12_midashi02{
        width: 600px;
    }

    .sec12_table th{
        background-color:#bdd0e0 ;
        height: 40px;
        text-align: center;
        font-weight: 800;
        border: #fff 1px solid;
    }

    .sec12_table td{
        font-size: 14px;
        padding: 10px 0px 10px 20px;
    }

    .sec12_partner{
        background-color: #e0e0e0;
        border-bottom: 1px #fff solid;
        font-weight: 800;
    }

     .sec12_naiyo{
        border-bottom: 1px #cccccc solid;
    }


    .reserve_btn02{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 720px;
        height: 80px;
        background: #39a34a;/*ボタン色*/
        color: #FFF;
        font-size: 36px;
        font-weight: 600;
        border-bottom: solid 3px #0e770e;
        border-radius: 4px;
        position: relative;

    }

    .reserve_btn02:hover {/*ボタンを押したとき*/
        -ms-transform: translateY(3px);
        -webkit-transform: translateY(3px);
        transform: translateY(3px);/*下に動く*/
        border-bottom: none;/*線を消す*/
    }

    .reserve_btn02 a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent:-999px;
    }

    .sec13{
/*        width: 100%;*/
        padding: 40px 0px;

    }

    .sec13_form_pc{
        max-width:700px;
        margin: 30px auto;
        height: 650px;
    }



    footer{
/*        width: 100%;*/
        height: 200px;
        background-image: url(../img/back_pat.png)


    }

    #foot_cont{
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .foot_logo{
        width: 50%;
        padding-right: 15px;
        box-sizing: border-box;
        text-align: right;
        padding-top: 30px;

    }

    .foot_info{
        margin: 20px;
        width: 50%;
    }

    .foot_info span{
        color: #fff;
        font-size:16px;

    }

    .foot_tell{
        margin: 5px;
        display:flex;
        align-items: center
    }

    .foot_tell img{
        display: block;
        float: left;
        padding-left: 5px;
    }

    .foot_tell p{
        color: #fff;
        font-size:16px;
        padding-left: 15px;
    }

    .foot_mail{
        margin: 5px;
        display: flex;
        align-items: center;
    }

    .foot_mail p{
        color: #fff;
        font-size:16px;
        padding-left: 15px;
    }
}


/*sp*/
@media screen and (max-width:768px){
    .pc-bl{
        display: none;
    }

    #topnav_sp{
        position: -webkit-sticky;
        position: sticky;
        z-index: 999;
        top:0;

    }

    nav{
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items:center;
        justify-content: space-around;
        background-color: #fff;
        height: 60px;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.3);

    }

    .nav_sp li{
        font-size: 3vw;
        font-weight: 800 ;
        margin: 0px 5px;
        border-bottom: 1px #0071a8 dashed ;
    }

    .nav_sp{
        width: 600px;
        display: flex;
        justify-content: space-between;
    }

    header{
        width: 100%;
        margin-top: -25px;
    }

    h1{
        text-indent:100%;
        white-space:nowrap;
        overflow:hidden;
    }

    button{
      border: 2;
      line-height: 1.2;
      padding: 0 10px;
      margin-left: 50px;
      font-size: 20px;
      color: #ffffff;
      min-width: 40%;
      height:70px;
      border-radius: 40px;
      background-color: rgba(255,80,50,.6);
      background-image: linear-gradient(to right,
                                      rgba(0, 0, 0, 0),
                                      rgba(0, 0, 0, 0),
                                      rgba(0, 0, 0, 0));
      box-shadow: inset 2px 2px 3px rgba(240, 79, 51, .6),
                  inset -2px -2px 3px rgba(222, 146, 39, .6);
    }

    button:hover{
      background-color: #ffffff;
      color:#f47a20;
    }

    .sec01_title_cont{
        padding-top: 20px;
        text-align: center;
    }

    .sec01_title_cont img{
        display: block;
        margin: 10px auto;
    }

    .h2_small{
        font-size: 16px;
        text-align: center;
    }

    .sec01_h2_sp{
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
    }

    .sec01_naiyo{

    }

    .sec01_naiyo img{
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

    .sec01_naiyo p{
        background-color: #eceae9;
        padding: 20px;
        font-size: 14px;
        line-height: 28px;
    }

    .sec01_obi img{
        width: 100%;
        overflow: hidden;
        display: block;
        margin-top: -25px;
    }



    .reserve_cont{
        width: 100%;
        height: 150px;
        background-image: url(../img/back_pat.png);
        background-repeat: repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reserve_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 80px;
        background: #f7931e;/*ボタン色*/
        color: #FFF;
        font-size: 5vw;
        font-weight: 600;
        border-bottom: solid 3px #af5402;
        border-radius: 4px;
        position: relative;

    }

    .reserve_btn a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent:-999px;
    }

    .sec02{
        background-color: #cfe1ef;
        padding: 40px 0px;
    }

    .h2_line{
        display: block;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
        font-size: 6vw;
        font-weight: 800;
        background-image: url(../img/h2_line.svg);
        background-repeat: no-repeat;
        background-size: 500px auto;
        background-position: center bottom;
    }

    .sec02 img{
        display: block;
        width: 95%;
        margin: 0 auto;

    }


    .sec03{
        padding: 40px 0px;
        text-align: center;

    }

    .sec03_midashi{
        width: 90%;
        margin:  0 auto;
    }

    .sec03_midashi span{
        font-size: 18px;
        font-weight: 600;
    }

    .sec03_plan{
        display: block;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }

    .sec03_plan table{
        width: 100%;
        border: 3px solid;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .sec03_plan table th,table td{
        border: 2px solid #656565;
        padding: 10px;
    }

    .sec03_plan table th:nth-child(1){
        font-weight: bold;
        color: #fff;
        background-color: #39a14a;
        text-align: center;
        padding: 15px 10px;
        font-size: 20px;
    }

    .sec03_plan table th:nth-child(2){
        font-weight: bold;
        color: #fff;
        background-color: #28bde5;
        text-align: center;
        padding: 15px 10px;
        font-size: 20px;
    }

    .sec03_plan table td:nth-child(1){
        background: rgba(57, 161, 74, 0.2);
    }

    .sec03_plan table td:nth-child(2){
        background: rgba(40, 189, 229, 0.2);
    }

    .sec03_table_recommended{
        font-size: 20px;
    }

    .sec03_plan_small{
      font-size: 15px;
    }

    .sec03_naiyo{
        padding: 20px 0px;
        box-sizing: border-box;
    }

    .sec03_title_g,
    .sec03_title_b{
        width: 80%;
        padding: 50px 0px;
        margin: 0 auto;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .sec03_title_g{
        background-color:#39a14a ;
    }

    .sec03_title_b{
        background-color:#28bde5 ;
    }

    .sec03_titletext span{
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

    .sec03_titletext p{
        font-size: 16px;
        color: #fff;
    }

    .sec03_setsumei{
        display: block;
        font-size: 14px;
        line-height: 26px;
        padding: 20px 0px;
    }

    .sec03_setsumei_g{
        display: block;
        font-size: 20px;
        color: #39a14a;
        font-weight: 600;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .sec03_setsumei_b{
        display: block;
        font-size: 20px;
        color: #28bde5;
        font-weight: 600;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .sec04{
        padding: 40px 0px;
        background-image: url(../img/blue_pat.png)

    }

    .h2_line_w{
        display: block;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
        font-size: 6vw;
        color: #fff;
        font-weight: 800;
        background-image: url(../img/h2_line_w.svg);
        background-repeat: no-repeat;
        background-size: 500px auto;
        background-position: center bottom;
    }

    .sec04_naiyo{
        width: 95%;
        margin: 0 auto;
        padding-top: 40px;
    }

    .sec04_naiyo img{
        display: block;
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
    }
    .sec04_naiyo span{
        display: inline-block;
        color: #fff;
        padding: 20px 0px;
        font-size: 12px;
    }
    .sec05{
        padding-top: 40px;
    }

    .sec05_naiyo{
        padding-bottom: 50px;
    }

    .sec05_naiyo span{
        display: block;
        padding: 10px 0px;
        font-size: 18px;
        font-weight: 600;
        margin: 0 auto;
        text-align: center;
    }

    .sec05_naiyo img{
        width: 80%;
        display: block;
        margin: 0 auto;
        overflow: hidden;
    }

    .sec05_naiyo p {
      font-size: 14px;
      padding: 0 10px;
      line-height: 26px;
    }

    .sec05_obi{
        height: 62px;
/*        width: 100%;*/
        background-image: url(../img/sec05_obi.svg);
        background-size: auto 60px;
        background-repeat: repeat-x;
        background-position: center bottom;
    }

    .sec06{
        background-color: #d8dbde;
        padding-bottom: 60px;
        margin-top: -5px;
    }

    .sec06_cont{
        display: flex;
        align-items: center;
        align-content: flex-start;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .sec06_cont img{
        display: block;
        width: 160px;
        margin: 20px 5px;
    }

    .sec06_text{
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        font-size: 5.5vw;
        font-weight: 800;
        color: #0071a8;
        background: linear-gradient(transparent 50%, #fffb61 50%);
    }


    .sec07{
        background-image: url(../img/sec07_back.png);
        background-size: 100% auto;
        background-position: center;
    }

    .sec07_cont{
        width: 95%;
        margin: 30px auto;
        padding-top: 40px;
        background-color: rgba(255,255,255,0.5);
    }

    .sec07_h3{
        width: 95%;
        margin: 0 auto;
        border-bottom: 2px #0071aa dashed;

    }

    .sec07_h3 img{
        padding-bottom: 5px;
        width: 40px;
        display: block;
        margin: 0 auto;
    }

    .sec07_h3 h3{
        color: #0071aa;
        font-size: 20px;
        font-weight: 700;


    }

    .sec07_naiyo{
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sec07_naiyo img{
        display: block;
        margin: 10px 5px;
        box-sizing: border-box;
    }

    .sec07_120{
        height: 110px;
    }

    .sec07_80{
        width: 100%;
        max-width: 300px;
    }

    .sec07_ul{
        padding: 30px 0px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .sec07_ul li{
        font-size: 16px;
        font-weight: 800;
        list-style-image: url(../img/sec07_list.svg);
        margin: 20px;
        padding-left: 0px

    }

    .sec08{
        background-image: url(../img/sec08_pat.svg);
        background-size: 20px auto;
        padding: 40px 0px;
        margin-top: -30px;
/*        width: 100%;*/
    }

    .sec08_faq{
        width: 95%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .sec08_faq dt{
        height: 70px;
        background-image: url(../img/sec08_q.svg);
        background-size: auto 52px;
        background-repeat: no-repeat;
        background-position: left center;
        display: flex;
        align-items: center;
        padding-left: 70px;
        font-size: 16px;
        font-weight: 800;
    }

    .sec08_faq dd{
        min-height: 100px;
        background-image: url(../img/sec08_a.svg);
        background-repeat: no-repeat;
        background-size: auto 52px;
        background-position: left center;
        display: flex;
        align-items: center;
        padding-left: 80px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .sec08_faq dd span{
        width: 100%;
        background-color: #e5eaea;
        font-size: 14px;
        padding: 10px 15px;
        box-sizing: border-box;
        border-radius: 8px;
        box-shadow: #999999 0px 1px 5px;
    }

    .sec09{
/*        width: 100%;*/
        padding: 40px 0px;
    }

    .sec09_cont{
        margin: 20px auto;
    }

    .sec09_title{
        border-bottom: #0071aa 2px solid;
        padding-bottom: 6px;
        padding-left: 10px;
    }

    .sec09_title p{
        font-size: 14px;
    }

    .sec09_title span{
        font-size: 20px;
        font-weight: 800;
    }

    .sec09_naiyo{
        padding: 20px 0px;
    }

    .sec09_naiyo img{
        width: 100%;
        height:auto;
        float:left;
    }

    .sec09_setsumei{
        width: 90%;
        margin: 0 auto;
        padding: 20px 0px;
    }
    .sec09_setsumei p{
        font-size: 14px;
        line-height: 26px;
    }

    .sec09_b{
        font-size: 14px;
        color: #df5a24;
        font-weight: 800;
    }


    .sec09_website{
        background-color: #e0e0e0;
        margin-top: 30px;
        padding: 16px
    }

    .sec09_midashi{
        font-size: 16px;
        font-weight: 800;
        display: block;
    }

    .sec09_url{
        display: block;
        font-size: 14px;
    }

    .sec09_1url{
        padding: 10px 0px;

    }

    .sec10{
/*        width: 100%;*/
        padding: 40px 0px 120px 0px;
        background-color: #0071aa;
        background-image: url(../img/sec10_back.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% auto;
    }

    .sec10_cont{
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
    }


    .h2_line_long{
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 6.3vw;
        color: #ffffff;
        font-weight: 800;
        background-image: url(../img/h2_line_w.svg);
        background-repeat: no-repeat;
        background-size: 852px auto;
        background-position: center bottom;
        padding-bottom: 40px;

    }

    .sec10_cont span{
        display: block;
        color: #fff;
        font-size: 14px;
        margin: 25px 10px;
    }

    .sec10_cont img{
        display: block;
        width: 100%;
    }

    .sec11{
/*        width: 100%;*/
        padding: 40px 0px;
        background-color: #e0e0e0;
    }


    .sec11_naiyo01 img{
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .sec11_article{
        margin: 20px 10px;
    }

    .sec11_h3{
        border-left: #0071aa 6px solid;
        border-bottom: #0071aa 1px solid;
        padding-left: 5px;
        font-size: 18px;
        font-weight: 600;
    }

    .sec11_article span{
        font-size: 14px;
        line-height: 26px;
        display: block;
        margin: 10px 0px 25px 0px;
    }

    .sec11_naiyo02{
        margin: 20px 10px;
    }

    .sec11_naiyo02_flex{
        margin: 25px auto;
    }

    .sec11_naiyo02_flex table{
        width: 100%;
        overflow: hidden;
    }

    .sec11_naiyo02_flex th{
        text-align: center;
        height: 40px;
        font-size: 16px;
        font-weight: 800;
    }

    .sec11_naiyo02_flex td{
        text-align: center;
        height: 60px;
        font-size: 14px;
    }

    .day{
        width: 30%;
    }

    .place{
        min-width: 50%;
    }

    .table_left,
    .table_right{
        border-top: #999999 1px solid;
        border-bottom: #999999 1px solid;
    }

    .table_center{
        border: #999999 1px solid;
    }

    .sec11_map{
        width: 350px;
        margin: 0 auto;
        margin-top: 40px;

    }


    .sec12{
        padding: 40px 0px;
    }

    .sec12_cont{
        width: 95%;
        margin: 0 auto;
    }
    .sec12_article{
        margin: 30px 0px;
    }

    .sec12_article span{
        font-size: 14px;
        line-height: 28px;
        padding: 20px 0px;
        display: block;
    }

    .sec12_article img{
        width: 100%;
        display: block;
    }

    .sec12_ul{
        margin-bottom: 50px;
    }


    .sec12_ul li{
        font-size: 14px;
        list-style-image: url(../img/sec07_list.svg);
        margin: 10px;
        padding-left: 5px;
    }

    .sec12_table{
        width: 100%;
        margin: 0 auto;
        border: 2px #bababa solid;
        margin-bottom: 40px;
    }


    .sec12_table th{
        background-color:#bdd0e0 ;
        height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 800;
        border: #fff 1px solid;
    }

    .sec12_table td{
        font-size: 14px;
        padding: 10px 0px 10px 5px;
    }

    .sec12_partner{
        background-color: #e0e0e0;
        border-bottom: 1px #fff solid;
        font-weight: 800;
        font-size: 14px;
    }

     .sec12_naiyo{
        border-bottom: 1px #cccccc solid;
        font-size: 14px;
    }

    .reserve_cont02{
        width: 100%;
        height: 200px;
        background-image: url(../img/back_pat.png);
        background-repeat: repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reserve_btn02{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 80px;
        background: #39a34a;/*ボタン色*/
        color: #FFF;
        font-size: 4.5vw;
        font-weight: 600;
        border-bottom: solid 3px #0e770e;
        border-radius: 4px;
        position: relative;

    }

    .reserve_btn02 a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent:-999px;
    }

    .sec13{
/*        width: 100%;*/
        padding: 40px 0px;
        background-color: #f2f2f2;
    }

    .sec13 iframe{
        max-width: 750px;
        margin: 0 auto;
    }


    footer{
    background-image: url(../img/back_pat.png)
    }

    #foot_cont{
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .foot_logo img{
        display: block;
        width: 300px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: right;
    }



    .foot_info{
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
        box-sizing: border-box

    }

    .foot_info span{
        color: #fff;
        font-size: 14px;
    }

    .foot_tell{
        display:flex;
        align-items: center;
        margin: 10px 0;
    }

    .foot_tell img{
        width: 20px;
        display: block;
        float: left;
    }

    .foot_tell p{
        color: #fff;
        font-size:14px;
        padding-left: 15px;
    }

    .foot_mail{
        display: flex;
        align-items: center;
        margin: 10px 0;

    }

    .foot_mail img{
        width:  16px;


    }

    .foot_mail p{
        color: #fff;
        font-size:14px;
        padding-left: 15px;
    }
}
