/* CSS Document */


/*────────────────────────── 食材ハンター（一覧） ──*/
#hunter.top.top{}
#hunter.top .fv{
	background: #C8E8CA url(images/fv_bg.png) no-repeat center top;
}
#hunter.top .fv .inner{
	position: relative;
	height: 200px;
	padding: 45px 0 0;
	box-sizing: border-box;
}
#hunter.top .fv h2 img{
	margin: auto;
}
#hunter.top .fv .img1{
	position: absolute;
	left: -80px; bottom: -30px;
}

#hunter.top .catch{
	font-size: 115%;
	margin: 40px 0 60px;
	line-height: 1.8em;
}

#hunter.top .food{}
#hunter.top .food h2{
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
#hunter.top .food h2:before{
	content: '';
	position: absolute;
	top: 8px; left: 0;
	width: 100%; height: 20px;
	border: 1px solid #726256;
	border-bottom: none;
	z-index: -1;
}
#hunter.top .food h2 span{
	font-size: 130%;
	font-weight: 600;
	letter-spacing: 3px;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}

#hunter.top .food li{
	display: inline-block;
	text-align: center;
	width: 215px;
	margin: 0 26px 60px;
	vertical-align: top;
}
#hunter.top .food li img{
	margin: auto;
}
#hunter.top .food li dl dt img{
	margin-bottom: 10px;
}
#hunter.top .food li dl dd{
	letter-spacing: 3px;
	margin: 15px 0 0;
}
#hunter.top .food li dl dd h3{
	font-size: 130%;
	font-weight: 600;
	margin: 5px 0 2px;
}
#hunter.top .food li dl dd h4{}
#hunter.top .food li dl dd a{
	display: inline-block;
	border: 2px solid #726256;
	border-radius: 3px;
	padding: 5px 50px;
	font-weight: 600;
	margin-top: 20px;
	position: relative;
}
#hunter.top .food li dl dd a:hover{
	color: #726256;
	background: #FDFE1F;
}
#hunter.top .food li dl dd a:before{
	content: '';
	position: absolute;
	top: 0; bottom: 0; right: 20px;
	width: 0; height: 0;
	margin: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #726256;
}


#hunter.top .tokyoLovers{
	background: #EEF8EF;
	padding: 30px 0;
  margin-top: 40px;
}
#hunter.top .tokyoLovers dl {
	display: flex;
}
#hunter.top .tokyoLovers dl dt{
	margin-right: 20px;
}
#hunter.top .tokyoLovers dl dd{
	letter-spacing: 2px;
}
#hunter.top .tokyoLovers dl dd h4{
	font-size: 115%;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#hunter.top .tokyoLovers dl dd h4 span{
	font-size: 80%;
}
#hunter.top .tokyoLovers dl dd .more{
	margin-top: 10px;
}


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

	#hunter.top .fv {
		background: none;
	}
	#hunter.top .catch{
		margin: 0 0 60px;
	}

	#hunter.top .food li {
    width: 43%;
    margin: 0 3% 40px;
	}
	#hunter.top .food li dl dt img {
    max-width: 100%;
	}
	#hunter.top .food li dl dd a {
    padding: 5px 20px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	#hunter.top .food li dl dd a:before {
		right: 10px;
	}

	#hunter.top .tokyoLovers{
		padding: 20px 0;
	}

	#hunter.top .tokyoLovers dl dt {
    margin-right: 10px;
	}
	#hunter.top .tokyoLovers dl dt img{
		width: 70px;
	}
	#hunter.top .tokyoLovers dl dd h4 span {
		display: block;
	}



}





/*────────────────────────── 食材ハンター（詳細）──*/

#hunter.detail .inner{
	width: 750px;
	position: relative;
}

#hunter.detail .fvDetail{
	margin-bottom: 60px;
}
#hunter.detail .fvDetail img{
	margin: auto;
}
#hunter.detail {
}


#hunter.detail .basicInfo{
	margin-bottom: 60px;
	position: relative;
}
#hunter.detail .basicInfo h3{
	background: #FDFE23;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	padding: 25px 0 20px;
	position: relative;
}
#hunter.detail .basicInfo h3:after{
	content: '';
	position: absolute;
	top: -30px; left: 0; right: 0;
	margin: auto;
	background: #FDFE1F url(images/i_search.png) no-repeat center 18px;
	width: 70px; height: 50px;
	border-radius: 50px 50px 0 0;
}
#hunter.detail .basicInfo .bd{
	border: 1px solid #D4D0CC;
	border-top: none;
	border-radius: 0 0 3px 3px;
	padding: 50px 40px;
}
#hunter.detail .basicInfo table{
	display: inline-block;
	width: 350px;
	border-collapse: collapse;
}
#hunter.detail .basicInfo table tr:nth-child(even){
	background: #F1EFEE;
	padding: 1px;
}
#hunter.detail .basicInfo table tr:first-child th{
	padding: 3px;
}
#hunter.detail .basicInfo table th,
#hunter.detail .basicInfo table td{
	text-align: left;
	padding: 3px 20px;
	box-sizing: border-box;
	width: 25%;
}
#hunter.detail .basicInfo table tr:not(:first-child) th{
	width: 30%;
}

#hunter.detail .basicInfo .info{
	display: inline-block;
	width: 280px;
	box-sizing: border-box;
	background: #F1EFEE;
	vertical-align: top;
	padding: 20px;
	margin-left: 30px;
	line-height: 1.8em;
}


#hunter.detail .single {
	text-align: center;
}
#hunter.detail .single .icon{
	font-size: 90%;
}
#hunter.detail .single .icon img{
	margin: auto;
}
#hunter.detail .single h1{
	display: inline-block;
	margin: 20px 0 40px;
	padding: 10px 60px;
	background: #FDFE1F;
	border:1px solid #726256;
	border-radius: 3px;
	font-size: 160%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	position: relative;
}
#hunter.detail .single h1:after{
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: -4px;
	height: 5px;
	width: 5px;
	margin: auto;
	transform: rotate(45deg);
	background: #FDFE1F;
	border:1px solid #726256;
	border-width: 0 1px 1px 0;
}

#hunter.detail .single article{
	text-align: left;
	margin-bottom: 80px;
	font-size: 115%;
	line-height: 1.8em;
	position: relative;
}
#hunter.detail .single article.style1 .balloonTxt{
	position: absolute;
	top: -50px; left: -80px;
	width: 132px; height: 130px;
	background: url(images/catch_bg.png) no-repeat left top;
	font-size: 85%;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}
#hunter.detail .single article.style1 .balloonTxt span{
	position: absolute;
	top: 50%;left: 0; right: 0;
	transform: translateY(-50%);
	padding: 0 10px;
}

#hunter.detail .single article.style2 .balloonTxt{
	position: absolute;
    right: -70px;
    bottom: -40px;
	width: 132px; height: 130px;
	background: url(images/catch_bg2.png) no-repeat left top;
	font-size: 85%;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}
#hunter.detail .single article.style2 .balloonTxt span{
	position: absolute;
	top: 50%;left: 0; right: 0;
	transform: translateY(-50%);
	padding: 0 10px;
}

#hunter.detail .single article h2{
	margin: 20px 0 10px;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 2px;
	background: linear-gradient(transparent 10%, #FDFE00 10%);
	display: inline-block;
}
#hunter.detail .single article .photo3 img{
	overflow: hidden;
	object-fit: cover;
	margin-bottom: 10px;
	float: left;
}
#hunter.detail .single article .photo3 img:first-child{
	width: 495px; height: 460px;
	margin-right: 10px;
}
#hunter.detail .single article .photo3 img:not(:first-child){
	width: 245px; height: 225px;
}


#hunter.detail .single article.style1 h2,
#hunter.detail .single article.style2 h2{
	margin-top: 0;
}
#hunter.detail .single article.style1 .txt,
#hunter.detail .single article.style2 .txt{
	width: 380px;
}
#hunter.detail .single article.style1 .photo img,
#hunter.detail .single article.style2 .photo img{
	width: 350px; height: auto;
}
#hunter.detail .single article.style1 .photo,
#hunter.detail .single article.style2 .txt{
	float: left;
}
#hunter.detail .single article.style2 .photo,
#hunter.detail .single article.style1 .txt{
	float: right;
}
#hunter.detail .single article.style1 .balloonImg{
	position: absolute;
     top: -50px;
    left: -80px;
	width: 150px; height: 150px;
	overflow: hidden;
	border: 7px solid #fff;
	border-radius: 50%;
}
#hunter.detail .single article.style2 .balloonImg{
	position: absolute;
	right: -70px; bottom: -40px;
	width: 150px; height: 150px;
	overflow: hidden;
	border: 7px solid #fff;
	border-radius: 50%;
}
#hunter.detail .single article .balloonImg img{
	width: 100%;
}

#hunter.detail .single article.summary{}
#hunter.detail .single article.summary .photo {
	float: left;
	margin-top: 30px;
}
#hunter.detail .single article.summary .photo p{
	display: inline-block;
	vertical-align: bottom;
	margin: 12px;
}
#hunter.detail .single article.summary .txt{
	background: #F1EFEE;
	width: 480px;
	padding: 30px;
	border-radius: 20px;
	float: right;
	box-sizing: border-box;
	position: relative;
}
#hunter.detail .single article.summary .txt:before{
	content: '';
	position: absolute;
	width: 0; height: 0;
	top: 100px; left: -10px;
	border-radius: 0;
	border-right: 10px solid #F1EFEE;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#hunter.detail .single article.summary .txt h4{
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 10px;
}
#hunter.detail .single article.summary .txt h4:before,
#hunter.detail .single article.summary .txt h4:after{
	content: '\02022';
	margin: 0 10px;
	font-size: 120%;
}






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

	#hunter.detail .inner{
		width: auto;
	}
	#hunter.detail .fvDetail img {
    max-width: 100%;
	}

	#hunter.detail .basicInfo .bd {
    padding: 20px 10px;
	}
	#hunter.detail .basicInfo table {
    width: 100%;
	}
	#hunter.detail .basicInfo .info {
    width: auto;
    margin: 20px 0;
	}
	#hunter.detail .single h1{
		margin: 20px;
		padding: 10px;
	}


	#hunter.detail .single article.style1 .balloonTxt,
	#hunter.detail .single article.style2 .balloonTxt {
    top: -20px;
    left: -10px;
	}
	#hunter.detail .single article.style2 .balloonTxt{
	background: url(images/catch_bg.png) no-repeat left top;
	}
	#hunter.detail .single article.style1 .balloonImg,
	#hunter.detail .single article.style2 .balloonImg {
    top: -20px;
    left: -10px;
	}
	#hunter.detail .single article .photo3 img{
		max-width: 100%;
	}

	#hunter.detail .single article .photo3 img{
		overflow: hidden;
		object-fit: cover;
		margin-bottom: 10px;
		float: left;
	}
	#hunter.detail .single article .photo3 img:first-child{
		width: auto; height: auto;
		margin-right: 10px;
	}
	#hunter.detail .single article .photo3 img:not(:first-child){
		width: 50%; height: auto;
	}

	#hunter.detail .single article.style1 .photo,
	#hunter.detail .single article.style2 .txt {
    float: none;
	}
	#hunter.detail .single article.style2 .photo,
	#hunter.detail .single article.style1 .txt {
    float: none;
	}
	#hunter.detail .single article.style1 .txt,
	#hunter.detail .single article.style2 .txt {
    width: auto;
	}
	#hunter.detail .single article.style1 h2,
	#hunter.detail .single article.style2 h2 {
    margin-top: 20px;
	}
	#hunter.detail .single article .balloonImg {
    right: -10px;
    bottom: auto;
    border: 5px solid #fff;
    top: -30px;
	}

	#hunter.detail .single article.summary .photo {
    float: none;
    text-align: center;
	}
	#hunter.detail .single article.summary .txt {
    width: auto;
    padding: 20px;
	}
	#hunter.detail .single article.summary .txt::before {
    top: -10px; left: 0; right: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #F1EFEE;
		margin: auto;
	}



}












#hunter.top .pagination{
	text-align: center;
	padding-top: 70px;
	position: relative;
}
#hunter.top .pagination:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	border-left: 1px solid #726256;
	width: 1px; height: 50px;
}
#hunter.top .pagination ul li{
	display: inline-block;
}
#hunter.top .pagination ul li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 3px;
	width: 28px; height: 28px;
	padding-top: 4px;
	margin: 0 5px;
	box-sizing: border-box;
}
#hunter.top .pagination ul li a:hover{
	background: #726256;
}
#hunter.top .pagination ul li.active a{
	background: #726256;
	color: #fff;
}











