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

.header_pc {
	
}

.header_pc .header_top {
	max-width:100%;
	margin: 0 auto;
	height: 140px;
	background:linear-gradient(90deg,#591512 0%,#591512 77%,#000 77%,#000 100%);
}

.header_pc .header_top .header_top_in {
	max-width:1480px;
	margin: 0 auto;
}
.header_pc .header_top .header_top_in .header_l {
	padding-top: 50px;
}
.header_pc .header_top .header_top_in .header_l ul.gnav {
	margin-left: 40px;
/*	width:500px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header_pc .header_top .header_top_in .header_l ul.gnav li {
	padding: 0 20px;
}
.header_pc .header_top .header_top_in .header_l ul.sns {
	margin-left: 10px;
}
.header_pc .header_top .header_top_in .header_l ul.sns li {
	padding-left: 20px;
}

.header_pc .header_top .header_top_in .header_r{
	width:340px;
	height: 140px;
	background:url(../img/lower/bg_slant.png), #000;
	background-position: 0 0;
	background-repeat: no-repeat;
	
}
.header_pc .header_top .header_top_in .header_r p.logo {
	padding: 40px 0 0 80px;
}

/*
@media screen and (max-width: 1320px) { 
	.header_pc .header_top .header_top_in .header_l ul.sns {
		display: none!important;
	}
}
*/
/*
@media screen and (max-width: 1160px) { 
	.header_pc .header_top .header_top_in .header_l ul.gnav {
		display: none!important;
	}
}
*/
@media screen and (max-width: 1360px) { 
	.header_pc .header_top .header_top_in .header_l ul.sns {
		display: none!important;
	}
}
@media screen and (max-width: 1360px) { 
	.header_pc .header_top .header_top_in .header_l ul.gnav {
		display: none!important;
	}
}

/*news*/
#news_detail {
	max-width:1560px;
	margin: 0 auto;
}

#news_detail .news_in {
	max-width:960px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#news_detail .news_in h2 {
	margin-top: 4rem;
	padding: 5rem 0;
	text-align: center;
	font-weight: bold;
}
#news_detail .news_in p.title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}
#news_detail .news_in p.date {
	margin-top: 1rem;
	text-align: center;
	padding-bottom: 6rem;
}
#news_detail .news_in p.img img {
	width: 960px;
	height: 600px;
}
#news_detail .news_in p.text {
	padding: 5rem 0;
	line-height: 2.0;
}
#news_detail .news_in p.btn {
	width:268px;
	margin: 0 auto;
	text-align: center;
}
#news_detail .news_in p.btn a {
	display: block;
	padding: 15px 0;
	border: 1px solid #000;
	color:#434343;
	text-decoration: none;
	background: url("../img/lower/arrow_left.png");
	background-repeat: no-repeat;
	background-position: 38% 50%;
}
#news_detail .news_in p.btn a:hover {
	background: url("../img/lower/arrow_left.png"),#000;
	background-repeat: no-repeat;
	background-position: 38% 50%;
	color:#ffffff;
	transition: 0.3s;
}


/*newslist*/
#newslist {
/*
	background: url("../img/bg_news.png") no-repeat center top;
	height: 540px;
*/
	padding: 60px 0;
	background-size: cover;
	box-sizing: border-box;
}
#newslist .news_in {
	max-width:1320px;
	margin: 0 auto;
}

#newslist .news_in h2 {
	width:200px;
	margin: 30px auto 20px;
	padding-bottom: 20px;
}

#newslist .area_text {
	width:660px;
	margin: 0 auto
}

#newslist .area_text ul li {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#newslist .area_text ul li ul {
	width:660px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	background:  url("../img/arrow_right.png"), rgba(0,0,0,0.7);
	background:  rgba(0,0,0,0.7);
	margin-top: 10px;
	background-position: 96% 45%;
	background-repeat: no-repeat;
}
#newslist .area_text ul li a ul  {
	width:660px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	background:  url("../img/arrow_right.png"), rgba(0,0,0,0.7);
/*	background:  rgba(0,0,0,0.7);*/
	margin-top: 10px;
	background-position: 96% 45%;
	background-repeat: no-repeat;
}
#newslist .area_text ul > li a {
	text-decoration: none;
}
#newslist .area_text ul li ul li.date{
/*	width:136px;*/
	width: 20%;
	padding-left: 20px;
}
#newslist .area_text ul li ul li.text{
/*	width:470px;*/
	width: 68%;
    padding-right: 56px;
}
/*
#newslist .area_text ul li:first-child.data {
	background:  url("../img/arrow_right.png");
}
*/

#newslist .area_text p.all {
	padding-top: 10px;
	text-align: right;
	margin-right: 64px;
}

#newslist .area_text p.all a {
	color: #ffffff;
	text-decoration: none;
}
#newslist .area_text p.all a:hover {
	text-decoration: underline;
}

#newslist .area_text p.all:after {
	position:absolute;
	content:"";
	display:inline-block;
	margin-top: 1px;
	margin-left: 10px;
	width:1em;
	height:1em;
	background:url(../img/arrow_right.png) no-repeat;
	background-size:contain;
}

/*shoplist*/
#shoplist {
	max-width:1560px;
	margin: 0 auto;
	padding: 60px 0;
}

#shoplist .shoplist_in {
	max-width:960px;
	margin: 0 auto;
}
#shoplist .shoplist_in h2{
	font-size: 5rem;
	text-align: center;
}

#shoptop {
	width:660px;
	margin: 4.0rem auto 0;
}

#shoptop a {
	color:#000000;
	text-decoration: none;
}
#shoptop a:hover {
	color:#000000;
	text-decoration: underline;
}
#shoptop p.shop_list_h {
	font-size: 4rem;
	text-align: center;
}
#shoptop p.l-15 {
	margin-top: 2rem;
}
#shoptop .list {
	margin-top: 2rem;
}

#shoptop dt {
display:block;
color: #ffffff;
width:660px;
height:50px;
margin-top: 1rem;
line-height:50px;
text-align:center;
/*border:#000000 1px solid;*/
cursor:pointer;
background:url(../img/lower/plus.png),#000000;
background-repeat: no-repeat;
background-position: 95% 45%; 
padding-right:15px;
box-sizing: border-box;
}

#shoptop dd {
background:#f2f2f2;
width:660px;
height:50px;
line-height:50px;
text-align:center;
border-bottom:#999 1px solid;
display:none;
box-sizing: border-box;
}

#shoptop dd a {
	display: block;
}

#shoptop dt.active {
background:url(../img/lower/minus.png),#000000;
background-repeat: no-repeat;
background-position: 95% 45%; 
	
}

/*development*/
#development {
	width: 980px;
	margin: 6rem auto;
	line-height: 3rem;
}
#development > h2 {
	font-size: 5rem;
	line-height: 5rem;
    text-align: center;
}
#development .dev_top {
	display: flex;
	margin-top: 6rem;
}
#development .dev_top .top_left {
}
#development .dev_top .top_right {
}
#development .dev_top .top_left p:first-child {
	padding-right: 4rem;
}
#development .dev_top .top_left p:nth-child(2) {
	color: #801D19;
	font-size: 3rem;
	font-weight: 600;
	line-height: 4.6rem;
	margin-top: 2rem;
	padding-right: 2rem;
}
#development .dev_top .top_left p:nth-child(3) {
	margin-top: 2rem;
	padding-right: 2rem;
}
#development .dev_top .top_left span.red {
	font-weight: 600;
	color: #801D19;
}

#development .dev_bot {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 2rem;
	padding-left: 6rem;
}
#development .dev_bot .bot_left {
	margin-right: 4rem;
}
#development .dev_bot .bot_right {
	margin-top: 1.6rem;
}
#development .dev_bot .bot_right p:first-child {
	color: #801D19;
	font-size: 2.6rem;
	font-weight: 600;
}
#development .dev_bot .bot_right p:not(:first-child) {
	padding-left: 0.8rem;
}
#development .dev_bot .bot_right p:nth-child(2) {
	margin-top: 1rem;
}
#development .dev_bot .bot_right p:nth-child(3) {
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 1rem;
}

/*nutrition*/
.nutrition-table {
	margin: 4rem auto 10rem;
}
.nutrition-table h2 {
	font-size: 6rem;
	text-align: center;
}
.nutrition-table .per {
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}
.nutrition-table .per {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nutrition-table .per:before,
.nutrition-table .per:after {
	border-top: 2px solid;
	content: "";
	width:14px;
}
.nutrition-table .per:before {
	margin-right: 1rem;
}
.nutrition-table .per:after {
	margin-left: 1rem;
}
.nutrition-table dl{
	font-size: 1.4rem;
	line-height: 28px;
	max-width: 1000px;
	margin: 5rem auto 0;
	display:flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dcdcdc; 
}
.nutrition-table dt{
	color: #ffffff;
	background: #8d231a;
	width: 30%;
	padding: 20px 24px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
}
.nutrition-table dd{
	padding: 20px 24px;
	margin: 0;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	width: 70%;
	background: #fff;
	box-sizing: border-box;
}
.nutrition-table dd .caution {
	margin-top: 1rem;
}
.nutrition-table dd li:before {
	content: '・';
}
.nutrition-table dd li {
	padding-left: 14px;
    text-indent: -14px;
}
.nutrition-table span.yellow {
	font-weight: bold;
    background: #FFEE58;
    padding: 2px;
}

.nutrition {
	margin: 30px auto 60px auto;
	max-width: 960px;
	line-height: 1.7;
	font-size: 18px;
}

.nutrition img {
	max-width: 100%;
	height: auto;
}

.nutrition h2 {
	margin: 30px auto;
}

.nutrition .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 980px;
}

.nutrition .media_body {
	order: 1;
	/* margin: 0 auto; */
	margin: 0 50px 0 0;
}

.nutrition .media_img {
	order: 2;
	margin: 0 auto;

}

.nutrition .media_body_full {
	order: 1;
	margin: 0 auto;
	width: 100%;
	margin: 0 50px 0 0;
}

.nutrition .headline {
	font-size: 46px;
	font-size: 2.875rem;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
	color: #222;
	margin-bottom: 30px;
}

.nutrition .headline span {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: bold;
	color: #990c11;
	z-index: -1;
	margin: 10px 20px;
	display: block;
}


.sec_007 {
	background: #d0ad73 url("/img/bg_sec007.png") no-repeat 100% 100%;
	background-size: auto;
	background-size: 800px auto;
	position: relative;
	padding: 30px 20px 150px 20px;
}

.sec_007::after {
	content: '';
	position: absolute;
	bottom: -177px;
	left: -100%;
	height: 130px;
	width: 600%;
	background: #fff;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: 0;
}

.bg-cafe {
	background: #06263e url("/img/an-cafe-page03.png") no-repeat 100% 100%;
	background-size: auto;
}

.bg-banana {
	background: #0b2400 url("/img/an-banana_bg.png") no-repeat 100% 100%;
	background-size: auto;
}

.sec_008 {
	background:#fff;
	position: relative;
	padding: 30px 0 0 0;
	z-index: 1;
	text-align: center;
}


.sec_006_img_01 {
	margin: 0 auto;
	width: 430px;
}

.sec_007_img_04 {
	margin: 0 auto;
	width: 430px;
}

.sec_007 .sec_007_img_02 {
	margin: 0 auto;
	width: 205px;
}

.media-text {}

.media-text h4 {
	font-size: 3.2rem;
	color: #ccae63;
	margin-bottom: 10px;
}

.media-text p {
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.link_to_cv {
	display: block;
	margin: 20px auto 80px auto;
}

.link_to_cv a {
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 20px 10px;
	width: 50%;
	max-width: 300px;
	border-radius: 10px;
	background-color: #111;
}

.link_to_cv a:hover {
	opacity: 0.6
}

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

	.nutrition .media {
		font-size: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nutrition .media .media_body {
		margin: 0;
	}

	.nutrition .media .media_img {
		margin: 0;
	}

	.nutrition .media--reverse .media_body {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.sec_006_img_01 {
		margin: 0 auto;
		width: 100%;
	}

	.sec_007_img_04 {
		margin: 0 auto;
		width: 100%;
	}

	.sec_007 .sec_007_img_02 {
		margin: 0 auto;
		width: 205px;
	}

}



@media screen and (max-width: 1024px) { 
/*news*/
#news_detail {
	max-width:100%;
	margin: 0 auto;
}

#news_detail .news_in {
	max-width:87.5%;
	margin: 0 auto;
}

#news_detail .news_in h2 {
	width:40%;
	margin: 4rem auto 0;
	padding: 5rem 0;
	text-align: center;
	font-weight: bold;
}
#news_detail .news_in p.title {
	text-align: left;
	font-size: 2.4rem;
	font-weight: bold;
}
#news_detail .news_in p.date {
	margin-top: 1rem;
	text-align: center;
	padding-bottom: 6rem;
}
#news_detail .news_in p.img img {
    width: 100%;
    height: 100%;
}

#news_detail .news_in p.text {
	padding: 5rem 0;
	line-height: 2.0;
}
	
#news_detail .news_in p.btn a:hover {
	display: block;
	padding: 15px 0;
	border: 1px solid #000;
	color:#434343;
	text-decoration: none;
	background: url("../img/lower/arrow_left.png");
	background-repeat: no-repeat;
	background-position: 38% 50%;
}
	
	
#newslist {
/*
		background: url("../img/bg_news.png") no-repeat;
		background-position: 20% 0;
*/
	}
#newslist .news_in {
		max-width:100%;
		margin: 0 auto;
	}

#newslist .news_in h2 {
		width: 200px;
		max-width:25%;
		padding-left: 6.25%;
		padding-bottom: 2%;
	}
#newslist .news_in h2 img {
		width:100%;
	}

#newslist .area_text {
		width:100%;
	}

#newslist .area_text ul li a {
		display: block;
		color: #ffffff;
		text-decoration: none;
	}

#newslist .area_text ul li ul {
		width:87.5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
/*		background:  url("../img/arrow_right.png"), rgba(0,0,0,0.7);*/
		margin: 10px auto 0;
		background-position: 96% 45%;
		background-repeat: no-repeat;
	}
#newslist .area_text ul li a ul {
		width:87.5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		background:  url("../img/arrow_right.png"), rgba(0,0,0,0.7);
		margin: 10px auto 0;
		background-position: 96% 45%;
		background-repeat: no-repeat;
	}
#newslist .area_text ul li ul li.date{
		width:28%;
		font-size: 1.2rem;
		padding-left: 2%;
	}
#newslist .area_text ul li ul li.text{
		width:58%;
		font-size: 1.2rem;
		padding-right: 0;
	}

#newslist .area_text p.all {
		width: 87.5%;
		padding-top: 10px;
		text-align: right;
	}

#newslist .area_text p.all a {
		color: #ffffff;
		text-decoration: none;
	}
#newslist .area_text p.all a:hover {
		text-decoration: underline;
	}

#newslist .area_text p.all:after {
		position:absolute;
		content:"";
		display:inline-block;
		margin-top: 1px;
		margin-left: 10px;
		width:1em;
		height:1em;
		background:url(../img/arrow_right.png) no-repeat;
		background-size:contain;
	}
	
/*shoplist*/
#shoplist {
	max-width:100%;
	margin: 0 auto;
	padding: 60px 0;
}

#shoplist .shoplist_in {
	max-width:87.5%;
	margin: 0 auto;
}
	
#shoplist .shoplist_in h2{
	font-size: 3rem;
	text-align: center;
}	

#shoptop p.shop_list_h {
	font-size: 2rem;
	text-align: center;
}
	
#shoptop {
	width:100%;
	margin: 4.0rem auto 0;
}
	
	
#shoptop dt {
display:block;
width:100%;
height:50px;
margin-top: 1rem;
line-height:50px;
text-align:center;
/*border:#cccccc 1px solid;*/
cursor:pointer;
background:url(../img/lower/plus.png),#000000;
background-repeat: no-repeat;
background-position: 95% 45%; 
background-size: 11px 11px;
padding-right:15px;
box-sizing: border-box;
}

#shoptop dd {
background:#f2f2f2;
width:100%;
height:50px;
line-height:50px;
text-align:center;
border-bottom:#999 1px solid;
display:none;
box-sizing: border-box;
}

#shoptop dd a {
	display: block;
}

#shoptop dt.active {
background:url(../img/lower/minus.png),#000000;
background-repeat: no-repeat;
background-position: 95% 45%; 
background-size: 11px 11px;
}
	
/*development*/
#development {
	width: 80%;
	margin: 6rem auto;
}
#development > h2 {
	font-size: 3rem;
	line-height: 3rem;
}
#development .dev_top .top_left p:nth-child(2) {
	font-size: 2rem;
	line-height: 3.6rem;
}
#development .dev_top {
	display: block;
}
#development .dev_top .top_right {
	margin-top: 2rem;
}
#development .dev_bot {
	display: block;
	flex-direction: row;
	padding-left: 0;
}
#development .dev_bot .bot_left {
	margin: 2rem 4rem 0 0;
}
#development .dev_bot .bot_left {
	margin-right: 0;
}
#development .dev_bot .bot_right p:not(:first-child) {
	padding-left: 0;
}
#development .dev_bot .bot_right p:first-child {
	font-size: 2.2rem;
}
#development .dev_bot .bot_right p:nth-child(3) {
	font-size: 2rem;
}	
	
/*nutrition*/
.nutrition-table {
		max-width: 87.5%;
}
.nutrition-table h2 {
	font-size: 3rem;
}
.nutrition-table .per {
	font-size: 2rem;
}
.nutrition-table dl{
	line-height: 20px;
}
.nutrition-table dt,
.nutrition-table dd{
	padding: 10px;
}
.nutrition-table dd{
	border-left: none;
}
	
}
















