@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
	font-weight: lighter;
	border-bottom: dotted 2px #fff;
	width: 100%;
}
h2 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 34px;
  color: #D6A816;
  text-align: center;
	font-family: 'Kiwi Maru', serif;
}
h3 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #0095b2;
  text-align: center;
}
h4 {
  margin: 30px auto 0 auto;
  padding: 20px 20px;
  font-size: 28px;
	text-align: center;
	color: #322106;
	font-weight: 700;
	border-bottom: 2px solid #322106;
	display: inline-block;
	line-height: 1.5em;
}
h5 {
  margin: 30px auto 0 auto;
  padding: 15px 20px;
  font-size: 28px;
	text-align: center;
	color: #A78C49;
	font-weight: lighter;
}
.underline {
  text-decoration: none;
  border-bottom: 3px solid #0095b2;
  padding-bottom: 5px;
  color: #0095b2;
	font-weight: lighter;
}
.underline_w {
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  color: #fff;
	font-weight: lighter;
}

/* ボタン */
.btm_01 {
  display: inline-block;
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 1em;
}
.btm_01:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #fff;
}
.btm_02 {
  display: inline-block;
  width: 300px;
	height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #0095b2;
	background-color: #0095b2;
}
.btm_02:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #0095b2;
}
.btm_03 {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #CC0407;
	background-color: #CC0407;
	border-radius: 24px;
}
.btm_03:hover {
  color: #CC0407;
  background-color: #fff;
  border-color: #CC0407;
}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text_cen2 {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
.text_cen3 {
  margin: 0;
  padding: 20px 0 50px 0;
  text-align: center;
}
.text_cen4 {
  margin: 0;
  padding: 50px 0 10px 0;
  text-align: center;
}
.a01 {
	font-size: 18px;
	color: #B40E10;
	}
.text01 {
  margin: 10px 0;
  padding: 5px 250px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5em;
}
.text02 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	color: #fff;
	
}
.text03 {
  margin: 0;
  padding: 3px 10px;
  text-align: center;
  font-size: 14px;
	background: #000;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
}
.text04 {
  padding: 5px 20px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #000;
  background: #D6A816;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.text05 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 14px;
	color: #000;
	line-height: 1.5em;
}
.text06 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
	line-height: 1.5em;
	color: #000;
}
.text07 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 28px;
	line-height: 1.5em;
	color: #322106;
	font-weight: 700;
}
.text08 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
	line-height: 1.5em;
}
.text09 {
  margin: 50px 0 0 0;
  padding: 5px;
  text-align: left;
  font-size: 20px;
	line-height: 1.5em;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 98%;
}
.text10 {
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  font-size: 16px;
	line-height: 1.5em;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 700px;
  margin: 0 auto 50px auto;
  padding: 0;
	line-height: 0;
}
.content3 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* 画像 */
.main {
	width: 100%;
	}
.full {
	width: 100%;
	}
.order {
	width: 80%;
	}
.flex {
  display: flex;
}
/*　タイトル
------------------------------------------------------------*/
#name {
}
.main-visual {
  background: url(../img/pickup1/about-hd.webp) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
.main-visual_2 {
  background: url(../img/kiwami/about-hd.jpg) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
.main-visual_3 {
  background: url(../img/pickup3/about-hd.webp) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
/*　商品情報
------------------------------------------------------------*/
#explanation {
	padding: 0;
	margin: 0;
	background: #000;
	line-height: 0;
}

/*　商品説明
------------------------------------------------------------*/
#description {
	padding: 0;
	margin: 0;
	background: #E5DECC;
	line-height: 0;
}
/*　作り方
------------------------------------------------------------*/
#howto {
	padding: 0;
	margin: 0;
	line-height: 0;
}
/*　商品情報
------------------------------------------------------------*/
#lineup {
	padding: 0;
	margin: 0;
}
#lineup ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#lineup ul li {
  width: 31%;
  margin: 0 1% 30px 1%;
  text-align: center;
}
#lineup ul li img {
  width: 300px;
}
#lineup ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#lineup ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#lineup ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/*　商品情報
------------------------------------------------------------*/
#merchandise {
	padding: 0;
	margin: 0;
}
.kakomi {
  margin: 0.5em auto;
  padding: 1px 2px;
  background-color:  transparent; /* 背景色 */
  border: 1px solid #000; /* 枠線 */
  font-size: 12px;
	color: #000;
	font-weight: lighter;
}
.price {
	font-size: 18px;
	font-weight: lighter;
	}
.guide1 {
	width: 96%;
	border-collapse: separate;
	border: none;
	font-size: 12px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	height: 340px
}
.guide1 th {
	width: 50%;
	padding: 20px 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.guide1 td {
	width: 50%;
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	line-height: 1.8em;
}
/*　リスト
------------------------------------------------------------*/
ul.block2 {
  margin: 10px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2 li {
  width: 50%;
  margin: 0 auto 30px auto;
	padding: 10px 0 20px 0;
  text-align:center;
	color: #fff;

}
ul.block1 {
  margin: 10px auto;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block1 li {
  width: 46%;
  margin: 0 auto 30px auto;
	padding: 10px 0 20px 0;
  text-align:center;
	color: #fff;
}
ul.block3 {
  margin: 10px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block3 li {
  width: 33%;
  margin: 0 auto;
  text-align:center;
	color: #fff;
}
ol.recipe {
width: 98%;
	margin: 0 auto;
}
ol.recipe li {
  list-style: none;
	line-height: 1.5em;
	text-align: left;
	text-indent: -2em;
   padding-left: 1.5em;
	font-size: 16px;
}

ol.recipe li.no1::before {
	line-height: 2em;
  content: "１）";
}
ol.recipe li.no2::before {
	line-height: 2em;
  content: "２）";
}
ol.recipe li.no3::before {
	line-height: 2em;
  content: "３）";
}
ol.recipe li.no4::before {
	line-height: 2em;
  content: "４）";
}
ol.recipe li.no5::before {
	line-height: 2em;
  content: "５）";
}
ol.recipe li.no6::before {
	line-height: 2em;
  content: "６）";
}
/*　テーブル1
------------------------------------------------------------*/
/* table01 */
#table01 {
	background: #E7E4D3;
	width: 80%;
	margin: 30px auto 50px auto;
	line-height: 1.5em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #000;
	color: #000;
	border-bottom: none;
	}

#table01 th {
  padding: 10px 0;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
	white-space: nowrap;
	font-weight: lighter;
}
#table01 td.zai1 {
  padding: 10px;
border-bottom: 1px solid #000;
	border-right: 1px solid #999;
	text-align: left;
	width: 20%;
}
#table01 td.zai2 {
  padding: 10px;
	text-align: left;
	border-bottom: 1px solid #000;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.main {
	width: 100%;
	}
	.content1 {
    width: 90%;
  }
	.content2 {
    width: 70%;
  }
	.content3 {
    width: 100%;
  }
	.btm_02 {
	 width: 90%;
}
.text01 {
  padding: 5px 150px;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	.content2 {
    width: 90%;
  }
	ul.block2 li {
  width: 90%;
  margin: 0 auto 30px auto;
  text-align:center;
	color: #fff;
}
	ul.block1 li {
  width: 90%;
  margin: 0 auto 30px auto;
  text-align:center;
	color: #fff;
}
	.text01 {
  padding: 5px 20px;
}
	#table01 td.zai1 {
	width: 25%;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	h4 {
  margin: 30px auto 0 auto;
  padding: 5px;
  font-size: 20px;
}
	.btm_02 {
	 width: 300px;
}
#lineup ul li {
  width: 98%;
  margin: 0 1% 80px 1%;
  text-align: center;
}
	.btm_02 {
	 width: 300px;
}
	#lineup ul li img {
  width: 250px;
}
	#table01 {
	width: 96%;
	}
#table01 td.zai1 {
	width: auto;
}
}