@charset "utf-8";


/********************************
	house
*********************************/
#plist {
	margin-left: 2%;
	font-size: 14px;
}
.house {
	width: 100%;
	margin-left: auto;
	text-align: left;
}
.house h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 2%;
	margin-top: 0;
}
.house .list {
	padding-bottom: 2%;
	background-color: #f88686;
	margin-bottom: 2%;
}
#housemenu {
	margin-bottom:25px;
}
#housemenu ul {
}
#housemenu ul li {
	clear: left;
	text-align: left;
}
#housemenu ul li a {
	display: block;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("../img/house/ar_house.png");
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: 1px dotted #AAAAAA;
}
#housemenu ul li a:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}
#housemenu ul li a img {
	float: left;
}
#housemenu ul li a p {
	margin-left: 70px;
	font-size: 15px;
	color: #222222;
	padding-top: 10px;
	font-weight: bold;
}
#housemenu ul li a p span {
	font-size: 10px;
	font-weight: normal;
}

/* ---house_top--- */

.house_top {
	padding-top: 2%;
	padding-bottom: 4%;
}
.house_top h2 {
	margin-bottom: 4%;
	margin-top: 3%;
	margin-left: 2%;
	margin-right: 2%;
	background-image: url("../img/house/ar_h2.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-left: 65px;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	height: 60px;
	text-align: left;
	border-bottom: 1px solid #3a80aa;
	color: #222222;
}
.house_top h3 {
	margin-bottom: 3%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 2%;
	font-size: 16px;
	color: #2a396b;
	line-height: 1.8em;
	/*border-bottom: dotted 4px #2a396b;*/
}
.house_top h3 span {
	background-color: #aa3a3a;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	line-height: 1.0em;
	border-radius: 15px;
	margin-right: 10px;
}
.house_top p {
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 6%;
	margin-left: 2%;
	margin-right: 2%;
}

.house_img_left {
	float: left;
	padding-top: 2%;
	margin-right: 5%;
	margin-bottom: 6%;
	margin-left: 2%;;
	width: 50%;
	height: auto;
}
.house_img_left img {
	width: 100%;
	height: auto;
}
.house_img_right {
	float: right;
	padding-top: 2%;
	margin-left: 5%;
	margin-right: 2%;
	margin-bottom: 6%;
	width: 50%;
	height: auto;
}
.house_img_right img {
	width: 100%;
	height: auto;
}	


/* ---reform_top--- */

.reform_top {
	padding-top: 2%;
	padding-bottom: 4%;
}
.reform_top h2 {
	margin-bottom: 4%;
	margin-top: 3%;
	margin-left: 2%;
	margin-right: 2%;
	background-image: url("../img/house/ar_h2.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-left: 65px;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	height: 60px;
	text-align: left;
	border-bottom: 1px solid #3a80aa;
	color: #222222;
}
.reform_top h3 {
	margin-bottom: 3%;
	margin-left: 10px;
	padding-top: 2%;
	font-size: 18px;
	color: #2a396b;
	font-weight: bold;
	line-height: 1.8em;
	/*border-bottom: dotted 4px #2a396b;*/
}
.reform_top h3 span {
	background-color: #aa3a3a;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	line-height: 1.0em;
	border-radius: 15px;
	margin-right: 10px;
}
.reform_top p {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 4%;
	margin-left: 10px;
}

.house_img_left {
	float: left;
	padding-top: 2%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 10px;
	width: 50%;
	height: auto;
}
.house_img_left img {
	width: 100%;
	height: auto;
}
.house_img_right {
	float: right;
	padding-top: 2%;
	margin-left: 5%;
	margin-bottom: 6%;
	width: 50%;
	height: auto;
}
.house_img_right img {
	width: 100%;
	height: auto;
}

.reform_top .photo_box_left {
	float: left;
	padding: 15px;
	border: 1px solid #DDDDDD;
	margin-right: 30px;
	margin-bottom: 20px;
}
.reform_top .photo_box_right {
	float: right;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #FFFFFF;
	width: 48%;
}
.reform_top .photo_box_right img {
	width: 100%;
	height: auto;
}
.reform_ex {
	margin-bottom: 0 !important;
}
.reform_top ul {
	margin-bottom: 6%;
	margin-left: 4%;
	margin-right: 4%;
}
.reform_top li {
	color: #222222;
	font-size: 14px;
	line-height: 1em;
	background-image: url(../img/house/bk_sl_gray.png);
	padding-left: 4%;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-right: 10px;
	width:94%;
	margin-top: 2px;
	margin-bottom: 1%;
}
.reformphotoarea {
	padding-top: 30px;
	padding-bottom: 20px;
}
.reformphoto {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
	margin-bottom: 15px;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
}
.reform_img {
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* ---orderest--- */

.estbox {
	background-color: #F5EEDB;
	border: 5px solid #8C7956;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	margin-bottom: 8%;
	margin-left: 2%;
	margin-right: 2%;	
}

.bt_submit {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background    : #990000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #990000;    /* 枠の指定 */
}
.bt_submit:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #990000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.inputarea {
}
.inputarea table {
	margin-bottom: 4%;
	border-radius: 20px;
	width: 100%;
}
.inputarea td {
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	background-color: #FFFFFF;
}
.inputarea th {
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	text-align: left;
}
.inputarea select {
	font-size: 18px;
	padding: 10px;
}
.inputarea option {
	font-size: 18px;
	padding: 10px;
}
.estradio {
	width: 1.5em;
	height: 1.5em;
}
.estkekka dl {

}
.estkekka dt {
	float: left;
	text-align: right;
	width: 30%;
	font-size: 18px;
	border-bottom: 3px dotted #B08B45;
}
.estkekka dd {
	width: 55%;
	text-align: right;
	padding-right: 5%;
	margin-left: 35%;
	font-size: 18px;
	border-bottom: 3px dotted #B08B45;
	margin-bottom: 15px;
}
.esttotal {
	border-top: 3px double #B08B45;
	padding-top: 15px;
}
.esttotal dt {
	font-weight: bold;
	border-bottom: none;
}
.esttotal dd {
	font-weight: bold;
	border-bottom: none;
}
.bt_contact a {
	background-color: #0062ac;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.2em;
	border-radius: 10px;
	display: block;
	background-image: url(../img/house/ar_contact.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	text-align: center;
}


/* ---shien--- */

.shien {
	margin-bottom: 8%;
}
.shien_img {
	width: 100%;
	height: auto;
}
.tax01 {
	margin-bottom: 8%;
	border-left: 1px solid #3a80aa;
	border-right: 1px solid #3a80aa;
	border-bottom: 1px solid #3a80aa;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: left;
	padding-bottom: 3%;
	padding-top: 3%;
	padding-left: 20px;
	padding-right: 20px;
}
.tax01 p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5%;
}
.taxTxt05 {
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 8%;
	line-height: 1.5em;
}


/* ---house_jirei--- */

