@charset "utf-8";

/* イートイン専用設定 eatin.html */

/* メインイメージ部　設定 */

#pc-main-image {
    width: 100%;
    padding: 160px 0 130px 0;
    background: #44413c;
}
#pc-main-image h1 {
    width: 358px;
    height: 257px;
    margin: 0 auto;
}
#pc-main-image h1 img {
    width: 100%;
}
#pc-main-image .head-menu {
    width: 480px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#pc-main-image a {
    display: block;
    text-decoration: none;z-index: 1;
}
#pc-main-image .image {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
#pc-main-image .image img {
    width: 100%;
    transition-duration: 0.5s;
}
#pc-main-image .image:hover img {
    transform: scale(1.2,1.2);
}
#pc-main-image .category {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
#pc-main-image .category span {
    padding: 5px;
    border-bottom: 2px solid #fff;
}
#sp-main-image {
    display: none;
}

@media screen and (max-width: 736px) {
    #pc-main-image {
        width: 100%;
        padding: 120px 0 130px 0;
        background: #44413c;
    }
    #pc-main-image h1 {
        width: 324px;
        height: 182px;
        margin-bottom: 20px;
    }
    #pc-main-image .head-menu {
        width: 320px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #pc-main-image .head-menu div:first-child {
        margin-right: 25px;
    }
}

/* 各セクション設定 */

section {
    width: 100%;
}
.header-image {
    width: 100%;
    height: 320px;
    background-size: cover;
    margin-bottom: 33px;
}
section h2 {
    text-align: center;
    margin-bottom: 45px;
}
section h3 {
    font-size: 18px;
    font-family: "museo_slab300";
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
    .header-image {
        height: 180px;
        margin-bottom: 33px;
    }
    section h3 {
        font-size: 12px;
        margin-bottom: 25px;
    }
}

/* specialty */

#foods .header-image {
    background: url("../images/eatin/main-food.png") center center no-repeat;
    background-size: 160%;
}
#specialty {
    margin-bottom: 145px;
}
#food-list {
    width: 930px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-around;
    gap: 50px;
}
.food-item {
    width: 255px;
}
.food-item p {
    margin: 0;
}
.food-item img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.food-item .item-pic {
    width: 100%;
    min-height: 180px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.food-item .item-name {
    font-weight: bold;
    font-size: 20px;
}
.food-item .price {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    background: url("../images/eatin/border.png") center center no-repeat;
}
.food-item .price span {
    padding-left: 10px;
    background: #f0eeeb;
}
.food-item .price2 {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    background: url("../images/eatin/border.png") center center no-repeat;
}

.food-item .price2 .item-price2 {
    padding-left: 10px;
    font-weight: bold;
    background: #f0eeeb;
}
.food-item .price2 .item-name2 {
    font-size: 12px;
    padding-right: 10px;
    background: #f0eeeb;
}
.food-item .description {
    font-size: 14px;
    line-height: 1.4em;
}
@media screen and (max-width: 736px) {
    #foods .header-image {
        background: url("../images/eatin/main-food.png") 40% bottom; no-repeat;
        background-size: 200%;
    }
    #foods h2 {
        width: 155px;
        margin: 0 auto 20px auto;
    }
    #foods h2 img {
        width: 100%;
    }
    #specialty {
        margin-bottom: 60px;
    }
    #food-list {
        width: 87%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }
    .food-item {
        width: 50%;
        margin-bottom: 50px;
    }
    .food-item .item-pic {
        min-height: 115px;
    }
    .food-item .item-name,
    .food-item .description {
        padding: 0 10px;
    }
    .food-item .price {
        width: 135px;
        margin: 0 auto;
        font-size: 12px;
        background: url("../images/eatin/border.png") center center no-repeat;
    }
    .food-item .price2 {
        width: 135px;
        margin: 0 auto;
        font-size: 12px;
        background: url("../images/eatin/border.png") center center no-repeat;
    }
}

/* side dish */

#side-dish {
    width: 100%;
    margin-bottom: 120px;
}
#side-dish h3 {
    margin-bottom: 60px;
}
#side-list {
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
#side-list .column {
    width: 395px;
}
.side-dish {
    margin-bottom: 50px;
}
.side-dish p {
    margin: 0.5em 0;
}
.side-dish p:first-child {
    display: flex;
    justify-content: space-between;
    background: url("../images/eatin/border.png") center center no-repeat;
}
.side-dish span {
    background: #f0eeeb;
}
.side-dish .item-name {
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
.side-dish .price {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-left: 10px;
}
.side-dish .description {
    font-size: 14px;
}
@media screen and (max-width: 736px) {
    #side-dish h3 {
        margin-bottom: 30px;
    }
    #side-list {
        width: 87%;
        flex-wrap: wrap;
    }
    .side-dish {
        margin-bottom: 28px;
    }
    .side-dish p {
        margin: 0.5em 0;
    }
}

/* コース */

#course {
    margin-bottom: 220px;
}
#course .header-image {
    background: url("../images/eatin/main-course.png") center center no-repeat;
}
.course-item {
    width: 395px;
    margin: 0 auto;
}
.course-item p:first-child {
    display: flex;
    justify-content: space-between;
    background: url("../images/eatin/border.png") center center no-repeat;
}
.course-item .item-name {
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
.course-item .price {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-left: 10px;
}
.course-item span {
    background: #f0eeeb;
}
.course-item .description {
    font-size: 14px;
    line-height: 1.4em;
}
@media screen and (max-width: 736px) {
    #course {
        margin-bottom: 130px;
    }
    #course .header-image {
        background: url("../images/eatin/main-course.png") center center no-repeat;
        background-size: 200%;

    }
    .course-item {
        width: 87%;
        margin: 0 auto;
    }
}

/* ドリンク */

#drink {
    width: 100%;
    margin-bottom: 100px;
}
#drink .header-image {
    background: url("../images/eatin/main-drink.png") center center no-repeat;
}
#recommend {
    width: 930px;
    margin: 0 auto;
}
#drink-list {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}
#drink .drink-item {
    width: 455px;
}
#drink p {
    margin: 0;
}
#drink .item-pic {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}
#drink .item-pic img {
    width: 100%;
}
.drink-item div {
    padding: 0 30px;
}
#d01 div p:first-child {
    display: flex;
    justify-content: space-between;
    background: url("../images/eatin/border.png") center center no-repeat;
    margin-bottom: 35px;
}
#d02 .description {
    padding: 0 30px;
    margin-top: 25px
}
#d02 div p {
    display: flex;
    justify-content: space-between;
    background: url("../images/eatin/border.png") center center no-repeat;
}
#d02 .wine-title {
    padding-left: 30px;
    margin-bottom: 20px;
}
.drink-item .item-name {
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
.drink-item .price {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-left: 10px;
}
.drink-item span {
    background: #f0eeeb;
}
.drink-item .description {
    font-size: 14px;
    line-height: 1.4em;
}

@media screen and (max-width: 736px) {
    #recommend {
        width: 100%;
    }
    #drink .header-image {
        background: url("../images/eatin/main-drink.png") 58% center no-repeat;
        background-size: 200%;
    }
    #drink-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #drink .drink-item {
        width: 87%;
        margin: 0 auto 35px auto;
    }
    .drink-item div {
        padding: 0 10px;
        margin-bottom: 1em;
    }
    #d01 .item-name {
        display: block;
        width: 6em;
    }
    #d02 .wine-title {
        padding-left: 10px;
    }
    .drink-item .description {
        padding: 0 10px;
    }
}

/* ドリンク ボタン */

#drink .fukidashi-btn {
    width: 363px;
    margin: 0 50px 0 auto;
}
#drink .fukidashi {
    width: 253px;
    height: 35px;
    text-indent: -9999px;
    background: url("../images/eatin/beer-wine.png") left top no-repeat;
    background-size: contain;
    margin-bottom: 10px;
    margin-left: -45px;
}
#drink .cont-btn a {
    background: url("../images/common/btn-about.png") left top no-repeat;
    background-size: cover;
}
#drink .cont-btn a:hover {
    background: url("../images/common/btn-about.png") left bottom no-repeat;
    background-size: cover;
}

@media screen and (max-width: 736px) {

    #drink .fukidashi-btn {
        width: 87%;
        margin: 0 auto;
    }
    #drink .fukidashi {
        margin: 0 auto 10px auto;
    }
}

/* その他のお飲み物 */

#beverrage h3 {
    margin-bottom: 65px;
}
.beverrage-list {
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.beverrage-item h4 {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 18px;
}
.beverrage-item div {
    padding: 0 30px;
}
.beverrage-item div p {
    display: flex;
    justify-content: space-between;
    background: url("../images/eatin/border.png") center center no-repeat;
    margin-top: 0;
    width: 100%;
}
.beverrage-item div p.beer-title {
    background: none;
}
.beverrage-item .item-name {
    dispaly: inline-block;
    min-width: 6em;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
.beverrage-item .beer-title,
.beverrage-item .item-name-s {
    font-size: 14px;
    padding-right: 10px;
}
.beverrage-item .price {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-left: 10px;
}
.beverrage-item span {
    background: #f0eeeb;
}
#b02 div {
    margin-bottom: 150px;
}

/* その他の飲み物　ボタン */

#beverrage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#beverrage .cont-btn {
	width: 324px;
	margin: 0 auto;
    margin-bottom: 15px;
}
#beverrage #m01 a {
	background: url("../images/common/btn-takeout.png") left top no-repeat;
	background-size: cover;
}
#beverrage #m01 a:hover {
	background: url("../images/common/btn-takeout.png") left bottom no-repeat;
	background-size: cover;
}
#beverrage #m02 a {
	background: url("../images/common/btn-online.png") left top no-repeat;
	background-size: cover;
}
#beverrage #m02 a:hover {
	background: url("../images/common/btn-online.png") left bottom no-repeat;
	background-size: cover;
}
@media screen and (max-width: 736px) {
    .beverrage-list {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        justify-content:flex-start;
    }
    .beverrage-item {
        width: 100%;
        margin-bottom: 20px;
    }
    #b02 div {
        margin-bottom: 75px;
    }
}

