@charset "utf-8";
.first-view {
	height: calc(100vh - 110px);
	background-image: url(../images/index/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.first-view-text {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-bottom: 80px;
	color: #ffffff;
	font-weight: bold;
}
.first-view-text h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 56px;
	line-height: 72px;
	/*text-shadow*/
	text-shadow: 1px 1px 10px #4b2c14;
}
.first-view-text p {
	font-size: 18px;
	margin-top: 20px;
	/*文字間隔 */
	letter-spacing: 0.2em;
	/*text-shadow*/
	text-shadow: 1px 1px 10px #4b2c14;
}
.lead {
	/*max-width: 1200px;*/
	max-width: 1000px;
	margin: 60px auto;
	padding-left: 100px;
	padding-right: 100px;
}
.lead p {
	line-height: 2;
	text-align: left;
}
.link-button-area {
	text-align: center;
	margin-top: 40px;
}
.link-button {
	background-color: #f4dd64;
	display: inline-block;
	min-width: 180px;
	line-height: 48px;
	border-radius: 24px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}
.link-button:hover {
	background-color: #d8b500;
}
.recommended {
	padding-bottom: 30px;
  /*background-color: #f8f8f8;*/
  /*background-color: rgba(255,255,153,0.2); */

}
.recommended h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	border-top: 1px solid #61100f;
	border-bottom: 1px solid #61100f;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(255, 204, 0, 0.1);
	color: #61100f;
	/*text-shadow*/
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
/*
.recommended h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
*/
.picture {
	display: block;
	width: 50%;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 60px;
	/*margin-bottom: 30px;*/
}
.item-list {
	display: flex;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	overflow: scroll;
}
.item-list li {
	flex-shrink: 0;
	width: 260px;
	margin-left: 75px;
}
.item-list li:first-child {
	margin-left: 0;
}
.item-list dl {
	margin-top: 20px;
}
.item-list dt {
	font-weight: bold;
}
.item-list dd {
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
}
.item-list .price {
	font-weight: bold;
	margin-top: 15px;
}

/*▼モバイル・タブレット画面サイズが800pxまで適用される▼*/
@media (max-width: 800px) {
.first-view {
	height: calc(100vh - 50px);
	background-image: url(../images/index/bg-main-sp.jpg);
	align-items: flex-start;
}
.first-view-text {
	padding-top: 60px;
	padding-left: 20px;
}
.first-view-text h1 {
	font-size: 36px;
	line-height: 48px;
}
.first-view-text p {
	font-size: 14px;
	margin-top: 15px;
}
.recommended h2 {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.lead {
	padding-left: 20px;
	padding-right: 20px;
}
.lead p {
	text-align: left;
}
.picture {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.item-list {
	padding-left: 20px;
	padding-right: 20px;
}
.item-list li {
	width: 220px;
	margin-left: 30px;
}
}
