@charset "utf-8";

.main {
    width: 96vw;
    margin: 0 auto;
    padding: 13vw 0 5vw;
}

.nav__menu {
    margin-top: 6vw;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nav__menu li {
    display: inline-block;
    position: relative;
    margin: 2.5vw 0;
    padding: 2.5vw;
    border-right: 1px solid #6b4545;
    font-size: 3.7vw;
}
.nav__menu li:nth-child(2), .nav__menu li:nth-child(6) {
    border-right: none;
}
.nav__menu li a {
    color: #6b4545;
}
.nav__menu li a:after {
    display: block;
    content: '\f107';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    padding-top:3px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}
.main__txt--attn {
    width: 70vw;
    margin: 5vw auto 0;
    color: #6b4545;
    line-height: 1.5;
    font-size: 3.5vw;
    text-align: center;
}
h2.menu__ttl--main {
    padding: 5vw 0 3vw;
    font-weight: 700;
    font-size: 5.2vw;
    text-align: center;
}
h2.menu__ttl--main:before, h2.menu__ttl--main:after {
    display: inline-block;
    margin: 0 3px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
}
#special h2, #alacarte h2 {
    color: #ea6332;
}
#special h2:before {
    width: 16px;
    height: 40px;
    background-image: url(../../img/menu_deco_01.png);
}
#special h2:after {
    width: 16px;
    height: 40px;
    background-image: url(../../img/menu_deco_02.png);
}
#famous h2, #drink h2 {
    color: #397c91;
}
#famous h2:before, #famous h2:after {
    width: 14px;
    height: 10px;
    background-image: url(../../img/menu_deco_03.png);
    background-size: cover;
}
#course h2, #enkai h2 {
    color: #579750;
}
#course h2:before, #enkai h2:before {
    width: 12px;
    height: 40px;
    background-image: url(../../img/menu_deco_04.png);
}
#course h2:after, #enkai h2:after  {
    width: 12px;
    height: 40px;
    background-image: url(../../img/menu_deco_05.png);
}
#alacarte h2:before, #alacarte h2:after {
    width: 50px;
    height: 10px;
    background-image: url(../../img/menu_deco_06.png);
}
#drink h2:before, #drink h2:after {
    width: 42px;
    height: 10px;
    background-image: url(../../img/menu_deco_07.png);
}
h3 {
    padding: 1vw 2vw;
    font-weight: 700;
    font-size: 4.8vw;
}
h3 span {
    padding-left: 2vw;
    font-size: 0.7em;
}
h3.menu__ttl--sub {
    padding-top: 8vw;
    font-size: 5vw;
}
#special h3, #alacarte h3 {
    border-bottom: 2px solid #ea6332;
}
#famous h3, #drink h3 {
    border-bottom: 2px solid #397c91;
}
#course h3, #enkai h3 {
    border-bottom: 2px solid #579750;
}

.menu-wrapper {
    width: 94vw;
    margin: 10vw auto 0;
    padding-bottom: 3vw;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #6B4545;
}
.menu-wrapper:last-child {
	margin-bottom: 13vw;
}
.menu__txt {
    margin: 0 2vw 2vw;
    padding: 2vw;
    background: #dee9c4;
    color: #579750;
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: left;
}
.menu-container {
    padding: 0 2vw;
}
.menu-container img {
    width: 90vw;
	object-fit: contain;
}
.menu__content {
    padding-bottom: 5vw;
    font-size: 3.8vw;
}
.menu__content ul {
    padding: 1.5vw 0 0 2vw;
    line-height: 1.5;
}
.menu__list--third table {
    width: 100%;
    margin: 2vw 0 0 2vw;
    line-height: 1.5;
}
.menu__list--third table tr td:first-child {
    width: 55%;
}
.menu__list--third table tr td:first-child, .menu__list--first li, .menu__list--second li {
    padding-left: 1em;
    text-indent: -1em;
}
.menu__content li:before, .menu__list--third table tr td:first-child:before {
    display:  inline-block;
    position:  relative;
    top: -3px;
    width:  5px;
    height:  5px;
    margin-right: 8px;
    border-radius:  50%;
    background-color: #7d7d7d;
    content:  "";
}
.menu__icon--recommend {
    color: #FF0000;
}
.menu__price {
    padding: 2vw 0 0;
    font-weight: 700;
    font-size: 4vw;
    text-align: right;
}
.menu__price span {
	font-size: .8em;
}
.menu__txt--caution {
    color: #f00;
}
.menu__txt--caution-drink {
	padding: 0 2vw 2vw;
	color: #397c91;
}
.menu__txt--caution-drink p {
	padding-bottom: 5px;
    font-weight: 700;
}
.menu__txt--caution-drink ul {
    font-size: .8em;
}
.menu__txt--caution-drink ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3em;
}