@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/* CSS Document */

div.main_ttl .main_v{ background:url(../../img/common/mv.jpg) center no-repeat;}
div.main_ttl .bg_l { background: url(../../img/common/bg_left.gif) bottom left repeat-x;}
div.main_ttl .bg_r { background: url(../../img/common/bg_right.gif) bottom right repeat-x;}

div.main ul.menu li#parent01 > a { padding:10px 0 14px; }

article { padding-top: 40px;}
section#contact { margin-top: 40px;}

/*======================================================
						mv
======================================================*/

#food .box {
	max-width:950px;
	margin:0 auto;
	overflow:hidden;
}

section#news .tab_area{
	max-width:700px;
	margin:0 auto;
	overflow:hidden;
	border-bottom: solid 1px #e60039;
}

/*section#news .box > .tab_area li a{
	width: 32.3%;
	height: 77px;
	float:left;
	text-align:center;
	color: #ef0039;
	font-size: 16px;
	font-weight: bold;
	border:solid 1px #e60039; 
	border-bottom: none;
	padding: 10px 0 8px;
	cursor: pointer; 
	box-sizing: border-box;
	background-color:#ffffff;
	border-radius: 5px 5px 0 0;
}*/
section#news .box > .tab_area li a{
	width: 32.3%;
	height: 77px;
	float:left;
	text-align:center;
	color: #ef0039;
	font-size: 16px;
	font-weight: bold;
	border:solid 1px #e60039; 
	border-bottom: none;
	padding: 10px 0 8px;
	cursor: pointer; 
	box-sizing: border-box;
	background-color:#ffffff;
	border-radius: 5px 5px 0 0;
}
/*section#news .tab_area li::before{
	content: "";
	width: 154px;
	height: 57px;
	display: block;
	margin: 0 auto;
}*/


section#news .tab_area li a.tab1{	background:url("../img/all.jpg") #fff center/contain no-repeat; }
	
section#news .tab_area li a.tab2{	background:url("../img/news.jpg") #fff center/contain no-repeat;}	
section#news .tab_area li a.tab3{	background:url("../img/event.jpg") #fff center/contain no-repeat;}

#wrap section#news .box > .tab_area > li a:hover{ opacity: 1;}

#wrap section#news .box > .tab_area > li.target a.tab1,
#wrap section#news .box > .tab_area > li a.tab1:hover{
    color: #fff;
    background: url(../img/all_on.jpg) no-repeat center/contain #e60039;
}

#wrap section#news .box > .tab_area > li.target a.tab2,
#wrap section#news .box > .tab_area > li a.tab2:hover{
    color: #fff;
    background: url(../img/news_on.jpg) no-repeat center/contain #e60039;
}

#wrap section#news .box > .tab_area > li.target a.tab3,
#wrap section#news .box > .tab_area > li a.tab3:hover{
    color: #fff;
    background: url(../img/event_on.jpg) no-repeat center/contain #e60039;
}

section#news .all_area { overflow: hidden;}
	
section#news .tab_area li.select{
	color:#fff;
	background:url(../img/icon_arrow_h.jpg) center right 15px #e60039 no-repeat;
}

section#news .tab_area li a.tab1,
section#news .tab_area li a.tab2{
	margin-right:1.5%;
}
	
section#news .hide{display:none;}

section#news .all_area div.content_area img{
	width:100%;
}

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


}

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

/*#food .box {
    width: 100%;
}

.tab_area li {
    color: #e60039;
    font-weight: bold;
    height: 50px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
}
	
.tab_area li#tab2 { line-height: 40px;}
*/

}
/*==============================================================================================
	section.food
==============================================================================================*/


section#list_c {
	background:#fff;
	margin-top:30px;
}

/*==============================================================================================
	.inner04
==============================================================================================*/

section#food .inner04 {
	background:#fff;
	padding:50px 0;
}

section#food .inner04 img{
	width:auto;
}

section#food .inner04 em{
	width:47%;
    max-width: 300px;
    display: table;
	margin:0 auto 30px;
}

section#food .inner04 ul {
    max-width: 690px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

section#food .inner04 ul li {
	overflow:hidden;
	margin-bottom: 30px;
}
section#food .inner04 ul li dl {
	width:75%;
    float: left;
	overflow:hidden;
}

section#food .inner04 ul li dl dt {
	max-width:71px;
    width: 17%;
    float: left;
    padding-right: 30px;
}

section#food .inner04 ul li dl dd {
    max-width: 360px;
	width: 70%;
    float: left;
	font-weight: bold;
}

section#food .inner04 ul li:first-child dl { padding-top: 25px;}
section#food .inner04 ul li:nth-child(2) dl { padding-top: 5px;}
section#food .inner04 ul li:nth-child(4) dl { padding-top: 20px;}

section#food .inner04 ul li:first-child dd { padding-top: 10px;}
section#food .inner04 ul li:nth-child(2) dd { padding-top: 3px;}
section#food .inner04 ul li:nth-child(3) dt { padding-top: 10px;}
section#food .inner04 ul li:nth-child(4) dd { padding-top: 15px;}

section#food .inner04 ul li dl dd a{
	display: table;
    color: #0066ff;
    border-bottom: solid 1px #0066ff;
}

section#food .inner04 ul li span {
	width:25%;
	display:block;
	float:right;
}

section#food .inner04 ul li > a{ display:none;}

@media screen and (max-width: 1030px) {
	
section#food .inner04 { 
    padding: 125px 0 50px;
	margin-top:-75px;
}

}

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

section#food .inner04 { 
	padding: 75px 0 20px;
	margin-top:-50px;
}
section#food .inner04 img { width: 100%;}
section#food .inner04 ul { width: calc(100% - 20px);}

body #wrap section#food .inner04 ul li dl {
    width: 70%;
	padding-top:0;
}

body #wrap section#food .inner04 ul li dl dt {
    width: 17%;
    padding-right: 5%;
	padding-top:0;
}

body #wrap section#food .inner04 ul li dl dd {
    width: 76%;
	padding-top:0;
}

section#food .inner04 ul li span {
    width: 30%;
}

}

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


body #wrap section#food .inner04 ul li dl a{ display:none;}

body #wrap section#food .inner04 ul li dl dd {
    font-size: 9px;
    line-height: 18px;
}
section#food .inner04 ul li dl dd a{ border-bottom: none;}
section#food .inner04 ul li:first-child span { padding-bottom:15px;}

section#food .inner04 ul li > a{ 
	display:block;
    max-width: 204px;
    margin: 0 auto;
}

}









div.main ul.menu li:nth-child(5) a{ 
	border-bottom:solid 4px #e60039;
	padding: 10px 0;
}

div.main_ttl .main_v{ background:url(../img/mv.jpg) center no-repeat;}
div.main_ttl .bg_l { background: url(../img/bg_left.gif) bottom left repeat-x;}
div.main_ttl .bg_r { background: url(../img/bg_right.gif) bottom right repeat-x;}

div.main_ttl .main_v h2 img { padding:35px 20px 0 35px; }
div.main ul.menu li#parent01 > a { padding:10px 0 14px; }
div.main ul.menu li#parent02 > a { padding:10px 0 14px; }



/*====================================================================================
	#news
=====================================================================================*/

section#news {
	background:#f8f3ec;
	padding:70px 0 50px;	
}

section#news .news_inner{
	max-width: 950px;
    width: calc(100% - 40px);	
	margin: 0 auto;
}

section#news .news_inner > .box02 .inner{
    background: #fff;
	padding: 20px ;
}

section#news .news_inner > .box02 .inner em::before{
	content: "";
	width: 45px;
	height: 43px;
	padding-right: 5px;
	display: block;
	float: left;
	background: url("../img/icon_cd.jpg") no-repeat;
}

section#news .news_inner > .box02 .inner02{	padding: 20px 10px; }
section#news .news_inner > .box02 .inner em{
	color: #ef0039;
    line-height: 18px;
    font-weight: bold;
	padding-bottom: 20px;
	box-sizing: border-box;
}

section#news .news_inner > .box02 .inner select{
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px 0;
    margin-bottom: 15px;
}

section#news .news_inner > .box02 .inner01 ul{
	border-top: solid 2px #ef0039;
}

section#news .news_inner > .box02 .inner01 li{
	border-bottom: dotted 2px #ccc;
	font-size:12px;
	line-height: 35px;
}

section#news .news_inner > .box02 .inner01 li::before{
	content: ">";
	width: 10px;
	height: 10px;
	color: #ef0039;
	font-size: 16px;
	padding-right: 10px;
}


section#news .news_inner > .box02 .inner02 table{
    width: calc(100% - 20px);
	font-size: 13px;
	margin: 0 auto;
	table-layout: fixed;
	border-top: solid 2px #ef0039;
}

section#news .news_inner > .box02 .inner02 table .week{
    line-height: 40px;
	border-bottom: solid 1px #ccc;
}
section#news .news_inner > .box02 .inner02 table tr{
	text-align: center;
	line-height: 35px;
}

section#news .news_inner > .box02 .inner02 table td a{
	text-decoration: underline;
    color: #e60039;
    font-weight: bold;
}

section#news .news_inner > .box02 .inner02 .month {
    height: 40px;
}
section#news .news_inner > .box02 .inner02 .month li{
	float: left;
	width: 29%;
	font-size: 13px;
}


section#news .news_inner > .box02 .inner02 .month li > a{ cursor: pointer;}

section#news .news_inner > .box02 .inner02 .month .mth{
	color: #ef0039;
	width: 42%;
    font-weight: bold;
	text-align: center;
}

section#news .news_inner > .box02 .inner02 .month a::before{
	font-size: 20px;
	color: #ccc;
    font-weight: 100;
}

section#news .news_inner > .box02 .inner02 .month a#prev-month::before{
	content: "＜";
}

section#news .news_inner > .box02 .inner02 .month a#next-month{
	float: right;
}

section#news .news_inner > .box02 .inner02 .month a#next-month::before{
	content: "＞";
	float: right;
}

section#news .box01{ width: 74%;}

section#news .box{
	margin:0 auto 0;
	padding-top:0;
}

section#news .box > ul.note li{
	border-bottom:solid 1px #cfc3b8;
	font-size:12px;
    line-height: 20px;
	padding:15px 10px;
}

section#news .box ul li .date{
	float:left;
}

section#news .box ul li .ttl a { 
	line-height:20px;
    display: table;
}

section#news .box ul li .ttl >  span {
	width:77px;
	height:20px;
	float: left;
    margin: 0 8px 0 15px;
}

section#news ul li .ttl span.news { background:url(../../img/common/icon_news.jpg) no-repeat;}
section#news ul li .ttl span.blog { background:url(../../img/common/icon_blog.jpg) no-repeat;}
section#news ul li .ttl span.health { background:url(../../img/common/icon_health.jpg) no-repeat;}
section#news ul li .ttl span.campaign { background:url(../../img/common/icon_campaign.jpg) no-repeat;}
section#news ul li .ttl span.lesson { background:url(../../img/common/icon_lesson.jpg) no-repeat;}

section#news ul li .ttl a span {
    color: #e60039;
    font-weight: bold;
}

section#news .box01 > a {
	height:24px;
	padding:20px 0 0;
	float: right;
}
section#news .box01 > a:hover { opacity:0.6;}

@media screen and (min-width: 1031px) {
	
	section#news .news_inner > .box02 .inner01{	margin-top: 20px;}

}

@media screen and (min-width: 761px) {

	section#news .box {
		max-width: 700px;
		float: left; 
	}
	
	section#news .news_inner > .box02{
		float: right;
		max-width: 220px;
		width: 24%;
	}
	
	.sp-v {display: none;}
	.pc-v {display: block;}
	
}

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

	.pc-v {display: none;}
	.sp-v {display: block;}
	
	section#news .news_inner {
		max-width: 100%;
		width: 100%;
	}

	section#news .news_inner > em{
		font-size: 18px;
		line-height: 100%;
		font-weight: bold;
		color: #e60039;
		text-align: center;
		padding: 25px 0;
	}

	section#news .tab_area {
		width: 100%;
		max-width: 100%;
		background: #f8f3ec;
	}
	
	section#news .box > .tab_area li a{
		width: 32.3%;
		height: 80px;
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0 8px;
		border-radius: 0;
	}
	
	section#news .news_inner ul.note {
		padding: 0 20px;
		margin: 0 auto;
		font-weight: 600;
		background-color: #fff;
	}

	section#news .box ul li .ttl a {
		width: 100%;
		padding-top: 5px;
	}
		
	section#news .box01{ 
		width: 100%;
		background-color: #fff;
		padding-bottom: 25px;
	}
	section#news .news_inner > .box02 .inner em::before{content: none;}
	section#news .news_inner > .box02{width: 100%;}
	section#news .news_inner > .box02 .inner01 li::before { content: none;}

}

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

}


/*====================================================================================
	.turn
=====================================================================================*/

.turn {
	display:table;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

.turn li{
    width: 28px;
    height: 28px;
	margin-right: 10px;
    display: block;
    float: left;
    text-align: center;
    line-height: 28px;
    border: solid 1px #71553f;
}

.turn a{
    display: block;
    background: #fff;
}


.turn li.current a{ background: #cec6c1;}
.turn li.current a:hover { opacity: 1;}

.box .turn li.arrow{ 
    border: solid 1px #71553f;
    margin: 0;
}

.turn .arrow a{ 
	background: #71553f;
	color:#fff;
}

.box .turn li.prev { margin-right:10px;}
.turn li.next { margin-left:10px;}

@media screen and (max-width: 760px) {
	
	.turn { padding-top: 20px;}

}

