@charset "utf-8";

/* 共通 */
rocknroll-one-regular {
    font-family: "RocknRoll One", serif;
    font-weight: 400;
    font-style: normal;
}


html {
    font-size: 100%;
}


body {
    background-color: #f9f1e4;
    font-family: "Noto Sans JP", serif;
    font-weight: 600;
    font-style: normal;
    box-sizing: border-box;
}


img {
    max-width: 100%;
    vertical-align: bottom;
}


h2 {
    font-size: clamp(0.688rem, -0.352rem + 2.17vw, 2.25rem);
    /* min 20px max 32px */
    font-family: "RocknRoll One", serif;
    font-weight: 400;
    color: #fff;

}


h3 {
    font-size: clamp(1.25rem, -0.413rem + 3.47vw, 3.75rem);
    /* min 32px max 40px */
    font-family: "RocknRoll One", serif;
    font-weight: 400;
    color: #fff;
}


p {
    font-size: clamp(0.75rem, 0.251rem + 1.04vw, 1.5rem);
    /* min 13px max 18px */
    line-height: 1.7;
    text-wrap: balance;
    word-break: auto-phrase;
}

/* 共通終わり */



/* ヘッダー */
#header {
    width: 100%;
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


#header .logo {
    /* width: 100%; */
    max-width: 55px;
    margin-left: 25px;
}


#header .navi .menu li {
    font-size: 20px;
    margin: 0 40px;
}


#header .navi .menu {
    display: flex;
    align-items: center;
    padding: 0 40px;
}


.insta {
    max-width: 40px;
}




.insta2 {
    display: none;
}

/* ヘッダー終わり */


/* ハンバーガーメニュー */
@media screen and (max-width: 1245px) {
    #header {
        display: block;
        height: 70px;
    }


    #header .logo {
        width: 50px;
    }


    .insta {
        display: none;
    }


    #header .hamburger {
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: fixed;
        right: 10px;
        top: 35px;
        z-index: 30;
        transform: translate(-5%, -10%);
    }


    .hamburger span {
        width: 30px;
        height: 3px;
        background-color: #000;
        display: block;
        position: absolute;
        left: 10px;
        transition: all 0.4s;
        transform-origin: 0% 50%;
    }


    #header .hamburger span:nth-of-type(2) {
        top: 10px;
    }


    #header .hamburger span:nth-of-type(3) {
        top: 20px;
    }


    .close span:nth-of-type(1) {
        transform: rotate(40deg);
    }


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


    .close span:nth-of-type(3) {
        top: 30px;
        transform: rotate(-40deg);
    }


    .menu {
        width: 100%;
        height: 100vh;
        background-color: #F74B3D;
        position: fixed;
        top: 70px;
        z-index: 5;
        transition: all 1s ease-in-out;
        clip-path: circle(100px at 90% -15%);
        -webkit-clip-path: circle(100px at 120% -20%);
        flex-direction: column;
        justify-content: center;
    }


    .open {
        clip-path: circle(1100px at 90% -15%);
        -webkit-clip-path: circle(1100px at 90% -15%);
        /* background-image: url(../img/hum_logo.png); */
        background-repeat: no-repeat;
        background-position: center;
    }


    .menu li {
        padding: 20px;
    }


    .insta2 {
        display: block;
        width: 30px;
        margin-top: 50px;
    }
}

/* ハンバーガーメニュー終わり */


/* ファーストビュー*/
.css-carousel-slider3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.css-carousel-slider3 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}


/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
    width: 300%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider3 15s infinite;
    animation-delay: 1s;
}


.css-carousel-slider3 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main3 15s infinite;
    animation-delay: 1s;
}


.css-carousel-slider3 .slide {
    width: 100%;
}


/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
    0% {
        transform: translateX(0);
    }

    27.3% {
        transform: translateX(calc(1 / 3 * -100%));
    }

    33.3% {
        transform: translateX(calc(1 / 3 * -100%));
    }

    60.6% {
        transform: translateX(calc(2 / 3 * -100%));
    }

    66.6% {
        transform: translateX(calc(2 / 3 * -100%));
    }

    94% {
        transform: translateX(calc(3 / 3 * -100%));
    }

    100% {
        transform: translateX(calc(3 / 3 * -100%));
    }
}

@keyframes css-carousel-slider-main3 {
    0% {
        transform: translateX(100%);
    }

    66.6% {
        transform: translateX(100%);
    }

    94% {
        transform: translateX(0%);
    }
}

/* スライダーアニメーション設定終わり */
/* ファーストビュー終わり */


/* WEB予約と電話予約 */
.reserve {
    position: fixed;
    bottom: 150px;
    right: 10px;
    width: 150px;
    z-index: 2;
}


.reserve_1 {
    display: none;
}


/* スマホWEB予約と電話予約 */
@media screen and (max-width:767px) {
    .reserve {
        width: 65px;
        bottom: 200px;
        right: 0;
    }


    .reserve_1 {
        display: block;
        position: fixed;
        bottom: 145px;
        right: 8px;
        width: 50px;
        z-index: 2;
    }
}


/* 道のこだわり*/
#menu {
    scroll-margin-top: 70px;
}



.introduction {
    background-image: url(../img/about_backgroundimage.png);
    /* border: 1px solid red; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1 / 1;

    @media screen and (max-width: 767px) {}
}


.about_tittle {
    width: 50%;
    padding-top: 7.8%;
    padding-left: 2.5%;

    @media screen and (max-width: 1400px) {
        padding-top: 1.8%;
    }
}


.about_sub_tittle {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.8%;

    @media screen and (max-width: 1400px) {
        width: 50%;
        ;
    }
}


.about_sub_tittle_p {
    /* border: 1px solid red; */
    max-width: 850px;
    margin: 0 auto;
    width: 100%;

    @media screen and (max-width: 1400px) {
        width: 340px;
        padding-top: 22px;
    }
}


#about p {
    text-align: center;
    text-wrap: balance;
    word-break: auto-phrase;

    @media screen and (max-width: 767px) {
        width: 350px;
    }
}

/* 道のこだわり終わり */


/* 道自慢のメニュー*/
/* 新鮮ホルモンセクション */
.main_menu {
    /* width: 100%; */
    background-color: #FFB301;
    background-size: cover;
    clip-path: polygon(0 7%, 185% 0, 100% 100%, 0 100%);
    margin-top: -18%;
    overflow: hidden;
    position: relative;

    @media screen and (max-width: 1360px) {
        clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
        padding-top: 16%;
        margin-top: -10%;
    }
}


.main_menu_section_tittle {
    width: 80%;
    margin-top: 10.81%;
    margin-left: auto;

    @media screen and (max-width:767px) {
        margin-top: 2.81%;
    }
}


.section_wrapper {
    /* border: 1px solid red; */
    display: flex;
    margin-top: 7.81%;
    margin-right: 2.6%;
}


.meat_one {
    width: 50%;
}


.meat_one_text_tittle {
    margin: 0 auto;
    width: 70%;
    margin-bottom: 4.2%;

    @media screen and (max-width:767px) {
        width: 60%;
    }
}


.meat_one_text_tittle_detial {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
}

/* 新鮮ホルモンセクション終わり */


/* 厚切りセクション */
.section_wrapper_02 {
    display: flex;
    margin: 7.81% 0 0 2.6%;
}

/* border: 1px solid red; */
@media screen and (max-width:1300px) {
    .section_wrapper_02 {
        flex-direction: column;
        flex-wrap: wrap;
    }
}


.menu_three {
    margin: 4.53% auto 0;
}

@media screen and (max-width:1300px) {
    .menu_three {
        margin: 6% auto 0;
        order: 2;
        width: 40%;
    }
}


.meat_two {
    display: flex;
    margin-left: auto;
}

@media screen and (max-width:1300px) {
    .meat_two {
        order: 1;
        width: 100%;
    }

    .meat_two>.meat_two_text {
        margin-top: 7.2%;
        margin-left: 7.2%;
    }
}


.meat_two_text_tittle {
    /* border: 1px solid red; */
    width: 80%;
    margin-bottom: 4.53%;

    @media screen and (max-width:1300px) {
        width: 50%;
    }
}


.meat_one_two {
    display: flex;
    margin-top: 7.9%;

    @media screen and (max-width:1300px) {
        width: 60%;
    }
}

/* 厚切りセクション終わり */


/* 盛り合わせ・刺身セクション */
.section_wrapper_03 {
    display: flex;
    margin-top: 7.81%;
}

/* border: 1px solid red; */
@media screen and (max-width:1024px) {
    .section_wrapper_03 {
        flex-direction: column;
        width: 100%;
    }
}


@media screen and (max-width:1024px) {

    .meat_three,
    .meat_four {
        display: none;
    }
}


.meat_five {
    /* border: 1px solid red; */
    width: 80%;
    margin: 0 auto;
}


.meat_five_p {
    /* border: 1px solid red; */
    margin-left: auto;
    width: 430px;
    margin-top: -3%;
    text-align: left;

    @media screen and (max-width:767px) {
        display: inline-block;
    }
}


.section_wrapper_text3 {
    /* border: 1px solid red; */
    width: 26%;
    margin: 0 auto;
    padding-right: 2.6%;
}

@media screen and (max-width:767px) {
    .section_wrapper_text3 {
        width: 45%;
        margin-top: 7.81%;
    }
}



.section_wrapper_text3 h3 {
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
    transform: rotate(-10deg);
    transform-origin: 0 0;
    margin-bottom: 3.5%;
    font-size: 42px;
}


.section_wrapper_text_tittle3 {
    /* border: 1px solid red; */
    width: 50%;
    margin: 0 auto;
    padding-bottom: 3%;
}


.menu_five {
    /* border: 1px solid red; */
    text-align: left;
    margin-left: auto;
}

/* 盛り合わせ・刺身セクション終わり */


/* <!-- 焼肉～他の焼き物 --> */
.section_wrapper_04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 1px solid red; */
    margin: 7.81% 15%;
    padding-bottom: 200px;
}

@media screen and (max-width:767px) {
    .section_wrapper_04 {
        width: 100%;
        margin: 7.81% 2.6% 0;
        gap: 22px;
        padding-bottom: 300px;
    }
}


.s_w_4 {
    width: 33%;
    /* border: 1px solid red; */
}

@media screen and (max-width:767px) {
    .s_w_4 {
        width: 47%;
        padding-left: 13px;
    }
}


.s_w_4_2 {
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
    transform: rotate(-10deg);
    transform-origin: 0 0;
    margin-bottom: 3.5%;
}


.s_w_4_pic {
    display: block;
    width: 80%;
    margin: 10% 0 0 50%;
}

@media screen and (max-width:767px) {
    .s_w_4_pic {
        display: none;
    }
}



.section_wrapper_04::after {
    /* border: 1px solid red; */
    display: block;
    content: "";
    width: 33%;
}

@media screen and (max-width:767px) {
    .section_wrapper_04::after {
        width: 47%;
    }
}


/* 焼肉～他の焼き物終わり */
/* 麺・スープ・ご飯 */
/*麺*/
.main_menu_02 {
    background-image: url(../img/carbohydrates_backgroundimage.png);
    background-size: cover;
    margin-top: -220px;
    position: relative;

    /* border: 1px solid red; */
    @media screen and (max-width:767px) {
        padding-bottom: 20%;
    }
}


.meat_02_02 {
    position: absolute;
    z-index: 3;
    width: 26%;
    margin-top: -20%;
}

@media screen and (max-width:767px) {
    .meat_02_02 {
        display: none;
    }
}


.noodles_2_2 {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
    width: 60%;
}

@media screen and (max-width:767px) {
    .noodles_2_2 {
        width: 100%;
    }
}



.noodles_2 {
    margin-left: auto;
    margin-top: 4.3%;
    padding-right: 2.6%;
}


.noodles_2_1 {
    width: 50%;
    margin-left: auto;
}


.Cold_noodles {
    width: 70%;
}

@media screen and (max-width:767px) {
    .Cold_noodles {
        width: 45%;
    }
}


.noodles_1 {
    max-width: 550px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .noodles_1 {
        width: 32.5%;
    }
}


.noodles_1_1 {
    margin-bottom: 4.5%;
}

@media screen and (max-width:767px) {
    .noodles_1_1 {
        width: 30%;
    }
}



/* 麵終わり */


/* スープ */
.soup_pic {
    margin-top: -14%;
    margin-left: 9%;
    width: 25%;
}

@media screen and (max-width:767px) {
    .soup_pic {
        display: none;
    }
}


.soup {
    justify-content: center;
}


.section_soup_text_tittle_detial {
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0 2.6%;
}

@media screen and (max-width:767px) {
    .section_soup_text_tittle_detial {
        gap: 10px
    }
}


.section_soup_text_tittle {
    text-align: center;
    margin-bottom: 1%;
}

@media screen and (max-width:767px) {
    .section_soup_text_tittle {
        width: 25%;
        margin: 6.5% auto 0;
    }
}

/* スープ 終わり*/


/* ご飯 */
.rice {
    display: flex;
    margin: 10% 2.6% 0 0;

    @media screen and (max-width:767px) {
        margin: 10% 2.6% 0 0;
    }
}


.menu_rice0 {
    text-align: center;
}


.menu_rice_1 {
    text-align: left;
}


.section_rice_text_tittle {
    width: 70%;
}

@media screen and (max-width:767px) {
    .section_rice_text_tittle {
        width: 52%;
    }
}


.section_rice_text_detial {
    margin-top: 3%;
}

@media screen and (max-width:767px) {
    .section_rice_text_detial {
        width: 60%;
    }
}


.section_rice_text_tittle_02 {
    margin-bottom: 3%;
}

@media screen and (max-width:767px) {
    .section_rice_text_tittle_02 {
        width: 30%;
    }
}

/* ご飯終わり */


/* 一品料理 */
.ippincuisine {
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
    margin: 1.5% 2.6% 0;
}

@media screen and (max-width:767px) {
    .ippincuisine {
        flex-direction: column-reverse;
    }
}


.section_ippincuisine_detail_02 {
    /* border: 1px solid red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    gap: 40px;
}

@media screen and (max-width:767px) {
    .section_ippincuisine_detail_02 {
        gap: 10px;
    }
}


.ippincuisine00 {
    width: 41%;
}

@media screen and (max-width:767px) {
    .ippincuisine00 {
        width: 45%;
        margin-top: 1.5%;
    }
}


.ippincuisine_pic {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 3%;
}

@media screen and (max-width:767px) {
    .ippincuisine_pic {
        width: 16%;
    }
}



@media screen and (max-width:767px) {
    .section_ippincuisine_text_tittle {
        width: 50%;
    }
}

/* 一品終わり */


/* デザート */
.dessert {
    display: flex;
    justify-content: space-around;
    margin: 7.81% 2.6% 0;
    padding-bottom: 300px;
}

@media screen and (max-width:767px) {
    .dessert {
        padding-bottom: 150px;
    }
}



.dessert_text_01 {
    margin-bottom: 5%;
}


@media screen and (max-width:767px) {
    .dessert_text_01 {
        width: 50%;
    }

    .dessert_02 {
        width: 80%;
    }
}

/* デザート終わり */
/* 麺・スープ・ご飯終わり */

/* ドリンクメニュー */
.main_menu_03 {
    background-image: url(../img/drink_backgroundimage.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: -390px;
    padding: 0 2.6%;
}

/* border: 1px solid red; */
@media screen and (max-width:767px) {
    .main_menu_03 {
        margin-top: -136px;
        padding-bottom: 20%;
    }
}


.main_menu_03 {
    color: #E7E0C3;
}


.drink_tittle {
    width: 80%;
    margin-top: 15%;

    @media screen and (max-width:767px) {
        margin-top: 27%;
    }
}

/* ハイボール */
.highball {
    margin: 7.81% 0;

    @media screen and (max-width:767px) {
        margin: 7.81% 0 auto;
    }
}


.highball_tittle {
    width: 70%;
    margin-bottom: 1%;
}


/* ハイボール終わり */


.b_03 {
    width: 20%;
    margin-left: 70%;
    margin-top: -25%;
}

.lemmon {
    width: 16%;
    margin-right: 20%;
}

@media screen and (max-width:767px) {
    .lemmon {
      display: none;
    }
}




/* ビール */
.beer {
    width: 70%;
    margin-top: -18%;
    margin-left: 30%;
}

@media screen and (max-width:767px) {
    .beer {
        margin-top: -10%;
        margin-left: 15%;
    }
}



.beer_tittle {
    width: 20%;
    margin-top: 1%;

    @media screen and (max-width:767px) {
        width: 25%;
        margin: 0 auto;
    }
}


.beer_02 {
    margin-top: 3.81%;
}

@media screen and (max-width:767px) {
    .beer_02 {
        text-align: left;
    }
}


.b_box {
    /* border: 1px solid red; */
    display: flex;
    margin-top: 1%;

    @media screen and (max-width:767px) {
        text-align: left;
    }
}



.beer_tittle_02 {
    width: 40%;
    margin-bottom: 1%;
    color: #fff;
}

@media screen and (max-width:767px) {
    .beer_tittle_02 {
        width: 85%;
    }
}

/* ビール終わり */

/* サワー */
.sour {
    /* border: 1px solid red; */
    display: flex;
    margin: 7.81% 0 0 10%;
}

@media screen and (max-width:767px) {
    .sour {
        margin: 10% 0 0 0;
    }
}


.sour_tittle {
    /* border: 1px solid red; */
    /* text-align: center; */
    width: 50%;
    margin-bottom: 1%;
}

@media screen and (max-width:767px) {
    .sour_tittle {
        width: 25%;
        margin: 0 auto;
    }
}

/* サワー終わり */


/* 焼酎 */
.shochuwrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 7.81% 0 5% 11%;
    /* border: 1px solid red; */
}

@media screen and (max-width:767px) {
    .shochuwrapper {
        text-align: center;
        margin: 7.81% 0 0 0;
        gap: 10px;
    }
}


.shochu {
    width: 40%;
}



.s_1 {
    margin-bottom: 1%;
}


.imo {
    /* border:  1px solid red; */
    max-width: 480px;
    width: 100%;
    margin-left: 20%;
}

@media screen and (max-width:767px) {
    .imo {
        margin-left: 3%;
    }
}


.s_box1 {
    display: flex;
    gap: 40px;
}

@media screen and (max-width:767px) {
    .s_box1 {
        gap: 10px;
    }
}


.barleyshochu {
    width: 54%;
}


.sour_tittle_p {
    text-align: left;
}


.potato_shochu_wrapper {
    width: 60%;
    margin: 0 auto;
}


.shouchu_main {
    display: flex;
}


.barleyshochuwrapper {
    display: flex;
    /* border: 1px solid red; */
}

@media screen and (max-width:767px) {
    .barleyshochuwrapper {
        justify-content: center;
        text-align: left;
        display: block;
    }
}


@media screen and (max-width:767px) {
    .s_1 {
        text-align: left;
    }
}


.potato_shochu_menu {
    display: flex;

    /* border: 1px solid red;    */
    @media screen and (max-width:767px) {
        justify-content: center;
    }
}


.shochu_pic {
    width: 23%;
    margin-left: auto;
    /* border: 1px solid red; */
}

@media screen and (max-width:767px) {
    .shochu_pic {
        display: none;
    }
}

/* 焼酎終わり */


/* 日本酒・ジャパニーズジン・カクテル */
.japanesesakewrapper {
    display: flex;
    margin-top: -20%;
}

@media screen and (max-width:767px) {
    .japanesesakewrapper {
        margin-top: 7.81%;
        gap: 10px;
        width: 100%;
    }
}


.ck_tittle {
    margin-top: 7.81%;
    margin-bottom: 1%;
    width: 53%;
}


.jj_tittle {
    width: 100%;
}


.japanesesake_tittle {
    margin-bottom: 1%;
}


.jj_menu {
    justify-items: center;
}


.japanesesakedetial {
    margin-left: 10%;
}

@media screen and (max-width:767px) {
    .japanesesakedetial {
        margin-left: 0;
    }
}


.jj_ck_wrapper {
    margin-left: 10%;
}

@media screen and (max-width:767px) {
    .jj_ck_wrapper {
        margin-left: 0;
    }
}

/* <!-- <ホッピーその他> --> */
.s_w_5 {
    width: 33%;
    /* border: 1px solid red; */
}

@media screen and (max-width:767px) {
    .s_w_5 {
        width: 46%;
        text-align: left;
    }
}


.s_w_4_3 {
    margin-bottom: 1%;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:767px) {
    .s_w_4_3 {
        margin: 5% 0;
    }
}


.s_w_5 p {
    color: #E7E0C3;
}


.section_wrapper_05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 7.81% auto 10%;

    @media screen and (max-width: 767px) {
        text-align: center;
        margin: 7.81% 2.6% 0;
        gap: 22px;
    }
}


.b_03 {
    margin-top: -14.2%;
}

@media screen and (max-width: 767px) {
    .b_03 {
        width: 15%;
        margin-top: -60px;
        margin-bottom: 20px;
    }
}


.responsive-image,
.responsive-image02 {
    display: none;
}

@media screen and (max-width: 767px) {
    .responsive-image {
        display: block;
        max-width: 10%;
        margin-left: 75%;
        margin-top: -15%;
    }


    .responsive-image02 {
        display: block;
        max-width: 25%;
        margin-right: auto;
    }
}

/* <!-- <ホッピーその他終わり> --> */
/* <!-- ドリンク終わり --> */


/* サイドメニュー*/
.side {
    background-image: url(../img/background_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 3%;
}


.side0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.s_s {
    width: 30%;
    margin-top: 30%;
}

/* サイドメニュー終わり*/


/* 店内のご案内 */
.information {
    background-color: #271D1B;
    padding-bottom: 3%;
}



.information00 {
    color: #000;
    text-align: center;
}

.information00 p {
    color: #f9f1e4;
}



.information1 {
    display: flex;
    margin: 0 2.6%;
}


@media screen and (max-width: 767px) {
    .information1 {
        margin-top: 10%;
    }
}


.information0 {
    padding-top: 3%;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 3%;
}


.information3 {
    justify-items: center;
}


.information1_1 {
    color: #000;
    text-align: center;
    margin-top: 11.81%;
    margin-bottom: 1%;
}



/* 店内のご案内終わり */


/* 求人情報 */
.job_openings {
    background-image: url(../img/pc_background_4_02_01_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 137/92;
    overflow: hidden;
}

/* border: 1px solid red; */
@media screen and (max-width:767px) {
    .job_openings {
        background-image: url(../img/background_4_02_01_01.png);
        margin-top: 0
    }
}


.job_openings h3 {
    color: #000;
    text-align: center;
    margin-top: 11.81%;
    line-height: 1.7;
}


@media screen and (max-width:767px) {
    .job_openings h3 {
        margin-top: 12%;
        font-size: 16px;
    }

    .job_openings h3 p {
        line-height: 0;
    }
}


h2 {
    text-align: center;
    padding-top: 15%;
    color: #000000;
    /* border: 1px solid red; */
    margin-bottom: 0.81%;
}



@media screen and (max-width: 767px) {
    .job_openings h2 {
        padding-top: 13%;
    }
}


.job_openings1 {
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .job_openings1 {
        width: 30%;
    }
}


.job_openings0 {
    /* border: 1px solid red; */
    display: flex;
    gap: 80px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .job_openings0 {
        margin-left: 10%;
        margin-top: -2%;
        gap: 0;
    }
}


.job_openings0 p {
    line-height: 3;
}

@media screen and (max-width: 767px) {
    .job_openings0 p {
        line-height: 1.5;
    }
}

/* 求人情報終わり */


/* insta */
.road {
    background-image: url(../img/road.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1795/1397;

    h2 {
        /* margin: 7.81% 0; */
        text-align: center;
        color: #43240F;
        padding: 70px 0 20px 0;

        @media screen and (max-width: 767px) {
            padding-top: 70px;
        }
    }
}


.insta_check {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;

    @media screen and (max-width: 767px) {
        padding-top: 70px;
    }
}

/* insta終わり */


/* 地図 */
#acess {
    margin-bottom: 120px;
}



.info {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .info {
        background-color: #101012;
    }
}


.inner_wrapper {
    display: flex;
    justify-content: space-evenly;
}


.info h4 {
    font-size: 20px;
    color: #000;
}


.info p {
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (max-width:1024px) {
    .info p {
        font-size: 13px;
        color: #fff;
    }
}


#acess .map {
    width: 100%;
    max-width: 580px;
    overflow: hidden;
    margin: 0 40px;
}


.map {
    overflow: hidden;
}


#acess .map iframe {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:767px) {
    .inner_wrapper {
        display: block;
    }
}




.inner_wrapper2 {
    margin-top: -10px;
    background-color: #fff;
}


.inner_wrapper3 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .inner_wrapper3 {
        gap: 0px;
    }
}


.logo1 {
    display: block;
    width: 5%;
    text-align: center;
}


@media screen and (max-width:767px) {
    .logo1 {
        width: 10%;
        padding-top: 10px;
    }
}



#footer {
    height: 50px;
}







#footer .menu01 {
    display: flex;
    align-items: center;
    text-align: center;
}


#footer .menu01 li {
    font-size: 14px;
}


.menu011 li {
    margin-right: 23px;
}

@media screen and (max-width:767px) {
    .menu011 li {
        margin-right: 5px;
    }
}


.menu011 {
    display: flex;
    width: 100%;
    max-width: 500px;
}

@media screen and (max-width:767px) {
    .menu011 {
        display: none;
    }
}


#footer .menu011 ::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #000;
}


#footer .menu li:last-child::after {
    content: none;
}


#footer .copyright {
    font-size: 12px;
    text-align: center;
}


.copyright {
    text-align: center;
}


.p_p p {
    text-align: end;
    padding: 1%;
}

.info dt {
    margin-top: 3%;
}



button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
    right: 20px;
    bottom: -160px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: #28CAA6;
    transition: .2s;
    letter-spacing: 3px;
    font-weight: bold;
    border-radius: 100px 100px 0 0;
    z-index: 2;
}


button i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 15px;
    font-weight: 300;
}


button p {
    margin: 0;
    font-size: 20px;
    bottom: 13px;
    position: absolute;
    top: 16px;
}


.is-active {
    opacity: 1;
    visibility: visible;
}


button.is-active {
    bottom: 0px;
}


@media screen and (max-width:767px) {
    button {
        width: 130px;
        right: 5px;
        z-index: 3;
        padding: 30px;
    }


    button p {
        font-size: 15px;
        padding-bottom: 10px;
        top: 15px;
    }
}


@media screen and (max-width:375px) {
    button {
        display: none;
    }
}


.copyright {
    padding-bottom: 15px;
}





@media screen and (max-width: 500px) {
    .about_sub_tittle_p_bottom {
        width: 75% !important;
        margin: 0 auto;
    }

    .main_menu {
        clip-path: none;
        padding-top: 0;
        margin-top: 0;
    }

    .about_sub_tittle_p {
        padding-bottom: 10px;
    }
}


.sp_content {
    display: none;
}


@media screen and (max-width: 500px) {
    .sp_content {
        display: inline-block;
    }
}


#shop {
    scroll-margin-top: 70px;
}


#job {
    scroll-margin-top: 70px;
}


#information {
    scroll-margin-top: 70px;
}