@charset "utf-8";

/*googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&display=swap');

/* 基本設定
****************************************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #675139;
    font-family: 'Baloo Chettan 2', cursive, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

iframe {
    vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
    zoom: 1;
}

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


/* 共通
****************************************/
#wrapper {
    width: 100%;
    overflow: hidden;
}

.inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.inner_sub {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

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

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

    .mv_mb,
    .address_mb {
        display: none;
    }

}


/*ヘッダー-----------------------------------------*/
.header_navbtn,
.nav_mob {
    display: none;
}

.nav {
    display: flex;
}

.nav li {
    margin-left: 30px;
    font-size: 22px;
}

.nav a:hover {
    border-bottom: 3px solid #e45d0b;
    transition: 0.3s;
    opacity: 0.5;
}

.header_cont img {
    width: 150px;
}

.header_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.header {
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nav_sns {
    display: flex;
    justify-content: flex-end;
}

.nav_sns li {
    margin-left: 10px;
}

.nav_sns a {
    font-size: 30px;
    text-align: right;
    transition: 0.3s;
}

.nav_sns a:hover {
    color: #e45d0b;
}


/*タイトル&メインビジュアル-------------------------------------------------------*/

.title {
    display: flex;
    margin-top: 120px;
    justify-content: center;
}

.title img {
    width: 50px;
    align-self: center;
}

.title h1 {
    font-size: 40px;
    margin: 0 10px;
    font-weight: bold;
}

.section_ttl p {
    text-align: center;
    margin-top: -10px;
    font-size: 20px;
}

.section_ttl p::before,
.section_ttl p::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #675139;
    vertical-align: middle;
}

.section_ttl p::before {
    margin-right: 16px;
}

.section_ttl p::after {
    margin-left: 16px;
}

.mv {
    margin-top: 20px;
}

/*問い合わせフォーム(SHOPPINGと共通)-------------------------------------------------*/

.main_sec {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(../image/shopping_bgimg.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
}

.leaf {
    width: 60px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.tomato {
    width: 60px;
    position: absolute;
    bottom: 0%;
    right: 0%;
}

.form {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
}

.form dl {
    display: flex;
}

.form dt {
    width: 150px;
    padding: 20px 0;
    text-align: left;
}

.form dd {
    width: 600px;
    padding: 20px 0;
    text-align: left;
}

.form input {
    height: 30px;
}

.txtbox {
    width: 300px;
}

.form select {
    height: 30px;
}

.address {
    width: 500px;
}

.form p {
    text-align: left;
}

.yobo {
    margin-top: 20px;
}

.yobo p + p {
    margin-top: 10px;
}

.yobo textarea {
    width: 80%;
    height: 100px;
}

.submit {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    background-color: #578718;
    font-size: 24px;
    border-radius: 20px;
    text-align: center;
    padding: 20px 48px;
    padding-bottom: 40px;
    line-height: 1em;
    letter-spacing: 0.1em;
    transition: .3s;
    cursor: pointer;
    border: none;
}

.submit:hover {
    background-color: #81c12d;
}

/*問い合わせフォーム(CONTACT)---------------------------------------------*/
.main_sec_pk {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(../image/contact_bgimg.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
}

.naiyo {
    margin-top: 20px;
}

.naiyo p + p {
    margin-top: 10px;
}

.naiyo textarea {
    width: 80%;
    height: 200px;
}


.submit_pk {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    background-color: #f08073;
    font-size: 24px;
    border-radius: 20px;
    text-align: center;
    padding: 20px 48px;
    padding-bottom: 40px;
    line-height: 1em;
    letter-spacing: 0.1em;
    transition: .3s;
    cursor: pointer;
    border: none;
}

.submit_pk:hover {
    background-color: #f9afa7;
}

/*フッター ----------------------------------------------------*/
.footer {
    margin-top: 50px;
    background-color: #d1cac3;
    padding: 20px 0;
}

.access {
    position: relative;
}

.access h1 {
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.access span {
    display: block;
    height: 10px;
    width: 80px;
    background-color: #fff;
    position: absolute;
    top: 17%;
    left: -0.1%;
    z-index: 0;
}

.access p:last-child {
    margin-top: 20px;
}

.ft_mapsns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map a {
    color: #FFF;
    font-size: 20px;
}

.ft_sns a {
    font-size: 32px;
    color: #fff;
}

.ft_sns li {
    margin-left: 10px;
}

.ft_sns {
    display: flex;
}


/*レスポンシブ------------------------------------------------------*/
@media screen and (max-width:767px) {

    /*    ヘッダー--------------------------*/
    .nav,
    .nav_sns {
        display: none;
    }

    .nav_mob li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .nav_mob li:first-child {
        margin-top: 50px;
    }

    .nav_mob a {
        font-size: 28px
    }

    .nav_mob {
        display: none;
        position: absolute;
        top: 0;
        background-color: rgba(252, 235, 225, 0.9);
        width: 100%;
    }

    .header_navbtn {
        display: block;
        width: 44px;
        cursor: pointer;
    }

    .header_navbtn span {
        display: block;
        width: 100%;
        height: 3px;
        background: #675139;
        transition: 0.3s;
        position: relative;
        z-index: 1;
    }

    .header_navbtn span + span {
        margin-top: 12px;
    }

    .header_navbtn.on span:nth-of-type(1) {
        transform: translateY(15px) rotate(45deg);
        background-color: #e45d0b
    }

    .header_navbtn.on span:nth-of-type(2) {
        opacity: 0;
    }

    .header_navbtn.on span:nth-of-type(3) {
        transform: translateY(-15px) rotate(-45deg);
        background-color: #e45d0b
    }

    .header_cont {
        padding-bottom: 20px;
    }

    /*    タイトル&メインビジュアル----------------------------*/
    .title {
        margin-top: 100px;
    }

    .mv {
        display: none;
    }

    .title h1 {
        font-size: 32px;
    }

    .title img {
        width: 40px;
    }

    .mv_mb {
        width: 100%;
        margin-top: 20px;
    }

    .section_ttl p {
        font-size: 16px;
    }

    .section_ttl p::before,
    .section_ttl p::after {
        width: 20px;
    }


    /*問い合わせフォーム(SHOPPINGと共通)-------------------------------------*/
    .main_sec {
        margin: 30px auto;
        padding: 20px 0;
        background: none;
    }

    .leaf,
    .tomato {
        display: none;
    }

    .main_sec_mb {
        background-image: url(../image/shopping_bgimg_mb.png);
        background-size: cover;
        background-position: center center;
    }

    .form {
        max-width: 767px;
        width: 96%;
        padding: 0;
        margin: 0 auto;
    }

    .form dl {
        display: block;
    }

    .form dt {
        width: 200px;
        padding-top: 14px;
        padding-bottom: 5px;
    }

    .form dd {
        width: 100%;
        padding: 0;
    }

    .form input,
    .form select {
        height: 40px;
    }

    .txtbox,
    .address {
        width: 100%;
    }

    .address_pc {
        display: none;
    }

    .yobo {
        margin-top: 14px;
    }

    .yobo p + p {
        margin-top: 5px;
    }

    .yobo textarea {
        width: 100%;
        height: 150px;
    }


    /*問い合わせフォーム(CONTACT)-------------------------------------*/
    .main_sec_pk {
        margin: 30px auto;
        padding: 20px 0;
        background: none;
    }

    .main_sec_mb_pk {
        background-image: url(../image/contact_bgimg_mb.png);
        background-size: cover;
        background-position: center center;
    }

    .naiyo {
        margin-top: 14px;
    }

    .naiyo p + p {
        margin-top: 5px;
    }

    .naiyo textarea {
        width: 100%;
        height: 150px;
    }

    /*    フッター -----------------------------------*/
    .inner_sub {
        width: 375px;
        padding: 0 10px;
    }

    .access h1 {
        text-align: center;
    }

    .access span {
        width: 90px;
        height: 8px;
        left: 37.4%;
        top: 15%;
    }


}
