@charset "UTF-8";


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

.btn {
  position: relative;
/*  -o-border-radius: 3px;
  border-radius: 3px;*/
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #6eba02;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 8px 10px;
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  /* サイズ */
}

.btn.orange {
  background: #f37835;
  border: 0;
  color: #fff;
}

.btn.frame-orange {
  background: #fff;
  border: 1px solid #f37835;
  color: #f37835;
}

.btn.blue {
  background: #6eba02;
  border: 0;
  color: #fff;
}

.btn.dark-blue {
  background: #508801;
  border: 0;
  color: #fff;
}

.btn.dark_green {
  background: #009260;
  border: 0;
  color: #fff;
}

.btn.green {
  background: #6eba02;
  border: 0;
  color: #fff;
  height:47px;
}

.btn.frame-gray {
  background: #fff;
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
}

.btn.block {
  display: block;
}

.btn.small {
  padding: 10px 3px 10px 1px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.btn.middle {
  padding: 5px 8px;
}

.btn.large {
  padding: 13px 15px;
}

.btn.xlarge {
  padding: 15px 20px;
}

.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.float-clear li {
  clear: both;
}

.block {
  width: 100%;
}

.caret {
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #fff;
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.notification {
  position: relative;
  width: 100%;
  padding: 10px;
  height: 50px;
  z-index: -1;
}

.notification .close {
  position: absolute;
  top: 45%;
  left: 10px;
}

.notification span {
  display: block;
  font-weight: bold;
}

.notification.app {
  height: 70px;
  background: #e0e8ea;
}

.notification.app .app-icon,
.notification.app #app .app_chintai,
#app .notification.app .app_chintai,
.notification.app #app .app_car,
#app .notification.app .app_car,
.notification.app #app .app_parking,
#app .notification.app .app_parking {
  background: url("../images//top/img_app_chintai.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  width: 52px;
  height: 52px;
  -webkit-background-size: 52px auto;
  background-size: 52px auto;
  position: absolute;
  top: 10px;
  left: 25px;
}

.notification.app p {
  position: absolute;
  right: 10px;
  width: 220px;
}

.notification.notice {
  background: #def1ff;
  color: #6eba02;
  height: 70px;
}

.notification.notice p {
  margin-left: 10px;
}

.btn-group {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  vertical-align: middle;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding: 10px;
}

.btn-group > .btn {
  float: left;
  position: relative;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropMenu .menuToggle {
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 7px;
  line-height: 23px;
  padding: 5px 10px;
}

.dropMenu .menuToggle span {
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #6eba02;
  display: block;
  padding-left: 9px;
}

.dropMenu ul {
  display: none;
}

.icheckbox_flat-blue,
.iradio_flat-blue {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/form/blue.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_flat-blue {
  background-position: 0 0;
}

.icheckbox_flat-blue.checked {
  background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group .form-control {
  margin-bottom: 0;
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid #c5c5c5;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
  padding: 5px 0;
}

.input-group-addon {
  background: #6eba02;
  border-radius: 0;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

.label {
  background: #c5c5c5;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.label-blue {
  background: #3498DB;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.label-red {
  background: #eb6437;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.label-green {
  background: #46A380;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.label-yellow {
  background: #f4ad5b;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.label-paleYellow {
  background: #FFC922;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.label-pr {
  background: white;
  padding: 3px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #f37835;
  color: #f37835;
}

.linkIcon_right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #6eba02;
  border-right: 3px solid #6eba02;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linkIcon_right_white:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #6eba02;
  border-right: 3px solid #6eba02;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linkIcon_right_white:before {
  border-top: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
}

.linkIcon_left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-bottom: 3px solid #6eba02;
  border-left: 3px solid #6eba02;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageNation ul {
  padding: 10px 10px 5px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.pageNation ul li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}

.pageNation ul li span,
.pageNation ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px;
  vertical-align: middle;
}

.pageNation ul li.prev a {
  float: left;
  position: relative;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #6eba02;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 8px 10px;
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 10px 5px 30px;
}

.pageNation ul li.next a {
  float: right;
  position: relative;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #6eba02;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 8px 10px;
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 30px 5px 10px;
}


.mt_0 {
  margin-top: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_30 {
  padding: 30px !important;
}

.p_40 {
  padding: 40px !important;
}

.p_50 {
  padding: 50px !important;
}

.fR,
.imgR {
  float: right;
  margin-left: 10px;
}

.fL,
.imgL {
  float: left;
  margin-right: 10px;
}

.clearfix:after,
.pageNation ul:after,
.syousai .detail ul:after,
.container:after,
#app .link-box > li:after,
.sort-area > ul:after,
.check-all:after,
.list-photo .detail ul:after,
.list-ul .detail ul:after,
.list-ul:after,
.select-area:after {
  content: "";
  display: table;
  clear: both;
}

.tap {
  display: block;
  cursor: pointer;
  width: 100%;
  float: left;
}

.syousai {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #c5c5c5;
  padding-top: 10px;
  margin-top: 3px;
}

.syousai .centered {
  position: relative;
  overflow: hidden;
}

.syousai .centered ul {
  position: relative;
  left: 50%;
}

.syousai .centered li {
  position: relative;
  left: -40%;
  float: left;
}

.syousai .item {
  border: 1px solid #f7f7f7;
  width: 35%;
  max-width: 239px;
  max-height: 179px;
  position: relative;
  text-align: center;
  vertical-align:middle;
  cursor: pointer;
  overflow: hidden;
}

.syousai h3 {
  padding: 10px 0 5px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6eba02;
}

.syousai .merit {
  background: #e1f4c6;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.syousai .img-count {
  color: #3ca3ee;
  padding: 10px 0;
  text-align: right;
  width: 70%;
  margin: 0 auto;
}

.syousai .img-count i {
  padding: 5px 0 5px 25px;
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
}

.syousai .detail:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #6eba02;
  border-right: 3px solid #6eba02;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.syousai .detail:before {
  margin-right: -5px;
  width: 20px;
  height: 20px;
}

.syousai .detail ul {
  margin-bottom: 5px;
}

.syousai .detail ul li {
  color: #5A5B70;
  float: left;
}

.syousai .direction {
  clear: both;
}

.syousai .direction .ttl {
  font-weight: bold;
}

.syousai .direction p strong {
  color: #f37835;
}

.syousai .direction p span {
  margin-left: 10px;
}

.syousai .people {
  border: 1px solid #d9d8de;
  background: #fffae6;
  padding: 5px 10px;
  display: inline-table;
}

.syousai .people span {
  color: #f37835;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
}

.bukken_img {
  max-height: 100%;
}

.madori_img {
  max-height: 100%;
}

.catalog_img {
  max-height: 100%;
}

.icon i {
  display: inline;
}

.icon-blue-alarm {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -36px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-globe {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -108px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-graph {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -288px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-medicalcase {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -252px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-nav_list {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -324px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-polaroid {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -72px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-tag {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -144px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-photo {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -180px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-photo_s {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -216px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-plus {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 -360px;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-blue-pagetop {
  background-image: url('../images/icon/blue-sa85ec068af.png');
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-position: 0 0;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  margin-top: -10px;
  padding: 5px 0 5px 29px;
}

.icon-sort-list_hover {
  background-image: url('../images/icon/sort-sd6a847e49d.png');
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  background-position: 0 -156px;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  padding-left: 32px;
}

.icon-sort-list_ul_hover {
  background-image: url('../images/icon/sort-sd6a847e49d.png');
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  background-position: 0 -78px;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  padding-left: 32px;
}

.icon-sort-list_ul {
  background-image: url('../images/icon/sort-sd6a847e49d.png');
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  background-position: 0 -117px;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  padding-left: 32px;
}

.icon-sort-list {
  background-image: url('../images/icon/sort-sd6a847e49d.png');
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  background-position: 0 -195px;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  padding-left: 32px;
}

.icon-sort-polaroid_hover {
  background-image: url('../images/icon/sort-sd6a847e49d.png');
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  background-position: 0 0;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  padding-left: 32px;
}

.icon-sort-polaroid {
  background-image: url('../images/icon/sort-sd6a847e49d.png');
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  background-position: 0 -39px;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  padding-left: 32px;
}

.icon-white-bicyle {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -37px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-car {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -111px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-clock {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -148px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-cog {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -222px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-compass {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 0;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-lenz {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -74px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-train {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -370px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-transit {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -259px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-walking {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -185px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-home {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -444px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-note {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -407px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-email {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -333px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-white-pin {
  background-image: url('../images/icon/white-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -296px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-trash {
  background-image: url('../images/icon/gray-s621c23df40.png');
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 14px;
  background-position: 0 0;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  padding-left: 14px;
}

.icon-gray-close {
  background-image: url('../images/icon/gray-s621c23df40.png');
  background-repeat: no-repeat;
  display: block;
  height: 12px;
  width: 12px;
  background-position: 0 -24px;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  padding-left: 14px;
}

.icon-gray-bicyle {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -37px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-car {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -111px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-clock {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -148px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-cog {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -222px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-compass {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 0;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-lenz {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -74px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}
.icon-gray-train {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -370px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-transit {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -259px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-walking {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -185px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-home {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -444px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-note {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -407px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-email {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -333px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}

.icon-gray-pin {
  background-image: url('../images/icon/gray-s2e66b983cb.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: 0 -296px;
  -webkit-background-size: 27px auto;
  background-size: 27px auto;
  padding: 5px 0 5px 27px;
}


.icon-nav-book {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -319px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-building {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -87px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-check {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -58px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-clock {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -174px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-email {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -203px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-home {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -232px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-lenz {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 0;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-location {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -116px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-map {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -290px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-money {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -29px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-pin {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -145px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-nav-star {
  background-image: url('../images/icon/nav-sf89cca71b3.png');
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  background-position: 0 -261px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  padding: 0 0 3px 22px;
}

.icon-color-clock {
  background-image: url('../images/icon/color-sc8e4d29a8d.png');
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  width: 37px;
  background-position: 0 -47px;
  -webkit-background-size: 37px auto;
  background-size: 37px auto;
  padding: 1px 0 1px 40px;
}

.icon-color-money {
  background-image: url('../images/icon/color-sc8e4d29a8d.png');
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  width: 37px;
  background-position: 0 0;
  -webkit-background-size: 37px auto;
  background-size: 37px auto;
  padding: 1px 0 1px 40px;
}

.icon-color-pin {
  background-image: url('../images/icon/color-sc8e4d29a8d.png');
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  width: 37px;
  background-position: 0 -94px;
  -webkit-background-size: 37px auto;
  background-size: 37px auto;
  padding: 1px 0 1px 40px;
}

.icon-color-train {
  background-image: url('../images/icon/color-sc8e4d29a8d.png');
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  width: 37px;
  background-position: 0 -141px;
  -webkit-background-size: 37px auto;
  background-size: 37px auto;
  padding: 1px 0 1px 40px;
}

.icon-crown-gold {
  background-image: url('../images/icon/crown-se7fc1053b9.png');
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  background-position: 0 -52px;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  padding-left: 27px;
}

.icon-crown-silver {
  background-image: url('../images/icon/crown-se7fc1053b9.png');
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  background-position: 0 0;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  padding-left: 27px;
}

.icon-crown-bronz {
  background-image: url('../images/icon/crown-se7fc1053b9.png');
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  background-position: 0 -26px;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  padding-left: 27px;
}

.pin-home_check_orange {
  background-image: url('../images/icon/pin-s3488eb4864.png');
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
  background-position: 0 0;
  -webkit-background-size: 48px auto;
  background-size: 48px auto;
  margin-top: -5px;
  padding: 1px 0 1px 52px;
}

.pin-home_check_yellow {
  background-image: url('../images/icon/pin-s3488eb4864.png');
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
  background-position: 0 -58px;
  -webkit-background-size: 48px auto;
  background-size: 48px auto;
  margin-top: -5px;
  padding: 1px 0 1px 52px;
}

.pin-s-home {
  background-image: url('../images/icon/pin_s-s618eca35af.png');
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  background-position: 0 0;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  margin-top: -5px;
  padding: 1px 0 1px 23px;
}

.pin-s-line {
  background-image: url('../images/icon/pin_s-s618eca35af.png');
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  background-position: 0 -30px;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  margin-top: -5px;
  padding: 1px 0 1px 23px;
}

.logo-chintai {
  background-image: url('../images/logo-s67fa1afdf5.png');
  background-repeat: no-repeat;
  display: block;
  height: 61px;
  width: 252px;
  background-position: 0 -213px;
  -webkit-background-size: 252px auto;
  background-size: 252px auto;
  margin: 20px auto;
}

.logo-tokyo {
  background-image: url('../images/logo-s67fa1afdf5.png');
  background-repeat: no-repeat;
  display: block;
  height: 61px;
  width: 252px;
  background-position: 0 0;
  -webkit-background-size: 252px auto;
  background-size: 252px auto;
  margin: 20px auto;
}

.logo-nagoya {
  background-image: url('../images/logo-s67fa1afdf5.png');
  background-repeat: no-repeat;
  display: block;
  height: 61px;
  width: 252px;
  background-position: 0 -142px;
  -webkit-background-size: 252px auto;
  background-size: 252px auto;
  margin: 20px auto;
}

.logo-capital {
  background-image: url('../images/logo-s67fa1afdf5.png');
  background-repeat: no-repeat;
  display: block;
  height: 61px;
  width: 252px;
  background-position: 0 -71px;
  -webkit-background-size: 252px auto;
  background-size: 252px auto;
  margin: 20px auto;
}

.gra-bor-r {
  border-right: 1px solid #e3e3e3;
}

.blo {
  display: block;
}

.fl {
  float: left;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w100 {
  width: 100%;
}

.mr-r10 {
  margin-right: 10px;
}

.pd-t0 {
  padding-top: 0px;
}

.pd-t5 {
  padding-top: 5px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-t15 {
  padding-top: 15px;
}

.pd-t20 {
  padding-top: 20px;
}

.pd-t25 {
  padding-top: 25px;
}

.pd-t30 {
  padding-top: 30px;
}

button.change {
  cursor: pointer;
  position: relative;
  margin: 20px 10px;
  width: 96%;
  font-size: 14px;
  color: #6dba02;
  padding: 10px 20px;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

.cl {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #5a5b70;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, "メイリオ", "Meiryo", verdana;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 140%;
  word-break: break-all;
}

input,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, "メイリオ", "Meiryo", verdana;
}

a {
  text-decoration: none;
}

a:link {
  color: #6eba02;
  text-decoration: none;
}

a:visited {
  color: #009260;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #6eba02;
  text-decoration: none;
}

a p {
  color: #5a5b70;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*サイドバー
---------------------------------------------------------------*/

#modal {
  display: none;
}

.gnav h1 {
  background: #fff;
  text-align: left;
}

.gnav h1 .logo-chintai {
  margin: 0 0 0 -10px;
  height: 39px;
  -webkit-background-size: 110px auto;
  background-size: 110px auto;
  background-position: 0 -88px;
}

.gnav .headline {
  background: #414141;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
}

.gnav nav li {
  border-bottom: 1px solid #414141;
}

.gnav nav li a {
  color: #fff;
  display: block;
  padding: 9px;
}

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 270px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #5C5C5C;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.inner {
  padding: 5px;
  overflow: hidden;
}

.inner ul li a {
  margin-bottom: 10px;
}

.colums,
.syousai .detail ul li:first-child,
.syousai .detail ul li:last-child,
.list-photo .detail ul li:first-child,
.list-ul .detail ul li:first-child,
.list-photo .detail ul li:last-child,
.list-ul .detail ul li:last-child {
  float: left;
  display: inline;
  height: auto;
  -moz-box-sizing: border-box;
  vertical-align: top;
}

.colums.alpha,
.syousai .detail ul li.alpha:first-child,
.syousai .detail ul li.alpha:last-child,
.list-photo .detail ul li.alpha:first-child,
.list-ul .detail ul li.alpha:first-child,
.list-photo .detail ul li.alpha:last-child,
.list-ul .detail ul li.alpha:last-child {
  margin-left: 0;
}

.colums.omega,
.syousai .detail ul li.omega:first-child,
.syousai .detail ul li.omega:last-child,
.list-photo .detail ul li.omega:first-child,
.list-ul .detail ul li.omega:first-child,
.list-photo .detail ul li.omega:last-child,
.list-ul .detail ul li.omega:last-child {
  margin-right: 0;
}

.colums.two,
.syousai .detail ul li.two:first-child,
.syousai .detail ul li.two:last-child,
.list-photo .detail ul li.two:first-child,
.list-ul .detail ul li.two:first-child,
.list-photo .detail ul li.two:last-child,
.list-ul .detail ul li.two:last-child {
  width: 50%;
}

.colums.three,
.syousai .detail ul li.three:first-child,
.syousai .detail ul li.three:last-child,
.list-photo .detail ul li.three:first-child,
.list-ul .detail ul li.three:first-child,
.list-photo .detail ul li.three:last-child,
.list-ul .detail ul li.three:last-child {
  width: 33%;
}

h2 {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  background: #f7f7f7;
  font-size: 14px;
  font-size: 0.875rem;
}

h2 span {
  font-size: 14px;
  font-size: 0.875rem;
}

h3 {
  font-size: 14px;
  font-size: 0.875rem;
}

.address {
  color: #6eba02;
}

.price {
  color: #f37835;
}

.price strong {
  font-size: 14px;
  font-size: 1.1rem;
  font-weight:bold;
}

.price span {
  color: #5A5B70;
}

.chinryo {
  color: #f37835;
  font-size: 17px;
  font-weight: bold;
}

.reikin {
  color: #009260;
  font-size:11px;
}

.bd-wrap {
  background-color: #f7f7f7;
}

.search-text {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #3498DB;
  height: 40px;
  margin: 20px 0;
  padding: 0 2px;
  width: 100%;
}

.top-search {
  text-align: center;
  padding: 0 20px 20px 20px;
}

.top-search .inner {
  text-align: left;
}

.top-search .inner {
  margin-top: 10px;
}

.top-search .inner > ul > li {
  margin-bottom: 20px;
}

.top-search .inner > ul > li > ul > li {
  margin-bottom: 10px;
}

.top-search .inner ul#commuting-area li {
  margin-bottom: 10px;
}

.top-search .add-btn {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.top-search .add-btn a {
  background: #e0e8ea;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  padding: 20px 0;
}

.top-search p {
  color: #404096;
  margin: 0 auto;
}

.top-search .btnSearch {
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f37835;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

.top-search .btnSearch a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

.option {
  background: #c9f0ff;
}

.option ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.option li {
  display: table-cell;
  vertical-align: top;
}

.option .chintaiger {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  z-index: 100;
}

.option ul {
  margin-top: -18px;
}

.option ul li {
  background: #fff;
  border-right: 2px solid #e3e3e3;
}

.option ul li:last-child {
  border: none;
}

.option ul li a {
  display: block;
  padding: 20px 5px 10px 5px;
}

.option ul li span {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.option ul li i {
  margin: 0 auto;
}

#recommends {
  -webkit-box-shadow: inset 0px 5px 5px 0px #cccccc;
  box-shadow: inset 0px 5px 5px 0px #cccccc;
}

#recommends ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#recommends li {
  display: table-cell;
  vertical-align: top;
}

#recommends ul {
  background: #fdf6e3 !important;
}

#recommends .item {
  border: 1px solid #f37835;
}

#recommends .item .images {
  position: relative;
}

#recommends .item .images .new {
  position: absolute;
  top: 0;
  left: 0;
}

#recommends .item .detail {
  float: right;
  padding: 5px;
}

#ranking ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#ranking li {
  display: table-cell;
  vertical-align: top;
}

#ranking h3 {
  position: relative;
  background: #6eba02;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 15px 0;
}

#ranking li:first-child {
  border-right: 1px solid #e3e3e3;
}

#ranking .ranking-list ul {
  border-bottom: 1px solid #e3e3e3;
}

#ranking .ranking-list li.top3 {
  font-size: 14px;
  font-size: 0.875rem;
}

#ranking .ranking-list li:nth-child(2n) {
  position: relative;
  float: right;
  text-align: left;
  width: 67%;
  padding: 10px 0;
}

#ranking .ranking-list li:nth-child(2n+1) {
  float: left;
  text-align: center;
  width: 30%;
  background: #fffae6;
  border-right: 1px solid #e3e3e3;
  padding: 10px 0;
}

#ranking .ranking-list li:nth-child(2n+1) span {
  font-size: 14px;
  font-size: 0.875rem;
}

#theme .theme-img {
  position: relative;
}

#theme .theme-img .caption {
  background: rgba(255, 255, 255, 0.9);
  color: #6eba02;
  text-align: center;
  height: 3em;
  bottom: 0;
  left: 0;
  line-height: 3;
  overflow: hidden;
  padding: 0 0.5em;
  position: absolute;
  text-overflow: ellipsis;
  width: 100%;
}

#theme .theme-link li {
  position: relative;
}

#theme .theme-link li a {
  display: block;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #e3e3e3;
}

#theme .theme-link li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #6eba02;
  border-right: 3px solid #6eba02;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#info ul,
#sns ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#info li,
#sns li {
  display: table-cell;
  vertical-align: top;
}

#info li h3,
#sns li h3 {
  font-weight: bold;
  margin: 5px;
}

#info li p,
#sns li p {
  padding: 0 5px 5px 5px;
}

#info li:nth-child(2n),
#sns li:nth-child(2n) {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

#app .link-box > li {
  background: #fff;
  display: block;
}

#app .link-box > li h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #6eba02;
  position: relative;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: fz(14);
  margin-bottom: 10px;
}

#app .link-box > li h3:after {
  border: 10px solid transparent;
  border-top-color: #6eba02;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
}

#app .link-box > li h4 {
  margin-bottom: 10px;
  color: #f37835;
  font-size: 14px;
  font-size: 0.875rem;
}

#app .link-box > li strong {
  float: left;
}

#app .link-box > li .caption {
  float: right;
  width: 79%;
  overflow: hidden;
}

#app .link-box > li .caption h4 {
  margin-bottom: 10px;
  color: #f37835;
  font-size: 14px;
  font-size: 0.875rem;
}

#app .link-box > li .caption p {
  overflow: hidden;
}

#app .link-box > li .caption-two {
  float: right;
  width: 60%;
  overflow: hidden;
}

#app .link-box > li .caption-two h4 {
  margin-bottom: 10px;
  color: #f37835;
  font-size: 14px;
  font-size: 0.875rem;
}

#app .link-box > li .caption-two p {
  overflow: hidden;
}

#app .device {
  text-align: right;
  margin: 10px 0;
  font-size: 10px;
  font-size: 0.625rem;
}

#app .device li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

#app .app-icon,
#app .app_chintai,
#app .app_car,
#app .app_parking {
  float: left;
  display: block;
  width: 52px;
  height: 52px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#app .app_chintai {
  background: url("../images//top/img_app_chintai.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#app .app_car {
  background: url("../images//top/img_app_car.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#app .app_parking {
  background: url("../images//top/img_app_parking.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#declaration ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#declaration li {
  display: table-cell;
  vertical-align: top;
}

#declaration ul {
  text-align: center;
}

#declaration ul li {
  text-align: left;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 30px 10px 20px 10px;
}

#declaration ul li:last-child {
  border-right: none;
}

#declaration ul li img {
  display: block;
  margin: 0 auto;
}

#bnr-container {
  background: #f7f7f7;
}

#list #contents {
  background: #f7f7f7;
}

.section-header {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.section-header .btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.section-header h2 {
  top: 13px;
  left: 80px;
  padding: 0;
  margin: 20px 0;
  text-align: center;
  background: transparent;
}

.sort-area {
  position: relative;
  background: #f7f7f7;
  height: 65px;
}

.sort-area > ul {
  position: absolute;
  top: 20px;
  left: 10px;
}

.sort-area > ul li {
  display: inline;
  float: left;
  margin-right: 20px;
}

.sort-area .dropMenu {
  position: absolute;
  top: 13px;
  right: 10px;
}

.filter-container {
  position: relative;
  height: 65px;
  background: #efeee5;
}

.filter-container .result {
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  top: 23px;
  left: 10px;
}

.filter-container .result span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #f37835;
}

.filter-container .save {
  position: absolute;
  top: 10px;
  right: 70px;
}

.filter-container .filter-btn {
  position: absolute;
  right: 21px;
  top: 10px;
  text-align: center;
}

.filter-container .filter-btn a {
  padding: 0 40px;
  font-size: 10px;
  font-size: 0.95rem;
}

.filter-container .filter-btn i {
  margin: 0 auto;
}

/* 201601 add
filter-container
NewStyle filter-block---------------------*/
.filter-block {
	position: relative;
	height: 65px;
	background: #efeee5;
}

.filter-block .result {
	font-size: 14px;
	font-size: 0.875rem;
	width: 30%;
	margin: 25px 1% 0 5px;
	float: left;
}

.filter-block .setting {
	margin: 5px 5px 5px 0;
	display: inline-block;
	width: 32%;
}

.filter-block .result span {
	font-size: 24px;
	font-size: 1.5rem;
	color: #f37835;
}

.filter-block .change-setting {

}

.filter-block .change-setting a {
	font-size: 10px;
	font-size: 0.95rem;
	color: #666;
	width: 35%;
	padding: 1px 0 2px;
}

.filter-block .change-setting a:visited {
	color: #666;
}

.filter-block .change-setting i {
	margin: 0 auto;
}

.check-all {
  padding: 10px;
}

.check-all .balloon_02 {
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #cee9fc;
  color: #6eba02;
  position: relative;
  padding: 15px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.check-all .balloon_02:after {
  border: 10px solid transparent;
  border-top-color: #cee9fc;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 3%;
  position: absolute;
  width: 0;
}

.check-all .balloon_03 {
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #cee9fc;
  color: #6eba02;
  position: relative;
  padding: 15px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.check-all .balloon_03:after {
  border: 10px solid transparent;
  border-bottom-color: #cee9fc;
  border-top-width: 0;
  bottom: 46px;
  content: "";
  display: block;
  left: 3%;
  position: absolute;
  width: 0;
}

.roomBox-list {
  -webkit-box-shadow: 0px 2px 1px 0px #e3e3e3;
  box-shadow: 0px 2px 1px 0px #e3e3e3;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid #c5c5c5;
  background: #fff;
}

.roomBox-list h3 {
  margin-top: 10px;
  color: #6eba02;
}

.roomBox-list .detail {
  margin-top: 10px;
  clear: both;
}

.list-photo,
.list-ul {
  -webkit-box-shadow: 0px 2px 1px 0px #e3e3e3;
  box-shadow: 0px 2px 1px 0px #e3e3e3;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid #c5c5c5;
  background: #fff;
}

.list-photo h3,
.list-ul h3 {
  padding: 5px 0 0px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6eba02;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 3px;
}

.list-photo .merit,
.list-ul .merit {
  background: #e1f4c6;
  padding: 5px;
}

.list-photo .img-count,
.list-ul .img-count {
  position: relative;
  color: #3ca3ee;
  margin: 10px 0;
  text-align: right;
}

.list-photo .img-count i,
.list-ul .img-count i {
  padding: 5px 0 5px 25px;
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
}

.list-photo .detail,
.list-ul .detail {
  position: relative;
}

/*
.list-photo .detail:before,
.list-ul .detail:before {
  content: "";
  position: absolute;
  top: 58%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #6eba02;
  border-right: 3px solid #6eba02;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
.list-photo .detail:before,
.list-ul .detail:before {
  margin-right: -16px;
  width: 12px;
  height: 12px;
}

.list-photo .detail ul,
.list-ul .detail ul {
  margin-bottom: 5px;
}

.list-photo .detail ul li:first-child,
.list-ul .detail ul li:first-child {
  color: #5A5B70;
  float: left;
  width: 41%;
}

.list-photo .detail ul li:last-child,
.list-ul .detail ul li:last-child {
  overflow: hidden;
  width: 59%;
}

.list-photo .direction,
.list-ul .direction {
  clear: both;
}

.list-photo .direction .ttl,
.list-ul .direction .ttl {
  font-weight: bold;
}
.detail ul li:nth-child(2) {
    font-size: 11px;
}
.list-photo .direction p strong,
.list-ul .direction p strong {
  color: #f37835;
}

.list-photo .direction p span,
.list-ul .direction p span {
  margin-left: 10px;
}

.list-photo .people,
.list-ul .people {
  border: 1px solid #d9d8de;
  background: #fffae6;
  padding: 5px 10px;
  display: inline-table;
}

.list-photo .people span,
.list-ul .people span {
  color: #f37835;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
}

.list-ul {
  background: #fff;
}

.list-ul .img-slider {
  width: 35%;
  float: left;
}

.list-ul .img-slider .img-count {
  position: relative;
  color: #6eba02;
  margin-top: 10px;
  float: left;
}

.list-ul .detail {
  float: left;
  width: 60%;
  margin-left: 10px;
}

.list-ul .inner a,
.list-photo .inner a {
  color:#F00;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.list-ul .detail_word ,
.list-photo .detail_word {
	width:180%;
}

.list-ul .detail_word ul{
	margin-bottom:5px;
}

.list-photo .detail_word ul{
	margin-top:5px;
}

.pr {
  background: #fdf6e3;
}

/* 物件画像スワイプスライダー */

.fluidHeight {
  position: relative;
  width: 100%;
  height: 470px;
}

@media screen and (max-width: 900px) {
  .fluidHeight {
    height: 0;
    padding: 0 0 66.666% 0;
    /* ここの下パディングの数値で画像サイズを調整 */
  }
}

.sliderContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.iosSlider {
  width: 100%;
  height: 100%;
  background: #aaa;
}

.iosSlider .slider {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.iosSlider .slider .item {
  position: relative;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  height: 100%;
}

.inner .img-slider .img-frame {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.iosSlider .slider .item img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

#recommends .fluidHeight {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 34% 0;
}

#recommends .sliderContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

#recommends .iosSlider {
  width: 100%;
  height: 100%;
  background: #aaa;
}

#recommends .iosSlider .slider {
  width: 101%;
  height: 100%;
  margin: 0 auto;
}

#recommends .iosSlider .slider .item {
  position: relative;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 50%;
  height: 100%;
}

#recommends .iosSlider .slider .item img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.matome-area {
  background: rgba(110, 186, 2, 0.9);
  position: fixed !important;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  z-index: 1000;
}

.matome-area ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.matome-area li {
  display: table-cell;
  vertical-align: top;
}

.matome-area ul {
  width: 95%;
  margin: 0 auto;
}

.matome-area ul span {
  font-size: 10px;
  font-size: 0.625rem;
}

.matome-area .ttl {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.custom-selectbox {
  position: relative;
  width: 150px;
  float: left;
}

.custom-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 140px;
  height: 36px;
  opacity: 0;
}

.custom-selectbox .inner {
  border-radius: 4px;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #009260;
  padding: 0 12px;
  width: 140px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}

.custom-selectbox .inner:before,
.custom-selectbox .inner:after {
  content: '';
  position: absolute;
  display: block;
}

.custom-selectbox .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  background: #6eba02;
}

.custom-selectbox .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}

.select-area {
  background: rgba(91, 108, 125, 0.95);
  position: fixed !important;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  z-index: 1000;
  padding: 10px;
}

.select-area .ttl {
  float: left;
  width: 180px;
  color: #6eba02;
  font-size: 14px;
  font-size: 0.875rem;
}

.select-area .count {
  float: left;
  clear: left;
  margin-top: 10px;
  color: #fff;
}

.select-area .count span {
  color: #1abc9c;
  font-size: 30px;
  font-size: 1.875rem;
}

.select-area .btn {
  float: right;
}

#commuting {
  padding-top: 0;
  margin-top: -20px;
}

#commuting .transit div.radio-group,
#commuting-area .transit div.radio-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#commuting .transit div.radio-group div,
#commuting-area .transit div.radio-group div {
  display: inline-block;
  width: 25%;
  text-align: center;
}

#commuting .transit div.radio-group input,
#commuting-area .transit div.radio-group input {
  position: absolute;
  left: 0px;
  display: none;
  outline: none;
}

#commuting .transit div.radio-group label.default,
#commuting-area .transit div.radio-group label.default {
  cursor: pointer;
  width: 100%;
  float: left;
  margin-right: 3px;
  background-color: #2A80B9;
  background: url(../images/form/radio.png) top left no-repeat;
}

#commuting .transit div.radio-group label.default.checked,
#commuting-area .transit div.radio-group label.default.checked {
  background: url(../images/form/radio.png) 0 -17px no-repeat;
}

#commuting .transit div.radio-group label.train,
#commuting-area .transit div.radio-group label.train {
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  display: block;
  width: 100%;
  height: 38px;
  float: left;
  z-index: 999;
  background: url(../images/form/select_area_01.png) top center #3598db no-repeat;
}

#commuting .transit div.radio-group label.train.checked,
#commuting-area .transit div.radio-group label.train.checked {
  background: url(../images/form/select_area_01.png) 50% -38px #2a80b9 no-repeat;
}

#commuting .transit div.radio-group label.car,
#commuting-area .transit div.radio-group label.car {
  cursor: pointer;
  width: 100%;
  height: 38px;
  float: left;
  background-color: #2A80B9;
  background: url(../images/form/select_area_02.png) top center #3598db no-repeat;
}

#commuting .transit div.radio-group label.car.checked,
#commuting-area .transit div.radio-group label.car.checked {
  background: url(../images/form/select_area_02.png) 50% -38px #2a80b9 no-repeat;
}

#commuting .transit div.radio-group label.bicycle,
#commuting-area .transit div.radio-group label.bicycle {
  cursor: pointer;
  width: 100%;
  height: 38px;
  float: left;
  background-color: #2A80B9;
  background: url(../images/form/select_area_03.png) top center #3598db no-repeat;
}

#commuting .transit div.radio-group label.bicycle.checked,
#commuting-area .transit div.radio-group label.bicycle.checked {
  background: url(../images/form/select_area_03.png) 50% -38px #2a80b9 no-repeat;
}

#commuting .transit div.radio-group label.walk,
#commuting-area .transit div.radio-group label.walk {
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  width: 100%;
  height: 38px;
  float: left;
  background-color: #2A80B9;
  background: url(../images/form/select_area_04.png) top center #3598db no-repeat;
}

#commuting .transit div.radio-group label.walk.checked,
#commuting-area .transit div.radio-group label.walk.checked {
  background: url(../images/form/select_area_04.png) 50% -38px #2a80b9 no-repeat;
}

/* 条件指定 */

#limit_search h4 {
  background: #6eba02;
  position: relative;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: fz(14);
}

#limit_search h4:after {
  border: 10px solid transparent;
  border-top-color: #6eba02;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
}

#limit_search .inner {
  margin-top: 10px;
}

#limit_search .inner > ul > li {
  margin-bottom: 20px;
}

#limit_search .inner > ul > li > ul > li {
  margin-bottom: 10px;
}

#limit_search .add-btn {
  text-align: center;
  position: relative;
}

#limit_search .add-btn a {
  background: #e0e8ea;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  padding: 20px 0;
}

.transit ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.transit li {
  display: table-cell;
  vertical-align: top;
}

.transit ul {
  position: relative;
}

.transit ul .btn {
  padding: 10px 0;
}

.transit ul .btn span {
  margin: 0 auto;
}

.transit ul .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.transit ul > .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.transit ul > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.transit .active {
  background: #508801 !important;
}

/* マップ */

#map-search .sort-area {
  height: 62px;
  position: relative;
}

#map-search .sort-area .input-group {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 180px;
}

#map-search .sort-area .input-group .icon-white-lenz {
  padding: 6px 3px 6px 28px;
}

#map-search .map-container {
  position: relative;
}

#map-search .map-container .bottom-container {
  background: rgba(91, 108, 125, 0.95);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.btn-container ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.btn-container li {
  display: table-cell;
  vertical-align: top;
}

.btn-container ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-container ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-container ul li:nth-child(2n+1) {
  border-right: 1px solid #fff;
}

/* ここからSP版ヘッダー */
#sub header {
  background: #009260;
  height: 50px;
  text-indent: 0;
}

#sub h1 {
  padding: 9px 15px 16px;
	width: 105px;
}
/* ここまでSP版ヘッダー */

/* ここからSP版フッター */
#footer #greenbelt {
  background: #009260;
  color: #fff;
}

#footer #greenbelt .inner {
  margin: 0 0 0;
  width: 100%;
}

#footer #greenbelt .inner .ftbox {
  float: none;
  width: 100%;
}

#footer #greenbelt .inner .link{
	display:block;
	padding:18px 15px 0;
	line-height:1.4;
	text-align:center;
}

#footer #greenbelt .inner .link a{
  color: #fff;
  text-decoration: underline;
}

#footer #greenbelt .inner .link span{
	display:block;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	background:none;
  text-align:left;
}

#footer #greenbelt .inner .copy {
  font-size: 11px;
  padding: 15px 0 0 0;
  text-align:center;
}

#footer #greenbelt .inner .bn {
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  float: none;
  margin:9px auto 14px;
  width: 264px;
  height: 54px;
}

#footer #greenbelt .inner .bn span {
  color: #666;
  display: block;
  font-size: 9.5px;
  line-height: 1.4;
  padding: 16px 0 0 7px;
  width: 120px;
}

#footer #whitebelt {
  padding: 10px;
	text-align:center;
  width: 100%;
}
/* ここまでSP版フッター */
