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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* pagetitle */
/******************************************************/
#pagetitle {
    padding: 110px 0 115px;
}
#pagetitle.eatin {
    background: url(../images/eatin/eatin_mv.jpg) no-repeat center center;
    background-size: cover;
}
#pagetitle.takeout {
    background: url(../images/takeout/takeout_mv.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 {
    margin-bottom: 18px;
}


/******************************************************/
/* sidetab */
/******************************************************/
#sidetab {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 10000;
}
#sidetab ul {
    display: flex;
    flex-direction: column;
}
#sidetab li {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    -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: 24px 20px 60px;
    margin-bottom: 10px;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#sidetab li a::after {
    content: "";
    background: url(../images/base/bot-white.png) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -14px;
}

.alink {
    position: relative;
    top: -10px;
    display: block;
}

/******************************************************/
/* sub base  */
/******************************************************/
#main {
    overflow: hidden;
    padding-bottom: 80px;
}
#main .inbox {
    text-align: left;
}
.contents h2 {
    margin: 75px auto 36px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
}
.contents h2 img {
    margin-bottom: 20px;
}
.contents h3 {
    border-top: 6px solid #387d39;
    border-bottom: 6px solid #d80c18;
    padding: 12px 0 12px 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    display: table;
    min-width: 400px;
    margin: 24px auto 36px;
    background:#ffffff;
}
.contents ul.menu {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: auto;
    text-align: left;
}
.contents ul.menu > li {
    display: flex;
    flex-wrap: wrap;
}
.contents ul.menu .img {
    margin-bottom: 10px;
}
.contents ul.menu dt {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.contents ul.menu .description {
    line-height: 1.75;
    margin-bottom: 5px;
}

.tax_included{
    font-size: 72%;
}

.contents ul.menu .price {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: 600;
}
.contents ul.menu .price .half {
    font-size: 1.5rem;
    line-height: 1.25;
    display: block;
}
.contents ul.menu .price ul {
    display: flex;
    flex-wrap: wrap;
}
.contents ul.menu .price ul li {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 22px;
    margin: 2px 0;
}
.contents ul.menu .price ul li img {
    margin-right: 4px;
    vertical-align: top;
}
.contents ul.menu .foodstuff li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 2px;
}
.contents ul.menu .set_contents li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 2px;
}
/* 1カラム用 */
.contents ul.menu.col1 > li {
    width: 1000px;
    margin: 0 0 30px 0;
}
.contents ul.menu.col1 .img {
    width: 480px;
    margin-right: 40px;
}
.contents ul.menu.col1 .img + dl {
    width: 480px;
}
.contents ul.menu.col1 > li > dl > dt {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
}
.contents ul.menu.col1 > li > dl > .price li {
    font-size: 2.2rem;
}
/* 2カラム用 */
.contents ul.menu.col2 > li {
    width: 480px;
    margin: 0 40px 30px 0;
}
.contents ul.menu.col2 > li:nth-of-type(2n) {
    margin-right: 0;
}
.contents ul.menu.col2 .img {
    width: 220px;
    margin-right: 30px;
}
.contents ul.menu.col2 .img + dl {
    width: 230px;
}
/* 4カラム用 */
.contents ul.menu.col4 > li {
    width: 220px;
    margin: 0 40px 30px 0;
    display: block;
}
.contents ul.menu.col4 > li:nth-of-type(4n) {
    margin-right: 0;
}
.contents ul.menu.col4 .img {
    width: 230px;
    margin-bottom: 10px;
    display: block;
}
.contents ul.menu.col4 .img + dl {
    width: 230px;
}
/* 写真なし */
.contents .textlist,
.contents .textlist ul {
    width: 480px;
}
.contents .textlist li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: url(../images/base/dotted.png) repeat-x left bottom;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.contents .textlist li strong,
.contents .textlist li span {
    font-weight: 600;
}
/* 注意文 */
.contents .note {
    background: #fbe6e7;
    padding: 16px 30px 14px;
    border-radius: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 60px;
}
.contents .note li {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4px;
}
.contents .note.top {
    background: #e1f5ff;
    padding: 18px 100px;
    margin: 0 0 10px;
    border-radius: 0;
    text-align: center;
    font-size: 1.5rem;
}
.contents .notearea {
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 10px 18px 8px;
}
.contents .notearea p,
.contents .notearea li {
    font-size: 1.3rem;
    line-height: 1.5;
}
.contents .notearea .notettl {
    display: inline-block;
    color: #444;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 2px;
}
/* トッピング */
.contents .topping {
    background: #ebf2eb;
    width: 1000px;
    padding: 55px 46px 0;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
    margin: 60px auto 20px;
}
.contents .topping h4 {
    background: #387d39;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.08em;
    padding: 13px 20px 12px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.contents .topping > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contents .topping > ul {
}
.contents .topping > ul > li {
    width: 256px;
    margin: 0 70px 32px 0;
}
.contents .topping > ul > li:nth-of-type(3n) {
    margin-right: 0;
}
.contents .topping > ul > li dl {
    width: 100%;
}
/* contents bnr */
.contents .centerbnr {
    text-align: center;
    margin: 60px 0 0;
}



/******************************************************/
/* eatin.html  */
/******************************************************/
#lunch h2,
#dinner h2,
#course h2{
    position: relative;
}
#lunch h2::after,
#dinner h2::after,
#course h2::after{
    content: url(../images/base/2color-backmini-sp.png);
    display: block;
    position: absolute;
    top: 330px;
    left: 50%;
    z-index: -1;
    width: 2177px;
    height: 1452px;
    text-align: center;
    transform: translate(-50%,-50%);
}
#lunch .lunchset {
    background: #ffffff;
    width: 1000px;
    margin: auto;
}
#lunch .lunchset > ul {
    display: flex;
    text-align: left;
    padding-top: 10px;
}
#lunch .lunchset > ul > li {
    width: 310px;
    margin: 20px 35px 20px 0;
}
#lunch .lunchset > ul > li:nth-of-type(3n) {
    margin-right: 0;
}
#lunch .lunchset > ul > li dt {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 18px;
    margin-bottom: 12px;
}
#dinner .dinnerset {
    width: 1000px;
    margin: auto;
}
#dinner .dinnerset > ul {
    display: flex;
    justify-content: center;
    text-align: left;
}
#dinner .dinnerset > ul > li {
    background: #ffffff;
    width: 480px;
    margin: 0 40px 20px 0;
    margin: 0 0 50px;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#dinner .dinnerset > ul > li:nth-of-type(2n) {
    margin-right: 0;
}
#dinner .dinnerset > ul > li .img {
    display: block;
    padding-bottom: 24px;
}
#dinner .dinnerset > ul > li .img + dl {
    padding: 0 30px;
}
#dinner .dinnerset > ul > li dt {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 18px;
    margin-bottom: 12px;
}
#dinner .dinnerset > ul > li .set_price {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    padding-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
}

#dinner .dinnerpizza{
	padding: 26px;
    margin: 0 -26px;
	background: #ffffff;
}

#course .courseset {
    width: 1000px;
    margin: auto;
}
#course .courseset > ul {
    display: flex;
    text-align: left;
    padding-top: 10px;
}
#course .courseset > ul > li {
    background: #ffffff;
    width: 480px;
    margin: 20px 40px 20px 0;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#course .courseset > ul > li:nth-of-type(2n) {
    margin-right: 0;
}
#course .courseset > ul > li .img {
    display: block;
    padding-bottom: 24px;
}
#course .courseset > ul > li .img + dl {
    padding: 0 30px;
}
#course .courseset > ul > li dt {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 18px;
    margin-bottom: 12px;
}
#course .courseset > ul > li .set_price ul {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    padding-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#course .courseset > ul > li .set_price ul li {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4;
}

    
}