@charset "utf-8";

.main {
    padding-top: 70px;
}

.nav__menu {
    padding-top: 50px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nav__menu li {
    display: inline-block;
    padding: 10px 15px;
    border-right: 1px solid #6b4545;
    color: #ea6332;
    font-size: 16px;
}
.nav__menu li:last-child {
    border-right: none
}
.nav__menu li a {
    color: #6b4545;
}
.nav__menu li a:after {
    padding-left: 5px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
}
@media screen and (max-width:900px){
.nav__menu li {
    font-size: 13px;
}
}
.main__txt--attn {
    margin-top: 20px;
    color: #6b4545;
    text-align: center;
}
h2.menu__ttl--main {
    padding: 10px 0 20px;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
h2.menu__ttl--main:before, h2.menu__ttl--main:after {
    display: inline-block;
    margin: 0 10px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
}
#special h2, #alacarte h2 {
    color: #ea6332;
}
#special h2:before {
    width: 22px;
    height: 66px;
    background-image: url(../../img/menu_deco_01.png);
}
#special h2:after {
    width: 22px;
    height: 66px;
    background-image: url(../../img/menu_deco_02.png);
}
#famous h2, #drink h2 {
    color: #397c91;
}
#famous h2:before, #famous h2:after {
    width: 80px;
    height: 20px;
    background-image: url(../../img/menu_deco_03.png);
}
#course h2, #enkai h2 {
    color: #579750;
}
#course h2:before, #enkai h2:before {
    width: 20px;
    height: 66px;
    background-image: url(../../img/menu_deco_04.png);
}
#course h2:after, #enkai h2:after {
    width: 20px;
    height: 66px;
    background-image: url(../../img/menu_deco_05.png);
}
#alacarte h2:before, #alacarte h2:after {
    width: 80px;
    height: 13px;
    background-image: url(../../img/menu_deco_06.png);
}
#drink h2:before, #drink h2:after {
    width: 80px;
    height: 20px;
    background-image: url(../../img/menu_deco_07.png);
}
h3 {
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}
h3 span {
    padding-left: 10px;
    font-size: 0.8em;
}
h3.menu__ttl--sub {
    padding-top: 50px;
}
#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: 90vw;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 30px 0 20px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #6B4545;
}
.menu-wrapper:last-child {
	margin-bottom: 50px;
}
.menu__txt {
    margin: 0 10px;
    padding: 10px 0;
    background: #dee9c4;
    color: #579750;
    line-height: 1.5;
    text-align: center;
}
.menu-container {
    display: flex;
    justify-content: space-between;
}
.menu-container img {
    max-width: 100%;
    width: 50%;
    height: auto;
	object-fit: contain;
    padding: 10px;
}
.menu__content {
    padding: 10px;
    width: 50%;
}
.menu__content ul {
    padding: 10px 0 0 10px;
}
.menu__list--first {
    line-height: 3;
}
.menu__list--second {
    line-height: 1.5;
}
.menu__list--third table {
    width: 100%;
    margin: 10px 0 0 10px;
    line-height: 1.5;
}
.menu__list--third table tr td:first-child {
    width: 248px;
}
.menu__list--third table tr td:first-child, .menu__list--first li, .menu__list--second li {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width:900px){
.menu__list--third table tr td:first-child {
    width: 20vw;
  }
}
.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: 10px 0 0;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}
.menu__price span {
	font-size: .8em;
}
.menu__txt--caution {
    color: #f00;
}
.menu__txt--caution-drink {
	padding: 10px 10px 0 20px;
	color: #397c91;
}
.menu__txt--caution-drink p {
	padding-bottom: 8px;
    font-weight: 700;
}
.menu__txt--caution-drink ul {
    font-size: 12px;
}