@charset "utf-8";

/* おいしさのひみつ専用設定 secret.html */

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

#pc-main-image {
	width: 100%;
	background: #fff;
	padding-top: 115px;
	padding-bottom: 60px;
}
#pc-main-image p,
#pc-main-image h1 {
	text-align: center;
}
#pc-main-image p {
	text-align: center;
	font-size: 20px;
	font-family: "museo_slab500";
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
#pc-main-image p  span {
	border-bottom: 2px solid #000;
}
#sp-main-image {
	display: none;
}

@media screen and (max-width: 736px) {
	#pc-main-image {
		display: none;
	}
	#sp-main-image {
		display: block;
		width: 100%;
		height: 100vh;
		background: #fff;
		padding-top: 50px;
	}
	#sp-main-image .page-title {
		padding-top: 40px;
	}
	#sp-main-image p {
		width: 100%;
		text-align: center;
		font-family: "museo_slab500";
		letter-spacing: 0.12em;
		margin-bottom: 57px;
	}
	#sp-main-image p span {
		border-bottom: 2px solid #000;
	}
	#sp-main-image h1 img {
		width: 100%;
	}
}

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

main {
	margin: 0;
	padding-top: 140px;
}
main section {
	width: 853px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main h1 {
	text-align: center;
	font-size: 20px;
	font-family: "museo_slab500";
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
section .figure {
	width: 328px;
}
section .inner p {
	line-height: 1.8em;
}
section .inner {
	width: 460px;
	padding-top: 1em;
}

#ready .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ready .inner ul li {
	margin-bottom: 15px;
}

#ready {
	margin-bottom: 123px;
}
#ready .cont-btn {
	width: 324px;
	margin: 0 auto;
}
#ready #m01 a {
	background: url("../images/common/btn-eatin.png") left top no-repeat;
	background-size: cover;
}
#ready #m01 a:hover {
	background: url("../images/common/btn-eatin.png") left bottom no-repeat;
	background-size: cover;
}
#ready #m02 a {
	background: url("../images/common/btn-takeout.png") left top no-repeat;
	background-size: cover;
}
#ready #m02 a:hover {
	background: url("../images/common/btn-takeout.png") left bottom no-repeat;
	background-size: cover;
}

@media screen and (max-width: 736px) {
	main {
		width: 100%;
		margin: 32px 0 45px 0;
	}
	main section {
		width: 86%;
		flex-flow: column;
	}
	section .figure {
		width: 100%;
	}
	section .figure img {
		width: 100%;
	}
	section .inner {
		width: 100%;
		text-align:justify;
	}
	section .inner h2 {
		margin-bottom: 40px;
	}
	section .inner p {
		width: 83%;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.inner .ex-link ul {
		display: block;
	}
	.inner .ex-link li {
		text-align: right;
		line-height: 2.8em;
	}
}