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

/* ---------------------------
	Base
--------------------------- */
body {
	background-color: #f2f2f2;
	line-height: 1.75;
	letter-spacing: 0.03em;
	font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 13px;
	color: #3a3a3a;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}

.wrapper {
	-webkit-transition: left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	left: 0;
}

.wrapper_inner {
	width: 92%;
	margin: 0 auto;
	box-sizing: border-box;
}



/*	Link
-----------------------------*/
a {
	color: #202020;
	text-decoration: none;
}


/*	Image
-----------------------------*/
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	width: 100%;
}


/*	Heading
-----------------------------*/
.section_head {
	line-height: 43px;
	text-align: center;
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-bottom: 12px;
	font-weight: bold;
}

.section_head span {
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.85px;
	line-height: 21px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #ad9649;
}

.section_head span:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	border-top: 1px solid #3A4763;
	margin: 0 auto 7px;
}


/*	Fullpage Layout
-----------------------------*/

.section {
	display: table;
	width: 100%;
	/*height: 100vh;*/
	padding: 30px 0;/*tane add*/
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#event.section{
	border-top: none;
}

/* ---------------------------
	Header
--------------------------- */

.headerTop {
	height: 50px;
	background-color:#FFF;
	position:relative;
}
	
.logo {
	width: 80px;
	position: absolute;
	top:23px;
	left: 10px;
}

.concept {
	text-align: right;
	line-height: 1.4;
	position: absolute;
	top:10px;
	right: 10px;
}

.headermenu {
	display: flex;
	justify-content: space-between;
	background-color:#FFF;
	padding-bottom: 1px;
}
	
.headermenu li {
	width:calc((100%/4) - 1px);
	background-color: #e5e5e5;
	box-sizing: border-box;
	text-align: center;
	padding: 8px 0px;
}
	
.headermenu a {
	font-size: 12px;
	display: block;
	line-height: 1.4;
	color: #333333;
}

.headermenu a:visited{
	color:#333333;
}

.souryo{
	background-color: #ffffff;
	border-radius: 30px;
	text-align: center;
	margin:8px 0 24px;
	padding: 3px 0;
}

/* ---------------------------
	Global Navigation
--------------------------- */
.gnav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.gnav li {
	width:33%;
	margin-bottom: 0.5%;
}

.gnav a {
	display: block;
	background: #fff;
	text-align: center;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}

.gnav a.last {
	background-color:#E58880;
	color: #ffffff;
}

.gnav li img {
	display: block;
	height: 36px;
	margin: 0 auto;
	padding-top:16px;
}

.gnav li.current a {
	opacity: 0.6;
}

/* ---------------------------
	searchbox
--------------------------- */

.searchbox {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-image: none;
	margin:24px auto 15px;
	}

.searchbox #search {
	display: flex;
	margin: 0 auto;
	width: 100%;
}

.searchbox #s_wind{
	flex: 1;
	height:40px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	box-sizing: border-box;
	color:#777777;
	padding-left:2%;
	margin: 0px auto 5px;
}

.searchbox #serach_btn{
	width:24%;
	height:40px;
	margin-left: 3%;
	border:0;
	background-color:#353535;
	cursor:pointer;
	color: #FFFFFF;
-webkit-appearance: none;
	box-sizing: border-box;
}

.searchbox ul {
	display:inline-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: -webkit-inline-flex;
	-webkit-justify-content:flex-start;
	margin-top: 10px;
	margin-bottom: 10px;
}

.searchbox ul li {
	margin-bottom: 6px;
}
	
.searchbox ul li a {
	width:100%;
	margin-right: 8px;
	line-height: 2;
	background-color: #fff;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 16px
}


/* ---------------------------
	Main Visual
--------------------------- */
.sp-main_visual {
	margin-top: 2px;
	padding: 10px 0 0;
}

.sp-main_visual img {
	display: block;
	margin: 0 auto;
	position: relative;
}

/* PAGER */
.sp-main_visual .bx-wrapper{
	position: relative;
}
.sp-main_visual .bx-wrapper .bx-pager {
	position: absolute;
	z-index: 100;
	bottom: 0;
	width: 100%;
	height: 9px;
	padding-bottom: 15px;
	opacity: 0.8;
	text-align: center;
}
.sp-main_visual .bx-wrapper .bx-pager .bx-pager-item,
.sp-main_visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.sp-main_visual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #aaa;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sp-main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sp-main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aaa;
}


/* ---------------------------
	ヘッダー案内
--------------------------- */

.annai {
	width: 100%;
 border: 5px solid #ffffff;	/* 線の太さ・種類・色 */
	background-color: #ffffff;
	margin-bottom: 24px;
 padding: 24px;
 position: relative;
 z-index: 0;
	box-sizing: border-box;
}

.annai:before {
 border-top: 5px solid #f0b8bf;	/* 一部だけ異なる線の太さ・種類・色 */
 border-left: 5px solid #f0b8bf;	/* 一部だけ異なる線の太さ・種類・色 */
 content: '';
 display: block;
 position: absolute;
 top: -5px;
 left: -5px;
 width: 20px;
 height: 20px;
 z-index: 1;
}

/* ---------------------------
	Magazine
--------------------------- */
.magazine {
	background: #edeadd;
	border-top: none;
}

.m-top-main{
	overflow: hidden;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
}

.m-top-main-lst{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.m-top-main-lst li{
	width: 48%;
	margin-bottom: 24px;
}

.m-top-main-lst a span{
	display: block;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
}

.m-top-main-lst img{
	margin-bottom: 5px;
	width: 100%;
}


/*-----　お得情報　-----*/

#event_Content{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

#event_Content .List{
	display:flex;
	width: 48%;
	margin-bottom: 24px;
}

#event_Content .List a{
	display:block;
	border:1px solid #cccccc;
	padding:8px;
	border-radius: 5px;
	color:#444444;
	background-color: #ffffff;
}

#event_Content .List a:hover{
	background-color: #eeeeee;
	color:#444444;
	text-decoration: underline;
}

#event_Content .List a .List-ttl{
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
}

#event_Content img{
	width:100%;
}



/* ---------------------------
	Shop List
--------------------------- */

.shoplist_body p{
	padding:10px 0px;
	font-size: 12px;
}

.shoplist_underlay {
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 1;
}

.shoplist_underlay .bx-wrapper,
.shoplist_underlay .bx-viewport {
	height: 100%;
}
.shoplist_underlay .bx-viewport {
	height: 100% !important;
}
.shoplist_underlay ul {
	height: 100%;
	overflow: hidden;
}
.shoplist_underlay li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	position: relative;
}
.shoplist_underlay1 { background-image: url("../image/base_sp/nichie-honsha.jpg"); }
.shoplist_underlay2 { background-image: url("../image/base_sp/MG_8853-min.jpg"); }
.shoplist_underlay3 { background-image: url("../image/base_sp/MG_8892-min.jpg"); }
.shoplist_underlay span {
	display: none;
}


/* ---------------------------
		coupon
--------------------------- */

.top-bnnr{
	padding: 20px 4px 40px;
}
.top-bnnr-coupon{
	padding-bottom: 20px;
}
.top-bnnr ul{
	overflow: hidden;
}
.top-bnnr li{
	width: 50%;
  margin-bottom: 20px;
	box-sizing: border-box;
	vertical-align: top;
	letter-spacing: normal;
  float: left;
}

.top-bnnr li:nth-child(odd){
	padding-right: 2px;
}
.top-bnnr li:nth-child(even) {
  padding-left: 2px;
}

.top-bnnr-coupon h3,
.top-bnnr h3{
	padding: 9px 0 7px;
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 400;
	color:#196ae5;
}


/*================◆ランキング================*/


.ranking_toggle {
  margin: 0 auto 5vw;
  display: flex;
	justify-content: center;
  width: 100%;
	flex-wrap: wrap;
}

.ranking_toggle li {
  display: block;
  border-radius: 3px;
	box-sizing: border-box;
  border: 1px solid #3A4763;
	margin: 0 6px 12px;
  width:calc((100% / 3) - 12px);
  text-align: center;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.ranking_toggle li.current {
  background-color: #3A4763;
  color: #fff;
}


.ranking-box {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ranking-box li {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  display: none;
  padding-top: 20px;
    width: 60%;
	margin-bottom: 30px;
}
.ranking-box.show li {
  display: inline-block;
}

.ranking-box li + li {
width: 49%;
}

.ranking-box li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.ranking-box li a:after {
  content: '';
  display: block;
  width: 67px;
  height: 29px;
  position: absolute;
  top: -30px;
  left: 0px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ranking-box li a:focus {
  outline: none;
}

.ranking-box li img {
  width: 80%;
  margin: 0 auto;
}

.ranking-box li.no1 a:after {
  content: url("../image/base_sp/icn_no1.png");
}
.ranking-box li.no2 a:after {
  content: url("../image/base_sp/icn_no2.png");
}
.ranking-box li.no3 a:after {
  content: url("../image/base_sp/icn_no3.png");
}

.ranking-box li:nth-child(1) a:after {
  background-image: url("../image/base_sp/icn_no1.png");
}
.ranking-box li:nth-child(2) a:after {
  background-image: url("../image/base_sp/icn_no2.png");
}
.ranking-box li:nth-child(3) a:after {
  background-image: url("../image/base_sp/icn_no3.png");
}


/* ---------------------------
	Footer
--------------------------- */
.footer {
	letter-spacing: 2px;
	text-align: center;
}

/*	Footer Button
-----------------------------*/
.footer_button a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 11px;
	color: #7b7b7b;
}
.footer_button a:after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	vertical-align: top;
	width: 9px;
	height: 98%;
	background: url("../image/base_sp/icon_arrow_goto_top.png") no-repeat center;
	background-size: contain;
}

.fnav{
	text-align: center;
}
.fnav_top {
	background: #fff;
}
.fnav_top li+li{
	border-top: 2px solid #f2f2f2;
}
.fnav_top a {
	display: block;
	padding: 8px 0;
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}


.fnav_middle ul {
	padding: 10px 20px;
	border-bottom: 1px solid #999;
	font-size: 0; /* Remove Margins of Inline Block */
}
.fnav_middle li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.fnav_middle a {
	display: block;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 10px;
	color: #444444;

}

.fnav_top a:visited,
.fnav_middle a:visited,
.fnav_bottom a:visited{
	color:#333333;
}


.fnav_bottom ul {
	padding: 10px 0;
	text-align: left;
	display: table;
	margin: 0 auto;
}
.fnav_bottom li {
}
.fnav_bottom a {
	display: block;
	padding: 7px 0 8px;
	letter-spacing: 1px;
	line-height: 22px;
	font-size: 11px;
	color: #444444;
}
.fnav_bottom img {
	display: inline-block;
	margin-right: 5px;
	width: 22px;
	vertical-align: middle;
}


/*	Footer Address
-----------------------------*/
.footer address {
	display: block;
	line-height: 45px;
	letter-spacing: .1em;
	font-size: 9px;
	background: #aaa;
	color: #fff;
}



/*------------------------------------------------------------
	お買い物ガイド
------------------------------------------------------------*/

#guide {
	width: 100%;
}

#guide p{
	margin-left:20px;
}

#guide img {
	margin:10px 0;
}

.sgnavi {
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;	
	margin-top: 24px;
}

.sgnavi li {
	width: calc((100% / 2) - 10px);
	margin: 0 auto 15px;
}

.sgnavi li a {
    background: #ffffff;
    text-align: center;
    font-size: 11px;
    color: #000;
    text-decoration: none;
        box-sizing: border-box;
    letter-spacing: .8px;
    display: inline-block;
    margin: 0 auto;
	width: 100%;
	padding: 12px  0;	
}

.sgnavi li a i {
    font-size: 14px;
    vertical-align: top;
    margin-right: 4px;
	margin-top: 2px;
}

.sg-cnt{
	border:1px solid #CCCCCC;
		font-size:13px;
	margin-top: 24px;
	background:#ffffff;
}

.sg-cnt dt{
	background:#444444;
	color: #ffffff;
	font-weight:bold;
	font-size:13px;
	padding:6px 10px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	line-height:1.8;
}

.sg-cnt dt.dt-top{
	border-top:none;
}

.sg-cnt dd{
	padding:0 5px 0 0;
	background:#ffffff;
}

.sg-cnt .ddsub{
	font-weight:bold;
	font-size:130%;
}

.sg-cnt ul{
	padding:20px 5px 3px 35px;
	list-style:disc outside;
}

.sg-cnt li{
	padding-bottom:15px;
	list-style:disc outside;
}

.sg-cnt p.sg-txt{
	padding:20px 5px 20px 0;
}

.sg-cnt .al_right{
	text-align:right;
	padding:0 20px 20px;
}

.sg-cnt span{
	color: #E30003;
}

/* よくある質問 */

#faq{
	width: 100%;
	line-height:1.8;
	font-size:13px;
}


.q-con{
	background-color: #ffffff;
	padding: 30px 0;
}

.q-con p{
	border:1px solid #73ba97;
	font-size:14px;
	 border-radius:6px;
	padding:8px;
	font-weight:bold;
	color:#73ba97;
}

.q-con div.q-l{
	width:96%;
	margin-right:2%;
	margin-left:2%
}

.q-con div.q-r{
	width:96%;
	margin-right:2%;
	margin-left:2%
}

.q-con ul{
	margin:20px 0 30px;
}

.q-con ul li{
	padding:3px 10px 5px 40px;
	background: url(../image/guide_faq_title/nichiei_faqpage_Qicon_s.png) no-repeat;

}

#faq dl {
	width: 100%;
margin-top:30px;
}

#faq dt{
	padding:15px 15px 15px 60px;
	background: url(../image/guide_faq_title/nichiei_faqpage_Qicon.png) no-repeat #F8F7F5;
	font-size:14px;
	font-weight:bold;
	color:#453938;
	border:1px solid #CCCCCC;
}

#faq dd{
	padding:15px 15px 22px 60px;
	background: url(../image/guide_faq_title/nichiei_faqpage_Aicon.png) no-repeat #FFFFFF;
	border:1px solid #CCCCCC;
	border-top:none;
	word-break: break-all;
}



/*------------------------------------------------------------
	タイトル周り　リンクはコチラ
------------------------------------------------------------*/

.subtitle {
	letter-spacing: 0.5em;
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin: 30px 0 0px;
	text-indent: 0.3em;
	text-align: left;
	padding:0 0 10px;
	border-bottom:4px solid #7f8c8d;
	position:relative;
}

.subtitle:before, .subtitle:after{
	content:"";
	display:block;
	height:4px;
	position:absolute;
	bottom:-4px;
}

.subtitle:before{
	width:71%;
	left:30%;
	background:rgba(255,255,255,0.7);
}

.subtitle:after{
	width:81%;
	left:20%;
	background:rgba(255,255,255,0.6);
}

.subtitle-cate {
	width: 100%;
	margin: 0 auto 24px;
	padding: 6px 0;
	font-size: 0px;

}

.subtitle-cate .heading {
	position: relative;
	height: 40px;
	border-radius:0 6px 6px 0;
	border-bottom:4px solid #dddddd;
	box-sizing: border-box;
	line-height: 40px;
	font-weight: 600;
	color:#444444;
	letter-spacing: 0.2em;

}

.subtitle-cate .heading .caption{
	position: absolute;
	right: 0;
	top: -1px;
	padding-left: 25px;
	padding-right: 40px;
	background: #7FBF9F;
	color: #fff;
	border-radius:0 6px 6px 0;
		letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 400;
}

.subtitle-cate .heading .caption:before{
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 99.9%;
	top: 0;
	border: 0 solid transparent;
	border-width: 40px 30px 0 0;
	border-right-color:#7FBF9F;
}

.subtitle-cate .heading .title{
	float: left;
	padding-left: 20px;
	padding-top: 1px;
}


a.arrow2{
	position:relative;
	font-size: 11px;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff;
	text-decoration:none;
	height:22px;
	line-height:23px;
	border-radius:11px;
	background: #62A1CB;
}
a.arrow2:before,
a.arrow2:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow2:before{
	width:14px;
	height:14px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.arrow2:after{
	width:4px;
	height:4px;
	border-right:2px solid #62A1CB;
	border-top:2px solid #62A1CB;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:9px;
	top:8px;
}

a.arrow2:hover{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.7;
}

a.arrow2:visited{
	color: #ffffff;
}


/*------------------------------------------------------------
	ショップコンセプト
------------------------------------------------------------*/

/* 全体 */
#concept-wrapper{
	width:100%;
	margin: 0 auto;
}

.concept-title {
  font-size: 14px;
  color:#444444;
font-weight: 700;
	margin-bottom: 30px;
}

.concept-title .heading {
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}

.concept-title .heading:before {
  content: "";
  border-bottom: 3px solid #7fbf9f;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.concept-title .heading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* 経営理念 */
#rinen{
	margin-top: 24px;
}

#rinen p{
	width:100%;
	margin-top: 2em;
}

/* メニュー */
#concept-wrapper #menu{
	background-color:#eeeeee;
}

#concept-wrapper #menu ul{
	width:100%;
	display: inline-flex;
	justify-content: space-around;
	display: -webkit-inline-flex;
	-webkit-justify-content:space-around;
	margin:0 auto;
	padding:20px 0;
}

#concept-wrapper #menu ul li {
	width:100%;
	margin: 10px;
 	text-align: center;
}

#concept-wrapper #menu ul li a{
	display:block;
	background-color:#fff;
	padding:16px 0;
	border-radius: 5px;
	line-height: 1.8;
}

/* 挨拶 */
#aisatu{
margin:20px 0;
}

#aisatu #info{
	margin-top:25px;
}

#aisatu p.txt,
#aisatu #info{
	width:100%;
}

#aisatu .concept-title .heading:before {
  content: "";
  border-bottom: 3px solid #7fbf9f;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#aisatu .concept-title .heading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}

#store{
	margin-top:35px;
}

#store p.txt_left{
	text-align:right;
	margin-top:10px;
	margin-bottom: 30px;
}

/* GMP */

#gmp {
	margin-bottom: 30px;
}

#gmp #gmp_info{
	background-color:#ffffff;
	margin: 20px 0;
}

#gmp #gmp_info .gmp-info-ttl {
	line-height: 1;
	padding: 20px 20px 0 20px;
	font-weight: 700;
}

#gmp #gmp_info p{
	padding: 20px;
}

/* ▼コストカット */

.package-ttl {
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 0 10px 0 10px;
	margin: 30px 0;
	font-weight: 700;
	font-size: 14px;
}

.package-sub {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 14px;
}

#cost ul li img {
	margin: 30px 0;
}

/*================◆ニチエー情報================*/
#event_all{
	width:100%;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 30px;
}

/*-----　モールポイント　-----*/
#mallpoint{
	width:100%;
	margin:0px auto 50px;
}

#mallpoint p{
	background-color: #c0392b;
	padding: 20px 0;
	font-size:14px;
	color:#fff;
	text-align:center;
	letter-spacing: 0.5em;
	margin-bottom: 24px;
}


/*------------------------------------------------------------
	カテゴリートップ と読み物ベース
------------------------------------------------------------*/


/*-----　記事案内　-----*/

.article_Content{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.article_Content .List{
	display:flex;
	width: 48%;
	margin-bottom: 24px;
}

.article_Content .List p{
	padding:8px 20px 24px; 
}

.article_Content .List a{
	display:block;
	border:1px solid #cccccc;
	border-radius: 5px;
	color:#444444;
}

.article_Content .List a:hover{
	background-color: #eeeeee;
	color:#444444;
	text-decoration: underline;
}

.article_Content .List a .List-ttl{
	font-size: 15px;
	font-weight: 700;
	padding: 8px 20px 0 20px;
}

.article_Content img{
	width:100%;
}


/*-----　記事-----*/

span.red {
	color: #F50307;
}

span.bold {
	font-weight: 700;
}

.article_box {	
	width:100%;
	margin: 0 auto 60px;

}

.article_box .box {
  flex-direction: row;
  justify-content: space-between;
	margin-bottom: 60px;
}

.article_box .text {
	flex: 1;
    text-align: center;
	margin: 0 1em;
}

.article_box ul {
	margin: 20px;
}

.article_box li{
	list-style: disc;
	margin-bottom: 1em;
}

.article_box h2 {
  font-size: 18px;
}

.article_box h3 {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.pict {
    width:100%;
    text-align: center;
}

.article_box .pict img {
  width: 100%;
    height:auto;
	margin-top: 30px;
}

.article_box .box:nth-child(even) {
  flex-direction: column;
}

.article_box .box:nth-child(even) .text {
    text-align: center;
  }

.article_box .box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 6%;
}

/*------------------------------------------------------------
	レシピコンテンツ
------------------------------------------------------------*/

.recipe-waku {
	border: 1px solid #eeeeee;
	border-radius: 8px;
	margin:20px auto;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.recipe-main { 
	width: 96%;
	margin: 30px auto;
}

.recipe-main h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.recipe-main img {
	margin-bottom: 24px;
}

.ingredients { 
	width: 100%;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding-bottom: 24px;
}

.ingredients h3 {
	font-size: 16px;
	padding:0 1em;
	text-align: center;
}

.ingredients p {
	font-size: 14px;
	margin-bottom: 15px;
	word-wrap: break-word;
	padding: 1em;
}

.ingredients dl { 
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden; 
	margin: 1px 2em; 
	font-size: 14px;
}

.ingredients dl dt { 
	display: inline; 
	float: left; 
}

.ingredients dl dd {
	display: inline; 
	float: right; 
	margin: 0 0 0 10px; 
	text-align: right; 
}

.steps {
	display: flex;
	width: 96%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.steps .step {
	width:calc((100% / 3) - 32px); 
	word-wrap: break-word; 
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 16px;
}

.steps dt { 
	font-weight: 700;
	margin-bottom: 10px;
	color: #e0d7c1;
	font-size: 18px;
	word-wrap: break-word;
}

.steps dd { 
	margin-bottom: 2px; 
}

.steps p { 
	font-size: 13px; 
}

.clearfix {
	clear: both;
}

