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

.root{
	font-size: 0.8rem;
	padding: 16px 0;
	letter-spacing: 0.01em;
}
.product_img {
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.top_order_area{
	padding: 0.5em 0;
	border-bottom: solid 1px #ccc;
}
.product_title{
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 600;
	margin-right: 1em;
}
.product_title span{
	display: inline-block;
	margin-left: 6px;
	padding: 1px 6px;
	font-size: 1.5rem;
	border: solid 1px #333;
	border-radius: 0.25em;
	line-height: 1;
	vertical-align: 1px;
}
.top_order_btn{
	text-align: center;
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.5em 0;
	width: 280px;
	border-radius: 0.3em;
	font-size: 1.4rem;
	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%);
}
.visual_area{
	box-shadow: 0 0 8px gray;
	width: 80%;
	min-width: 350px;
	max-width: 960px;
	margin: 30px auto;
}
.minwidth {
	width: 80%;
	min-width: 350px;
	max-width: 1060px;
	margin: auto;
	text-align: center;
}
.renketu {
	display: inline-block;
}
.top_btn_area {
	display: inline-block;
}
.item_info{
	margin-bottom: 30px;
	text-align: center;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 0.95rem;
	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: '………………';
}
.item_area {
	display: inline-block;
	width: 45.5%;
	min-width: 350px;
	max-width: 700px;
	border: solid 1px #333;
	padding: 1rem;
	margin-bottom: 2rem;
	vertical-align:top;
}

.right {
	margin-right: 1.5%;
}

.item_title{
	margin: 0 0 6px;
	line-height: initial;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0;
	vertical-align: middle;
}

.category{
	margin-right: 10px;
}
/*------------数量------------*/
.count{
	margin-bottom: 6px;
	font-size: 1.2rem;
	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.8;
}
.attention{
	margin: 0;
	padding-bottom: 8px;
	color: #808080;
	font-size: 1.1rem;
	text-align: left;
	border-bottom: solid 1px #333;
}
/*------------価格------------*/
.discount{
	padding: 2% 1%;
	margin-right: 0.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 1.3rem;
	color: #fff;
	background-color: #e60033;
}
.price_nomal{
	font-family: 'Roboto', sans-serif;
	font-size: 1.7rem;
	text-decoration: line-through #e60033;
	margin-right: 0.2em;
}
.price_text{
	margin-top: 16px;
	font-size: 1rem;
}
.price_area{
	display: flex;
	padding: 2.3% 0;
	margin: 0;
}
.price_tax{
	font-size: 0.9rem;
	line-height: 4.5;
}
.discount_area{
	line-height: 2;
	width: 35%;
}
.price_area dd{
	font-size: 1.1rem;
	font-weight: 500;
}
.price_number{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 3rem;
	letter-spacing: -0.03em;
	vertical-align: -3px;
	margin-right: 0.05em;
}
.red{
	color: #e60033;
}
.count_text{
	font-size: 1.2rem;
}
/*------------BTN------------*/
.btn{
	margin: 0 0.2em;
	padding: 0.5em 1.5em;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.3rem;
	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: 0.5em 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;
}
.btn:hover{
	color: #fff;
	opacity: 0.7;
}
/*------------フォーム------------*/
.form{
	display: inline-block;
	width: 100%;
	margin-bottom: 0.6em;
}
.form_wari1{
	display: inline-block;
	width: 24%;
}
.form_wari2{
	display: inline-block;
	width: 74%;
	margin: auto;
}
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_box{
	padding: 5px 10px;
	overflow: hidden;
  border: #999 1px solid;
  border-radius: 5px;
}

.teki_title	{
	height: 67px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 3.1;
	letter-spacing: 0.01em;
	color: #4d8630;
	background: url("../images/teki/teki_bg.jpg") no-repeat center;
}
.teki_title	img{
	width: 100%;
}

.teki_top_text{
	font-size: 1.05rem;
	font-weight: 300;
	text-align: center;
	padding: 32px 0 0;
	line-height: 1.6;
}

.title2{
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #583822;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.title2::after{
 content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background: url("../images/common/bar.png") no-repeat;
  background-size: contain;
  vertical-align: 10px;
}
.wrapper2{
	padding: 48px 0 30px;
}

/*----------------------------------------------------
定期ページ（共通、個別） 定期便のメリット
----------------------------------------------------*/
.teki_merit_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teki_merit_area li{
	width: 26%;
	min-width: 250px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 1rem;
	border: solid 2px #cbcbcb;
	border-radius: 5px;
}
.teki_merit_area p{
	padding-top: 12px;
	font-size: 0.8rem;
	letter-spacing: -0.02em;
	line-height: 1.4;
	text-align: center;
	margin: auto;
}
.teki_merit_img{
	text-align: center;
}
.teki_merit_img img{
	width: 100%;
}
.teki_merit_area span{
	font-size: 1rem;
	font-weight: 500;
	color: red;
}

/*----------------------------------------------------
定期ページ（共通、個別） 定期便あんしんサポート
----------------------------------------------------*/
.teki_support{
	display: flex;
	justify-content: space-between;
	margin: auto;
	text-align: center;
}
.teki_support li{
	width: 47%;
	justify-content: space-between;
	text-align: center;
}
.teki_support p{
	padding-top: 12px;
	font-size: 1rem;
	line-height: 1.4;
}
.teki_support img{
	width: 100%;
}
/*----------------------------------------------------
定期ページ（共通、個別） よくあるご質問
----------------------------------------------------*/
.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: 1.5rem;
	font-weight: 600;
	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/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: 1rem;
	line-height: 1.5;
}
.qa_area dl dd p span{
	font-weight: 700;
	color: orangered;
}
/*----------------------------------------------------
定期ページ（共通、個別） お願い
----------------------------------------------------*/
.please{
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 3rem;
}
.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: 1rem;
}
.info_teki{
	text-align: center;
	display: inline-block;
	width: 80%;
	min-width: 350px;
	max-width: 650px;
    margin: 2rem 0 auto;
	padding: 1.5rem;
	margin-bottom: 1em;
	background: #fff;
	border: solid 1px #693;
	font-size: clamp(0.7rem,0.9rem,0.9rem);
	font-weight: 500;
}
.info_teki_h3{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #693;
	padding-bottom: 1rem;
}
.info_no_teki {
	text-align: center;
	font-size: clamp(20px,10vw,42px);
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #444;
}
.info_no_teki::before{
	content: '';
	display: inline-block;
	width: 55px;
	height: 37px;
	background: url("../images/common/freedial.png") no-repeat;
	background-size: contain;
	vertical-align: -2px;
	margin-right: 10px;
}
.info_teki_heiretu{
	

	justify-content: space-between;
	vertical-align: top;
	padding: 1em 0;
}
.info_teki dl {
	display: inline-block;
	width: 50%;
	min-width: 300px;
}
.info_teki dt {
	text-align: center;
	display: inline-block;
	width: 25%;
	max-width: 75px;
	border: solid 1px #333;
	padding: 0.1em 0.2em;
	margin-right: 10px;
	vertical-align: top;
	font-size: 0.9rem;
	font-weight: 400;
}
.info_teki dd {
	display: inline-block;
	width: 70%;
	font-size: 1rem;
	font-weight: 600;
}
.info_teki_attention {
	display: inline-block;
	width: 49%;
	font-size: 1rem;
	font-weight: 500;
}
.teki_order_area{
}
/*----------------------------------------------------
詳細ページに戻るボタン
----------------------------------------------------*/
.order_container{
	display: inline-block;
	justify-content: space-between;
	margin: auto;
}
.order_container_img{
	display: inline-block;
	width: 100%;
	min-width: 350px;
	text-align: center;
	padding: 0 0 3rem 0;
}
.order_container_hyo{
	display: inline-block;
	min-width: 350px;
	padding: 0 0 3rem 0;
	text-align: center;
	overflow: hidden;
}
.teki_itemback{
	display: inline-block;
	color: #999;
	font-size: 1.2rem;
	padding: 0.5em 0.8em;
	border: solid 1px #999;  
	margin: auto;
}
.teki_itemback a{
	color: #999;
}
.teki_itemback::before{
	font-family: FontAwesome;
	content:"\f053";
	top: 2px;
	color: #999;
	margin-right: 0.3em;
}
.teki_itemback:hover{
	background: #999;
	color: #fff;
}
.teki_itemback a:hover{
	color: #fff;
}
.item_area2 {
	display: inline-block;
	width: 99%;
	min-width: 350px;
	max-width: 800px;
	border: solid 1px #333;
	padding: 2rem;
	margin-bottom: 2rem;
	vertical-align:top;	
}
.zeikomi {
	font-size: 0.9rem;
	font-weight: 300;
}
/*----------------------------------------------------
定期ページ（個別） 注文フォーム
----------------------------------------------------*/
.teki_check_text{
	padding-bottom: 4px;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 1rem;
}
.teki_check_text::before{
	position: relative;
	margin-right: 2px;
	content:"\f058";
	font-family: FontAwesome;
	font-size: 1.2rem;
}
.radio_area{
	text-align: center;
	border: solid 1px #999;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 400;
}
.form-list{
	display: flex;
	border-bottom: solid 1px #ccc;
	margin: auto;
	text-align: center;
}
.form-list:last-of-type{
	border-bottom: none;
}
.form-list dt{
	padding: 0.3em;
	border-right: solid 1px #ccc;
	width: 110px;
}
.form-list dd{
	padding:  0.3em;
	border-right: solid 1px #ccc;
	width: 76px;
}
.form-list dd:last-of-type{
	border-right: none;
}
.form-drop{
	display: inline-block;
	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;
}