/* CSS Document */
/* clearfix
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;900&family=Roboto&family=Sawarabi+Gothic&display=swap');
/* --------------------------------------------------------- */

.cf:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  

* html .cf { zoom: 1; } /* IE6 */  
*:first-child+html .cf { zoom: 1; } /* IE7 */  


.ani_none,
.ani_none > *,
.ani_none:before,
.ani_none:after{
	transition:none !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;	
}

._hover{
	opacity:1;
	transition: all 0.4s;
}

._hover:hover{
	opacity:0.7;
}

/* TOP
------------------------------------------------------------*/

#fukushima-cp-content-top .main{
	height:650px;
	width:100%;
	background:url(../images/top-bg.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

#fukushima-cp-content-top .main h1{
	position:absolute;
	left:0;
	top:55%;
	transform:translateY(-50%);
	text-align:center;
	width:100%;	
}

#fukushima-cp-content-top .top_block, #fukushima-cp-content-art .top_block, #fukushima-cp-content-top .highlight_top{
	width: 1100px;
	margin: 50px auto 0 auto;
	text-align: center;
}

#fukushima-cp-content-art .top_block.p02_obi{
	margin: 30px auto 0 auto;
}
#fukushima-cp-content-top .top_block .top_intro{
	width: 1100px;
	margin: 0 auto 20px auto;
}
#fukushima-cp-content-top .top_block .top_outro{
	width: 1100px;
	margin: 50px auto;
}
#fukushima-cp-content-top .top_block .top_outro .prof_bg{
	margin: -150px 0 0 0;
}
#fukushima-cp-content-top .top_block .top_outro .prof_bg p{
	    position: absolute;
    margin: -130px 0 0 200px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    line-height: 200%;
}
#fukushima-cp-content-top .top_block .top_outro .prof_bg p span{
	font-size: 18px;
}
#fukushima-cp-content-top .top_block .top_outro span.prof_check{
	margin: -200px 0 0 100px;
}
@media screen and (max-width: 768px) {
	#fukushima-cp-content-top .top_block .top_outro .prof_bg{
		margin: -200px 0 0 0;
	}
	#fukushima-cp-content-top .top_block .top_outro .prof_bg p{
		margin: -150px 20px 0 50px;
	}
}

#fukushima-cp-content-top .top_block .ct_foods, #fukushima-cp-content-art .top_block .ct_foods{
	width: 470px;
	display: inline-block;
	margin: 20px 20px 50px 20px;
	vertical-align: top;
}
#fukushima-cp-content-top .top_block .ct_foods .ct_ttl img, #fukushima-cp-content-art .top_block .ct_foods .ct_ttl img{
	width: 470px;
}

/* add for highlight */
#fukushima-cp-content-top .highlight_top h2{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 38px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 20px;
}
#fukushima-cp-content-top .highlight_top div{
	display: inline-block;
	width: 470px;
}
.top_block .half1st, .top_block .half2nd{
width: 470px;
    display: inline-block;
    margin: 20px 20px 50px 20px;
    vertical-align: top;
}




#fukushima-cp-content-top .list, #fukushima-cp-content-art .list {
	width:470px;
	margin:20px auto 0;	
}

#fukushima-cp-content-top .list li, #fukushima-cp-content-art .list li{
	margin-bottom:15px;
	position:relative;
}

#fukushima-cp-content-top .list li:last-child, #fukushima-cp-content-art .list:last-child{
	margin-bottom:0;	
}

#fukushima-cp-content-top .list li.new:before, #fukushima-cp-content-art .list.new:before{
	content:"";
	display:block;
	background:url(../images/top-icon.png) no-repeat left top;
	background-size:100% auto;
	width:60px;
	height:60px;
	position:absolute;
	left:-35px;
	top:-20px;
}

#fukushima-cp-content-top .btn{
	margin-top:75px;
	text-align:center;	
}

.pc{
	display:block;	
}

.sp{
	display:none;	
}

@media screen and (max-width: 768px) {
	
	.pc{
		display:none;	
	}
	
	.sp{
		display:block;	
	}
	
	#fukushima-cp-content-top .main h1 img,
	#fukushima-cp-content-top .list li img,
	#fukushima-cp-content-art .list li img,
	#fukushima-cp-content-top .btn img,
	#fukushima-cp-content-art .btn img{
		width:100%;
		height:auto;	
	}
	
	#fukushima-cp-content-top .main{
		height:108vw;
		width:100%;
		background:url(../images/top-bg-sp.png) no-repeat center center;	
		background-size:cover;
		position:relative;
	}
	
	#fukushima-cp-content-top .main h1{
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		text-align:center;
		width:100%;	
	}
	#fukushima-cp-content-top .top_block, #fukushima-cp-content-art .top_block{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#fukushima-cp-content-art .top_block{
		margin: 50px auto 0 auto;
	}
	#fukushima-cp-content-top .top_block .top_intro, #fukushima-cp-content-art .top_block .top_intro{
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#fukushima-cp-content-top .top_block .top_outro{
		width: 100%;
		margin: 50px auto;
	}
	#fukushima-cp-content-top .top_block .top_outro span.prof_check{
		margin: -200px 0 0 100px;
	}

	#fukushima-cp-content-top .top_block .ct_foods, #fukushima-cp-content-art .top_block .ct_foods, .top_block .half1st, .top_block .half2nd{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#fukushima-cp-content-art .top_block .ct_foods, .top_block .half1st, .top_block .half2nd{
		margin: 20px auto 50px auto;

	}
	#fukushima-cp-content-top .top_block .ct_foods .ct_ttl img, #fukushima-cp-content-art .top_block .ct_foods .ct_ttl img{
		width: 90%;
	}
	
	#fukushima-cp-content-top .list, #fukushima-cp-content-art .list {
		width:90%;
		margin:1vw auto 10vw auto;	
	}
	
	#fukushima-cp-content-top .list li, #fukushima-cp-content-art .list li{
		margin-bottom:5vw;
		position:relative;
	}
	
	#fukushima-cp-content-top .list li:last-child, #fukushima-cp-content-art .list li:last-child{
		margin-bottom:0;	
	}
	
	#fukushima-cp-content-top .list li.new, #fukushima-cp-content-art .list li.new{
		/*margin-top:10vw;	*/
	}
	
	#fukushima-cp-content-top .list li.new:before, #fukushima-cp-content-art .list li.new:before{
		content:"";
		/* display:none; */
		background:url(../images/top-icon.png) no-repeat left top;
		background-size:100% auto;
		width:10vw;
		height:11vw;
		position:absolute;
		left: -4vw;
		top: -5vw;
	}
	
	#fukushima-cp-content-top .btn{
		width:90%;
		margin:4vw auto 0;
		text-align:center;	
	}

	.top_block .half1st span.sp img, .top_block .half2nd span.sp img,
	.top_block .half1st div img, .top_block .half2nd div img, #fukushima-cp-content-top .highlight_top, #fukushima-cp-content-top .highlight_top h2{width: 360px;}

}

/*TOP------------------------------------------------------------*/

/* ART
------------------------------------------------------------*/

#fukushima-cp-content-art #main{
	width:100%;
	text-align:center;
	background:url(../images/01-main.jpg) no-repeat center center;
	background-size:cover;
	max-height: 400px; 
}

#fukushima-cp-content-art .art-area{
	width:900px;
	margin:0 auto;
	padding-top:30px;
	font-feature-settings: "palt";
}
#fukushima-cp-content-art .art-area.page02{
	padding-top:0px;	
}
#fukushima-cp-content-art .campaign{
	width:900px;
	margin:0 auto;
	padding-top:30px;	
}
#fukushima-cp-content-art .campaign img{
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#fukushima-cp-content-art .campaign{
		width:100%;
	}
}


#fukushima-cp-content-art .art-area p{
	font-size: 16px;
	line-height: 2.063;
	margin-top:30px;
}

#fukushima-cp-content-art .art-area p.txt01{
	margin-top:25px;
}

#fukushima-cp-content-art .art-area p.txt02{
	margin-top:10px;
}

#fukushima-cp-content-art .art-area p.txt03{
	margin-top:45px;
}
#fukushima-cp-content-art .art-area p.txt02 a{
	text-decoration: underline;
}
#fukushima-cp-content-art .art-area p.mc_comm{
	font-weight: bold;
	margin:60px 0 20px 0;
	color: #ff5f5f;
}


#fukushima-cp-content-art .art-area .image{
	margin:30px 0;	
}

#fukushima-cp-content-art .art-area .image.mt0{
	margin-top:0;	
}

#fukushima-cp-content-art .art-area .image.center{
	text-align:center;	
}
#fukushima-cp-content-art .art-area .image.setdate{
	margin: 30px 0 0 0;	
}
#fukushima-cp-content-art .art-area .image.setdate.yt_mv{
	margin: 30px 0 0 0;
	padding: 30px 0;
	text-align: center;
	background: #f3f3f3;
}
#fukushima-cp-content-art .art-area .image.setdate.yt_mv p.mv_ttl{
	    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 38px;
	}
#fukushima-cp-content-art .art-area .image.setdate p.img_date{
	text-align: right;
	font-size: 12px;
	margin-top:0;
}
#fukushima-cp-content-art .art-area .hl_lnk{
	text-align: center;
	padding: 20px;
	background: #f3f3f3;
}
#fukushima-cp-content-art .art-area .hl_lnk a{
	font-size: 18px;
}

#fukushima-cp-content-art h2{
	border-top: #ccc dotted 2px;
    border-bottom: #ccc dotted 2px;
    padding: 10px 0 10px 80px;
    margin: 20px 0 10px 0;
    font-size: 22px;
    color: #3d3d3d;
    line-height: 120%
}
#fukushima-cp-content-art h2.vol01_02, #fukushima-cp-content-art h2.vol01_03, #fukushima-cp-content-art h2.vol01_04, #fukushima-cp-content-art h2.vol01_05, #fukushima-cp-content-art h2.vol02_01, #fukushima-cp-content-art h2.vol02_02, #fukushima-cp-content-art h2.vol02_03, #fukushima-cp-content-art h2.vol02_04, #fukushima-cp-content-art h2.vol03_01, #fukushima-cp-content-art h2.vol03_02, #fukushima-cp-content-art h2.vol03_03, #fukushima-cp-content-art h2.vol03_04, #fukushima-cp-content-art h2.vol04_01, #fukushima-cp-content-art h2.vol04_02, #fukushima-cp-content-art h2.vol04_03, #fukushima-cp-content-art h2.vol04_04, #fukushima-cp-content-art .restaurant_info h2{
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 38px;
}
#fukushima-cp-content-art h2::before{
	content: '';
    position: absolute;
    background-image: url(../images/01-01_number.jpg);
    background-size: contain;
    display: inline-block;
    /* top: 0; */
    /* left: 0; */
    width: 66px;
    height: 60px;
    margin: -10px 0 0 -80px;
    background-repeat: no-repeat;
}
#fukushima-cp-content-art h2.vol01_02::before{background-image: url(../images/01-02_number.jpg);}
#fukushima-cp-content-art h2.vol01_03::before{background-image: url(../images/01-03_number.jpg);}
#fukushima-cp-content-art h2.vol01_04::before{background-image: url(../images/01-04_number.jpg);}
#fukushima-cp-content-art h2.vol01_05::before{background-image: url(../images/01-05_number.jpg);}
#fukushima-cp-content-art h2.vol02_01::before{background-image: url(../images/02-01_number.jpg);}
#fukushima-cp-content-art h2.vol02_02::before{background-image: url(../images/02-02_number.jpg);}
#fukushima-cp-content-art h2.vol02_03::before{background-image: url(../images/02-03_number.jpg);}
#fukushima-cp-content-art h2.vol02_04::before{background-image: url(../images/02-04_number.jpg);}
#fukushima-cp-content-art h2.vol03_01::before{background-image: url(../images/03-01_number.jpg);}
#fukushima-cp-content-art h2.vol03_02::before{background-image: url(../images/03-02_number.jpg);}
#fukushima-cp-content-art h2.vol03_03::before{background-image: url(../images/03-03_number.jpg);}
#fukushima-cp-content-art h2.vol03_04::before{background-image: url(../images/03-04_number.jpg);}
#fukushima-cp-content-art h2.vol04_01::before{background-image: url(../images/04-01_number.jpg);}
#fukushima-cp-content-art h2.vol04_02::before{background-image: url(../images/04-02_number.jpg);}
#fukushima-cp-content-art h2.vol04_03::before{background-image: url(../images/04-03_number.jpg);}
#fukushima-cp-content-art h2.vol04_04::before{background-image: url(../images/04-04_number.jpg);}
#fukushima-cp-content-art .restaurant_info h2::before{background-image: none;}

#fukushima-cp-content-art .restaurant_info h2{
	width: 900px;
	margin: 30px auto;
	padding: 10px 0;
    border-top: #333 dotted 1px;
    border-bottom: #333 dotted 1px;
}

#fukushima-cp-content-art h2 span{
	font-size: 18px;
}

#fukushima-cp-content-art h2.mt-min{
	margin-top:50px;	
}

#fukushima-cp-content-art h3{
	font-family: 'Noto Sans JP', sans-serif;
	border-top: #ccc dotted 2px;
	border-bottom: #ccc dotted 2px;
	padding: 20px 0 15px 5px;
    margin: 70px 0 20px 0;
	font-size:40px;
	font-weight: 300;
	color:#3d3d3d;
}
#fukushima-cp-content-art h3.page02{
	margin: 20px 0;
}
#fukushima-cp-content-art .art-area .explain{
	border: #ddd solid 1px;
	padding: 20px;
	font-size: 14px;
}
#fukushima-cp-content-art .art-area .explain span{
	font-weight: bold;
}
#fukushima-cp-content-art .art-area .explain_no-border{
	padding: 0 0 30px 0px;
	font-size: 14px;
}
#fukushima-cp-content-art .image_comment,
#fukushima-cp-content-art .image_comment02{
	background-image: url("../images/comment_fukidashi_01.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}
#fukushima-cp-content-art .image_comment p,
#fukushima-cp-content-art .image_comment02 p{
	padding: 50px 0 0 260px;
    font-weight: bold;
    font-size: 15px;
    line-height: 140%;
}
#fukushima-cp-content-art .image_comment p{
	padding: 70px 0 0 260px;
}
#fukushima-cp-content-art .art-area .vol_lnk{
	background: #cccccc;
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
}
#fukushima-cp-content-art .art-area .vol_lnk a{
	text-decoration: underline;
}

#fukushima-cp-content-art .image_2{
	margin: 30px 0;
}
#fukushima-cp-content-art .image_2 div,
#fukushima-cp-content-art .image_2 div img{
	display: inline-block;
    width: 430px;
}
#fukushima-cp-content-art .image_2 div:nth-child(even){
	margin: 0 0 0 20px;
}
#fukushima-cp-content-art .image_2 p,
#fukushima-cp-content-art .image_2 div span{
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
}

#fukushima-cp-content-art .btn{
		width:90%;
		margin:3vw auto 0;
		text-align:center;	
	}

.profile{
	background:#f2f2f2;
	position:relative;
	padding:60px 0;
	margin-top:100px;
}

.profile h2{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:-30px;	
}

.profile .inner{
	width:900px;
	margin:0 auto;	
}

.profile .inner.inner2{
	margin-top:20px;
	border-top:solid 1px #dedede;
	padding-top:20px;	
}

.profile .inner .inner-l{
	width:170px;
	float:left;
	margin-left:35px;
}

.profile .inner .inner-r{
	width:655px;
	float:right;
}

.profile .inner .inner-r h3{
	font-size:15px;
	color:#000000;	
}

.profile .inner .inner-r h3.mt{
	padding-top:30px;	
}

.profile .inner .inner-r p{
	margin-top:12px;
	font-size: 13px;
	color: rgb(0, 0, 0);
	line-height: 1.769;
}

.profile .inner .inner-r p span{
	display:block;
	margin-top:12px;
	font-size:12px;
	font-weight:bold;	
}

#fukushima-cp-content-art .restaurant_info{
	background-color: #edd838;
  width: 100%;
  padding: 30px 0;
  margin: 50px auto;
}

#fukushima-cp-content-art .restaurant_info p{
	width: 100%;
  margin: 30px auto;
	max-width: 900px;
	line-height: 200%;
    font-size: 16px;
    color: #000;
}

#fukushima-cp-content-art .bg_orange {background-color: #ff7800;}
#fukushima-cp-content-art .bg_gray{background-color: #fafafa;}
#fukushima-cp-content-art .bg_bluesky{background-color: #50d6c2;}
#fukushima-cp-content-art .bg_pink{background-color: #ffd6d6;}
#fukushima-cp-content-art .bg_wh{background-color: #ffffff; margin:0 auto 50px auto;}

#fukushima-cp-content-art .restaurant_info h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	color: #000000;
	width: 900px;
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
	border-top: none;
	font-weight: normal;
	border-bottom: #000 solid 1px;
	line-height: 140%;
}
#fukushima-cp-content-art .restaurant_info h3 img{
	width: 100px;
    vertical-align: middle;
    padding: 0 15px 0 0;
}
#fukushima-cp-content-art .restaurant_info h3 span{
	font-size: 24px;
	 font-weight: bold;
}
#fukushima-cp-content-art .restaurant_info h3 span.sub_ttl{
	font-size: 28px;
	 font-weight: normal;
}
#fukushima-cp-content-art .restaurant_info h3::before{}
#fukushima-cp-content-art .restaurant_info .menu_info, #fukushima-cp-content-art .restaurant_info .menu_info_one{
	width: 900px;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	border-bottom: #000 dotted 1px;
	background: url("../images/backnum_bg_w.png") no-repeat;
	background-size: cover;
	
}
#fukushima-cp-content-art .restaurant_info .menu_info img{
	display: inline-block;
	width: 55%;
}
#fukushima-cp-content-art .restaurant_info .menu_info_one img{
	width: 100%;
}
#fukushima-cp-content-art .restaurant_info .menu_info img.menu_pc{
	display:inline-block;
}
#fukushima-cp-content-art .restaurant_info .menu_info img.menu_sp{
	display: none;
}
#fukushima-cp-content-art .restaurant_info .menu_info p, #fukushima-cp-content-art .restaurant_info .menu_info_one p{
	display: inline-block;
	width: 40%;
	margin: 0 0 0 20px;
    line-height: 200%;
    font-size: 16px;
    color: #000;
	vertical-align: top;
}
#fukushima-cp-content-art .restaurant_info .menu_info_one p{
	width: 100%;
	margin: 20px 0;
}
#fukushima-cp-content-art .restaurant_info .menu_info p.left_lead{
	width: 40%;
	margin: 0 40px 0 0 ;
}
#fukushima-cp-content-art .restaurant_info .menu_info p span{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
    font-size: 24px;
	font-weight: 700;
   	margin: 0 0 10px 0;
}
#fukushima-cp-content-art .restaurant_info .menu_info p span::before{}
#fukushima-cp-content-art .restaurant_info .menu_info p span img{
    width: 40px;
    vertical-align: bottom;
    padding: 0 15px 0 0;
}

p.caut_menu{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

/* お店、会社情報*/
.com_info{
	background-color: #eeeeee;
  width: 100%;
  padding: 5vw 5vw 4vw;
  margin: 20px auto;
	text-align: center;
}
.com_info_f{
	margin: 20px auto 50px auto;
}
/* バックナンバー*/
.bn_block{
	width: 100%;
  padding: 5vw 5vw 4vw;
  margin: 50px auto;
	text-align: center;
	background: url("../images/backnum_bg.png") no-repeat;
	
}
.bn_block div {
	display: inline-block;
    width: 23%;
    padding: 0 0 0 0;
    margin: 50px 10px;
    border: #333 solid 1px;
    box-shadow: 5px 5px rgba(255,95,95,1);
    background: #fff;
	vertical-align:bottom;
	
}
.bn_block div img{
	width: 100%;
}
.bn_block div img.bn_num{
	width: 50%;
}
.bn_block div h5{
	height: 100px;
    color: #000;
    font-size: 18px;
    padding: 0 10px 0 10px;
    text-align: center;
    font-weight: normal;
}

.bn_block div h5 span{
	font-size: 12px;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .com_info {
    width: 900px;
    padding: 30px 0 20px 0;
    margin: 0px auto;
  }
  .com_info_f{
	margin: 20px auto 50px auto;
  }
	.bn_block{
    width: 900px;
	min-height: 500px;
    padding: 30px 0 20px 0;
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
	#fukushima-cp-content-art .restaurant_info,
	#fukushima-cp-content-art .restaurant_info .menu_info,
	#fukushima-cp-content-art .restaurant_info .menu_info_one,
	#fukushima-cp-content-art .restaurant_info .menu_info img,
	#fukushima-cp-content-art .restaurant_info .menu_info p,
	#fukushima-cp-content-art .restaurant_info .menu_info p.left_lead,
	#fukushima-cp-content-art .restaurant_info p,
	#fukushima-cp-content-art .restaurant_info h3{
		width: 95%;
	}
	#fukushima-cp-content-art .restaurant_info .menu_info img{
		width: 100%;;
	}
	#fukushima-cp-content-art .restaurant_info .menu_info img.menu_pc{
		display: none;
	}
	#fukushima-cp-content-art .restaurant_info .menu_info img.menu_sp{
		display: block;
	}
	#fukushima-cp-content-art .restaurant_info h3{
		/* font-weight: 700; */
		font-size: 18px;
		border-bottom: none;
		padding-left: 20px;
	}
	#fukushima-cp-content-art .restaurant_info h3 img{
		width: 50px;
		padding: 0 5px 0 0;
		margin-top: -10px;
	}
	#fukushima-cp-content-art .restaurant_info .menu_info p,
	#fukushima-cp-content-art .restaurant_info .menu_info p.left_lead{
		margin: 20px 0 0 0;
	}
	.com_info, .bn_block {
		width: 100%;
		padding: 50px 0 20px 0;
		margin: 0px auto;
  }
	.com_info, .bn_block div {
		width: 100%;
		padding: 20px 0 10px 0;
		margin: 30px auto;
  }
	.bn_block div{
		width: 90%;
		text-align: left;
		padding:0 0 0 0;
	}
	.bn_block div img{
		width: 100px;
	}
	.bn_block div img.bn_num{
		width: 50px;
		vertical-align: baseline;
	}
	.bn_block div h5{
		width: 130px;
		height: auto;
    color: #000;
    font-size: 12px;
    padding: 10px 0 0 10px;
    text-align: left;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
	}
	p.caut_menu{
	width: 100%;
	}
	#fukushima-cp-content-art .restaurant_info .menu_info p span{
		font-size: 18px;
	}
}
.com_info h4, .bn_block h4, .top_block h4{
  width: 190px;
  height: 36px;
  line-height: 36px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  margin: 0px auto 0 auto;
}

.com_info h4:before, .com_info h4:after,
.bn_block h4:before, .bn_block h4:after,
.top_block h4:before, .top_block h4:after{
  position: absolute;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 18px 10px;
}

.com_info h4:before,
.bn_block h4:before,
.top_block h4:before{
  left: 0;
  border-left-color: #ffffff;
}

.com_info h4:after,
.bn_block h4:after,
.top_block h4:after{
  right: 0;
  border-right-color: #ffffff;
}
.com_info p{
	margin: 30px 0;
	font-size: 14px;
}
.com_info p span{
	font-weight: bold;
	font-size: 18px;
}
.com_info p a.long_url{
	font-size: 10px;;
}

.topics {
  border-style: solid;
  border-width: 1px;
  border-color: #f53c93;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 5vw 5vw 4vw;
  box-sizing: border-box;
  margin: 20px auto 0;
}

@media print, screen and (min-width: 768px) {
  .topics {
    width: 900px;
    padding: 60px 60px 55px;
    margin: 80px auto 0;
  }
}

.topics h4 {
  width: 190px;
  height: 36px;
  line-height: 36px;
  background-color: #f53c93;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  margin: auto;
}

.topics h4:before, .topics h4:after {
  position: absolute;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 18px 10px;
}

.topics h4:before {
  left: 0;
  border-left-color: #fff;
}

.topics h4:after {
  right: 0;
  border-right-color: #fff;
}

.topics p {
  margin-top: 10px;
  font-size: 14px;
  color: black;
  line-height: 1.75;
}

.topics a {
  display: inline-block;
  margin: 50px 0 10px 0;
  font-size: 15px;
  color: #f53c93;
  font-weight: bold;
  text-decoration: none;
}

.topics a span {
  text-decoration: underline;
}

.topics a:hover span {
  text-decoration: none;
}

.topics a img {
  margin: 0 !important;
}

.art-btn01{
	border:solid 1px #00b900;
	margin:90px auto 0;	
	width:900px;
	box-sizing:border-box;
	padding:60px 0;
	text-align:center;
	position:relative;
}

.art-btn01 h4{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:-30px;	
}

.art-btn01 p.txt01{
	font-size:17px;
	color:#3d3d3d;
	font-weight:bold;
	margin-bottom:20px;	
}

.art-btn01 p.txt01 span{
	color:#00c100;
}

.art-btn01 .kikan span{
	color:#000;
	font-size:17px;
	font-weight:bold;
	display:inline-block;
	border:solid 1px #000;
	padding:5px 10px 3px;
	margin-bottom:30px;
}

.art-btn01 p.link{
	font-size:15px;
	margin-top:25px;	
}

.art-btn01 p.link a{
	color:#00b900;
	font-weight:bold;
	text-decoration:none;	
}

.art-btn01 p.link a span{
	text-decoration:underline;	
}

.art-btn01 p.link a:hover span{
	text-decoration:none;
}

.sns{
	width:240px;
	margin:60px auto 0;
}

.sns li{
	width:100px;
	float:left;
}

.sns li:last-child{
	float:right;
}

.backnumber{
	background:#f2f2f2;
	margin-top:80px;
	padding:75px 0 80px;
}

.backnumber .inner{
	width:900px;
	margin:0 auto;
	position:relative;
}

.backnumber .inner h4{
	font-size:26px;
	color:#3d3d3d;
	font-weight:bold;
	text-align:center;
}

.backnumber .inner:before,
.backnumber .inner:after{
	content:"";
	display:block;
	background:url(../images/common-bg-number.png) repeat-x left top;
	background-size:3px 7px;
	width:330px;
	height:7px;
	position:absolute;
	left:0;
	top:16px;
}

.backnumber .inner:after{
	left:auto;
	right:0;
}

.backnumber ul{
	margin-top:30px;
	text-align:center;
}

.backnumber ul li{
	display:inline-block;
	margin-right:25px;
}

.backnumber ul li:last-child{
	margin-right:0;
}

.art-btn02,
.art-btn03{
	margin-top:30px;
	text-align:center;
}

.art-btn02{
	margin-top:80px;
}

span.caut_word{
	font-size: 10px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#fukushima-cp-content-art #main img,
	#fukushima-cp-content-art .art-area img,
	#fukushima-cp-content-art .art-area .btn img,
	.profile h2 img,
	.topics h4 img,
	.art-btn02 img,
	.art-btn03 img,
	.backnumber ul li img{
		width:95%;
		height:auto;
	}
	
	#fukushima-cp-content-art #main img{
		width:100%;
	}
	
	#fukushima-cp-content-art #main{
		height: 108vw;
		width: 100%;
		background: url(../images/top-bg-sp.png) no-repeat center center;
		background-size: cover;
		position: relative;
	}
	
	#fukushima-cp-content-art #main h1{
		position:absolute;
		top:50%;
		transform:translateY(-50%);	
	}
	
	#fukushima-cp-content-art .art-area{
		width:90%;
		margin:0 auto;
		padding-top:0px;
	}
	
	#fukushima-cp-content-art .art-area p{
		font-size: 3.8vw;
		margin-top:5vw;
	}
	
	#fukushima-cp-content-art .art-area p.txt01{
		margin-top:5vw;
	}
	
	#fukushima-cp-content-art .art-area p.txt02{
		margin-top:3vw;
	}
	
	#fukushima-cp-content-art .art-area p.txt03{
		margin-top:8vw;
	}
	
	#fukushima-cp-content-art .art-area .image{
		margin-top:5vw;
	}
	
	#fukushima-cp-content-art .art-area .image.center{
		width:60vw;
		margin:5vw auto 0;
	}
		
	#fukushima-cp-content-art .art-area .image img{
		width:100%;
		height:auto;
	}
	
	#fukushima-cp-content-art h2{
		margin-top:10vw;
		font-size:4.5vw;
		border-bottom:solid 1px #4e4e4e;
	}
	#fukushima-cp-content-art h2.vol01_02,
	#fukushima-cp-content-art h2.vol01_03, #fukushima-cp-content-art h2.vol01_04, #fukushima-cp-content-art h2.vol01_05, #fukushima-cp-content-art h2.vol02_01, #fukushima-cp-content-art h2.vol02_02, #fukushima-cp-content-art h2.vol02_03, #fukushima-cp-content-art h2.vol02_04, #fukushima-cp-content-art h2.vol03_01, #fukushima-cp-content-art h2.vol03_02, #fukushima-cp-content-art h2.vol03_03, #fukushima-cp-content-art h2.vol03_04, #fukushima-cp-content-art h2.vol04_01, #fukushima-cp-content-art h2.vol04_02, #fukushima-cp-content-art h2.vol04_03, #fukushima-cp-content-art h2.vol04_04, #fukushima-cp-content-art .restaurant_info h2 {
		font-size:21px;
	}
	#fukushima-cp-content-art .restaurant_info h2{
		width: 90%;
		margin: 30px auto;
		padding: 10px 0;
		border-top: #333 dotted 1px;
		border-bottom: #333 dotted 1px;
	}
	#fukushima-cp-content-art .art-area .image.setdate.yt_mv{
		background: #ffffff;
		margin: 0 0 0 0;
	}
	#fukushima-cp-content-art .art-area .image.setdate.yt_mv p.mv_ttl {
		font-size:21px;
	}
	#fukushima-cp-content-art .restaurant_info h3 span.sub_ttl {
    font-size: 18px;
    }
	#fukushima-cp-content-art h2 br{
		/*display: none;*/
	}
	#fukushima-cp-content-art h2 span{
		font-size: 14px;
		padding: 0 0 0 10px;
	}
	
	#fukushima-cp-content-art h2.mt-min{
		margin-top:5vw;
	}
	
	#fukushima-cp-content-art h3{
		width: 95%;
		display:inline-block;
		margin-top:3vw;
		font-size:6vw;
		color:#3d3d3d;
		/*text-decoration:underline;*/
	}

	#fukushima-cp-content-art .art-area .hl_lnk a{
		font-size: 12px;
	}

	#fukushima-cp-content-art .image_comment,
	#fukushima-cp-content-art .image_comment02{
	background-image: url("../images/comment_fukidashi_01_sp.png");
	background-repeat: no-repeat;
    background-size: contain;
	}
	#fukushima-cp-content-art .image_comment02{
	background-image: url("../images/comment_fukidashi_02_sp.png");
		min-height: 200px;
	}
	#fukushima-cp-content-art .image_comment p,
	#fukushima-cp-content-art .image_comment02 p{
		padding: 20px 15px 0 120px;
		font-weight: bold;
		font-size: 15px;
		line-height: 150%;
	}
	#fukushima-cp-content-art .image_comment02 p{
		line-height: 160%;
	}
	#fukushima-cp-content-art .image_comment p br,
	#fukushima-cp-content-art .image_comment02 p br{
		display: none;
	}

	#fukushima-cp-content-art .image_2{
		margin: 30px 0;
	}
	#fukushima-cp-content-art .image_2 div,
	#fukushima-cp-content-art .image_2 div img{
		display: inline-block;
		width: 100%;
	}
	#fukushima-cp-content-art .image_2 div:nth-child(even){
		margin: 20px 0 5px 0;
	}
	#fukushima-cp-content-art .image_2 p,
	#fukushima-cp-content-art .image_2 div span{
		text-align: left;
		font-size: 14px;
		margin-top: 0px;
	}
	
	#fukushima-cp-content-art .btn{
		width:90%;
		margin:8vw auto 0;
		text-align:center;	
	}
	
	.profile{
		background:#f2f2f2;
		position:relative;
		padding:10vw 0;
		margin-top:15vw;
	}
	
	.profile h2{
		position:absolute;
		width:80%;
		text-align:center;
		left:50%;
		transform:translateX(-50%);
		top:-4vw;	
	}
	
	.profile .inner{
		width:90%;
		margin:0 auto;	
	}
	
	.profile .inner .inner-l{
		width:50vw;
		float:none;
		margin:0 auto;
	}
	
	.profile .inner .inner-r{
		width:100%;
		float:none;
		margin-top:5vw;
	}
	
	.profile .inner .inner-r h3{
		font-size:3.6vw;
		color:#000000;	
	}
	
	.profile .inner .inner-r h3.mt{
		padding-top:0;	
	}
	
	.profile .inner .inner-r p{
		margin-top:4vw;
		font-size: 3.4vw;
		color: rgb(0, 0, 0);
		line-height: 1.769;
	}
	
	.profile .inner .inner-r p span{
		display:block;
		margin-top:3vw;
		font-size:3.2vw;
		font-weight:bold;	
	}
	
	.topics{
		border-style: solid;
		border-width: 1px;
		border-color: rgb(245, 60, 147);
		background-color: rgba(0, 0, 0, 0);
		width: 90%;
		padding:5vw 5vw 4vw ;
		box-sizing:border-box;
		margin:10vw auto 0;
	}
	
	.topics h4{
		width:40vw;	
	}
	
	.topics h4.mt{
		margin-top:5vw;
	}
	
	.topics p{
		margin-top:3vw;
		font-size: 3.8vw;
		color: rgb(0, 0, 0);
		line-height: 1.75;
	}
	
	.topics a{
		display:inline-block;
		margin-top:2vw;
		font-size:3.6vw;
		color:#f53c93;
		font-weight:bold;
		text-decoration:none;
		margin-right:3vw;
	}
	
	.topics a img{
		width:60vw;
		height:auto;	
	}
	
	.topics a span{
		text-decoration:underline;	
	}
	
	.topics a:hover span{
		text-decoration:none;	
	}
	
	.art-btn01{
		border:solid 1px #00b900;
		margin:20vw auto 0;	
		width:90%;
		box-sizing:border-box;
		padding:10vw 0 8vw;
		text-align:center;
	}
	
	.art-btn01 h4{
		width:80%;
		left:50%;
		transform:translateX(-50%);
		top:-4.7vw;	
	}
	
	.art-btn01 h4 img{
		width:100%;
		height:auto;	
	}
	
	.art-btn01 p.txt01 {
		font-size: 3.7vw;
		padding:0 5vw;
		font-weight: bold;
		margin-bottom: 4vw;
	}
	
	.art-btn01 .kikan span{
		font-size:3.7vw;
		padding:2vw 4vw 1.7vw;
		margin-bottom:5vw;
		line-height:1.4;
		width:68vw;
		margin:0 auto 5vw;
		display:block;
	}
	
	.art-btn01 p.link{
		font-size:3.6vw;
		margin-top:4vw;	
	}
	
	.art-btn01 img{
		width:90%;
		height:auto;	
	}
	
	.sns{
		width:70%;
		margin:8vw auto 0;	
	}
	
	.sns li{
		width:30vw;
		float:left;	
	}
	
	.sns li:last-child{
		float:right;	
	}
	
	.backnumber{
		background:#f2f2f2;
		margin-top:10vw;
		padding:10vw 0 5vw;	
	}
	
	.backnumber .inner{
		width:90%;
		margin:0 auto;
		position:relative;
	}
	
	.backnumber .inner h4{
		font-size:5vw;
		color:#3d3d3d;
		font-weight:bold;
		text-align:center;
	}
	
	.backnumber .inner:before,
	.backnumber .inner:after{
		content:"";
		display:block;
		background:url(../images/common-bg-number.png) repeat-x left top;
		background-size:1vw auto;
		width:20vw;
		height:4vw;
		position:absolute;
		left:0;
		top:2.2vw;
	}
	
	.backnumber .inner:after{
		left:auto;
		right:0;	
	}
	
	.backnumber ul{
		margin-top:5vw;
		text-align:center;	
	}
	
	.backnumber ul li{
		display:block;
		width:43vw;
		float:left;
		margin-right:0px;
		margin-bottom:5vw;
	}
	
	.backnumber ul li:nth-child(2n){
		float:right;	
	}
	
	.backnumber ul li:last-child{
		margin-right:0;
	}
	
	.art-btn02,
	.art-btn03{
		width:90%;
		margin:5vw auto 0;
		text-align:center;	
	}
	
	.art-btn02{
		margin-top:10vw;	
	}
}

.vol5-block{
	width:900px;
	margin:35px auto 0;
	border:solid 2px #79af00;
}

.vol5-block h3{
	display:block !important;
	text-align:center;
	font-size:21px;
	color:#69c139 !important;
	font-weight:bold;
	padding-top:30px;
}

.vol5-block h3 span{
	display:inline-block;
	border-bottom:solid 1px #69c139;	
}

.vol5-block ul{
	padding:30px 40px 40px;	
}

.vol5-block ul li{
	position:relative;
	margin-bottom:20px;
}

.vol5-block ul li:after{
	content:"";
	background:url(../images/05-icon.png) no-repeat left top;
	background-size:100% auto;
	width:26px;
	height:20px;
	position:absolute;
	left:395px;
	bottom:-20px;
}

.vol5-block ul li:last-child{
	margin-bottom:0;	
}

.vol5-block ul li:last-child:after{
	display:none;	
}

.vol5-block ul li p{
	font-size:16px;
	color:#3b3b3b;
	font-weight:bold;
	position:absolute;
	left:295px;
	top:50%;
	transform:translateY(-50%);	
}

@media screen and (max-width: 768px) {
	.vol5-block{
		width:90%;
		margin:5vw auto 0;
		border:solid 1px #79af00;
	}
	
	.vol5-block h3{
		display:block !important;
		text-align:center;
		font-size:4.6;
		padding-top:3vw;
	}
	
	.vol5-block h3 span{
		display:inline-block;
		border-bottom:solid 1px #69c139;	
	}
	
	.vol5-block ul{
		padding:5vw 2.5vw 8vw ;	
	}
	
	.vol5-block ul li{
		position:relative;
		margin-bottom:10vw;
	}
	
	.vol5-block ul li:after{
		content:"";
		background:url(../images/05-icon.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:3vw;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		bottom:-5vw;
	}
	
	.vol5-block ul li:last-child{
		margin-bottom:0;	
	}
	
	.vol5-block ul li:last-child:after{
		display:none;	
	}
	
	.vol5-block ul li p{
		font-size:3.6vw;
		color:#3b3b3b;
		font-weight:bold;
		position:relative;
		left:auto;
		top:auto;
		transform:translateY(-0%);
		margin-top:3vw;	
	}	
	
	.vol5-block ul li p span{
		display:inline-block;
		padding-left:1.4em;
		text-indent:-1.4em;
	}
	
	.vol5-block ul li img{
		width:100%;
		height:auto;	
	}
}

/*ART------------------------------------------------------------*/





/*============================================================
フキダシデザイン 
============================================================*/
.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 20px;
    border-radius: 10px;
    width: 78%;
    font-size: 16px;
}
.arrow_question {
    float: right;
    margin-right: 20px;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after,
.arrow_question:before { right: 100%; }
.arrow_answer:after,
.arrow_answer:before { left: 100%; }
.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 9px;
    margin-top: -9px;
}
.arrow_answer:after { border-left-color: #fff ; }
.arrow_question:after { border-right-color: #fff ; }
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 10px;
    margin-top: -10px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image {
    float: right;
    margin-right: 20px;
}
#fukushima-cp-content-art .answer_image img,
#fukushima-cp-content-art .question_image img { border-radius: 50px; width: 100px;}
.question_Box {
    margin-bottom: 15px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	.arrow_answer:after,
	.arrow_answer:before,
	.arrow_question:after,
	.arrow_question:before {
		top: 25%;
	}
	.arrow_question,
	.answer_image {
		margin-right: 0px;
	}
	.arrow_answer, .arrow_question {
		width: 63%;
	}
	#fukushima-cp-content-art .answer_image img, #fukushima-cp-content-art .question_image img {
		width: 70px;
	}
	.pagination-wrapper p {
		width: 95%;
		margin: 0 auto;
	}
	
}

/* paging */
.pagination-wrapper{
  text-align: center;
  margin: 40px 0;
}
.pagination-wrapper_top {
  text-align: center;
  margin: 0 0 10px 0;
}
.pagination-wrapper p{
	border: #ccc solid 1px;
	padding: 20px 0;
	font-size: 16px;
}
.pagination-wrapper p a{
	color: #86c023;
}
.pagination {
  display: inline-block;
  height: 70px;
  margin-top: 70px;
  padding: 0 25px;
  border-radius: 35px;
  background-color: #eee;
}
@media only screen and (max-width: 1199px) {
  .pagination {
    height: 50px;
    margin-top: 50px;
    padding: 0 10px;
    border-radius: 25px;
  }
}

.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}
.page-numbers:hover, .page-numbers.current {
  background-color: #86c023;
  color: #fff;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: transparent;
  color: #86c023;
}
.page-numbers.prev.nopage, .page-numbers.nopage {
  color: #595959;
}
.page-numbers.prev.nopage:hover, .page-numbers.nopage:hover {
  color: #595959;
  cursor: default;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .page-numbers {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .page-numbers {
    padding: 0 14px;
    display: none;
  }
  .page-numbers:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }
  .page-numbers:nth-of-type(2)::after {
    content: "...";
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }
  .page-numbers:nth-child(-n + 3), .page-numbers:nth-last-child(-n + 3) {
    display: block;
  }
  .page-numbers:nth-last-child(-n + 4) {
    padding-right: 14px;
  }
  .page-numbers:nth-last-child(-n + 4)::after {
    content: none;
  }
}