@charset "UTF-8";
@import url("cova-base.css");
.underline {
    border-bottom: 3px solid #000;
    padding-bottom: 0.5rem;
}


/*ヘッダー
-------------------------------------*/

.head {
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 {
    padding: 1rem 0;
}

.telbox {
    margin-left: auto;
    font-size: 3.0rem;
    font-size: 2rem;
    padding: 1rem 0 0 0;
}


/*メイン画像
-------------------------------------*/

.mainimg img {
    width: 100vw;
}


/*メインコンテンツ
-------------------------------------*/

main {
    margin: 0rem 0 0rem 0;
}


/* ------------------------------
価格表
--------------------------------- */

dl.price {
    overflow: hidden;
    /*float解除*/
    list-style: none;
    width: 60%;
    /*とりあえず親要素の幅いっぱい(任意)*/
    color: #fff;
    margin-right: auto;
    margin-left: auto;
}

dl.price dt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    /*float解除*/
    font-size: 1.2em;
    float: left;
    /*左フロート*/
    width: 100%;
    /*dl要素の全体幅*/
    margin-top: 0.5em;
    padding-right: 6em;
    /*右パディングで値段の横幅分だけ短く*/
}

dl.price dt.description {
    /*品目の説明*/
    font-size: 1em;
    padding-right: 0;
    /*dl要素の全体幅めいっぱい使う*/
    border-bottom: #fff dashed 1px;
    padding-bottom: 0.5em;
}

dl.price dd {
    float: right;
    /*右フロート*/
    width: 6em;
    /*値段の幅*/
    margin-left: -6em;
    /*ネガティブマージンで幅を取る*/
    text-align: right;
    /*右詰めテキスト*/
    margin-top: 0.6em;
}


/*フッター
-------------------------------------*/

footer {
    background-color: #f7f7f7;
    padding: 5rem 0 5rem 0;
}

footer h5 {
    border-bottom: 3px solid #ccc;
}

.accessmap {}

.accessmap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

iframe {
    border: 0;
}


/* ------------------------------
TOP PAGE
--------------------------------- */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.wrap {
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;
}

.covid19 {
    width: 550px;
    border: 4px double #ddd;
    padding: 2em;
    font-family: "Sawarabi Mincho";
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5rem auto 5rem auto;
}

.covid19 h3 {
    font-size: 2.5rem;
    text-align: center;
}

.covid19 p {
    text-align: center;
}

.covid19 ul {
    margin: 0 auto 0 auto;
}

#sec01 {
    background-image: url("../img/yakitori_image01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 404px;
}

p.concept {
    padding-top: 30px;
    text-align: center;
    font-size: 4rem;
    color: #fff;
    font-family: "Sawarabi Mincho";
}

.introduction_wrap {
    background-image: url("../img/introduction_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 650px;
}

.introduction {
    padding: 60px 30px;
    float: right;
}

.introduction p {
    height: 550px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    font-size: 2.5rem;
    line-height: 5rem;
    letter-spacing: 1rem;
    color: #fff;
    display: inline-block;
    font-family: "Yu Mincho";
}

.intro_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_image p {
    text-align: center;
}


/* 新着情報 */

.news h2 {
    border-bottom: 3px solid #000;
    padding-bottom: 0.5rem;
    color: #333;
    font-size: 3rem;
}

.news li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
    color: #333;
}


/* 姉妹店 */

.sister h2 {
    color: #333;
    font-size: 3rem;
    text-align: center;
    font-family: "Sawarabi Gothic";
}

.sister p {
    text-align: center;
}


/* ------------------------------
FOOD MENU
--------------------------------- */

.foodmenu, .party, .drink h2 {
    color: #c9171e;
}

.foodmenu h3 {
    margin-bottom: 0;
    color: #ffcc00;
    font-size: 2.8rem;
}

.foodmenu p {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-align: left;
    color: #fff;
}

.foodmenu p.yakiton_image {
    text-align: center;
}

.foodmenu span {
    display: block;
    text-align: right;
    font-size: 2rem;
    color: #fff;
}

.foodmenu, .party ul {
    list-style: none;
    text-align: left;
    color: #fff;
}

.foodmenu, .party ul li {
    padding-left: 25px;
    line-height: 2.5rem;
    background: url(../img/ecalic021_008.png) left 0px top 6px no-repeat;
    background-size: 11px auto;
    font-size: 1.8rem;
}

.recommend {
    margin-top: 30px;
}

.recommend h3 {
    font-size: 2.3rem;
    text-align: center;
}

.recommend p {
    margin-top: 1rem;
    font-size: 1.8rem;
}


/*DRINK MENU
-----------------------------------*/

.drink h3 {
    text-align: center;
}


/*PARTY
-----------------------------------*/

.party h3 {
    padding-top: 15px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
}

.party p {
    color: #fff;
}

.selling {
    display: flex;
    height: 150px;
    margin: 10px;
    padding: 5px;
    background-color: #7b6c3e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.selling p {
    color: #fff;
    font-size: 2rem;
}

.selling span {
    font-size: 1.5rem;
}