/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {}
.stage {
  margin: 0 auto;
  width: 1080px;
}
#plist {
  padding-left: 5px;
  padding-bottom: 20px;
  font-size: 15px;
}
.no_sp {
	display: block;
}
.no_pc {
	display: none;
}
/* basicのスタイル記述 */
/* ========== header ========== */
#header {
  background-color: #FFFFFF;
  width: 834px;
  margin-right: auto;
  margin-left: auto;
  height: 120px;
}
#header .logo {
  float: left;
}
.headtel {
  float: right;
}
.headnavi {
  float: right;
  padding-top: 0px;
  width: 510px;
  margin-bottom: 20px;
}
.headnavi li {
  float: right;
  text-align: left;
  margin-left: 5px;
}
.headnavi li a {
  width: 125px;
  font-size: 12px;
  height: 14px;
  padding-top: 8px;
  padding-bottom: 14px;
  padding-left: 40px;
  display: block;
  background-color: #deeecd;
}
.headnavi li a:hover {
  background-color: #B7E18A;
}
.hnavi01 {
  background-image: url(../img/ar_hnavi1.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.hnavi02 {
  background-image: url(../img/ar_hnavi2.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.hnavi03 {
  background-image: url(../img/ar_hnavi3.png);
  background-position: left top;
  background-repeat: no-repeat;
}
/* nav */
nav {
  padding-top: 11px;
  border-bottom: 9px solid #52961d;
}
#gnavi {
  width: 1080px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  border-left: 1px solid #52961d;
}
#gnavi li {
  float: left;
  width: 179px;
  border-right: 1px solid #52961d;
}
#gnavi li a {
  display: block;
  text-align: center;
  padding-top: 66px;
  font-size: 14px;
  height: 30px;
  color: #1A1A1A;
  font-weight: bold;
}
#gnavi li a:hover {
  background-color: #DEFFCC;
}
.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;
}
/* ========== main ========== */
#main {
  width: 1080px;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: url(../images/main_mask.png) repeat scroll 0 0 transparent;
  margin-bottom: 15px;
}
#sub {
  display: none;
}
#main_inner {
  width: 1080px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
#main ul {
  overflow: hidden;
  width: 1080px;
  height: 400px;
  top: 0;
  left: 0;
}
#main ul img {
  display: block;
  width: 1080px;
  height: 400px;
  float: left;
  border: 0;
}
#main .main_nav .prev {
  display: none
}
#main .main_nav .next {
  display: none
}
#main .main_nav .prev:hover, #main .main_nav .next:hover {}
/* ========== top ========== */
#top {
  background-image: url(../img/br_top_end.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-bottom: 3%;
}
#top .stage {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
#top h1 {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
  height: auto;	
  margin-bottom: 20px;
  width: 100%;
  background-image: url("../img/bk_h1.jpg");
  background-position: center top;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top h1 span {
	color: #ff6600;
	font-size: 20px;
}
#top_box {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  position: relative;
}
/* ========== top_sub ========== */
#top_sub {}
#top_sub .stage {
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
}
#top_sub h1 {
	text-align: center;
	padding-top: 12px;
  height: 26px;	
  margin-bottom: 20px;
  width: 100%;
  background-image: url("../img/bk_h1.jpg");
  background-position: center top;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top_sub h1 span {
	color: #ff6600;
	font-size: 20px;
}
/* ====== */
#top_news {
  background-color: #ffebea;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 25px;
  width: 320px;
  height: 764px;
  position: absolute;
  right: 0;
  top: 0;
}
#top_news h2 {
  color: #a12222;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  border-bottom: 3px solid #a12222;
}
#top_news h2 span {
  font-size: 24px;
  padding-left: 8px;
}
.top_news_box {
  border: 1px solid #a12222;
  background-color: #FFFFFF;
  overflow: scroll;
  overflow-x: hidden;
  height: 650px;
  width: 290px;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top_news_box dl {}
.top_news_box dt {
  position: relative;
  width: 80px;
  float: left;
}
.top_news_box dt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top_news_box dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.top_news_box dd {
  width: 200px;
  min-height: 80px;
  margin-left: 90px;
  margin-bottom: 20px;
  font-size: 14px;
}
.top_news_box dd span {
  font-size: 12px;
}
.top_news_box a {
}
.top_news_box a:hover {
	text-decoration: underline;
}
.go_news {
}
.go_news a {
	color: #FFFFFF;
	background-color: #a12222;
	border-radius: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.go_news a:hover {
}
/* ====== */
#top_buy {
  text-align: left;
  width: 690px;
  float: left;
  height: auto;
  margin-bottom: 18px;
}
.sumai_step {
	margin-bottom: 2%;
}
.sumai_step a {
}
.sumai_step a img {
	width: 100%;
	height: auto;
}

#top_buy h2 {
  padding-top: 25px;
  padding-bottom: 0px;
  border-top: 2px solid #52961d;
  color: #52961d;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#top_buy h2 span {
  font-size: 36px;
}
.top_buy_box {
  background-color: #52961d;
}
.top_buy_box h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24px;
  height: 28px;
  padding-top: 28px;
  padding-left: 10px;
}
.top_buy_box ul {}
.top_buy_box li {
  background-color: #FFFFFF;
}
.top_buy_box li a {
  padding-left: 48px;
  height: 32px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 15px;
  color: #336600;
  line-height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.top_buy_box li a:hover {
  text-decoration: underline;
  background-color: #DEFFCC;
}
.search1 {
  float: left;
  width: 200px;
  height: 248px;
  padding: 6px;
  margin-right: 26px;
  margin-bottom: 25px;
}
.search1 h3 {
  background-image: url("../img/bk_search1.png");
  background-repeat: no-repeat;
}
.search2 {
  float: left;
  width: 200px;
  height: 248px;
  padding: 6px;
  margin-right: 26px;
  margin-bottom: 25px;
}
.search2 h3 {
  background-image: url("../img/bk_search2.png");
  background-repeat: no-repeat;
}
.search3 {
  float: left;
  width: 200px;
  height: 248px;
  padding: 6px;
  margin-bottom: 25px;
}
.search3 h3 {
  background-image: url("../img/bk_search3.png");
  background-repeat: no-repeat;
}
.search4 {
  float: left;
  width: 200px;
  height: 136px;
  padding: 6px;
  margin-right: 26px;
}
.search4 h3 {
  background-image: url("../img/bk_search4.png");
  background-repeat: no-repeat;
}
.search4 ul {
  padding-top: 15px;
  padding-bottom: 17px;
  background-color: #FFFFFF;
}
.search5 {
  float: left;
  padding: 0;
  background-color: #FFFFFF !important;
}
.s_area a {
  background-image: url("../img/ar_s_area.png");
}
.s_line a {
  background-image: url("../img/ar_s_line.png");
}
.s_map a {
  background-image: url("../img/ar_s_map.png");
}
.s_gakku a {
  background-image: url("../img/ar_s_gakku.png");
}
/* ====== */
#top_rent {
  width: 690px;
  height: auto;
  float: left;  
  background-image: url("../img/bk_mizuno.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
#top_rent h2 {
  border-top: 2px solid #52961d;
  height: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #52961d;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#top_rent h2 span {
  font-size: 26px;
}
#top_rent ul {
  width: 420px;
  background-color: #6eb82d;
  padding-top: 32px;
  padding-left: 14px;
  padding-right: 0;
  padding-bottom: 1px;
  background-image: url("../img/bk_rent_ul.png");
  background-repeat: no-repeat;
  background-position: 14px 7px;
}
#top_rent li {
  background-color: #FFFFFF;
  margin-bottom: 9px;
  margin-right: 20px;
}
#top_rent li a {
  width: 320px;
  height: 20px;
  padding-left: 80px;
  padding-top: 16px;
  padding-bottom: 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: 10px bottom;
  font-size: 15px;
  color: #336600;
}
#top_rent li a:hover {
  background-color: #DEFFCC;
}
.s_rent a {
  background-image: url("../img/ar_s_rent.png");
}
.s_office a {
  background-image: url("../img/ar_s_office.png");
}

/* ========== modal-content ========== */
.modal-content {
  width: 70%;
  margin: 0;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  border: 5px solid #FFFFFF;
  background-image: url(../img/bk_modalbox.png);
  background-repeat: repeat;
  position: fixed;
  display: none;
  z-index: 9999;
}
#modal-overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.button-link {
  color: #00f;
  text-decoration: none;
}
.button-link:hover {
  cursor: pointer;
  color: #f00;
}
.modal_search_area {
  position: relative;
}
.modal_exit {
  clear: left;
  height: 36px;
  width: 36px;
  position: absolute;
  right: -20px;
  top: -20px;
}
.modal_exit a {
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  background-color: #58b218;
  padding-top: 8px;
  height: 28px;
  width: 36px;
  display: block;
  font-size: 30px;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.modal_exit a:hover {
  background-color: #488F15;
  color: #FFFFFF;
}
.modal_search_area h2 {
  background-color: #58b218;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 60px;
  padding-top: 13px;
  padding-bottom: 9px;
  background-image: url(../img/ar_modal_search.png);
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 10px;
}
.modal_search_area p {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  clear: left;
}
.modal_search_area ul {
  margin-bottom: 12px;
}
.modal_search_area li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal_search_area li a {
  background-color: #74a84f;
  border-radius: 15px;
  height: 80px;
  width: 125px;
  display: block;
  padding-top: 28px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.modal_search_area li a:hover {
  background-color: #97c577;
}
.modal_search_area dl {
  padding-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  clear: left;
}
.modal_search_area dt {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #3E3E3E;
}
.modal_search_area dd {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal_search_area dd a {
  background-color: #74a84f;
  height: 20px;
  width: 125px;
  display: block;
  padding-top: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
.modal_search_area dd a:hover {
  background-color: #97c577;
  text-decoration: underline;
}
/* ========== contents ========== */
#cont {
  background-image: url(../img/br_footer.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  /*background-color: #fbf8eb;*/
  padding-bottom: 75px;
}
#cont .stage {}
#left_contents {
  float: left;
  width: 220px;
  margin-bottom: 25px;
}
#right_contents {
  float: right;
  width: 790px;
  margin-bottom: 25px;
}
#wide_contents {
  width: 1080px;
}
/* ========== right contents ========== */
.br_h2_rent {
  background-image: url(../img/bk_h2_rent.png);
  background-repeat: repeat;
  background-position: left top;
  position: relative;
  height: 48px;
  width: 100%;
}
.br_h2_rent img {
  position: absolute;
  top: -7px;
  left: 0;
}
.br_h2_buy {
  background-image: url(../img/bk_h2_buy.png);
  background-repeat: repeat;
  background-position: left top;
  position: relative;
  height: 48px;
  width: 100%;
  margin-bottom: 15px;
}
.br_h2_buy img {
  position: absolute;
  top: -7px;
  left: 0;
}
/* ========== topix_banner ========== */
.topix_banner {
  margin-top: 25px;
  margin-bottom: 25px;
}
.topix_banner ul {}
.topix_banner_left {
  float: left;
  margin-right: 15px;
}
.topix_banner_right {
  float: right;
}
/* ========== topix_buy ========== */
.topix_buy {
  border: 2px solid #52961d;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  margin-bottom: 6%;
}
.topix_buy h2 {
  color: #111111;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-image: url("../img/bk_title.png");
  height: 50px;
  padding-top: 24px;
  margin-bottom: 3%;
}
.topix_buy h2 span {
  font-size: 12px;
}
.topix_buy_box {
  text-align: left;
  width: 230px;
  height: 380px;
  padding-top: 5px;
  float: left;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 25px;
}
.box_end {
  margin-right: 0 !important;
}
.topix_buy_box h3 {
  font-size: 13px;
  height: 18px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
  width: 200px;
}
.topixtitle {
  text-align: center;
  background-color: #212121;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.topix_buy_box a {
  color: #111111;
}
.photo {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border: 1px solid #52961d;
  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_green.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: 180px;
  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: 11px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 2px;
}
.kotsu span {
  display: none;
}
.syozai {
  width: 180px;
  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: 11px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 2px;
}
.onepoint {
  color: #353535;
  font-size: 11px;
  line-height: 15px;
  width: 200px;
  height: 45px;
  padding-top: 3px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.ar_photo {
  position: absolute;
  left: 36px;
  top: 36px;
  z-index: 999999;
}
.godetail {
  text-align: center;
}
.godetail img {
  margin-left: auto;
  margin-right: auto;
}
/* ========== topix_end ========== */
.topix_end {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.topix_end a {}
.topix_end img {}


/* ========== topix_manual ========== */
#topix_manual {
  display: block;
}
#topix_manual img {
  width: 100%;
  height: auto;
}
#topix_manual_smp {
  display: none;
}
/* ========== left menu ========== */
/* ========== side_shop ========== */
.side_shop {
  background-color: #ffebea;
  border: 1px solid #d79f9d;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.side_shop_upper {
  font-size: 10px;
  color: #5ab012;
  font-weight: bold;
}
.side_shop h2 {
  font-size: 14px;
  font-weight: bold;
}
.side_shop h2 span {
  font-size: 18px;
}
.side_shop_photo {
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
}
.side_shop p {
  padding-bottom: 5px;
  line-height: 1.5em;
}
.side_shop ul {
  margin-bottom: 15px;
}
.side_shop li {
  margin-top: 5px;
}
.side_shop_movie {
  margin-top: 5px;
}
/* ========== side_calendar ========== */
.calendar {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #D8D8D8;
  width: 200px;
  margin-bottom: 10px;
}
.calendar caption {
  font-weight: bold;
}
.calendar th {
  background-color: #FFFFFF;
  text-align: center;
}
.calendar td {
  text-align: center;
  line-height: 1em;
  height: 34px;
}
.calendar td div {
  padding-top: 5px;
}
.calendar-cell-empty {
  background-color: #FFFFFF;
}
.calendar-cell-business-day {
  background-color: #FFFFFF;
}
.calendar-cell-holiday {
  background-color: #FFEBEC;
}
/* ========== side_staff ========== */
.side_staff {
  margin-bottom: 15px;
}
/* ========== side_cm ========== */
.side_cm {
  margin-bottom: 15px;
}
/* ========== side_banner ========== */
.side_banner {}
.side_banner li {
  margin-bottom: 15px;
}
/* ===== smp contents ====== */
#smp_contents {
  display: none;
}
/* ========== seo_info ========== */
.seo_info {
  background-image: url(../img/bk_seo_info.png);
  background-position: center top;
  background-repeat: repeat;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.seo_info h2 {
  color: #3a7606;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.seo_info p {
  font-size: 12px;
}
/* ========== pagetop ========== */
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
/* ========== footer ========== */
#footer {
  background-color: #71b21d;
  text-align: center;
}
#footer .stage {
  padding-top: 30px;
}
.flogo {
  float: left;
  padding-bottom: 15px;
  padding-right: 15px;
}
.flink1 {
  height: 36px;
  padding-top: 15px;
}
.flink1 li {
  float: left;
  margin-right: 20px;
  border-right: 1px solid #FFFFFF;
  padding-right: 20px;
}
.flink1 li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.flink1 li a {
  color: #FFFFFF;
  font-size: 11px;
}
.flink2 {
  color: #FFFFFF;
  height: 54px;
  text-align: left;
}
.flink2 li {
  float: left;
  margin-right: 20px;
  border-right: 1px solid #FFFFFF;
  padding-right: 20px;
}
.flink2 li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.flink2 li a {
  color: #FFFFFF;
  font-size: 11px;
}
.flink3 {
  color: #FFFFFF;
  height: 54px;
  text-align: left;
}
.flink3 li {
  float: left;
  margin-right: 20px;
  border-right: 1px solid #FFFFFF;
  padding-right: 20px;
}
.flink3 li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.flink3 li a {
  color: #FFFFFF;
  font-size: 11px;
}
.footnavi {
  float: left;
  padding-top: 0px;
  width: 510px;
}
.footnavi li {
  float: left;
  text-align: left;
  margin-right: 5px;
}
.footnavi li a {
  width: 125px;
  font-size: 12px;
  height: 14px;
  padding-top: 8px;
  padding-bottom: 14px;
  padding-left: 40px;
  display: block;
  background-color: #deeecd;
}
.footnavi li a:hover {
  background-color: #B7E18A;
}
.fnavi01 {
  background-image: url(../img/ar_hnavi1.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.fnavi02 {
  background-image: url(../img/ar_hnavi2.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.fnavi03 {
  background-image: url(../img/ar_hnavi3.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.footinfo {
  clear: both;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footinfo dl {
  margin-left: 230px;
  color: #FFFFFF;
  font-size: 11px;
}
.footinfo dt {
  clear: left;
  float: left;
}
.footinfo dd {
  float: left;
  padding-left: 20px;
}
address {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 1.2em;
}
address span {}
#fnavi {
  display: none;
}
/* ========== access ========== */
#map_canvas {
  border: 3px double #9A9A9A;
  width: 100%;
  box-sizing: border-box;
  height: 760px;
  margin-bottom: 15px;
}
.accessinfo {
  color: #FFFFFF;
  background-color: #58b218;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accessinfo p {
  line-height: 1.6em;
  width: 400px;
  float: left;
}
.accessinfo span {
  font-weight: bold;
}
.access_img {
  width: 240px;
  height: auto;
  margin-top: 15px;
  float: right;
  border: 3px double #FFFFFF;
}
/* ========== jigyo ========== */
.jigyo {
  padding-bottom: 50px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
.jigyo h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.jigyo h3 {
  padding-top: 15px;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.jigyo p {
  font-size: 13px;
  line-height: 1.7em;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.jigyo table {
  border-collapse: collapse;
  width: 100%;
}
.jigyo table th, .jigyo table td {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
  border: 1px solid #BCBCBC;
  font-size: 14px;
  line-height: 2.0em;
  text-align: left;
}
.jigyo table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}
/* ========== gakku ========== */
.gakku {
  padding-bottom: 50px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
  text-align: center;
}
.gakku h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
  text-align: left;
}
/* 学区一覧用 */
.gakku_box {
  width: 90%;
  height: auto;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  background-color: #E3F0E1;
  padding-top: 2%;
  padding-right: 0;
  padding-left: 4%;
  padding-bottom: 2%;
}
.gakku_box p {
  float: left;
  font-size: 18px;
  padding-top: 1%;
}
.gakku_box ul {
  float: right;
  width: 460px;
}
.gakku_box li {
  float: left;
  margin-left: 10px;
}
.gakku_box li a {
  background-color: #D4D4D4;
  border-radius: 15px;
  display: block;
  width: 140px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
}
.gakku_box li a:hover {
  background-color: #B6B6B6;
}
/* 学区別検索用 */
.gakku_box2 {
  width: 90%;
  height: auto;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  background-color: #E3F0E1;
  padding-top: 2%;
  padding-right: 0;
  padding-left: 4%;
  padding-bottom: 2%;
}
.gakku_box2 p {
  float: left;
  font-size: 18px;
  padding-top: 1%;
}
.gakku_box2 ul {
  float: right;
  width: 260px;
}
.gakku_box2 li {
  float: left;
}
.gakku_box2 li a {
  background-color: #D4D4D4;
  border-radius: 15px;
  display: block;
  width: 240px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
}
.gakku_box2 li a:hover {
  background-color: #B6B6B6;
}
/* ========== kiyaku/privacy ========== */
.policy_head {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.policy_text {
  padding-bottom: 20px;
}
/* ========== staff ========== */
.hide-text {
  background-repeat: no-repeat !important;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a.hide-text {
  display: block;
}
/* --------------------- */
a img.hover_img2 {
  background: none !important;
}
a:hover img.hover_img2 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: none !important;
}


/*--staff--*/

.staff {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.staff h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.staffinfo {
  background-image: url(../img/staff/ar_stafftitle.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #91855a;
  font-weight: bold;
  padding-left: 23px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
}

.staffbox {
  height: auto;
  width: 720px;
  margin-top: 25px;
  margin-bottom: 6%;
  padding-top: 18px;
  padding-right: 4%;
  padding-bottom: 22px;
  padding-left: 4%;
  border: 1px solid #988878;
  background-image: url("../img/bk_paper.png");
}
.staffbox_left {
	float: left;
	width: 280px;
	padding-top: 40px;
}
.staffbox_right {
	float: right;
	width: 430px;
}

.staffbox h3 {
  font-size: 21px;
  font-weight: bold;
}
.staffbox h3 span {
  font-size: 12px;
  font-weight: normal;
}
.staffprofile {
  background-image: url(../img/staff/bk_staffprofile.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 45px;
  width: 400px;
  padding-top: 20px;
  padding-left: 20px;
}
.staffbox img {
	width: 250px;
	height: auto;
}
.staffinbox h4 {
  background-image: url(../img/staff/bk_stafflist.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  width: 50px;
  padding-right: 10px;
  padding-left: 24px;
  padding-top: 9px;
  padding-bottom: 10px;
  letter-spacing: 0.3em;
  text-align: left;
  vertical-align: top;
}
.staffinbox p {
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.6em;
}


.staffstyle {
  background-image: url(../img/staff/bk_staffstyle.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 45px;
  width: 400px;
  padding-top: 20px;
  padding-left: 20px;
}



/*--voice--*/
.voice {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.voice h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.voice_box {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 92%;
  margin-bottom: 6%;
  background-image: url("../img/bk_paper.png");
}
.voice_box h3 {
	padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid  #58b218;
}
.voice_img img {
  border: 1px solid #CCC;
  width: 360px;
  float: left;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.voice_txt {
  margin-left: 400px;
  font-size: 14px;
  line-height: 1.6em;
}
.voice_shop {
	font-weight: bold;
	margin-bottom: 3%;
}



/*--news_list--*/
.newslist {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newslist  h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.newslist_box {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 6%;
  width: 90%;
  margin-bottom: 6%;
  background-image: url("../img/bk_paper.png");
}
.newslist_box h3 {
	padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  border-bottom: 3px solid  #58b218;
}

.newslist_date {
	margin-bottom: 15px;
}
.newslist_img1 {
  position: relative;
  width: 160px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  border: 1px solid #58b218;
}
.newslist_img1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.newslist_img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.newslist_img99 {
  position: relative;
  width: 160px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}
.newslist_txt {
	width: 100%;
	margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 1.6em;
}

/*--news_detail--*/
.news {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.news_box {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 6%;
  width: 90%;
  margin-bottom: 6%;
  background-image: url("../img/bk_paper.png");
}
.news_box h3 {
	padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  border-bottom: 3px solid  #58b218;
}

.news_date {
	margin-bottom: 15px;
}
.news_img1 {
  position: relative;
  width: 120px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  border: 1px solid #58b218;
}
.news_img1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news_img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.news_img99 {
  position: relative;
  width: 120px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}
.news_img2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.news_img2 img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;	
}
.news_img3 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.news_img3 img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;		
}


.news_img img {
  border: 1px solid #CCC;
  width: 360px;
  float: left;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}

.news_txt {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6%;
	font-size: 15px;
	line-height: 1.6em;
}
.news_under_line {
	border-bottom: 3px solid  #58b218;
}
.news_next {
	float: right;
	width: 33%;
	text-align: right;
}
.news_next a {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.news_prev {
	float: left;
	width: 33%;
	text-align: left;
}
.news_prev a {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.news_golist {
	width: 33%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.bt_page {
padding-top: 10px;
}
.bt_page ul {
}
.bt_page li {
float: left;
text-align: center;
margin-bottom: 5px;
margin-right: 5px;
}
.pg1 {
border: 1px solid #C0C0C0;
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
width: 30px;
}
.pg2 {
border: 1px solid #C0C0C0;
border-radius: 5px;
}
.bt_page li a {
padding-top: 5px;
padding-bottom: 5px;
width: 30px;
display: block;
background-color: #E2ECF4;
border-radius: 5px;
}
.bt_page li a:hover {
	text-decoration: none;
	background-color: #9ACBF3;
	border-radius: 5px;
}

/* ========== buy ========== */
.buy {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 0px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
.buy h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.sell {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 0px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
.sell h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.lend {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 0px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
.lend h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-left: 10px solid #58b218;
  padding-left: 15px;
  line-height: 1.6em;
}
.mlFlow {
  padding-top: 15px;
  margin-bottom: 20px;
  margin: 0 auto;
  width: 968px;
}
.mlFlow > div.main_column {
  padding-left: 4px;
  width: 780px;
}
.buy .mlFlow > div.main_column > div.flow_steps {
  margin-bottom: 20px;
  padding-top: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-top: none;
  background: url("../buy/images/bg_border_box_top.png") left -2px repeat-x
}
.sell .mlFlow > div.main_column > div.flow_steps {
  margin-bottom: 20px;
  padding-top: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-top: none;
  background: url("../sell/images/bg_border_box_top.png") left -2px repeat-x
}
.lend .mlFlow > div.main_column > div.flow_steps {
  margin-bottom: 20px;
  padding-top: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-top: none;
  background: url("../lend/images/bg_border_box_top.png") left -2px repeat-x
}
.mlFlow > div.main_column > div.flow_steps > h3 {
  font-size: 16px;
  font-weight: bold
}
.mlFlow > div.main_column > div.flow_steps > h3 {
  margin-left: -4px;
  padding: 8px 0px 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 31px
}
.mlFlow > div.main_column > div.flow_steps > h3 > div.image_box {
  margin-right: 10px;
  float: left
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail {
  padding: 20px;
  overflow: hidden;
  background: url("../buy/images/border_dashed.png") left top repeat-x
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_img {
  float: left
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt {
  width: 415px;
  font-size: 13px;
  line-height: 20px;
  float: right
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > span.txt_emphasis {
  margin-top: 15px;
  font-size: 14px;
  color: #da6017;
  font-weight: bold;
  display: block
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point {
  margin-top: 15px;
  font-weight: bold;
  line-height: 18px
}
.buy .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
  padding-left: 12px;
  background-image: url("../buy/images/icn_circle_s.png");
  background-position: left 4px;
  background-repeat: no-repeat
}
.sell .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
  padding-left: 12px;
  background-image: url("../sell/images/icn_circle_s.png");
  background-position: left 4px;
  background-repeat: no-repeat
}
.lend .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
  padding-left: 12px;
  background-image: url("../lend/images/icn_circle_s.png");
  background-position: left 4px;
  background-repeat: no-repeat
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.txt_point > li {
  margin-top: 15px
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.no_block_space {
  margin-top: 0px
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.li_float {
  overflow: hidden
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.li_float > li {
  float: left
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.li_float > li.fixed_width {
  width: 220px
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link {
  margin-top: 15px;
  line-height: 17px;
  overflow: hidden
}
.buy .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
  padding-left: 22px;
  background-image: url("../buy/images/icn_circle_arrow.png");
  background-position: left top;
  background-repeat: no-repeat
}
.sell .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
  padding-left: 22px;
  background-image: url("../sell/images/icn_circle_arrow.png");
  background-position: left top;
  background-repeat: no-repeat
}
.lend .mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
  padding-left: 22px;
  background-image: url("../lend/images/icn_circle_arrow.png");
  background-position: left top;
  background-repeat: no-repeat
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li {
  margin-right: 20px;
  float: left
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.flow_link > li > a {
  font-size: 14px;
  font-weight: bold
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.detail_txt > ul.block_space {
  margin-bottom: 15px
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.block_space {
  margin-bottom: 20px
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.additional_info {
  float: left
}
.mlFlow > div.main_column > div.flow_steps > div.flow_detail > div.additional_info > img {
  margin-top: 15px
}
/*
.sell h3 {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
}
.sell p {
	color: #4e4e4e;
	font-size: 13px;
	line-height: 1.7em;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
}
.sell ul {
	background-color: #ebfcfa;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sell li {
	color: #4e4e4e;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
.sell img {

}
.gosatei {
	margin-left:20px;
	margin-bottom:20px;
	
}
*/
/* ========== owner lend ========== */
/*
.owner {
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.owner_contents {
	height: auto;
	width: 690px;
	margin-top: 5px;
}

.ownerinfo {
	background-image: url(../img/owner/br_ownerbox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 240px;
}

.ownerinfo img {
	margin-left: 30px;
	margin-top: 3px;
	margin-bottom: 13px;
}

.ownerinfo p {
	margin-left: 60px;
	margin-right: 170px;
	font-size: 13px;
	line-height: 1.7em;
}


.ownerbox {
	margin-right: 25px;
	margin-left: 35px;
	clear: both;
	padding-bottom: 10px;
}

.ownerbox h3 {
	background-color: #f3f2eb;
	float: right;
	height: auto;
	width: 530px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 6px;
}

.ownerbox img {
	float: left;
	padding-right: 20px;
	padding-bottom: 40px;
}

.ownerbox p {
	padding-right: 10px;
	padding-bottom: 10px;
}

.ownercontact {
	margin-right: 15px;
	margin-left: 25px;
	clear: both;
	padding-bottom: 10px;
}

.ownercontact h3 {
	background-image: url(../img/bk_bar650.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 625px;
	font-size: 18px;
	color: #FFF;
	padding-top: 7px;
	padding-left: 25px;
}

.ownercontact p {
	margin-right: 15px;
	margin-left: 25px;
}


*/
/* ======= sell baikyaku ======= */
.l-page {
	display: block;
	margin-bottom: 50px;
}
.s-page {
	display: none;
}
/* ========== contact ========== */
.contactform {}
.contactform h2 {
  font-size: 18px;
  text-align: center;
}
/* ========== rj_frame ========== */
#rjarea {
  margin: 0 auto;
  width: 1200px;
}
#rjarea iframe {
  width: 100%;
  height: 10500px;
  background-color: #FFFFFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}