@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* -----takeout.css----- */


/* リセットcss */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

/* 共通css */
.ds_f {
    display: flex;
}

.jc_sb {
    justify-content: space-between;
}

body {
    width: 100%;
    background-image: url(../images/common/bg_image.gif);
    background-repeat: repeat;
    margin: 0 auto;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #514d43;
}

/* background */
.bg_red {
    position: absolute;
    z-index: -10000;
    background: linear-gradient(rgba(200, 92, 49, .6), rgba(0, 0, 0, 0));
    width: 100%;
    height: 1460px;
}

/* main_nav */
.main_nav {
    width: 100%;
    height: 90px;
    margin: 0;
    position: absolute;
    z-index: 9999999999;
}

.main_nav.fixed {
    position: fixed;
    z-index: 9999999999;
}

/* header */
header {
    margin-bottom: 132px;
}

/* main_v */
.main_v {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.main_v img {
    width: 100vw;
    height: 526px;
    object-fit:cover;
}

/* main */
main {
    width: 100%;
}

.main_inner {
    width: 1260px;
    margin: 0 auto;
}

/* intro_text */
.intro_text {
    margin: 0 auto;
    padding: 60px 84px 84px;
    box-sizing: border-box;
    position: relative;
}

.circle {
    width: 47px;
    height: 47px;
    background-color: #e2471d;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: -47px;
    left: 605px;
}


.intro_text .tate_p {
    font-size: 0.9375rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    line-height: 86px;
    margin: 0 auto;
    margin-bottom: 32px;
}

/* otoriyose */
.otoriyose_bg {
    margin: 0 -500%;
    padding: 0 500%;
    background-color: rgba(220, 200, 170, 0.5);
    box-shadow: 0 0 40px rgb(220 200 170 / 100%);
    mix-blend-mode: multiply;
}

.otoriyose {
    width: 1006px;
    margin: 0 auto;
    padding: 80px 0 60px;
    box-sizing: border-box;
}

.otoriyose h2 {
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.otoriyose h2 span {
    display: block;
    font-size: 0.875rem;
}

.otoriyose_text {
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 65px;
}

/* otoriyose_box */
.otoriyose_box {
    margin-bottom: 64px;
}

.otoriyose_box a {
    display: block;
    color: #514d43;
    font-size: 0.875rem;
    line-height: 1.8125em;
    text-decoration: none;
    background-color: #ede5d1;
}

.otoriyose_box a img {
    display: block;
    margin-bottom: 20px;
    transition: 0.2s;
}

.otoriyose_box a img:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.otoriyose_box span {
    font-size: 1rem;
    font-weight: 700;
}

/* otoriyose_btn */
.otoriyose_btn {
    width: 350px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.otoriyose_btn a {
    display: block;
    color: #514d43;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 14px 24px;
    box-sizing: border-box;
    border: 2px solid#514d43;
    border-radius: 30px;
    transition: 0.2s;
}

.otoriyose_btn a:hover {
    border: 2px solid rgba(200, 92, 49, .6);
    border-radius: 30px;
    background-color: rgba(200, 92, 49, .6);
    border: none;
    transition: 0.5s;
}

/* takeout */
.takeout {
    width: 1006px;
    margin: 0 auto;
    padding: 145px 0 225px;
    box-sizing: border-box;
}

.takeout h2 {
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.takeout h2 span {
    display: block;
    font-size: 0.875rem;
}

.takeout_text {
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 65px;
}

/* takeout_box */
.takeout_box {
    margin-bottom: 205px;
}

.takeout_box a {
    display: block;
    color: #514d43;
    font-size: 0.875rem;
    line-height: 1.8125em;
    text-decoration: none;
    background-color: #ede5d1;
}

.takeout_box a img {
    display: block;
    margin-bottom: 20px;
    transition: 0.2s;
}

.takeout_box a img:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.takeout_box span {
    font-size: 1rem;
    font-weight: 700;
}

/* restaurant_map */
.restaurant_map {
    width: 880px;
    height: 224px;
    margin: 0 auto;
}

.r_map_text {
    width: 430px;
    height: 224px;
    padding-right: 35px;
}

.r_name {
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 2px solid #514d43;
    padding-bottom: 5px;
}

.r_name span {
    font-size: 1.75rem;
    padding-left: 10px;
}

.r_address {
    font-weight: 600;
    padding: 10px 0 50px 0;
}

.r_tel {
    font-weight: 600;
    margin-bottom: 10px;
}

.r_tel::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 15px;
    background-image: url(../images/common/info_tel_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 5px;
}

.r_about_btn {
    width: 238px;
    background-color: #514d43;
}

.r_about_btn a {
    display: block;
    text-decoration: none;
    color: #ede5d1;
    font-size: 0.875rem;
    text-align: center;
    padding: 10px 0;
    transition: 0.2s;
}

.r_about_btn .yazirusi {
    padding-left: 26px;
}

.r_about_btn .yazirusi::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 6px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    transform: skew(45deg);
    margin-bottom: 3px;
}

.r_about_btn a:hover{
    color: #514d43;
    background-color: #e9d6b1;
    transition: 0.5s;
}

.r_map {
    filter: sepia(20%);
}

/* ----------------------------------------------------------------------- */

/* レスポンシブ */
@media screen and (min-width:641px) {
    .footer_area {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .ds_f {
        flex-direction: column;
    }

    .f_nav {
        display: none;
    }

    /* 幅リセット */

    /* header */
    header {
        margin: 0;
        padding: 0;
    }

    /* main */

    /* intro_text */
    .intro_text {
        padding: 0;
    }

    .intro_text .tate_p {
        margin: 0;
    }

    /* otoriyose */
    .otoriyose_bg {
        margin: 0;
        padding: 0;
    }

    .otoriyose {
        padding: 0;
    }

    .otoriyose h2 {
        margin: 0;
    }

    .otoriyose_text {
        margin: 0;
    }

    .otoriyose_box img {
        margin: 0;
    }

    .otoriyose_box a{
        background-color: transparent;
    }

    .otoriyose_btn {
        margin: 0;
    }

    .otoriyose_btn a {
        padding: 0;
    }

    /* takeout */
    .takeout {
        padding: 0;
    }

    .takeout h2 {
        margin: 0;
    }

    .takeout_text {
        margin: 0;
    }

    .takeout_box img {
        margin: 0;
    }

    .takeout_box {
        margin: 0;
    }

    .takeout_box a{
        background-color: transparent;
    }

    /* restaurant_map */
    .r_map_text {
        padding: 0;
    }

    .r_tel {
        margin: 0;
    }

    /* footer */
    .f_inner {
        margin: 0;
    }

    .f_logo {
        margin: 0;
    }

    .restaurant_info .info_box {
        margin: 0;
        padding: 0;
    }

    .info_box .c_address {
        margin: 0;
    }

    footer small {
        padding: 0;
    }

    /* 調整 */
    body {
        width: 100vw;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* hedaer */
    .bg_red {
        width: 100vw;
        height: 880px;
    }

    header {
        width: 100vw;
        height: 50%;
        box-sizing: border-box;
    }

    .main_v {
        height: 50%;
    }

    .main_v img {
        max-width: 100%;
        object-fit: cover;
    }

    /* main_nav */
    .main_nav {
        position: fixed;
        z-index: 200000;
        top: -150%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #f7f2e8;
        transition: all 0.8s;
    }

    .main_nav.panelactive {
        top: 0;
    }

    .main_nav ul {
        position: absolute;
        z-index: 200000;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
    }

    /*リストのレイアウト設定*/
    .main_nav li {
        height:90px;
        list-style: none;
        text-align: center;
    }

    .main_nav li a {
        color: #514d43;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .main_nav .home{
        height:90px;
        position: absolute;
        z-index: 200000;
        top: -110%;
        left: 43%;
    }

    /*ボタン*/
    .h_btn {
        position: fixed;
        z-index: 300000;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        display: block;
    }

    /*×に変化*/
    .h_btn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #e2471d;
        width: 45%;
    }

    .h_btn span:nth-of-type(1) {
        top: 15px;
    }

    .h_btn span:nth-of-type(2) {
        top: 23px;
    }

    .h_btn span:nth-of-type(3) {
        top: 31px;
    }

    .h_btn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .h_btn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .h_btn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* main */
    main {
        width: 100%;
    }

    .main_inner {
        width: 100%;
        padding-bottom:200px;
    }

    /* intro_text */
    .intro_text {
        padding: 70px 45px 0;
        box-sizing: border-box;
    }

    .circle {
        position: static;
        margin-bottom: 2px;

        box-sizing: border-box;
    }

    .intro_text .tate_p {
        width: 100%;
        writing-mode: horizontal-tb;
        font-size: 0.8125rem;
        text-align: center;
        line-height: 50px;
        padding: 35px 0 110px 0;
    }

    /* otoriyose */
    .otoriyose_bg {
        width: 100%;
    }

    .otoriyose {
        width: 100%;
        padding: 70px 45px;
        box-sizing: border-box;
    }

    .otoriyose h2 {
        padding-bottom: 35px;
        box-sizing: border-box;
    }

    .otoriyose_text {
        font-size: 0.8125rem;
    }


    .otoriyose_box a img {
        padding: 35px 0 5px 0;
    }

    .otoriyose_box p {
        font-size: 0.8125rem;
    }

    .otoriyose_btn {
        width: 100%;
        margin: 0 auto;
    }

    .otoriyose_btn a {
        border-radius: 35px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 50px;
        border: 2px solid #514d43;
    }

    /* takeout */
    .takeout {
        width: 100%;
        padding: 70px 45px 140px;
        box-sizing: border-box;
    }

    .takeout h2 {
        padding-bottom: 35px;
        box-sizing: border-box;
    }

    .takeout_text {
        font-size: 0.8125rem;
    }

    .takeout_box {
        padding-bottom: 115px;
    }

    .takeout_box img {
        padding: 35px 0 5px 0;
    }

    .takeout_box p {
        font-size: 0.8125rem;
    }

    /* .restaurant_map */
    .restaurant_map {
        width: 100%;
        padding-bottom: 230px;
    }

    .r_map_text {
        width: 100%;
        padding-bottom: 35px;
    }

    .r_address {
        padding: 10px 0;
    }

    .r_address,
    .r_tel {
        font-size: 0.875rem;
    }

    .r_tel {
        padding-bottom: 30px;
    }

    .r_about_btn {
        width: 100%;
        margin: 0 auto;
    }

    .r_about_btn a {
        font-size: 1.25rem;
        padding: 20px 0;
    }

    .r_map {
        width: 100%;
        position: relative;
        padding-top: 100%;
    }

    .r_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* footer */

    /* f_slider */
    .f_slide {
        max-width: 100%;
    }

    .f_slide_box {
        max-width: 100%;
    }

    .f_slide_box .slide_l_btn {
        left: 40px;
    }

    .f_slide_box .slide_r_btn {
        right: 40px;
    }

    /* f_inner */
    .f_inner {
        width: 100%;
    }

    .restaurant_info {
        flex-direction: column;
        padding: 25px 0px 0px 35px;
        box-sizing: border-box;
    }

    .info_box p {
        padding-bottom: 5px;
    }

    .info_box .c_address {
        padding-left: 26px;
    }

    .f_logo .pc {
        display: none !important;
    }

    .f_logo .sp {
        display: block !important;
        width: 250px;
        padding-bottom: 10px;
    }

    footer small {
        width: 100%;
        padding: 120px 0 130px;
        box-sizing: border-box;
    }

    /* スマホ用予約ボタン */
    .footer_area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-color: rgba(204, 168, 102, 0.8);
        z-index: 10000;
        display: none;
    }

    .footer_area .footer_area_inner {
        position: relative;
        width: 80%;
        margin: 0px auto;
        padding: 30px 0;
        text-align: center;
    }

    .footer_area .footer_area_inner .f_yoyaku_btn {
        width: 85%;
        padding: 15px 0;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.3;

    }

    .f_yoyaku_btn {
        color: #f7f2e8;
        background-color: #675831;
        border-radius: 50px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 80%;
        padding: 5px 0;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .f_yoyaku_btn:link,
    .inquiry_btn:visited {
        color: #FFFFFF !important;
    }

}