@charset "UTF-8";

/* ページタイトル */
#page-title-sec .container .contents .inner-img {
	background-image: url(../img/sushi/pagetop.jpg);
	background-position: 50% 50%;
}


/* お寿司づくりのこだわり */
#message-sec .contents-top {
	display: flex;
	justify-content: space-between;
}

#message-sec .contents-top .title-image {
	width: calc(57% + calc(50vw - 50%));
	margin-left: calc(50% - 50vw);
}

#message-sec .contents-top .title-image figure {
	margin-right: 0;
	margin-left: auto;
	max-width: 770px;
	position: relative;
}

#message-sec .contents-top .title-image figure::after {
	content: "";
	position: absolute;
	top: 68%;
	right: 0;
	background-image: url(../img/sushi/message-title-items.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 100%;
	width: min(440px, 70%);
	aspect-ratio: 11/4;
}

#message-sec .contents-top .inner {
	width: 43%;
	padding: 0 50px;
}

#message-sec .contents-top .inner h4 {
	font-size: 25px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #3b7d72;
}

#message-sec .contents-top .inner .ttl-jp {
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #3b7d72;
	display: flex;
	align-items: center;
}

#message-sec .contents-top .inner .ttl-jp:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	background-color: #3b7d72;
}

#message-sec .contents-top .inner .comment {
	text-align: justify;
	margin-top: 20px;
}

#message-sec .contents {
	display: flex;
	justify-content: space-between;
	margin: 80px auto;
}

#message-sec .contents:nth-of-type(odd) {
	flex-direction: row-reverse;
}

#message-sec .contents .inner {
	width: 45%;
	padding: 0 50px;
	position: relative;
}

#message-sec .contents .inner::after {
	content: "";
	position: absolute;
	top: 0;
	width: 380px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-image: url(../img/common/pattern-stripe.svg);
	background-size: 80px;
	z-index: -1;
}

#message-sec .contents:nth-of-type(even) .inner::after {
	left: 50%;
}

#message-sec .contents:nth-of-type(odd) .inner::after {
	right: 50%;
}

#message-sec .contents .inner .ttl-box {
	display: flex;
	align-items: center;
	background-color: #4d2b18;
	color: #ffffff;
	height: 60px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
/* ブレイクポイント1160 */
@media screen and (max-width: 1160px) {
	#message-sec .contents .inner .ttl-box {
		height: 80px;
	}
}

#message-sec .contents .inner .ttl-box .num {
	line-height: 1.5;
	font-weight: 500;
	background-color: #948074;
	height: 60px;
	padding: 13px 10px;
	position: relative;
}
/* ブレイクポイント1160 */
@media screen and (max-width: 1160px) {
	#message-sec .contents .inner .ttl-box .num {
		height: 80px;
		padding: 24px 0 24px 10px;
	}
}

#message-sec .contents .inner .ttl-box .num::after {
	content: "";
	position: absolute;
	top: 0;
	left: 99%;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #948074;
}
/* ブレイクポイント1160 */
@media screen and (max-width: 1160px) {
	#message-sec .contents .inner .ttl-box .num::after {
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
	}
}

#message-sec .contents .inner .ttl-box .ttl {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px;
}

#message-sec .contents .inner .ttl-box .ttl span {
	font-size: 15px;
	display: inline-block;
}

#message-sec .contents .inner .comment {
	text-align: justify;
	color: #4d2b18;
	margin-top: 20px;
}

#message-sec .contents figure {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: calc(55% + calc(50vw - 50%));
	height: 400px;
}

#message-sec .contents:nth-of-type(even) figure {
	margin-right: calc(50% - 50vw);
}

#message-sec .contents:nth-of-type(odd) figure {
	margin-left: calc(50% - 50vw);
}

#message-sec .contents.message01 figure {
	background-image: url(../img/sushi/message01.jpg);
}

#message-sec .contents.message02 figure {
	background-image: url(../img/sushi/message02.jpg);
}

#message-sec .contents.message03 figure {
	background-image: url(../img/sushi/message03.jpg);
}


/* 一覧ページへのリンク */
#link-list-area .ttl {
	font-size: 25px;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	color: #4d2b18;
}

#link-list-area .ttl span {
	background: linear-gradient(transparent 70%, #f5d22e 70%);
}

#link-list-area .contents {
	max-width: 860px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#link-list-area .contents a {
	width: 47%;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
	display: block;
}

#link-list-area .contents a:nth-of-type(1) {
	background-color: #4d2b18;
}

#link-list-area .contents a:nth-of-type(2) {
	background-color: #3b7d72;
}

#link-list-area .contents a figure {
	overflow: hidden;
}

#link-list-area .contents a figure img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#link-list-area .contents a:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#link-list-area .contents a .comment {
	padding: 20px;
	text-align: justify;
	line-height: 1.8;
}



/* スマートフォン用 - ブレイクポイント768　*/
@media screen and (max-width: 768px) {

	/* お寿司づくりのこだわり */
	#message-sec .contents-top {
		display: block;
	}

	#message-sec .contents-top .title-image {
		width: 100%;
		margin-left: 0;
		aspect-ratio: 12/7;
	}

	#message-sec .contents-top .inner {
		width: 100%;
		padding: 0;
	}

	#message-sec .contents-top .inner h4 {
		font-size: 20px;
	}

	#message-sec .contents {
		display: block;
	}

	#message-sec .contents .inner {
		width: 100%;
		padding: 0;
	}

	#message-sec .contents:nth-of-type(even) .inner::after {
		left: 45%;
	}

	#message-sec .contents:nth-of-type(odd) .inner::after {
		right: 45%;
	}

	#message-sec .contents .inner .ttl-box .ttl {
		font-size: 16px;
		margin-left: 15px;
	}

	#message-sec .contents .inner .ttl-box .ttl span {
		font-size: 14px;
	}

	#message-sec .contents figure {
		width: calc(100% + calc(50vw - 50%));
		height: 260px;
		margin-top: 20px;
	}


	/* 一覧ページへのリンク */
	#link-list-area .ttl {
		font-size: 18px;
	}

	#link-list-area .contents {
		max-width: 860px;
		margin: 50px auto 0;
		display: block;
	}

	#link-list-area .contents a {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 30px;
	}


}