@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,
    .story_img_mb,
    .str_cont_bk_mb,
    .otameshi_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;
}

/*コンセプト--------------------------------------------------*/

.sec_consept {
    text-align: center;
}

.sec_consept h1 {
    font-size: 36px;
    margin-top: 50px;
}

.sec_consept h1::before,
.sec_consept h1::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #b5cd70;
    vertical-align: middle;
}

.sec_consept h1::before {
    margin-right: 16px;
}

.sec_consept h1::after {
    margin-left: 16px;
}

.sec_consept h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.sec_consept p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 2em;
}

.sec_consept h3 {
    margin-top: 50px;
    font-size: 22px;
    color: #e45d0b;
    font-weight: 600;
}

.sec_consept h3 span {
    font-size: 32px;
    margin: 0 5px;
}

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

.point_1 {
    width: 48%;
}

.point_2 {
    width: 48%;
}

/*ストーリー------------------------------------------------------*/

.sec_story {
    text-align: center;
}

.sec_story h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.sec_story h1::before,
.sec_story h1::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #b5cd70;
    vertical-align: middle;
}

.sec_story h1::before {
    margin-right: 16px;
}

.sec_story h1::after {
    margin-left: 16px;
}

.haba {
    max-width: 1360px;
    margin: 0 auto;
}

.str_cont_bk {
    background-image: url(../image/about_bkimg.png);
    background-size: cover;
    background-position: center center;
    margin-top: 30px;
}

.str_cont {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.str_img {
    width: 48%;
    align-self: center;
}

.str_stc {
    width: 48%;
}

.str_stc h2 {
    font-size: 32px;
    text-align: justify;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 4px solid #b5cd70;
}

.str_stc p {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 20px;
    text-align: justify;
}

/*プロフィール-------------------------------------------------*/
.sec_prolile {
    margin-top: 50px;
    text-align: center;
}

.sec_prolile h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.sec_prolile h1::before,
.sec_prolile h1::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #b5cd70;
    vertical-align: middle;
}

.sec_prolile h1::before {
    margin-right: 16px;
}

.sec_prolile h1::after {
    margin-left: 16px;
}

.prf {
    margin-top: 20px;
}

.prf img {
    width: 320px;
}

.yasai {
    width: 110px;
    position: relative;
    top: -130px;
    left: 150px;
}

.prf_stc {
    margin-top: -90px;
    text-align: justify;
    line-height: 2;
    font-size: 20px;
}

.prf_stc p + p {
    margin-top: 30px;
}

.otameshi {
    margin: 80px auto;
    position: relative;
}

.button {
    width: 100%;
    position: absolute;
    top: 77%;
    left: 21%;
}

.button img {
    width: 50%;
}

.button img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
    opacity: 0.6;
}

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

.access {
    position: relative;
}

.access h2 {
    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;
    }

    /*    コンセプト---------------------------------------*/
    .sec_consept h1 {
        font-size: 28px;
        margin-top: 30px;
    }

    .sec_consept h1::before,
    .sec_consept h1::after {
        width: 40px;
    }

    .sec_consept h2 {
        font-size: 22px;
    }

    .sec_consept p {
        font-size: 18px;
        margin-top: 20px;
    }

    .sec_consept h3 {
        font-size: 20px;
    }

    .sec_consept h3 span {
        font-size: 28px;
        margin: 0 5px;
    }

    .point {
        display: block;
        margin-top: 20px;
    }

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

    .point_2 {
        width: 90%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    /*    ストーリー---------------------------------------*/
    .sec_story h1 {
        font-size: 28px;
    }

    .sec_story h1::before,
    .sec_story h1::after {
        width: 40px;
    }

    .story_img_pc {
        display: none;
    }

    .story_img_mb {
        width: 100%;
    }

    .str_cont_bk {
        display: none;
    }

    .str_cont_bk_mb {
        background-image: url(../image/bkimg_mb.png);
        background-size: cover;
        background-position: center center;
        margin-top: 20px;
    }

    .str_cont_mb {
        padding: 30px 0;
    }

    .str_cont_mb h2 {
        font-size: 28px;
        font-weight: 600;
        border-bottom: 4px solid #b5cd70;
    }

    .str_img_mb {
        width: 90%;
        margin: 20px 0;
    }

    .str_cont_mb p {
        line-height: 1.7;
        font-size: 18px;
        text-align: justify;
    }

    /*    プロフィール-------------------------------------*/
    .sec_prolile h1 {
        font-size: 28px;
    }

    .sec_prolile h1::before,
    .sec_prolile h1::after {
        width: 40px;
    }

    .prf img {
        width: 280px;
    }

    .yasai {
        width: 80px;
        position: relative;
        top: -100px;
        left: 120px;
    }

    .prf_stc {
        margin-top: -60px;
        text-align: justify;
        line-height: 2;
        font-size: 18px;
    }

    .otameshi {
        display: none;
    }

    .otameshi_mb {
        margin-top: 50px;
        position: relative;
    }

    .button_mb {
        width: 100%;
        position: absolute;
        top: 85%;
    }

    .button_mb img {
        width: 88%;
    }


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

    .access h2 {
        text-align: center;
    }

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



}
