@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* pagetitle */
/******************************************************/
#pagetitle {
    padding: 50px 0 44px;
}
#pagetitle.eatin {
    background: url(../images/eatin/eatin-mv-sp.jpg) no-repeat center center;
    background-size: cover;
}
#pagetitle.takeout {
    background: url(../images/takeout/takeout-mv-sp.jpg) no-repeat center center;
    background-size: cover;
}
#pagetitle h1 {
    color: #ffffff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
}
#pagetitle h1 img {
    height: 27px;
    width: auto;
    margin-bottom: 9px;
}


/******************************************************/
/* sidetab */
/******************************************************/
#sidetab {
    position: fixed;
    right: 0;
    top: 90px;
    z-index: 10000;
}
#sidetab ul {
    display: flex;
    flex-direction: column;
}
#sidetab li {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.08em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#sidetab li a {
    background: #d80c18;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 15px 12px 30px;
    margin-bottom: 5px;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#sidetab li a::after {
    content: "";
    background: url(../images/base/bot-white.png) no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -7px;
}
.alink {
position: relative;
top: -100px;
display: block;
}


/******************************************************/
/* sub base  */
/******************************************************/
#main {
    padding: 80px 0 0;
}
#main .inbox {
    text-align: justify;
}
.contents h2 {
    margin: 38px auto 20px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-align: center;
}
.contents h2 img {
    height: 25px;
    width: auto;
    margin-bottom: 9px;
}
.contents h3 {
    border-top: 4px solid #387d39;
    border-bottom: 4px solid #d80c18;
    padding: 7px 0 5px 0;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 28px auto 20px;
    background:#ffffff;
}
.contents ul.menu {
}
.contents ul.menu > li {
}
.contents ul.menu .img {
    display: block;
    margin-bottom: 18px;
}
.contents ul.menu .img img {
    width: 100%;
}
.contents ul.menu dt {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    background-size: 5px 1px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    padding-bottom: 8px;
    margin-bottom: 6px;
}
.contents ul.menu .description {
    font-size: 2.2rem;
    line-height: 1.65;
    margin-bottom: 5px;
}

.tax_included{
    font-size: 80%;
}

.contents ul.menu .price {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    background-size: 5px 1px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 2.4rem;
    font-weight: 600;
}
.contents ul.menu .price ul {
    display: flex;
    flex-wrap: wrap;
}
.contents ul.menu .price ul li {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    margin: 2px 0;
}
.contents ul.menu .price ul li:nth-last-of-type(n+2) {
    margin-right: 10px;
}
.contents ul.menu .price ul li img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: bottom;
}
.contents ul.menu .foodstuff li {
    font-size: 2rem;
    line-height: 1.35;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1px;
}
.contents ul.menu .set_contents li {
    font-size: 2rem;
    line-height: 1.35;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1px;
}
/* 1カラム用 */
.contents ul.menu.col1 > li > dl > dt {
    font-size: 3.2rem;
}
.contents ul.menu.col1 > li > dl > .price li {
    font-size: 2.6rem;
}
.contents ul.menu.col1 > li > dl > .description {
    font-size: 2.3rem;
    line-height: 1.6;
}
.contents ul.menu.col1 > li > dl > .foodstuff li,
.contents ul.menu.col1 > li > dl > .set_contents li {
    font-size: 2.3rem;
}
/* 2カラム用 */
.contents ul.menu.col2 {
}
.contents ul.menu.col2 > li {
    display: flex;
}
.contents ul.menu.col2 > li:nth-of-type(2n) {
    margin-right: 0;
}
.contents ul.menu.col2 .img {
    margin-right: 18px;
    display: block;
}
.contents ul.menu.col2 .img img {
    width: 53.75vw;
    max-width: 53.75vw;
    margin-left: calc(-13.75vw - 22px);
}
.contents ul.menu.col2 .img + dl {
    width: auto;
	margin-bottom: 20px;
}
/* 4カラム用 */
.contents ul.menu.col4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contents ul.menu.col4 > li {
    width: 50%;
    padding: 0 14px 0 0;
    box-sizing: border-box;
    margin: 0 0 24px 0;
}
.contents ul.menu.col4 > li:nth-of-type(2n) {
    padding: 0 0 0 14px;
}
.contents ul.menu.col4 > li:nth-last-of-type(1),
.contents ul.menu.col4 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
.contents ul.menu.col4 .img {
    margin-bottom: 10px;
    display: block;
}
/* 写真なし */
.contents .textlist {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 16px;
}
.contents .textlist ul {
    width: 100%;
    border-top: 1px solid #615f5f;
}
.contents .textlist li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: url(../images/base/dotted.png) repeat-x left bottom;
    background-size: 5px 1px;
    padding: 8px 0;
    font-size: 2.4rem;
    line-height: 1.5;
}
.contents .textlist li strong,
.contents .textlist li span {
    font-weight: 600;
}
/* 注意文 */
.contents .note {
    background: #fbe6e7;
    padding: 12px;
    border-radius: 6px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contents .note.top {
    background: #e1f5ff;
    padding: 12px 22px 12px 22px;
    margin: 0 0 10px;
    border-radius: 0;
    text-align: center;
    font-size: 2.2rem;
}
.contents .note li {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2px;
}
.contents .notearea {
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 2rem;
    line-height: 1.45;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 8px 15px 6px;
}
.contents .notearea p,
.contents .notearea li {
    font-size: 2rem;
    line-height: 1.45;
}
.contents .notearea .notettl {
    display: inline-block;
    color: #444;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1px;
}
/* トッピング */
.contents .topping {
    background: #ebf2eb;
    padding: 15px 13px 14px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    margin: 16px auto 20px;
}
.contents .topping h4 {
    background: #387d39;
    color: #ffffff;
    border-radius: 50px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    padding: 9px 15px 8px;
    text-align: center;
    margin-bottom: 14px;
}
.contents .topping > ul > li {
    margin-top: 12px;
}
.contents .topping > ul > li dt {
    font-size: 2.6rem;
}
/* hotmark */
.contents .hotmark {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
}
/* contents bnr */
.contents .centerbnr {
    text-align: center;
    margin: 40px 20px;
}


/******************************************************/
/* eatin.html  */
/******************************************************/
#lunch,
#dinner,
#course{
    background: url(../images/base/2color-subback.png) no-repeat 0 80px;
    background-size: 100% auto;
    padding: 0 22px;
    padding-top: 80px;
    margin-top: -80px;
}
#lunch .lunchset > ul {
    margin-top: 20px;
}
#lunch .lunchset > ul > li {
    margin-top: 12px;
}
#lunch .lunchset > ul > li dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}
#lunch .lunchset > ul > li .set_contents li {
    font-size: 2.3rem;
}
#dinner .dinnerset > ul > li {
}
#dinner .dinnerset > ul > li:nth-of-type(n+2) {
    margin-top: 24px;
}
#dinner .dinnerset > ul > li .img {
    display: block;
}
#dinner .dinnerset > ul > li .img + dl {
}
#dinner .dinnerset > ul > li dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}
#dinner .dinnerset > ul > li .set_price {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    background-size: 5px 1px;
    padding-top: 1px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
}
#course .courseset > ul {
    margin-top: 20px;
}
#course .courseset > ul > li {
}
#course .courseset > ul > li:nth-of-type(n+2) {
    margin-top: 24px;
}
#course .courseset > ul > li .img {
    display: block;
}
#course .courseset > ul > li .img + dl {
}
#course .courseset > ul > li dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}
#course .courseset > ul > li .set_price ul {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    background-size: 5px 1px;
    padding-top: 1px;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

#course .courseset > ul > li .set_price ul li {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
}




}