/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {}
.stage {
  margin: 0 auto;
  width: 1100px;
}
#plist {
  padding-left: 5px;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px solid #D0D0D0;
}
#plist a {}
.li_end {
  margin-right: 0px !important;
}
.li_end_smp {}
#floating {
  position: absolute;
  top: 125px;
  right: 0;
  z-index: 10000;
  text-align: right;
}
#floating img {
  margin-bottom: 10px;
}
#cont {
}
#cont_left {
  height: auto;
  width: 250px;
  float: left;
}
#cont_right {
  height: auto;
  width: 750px;
  float: right;
}
/* basicのスタイル記述 */
/* ========== parts ========== */
/*1は背景無し*/
.maintitle {
  text-align: center;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.maintitle h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 21px;
	letter-spacing: 0.2em;
  font-weight: bold;
  padding-top: 0.4%;
  padding-bottom: 1%;
  line-height: 1.0em;
}
.maintitle h2 span {
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
}
/*2は背景無し*/
.maintitle2 {}
.maintitle2 h2 {
  text-align: left;
  font-size: 21px;
	letter-spacing: 0.2em;
  font-weight: bold;
  padding-top: 4%;
  padding-bottom: 1%;
  border-bottom: 5px solid #387502;
}
.maintitle2 h2 span {
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
}

/*3はh3家マーク*/
.maintitle3 {}
.maintitle3 h3 {
  margin-bottom: 4%;
  margin-top: 3%;
  background-image: url("../img/house/ar_h2.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 26px;
  padding-left: 90px;
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
  height: 34px;
  text-align: left;
  border-bottom: 1px solid #387502;
}
.maintitle3 h3 span {
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
}

/*赤ボタン*/
.go_detail {
  text-align: center;
  margin-top: 2%;
}
.go_detail a {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
	letter-spacing: 0.1em;
  padding-top: 10px;
  padding-bottom: 8px;
	background-color: #387502;
	color: #FFFFFF;
  display: block;
  transition: all 0.8s ease; /*0.5秒かけて要素を変化させる*/
}
.go_detail a:hover {
  opacity: 0.6; /*要素の透明度を指定*/
  filter: alpha(opacity=60); /*ie6、7の透明度指定*/
}
.no_sp {
  display: block;
}
.no_pc {
  display: none;
}
/* ========== sp_nav ========== */
#spnavi {
  display: none;
}
/* nav */
#pcnavi {
  width: 1080px;
  padding-top: 130px;
	margin-left: 10px;
}
#gnavi {}
#gnavi li {
  width: 180px;
  float: left;
}
#gnavi li .li_end {}
#gnavi li a {
  display: block;
  text-align: center;
  padding-top: 12%;
  padding-bottom: 12%;
  font-size: 17px;
	letter-spacing: 0.1em;
  font-weight: bold;
  color: #FFFFFF;
}
#gnavi li a:hover {
	background-color: rgba(255,255,255,0.20);
}
.gnavi_on a {
	background-color: #FFFFFF;
	color: #222222 !important;
}
.gnavi01 {
  background-image: url(../img/ar_gnavi1.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}
.gnavi02 {
  background-image: url(../img/ar_gnavi2.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}
.gnavi03 {
  background-image: url(../img/ar_gnavi3.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}
.gnavi04 {
  background-image: url(../img/ar_gnavi4.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}
.gnavi05 {
  background-image: url(../img/ar_gnavi5.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}
.gnavi06 {
  background-image: url(../img/ar_gnavi6.png);
  background-position: center 12px;
  background-repeat: no-repeat;
}

/* ========== subnavi ========== */
#spsubnavi {
 	display: none;
}
#subnavi {
	border-bottom: 10px solid #387502;
}
.subnavi1 {
	float: left;
	padding-top: 1%;
}
.subnavi2 {
	float: left;
	padding-top: 1%;	
}

.subnavi1 li {
  width: auto;
  float: left;
	
}
.subnavi1 li .li_end {}
.subnavi1 li a {
  display: block;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
	padding-left: 30px;
	padding-right: 30px;
  font-size: 14px;
	color: #111111;
	width: auto;
	border-right: 1px solid rgba(211,211,211,1.00);	
}
.subnavi1 li a:hover {
	background-color: rgba(237,237,237,1.00);
}

.subnavi2 li {
  width: auto;
  float: left;
}
.subnavi2 li .li_end {}
.subnavi2 li a {
  display: block;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
	padding-left: 30px;
	padding-right: 30px;
  font-size: 14px;
	color: #111111;
	width: auto;
	border-right: 1px solid rgba(211,211,211,1.00);	
}

/* ========== pagetop ========== */
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
#pagelist {
  display: none;
}
/* ========== header========== */
header {
  width: 100%;
  height: auto;
  padding-top: 0;
	background-color: #222222;
	border-bottom: 1px solid #FFFFFF;
}
.logo {
  float: left;
}
.logo img {
	width: 420px;
	height: auto;
}
.headtel {
  float: right;
  padding-top: 20px;
}
.headtel img {}
/* ========== footer ========== */
#footer {
	text-align: center;
	padding-top: 9%;
	border-top: 1px solid #FFFFFF;
	background-color: #333333;
	background-image: url("../img/bk_footer.png");
	background-repeat: repeat-x;
	background-position: center top;
}
#footer .stage {}
.flogo {
  text-align: center;
  marin-left: auto;
  margin-right: auto;
	margin-bottom: 4%;
}
.footinfo {
  text-align: center;
  padding-bottom: 3%;
  padding-top: 1%;
}
.footinfo h3 {
  font-size: 24px;
  margin-bottom: 3%;
}
.footinfo h3 br {
  display: none;
}
.footinfo h3 a {
  font-weight: bold;
  padding-left: 20px;
}
.footinfo p {
  text-align: center;
  font-size: 16px;
  line-height: 2.0em;
}
.flink {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  border-top: 1px solid #FFFFFF;
}
.flink ul {
}
.flink li {
  float: left;
  text-align: center;
  width: 12.5%;
}
.flink li a {
  color: #FFFFFF;
  font-size: 16px;
  width: 100%;
  display: block;
}
.flink li a:hover {
  text-decoration: underline;
}
.fshop1 {
  float: left;
  width: 60%;
  height: auto;
  text-align: left;
  margin-bottom: 4%;
  padding-left: 0;
}
.fshop2 {
  float: right;
  width: 40%;
  height: auto;
  text-align: center;
  margin-bottom: 5%;
  padding-left: 0;
}
.shop_photo {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#footer h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5%;
  letter-spacing: 0.2em;
	color: #FFFFFF;
}
.fshop1 ul {
	margin-bottom: 14px;
}
.fshop1 li, .fshop2 li {
  font-size: 15px;
  line-height: 2.3em;
  padding-left: 0;
	color: #FFFFFF;
}
#footer p strong {
  font-size: 24px;
}
address {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  font-size: 10px;
  color: #111111;
  line-height: 1.2em;
  background-color: #FFFFFF;
}
address span {}
#fnavi {
  display: none;
}
.fbanner {
	float: left;
	margin-right: 2%;
	width: 48%;
}
.fbanner img {
	width: 100%;
	height: auto;
}
/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/

/* ===== mainvisual ===== */
#mainvisual {
  clear: both;
  height: 540px !important;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
	border-bottom: 1px solid #FFFFFF;
}
#mainvisual .maintxt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -550px;
  margin-top: -190px;
}
#vegasDots {
  display: none;
}
/* ===== subvisual ===== */
#subvisual .subtxt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -520px;
  margin-top: -55px;
}
#subvisual {
  clear: both;
  height: 240px !important;
  position: relative;
  background-image: url(../img/subvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
border-bottom: 1px solid #FFFFFF;
  /*background-attachment:fixed;*/
}
/* ===== header top ===== */
#top {

}
#top .stage {}
/* ===== header sub ===== */
.main {
  width: 100%;
  position: relative;
	background-color: #222222;
	padding-bottom: 1.5%;	
}
.sub {
	background-color: #222222;
	padding-bottom: 10px;	
}
.pickup {
  position: absolute;
  right: 50%;
  bottom: 50%;
margin-right: -500px;
  margin-bottom: -250px;
  z-index: 99980;
  width: 654px;
  height: 180px;
}
.pickup_img {
  width: 160px;
  height: auto;
}
.subpickup {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: -520px;
  margin-bottom: -100px;
  z-index: 99980;
  width: 490px;
  height: 130px;
}
.subpickup_img {
  width: 110px;
  height: auto;
	margin-left: 10px;
}
/* ====== top_news ===== */
#top_news {
  padding-top: 2%;
  padding-bottom: 4%;
background-image: url("../img/bk_menu.png");
}
#top_news h2 {
  width: 25%;
	margin-bottom: 2%;
	color: #FFFFFF;
}
#top_news h2 span {
	color: #FFFFFF;
}
.top_news_box {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 1%;
	margin-bottom: 1%;
}
.top_news_left {
  float: left;
  width: 14%;
  padding-left: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.top_news_left img {
	width: 100%;
	height: auto;
}
.top_news_right {
  padding-left: 30%;
  padding-top: 2%;
  padding-right: 5%;
  text-align: left;
}
.top_news_right h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 2%;
color: #FFFFFF;	
}
.top_news_right p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 2%;
color: #FFFFFF;	
}
.top_news_right p a {
	color: #FFFFFF !important;
	text-decoration: underline;
}
#top_news .go_detail {
	text-align: left;
}
#top_news .go_detail a {
  width: 40%;
}
/* ====== top_about ===== */
#top_about {
  background-image: url("../img/bk_showroom_b.jpg");
	background-position: center top;
  text-align: center;
  padding-top: 6%;
  padding-bottom: 6%;
	margin-bottom: 2%;
}
#top_about .stage {
	overflow: hidden;
}
#top_about h2 {
	color: #FFFFFF;
	text-shadow: 0px 1px 6px rgba(0,0,0,0.75);
	margin-bottom: 2%;
}
#top_about p {
	color: #FFFFFF;
  margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
  font-size: 16px;
letter-spacing: 0.1em;
  line-height: 1.8em;
	text-shadow: 0px 1px 6px rgba(0,0,0,0.75);
	width: 70%;
}
.top_about_logo {
  background-color: #222222;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 5%;
}
.top_about_logo img {
  margin-left: auto;
  margin-right: auto;
}
.top_about_img1 {
  width: 500px;
  float: left;
  box-shadow: 0 0 8px 0 #535353;
  -webkit-box-shadow: 0 0 8px 0 #535353;
  transform: rotate(1deg);
  margin-left: 50px;
}
.top_about_img2 {
  width: 500px;
  float: right;
  box-shadow: 0 0 8px 0 #535353;
  -webkit-box-shadow: 0 0 8px 0 #535353;
  transform: rotate(-2.5deg);
  margin-right: 50px;
  margin-top: 30px;
}

/* ---house_top--- */
#top_house {
  padding-top: 2%;
  padding-bottom: 3%;
}
#top_house h2 {
	margin-bottom: 2%;
	line-height: 1.8em;
}
#top_house p {
  text-align: center;
  font-size: 16px;
}

/* ====== top_floor ===== */
#top_floor {
  padding-top: 4%;
  padding-bottom: 4%;
}
#top_floor1 {
  padding-top: 2%;
  padding-bottom: 4%;
}
#top_floor2 {
  padding-top: 0;
  padding-bottom: 4%;
  width: 600px;
  float: left;
}
#top_floor3 {
  padding-top: 0;
  padding-bottom: 4%;
  width: 450px;
  float: right;
}
.floorinfo {
  padding-top: 1%;
  padding-bottom: 3%;
  text-align: center;
}
.floorinfo p {
  font-size: 15px;
  line-height: 1.6em;
}
#top_floor1 .floormap {
  float: left;
  width: 760px;
  height: auto;
  margin-bottom: 25px;
}
#top_floor2 .floormap {
  width: 600px;
  height: auto;
  margin-bottom: 25px;
}
#top_floor3 .floormap {
  width: 400px;
  height: auto;
  margin-bottom: 25px;
}
.floormap img {
  width: 100%;
  height: auto;
}
.floorbox {
  margin-bottom: 35px;
}
.floorbox h3 {
  margin-bottom: 2%;
  font-size: 13px;
  text-indent: -2em;
  padding-left: 2em;
  letter-spacing: -0.2em;  
}
.floorbox h3 span {
  background-color: #cd1c67;
  color: #FFFFFF;
  border-radius: 50%;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1em;
  margin-right: 0.3em;
  letter-spacing: 0;
}
.floorbox p {
  line-height: 1.5em;
}
.floorbox img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.floor01 {
  margin-left: 830px;
  width: 200px;
}
.floor02 {
  margin-left: 830px;
  width: 200px;
}
.floor03 {
  float: left;
  margin-left: 40px;
  width: 165px;
}
.floor04 {
  float: left;
  margin-left: 40px;
  width: 165px;
}
.floor05 {
  float: left;
  margin-left: 40px;
  width: 165px;
}
.floor06 {
  float: left;
  margin-left: 40px;
  width: 165px;
}
.floor07 {
  float: left;
  margin-left: 40px;
  width: 165px;
}
.floor08 {
  float: left;
  margin-left: 40px;
  width: 160px;
}
.floor09 {
  float: left;
  margin-left: 40px;
  width: 160px;
}
.floor10 {
  float: left;
  margin-left: 40px;
  width: 160px;
}
.floor11 {
  float: left;
  margin-left: 40px;
  width: 160px;
}
.floor12 {
  float: left;
  margin-left: 40px;
  width: 160px;
}
/* ====== top_tab ===== */
#top_tab {}
#top_tab ul {}
#top_tab ul li {
  float: right;
  width: 550px;
}
.tab2 img {
  width: 450px;
  margin-left: 50px;
  margin-right: 50px;
}
/* ====== top_menu ===== */
#top_menu {
  /*background-color: #f3f1eb;*/
	background-color: #333333;
	background-image: url("../img/bk_menu.png");
	border-top:15px solid #333333;
	border-bottom: 1px solid #333333;
  padding-bottom: 90px;
  padding-top: 6%;
}
#top_menu h2 {
  margin-bottom: 2%;
	line-height: 1.8em;
	color: #FFFFFF;
}
.top_menu_box {
  float: left;
  width: 315px;
  margin-right: 55px;
  margin-bottom: 4%;
}
.top_menu_box h3 {
  font-size: 16px;
  margin-bottom: 4%;
	border-left: 10px solid #387502;
	padding-left: 15px;
	color: #FFFFFF;
}
.top_menu_box img {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
}
.top_menu_box p {
  font-size: 13px;
}
.go_reform {
  text-align: center;
  padding-top: 6%;
  padding-bottom: 0;
}
.go_reform2 {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
/* ====== top_access ===== */
#top_access {
  padding-top: 6%;
  padding-bottom: 6%;
}
#top_access h2 {
	margin-bottom: 2%;
	line-height: 1.8em;
}
#top_access p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
#map_canvas {
  width: 1100px;
  height: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
	border: 1px solid #333333;
	
}
/* ====== top_contact ===== */
#top_contact {
  background-image: url("../img/bk_showroom.jpg");
	background-position: center top;
	border-top: 1px solid #333333;
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
#top_contact h2 {
  margin-bottom: 3%;
line-height: 1.8em;
}
#top_contact ul {
  margin-bottom: 3%;
  padding-top: 1%;
}
#top_contact ul li {
  float: left;
  margin-left: 65px;
  margin-right: 65px;
}
#top_contact p {
  font-size: 15px;
  line-height: 1.7em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}
#top_contact p span {
  font-size: 18px;
  line-height: 1.5em;
}
/* ====== top_qanda ===== */
#top_qanda {
  background-image: url("../img/bk_qanda.png");
  padding-top: 4%;
  padding-bottom: 4%;
}
#top_qanda .stage {
  text-align: center;
}
#top_qanda h2 {
  color: #FFFFFF;
  font-size: 28px;
  margin-bottom: 2.5%;
  font-weight: bold;
}
#top_qanda p a {
  color: #FFFFFF;
  font-size: 18px;
}
/* ====== top_infomation ===== */
#top_infomation {
  padding-top: 6%;
  padding-bottom: 6%;
}
#top_infomation h2 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 18px;
  font-weight: bold;
}
#top_infomation p {
  font-size: 14px;
  line-height: 2.4em;
}
/* ===== contents ====== */
#contents {}
#smp_contents {
  display: none;
}
/* 
######################################## */
/* ---reform--- */ 
/* ######################################## */
#reform {
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.reforminfo {
  font-size: 15px;
  line-height: 20px !important;
  margin-top: 5px;
	margin-bottom: 0px !important;
}
.reformarea {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
	padding-top: 4%;
}
.reformbox {
  float: left;
  width: 300px;
  height: 380px;
  margin-right: 75px;
	margin-bottom: 40px;
	border-top: 1px solid #387502;
}
.li_end {
	margin-right: 0 !important;
}
.reformbox table {
  margin-left: auto;
  margin-right: auto;
}
#reform h3 {
  font-size: 16px;
  font-weight: bold;
}
#reform h3 span {
  font-size: 12px;
  font-weight: normal;
}
.rf_title {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
	font-size: 13px;
  height: 24px;
  width: 280px;
  /*border-top-left-radius: 10px;*/
  /*border-top-right-radius: 10px;*/
}
.vcent {
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 16px;
}
.rf_term {
  text-align: center;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 10px;
  height: 13px;
  /*border-bottom-left-radius: 10px;*/
  /*border-bottom-right-radius: 10px;	*/
}
.rf_photo {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 220px;
  overflow: hidden;
}
.rf_photo img {
	width: 300px;
	height: auto;
}
.rf_no_marq {
  height: 21px;
}
.rf_marq {
  padding-top: 6px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 11px;
  background-color: #333333;
  color: #FFFFFF;
  /*border-radius: 10px;*/
}
.blinking {
  -webkit-animation: blink 1.0s infinite alternate;
  -moz-animation: blink 1.0s infinite alternate;
  animation: blink 1.0s infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rf_detail {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.rf_detail a {
	background-color: #f3f1eb;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #333333;
}
.rf_detail a img {
	width: 96px;
	height: auto;
}
.reform_detail_box {
	/*border: 1px solid #d6d5d5;*/
  /*background-color: #f3f1eb;*/
	background-color: #F8F8F8;
	box-shadow: 1px 1px 3px #D3D3D3;
	margin-bottom: 2%;
	margin-top: 2%;
}
.reform_detail_title {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #D3D3D3;
}
.reform_detail_box h4 {
  font-size: 13px !important;
	letter-spacing: 0.1em;
  font-weight: normal !important;
  margin-left: 0 !important;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 12px;
  padding-bottom: 8px;
  width: 94%;
}
.rd_date {
  font-weight: bold;
  font-size: 16px;
	letter-spacing: 0.2em;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 10px solid #387502;
}
/*
.reform_detail_box h3 span {
	font-weight:bold !important;
	font-size:16px !important;
}
*/
.reform_detail_photoarea {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.reform_detail_photoarea2 {
}
.reform_detail_photobox {
  float: left;
  width: 200px;
  height: 210px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.reform_detail_photobox img {}
.rf_im_photo {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #dcd7c9;
}
.rf_im_detail {
  width: 184px;
  background-color: #dcd7c9;
  border: 1px solid #dcd7c9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}
.reform_detail2_title {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #D3D3D3;
  text-align: center;
  font-size: 18px;
}
.reform_detail_photobox2 {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.reform_detail_photobox2 img {}
.rf_arrow2 {
  float: left;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.rf_text2 {
  text-align: center;
  padding-bottom: 10px;
}
.reform_detail3_title {
	color: #333333;
	font-size: 15px;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 12px;
	text-align: left;
	border-left: 10px solid #387502;
	margin-bottom: 2%;
}
.reform_detail_photobox3 {
  text-align: center;
  padding-bottom: 12px;
}
.reform_detail_photobox3 table {
  margin-bottom: 12px;
}
.reform_detail_photobox3 table th {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4em;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #848484;
	text-align: left;
}
.jirei_area2 {
  width: 310px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.jirei_area4 {
  width: 685px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.jirei_arrow {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.jirei_arrow img {
	width: 100px;
	height: auto;
}
.jirei_photobox {
  width: 360px;
  height: 270px;
  text-align: center;
  display: inline-block;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 4px;
}
.reform_detail_photobox img {
}
.jirei_photo {
  width: 360px;
  height: 270px;
  overflow: hidden;
  border: 1px solid #91855a;
}
.jirei_photo img {
  width: 360px;
  height: auto;
}
#jirei_menu {
  background-color: #EDAECE;
  padding-bottom: 10px;
  border: 1px solid #cc3366;
}
#jirei_menu ul {
  padding-top: 8px;
  width: 220px;
  margin-left: 14px;
  margin-right: 14px;
}
#jirei_menu li {
  background-image: url(../img/refrom/bk_menu.png);
  margin-bottom: 4px;
}
#jirei_menu li a {
  width: 190px;
  height: 37px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 13px;
  text-align: left;
}
/* ######################################## */
/* ---house--- */
/* ######################################## */
#house {
  margin-left: auto;
  margin-bottom: 4%;
  text-align: left;
}
#house h2 {}
#house h2 img {
  width: 100%;
  height: auto;
}
.tax00 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4%;
}
.tax00 img {
	width: 100%;
	height: auto;
}
.tax01 {
	width: 80%;
  margin-bottom: 4%;
  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;
  padding-bottom: 3%;
  padding-top: 3%;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
margin-left: auto;
margin-right: auto;
}
.tax01 p {
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 1.5%;
}
.taxTxt05 {
	text-align: left;
	font-size: 16px;
	line-height: 2.0em;
	margin-bottom: 1.5%;
	margin-left: 10%;
	width: 80%;
}
#housemenu {
  margin-bottom: 25px;
  padding-top: 15px;
}
#housemenu ul {}
#housemenu ul li {
  clear: left;
  text-align: left;
}
#housemenu ul li a {
  display: block;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  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;
  width: 60px;
  height: auto;
}
#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;
  letter-spacing: -0.1em;
  font-weight: normal;
}
.housebanner {
  padding-top: 10px;
  margin-bottom: 40px;
  ;
}
.housebanner div {}
.housebanner div img {}

/* ---house_top--- */
.house_top {
  padding-top: 2%;
  padding-bottom: 3%;
}
.house_top h4 {
  margin-bottom: 3%;
  padding-top: 2%;
  font-size: 18px;
  color: #387502;
  font-weight: bold;
  line-height: 1.8em;
  /*border-bottom: dotted 4px #2a396b;*/
}
.house_top h4 span {
  background-color: #387502;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  line-height: 1.0em;
  border-radius: 15px;
  margin-right: 20px;
}
.house_top p {
  font-size: 15px;
  line-height: 2.0em;
  margin-bottom: 5%;
}
.house_img_left {
  float: left;
  margin-right: 5%;
  margin-bottom: 6%;
  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;
}

.flowmap {
	margin-left: auto;
	margin-right: auto;
}


/* ---reform_top--- */
.reform_top {
  padding-bottom: 4%;
}
.reform_top h2 {
	margin-bottom: 4%;
}
.reform_top h3 {
}
.reform_top h3 span {
}
.reform_top p {
  font-size: 15px;
  line-height: 2.0em;
  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_right1 {
  float: right;
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin-left: 30px;
margin-bottom: 4%;
  background-color: #FFFFFF;
  width: 700px;
}
.reform_top .photo_box_right1 img {
  width: 100%;
  height: auto;
}
.reform_top .photo_box_right2 {
  float: right;
  padding: 5px;
  border: 1px solid #DDDDDD;
margin-bottom: 4%;
  background-color: #FFFFFF;
  width: 240px;
}

.reform_top .photo_box_right2 img {
  width: 100%;
  height: auto;
}
.reform_ex {
  margin-bottom: 0 !important;
}
.reform_top ul {
  margin-bottom: 6%;
}
.reform_top li {
  color: #222222;
  font-size: 14px;
  line-height: 1em;
  background-image: url(../img/house/bk_sl_gray.png);
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-right: 10px;
  width: 270px;
  margin-top: 2px;
  margin-bottom: 1px;
}
.reformphotoarea {
  padding-top: 30px;
  padding-bottom: 20px;
}
.reformphoto {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  height: 280px;
	width: 50%;
	float: left;
}
.reformphoto h4 {
	color: #FFFFFF;
	font-size: 15px;
	background-color: #373737;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-right: 250px;
}
.reformphoto p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 4%;
  margin-left: 50px;
  margin-right: 320px;
}

/* ---toku---- */
.toku_area {
	background-color:#F1F1F1;
	padding-top: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
}
.toku_area_title{
	float: left;
	margin-right: 2%;
	font-size: 16px;
	color: #555555;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 13%;
	padding-left: 2%;
}
.toku_area ul {
	margin-left: 12%;
	width: 88%;
}
.toku_area li {
	float: left;
	margin-right: 2.5%;
	margin-bottom: 1%;
}
.toku_area li a {
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.toku_navi {
	margin-bottom: 3%;
}
.toku_navi ul {
	width: 96%;
	margin-left: 3%;
}
.toku_navi li {
	float: left;
	width: 28%;
	margin-right: 5%;
	margin-bottom: 2%;
}
.toku_navi li a {
	display:block;
	padding-top: 1.5%;
	padding-bottom: 1%;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 3px #387502;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1.5em;
	width:100%;
	color: #387502;
}
.toku_back {
	background-color: #E8E8E8;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 0.7%;
}

/* ######################################## */
/* ---movie--- */ 
/* ######################################## */


.moviearea {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
	padding-top: 4%;
}
.mv_box {
	float: left;
	width: 500px;
	height: 580px;
	margin-right: 100px;
	margin-bottom: 40px;
	border-top: 1px solid #387502;
	padding-top: 1%;
	background-image: url(../img/bk_shadow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.mv_movie {
}
.mv_movie iframe {
	width: 500px;
	height: 320px;
}
.mv_title {
}
.mv_title h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	text-indent: -1em;
	padding-left: 1em;
}
.mv_text {
	font-size: 14px;
	line-height: 1.6em;
}

.moviearea .li_end {
	margin-right: 0 !important;
}




/* ######################################## */
/* ---orderest--- */
/* ######################################## */

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

.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: 16px;
  background-color: #B08B45;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 5%;
  margin-bottom: 2px;
}
.estkekka dd {
  width: 55%;
  float: right;
  text-align: left;
  padding-left: 5%;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 16px;
  margin-bottom: 2px;
}
.esttotal {
	margin-bottom: 4%;
}
.esttotal dt {
	font-weight: bold;
	border-bottom: none;
	/* [disabled]background-color:#FFFFFF; */
}
.esttotal dd {
  float: right;
  font-weight: bold;
  font-size: 18px;
  border-bottom: none;
  border-top: 3px double #B08B45;
}
.bt_contact a {
	background-color: #323232;
	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;
}
/* ######################################## */
/*  cont_select /*
/* ######################################## */
.cont_select {
  width: 100%;
  margin-bottom: 75px;
}
.cont_select h2 {
  margin-bottom: 5%;
  
}
.cont_select h2 img {
  width: 100%;
  height: auto;
}
.cont_select p {
	font-size: 18px;
	line-height: 1.5em;
	margin-left: 55px;
	margin-bottom: 2%;
}
.cont_select ul {
  padding-top: 25px;
}
.cont_select li {
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  width: 23%;
  height: auto;
  color: #FFFFFF;
}
.cont_select li a {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
}
.line1 a {
	line-height: 1.8em;
	padding-top: 105px;	
	height: 150px;
}
.line2 a {
	line-height: 1.8em;
	padding-top: 80px;	
	height: 175px;
}
.cont_select li a span {
  font-size: 36px;
}
.cont_select_box1 {
  background-color: #387502;
}
.cont_select_box2 {
  background-color: #387502;
}
.cont_select_box3 {
  background-color: #387502;
}
.cont_insta {
  width: 100%;
  margin-bottom: 75px;
}
.cont_insta ul  {
  padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #387502;
	border-radius: 8px;
}
.cont_insta li  {
  float: left;
	width: 50%;
}
.cont_insta li p {
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 16px;
	line-height: 2.0em;
	width: 80%;
}
.cont_insta li a  {
}
.cont_insta li a img {
	margin-left: 16%;
}
/* ######################################## */
/*  kiyaku/privacy /*
/* ######################################## */
.policy_text {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 4%;
  padding-bottom: 3%;
  margin-bottom: 4%;
  background-image: url("../img/bk_sl_gray.png");
}
.policy_text h2 {
  font-size: 18px;
  margin-bottom: 2%;
}
.policy_text h3 {
  font-size: 15px;
  margin-bottom: 2%;
  padding-top: 1%;
  font-weight: bold;
}
.policy_text p {
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 1.5%;
  margin-left: 2%;
  margin-right: 2%;
}
.policy_text .indent {
  text-indent: -3em;
  padding-left: 3em;
}

/* ######################################## */
/* ---company--- */
/* ######################################## */
#company {
  text-align: left;
  padding-bottom: 6%;
}
#company h2 {
  margin-bottom: 5%;
}
#company h2 img {
  width: 100%;
  height: auto;
}
#company table {
  width: 100%;
  margin-bottom: 20px;
}
#company tr {}
#company th {
  background-color: #f3f1eb;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  width: 30%;
  border-bottom: 1px solid #FFFFFF;
  font-size: 15px;
  line-height: 1.8em;
}
#company td {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 1.8em;
}

#company2 {
  text-align: left;
  padding-bottom: 6%;
}
#company2 h2 {
  margin-bottom: 5%;
}
#company2 h2 img {
  width: 100%;
  height: auto;
}
#company2 table {
  width: 100%;
  margin-bottom: 20px;
}
#company2 tr {}
#company2 th {
  background-color: #f3f1eb;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  width: 18%;
  border-bottom: 1px solid #FFFFFF;
  font-size: 15px;
  line-height: 1.8em;
	vertical-align: top;
}
#company2 td {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 1.8em;
}
.history_txt {
	float: left;
	width: 67%;
}
.history_img {
	width: 28%;
	float: right;
}
.history_img img {
	width: 100%;
	height: auto;
	
}

/* ######################################## */
/* ---staff--- */
/* ######################################## */
#staff {
  text-align: left;
  padding-bottom: 6%;
}
#staff  h2 {
  margin-bottom: 4%;
	font-size: 28px;
}
#staff  h2 span {
	font-size: 18px;
}
.staff_info {
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 8%;
}
.staff_box {
	margin-bottom: 12%;
}
.staff_name {
	float: left;
	width: 360px;
	padding-top: 50px;
}
.staff_name h3 {
	font-size: 34px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 18px;
}
.staff_name p {
	font-size: 18px;
	letter-spacing: 0.8em;
	line-height: 1.6em;
	padding-bottom: 25px;
}
.staff_name ul {
	border-top: 2px solid #474747;
	padding-top: 30px;
}
.staff_name li {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.staff_photo {
	float: right;
}
.staff_photo table {
}
.staff_photo  tr {
}
.staff_photo td {
	padding: 5px;
}
.staff_photo td img {
	width: 350px;
	height: 350px;
}



/* ######################################## */
/* ---estate--- */
/* ######################################## */
#estate {
	padding-bottom: 6%;
}
#estate h2 {
	margin-bottom: 6%;
}
#estate p {
	font-size: 16px;
	 line-height: 2.0em;
	margin-bottom: 2%;
}
.estate_img_left {
  float: left;
  margin-right: 10%;
  width: 45%;
  height: auto;
}
.estate_img_left img {
  width: 100%;
  height: auto;
}
.estate_img_right {
  float: right;
  margin-left: 10%;
  width: 45%;
  height: auto;
}
.estate_img_right img {
  width: 100%;
  height: auto;
}
.estate_link {
	width: 50%;
	padding-top: 6%;
	margin-left: auto;
	margin-right: auto;
}

/* ######################################## */
/* ---qanda--- */
/* ######################################## */
#qanda {
	padding-bottom: 6%;
}
.q_area {
	background-color: #f3f1eb;
}
.q_box {
	width: 45%;
	margin-right: 5%;
	float: left;
	margin-bottom: 4%;
}
.q_box li {
	padding-bottom: 4%;
	padding-left: 25px;
}
#qanda h2 {
	margin-bottom: 4%;
}
#qanda h3 {
	text-align: center;
	margin-bottom: 4%;
	padding-top: 4%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}
#qanda h3 span {
	font-size: 15px;
	letter-spacing: 0.5em;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
  padding: 15px
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}
.panel-default {
  border-color: #ddd
}
.panel-default > .panel-heading {
  color: #FFF;
  background-color: #387502;
  border-color: #ddd;
  font-weight: bold;
}
/*


/* ######################################## */
/* --news--- */
/* ######################################## */

#news {
	padding-top: 2%;
	padding-bottom: 2%;
}
.newsbox {
	width: 84%;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 3%;
	padding-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	/*border: 3px double #707070;*/
	background-color: #f3f1eb;
}
.newsdate {
	font-size: 16px;
	border-bottom: 1px solid #707070;
	margin-bottom: 1%;
}
.newsbox h3 {
	color: #FFF;
	background-color: #387502;
	border-color: #ddd;
	font-weight: bold;
	padding-top: 2%;
	padding-bottom: 1.5%;
	padding-left: 4%;
	padding-right: 4%;
	font-size: 16px;
	margin-bottom: 2%;
}
.newsbox p {
	font-size: 16px;
	line-height: 1.8em;
}
.newsinfo {
	font-size: 16px;
	line-height: 1.8em;
}
.news_photo {
	margin-bottom: 2%;
	text-align: center;
}
.news_photo img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}

/* ######################################## */
/*  topix_buy  */
/* ######################################## */

#topix_buy {
	margin-bottom: 50px;
}
#topix_buy h2 {
	color: #111111;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-left: 95px;
	padding-top: 10px;
	margin-top: 15px;
	height: 54px;
	background-image: url(../img/ar_topix_buy.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topix_buy h2 span {
	font-size: 36px;
}
.topix_buy_area {
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
	padding-top:25px;
}
.topix_buy_box {
	text-align: left;
	width: 300px;
	height: 490px;
	padding-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 32px;
	margin-right: 32px;
}
.topix_buy_box h3 {
	font-size:14px;
	height:18px;
	overflow:hidden;
	font-weight:bold;
}
.topix_buy_box a {
	color:#111111;
}
.notopix {
	background-color: #EDEDED;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	text-align: center;
}
.photo {
	width: 298px;
	height: 298px;
	overflow: hidden;
	border: 1px solid #3b8e00;
	position: relative;
	margin-bottom:5px;
}
.photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.madorisize {
	background-image: url(../img/bk_topix_madori.png);
	background-position: center top;
	background-repeat: repeat;
	color: #FFFFFF !important;
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	width: auto;
	height: 28px;
	padding-top: 10px;
	padding-right:15px;
}
.kotsu {
	width: 278px;
	height: 15px;
	padding-top: 5px;
	padding-left:20px;
	overflow: hidden;
	word-spacing: -1px;
	background-image:url(../img/ar_topix_eki.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 2px;
}
.kotsu span {
	display:none;
}
.syozai {
	width: 278px;
	height: 15px;
	padding-top: 5px;
	padding-left:20px;
	overflow: hidden;
	word-spacing: -1px;
	background-image:url(../img/ar_topix_add.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 5px;
}
.onepoint {
	color: #353535;
	font-size: 12px;
	line-height: 15px;
	width: 298px;
	height: 45px;
	padding-top: 3px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}
/* ========== topix_end ========== */
.topix_end {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.topix_end a {
}
.topix_end img {
}


/* ######################################## */
/*  page_detail  */
/* ######################################## */

#detail {
	text-align: left;
	color: #4F4F4F;
	padding-top: 2%;
	margin-bottom: 4%;
}
.detail_head {
	background-image: url(../img/bk_title.png);
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 2%;
}
.detail_head h2 {
	text-align: left;
	float: left;
	width: 650px;
	font-size: 1.8rem;
	line-height: 1.4em;
}

.detail_head .button {
	float: right;
}
.detail_topix {
}
.detail_topix table {
}
.detail_topix th {
	background: #498316; /* Old browsers */
	background: -moz-linear-gradient(top, #498316 0%, #244d00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #498316 0%, #244d00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #498316 0%, #244d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498316', endColorstr='#244d00', GradientType=0 );
/* IE6-9 */		
	color: #FFFFFF;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	border: 1px solid #CCCCCC;
	font-size: 1.0rem;
	line-height: 1.6em;
	text-align: left;
}
.detail_topix td {
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	border: 1px solid #CCCCCC;
	font-size: 1.0rem;
	line-height: 1.6em;
	vertical-align: middle;
}
.detail_topix td span {
	font-size: 18px;
	font-weight: bold;
}
.detail_photo {
	padding-top: 15px;
	padding-bottom: 5px;
}
.photo1 {
	float: left;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.photo1 div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 450px;
	height: 320px;
}
.photo2 {
	float: right;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.photo2 div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 450px;
	height: 320px;
}
.photo3 {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 12px;
}
.svimgbox {
	width: 145px;
	height: 145px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #F5F0E8;
}
.svimgbox div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 145px;
	height: 145px;
}
.svimgbox div img {
width: 145px;
height: auto;
}
.svimgbox p {
	width: 145px;
	height: 24px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 1.5em;
}
.detail_contents {
}
.detail_contents h3 {
	background: #498316; /* Old browsers */
	background: -moz-linear-gradient(top, #498316 0%, #244d00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #498316 0%, #244d00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #498316 0%, #244d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498316', endColorstr='#244d00', GradientType=0 );
/* IE6-9 */		
	color: #FFFFFF;
	height: 25px;
	padding-top: 12px;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 9px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.detail_contents .leftbox {
	float: left;
	width: 48%;
}
.detail_contents table {
}
.detail_contents th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
	width: 25%;
	color: #FFFFFF;
	background-color: #5B5B5B;
	border-bottom: 1px solid #CCCCCC;
}
.detail_contents td {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
	border-bottom: 1px solid #CCCCCC;

}
.detail_contents .rightbox {
	float: right;
	width: 48%;
}
.detail_contents .detail_point {
	border: 1px solid #5B5B5B;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
}
.detail_map {
	margin-top: 3%;
	margin-bottom: 3%;
}
.detail_map h3 {
	background: #498316; /* Old browsers */
	background: -moz-linear-gradient(top, #498316 0%, #244d00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #498316 0%, #244d00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #498316 0%, #244d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498316', endColorstr='#244d00', GradientType=0 );
/* IE6-9 */		
	color: #FFFFFF;
	height: 25px;
	padding-top: 12px;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 9px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.detail_map p {
	margin-top: 1%;
	margin-bottom: 4%;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.8em;
}
#map_canvas2 {
	border: 1px solid #CCCCCC;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}
.detail_menu {
	background-color: #f5f0e8;
	margin-top: 4%;
	padding-top: 1.5%;
	padding-bottom: 2%;
}
.detail_menu img {
	width: 470px;
	height: 75px;
}
.detail_info {
	padding-top: 4%;
	padding-bottom: 3%;
}
.detail_info p {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.8em;
}


/* 
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/
