@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#contents-area .read {
	margin-bottom: 40px;
}

#lower-contents #main-contents .outline {
	margin-bottom: 40px;
}

#main-contents #shikisai {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#lower-contents #main-contents #shikisai li {
	display: block;
	width: calc(50% - 10px);
}

#lower-contents #main-contents #shikisai li + li {
	margin-top: 20px;
}

#lower-contents #main-contents #shikisai #big {
	width: 100%;
}

#main-contents .photo-list {
	display: flex;
	justify-content: space-between;
}

#main-contents .photo-list li {
	width: calc(50% - 10px);
}

#main-contents #food #tobeyaki {
	width: 40%;
	float: right;
	margin-left: 15px;
}

/* #main-contents section #nst-link {
	width: 100%;
	margin: 0;
} */

.nst-link a {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 15px;
	border: 1px solid var(--color-link);
	border-radius: 5px;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.1s ease-in-out;
}

.nst-link a + a {
	margin-top: 10px;
}

.nst-link a h1 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #333;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.nst-link a h1 span {
	display: inline-block;
	white-space: nowrap;
}

.nst-link a h1:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 18px;
	height: 18px;
	background: #555 url(../../../../common/images/arrow_round_down.png) left center no-repeat;
	background-size: 18px 18px;
	border-radius: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.nst-link .transit h1:before {
	background: #555 url(../../../../common/images/arrow_round.png) left center no-repeat;
	background-size: 18px 18px;
}

.nst-link a p {
	font-size: 1.3rem;
	line-height: 1.6;
}

.nst-link a:hover {
	background-color: rgba(0,174,255,0.05);
}

.nst-link a:hover h1 {
	color: var(--color-link);
}

.nst-link a:hover h1:before {
	background-color: var(--color-link);
}

#main-contents .outline div {
	margin-bottom: 30px;
}

#main-contents .outline div:last-child {
	margin-bottom: 0 !important;
}

#main-contents #flow .flow-item {
	/* margin-top: 0; */
	overflow: hidden;
}

#main-contents #other h4 span {
	margin-left: 10px;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
}

#main-contents #other .goal {
	display: flex;
	align-items: center;
	font-weight: bold;
}

#main-contents #other .goal span {
	margin-right: 5px;
	padding: 5px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background-color: var(--color-link);
	border-radius: 5px;
	min-width: max-content;
}

#main-contents #other dl {
	font-size: 1.4rem;
}

#main-contents #other div {
	margin-bottom: 20px;
}

#main-contents #other dt {
	font-weight: bold;
}

#main-contents #other dd {
	color: #666;
}


@media screen and (min-width: 768px) {
	#main-contents #shikisai {
		display: block;
	}

	#lower-contents #main-contents #shikisai li {
		float: right;
		width: calc(33.6% - 20px);
	}

	#lower-contents #main-contents #shikisai li + li {
		margin-top: 0;
	}

	#lower-contents #main-contents #shikisai li:last-child {
		margin-top: 20px;
	}
	
	#lower-contents #main-contents #shikisai #big {
		float: left;
		width: 66.3%;
		margin-right: 20px;
	}

	#main-contents .photo-list li {
		width: calc(50% - 10px);
	}

	#main-contents #food #tobeyaki {
		width: 30%;
		margin-left: 20px;
	}

	.nst-link {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.nst-link a {
		width: calc(33.3333% - 10px);
	}

	.nst-link a + a {
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	#lower-contents #main-contents #shikisai li {
		width: calc(33.6% - 30px);
	}

	#lower-contents #main-contents #shikisai li:last-child {
		margin-top: 30px;
	}
	
	#lower-contents #main-contents #shikisai #big {
		margin-right: 30px;
	}

	#main-contents .photo-list li {
		width: calc(50% - 15px);
	}

	.nst-link a h1 {
		font-size: 1.8rem;
	}

	#main-contents #other .goal {
		font-size: 1.5rem;
	}
}