@charset "UTF-8";
h1, h2, h3, h4 {
	font-weight: normal;
}

ul {
	list-style: none;
}

a.-map {
	margin-left: 10px;
}

.btn-bk {
	width: 400px;
	max-width: 100%;
	background-color: #000;
	transition: opacity .2s;
	margin-top: 30px;
}

.btn-bk:hover {
	opacity: .6;
}

.btn-bk.-nolink:hover {
	opacity: 1;
}

.btn-bk a,
.btn-bk.-nolink  {
	padding: 15px 10px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-bk a {
	width: 100%;
	height: 100%;
}

.ttl-l,
.ttl-m {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.ttl-m {
	font-size: 24px;
}

.hero {
	width: 100%;
	aspect-ratio: 1400/520;
	background: url(/assets/img/sakana/index/hd-hero-pc@2x.jpg) no-repeat center / cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hero.-spot {
	aspect-ratio: 1400/450;
	background: url(/assets/img/sakana/spot/hd-hero-pc@2x.jpg) no-repeat center / cover;
}

.hero.-shop {
	aspect-ratio: 1400/450;
	background: url(/assets/img/sakana/shop/hd-hero-pc@2x.jpg) no-repeat center / cover;
}

.hero_logo {
	position: absolute;
	top: 0;
	left: 10%;
	width: 110px;
	box-shadow: 0px 3px 6px 0px #00000060;
}

.hero_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero_ttl {
	height: 26svw;
	position: relative;
}

.hero.-shop .hero_ttl {
	max-width: 50%;
}

.hero_ttl img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero_note {
	padding: 8px 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #E73429;
}

.anchorlink {
	background-color: #000;
}

.anchorlink_list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.anchorlink a {
	display: block;
	width: 20%;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	border-right: 1px solid #555;
	box-sizing: border-box;
	transition: opacity .2s;
}

.anchorlink a:last-child {
	border-right: none;
}

.anchorlink a:hover {
	opacity: .6;
}

.main {
	overflow-x: hidden;
}

.sakanaSec {
	margin-bottom: 100px;
}

.sakanaSec_hd {
	width: 100%;
	aspect-ratio: 1400/400;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 90px;
}

.sakanaSec_hd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sakanaSec_hd_ttl {
	width: 700px;
	max-width: 90%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background-color: #000;
	position: absolute;
	bottom: -30px;
}

.sakanaSec_unit {
	text-align: center;
	margin-bottom: 50px;
}

.sakanaSec_unit_cnt {
	margin-top: 50px;
}

.umai_cntwrap {
	position: relative;
}

.umai_kitokito {
	position: absolute;
	top: -160px;
	right: 0;
	width: 265px;
	max-width: 100%;
}

.umai_kitokito img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.umai_ikesu {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.umai_ikesu::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -30px;
	width: 216px;
	height: 161px;
	background: url(/assets/img/sakana/index/sec01-ikesu-chara01@2x.png) no-repeat center / contain;
}

.umai_ikesu img {
	width: 50%;
}

.umai_feature_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2%;
}

.umai_feature_list > li {
	width: 32%;
}

.umai_feature_list > li > img {
	margin-bottom: 20px;
}

.umai_feature_list > li > p {
	text-align: left;
}

.season_cal_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #0D4F9F;
	margin-bottom: 20px;
}

.season_cal > img {
	margin-bottom: 10px;
}

.season_feature {
	margin-top: 50px;
}

.season_feature_intro {
	text-align: left;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #88D6FF;
	border-radius: 100px;
	padding: 20px;
}

.season_feature_intro img {
	margin-right: 20px;
}

.season_feature_list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2%;
}

.season_feature_list > li {
	width: 23.5%;
}

.season_feature_list > li > h4 {
	margin-top: 20px;
}

.season_feature_list > li > h4 > span {
	display: block;
	font-size: 15px;
}

.season_feature_list > li > p,
.season_feature_list > li > dl {
	text-align: left;
}

.season_feature_list > li > dl {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

.season_feature_list > li > dl > dt {
	font-weight: bold;
}

.sustainable_method {
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top: 50px;
}

.sustainable_method_hd {
	display: flex;
	align-items: center;
}

.sustainable_method_text {
	flex: 1;
	margin-right: 5%;
}

.sustainable_method_text > h3 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 18px;
	position: relative;
	margin-bottom: 10px;
}

.sustainable_method_text > h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	width: 8px;
	height: 70%;
	background-color: #0D4F9F;
}

.sustainable_method_body {
	margin-top: 30px;
}

.sustainable_method_feature {
	margin-bottom: 30px;
}

.sustainable_method_feature_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #0D4F9F;
	margin-bottom: 10px;
}

.sustainable_method_feature ol {
	list-style: none;
}

.sustainable_method_feature ol > li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #EAF4F8;
	padding: 10px 30px 10px 55px;
	margin-bottom: 5px;
	counter-increment: cnt;
	position: relative;
}

.sustainable_method_feature ol > li::before {
	content: counter(cnt);
	position: absolute;
	left: 30px;
	top: calc(50% - 0.8em);
	color: #E73429;
}

.sustainable_method_body_img {
	display: block;
	margin: 0 auto;
}

.location_sinkansen {
	margin-top: 30px;
	width: 100%;
}

.location_sinkansen img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.location_unesco {
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
	background-color: #FAF3D7;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.location_unesco img {
	margin-right: 30px;
}

.bnr {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	margin-bottom: 20px;
	gap: 10px 20px;
}

.bnr a {
	display: block;
	width: 100%;
	transition: opacity .2s;
}

.bnr a:hover {
	opacity: .6;
}

.bnr a img {
	width: 100%;
	height: 100%;
}

/* spot */
.spot {
	margin-bottom: 100px;
}

.spot_item {
	margin-top: 100px;
}

.spot_ttl {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
}

.spot_ttl h2 {
	font-size: 30px;
	line-height: 1.5;
	padding: 10px 0;
}

.spot_description {
	margin-bottom: 30px;
}

.spot_info {
	display: flex;
}

.spot_info_tbl {
	flex: 1;
	margin-right: 40px;
}

.spot_info_tbl > dl {
	display: flex;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

.spot_info_tbl > dl:last-child {
	border-bottom: 1px solid #ccc;
}

.spot_info_tbl > dl > dt,
.spot_info_tbl > dl > dd {
	padding: 10px 15px;
	box-sizing: border-box;
}

.spot_info_tbl > dl > dt {
	width: 120px;
	background-color: #F2F2EE;
}

.spot_info_tbl > dl > dd {
	flex: 1;
}

.spot_info_tbl .access dt {
	font-weight: bold;
}

.spot_info_tbl .access ul li {
	padding-left: 1em;
	position: relative;
}

.spot_info_tbl .access ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '・';
}

.spot_info_img {
	width: 260px;
}

.spot_info_img img {
	width: 100%;
}

/* shop */
.hero .bosyu {
	position: absolute;
	right: 10%;
	bottom: -50px;
	width: 150px;
	height: 150px;
	background-color: #E73429;
	border-radius: 50%;
	box-shadow: 0px 3px 6px 0px #00000031;
	overflow: hidden;
	transition: .2s;
}

.hero .bosyu:hover {
	transform: translateY(10px);
	box-shadow: 0px 3px 6px 0px #00000000;
}

.hero .bosyu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

.hero .bosyu a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid #fff;
	width: 92%;
	height: 92%;
	border-radius: 50%;
}

.hero .bosyu a::after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 10px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #F5FF00 transparent transparent transparent;
}

.intro {
	margin-top: 100px;
	margin-bottom: 100px;
}

.intro_text {
	text-align: center;
	margin-bottom: 50px;
}

.intro_food {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.intro_food > li {
	width: 15%;
}

.intro_food > li img {
	width: 100%;
	height: 100%;
}

.intro_food figcaption {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

.search {
	margin-bottom: 100px;
}

.search_wrap {
	background-color: #F2F2EE;
	padding: 50px;
	border-radius: 30px;
	box-sizing: border-box;
}

.search_ttl {
	text-align: center;
}

.search_tbl {
	margin-top: 20px;
}

.search_tbl > dl {
	display: flex;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

.search_tbl > dl:last-child {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.search_tbl > dl > dt {
	box-sizing: border-box;
	padding: 10px 15px 10px 0;
	width: 120px;
	font-weight: bold;
}

.search_tbl > dl > dd {
	box-sizing: border-box;
	padding: 10px 0;
	padding-right: 0;
	flex: 1;
}

.search .btn-bk {
	margin-left: auto;
	margin-right: auto;
}

.partner {
	background-color: #F2F2EE;
	padding: 100px 0;
}

.partner_intro_text {
	text-align: center;
	margin-bottom: 30px;
}

.partner_tbl {
	margin-bottom: 50px;
}

.partner_tbl > dl {
	display: flex;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

.partner_tbl > dl:last-child {
	border-bottom: 1px solid #ccc;
}

.partner_tbl > dl > dt,
.partner_tbl > dl > dd {
	padding: 10px 15px;
	box-sizing: border-box;
}

.partner_tbl > dl > dt {
	width: 180px;
	background-color: #EAE6DD;
	font-weight: bold;
}

.partner_tbl > dl > dd {
	flex: 1;
	background-color: #fff;
}

.partner_tbl > dl > dd > ul > li {
	position: relative;
	padding-left: 1em;
}

.partner_tbl > dl > dd li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '・';
}

.partner_form {
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	padding: 50px 0;
}

.partner_form:last-child {
	border-bottom: 1px solid #ccc;
}

.partner_form_ttl {
	position: relative;
	padding-left: 20px;
}

.partner_form_ttl::before {
	position: absolute;
	left: 0;
	top: 10%;
	content: '';
	width: 8px;
	height: 80%;
	background-color: #0D4F9F;
}

@media screen and (max-width:999px) {
	.hero_logo {
		left: 20px;
		width: 80px;
	}

	.umai_kitokito {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto  30px auto;
	}
}

@media screen and (max-width:767px) {
	.ttl-l{
		font-size: 20px;
	}

	.ttl-m {
		font-size: 18px;
	}

	a.-map {
		margin-left: 0;
	}

	.btn-bk a,
	.btn-bk.-nolink  {
		font-size: 14px;
	}

	.hero {
		aspect-ratio: 1/1;
		background: url(/assets/img/sakana/index/hd-hero-sp@2x.jpg) no-repeat center / cover;
	}

	.hero.-spot,
	.hero.-shop {
		aspect-ratio: 1400/500;
	}

	.hero_logo {
		left: 12px;
		width: 60px;
	}

	.hero_ttl {
		height: 45svw;
		margin-top: -30px;
	}

	.hero.-spot .hero_ttl,
	.hero.-shop .hero_ttl  {
		height: 28svw;
		margin-top: 0;
	}

	.hero_note {
		padding: 8px 0;
		font-size: 12px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.anchorlink a {
		width: calc(50% - 1px);
		width: 50%;
		font-size: 13px;
		padding: 12px 0;
	}

	.anchorlink a:nth-child(2n){
		border-right: none;
	}

	.anchorlink a:nth-child(-n+2){
		border-bottom: 1px solid #555;
	}

	.sakanaSec {
		margin-bottom: 60px;
	}

	.sakanaSec_hd {
		margin-bottom: 60px;
		aspect-ratio: 375/180;
	}

	.sakanaSec_hd_ttl {
		font-size: 20px;
	}
	
	.sakanaSec_unit {
		margin-bottom: 40px;
	}

	.sakanaSec_unit p {
		text-align: left;
	}
	
	.sakanaSec_unit_cnt {
		margin-top: 40px;
	}

	.sakanaSec_unit_cnt.umai_ikesu {
		margin-top: 70px;
	}

	.umai_ikesu::before {
		width: 166px;
		height: 125px;
		top: -60px;
	}

	.umai_ikesu img {
		width: 100%;
	}

	.umai_feature_list {
		gap: 30px 4%;
	}

	.umai_feature_list > li {
		width: 48%;
	}

	.season_feature_intro {
		border-radius: 50px;
		padding: 20px;
	}

	.season_feature_intro img {
		width: 95px;
		height: 103px;
		margin-right: 10px;
	}

	.season_feature_list {
		gap: 30px 4%;
	}
	
	.season_feature_list > li {
		width: 48%;
	}

	.season_feature_list > li .ttl-m  {
		font-size: 22px;
	}

	.season_feature_list > li > h4 > span {
		font-size: 13px;
	}

	.sustainable_method {
		padding-top: 30px;
	}

	.sustainable_method_hd {
		flex-direction: column;
	}

	.sustainable_method_text {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sustainable_method_text > h3 {
		font-size: 18px;
	}

	.sustainable_method_feature ol > li {
		font-size: 14px;
		padding: 10px 20px 10px 45px;
	}
	
	.sustainable_method_feature ol > li::before {
		left: 20px;
	}

	.location_unesco {
		font-size: 12px;
	}

	.location_unesco img {
		margin-right: 20px;
		width: 80px;
		height: 76px;
	}

	.bnr {
		flex-direction: column;
	}

	/* spot */
	.spot {
		margin-bottom:  60px;
	}

	.spot_item {
		margin-top: 60px;
	}

	.spot_ttl h2 {
		font-size: 20px;
	}

	.spot_info {
		flex-direction: column;
	}

	.spot_info_tbl {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.spot_info_tbl > dl > dt {
		width: 85px;
		padding: 10px 10px;
	}

	.spot_info_tbl > dl > dd {
		padding: 10px 0 10px 10px;
	}

	.spot_info_img {
		width: 100%;
	}

	/* shop */
	.hero .bosyu {
		right: 5%;
		bottom: -40px;
		width: 80px;
		height: 80px;
	}

	.hero .bosyu a {
		font-size: 13px;
	}

	.hero .bosyu a::after {
		bottom: 10px;
		transform: scale(.5);
	}

	.intro {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.intro_text {
		margin-bottom: 30px;
	}

	.intro_food > li {
		width: 32%;
	}

	.search {
		margin-bottom: 60px;
	}
	
	.search_wrap {
		padding: 40px 20px;
		border-radius: 20px;
	}

	.search_tbl > dl > dt {
		width: 80px;
	}

	.partner {
		padding: 60px 0;
	}
	
	.partner_intro_text > p {
		text-align: left;
	}

	.partner_tbl > dl {
		flex-direction: column;
	}
	
	.partner_tbl > dl > dt,
	.partner_tbl > dl > dd {
		padding: 10px 15px;
		width: 100%;
	}

	.partner_form {
		padding: 35px 0;
	}

}
