@charset "utf-8";
h1 {
  position: relative;
  display: inline-block;
  padding: 10px 55px;
	font-size: 24px;
	color: #333;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	text-align: center;
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}
h1:before {
  left:0;
}
h1:after {
  right: 0;
}
h2, h3, h4 {
	margin: 0;
  padding: 0;
	font-size: 32px;
	color: #7C0204;
	text-align: center;
	font-family: 'Abel', sans-serif;
}
h5 {
	margin: 0;
  padding: 0;
	font-size: 32px;
	color: #FBDC27;
	text-align: center;
	font-family: 'Abel', sans-serif;
}
.cen {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.text01 {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 8px;
  margin: 0 auto;
  background-color: #000;
	width: 96%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.text02 {
  text-align: justify;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 auto;
}
.text03 {
  text-align: center;
  font-size: 24px;
  padding: 0;
  margin: 0 auto;
	color: #ccc;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
}
.text04 {
  text-align: center;
  font-size: 24px;
  padding: 0;
  margin: 0 auto;
	color: #fff;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
}
.text05 {
  text-align: justify;
  font-size: 16px;
  padding: 20px 20px;
  margin: 0 auto;
	color: #fff;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.flex {
  display: flex;
}
/*　概要
------------------------------------------------------------*/
#overview {
  padding: 50px 0 0 0;
	margin: 0;
	background: url(../img/lineup/back_00.jpg) no-repeat top center #fff;;
  background-size: 100% auto;
}
/*　概要
------------------------------------------------------------*/
#type {
  padding:  0;
	margin: 0;
}
/*　Q&A
------------------------------------------------------------*/
#model {
  padding: 30px 0;
	background-color: #333;
	margin: 0;
}
iframe {
  width: 100%;
	height: 290px;
  margin: 0;
}
/*　テーブル
------------------------------------------------------------*/
.hyo2 {
  width: 70%;
  border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: separate;
  margin: 30px auto 10px auto;
  border-spacing: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}
.hyo2 th {
  padding: 10px 12px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight: lighter;
	background-color: #533403;
	color: #fff;
	font-size: 18px;
}
.hyo2 td.name {
  padding: 10px 12px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: #eee;
}
.hyo2 td.kingaku {
  padding: 10px 12px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: #fff;
}
.hyo2 td.annotation {
  padding: 10px 12px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: #FDF7E8;
	text-align: left;
}
/*　リスト
------------------------------------------------------------*/
ul.list03 {
	list-style-type:none;
	margin: 0;
	padding: 0 20px;
}
ul.list03 li {
  position: relative;
    padding-left: 18px;
	text-align: justify;
	margin: 10px 0;
	font-size: 16px;
}
ul.list03 li:before {
	 content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #8b6b4e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
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: 10px auto;
  text-align: center;
}
ul.block4 {
  margin: 30px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block4 li {
  width: 25%;
  margin: 10px auto;
  text-align: center;
}
/*　画像
------------------------------------------------------------*/
img.photo01 {
  width: 90%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
img.photo02 {
  width: 100%;
}
img.casa {
  width: 200px;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .content1 {
    width: 96%;
  }

}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	h1 {
	font-size: 18px;
}
	ul.block2 li {
    width: 100%;
	  margin: 0 auto 20px auto;
  }
	ul.block4 li {
     width: 50%;
	  margin: 0 auto 10px auto;
  }
	ul.block5 li {
 width: 33%;
}
	 }
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

}