@charset "utf-8";

/* テイクアウトメニュー専用設定 takeout.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: 310px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#pc-main-image a {
    display: block;
    text-decoration: none;
}
#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 img:hover {
    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;
        background-size: 180% !important;
        margin-bottom: 33px;
    }
    section h3 {
        font-size: 12px;
        margin-bottom: 25px;
    }
}

/* specialty */

#specialty {
    margin-bottom: 145px;
}
#fresh .header-image {
    background: url("../images/takeout/main-fresh.png") center top no-repeat;
}
#fresh h2 {
    margin-bottom: 65px;
}
.lead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 65px;
}
#fresh-list {
    width: 930px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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%);
}
#fresh-list .food-item .item-pic {
    width: 100%;
    min-height: 200px;
    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/takeout/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/takeout/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;
}

@media screen and (max-width: 736px) {
	section h2 {
		padding: 7px 0;
	}
    #specialty {
        margin-bottom: 60px;
    }
    #fresh {
        padding-bottom: 100px;
    }
    #fresh h2 {
        margin-bottom: 35px;
    }
    .lead {
        width: 305px;
        margin: 0 auto;
        margin-bottom: 40px;
        font-size: 16px;
        text-align: left;
    }
    #fresh-list {
        width: 87%;
        gap: 0;
    }
    .food-item {
        width: 50%;
    }
    .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/takeout/border.png") center center no-repeat;
    }
    .food-item .price2 {
        width: 135px;
        margin: 0 auto;
        font-size: 12px;
        background: url("../images/takeout/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: 410px;
}
#side-dish {
    margin-bottom: 50px;
}
#side-dish p {
    margin: 0.5em 0;
    display: flex;
    justify-content: space-between;
    background: url("../images/takeout/border.png") center center no-repeat;
}
#side-dish p span {
    background: #f0eeeb;
}
#side-dish .item-name {
    dispaly: inline-block;
    min-width: 6em;
    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;
    }
}

.order-btn {
    width: 930px;
    margin: 120px auto 160px auto;
}
.order-btn .cont-btn {
	width: 324px;
	margin: 0 50px 0 auto;
}
.order-btn .cont-btn a {
    background: url("../images/common/btn-order.png") left top no-repeat;
    background-size: cover;
}
.order-btn .cont-btn a:hover {
    background: url("../images/common/btn-order.png") left bottom no-repeat;
    background-size: cover;
}

@media screen and (max-width: 736px) {
    .order-btn {
        width: 87%;
        margin: 0 auto;
    }
    .order-btn .cont-btn {
        width: 324px;
        margin: 0 auto 0 auto;
    }
    .btn {
        width: 100%;
        height: 51px;
        margin-left: auto;
        margin-right: auto; 
    }
}

/* 冷凍保存パック */

#freezing {
    margin-bottom: 220px;
}
#freezing .header-image {
    background: url("../images/takeout/main-freezing.png") center center no-repeat;
}
#freez-list {
    width: 930px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    gap: 50px;
}
#freez-list .food-item .item-pic {
    width: 100%;
    min-height: 255px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 736px) {
    #freezing {
        margin-bottom: 85px;
    }
    #freez-list {
        width: 87%;
        margin: 0 auto;
        margin-bottom: 85px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: space-around;
        gap: 0;
    }
    #freez-list .food-item .item-pic {
        width: 100%;
        min-height: 160px;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }
    #course {
        margin-bottom: 130px;
    }
    .course-item {
        width: 87%;
        margin: 0 auto;
    }
}

/* ご注文方法 */

#order {
    width: 100%;
    background: #fff;
    padding: 0 0 75px 0;
}
#order h2 {
    padding-top: 55px;
}
#order .wrapper {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 736px) {
    #order {
        width: 100%;
        background: #fff;
        padding: 47px 0;
        margin: 0;
    }
    #order .lead {
        width: 270px;
        font-size: 16px;
        text-align: center;
    }
    #order .wrapper {
        width: 78%;
        margin: 0 auto;
    }
}

#reserve {
    width: 800px;
    padding: 20px;
    border-top: 1px solid #b7b7b7;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#reserve h2 {
    width: 90%;
    font-size: 17px;
    padding: 7px 0 7px 50px;
    text-align: left;
	background: url("../images/takeout/phone.svg") left top no-repeat;
    background-size: contain !important;
}
#reserve .phone {
	margin-top: 0;
	font-size: 25px;
	font-family: "museo_slab900";
}
#reserve .phone a {
	color: #000;
}
#reserve ul {
    padding-left: 1em;
    list-style: none;
	font-size: 14px;
}
#reserve li {
    text-indent: -1em;
    margin-bottom: 1em;
}
#reserve .text {
    line-height: 1.4em;;
}

@media screen and (max-width: 736px) {
    #reserve {
        width: 100%;
        padding: 20px 7px;
        border-top: 1px solid #b7b7b7;
        display: block;
    }
    section h2 {
        text-align: center;
        margin-bottom: 25px;
        font-size: 17px;
    }
    #reserve .phone {
        margin-top: 0;
        font-size: 25px;
        font-family: "museo_slab900";
    }
    #reserve .inner {
        padding-left: 50px;
    }
    #reserve ul {
        padding-left: 0;
    }
    #reserve li {
        font-size: 16px;
        text-indent: 0;
        line-height: 1.7em;
    }
    #reserve li:first-child {
        margin-bottom: 1em;
    }
}

/* 営業時間 time */

#time {
    width: 800px;
    padding: 20px;
    margin-bottom: 50px;
    border-top: 1px solid #b7b7b7;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#time h2 {
    width: 65%;
/*     width: 100%; */
    font-size: 17px;
    padding: 7px 0 7px 50px;
    text-align: left;
	background: url("../images/takeout/clock.svg") left top no-repeat;
    background-size: contain !important;
}
#time .covid19 {
	color: #ff643c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 1em;
    padding-left: 40px;
}
#time dl {
	margin: 0;
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
}
#time dt {
	width: 35%;
	margin-bottom: 20px;
	font-weight: bold;
}
#time dd {
	width: 55%;
    text-align: right;
	font-family: "museo_slab500";
}
#time dl.eigyo {
	margin: 0;
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
}
#time dl.eigyo dt {
	width: 45%;
	margin-bottom: 20px;
	font-weight: bold;
}
#time dl.eigyo dd {
	width: 45%;
    text-align: right;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#time .attention {
	margin-top: 0;
    padding-left: 40px;
	font-size: 14px;
	margin-bottom: 40px;
    line-height: 1.4em;
}
#time .holiday {
    font-weight: bold;
    padding-left: 40px;
}

@media screen and (max-width: 736px) {
    #time {
        width: 100%;
        padding: 20px 7px;
        margin-bottom: 50px;
        border-top: 1px solid #b7b7b7;
        display: block;
        align-items: flex-start;
        justify-content: space-between;
    }
    #time .inner {
        padding-left: 50px;
    }
    #time .covid19 {
        padding-left: 0;
    }
	#time dl {
		display: block;
		padding-left: 0;
	}
	#time dt {
		width: 100%;
        font-size: 16px;
		margin-bottom: 0;
	}
	#time dd {
		width: 100%;
		margin: 0 0 20px 0;
        font-size: 18px;
        text-align: left;;
	}
	#time dl.eigyo {
		display: block;
		padding-left: 0;
	}
	#time dl.eigyo dt {
		width: 100%;
        font-size: 16px;
		margin-bottom: 0;
	}
	#time dl.eigyo dd {
		width: 100%;
		margin: 0 0 20px 0;
        font-size: 16px;
        text-align: left;;
	}	
	
    #time .attention {
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }
    #time .holiday {
        font-weight: bold;
        font-size: 16px;
        padding-left: 0;
    }
}

/* お取り寄せ・デリバリー */

.column-box {
    width: 750px;
    margin: 0 auto;
    padding: 20px 40px;
    background: #f5dc64;
    border-radius: 10px;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
}
.column-box p {
    font-size: 14px;
    line-height: 1.4em;
    width: 390px;
}
#online .right-column {
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-column p {
    width: fit-content;
}
.right-column table td {
    /* 2021.08.24 変更 */
    padding: 45px 0 45px 5px;
}

@media screen and (max-width: 736px) {
    .column-box {
        width: 93%;
        padding: 30px 0 20px 0;
        display: block;
    }
    .left-column .sp {
        width: 166px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .left-column .sp img {
        width: 100%;
    }
    .left-column .text {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .right-column .deli {
        text-align: center;
    }
    .right-column .deli img {
        margin-bottom: 10px;
    }
    .right-column .link-btn {
        margin: 0 auto;
    }
    .right-column .sp {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

}

/* ボタン */

.takeout-btn {
    width: 750px;
    margin: 0 auto;
    padding: 70px 0 110px 0;
}
.takeout-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.takeout-btn .cont-btn {
	width: 324px;
	margin: 0 0 0 auto;
    margin-bottom: 15px;
}
.takeout-btn #m01 a {
	background: url("../images/common/btn-access.png") left top no-repeat;
	background-size: cover;
}
.takeout-btn #m01 a:hover {
	background: url("../images/common/btn-access.png") left bottom no-repeat;
	background-size: cover;
}
.takeout-btn #m02 a {
	background: url("../images/common/btn-eatin.png") left top no-repeat;
	background-size: cover;
}
.takeout-btn #m02 a:hover {
	background: url("../images/common/btn-eatin.png") left bottom no-repeat;
	background-size: cover;
}

@media screen and (max-width: 736px) {
    .takeout-btn {
        width: 87%;
        margin: 0 auto;
        padding: 55px 0;
    }
}