@charset "UTF-8";

body {}

.forsp {
    display: none;
}


/* ===== STYLE ===== */

.inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

p {
    line-height: 2;
    margin-bottom: 40px;
}


/* title */

.title {
    font-size: 257%;
    margin-bottom: 40px;
}

.title.lv3 {
    font-size: 143%;
    margin-bottom: 20px;
}

.title.lv4 {
    font-size: 114%;
    line-height: 1.4;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 130%;
}



/* button */

.btn {
    width: 400px;
    padding: 27px;
    font-size: 140%;
}

.btn:hover {
    background: #087358;
}

.btn.not:hover {
    background: #ccc;
}


/* ----- HEADER ----- */

header {}

.logo {
    padding: 15px 0;
}

.support {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}



.gnav {
    display: table;
    width: 960px;
    margin: 0 auto;
}

.gnav li {
    display: table-cell;
    /*	width:20%; */
    border-left: 1px solid #aaa;
}

.gnav li:last-child {
    border-right: 1px solid #aaa;
}


.navbtn {
    display: none;
}


/* ----- MAIN ----- */

.pagetop {
    right: 50%;
    bottom: 0;
    width: 60px;
    height: 120px;
    margin-right: -570px;
}

.pagetop:after {
    top: 20px;
    left: 20px;
    font-size: 20px;
    font-size: 2.0rem;
}

.pagetop:hover {
    background: rgb(114, 190, 162);
    background: -moz-linear-gradient(top, rgba(114, 190, 162, 0.85) 0%, rgba(180, 216, 126, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(114, 190, 162, 0.85) 0%, rgba(180, 216, 126, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(114, 190, 162, 0.85) 0%, rgba(180, 216, 126, 0.85) 100%);
}

.pagetop a {
    padding-top: 60px;
}

.pagetop a span {
    display: block;
}




/* ----- FOOTER ----- */

footer .inner {
    padding: 40px 0;
}

footer p {
    margin-bottom: 0;
}


/* ----- TOP ----- */

.con_wrap {
    width: 960px;
    margin-bottom: 60px;
    padding-top: 30px;

}

.con {
    width: 960px;
    padding: 40px 60px;
}

.uppr {
    width: 640px;
}

.undr {
    padding-top: 40px;
}



/* -- con1 -- */

.slogan {
    padding: 40px 0 10px;
    font-size: 52px;
    font-size: 5.2rem;
}



/* -- con1 -- */

.model {
    padding: 30px 20px;
}

.model p {
    margin-bottom: 0;
}


.about_img {
    height: 380px;
}

.about_img .img1 {
    top: 70px;
    left: 30px;
}

.about_img .img2 {
    top: 150px;
    left: -10px;
}

.about_img .img3 {
    top: 240px;
    left: 0px;
}

.about_img .img4 {}

.about_img .img5 {
    width: 280px;
    top: 0px;
    right: -40px;
}

.about_img .img6 {
    width: 160px;
    top: 200px;
    right: -10px;
}

.about_img .img7 {
    width: 100px;
    top: 220px;
    right: 0px;
}

.about_img .pic {
    width: 150px;
}



.flow {
    margin-bottom: 40px;
    letter-spacing: -.4em;
}

.flow li {
    margin-right: 13px;
}

.flow li:last-child {
    margin-right: 0;
}


.flow .next {
    border-width: 22px 0 22px 35px;
    border-color: transparent transparent transparent rgba(255, 241, 0, 0.6);
    top: 88px;
    right: -27px;
}


/* フォーム用追加20190827 */
@media screen and (min-width:769px) {
    .flow3 {display: none;}
    .flow3 .box  {display: none;}
    

    

    /* 20190826 ADD */
    .msr_flow02 {
        color: #000000;
        list-style: none;
        overflow: hidden;
        padding-top: 20px;
    }

    .msr_flow02 li {
        background-color: #aed5c2;
        line-height: 60px;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 120%;
        font-weight: bold;
        min-width: 270px;
        padding: 0 10px 0 40px;
        text-align: center;
        text-decoration: none;
    }

    .msr_flow02 li:first-child {
        padding-left: 20px;
    }
    /* 三角形下部 */
    .msr_flow02 li::after {
        background-color: #aed5c2;
        border-right: 1px solid #FFFFFF;
        content: " ";
        display: block;
        height: 30px;
        margin-left: auto;
        margin-right: -30px;
        margin-top: -30px;
        position: relative;
        transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -webkit-transform: skew(-30deg);
        width: 30px;
    }

    /* 三角形上部 */
    .msr_flow02 li::before {
        background-color: #aed5c2;
        border-right: 1px solid #FFFFFF;
        content: " ";
        display: block;
        float: right;
        height: 30px;
        margin-bottom: -30px;
        margin-left: auto;
        margin-right: -30px;
        transform: skew(30deg);
        -o-transform: skew(30deg);
        -ms-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -webkit-transform: skew(30deg);
        width: 30px;
    }

    /* 右端の設定 */
    .msr_flow02 .active {
        background-color: #0a8c6c;
        color: #FFFFFF;
    }

    .msr_flow02 .active::before,
    .msr_flow02 .active::after {
        background-color: #0a8c6c;
    }


    /* フォーム部分 */
    /*--------------------------------------
    テキスト
    ---------------------------------------*/

    .msr_text_02 {
        padding-bottom: 20px;
        width: 460px;
    }
    .msr_text_02  label {
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .msr_text_02 input[type=text] {
        border: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #333;
        font-size: 13px;
        padding: 10px;
        height: 40px;
        width: 460px;
    }

    /*--------------------------------------
    ラジオボタン
    ---------------------------------------*/

    .msr_radio_02 {
        padding-bottom: 20px;
        line-height: 25px;
    }
    .msr_radio_02 p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .msr_radio_02 input[type=radio] {
        display: none;
        margin: 0;
    }
    .msr_radio_02 input[type=radio] + label {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 1.5px;
        margin-right: 12px;
        padding: 0 0 3px 24px;
        position: relative;
    }
    .msr_radio_02 input[type=radio] + label::before {
        border: 1px solid #0a8c6c;
        border-radius: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        display: block;
        margin-top: -9px;
        position: absolute;
        left: 0;
        top: 50%;
        height: 13px;
        width: 13px;
    }
    .msr_radio_02 input[type=radio]:checked + label::after {
        background: #0a8c6c;
        border-radius: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        display: block;
        margin-top: -4px;
        position: absolute;
        left: 3px;
        top: 0px;
        height: 7px;
        width: 7px;
    }

    /*--------------------------------------
    チェックボックス
    ---------------------------------------*/

    .msr_chack_02 {
        padding-bottom: 20px;
    }
    .msr_chack_02 p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .msr_chack_02 input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .msr_chack_02 input[type=checkbox] + label {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 1.5px;
        margin-right: 12px;
        padding: 0 0 0 24px;
        position: relative;
    }
    .msr_chack_02 input[type=checkbox] + label::before {
        background: #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        content: "";
        display: block;
        margin-top: -9px;
        position: absolute;
        left: 0;
        top: 50%;
        height: 14px;
        width: 14px;
    }
    .msr_chack_02 input[type=checkbox]:checked + label::after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
    }
    .msr_chack_02 input[type=checkbox]:checked + label::after {
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        left: 3px;
        margin-top: -7px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        height: 6px;
        width: 9px;
    }

    /*--------------------------------------
    プルダウン
    ---------------------------------------*/

    .msr_pulldown_02 {
        padding-bottom: 20px;
        position: relative;
        width: 230px;
    }
    .msr_pulldown_02 p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .msr_pulldown_02 select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/stylerecipe_img/msr02_pulldown_btn01.png) no-repeat right;
        border-top: 1px solid #0a8c6c;
        border-bottom: 1px solid #0a8c6c;
        border-left: 1px solid #0a8c6c;
        border-right: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
        color: #333;
        text-indent: .01px;
        text-overflow: "";
        padding: 10px;
        height: 40px;
        width: 230px;
    }

    /*--------------------------------------
    ファイル選択
    ---------------------------------------*/

    .msr_file_02 {
        padding-bottom: 20px;
        width: 460px;
    }
    .msr_file_02>p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .msr_filebox_02 {
        position: relative;
    }
    .msr_filebox_02 input[type=file] {
        display: none;
    }
    .msr_filebox_02 label {
        border: 1px solid #0a8c6c;
        cursor: pointer;
        font-size: 14px;
        display: block;
        position: relative;
        padding: 10px;
        height: 41px;
        width: 460px;
    }
    .msr_filebox_02 label:before {
        background: #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "ファイルを選択";
        color: #fff;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 99px;
    }

    /*--------------------------------------
    テキストエリア
    ---------------------------------------*/

    .msr_textarea_02 {
        padding-bottom: 10px;
        width: 460px;
    }
    .msr_textarea_02 label {
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .msr_textarea_02 textarea {
        border: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #333;
        font-size: 13px;
        padding: 10px;
        height: 210px;
        width: 460px;
    }

    /*--------------------------------------
    送信ボタン
    ---------------------------------------*/
    .msr_sendbtn_02{
        margin:0 0 10px;
    }
    .msr_sendbtn_02 input[type=button] {
        background: url(/stylerecipe_img/arrow_blue02.png) no-repeat;
        background-position: 10px;
        border: 2px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #0a8c6c;
        cursor: pointer;
        font-size: 14px;
        transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        height: 40px;
        width: 150px;
    }
    .msr_sendbtn_02 input[type=button]:hover {
        opacity: 0.6;
    }
    .msr_sendbtn_02 input[disabled=disabled] {
        background: #B4B4B4 url(/stylerecipe_img/arrow_gray02.png) no-repeat;
        background-position: 10px;
        border: 2px solid #7E7E7E;
        color: #7E7E7E;
        cursor: default;
    }
    .msr_sendbtn_02 input[disabled=disabled]:hover {
        opacity: 1;
    }
}

/*/////////////////////////////////////////// */

    .step li {
        padding-left: 70px;
        margin-bottom: 30px;
    }

    .step li:before,
    .step li:after {
        width: 30px;
        height: 30px;
    }

    .step li:before {
        top: 15px;
        left: 30px;
    }

    .step li:after {
        top: 18px;
        left: 40px;
    }

    .step .balloon {
        top: -14px;
        left: 0;
        padding: 15px 5px;
        font-size: 13px;
        font-size: 1.3rem;
    }


    /* -- con2 -- */

    .theme li {
        margin-bottom: 3px;
        padding: 17px;
        font-size: 15px;
        font-size: 1.5rem;
    }



    .btns {
        letter-spacing: -.4em;
    }

    .btns .btn {
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 40px;
    }

    /*.btns .btn:last-child{
	margin-left:40px;
}*/

    .inq span {
        padding-right: 15px;
    }

    /* -- con3 -- */

    .org_tbl tbody {
        height: 500px;
    }

    .org_tbl .no {
        width: 36px;
    }

    .org_tbl .name {
        width: 240px;
    }

    /*.org_tbl .area{
	width:70px;
}*/
    .org_tbl .category {
        width: 240px;
    }

    .org_tbl th.shop {
        width: 124px;
        padding-right: 21px;
    }

    /* ////////////////////
	2018/1  ADD
//////////////////// */
    .org_tbl .name1 {
        width: 135px;
    }

    .org_tbl .name2 {
        width: 135px;
    }

    .org_tbl .name3 {
        width: 100px;
    }



    /* -- con4 -- */

    .act img {
        float: left;
        margin-right: 20px;
    }


    /* -- con5 -- */



    /* -- subnav -- */

    .subnav_wrap {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 220px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }

    .subnav_title {
        padding: 15px;
        background: #3fad92;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    .subnav {}

    .subnav li {
        background: #fdf7e7;
        border-bottom: 1px dotted #d8d2c5;
    }

    .subnav li:last-child {
        border-bottom: none;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .subnav a,
    .subnav span {
        position: relative;
        display: block;
        width: 100%;
        padding: 15px 10px 15px 21px;
        font-weight: bold;
    }

    .subnav a:hover,
    .subnav span {
        background: #aed5c2;
    }

    .subnav a:before,
    .subnav span:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 19px;
        left: 10px;
        border-width: 3px 0 3px 6px;
        border-style: solid;
        border-color: transparent transparent transparent #0a8c6c;
    }

    .subnav li:last-child a,
    .subnav li:last-child span {
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
    }



    /* modal */

    .modal_wrap {
        width: 790px;
        margin: 40px auto;
        padding: 20px 20px 0;
    }

    .modal_head {
        clear: both;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .modal_category {
        margin-bottom: 20px;
        font-size: 150%;
        line-height: 1.5;
    }

    .modal_title {
        float: left;
        width: 560px;
        font-size: 200%;
        line-height: 1.2;
    }

    .modal_title span {
        font-size: 60%;
        line-height: 1.5;
    }

    .modal_area {
        float: right;
        width: 200x;
        text-align: right;
        line-height: 1.4;
    }

    .modal_main {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

    .modal_main .txt,
    .modal_main .img {
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }

    .modal_main .txt {}

    .modal_main .img {
        padding-left: 20px;
    }

    .modal_catch_copy {
        font-size: 120%;
    }

    .modal_title_shops {
        margin-bottom: 5px;
    }

    .modal_shop_list {
        margin-bottom: 20px;
    }

    .modal_shop_list li {
        width: 125px;
        /*	height:50px;*/
        font-size: 90%;
    }

    .modal_shop_list li:nth-child(6n),
    .modal_shop_list li:last-child {
        border-right: 1px solid #ccc;
    }

    .modal_close_btn {
        width: 790px;
        left: -20px;
    }

    .hp_link .btn {
        width: 200px;
        margin: 10px auto;
        padding: 14px;
        font-size: 100%;
    }

    /* 20170222 ADD */
    .btns1 {
        letter-spacing: -.4em;
        /*	width: 100%; */
    }

    .btns1 .btn {
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 20px;
        /*	margin-bottom: 40px; */
        margin-right: 15px;
        width: 270px;
    }

    .btns2 {
        letter-spacing: -.4em;
    }

    .btns2 .btn {
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 40px;
        margin-right: 10px;
        width: 100%;
    }

    /* 20180129 ADD */
    .btns3 .btn {
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 20px;
        margin-right: 15px;
        width: 410px;
    }








    .title.lv2 {
        font-size: 200%;
        margin-bottom: 20px;
    }

    /*.presen {
/*	max-width:150%; */
    border:solid 5px #fff;
    /*	padding:4px */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/*.pic1{
	margin:0;
}
.pic2{
	margin-top:60px; 
	margin-left:-30px;
}
.pic3{
	margin-top:0px; 
	margin-left:-60px;
}
.pic4{
	margin-top:60px; 
	margin-left:-60px;
}
*/
.press {
    border-bottom: 1px solid #000;
}

.kifu img {
    border: solid 5px #fff;
    margin-top: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.oshirase {
    margin-bottom: 0px;
}
