﻿body {
    line-height: 1.6;
    color: #444;
    text-align: center;
    font-size: 14px;
/*    font-family: 'Open Sans', sans-serif;
     -webkit-font-smoothing: antialiased;*/
}

body,h1,h2,h3,h4,h5,h6,div,ul,li,p{
    padding: 0px;
    margin: 0px;
}
dd {
    margin: 0;
}

img {
    border: 0px;
    vertical-align: bottom;
}

figure { margin: 0; }

ul, li{list-style: none;}

* {box-sizing: border-box;}

a:link{color: #000;text-decoration: none;}
a:visited{color: #000; text-decoration: underline;}
a:hover{color: #000;text-decoration: underline;}
a:active {color: #000;text-decoration: underline;}

.f-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", HGS明朝E, serif;
  -webkit-font-smoothing: antialiased;
}
.f-montserrat {
  font-family: 'Montserrat', sans-serif;
}

/* =====================================
    font
===================================== */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* =====================================
    pdf要素 
===================================== */
a[href$=".pdf"] {   
    background: url(images/icon/Adobe_PDF_file_icon_24x24.png) no-repeat;
	padding-left: 23px;
	margin-left: 15px;
}  
* html a.pdf{   
    background: url(images/icon/Adobe_PDF_file_icon_24x24.png) no-repeat;
	padding-left: 23px;
	margin-left: 15px;
} 
/* =====================================
約款
===================================== */
.pdf_list ul {
}
.pdf_list li {
  float: left;
  width: 48%;
  margin: 0 1% 15px 1%;
}

/* =====================================
    hover OPACITY
===================================== */
.opa {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.opa:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-filter: opacity(0.7);
}

/* =====================================
    common
===================================== */
.pc-hidden {display: none!important;}

.ov-h {overflow: hidden;}

.align-c {text-align: center;}
.align-l {text-align: left;}
.align-r {text-align: right;}

.left {float: left;}
.right {float: right;}

.bold {font-weight: bold;}

a.effect {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: .3s;
}
a.effect::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #175090;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer a.effect::after {
  background-color: #fff;
}
a.effect:hover::after {
  width: 100%;
}


/* =====================================
    wrapper
===================================== */
#wrapper {
    position: relative;
    overflow: hidden;
}

.nav-wrap {
  position: relative;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -.4em;
  z-index: 10000;
}
.nav-wrap a {
  display: block;
  text-decoration: none; 
  color: #000!important;
}
.nav-group {
/*  position: relative;*/
  display: inline-block;
  width: 25%;
  letter-spacing: normal;
}
.nav-grouptitle {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.nav-grouptitle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: 24px;
  background: #000;
}
#header .nav-group:nth-last-child(2) .nav-grouptitle:after,
#footer .nav-group:nth-last-child(1) .nav-grouptitle:after {
/*  display: none;*/
  height:0;
}
.nav-grouptitle i {
  padding-left: 10px;
}
.nav-grouplist {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  text-align: left;
  background: #fff;
  color: #000;
  z-index: 100;
}
.nav-grouplist > li a {
  position: relative;
  padding: 6px 1em;
}
.nav-grouplist > li.children a {
  padding: 6px 1em 6px 2em;
}
.nav-grouplist > li a:hover {
  background: #000;
  color: #FFF!important;
}
.nav-grouplist > li a:after {
  position: absolute;
  right: 20px;
  content: "\f105";
  font-family: FontAwesome;
}

.sub-nav-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background: #fff;
  box-shadow:3px 6px 6px -1px rgba(0,0,0,.1);
  -moz-box-shadow:3px 6px 6px -1px rgba(0,0,0,.1);
  -webkit-box-shadow:3px 6px 6px -1px rgba(0,0,0,.1);
  z-index: 100;
}
.sub-nav {
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #000;
}
.sub-nav .sub-nav-title {
  display: table-cell;
  width: 25%;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 28px;
}
.sub-nav .sub-nav-title span {
  display: block;
  font-size: 14px;
  color: #959595;
}
.sub-nav .sub-nav-link-img {
  display: table-cell;
  width: 25%;
  padding: 0 5px;
  vertical-align: top;
}
.sub-nav .sub-nav-link-img.col-2 {
  width: 50%;
}
.sub-nav .sub-nav-link-img li {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  margin: 0 7px;
}
.sub-nav .sub-nav-link-img.col-2 li {
  max-width: 46%;
}
.sub-nav .sub-nav-link-img .img-bg {
  height: 175px;
  margin-bottom: 3px;
}
.sub-nav .sub-nav-link-img .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.sub-nav .sub-nav-link-txt {
  display: table-cell;
  width: 25%;
  padding: 0 5px;
  vertical-align: top;
}
.sub-nav .sub-nav-link-txt li a {
  display: block;
  margin-bottom: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid #999;
}
.sub-nav .sub-nav-link-txt .row5 li a {
  margin-bottom: 5px;
  padding: 5px 8px;
}
.sub-nav .sub-nav-link-txt li:last-child a {
  margin-bottom: 0;
}
.sub-nav .sub-nav-link-txt li a:hover {
  background: #000;
  color: #FFF !important;
}
.sub-nav .sub-nav-link-txt li:last-child a span {
  display: inline-block;
}
.sub-nav .sub-nav-link-txt li.before-after {
  float: none;
  width: auto;
}
.sub-nav .sub-nav-link-txt li.most-viewed a span {padding-left: 25px; background: url(images/common/ico_sub_navi_most_viewed.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.decorate-free a span {padding-left: 30px; background: url(images/common/ico_sub_navi_decorate_free.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.low_budget a span {padding-left: 28px; background: url(images/common/ico_sub_navi_low_budget.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.condition-change a span {padding-left: 28px; background: url(images/common/ico_sub_navi_condition_change.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.private-view a span {padding-left: 28px; background: url(images/common/ico_sub_navi_private_view.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.special a span {padding-left: 30px; background: url(images/common/ico_sub_navi_special.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.diary a span {padding-left: 22px; background: url(images/common/ico_sub_navi_diary.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.reason a span {padding-left: 25px; background: url(images/common/ico_sub_navi_reason.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.column a span {padding-left: 25px; background: url(images/common/ico_sub_navi_column.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.before-after a span {padding-left: 25px; background: url(images/common/ico_sub_navi_before_after.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.open a span {padding-left: 25px; background: url(images/common/ico_sub_navi_open.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.privacy a span {padding-left: 25px; background: url(images/common/ico_sub_navi_privacy.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.blog a span {padding-left: 25px; background: url(images/common/ico_sub_navi_blog.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.report a span {padding-left: 28px; background: url(images/common/ico_sub_navi_report.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.privacy a span {padding-left: 25px; background: url(images/common/ico_sub_navi_privacy.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.contact-us a span {padding-left: 25px; background: url(images/common/ico_sub_navi_contact_us.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.interview a span {padding-left: 25px; background: url(images/common/ico_sub_navi_inte.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.manual a span {padding-left: 25px; background: url(images/common/ico_sub_navi_manual.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.company a span {padding-left: 25px; background: url(images/common/ico_sub_navi_company.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.pr a span {padding-left: 25px; background: url(images/common/ico_sub_navi_pr.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.strength a span {padding-left: 25px; background: url(images/common/ico_sub_navi_strength.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.new a span {padding-left: 25px; background: url(images/common/ico_sub_navi_new.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.office a span {padding-left: 25px; background: url(images/common/ico_sub_navi_office.png) left center no-repeat;}

.sub-nav .sub-nav-link-txt li.most-viewed a:hover span {background: url(images/common/ico_sub_navi_most_viewed_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.decorate-free a:hover span {background: url(images/common/ico_sub_navi_decorate_free_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.low_budget a:hover span {background: url(images/common/ico_sub_navi_low_budget_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.condition-change a:hover span {background: url(images/common/ico_sub_navi_condition_change_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.private-view a:hover span {background: url(images/common/ico_sub_navi_private_view_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.special a:hover span {background: url(images/common/ico_sub_navi_special_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.diary a:hover span {background: url(images/common/ico_sub_navi_diary_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.reason a:hover span {background: url(images/common/ico_sub_navi_reason_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.column a:hover span {background: url(images/common/ico_sub_navi_column_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.before-after a:hover span {background: url(images/common/ico_sub_navi_before_after_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.open a:hover span {background: url(images/common/ico_sub_navi_open_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.privacy a:hover span {background: url(images/common/ico_sub_navi_privacy_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.blog a:hover span {background: url(images/common/ico_sub_navi_blog_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.report a:hover span {background: url(images/common/ico_sub_navi_report_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.privacy a:hover span {background: url(images/common/ico_sub_navi_privacy_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.contact-us a:hover span {background: url(images/common/ico_sub_navi_contact_us_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.interview a:hover span {background: url(images/common/ico_sub_navi_inte_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.manual a:hover span {background: url(images/common/ico_sub_navi_manual_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.company a:hover span {background: url(images/common/ico_sub_navi_company_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.pr a:hover span {background: url(images/common/ico_sub_navi_pr_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.strength a:hover span {background: url(images/common/ico_sub_navi_strength_on.png) left center no-repeat;}
.sub-nav .sub-nav-link-txt li.office a:hover span {background: url(images/common/ico_sub_navi_office_on.png) left center no-repeat;}

.sub-nav .sub-nav-sns {
  display: table-cell;
  width: 25%;
  padding: 0 5px;
  vertical-align: top;
}
.sub-nav .sub-nav-sns li a {
  display: block;
  margin-bottom: 8px;
  padding: 10px;
  color: #fff!important;
  font-weight: bold;
}
.sub-nav .sub-nav-sns li:last-child a {
  margin-bottom: 0;
}
.sub-nav .sub-nav-sns li.fb a {background: #425d94;}
.sub-nav .sub-nav-sns li.tw a {background: #66cbf7;}
.sub-nav .sub-nav-sns li.gg a {background: #ca5b48;}
.sub-nav .sub-nav-sns li.line a {background: #4ecd00;}
.sub-nav .sub-nav-sns li.line a span {padding-left: 28px; background: url(images/common/ico_line.png) left center no-repeat;}

.sub-nav .sub-nav-sns li a i {margin-right: 8px;}


.page-top {
  position: fixed;
  display: block;
  bottom: 35px;
  right: 30px;
  z-index: 10002;
}

.fixed-btm {
  display:none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -120px;
  width: 100%;
  background: rgba(0,0,0,0.8);
  text-align: center;
  z-index: 10001;
}
.fixed-btm.flont,
.fixed-btm.property {
  display: block;
}
.fixed-btm .btn-registration,
.fixed-btm .btn-search {
  display: inline-block;
  margin: 20px 10px;
}
.fixed-btm .btn-group {
  padding: 20px 10px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.fixed-btm .btn-group li {
  display: inline-block;
  width: 22%;
  margin: 0 5px;
  box-sizing: border-box;
  letter-spacing: normal;
}
.fixed-btm .btn-group a {
  display: block;
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(211, 211, 211) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;

}
.fixed-btm .btn-group a:hover {
  background-position: -100% 0;
  color: #000!important;
}
.fixed-btm .btn-group .btn-ico-property:hover span {
  background: url(images/common/ico_property.png) left center no-repeat;
}
.fixed-btm .btn-group .btn-ico-showing:hover span {
  background: url(images/common/ico_showing.png) left center no-repeat;
}
.fixed-btm .btn-group .btn-ico-mail:hover span {
  background: url(images/common/ico_mail.png) left center no-repeat;
}
.fixed-btm .btn-group .btn-ico-star:hover span {
  background: url(images/common/ico_star.png) left center no-repeat;
}

/* =====================================
    header
===================================== */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid #d1cec9;
  box-shadow:6px 1px 13px -1px rgba(0,0,0,.3);
  -moz-box-shadow:6px 1px 13px -1px rgba(0,0,0,.3);
  -webkit-box-shadow:6px 1px 13px -1px rgba(0,0,0,.3);
  z-index: 11000;
}
#header .logo-sp,
#header .btn-menu-sp {
  display: none;
}
#header .header-wrap {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#header .header-wrap a {
  display: block;
  text-decoration: none;
  color: #000;
}
#header .header-left {
  float: left;
  text-align: left;
}
#header .header-right {
  float: right;
}
#header .logo {
  line-height: 1;
  padding: 6px 10px 0 10px;
  color: #666;
  font-size: 12px;
}
#header .logo h1 {
  display: inline;
}

#header .logo p {
  display: inline;
}
#header .logo a {
  display: inline;
}
#header .logo img {
  vertical-align: top;
}
#header .logo span {
  display: inline-block;
  padding: 15px 0 0 20px;
}
#header #fade2{
  padding: 15px 0 0 20px;
  display: inline-block;
  width:300px;
  height:50px;
  overflow:hidden;
  position:relative;
  list-style:none;
}
#header #fade2 li{
  position:absolute;
}

#header .header-right .tel {
  float: left;
  font-size: 28px;
  font-weight: bold;
}
#header .header-right .tel span {
  padding-left: 28px;
  background: url(images/common/ico_tel.png) left center no-repeat;
}
#header .header-right .business-hours {
  float: left;
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 10px;
}
#header .header-right .mypage {
  float: left;
  width: 140px;
  height: 50px;
  background: #f5f5f5;
  border-left: 1px solid #d1cec9;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#header .header-right .mypage span {
  display: inline-block;
  padding-left: 26px;
  background: url(images/common/ico_mypage.png) left center no-repeat;
}
#header .header-right .login {
  float: left;
  width: 140px;
  height: 50px;
  background: #f5f5f5;
  border-left: 1px solid #d1cec9;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#header .header-right .login span {
  display: inline-block;
  padding-left: 26px;
  background: url(images/common/ico_login.png) left center no-repeat;
}
#header .header-right .contact {
  float: left;
  width: 160px;
  height: 50px;
  background: #f5f5f5;
  border-left: 1px solid #d1cec9;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#header .header-right .contact span {
  padding-left: 30px;
  background: url(images/common/ico_contact.png) left center no-repeat;
}

/* =====================================
    content
===================================== */
#content {
    text-align: left;
}
#content .content-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
#content .content-inner-s {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}
#content .bg-slanting {
  margin: 100px 0;
  padding: 50px 0;
  position: relative;
}
#content .bg-slanting:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #f0f2f5;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
#content .bg-slanting.reverse:before {
  margin: 2% -10% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* breadcrumb */
.breadcrumb {
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  font-size: 12px;
  text-align: left;
}
.breadcrumb a {
  color: #175090;
  text-decoration: underline;
}

/* sub-title */
.sub-title {
  padding: 30px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 46px;
}
.sub-title span {
  display: block;
  color: #959595;
  font-size: 14px;
}

/* bg */
.bg-gray {
  padding: 70px 0 100px; 
  background: #f0f2f5;
}

/* title */
.title-01 {
  position: relative;
  margin: 70px 0 20px;
  padding-bottom: 5px;
  font-size: 24px;
}
.title-01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 245px;
  height: 1px;
  background: #b3b3b3;
}

/* list-property-detail */
.list-property-detail {
  width: 525px;
  margin: 0 0 30px;;
  border-bottom: 1px solid #ccc;
}
.list-property-detail dt {
  clear: both;
  float: left;
  width: 125px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.list-property-detail dd {
  float: left;
  width: 400px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.list-property-detail .first {
  border-top: none;
}

/* list-property */
.list-property {
  margin: 0 0 0 -13px;
  overflow: hidden;
}
.list-property li {
  float: left;
  width: 260px;
  margin: 0 0 13px 13px;
  background: #f5f5f5;
}
.list-property li a {
  display: block;
  text-decoration: none;
}
.list-property li .img  {
  width: 260px;
  height: 195px;
}
.list-property li .txt  {
  position: relative;
  padding: 15px 20px;
}
.list-property li .txt .label {
  position: absolute;
  right: 5px;
  top: -18px;
}

/* list-business-conditions */
.list-business-conditions {
  margin: 0 0 0 -20px;
  overflow: hidden;
}
.list-business-conditions li {
  float: left;
  display: table;
  width: 200px;
  margin: 0 0 0 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #c1c1c1;
}
.list-business-conditions li a {
  display: block;
  text-decoration: none;
}
.list-business-conditions li .img  {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.list-business-conditions li .txt  {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.list-business-conditions li .txt .cnt {
  line-height: 1.1;
  color: #e45d00;
  font-size: 30px;
}

/* =====================================
    footer
===================================== */
#footer {
/*  margin-top: 110px;*/
  padding-bottom: 160px;
  background: #171717;
  text-align: center;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .f-navi {
  padding: 100px 0;
}

#footer .f-navi.is-not-top {
  padding: 50px 0;
}

#footer .f-navi a {
  padding: 40px 30px 0;
}
#footer .f-navi ul {
  display: inline-block;
}
#footer .f-navi li {
  display: inline-block;
  padding:0;
}
#footer .f-navi li.navi-home {
  background: url(images/common/f_navi_home.png) center top no-repeat;
}
#footer .f-navi li.navi-mypage {
  background: url(images/common/f_navi_mypage.png) center top no-repeat;
}
#footer .f-navi li.navi-route {
  background: url(images/common/f_navi_route.png) center top no-repeat;
}
#footer .f-navi li.navi-area {
  background: url(images/common/f_navi_area.png) center top no-repeat;
}
#footer .f-navi li.navi-search {
  background: url(images/common/f_navi_search.png) center top no-repeat;
}
#footer .f-navi li.navi-contact {
  background: url(images/common/f_navi_contact.png) center top no-repeat;
}
#footer .f-navi li.navi-login {
  background: url(images/common/f_navi_login.png) center top no-repeat;
}
#footer .f-navi li.navi-faq {
  background: url(images/common/f_navi_faq.png) center top no-repeat;
}


#footer .copyright {
  position: relative;
  display: block;
  color: #999;
  font-size: 10px;
}
#footer .copyright:before {
  position: absolute;
  top: -20px;;
  left: 50%;
  margin-left: -60px;
  content: "";
  width: 120px;
  height: 1px;
  background: #4d4d4d;
}

/* =====================================
    top-page
===================================== */
.front {
}
.front .slide {
  position: relative;
  height: 350px;
  margin-top: 60px;
  background: #000;
  overflow: hidden;
}

.front.login .slide {
  margin-top: -22px;
}

.front .slide .txt {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.front .slide .txt .title {
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 29px;
  font-weight: bold;
}
.front .slide .txt .more {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px 5px 40px;
  background: url(images/common/ico_home.png) 10px center no-repeat rgba(0,0,0,0.5);
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.front .slide .txt .more:hover {
  background: url(images/common/ico_home.png) 10px center no-repeat rgba(0,0,0,1);
}
.front .slide ul {
  margin: 0;
  padding: 0;
}
.front .slide .slick-slide {
  position: relative;
  opacity: 0.5;  
}
.front .slide .slick-current,
.front .slide .slick-active {
  opacity: 1;
}
.front .slide .slick_container {
  position: relative;
}
.front .slide .slick-prev, .slick-next {
  width: 60px;
  height: 60px;
}
.front .slide .slick-prev:before, .slick-next:before {
  content: "";
}
.front .slide button.slick-prev, button.slick-next {
  z-index: 2;
}
.front .slide .slick-prev {
  left: 50%;
  margin-left: -575px;
}
.front .slide .slick-next {
  right: 50%;
  margin-right: -575px;
}
.front .slide .slick-arrow {
  z-index: 10;
}
@media (max-width: 1170px) {
  .front .slide .slick-prev {
    left: 0;
    margin-left: 0px;
  }
  .front .slide .slick-next {
    right: 0;
    margin-right: 0px;
  }
}
@media (max-width: 1110px) {
  .front .slide {
    height: auto;
  }
}

/* new-contracts */
.front .new-contracts {
}
.front .new-contracts .sub-title {
  padding: 30px 0 15px;
  font-size: 32px;
}
.front .new-contracts .box {
  display: table;
  width: 410px;
  margin: 0 auto;
  overflow: hidden;
  background: #f5f5f5;
  text-align: center;
  font-weight: bold;
  border:0;
  padding:0;
}
.front .new-contracts .box .date {
  display: table-cell;
  width: 110px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
.front .new-contracts .box .num {
  display: table-cell;
  width: 300px;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.front .new-contracts .box .num span {
  color: #175090;
}
.front .new-contracts .box sup {
/*  display: block;*/
  font-size: 12px;
  font-weight: normal;
}
.front .new-contracts .read {
  margin: 30px 0;
  text-align: center;
  font-size: 18px;
}
.front .new-contracts .list {
  border-bottom: 1px solid #ccc;
}
.front .new-contracts .list li {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.front .new-contracts .list .list-left {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
}
.front .new-contracts .list figure .img {
  width: 120px;
  height: 90px;
}
.front .new-contracts .list .list-right {
  display: table-cell;
  vertical-align: middle;
}
.front .new-contracts .list .list-right-top {
  margin-bottom: 10px;
}
.front .new-contracts .list .list-right-btm {
  overflow: hidden;
}
.front .new-contracts .list .label {
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.front .new-contracts .list .date {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
}
.front .new-contracts .list .txt {
  float: left;
  font-size: 18px;
}
.front .new-contracts .list .btn-detail {
  float: right;
  width: 110px;
  margin-left: 10px;
}
.front .new-contracts .list .btn-detail a {
  display: inline-block;
  width: 100%;
  padding: 2px 0;
  border: 1px solid #808080;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.front .new-contracts .list .btn-detail a:hover {
  background: #000;
  color: #fff;
}

/* registration-num */
.front .registration-num {
  padding: 10px 0 50px;
  background: url(images/top/registration_bg.png) left top repeat;
}
.front .registration-num .sub-title {
  text-align: left;
  font-size: 32px;
}
.front .registration-num-left {
  position: relative;
  float: left;
  width: 800px;
  height: 500px;
}
.front .registration-num-right {
  position: relative;
  float: right;
  width: 310px;
}
.front .registration-num .map-pc-wrap {
  position: relative;
}
.front .registration-num .map-base {
  position: absolute;
  top: 70px;
  left: 250px;
}
.front .registration-num .map > div {
  display: none;
  position: absolute;
  top: 70px;
  left: 250px;
}
.front .registration-num .map-sp {
  display: none;
}
.front .registration-num .map-list-01 {
  color: #595757;
}
.front .registration-num .map-list-01 li {
  position: absolute;
  display: inline-block;
}
.front .registration-num .map-list-01 li.map-tokyo01 {
  left: 455px;
  top: 300px;
}
.front .registration-num .map-list-01 li.map-tokyo02 {
  left: 500px;
  top: -25px;
}
.front .registration-num .map-list-01 li.map-tokyo03 {
  left: 315px;
  top: 300px;
}
.front .registration-num .map-list-01 li.map-tokyo04 {
  left: 225px;
  top: -25px;
}
.front .registration-num .map-list-01 li.map-tokyo05 {
  left: 360px;
  top: -25px;
}
.front .registration-num .map-list-01 li.map-tokyo06 {
  left: 135px;
  top: 300px;
}
.front .registration-num .map-list-01 li.map-kanagawa {
  left: 220px;
  top: 300px;
}
.front .registration-num .map-list-01 li.map-saitama {
  left: 130px;
  top: -2px;
}
.front .registration-num .map-list-01 li.map-chiba {
  left: 640px;
  top: 300px;
}

.front .registration-num .map-list-01 .num {
  line-height: 1;
  text-align: center;
  font-size: 16px;
  /*color: red;*/
}
.front .registration-num .map-list-01 .num span {
  padding-right: 5px;
  font-size: 31px;
}
.front .registration-num .map-list-01 .area {
  display: inline-block;
}
.front .registration-num .map-list-01 .area a {
  display: block;
  padding: 5px 10px;
  background: #595757;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.front .registration-num .map-list-01 .area a:hover {
  background: #eb6100;
}
.front .registration-num .map-list-01-sp {
  display: none;
}
.front .registration-num .map-list-02 {
}
.front .registration-num .map-list-02 li a {
  display: block;
  margin-bottom: 10px;
  padding: 10px 30px 10px 40px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.front .registration-num .map-list-02 li a:hover {
  background: #000;
  color: #fff;
}
.front .registration-num .map-list-02 li a:after {
  position: absolute;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
}
.front .registration-num .map-list-02 li a:hover:after {
  color: #fff;
}
.front .registration-num .map-list-02 li.map-seach01 a {background:url(images/common/ico_serch_01.png) 10px center no-repeat #fff;}
.front .registration-num .map-list-02 li.map-seach02 a {background:url(images/common/ico_serch_02.png) 10px center no-repeat #fff;}
.front .registration-num .map-list-02 li.map-seach03 a {background:url(images/common/ico_serch_03.png) 10px center no-repeat #fff;}
.front .registration-num .map-list-02 li.map-seach04 a {background:url(images/common/ico_serch_04.png) 10px center no-repeat #fff;}
.front .registration-num .map-list-02 li.map-seach05 a {background:url(images/common/ico_serch_05.png) 10px center no-repeat #fff;}
.front .registration-num .map-list-02 li.map-seach06 a {background:url(images/common/ico_serch_06.png) 10px center no-repeat #fff;}

.front .registration-num .map-list-02 li.map-seach01 a:hover {background:url(images/common/ico_serch_01_on.png) 10px center no-repeat #eb6100;}
.front .registration-num .map-list-02 li.map-seach02 a:hover {background:url(images/common/ico_serch_02_on.png) 10px center no-repeat #eb6100;}
.front .registration-num .map-list-02 li.map-seach03 a:hover {background:url(images/common/ico_serch_03_on.png) 10px center no-repeat #eb6100;}
.front .registration-num .map-list-02 li.map-seach04 a:hover {background:url(images/common/ico_serch_04_on.png) 10px center no-repeat #eb6100;}
.front .registration-num .map-list-02 li.map-seach05 a:hover {background:url(images/common/ico_serch_05_on.png) 10px center no-repeat #eb6100;}
.front .registration-num .map-list-02 li.map-seach06 a:hover {background:url(images/common/ico_serch_06_on.png) 10px center no-repeat #eb6100;}

/* strength */
.front  .strength {
}
.front .strength .list {
  letter-spacing: -4em;
  text-align: center;
}
.front .strength .list li {
  display: inline-block;
  letter-spacing: normal;
  width: 29.3%;
  padding: 40px;
  background: #fff;
  border: 3px solid #000;
  vertical-align: top
}
.front  .strength .list li:nth-child(2) {
  margin: 0 6%;
}
.front .strength .list dl {
}
.front .strength .list dt {
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
}
.front .strength .list dt span {
  color: #ff821d;
}
.front .strength .list dd {
  padding: 20px 10px 0;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
}
.front .strength .read {
  width: 450px;;
  margin: 0 auto;
  padding: 70px 0 20px;
  font-size: 17px;
  font-weight: bold;
}
/* exhibition */
.front .exhibition {
  padding: 60px 0 0 0;
  margin:0 auto;
}
.front .exhibition .list {
  margin: 0 0 0 -30px;
  overflow: hidden;
}
.front .exhibition .list li {
  float: left;
  width: 373px;
  margin: 0 0 30px 30px;
  background: #f5f5f5;
}
.front .exhibition .list .img {
  width: 373px;
  height: 277px;
}
.front .exhibition .list .txt {
  margin-top: -10px;
  padding: 0 20px 20px;
}
.front .exhibition .list .label {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 10px;
  text-align: center;
  background: #e45d00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.front .exhibition .list .title {
  margin-top: 15px;
  font-weight: bold;
}
.front .exhibition .list .detail {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c7c7c7; 
}

/* new-arrival */
.front .new-arrival {
}
.front .new-arrival .list {
  margin: 0 0 0 -30px;
  overflow: hidden;
}
.front .new-arrival .list li {
  float: left;
  width: 574px;
  margin: 0 0 30px 30px;
  background: #fff;
}
.front .new-arrival .list li .img {
  width: 574px;
  height: 277px;
}
.front .new-arrival .list .txt {
  margin-top: -10px;
  padding: 0 20px 20px;
}
.front .new-arrival .list .label {
  display: inline-block;
  
  margin-top: -10px;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.front .new-arrival .list .title {
  padding-top: 15px;
  font-weight: bold;
}
.front .new-arrival .list .list-btm {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c7c7c7; 
  overflow: hidden;
}
.front .new-arrival .list .list-btm .detail {
  float: left;
  width: 60%;
}
.front .new-arrival .list .list-btm .price {
  float: right;
  width: 40%;
  line-height: 1;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
}
.front .new-arrival .list .list-btm .price .small {
  padding-left: 3px;
  font-size: 16px;
}

/* bnr-area */
.front .bnr-area {
  margin-top: 30px;
}
.front .bnr-area .list {
  letter-spacing: -.4em;
}
.front .bnr-area .list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 30px 30px 0;
}
.front .bnr-area .list li.li-right {
  margin: 0 0 30px 0;
}

/* useful-articles */
.front .useful-articles {
  padding: 60px 0 0 0;
}
.front .useful-articles .list {
  padding-bottom: 30px;
  border-top: 1px solid #c7c7c7; 
}
.front .useful-articles .list li {
  display: table;
  padding: 30px 50px;
  border-bottom: 1px solid #c7c7c7; 
}
.front .useful-articles .list figure {
  display: table-cell;
  width: 350px;
}
.front .useful-articles .list figure .img-pc {
  width: 320px;
  height: 200px;
}
.front .useful-articles .list .detail {
  position: relative;
  display: table-cell;
  width: 730px;
  vertical-align: top;
}
.front .useful-articles .list .date {
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.front .useful-articles .list .title {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
.front .useful-articles .list .txt {
  padding: 10px 0 50px;
}
.front .useful-articles .list .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* info-articles */
.front .info-articles {
  padding-bottom: 20px;
}
.front .info-articles .list {
  padding: 10px 0;
}
.front .info-articles .list li {
  display: table;
  width:auto;
  float:left;
  list-style-type:none;
  padding-left: 25px;
}
.front .info-articles .list li a {
  text-decoration: underline;
}
.front .info-articles .list li a:hover {
  text-decoration: none;
}
.news_title {
  border-bottom: 1px solid #000;
  padding: 8px 0px 3px 10px;
  font-size: 16px;
  font-weight: bold;
}

/* search-properties */
.front .search-properties {
  background: #f0f2f5;
  padding-bottom: 120px;
}
.front .search-properties .bg {
  position: relative;
  width: 1215px;
  height: 1484px;
  margin: 60px auto 0;
  background: url(images/top/search_for_properties_bg_pc.png) center top no-repeat;
}
.front .search-properties .bg li { 
  position: absolute;
}
.front .search-properties .bg li.no01 {
  left: 10px;
  top: -60px;
}
.front .search-properties .bg li.no02 {
  left: 250px;
  top: -60px;
}
.front .search-properties .bg li.no03 {
  left: 1020px;
  top: 100px;
}
.front .search-properties .bg li.no04 {
  left: 850px;
  top: 270px;
}
.front .search-properties .bg li.no05 {
  left: 600px;
  top: 340px;
}
.front .search-properties .bg li.no06 {
  left: 40px;
  top: 650px;
}
.front .search-properties .bg li.no07 {
  left: 250px;
  top: 740px;
}
.front .search-properties .bg li.no08 {
  left: 1015px;
  top: 880px;
}
.front .search-properties .bg li.no09 {
  left: 260px;
  top: 1070px;
}
.front .search-properties .bg li.no10 {
  left: 730px;
  top: 1380px;
}
.front .search-properties .bg li.box01 {
  left: 500px;
  top: -45px;
}
.front .search-properties .bg li.box02 {
  left: 50px;
  top: 340px;
}
.front .search-properties .bg li.box03 {
  left: 530px;
  top: 765px;
}
.front .search-properties .bg li.box04 {
  left: 580px;
  top: 1085px;
}
.front .search-properties .bg li.box05 {
  left: 30px;
  top: 1310px;
}
/*.front .search-properties .bg li.no01:hover {
  left: 12px;
  top: -62px;
}
.front .search-properties .bg li.no02:hover {
  left: 252px;
  top: -62px;
}
.front .search-properties .bg li.no03:hover {
  left: 1022px;
  top: 98px;
}
.front .search-properties .bg li.no04:hover {
  left: 852px;
  top: 268px;
}
.front .search-properties .bg li.no05:hover {
  left: 602px;
  top: 338px;
}
.front .search-properties .bg li.no06:hover {
  left: 42px;
  top: 648px;
}
.front .search-properties .bg li.no07:hover {
  left: 252px;
  top: 738px;
}
.front .search-properties .bg li.no08:hover {
  left: 1017px;
  top: 878px;
}
.front .search-properties .bg li.no09:hover {
  left: 262px;
  top: 1068px;
}
.front .search-properties .bg li.no10:hover {
  left: 732px;
  top: 1378px;
}
.front .search-properties .bg li.box01:hover {
  left: 502px;
  top: -47px;
}
.front .search-properties .bg li.box02:hover {
  left: 52px;
  top: 338px;
}
.front .search-properties .bg li.box03:hover {
  left: 532px;
  top: 763px;
}
.front .search-properties .bg li.box04:hover {
  left: 582px;
  top: 1083px;
}
.front .search-properties .bg li.box05:hover {
  left: 32px;
  top: 1308px;
}*/
.front .search-properties .fukidashi {
}
.front .search-properties .fukidashi > div {
  display: none;
  position: absolute;
  max-width: 400px;
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px; 
  box-shadow:3px 6px 6px -1px rgba(0,0,0,.1);
  -moz-box-shadow:3px 6px 6px -1px rgba(0,0,0,.1);
  -webkit-box-shadow:3px 6px 6px -1px rgba(0,0,0,.1);
  z-index: 1;
}
.front .search-properties .fukidashi > div.no01 {
  left: 10px;
  top: 75px;
}
.front .search-properties .fukidashi > div.no02 {
  left: 250px;
  top: 75px;
}
.front .search-properties .fukidashi > div.no03 {
  right: 205px;
  top: 110px;
}
.front .search-properties .fukidashi > div.no04 {
  right: 375px;
  top: 140px;
}
.front .search-properties .fukidashi > div.no05 {
  left: 400px;
  top: 110px;
}
.front .search-properties .fukidashi > div.no06 {
  left: 175px;
  top: 530px;
}
.front .search-properties .fukidashi > div.no07 {
  left: 410px;
  top: 630px;
}
.front .search-properties .fukidashi > div.no08 {
  right: 210px;
  top: 830px;
}
.front .search-properties .fukidashi > div.no09 {
  left: 125px;
  top: 838px;
}
.front .search-properties .fukidashi > div.no10 {
  left: 320px;
  top: 1360px;
}
.front .search-properties .fukidashi > div.box01 {
  left: 500px;
  top: 100px;
}
.front .search-properties .fukidashi > div.box02 {
  left: 50px;
  top: 105px;
}
.front .search-properties .fukidashi > div.box03 {
  left: 530px;
  top: 530px;
}
.front .search-properties .fukidashi > div.box04 {
  left: 170px;
  top: 955px;
}
.front .search-properties .fukidashi > div.box05 {
  left: 440px;
  top: 1275px;
}
.front .search-properties .fukidashi > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.front .search-properties .fukidashi > div.no01:after,
.front .search-properties .fukidashi > div.no02:after,
.front .search-properties .fukidashi > div.box01:after {
  top: -10px;
  left: 60px;
  margin-left: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.front .search-properties .fukidashi > div.box01:after {
  left: 190px;
}
.front .search-properties .fukidashi > div.no03:after,
.front .search-properties .fukidashi > div.no04:after,
.front .search-properties .fukidashi > div.no08:after,
.front .search-properties .fukidashi > div.no10:after,
.front .search-properties .fukidashi > div.box04:after {
  top: 55px;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.front .search-properties .fukidashi > div.no04:after {
  top: 185px;
}
.front .search-properties .fukidashi > div.no08:after,
.front .search-properties .fukidashi > div.no10:after {
  top: 105px;
}
.front .search-properties .fukidashi > div.box04:after {
  top: 175px;
}
.front .search-properties .fukidashi > div.no06:after,
.front .search-properties .fukidashi > div.no07:after,
.front .search-properties .fukidashi > div.box05:after {
  top: 110px;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.front .search-properties .fukidashi > div.no06:after,
.front .search-properties .fukidashi > div.no07:after {
  top: 180px;
}
.front .search-properties .fukidashi > div.no05:after,
.front .search-properties .fukidashi > div.no09:after,
.front .search-properties .fukidashi > div.box02:after,
.front .search-properties .fukidashi > div.box03:after {
  bottom: -10px;
  left: 190px;
  margin-top: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.front .search-properties .fukidashi > div.no05:after {
  left: 250px;
}
.front .search-properties .fukidashi > div span {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 11px;
}
.front .search-properties .fukidashi article {
  padding: 5px 0;
}
.front .search-properties .fukidashi article a {
  display: table;
  width: 100%;
}
.front .search-properties .fukidashi .img-bg {
  width: 25%;
  display: table-cell;
}
.front .search-properties .fukidashi .img-bg .img {
  height: 60px;
}
.front .search-properties .fukidashi .title {
  width: 75%;
  display: table-cell;
  line-height: 1.4;
  padding-left: 10px;
  vertical-align: middle;
}

#outline #eye_catcher{
  bottom:180px !important;
}
/* =====================================
    strength-page
===================================== */
.strength-page {
  margin-top: 150px;
}
.strength-page .strength-box-wrap {
  width: 1000px;
  margin: 0 auto;
}
.strength-page .strength-brock-01 {
  float: left;
  width: 320px;
  height: 660px;
  margin: 0 0 0 10px;
}
.strength-page .strength-brock-02 {
  float: left;
  width: 320px;
  height: 660px;
  margin: 0 10px 0 0;
}
.strength-page .strength-box-line {
  padding: 30px;
  border: 3px solid #000;
}
.strength-page .strength-box {
  display: table;
}
.strength-page .strength-box dl {
  display: table-cell;
  vertical-align: middle;
}
.strength-page .strength-box dt {
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
}
.strength-page .strength-box dt .orange {
  color: #ff821d;
}
.strength-page .strength-box dd {
  padding: 20px 15px 0;
  font-size: 17px;
  font-weight: bold;
}
.strength-page .strength-box-01 {
  float: left;
  width: 660px;
  height: 660px;
  margin: 0 10px 0 0;
}
.strength-page .strength-box-01 dd {
  padding: 40px 120px 0;
}
.strength-page .strength-box-02 {
}
.strength-page .strength-box-03 {
  width: 320px;
  height: 320px;
  margin: 23px 0 0 0;
}
.strength-page .strength-box-04 {
  width: 320px;
  height: 320px;
  margin: 20px 10px 0 0;
}
.strength-page .strength-box-05 {
  margin: 23px 10px 0 0;
}
.strength-page .strength-box-06 {
  float: left;
  width: 660px;
  height: 660px;
  margin: 20px 0 0 10px;
  background: url(images/strength/strength_box_06_bg.png) left top no-repeat;
}
.strength-page .strength-box-06 dd {
  padding: 30px 160px 0;
}
.strength-page .strength-box-07 {
  float: left;
  width: 320px;
  height: 320px;
  margin: 20px 10px 0 0;
}
.strength-page .strength-box-08 {
  float: left;
  width: 320px;
  height: 320px;
  margin: 20px 10px 0;
  padding: 10px 30px 30px;
}
.strength-page .strength-box-08 dt {
  line-height: 1;
  font-size: 130px;
}
.strength-page .strength-box-08 dt span {
  font-size: 40px;
}
.strength-page .strength-box-08 dd {
  padding: 2px 15px 0;
}
.strength-page .strength-box-09 {
  float: left;
  width: 320px;
  height: 320px;
  margin: 20px 0 0 10px;
}


/* =====================================
    property-page
===================================== */
.property-page #content {
  margin-top: 42px;
  padding-bottom: 50px;
}

/* property-main-area */
.property-page .property-main-area {
  padding: 40px 0 60px;
}
.property-page .property-main-area .property-title {
  margin: 0 0 20px;
}
.property-page .property-main-area .property-title .property-label-wrap {
  display: inline-block;
  width: 80px;
  margin: 10px 0 0 0;
  letter-spacing: -0.1em;
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 1px 0;
}
.property-page .property-main-area .property-title.agreement .property-label-wrap {
  width: 160px;
}
.property-page .property-main-area .property-title .property-label {
  display: table-cell;
  width: 80px;
  height: 36px;
  line-height: 1.4;
  margin: 10px 1px 10px 0;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  vertical-align: middle;
}
.property-page .property-main-area .property-title .property-label-red {
  background: #c40202;
}
.property-page .property-main-area .property-title .property-label-blue {
  background: #175090;
}
.property-page .property-main-area .property-title .property-name {
  display: inline-block;
  width: 1090px;
  line-height: 1.5;
  padding: 0 0 0 15px;
  font-size: 36px;
}
.property-page .property-main-area .property-title.agreement .property-name {
  width: 1010px;
}
.property-page .property-main-area .property-info {
  margin-bottom: 40px;
  overflow: hidden;
}
.property-page .property-main-area .property-info-box {
  float: left;
  font-size: 16px;
}
.property-page .property-main-area .property-info-box.box-01 {
  margin-right: 10px;
}
.property-page .property-main-area .property-info-box.box-02 {
  font-size: 13px;
}
.property-page .property-main-area .property-info-box.box-01 table {
  width: 240px;
}
.property-page .property-main-area .property-info-box.box-02 table {
  width: 380px;
}
.property-page .property-main-area .property-info-box th {
  padding: 14px 0;
  background: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.property-page .property-main-area .property-info-box.box-01 th {
  width: 30px;
}
.property-page .property-main-area .property-info-box.box-02 th {
  width: 60px;
  padding: 3px 10px;
}
.property-page .property-main-area .property-info-box td {
  padding: 14px 15px;
  background: #f5f5f5;
}
.property-page .property-main-area .property-info-box.box-01 td {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.property-page .property-main-area .property-info-box.box-01 td span  {
  font-size: 18px;
}
.property-page .property-main-area .property-info-box.box-02 td {
  padding: 3px 15px;
}
.property-page .property-main-area .property-info .btn2 {
  width: 280px;
  margin: 1px 0 0;
}

/* reservation-area */
.property-page .reservation-area {
  padding: 70px 0;
  background: #f0f2f5;
}
.property-page .reservation-area .content-inner {
  width: 480px!important;
  margin: 0 auto;
}
.property-page .reservation-area .schedule-box {
  position: relative;
  margin-bottom: 20px;
}
.property-page .reservation-area .schedule-box .label {
  position: absolute;
  left: -20px;
  top: -20px;
}
.property-page .reservation-area .schedule-box dt {
  padding: 2px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.property-page .reservation-area .schedule-box dd {
  display: table;
  padding: 10px;
  background: #fff;
  text-align: center;
}
.property-page .reservation-area .schedule-box .box-left,
.property-page .reservation-area .schedule-box .box-right {
  display: table-cell;
  width: 220px;
  vertical-align: middle;
}
.property-page .reservation-area .schedule-box .img {
  width: 220px;
  height: 165px;
}
.property-page .reservation-area .schedule-box .date {
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
}
.property-page .reservation-area .schedule-box .date span {
  padding-left: 5px;
  font-size: 16px;
}
.property-page .reservation-area .schedule-box .time {
  padding-top: 10px;
  font-weight: bold;
  font-size:20px;
}
.property-page .reservation-area .voice {
  position: relative;
  margin-bottom: 20px;
}
.property-page .reservation-area .voice .img {
  position: absolute;
  left: 0;
  top: 0;
}
.property-page .reservation-area .voice .img img {
  border-radius: 50%;
}
.property-page .reservation-area .voice dl {
  margin-left: 100px;
}
.property-page .reservation-area .voice dt {
  font-size: 14px;
  font-weight: bold;
}
.property-page .reservation-area .voice dd {
  margin-top: 5px;
  font-size: 13px;
}
.property-page .reservation-area .btn-small {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 14px;
  min-width:unset;
}

/* member-registration */
.property-page .member-registration {
  margin: 20px 0 0;
  text-align: center;
}
.property-page .member-registration .txt {
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: bold;
}
.property-page .member-registration .btn-registration {
  width: 520px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
}
.property-page .member-registration .btn-registration:after {
  top: 0;
}
.property-page .member-registration .btn-registration span {
  display: block;
  height: 90px;
  background: url(images/common/btn_registration.png) center center no-repeat;
}
.property-page .member-registration .btn-registration:hover span {
  background: url(images/common/btn_registration_on.png) center center no-repeat;
}

/* owner-voice */
.property-page .owner-voice {
  margin: 110px 0 0;
  overflow: hidden;
}
.property-page .owner-voice .left {
  width: 260px;
}
.property-page .owner-voice .title {
  height: 46px;
  line-height: 46px;
  margin: 0 0 15px;
  background: url(images/property/title_bg_owner_voice.png) left center no-repeat;
  font-size: 23px;
}
.property-page .owner-voice .right {
  width: 800px;
}

#property-detail {
  margin-top: -80px;
  padding-top: 80px;
}

/* map */
.property-page .map {
  position: relative;
  float: left;
  width: 526px;
  height: 365px;
}
.property-page #my-abc-map{
  height:365px;
}
.property-page .map .btn-enlarge {
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
}

/* before-after */
.property-page .before-after {
  float: right;
  width: 526px;
}
.property-page .before-after .img {
  margin-bottom: 20px;
}
.property-page .before-after .btn-more {
  width: 100%;
  margin: 15px auto 0;
}

/* =====================================
    example-page
===================================== */
.example-page {
  margin-top: 100px;
}
.example-page .intro {
  padding-top: 30px;
  margin-bottom: 40px;
  background: url(images/example/intro_bg.png) right bottom no-repeat;
}
.example-page .intro .title { 
  margin-bottom: 10px;
  font-size: 36px;
}
.example-page .intro .title span  { 
  font-size: 22px;
}
.example-page .intro .read { 
  line-height: 1.8;
  width: 68%;
  margin-bottom: 20px;
  font-size: 18px;
}
.example-page .intro .category-description {
  width: 60%;
  padding: 0 15px 10px;
  border: 1px solid #6b6b6b;  
}
.example-page .intro .category-description li {
  padding-top: 10px;
  font-size: 14px;
}
.example-page .intro .category-description .category {
  display: inline;
}
.example-page .intro .category-description .category span {
  margin-right: 10px;
  padding: 5px 10px;
  background: #0f3f65;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

/* =====================================
    pr-page
===================================== */
#content.pr-page  {
  margin-top: 100px;
  padding-bottom: 50px;
  color: #000;
}
.pr-page .page-title {
  height: 540px;
  background: url(images/pr/kv_pc.jpg) center bottom no-repeat;
}
.pr-page .about {
}
.pr-page .about .block {
  display: table;
}
.pr-page .about .block .img-block {
  display: table-cell;
  width: 50%;
  height: 440px;
  vertical-align: middle;
}
.pr-page .about .block .summary-block {
  display: table-cell;
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
  vertical-align: middle;
}
.pr-page .about .block.img-left .img {
  background-image:url(images/pr/img_about_001.jpg);
}
.pr-page .about .block.img-right .img {
  background-image:url(images/pr/img_about_002.jpg);
}
.pr-page .about .block .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.pr-page .about .title {
  margin-bottom: 5px;
  font-size: 38px;
}
.pr-page .about .title .en {
  display: block;
  font-size: 14px;
}
.pr-page .about .read {
  line-height: 1.9;
  font-size: 16px;
}
.pr-page .about .btn2 {
  width: 50%;
  height: 50px;
  line-height: 50px;
  margin: 20px 0 0 0;
  font-size: 14px;
}


.pr-page .list-news-wrap {
  margin-bottom: 80px;
}
.pr-page .list-news {
  text-align: center;
  letter-spacing: -0.3em;
}
.pr-page .list-news li {
  display: inline-block;
  position: relative;
  width: 31%;
  margin: 0 1.3% 15px 0;
  background: #fff;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}
.pr-page .list-news li:nth-of-type(3n) {
  margin: 0 0 15px 0;
}
.pr-page .list-news li figure {
  display: table-cell;
  vertical-align: middle;
}
.pr-page .list-news li figure img {
  max-width: 100%;
  height: auto;
}
.pr-page .list-news li .summary {
  margin-top: -15px;
  padding: 0 20px 20px;
}
.pr-page .list-news li .summary .label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.pr-page .list-news li .summary .shop {
  font-size: 16px;
}

.pr-page .list-magazine {
  text-align: center;
  letter-spacing: -0.3em;
}
.pr-page .list-magazine li {
  display: inline-block;
  position: relative;
  width: 31%;
  margin: 0 1.3% 15px 0;
  padding: 40px 40px; 
  background: #fff;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
}
.pr-page .list-magazine li:nth-of-type(3n) {
  margin: 0 0 15px 0;
}
.pr-page .list-magazine li figure {
  display: table-cell;
  vertical-align: middle;
}
.pr-page .list-magazine li figure img {
  max-width: 100%;
  height: auto;
}
.pr-page .list-magazine li .summary {
  margin-top: 25px;
}
.pr-page .list-magazine li .summary .label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.pr-page .list-magazine li .summary .shop {
  font-size: 16px;
}
.pr-page .list-magazine li .summary .shop span {
  font-size: 24px;
}
.pr-page .list-media {
  margin-bottom: 60px;
  letter-spacing: -0.3em;
}
.pr-page .list-media li {
  display: inline-block;
  position: relative;
  width: 24%;
  margin: 0 1.2% 15px 0;
  background: #f5f5f5;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
}
.pr-page .list-media li:nth-of-type(4n) {
  margin: 0 0 15px 0;
}
.pr-page .list-media .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  z-index: 1;
}
.pr-page .list-media .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.pr-page .list-media .summary {
  position: relative;
  padding: 20px 10px 10px;
}
.pr-page .list-media .label {
  position: absolute;
  left: 10px;
  top: -15px;
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}
.pr-page .list-media .date {
  color: #666666;
  font-size: 14px;
}
.pr-page .list-media .shop {
  font-size: 18px;
  font-weight: bold;
}
.pr-page #case {
  margin-top: -100px;
  padding-top: 100px;
}
.pr-page .case {
  text-align: center;
}
.pr-page .case .block {
  display: table;
  padding: 50px 0;
}
.pr-page .case .summary-block {
  display: table-cell;
  width: 45%;
  vertical-align: middle;
}
.pr-page .case .img-block {
  position: relative;
  display: table-cell;
  width: 55%;
  vertical-align: middle;
}
.pr-page .case .img-block img {
  max-width: 100%;
  height: auto;
}
.pr-page .case .img-block .img-b {
  position: absolute;
  top: 38%;
}
.pr-page .case .img-right .img-block .img-b {
  left: -50px;
}
.pr-page .case .img-left .img-block .img-b {
  right: -50px;
}
.pr-page .case .title {
  position: relative;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 32px;
}
.pr-page .case .title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 100px;
  height: 1px;
  margin: 0 0 0 -50px;
  background: #999;
}
.pr-page .case .shop {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.pr-page .case .shop span {
  display: block;
  font-size: 18px;
}
.pr-page .case .magazine {
  font-size: 16px;
}
.pr-page .case .magazine .label {
  margin-right: 10px;
  padding: 2px 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.pr-page .case .btn-more {
  width: 80%;
  margin: 30px auto 0;
}
.pr-page .caution {
  margin-top: 30px;
}
.pr-page .caution .caution-left {
  display: inline-block;
  margin-right: 25px;
  color: #8f0000;
  vertical-align: top;
}
.pr-page .caution .caution-right {
  display: inline-block;
  vertical-align: top;
}
.pr-page .kv {
  height: 780px;
  background-size: cover;
  background-position: 50% 50%;
  z-index:-1000;
}
.pr-page .pr-page-content {
  width: 1120px;
  margin: -420px auto 0!important;
  padding: 60px 60px 30px!important;
  background: #fff;
}
.pr-page .intro {
  margin-bottom: 50px;
  text-align: center;
}
.pr-page .intro .title {
  margin-bottom: 20px;
  font-size: 40px;
}
.pr-page .intro .date {
  margin-bottom: 10px;
  font-size: 14px;
}
.pr-page .intro .area {
  display: inline-block;
  background: #000;
  padding: 2px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.pr-page .intro .shop-name {
  font-size: 32px;
  font-weight: bold;
}
.pr-page .intro .name {
  font-size: 18px;
  font-weight: bold;
}
.pr-page .intro .voice {
  display: table;
  width: 60%;
  margin: -15px auto 0;
  padding: 20px;
  background: #f0f2f5;
  text-align: left;
  font-size: 14px;
}
.pr-page .intro .voice .img {
  display: table-cell;
  width: 106px;
  height: 106px;
  vertical-align: top;
}
.pr-page .intro .voice .img img {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}
.pr-page .intro .voice .text {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.pr-page .pr-list {
  margin-bottom: 50px;
  overflow: hidden;
}
.pr-page .pr-list .title {
  float: left;
  width: 25%;
  margin: 0;
  vertical-align: top;
}
.pr-page .pr-list ul {
  float: left;
  width: 75%;
  overflow: hidden;
}
.pr-page .pr-list li {
  float: left;
  width: 48%;
  margin: 0 1% 15px 1%;
}
.pr-page .pr-list li img {
  max-width: 100%;
}
.pr-page .pr-list li figcaption {
  margin-top: 5px;
  font-size: 16px;
}
.pr-page .post {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
.pr-page .post .title-wrap {
  margin-bottom: 10px;
}
.pr-page .post .label {
  line-height: 1;
  color: #fff;
  margin-right: 15px;
  padding: 2px 10px;
  background: #000; 
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.pr-page .post .label.c-01 {
  background: #000; 
}
.pr-page .post .label.c-02 {
  background: #e45d00;
}
.pr-page .post .title {
  font-size: 28px;
  vertical-align: middle;
}
.pr-page .post .read {
  line-height: 1.8;
  font-size: 16px;
}
.pr-page .post .read img {
  margin: 15px 0;
 }
.pr-page .post-small {
  width: 60%;
  line-height: 1.8;
  margin: 10px auto;
  font-size: 16px;
}
.pr-page .other-list {
  text-align: center;
  overflow: hidden;
}
.pr-page .other-list li {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 30px;
  background: #fff;
}
.pr-page .other-list li:nth-of-type(2n) {
  margin-right: 0;
}
.pr-page .other-list li a {
  display: block;
  text-decoration: none;
}
.pr-page .other-list .img-wrap { 
  width: 510px;
  height: 255px;
  margin-bottom: 15px;
}
.pr-page .other-list .img { 
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.pr-page .other-list .title {
  margin-bottom: 13px;
  font-size: 28px; 
}
.pr-page .other-list .line {
  width: 100px;
  height: 1px;
  margin: 0 auto 10px;
  background: #b3b3b3;
}
.pr-page .other-list .shop-name {  
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
.pr-page .other-list .name {  
  font-size: 18px;
  font-weight: bold;
}
.pr-page .btn-back {
  margin: 80px auto 40px;
}
.pr-page .btn2 {
  width: 410px;
  margin: 30px auto 0;
}
/* =====================================
    article-list
===================================== */
.article-list {
}
.article-list__wrap {
  font-size: 0;
}
.article-list__newmark {
  position: absolute;
  top: 10px;
  left: -40px;
  background: #E94C79;
  width: 140px;
  height: 30px;
  z-index: 100;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
.article-list__item {
  display: inline-block;
  position: relative;
  width: 31%;
  margin-bottom: 30px;
  overflow: hidden;
  vertical-align: top;
}
.article-list__item:nth-of-type(3n-1) {
  margin-left: 3.33%;
  margin-right: 3.33%;
}
.article-list__item .overlay {
  position: absolute;
  display: block;
  z-index: 10;
  color: #FFF;

  font-size: 14px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.article-list__item .overlay:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  background: #FFF;
  top: -10px;
  transition-delay: 0.5s;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 5;
}
.article-list__item .overlay:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  background: #FFF;
  bottom: -10px;
  transition-delay: 0.5s;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 5;
}
.article-list__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: 1;
}
.article-list__thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .3s ease;
}
.article-list__thumb > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 2;
}
.article-list__thumb > a:hover .article-list__thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.article-list__thumb > a:hover:after {
  opacity: 1;
}
.article-list__thumb > a:hover .overlay {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article-list__thumb > a:hover .overlay:before {
  width: 100%;
}
.article-list__thumb > a:hover .overlay:after {
  width: 100%;
}
.article-list__summary {
  position: relative;
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  z-index: 1;
}
.article-list__category {
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  top: -12px;
  left: 5px;
  color: #FFF;
  background: #0f3f65;
  border-radius: 5px;
  z-index: 5;
}
.article-list__category a {
  color: #FFF !important;
}
.article-list__date {
  position: absolute;
  top: 1px;
  left: 135px;
  font-size: 16px;
  color: #3D3D3D;
}
.article-list__title {
  font-size: 18px;
  margin-top: 10px;
}
.article-list__title a {
  color: #000;
  line-height: 1.4;
}
.article-list__info {
  margin: 10px 0;
  font-size: 15px;
}

/* =====================================
    slide
===================================== */
.slide-02 {
  position: relative;
  margin-bottom: 60px;
  background: #fff;
  overflow: hidden;
}
.slide-02 .slider-main,
.slide-02 .slider-sub {
  position: relative;
}
.slide-02 ul {
  margin: 0;
  padding: 0;
}
.slide-02 ul .txt {
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
}
.slide-02 ul li {
  width: 700px;
}
.slide-02 ul li .img {
  position: relative;
  width: 700px;
  height: 450px;
  text-align: center;
  overflow: hidden;
}
.slide-02 ul li .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.slide-02 ul li.agreement .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 80, 144, 0.6);
  color: #fff;
  text-align: center;
}
.slide-02 ul li .cover .cover-txt-wrap {
  display: none;
}
.slide-02 ul li.agreement .cover .cover-txt-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.slide-02 ul li.agreement .cover .cover-txt-wrap > div {
  display: table-cell;
  padding-top: 50px;
  font-size: 46px;
  vertical-align: middle;
}
.slide-02 ul li.agreement .cover .cover-txt-wrap > div span {
  padding-top: 70px;
  background: url(images/common/ico_agreement.png) center top no-repeat;
}
.slide-02 .slick-slide {
  position: relative;
  opacity: 0.5;  
}
.slide-02 .slick-current,
.slide-02 .slick-active {
  opacity: 1;
}
.slide-02 .slick_container {
  position: relative;
}
.slide-02 .slick-prev, .slick-next {
  width: 54px;
  height: 54px;
}
.slide-02 .slick-prev:before, .slick-next:before {
  content: "";
}
.slide-02 button.slick-prev,
.slide-02 button.slick-next {
  z-index: 2;
}
.slide-02 #arrows {
}
.slide-02 #arrows .slick-prev {
  position: absolute;
  top: 225px;
  left: 50%;
  margin-left: -375px;
}
.slide-02 #arrows .slick-next {
  position: absolute;
  top: 225px;
  right: 50%;
  margin-right: -375px;
}
.slide-02 .slick-arrow {
  z-index: 10;
}
.slide-02 .thumb-item-nav li {
  position: relative;
  width: 150px;
  height: 100px;
  background: #000;
  overflow: hidden;
}
.slide-02 .thumb-item-nav li .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.slide-02 .thumb-item-nav .slick-current .img {
  opacity: 0.6; 
}
.slide-02 #arrows-nav .slick-prev {
  position: absolute;
  left: 0;
  top: 50px;
}
.slide-02 #arrows-nav .slick-next {
  right: 0;
  top: 50px;
}
.thumb-item-nav .slick-track {
  margin: 0 auto;
  transform: translate3d(0px, 0px, 0px)!important;
}

/* =====================================
    acc-box
===================================== */
.acc-box {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #808080;
}
.acc-box .acc-box-head {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  text-align: center;
  text-decoration: none!important;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.acc-box .acc-box-head:after {
  position: absolute;
  right: 30px;
  content: "\f107";
  font-size: 30px;
  font-family: FontAwesome;
}
.acc-box .acc-box-head.active:after {
  position: absolute;
  right: 30px;
  content: "\f106";
  font-size: 30px;
  font-family: FontAwesome;
}
.acc-box .acc-box-body {
  display: none;
  padding: 30px 30px 40px;
}
.acc-box .acc-box-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

/* =====================================
    btn
===================================== */
.btn2 {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(0, 0, 0) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  border: 1px solid #808080;
  text-align: center;
  text-decoration: none!important;
  color: #000;
  font-size: 18px;
  margin:0px;
  padding:0px;
}
.btn2:hover {
  background-position: -100% 0;
  border: 1px solid #000;
  color: #fff!important;
}
.btn2:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-size: 30px;
  font-family: FontAwesome;
}
.btn-down:after {
  position: absolute;
  right: 30px;
  content: "\f107";
  font-size: 30px;
  font-family: FontAwesome;
}
.btn-no-arw:after {
  content: "";
}
.btn-ico-property span {
  padding-left: 30px;
  background: url(images/common/ico_property.png) left center no-repeat;
}
.btn-ico-map span {
  padding-left: 35px;
  background: url(images/common/ico_map.png) left center no-repeat;
}
.btn-ico-pdf span {
  padding-left: 25px;
  background: url(images/common/ico_pdf.png) left center no-repeat;
}
.btn-ico-print span {
  padding-left: 25px;
  background: url(images/common/ico_print.png) left center no-repeat;
}
.btn-ico-showing span {
  padding-left: 30px;
  background: url(images/common/ico_showing.png) left center no-repeat;
}
.btn-ico-mail span {
  padding-left: 33px;
  background: url(images/common/ico_mail.png) left center no-repeat;
}
.btn-ico-star span {
  padding-left: 30px;
  background: url(images/common/ico_star.png) left center no-repeat;
}
.btn-ico-registration span {
  padding-left: 30px;
  background: url(images/common/ico_registration.png) left center no-repeat;
}
.btn-ico-mypage span {
  padding-left: 30px;
  background: url(images/common/ico_mypage.png) left center no-repeat;
}
.btn-ico-search span {
  padding-left: 30px;
  background: url(images/common/ico_search.png) left center no-repeat;
}

.btn-ico-property:hover span {
  background: url(images/common/ico_property_on.png) left center no-repeat;
}
.btn-ico-map:hover span {
  background: url(images/common/ico_map_on.png) left center no-repeat;
}
.btn-ico-pdf:hover span {
  background: url(images/common/ico_pdf_on.png) left center no-repeat;
}
.btn-ico-print:hover span {
  background: url(images/common/ico_print_on.png) left center no-repeat;
}
.btn-ico-showing:hover span {
  background: url(images/common/ico_showing_on.png) left center no-repeat;
}
.btn-ico-mail:hover span {
  background: url(images/common/ico_mail_on.png) left center no-repeat;
}
.btn-ico-star:hover span {
  background: url(images/common/ico_star_on.png) left center no-repeat;
}

.btn-orange {
  width: 410px;
  margin: 40px auto;
  background-color: #e45d00;
  background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, rgb(255, 255, 255) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  border: 1px solid #e45d00;
  color: #fff!important;
}
.btn-orange:hover {
  border: 1px solid #e45d00;
  color: #e45d00!important;
}

.btn-more,
.btn-back {
  position: relative;
  display: block;
  width: 410px;
  height: 80px;
  line-height: 80px;
  margin: 40px auto;
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(0, 0, 0) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  border: 1px solid #808080;
  text-align: center;
  text-decoration: none!important;
  color: #000;
  font-size: 18px;
}
.btn-more:hover,
.btn-back:hover {
  background-position: -100% 0;
  border: 1px solid #000;
  color: #fff!important;
}
.btn-more:after,
.btn-more-down:after {
  position: absolute;
  right: 30px;
  font-size: 30px;
  font-family: FontAwesome;
}
.btn-more:after {
  content: "\f105";
}
.btn-more-down:after {
  content: "\f107";
}
.btn-back:before,
.btn-back-down:before {
  position: absolute;
  left: 30px;
  font-size: 30px;
  font-family: FontAwesome;
}
.btn-back:before {
  content: "\f104";
}

/*main.css hack*/
iframe[name="google_conversion_frame"] {
    position: initial !important;
}
/*.container__body{
    padding-top: 0 !important;
}*/


/* =====================================
    campaign-page
===================================== */

.campaign-page #content {
  margin-top: 60px;
  padding-bottom: 50px;
}
.campaign-page .campaign-main {
  width: 100%;
  height: 600px;
  background: url(images/campaign/main_bg.png) top repeat-x;
}
.campaign-page .campaign-main .inner {
  margin: 0 auto;
  width: 1240px;
  height: 600px;
  display: block;
  position: relative;
}
.campaign-page .campaign-main .inner .tokuten {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
}
.campaign-page .campaign-main .inner .tokuten-list {
  position: absolute;
  top: 420px;
  left: 70px;
}
.campaign-page .campaign-main .inner .tokuten-list li {
  color: #fff;
  font-size:19px;
  list-style-type: disc;
  z-index: 2;
}
.campaign-page .campaign-main .inner .campaign-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.campaign-page .campaign-main .inner .campaign-btn a{
  display: block;
  padding: 15px 40px 15px 48px;
  color: #fff;
  background: #000;
  font-size:20px;
  border:1px solid #fff;
  transition: .4s;
}
.campaign-page .campaign-main .inner .campaign-btn a:before {
  position:relative;
  content: "\f040";
  font-size: 22px;
  font-family: FontAwesome;
  margin-right:10px;
}
.campaign-page .campaign-main .inner .campaign-btn a:hover{
  color: #000;
  background: #fff;
  text-decoration:none;
}
.campaign-page .campaign-main .inner .photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.campaign-page .campaign-txt {
  text-align: center;
  font-size: 22px;
  padding:30px 0;
}

.campaign-page .campaign-privilege {
  margin: 0 auto;
  width: 1240px;
}
.campaign-page .campaign-privilege .privilege-title {
  text-align: center;
  margin-bottom:50px;
}
.campaign-page .campaign-privilege .privilege-box01 {
  width: 590px;
  float:left;
}
.campaign-page .campaign-privilege .privilege-box02 {
  width: 590px;
  float:right;
}
.campaign-page .campaign-privilege dl {
  margin:0 4px 50px 4px;
  padding:15px 20px;
  border:7px solid #000;
  border-top:none;
}
.campaign-page .campaign-privilege .book-img {
  float:left;
  padding:25px 15px 25px 0;
}
.campaign-page .campaign-privilege .gift-img {
  float:left;
  padding-right:15px;
}
.campaign-page .campaign-privilege .sub01 {
  font-size:22px;
  padding-bottom:10px;
}
.campaign-page .campaign-privilege .sub02 {
  font-size:22px;
  padding-bottom:5px;
}
.campaign-page .campaign-privilege dd {
  clear:both;
  font-size:18px;
}
.campaign-page .campaign-privilege .privilege-box03 {
  clear:both;
  width: 1240px;
  padding:20px 0 30px 0;
  margin-bottom:120px;
  background: url(images/campaign/cmp_bg.png) repeat;
}
.campaign-page .campaign-privilege .privilege-box03 .privilege-date {
  text-align: center;
  font-size:30px;
  font-weight:bold;
  color:#fff;
  margin-bottom:10px;
}
.campaign-page .campaign-privilege .privilege-box03 .privilege-date span {
  font-size:16px;
  font-weight:normal;
}
.campaign-page .campaign-privilege .privilege-box03 .privilege-btn {
  text-align:center;
}
.campaign-page .campaign-privilege .privilege-box03 .privilege-btn a{
  position: relative;
  display: inline-block;
  padding: 15px 40px 15px 50px;
  color: #000;
  background: #fff;
  font-size:20px;
  border:1px solid #000;
  transition: .4s;
}
.campaign-page .campaign-privilege .privilege-box03 .privilege-btn a:before {
  position:relative;
  content: "\f040";
  font-size: 22px;
  font-family: FontAwesome;
  margin-right:10px;
}
.campaign-page .campaign-privilege .privilege-box03 .privilege-btn a:hover{
  color: #fff;
  background: #000;
  border:1px solid #000;
  text-decoration:none;
}

.campaign-page .campaign-about {
  width: 100%;
}
.campaign-page .campaign-about .about-title {
  height: 130px;
  background: url(images/campaign/title_bg.png) top repeat-x;
  text-align:center;
  color:#fff;
  margin-bottom:80px;
}
.campaign-page .campaign-about .about-title img {
  padding:26px 0 7px 0;
}
.campaign-page .campaign-about .inner {
  margin: 0 auto;
  width: 1240px;
  overflow:hidden;
  margin-bottom:120px;
}
.campaign-page .campaign-about dl {
  float:left;
  margin-top:20px;
}
.campaign-page .campaign-about dt {
  margin-bottom:15px;
}
.campaign-page .campaign-about dd {
  font-size:22px;
  margin-bottom:40px;
}
.campaign-page .campaign-about .sp {
  float:right;
}

.campaign-page .campaign-schedule {
  width: 100%;
}
.campaign-page .campaign-schedule .schedule-title {
  height: 130px;
  background: url(images/campaign/title_bg.png) top repeat-x;
  text-align:center;
  color:#fff;
}
.campaign-page .campaign-schedule .schedule-title img {
  padding:26px 0 7px 0;
}
.campaign-page .campaign-schedule .schedule-txt {
  text-align: center;
  font-size: 22px;
  padding:30px 0;
}
.campaign-page .campaign-schedule .schedule-step {
  border:7px solid #000;
  overflow:hidden;
  width:1226px;
  margin:0 auto;
}
.campaign-page .campaign-schedule .schedule-step dl {
  float:left;
  width:25%;
  height:400px;
  border-right:7px solid #000;
}
.campaign-page .campaign-schedule .schedule-step .step04 {
  border-right:none;
}
.campaign-page .campaign-schedule .schedule-step dt {
  overflow:hidden;
  height:130px;
  padding-right:20px;
}
.campaign-page .campaign-schedule .schedule-step dd {
  clear:both;
  padding:10px 35px 15px 35px;
}
.campaign-page .campaign-schedule .schedule-step .step {
  float:left;
}
.campaign-page .campaign-schedule .schedule-step h3 {
  font-size:32px;
  font-weight:bold;
  line-height:32px;
  text-align:center;
  padding-top:15px;
}
.campaign-page .campaign-schedule .schedule-step .step04 h3 {
  line-height:90px;
}
.campaign-page .campaign-schedule .schedule-step .up {
  font-size:22px;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
}
.campaign-page .campaign-schedule .schedule-step .open {
  text-align:center;
  margin-bottom:16px;
}
.campaign-page .campaign-schedule .schedule-step h4 {
  padding:3px 10px;
  background:#2878a5;
  color:#fff;
  margin-bottom:5px;
}
.campaign-page .campaign-schedule .schedule-step li {
  list-style-type: disc;
  margin-left:20px;
  font-weight:bold;
}

.campaign-page .campaign-coin {
  margin:100px 0 150px 0;
  width: 100%;
  min-width:1000px;
  height: 500px;
  background: url(images/campaign/coin_bg.jpg) center center / cover no-repeat;
}
.campaign-page .campaign-coin .coin-txt {
  color:#fff;
  text-align:center;
  padding-top:25px;
  font-size:50px;
  font-weight:bold;
}
.campaign-page .campaign-coin .coin-btn {
  margin-top:270px;
  text-align:center;
}
.campaign-page .campaign-coin .coin-btn a{
  display: inline-block;
  padding: 25px 60px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-size:20px;
  transition: .4s;
}
.campaign-page .campaign-coin .coin-btn a:before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  margin-right:20px;
}
.campaign-page .campaign-coin .coin-btn a:hover{
  background: #fff;
  color:#000;
  text-decoration:none;
}

.campaign-page .campaign-case .case-title {
  margin: -70px auto 20px auto;
  width: 700px;
}
.campaign-page .campaign-case .case-icon {
  float:left;
  padding-right:20px;
}
.campaign-page .campaign-case h2 {
  text-align:left;
  padding-top:75px;
}
.campaign-page .campaign-case dl {
  margin: 0 auto;
  width: 1140px;
  overflow:hidden;
  background:#fff;
  padding:50px;
  margin-bottom:80px;
}
.campaign-page .campaign-case .case-photo {
  float:left;
}
.campaign-page .campaign-case .case-txt {
  width:580px;
  float:right;
}
.campaign-page .campaign-case .case-no {
  color: #fff;
  font-size: 14px;
  background:#000;
  padding:3px 0;
  width:100px;
  text-align:center;
  margin-bottom:10px;
}
.campaign-page .campaign-case h3 {
  font-size:30px;
  margin-bottom:10px;
}
.campaign-page .campaign-case .name {
  font-size: 16px;
  text-align:right;
  margin-bottom:30px;
}
.campaign-page .campaign-case .txt {
  width:580px;
  font-size:16px;
  overflow:hidden;
}
.campaign-page .campaign-case .photo {
  float:right;
  padding-left:40px;
}
.campaign-page .campaign-pr {
  height: 130px;
  background: url(images/campaign/title_bg.png) top repeat-x;
  text-align:center;
  color:#fff;
  margin-bottom:100px;
}
.campaign-page .campaign-pr .inner {
  margin:0 auto;
  width:800px;
}
.campaign-page .campaign-pr h2 {
  font-size:50px;
  padding:24px 40px 0 0;
  float:left;
}
.campaign-page .campaign-pr p {
  font-size:20px;
  text-align:left;
  padding-top:30px;
}

.campaign-page .campaign-entry {
  margin:0 auto;
  width:750px;
  overflow:hidden;
}
.campaign-page .campaign-entry h2 {
  float:left;
  padding-right:30px;
}
.campaign-page .campaign-entry .entry-list {
  border-left:1px solid #000;
  padding-left:65px;
  text-align:left;
  float:right;
  font-size:18px;
  margin-bottom:70px;
}
.campaign-page .campaign-entry .entry-list h3:before {
  position: relative;
  content: "\f04d";
  font-size: 20px;
  font-family: FontAwesome;
  margin-right:10px;
}
.campaign-page .campaign-entry .entry-list ul {
  margin:0 0 20px 8px;
}
.campaign-page .campaign-entry .entry-list li {
  list-style-type: disc;
  margin-left:20px;
}
.campaign-page .campaign-entry .entry-btn {
  clear:both;
  text-align:center;
}
.campaign-page .campaign-entry .entry-btn a{
  display: inline-block;
  padding: 25px 60px;
  color: #fff;
  background: #000;
  font-size:20px;
  transition: .4s;
}
.campaign-page .campaign-entry .entry-btn a:before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  margin-right:20px;
}
.campaign-page .campaign-entry .entry-btn a:hover{
  background: #ce5909;
  text-decoration:none;
}

.machi a {
	text-decoration: none;
	color: #444;
	font-family: Meiryo,メイリオ;
	
}

.machi a:hover {
	color:#0a00d9;
}
.machi-content-inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 70px;
}

.machi .sub-title {
    padding: 30px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 46px;
}

.f-mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", HGS明朝E, serif;
    -webkit-font-smoothing: antialiased;
}


.machi span {
    display: block;
    color: #959595;
    font-size: 14px;
}

.f-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.machi {
 width:100%;
 overflow:hidden;
}

	
.machi-back {
	background-image:url(images/top/machi.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	box-sizing: border-box;
	padding: 30px 70px;
}

.machi1 {
	font-size: 30px;
}

.machi1 p {
	margin: 20px 0px;
}


.left-machi {
	float:left;
}

.machi1 .left-machi  {
	border-bottom: 3px solid #000;
}

.machi1 .left-machi a {
	margin-right: 30px;
}


.machi1 .right-machi  {
	border-bottom: 3px solid #000;
}

.right-machi {
	float:right;
	text-align: right;
}



.machi1 .right-machi a {
	margin-left: 30px;
}

.machi2{
	font-size:15px;
	border-bottom: 3px solid #000;
}

.machi2 p{
	margin: 10px 0px;
}

.left-machi {
	text-align: left;
}

.machi2 .left-machi a {
	margin-right: 10px;
}

.machi2 .right-machi a {
	margin-left: 10px;
}

.clear {
	clear:both;
}

/* ↑人気の街を知ろう↑ */


/* ↓業態で探す↓ */

.search-content-inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 60px;
}


.s-title {
	margin-top: 10px;
	font-size: 24px;
	text-align: left;
	padding-left:70px; 
}


.search {
	box-sizing: border-box;	
	width:100%;
}

.styles-pack {
	padding: 30px 0px 70px 70px;
}
	
.styles{
	float: left;
	width: 25%;
	text-align: left;
}

.styles p {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 0px;
}

.styles a {
	font-size: 12px;
}

/* 街コラムTOP */

.box_town {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box_town .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box_town p {
    margin: 0; 
    padding: 0;
    font-size: 17px;
}

/* feature list */
.feature-txt {
  font-size: 15px;
  padding:30px 0;
}

.feature__box {
	margin-bottom: 5px;
}

.feature__box a {
	text-decoration: none;
}

.feature__box ul {
	font-size: 0;
}

.feature__box li {
	display: inline-block;
	width: 200px;
	margin-right: 6px;
	padding: 6px 6px 6px 0;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background: #FFF;
	border: 1px solid #94A5B6;
	border-radius: 4px 4px;
	cursor: pointer;
}

.feature__box li:hover {
	color: #FFF;
	background: #f5f5f5;
}

.feature__box li.is-active {
	color: #000;
	background: #f5f5f5;
}


/* cardスタイル */

.cardstyle {
	max-width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
}


.bukken-cards {
	margin:10px;
	float: left;
	width: 47%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 5px #ccc;
}
.card-img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.card-content {
  padding: 8px;
}
.card-title {
  font-size: 18px;
  margin-bottom: 20px;
	line-height: 1.8;
  text-align: center;
  color: #555;
}
.card-text {
	color: #555;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}
.card-link {
 	text-align: center;
 	border-top: 1px solid #eee;

}
.card-link a {
 	display: block;
    padding: 0.55em 0em;
    text-decoration: none;
	background: #81BEF7;
    color: white;
	font-weight: bold;
	text-align: center;
    border: solid 1.5px #81BEF7;
    transition: .4s;
}
.card-link a:hover {
 	background: #fff;
    color: #81BEF7;
	border: solid 1.5px #81BEF7;
}

.clear {
	clear:both;
}

@media(max-width:700px){
	.bukken-cards {
		margin: 10px 0px;
		float: none;
		width: 100%;
		box-sizing: border-box;
}
	
}

.bnr4 {
	margin-top: 30px;
}

.bnr4-link{
	box-sizing: border-box;
	float: left;
	width: 25%;
	padding-right:15px;
}

.mypage-nav {
        overflow: hidden;
}



.town-top {
	background-image: url(https://www.abc-tenpo.com/app/webroot/contents/wp-content/uploads/shirokanetakanawa_machi.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 35px;
}

.town-text {
	color: #555;
}

.town-text p  {
	margin-bottom: 12px;
}

.shirou {
	font-size: 28px;
	font-family: 游明朝, YuMincho, serif;
	float: right;
	background-color: #FFFFFF;
	display: inline-block;
	width: 45%;
	padding: 25px 60px;
	margin:50px;
}


.top-text {
	font-size: 16px;
	font-family: 游明朝, YuMincho, serif;
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	width: 70%;
	float: right;
	margin: 50px;
	padding: 20px;
}


.clear {
	clear: both;
}


.town-h2 {
	font-family: 游明朝, YuMincho, serif;
	text-align: center;
	font-size: 190%;
	margin: 40px 0px 30px;
}

.town-area a {
	font-family: 游明朝, YuMincho, serif;
	font-size: 18px;
	display: block;
	color: #555;
}


.town-area a:hover {
	color: #0E20AC;
}

.area-bnr a {
	color: #555;
	font-size: 22px;
	font-weight: bold;
	width: 24%;
	background-size: cover;
	margin: 10px 0px;
	padding: 50px;
	text-align: center;
	box-sizing: border-box;
}

.nishishinjuku {
	background:radial-gradient(ellipse at center, rgba(255,255,255,0.5) 40%,rgba(255,255,255,0.25) 60%,rgba(255,255,255,0) 100%),url(https://www.abc-tenpo.com/abc/dist/img/nishishinjuku_machi.jpg);
}

.nihonbashi {
	background:radial-gradient(ellipse at center, rgba(255,255,255,0.5) 40%,rgba(255,255,255,0.25) 60%,rgba(255,255,255,0) 100%),url(https://www.abc-tenpo.com/abc/dist/img/nihonbashi_machi.jpg);
}

.akihabara {
	background:radial-gradient(ellipse at center, rgba(255,255,255,0.5) 40%,rgba(255,255,255,0.25) 60%,rgba(255,255,255,0) 100%), url(https://www.abc-tenpo.com/abc/dist/img/akihabara_machi.jpg);
}

.omotesando {
	background-image:radial-gradient(ellipse at center, rgba(255,255,255,0.5) 40%,rgba(255,255,255,0.25) 60%,rgba(255,255,255,0) 100%),url(https://www.abc-tenpo.com/abc/dist/img/omotesando_machi.jpg);
}

.town23list,.area-other,.area-bnr {
	display: flex;
	justify-content: space-around;
	flex-grow: 1;
    flex-wrap: wrap;
}

.tonw23,.area-other a  {
	width: 23%;
	margin: 8px;
	line-height: 2.6em;
	text-align: center;
	box-sizing: border-box;
}


@media (max-width: 800px) {

	.town-top {
	background-repeat: no-repeat;
	background-size: cover;

}

	.town23list,.area-other,.area-bnr {
	display: flex;
    flex-wrap: wrap;
}
	
	
	.shirou {
	font-size: 19px;
	float: none;
	width: auto;
	text-align: center;	
	display: inline-block;
	padding: 25px;
	margin:10 auto;
}


.town-h2 {
    font-size: 150%;
}

	.top-text {
	float: none;
	width: auto;
	display: inline-block;
	padding: 25px;
	margin:30px auto;
}

	
	.area-bnr a {
	width: 46%;
	padding: 33px;
	margin: 5px;
	}
	
	.tonw23  {	
	width: 46%;
	margin: 5px;
	}
	
	
	.area-other a {
	width: 46%;
	margin: 5px;
}

.wp-pagenavi .nextpostslink {
    width: 100%;
}
	
}




.expert-title {
	font-family: 游明朝, YuMincho, serif;
	text-align: center;
	font-size: 190%;
	margin-bottom: 20px;
}

.expert-description {
	font-family: 游明朝, YuMincho, serif;
	text-align: center;
	font-size:16px;
	margin:10px 0 20px 0;
	
}

.expert-main , .expert-prof {
	max-width: 1000px;
	margin: 0 auto;
}

.expert-img {
	display: block;
	max-width: 360px;
	float: left;
}

.expert-name {
	font-family: 游明朝, YuMincho, serif;
	font-color: #555;
	float: left;
	padding: 150px 0 0 70px;
}


.expert-name p {
	font-size: 36px;
	font-color: #555;
	font-weight: bold;
}

.expert-name span {
	font-size: 16px;
	line-height: 33px;
}

.expert-prof {
	font-family: 游明朝, YuMincho, serif;
	font-color: #555;
	font-size: 16px;
	padding-top: 30px;
	margin: 0 auto;
	line-height: 28px;
}

.expert-prof p {
	margin-bottom: 28px;
}

.clear {
	clear: both;
}

.expert-warpper {
	margin-top: 20px;
	display: grid;
    grid-template-columns: 6fr 2fr 8fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	}


.expert-warpper a {
	font-family: 游明朝, YuMincho, serif;
	font-color: #555;
	display: block;
	margin: 10px 0px;
	font-size: 17px;
}

.expert-warpper a:hover {
	color: #0E20AC;
}



.expert-case {
	padding: 20px 0 0 20px;
}

.expert-case span {
	color: dodgerblue;
	font-family: 'Source Code Pro', monospace;
	font-weight: 900;
	font-size: 25px;
}

.expert-case h3 {
	font-family: 游明朝, YuMincho, serif;
	font-color: #555;
	font-size: 20px;
}

.expert-next img {
	width: 80px;
	position: relative;
	top: 50%;
	left: 25%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.fa-check-circle {
	color: #D91A37;
	margin-right: 5px;
}


.expert-link{
    margin:1em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #444;
    border-bottom: solid 2px #444;
}
.expert-link:before, .expert-link:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #444;
}
.expert-link:before {left: 10px;}
.expert-link:after {right: 10px;}
.expert-link p {
    margin: 0; 
    padding: 0;
}


@media(max-width: 800px){

	.expert-img {
		float: none;
		margin: 0 auto;
	}
	
	.expert-name {
		padding: 20px 0 0 10px;
		font-size: 75%;
	}
	
}



@media(max-width: 700px){
	
	.expert-main , .expert-prof {
		max-width: 100%;
		margin: 0 auto;
}
	
	.expert-warpper {
		grid-template-columns: 1fr;
	}
	
	.expert-next img {
		display: none;
	}
	
	

	
	
}