@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html{
	font-size:62.5%;/*16px×62.5％＝10px*/
	overflow: auto;
}
body{
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #333;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	
}
a{
	color: #333;
	transition: .2s;
}
img{
	max-width: 100%;
	height: auto;
}
a:hover{
	color: #669933;
}

.pc-img{
	display: block;	
}
.sp-img{
	display: none;
}
.br-sp{
	display: none;
}

/*-------------------------------------------------
 * utility
 ------------------------------------------------*/

.inner{
	max-width: 1060px;
	margin: 0 auto;
}
.inner02{
	max-width: 860px;
	margin: 0 auto;
}
.inner03{
	max-width: 1000px;
	margin: 0 auto;
}

.wrapper{
	padding: 48px 0 64px;
}
.wrapper2{
	padding: 48px 0 30px;
}
.text-center{
	text-align: center;
}
.title{
	margin-bottom: 10px;
	font-size: 2.4rem;
	color: #583822;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.title::after{
 content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background: url("../images/main/bar.png") no-repeat;
  background-size: contain;
  vertical-align: 10px;
}
.root{
	font-size: 1.2rem;
	padding-bottom: 16px;
	letter-spacing: 0.01em;
}

/*-------------------------------------------------
 * header
 ------------------------------------------------*/

.header{
	background: url("../images/header/header_bg.jpg") no-repeat top center;
	background-size: cover;
}
.top_area{
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
}
.top_logo_area{
	display: flex;
	padding-top: 18px;
}
.logo{
	margin-right: 34px;
}
.tel{
	font-size: 4.35rem;
	color: #669933;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 0.8;
}
.top_text_area{
	padding-top: 8px;
	display: flex;
	color: #583822;
	font-weight: 500;
	letter-spacing: 0.01em;
}
.top_text_area a{
	display: block;
	margin-left: 4px;
	color: #583822;
	font-size: 1.4rem;
	background: #fff;
	border: solid 1px #583822;
	border-radius: 0.2em;
	padding: 2px 2px 4px;
	line-height: 0.9;
	transition: .2s;
}
.top_text_area a:hover{
	color: #fff;
	background: #583822;
}
.top_btn a{
	margin-right: 16px;
}
.top_btn a:last-of-type{
	margin-right: 0;
}
.top_btn a:hover{
	opacity: 0.75;
	
}
.header_nav ul{
	display: flex;
	justify-content: space-between;

}
.header_nav ul li{
	padding: 9px 0;
	margin-bottom: 9px;
	width: 16%;
	border-left: solid 1px #583822;
}
.header_nav ul li:last-of-type{
		border-right: solid 1px #583822;
}

.header_nav ul li a{
	display: block;
	color: #583822;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}
.header_nav a:hover{
	color: #669933;
}
/*-------------------------------------------------
 * ビジュアルエリア
 ------------------------------------------------*/
.visual_area{
	box-shadow: 0 0 8px gray;
}
/*-------------------------------------------------
 * ご注文ガイド
 ------------------------------------------------*/
.bg_paper{
	background: url("../images/common/bg.jpg");
	background-size: cover;
}
.guide_area{
	justify-content: space-between;
}
.guide_area li{
	width: 18%;
	min-width: 200px;
	height: 274px;
	background: #fff;
}
.guide_list{
	display: block;
	padding: 24px 18px 18px;
	background: #fff;
}
.guide_list h3{
	padding: 8px 0 16px;
	color: #669933;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.guide_list p{
	text-align: left;
	line-height: 1.4;
}
.guide_list:hover{
	opacity: 0.8;
} 
/*-------------------------------------------------
 * コンテンツエリア
 ------------------------------------------------*/
.content_area{
	display: flex;
	justify-content: space-between;
}
.content_text{
	margin-top: 6px;
	font-size: 1.5rem;
	letter-spacing: -0.08em;
}
.content_text::before{
	position: relative;
 	content:"\f054";
	font-family: 'FontAwesome';
	color: #ccc;
	margin-right: 2px;
}
.content_item img{
	border: solid 1px #ff931e;
	box-sizing: border-box;
	transition: .2s;
}
.content_item img:hover{
	opacity: 0.5;
}
.pink_b img{
	border: solid 1px #d69090;
}
.green_b img{
	border: solid 1px #7ac943;
}
/*-------------------------------------------------
 * 商品一覧
 ------------------------------------------------*/
.bg_green{
	background: #f0f6da;
}
.item_link_area{
	display: flex;
	justify-content: space-between;
}
.item_link{
	width: 32%;
}
.item_link li a{
	display: block;
	line-height: 2;
	font-weight: 500;
}
.item_link li a::before{
	position: relative;
 	content:"\f054";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #669933;
	margin-right: 4px;
}

span1 {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #F0F050 50%);
}

span2 {
  font-size: 3rem;
  font-weight: bold;
  color: #90c647;
}

otamesi{
  line-height: 200%;		
}


/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*-------------------------------------------------
 * お問い合わせエリア
 ------------------------------------------------*/
.info_wrapper{
	padding-bottom: 38px;
}
.bg_illustration{
	background: url("../images/main/about_bg.jpg") no-repeat top center;
}
.info_area{
	display: flex;
	justify-content: space-between;
}
.info_item{
	padding: 18px 20px 12px;
	width: 43.5%;
	background: #fff;
	border: solid 1px #669933;
}
.info_item h3{
	color: #669933;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-bottom: 16px;
}
.info_no{
	font-size: 4.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.info_no::before{
 content: '';
  display: inline-block;
  width: 55px;
  height: 37px;
  background: url("../images/main/freedial.png") no-repeat;
  background-size: contain;
  vertical-align: -2px;
	margin-right: 10px;
}
.info_item dl{
	display: flex;
	margin-top: 6px;
}
.info_item dt{
	border: solid 1px #333;
	padding: 2px 4px;
	margin-right: 10px;
}
.info_item dd{
	font-weight: 500;
	line-height: 1.5;

}
.info_attention{
	margin-top: 10px;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	line-height: 1.5;
}
.address_area{
	display: flex;
}
.address_item{
	padding-top: 30px;
	width: 52%;
}
.address_item02{
	width: 48%;
}

.address_item img{
	float: left;
	margin-right: 10px;
}
.address_item p{
	font-size: 1.5rem;
	line-height: 1.5;
}
.info_logo{
	position: relative;
	top: -8px;
}
/*-------------------------------------------------
 * footer
 ------------------------------------------------*/
.bg_green02{
	background: #769164;
}
.footer{
	padding: 40px 0;
}
.footer_nav ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 68px;
}
.footer_nav ul li a{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}
.footer_nav a:hover{
	opacity: 0.7;
}
.copy{
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

/*------ページトップ/今すぐご注文------*/
.btn-top{
	display: block;
	position: fixed;
	right: 18px;
	bottom: 30px;
	z-index: 100;
	transition: all 0.2s;
}
.btn-order_area{
	display: block;
	position: fixed;
	right: 18px;
	bottom: 150px;
	z-index: 100;
	transition: all 0.2s;
}
.btn-top:hover{
	opacity: 0.8;
}
.btn-order_area:hover{
	opacity: 0.8;
}
/*------tel_popup_btn------*/

/*-- PC版表示CSS  --*/
.btn-tel{
 	position: fixed;
	bottom: 50%;
 	right: 8px;
	height: 136px;
	padding: 24px;
	background: url("../images/common/popup_bg.png") no-repeat;
	background-size: contain;
	display:block;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){

}


.btn_tel_text{
	padding-top: 7px;
	margin-left: 2px;
	color: #6f5436;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.01em
}
.btn_tel_text span{
	display: block;
	margin: 4px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 1.9rem;
}
.btn_tel_text2{
	padding-top: 5px;
	margin-left: 2px;
  font-size: 1.3rem;
  color: #6f5436;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 300;
}
.close-tel_btn{
	position: relative;
	border: none;
	background: initial;
	display: block;
	padding: 0;
	margin: 0 0 0 auto;
	color: #6f5436;
	font-size: 1.6rem;
}
/*-------------------------------------------------
 * アイテムエリア
 ------------------------------------------------*/
.product_img{
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.product_title{
	font-size: 2.3rem;
	font-weight: 600;
	float: left;
}
.product_title span{
	display: inline-block;
	margin-left: 6px;
	padding: 1px 6px;
	font-size: 1.6rem;
	border: solid 1px #333;
	border-radius: 0.3em;
	line-height: 1;
	vertical-align: 1px;
}
.top_order_area{
	padding: 32px 0;
	border-bottom: solid 1px #ccc;
}
.top_btn_area{
	display: flex;
	justify-content: flex-end;
}
.top_order_btn{
	display: block;
	margin-left: 16px;
	padding: 16px 0;
	width: 280px;
	border-radius: 0.3em;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #fff;
	box-shadow: 2px 2px #7f7f7f;
  background: rgb(67,179,65);
  background: linear-gradient(360deg, rgba(67,179,65,1) 0%, rgba(128,208,68,1) 100%);
	transition: .3s;
}
.top_order_btn:hover{
	color: #fff;
	background: rgb(35,102,61);
  background: linear-gradient(360deg, rgba(35,102,61,1) 0%, rgba(96,159,48,1) 100%);
}


/*----------------------------------------------------
注文エリア
----------------------------------------------------*/
.item_img{
	margin-right: 30px;
}
/*---注文カテゴリーNav------------------------------------*/
.order_category_text{
	padding: 32px 0 20px;
	border-top: solid 1px #ccc;
	font-weight: 500;
}
.order_category ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 72px;
}
.order_category li{
	padding: 10px;
	border-radius: 2px;
	box-shadow: 2px 2px #7f7f7f;
	transition: .2s;
}
.order_category li:hover{
	opacity: 0.5;
}
.order_category_nomal{
	font-weight: 600;
	border: solid 1px #333;
}
.order_category_nomal a:hover{
	color: #333;
}
.white a{
	display: block;
	color: #fff;
	font-weight: 600;
}
.order_category_teki{
	display: block;
	color: #fff;
	background: #e74865;
	border: solid 1px #e74865;

}
.order_category_matome{
	background: #90c647;
}

/*---製品情報------------------------------------*/

.item_info{
	margin-bottom: 30px;
	text-align: center;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 1.3rem;
	line-height: 1.3;
}
.item_info dl{
	display: flex;
	margin: 0;
	border-bottom: solid 1px #ccc;
}
.item_info dl:last-of-type{
	border-bottom: none;
}
.item_info dt{
	width: 20%;
	padding: 10px;
	font-weight: 600;
	border-right: solid 1px #ccc;
	background-color: #f0f0f0;
}

.item_info dd{
	width: 80%;
	padding: 10px;
	margin: 0;
	text-align: left;
}

.nutrition dl{
	border: none;
}
.nutrition dt{
	width: 30%;
	padding: 0;
	border: none;
	background-color: #fff;
	font-weight: 400;
}
.nutrition dd{
	width: 70%;
	padding: 0;
}
.nutrition dd::before{
	content: '………………';
}
.small_text{
	display: block;
	font-size: 1.1rem;
}

.cal{
	margin: 0 0 10px 0;
}
.nutrition_attention{
	margin-top: 10px;
	font-size: 1.2rem;
}


/*---ポップアップリンク------------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,5%);
	width: 80%;
	max-width: 700px;
	padding: 0;
	background-color: #fff;
	z-index: 2;
	overflow-y: scroll;
	height: 90%;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
	margin: 10px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
	border: solid 1px #333;
	background: #fff;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
.btn_question{
	background-color: transparent;
	cursor: pointer;
	outline: none;
	appearance: none;
	width: 266px;
	margin-top: 20px;
	padding: 11px 0;
	color: #669933;
	margin-right: 30px;
	font-size: 1.8rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	border: solid 1px #669933;
	transition: .2s;
}
.btn_question::before{
	position: relative;
	content:"\f059";
	font-family: 'FontAwesome';
	font-size:2rem;
	padding-left: 6px;
	color: #669933;
	margin-right: 4px;
}
.btn_question:hover{
	color: #fff;
	background: #669933;
}
.btn_question:hover::before{
	color: #fff;
}


/*---注文商品一覧------------------------------------*/
.order_container{
	display: flex;
	justify-content: space-between;
}
.item_box00{
	min-width: 30%;
	max-width: 498px;
	border: solid 1px #333;
	margin-bottom: 20px;
}

.item_area{
	padding: 20px 30px 30px;
}
.item_title{
	margin: 0 0 6px;
	line-height: initial;
	font-size: 3rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0;
}
.item_titlen{
	margin: 0 0 6px;
	line-height: initial;
	font-size: 2.7rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0;
}
.item_title02{
	font-size: 2.6rem;
	margin-right: 10px;
}
.category{
	margin-right: 10px;
	vertical-align: 4px;
}
.attention{
	margin: 0;
	padding-bottom: 8px;
	color: #808080;
	font-size: 1.4rem;
	text-align: left;
	border-bottom: solid 1px #333;
}

/*------------数量------------*/
.count{
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: 500;
	border: solid 1px #ccc;
}
.count dl{
	display: flex;
	margin: 0;
}
.count dt{
	background-color: #ccc;
	padding: 3px 30px;
}
.count dd{
	margin-left: 18px;
	line-height: 1.5;
}


/*------------価格------------*/
.discount{
	padding: 7px 5px;
	margin-right: 6px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	color: #fff;
	background-color: #e60033;
}
.price_nomal{
	font-family: 'Roboto', sans-serif;
	font-size: 1.7rem;
	text-decoration: line-through #e60033;
}
.price_text{
	margin-top: 16px;
}
.price_area{
	display: flex;
	padding: 16px 0;
  margin: 0;
}
.price_tax{
	font-size: 1.5rem;
	line-height: 3;
}
.discount_area{
	line-height: 2;
}
.price_area dd{
	margin-left: 2px;
	font-size: 1.9rem;
	font-weight: 500;
}
.price_number{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: -0.03em;
	vertical-align: -4px;
}
.red{
	color: #e60033;
}

/*------------フォーム------------*/
input{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
form{
	  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	margin: 0;
	text-align: left;
	height: 50px;
	
}
.count_text{
	font-size: 1.6rem;
}

/*------------BTN------------*/
.btn{
	margin: 0 14px;
	padding: 12px;
	max-width: 352px;
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 0.2em;
	background: rgb(58,90,181);
	background: linear-gradient(0deg, rgba(58,90,181,1) 52%, rgba(53,139,232,1) 100%);
	transition: .1s;
}
.btn_teki{
	display: block;
	margin: 0;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	background: rgb(231,72,101);
	background: linear-gradient(0deg, rgba(231,72,101,1) 52%, rgba(231,109,131,1) 100%);
}
.btn_teki a{
	color: #fff;
}
.item_area2{
 height: 512px;
}

.btn:hover{
	color: #fff;
	opacity: 0.7;
}

/*---/注文商品一覧------------------------------------*/
/*----------------------------------------------------
indexページ（スライダー）
----------------------------------------------------*/
.slick-img {
	max-width: 960px;
	margin: auto auto 16px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.slick-img img{
	transition: .2s;
}
.slick-img img:hover{
	opacity: 0.8;
}
.slick-thumbnail {
	margin: 0 auto;
	cursor: pointer;
	padding-left: 30px;
}
.slick-thumbnail li{
	padding-right: 30px;
}

.slick-thumbnail img {
	margin: 0 auto;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.slick-thumbnail .slick-current img {
		width: 100%;
	border: solid 2px #999;
}
/*----------------------------------------------------
indexページ（お知らせエリア）
----------------------------------------------------*/
.top-news_container{
	
}
.top-news_container h2{
	height: 67px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3.45;
	letter-spacing: 0.01em;
	color: #4d8630;
	background: url("../images/main/news_bg.jpg") no-repeat center;
}
.top-news_container::after{
	content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url("../images/main/bar.png") no-repeat center;
  vertical-align: top;
}
.top-news_area{
	border-bottom: solid 1px #ccc;
}
.top-news_area:last-of-type{
	border: none;
}
.top-news_area dl{
	display: flex;
	padding: 11px 30px;
}

.top-news_area dt{
	width: 18.43%;
	font-weight: 500;
}
.category_news{
 	display: inline-block;
	width: 58px;
	padding: 2px 0;
	margin-left: 20px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	background: #f77559;
	border-radius: 2px;
	vertical-align: 1px;
}
.navy{
	background: #1f2f54;
}
.top-news_area dd{
	width: 81.56%;
}
.news_link{
	float: right;
	color: #999;
	font-size: 1.5rem;
	letter-spacing: -0.1em;
	transition: .2s;
}
.news_link::after{
	position: relative;
 	content:"\f054";
	font-family: 'FontAwesome';
	color: #98c571;
	margin-left: 6px;
}
.news_link:hover{
	opacity: 0.5;
}
/*----------------------------------------------------
indexページ（商品エリア）
----------------------------------------------------*/

.top-item_container{
	display: flex;
	justify-content: space-between;
}
.item_nav_area{
	width: 126%;
	padding-right: 38px;
}
.itemnav_top{
	position: relative;
}
.itemnav_top::before{
	position: absolute;
	content: url("../images/main/itemnavi_flower_top.png");
	top: -11px;
  left: -14px;
}

.itemnav_bottom{
	position: relative;
}
.itemnav_bottom::after{
	position: absolute;
	content: url("../images/main/itemnavi_flower_bottom.png");
	right: -5px;
  top: -26px;
}

.item_nav_list{
	background: url("../images/main/itemnavi_bg_middle.jpg") 0 0 repeat-y;
	padding: 0 15px 15px 15px;
}
.item_nav_textarea{
	background: #fff;
	padding: 10px;
}
.item_nav_textarea:last-of-type{
	padding-bottom: 20px;
}
.item_nav_textarea h3 {
	margin-top: 10px;
	padding-bottom: 6px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #669933;
	background: url("../images/main/itemnavi_bar.png") no-repeat center bottom;
	background-size: contain;
}
.itemnav_link li{
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.itemnav_link a{
	font-size: 1.5rem;
	font-weight: 500;
}
.itemnav_link a::before{
	position: relative;
 	content:"\f054";
	font-family: 'FontAwesome';
	color: #98c571;
}
.font_small a{
	font-size: 1.2rem;
}
.font_small a::before{
	font-size: 1.5rem;
}
.top-item_nav_banner{
	padding-top: 28px;
	display: block;
}
.top-item_nav_banner a{
	display: block;
	margin-bottom: 28px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.top-item_nav_banner a:first-of-type{
	border: none;
}
.top-item_nav_banner a:hover{
	opacity: 0.6;
}
/*----------------------------------------------------
indexページ（商品一覧エリア）
----------------------------------------------------*/
.top-item_list_area{

}
.top-item_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -30px;
}
.top-item_list li{
	margin: 0 30px 30px 0;
	width: 214px;	
}

.box{
	position:relative;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.caption{
	position: absolute;
	margin: 0;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	padding: 2px 10px 3px;
	background-color: rgba(206, 0, 0, 0.62);
}
.box_textarea{
	padding: 0 16px 16px;
}
.top_item_subtitle{
  margin-bottom: 8px;
  font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: -0.02em;
}
.top_item_title{
	margin: 0;
	padding-bottom: 12px;
	font-size: 1.9rem;
	font-weight: 700;
}
.top_item_title_small{
	font-size: 1.43rem;
  line-height: 1.44;
  letter-spacing: -0.03em;
}
.top_price_area{
	margin: 0 auto;
	display: flex;
}
.top_price_area dt{
	width: 40%;
	height: 16px;
	padding: 1px 2px 0 2px;
	font-size: 1.3rem;
	border: solid 1px #333;
	letter-spacing: 0.05em;
		line-height: 1;
}
.top_price_area dd{
	width: 80%;
	margin-bottom: 16px;
	font-size: 1.4rem;
}
.top_price{
	margin-right: 1px;
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	vertical-align: -1px;
}
.topitem_btn{
	display: block;
	margin: 0 auto;
	padding: 6px 0 8px;
	border-radius: 3px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-color: #669933;
	transition: .2s;
}
.topitem_teki_btn{
	margin-top: 12px;
	background-color: #f77559;
}
.topitem_btn:hover{
	color: #fff;
	background-color: #3b6623;
}
.topitem_teki_btn:hover{
	background-color: #9C4836;
}

.topitem_btn::after{
    position: relative;
    left: 14px;
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 1.4rem;
}
.topitem_teki_btn::after{
	left: 7px;
}

/*----------------------------------------------------
定期ページ（共通、個別）
----------------------------------------------------*/
.teki_top_text{
	padding: 32px 0 0;
	line-height: 1.6;
}

.teki_title	{
	height: 67px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3.45;
	letter-spacing: 0.01em;
	color: #4d8630;
	background: url("../images/teki/teki_bg.jpg") no-repeat center;
}
/*----------------------------------------------------
定期ページ（共通、個別） 定期便のメリット
----------------------------------------------------*/
.teki_merit_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teki_merit_area li{
	width: 28%;
	margin-bottom: 30px;
	padding: 16px;
	border: solid 2px #cbcbcb;
	border-radius: 5px;
}
.teki_merit_area p{
	padding-top: 12px;
	font-size: 1.5rem;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

.teki_merit_area span{
	font-size: 1.7rem;
	font-weight: 600;
}

/*----------------------------------------------------
定期ページ（共通、個別） 定期便あんしんサポート
----------------------------------------------------*/
.teki_support{
	display: flex;
	justify-content: space-between;
}
.teki_support li{
	width: 47%;
}
.teki_support p{
	padding-top: 12px;
	font-size: 1.5rem;
	line-height: 1.4;
}
/*----------------------------------------------------
定期ページ（共通、個別） よくあるご質問
----------------------------------------------------*/
.qa_area dl{
	width: 100%;
	border-radius: 5px;
	border: solid 2px #b3d68a;
	margin-bottom: 20px;
}
.qa_area dl:last-of-type{
	margin-bottom: 0;
}
.qa_area dt{
	padding: 12px 0;
	color: #4d8630;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	background: url("../images/main/teki/bg_lightgreen.jpg") no-repeat center;
	background-size: cover;
}
.qa_area dd{
	display: flex;
	padding: 20px;
}
.qa_area dd img{
	width: 36px;
	height: 31px;
	margin: 6px 20px 0 0;
}

.qa_area dd p{
	font-size: 1.5rem;
	line-height: 1.5;
}

/*----------------------------------------------------
定期ページ（共通、個別） お願い
----------------------------------------------------*/
.please{
	font-size: 1.5rem;
	line-height: 1.4;
}
.please span{
font-weight: 600;	
}
.please li{
	margin-bottom: 6px;
}
.please li::before{
	position: relative;
	margin-right: 2px;
	color: #4d8630;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 1.4rem;
}
.info_teki{
	width: 80%;
    margin: 0 auto;
    text-align: center;
}
.info_teki dl{
	float: left;
	margin-left: 94px;
}
.info_teki dt{
	margin: 2px 10px 0 0;
  padding: 1px 4px 3px;
	height: 13px;
  font-size: 1.5rem;
}
.info_attention_teki{
	line-height: 0;
}


/*----------------------------------------------------
定期ページ（個別） 注文フォーム
----------------------------------------------------*/
.teki_check_text{
	padding-bottom: 4px;
	font-weight: 500;
	letter-spacing: 0;
	
}
.teki_check_text::before{
	position: relative;
	margin-right: 2px;
	content:"\f058";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
.radio_area{
	text-align: center;
	border: solid 1px #999;
	box-sizing: border-box;
	border-radius: 5px;
}
.form-list{
	display: flex;
	border-bottom: solid 1px #ccc;
}
.form-list:last-of-type{
	border-bottom: none;
}

.form-list dt{
	padding: 10px;
	border-right: solid 1px #ccc;
	width: 110px;
}
.form-list dd{
	padding: 10px;
	border-right: solid 1px #ccc;
	width: 76px;
}
.form-list dd:last-of-type{
	border-right: none;
}
.form-drop{
	display: flex;
	padding-top: 12px;
}


.form-drop dt{
	margin: 8px 10px 0 0;
	font-weight: 500;
	letter-spacing: 0;
}
.form-drop dt::before{
	position: relative;
	margin-right: 2px;
	content:"\f058";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
.form-drop dd {
    width: 158px;
    overflow: hidden;
    border: #999 1px solid;
    border-radius: 5px;
}
.form-drop dd::after{
	position: relative;
	color: #999;
	content:"\f078";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    outline: none;
    padding: 5px;
    background: transparent;
}
.btn_teki2{
	padding: 12px 0;
	margin-top: 26px;
}
.boxteki{
	display: block;
	margin-bottom: 30px;	
}
.teki_itemback{
	display: block;
	width: 266px;
	color: #999;
	border: solid 1px #999;
	
    
}
.teki_itemback a{
	color: #999;
}
.teki_itemback::before{
	content:"\f053";
	top: 2px;
	color: #999;	
}
.teki_itemback:hover{
	background: #999;
}
.teki_itemback a:hover{
	color: #fff;
}

.teki_img{
	margin-right: 60px;
}
.teki_order_area{
	padding-bottom: 104px;
}
/*----------------------------------------------------
商品注文画面　個数フォーム　
----------------------------------------------------*/
.count_box{
	padding: 5px 10px;
	overflow: hidden;
  border: #999 1px solid;
  border-radius: 5px;
}





.row{
	text-align: center;
	margin: auto;
}
.row:before, .row:after {
	content: "";
	display:  table;
}

.row:after {
	clear: both;
}
