/*
Theme Name: DesignSakurairo
Theme URI: https://d-sakurairo.com/
Author: Design Sakurairo
Author URI: https://d-sakurairo.com/
Description: Description
Version: 2021.1
License: Design Sakurairo
License URI: https://d-sakurairo.com/
Text Domain: DesignSakurairo
Tags:
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

html {
    overflow-y: scroll;
    font-family: "dnp-shuei-ymincho-std", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    background-color: #FFF;
    color: #000
}

p {
    margin: 0px;
}

hr {
    clear: left;
    border: #000
}


/* 上ボタン */

#lightbox {
    margin-top: 100px
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop a {
    display: block;
    font-size: 18px;
    z-index: 999;
    line-height: 45px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* リンク制御 */

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

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

a:hover {
    text-decoration: underline;
}

li {
    list-style-type: none;
}

ul {
    padding: 0px;
    margin: 0px
}


/*--------------------------------------------------------------
# PC
--------------------------------------------------------------*/

@media screen and (max-width:1700px) {
    .pr {
        opacity: 0.5
    }
}

@media screen and (max-width:1100px) {
    .pr {
        display: none
    }
}

@media screen and (min-width:839px) {
    /*基本部分*/
    body {
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        line-height: 2.1em;
        font-family: "dnp-shuei-ymincho-std";
        font-weight: 500;
    }
    .nodisply_pc {
        display: block;
    }
    .nodisply_m {
        display: none;
    }
    input,
    button,
    select {
        padding: 3px;
        font-size: 14px;
    }
    textarea {
        padding: 3px;
        font-size: 14px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }
    input[type=checkbox] {
        margin-left: 5px
    }
    input[type=radio] {
        margin-left: 0px;
        margin-right: 3px
    }
    .tab01 input[type="submit"] {
        background-color: #000;
        border: 1px solid #000;
        padding: 10px 150px;
        text-align: center;
        margin-left: 10px;
        color: #FFF;
        border-radius: 3px;
        font-size: 16px;
    }
    .tab01 input[class="wpcf7-submit"]:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fffeee;
        cursor: pointer;
    }
    /* タイトル各種 */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
        font-weight: normal
    }
    h1 {
        font-size: 18px;
        margin-bottom: 50px;
        border-bottom: 1px solid #000;
        padding-bottom: 10px
    }
    h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    /* ＜共通＞メニュー*/
    .head_menu_all {
        z-index: 1;
        position: relative;
        height: 1080px;
    }
    .head_menu_t01 {
        z-index: 2;
        position: absolute;
        text-align: right;
        margin-left: -webkit-calc(100% - 100px);
        margin-left: calc(100% - 100px);
        top: 38px;
    }
    .head_menu_t01 img {
        width: 25px;
        margin-left: 5px;
    }
    .head_menu_t02 {
        z-index: 2;
        position: absolute;
        top: 196px;
        margin-left: -webkit-calc(50% - 60px);
        margin-left: calc(50% - 60px);
    }
    .head_menu_t02 img {
        width: 120px;
    }
    .head_menu_t03 {
        z-index: 2;
        position: absolute;
        font-size: 20px;
        height: 400px;
        letter-spacing: 10px;
        top: 390px;
        margin-left: -webkit-calc(50% - 10px);
        margin-left: calc(50% - 10px);
        -ms-writing-mode: tb-rl;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
        writing-mode: vertical-rl;
        color: #FFF;
    }
    .head_menu_p01 {
        z-index: 2;
        position: absolute;
        overflow: hidden;
        height: 1080px;
    }

    .slider div {
        height: 1080px;
        overflow: hidden;
    }
    .slider img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .head_menu {
        width: 1000px;
        margin: 0 auto;
        position: absolute;
        z-index: 10;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    }
    .head_menu_main {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        padding-top: 28px;
        z-index: 50;
    }

    .head_menu a:link {
        text-decoration: none;
        color: #FFF
    }
    .head_menu a:visited {
        text-decoration: none;
        color: #FFF
    }
    .head_menu_box {
        padding: 10px 25px;
        text-align: center;
        float: left;
    }
    .head_menu_t1 {
        font-size: 17px;
    }
    .head_menu_t1 a:link {
        color: #000;
    }
    .head_menu_box:hover {
        background: #666;
        padding: 10px 25px;
        color: #FFF;
    }
    /* ＜共通＞モバイルメニュー */
    .wrapper {
        display: none;
      }
      .head_menu_m {
        display: none;
    }
    /* ＜共通＞フッダー */
    .fooder_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 50px;
        margin-bottom: 50px;
        border-top: 1px solid #000;
    }
    .fooder_main {
        width: 1200px;
        margin: 0 auto;
        font-size: 13px;
    }
    .fooder_main_l1 {
        width: 380px;
        float: left;
        text-align: left;
    }
    .fooder_main_l2 {
        width: 520px;
        float: left;
    }
    .fooder_main_l3 {
        width: 300px;
        float: left;
        text-align: right;
    }
    .fooder_t01 {
        font-size: 18px;
    }
    .fooder_t02 img {
        width: 65px;
        margin-bottom: 5px;
    }
    .fooder_t03 img {
        width: 30px;
        margin-left: 5px;
    }
    /* ＜トップページ＞ タイトル*/
    .all_t_main1 {
        text-align: center;
        padding: 50px 0px;
        background-image: url(img/logo03.png);
        background-position: center;
        background-size: 150px;
        background-repeat: no-repeat;
    }
    .all_t_main2 {
        text-align: center;
        padding: 50px 0px;
        background-image: url(img/logo02.png);
        background-position: center;
        background-size: 150px;
        background-repeat: no-repeat;
    }
    .all_t_01 {
        font-size: 27px;
        letter-spacing: 0.2em;
    }
    .all_t_03 {
        width: 230px;
        border: 1px solid #FFF;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0px;
        margin-top: 30px;
    }
    /* ＜トップページ＞ Takeout & delivery　*/
    .takeout_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .takeout_main {
        width: 1200px;
        margin: 0 auto;
    }
    .takeout_cont01 {
        width: 530px;
        margin: 0 auto;
        padding-top: 70px;
    }
    .takeout_cont02 {
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        position: relative;
        overflow: hidden;
    }
    .takeout_cont02_ph {
        width: 100%;
        height: 320px;
        margin-bottom: 10px;
    }
    .takeout_cont02_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .takeout_cont02_l {
        width: 570px;
        margin-right: 60px;
        float: left;
    }
    .takeout_cont02_r {
        width: 570px;
        float: left;
    }
    .takeout_cont03 {
        width: 1080px;
        margin: 0 auto;
        height: 88px;
        padding: 60px 60px;
        border: 1px solid #D35527;
        margin-top: 50px
    }
    .takeout_cont03_l {
        width: 340px;
        margin-top: 5px;
        float: left;
    }
    .takeout_cont03_c {
        width: 405px;
        text-align: center;
        float: left;
    }
    .takeout_cont03_c img {
        width: 37px;
    }
    .takeout_cont03_r {
        width: 325px;
        height: 100%;
        background: #D35527;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        line-height: 88px;
        float: left;
    }
    .takeout_cont03_r:hover {
        border: 1px solid #D35527;
        background: #FFF;
        color: #D35527;
    }
    .takeout_t01 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .takeout_t02 {
        line-height: 1.6em;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .takeout_t03 {
        font-size: 16px;
    }
    .takeout_t04 {
        font-size: 20px;
        color: #D35527;
    }
    .takeout_t05 {
        font-size: 30px;
    }
    /* ＜トップページ＞ News　*/
    .news_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        margin-top: 90px;
        margin-bottom: 0px;
        background-color: #F0F0F0;
    }
    .news_main {
        width: 1000px;
        padding: 50px 0px;
        height: 150px;
        margin: 0 auto;
    }
    .news_cont01_l {
        width: 150px;
        height: 150px;
        text-align: center;
        float: left;
        background-image: url(img/logo03.png);
        background-position: center;
        background-size: 150px;
        background-repeat: no-repeat;
    }
    .news_cont01_c {
        width: 633px;
        margin-left: 30px;
        margin-right: 40px;
        float: left;
    }
    .news_cont01_r {
        width: 136px;
        height: 100%;
        border: 1px solid #000;
        text-align: center;
        line-height: 150px;
        float: left;
    }
    .news_t_all {
        border-bottom: 1px solid #000;
        padding-top: 8px;
        padding-bottom: 4px;
    }
    .news_list {
        width: 440px;
        margin: 9px 9px;
        border: 1px solid #000;
        padding: 10px 20px;
        float: left;
    }
    .news_t_00 {
        margin-top: 50px;
        font-size: 27px;
        letter-spacing: 0.2em;
    }
    .news_t_01 {
        float: left;
    }
    .news_t_02 {
        float: left;
        margin-left: 40px;
    }
    .news_t_03 {
        font-size: 16px;
    }
    /* ＜トップページ＞ lunch*/
    .lunch_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 90px;
        padding-bottom: 20px;
        background-color: #776B60;
        color: #FFF;
    }
    .lunch_main {
        width: 1200px;
        margin: 0 auto;
    }
    .lunch_cont01 {
        width: 450px;
        margin: 0 auto;
        padding-top: 50px;
    }
    .lunch_cont02 {
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;
        position: relative;
        overflow: hidden;
    }
    .lunch_cont02_ph {
        width: 100%;
        height: 390px;
        margin-bottom: 10px;
    }
    .lunch_cont02_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .lunch_cont02_l {
        width: 570px;
        margin-right: 60px;
        margin-bottom: 65px;
        float: left;
    }
    .lunch_cont02_r {
        width: 570px;
        margin-bottom: 65px;
        float: left;
    }
    .lunch_cont03 {
        width: 268px;
        height: 260px;
        position: relative;
        float: left;
    }
    .lunch_cont04 {
        width: 268px;
        height: 260px;
        position: relative;
        float: left;
        margin-left: 32px;
    }
    .lunch_cont03 img,
    .lunch_cont04 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .lunch_cont05 {
        width: 570px;
        margin-top: 10px;
        margin-bottom: 50px;
        float: left;
    }
    .lunch_ph {
        width: 50%;
        height: 300px;
        margin-top: -5px;
        float: left;
    }
    .lunch_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .lunch_t01 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .lunch_t02 {
        line-height: 1.6em;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .lunch_t03 {
        font-size: 16px;
    }
    /* ＜トップページ＞ Dinner*/
    .dinner_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 90px;
        padding-bottom: 20px;
        background-color: #655C67;
        color: #FFF;
        margin-top: -7px;
    }
    .dinner_main {
        width: 1200px;
        margin: 0 auto;
    }
    .dinner_cont01 {
        width: 450px;
        margin: 0 auto;
        padding-top: 50px;
    }
    .dinner_cont02 {
        width: 100%;
        height: 665px;
        margin-bottom: 60px;
        margin-top: 50px;
    }
    .dinner_cont02 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .dinner_cont03 {
        width: 100%;
        margin-bottom: 10px;
    }
    .dinner_cont03_l {
        width: 570px;
        margin-right: 60px;
        margin-bottom: 80px;
        float: left;
    }
    .dinner_cont04,.dinner_cont04m {
        width: 100%;
        padding: 30px 0px;
        border-bottom: 1px solid #FFF;
    }
    .dinner_cont03_r {
        width: 570px;
        margin-bottom: 80px;
        float: left;
    }
    .dinner_cont03_r_ph {
        width: 100%;
        height: 340px;
        margin-bottom: 10px;
    }
    .dinner_cont03_r_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .dinner_ph {
        width: 33%;
        height: 300px;
        margin-top: -5px;
        float: left;
    }
    .dinner_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .dinner_phc {
        width: 34%;
        height: 300px;
        margin-top: -5px;
        float: left;
    }
    .dinner_phc img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .dinner_t00 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .dinner_t01 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .dinner_t02 {
        line-height: 1.6em;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .dinner_t03 {
        font-size: 16px;
    }
    /* ＜トップページ＞ Party*/
    .party_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 90px;
        padding-bottom: 20px;
        background-color: #F0F0F0;
        margin-top: -7px;
        color: #000;
    }
    .party_main {
        width: 1200px;
        margin: 0 auto;
    }
    .party_cont_l {
        width: 570px;
        height: 670px;
        position: relative;
        overflow: hidden;
        margin-right: 60px;
        margin-bottom: 65px;
        float: left;
    }
    .party_cont_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .party_cont_r {
        width: 395px;
        padding: 0px 40px;
        margin-bottom: 65px;
        float: left;
    }
    .party_cont01 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .party_cont02 {
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        position: relative;
        overflow: hidden;
    }
    .party_t00 {
        margin-top: 30px;
        font-size: 22px;
        margin-bottom: 8px;
    }
    .party_t01 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .party_t02 {
        line-height: 1.6em;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .party_t03 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    /* ＜トップページ＞ Reservation*/
    .reser_all {
        width: auto;
        margin: 0 auto;
        z-index: 2;
        border-bottom: 1px solid #000;
    }
    .reser_main {
        width: 380px;
        padding-bottom: 50px;
        margin: 0 auto;
    }
    .reser_t01 {
        width: 340px;
        padding: 25px;
        letter-spacing: 0.2em;
        height: 60px;
        background-color: #D35527;
        text-align: center;
        font-size: 22px;
        color: #FFF;
        margin-bottom: 5px;
    }
    .preser_t02 {font-size: 16px;}
    .preser_t03 {
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .preser_t03 img {
        width: 42px;
    }
    .preser_t04 {
        text-align: center;
        font-size: 35px;
        margin-bottom: 10px;
    }
    .preser_t05 {
        text-align: center;
        margin-bottom: 30px;
    }
    /* ＜トップページ＞ 農園*/
    .farm_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 90px;
        padding-bottom: 20px;
        margin-top: -7px;
        color: #000;
    }
    .farm_main {
        width: 900px;
        margin: 0 auto;
    }
    .farm_cont_l {
        width: 460px;
        height: 460px;
        position: relative;
        overflow: hidden;
        margin-right: 80px;
        margin-bottom: 65px;
        float: left;
    }
    .farm_cont_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .farm_cont_r {
        width: 340px;
        margin-bottom: 65px;
        float: left;
    }
    .farm_cont01 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .farm_cont02 {
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        position: relative;
        overflow: hidden;
    }
    .farm_t01 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 2.2em;
        text-align: center;
        margin-bottom: 30px;
    }
    .farm_t02 {
        padding: 10px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .farm_t03 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
    }
    .farm_t04 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
    }
    .farm_t04 img {
        width: 35px;
        margin-right: 8px;
    }
    /* ＜トップページ＞ 花*/
    .hana_all {
        width: auto;
        margin: 0 auto;
        padding-bottom: 20px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        height: 720px;
        color: #FFF;
    }
    .hana_ph {
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 3;
        height: 720px;
    }
    .hana_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .hana_main {
        position: relative;
        width: 515px;
        height: 475px;
        padding-top: 50px;
        top: 100px;
        background-color: #000;
        opacity: 0.8;
        margin: 0 auto;
        z-index: 4;
    }
    .hana_t01 {
        z-index: 5;
        letter-spacing: 0.2em;
        margin-top: 25px;
        font-size: 20px;
        line-height: 2.2em;
        text-align: center;
        margin-bottom: 40px;
    }
    .hana_t02 {
        z-index: 5;
        padding: 0px 100px;
    }
    /* ＜トップページ＞ Shop*/
    .shop_all {
        width: auto;
        margin: 0 auto;
        z-index: 2;
        height: 720px;
    }
    .shop_main {
        width: 1200px;
        height: 475px;
        padding-top: 50px;
        margin: 0 auto;
    }
    .shop_cont01_l {
        width: 570px;
        height: 470px;
        margin-right: 60px;
        margin-top: 65px;
        overflow: hidden;
        float: left;
    }
    .shop_cont01_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .shop_cont01_r {
        width: 570px;
        margin-top: 65px;
        float: left;
    }
    .shop_t01 {
        margin-top: 10px;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .shop_main2 {
        width: 1200px;
        padding-top: 50px;
        margin: 0 auto;
    }
    .shop_main_ph {
        width: 380px;
        height: 380px;
        padding-right: 20px;
        overflow: hidden;
        margin: 0 auto;
        float: left;
    }
    .shop_main_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .shop_main3 {
        width: 1200px;
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
    }
    /* ＜トップページ＞ MAP　*/
    .map_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 0px;
        margin-bottom: -8px;
    }
    .map_main {
        width: auto;
        margin: 0 auto;
    }
    /* ＜ページ＞　ギャラリー*/
    .gallery_main_ph {
        width: 323px;
        height: 310px;
        margin: 0px 5px;
        overflow: hidden;
        margin-bottom: 10px;
        ;
        float: left;
    }
    .gallery_main_ph img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    /* ＜ページ＞　基本*/
    .page {
        width: auto;
        margin: 0 auto;
    }
    .page_main {
        width: 1000px;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }
    /* ＜ページ＞　テーブル　*/
    .tab01 {
        width: 100%;
    }
    .tab02 {
        width: 100%;
    }
    .tab01 table,
    .tab02 table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 30px;
        width: 100%;
        border-top: 1px solid #CCC;
    }
    .tab01 table th {
        width: 27%
    }
    .tab01 table td {
        width: 73%
    }
    .tab02 table th {
        width: 15%
    }
    .tab02 table td {
        width: 35%
    }
    .tab01 table th,
    .tab02 table th,
    .tab01 table td,
    .tab02 table td {
        padding: 10px 20px;
    }
    .tab01 table td,
    .tab02 table td {
        border-bottom: 1px solid #CCC;
        text-align: left;
    }
    .tab01 table th,
    .tab02 table th {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        background-color: #F5F5F5;
    }
}


/*--------------------------------------------------------------
# MOB
--------------------------------------------------------------*/

@media screen and (max-width:840px) {
    /*基本部分*/
    body {
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        font-size: 15px;
        line-height: 2.1em;
        font-family: "dnp-shuei-ymincho-std";
        font-weight: 500;
    }
    .nodisply_pc {
        display: none;
    }
    .nodisply_m {
        display: block;
    }
    button,
    select {
        padding: 3px;
        font-size: 14px;
    }
    textarea {
        padding: 2%;
        font-size: 14px;
        width: 96%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }
    input[type=text],
    input[type=tel],
    input[type=email] {
        padding: 2%;
        font-size: 14px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }
    input[type=checkbox] {
        margin-left: 5px
    }
    input[type=radio] {
        margin-left: 0px;
        margin-right: 3px
    }
    input[type="submit"] {
        font-size: 16px;
        width: 100%
    }
    .tab01 input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        background-color: #000;
        border: 1px solid #000;
        text-align: center;
        margin-left: 0px;
        color: #FFF;
        border-radius: 3px;
        font-size: 16px;
        width: 100%;
        padding: 10px 0px;
    }
    .tab01 input[class="wpcf7-submit"]:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fffeee;
        cursor: pointer;
    }
    /* タイトル各種 */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
        font-weight: normal
    }
    h1 {
        font-size: 18px;
        margin-bottom: 50px;
        border-bottom: 1px solid #000;
        padding-bottom: 10px
    }

 /* ＜共通＞メニュー*/
 .head_menu_all {
    z-index: 1;
    position: relative;
    height: 100vh;
}
.head_menu_t01 {
    display: none;
}
.head_menu_t01 img {
    width: 25px;
    margin-left: 5px;
}
.head_menu_t02 {
    z-index: 2;
    position: absolute;
    top: 80vh;
    margin-left: -webkit-calc(50% - 45px);
    margin-left: calc(50% - 45px);
}
.head_menu_t02 img {
    width: 90px;
}
.head_menu_t03 {
    z-index: 2;
    position: absolute;
    font-size: 18px;
    height: auto;
    letter-spacing: 10px;
    top: 100px;
    margin-left: -webkit-calc(50% - 10px);
    margin-left: calc(50% - 10px);
    -ms-writing-mode: tb-rl;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    writing-mode: vertical-rl;
    color: #FFF;
}
.head_menu_p01 {
    z-index: 2;
    position: absolute;
height: 100vh;
overflow: hidden;
}

.slider div {
    height: 100vh;
    overflow: hidden;
}
.slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.head_menu_m {
    z-index: 20;
    position: absolute;
    position: fixed;
top:30px;
right:0;
overflow: hidden;
 }

 .head_menu_m img {
    width: 60px;
    margin-right: 7px;
 }

.head_menu {
   display: none;
}
.head_menu_main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 28px;
    z-index: 50;
}
.head_menu a:link {
    text-decoration: none;
    color: #FFF
}
.head_menu a:visited {
    text-decoration: none;
    color: #FFF
}
.head_menu_box {
    padding: 10px 25px;
    text-align: center;
    float: left;
}
.head_menu_t1 {
    display: none;
}
.head_menu_t1 a:link {
    color: #000;
}
.head_menu_box:hover {
    background: #666;
    padding: 10px 25px;
    color: #FFF;
}
    /* モバイルメニュー */
    .wrapper {
        height: auto;
        overflow-x: hidden;
        position: relative;
      }
      .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
      }
      .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
      }
      main {
        height: 100%;
        min-height: 100vh;
        padding: 0 50px;
        background-color: #eee;
        transition: all .5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      main h1 {
        text-align: center;
        font-weight: 500;
      }
      main p {
        text-align: center;
      }
      .menu-trigger {
        display: inline-block;
        width: 70px;
        height: 65px;
        padding: 0px;
        background-color: #D35527;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 100px;
        right: 0px;
        z-index: 100;
        transform: translateX(0);
        transition: transform .5s;
       }
       .menu-trigger.active {
        transform: translateX(-250px);
      }
       .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 70%;
        margin-left:15% ;
        height: 2px;
        background-color: #FFF;
      }
      .menu-trigger.active span {
        background-color: #fff;
      }
      .menu-trigger span:nth-of-type(1) {
        top: 15px;
      }
      .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(15px) rotate(-45deg);
      }
      .menu-trigger span:nth-of-type(2) {
        top: 30px;
      }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
      }
      .menu-trigger span:nth-of-type(3) {
        top: 45px;
      }
      .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-15px) rotate(45deg);
      }
      
      nav {
        width: 250px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #D35527;
        position: fixed;
        color: #FFF;
        top: 100px;
        right: 0;
        z-index: 10;
        transform: translate(250px);
        transition: all .5s;
      }
      nav.open {
        transform: translateZ(0);
      }
      nav li {
        color: #fff;
        text-align: center;
        padding: 5px 0;
      }
    
      nav li a:link{color: #fff;}
      nav li a:visited{color: #fff;}
      nav li a:hover{color: #fff;}
      
      * {
        box-sizing: border-box;
      }
      ul {
        list-style: none;
      }
  /* ＜共通＞フッダー */
  .fooder_all {
    width: 100%;
    margin: 0 auto;
    clear: left;
    padding-top: 40px;
    margin-bottom: 50px;
    border-top: 1px solid #000;
}
.fooder_main {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}
.fooder_main_l1 {
    width: 100%;
    float: none;
    text-align: left;
}
.fooder_main_l2 {
    width: 100%;
    float: none;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.fooder_main_l3 {
    width: 100%;
    float: none;
    text-align: center;
}
.fooder_t01 {
    font-size: 18px;
}
.fooder_t02 img {
    width: 65px;
    margin-bottom: 5px;
}
.fooder_t03 img {
    width: 30px;
    margin-left: 5px;
}
/* ＜トップページ＞ タイトル*/
.all_t_main1 {
    text-align: center;
    padding: 50px 0px;
    background-image: url(img/logo03.png);
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
}
.all_t_main2 {
    text-align: center;
    padding: 50px 0px;
    background-image: url(img/logo02.png);
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
}
.all_t_01 {
    font-size: 23px;
    letter-spacing: 0.2em;
}
.all_t_03 {
    width: 230px;
    border: 1px solid #FFF;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0px;
    margin-top: 30px;
}
/* ＜トップページ＞ Takeout & delivery　*/
.takeout_all {
    width: auto;
    margin: 0 auto;
    clear: left;
    margin-top: 70px;
    margin-bottom: 70px;
}
.takeout_main {
    width: 90%;
    margin: 0 auto;
}
.takeout_cont01 {
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
}
.takeout_cont02 {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}
.takeout_cont02_ph {
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
}
.takeout_cont02_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.takeout_cont02_l {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    float: none;
}
.takeout_cont02_r {
    width: 570px;
    float: none;
}
.takeout_cont03 {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 40px 5%;
    border: 1px solid #D35527;
    margin-top: 40px
}
.takeout_cont03_l {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;

    float: left;
}
.takeout_cont03_c {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    float: left;
}
.takeout_cont03_c img {
    width: 37px;
}
.takeout_cont03_r {
    width: 100%;
    height: 100%;
    background: #D35527;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 20px 0px;
    float: left;
}
.takeout_cont03_r:hover {
    border: 1px solid #D35527;
    background: #FFF;
    color: #D35527;
}
.takeout_t01 {
    font-size: 18px;
    margin-bottom: 5px;
}
.takeout_t02 {
    line-height: 1.6em;
    margin-bottom: 8px;
    font-size: 13px;
}
.takeout_t03 {
    font-size: 16px;
}
.takeout_t04 {
    font-size: 17px;
    color: #D35527;
}
.takeout_t05 {
    font-size: 30px;
}
/* ＜トップページ＞ News　*/
.news_all {
    width: auto;
    margin: 0 auto;
    clear: left;
    margin-top: 90px;
    margin-bottom: 0px;
    background-color: #F0F0F0;
}
.news_main {
    width: 90%;
    padding: 50px 0px;
    height: auto;
    margin: 0 auto;
}
.news_cont01_l {
    width: 100%;
    height: 150px;
    text-align: center;
    float: none;
    background-image: url(img/logo03.png);
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.news_cont01_c {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    margin-bottom: 30px;
}
.news_cont01_r {
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    padding: 15px 0px;
    float: left;
}
.news_t_all {
    border-bottom: 1px solid #000;
    padding-top: 8px;
    padding-bottom: 4px;
}
.news_list {
    width: 90%;
    margin: 5px 0px;
    border: 1px solid #000;
    padding: 10px 5%;
    float: left;
}
.news_t_00 {
    padding-top: 50px;
    font-size: 27px;
    letter-spacing: 0.2em;
}
.news_t_01 {
    float:none;
}
.news_t_02 {
    float: none;
    margin-left: 0px;
}
.news_t_03 {
    font-size: 15px;
}
/* ＜トップページ＞ lunch*/
.lunch_all {
    width: 100%;
    margin: 0 auto;
    clear: left;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #776B60;
    color: #FFF;
}
.lunch_main {
    width: 90%;
    margin: 0 auto;
}
.lunch_cont01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.lunch_cont02 {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}
.lunch_cont02_ph {
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
}
.lunch_cont02_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lunch_cont02_l {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
    float: none;
}
.lunch_cont02_r {
    width: 100%;
    margin-bottom: 10px;
	height: 200px;
    float: none;
}
.lunch_cont03 {
    width: 49%;
    margin-right: 2%;
    height: 160px;
    position: relative;
    float: left;
}
.lunch_cont04 {
    width: 49%;
    height: 160px;
    position: relative;
    float: left;
    margin-left: 0px;
}
.lunch_cont03 img,
.lunch_cont04 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lunch_cont05 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
    float: left;
}
.lunch_ph {
    width: 100%;
    height: 160px;
    margin-top: -5px;
    float: none;
}
.lunch_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lunch_t01 {
    font-size: 20px;
    margin-bottom: 5px;
}
.lunch_t02 {
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 8px;
}
.lunch_t03 {
    font-size: 16px;
}
/* ＜トップページ＞ Dinner*/
.dinner_all {
    width: 100%;
    margin: 0 auto;
    clear: left;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #655C67;
    color: #FFF;
    margin-top: -15px;
}
.dinner_main {
    width: 90%;
    margin: 0 auto;
}
.dinner_cont01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.dinner_cont02 {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.dinner_cont02 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dinner_cont03 {
    width: 100%;
    margin-bottom: 10px;
}
.dinner_cont03_l {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    float: none;
}
.dinner_cont04 {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #FFF;
}
.dinner_cont04m {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 0px;
}
.dinner_cont03_r {
    width: 100%;
    margin-bottom: 50px;
    float: left;
}
.dinner_cont03_r_ph {
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
}
.dinner_cont03_r_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dinner_ph {
    width: 33%;
    height: 300px;
    margin-top: -5px;
    float: left;
}
.dinner_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dinner_phc {
    width: 34%;
    height: 300px;
    margin-top: -5px;
    float: left;
}
.dinner_phc img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dinner_t00 {
    font-size: 22px;
    margin-bottom: 10px;
}
.dinner_t01 {
    font-size: 16px;
    margin-bottom: 5px;
}
.dinner_t02 {
    line-height: 1.6em;
    margin-bottom: 8px;
    font-size: 13px;
}
.dinner_t03 {
    font-size: 16px;
}
/* ＜トップページ＞ Party*/
.party_all {
    width: 100%;
    margin: 0 auto;
    clear: left;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #F0F0F0;
    margin-top: -7px;
    color: #000;
}
.party_main {
    width: 90%;
    margin: 0 auto;
}
.party_cont_l {
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
}
.party_cont_l img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.party_cont_r {
    width: 80%;
    margin: 0 auto;
    padding: 0px 0px;
    margin-bottom: 35px;
    float: none;
}
.party_cont01 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.party_cont02 {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}
.party_t00 {
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 8px;
}
.party_t01 {
    font-size: 18px;
    margin-bottom: 5px;
}
.party_t02 {
    line-height: 1.6em;
    margin-bottom: 15px;
    font-size: 13px;
}
.party_t03 {
    font-size: 16px;
    margin-bottom: 8px;
}
/* ＜トップページ＞ Reservation*/
.reser_all {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    border-bottom: 1px solid #000;
}
.reser_main {
    width: 80%;
    padding-bottom: 50px;
    margin: 0 auto;
}
.reser_t01 {
    width: 100%;
    padding: 25px 0px;
    letter-spacing: 0.2em;
    height: 60px;
    background-color: #D35527;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    margin-bottom: 5px;
}
.preser_t02 {font-size: 16px;}
.preser_t03 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.preser_t03 img {
    width: 42px;
}
.preser_t04 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
}
.preser_t05 {
    text-align: center;
    margin-bottom: 30px;
}
/* ＜トップページ＞ 農園*/
.farm_all {
    width: 100%;
    margin: 0 auto;
    clear: left;
    padding-top: 70px;
    padding-bottom: 0px;
    margin-top: -7px;
    color: #000;
}
.farm_main {
    width: 90%;
    margin: 0 auto;
}
.farm_cont_l {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 30px;
    float: none;
}
.farm_cont_l img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.farm_cont_r {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 45px;
    float: none;
}
.farm_cont01 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.farm_cont02 {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}
.farm_t01 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 2.2em;
    text-align: center;
    margin-bottom: 30px;
}
.farm_t02 {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}
.farm_t03 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}
.farm_t04 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}
.farm_t04 img {
    width: 35px;
    margin-right: 8px;
}
/* ＜トップページ＞ 花*/
.hana_all {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 720px;
    color: #FFF;
}
.hana_ph {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    height: 720px;
}
.hana_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hana_main {
    position: relative;
    width: 90%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 100px;
    background-color: #000;
    opacity: 0.8;
    margin: 0 auto;
    z-index: 4;
}
.hana_t01 {
    z-index: 5;
    letter-spacing: 0.1em;
    margin-top: 25px;
    font-size: 17px;
    line-height: 2.2em;
    text-align: center;
    margin-bottom: 40px;
}
.hana_t02 {
    z-index: 5;
    width: 70%;
    margin: 0 auto;
    padding: 0px 0px;
}
/* ＜トップページ＞ Shop*/
.shop_all {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    height: auto;
}
.shop_main {
    width: 90%;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
}
.shop_cont01_l {
    width: 100%;
    height: 400px;
    margin-right: 0px;
    margin-top: 40px;
    overflow: hidden;
    float: none;
}
.shop_cont01_l img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.shop_cont01_r {
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
    float: none;
}
.shop_t01 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}
.shop_main2 {
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
}
.shop_main_ph {
    width: 100%;
    height: 230px;
    padding-right: 0px;
    overflow: hidden;
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
}
.shop_main_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.shop_main3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
/* ＜トップページ＞ MAP　*/
.map_all {
    width: 100%;
    margin: 0 auto;
    clear: left;
    padding-top: 0px;
    margin-bottom: -10px;
}
.map_main {
    width: 100%;
    margin: 0 auto;
}
/* ＜ページ＞　ギャラリー*/
.gallery_main_ph {
    width: 100%;
    height: 310px;
    margin: 0px 5px;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}
.gallery_main_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ＜ページ＞　基本*/
.page {
    width: 100%;
    margin: 0 auto;
}
.page_main {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }
    /* ＜ページ＞　テーブル　*/
    .tab01 {
        width: 100%;
    }
    .tab02 {
        width: 100%;
    }
    .tab01 table,
    .tab02 table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 30px;
        width: 100%;
        border-top: 1px solid #CCC;
    }
    .tab01 table th,
    .tab02 table th,
    .tab01 table td,
    .tab02 table td {
        padding: 10px 5%;
        display: block
    }
    .tab01 table tr {
        width: 100%
    }
    .tab01 table th {
        width: 100%
    }
    .tab01 table td {
        width: 100%
    }
    .tab01 table td,
    .tab02 table td {
        border-bottom: 1px solid #CCC;
        text-align: left;
    }
    .tab01 table th,
    .tab02 table th {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        background-color: #f4f4f4;
    }
    .tab02 table th {
        font-size: 14px;
        font-weight: normal;
        text-align: left
    }

}
}