@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) {
    .spmv {
        display: none;
    }

    .yaji {
        display: none;
    }

    .spsec {
        display: none;
    }

    .spcont1 {
        display: none;
    }


    .hapa_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;
}

.mv img {
    margin-top: 120px;
    width: 100%;
}


.cont {
    position: relative;
}

.cont img {
    width: 100%;
}

.btn {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
}

.btn img {
    width: 45%;
}

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


.sec {
    margin: 80px 0;
}


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


.tomato {
    position: relative;
    right: -40%;
    top: -20px;
    width: 60px;
}

.hapa {
    position: relative;
    width: 60px;
    left: -40%;
    top: 80px;
}

.top p {
    font-size: 28px;
    line-height: 2;
}


.aaa {
    margin-top: 80px;
}

.top p span {
    font-size: 42px;
    font-weight: bold;
    margin: 0 5px;
    border-bottom: 10px solid #fad32f;
}

.lineupimg img {
    width: 100%;
}

.cont1 img {
    width: 100%;
}

.cont1 {
    position: relative;
}

.btn1 {
    position: absolute;
    top: 83%;
    left: 78%;
    width: 100%;
}

.btn1 img {
    width: 13%;
}


.cont2 {
    position: relative;
}

.cont2 img {
    width: 100%;
}

.btn2 {
    position: absolute;
    top: 83%;
    right: -8%;
    width: 100%;
}

.btn2 img {
    width: 13%;
}

.text {
    margin-bottom: 50px;
}

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

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

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

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



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

.text h2::before {
    margin-right: 16px;
}

.text h2::after {
    margin-left: 16px;
}


.voice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}


.voice img {
    width: 32%;
}







/*フッター ----------------------------------------------------*/
.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) {

    /*    ヘッダー--------------------------*/
    .header_cont {
        padding-bottom: 20px;
    }

    .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
    }

    .mv {
        display: none;
    }

    .spmv img {
        width: 100%;
    }


    .tomato {
        display: none;
    }

    .hapa {
        display: none;
    }

    .hapa_mb img {
        width: 50px;
    }

    .hapa_mb {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .top p {
        font-size: 22px;
    }

    .top p span {
        font-size: 32px;
    }


    .aaa {
        margin-bottom: 20px;
    }


    .cont {
        display: none;
    }

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

    .spsec img {
        width: 100%;
    }

    .spbtn {
        width: 90%;
        position: absolute;
        top: 85%;
        left: 6%;
    }


    .lineupimg img {
        display: none;
    }



    .text {
        margin-top: 50px;
        margin-bottom: 30px;
    }


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

    .Ttl img {
        width: 40px;
    }

    .text h2 {
        font-size: 16px;
    }

    .text h2::before,
    .text h2::after {
        width: 20px;
    }


    .cont1 {
        display: none;
    }

    .cont2 {
        display: none;
    }


    .spcont1 {
        margin-bottom: 30px;
        position: relative;
        z-index: 0;
    }

    .spcont1 img {
        width: 100%;
    }

    .spCbtn1 {
        position: absolute;
        width: 30%;
        top: 85%;
        left: 65%;
        z-index: 1;
    }


    .voice {
        display: block;
    }

    .voice img {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

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

    .access h1 {
        text-align: center;
    }

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

    .yaji {
        margin-top: 50px;
    }

    .yaji img {
        width: 50px;
    }

}
