@charset "UTF-8";
/*
 * CSS topstyle.css
 *
 */

/*=========================
  ●●● 2017 08 renewal added ●●●
=========================*/

/* コンテンツ部分
---------------*/
.r-section {
  display: block;
  width: 100%;
}
.r-section.blue {
  background-color: #e9eef6;
}

.r-section .r-section-inner {
  padding: 3% 4% 5%;
}

.r-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.r-section ul li {
  list-style-type: none;
}

/* タイトル */
.r-section .r-top-h2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 11px 0;
  background-color: #004998;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
}

.r-section .r-top-h2 img {
  display: block;
  float: left;
  width: 23px;
  height: auto;
  margin: 1px 7px 0 4%;
}

.r-section .r-top-h2 span {
  display: inline;
}

/* サーチボックス */
#r-search-box {
	overflow: hidden;
	margin: 0 0 0 0;
  padding: 4% 0 0;
}

#r-search-box .r-lists {
  margin: 0;
  padding: 0 4%;
  list-style-type: none;
}

#r-search-box .r-lists li {
  list-style-type: none;
  display: block;
  float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  width: 32.5%;
	margin: 0 1% 0 0;
	padding: 0;
	border: solid 2px #3b82c5;
	border-bottom: none;
  text-align: center;
}

#r-search-box .r-lists li:last-of-type {
	margin-right: 0;
}

#r-search-box .r-lists a {
  display: block;
  width: 100%;
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
	color: #3b82c5;
	font-size: 14px;
	text-align: center;
}

#r-search-box .r-lists .active a {
	background-color: #3b82c5;
	color: #ffffff;
}


#r-search-box .r-inner {
	display: none;
	padding: 3.25%;
  background-color: #fff;
	border: solid 2px #3b82c5;
}

#r-search-box .r-inner.active {
	display: block;
}

#r-search-box .r-inner .explanatory {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

#r-search-box .r-inner ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

#r-search-box .r-inner ul li {
  display: block;
  float: left;
  width: 49%;
  margin: 0 0 2% 0;
  text-align: center;
}

#r-search-box .r-inner ul li:nth-of-type(even) {
  float: right;
}

#r-search-box .r-inner ul li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: #3b82c5;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#r-search-box .r-inner ul li a .txt-small {
  font-size: 12px;
}

#r-search-box .r-inner ul li:nth-of-type(3) a .txt-small {
  font-size: 11px;
}

/* サーチボックス フォームエリア */
#r-search-box .r-form-area {
	padding: 0;
}

#r-search-box .r-form-area p {
	margin: 0;
	padding: 0;
}

#r-search-box .r-form-area p .text {
	display: block;
	padding: 0;
}

#r-search-box .r-form-area input[type="text"] {
  display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  width: 100%;
  height: 39px;
	padding: 10px;
	margin: 0 0 2% 0;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #333;
  line-height: 1.4;
}

#r-search-box .r-form-area button.primary {
  display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background-color: #ee6500;
  border: none;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
  text-align: center;
}

#r-search-box .r-form-area button.primary img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin: -2px 5px 0 0;
}

/* キャンペーン */
#r-campaign .r-section-inner {
  max-width: 100%;
}

/* キャンペーン タブ部 */
#r-campaign .r-campaign-tabs-wrap {
  /* width: 130%; */ /* 見切れ処理  4列時にの横幅調整用*/
  width: 110%; /* 3列時にの横幅調整用*/
  overflow: hidden;
}

#r-campaign.r-section ul.r-campaign-tabs {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-left: 0;
  margin-bottom: 6px;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: flex; /* 3列横幅100%表示用*/
}

#r-campaign .r-campaign-tabs li {
  position: relative;
  display: block;
  width: auto;
  float: left;
  text-align: center;
  flex: auto;
}

/*（4列の時の各タブの幅調整用のcss）
#r-campaign .r-campaign-tabs li:nth-of-type(1) {
  width: 17%;
}

#r-campaign .r-campaign-tabs li:nth-of-type(2) {
  width: 30%;
}

#r-campaign .r-campaign-tabs li:nth-of-type(3) {
  width: 26%;
}

#r-campaign .r-campaign-tabs li:nth-of-type(4) {
  width: 13%;
}*/

#r-campaign .r-campaign-tabs li a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
  justify-content: -webkit-center;
  justify-content: -moz-flexcenter;
  justify-content: -ms-center;
  justify-content: -o-center;
  justify-content: center;
  height: 48px;
  margin: 0 1px 0 0;
  padding: 0;
  background-color: #3b82c5;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}

#r-campaign .r-campaign-tabs li a.active {
  background-color: #3b82c5;
  color: #fff600;
  font-weight: bold;
  cursor: default;
}

#r-campaign .r-campaign-tabs li:last-of-type a {
  margin-right: 0;
}

/* キャンペーン スクロールバー部 */
#r-campaign .r-scroll-bg {
  width: 98%;
  margin-top: 0;
  margin-bottom: 2%;
  padding: 2px 1%;
  background-color: #c1c1c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#r-campaign .r-scroll-bar {
  width: 33.3%;
  height: 4px;
  background-color: #004998;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

/* キャンペーン bxslider.cssを上書き */
#r-campaign .bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

#r-campaign .bx-wrapper a {
  position: relative;
}

/* キャンペーン ボックス部 */
#r-campaign .r-campaign-box {
  width: 100%;
  text-align: center;
}

#r-campaign .r-campaign-box .r-campaign-link {
  width: 92%;
  margin: 0 auto 2%;
}

#r-campaign .r-campaign-box .r-campaign-link a {
  display: block;
  width: 100%;
  height: 90px;
  max-height: 70px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
  justify-content: -webkit-center;
  justify-content: -moz-flexcenter;
  justify-content: -ms-center;
  justify-content: -o-center;
  justify-content: center;
}

#r-campaign .r-campaign-box .r-campaign-link.orange a {
  background-color: #ff9a2c;
}

#r-campaign .r-campaign-box .r-campaign-link.red a {
  background-color: #fd544f;
}

#r-campaign .r-campaign-box .r-campaign-link.blue a {
  background-color: #3fb8ec;
}

#r-campaign .r-campaign-box .r-campaign-link a span {
  display: block;
}

#r-campaign .r-campaign-box .r-campaign-link a span.strong {
  display: inline;
  padding: 0 0 0;
  font-size: 20px;
  font-weight: bold;
}

#r-campaign .r-campaign-box .r-campaign-more {
  clear: both;
  text-align: center;
}

#r-campaign .r-campaign-box .r-campaign-more div {
  width: 45%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #ffffff;
  border: solid 1px #004998;
  color: #004998;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}

/* お部屋の特徴から探す */
#r-room-feature ul {
  width: 100%;
}

#r-room-feature ul li {
  display: block;
  float: left;
  width: 48.5%;
  margin: 0 0 2% 0;
  border: solid 1px #3b82c5;
}

#r-room-feature ul li:nth-of-type(odd) {
  clear: both;
  float: left;
}

#r-room-feature ul li:nth-of-type(even) {
  float: right;
}

#r-room-feature ul li:last-of-type {
  margin-bottom: 0;
}

#r-room-feature ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}

#r-room-feature ul li .img-area {
  line-height: 0;
  text-align: center;
}

#r-room-feature ul li .img-area img {
  width: 100%;
  height: auto;
}

#r-room-feature ul li .title-area {
  height: 16px;
  padding: 10px 0;
  background-color: #3b82c5;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

#r-room-feature ul li:nth-of-type(3) .title-area,
#r-room-feature ul li:nth-of-type(5) .title-area {
  font-size: 12px;
}

/* TOPページバナー */
#r-top-banner .r-section-inner {
  padding: 3% 7% 5%;
}

#r-top-banner .r-section-inner a {
  display: block;
  width: 100%;
}

#r-top-banner .r-section-inner a img {
  display: block;
  width: 100%;
  height: auto;
}

/* 特集から探す */
#r-feature ul {
  width: 100%;
  background-color: #fff;
}

#r-feature ul li {
  width: 100%;
  min-height: 50px;
  margin-bottom: 2%;
  border: solid 1px #004998;
}

#r-feature ul li:last-of-type {
  margin-bottom: 0;
}

#r-feature ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #004998;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
}

#r-feature ul li a:after {
  position: absolute;
  content: "";
  top: 29px;;
  right: 15px;
  width: 7px;
  height: 7px;
  border: none;
  border-top: 2px solid #004998;
  border-right: 2px solid #004998;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#r-feature ul li a .icon-area {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  background-color: #e9f0f8;
  text-align: center;
  line-height: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
}

#r-feature ul li a .icon-area img {
  display: block;
  width: 35px;
  height: auto;
  margin: 0 auto;
}

/* レオパレス21について */
#r-about-reopalace ul {
  width: 100%;
  background-color: #fff;
}

#r-about-reopalace ul li {
  width: 100%;
  min-height: 50px;
  border-bottom: dashed 1px #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
}

#r-about-reopalace ul li:last-of-type {
  border-bottom: none;
}

#r-about-reopalace ul li a {
  position: relative;
  display: block;
  width: 92%;
  height: 100%;
  padding: 10px 4%;
  color: #004998;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
}

#r-about-reopalace ul li a:after {
  position: absolute;
  content: "";
  top: 16px;;
  right: 15px;
  width: 7px;
  height: 7px;
  border: none;
  border-top: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 物件タイプのご紹介 */
#r-bukken-type.r-section ul.r-bukken-tabs {
  padding-left: 0;
  margin-bottom: 2%;
  list-style: none;
}

#r-bukken-type .r-bukken-tabs li {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}

#r-bukken-type .r-bukken-tabs li a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
  justify-content: -webkit-center;
  justify-content: -moz-flexcenter;
  justify-content: -ms-center;
  justify-content: -o-center;
  justify-content: center;
  height: 48px;
  margin: 0 1px 0 0;
  padding: 0;
  background-color: #3b82c5;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}

#r-bukken-type .r-bukken-tabs li a.active {
  background-color: #3b82c5;
  color: #fff600;
  font-weight: bold;
  cursor: default;
}

#r-bukken-type .r-bukken-tabs li:nth-of-type(3) a {
  font-size: 12px;
}

#r-bukken-type .r-bukken-tabs li:nth-of-type(4) a {
  font-size: 14px;
}

#r-bukken-type .r-bukken-tabs li:last-of-type a {
  margin-right: 0;
}

/* 物件タイプのご紹介 bxslider.cssを上書き */
#r-bukken-type .bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

#r-bukken-type .bx-wrapper .bx-viewport { /* 見切れ処理 */
  padding-right: 10%;
}

#r-bukken-type .bx-wrapper a {
  position: relative;
}

/* 物件タイプのご紹介 ボックス部 */
#r-bukken-type .r-bukken-box img {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: solid 1px #004998;
}

#r-bukken-type .r-bukken-box a .bx-detail{
  position: absolute;
  right: 8px;
  bottom: 3px;
  width: 88px;
  margin: 0;
  padding: 1px 0 3px;
  background-color: #004998;
  line-height: 1.2;
  text-align: center;
}

#r-bukken-type .r-bukken-box a .bx-detail span {
  position: relative;
  padding-right: 13px;
  color: #fff;
  font-size: 11px;
}

#r-bukken-type .r-bukken-box a .bx-detail span:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 0;
  width: 5px;
  height: 5px;
  border: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 物件タイプのご紹介 スクロールバー部 */
#r-bukken-type .r-scroll-bg {
  width: 98%;
  margin-top: 6px;
  padding: 2px 1%;
  background-color: #c1c1c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#r-bukken-type .r-scroll-bar {
  width: 25%;
  height: 4px;
  background-color: #004998;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}


/* インフォメーション */
#r-information ul {
  width: 100%;
  background-color: #fff;
}

#r-information ul li {
  width: 100%;
  min-height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-flexcenter;
  align-items: -ms-center;
  align-items: -o-center;
  align-items: center;
}

#r-information ul li:nth-of-type(odd) {
  background-color: #e9f0f8;
}

#r-information ul li a {
  display: block;
  width: 92%;
  height: 100%;
  padding: 10px 4%;
  color: #004998;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.4;
}

#r-information ul li a img {
  display: block;
  float: left;
  width: 15px;
  height: auto;
  margin: 1px 7px 0 0;
}
