@charset "utf-8";
/*reset*/
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
    font-style: normal;
	border: none;
	text-decoration: none;
	line-height: 1.2;
	color: #000000;
}
*,*::after,*::before{
	box-sizing: border-box;
}

/*font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;

font-family: acier-bat-solid, sans-serif;
font-weight: 400;
*/

/*共通*/
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	clear: both;
}
a{
    display: block;
}
a:hover,a:active,[type="submit"]:hover,[type="submit"]:active,[type="button"]:hover,[type="button"]:active{
	opacity: 0.5;
}



/* ---------------------------------
   header
------------------------------------*/
header{
	height: 80px;
	background-color: #ffffff;
	width: 100%;
}
header .header_inner{
	display: flex;
	justify-content: flex-end;
}
header .header_inner img{	/*社名だけ左寄せ*/
   	margin-right: auto;
}
header p{
	margin-right:10px;
}
header .header_inner .num{
   	font-size: 31px;
   	font-weight: bold;
   }
/* ヘッダー内　注文書ダウンロードボタン */
.btn_download a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto;
	margin-right: 10px;
	padding: 0.5em 1em;
	width: 220px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #f39800;
	border-radius: 50vh;
}
.btn_download a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
}
.btn_download a::hover{
	text-decoration: none;
	background-color: #fcb04c;
}

/* ヘッダー内　メールボタン */
.btn_mail a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto;
	padding: 0.5em 1em;
	width: 120px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #f39800;
	border-radius: 50vh;
}
.btn_mail a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
}
.btn_mail a::hover{
	text-decoration: none;
	background-color: #fcb04c;
}    


/* ---------------------------------
   footer
------------------------------------*/
footer{
	background-color: #037f3e;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
footer h1{
	font-family: 'Noto Serif Japanese', serif;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: bold;
	margin-bottom: 20px;
}
footer h2{
	color: #fff100;
    font-size: 1.3em;
    font-weight: bold;
	margin-bottom: 30px;
}
footer h3{
	color: #000000;
    font-size: 1.2em;
    font-weight: bold;
}
footer .footer_inner{
	display: flex;
	justify-content: center;
}
footer .method, .method2{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	width: 40%;
	margin: 0 10px;
	min-width: 350px;
}
footer .method2{
	width: 20%;
	min-width: 180px;
}
footer .method_inner{
	text-align: center;
	line-height: 1.5;
}
footer .method .title{
	font-weight: bold;
	color: #00913a;
	font-size: 150%;
}
footer .method .num{
	font-weight: bold;
	color: #e60012;
	font-size: 200%;
}
footer .method .mail{
	font-weight: bold;
	color: #e60012;
	font-size: 150%;
}
ul.li_method li{
	margin-bottom: 20px;
	line-height: 1.5;
}

footer .box p {
	margin: 2em 0; 
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}

/*注文書をダウンロード　ボタン*/
.btn_download_footer a {
	align-items: center;
	margin: 10px auto;
	padding: 0.5em 2em;
	width: 80%;
	color: #fff100;
	font-size: 20px;
	background-color: #f39800;
	border-radius: 50vh;
	text-align: center;
}
.btn_download_footer a:hover {
	text-decoration: none;
	color: #ffffff;
}



/* ---------------------------------
   contetnts
------------------------------------*/
#main{
	background-color:#ffffff;
}
#main img{
	width: 100%;
	margin-bottom: 10px;
}
#main p{
	font-size: 22px;
	line-height: 1.5;
	text-align: left;
	width: 91%;
	margin: 0 auto;
	padding-bottom: 40px;
}
/* ３つの特徴 */
#features{
    background-image: url("../images/features.png");
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-width: 1000px;
}
#features::before{
	content: '';
	display: block;
	padding-top: 48.33333333%;	/* (使用する画像の高さ÷使用する画像の幅)×100 */
}
/* 販売40年・・・ */
#history{
    background-image: url("../images/history.png");
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-width: 1000px;
}
#history::before{
	content: '';
	display: block;
	padding-top: 21.66666666%;	/* (使用する画像の高さ÷使用する画像の幅)×100 */
}
/* 商品ラインナップ */
#lineup{
	text-align:center;
	padding: 70px 0;
	
	background-image: url("../images/1case.png");
    background-position: top 40px right;
    background-repeat: no-repeat;
	
	min-width: 1000px;
}
#lineup{
	font-family: 'Noto Serif Japanese', serif;
}
#lineup h1{
    color: #000000;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 70px;
}
#lineup .note{
	color: #ff0000;
	font-weight: bold;
}



div.goods_wrap{
	border: 5px solid #006934;
	background-color: #ffffff;
	background-image: url("../images/goods_title_bg.png");
    background-position: top left;
    background-repeat: repeat-x;
	
	padding: 0px 10px 10px 10px;
	width: 90%;
	max-width: 1200px;
	margin: 20px auto 40px;
	border-radius: 17px;
	
	font-family: 'Noto Sans Japanese', sans-serif;

}
	div.title{
		display: flex;
		justify-content: space-between;
	}
	div.title h2{
		color: #ffffff;
		font-weight: bold;
		height: 70px;
		font-size: 34px;
		line-height: 70px;
		margin-left: 5px;
	}
	div.title .title_inner{
		display: flex;
		justify-content: end;
	}
	div.title p{
		color: #fff100;
		font-size: 24px;
		margin-right: 0px;
		margin-top: 5px;
	}
	div.title p.row1{
		line-height: 70px;
		margin-top: 0px;
	}
	div.title img{	/*送料無料*/
		margin-top: -20px;
		margin-right: -30px;
	}
	
	
	hr.line{
		border:1px solid #006934;
		height:2px;
		margin: 20px auto;
		width: 95%;
	}
	div.goods_inner{
		display: flex;
		justify-content: space-around;
	}
	div.goods_inner img{
		width: auto;
		height: 100%;
	}
	div.goods_contents{
		text-align: left;
	}
	div.goods_contents h3{
		font-size: 24px;
		font-weight: bold;
		margin: 20px 0;
	}
	div.capacity{
		background-color: #f8b62d;
		font-size: 24px;
		font-weight: bold;
		padding: 2px;
		width: 100px;
		text-align: center;
		border-radius: 10px;
		margin: 10px 0;
	}
	table.tbl_price{
		border: none;
		margin-bottom: 10px;
	}
	table.tbl_price td{
		text-align: right;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 5px;
	}
	table.tbl_price td.price{
		color: #e60012;
		font-size: 90px;
	}
	table.tbl_price td.price2{
		color: #000000;
		font-size: 42px;
	}
	table.tbl_price td .yen{
		color: #e60012;
		font-size:60%;
	}
	table.tbl_price td .yen2{
		color: #000000;
		font-size:80%;
	}
	table.tbl_price td .tax_included{
		color: #000000;
		font-size:22%;
	}
	table.tbl_price td .tax_included2{
		color: #000000;
		font-size:50%;
	}

	/*ご注文方法はこちら　ボタン*/
	.btn_order a {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: 30px auto;
	  padding: 0.5em 2em;
	  width: 100%;
	  color: #ffffff;
	  font-size: 20px;
	  font-weight: bold;
	  font-family: 'Noto Serif Japanese', serif;
	  
	  background: linear-gradient(180deg, #e52042 0%, #e52042 50%, #c30d23 50%, #c30d23 100%);/*背景二色*/
	  border-radius: 10px;
	  border: 2px solid #c30d23;
	}
	.btn_order a::after {
	  content: '';
	  width: 10px;
	  height: 10px;
	  border-top: 5px solid #ffffff;
	  border-right: 5px solid #ffffff;
	  transform: rotate(45deg);
	  margin-left: 20px;
	}
	.btn_order a:hover {
	  text-decoration: none;
	  background-color: #ff0000;
	  color: #ffffff;
	}





@media (min-width:641px){
    html,body{
        font-size: 16px;
    }
    .box{
        /*max-width: 1200px;*/
        min-width: 1000px;
    }
	.sp{
		display: none;
	}
}



@media (max-width:640px){
    html,body{
        font-size: 18px;
    }
    .box{
        width: 100%;
        min-width: 95%;
        margin: 0 auto;
    }
    .pc{
        display: none;
    }

	/* ---------------------------------
	   header
	------------------------------------*/
	header{
		min-width: 540px;
	}

	/* ---------------------------------
	   footer
	------------------------------------*/
	footer .footer_inner{
		flex-wrap: wrap;
	}
	footer .method{
		width: 90%;
		min-width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	footer .method2{
		width: 43%;
		min-width: 43%;		
	}

	/* ---------------------------------
	   contetnts
	------------------------------------*/
	#main p{
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
		width: 91%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	/* ３つの特徴 */
	#features{
	    background-image: url("../images/features_sp.png");
	    background-position: top center;
	    background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		min-width: 100%;
	}
	#features::before{
		content: '';
		display: block;
		padding-top: 59.16666666666667%;	/* (使用する画像の高さ÷使用する画像の幅)×100 */
	}
	/* 販売40年・・・ */
	#history{
		width: 100%;
		min-width: 100%;
	}
	/* 商品ラインナップ */
	#lineup{
		padding: 40px 0;
		background-image: none;
		min-width: 95%;
		margin:0 auto;
	}
	#lineup h1{
	    font-size: 1.7em;
	    font-weight: bold;
	    margin-bottom: 30px;
	}
	#lineup .note{
		font-size: 0.9em;
	}
	div.goods_wrap{
		padding: 0px 10px 10px 10px;
		width: 95%;
		max-width: 95%;
		margin: 20px auto 40px;
		
		position: relative;
	}
	img.img_postage{/*送料無料*/
		position: absolute;
		right: 10px;
		top: 80px;
		
	}
	div.title{
		display: block;
	}
	div.title h2{
		margin-left: 0px;
	}
	div.title .title_inner{
		display: flex;
		justify-content: center;
	}
	div.title p{
		color: #006934;
		font-size: 24px;
		margin-right: 0px;
		margin-top: 5px;
	}
	div.title p.row1{
		line-height: 70px;
		margin-top: 0px;
	}
	div.goods_inner{
		display: block;
	}
	div.goods_contents{
		text-align: left;
		font-size: 80%;
	}
	div.goods_contents h3{
		font-size: 20px;
	}
	table.tbl_price{
		width: 100%;
	}
	table.tbl_price td.price{
		color: #e60012;
		font-size: 74px;
	}
	table.tbl_price td.price2{
		color: #000000;
		font-size: 42px;
	}
	table.tbl_price td .tax_included{
		color: #000000;
		font-size:22%;
	}
	table.tbl_price td .tax_included2{
		color: #000000;
		font-size:40%;
	}
	
	/*ご注文方法はこちら　ボタン*/
	.btn_order a {
		font-size: 24px;
	}

}