@charset "UTF-8";


/* -------------------------------------
common
------------------------------------- */
#visual {
	position: relative;
	width: 100%;
	margin: 0 auto 60px;
	aspect-ratio: 16 / 9;
	background-color: #000;
	}
	#visual img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 16 / 9;
		opacity: 0.7;
		}
	#visual .ttl-wrap {
		position: absolute;
		top: calc(50% - 50px);
		left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100px;
		}
		#visual .ttl-wrap h2 {
			font-size: 50px;
			line-height: 1.2;
			width: 100%;
			margin: 0 auto 20px;
			text-align: center;
			color: #fff;
			}
		#visual .ttl-wrap p {
			width: 100%;
			text-align: center;
			color: #fff;
			}



.tab-content {
	height: auto;
	opacity: 1;
	padding: 0;
	pointer-events: none;
	transform: none;
	width: 100%;
	}

.tab-content .menu_item,
.tab-out-content .menu_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	background-color: #fff;
	}
.tab-out-content .menu_item {
	/*border: 1px solid #54585b;*/
	}
	.tab-content .menu_item .menu_img,
	.tab-out-content .menu_item .menu_img {
		width: 40%;
		order: 1;
		}
		.tab-content .menu_item .menu_img img,
	.tab-out-content .menu_item .menu_img img {
			width: 100%;
			object-fit: cover;
			aspect-ratio: 3 / 2;
			}
	.tab-content .menu_item .menu_info,
	.tab-out-content .menu_item .menu_info {
		width: 60%;
		padding: 20px 30px;
		order: 2;
		}

@media screen and (max-width: 600px) {
	.tab-content .menu_item .menu_info,
	.tab-out-content .menu_item .menu_info {
		padding: 20px 20px;
		}
}
	.tab-content .menu_item_box:nth-of-type(2n) .menu_img {
		order: 2;
		}
	.tab-content .menu_item_box:nth-of-type(2n) .menu_info {
		order: 1;
		}

.more_menu_info .acd-open {
    border-bottom: none;
    background-color: #fff;
    padding: 25px;
	}
	.more_menu_info .acd-open::before {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	    content: '';
	    padding: 20px;

		display: inline-block;
		color: #333;
		width: 25px;
		height: 25px;
		border: 2px solid #333;
		border-left: 0;
		border-bottom: 0;
		transform: translateY(-25%) rotate(135deg);
		}
	.more_menu_info .acd-open.active::before {
		top: 5px;
		content: '';
		transform: translateY(25%) rotate(-45deg);
		}
.more_menu_info .acd {
	padding: 20px;
	background-color: #fff;
	}
	.more_menu_info .acd p {
		padding: 10px 20px 20px;
		}
	.more_menu_info .acd .free_price {
		margin: 10px 30px 30px;
		}
	.more_menu_info .acd table.price {
		width: calc(100% - 60px);
		margin: 0 30px;
		box-sizing: border-box;
		border-collapse: collapse;
		}
		.more_menu_info .acd table.price th,
		.more_menu_info .acd table.price td {
			text-align: center;
			border: solid 1px;
			padding: 5px;
			}

@media screen and (max-width: 600px) {
	.tab-content .menu_item .menu_img,
	.tab-out-content .menu_item .menu_img {
		width: 100%;
	}
	.tab-content .menu_item .menu_info,
	.tab-out-content .menu_item .menu_info {
		width: 100%;
	}
	.tab-content .menu_item:nth-child(2n) .menu_img {
		order: 1;
	}
	.tab-content .menu_item:nth-child(2n) .menu_info {
		order: 2;
	}
	.tab-content .menu_item_box:nth-of-type(2n) .menu_img {
		order: 1;
		}
	.tab-content .menu_item_box:nth-of-type(2n) .menu_info {
		order: 2;
		}
}
		.tab-content .menu_item .menu_info h3,
		.tab-out-content .menu_item .menu_indo h3 {
			margin: 0 0 10px;
			font-size: 21px;
			font-weight: 400;
			}
		.tab-content .menu_item .menu_info p,
		.tab-out-content .menu_item .menu_info p {
			padding: 5px;
			font-size: 15px;
			line-height: 1.6;
			}
		.tab-content > .menu_item_box > .menu_item > .menu_info > dl {
			display: flex;
			flex-wrap: wrap;
			font-size: 15px;
			line-height: 1.6;
			border-top: 1px solid #999;
			}
			.tab-content > .menu_item_box > .menu_item > .menu_info > dl > dt {
				width: 80px;
				padding: 5px;
				border-bottom: 1px solid #999;
				font-weight: 300;
				}
			.tab-content > .menu_item_box > .menu_item > .menu_info > dl > dd {
				width: calc(100% - 80px);
				padding: 5px;
				border-bottom: 1px solid #999;
				font-weight: 300;
				}
			.menu_item dd a:hover {
				text-decoration: underline;
				}
			.menu_item dd a.btn:hover {
				text-decoration: none;
				}
			.menu_item dd table {
				
				}
		.menu_info .takeout {
			display: flex;
			flex-wrap: wrap;
			font-size: 15px;
			line-height: 1.6;
			}
			.menu_info .takeout dt {
				width: 150px;
				padding: 5px;
				border-bottom: 1px solid #999;
				font-weight: 300;
				}
			.menu_info .takeout dd {
				width: calc(100% - 150px);
				padding: 5px;
				border-bottom: 1px solid #999;
				font-weight: 300;
				}
			.menu_info h3 span {
				display: inline-block;
				margin-left: 20px;
				white-space: nowrap;
			}
			.menu_info > dl.alacarte {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: flex-end;
			}
/* 			.tab-content > .menu_item_box > .menu_item > .menu_info > dl.alacarte > dt { */
			.menu_info > dl.alacarte > dt {
				padding: 10px 0;
				width: calc(100% - 170px);
				border-bottom: 1px solid #999;
			}
/* 			.tab-content > .menu_item_box > .menu_item > .menu_info > dl.alacarte > dd { */
			.menu_info > dl.alacarte > dd {
				padding: 10px 0;
				width: 170px;
				text-align: right;
				border-bottom: 1px solid #999;
			}
@media screen and (max-width: 600px) {
		.tab-content > .menu_item_box > .menu_item > .menu_info > dl {
			border-top: none;
			}
			.tab-content > .menu_item_box > .menu_item > .menu_info > dl > dt {
				width: 100%;
				border-bottom: none;
				background-color: rgb(236,236,235);
				}
			.tab-content > .menu_item_box > .menu_item > .menu_info > dl > dd {
				width: 100%;
				border-bottom: none;
				}
			.menu_info > dl.alacarte > dt {
				width: 100%;
				border-bottom: none;
			}
			.menu_info > dl.alacarte > dd {
				width: 100%;
			}

	.more_menu_info .acd .free_price {
		margin: 10px 0 30px;
	}
	.acd .free_price dt {
		width: 100%;
		border-bottom: none;
		background-color: rgb(236,236,235);
		}
	.acd .free_price dd {
		width: 100%;
		border-bottom: none;
		}


.more_menu_info .acd .free_price3 {
	
	}
	.more_menu_info .acd .free_price3 dt {
		width: 100%;
		border-bottom: none;
		background-color: rgb(236,236,235);
		}
	.more_menu_info .acd .free_price3 dt:first-of-type {
		display: none;
		}
	.more_menu_info .acd .free_price3 dd {
		width: 50%;
		border-bottom: none;
		}
.more_menu_info .acd .free_price4 {
	
	}
	.more_menu_info .acd .free_price4 dt {
		width: 100%;
		border-bottom: none;
		background-color: rgb(236,236,235);
		}
	.more_menu_info .acd .free_price4 dt:first-of-type {
		display: none;
		}
}





body {
	color: #534741;
}
article#deli {
	background-color:#fff;
}
#deli .page {
	width: 1024px;
	padding-bottom: 69px;
}
#deli .reserve2 .page {
	padding-bottom:0!important;
}
.method {
	font-size: 0;
	text-align: center;
	padding: 25px 40px;
	border:21px solid #e6ddd3;
	background-color: #fff;
}
.method h4 {
	font-size: 25px;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.method dl,.method ul {
	font-size: 0;
}
.method ul li {
	margin-bottom: 15px;
}
.method dl.contactlink {
	margin-right: 54px;
	display: inline-block;
	vertical-align:middle;
}

.method ul li {
	display:block;
}
.method dl dt,.method dl dd {
	display: inline-block;
	vertical-align: top;
}
.method dl dt,.method dl dd {
	font-size: 15px;
}
.method ul li:nth-child(2) dt {
	margin-left:35px;
}
.method dl.contactlink dt {
	font-size: 15px;
	color: #fff;
	margin-right: 25px;
	padding: 5px 9px 3px;
	background-color: #534741;
	position: relative;
	top: 18px;
}
.method ul li:nth-child(3) {
	position: relative;
}
.method ul li:nth-child(3) dl dd span {
	/*font-size:11px;*/
	width: 100%;
	display: block;
	/*position: absolute;
	left: 55%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
}
.method ul li dl dt:before {
	content:"■";
}
.method ul li dl dt:after {
	content:"/";
}
.method ul li:nth-child(2) dd {
	margin-right: 35px;
}
.method dl.contactlink dd {
	font-size: 36px;
	position: relative;
}
.method dl.contactlink dd span:first-child {
	font-size:27px;
	position: relative;
	top: -3px;
}
.method dl.contactlink dd span:first-child:after {
	content:":";
	margin:0 5px 0 7px;
	position: relative;
	top: -3px;
}
.method dl.contactlink dd span.txt:first-child:after {
	content:"";
	position: static;
}
.method dl.contactlink dd span:nth-child(3) {
	font-size: 16px;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 72px;
}
.method dl.contactlink dd span:last-child {
	font-size: 16px;
	margin-left: 13px;
	position: relative;
	bottom:7px;
	left:0;
}
.method a:last-child {
	font-size: 18px;
	color: #fff;
	padding:16px 33px 15px 34px;
	display: inline-block;
	vertical-align: middle;
	background-color:#d9b23f;
}


.method a.nolink {
	background-color: #54585A;
	cursor: default;
	pointer-events: none;
}

.method .blk-wrap {
    display: block;
    border-bottom: dashed 1px #cccccc;
}
.method .blk-l {
    float: left;
    width: 58%;
    margin: 30px 0;
}
.method .blk-r {
    float: right;
    width: 40%;
    margin: 30px 0;
    padding-top: 50px;
}
.method .blk-b {
    display: block;
    margin-top: 40px;
}




h5.peri {
    display:inline-block;
    text-align: center;
	font-size: 20px;
    margin: 0 auto 20px;
    background:#FFFFFF;
    color: rgb(160,0,98);
    border: solid 3px rgb(160,0,98);
    border-radius: 30px;
    padding: 7px 20px;
    line-height: 1.2;
}
h5.peri span {
}


h5.peri small {
    display: block;
    font-size: 70%;
}
.method .blk-l h6 {
    display: block;
    text-align: left;
    font-size: 18px;
}
.method .blk-wrap02{
    margin-top: 30px;
}
.method .blk-wrap02 .blk-l {
    margin-top: 10px !important;
}
.method .blk-wrap02 .blk-r {
    margin-top: 10px !important;
    padding: 0 !important;
}
.method .blk-wrap02 ul {
    display: block;
    max-width: 750px;
    margin: auto;
}
.method .blk-wrap02 .blk-l p {
    display: block;
    text-align: left !important;
    font-size: 14px !important;
	margin: 15px 0 0 0 !important;
}


/* -------------------------------------
#page_mainimg
------------------------------------- */
#page_mainimg {
	display:table;
	width:100%;
}

#page_mainimg .imgblk {
	vertical-align:middle;
	display:table-cell;
	width:73%;
	/*min-width:calc(100% - 388px);*/
}
#page_mainimg #main_caption {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	width:27%;
	padding:30px 15px;
	background-color:#fadce9;
}
#page_mainimg #main_caption img {
	width:100%;
	max-width:230px;
	height:auto;
	margin:0 auto;
	/*position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);*/
}

#page_mainimg #main_caption.cap_sp {
	display:none;
}

#page_mainimg #main_cap h2 {
	font-size: 128px;
	line-height: 1.3;
	color: #fff;
}
#page_mainimg #main_cap h2 span {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding:5px;
	display: block;
	background-color: #d9b23f;
}
#page_mainimg #main_cap p {
	font-size:21px;
	color: #fff;
}
#page_mainimg #main_cap p:last-child {
	font-size: 20px;
	letter-spacing: 0.1em;
}
#page_mainimg #main_cap p:last-child:before,#page_mainimg #main_cap p:last-child:after {
	content:"ー";
}
#page_mainimg #main_cap p:last-child span {
	color: #ff0000;
	margin-left: 5px;
}

a.pdflink {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 13px 20px;
	background-color: #A30066;
	box-sizing: border-box;
}
#type .type_box a.pdflink img {
	width: 6px;
	height: 10px;
	display: inline-block;
	vertical-align: 0px;
	margin-right: 10px;
}
/* -------------------------------------
#booking
------------------------------------- */
#booking {
	margin-bottom: 40px;
}
#booking h3,#booking p {
	text-align: center;
}
#booking h3 {
	font-size: 36px;
	color: #eb6d94;
	margin-bottom: 12px;
}
#booking h3 br {
	display: none;
}
#booking > p {
	font-size: 18px;
	color: #eb6d94;
	margin-bottom: 44px;
}
#booking .method {
	color: #545855;
	margin-bottom: 40px;
}
#booking #discount {
	text-align: center;
	padding: 50px 20px 40px;
	border-top:7px solid #fc584e;
	background-color: #fff;
}
.method br {
	display: none;
}
.method br.day {
	display: block;
}
#booking #discount h4 {
	font-size: 32px;
	color: #c1272d;
	margin-bottom: 20px;
}
#booking #discount h4 span {
	font-size: 22px;
	margin-right: 10px;
}
#booking #discount h4 span:last-child {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	margin-left: 12px;
	padding:9px 11px 9px 11px;
	background-color: #c1272d;
	position: relative;
	top: -6px;
}
#booking #discount ul {
	margin-bottom:8px;
}
#booking #discount ul li {
	font-size: 25px;
}
#booking #discount ul li br {
	display: none;
}
#booking #discount ul li:before {
	content:"■";
	margin-right: 8px;
}
#booking #discount ul li span {
	font-size: 36px;
	color: #fc584e;
}
#booking #discount ul li span:before {
	content:"⇒";
	color: #000;
	font-size: 25px;
	margin:0 10px 0 10px;
}
#booking #discount ul li span span {
	font-size: 70%;
	margin-left:7px;
	position: relative;
	top: -6px;
}
#booking #discount ul li span span:before {
	content: none;
}
#booking #discount p {
	font-size: 30px;
	font-weight: bold;

	color: #fc584e;
}
#booking #discount p:before,#booking #discount p:after {
	content:"ー";
	font-weight: normal;
}
/* -------------------------------------
#type
------------------------------------- */
#type .type_box {
	width: 100%;
	max-width:1126px;
	text-align: center;
	margin:0 auto 44px;
}
#type .type_box .price {
	font-size:24px;
	font-weight:bold;
	margin-bottom:40px;
}
#type .type_box .price span {
	font-size:80%;
}


#type .type_box img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#type .type_box .menu_sp {
	display:none;
}

#type .type_box .phcap {
	font-size:11px;
	text-align:left;
	float:left;
	width:100%;
	padding-left:1em;
	
}

/* -------------------------------------
デリ20200420 5月末日まで延長
------------------------------------- */
.may #booking  p {
    color: #534741;
}
.may #type .type_box img {
	width: calc((99.9% - 80px)/2);
	height: auto;
}
.may #type .type_box img.menu_img {
	float:left;
}
.may #type .type_box img.menu_txt {
	float:right;
}
.may #type .menu_note {
	font-size:0;
	text-align:center;
	width:100%;
	padding:30px 0;
}
.may #type .menu_note p {
	font-size:13px;
	display:inline-block;
	vertical-align:top;
}
.may #type .menu_note p:first-child {
	margin-right:40px;
}
.may #type .menu_note p span {
	font-size:90%;
	display:block;
}

.method dl,.method ul {
	text-align:left;
}
.method ul li dl {
	font-size:0;
}
.method ul li dl dt {
	font-size:15px;
	display:inline-block;
	width:9em;
}

.method ul li dl dt:after {
	content:"";
}
.method ul li dl dd {
	font-size:15px;
	display:inline-block;
	width:calc(100% - 9em);
}
.method ul li:nth-child(2) dt,.method ul li:nth-child(2) dd {
    margin:0;
}


.method ul li.ls-ttl dl dd {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width:1340px) {
	.method dl.contactlink {
		margin-right: 28px;
	}
	.method a:last-child {
		margin-right: 0;
	}

}
@media screen and (max-width:1245px) {
	#deli .page {
		width: 94%;
	}
	#page_mainimg #main_cap {
		left: 40px;
		top:10%;
	}
	#page_mainimg #main_cap h2 {
		font-size: 120px;
	}
	#page_mainimg #main_cap h2 span {
		font-size: 18px;
	}
	#page_mainimg #main_cap p,#page_mainimg #main_cap p:last-child {
		font-size: 19px;
	}

	.method {
		font-size: 0;
		text-align: center;
		padding: 23px 30px;
	}
	.method h4 {
		font-size: 24px;
		letter-spacing: 0.1em;
		padding-bottom: 9px;
	}
	.method dl.contactlink {
		margin-right: 25px;
	}
	.method dl dt, .method dl dd {
		font-size: 16px;
	}
	.method dl:nth-child(2) dt:nth-child(3) {
		margin-left: 30px;
	}
	.method dl.contactlink dt {
		font-size: 14px;
		color: #fff;
		margin-right: 15px;
	}
	.method dl.contactlink dd {
		font-size: 33px;
	}
	.method dl:nth-child(2) dd:nth-child(4) {
		margin-right: 30px;
	}
	.method dl.contactlink dd span:first-child {
		font-size: 25px;
	}
	.method dl.contactlink dd span:nth-child(3) {
		font-size: 15px;
	}
	.method dl.contactlink dd span:last-child {
		font-size: 15px;
		margin-left: 10px;
	}
	.method dl.contactlink dd span:first-child:after {
		margin: 0 5px 0 5px;
	}
	.method a:last-child {
		font-size: 16px;
		padding: 15px 20px;
	}
	#booking #discount {
		text-align: center;
		padding: 40px 15px 30px;
	}
	#booking #discount h4 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	#booking #discount h4 span {
		font-size: 20px;
	}
	#booking #discount h4 span:last-child {
		font-size: 16px;
	}
	#booking #discount ul li {
		font-size: 23px;
	}
	#booking #discount ul li span {
		font-size: 33px;
	}
	#booking #discount ul li span:before {
		font-size: 23px;
	}
	#booking #discount p {
		font-size: 27px;
	}
}
@media screen and (max-width:1080px) {
	#page_mainimg #main_cap h2 {
		font-size: 100px;
	}
	#page_mainimg #main_cap h2 span {
		font-size: 17px;
	}
	#page_mainimg #main_cap p, #page_mainimg #main_cap p:last-child {
		font-size: 18px;
	}
	/* -------------------------------------
	#booking
	------------------------------------- */
	#booking h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#booking > p {
		font-size: 17px;
		margin-bottom: 40px;
	}

	.method h4 {
		font-size: 22px;
	}
	.method ul li {
		margin-bottom: 20px;
	}
	.method ul li:last-child {
		margin-bottom:20px;
	}
	.method ul li:nth-child(3) {
		display: block;
	}
	.method ul li:nth-child(2) dd {
		margin-right: 0;
	}
	.method dl.contactlink {
		margin:0 auto 55px;
		display: block;
	}
	.method dl.contactlink dt {
		top: 19px;
	}
	.method dl.contactlink dd {
		font-size: 30px;
	}
	.method dl.contactlink dd span:nth-child(3) {
		left: 60px;
	}
	.method ul li:nth-child(3) dl dd span {
		display: block;
		position: relative;
		/*left: 52px;*/
	}

	#booking #discount {
		padding: 30px 15px 20px;
	}
	#booking #discount h4 {
		font-size: 27px;
		margin-bottom: 11px;
	}
	#booking #discount h4 span {
		font-size: 18px;
	}
	#booking #discount h4 span:last-child {
		font-size: 15px;
		padding:7px 10px;
	}
	#booking #discount ul li {
		font-size: 20px;
	}
	#booking #discount ul li span {
		font-size: 30px;
	}
	#booking #discount ul li span span {
		top: -4px;
	}
	#booking #discount p {
		font-size: 25px;
	}
	
	#type .type_box:nth-child(1) {
		margin-bottom: 70px;
	}

	#type .type_box .price {
		font-size:22px;
	}

	#type .type_box div h4 {
		font-size: 22px;
		margin-right: 30px;
	}
	#type .type_box div p span {
		font-size: 22px;
	}

	/* -------------------------------------
	デリ20200420 5月末日まで延長
	------------------------------------- */
	.may #type .type_box img {
		width: calc((99.9% - 60px)/2);
		height: auto;
	}

}

@media screen and (max-width:1023px) {
#page_mainimg {
	display:table;
	width:100%;
	padding-top: 64px;
	}
}
@media screen and (max-width:980px) {

	/* -------------------------------------
	#booking
	------------------------------------- */
	#booking h3 {
		font-size: 23px;
	}
	#booking > p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.method h4 {
		font-size: 21px;
	}
	
	.method br {
		display: block;
	}

	#booking #discount h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	#booking #discount ul li {
		font-size: 18px;
	}
	#booking #discount ul li span {
		font-size: 27px;
	}
	#booking #discount ul li span span {
		top: -3px;
	}
	#booking #discount p {
		font-size: 23px;
	}
	#type .type_box .price {
		font-size:20px;
	}
    
    
    
    .method .blk-l {
        display: block;
        float: none;
        width: 100%;
        margin: 30px 0;
    }
    .method .blk-r {
        display: block;
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .method .blk-b dl {
        text-align: center !important;
    }

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

	
	.method h4 {
		font-size: 20px;
	}
	.method h4 br {
		display: block;
	}
	.method ul li {
		display: block;
	}
	.method ul li:nth-child(2) dt {
		margin-left: 0;
	}

	#booking #discount h4 {
		font-size: 23px;
	}
	#booking #discount h4 span:last-child {
		font-size: 14px;
		padding: 5px 7px;
		top: -4px;
	}
	#booking #discount ul li {
		margin-bottom: 15px;
	}
	#booking #discount ul li span {
		margin-top: 5px;
		display: block;
	}
	#booking #discount ul li span span {
		margin-top: 0;
		display: inline-block;
	}
	#booking #discount p {
		font-size: 21px;
	}
	#type .type_box .sold {
		font-size: 35px;
		margin-top: 0 0 5px;
	}
	#type .type_box:nth-child(1) {
		margin-bottom: 50px;
	}
	#type .type_box h3 {
		font-size: 22px;
	}
}

@media screen and (max-width:780px) {
#page_mainimg {
	padding-top: 0;
	}
}

@media screen and (max-width:768px) {
	#page_mainimg .imgblk {
		vertical-align:middle;
		display:table-cell;
		width:73%;
		min-width:calc(100% - 200px);
	}
	#page_mainimg #main_caption {
		vertical-align:middle;
		display:table-cell;
		width:27%;
		min-width:200px;
	}
	
	/* -------------------------------------
	#booking
	------------------------------------- */
	#booking h3 {
		font-size: 20px;
		margin-bottom: 7px;
	}
	#booking > p {
		font-size: 15px;
	}
	#booking .method {
		margin-bottom: 30px;
	}
	.method {
		border: 15px solid #e6ddd3;
	}
	.method ul li:nth-child(3) {
		margin-bottom: 20px;
	}
	.method dl.contactlink {
		margin: 0 auto 35px;
	}
	.method dl.contactlink dt {
		position: static;
		margin:0 auto 5px;
	}
	.method dl.contactlink dd {
		display: block;
	}
	.method dl.contactlink dd span:first-child {
		top: -1px;
	}
	.method dl.contactlink dd span:nth-child(3) {
		left:50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform:translateX(-50%);
	}
	.method dl.contactlink dd span:last-child {
		position: relative;
		top: -7px;
	}
	.method a:last-child {
		font-size: 15px;
		padding: 13px 18px;
	}
	#booking #discount {
		padding: 23px 15px 20px;
	}
	#booking #discount h4 {
		font-size: 22px;
	}
	#booking #discount h4 span:last-child {
		top: -3px;
	}
	#booking #discount ul li {
		font-size: 16px;
	}
	#booking #discount ul li span {
		font-size: 23px;
	}
	
	#type .type_box .price {
		font-size:18px;
	}

	/* -------------------------------------
	デリ20200420 5月末日まで延長
	------------------------------------- */
	.may #type .type_box img {
		width: calc((99.9% - 40px)/2);
		height: auto;
	}
	
}
@media screen and (max-width:640px) {
	#deli .page {
		padding-bottom: 60px;
	}
	#page_mainimg #main_cap h2 {
		font-size: 40px;
	}
	#page_mainimg {
		display:block;
		padding-top: 0;
	}
	#page_mainimg .imgblk {
		vertical-align:middle;
		display:block;
		width:100%;
		min-width:100%;
	}
	#page_mainimg #main_caption {
		vertical-align:middle;
		display:block;
		width:100%;
		box-sizing:border-box;
		padding:30px;
	}
	#page_mainimg #main_caption.cap_pc {
		display:none;
	}
	#page_mainimg #main_caption.cap_sp {
		display:block;
	}
	
	#page_mainimg #main_caption img {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
	}
	
	
	/* -------------------------------------
	#booking
	------------------------------------- */
	#booking h3 {
		font-size: 19px;
	}
	#booking > p {
		font-size: 14px;
		margin-bottom: 25px;
	}
	#booking > p br {
		display: none;
	}

	#type .type_box .menu_pc {
		display:none;
	}
	#type .type_box .menu_sp {
		display:block;
	}

	.method {
		padding: 23px 20px;
		border: 10px solid #e6ddd3;
	}
	.method h4 {
		font-size: 18px;
	}
	.method dl dt, .method dl dd {
		font-size: 15px;
	}
	.method dl.contactlink dt {
		font-size: 13px;
	}
	.method dl.contactlink dd {
		font-size: 27px;
	}
	.method dl.contactlink dd span:last-child,.method dl.contactlink dd span:nth-child(3) {
		font-size: 14px;
	}
	.method a:last-child {
		padding: 13px 15px;
	}

	#booking #discount h4 {
		font-size: 20px;
		margin-bottom:15px;
	}
	#booking #discount h4 span {
		font-size: 16px;
	}
	#booking #discount h4 span:last-child {
		width: 114px;
		margin: 5px auto 0;
		display: block;
		position: static;
	}
	#booking #discount ul li {
		font-size: 15px;
	}
	#booking #discount ul li span {
		font-size: 22px;
	}
	#booking #discount p {
		font-size: 19px;
	}
	
	#type .type_box .price {
		font-size:16px;
	}

	/* -------------------------------------
	デリ20200420 5月末日まで延長
	------------------------------------- */
	.may #type .type_box img {
		width:100%;
		height: auto;
		margin-right:0;
	}
	.may #type .type_box img.menu_img {
		float:none;
		margin-bottom:30px;
	}
	.may #type .type_box img.menu_txt {
		float:none;
		padding:0 20px;
		box-sizing:border-box;
	}

}
@media screen and (max-width:540px) {
	#deli .page {
		padding-bottom: 50px;
	}
	.method ul li {
		margin-bottom: 10px;
	}
	.method dl.contactlink {
		margin: 0 auto 20px;
	}
	.method dl.contactlink dd span:last-child, .method dl.contactlink dd span:nth-child(3) {
		display: block;
		position: static;
	}
	.method dl.contactlink dd span:nth-child(3) {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}

	#booking #discount ul li span {
		font-size: 20px;
	}
	#booking #discount p {
		font-size: 17px;
	}

}
@media screen and (max-width:480px) {
	#deli .page {
		padding-bottom: 40px;
	}
	#page_mainimg #main_cap h2 {
		text-align: center;
	}
	#page_mainimg #main_cap h2 span {
		margin-bottom: 10px;
	}
	#page_mainimg #main_cap p, #page_mainimg #main_cap p:last-child {
		text-align: center;
	}
	#booking h3 {
		font-size: 18px;
	}
	#booking h3 br {
		display: block;
	}
	#booking #discount ul li br {
		display: block;
	}
	.method dl a {
		pointer-events:auto;
	}
	.method h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.method a:last-child {
		width: 100%;
		padding: 13px 0;
		position: relative;
	}
	.method a:last-child:before {
		position:absolute;
		top:50%;
		left: 17%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}
	.method a:last-child br {
		display: block;
	}
	.method ul li:nth-child(3) dl dd span {
		position: static;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}
	.method dl {
		text-align: center;
	}
	#booking #discount h4 span {
		font-size: 15px;
		display: block;
		margin-right: 0;
	}
	#booking #discount p {
		font-size: 16px;
	}

}
@media screen and (max-width:479px) {
}
@media screen and (max-width:400px) {
}
@media screen and (max-width:320px) {

}
@media screen and (min-width:769px) {

}










#deli {
padding-top: 0;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
#deli .page {
margin-left: auto;
margin-right: auto;
}
.cd-title {
font-size: 36px;
}
.form-contents {
margin: 5px;
}

    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
	.imgblk {
		display: block;
		position: relative;
	}
	.imgblk img {
		float: left;
		width: 100%;
	}
    .rst-info {
        display: block;
        background-color: #FFF;
        margin: 0 auto 40px;
        border: 10px solid #559A35;
        padding: 20px 30px;
    }
    .rst-info h3 {
        font-size: 18px !important;
        margin: 15px 0 30px;
        text-align: center !important;
        color: rgb(84,88,90) !important;
    }
	.rst-info h3 b {
		display: block;
		font-size: 150%;
	}
    .rst-info p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }
    .rst-info p.intext {
        padding-left: 1em!important;
    }
    .rst-info .hlogo {
        display: block;
        max-width: 180px;
        margin: 0 auto;
            
    }

    .method h4 span{
        display: block;
        font-size: 14px;    
    }
    .method h6 br {
        display: block !important;
    }

    .br-blk {
        display: block;
        padding: 20px 0;
    }
    .br-blk .inr {
        display: block;
        margin-bottom: 30px;
    }
    .br-blk .blk-l {
        float: left;
        width: 55%;
    }
    .br-blk .img-r {
        float: right;
        width: 40%;
    }
    .br-blk .blk-r {
        float: right;
        width: 30%;
        margin-right: 10%;
    }
    .br-blk .img-r02 {
        float: right;
        width: 30%;
        margin-right: 10%;
    }
    
    .youtube {
        /*padding-top: 150%;*/
    }
    
    .br-blk h2 {
        display: block;
        font-size: 20px;
        text-align: left;
        line-height: 1.6em;
        margin-bottom: 20px;
    } 
    .br-blk h2 b {
        float: left;
        color: #FFFFFF;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: normal;
        width:60px;
        height: 60px;
        line-height: 60px;
        font-size: 38px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50%;
        background-image: linear-gradient( 135deg, #F97794 10%, #623AA2 100%);
    } 
    .br-blk h2 b.dnk {
        background-image: linear-gradient( 135deg, #e1bd00 10%, #c66f00 100%);
    }

    .br-blk h2 span {
        float: right;
        width: calc(100% - 80px);
    } 
    #booking .br-blk h3 {
        color: #c66f00 !important;
        text-align: left;
        font-size: 20px;
        line-height: 45px;
        margin-left: 7px;
        margin-bottom: 20px;
        border-top: solid 1px #D5D5D5;
        border-bottom: solid 1px #D5D5D5;
    }
    #booking .br-blk h3 b {
        float: left;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: solid 3px #c66f00;
        color: #c66f00;
        margin-right: 10px;
    }
    
    .br-blk h4 {
        display: block;
        color: #c66f00;
        text-align: left;
        font-size: 16px;
        line-height: 1.6em;
        margin-left: 7px;
		margin-bottom: 5px;
    }
    #booking .br-blk h3.dnk,
    .br-blk h3.dnk,
    .br-blk h4.dnk {
        color:#c66f00 !important;
    }
    
    
    .br-blk p.menu {
        display: block;
        text-align: left !important;
        font-size: 16px;
        line-height: 1.8em;
        margin-left: 7px;
        margin-bottom: 25px;
    }
    .inr-bbtm {
        border-bottom:dashed 1px #ccc;
        padding-bottom:30px;
    }
    
    .date-wrap {
        display: block;
        background: #FFFFFF;
        border: solid 3px #c66f00;
        padding: 25px 5% 35px;
        margin-top: 30px;
    }
    .purp {
        display: inline-block;
        color: #c66f00;
        margin-top: 10px;
        font-size: 120%;
    }
    
    .cal {
        display: block;
        position: relative;
        margin: 50px auto;
        max-width: 800px;
    }
    
    .cal .blk-l {
        display: block;
        float: left;
        width: 48%;
    }
    .cal .blk-r {
        display: block;
        float: right;
        width: 48%;
    }
    .cal .blk-l img,
    .cal .blk-r img {
        width: 100%;
        vertical-align: bottom;
    }
    ul.ex {
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }
    ul.ex li {
        float: right;
        font-size: 13px;
        line-height: 1.2em;
        margin-left: 25px;
    }
    ul.ex li img {
        float: left;
        width: 55px;
        margin-right: 3px;
    }
    
    
    .ex-blk {
        display: block;
        position: relative;
    }
    .ex-blk .blk-l {
        float: left;
        width: 48%;
        margin-bottom: 50px;
    }
    .ex-blk .blk-r {
        float: right;
        width: 48%;
    }
    .ex-blk h3 {
        display: block;
        font-size: 28px !important;
        color: #534741 !important;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
    .ex-blk img {
        display: block;
        vertical-align: bottom;
        width: 100%;
        margin-bottom: 15px;
    }
    .ex-blk p {
        display: block;
        font-size: 18px;
        line-height: 1.8em;
        text-align: left !important;
    }
    
    ul.evmenu {
        display: block;
        color: #534741;
        text-align: left;
        font-size: 16px;
        line-height: 1.4em;
        margin-left: 7px;
        margin-bottom: 25px;
    }
    ul.evmenu li {
        display: block;
        position: relative;
        padding-left: 20px;
    }
    ul.evmenu li:before {
        content: '●';
        position: absolute;
        left: 0;
        top:0;
        opacity: 0.1;
    }
    h2.imgttl {
        display: block;
        text-align: center;
        max-width: 860px;
        margin: 0 auto 70px;
		padding-top: 50px;
    }
	h2.imgttl img {
		width: 100%;
	}
    

    table.tbl {
        border-collapse: collapse;
        font-size: 14px;
        line-height: 1.2em;
        width: 100%;
        color: #221815;
        font-weight: bold;
    }
    table.tbl th, table.tbl td {
        border: solid 1px #221815;
    }
    table.tbl th {
        background: #559A35;
		color: #FFFFFF;
        padding: 15px 3px;
        width: auto;
        text-align: center;
    }
    table.tbl td {
        text-align: left;
        background: #ffffff;
        padding: 15px 10px;
    }
    table.tbl.cnt  {
        margin-top: 35px;
    }
    
    table.tbl.cnt td {
        text-align: center !important;
    }
    p.ntic {
        font-size: 14px !important;
        text-align: left !important;
    }
    .inr p.ntic {
        margin-left: 7px;
    }
	table.tbl.tbl02 td,
	table.tbl.tbl02 th
	{
		width: 20%;
	}
    

    .rst-info .method {
        padding: 10px 40px;
    }
    .rst-info .method a {
         width: 100%;
         max-width: 520px;
    }
    #booking .rst-info .method {
        border: 0 !important;
        margin-bottom: 0 !important;
    }

    .method h4 span{
        display: block;
        font-size: 14px;    
    }
    .method h6 br {
        display: block !important;
    }
    .method dl.contactlink dd span.cnt-tx {
        display: block;
        font-size: 16px;
        margin: 0 0;
        position: relative;
        line-height: 1.4;
    }
    .method dl.contactlink dd span.cnt-tx:first-child:after {
        content: '';
    }
    .method dl.contactlink dd span.cnt-tx.lst {
        margin-top: 5px;
    }
    .method .blk-b {
        margin-top: 10px;
    }
    .method dl.contactlink dt {
        margin-bottom: 10px;
        background-color: rgb(84,88,90) !important;
    }
	.method.rsv-wrap a:last-child {
		float: right;
		padding: 16px 7px 15px;
		display: inline-block;
		vertical-align: middle;
		background-color: #d9b23f;
		width: 100%;
		box-sizing: border-box;
	}
    .method.rsv-wrap a:last-child:before {
            content: "";
    }
   
    .access {
        display: block;
        margin: 100px auto;
        text-align: center;
        background: #f7f7f7;
        padding: 50px;
        border-radius: 5px;
    }
    .access h3 {
        font-size: 25px;
        letter-spacing: 0.1em;
        padding-bottom: 15px;
        margin-bottom: 15px;
        color: #54585a !important;
    }
    .access img{
        display: block;
        max-width: 850px;
        margin: 0 auto 40px;
    }
    .access .method {
        border: 0 !important;
        background: none  !important;
    }
	
	.method .blk-l {
    float: left;
    width: 48%;
	}
	.method .blk-l-l {
		float: left;
		width: 25%;
		margin: 10px 0;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.method .blk-l-l img {
		width: 100%;
	}
	
	.method .blk-r {
		float: right;
	}

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

#deli {
padding-top: 97px;
}

#deli .page {
width: 94%;
}

.imgblk img {
float: none;
}

	    .pc {
            display: none;
        }
        .sp {
            display: block;
        }
        
        .br-blk .blk-l {
            float: none;
            width: 100%;
			margin-bottom: 40px;
        }
        .br-blk .img-r02,
        .br-blk .img-r {
            float: none;
            width: 100%;
            margin: 0 auto 30px;
        }
        .br-blk .blk-r {
            float: none;
            width: 100%;
            max-width: 300px;
            margin: 0 auto 30px;
        }

        .cal .blk-r,
        .cal .blk-l {
            float:none;
            width: 100%;
            margin: 0 0 30px;
        }
        .ex-blk .blk-r,
        .ex-blk .blk-l {
            float: none;
            width: 100%;
            margin-bottom: 50px;
        }
        .ex-blk h3 {
            font-size: 16px !important;
        }
        
        table.tbl {
            font-size: 12px;
        }
        .access {
            margin: 70px auto;
            padding: 30px 15px;
        }
        .rst-info h3 {
            font-size: 16px !important;
        }
        .method dl.contactlink dd {
            /*font-size: 20px;*/
        }
        .method dl.contactlink dd span.cnt-tx {
            font-size: 13px;
        }
        .rst-info .method {
            padding: 10px 0;
        }
		
		.method .blk-l {
			width: 100%;
			float: none;
		}
		.method .blk-l-l {
			float: none;
			width: 100%;
			margin: 10px 0;
			padding-right: 0;
		}
		.method .blk-l-l img {
			margin-bottom: 15px;
		}

		.method .blk-r {
			float: none;
			width: 100%;
		}
		table.tbl.tbl01 th {
			width: 85px;
		}
		#booking > p br {
			display: block !important;
		}

		h3.tbl-ttl{
			color: #000000 !important;
			margin-top: 35px !important;
		}
		table.tbl.tbl-sp {
			margin: 10px 0;
		}
		table.tbl.tbl-sp .tbl-hdr {
			background:#438126;
		}
		table.tbl.tbl-sp td {
			width: 50%;
		}
		
		.method.rsv-wrap a:last-child {
			float: none;
			display: block;
			margin: auto;
		}


    }





h2.sandan_title {
	width: 80%;
	max-width: 400px;
	margin: 30px auto;
	padding: 5px 0;
	border-top: 3px solid #d9b23f;
	border-bottom: 3px solid #d9b23f;
	color: #d9b23f;
	text-align: center;
	}

.sandan_img {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	}
	.sandan_img img {
		width: 100%;
		}

.osechi_sandan {
	width: 80%;
	margin: 0 auto;
	}

.osechi_info {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	}
	.osechi_info dt {
		width: 100px;
		}
	.osechi_info dd {
		width: auto;
		}
		.osechi_info dd div {
			}
		.osechi_info dd ul {
			list-style-type: none;
			margin-left:14px;
			}
			.osechi_info dd ul li:before {
				content: '◇';
				margin-left:-14px;
				}

.osechi_sandan dl {
	margin: 0 0 30px;
	}
	.osechi_sandan dl dt {
		font-size: 19px;
		}

	.osechi_sandan dl dd ul.dot {
		padding-left: 18px;
		list-style-type: disc;
		}
	.osechi_sandan dl dd ul.maru {
		margin: 0;
		padding: 0
		}
	.osechi_sandan dl dd ul.maru li {
		list-style: none;
		padding-left: 1.3em;
		text-indent: -1.3em;
		}

	.osechi_sandan dl dd ul.kome {
		list-style-type: none;
		margin-left:14px;
		}
		.osechi_sandan dl dd ul.kome li:before {
				content: '※';
				margin-left:-14px;
				}

.haisou {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 120px;
	}
	.haisou_img,
	.haisou_txt {
		width: 50%;
		}
	.haisou_img {
		
		}
		.haisou_img img {
			object-fit: cover;
			}
	.haisou_txt {
		padding: 60px;
		background-color: rgb(236,236,235);
		}
		.haisou_txt h3 {
			font-size: 28px;
			}

@media screen and (max-width:780px) {
	.haisou_img,
	.haisou_txt {
		width: 100%;
		}
	.haisou_txt {
		padding: 30px;
		}
}
