/*────────────────────────── 東京の四季（一覧） ──*/
#season{}
#season h1{
	font-size: 230%;
	font-weight: 600;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 50px;
}
#season h1 img{
	margin: 0 auto 20px;
}


#season .fv{}
#season .fv dl{
	position: relative;
}
#season .fv dl dt,
#season .fv dl dd{
	position: absolute;
}

#season .fv dl.season{
	width: 720px; height: 200px;
	float: left;
}
#season .fv dl.season dt{
	top: 50%; left: 0;
	transform: translateY(-50%);
}
#season .fv dl.season dd img{
	float: left;
	width: 357px; height: 99px;
	object-fit: cover;
	margin: 0 3px 3px 0;
}

#season .fv dl.report{
	width: 354px; height: 96px;
	float: right;
	margin-bottom: 9px;
}
#season .fv dl.report dt{
	top: 0; right: 0;
}
#season .fv dl.report dd{
	width: 235px; height: 96px;
	left: 0;
}
#season .fv dl.report dd:after{
	content: '';
	position: absolute;
	top: 50%; right: -5px;
	transform: translateY(-50%) rotate(45deg);
	width: 10px; height: 10px;
	background: #fff;
}
#season .fv dl.professional{
	width: 354px; height: 96px;
	float: right;
}
#season .fv dl.professional dt{
	top: 0; left: 0;
}
#season .fv dl.professional dd{
	width: 235px; height: 96px;
	right: 0;
}
#season .fv dl.professional dd:after{
	content: '';
	position: absolute;
	top: 50%; left: -5px;
	transform: translateY(-50%) rotate(45deg);
	width: 10px; height: 10px;
	background: #fff;
}


#season .catch{
	font-size: 115%;
	line-height: 1.8em;
	margin-top: 20px;
}


#season.top .wrap{
	margin-top: 50px;
}
	#season.top .wrap ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
		#season.top .wrap ul li{
			width:451px;
			position: relative;
		}
		#season.top .wrap ul li:nth-of-type(1){
			margin-right: 10px;
			margin-bottom: 10px;
		}
		#season.top .wrap ul li:nth-of-type(4){
			margin-left: 10px;
		}
	#season.top .wrap .text{
		width: 451px;
		height: 450px;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.4s;
	}
	#season.top .wrap ul li:hover .text{
		opacity: 1;
		transition: all 0.4s;
	}
	#season.top .wrap .text.winter{
		background: url("images/c_winter.png") no-repeat;
	}
		#season.top .wrap .text.winter .box{
			right: 40px;
			bottom: 40px;
		}
	#season.top .wrap .text.spring{
		background: url("images/c_spring.png") no-repeat;
	}
		#season.top .wrap .text.spring .box{
			left: 40px;
			bottom: 40px;
		}
	#season.top .wrap .text.autumn{
		background: url("images/c_autumn.png") no-repeat;
	}
		#season.top .wrap .text.autumn .box{
			right: 40px;
			top: 40px;
		}
	#season.top .wrap .text.summer{
		background: url("images/c_summer.png") no-repeat;
	}
		#season.top .wrap .text.summer .box{
			left: 40px;
			top: 40px;
		}
		#season.top .wrap .text .box{
			width: 280px;
			position: absolute;
		}
			#season.top .wrap .text .box h2{
				margin-bottom:15px;
			}
			#season.top .wrap .text .box p{
				color: #FFFFFF;
				letter-spacing: 2px;
				line-height: 180%;
				font-size: 110%;
				margin-bottom:15px;
			}
			#season.top .wrap .text .box a{
				display: block;
			}


@media screen and (max-width:736px){

	#season .fv {}
	#season .fv dl.season {
		float: none;
    width: auto;
    height: 120px;
		overflow: hidden;
	}
	#season .fv dl.professional,
	#season .fv dl.report{
		display: none;
	}
	#season .fv dl.season dt {
    left: auto;
    right: 0;
	}
	#season .fv dl.season dt img{
		height: 120px;
	}
	#season .fv dl.season dd{
		width: 100%;
		padding-right: 129px;
		box-sizing: border-box;
	}
	#season .fv dl.season dd img{
		width: 50%; height: 60px;
		object-fit: cover;
		margin: auto;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#season .fv dl.season dd img:nth-of-type(1),
	#season .fv dl.season dd img:nth-of-type(2){
		border-width: 0 2px 1px 0;
	}
	#season .fv dl.season dd img:nth-of-type(3),
	#season .fv dl.season dd img:nth-of-type(4){
		border-width: 1px 2px 0 0;
	}

#season.top .wrap {

    margin-top: 30px;
}
	#season.top .wrap ul li{
		width:auto;
		margin-bottom: 30px;
	}
	#season.top .wrap ul li:nth-of-type(1){
		order: 4;
	}
	#season.top .wrap ul li:nth-of-type(2){
		order: 1;
	}
	#season.top .wrap ul li:nth-of-type(3){
		order: 3;
	}
	#season.top .wrap ul li:nth-of-type(4){
		order: 2;
	}
		#season.top .wrap ul li img{
			width:100%;
			height: auto;
		}
	#season.top .wrap .text{
		width: auto;
		height: auto;
		position: relative;
		top: inherit;
		left: inherit;
		opacity: 1;
		background: none !important;
		padding: 5%;
	}
		#season.top .wrap .text .box{
			width: auto;
			position: relative;
			top:inherit !important;
			bottom: inherit !important;
			left: inherit !important;
			right: inherit !important;
		}
			#season.top .wrap .text .box h2{
				display: none;
			}
			#season.top .wrap .text .box p{
				color: #736357;
				letter-spacing: 2px;
				line-height: 180%;
				font-size: 110%;
				margin-bottom:15px;
			}
			#season.top .wrap .text .box a{
				display: block;
			}
			#season.top .wrap .text .box a img{
				max-width: 184px;
				margin: 0 auto;
			}

}


/*--------------------------------------------------------------------
		category
--------------------------------------------------------------------*/



#season.category{

}
#season.category .ank{
    position: absolute;
    margin: -100px;
}
#season.category .titleSet{
	text-align: center;
	margin-bottom: 50px;
}
	#season.category .titleSet .mainCate{
		display: inline-block;
	}
#season.category .wrap{
	margin-bottom: 80px;
}
#season.category .tabUl{
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
	#season.category .tabUl li{
		width: 100%;
		margin: 0 5px;
	}
	#season.category .tabUl li a{
		display: block;
		border:solid 1px #736357;
		border-bottom: 0;
		text-align: center;
		padding: 15px 10px 10px;
		font-size: 120%;
		letter-spacing: 2px;
		line-height: 130%;
		font-weight: 700;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		border-top-right-radius: 6px;
	}
#season.category .catWrap{

}
	#season.category .catWrap h2{
		text-align: center;
		font-size: 110%;
		letter-spacing: 2px;
		line-height: 130%;
		font-weight: 700;
		margin-bottom: 30px;
		position: relative;
	}
	#season.category .catWrap h2::after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #736357;
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 1px;
		left: 0;
		right: 0;
		margin: auto;
	}
		#season.category .catWrap h2 span{
			display: inline-block;
			background: #FFFFFF;
			padding: 0 50px;
			position: relative;
		}
		#season.category .catWrap h2 span::after,
		#season.category .catWrap h2 span::before{
			position: absolute;
			letter-spacing: 0;
			font-size: 120%;
		}
		#season.category .catWrap h2 span::after{
			content:"]";
			right: -2px;
		}
		#season.category .catWrap h2 span::before{
			content:"[";
			left: -2px;
		}

#season.category .catWrap ul{
	display: flex;
	flex-wrap: wrap;
}
	#season.category .catWrap ul li{
		width: 21%;
		margin: 2%;
	}
		#season.category .catWrap dl{

		}
			#season.category .catWrap dl dt{
				margin-bottom: 20px;
			}
				#season.category .catWrap dl dt img{
					width: 225px;
					height: 225px;
					object-fit: cover;
					border-radius: 100%;
				}
			#season.category .catWrap dl dd{
				text-align: center;
			}
			#season.category .catWrap dl dd h3{
				font-size: 110%;
				letter-spacing: 2px;
				line-height: 130%;
				font-weight: 700;
			}

	#season.category .foodTitle{
		text-align: center;
		font-size: 110%;
		letter-spacing: 2px;
		line-height: 130%;
		font-weight: 700;
		margin-bottom: 50px;
		position: relative;
	}
	#season.category .foodTitle::after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #736357;
		position: absolute;
		z-index: -1;

		top: 0;
		bottom: 1px;
		left: 0;
		right: 0;
		margin: auto;
	}
		#season.category .foodTitle span{
			display: inline-block;
			background: #FFFFFF;
			padding: 0 50px;
			position: relative;
		}
		#season.category .foodTitle span::after,
		#season.category .foodTitle span::before{
			position: absolute;
			letter-spacing: 0;
			font-size: 120%;
		}
		#season.category .foodTitle span::after{
			content:"]";
			right: -2px;
		}
		#season.category .foodTitle span::before{
			content:"[";
			left: -2px;
		}


#season.category .wrap > table{
	border-collapse:collapse;
}
	#season.category .wrap > table > tbody > tr > th{
		width: 350px;
		height: 100px;
		display: flex;
		align-items: center;
		padding: 0;
	}
	#season.category .wrap > table > tbody > tr > th.first{
		height: 0;
	}
		#season.category .wrap > table > tbody > tr > th >img{
			margin-right: 10px;
		}
		#season.category .wrap > table > tbody > tr > th > a p{
			font-size: 110%;
			letter-spacing: 2px;
			line-height: 130%;
			font-weight: 700;
			display: flex;
			align-items: center;
			text-align: left;
			padding-right: 20px;
		}
			#season.category .wrap > table > tbody > tr > th > a p img{
				margin-right: 15px;
				width: 52px;
				height: 52px;
				border-radius: 100px;
				padding: 0px;
				border: solid 1px #736357;
			}
	#season.category .wrap > table > tbody > tr > td{
		width: 100%;
		padding: 0;
	}
		#season.category .wrap > table > tbody > tr > td table{
			border: 0;
			border-right: solid 1px #B9B1AB;
			border-collapse: collapse;
		}
			#season.category .wrap > table > tbody > tr > td table th{
				font-size: 1.2em;
				letter-spacing: 0;
				line-height: 100%;
				text-align: center;
				padding: 20px 10px;
				width: 8%;
				border-left: solid 1px #B9B1AB;
				color: #D5D0CC;
			}
			#season.category .wrap > table > tbody > tr:nth-child(n+2) > td table th{
				display: none;
			}
#season.category.spring .wrap > table > tbody > tr > td table th:nth-of-type(3),
#season.category.spring .wrap > table > tbody > tr > td table th:nth-of-type(4),
#season.category.spring .wrap > table > tbody > tr > td table th:nth-of-type(5),
#season.category.spring .wrap > table > tbody > tr > td table td:nth-of-type(3),
#season.category.spring .wrap > table > tbody > tr > td table td:nth-of-type(4),
#season.category.spring .wrap > table > tbody > tr > td table td:nth-of-type(5),
#season.category.summer .wrap > table > tbody > tr > td table th:nth-of-type(6),
#season.category.summer .wrap > table > tbody > tr > td table th:nth-of-type(7),
#season.category.summer .wrap > table > tbody > tr > td table th:nth-of-type(8),
#season.category.summer .wrap > table > tbody > tr > td table td:nth-of-type(6),
#season.category.summer .wrap > table > tbody > tr > td table td:nth-of-type(7),
#season.category.summer .wrap > table > tbody > tr > td table td:nth-of-type(8),
#season.category.autumn .wrap > table > tbody > tr > td table th:nth-of-type(9),
#season.category.autumn .wrap > table > tbody > tr > td table th:nth-of-type(10),
#season.category.autumn .wrap > table > tbody > tr > td table th:nth-of-type(11),
#season.category.autumn .wrap > table > tbody > tr > td table td:nth-of-type(9),
#season.category.autumn .wrap > table > tbody > tr > td table td:nth-of-type(10),
#season.category.autumn .wrap > table > tbody > tr > td table td:nth-of-type(11),
#season.category.winter .wrap > table > tbody > tr > td table th:nth-of-type(12),
#season.category.winter .wrap > table > tbody > tr > td table th:nth-of-type(1),
#season.category.winter .wrap > table > tbody > tr > td table th:nth-of-type(2),
#season.category.winter .wrap > table > tbody > tr > td table td:nth-of-type(12),
#season.category.winter .wrap > table > tbody > tr > td table td:nth-of-type(1),
#season.category.winter .wrap > table > tbody > tr > td table td:nth-of-type(2){
	color: #736357;
	background: #E9E9E7;
}
			#season.category .wrap > table > tbody > tr > td table td{
				padding: 50px 10px;
				border-left: solid 1px #B9B1AB;
				position: relative;
				width: 5%;
			}
			#season.category .wrap > table > tbody > tr > td table td::before,
			#season.category .wrap > table > tbody > tr > td table td::after{
				content: "";
				position: absolute;
				width: 50%;
				height: 7px;
				background: #FFFF00;
				top: 0;
				bottom: 0;
				opacity: 0;
				margin: auto;
			}
			#season.category .wrap > table > tbody > tr > td table td.f::before{
				left: 0;
				opacity: 1;
			}
			#season.category .wrap > table > tbody > tr > td table td.l::after{
				right: 0;
				opacity: 1;
			}

@media screen and (max-width:736px){

#season.category .wrap {
    margin-bottom: 30px;
}
#season.category .tabUl{
	margin-bottom: 30px;
	flex-wrap:wrap;
}
	#season.category .tabUl li{
		width: 46%;
		margin: 0 5px 15px;
	}
	#season.category .foodTitle {
		margin-bottom: 20px;
	}
#season.category .catWrap ul li {
    width: 46%;
}
	#season.category .catWrap dl dt img {
		width: 135px;
		height: 135px;
		margin: 0 auto;
	}
#season.category .wrap > table > tbody > tr:first-child{
	display: none;
}
	#season.category .wrap > table > tbody > tr > th {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}
		#season.category .wrap > table > tbody > tr > th > p img {
			width: 30px;
		}
	#season.category .wrap > table > tbody > tr > td {
		width: auto;
		display: block;
		margin-bottom: 20px;
	}
		#season.category .wrap > table > tbody > tr:nth-child(n+2) > td table th {
			display: table-cell;
			padding: 10px 0 0;
		}
		#season.category .wrap > table > tbody > tr > td table td {
			padding: 20px 10px;
		}


}



/*--------------------------------------------------------------------
	detail
--------------------------------------------------------------------*/

#season .single article {
    font-size: 115%;
    line-height: 1.8em;
}
#season .single {
    width: 750px;
    position: relative;
    margin: 0 auto;
    margin-top: 168px;
}
	#season .single dl.sign{
		position: absolute;
    top: -147px;
    left: 50%;
    transform: translateX(-50%);
		min-width: 350px;
		max-width: 750px;
		z-index: 9;
	}
	#season .single dl.sign:after{
		content: '';
		position: absolute;
		left: 0; right: 0; top: 50%;
		margin: 0 30px;
		border-bottom: 1px solid #60493E;
	}
	#season .single dl.sign dt{
		background: #fff;
		text-align: center;
		border: 3px solid #60493E;
		border-width: 3px 3px 0;
		padding: 20px 45px 5px;
		position: relative;
	}
	#season .single dl.sign dt:before,
	#season .single dl.sign dt:after{
		content: '';
		background: #fff;
		position: absolute;
		width: 60%; height: 5px;
		border: 3px solid #60493E;
		bottom: -5px;
	}
	#season .single dl.sign dt:before{
		border-width: 0 0 0 3px;
		left: -1px;
		transform: skewX(40deg);
	}
	#season .single dl.sign dt:after{
		border-width: 0 3px 0 0;
		right: -1px;
		transform: skewX(-40deg);
	}

	#season .single dl.sign dt span img{
		display: inline-block;
		vertical-align: bottom;
		margin: 0 5px 0 0;
	}
	#season .single dl.sign dt span {
		font-size: 90%;
		letter-spacing: 2px;
	}
	#season .single dl.sign dt h2{
		display: inline-block;
		font-size: 115%;
		font-weight: 600;
		letter-spacing: 2px;
		margin-left: 10px;
	}
	#season .single dl.sign dd{
		background: #fff;
		letter-spacing: 2px;
		font-size: 120%;
		text-align: center;
		border: 3px solid #60493E;
		border-width: 0 3px 3px;
		margin-top: 10px;
		padding: 10px 45px 15px;
		position: relative;
	}
	#season .single dl.sign dd:before,
	#season .single dl.sign dd:after{
		content: '';
		background: #fff;
		position: absolute;
		width: 60%; height: 5px;
		border: 3px solid #60493E;
		top: -5px;
	}
	#season .single dl.sign dd:before{
		border-width: 0 0 0 3px;
		left: -1px;
		transform: skewX(-40deg);
	}
	#season .single dl.sign dd:after{
		border-width: 0 3px 0 0;
		right: -1px;
		transform: skewX(40deg);
	}

	#season .single dl.sign dd span{
		letter-spacing: 0;
		margin-left: 10px;
		font-size: 90%;
		font-weight: 600;
	}
#season .single .f_season {
    font-size: 280%;
    font-weight: 600;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: -100px;
}
#season .single .fv{
	margin-bottom: 30px;
	display: flex;
}
	#season .single .fv > p{
		width:100%;
	}
	#season .single .fv div{
		width: 50%;
	}
	#season .single .fv img{
		width: 100%;
		height: auto;
	}
#season .single .img2{
    margin-bottom: 30px;
}
	#season .single .img2 img{
		width: 100%;
		height: auto;
	}

#season .single article h3 {
    margin: 0 0 20px;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 2px;
    background: linear-gradient(transparent 10%, #FDFE00 10%);
    display: inline-block;
}
#season .single article .content {
	padding-bottom: 1.5em;
}
#season .single article .btn_detail{
	text-align: center;
	margin-top: 50px;
}
#season .single article .btn_detail a{
	display: inline-block;
	background: #736357;
	color: #FFFFFF;
	font-size: 0.9em;
	letter-spacing: 2px;
	font-weight: 700;
	width: 300px;
	padding: 10px;
	position: relative;
}
#season .single article .btn_detail a::after{
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #736357;
}


@media screen and (max-width:736px){

#season .single {
    width: auto;
    margin: 0;
    margin-top: 0;
}
#season .single .f_season {
    font-size: 140%;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 100%;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    white-space: inherit;
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    margin-bottom: 10px;
}
#season .single dl.sign {
    position: relative;
    top: inherit;
    left: inherit;
	transform: translateX(0);
    min-width: inherit;
    max-width: 100%;
	margin-bottom: 10px;
}
#season .single .fv {
    flex-wrap: wrap;
}
	#season .single .fv div {
		width: 100%;
		display: flex;
	}
#season .single article .btn_detail a {
    width: 280px;
	margin-right: 0;
}
#season .single article .btn_detail a::after {
    right: -23px;
}

}

