@charset "utf-8";

/***************************************************************
	共通
 ***************************************************************/
section#mainArea {
	width: 100%;
}
.f_btn1 {
	text-align:right;
	margin: 0;
}
.featureArea .f_detail {
	width: 100%;
	margin: 0;
	overflow: hidden;
	/*20180829追加*/
	line-height:1.4em;
}
.f_tac {
	text-align:center;
}
.f_tar {
	text-align:right;
}
.f_colBD8C3F { /* vol.8追加 */
	color: #BD8C3F;
}
.f_mb0 { /* 20190520追加 */
	margin-bottom: 0 !important;
}
.f_mb10 { /* vol.11～追加 */
	margin-bottom: 10px;
}
.f_mb20 { /* vol.13～追加 */
	margin-bottom: 20px !important;
}
.detail_box100 { /* vol.17～追加 */
	padding: 0 7px;
}
.f_mb50 { /* vol.21～追加 */
	margin-bottom: 50px;
}

/***************************************************************
	キャッチ
 ***************************************************************/
#mainArea h1{
	margin : 15px 0 20px;
	font-size : 40px;
}
.featureArea h1{
}
#mainArea h1.f_h1a {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.featureArea h2{
	width: 100%;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	color: #573F06;
	line-height: 120%;
}

.f_mainimg1 {
	margin-bottom:15px;
}

.featureArea .f_read {
	width: 100%;
	height: 188px;
	overflow: hidden;
}
.featureArea .left_f_read {
	width: 474px;
	height: 138px;
	float: left;
	padding: 30px 30px 20px 50px;
	background: url(../images/feature/left_read_bg.jpg) 0 0 no-repeat;
}
.featureArea .right_f_read {
	width: 474px;
	height: 138px;
	float: right;
	padding: 30px 50px 20px 30px;
	background: url(../images/feature/right_read_bg.jpg) 0 0 no-repeat;
}
.featureArea .f_read p {
	margin: 5px 0 0 0;
	line-height: 1.4;
}

/*--20180820　追加--*/
.featureArea .f_description {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2;
	padding: 20px 0;
}
/*--20180827　追加--*/
.featureArea .f_main2 p {
	font-size: 18px;
	text-align:center;
	line-height: 1.4;
	padding: 0 5px;
}
.f_mainimg1_1 {
	margin: 15px 0;
}
.featureArea h2.font_osusume {
	font-size: 18px;
	padding: 5px;
	font-weight: 500;
}

/***************************************************************
	食レポ
 ***************************************************************/
.featureArea .left_shokurepo,
.featureArea .right_shokurepo {
	width: 523px;
	margin: 10px 0 10px 0;
	padding: 0 7px;
}
.featureArea .left_shokurepo {
	float: left;
}
.featureArea .right_shokurepo {
	float: right;
}
.featureArea .left_shokurepo h3,
.featureArea .right_shokurepo h3,.shokurepo_h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #333333;
}
.featureArea .left_shokurepo li,
.featureArea .right_shokurepo li {
	min-height: 460px;
}

/*.featureArea .left_shokurepo li.h01,
.featureArea .right_shokurepo li.h01 {
	min-height: 420px;
}
.featureArea .left_shokurepo li.h02,
.featureArea .right_shokurepo li.h02 {
	min-height: 410px;
}*/
.featureArea .left_shokurepo li img,
.featureArea .right_shokurepo li img {
	margin: 0 10px 10px 0;
	float: left;
}
.featureArea .left_shokurepo div img,
.featureArea .right_shokurepo div img {
	margin: 0 10px 10px 0;
}

.featureArea .left_shokurepo li p,
.featureArea .right_shokurepo li p,
.featureArea .detail_box h3 li p {
	margin: 0 20px 8px 0;
	line-height: 1.2;
}
.featureArea .left_shokurepo div p,
.featureArea .right_shokurepo div p {
	line-height: 1.4em;
 /*-vol16 追加-*/
 	margin-right: 10px;
}

.featureArea .right_shokurepo li p a,
.featureArea .detail_box h3 li p a {
	font-size: 16px;
}

.featureArea .left_shokurepo li p span,
.featureArea .right_shokurepo li p span,
.featureArea .detail_box h3 li p span {
	color: #CC0000;
	font-weight: bold;
}

.featureArea .left_shokurepo li dl,
.featureArea .right_shokurepo li dl {
	font-size: 107.7%;/*14px*/
	overflow: hidden;
	line-height: 1.2;
}
.featureArea .left_shokurepo li dl dt,
.featureArea .right_shokurepo li dl dt {
	line-height: 1.4;
}
.featureArea .left_shokurepo li dl dd,
.featureArea .right_shokurepo li dl dd {
	margin:0 0 0 5px;
}

/* vol.13から追加 */
.featureArea dl.dl_shokurepo {
	font-size: 14px;
	line-height: 1.4;
	margin: 1em 0;
}
.featureArea dl.dl_shokurepo dt {
	font-weight: bold;
}
.featureArea dl .dl_left {
	float: left;
	width: 100px;
	clear: both;
}
/* vol.4から追加 */
.right_shokurepo p a,.shokurepo_p2 a {
	font-size: 16px;
}

/* vol.7ブラッシュアップ事業 */
.shokurepo_box1 {
	width:100%;
	box-sizing:border-box;
	border:3px solid #FF5300;
	padding:5px 0 0 25px;
	overflow:hidden;
	margin-top:1em;
}
.shokurepo_box1b {	/* 20170306追記 */
	width:100%;
	box-sizing:border-box;
	border-top: 2px solid #484835;
	border-bottom: 2px solid #484835;
	padding:5px 0 0 25px;
	overflow:hidden;
	margin-top:1em;
	margin-bottom: 1.5em;
}
.shokurepo_box1left {
	width:49%;
	float:left;
}
.shokurepo_box1b h2 {	/* 20170306追記 */
padding-top: 10px;
padding-bottom: 10px;
}
.shokurepo_box1 p, .shokurepo_box1b p {	/* 20170306追記 */
	line-height: 1.6em;
	padding-bottom:1em;
}
.shokurepo_box1left img {
	width:100%;
}
.shokurepo_box1left h2 img {
	width:480px;
	}

.shokurepo_box1 a {
	font-size: 15px;
}

/* vol.7体験施設、vol.8ブランド豆知識 */
.shokurepo_box2 {
	width:100%;
	background-color:#F1E8D6;
	box-sizing:border-box;
	padding:10px 10px 20px;
	margin-top:1em;
}
.shokurepo_box2 h2 {
	width:100%;
}
.shokurepo_box2 h2 img {
	padding-bottom:10px;	
}
.shokurepo_box2Wrap {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.shokurepo_box2left {
	width:45%;
	float:left;
	background-color:#FFF;
	padding:15px;
	border-radius: 15px;
    -webkit-border-radius: 15px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px; /* Firefox用 */
	margin-right:10px;
	margin-left:10px;
}
.shokurepo_box2left h3 {
	width:100%;
	font-size:16px;
	margin-bottom:5px;
	color:#333;
}
.shokurepo_box2left h3 span {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
}
.shokurepo_box2h31 {
	color:#FFD017;
}
.shokurepo_box2h32 {
	color:#5EBFBF;
}

.shokurepo_box2left h3.shokurepo_box2h33 { /* vol.8追加 */
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	text-align:center;
}

.shokurepo_box2left p {
	overflow:hidden;
	width:100%;
	font-size:14px;
	line-height:1.4em;
	color:#333;
}

.shokurepo_box2left p.f_lh16 { /* vol.8追加 */
	font-size:15px;
	line-height:1.6em !important;
}

.shokurepo_box2left p img {
	float:right;
	width:40%;
	padding-left:10px;
}

/* vol.7追加ここまで */

/* vol.8追加 */
.shokurepo_box3 {
	width:100%;
	text-align:center;
}
/* vol.8追加ここまで */

.shokurepo_h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	padding:0 8px;
}
.shokurepo_p {
	padding:0 8px;
	line-height: 1.4em;
}
.shokurepo_p img {
	padding-bottom:10px;
}
.shokurepo_p2 {
	padding:0 8px 35px;
	line-height: 1.4em;
	text-align:right;
}
.shokurepo_p3 {
	text-align:center;
}

/* vol.11～食レポボタン */
.shokurepo_btn2 {
	width: 90%;
	margin:10px auto 0;
	border: 2px solid #484835;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.shokurepo_btn2 a {
	display:block;
	text-decoration:none;
	text-align:center;
	padding:10px 10px;
	font-size: 1em;
}
.shokurepo_btn2 a:hover {
	background-color: #484835;
	color:#FFF;
}
/*20180813追記 vol17から*/
.featureArea .detail_box_1 {
	width: 355px;
	margin: 10px 0 10px 0;
	padding: 0 7px;
}
.featureArea .detail_box_1 {
	float: left;
	display: inline-block;
}
.featureArea .detail_box_1 img{
}
.featureArea .detail_box_1 h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #333333;
	text-align: initial;
}
.featureArea .detail_box_1 p{
	line-height: 1.4em;
    margin-right: 10px;
    text-align: initial;
}
/* vol.18リンク文字右 20181128*/
.dl_link_right {
	float: right;
	margin-right:10px;
}
/***************************************************************
	おいしさの秘密
 ***************************************************************/
.left_himit {
	width: 536px;
	float:left;
	word-wrap: break-word;
}
.right_himit {
	width: 536px;
	float:right;
	word-wrap: break-word;
}
.f_himitbox01,.f_himitbox02 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	padding:20px;
	line-height:1.5em;
	/*min-height:180px;*/
}
.f_himitbox01 a,.f_himitbox02 a {
	font-size:16px;
}
/* vol.15追加 */
.f_himitbox01 span, .f_himitbox02 span {
	font-size:14px;
}
.f_himitbox01 .info, .f_himitbox02 .info {
	font-weight: bold;
}
.f_himitbox01 img, .f_himitbox02 img {
	float:right;
}
/* vol.15追加ココまで */
.f_himitfig001 {	/* 20190520追加 */
	text-align: center;
	margin-bottom: 10px;
}
.f_himitfig002 {	/* 20190527追加 */
	text-align: center;
	margin-top: 10px;
}
.f_himitfig001 img {	/* 20190520追加 */
	float: none;
	width: 100%;
	max-width: 483px;
}
.f_himitfig002 img {	/* 20190527追加 */
	float: none;
}
.bsanlist001 {	/* 20190520追加 */
	margin-bottom: 15px;
}
.bsanlist001 li {	/* 20190520追加 */
	margin-left: 15px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 1.4;
	list-style: disc;
}
/* vol.13タイトル */
.f_himitbox01 h3, .f_himitbox02 h3 {
	font-size: 20px;
	font-weight: bold;
}
.f_himith301 {	/* vol.14余白 */
	padding-bottom: 10px;
}
.f_himitbox01 {
	background-color:#FFEDA7;
}
.bg_gray {
	background-color:#F2F2EE;
	margin-top: 15px;
	line-height: 2em;
}
.f_himitbox02 {
	background-color:#E6F2F2;
}
.bg_gray2 {	/* 20190520追加 */
	background-color:#F2F2EE;
}
.bg_red001 {	/* 20190520追加 */
	background-color: #FAEFE7;
}
.bg_green001 {	/* 20190520追加 */
	background-color: #E9F4D7;
}
.f_himitp01 {
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
/* vol.4余白調整 */
.f_himitmt48 {
	padding-top:48px;
}
/* vol.17文赤文字 */
.info span {
	color: #F00;
	font-size:16px;
	font-weight: bold;
	text-decoration:underline;
}
span.info_font {
	text-decoration: none;
	color: #F00;
	font-size:16px;
	font-weight: bold;
}

.f_himitbox01_1,.f_himitbox02_1 {
	padding:20px;
	line-height:1.5em;
}
.f_himitbox01_1 a,.f_himitbox02_1 a {
	font-size:16px;
}

.f_himitbox01_1 .info, .f_himitbox02_1 .info {
	font-weight: bold;
	padding: 10px 0;
}
.f_himitbox01_1 img, .f_himitbox02_1 img {
	float: left;
	width: auto;
	margin-right: 10px;
}
.f_himitbox01_1 h3, .f_himitbox02_1 h3 {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: sub;
	margin-top: 5px;
}
.f_himitbox01_1 {
	background-color: #F2F2EE;
}
.f_himitbox02_1 {
	background-color: #F2F2EE;
}
.left_himit_1 {
	width: 536px;
	float:left;
	word-wrap: break-word;
}
.right_himit_1 {
	width: 536px;
	float:right;
	word-wrap: break-word;
}
/* vol.18文茶文字 20181128追加*/
span.f_himit_brown {
	color: #583F06;
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding-left: 2em;
	margin-bottom: 10px;
	text-indent: -1em;
	display: block;
}
.featureArea dl.f_himit_black { /*20181129追加*/
	font-size: 14px;
	line-height: 1.4;
	padding: 1em 0 1em 1em;
}
/*--20190222　追加--*/
.f_main2 p.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

/***************************************************************
	番外編 
 ***************************************************************/
.featureArea .left_bangai,
.featureArea .right_bangai {
	width: 542px;
	height: auto;
	/*background: #F1E8D6;*/
	margin: 5px 0 10px 0;
}
.featureArea .left_bangai {
	float: left;
}
.featureArea .right_bangai {
	float: right;
}

.featureArea .left_bangai h3,
.featureArea .right_bangai h3 {
	width: 538px;
	/*height: 46px;*/
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.featureArea .left_bangai ul,
.featureArea .right_bangai ul {
	width: 528px;
	margin: 0 0 0 14px;
	overflow: hidden;
}
.featureArea .left_bangai ul li,
.featureArea .right_bangai ul li {
	width: 160px;
	margin: 0 16px 0 0;
	float: left;
}
.featureArea .left_bangai ul li img,
.featureArea .right_bangai ul li img {
	margin-bottom: 8px;
}
.featureArea .left_bangai ul li h4,
.featureArea .right_bangai ul li h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.featureArea .left_bangai ul li p,
.featureArea .right_bangai ul li p {
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.2;
}
.featureArea .left_bangai ul li dl,
.featureArea .right_bangai ul li dl {
	font-size: 14px;
}
.featureArea .left_bangai ul li dl dd,
.featureArea .right_bangai ul li dl dd {
	margin: 0 0 5px 5px;
	line-height: 1.2;
}
/*--20180628　追加--*/
.right_himit02,.right_himit03  {
	width: 555px;
	float:right;
	word-wrap: break-word;
}
.right_himit02 h3 {
   padding-bottom: 15px;
}
 .right_himit02 p.while {
	padding-bottom: 10px;
}
.right_himit03 h3 {
   padding-bottom: 15px;
}
.right_himit03 p.while {
	padding-bottom: 10px;
}
.right_himit03 p.while_a  {
	padding-bottom: 80px;
}
.right_himit02 p.while_a  {
	padding-bottom: 80px;
}
/*--20180728 追加--*/
.featureArea .center_bangai {
	width: 95%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.featureArea .center_bangai img {
	width: 538px;
}
/*vol17　富富富紹介*/
.f_detail_box_2 {
	text-align: center;
	margin: 10px 0;
	padding: 0 7px;
}
.f_detail_box_2 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #333333;
	text-align: left;
	margin-top: 20px;
}
.f_detail_box_2 p {
	line-height: 1.4;
	text-align: initial;
	display:inline-block;
	}
/***************************************************************
	リンクボタン	20180829追記
 ***************************************************************/
.fu_link_button {
	width: 100%;
	display:inline-block;
	margin-top: 1em;
	margin-bottom: 3em;
	text-align: center;
}
.fu_button01 {
	width: 170px;
	display:inline-block;
	margin: 10px;
}
.fu_button01 img {
	box-shadow: 5px 5px 5px #D8D8D8;
}
/***************************************************************
	食のおすすめ情報	20180810追記
 ***************************************************************/
/*--20180810追加--*/
.link_osusume {
	width:100%;
	overflow:hidden;
	margin-bottom: 1.5em;
	text-align: center;
}
.link_osusume_button {
	display:inline-block;
	margin: 0 1px;
}
.link_osusume h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.link_osusume_button img {
	width:100%;
	vertical-align: baseline;
}
/***************************************************************
	TOYAMA食ネタ	20170306追記
 ***************************************************************/
.featureArea .f_tneta {
	width: 100%;
	background: url(../images/feature/tneta_bg.jpg) 0 0 repeat;
	border-top: 9px solid #669933;
	padding: 1em 2em 2em;
	box-sizing:border-box;
}
.featureArea .f_tneta_box01 {
	margin-top: 1.5em;
	width: 100%;
	overflow:hidden;
}
.featureArea .f_tneta_box01lf {
	float: left;
	width: 640px;
	line-height: 1.6em;
}
.featureArea .f_tneta_box01rg {
	float: right;
	width: 340px;
}
.featureArea .f_tneta_box01 h3 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 3px dotted #997155;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.featureArea .f_tneta_p01 {
	text-align: right;	/* 20190522変更 */
	padding-top: 30px;
}
.featureArea .f_tneta_p01 a {
	font-size: 1em;
    
}
.featureArea .f_tneta_sp01 {
	color: #669933;
}

.featureArea .f_tneta_ol {
	list-style: none;
    counter-reset: number;
	margin-top: 0.5em;
}
.featureArea .f_tneta_ol li {
	line-height: 1.6em;
    margin-bottom: 0.5em;
}
.featureArea .f_tneta_ol li:before {
	counter-increment: number;
    content: counter(number);
    background: #669933;
    display: inline-block;
	width: 1.5em;
	height: 1.5em;
    text-align: center;
    color: #fff;
    margin-right: 0.3em;
}

/***************************************************************
	特産品の詳細へ
 ***************************************************************/
.featureArea .to_shun {
	width: 100%;
	overflow: hidden;
	margin: 0 0 45px 0;
}
.featureArea .to_shun02 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 40px 0;
/*--20180828追加--*/
	text-align: center;
}
.featureArea .left_to_shun,
.featureArea .right_to_shun  {
	width: 442px;
	height: 69px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	background: url(../images/feature/to_shun_bg02.gif) 0 0 no-repeat;
}
.featureArea .left_to_shun2,
.featureArea .right_to_shun2,
.featureArea .center_to_shun2  {
	width: 442px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 69px;
	background: url(../images/feature/to_shun_bg.gif) 0 0 no-repeat;
}

.featureArea .left_to_shun,
.featureArea .left_to_shun2 {
	float: left;
	margin-left: 50px;
}
.featureArea .right_to_shun,
.featureArea .right_to_shun2 {
	float: right;
	margin-right: 50px;
}

.featureArea .left_to_shun a,
.featureArea .right_to_shun a,
.featureArea .left_to_shun2 a,
.featureArea .right_to_shun2 a,
.featureArea .center_to_shun2 a {
	display: block;
	width: 442px;
	height: 69px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.featureArea .center_to_shun2 {
	display:inline-block;
}

@media screen and (max-width: 768px){/*レスポンシブ対応*/
.f_mb50 { /* vol.21～追加 */
	margin-bottom: 0;
}
.s_hide {
	display:none;
}
.featureArea p, .bsanlist001 li {	/* 20190520追加 */
	font-size:13px;
}
.featureArea p {
	font-size:13px;
}
.featureArea p a {
	font-size:13px;
}
.f_h1a img {
	width: 100%;
	height: auto;
}
.f_mainimg1 img {
	width: 100%;
	height: auto;
}
.featureArea h2 img {
	width: 100%;
	height: auto;
}
.shokurepo_p img {
	width: 100%;
	height: auto;
}
.featureArea .left_shokurepo,.featureArea .right_shokurepo {
	float: none;
	width: 100%;
	display: inline-block;
}

.featureArea .left_shokurepo p img,.featureArea .right_shokurepo p img {
	width: 100%;
	height: auto;
}
.featureArea .f_read {
	width: 100%;
	height: auto;
}
.featureArea .left_f_read,.featureArea .right_f_read {
	width: 100%;
	height: auto;
	float: none;
	background: #F3E9D8;
	padding:10px;
	box-sizing:border-box;
	border-bottom:2px solid #FFF;
}

/* vol.11～食レポボタン */
.shokurepo_btn2 {
	margin-left: 10px;
	margin-right: 10px;
}

/* vol.7ブラッシュアップ事業 */
.shokurepo_box1 {
	border:2px solid #FF5300;
	padding:10px;
}

.shokurepo_box1left {
	width:100%;
	float:none;
}
.shokurepo_box1 p {
	line-height: 1.4em;
}
.shokurepo_box1 img {
	width:98%;
	padding-bottom:0;
	padding-left:0;
}
.shokurepo_box1 a {
	font-size: 13px;
}
.shokurepo_box1b {	/* 20170328追記 */
	padding: 10px;
}
	
/* vol.7体験施設 */
.shokurepo_box2 {
	padding:0;
}
.shokurepo_box2 h2 img {
	padding-bottom:5px;
	padding-top:5px;
	width:90%;
}

.shokurepo_box2left {
	width:90%;
	float:none;
	padding:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; /* Firefox用 */
	margin:0 auto 10px;
}
.shokurepo_box2left h3 {
	font-size:13px;
}
.shokurepo_box2left h3 span {
	font-size:16px;
	font-weight: normal;
}
.shokurepo_box2left p {
	overflow:hidden;
	width:100%;
	font-size:13px;
	line-height:1.4em;
}
.shokurepo_box2left p a {
	font-size:13px;
}
.shokurepo_box2left p img {
	float:right;
	width:40%;
}
/* vol.7追加ここまで */

/* vol.8追加 */
.shokurepo_box3 img {
	width:100%;
}
/* vol.8追加ここまで */

.shokurepo_p3 {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.shokurepo_btn1 img {
	width: 40% !important;
}

.left_himit,.right_himit {
	width: 100%;
	float:none;
}
.left_himit p,.right_himit p {
	margin-top:0;
	margin-bottom:20px;
	margin:0 10px 20px;
}
.f_himith301 {	/* vol.14余白 */
	padding: 0 10px 10px;
}
/* 20180327追加 */
.f_himitbox01,.f_himitbox02 {
}
.f_himitbox01 {
	margin-bottom: 7px;
}
.f_himitmt48 {	/* vol.4余白調整解除 */
	padding-top:0;
}
.left_himit img,.right_himit img {
	width: auto;
	max-width: 100%;
	height: auto;
	display:block;
	margin: 0 auto 10px;
	float: none;
}
.featureArea .to_shun02 {
	margin-bottom:10px;
}
.featureArea .left_to_shun2,
.featureArea .right_to_shun2,
.featureArea .center_to_shun2  {
	background-size:100%;
	float: none;
	margin:0 auto 10px auto;
}
.featureArea .left_to_shun2 {
	padding-bottom:0px;
}
.featureArea .left_to_shun2 a,
.featureArea .right_to_shun2 a,
.featureArea .center_to_shun2 a {
	width: 100%;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
/*--20180903　追加--*/
.featureArea .f_main2 p {
	font-size: 17px;
	text-align: left;
	line-height: 1.4;
	padding: 0 5px;
}
.shokurepo_p3 img {
	width: 95%;
	height: auto;
	}
.featureArea .left_bangai,
.featureArea .right_bangai {
	width: 100%;
}
.featureArea .left_bangai,.featureArea .right_bangai {
	float: none;
}
.featureArea .left_bangai h3,
.featureArea .right_bangai h3 {
	width: 95%;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	margin: 0px auto;
}
.featureArea .left_bangai h3 img,
.featureArea .right_bangai h3 img {
	width: 100%;
}
 
/*--20180628　追加--*/
.right_himit02,.right_himit03  {
	width: 100%;
	word-wrap: break-word;
}
/*--食のおすすめ情報	20180810追記--*/
/*--20180810 追加--*/
.link_osusume_button {
	width: auto;
	margin-bottom: 5px;
}
.featureArea h2.font_osusume {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.link_osusume_button img {
	width:100%;
}

/*--20180820　追加--*/
.featureArea .f_description {
	font-size: 1em;
	text-align: center;
	line-height: 1.2;
	padding: 20px 0;
}
/*--20180827　追加--*/
.f_mainimg1_1 img {
	width: 100%;
	height: auto;
}
.f_himitbox01_1,.f_himitbox02_1 {
}
.f_himitbox01_1 {
	margin-bottom: 7px;
}
.left_himit_1,.right_himit_1 {
	width: 100%;
	float:none;
}
.left_himit_1 p,.right_himit_1 p {
	margin: 5px 0;
}
.left_himit_1 img,.right_himit_1 img {
	width: 10%;
	height: auto;
	float: left;
}
.f_himitbox01_1 img, .f_himitbox02_1 img {
	float: left;
	height: auto;
	width: auto;
}
.f_himitbox01_1 h3, .f_himitbox02_1 h3 {
	margin: 0;
}
.featureArea .detail_box_1 {
	width: 97%;
	text-align: center;
}
.featureArea .detail_box_1 img {
	width: auto;
}
.featureArea .detail_box_1 p{
    margin-right: 0;
    display: inline-block;
}
/*富富富コーナー追記*/
.f_detail_box_2 img {
	width: 100%;
}
/*買えるお店リンクボタン*/
.featureArea .center_bangai img {
	width: 95%;
}
/*20180906 追加*/
.f_main2 .brNone br{
	display: none;
}
/* ---TOYAMA食ネタ------------------------------------------------------------------ */
.featureArea .f_tneta {
	border-top: 5px solid #669933;
	padding: 1em;
	width: 100%;
}
.featureArea .f_tneta h2 img {
	width: 288px;
}

.featureArea .f_tneta_box01 {
	margin-top: 1em;
}
.featureArea .f_tneta_box01lf {
	float: none;
	width: 100%;
	padding-bottom: 1em;
}
.featureArea .f_tneta_box01rg {
	float: none;
	width: 100%;
	text-align: center;
}
.featureArea .f_tneta_box01lf img,
.featureArea .f_tneta_box01rg img {
	/* width: 100%; */
	width: auto;
	max-width: 100%;
}
.featureArea .f_tneta_box01 h3 {
	font-size: 1.2em;
	font-weight:normal;
	border-bottom: 2px dotted #997155;
}
.featureArea .f_tneta_box01 p {
	line-height: 1.4em;
}
.featureArea .f_tneta_ol {
	font-size: 13px;
}
}
/* ---vol2用css(作業者：西野)------------------------------------------------------------------ */
.featureArea .f_detail_vol2 {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.otoriyose_vol2 {
	width:100%;
	text-align: center;margin:50px 0 0 0;
}
@media screen and (max-width: 768px) {
.featureArea .f_detail_vol2 img{width: 100%;}
}

/* ---max-width: 414px------------------------------------------------------------------ */
@media screen and (max-width: 414px) {
.featureArea .f_detail_vol2 img {display:none;}
.otoriyose_vol2 img{width:95%;}
h2.hantei_image{margin:20px 0 5px 0;font-size:18px;}
.hantei_image:after{
	content: "判定はあなたの手に！\A実際に見て食べるのがオススメです！";
	text-align: center;
	white-space: pre;}
.hantei_image img{display:none;}

.top_himit_vol2{
	background-size: 140%;
	background-position-x: 50%;
	background-position-y: 0%;
	margin: 0 auto 0 auto;
	width: 400px;
	min-height: 25px;
	}	
.left_himit_vol2{
	background-size: 790px;
	background-position-x: 0;
	background-position-y: -40px;
	margin: 0 auto 0 auto;
	width: 380px;
	min-height: 380px;
	}
.right_himit_vol2{
	background-size: 790px;
	background-position-x: -410px;
	background-position-y: -40px;
	margin: 0 auto 0 auto;
	width: 380px;
	min-height: 380px;
	}

.top_himit_vol2,.left_himit_vol2,.right_himit_vol2{
	background-image: url(http://www.shoku-toyama.jp/cp-bin/wordpress/wp-content/themes/etchu/images/feature/2014/winter_himitsu.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}
.featureArea .left_shokurepo li,
.featureArea .right_shokurepo li {
	min-height: 0;
	}
.featureArea .left_to_shun2,
.featureArea .right_to_shun2,
.featureArea .center_to_shun2  {
	width:310px;
	margin:0 auto 10px auto;
	line-height: 1em;
	}
.featureArea .left_to_shun2 a,
.featureArea .right_to_shun2 a,
.featureArea .center_to_shun2 a {
	height:48px;line-height: 3em;
	}
	/*--食のおすすめ情報	20180810追記--*/
.link_osusume_button img {
	width: 100%;
}
/*--20180820　追加--*/
.featureArea .f_description {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
}

}
/* ---max-width: 399px------------------------------------------------------------------ */
@media screen and (max-width: 399px) {
.top_himit_vol2{
	background-size: 140%;
	background-position-x: 50%;
	background-position-y: 0%;
	margin: 0 auto 0 auto;
	width: 375px;
	min-height: 25px;
	}	
.left_himit_vol2{
	background-size: 735px;
	background-position-x: 0;
	background-position-y: -40px;
	margin: 0 auto 0 auto;
	width: 355px;
	min-height: 355px;
	}
.right_himit_vol2{
	background-size: 735px;
	background-position-x: -375px;
	background-position-y: -40px;
	margin: 0 auto 0 auto;
	width: 355px;
	min-height: 355px;
	}
	
}
/* ---max-width: 374px------------------------------------------------------------------ */
@media screen and (max-width: 374px) {
.top_himit_vol2{
	background-size: 140%;
	background-position-x: 50%;
	background-position-y: 0%;
	margin: 0 auto 0 auto;
	width: 350px;
	min-height: 20px;
	}	
.left_himit_vol2{
	background-size: 680px;
	background-position-x: 0;
	background-position-y: -40px;
	margin: 0 auto 0 auto;
	width: 330px;
	min-height: 330px;
	}
.right_himit_vol2{
	background-size: 680px;
	background-position-x: -350px;
	background-position-y: -40px;
	margin: 0 auto 0 auto;
	width: 330px;
	min-height: 330px;
	}
}
/* ---max-width: 349px以下------------------------------------------------------------------ */
@media screen and (max-width: 349px) {
.top_himit_vol2{
	background-size: 140%;
	background-position-x: 50%;
	background-position-y: 0%;
	margin: 0 auto 0 auto;
	width: 320px;
	min-height: 20px;
	}	
.left_himit_vol2{
	background-size: 620px;
	background-position-x: 0;
	background-position-y: -30px;
	margin: 0 auto 0 auto;
	width: 300px;
	min-height: 300px;
	}
.right_himit_vol2{
	background-size: 620px;
	background-position-x: -320px;
	background-position-y: -30px;
	margin: 0 auto 0 auto;
	width: 300px;
	min-height: 300px;
	}
/*vol17追記*/
.featureArea .detail_box_1 img {
	width: 95%;
	}
}

