@charset "utf-8";
h1 {
  margin: 0;
  padding: 50px 0 0 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: 28px;
  color: #a61527;
  text-align: center;
}
h3, h5 {
  margin: 80px auto 30px auto;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	background-color: #5e9222;
}
h4 {
  margin: 0 auto 40px auto;
  padding: 5px;
  width: 100%;
  background-color: transparent; /* 背景色 */
  border: 1px solid #fff; /* 枠線 */
  font-size: 16px;
	text-align: center;
	color: #fff;
	 box-sizing: border-box;
	font-weight: lighter;
}
.underline {
  text-decoration: none;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  color: #000;
	font-weight: lighter;
}
/*　リスト
------------------------------------------------------------*/
.st01 {
	font-size: 28px;
	}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.content1 b {
  color: #cf6526;
}
.text01 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.8em;
	color: #a61527;
}
.text02 {
  margin: 0;
  padding: 5px 20px;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8em;
}
.text03 {
  margin: 0;
  padding: 5px 20px;
  text-align: justify;
  font-size: 16px;
	border: 1px solid #a61527;
	color: #a61527;
	display: inline-block;
}
.text04 {
  margin: 0;
  padding: 60px 0 10px 0;
  text-align: center;
  font-size: 14px;
}
.content1 {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
	background-color: #fff;
}

/* 画像 */

.flex {
  display: flex;
}
/*　テーブル1
------------------------------------------------------------*/
.hyo1 *, .hyo1 *:before, .hyo1 *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.hyo1 {
width: 96%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px auto;
	vertical-align: middle;
}
.hyo1 thead th {
	padding: 5px;
	font-weight: lighter;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	text-align: center;
	font-size: 12px;
}
.hyo1 thead th:last-child {
border-right: 1px solid #ccc;
}
.hyo1 tbody th {
padding: 5px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background: #fff;
white-space: nowrap;
color: #000;
font-size: 12px;
}
.hyo1 tbody tr:last-child th {
border-bottom: 1px solid #ccc;
}
.hyo1 tbody td {
	padding: 5px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	background-color: #fff;
	text-align: center;
}
/*　タイトル
------------------------------------------------------------*/
#name {
}
.main-visual {
  background: url(../img/common/about-hd.jpg) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 20px;
	text-align: left;
}
/*　商品情報
------------------------------------------------------------*/
#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: 50%;
  margin: 0;
	padding: 0;
  text-align: center;
}
#lineup ul li img {
  width: 240px;
}
.kakomi {
  margin: 0.5em auto;
  padding: 5px;
  width: 300px;
  background-color:  transparent; /* 背景色 */
  border: 1px solid #000; /* 枠線 */
  font-size: 16px;
	color: #000;text-align: left;
}
/*　フォーム
------------------------------------------------------------*/
#order {
	padding: 0;
	margin: 0;
}
/*　テーブル
------------------------------------------------------------*/
table.form {
  width: 90%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
}
.form th {
  padding: 10px 0;
  font-weight: lighter;
  text-align: left;
  border-bottom: 1px solid #614d3f;
  vertical-align: middle;
}
.form td {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #614d3f;
  vertical-align: middle;
  line-height: 160%;
}
.form td.cen {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #614d3f;
  vertical-align: middle;
  line-height: 160%;
}
.form td.gob {
  margin-top: 30px;
  padding: 30px 0;
  border-bottom: none;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.content1 {
    width: 96%;
  }
	.kakomi {
  width: 90%;
}

}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
#lineup ul li {
  width: 100%;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.kakomi {
  width: 300px;
}
	 /*　テーブル
------------------------------------------------------------*/
  table.form {
    width: 90%;
    margin: 0 auto;
    padding: 0 auto;
  }
  .form th {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none;
    padding: 20px 0 0 0;
    font-weight: bolder;
    font-size: 14px;
  }
  .form td {
    width: 100%;
    padding: 0 0 30px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .form td.cen {
    width: 100%;
    padding: 0 0 30px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  #formWrap {
    width: 90%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 90%;
    padding: 5px;
    font-size: 110%;
    display: block;
    margin: 0 auto;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}