@charset "utf-8";

/*googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;700&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', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial';
    -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;
}


/* 共通
****************************************/
.inner_1120 {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}

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

.inner_930 {
    width: 90%;
    max-width: 930px;
    margin: 0 auto;
}

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

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

.link_btn {
    text-align: center;
    width: 160px;
    line-height: 38px;
    padding-top: 2px;
    background: #e45d0b;
    border-radius: 16px;
}

.link_btn a {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}


/*ヘッダー-----------------------------------------*/
.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;
}









/* スライダー
****************************************/

.slider {
    margin: 108px 0 50px;
}

.single-item .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*    padding: 0 50px;*/
}

.slide_pc {
    display: block !important;
}

.slide_sp {
    display: none !important;
}


.slide-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
}

.slide-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #2a2a2a;
    font-size: 0;
    border: none;
    margin: 0 10px;
    border-radius: 50%;
}

.slide-dots .slick-active button {
    background: #e45d0b;
}





/* キャッチコピー部分
****************************************/


.copy_cont {
    text-align: center;
    margin-bottom: 75px;
}

.copy_Ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}



/* ABOUT部分
****************************************/

.about {
    margin-bottom: 60px;
    padding-top: 25px;
    padding-bottom: 90px;
    overflow: hidden;
}


.about_Ttl {
    font-size: 36px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
    color: #675139;
}

.about_Ttl br {
    display: none;
}

.about_Ttl span {
    color: #e45d0b;
}

.about_container {
    position: relative;
    display: flex;
}

.about_container::after {
    content: "";
    position: absolute;
    width: 87%;
    height: calc(100% + 130px);
    background: #f7f1e9;
    top: -100px;
    right: -13%;
    z-index: -1;
}

.about_img {
    position: absolute;
    width: 42%;
    top: 0;
    left: 0;
}

.about_cont {
    width: 48%;
    border-top: 1px dashed #675139;
    margin-left: auto;
    padding-top: 20px;
}

.about_cont .link_btn {
    width: 140px;
    margin-top: 25px;
    margin-left: auto;
}

.about_txt {
    font-size: 18px;
    line-height: 2;
}

.backgraund {
    background: #f7f1e9;
    position: relative;
    height: 300px;
}

.backgraund::before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}





/* おすすめ部分
****************************************/
.osusume {
    text-align: center;
    margin-bottom: 100px;
}

.osusume_Ttl {
    font-size: 36px;
    font-weight: bold;
}

.arrow {
    text-align: center;
    margin-bottom: 30px;
}

.fa-arrow-down {
    color: #e63432;
    font-size: 40px;
    padding: 10px;
}

.osusume_cont {
    display: flex;
    background-image: url("../image_index/otameshi_bg.png");
    background-size: contain;
}

.osusume_Ttl_img {
    width: 40%;
    margin: 0 auto;
}

.osusume_text {
    margin-bottom: 30px;
    text-align: left;
}

.osusume_left img {
    width: 70%;
    margin-top: 40px;
}

.osusume_Ttl_sub {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.osusume_price {
    display: flex;
    justify-content: center;
}

.osusume_mon {
    margin-top: 25px;
}

.osusume_price_sub {
    text-align: left;
}

.slash_left {
    height: 40px;
    width: 2px;
    background: #64513d;
    margin: 10px 20px 0 0;
    transform: rotate(-45deg);
}

.slash_right {
    height: 40px;
    width: 2px;
    background: #64513d;
    margin: 10px 5px 0 20px;
    transform: rotate(45deg);
}

.price {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Sans';
    font-size: 36px;
    font-weight: bold;
    border-bottom: 8px solid #fad32f;
}


.fa-hand-point-up {
    padding-right: 10px;
}

.link_btn_big a {
    display: block;
    width: 280px;
    height: 60px;
    background: #e63432;
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 28px;
}

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






/* ラインナップ部分
****************************************/

.line_up {
    margin-bottom: 100px;
}

.line_up_Ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.line_up_cont {
    display: flex;
    justify-content: center;

}

.line_up_item {
    width: 40%;
    padding: 20px;
}

.line_up_item img {
    border-radius: 30px;
}

.line_up_item_2 {
    width: 40%;
    padding: 20px;
    position: relative;
}

.line_up_item_2 img {
    border-radius: 30px;
}

.line_up_item_2::after {
    content: "NEW!";
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    padding: 28px 0;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e45d0b;
    top: -30px;
    right: 0%;
    z-index: 1;
}




.line_up_name {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.line_up_line {
    border: dashed 1px #675139;
}

.line_up_text {
    text-align: center;
    padding: 10px 0 5px 0;
}

.link_btn_more {
    text-align: center;
    margin: 0 auto;
    width: 160px;
    line-height: 38px;
    padding-top: 2px;
    background: #e45d0b;
    border-radius: 16px;
}

.link_btn_more a {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}






/* フッター部分
****************************************/
.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;
}






/* インスタグラム
****************************************/

.instagram {
    margin-bottom: 100px;

}

.instagram_Ttl {
    display: flex;
    justify-content: center;
}

.instagram_Ttl p {
    margin: 0 20px;
    font-size: 32px;
}

.instagram_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.instagram_container img {
    width: 24%;
    padding: 10px;
}








/* レスポンシブ
****************************************/

@media screen and (max-width:1180px) {
    .about_Ttl {
        font-size: 3.05vw;
    }

    .about_cont {
        width: 52%;
    }
}

@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;
    }






    /*    スライダー部分 -----------------------------------*/

    .slide_pc {
        display: none !important;
    }

    .slide_sp {
        display: block !important;
    }

    .slider {
        margin: 90px 0 50px;
    }

    .single-item .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    /*    ABOUT部分 -----------------------------------*/



    .about {
        margin-bottom: 60px;
        padding-bottom: 0px;
        background: #f7f1e9;
    }


    .about_Ttl {
        font-size: 26px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 20px;
        color: #675139;
    }

    .about_Ttl br {
        display: inline-block;
    }

    .about_Ttl span {
        color: #e45d0b;
    }

    .about_container {
        position: relative;
        display: block;
        margin-bottom: 70px;
    }

    .about_container::after {
        display: none;
    }

    .about_img {
        width: 100%;
        margin-bottom: 30px;
        position: static;
    }

    .about_cont {
        width: 100%;
        border-top: 1px dashed #675139;
    }

    .about_cont .link_btn {
        width: 140px;
        margin-top: 25px;
        margin-left: auto;
    }

    .about_txt {
        font-size: 20px;
        line-height: 2;
    }

    .backgraund {
        background: #f7f1e9;
        position: relative;
        height: 300px;
    }

    .backgraund::before {
        background: rgba(255, 255, 255, 0.8);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }







    /*    おすすめ部分 -----------------------------------*/


    .osusume {
        text-align: center;
        margin-bottom: 50px;
    }

    .osusume_Ttl {
        font-size: 30px;
        font-weight: bold;
    }

    .arrow {
        text-align: center;
        margin-bottom: 30px;
    }

    .fa-arrow-down {
        color: #e63432;
        font-size: 40px;
        padding: 10px;
    }

    .osusume_cont {
        display: block;
        background-image: url("../image_index/otameshi_bg.png");
        background-size: cover;
        height: 750px;
    }

    .osusume_Ttl_img {
        width: 90%;
    }

    .osusume_text {
        margin-bottom: 30px;
        padding: 10px;
        text-align: left;
    }


    .osusume_left img {
        width: 80%;
        margin-top: 40px;
    }

    .osusume_right {
        margin: 0 auto;
    }

    .osusume_Ttl_sub {
        font-size: 24px;
        font-weight: bold;
        margin: 20px 0 20px 0;
    }

    .osusume_price {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .osusume_price_sub {
        text-align: left;
        padding-left: 20px;
    }

    .slash_left {
        height: 40px;
        width: 2px;
        background: #64513d;
        margin: 10px 25px 0 0;
        transform: rotate(-45deg);
    }

    .slash_right {
        height: 40px;
        width: 2px;
        background: #64513d;
        margin: 10px 5px 0 25px;
        transform: rotate(45deg);
    }

    .price {
        font-family: YuGothic, 'Yu Gothic', 'Hiragino Sans';
        font-size: 36px;
        font-weight: bold;
    }


    .fa-hand-point-up {
        padding-right: 10px;
    }

    .link_btn_big a {
        display: block;
        width: 280px;
        height: 60px;
        background: #e63432;
        padding: 10px;
        border-radius: 20px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 28px;
        margin: auto;
    }

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



    /*    ラインナップ部分 -----------------------------------*/


    .line_up_Ttl {
        font-size: 39px;
        font-weight: bold;
        text-align: center;
    }

    .line_up_cont {
        display: block;
    }

    .line_up_item {
        width: 90%;
        margin: auto;
    }

    .line_up_text {
        margin-bottom: 40px;
    }

    .line_up_item_2 {
        width: 90%;
        margin: auto;
        position: relative;
    }

    .line_up_item_2::after {
        content: "NEW!";
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        padding: 28px 0;
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #e45d0b;
        top: -30px;
        right: 0%;
        z-index: 1;
    }

    .line_up_name {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        padding: 10px 0 5px 0;
    }

    .line_up_line {
        border: dashed 1px #675139;
        width: 60%;
        margin: auto;
    }





    /*    インスタグラム -----------------------------------*/

    .instagram_Ttl {
        display: flex;
        justify-content: center;
    }

    .instagram_Ttl p {
        margin: 0 10px;
        font-size: 32px;
    }

    .instagram_container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .instagram_container img {
        width: 50%;
        padding: 10px;
        height: 50%;
    }




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

    .access h2 {
        text-align: center;
    }

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



}
