@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

#PAGE a.SEARCH_LINK:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#PAGE a.SEARCH_LINK:active {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.SIDE {
  display: none;
}

/*探すTOP*/
#PAGE .SHEET ul.INDEX {
  width: 985px;
  float: left;
  margin-top: 20px;
}
#PAGE .SHEET ul.INDEX li {
  width: auto;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
}
#PAGE .SHEET ul.INDEX li a {
  width: 450px;
  height: 320px;
  float: left;
  padding: 10px;
  background: #fff url(../img/search_bg.gif);
}
#PAGE .SHEET ul.INDEX li a span {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
}
#PAGE .SHEET ul.INDEX li a figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0;
}
#PAGE .SHEET ul.INDEX li a figure img.PHOTO {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#PAGE .SHEET ul.INDEX li a:hover figure img.PHOTO {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#PAGE .SHEET ul.INDEX li a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(29, 161, 228, 0.3);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#PAGE .SHEET ul.INDEX li a:hover figure figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
#PAGE .SHEET ul.INDEX li a figcaption img {
  width: 12px;
  float: left;
  margin: 120px 0 0 220px;
}
#PAGE .SHEET ul.INDEX li a h3 {
  width: 450px;
  float: left;
  margin: 20px 0 0 0;
  color: #1da4e7;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}
#PAGE .SHEET ul.INDEX li a h3 img {
  width: 20px;
  margin: 0 20px 2px 0;
  vertical-align: middle;
}

/*地図*/
#PAGE #MAP {
  width: 956px;
  height: auto;
  float: left;
  margin: 0 0 0 0;
  background: #fff;
  border: 2px solid #1da4e7;
}
#PAGE #MAP .MAP_BOX {
  width: 500px;
  height: auto;
  float: left;
  margin: 0;
  border-right: 2px solid #1da4e7;
  position: relative;
}
#PAGE #MAP .MAP_BOX_OSAKA {
  height: 500px;
  width: 400px;
}
#PAGE #MAP .MAP_BOX_FUKUOKA {
  height: 542px;
  background-color: #f4f4f4;
}
#PAGE #MAP .MAP_BOX img {
  position: absolute;
  top: 0;
  left: 0;
}
.MAP_LINK {
  width: 300px;
  height: auto;
  float: left;
  font-size: 11px;
  line-height: 1.2em;
}
.MAP_LINK li {
  width: 456px;
  height: 29px;
  float: left;
  border-bottom: 1px solid #1da4e7;
}
.MAP_LINK li.LI_OSAKA {
  width: 586px;
}
.MAP_LINK li.MIHARA {
  border-bottom: 2px solid #1da4e7;
}
.MAP_LINK li.HABIKINO {
  border-bottom: 2px solid #1da4e7;
}
.MAP_LINK li.NISHI {
  border-bottom: 2px solid #1da4e7;
}
.MAP_LINK li.TAKATSUKI {
  border-bottom: none;
}
.MAP_LINK li.ITOSHIMA {
  border-bottom: none;
}
.MAP_LINK li a {
  height: 23px;
  float: left;
  margin: 3px 0 0 2px;
  text-align: center;
  line-height: 23px;
}
.MAP_LINK li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.MAP_LINK li a:active {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.MAP_LINK li.ODD a {
  float: left;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eee 0%, #ccc 100%)
    repeat scroll 0 0;
}
.MAP_LINK li.EVEN a {
  float: left;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #fae9e9 0%, #f1c9ca 100%) repeat scroll 0 0;
}
.MAP_LINK li a.MAP_ALL {
  width: 120px;
  padding-left: 10px;
  text-align: left;
}
.MAP_LINK li a.MAP_ALL_OSAKA {
  width: 220px;
  padding-left: 10px;
  text-align: left;
}

.MAP_LINK li a.MAP_NHOUSE {
  width: 85px;
}
.MAP_LINK li a.MAP_UHOUSE {
  width: 80px;
}
.MAP_LINK li a.MAP_MANSION {
  width: 100px;
}
.MAP_LINK li a.MAP_LAND {
  width: 40px;
}
.MAP_LINK li a img {
  margin: 0 0 0 5px;
}
#PAGE .MAP_SP {
  display: none;
}

/*キーワード*/
#PAGE .KEY {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  background: #494646;
  color: #fff;
}
#PAGE .KEY span {
  width: auto;
  float: left;
  margin: 20px 0 0 150px;
}
#PAGE .KEY span img {
  width: 16px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#PAGE .KEY form {
  width: 340px;
  height: 60px;
  float: left;
  margin: 0;
  padding: 0 20px;
}
#PAGE .KEY form input.INPUT {
  width: 250px;
  height: 30px;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  border: 1px solid #ccc;
  color: #999;
  font-size: 13px;
  line-height: 30px;
}
#PAGE .KEY form input.SUBMIT {
  width: 70px;
  height: 30px;
  float: right;
  margin: 15px 0 0 0;
  background: #999;
  border: none;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}
#PAGE .KEY form input.SUBMIT:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#PAGE .KEY form input.SUBMIT:active {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#PAGE .KEY_SP {
  display: none;
}

/*駅・路線図・学校区*/
#PAGE ul.SEARCH {
  width: 955px;
  float: left;
  margin: 30px 0 20px 0;
  border: 5px solid #1da4e7;
  border-left: none;
}
#PAGE ul.SEARCH li {
  width: 49.4%;
  float: left;
  border-left: 5px solid #1da4e7;
}
#PAGE ul.SEARCH li a {
  width: 100%;
  float: left;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#PAGE ul.SEARCH li a figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}
#PAGE ul.SEARCH li a figure img.PHOTO {
  width: auto;
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#PAGE ul.SEARCH li a:hover figure img.PHOTO {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#PAGE ul.SEARCH li a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(29, 161, 228, 0.3);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#PAGE ul.SEARCH li a:hover figure figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
#PAGE ul.SEARCH li a figcaption img {
  width: 12px;
  float: left;
  margin: 100px 0 0 150px;
}
#PAGE ul.SEARCH li a h3 {
  width: 100%;
  float: left;
  margin: 20px 0 10px 0;
  color: #1da4e7;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}
#PAGE ul.SEARCH li a h3 img {
  width: 20px;
  margin: 0 20px 2px 0;
  vertical-align: middle;
}
#PAGE ul.SEARCH li a h3 img.ARROW {
  display: none;
}

/*会員*/
#PAGE .SHEET .Y_BOX {
  width: 900px;
  float: left;
  margin: 20px 0 50px 0;
  padding: 30px;
  background: #fff550;
}
#PAGE .SHEET .Y_BOX .LR_TITLE {
  width: 550px;
  float: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5em;
}
#PAGE .SHEET .Y_BOX p {
  width: 550px;
  float: left;
  margin: 20px 0 0 0;
}
#PAGE .SHEET .Y_BOX ul.CON {
  width: 300px;
  float: right;
  margin: 0;
}
#PAGE .SHEET .Y_BOX ul.CON li {
  width: 300px;
  float: right;
  margin: 0 0 10px 0;
}
#PAGE .SHEET .Y_BOX ul.CON li a.CON_CON {
  width: auto;
  float: left;
  margin: 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
}
#PAGE .SHEET .Y_BOX ul.CON li a.CON_CON span {
  width: 290px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 3.5em;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #666 0%, #000 100%)
    repeat scroll 0 0;
}
#PAGE .SHEET .Y_BOX ul.CON li a.CON_LOG {
  width: auto;
  float: left;
  margin: 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
}
#PAGE .SHEET .Y_BOX ul.CON li a.CON_LOG span {
  width: 290px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 3.5em;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #d682b3 0%, #bb2f80 100%) repeat scroll 0 0;
}
#PAGE .SHEET .Y_BOX ul.CON li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#PAGE .SHEET .Y_BOX ul.CON li a:active {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#PAGE .SHEET .Y_BOX ul.KOKAI {
  width: 920px;
  float: left;
  margin: 20px 0 0 0;
}
#PAGE .SHEET .Y_BOX ul.KOKAI li {
  width: 280px;
  height: auto;
  float: left;
  margin: 0 15px 0 0;
  padding: 0 5px;
  background: #fff;
  text-align: center;
}
#PAGE .SHEET .Y_BOX ul.KOKAI li em {
  width: 280px;
  height: auto;
  float: left;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
#PAGE .SHEET .Y_BOX ul.KOKAI li em img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#PAGE .SHEET .Y_BOX ul.KOKAI li span {
  width: 100%;
  float: right;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#PAGE .SHEET .Y_BOX ul.KOKAI li span strong {
  margin: 0 5px 0 0;
  font-size: 30px;
  line-height: 1.5em;
}

#PAGE .SHEET ul.INDEX_RES {
  width: 960px;
  float: left;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE {
  width: 960px;
  float: left;
  margin: 0 0 30px 0;
}
#PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE {
  display: none;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a {
  width: 942px;
  height: auto;
  float: left;
  padding: 5px;
  background: #fff;
  border: 4px solid #1da4e7;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a span.RES {
  float: right;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a span.RES {
  float: right;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a .ILL {
  width: 610px;
  float: left;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P {
  width: 280px;
  float: right;
  margin: 20px 20px 0 5px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P em {
  float: none;
  display: inline;
  margin-top: 10px;
  background: #ff0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P em span {
  width: auto;
  float: none;
  margin: 0;
  font-size: 22px;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P span.AL {
  width: auto;
  float: none;
  background: none;
  color: #666;
  font-weight: normal;
  font-size: 11px;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P img {
  width: 110px;
  float: right;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P .RESERVATION {
  width: 280px;
  height: 80px;
  float: right;
  margin: 15px 0 0 0;
  padding: 0;
  background: #bb2f80;
  color: #fff;
  text-align: center;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a:hover strong.EX_P .RESERVATION {
  background: #ff9f00;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a:active strong.EX_P .RESERVATION {
  background: #ff9f00;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P .RESERVATION strong {
  width: 280px;
  float: right;
  margin: 25px 0 0 0;
  font-size: 13px;
  line-height: 1.2em;
}
#PAGE .SHEET ul.INDEX_RES li.RESERVE a strong.EX_P .RESERVATION em {
  width: 280px;
  float: right;
  margin: 5px 0 0 0;
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2em;
}

/*新着情報（160719追加）*/
#PAGE .SHEET .NEWS_BOX {
  width: 860px;
  float: left;
  margin: 0 0 50px 0;
  padding: 20px 50px 50px 50px;
  background: #fff;
}
#PAGE .SHEET .NEWS_BOX h2 {
  width: 860px;
  float: left;
  margin: 0 0 10px 0;
  color: #1da4e7;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5em;
}
#PAGE .SHEET .NEWS_BOX dl {
  width: 860px;
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 11px;
  line-height: 1.5em;
}
#PAGE .SHEET .NEWS_BOX dl dt {
  width: 150px;
  float: left;
}
#PAGE .SHEET .NEWS_BOX dl dt em {
  width: 70px;
  float: right;
  padding: 2px 0;
  background: none;
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2em;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N1 {
  border: 2px solid #ff9f00;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N2 {
  border: 2px solid #ff6600;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N3 {
  border: 2px solid #b6006c;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N4 {
  border: 2px solid #ffcc00;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N5 {
  border: 2px solid #0054a7;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N6 {
  border: 2px solid #1da4e7;
}
#PAGE .SHEET .NEWS_BOX dl dt em.N7 {
  border: 2px solid #dc084d;
}
#PAGE .SHEET .NEWS_BOX dl dd {
  width: 680px;
  float: right;
}
#PAGE .SHEET .NEWS_BOX dl dd a {
  color: #0af;
  text-decoration: underline;
}
#PAGE .SHEET .NEWS_BOX dl dd a:hover {
  text-decoration: none;
}
#PAGE .SHEET .NEWS_BOX dl dd a:active {
  text-decoration: none;
}

/*こだわり*/
#PAGE ul.BANNER {
  width: 980px;
  float: left;
  margin: 20px 0 50px 0;
}
#PAGE ul.BANNER li {
  width: 470px;
  float: left;
  margin: 0 20px 0 0;
}
#PAGE ul.BANNER li a {
  width: 470px;
  height: 144px;
  float: left;
}
#PAGE ul.BANNER li a.NEW {
  background: #ceda54;
}
#PAGE ul.BANNER li a.OH {
  background: #aacb00;
}
#PAGE ul.BANNER li a figure {
  position: relative;
  overflow: hidden;
  width: 220px;
  float: right;
  margin: 0;
}
#PAGE ul.BANNER li a figure img.PHOTO {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#PAGE ul.BANNER li a:hover figure img.PHOTO {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#PAGE ul.BANNER li a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(29, 161, 228, 0.3);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#PAGE ul.BANNER li a:hover figure figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
#PAGE ul.BANNER li a figcaption img {
  width: 12px;
  float: left;
  margin: 65px 0 0 105px;
}
#PAGE ul.BANNER li a span {
  width: 250px;
  height: 100%;
  float: left;
  text-align: center;
}
#PAGE ul.BANNER li a span strong {
  width: auto;
  height: 100%;
  float: left;
  margin: 60px 0 0 60px;
  font-weight: bold;
  font-size: 15px;
}
#PAGE ul.BANNER li a span strong img.ARROW {
  width: 6px;
}
#PAGE ul.BANNER li a em {
  float: left;
  position: relative;
  display: inline-block;
  margin: 10px 0 20px 10px;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 50%;
  z-index: 0;
  overflow: visible;
  line-height: 60px;
}
#PAGE ul.BANNER li a em:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin: 0 0 -10px 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 25px 0 0;
  border-color: #000 transparent transparent transparent;
  z-index: -1;
}
#PAGE ul.BANNER li a span span {
  width: auto;
  height: 100%;
  float: right;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  color: #fff;
  bottom: 0;
}
#PAGE ul.BANNER li a.NEW span span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 100px solid #aacb00;
  position: absolute;
  right: 0;
  bottom: 0;
}
#PAGE ul.BANNER li a.OH span span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 100px solid #ceda54;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*こだわり_NEW*/
#PAGE ul.BANNER_NEW {
  width: 990px;
  float: left;
  margin: 20px 0 50px 0;
}
#PAGE ul.BANNER_NEW li {
  width: 310px;
  float: left;
  margin: 0 15px 0 0;
}
#PAGE ul.BANNER_NEW li a {
  width: 300px;
  height: 200px;
  float: left;
  background: #fff;
  border: 5px solid #ceda54;
}
#PAGE ul.BANNER_NEW li a figure {
  position: relative;
  overflow: hidden;
  width: 300px;
  float: right;
  margin: 0;
}
#PAGE ul.BANNER_NEW li a figure img.PHOTO {
  width: 300px;
  height: 150px;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#PAGE ul.BANNER_NEW li a:hover figure img.PHOTO {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#PAGE ul.BANNER_NEW li a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(29, 161, 228, 0.3);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#PAGE ul.BANNER_NEW li a:hover figure figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
#PAGE ul.BANNER_NEW li a figcaption img {
  width: 12px;
  float: left;
  margin: 70px 0 0 145px;
}
#PAGE ul.BANNER_NEW li a span {
  width: 300px;
  height: 50px;
  float: left;
  text-align: center;
}
#PAGE ul.BANNER_NEW li a span strong {
  width: 100%;
  height: 50px;
  float: left;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 50px;
}
#PAGE ul.BANNER_NEW li a span strong img.ARROW {
  width: 6px;
}
#PAGE ul.BANNER_NEW li a span span {
  width: auto;
  height: 100%;
  float: right;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  color: #fff;
  bottom: 0;
}

#PAGE ul.THEME {
  width: 985px;
  float: left;
  margin: 10px 0 30px 0;
}
#PAGE ul.THEME li {
  width: 245px;
  float: left;
  margin: 10px 0 20px 0;
}
#PAGE ul.THEME li a {
  width: 215px;
  height: auto;
  float: left;
  margin: 0;
  border: 5px solid #1da4e7;
  background: #fff;
}
#PAGE ul.THEME li a figure {
  width: 100%;
  margin: 0;
  float: left;
  position: relative;
  overflow: hidden;
}
#PAGE ul.THEME li a figure img {
  width: auto;
  float: left;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#PAGE ul.THEME li a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#PAGE ul.THEME li a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(29, 161, 228, 0.3);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#PAGE ul.THEME li a:hover figure figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
#PAGE ul.THEME li a figcaption img {
  width: 12px;
  float: left;
  margin: 75px 0 0 105px;
}
#PAGE ul.THEME li a strong {
  width: 215px;
  float: left;
  margin: 5px 0 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
}
#PAGE ul.THEME li a figure strong img {
  width: 6px;
  float: none;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
#PAGE ul.THEME li a:hover figure strong img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*オススメ物件*/
#RECOMMEND {
  width: 100%;
  float: left;
  padding-bottom: 80px;
  margin: 0;
  background: #aacb00;
  overflow: visible;
}
#RECOMMEND h2 {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  overflow: visible;
}
#RECOMMEND h2 img {
  width: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#RECOMMEND ul {
  width: 985px;
  float: left;
  margin: 0 0 30px 0;
}
#RECOMMEND ul li {
  width: 225px;
  float: left;
  margin: 20px 20px 0 0;
}
#RECOMMEND ul li a {
  width: 225px;
  height: 250px;
  float: left;
  background: #fff;
}
#RECOMMEND ul li a figure {
  width: 225px;
  height: 160px;
  margin: 0 0 10px 0;
  float: left;
  position: relative;
  overflow: hidden;
}
#RECOMMEND ul li a figure img.PHOTO {
  width: 100%;
  float: left;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#RECOMMEND ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#RECOMMEND ul li a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(29, 161, 228, 0.3);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#RECOMMEND ul li a:hover figure figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
#RECOMMEND ul li a figcaption img {
  width: 12px;
  float: left;
  margin: 75px 0 0 105px;
}
#RECOMMEND ul li a figure span em {
  width: 30px;
  height: 30px;
  float: left;
  margin: 75px 0 0 145px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  opacity: 0.8;
}
#RECOMMEND ul li a figure span em img {
  width: 7px;
  float: none;
  margin: 9px 0 0 2px;
  padding: 0;
  vertical-align: middle;
}
#RECOMMEND ul li a figure span.SHUBETSU {
  width: 80px;
  float: right;
  padding: 2px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
}
#RECOMMEND ul li a figure span.SHU_NewHouse {
  background: #42a243;
}
#RECOMMEND ul li a figure span.SHU_OldHouse {
  background: #92cb5a;
}
#RECOMMEND ul li a figure span.SHU_Land {
  background: #8791ea;
}
#RECOMMEND ul li a figure span.SHU_Mansion {
  background: #e98ea7;
}
#RECOMMEND ul li a figure span.SHU_Other {
  background: #999;
}
#RECOMMEND ul li a dl {
  width: 210px;
  float: left;
  margin: 5px 0 0 10px;
  font-size: 11px;
  line-height: 1.2em;
}
#RECOMMEND ul li a dl dt {
  width: 30px;
  float: left;
  margin: 0;
  font-weight: bold;
}
#RECOMMEND ul li a dl dt img {
  width: 16px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#RECOMMEND ul li a dl dd {
  width: 180px;
  float: right;
  margin: 0;
}
#RECOMMEND ul li a dl dd strong {
  width: auto;
  float: none;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 740px) {

.pc2 {display: none;}

  .SIDE {
    display: inline;
  }
  h3.BAR {
    margin-top: 30px;
  }

  /*探すTOP*/
  #PAGE .SHEET ul.INDEX {
    width: 98%;
    float: left;
    margin: 20px 0 0 2.5%;
  }
  #PAGE .SHEET ul.INDEX li {
    width: 48%;
    height: auto;
    margin: 0 2% 20px 0;
  }
  #PAGE .SHEET ul.INDEX li a {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  #PAGE .SHEET ul.INDEX li a span {
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
  }
  #PAGE .SHEET ul.INDEX li a figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0;
  }
  #PAGE .SHEET ul.INDEX li a figure img.PHOTO {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #PAGE .SHEET ul.INDEX li a:hover figure img.PHOTO {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #PAGE .SHEET ul.INDEX li a figcaption {
    display: none;
  }
  #PAGE .SHEET ul.INDEX li a h3 {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
    color: #1da4e7;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
  }
  #PAGE .SHEET ul.INDEX li a h3 img {
    width: 15px;
    margin: 0 5px 2px 0;
    vertical-align: middle;
  }

  /*動画非表示*/
  #Stage_osaka {
    display: none;
  }
  #Stage_hukuoka {
    display: none;
  }

  /*地図*/
  #PAGE #MAP {
    display: none;
  }
  #PAGE .MAP_SP {
    width: 95%;
    float: left;
    display: inline;
    margin: 0 0 0 2.5%;
    font-size: 13px;
  }
  #PAGE .MAP_SP form {
    width: 100%;
    float: left;
    display: inline;
    padding: 0;
  }
  #PAGE .MAP_SP label {
    width: 99%;
    height: 50px;
    float: left;
    display: inline;
    margin: 5px 0 0 0;
    background: #fff;
    font-size: 15px;
    line-height: 50px;
  }
  /* #PAGE .MAP_SP label span {
    width: 17.5%;
    height: 50px;
    float: left;
    margin: 0 2.5% 0 0;
    background: #eee;
    text-align: center;
  } */
  #PAGE .MAP_SP label span input {
    width: 20px;
    height: 20px;
    margin-top: 15px;
  }
  #PAGE .MAP_SP .SP_IKKATSU {
    width: 82.5%;
    float: right;
    padding-left: 15%;
  }
  #PAGE .MAP_SP .SP_IKKATSU label span {
    width: 15%;
    margin: 0;
    background: #fff;
  }

  /*キーワード*/
  #PAGE .KEY {
    margin: 20px 0 0 0;
    display: none;
  }
  #PAGE .KEY_SP {
    width: 95%;
    margin: 20px 0 20px 2.5%;
    display: inline;
    background: #444;
  }
  #PAGE .KEY_SP img {
    width: 7.5%;
    float: left;
    margin: 20px 0 0 2.5%;
    font-size: 12px;
  }
  #PAGE .KEY_SP form {
    width: 85%;
    height: 60px;
    float: left;
    margin: 0;
    padding: 0 2.5%;
  }
  #PAGE .KEY_SP form input.INPUT {
    width: 72.5%;
  }
  #PAGE .KEY_SP form input.SUBMIT {
    width: 25%;
  }

  /*駅・路線図・学校区*/
  #PAGE ul.SEARCH {
    width: 97.5%;
    float: left;
    margin: 0 0 0 2.5%;
    display: inline;
    border: none;
  }
  #PAGE ul.SEARCH li {
    width: 45%;
    float: left;
    display: inline;
    margin: 0 5% 0 0;
    border: none;
  }
  #PAGE ul.SEARCH li.SEARCH_LINE {
    display: none;
  }
  #PAGE ul.SEARCH li a {
    width: 98%;
    height: auto;
    float: left;
    padding: 3px 0 0 2%;
    border: 4px solid #1da4e7;
    background: #ededed;
  }

  #PAGE ul.SEARCH li a figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
    background: #fff;
    text-align: center;
  }
  #PAGE ul.SEARCH li a figure img.PHOTO {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #PAGE ul.SEARCH li a:hover figure img.PHOTO {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #PAGE ul.SEARCH li a figcaption {
    display: none;
  }
  #PAGE ul.SEARCH li a:hover figure figcaption {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    opacity: 1;
  }
  #PAGE ul.SEARCH li a figcaption img {
    width: 12px;
    float: left;
    margin: 100px 0 0 150px;
  }
  #PAGE ul.SEARCH li a h3 {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
    color: #1da4e7;
    text-align: center;
    font-size: 15px;
    line-height: 1.2em;
  }
  #PAGE ul.SEARCH li a h3 img {
    width: 10px;
    margin: 0 5px 2px 0;
    vertical-align: middle;
  }
  #PAGE ul.SEARCH li a h3 img.ARROW {
    width: 6px;
    display: inline;
    margin: 0 0 2px 5px;
    vertical-align: middle;
  }

  /*会員*/
  #PAGE .SHEET .Y_BOX {
    display: none;
  }

  /*こだわり*/
  #PAGE ul.BANNER {
    width: 95%;
    margin: 0 0 0 2.5%;
  }
  #PAGE ul.BANNER li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #PAGE ul.BANNER li a {
    width: 99%;
    height: 60px;
    border: 2px solid #1da4e7;
  }
  #PAGE ul.BANNER li a.NEW {
    background: #fff;
  }
  #PAGE ul.BANNER li a.OH {
    background: #fff;
  }
  #PAGE ul.BANNER li a figure {
    position: relative;
    overflow: hidden;
    width: 70px;
    float: left;
    margin: 0;
    overflow: hidden;
  }
  #PAGE ul.BANNER li a figure img.PHOTO {
    width: auto;
    height: 60px;
    margin: 0 0 0 -10px;
  }
  #PAGE ul.BANNER li a:hover figure img.PHOTO {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #PAGE ul.BANNER li a figcaption {
    display: none;
  }
  #PAGE ul.BANNER li a span {
    width: auto;
    height: 60px;
    text-align: left;
  }
  #PAGE ul.BANNER li a span strong {
    width: auto;
    height: 100%;
    float: left;
    margin: 0 0 0 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 60px;
  }
  #PAGE ul.BANNER li a em {
    display: none;
  }
  #PAGE ul.BANNER li a span span {
    display: none;
  }

  /*こだわり_NEW*/
  #PAGE ul.BANNER_NEW {
    width: 95%;
    margin: 0 0 0 2.5%;
  }
  #PAGE ul.BANNER_NEW li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #PAGE ul.BANNER_NEW li a {
    width: 99%;
    height: auto;
    border: 2px solid #ceda54;
  }
  #PAGE ul.BANNER_NEW li a figure {
    width: 50%;
    float: left;
  }
  #PAGE ul.BANNER_NEW li a figure img.PHOTO {
    width: 100%;
    height: auto;
  }
  #PAGE ul.BANNER_NEW li a:hover figure img.PHOTO {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #PAGE ul.BANNER_NEW li a figcaption {
    display: none;
  }
  #PAGE ul.BANNER_NEW li a:hover figure figcaption {
    display: none;
  }
  #PAGE ul.BANNER_NEW li a span {
    width: 50%;
    height: auto;
    float: right;
    margin: 20px 0 0 0;
    text-align: center;
  }

  #PAGE #THEME {
    width: 100%;
    padding: 50px 0 0 0;
  }
  #PAGE .THEME {
    width: 100%;
    padding: 10px 0 20px 0;
  }
  #PAGE .THEME h3 {
    width: 95%;
    margin: 20px 0 0 2.5%;
  }
  #PAGE ul.THEME {
    width: 95%;
    margin: 0 0 0 2.5%;
  }
  #PAGE ul.THEME li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #PAGE ul.THEME li a {
    width: 99%;
    height: 60px;
    border: 2px solid #1da4e7;
  }
  #PAGE ul.THEME li a figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0;
  }
  #PAGE ul.THEME li a:hover figure img.PHOTO {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #PAGE ul.THEME li a figure span {
    width: 70px;
    height: 60px;
    float: left;
    background: #f4f4f4;
    overflow: hidden;
  }
  #PAGE ul.THEME li a figure img {
    width: auto;
    height: 60px;
    margin: 0 0 0 -10px;
  }
  #PAGE ul.THEME li a figcaption {
    display: none;
  }
  #PAGE ul.THEME li a strong {
    width: auto;
    height: 60px;
    margin: 0 0 0 20px;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    line-height: 60px;
  }
  #PAGE ul.THEME li a figure strong img {
    width: 6px;
    height: 10px;
  }
  #PAGE ul.THEME li a:hover figure strong img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #PAGE .SHEET ul.INDEX_RES {
    width: 95%;
    float: left;
    margin: 0 0 20px 2.5%;
    display: inline;
  }
  #PAGE .SHEET ul.INDEX_RES li.RESERVE {
    display: none;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE {
    display: inline;
    float: left;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a {
    width: 92.5%;
    float: left;
    padding: 2.5%;
    border: 4px solid #1da4e7;
    background: #ededed;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a strong.EX_P {
    width: 100%;
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a strong.EX_P span.AL {
    color: #666;
    font-weight: normal;
    font-size: 11px;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a em {
    width: 100%;
    float: left;
    display: inline;
    margin-top: 10px;
    color: #bb2f80;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a em img {
    width: 100px;
    float: right;
    margin: -10px 0 0 0;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a .RESERVATION {
    width: 100%;
    height: 45px;
    float: right;
    margin: 5px 0 10px 0;
    padding: 0;
    background: rgba(0, 0, 0, 0)
      linear-gradient(to bottom, #2888d2 0%, #0d47a8 100%) repeat scroll 0 0;
    color: #fff;
    text-align: center;
    line-height: 45px;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a .RESERVATION img {
    width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  #PAGE .SHEET ul.INDEX_RES li.INDEX_SP_RESERVE a .ILL_FAIR {
    width: 100%;
    float: left;
  }

  /*オススメ物件*/
  #RECOMMEND {
    width: 100%;
    display: none;
    padding-bottom: 80px;
    margin: 0;
    text-align: center;
    overflow: visible;
  }
  #RECOMMEND .RECOMMEND_ICON {
    width: 70px;
    margin-top: -35px;
    position: relative;
    z-index: 200;
  }
  #RECOMMEND ul {
    width: 97.5%;
    margin: 10px 0 30px 2.5%;
  }
  #RECOMMEND ul li {
    width: 48%;
    margin: 0 2% 20px 0;
  }
  #RECOMMEND ul li a {
    width: 100%;
    height: 160px;
    position: relative;
    text-align: left;
  }
  #RECOMMEND ul li a figure {
    width: 100%;
    height: auto;
  }
  #RECOMMEND ul li a figure img {
    width: 100%;
  }
  #RECOMMEND ul li a figure span em {
    display: none;
  }
  #RECOMMEND ul li a h3 {
    width: 100%;
    font-size: 12px;
    line-height: 1.2em;
  }
  #RECOMMEND ul li a h3 .PICT {
    position: absolute;
    top: 0;
    right: 0;
  }
  #RECOMMEND ul li a em {
    width: 100%;
  }
}
