@charset "utf-8";
	

.mente_img{width: 40%;
	margin: 0 auto;
	position: fixed;top: 20%; left: 30%;
	z-index: 9;}
	
.mente_img img{width: 100%;}

.top_text1{font-size: 2.4vw;
	line-height: 150%;
	text-align: center;}

.top_text2{font-size: 1.2vw;
	text-align: center;}

.top_img1{width: 60%;
	margin: 0 auto;}

.top_img2{width: 45%;
	margin: 0 auto;}

.top_img1 img,.top_img2 img{width: 100%;}

.order-btn1{width: 35%;
	margin: 0 auto;
	font-size: 2vw;
	text-align: center;
	background: rgba(222,176,21,1.00);
	border-radius: 5px;
	transition: 0.3s all;}

.order-btn1:hover{opacity: 0.7;}

.order-btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.gaikan{width: 20%;
	margin: 0 auto;}
	
.gaikan img{width: 100%;}

.inner_menu{width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	z-index: 9;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;}
	
.inner_menu_inner{width: 60%;
	min-width: 600px;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	/*justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */
	}
	
.inner_menu_btn{width: calc(25% - 10px);
	min-width: 140px;
	font-size: max(0.9vw,12px);
	line-height: 200%;
	text-align: center;
	margin: 5px 5px 0 5px;
	border-radius: 5px;
	background: rgba(224,190,142,1.00);}	

.inner_menu_btn:hover{background: rgba(199,176,20,1.00);}

.inner_menu_btn a{display: block;
	color: rgba(55,55,55,1.00);}

.main_img{width: 100%;
	margin-top: 90px;}
	
.main_img img{width: 100%;}
	
.top_info{width: 600px;
	height: 200px;
	margin: 0 auto;}

.top_info_title{width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	background: rgba(86,0,6,0.80);
	border-bottom: rgba(86,0,6,1.00) solid 2px;}
	
.top_info_box{width: calc(100% - 20px);
	padding: 5px 10px;
	height: 158px;
	border-bottom: rgba(86,0,6,1.00) solid 2px;
	overflow-y: scroll;}

.info_topic1{padding: 10px 0;
	border-bottom: rgba(0,0,0,0.20) dashed 1px;}

.topic_date{font-size: 12px;
	color: rgba(0,68,255,1.00);}
	
.topic_text{font-size: 14px;
	line-height: 20px;}

.cat_title1{width: 25%;
	margin: 0 auto;}

.cat_title2{width: 100%;
	font-size: 2.8vw;
	text-align: center;}

.about_buki{width: 100%;
	padding: 30px 0 50px;
	text-align: center;
	background: rgba(0,0,0,0.90);}

#cat1,#cat2,#cat3{}

.bg_cat1{background: url("../img/bg_cat1.jpg");
	background-repeat: repeat;}

.bg_cat2{background: url("../img/bg_cat2.jpg");
	background-size: 100% auto;}

.bg_cat3{background: url("../img/bg_cat3.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;}
	
.bg_cat4{background: url("../img/bg_cat4.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;}
	
.bg_cat6{background: url("../img/bg_cat6.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;}
	
.bg_cat7{background: url("../img/bg_cat7.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;}

.item_box{background: rgba(255,255,255,1.00);}


.item_block1{width: calc(31.3% - 12px);
	padding: 10px 1%;
	margin: 5px;
	border: rgba(0,0,0,0.30) solid 1px;}

.item_block2{width: calc(98% - 12px);
	padding: 10px 1%;
	margin: 5px;
	border: rgba(0,0,0,0.30) solid 1px;
	overflow: hidden;}

.item_img{width: 100%;
	height: auto;
	float: none;}
	
.item_img2{width: calc(25% - 40px);
	padding: 20px;
	float: left;}
	
.item_img img,.item_img2 img{width: 100%;}

.item_data2{width: 73%;
	padding-left: 2%;
	float: left;}

.item_name{font-size:1.5vw;
	font-weight: bold;}

.item_price{font-size:  1.2vw}

.item_count,.item_count input{font-size: 1.2vw;}

.item_disc{font-size: 1.0vw;}

.btn_box1{width: 100%;
	padding: 10px;
	position: fixed; bottom: 0; left: 0;
	background: rgba(0,0,0,0.80);
	z-index: 10;}

.btn_cart{width: 25%;
	margin: 0 auto;
	z-index: 10;}
	
.btn_cart input#submit1{width: 100%;
	line-height: 200%;
	font-size: 1.4vw;
	font-weight: 700;
	text-align: center;
	background: rgba(222,176,21,1.00);
	color: rgba(255,255,255,1.00);
	border-style: none;
	cursor: pointer;}

.btn_cart2{width: 200px;
	height: 50px;
	position: fixed; top: 10px; right: 10px;
	z-index: 10;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background: rgba(222,176,21,1.00);}

.btn_cart2 a{display: block;
	color: rgba(255,255,255,1.00);}

.btn_cart:hover,.btn_cart2:hover{opacity: 0.7;}

.caution1{font-size: 0.8vw;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	z-index: 10;}



@media screen and ( max-width:736px )
{
.mente_img{width: 80%;
	margin: 0 auto;
	position: fixed;top: 40%; left: 10%;
	z-index: 9;}
	
.mente_img img{width: 100%;}

.top_text1{font-size: 6vw;}

.top_text2{font-size: 4.5vw;}

.top_img1{width: 90%;
	margin: 0 auto;}

.top_img2{width: 80%;
	margin: 0 auto;}

.top_img1 img,.top_img2 img{width: 100%;}

.order-btn1{width: 80%;
	margin: 0 auto;
	font-size: 4.5vw;
	line-height: 250%;
	text-align: center;
	background: rgba(222,176,21,1.00);
	border-radius: 5px;
	transition: 0.3s all;}

.order-btn1:hover{opacity: 0.7;}

.gaikan{width: 50%;
	margin: 0 auto;}

.inner_menu{width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;}
	
.inner_menu_inner{display: inline-block;
	overflow: hidden;}
	
.inner_menu_btn{height: 25px;
	font-size: 14px;
	text-align: center;
	margin: 5px 5px 0 5px;
	border-radius: 5px;
	float: left;}	

.inner_menu_btn img{height: 25px;}

.inner_menu_btn:hover{opacity: 1.0;}

.main{margin-top: 55px;}

.main_img_inner{width: 100%;
	height: 70vh;
	min-height: 350px;
	margin:0 auto;
	padding: 10px 0;}
	
.main_img_img1{width: 80%;
	max-width:400px;
	margin: 0 auto 30px;}
	
.main_img_img1 img{width: 100%;}

.main_img_text1{width: 90%;
	max-width:400px;
	margin: 0 auto;}
	
.main_img_text1 img{width: 100%;}

.top_info{width: 90%;
	max-width: 400px;
	height: 200px;
	margin: 0 auto;}

.top_info_title{width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background: rgba(86,0,6,0.80);
	border-bottom: rgba(86,0,6,1.00) solid 2px;}
	
.top_info_box{width: calc(100% - 20px);
	padding: 5px 10px;
	height: 158px;
	border-bottom: rgba(86,0,6,1.00) solid 2px;
	overflow-y: scroll;}

.info_topic1{padding: 10px 0;
	border-bottom: rgba(0,0,0,0.20) dashed 1px;}

.topic_date{font-size: 12px;
	color: rgba(0,68,255,1.00);}
	
.topic_text{font-size: 14px;
	line-height: 20px;}


.cat_title1{width: 70%;}

.cat_title2{font-size: 7vw;}

.item_block1{width: calc(48% - 12px);
	padding: 0 1%;
	border-bottom: rgba(0,0,0,0.20) solid 1px;
	float:none;}
	
item_block2{width: calc(94% - 12px);
	padding: 10px 3%;
	margin-bottom: 10px;}
	
.item_img2{width: calc(80% - 40px);
	padding: 20px;
	float: none;
	margin: 0 auto;}

.item_data2{width: 100%;
	padding-left: 0;
	float: none;}

.item_name{font-size:5.5vw;
	font-weight: bold;}

.item_price{font-size:  5vw;}

.item_count,.item_count input{font-size: 5.0vw;}

.item_disc{font-size: 4.0vw;}
	
.item_data{width: 100%;
	padding: 5px 0;
	float: none;
	/*position: relative;*/}
	
/*.item_name{width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;
	/*position: absolute; top: 0;*//*}*/
	
/*.item_price{width: 100%;
	height: auto;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	/*position: absolute; top: 30px;*/
	/*overflow: hidden;}
	
.item_count{width: 100%;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	/*position: absolute; top: 155px;*//*}*/

input.input_number{width: 60px;}

.btn_box1{width: 50%;
	margin: 0 auto;}

.btn_cart{width: 100%;
	height: 50px;
	position: fixed; top: calc(100% - 35px); left: 0;
	padding: 5px 0;
	margin-top: -60px;
	text-align: center;
	background:rgba(0,0,0,0.80);
	z-index: 10;}

.btn_cart2{width: 100%;
	height: 50px;
	position: fixed; top: calc(100% - 35px); left: 0;
	padding: 5px 0;
	margin-top: -60px;
	text-align: center;
	background:rgba(222,176,21,1.00);
	z-index: 10;}

.btn_cart:hover,.btn_cart2:hover{opacity: 1.0;}

.btn_cart input#submit1{width: 50%;
	line-height: 250%;
	font-size: 4.4vw;
	font-weight: 700;
	text-align: center;
	background: rgba(222,176,21,1.00);
	color: rgba(255,255,255,1.00);
	border-style: none;
	cursor: pointer;}

.caution1{width: 100%;
	height: 36px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,0.80);
	position: fixed; top: calc(100% - 36px); right: 0;
	z-index: 10;}
}






















