@charset "UTF-8";
/*
////////////////////////////////
SPモジュール　CSS Document
Prefix + _ + Block + _ + Element + - + Modifier
////////////////////////////////
*/
img {
  max-width: 100%;
  height: auto;
}

.sp_none {
  display: none;
}

/* colmunList */
.is_marginbt_15 {
  margin-bottom: 15px;
}
/* colmunList */

.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 {
  text-align: center;
  padding-top: 1em;
  overflow: hidden;
  padding-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}

.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 {
  font-size: 1.3rem;
  line-height: 1.5em;
  width: 47%;
  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 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 {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.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 {
  display: none;
}
/*ナビゲーション*/
.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 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
}
.md_copyright {
  margin-top: 2em;
  background-color: #00b0af;
  overflow: hidden;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}
.md_copyright span {
  display: block;
}

#page-top {
  /* [disabled]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: 100%;
  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: none;
  width: 10em;
  padding-top: 0.5em;
}
dl.md_newsList dd {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

/*=========================
コンテンツページ
=========================*/
/*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;
  background-size: 70% auto;
}
/*すこやか団地*/
.md_sukoyaka {
  background-color: #f5efe1;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.md_pickup {
}

.md_pickup h3 {
}

.md_overview {
  padding: 2%;
  font-size: 1.3rem;
  line-height: 1.8em;
}
.md_overview dt {
}
.md_overview dd {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.md_map {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #d8bfbf;
  margin-top: 5px;
  overflow: hidden;
}

.md_map iframe {
  width: 96%;
  margin-left: 2%;
  margin-top: 25px;
  padding-bottom: 50px;
}

.tablestyle01 {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-right: 0px;
  font-size: 1.3rem;
  width: 100%;
  margin-top: 2em;
}
.tablestyle01.is_left {
  width: 100%;
}
.tablestyle01 caption {
  text-align: left;
  padding-left: 1em;
}
.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.2em;
  padding-right: 0.2em;
  font-size: 1.3rem;
}

.tablestyle01 td.is_tubo {
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}
.tablestyle01 td.is_price {
  font-size: 1.5rem;
  color: #ea6d99;
  font-weight: bold;
  white-space: nowrap;
}

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