@charset "utf-8";

/** ▼▼▼▼▼▼▼▼▼▼ farstview ▼▼▼▼▼▼▼▼▼▼ **/
#farstview {
    display: flex;
    /**align-items: center;
    justify-content: center;**/
    width: 100%;
    /**height: 600px;**/
    /**margin: 200px 0 0 0;**/
    margin: 0;
    background: url(../mangetu_images/bg_farst_01.png) no-repeat center center / cover;
}

#farstview ul.farstview_iner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1315px;
    height: 80vh;
    /**height: 600px;**/
    margin: 0 auto;
    padding: 0;
    background: url(../mangetu_images/bg_farst_02.png) no-repeat top 40px right / 478px;
    list-style: none;
}
/**
#farstview ul.farstview_iner li {
    width: 1000px;
}
**/

#farstview ul.farstview_iner li h2 {
    font-size: 3.12em;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.06em;
    writing-mode: vertical-rl;
    color: #FFFFFF;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
}
/** ▲▲▲▲▲▲▲▲▲▲ farstview ▲▲▲▲▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼▼▼▼▼ about ▼▼▼▼▼▼▼▼▼▼ **/
#about {
    background: url(../mangetu_images/bg_about.png) no-repeat bottom 0 center / 1630px;
}

#about h2 {
    position: absolute;
    top: 0;
    right: 60px;
    /**display: block;**/
    /**transition: .3s;**/
    /**transform: scale(1);**/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 150px;
    padding: 15px 0 0 0;
    /**list-style: none;**/
    clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
    background: #B5452C;

    z-index: 900;
}

#about h2 img {
    max-width: 20px;
}

#about ul.about_inner01 {
    display: flex;
    justify-content: space-between;
    width: 1130px;
    margin: 70px auto 0 auto;
}

#about ul li img {
    width: 100%;
}

#about ul.about_inner01 li:nth-child(1) {
    width: 480px;
    line-height: 0;
}

#about ul.about_inner01 li:nth-child(2) {
    position: relative;
    width: 610px;
    padding: 20px 0 0 0;
}

#about ul.about_inner01 li:nth-child(2) p {
    margin: 30px 0 0 0;
}

#about ul.about_inner02 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 1130px;
    margin: -50px auto 0 auto;
    z-index: 10;
}

#about ul.about_inner02 li {
    width: 840px;
    line-height: 0;
}
/** ▲▲▲▲▲▲▲▲▲▲ about ▲▲▲▲▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼▼▼▼▼ menu ▼▼▼▼▼▼▼▼▼▼ **/
#menu {
    position: relative;
    margin: -71px 0 0 0;
    padding: 150px 0;
    background: #F3EACB url(../mangetu_images/bg_menu.png) no-repeat bottom 0 center / 1440px;
}

#menu .top_wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: url(../mangetu_images/bg_top.png) no-repeat top 0 center / 2909px;
}

#menu .bottom_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../mangetu_images/bg_down.png) no-repeat bottom 0 center / 2909px;
}

#menu ul.menu_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

#menu ul.menu_inner li:nth-child(1) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
}

#menu ul.menu_inner li:nth-child(1) h2 {
    /**position: absolute;
    top: 0;
    right: 60px;**/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 180px;
    padding: 15px 0 0 0;
    /**list-style: none;**/
    clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
    background: #B5452C;
    /**z-index: 900;**/
}

#menu h2 img {
    max-width: 20px;
}

#menu ul.menu_inner li:nth-child(1) h3 {
    margin: 35px 0 0 0;
    line-height: 100%;
    writing-mode: vertical-rl;
}

#menu ul.menu_inner li:nth-child(2) {
    display: flex;
    align-items: flex-start;
    /**justify-content: space-between;**/
    flex-wrap: wrap;
    width: 905px;
}

#menu ul.menu_inner li:nth-child(2) ul.food {
    display: flex;
    flex-wrap: wrap;
    width: 390px;
    margin: 0 30px 35px 0;
}

#menu ul.menu_inner li:nth-child(2) ul.food li {
    width: 100%;
}

#menu ul.menu_inner li:nth-child(2) ul.food li:nth-child(3) {
    font-size: 0.87em;
}

#menu ul.menu_inner li:nth-child(2) ul.food li img {
    width: 100%;
    height: auto;
}

#menu ul.menu_inner li:nth-child(2) ul.food li h4 {
    margin: 15px 0 10px 0;
}

#menu ul.menu_inner li:nth-child(2) ul.drink {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 890px;
    margin: 60px 0 0 0;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li img {
    width: 100%;
    height: auto;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    width: 530px;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) h3 {
    margin: 0;
    line-height: 200%;
    writing-mode: initial;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) p {
    margin: 40px 0 0 0;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0 0 0;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price li {
    width: auto;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price li:nth-child(odd) {
    font-size: 1.12em;
    font-weight: 700;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price li:nth-child(even) {
    text-align: right;
    text-align-last: justify;
}

#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(2) {
    width: 300px;
}
/** ▲▲▲▲▲▲▲▲▲▲ menu ▲▲▲▲▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼▼▼▼▼ shop ▼▼▼▼▼▼▼▼▼▼ **/
#shop {
    position: relative;
    padding: 90px 0 70px 0;
    background: url(../mangetu_images/bg_shop.png) no-repeat bottom 0 center / 1500px;
}

#shop .bottom_wave02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../mangetu_images/bg_down02.png) no-repeat bottom 0 center / 2909px;
}

#shop ul.shop_inner-01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}

#shop ul.shop_inner-01 li img {
    width: 100%;
    height: auto;
}

#shop ul.shop_inner-01 li:nth-child(1) {
    width: 480px;
}

#shop ul.shop_inner-01 li:nth-child(2) {
    position: relative;
    width: 620px;
}

#shop ul.shop_inner-01 li:nth-child(2) h2 {
    position: absolute;
    top: 0;
    right: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 150px;
    padding: 15px 0 0 0;
    /**list-style: none;**/
    clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
    background: #B5452C;
    /**z-index: 900;**/
}

#shop ul.shop_inner-01 li:nth-child(2) h2 img {
    max-width: 20px;
}

#shop ul.shop_inner-01 li:nth-child(2) h3 {
    margin: -10px 0 0 0;
}

#shop ul.shop_inner-01 li:nth-child(2) p {
    margin: 30px 0 0 0;
}

#shop ul.shop_inner-02 {
    display: flex;
    justify-content: space-between;
    width: 810px;
    margin: 60px auto 0 auto;
}

#shop ul.shop_inner-02 li {
    width: 390px;
}

#shop ul.shop_inner-02 li ul.room {
    display: flex;
    flex-wrap: wrap;
    width: 390px;
    margin: 0 30px 35px 0;
}

#shop ul.shop_inner-02 li ul.room li {
    width: 100%;
}

#shop ul.shop_inner-02 li ul.room li:nth-child(3) {
    font-size: 0.87em;
}

#shop ul.shop_inner-02 li ul.room li img {
    width: 100%;
    height: auto;
}

#shop ul.shop_inner-02 li ul.room li h4 {
    margin: 15px 0 10px 0;
}
/** ▲▲▲▲▲▲▲▲▲▲ shop ▲▲▲▲▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼▼▼▼▼ staff ▼▼▼▼▼▼▼▼▼▼ **/
#two_in_one {
    padding: 75px 0 90px 0;
    background: #F3EACB;
}

#two_in_one div#staff {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.87em;
    letter-spacing: 0.02em;
}

#two_in_one div#staff h2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 190px;
    padding: 15px 0 0 0;
    /**list-style: none;**/
    clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
    background: #B5452C;
    /**z-index: 900;**/
}

#two_in_one div#staff h2 img {
    max-width: 20px;
}

#two_in_one div#staff h3 {
    font-size: 1.71em;
    letter-spacing: 0.18em;
}

#two_in_one div#staff p {
    margin: 25px 0;
    letter-spacing: 0.18em;
}

#two_in_one ul.staff {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}

#two_in_one ul.staff li.cloud {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    height: 104px;
    margin: 0;
}

#two_in_one ul.staff li.cloud img {
    width: initial;
    border-radius: 0;
}

#two_in_one ul.staff li {
    width: 260px;
    margin: 0 15px;
    text-align: center;
}

#two_in_one ul.staff li:nth-child(3) {
    width: 290px;
    margin: 0;
    text-align: center;
}

#two_in_one ul.staff li img {
    width: 260px;
    height: auto;
    border-radius: 50%;
}

#two_in_one ul.staff li p {
    font-size: 0.87em;
    line-height: 192%;
}
/** ▲▲▲▲▲▲▲▲▲▲ staff ▲▲▲▲▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼▼▼▼▼ review ▼▼▼▼▼▼▼▼▼▼ **/
#two_in_one div#review {
    position: relative;
    /**width: 1100px;**/
    width: 1000px;
    margin: 40px auto 0 auto;
	box-sizing: border-box;
    padding: 60px 40px;
    text-align: center;
    border-radius: 20px;
    background: #FFFFFF;
}

#two_in_one div#review h2 {
    position: absolute;
    top: 0;
    right: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 170px;
    padding: 15px 0 0 0;
    /**list-style: none;**/
    clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
    background: #B5452C;
    /**z-index: 900;**/
}

#two_in_one div#review h2 img {
    max-width: 20px;
}

/**#two_in_one div#review h3 {
    text-align: center;
}**/

#two_in_one div#review h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 105px;
    left: 50%;
    translate: -50% 0;
    /**bottom: -7px;**/
    width: 330px;
    height: 8px;
    border-radius: 4px;
    background: #D4AF37;
}

#two_in_one div#review p {
    margin: 30px 0 40px 0;
    /**padding: 0 0 250px 0;**/
}

#two_in_one div#review div.review_inner {
    position: relative;
    width: 100%;
}

#two_in_one div#review a {
    font-size: 0.75em;
    font-weight: 500;
    transition: .3s;
    color: #000000;
}

#two_in_one div#review a:hover {
    color: #666666;
}
/** ▲▲▲▲▲▲▲▲▲▲ review ▲▲▲▲▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼▼▼▼▼ access ▼▼▼▼▼▼▼▼▼▼ **/
#access {
}

#access ul.access_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 600px;
}

#access ul li {
    width: 50%;
}

#access ul li:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}

#access ul li:nth-child(1) div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
}

#access ul li:nth-child(1) div h2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 190px;
    padding: 15px 0 0 0;
    /**list-style: none;**/
    clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
    background: #B5452C;
    /**z-index: 900;**/
}

#access ul li:nth-child(1) div h2 img {
    max-width: 20px;
}

#access ul li:nth-child(1) div h3 {
    width: 265px;
    height: 169px;
}

#access ul li:nth-child(1) div h3 img {
    width: 100%;
    height: auto;
}

#access ul li:nth-child(1) div span {
    font-size: 1.06em;
    letter-spacing: 0.12em;
    line-height: 100%;
    margin: 50px 0 0 0;
}

#access ul li:nth-child(1) div ul.address {
    display: flex;
    justify-content: center;
    width: 440px;
    margin: 10px 0 0 0;
}

#access ul li:nth-child(1) div ul.address li {
    letter-spacing: 0.1em;
}

#access ul li:nth-child(1) div ul.address li:nth-child(1) {
    width: 25%;
}

#access ul li:nth-child(1) div ul.address li:nth-child(2) {
    width: 75%;
}

/** _/_/_/_/ about _/_/_/_/ **/
#access ul li:nth-child(1) div ul.access_about {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 288px;
    height: 136px;
    margin: 30px 0 0 0;
    padding: 0;
}
#access ul li:nth-child(1) div ul.access_about li {
    width: 100%;
}
  
#access ul li:nth-child(1) div ul.access_about li a.tel {
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 2.12em;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    letter-spacing: 0.02em;
    line-height: 100%;
    color: #000000;
}
  
#access ul li:nth-child(1) div ul.access_about li a.tel:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background: #D4AF37 url(../mangetu_images/icn_tel.svg) no-repeat center center;
}
  
#access ul li:nth-child(1) div ul.access_about li a.ask {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #B5452C;
    font-weight: 700;
    color: #FFFFFF;
    transition: .3s;
}
  
#access ul li:nth-child(1) div ul.access_about a.ask:hover {
    background: #993322;
    color: #FFFFFF;
}
  
#access ul li:nth-child(1) div ul.access_about li:nth-child(2) {
    padding: 0 0 0 50px;
    font-size: 0.75em;
    line-height: 160%;
}
/** _/_/_/_/ about _/_/_/_/ **/
/** ▲▲▲▲▲▲▲▲▲▲ access ▲▲▲▲▲▲▲▲▲▲ **/



@media (max-width: 750px) {
    /** ▼▼▼▼▼▼▼▼▼▼ farstview ▼▼▼▼▼▼▼▼▼▼ **/
    #farstview {
        /**display: flex;**/
        /**align-items: center;
        justify-content: center;**/
        /**width: 100%;**/
        /**height: 600px;**/
        /**margin: 200px 0 0 0;**/
        /**margin: 0;**/
        background: url(../mangetu_images/bg_farst_01sp.png) no-repeat center center / cover;
    }

    #farstview ul.farstview_iner {
        /**display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
        list-style: none;**/
        width: 100%;
        height: 100vh;
        background: url(../mangetu_images/bg_farst_02.png) no-repeat bottom 60px left -30px / 300px;
    }
    /**
    #farstview ul.farstview_iner li {
        width: 1000px;
    }
    **/

    #farstview ul.farstview_iner li h2 {
        position: absolute;
        top: 130px;
        left: 50%;
        translate: -50% 0;
        font-size: 2.9em;
        /**font-weight: 700;
        line-height: 160%;
        letter-spacing: 0.06em;
        writing-mode: vertical-rl;
        color: #FFFFFF;
        text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);**/
    }
    /** ▲▲▲▲▲▲▲▲▲▲ farstview ▲▲▲▲▲▲▲▲▲▲ **/

    /** ▼▼▼▼▼▼▼▼▼▼ about ▼▼▼▼▼▼▼▼▼▼ **/
    #about {
        position: relative;
        padding: 0 0 100px 0;
        background: url(../mangetu_images/bg_about-sp01.png) no-repeat bottom 280px center / 420px;
    }

    #about .bottom_wave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 83px;
        background: url(../mangetu_images/bg_about-sp02.png) no-repeat bottom 20px center / 495px;
    }

    #about h2 {
        /**position: absolute;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 40px;
        padding: 15px 0 0 0;
        clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
        background: #B5452C;
        z-index: 900;**/
        top: 20px;
        right: 0;
        height: 120px;
    }

    /**#about h2 img {
        max-width: 20px;
    }**/

    #about ul.about_inner01 {
        /**display: flex;**/
        /**justify-content: space-between;**/
        flex-direction: column;
        width: 90%;
        margin: 20px auto 0 auto;
    }

    /**#about ul li img {
        width: 100%;
    }**/

    #about ul.about_inner01 li:nth-child(1) {
        width: 100%;
        /**line-height: 0;**/
    }

    #about ul.about_inner01 li:nth-child(2) {
        /**position: relative;**/
        width: 100%;
        /**padding: 20px 0 0 0;**/
    }

    #about ul.about_inner01 li:nth-child(2) p {
        margin: 15px 0 0 0;
    }

    #about ul.about_inner02 {
        /**position: relative;
        display: flex;
        justify-content: flex-end;
        z-index: 10;**/
        width: 90%;
        margin: 50px auto 0 auto;
    }

    #about ul.about_inner02 li {
        width: 100%;
        /**line-height: 0;**/
    }
    /** ▲▲▲▲▲▲▲▲▲▲ about ▲▲▲▲▲▲▲▲▲▲ **/

    /** ▼▼▼▼▼▼▼▼▼▼ menu ▼▼▼▼▼▼▼▼▼▼ **/
    #menu {
        /**position: relative;**/
        background: #F3EACB url(../mangetu_images/bg_menu.png) no-repeat bottom 0 right -30px / 720px;
        margin: 0;
        padding: 10px 0 140px 0;
    }

    #menu .top_wave {
        /**position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;**/
        background: url(../mangetu_images/bg_top.png) no-repeat top 0 center / 1455px;
    }

    #menu .bottom_wave {
        /**position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 34px;**/
        background: url(../mangetu_images/bg_down.png) no-repeat bottom 0 center / 1455px;
    }

    #menu ul.menu_inner {
        /**display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto;**/
        position: relative;
        flex-direction: column;
        width: 90%;
    }

    #menu ul.menu_inner li:nth-child(1) {
        /**display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;**/
        width: 100%;
    }

    #menu ul.menu_inner li:nth-child(1) h2 {
        position: absolute;
        top: -80px;
        right: 0;
        height: 160px;
        z-index: 10;
        /**display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 40px;
        padding: 15px 0 0 0;
        clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
        background: #B5452C;**/
    }

    /**#menu h2 img {
        max-width: 20px;
    }**/

    #menu ul.menu_inner li:nth-child(1) h3 {
        /**margin: 35px 0 0 0;
        line-height: 100%;**/
        writing-mode: initial;
        width: 100%;
    }

    #menu ul.menu_inner li:nth-child(2) {
        /**display: flex;
        align-items: flex-start;
        flex-wrap: wrap;**/
        width: 100%;
        margin: 30px 0 0 0;
    }

    #menu ul.menu_inner li:nth-child(2) ul.food {
        /**display: flex;
        flex-wrap: wrap;**/
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 35px 0;
    }

    #menu ul.menu_inner li:nth-child(2) ul.food li {
        width: 54%;
    }

    #menu ul.menu_inner li:nth-child(2) ul.food li:nth-child(2) {
        width: 42%;
        margin: 0;
    }

    #menu ul.menu_inner li:nth-child(2) ul.food li:nth-child(3) {
        /**font-size: 0.87em;**/
        width: 100%;
        margin: 10px 0 0 0;
    }

    /**#menu ul.menu_inner li:nth-child(2) ul.food li img {
        width: 100%;
        height: auto;
    }**/

    #menu ul.menu_inner li:nth-child(2) ul.food li h4 {
        margin: 0;
    }

    #menu ul.menu_inner li:nth-child(2) ul.drink {
        /**display: flex;
        align-items: flex-start;
        justify-content: space-between;**/
        flex-direction: column;
        width: 100%;
        margin: 20px 0 0 0;
    }

    /**#menu ul.menu_inner li:nth-child(2) ul.drink li img {
        width: 100%;
        height: auto;
    }**/

    #menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) {
        /**display: flex;
        justify-content: flex-start;**/
        width: 100%;
    }

    /**#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) h3 {
        margin: 0;
        line-height: 200%;
        writing-mode: initial;
    }**/

    #menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) p {
        margin: 20px 0;
    }

    #menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price {
        /**display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;**/
        margin: 20px 0 0 0;
    }

    /**#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price li {
        width: auto;
    }**/

    /**#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price li:nth-child(odd) {
        font-size: 1.12em;
        font-weight: 700;
    }**/

    #menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(1) ul.price li:nth-child(even) {
        /**text-align: right;
        text-align-last: justify;**/
        margin: 0;
    }

    /**#menu ul.menu_inner li:nth-child(2) ul.drink li:nth-child(2) {
        width: 300px;
    }**/
    /** ▲▲▲▲▲▲▲▲▲▲ menu ▲▲▲▲▲▲▲▲▲▲ **/

    /** ▼▼▼▼▼▼▼▼▼▼ shop ▼▼▼▼▼▼▼▼▼▼ **/
    #shop {
        position: relative;
        padding: 60px 0 30px 0;
        background: url(../mangetu_images/bg_shop.png) no-repeat bottom 0 center / 1500px;
    }

    #shop .bottom_wave02 {
        /**position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 34px;**/
        background: url(../mangetu_images/bg_down02.png) no-repeat bottom 0 center / 1455px;
    }

    #shop ul.shop_inner-01 {
        /**display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto;**/
        position: relative;
        flex-direction: column;
        width: 90%;
    }

    /**#shop ul.shop_inner-01 li img {
        width: 100%;
        height: auto;
    }**/

    #shop ul.shop_inner-01 li:nth-child(1) {
        width: 75%;
    }

    #shop ul.shop_inner-01 li:nth-child(2) {
        position: initial;
        width: 100%;
    }

    #shop ul.shop_inner-01 li:nth-child(2) h2 {
        /**position: absolute;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 40px;
        padding: 15px 0 0 0;
        clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
        background: #B5452C;**/
        right: 0;
        height: 130px;
    }

    /**#shop ul.shop_inner-01 li:nth-child(2) h2 img {
        max-width: 20px;
    }**/

    #shop ul.shop_inner-01 li:nth-child(2) h3 {
        margin: 10px 0 0 0;
    }

    #shop ul.shop_inner-01 li:nth-child(2) p {
        margin: 10px 0 0 0;
    }

    #shop ul.shop_inner-02 {
        /**display: flex;
        justify-content: space-between;**/
        flex-direction: column;
        width: 80%;
        margin: 40px auto 0 auto;
    }

    #shop ul.shop_inner-02 li {
        width: 100%;
    }

    #shop ul.shop_inner-02 li ul.room {
        /**display: flex;
        flex-wrap: wrap;**/
        width: 100%;
        margin: 0 0 40px 0;
    }

    /**#shop ul.shop_inner-02 li ul.room li {
        width: 100%;
    }**/

    /**#shop ul.shop_inner-02 li ul.room li:nth-child(3) {
        font-size: 0.87em;
    }**/

    /**#shop ul.shop_inner-02 li ul.room li img {
        width: 100%;
        height: auto;
    }**/

    #shop ul.shop_inner-02 li ul.room li h4 {
        margin: 5px 0 0 0;
    }
    /** ▲▲▲▲▲▲▲▲▲▲ shop ▲▲▲▲▲▲▲▲▲▲ **/

    /** ▼▼▼▼▼▼▼▼▼▼ staff ▼▼▼▼▼▼▼▼▼▼ **/
    /**#two_in_one {
        padding: 75px 0 90px 0;
        background: #F3EACB;
    }**/

    #two_in_one div#staff {
        /**position: relative;
        margin: 0 auto;
        text-align: center;
        font-size: 0.87em;
        letter-spacing: 0.02em;**/
        width: 90%;
    }

    #two_in_one div#staff h2 {
        /**position: absolute;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 40px;
        padding: 15px 0 0 0;
        clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
        background: #B5452C;**/
        top: -15px;
        left: initial;
        right: 0;
        height: 160px;
    }

    /**#two_in_one div#staff h2 img {
        max-width: 20px;
    }**/

    /**#two_in_one div#staff h3 {
        font-size: 1.71em;
        letter-spacing: 0.18em;
    }**/

    /**#two_in_one div#staff p {
        margin: 25px 0;
        letter-spacing: 0.18em;
    }**/

    #two_in_one ul.staff {
        /**position: relative;
        display: flex;
        justify-content: center;
        margin: 50px 0 0 0;**/
        flex-direction: column;
        align-items: center;
    }

    /**#two_in_one ul.staff li.cloud {
        position: absolute;
        top: 170px;
        left: 0;
        width: 100%;
        height: 104px;
        margin: 0;
    }**/

    /**#two_in_one ul.staff li.cloud img {
        width: initial;
        border-radius: 0;
    }**/

    #two_in_one ul.staff li {
        /**text-align: center;**/
        position: relative;
        width: 100%;
        margin: 0 0 35px 0;
    }

    #two_in_one ul.staff li:nth-child(3) {
        width: 100%;
        /**margin: 0;
        text-align: center;**/
    }

    #two_in_one ul.staff li:nth-child(1) div {
        position: absolute;
        top: 215px;
        width: 100%;
        height: 59px;
        background: url(../mangetu_images/img_cloud-01.png) no-repeat top 0 center / 400px;
    }

    #two_in_one ul.staff li:nth-child(2) div {
        position: absolute;
        top: 190px;
        width: 100%;
        height: 40px;
        background: url(../mangetu_images/img_cloud-02.png) no-repeat top 0 left -20px / 390px;
    }

    #two_in_one ul.staff li:nth-child(3) div {
        position: absolute;
        top: 180px;
        width: 100%;
        height: 40px;
        background: url(../mangetu_images/img_cloud-03.png) no-repeat top 0 right -15px / 390px;
    }

    /**#two_in_one ul.staff li img {
        width: 260px;
        height: auto;
        border-radius: 50%;
    }**/

    /**#two_in_one ul.staff li p {
        font-size: 0.87em;
        line-height: 192%;
    }**/
    /** ▲▲▲▲▲▲▲▲▲▲ staff ▲▲▲▲▲▲▲▲▲▲ **/

    /** ▼▼▼▼▼▼▼▼▼▼ review ▼▼▼▼▼▼▼▼▼▼ **/
    #two_in_one div#review {
        /**position: relative;
        margin: 40px auto 0 auto;
        padding: 60px 0;
        text-align: center;
        border-radius: 20px;
        background: #FFFFFF;**/
        width: 90%;
    }

    #two_in_one div#review h2 {
        /**position: absolute;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 40px;
        padding: 15px 0 0 0;
        clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
        background: #B5452C;**/
        right: 20px;
        height: 130px;
    }

    /**#two_in_one div#review h2 img {
        max-width: 20px;
    }**/

    #two_in_one div#review  h3 {
        /**text-align: center;**/
        line-height: 160%;
    }

    #two_in_one div#review  h3:before {
        /**content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        translate: -50% 0;
        height: 8px;
        border-radius: 4px;
        background: #D4AF37;**/
        width: 200px;
        top: 120px;
    }

    #two_in_one div#review  p {
        width: 90%;
        margin: 30px auto 0 auto;
    }

    #two_in_one div#review div.review_inner {}
    /** ▲▲▲▲▲▲▲▲▲▲ review ▲▲▲▲▲▲▲▲▲▲ **/

    /** ▼▼▼▼▼▼▼▼▼▼ access ▼▼▼▼▼▼▼▼▼▼ **/
    #access {
    }

    #access ul.access_inner {
        /**display: flex;
        justify-content: center;
        width: 100%;**/
        flex-direction: column;
        height: initial;
    }

    #access ul.access_inner li {
        width: 100%;
    }

    /**#access ul.access_inner li:nth-child(1) {
        display: flex;
        justify-content: flex-end;
    }**/

    #access ul.access_inner li:nth-child(1) div {
        /**position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;**/
        width: 100%;
        margin: 30px 0 50px 0;
    }

    #access ul.access_inner li:nth-child(1) div h2 {
        /**position: absolute;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 40px;
        padding: 15px 0 0 0;
        clip-path: polygon(0 0,100% 0,100% 93%,50% 100%,0 93%);
        background: #B5452C;**/
        top: -30px;
        left: initial;
        right: 5%;
        height: 160px;
    }

    /**#access ul.access_inner li:nth-child(1) div h2 img {
        max-width: 20px;
    }**/

    #access ul.access_inner li:nth-child(1) div h3 {
        width: 100%;
        height: auto;
        text-align: center;
    }

    #access ul.access_inner li:nth-child(1) div h3 img {
        width: 55%;
        height: auto;
    }

    /**#access ul.access_inner li:nth-child(1) div span {
        font-size: 1.06em;
        letter-spacing: 0.12em;
        line-height: 100%;
        margin: 50px 0 0 0;
    }**/

    #access ul.access_inner li:nth-child(1) div ul.address {
        /**display: flex;
        justify-content: center;
        margin: 20px 0 0 0;**/
        width: 100%;
    }

    /**#access ul.access_inner li:nth-child(1) div ul.address li:nth-child(1) {
        width: 25%;
    }**/

    #access ul.access_inner li:nth-child(1) div ul.address li:nth-child(2) {
        /**width: 75%;**/
        height: auto;
    }

    /** _/_/_/_/ about _/_/_/_/ **/
    #access ul.access_inner li:nth-child(1) div ul.access_about {
        /**display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 288px;
        margin: 30px 0 0 0;
        padding: 0;**/
        height: auto;
    }

    #access ul.access_inner li:nth-child(1) div ul.access_about li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /**#access ul.access_inner li:nth-child(1) div ul.access_about li a.tel {
        display: flex;
        align-items: center;
        font-family: "Roboto", sans-serif;
        font-size: 2.12em;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        letter-spacing: 0.02em;
        line-height: 100%;
        color: #000000;
    }**/

    /**#access ul.access_inner li:nth-child(1) div ul.access_about li a.tel:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
        border-radius: 50%;
        background: #D4AF37 url(../mangetu_images/icn_tel.svg) no-repeat center center;
    }**/

    /**#access ul.access_inner li:nth-child(1) div ul.access_about li a.ask {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background: #B5452C;
        font-weight: 700;
        color: #FFFFFF;
        transition: .3s;
    }

    #access ul.access_inner li:nth-child(1) div ul.access_about a.ask:hover {
        background: #FFFFFF;
        color: #B5452C;
    }**/

    #access ul.access_inner li:nth-child(1) div ul.access_about li:nth-child(2) {
        height: auto;
        padding: 0;
        margin: 5px 0 20px 20px;
        font-size: 0.75em;
        line-height: 160%;
    }
    /** _/_/_/_/ about _/_/_/_/ **/

    #access ul.access_inner li:nth-child(2) {
        height: 625px;
    }
    /** ▲▲▲▲▲▲▲▲▲▲ access ▲▲▲▲▲▲▲▲▲▲ **/
}