/*----------------------------
 下層CSS
-----------------------------*/


/*===== ■ 共通スタイル =====*/

/* h1タイトル */

.ttl-h1 {
	text-align: left;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #00734E;
	background-repeat: no-repeat;
	background-position: 15px center;
	font-weight: bold;
}


/* レイアウト */


.section {
	text-align:center;
	margin: 6%;
	background-color: #FFF;
	padding: 5%;
}
.section img {
	text-align: center;
	width:100%;
}

/*===== ■ メイン画像 =====*/

#mv {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6B3906;
	margin-bottom: 5%;
}

#mv img {
  width: 100%;
}


.table {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.table th,
.table td {
  padding: 10px 10px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.table th {
	width: 25%;
	font-weight: bold;
	background-color: #E6DBC6;
	color: #6B3906;
}


/* アクセス */
.access_txt {
	text-align:left;
	font-size: 14px;
}


/* 取扱商品 */
.menu_txt01 {
	text-align:left;
	font-size: 14px;
}

.menu_txt02 {
	text-align:right;
	font-size: 14px;
	color: #6B3906;
	font-weight: bold;
}

.menu_box01 {
	margin-right: 30%;
	margin-left: 20%;
}


/* バナナ最中について */
.banana_txt01 {
	text-align:left;
	font-size: 18px;
}


@media screen and (max-width:800px) {


.table th,
.table td {
	display:block;
}

.table th {
  width: 100%;
}

}


/*  */
