
.secMain {
	background: url(../img/main/restaurant.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 85vh;
}

.inner {
	max-width: unset;
	margin: unset;
}

#restaurant{
	color: #474646;
	padding: 5vw 0 7.14285714vw;
	background: #FAF8E1;
	background: linear-gradient(90deg, rgba(250, 248, 225, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 248, 225, 1) 100%);
}

.wankyu_wap {
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	max-width: 77.14285714vw;
	padding: 5vw 0 8.57142857vw;
}

.wankyu_wap .h2Title{
	padding: 0 3.57142857vw 0;
}

.wankyu_wap .h2Title h2{
	text-align: center;
	font-size: 60px;
	border-bottom: 1px solid #c20c0e;
}

.decorateObi{
	padding: 5vw 0 0;
	width: 5.35714286vw;
	margin: 0 auto;
}

.decorateObi img{
	width: 100%;
}

.foodImage{
	padding: 3.57142857vw 0 3.57142857vw;
	margin: 0 9.07142857vw;
}

.foodImage img{
	width: 100%;
}

.price .course{
	color: #c20c0e;
	font-weight: bold;
	margin-bottom: 1.42857143vw;
}

.price .course .txtSize_L{
	font-size: 40px;
}

.price .course .txtSize_M {
	font-size: 34px;
}

.price .course .txtSize_S {
	font-size: 18px;
}

.price .caution{
	line-height: 1.7;
}

.oshinagakiList{
	margin: 4.64285714vw 7.14285714vw;
}

.oshinagakiBox{
	display: flex;
	position: relative;
	padding: 5vw 4.28571429vw;
	/* 内枠のスタイル */
	border: solid 1px #d2ad5c;
	flex-direction: row-reverse;
}

.oshinagakiBox::before {
	content: "";
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: -15px;
	right: -15px;
	/* 外枠のスタイル */
	border: solid 5px #d2ad5c;
	z-index: 0;
}

.oshinagakiTitle img{
	width: 8.14285714vw;
}

.oshinagakiBox .oshinagaki{
	display: flex;
	flex-direction: row-reverse;
	text-align: left;
	justify-content: flex-start;
	margin-right: 10.35714286vw;
}

.oshinagaki dl {
	display: flex;
	flex-direction: column;
	margin-left: 1.07142857vw;
}

.oshinagaki dl dt{
	color: #c20c0e;
	writing-mode: vertical-rl;
	flex-shrink: 1;
	height:96px;
	font-size: 24px;
}

.oshinagaki dl dd{
	writing-mode: vertical-rl;
	flex-shrink: 2;
	height: 264px;
	font-size: 24px;
}

.contactTelBtn {
	padding: 2.14285714vw 8.57142857vw;
}
.contactTelBtn a{
	font-size: 45px;
	color: #fff;
	background-color: #c20c0e;
	border-radius: 0.96vw;
	padding: 2.14285714vw 8.57142857vw;
	position: relative;
}

.contactTelBtn a::before{
	content: "";
	display: inline-block;
	width: 37px;
	height: 35px;
	background-image: url(../img/restaurant/tel_icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 0.35714286vw;
}

.contactTelBtn a:hover {
	opacity: 0.8;
	transition: 1s;
}

.contactCaution{
	margin: 1.07142857vw 0 3.57142857vw;
}

.storeInformation{
	line-height: 1.8;
}

/*　　タブレット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld,
only screen and (max-width: 1024px) {
	.wankyu_wap .h2Title h2 {
		font-size: 32px;
	}

	.price .course .txtSize_L {
		font-size: 24px;
	}

	.price .course .txtSize_M {
		font-size: 20px;
	}

	.oshinagakiBox {
		align-items: center;
	}

	.oshinagakiBox .oshinagaki {
		margin-right: 4vw;
	}

	.oshinagaki dl dt {
		font-size: 20px;
		height: 80px;
	}

	.oshinagaki dl dd {
		font-size: 20px;
		height: 220px;
		margin-top: 20px;
	}

	.contactTelBtn a {
		font-size: 24px;
	}

	.contactTelBtn a::before {
		width: 24px;
		height: 23px;
	}
}

/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.secMain {
		background: url(../img/main/sp_restaurant.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.inner {
		max-width: unset;
		margin: unset;
		padding: 0;
	}

	.wankyu_wap {
		padding: 5vw 3vw 10vw;
		max-width: 95vw;
	}

	.wankyu_wap .h2Title {
		padding: 0 0 0;
	}

	.decorateObi {
		width: 40px;
	}

	.foodImage {
		margin: 0 0;
	}

	.oshinagakiList {
		margin: 10vw 5vw 15vw;
	}

	.oshinagakiBox {
		flex-direction: column;
	}

	.oshinagakiTitle img {
		width: 100%;
	}
	
	.oshinagakiBox .oshinagaki {
		flex-direction: column;
		margin-right: unset;
		margin: 30px 0;
		width: 95%;
	}

	.oshinagaki dl {
		display: flex;
		flex-direction: row;
		margin-left: unset;
		align-items: center;
	}

	.oshinagaki dl dt {
		font-size: 18px;
		writing-mode: unset;
		width: 30%;
		height: auto;
	}

	.oshinagaki dl dd {
		font-size: 18px;
		writing-mode: unset;
		width: 70%;
		height: auto;
		white-space: nowrap;
		margin-top: unset;
	}

	.contactTelBtn {
		padding: 2vw 4vw;
	}

	.contactTelBtn a {
		padding: 3vw 8vw;
	}

	.contactTelBtn a::before {
		width: 24px;
		height: 23px;
	}

	.contactCaution {
		margin: 2vw 0 10vw;
	}

}