@charset "UTF-8";
/*
////////////////////////////////
PCモジュール　CSS Document
Prefix + _ + Block + _ + Element + - + Modifier
////////////////////////////////
*/

/*=========================
共通モジュール
=========================*/
#menu {
  display: none;
}
/* colmunList */
.is_marginbt_15 {
  margin-bottom: 15px;
}
.md_2colist {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.md_2colist li {
  width: 413px;
  padding-top: 1em;
  overflow: hidden;
  padding-bottom: 1em;
}

.md_3colist {
  list-style: none;
  margin-top: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.md_3colist li {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.md_3colist:after {
  content: "";
  display: block;
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.md_3colist li img {
  display: block;
}

/*floatLeftList*/
/*SP 1col*/
.md_leftlist {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.md_leftlist li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.md_leftlist li.is_detail {
  width: 48%;
  padding-left: 1%;
  padding-right: 1%;
}

/* linkStyle */
.is_nextpage_link {
  padding-right: 0.5em;
  overflow: hidden;
}
.is_nextpage_link span {
  padding-right: 0.5em;
  display: block;
  position: relative;
  text-align: right;
}
.is_nextpage_link span::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left-color: #806239;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -8px;
}
.is_nextpage_link:hover span::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left-color: #806239;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
}

/*=========================
ヘッダー
=========================*/
.md_sitedescription {
  width: 100%;
  text-align: center;
  background-color: #00b0af;
}
.md_sitedescription span {
  display: block;
  text-align: left;
  color: #fff;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.md_gnavi {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  overflow: hidden;
}
.md_gnavi li {
  float: left;
}
.md_gnavi li a {
  display: block;
  padding-bottom: 5px;
}

.md_header_inquiry {
  float: right;
}
/*ナビゲーション*/
.md_header_subnav {
  display: none;
}
.md_header_subnav li {
  float: left;
  padding-right: 15px;
}

/*=========================
フッター
=========================*/
footer {
  overflow: hidden;
  margin-top: 5em;
  float: none;
  clear: both;
}

.md_footer_company_guide {
  max-width: 840px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.md_copyright {
  margin-top: 2em;
  background-color: #00b0af;
  overflow: hidden;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 1;
}

.md_topicpath ol li {
  display: inline;
  list-style-type: none;
}
.md_topicpath ol li:after {
  content: " > ";
}

/*=========================
TOPページ
=========================*/
.md_slide {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.md_top_news {
  padding-top: 35px;
  padding-bottom: 35px;
}

dl.md_newsList {
  overflow: hidden;
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: dotted 1px #957c52;
}
dl.md_newsList dt {
  float: left;
  width: 10em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
}
dl.md_newsList dd {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 10em;
}

/*=========================
コンテンツページ
=========================*/
/*Headding*/
.md_basic01 {
  color: #00b0af;
  font-size: 2.1rem;
  border-left: solid 7px #00b0af;
  padding-left: 0.7em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.md_basic02 {
  margin-top: 2em;
  font-size: 1.8rem;
}

/*浜坂中央*/
.md_hamasaka {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.is_hamasaka_detail {
  background-color: #c1da80;
  background-image: url(../img/hamasaka/hamasaka_bg01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
/*すこやか団地*/
.md_sukoyaka {
  background-color: #f5efe1;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.md_pickup {
}

.md_pickup h3 {
}

.md_overview_02 {
  width: auto;
  padding-right: 10px;
}
.md_overview {
  width: 350px;
  float: right;
  padding-right: 10px;
}
.md_overview dt,
.md_overview_02 dt {
  padding-right: 10px;
  padding-left: 10px;
}
.md_overview dd,
.md_overview_02 dd {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.md_map {
  margin-top: 10px;
  margin-left: 25px;
}

.tablestyle01 {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-left: 25px;
  margin-right: 0px;
  float: none;
}
.tablestyle01.is_left {
  float: left;
  margin-right: 15px;
}

.tablestyle01 caption {
  text-align: left;
}
.tablestyle01 caption:before {
  content: "●";
}
.tablestyle01 tr {
  border-bottom: #957c52 dotted 1px;
}
.tablestyle01 td,
.tablestyle01 th {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.tablestyle01 tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.tablestyle01 tr:nth-child(even) {
  background-color: #fff;
}
.tablestyle01 th {
  text-align: center;
  font-weight: normal;
  background-color: #ea667c;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.4em;
}

.tablestyle01.is_gray th {
  background-color: #4d4d4d;
}
.tablestyle01 td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.tablestyle01 td.is_already {
  text-decoration: line-through;
}
.tablestyle01 td.is_tubo {
  font-size: 1.5rem;
  font-weight: bold;
}
.tablestyle01 td.is_price {
  font-size: 1.9rem;
  color: #ea6d99;
  font-weight: bold;
}

/*ウェルネスタウン*/
.md_higashikoge {
  overflow: hidden;
}
.md_higashikoge .is_body {
  margin: 15px 30px;
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
}

.zoom {
  transition: transform 0.3s;
}

.zoom.in {
  transform-origin: center;
  transform: scale(2, 2);
}

.zoom:hover {
  cursor: zoom-in;
}

.zoom.in:hover {
  cursor: zoom-out;
}
