@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Ribeye');

/*reset
---------------------------------------------------*/


html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, figure{
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style-type: none;
}

th, address {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

img{
    border: 0;
    vertical-align: top;
    height: auto;
    width /***/:auto;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.clearfix { display: block; }  

.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}


/*初期設定
----------------------------------------------------*/

body{
    min-width: 320px;
    margin: auto;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
    font-size:93.75%;/*15px*/
    line-height: 1.7;
    color: #1a1a1a;
    background-color:#fff;
    letter-spacing: 0.2px;
}

header{
    width: 100%;
    background:#fff;
    text-align: center;
    font-family: 'Ribeye', cursive;
}



.mv img{
    width: 100%;
    margin-bottom: 20px;
}

.mb40{
    margin-bottom: 40px;
}


.campaign img{
    width: 100%;
    margin-bottom: 60px;
}

.point3 img{
    width: 100%;
    margin-bottom: 30px;
}


@media screen and (max-width:640px) {
    .abs1{
            position: absolute;
    bottom: 34.5%;
    right: 24%;
    }
    .abs2{
           position: absolute;
    bottom: 14.5%;
    right: 24%;
    }
    .abs5{
            position: absolute;
    bottom: 43.5%;
    right: 23%;
    }
    .abs6{
       position: absolute;
    bottom: 9.5%;
    right: 23%;

    }
    .f_btn img{
        width: 88%;
        display: block;
        margin: auto;
        position: absolute;
        top: 32%;
        left: 6%;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #content {
        width: 100%;
        margin:0 auto;
        text-align: left;
        background: #fff;
    }

    header img{
        width: 90%;
        background:#fff;
        padding: 7px;
        font-family: 'Ribeye', cursive;
    }
    .width_pa{
        margin: 0 10px;
    }
    .btn .uchinoko{
        background-color: #fff5e1;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px 15px;
    }
    .btn .uchinoko .btn_logo img{
        width: 40%;
        display: block;
        margin: auto;
        padding: 15px 15px 10px;

    }
    .btn .uchinokoright{
        background-color: #fff5e1;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px 15px;
    }
    .btn .uchinokoright .btn_logo img{
        width: 55%;
        display: block;
        margin: auto;
        padding: 15px 15px 10px;

    }
    .btn-square-shadow {
        position: relative;
        display: inline-block;
        padding: 0.7em 3em 0.5em 2em;
        text-decoration: none;
        background: #00b0ec;
        color: #FFF;
        border-bottom: solid 6px #007096;
        border-radius: 10px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 19px;
        background-image: url(../img/arrow.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 258px 16px;
        padding-right: 69px;
    }
    .btn-square-shadow:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow3 {
       position: relative;
    display: inline-block;
    padding: 1% 0em 1% 10%;
    text-decoration: none;
    background: #00b0ec;
    color: #FFF;
    border-bottom: solid 6px #007096;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../img/arrow.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    padding-right: 8%;
    width: 190px;
    }
    .btn-square-shadow3:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow2 {
        position: relative;
        display: inline-block;
        padding: 0.7em 3em 0.5em 2em;
        text-decoration: none;
        background: #df2317;
        color: #FFF;
        border-bottom: solid 6px #a21d15;
        border-radius: 10px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 19px;
        background-image: url(../img/arrow.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 258px 16px;
        padding-right: 69px;

    }
    .btn-square-shadow2:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow4 {
       position: relative;
    display: inline-block;
    padding: 1% 0em 1% 10%;
    text-decoration: none;
    background: #df2317;
    color: #FFF;
    border-bottom: solid 6px #a21d15;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../img/arrow.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    padding-right: 8%;
    width: 190px;
    }
    .btn-square-shadow4:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .footer p{
        position: absolute;
        bottom: 2%;
        left: 18%;
        color: gray;
    }
    .tabs .tab-label {
        margin-left: 14px;
        margin-right: -10px;
        opacity: 0.3;
    }
    .tabs .tab-label img{
        width: 45%;
        margin: auto;
    }
    .tab_titl img{
        width: 70%;
        display: block;
        margin: auto;
        margin-top: 30px;
    }
    .tokutyou img{
        width: 100%;
        margin-top: 60px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .tabs .tab-1-content{
        border-top: 10px solid #00a0e9;
        border-bottom: 10px solid #00a0e9;
        min-height: 200px;
        margin-bottom: 80px;
    }
    #rapper2 table{
        border-collapse: collapse;
        border:3px solid #deb887;

        width:96%;
        margin:auto;
        margin-bottom:80px; 
    }
}

@media screen and (min-width:640px) and (max-width:1200px) {
    .abs1{
        position:absolute;
        bottom: 34.5%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .abs2{
        position: absolute;
        bottom: 14.5%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

    }
    .abs5{
        position:absolute;
        bottom: 44.5%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .abs6{
        position: absolute;
        bottom: 9.5%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

    }
    #rapper2 table{
        border-collapse: collapse;
        border:3px solid #deb887;

        width:80%;
        margin:auto;
        margin-bottom:80px; 
    }
    .f_btn img{
        width: 88%;
        display: block;
        margin: auto;
        position: absolute;
        top: 32%;
        left: 6%;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #content {
        width: 100%;
        margin:0 auto;
        text-align: left;
        background: #fff;
    }

    header img{
        width: 60%;
        background:#fff;
        padding: 10px;
        font-family: 'Ribeye', cursive;
    }
    .btn .uchinoko{
        background-color: #fff5e1;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px 15px;
    }
    .btn .uchinoko .btn_logo img{
        width: 40%;
        display: block;
        margin: auto;
        padding: 21px 22px 10px;

    }
    .btn .uchinokoright{
        background-color: #fff5e1;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px 15px;
    }
    .btn .uchinokoright .btn_logo img{
        width: 55%;
        display: block;
        margin: auto;
        padding: 28px 15px 10px;

    }
    .btn-square-shadow {
        position: relative;
        display: inline-block;
        padding: 0.4em 0em 0.4em 3em;
        text-decoration: none;
        background: #00b0ec;
        color: #FFF;
        border-bottom: solid 6px #007096;
        border-radius: 10px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 25px;
        background-image: url(../img/arrow.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 360px 17px;
        padding-right: 122px;
    }
    .btn-square-shadow:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow3 {
        position: relative;
        display: inline-block;
        padding: 0.4em 0em 0.4em 2em;
        text-decoration: none;
        background: #00b0ec;
        color: #FFF;
        border-bottom: solid 6px #007096;
        border-radius: 10px;
        font-weight: bold;
        font-size: 25px;
        background-image: url(../img/arrow.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 265px 17px;
        padding-right: 89px;
    }
    .btn-square-shadow3:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow2 {
        position: relative;
        display: inline-block;
        padding: 0.4em 3em 0.4em 3em;
        text-decoration: none;
        background: #df2317;
        color: #FFF;
        border-bottom: solid 6px #a21d15;
        border-radius: 10px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 25px;
        background-image: url(../img/arrow.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 360px 17px;
        padding-right: 122px;

    }
    .btn-square-shadow2:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow4 {
        position: relative;
        display: inline-block;
        padding: 0.4em 0em 0.4em 2em;
        text-decoration: none;
        background: #df2317;
        color: #FFF;
        border-bottom: solid 6px #a21d15;
        border-radius: 10px;
        font-weight: bold;
        font-size: 25px;
        background-image: url(../img/arrow.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 265px 17px;
        padding-right: 89px;

    }
    .btn-square-shadow4:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .footer p{
        position: absolute;
        bottom: 2%;
        left: 29%;
        color: gray;
    }
    .tabs .tab-label {
        margin-left: 28px;
        margin-right: -10px;
        opacity: 0.3;
    }
    .tabs .tab-label img{
        width: 45%;
        margin: auto;
    }
    .tab_titl img{
        width: 70%;
        display: block;
        margin: auto;
        margin-top: 30px;
    }
    .tokutyou img{
        width: 100%;
        margin-top: 60px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .tabs .tab-1-content{
        border-top: 10px solid #00a0e9;
        border-bottom: 10px solid #00a0e9;
        min-height: 200px;
        margin-bottom: 80px;
    }
}

@media screen and (min-width:1200px){
    #rapper2 table{
        border-collapse: collapse;
        border:3px solid #deb887;

        width:80%;
        margin:auto;
        margin-bottom:80px; 
    }
    .campaign img{
        width: 100%;
        margin-bottom: 120px;
    }

    .f_btn img{
        width: 41%;
        display: block;
        margin: auto;
        position: absolute;
        top: 22%;
        left: 54%;
    }
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
    #content {
        padding: 0 15%;
        margin:0 auto;
        text-align: left;
        background: #fff;
    }

    header img{
        width: 42%;
        background:#fff;
        padding: 10px;
        font-family: 'Ribeye', cursive;
    }
    .btn .uchinoko{
        background-color: #fff5e1;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px 25px;
    }
    .btn .uchinoko .btn_logo img{
        width: 25%;
        display: block;
        margin: auto;
        padding: 21px 22px 10px;

    }
    .btn .uchinokoright{
        background-color: #fff5e1;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px 15px;
    }
    .btn .uchinokoright .btn_logo img{
        width: 35%;
        display: block;
        margin: auto;
        padding: 28px 15px 10px;

    }
    .btn-square-shadow {
        position: relative;
        display: inline-block;
        padding: 0.4em 0em 0.4em 3em;
        text-decoration: none;
        background: #00b0ec;
        color: #FFF;
        border-bottom: solid 6px #007096;
        border-radius: 10px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 25px;
        background-image: url(../img/arrow.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 360px 17px;
        padding-right: 122px;
    }
    .btn-square-shadow:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow3 {
        position: relative;
        display: inline-block;
        padding: 8% 0% 8% 27%;
        text-decoration: none;
        background: #00b0ec;
        color: #FFF;
        border-bottom: solid 6px #007096;
        border-radius: 10px;
        /* margin-bottom: 29px; */
        font-weight: bold;
        font-size: 18px;
        background-image: url(../img/arrow.png);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 87% 49%;
        padding-right: 30%;
        width: 173%;
    }
    .btn-square-shadow3:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow2 {
        position: relative;
        display: inline-block;
        padding: 0.4em 3em 0.4em 3em;
        text-decoration: none;
        background: #df2317;
        color: #FFF;
        border-bottom: solid 6px #a21d15;
        border-radius: 10px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 25px;
        background-image: url(../img/arrow.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 360px 17px;
        padding-right: 122px;

    }
    .btn-square-shadow2:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .btn-square-shadow4 {
        position: relative;
        display: inline-block;
        padding: 8% 0% 8% 27%;
        text-decoration: none;
        background: #df2317;
        color: #FFF;
        border-bottom: solid 6px #a21d15;
        border-radius: 10px;
        /* margin-bottom: 29px; */
        font-weight: bold;
        font-size: 18px;
        background-image: url(../img/arrow.png);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 87% 49%;
        padding-right: 30%;
        width: 173%;

    }
    .btn-square-shadow4:active {
        /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }
    .footer p{
        position: absolute;
        bottom: 2%;
        left: 36%;
        color: gray;
    }
    .tabs .tab-label {
        margin-left: 206px;
        margin-right: -171px;

        opacity: 0.3;
    }
    .tabs .tab-label img{
        width: 30%;
        margin: auto;
    }
    .tab_titl img{
        width: 34%;
        display: block;
        margin: auto;
        margin-top: 68px;
    }
    .tokutyou img{
        width: 100%;
        margin-top: 60px;
        padding: 10px;
    }
    .tabs .tab-1-content{
        border-top: 10px solid #00a0e9;
        border-bottom: 10px solid #00a0e9;
        min-height: 200px;
        margin-bottom: 140px;
    }
}


/************************************
** CSSでタブ表示
************************************/
/* タブの外枠 */
.tabs {
    margin-top: 60px;
}

/* タブのスタイル */


/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
    opacity: 0.7;
}

/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content {
    display: none;
}

/* タブ内容のスタイル */

.tabs .tab-2-content{
    border-top: 10px solid #e60012;
    border-bottom: 10px solid #e60012;
    min-height: 200px;
    margin-bottom: 80px;
}

/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content {
    display: block;
}

/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
    opacity: 1;    /* カラーフィルタ効果の度合いを指定(※) */
    ;
}


.hosyou_titl img{
    width: 100%;
}
.service_titl img{
    width: 100%;
    margin-top: 40px;
}
.schedule_titl img{
    width: 100%;
    margin-top: 40px;
}

.hosyou .width_pa img{
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
.service .width_pa img{
    width: 100%;
    margin-bottom: 40px;
}
.schedule .width_pa img{
    width: 100%;
    margin-bottom: 40px;
    margin-top: 50px;
}
.footer h2 img{
    width: 100%;
}
.footer{
    position: relative;
}


.footer a{
    color: #000;
}
#rapper2 h1{
    font-size: 36px;
    font-weight: bold;
    color: brown;
    text-align: center;
    padding-bottom: 40px;
}
.fs20{
    font-size: 20px;
    font-weight: bold;
    color: brown;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    }

/*SP版の文字表示サイズ*/
@media screen and (max-width:640px) {
    #rapper2 h1{
    font-size: 24px;
    font-weight: bold;
    color: brown;
    text-align: center;
    padding-bottom: 40px;
    }
    .fs20{
        font-size: 16px;
    }
}

#rapper2 th{
    background-color: #fffce5;
    padding: 10px 20px;
    width: 18%;
    font-weight: bold;
}
#rapper2 td{
    padding: 10px 20px;
    width: 70%;
}
#rapper2 th, td {
    border: dashed 1px #deb887;/**/
    /*破線 1px オレンジ*/
}

.rela{
    position:relative;
}

.abs3{
    position:absolute;
    bottom: 50%;
    right: 18%;
}
.abs4{
    position:absolute;
    bottom: 16%;
    right: 18%;
}
.abs7{
    position:absolute;
    bottom: 13%;
    right: 73%;
}
.abs8{
    position:absolute;
    bottom: 13%;
    right: 23%;
}

.campaign{
    margin-bottom: 50px;
}
.campaign img{
    margin-bottom: 20px;
}