@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
html {
  font-size: 14px;
}

html.small {
  font-size: 12px;
}

html.large {
  font-size: 16px;
}

body {
  font-family: 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #0b79b2;
  outline: 0px none #000;
}

a img {
  border: none;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.sp {
  display: none;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 1280px;
  padding-top: 140px;
}

/* *** 汎用コンテンツ包括枠 *** */
.general-contents-wrapper {
  width: 960px;
  margin: 0 auto 100px;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
/* -----
 * 基本設定
----------------------------------- */
#Header {
  width: 100%;
  height: 140px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#Header .header-wrapper {
  min-width: 1180px;
  position: relative;
}

#Header .header-wrapper > .logo {
  width: 216px;
  position: absolute;
  top: 22px;
  left: 0;
  margin: 0;
  line-height: 1;
}

#Header .global-navi-opener {
  display: none;
}

/* -----
 * 文字サイズ切り替えナビ
----------------------------------- */
#FontSizeSwitching {
  position: absolute;
  top: 16px;
  right: 371px;
  line-height: 1;
}

#FontSizeSwitching dl {
  display: table;
  border-collapse: separate;
  height: 28px;
  margin: 0;
  border-spacing: 1px 0;
}

#FontSizeSwitching dl dt,
#FontSizeSwitching dl dd {
  display: table-cell;
  vertical-align: middle;
}

#FontSizeSwitching dl dt {
  font-size: 12px;
  padding-right: 0.5em;
}

#FontSizeSwitching dl dd {
  width: 24px;
  border: 2px solid #727272;
  background-color: #727272;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

#FontSizeSwitching dl dd.small {
  font-size: 13px;
}

#FontSizeSwitching dl dd.medium {
  font-size: 15px;
}

#FontSizeSwitching dl dd.large {
  font-size: 17px;
}

#FontSizeSwitching dl dd.active {
  background-color: #fff;
  color: #333;
}

/* -----
 * ヘッダーナビ
----------------------------------- */
#HeadNavi {
  position: absolute;
  top: 0;
  right: 0;
}

#HeadNavi .navigations {
  list-style: none;
  padding: 0;
}

#HeadNavi .navigations .navi {
  float: left;
  margin-left: 1px;
  position: relative;
}

#HeadNavi .navigations .navi .name {
  display: block;
  width: 82px;
  background-color: #0e4b8e;
  cursor: pointer;
}

/* -----
 * グローバルナビ
----------------------------------- */
#GlobalNavi {
  padding-top: 90px;
}

#GlobalNavi .navigations {
  display: table;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  line-height: 1;
}

#GlobalNavi .navigations .navi {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  position: relative;
}

#GlobalNavi .navigations .navi:first-child {
  padding-left: 0;
}

#GlobalNavi .navigations .navi:last-child {
  padding-right: 0;
}

#GlobalNavi .navigations .navi .name {
  display: inline-block;
  font-size: 16px;
  padding: 2px 0;
  font-weight: bold;
  color: #0e4b8e;
  text-decoration: none;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-position: 0 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

#GlobalNavi .navigations .navi.search .name {
  background-image: url(../images/common/header-icon-loupe.png);
  -webkit-background-size: 13px 14px;
          background-size: 13px 14px;
  padding-left: 26px;
}

#GlobalNavi .navigations .navi.search:nth-child(4) {
  padding-right: 50px;
}

#GlobalNavi .navigations .navi.store {
  border-left: 2px solid #0e4b8e;
  padding-left: 50px;
}

#GlobalNavi .navigations .navi.store .name {
  background-image: url(../images/common/header-icon-company.png);
  -webkit-background-size: 16px 17px;
          background-size: 16px 17px;
  padding-left: 36px;
}

#GlobalNavi .navigations .navi.company {
  padding-left: 25px;
}

#GlobalNavi .navigations .navi.company .name .since {
  width: 204px;
  position: absolute;
  left: 0;
  top: 32px;
}

#GlobalNavi .google-translate {
  position: absolute;
  top: 18px;
  right: 545px;
}

/* -----
 * ドロップダウン 設定
----------------------------------- */
/* *** 基本設定 *** */
.dropdown-wrapper .dropdown {
  display: none;
  z-index: 1;
}

.dropdown-wrapper.on .dropdown {
  display: block;
}

/* *** ヘッダーナビ *** */
#HeadNavi .dropdown-wrapper .dropdown {
  width: 520px;
  position: absolute;
  top: 61px;
  right: 0;
}

#HeadNavi .dropdown-wrapper .dropdown ul {
  list-style: none;
  padding: 5px 20px;
  background-color: #0b79b2;
}

#HeadNavi .dropdown-wrapper .dropdown ul li {
  width: 230px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
}

#HeadNavi .dropdown-wrapper .dropdown ul li:nth-child(even) {
  float: right;
}

#HeadNavi .dropdown-wrapper .dropdown ul li:nth-child(9), #HeadNavi .dropdown-wrapper .dropdown ul li:nth-child(10) {
  border-bottom: none;
}

#HeadNavi .dropdown-wrapper .dropdown ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
}

#HeadNavi .dropdown-wrapper .dropdown ul li a:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: transparent url(../images/common/icon-arrow01.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#HeadNavi .dropdown-wrapper .dropdown:before {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: transparent url(../images/common/header-drop-arrow.png) 50% 100% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -7px;
  right: 36px;
}

#HeadNavi .dropdown-wrapper.on .name {
  background-color: #0b79b2;
}

/* *** グローバルナビ *** */
#GlobalNavi .dropdown-wrapper .dropdown {
  width: auto;
  padding-top: 20px;
  position: fixed;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#GlobalNavi .dropdown-wrapper .dropdown .close {
  width: 34px;
  height: 34px;
  background: transparent url(../images/common/header-btn-close.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  overflow: hidden;
  text-indent: -9999em;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner {
  padding: 30px;
  background-color: #0e4b8e;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents {
  width: 1080px;
  margin: 0 auto;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: auto;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents > h2 {
  font-size: 18px;
  margin: 0;
  padding: 30px 40px 30px 30px;
  float: left;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content {
  display: block;
  margin: 0;
  padding: 30px 30px 30px 39px;
  border-left: 1px solid #d3d3d3;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .caption {
  font-size: 13px;
  font-weight: bold;
  border-left: 3px solid #ccc;
  padding-left: 10px;
  line-height: 1.5;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper {
  margin-bottom: -10px;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper label {
  display: inline-block;
  padding: 0 20px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
  float: left;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .submit-button {
  clear: both;
  padding-top: 30px;
  text-align: right;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .submit-button button {
  width: 300px;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.area-field {
  width: 700px;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.route-field {
  width: 420px;
  float: left;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.walking-field {
  width: 400px;
  float: right;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #bfbfbf;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field:last-child {
  padding-bottom: 0;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .caption {
  min-width: 120px;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .fields {
  width: 685px;
  float: left;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field.keyword .caption {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field.keyword input[type="text"] {
  width: 450px;
  margin-left: 40px;
  vertical-align: middle;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field {
  margin-top: 2em;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field:first-child {
  margin-top: 0;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field select {
  margin-right: 1.5em;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content select {
  width: 260px;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content select.middle {
  width: 115px;
}

#GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content select.short {
  width: 95px;
}

#GlobalNavi .dropdown-wrapper.on:after {
  display: block;
  content: "";
  width: 13px;
  height: 9px;
  background: transparent url(../images/common/header-megadrop-arrow.png) 50% 100% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  border-top: 10px solid #0e4b8e;
  line-height: 1.6;
  color: #333;
}

#Footer .footer-wrapper {
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0 100px;
}

#Footer .footer-wrapper .contents {
  display: table;
  width: 100%;
  font-size: 12px;
}

#Footer .footer-wrapper .contents .address {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
  padding-right: 50px;
}

#Footer .footer-wrapper .contents .address .logo {
  position: relative;
}

#Footer .footer-wrapper .contents .address .logo .since {
  width: 53px;
  display: block;
  margin-bottom: 5px;
}

#Footer .footer-wrapper .contents .address address {
  font-style: normal;
}

#Footer .footer-wrapper .contents .footer-navi {
  display: table-cell;
  vertical-align: top;
}

#Footer .footer-wrapper .contents .footer-navi dl {
  margin-top: 2em;
}

#Footer .footer-wrapper .contents .footer-navi dl:first-child {
  margin-top: 0;
}

#Footer .footer-wrapper .contents .footer-navi dl dt {
  border-left: 2px solid #b6b6b6;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#Footer .footer-wrapper .contents .footer-navi dl dd {
  display: inline-block;
  margin: 0 0 0 1em;
  line-height: 2;
}

#Footer .footer-wrapper .contents .footer-navi dl dd a {
  color: inherit;
  text-decoration: none;
}

#Footer .footer-wrapper .contents .apaman {
  display: table-cell;
  vertical-align: top;
  width: 190px;
  text-align: right;
}

#Footer .footer-wrapper .data {
  text-align: center;
  font-size: 10px;
  margin-top: 50px;
}

#Footer .footer-wrapper .data p {
  display: inline-block;
  text-align: left;
  background-color: #f3f3f3;
  padding: 20px;
}

#Footer .footer-wrapper .copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 11px;
  color: #666;
}

#Footer .pagetop-sp {
  display: none;
}

#Footer .favorite {
  width: 50px;
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 999;
}

#scrollUp {
  width: 50px;
  height: 50px;
  background: transparent url(../images/common/icon-pagetop.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999 !important;
}

/* -----
 * フォーム装飾設定
----------------------------------------------------------------------------- */
.general-form fieldset {
  border: none;
  padding: 0;
}

.general-form input[type="checkbox"] {
  display: none;
}

.general-form input[type="checkbox"] + span {
  display: inline-block;
  height: 20px;
  background: transparent url(../images/common/form-checkbox-off.png) 0 50% no-repeat;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
  padding-left: 26px;
  line-height: 1.5;
  cursor: pointer;
}

.general-form input[type="checkbox"]:checked + span {
  background-image: url(../images/common/form-checkbox-on.png);
}

.general-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #b4b4b4;
  padding: 0 30px 0 10px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: '';
  background: #fff url(../images/common/form-select-arrow.png) 100% 50% no-repeat;
  -webkit-background-size: 13px 6px;
          background-size: 13px 6px;
  font-size: 13px;
}

.general-form select::-ms-expand {
  display: none;
}

.general-form input[type="text"] {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #b4b4b4;
  padding: 10px;
  font-size: 14px;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -----
 * Breadcrumb パンくずリスト
----------------------------------------------------------------------------- */
#Breadcrumb {
  border-top: 5px solid #0e4b8e;
  padding-top: 10px;
  font-size: 15px;
}

#Breadcrumb ul {
  list-style: none;
  padding: 0;
  width: 1080px;
  margin: 0 auto;
}

#Breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: -6px;
}

#Breadcrumb ul li a {
  display: block;
  padding: 3px 10px 3px 22px;
  background-color: #ddeef8;
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Breadcrumb ul li a:hover {
  color: #0e4b8e;
}

#Breadcrumb ul li a:after, #Breadcrumb ul li a:before {
  display: block;
  content: "";
  width: 12px;
  height: 50%;
  background-color: #ddeef8;
  border-right: 2px solid #8db4ca;
  position: absolute;
  right: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Breadcrumb ul li a:after {
  top: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

#Breadcrumb ul li a:before {
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

#Breadcrumb ul li:after, #Breadcrumb ul li:before {
  display: block;
  content: "";
  width: 12px;
  background-color: #ddeef8;
  border-right: 2px solid #8db4ca;
  position: absolute;
  left: -6px;
}

#Breadcrumb ul li:after {
  top: 0;
  bottom: 50%;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

#Breadcrumb ul li:before {
  top: 50%;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

#Breadcrumb ul li:first-child:after, #Breadcrumb ul li:first-child:before, #Breadcrumb ul li:last-child:after, #Breadcrumb ul li:last-child:before {
  display: none;
}

#Breadcrumb ul li:first-child a {
  padding-left: 15px;
}

#Breadcrumb ul li:last-child {
  margin-left: 20px;
}

/* -----
 * おすすめ物件　閲覧履歴
----------------------------------------------------------------------------- */
#ReccomendWrapper {
  background-image: url(../images/common/recommend-bg.png);
  -webkit-background-size: 2px 1px;
          background-size: 2px 1px;
  margin-top: 50px;
  padding: 50px 0 60px;
}

#ReccomendWrapper .section {
  width: 960px;
  margin: 80px auto 0;
}

#ReccomendWrapper .section:first-child {
  margin-top: 0;
}

#ReccomendWrapper .section .title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 0 auto 40px;
  line-height: 1;
}

#ReccomendWrapper .section .title:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#ReccomendWrapper .section.recommend .title {
  width: 194px;
}

#ReccomendWrapper .section.history .title {
  width: 130px;
}

#ReccomendWrapper .section .article {
  width: 225px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13.02px;
  font-size: 0.93rem;
  float: left;
}

#ReccomendWrapper .section .article:last-child {
  margin-right: 0;
}

#ReccomendWrapper .section .article .photo {
  height: 169px;
  overflow: hidden;
}

#ReccomendWrapper .section .article .data {
  padding: 0 15px 15px;
}

#ReccomendWrapper .section .article .data table th, #ReccomendWrapper .section .article .data table td {
  padding: 5px 0;
  background: transparent url(../images/common/line-dot-x.png) 0 100% repeat-x;
  -webkit-background-size: 2px 1px;
          background-size: 2px 1px;
}

#ReccomendWrapper .section .article .data table th {
  width: 1%;
  white-space: nowrap;
  padding-right: 1em;
  text-align: left;
  color: #999;
}

#ReccomendWrapper .section .article .data .more {
  margin-top: 1em;
}

#ReccomendWrapper .section .article .data .more a {
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -----
 * 汎用パーツ装飾設定
----------------------------------------------------------------------------- */
/* *** ボタン *** */
.general-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  line-height: 1;
  display: inline-block;
  background-color: #0b79b2;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 40px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  text-indent: 20px;
  -webkit-box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
          box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
  cursor: pointer;
  letter-spacing: 0.05em;
}

.general-btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: transparent url(../images/common/icon-arrow01.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.general-btn {
  color: #fff;
}
.general-btn2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  line-height: 1;
  display: inline-block;
  background-color: #06C755;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 40px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  text-indent: 20px;
  -webkit-box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
          box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
  cursor: pointer;
  letter-spacing: 0.05em;
}

.general-btn2:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: transparent url(../images/common/icon-arrow01.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.general-btn2 {
  color: #fff;
}

.line-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  line-height: 1;
  display: inline-block;
  background-color: #00b754;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 40px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  text-indent: 20px;
  -webkit-box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
          box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
  cursor: pointer;
  letter-spacing: 0.05em;
}

.line-btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: transparent url(../images/common/icon-arrow01.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.line-btn {
  color: #fff;
}


/* *** テキスト行揃え *** */
.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

/* -----
 * 汎用下層ページヘッダー
----------------------------------------------------------------------------- */
.general-page-header {
  width: 960px;
  margin: 35px auto 60px;
  background-color: #40a4d7;
  color: #fff;
  padding: 20px 140px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}

.general-page-header > .title {
  font-size: 29.96px;
  font-size: 2.14rem;
  margin: 0;
}

.general-page-header .catch {
  font-size: 17.92px;
  font-size: 1.28rem;
  margin-top: 0.5em;
  background-color: #dcf3ff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #04679a;
  padding: 10px 15px;
  font-weight: bold;
}

.general-page-header:after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* -----
 * GoogleWeb翻訳用調整
----------------------------------------------------------------------------- */
html.translated-ltr .general-form input[type="checkbox"] {
  display: inline;
}

html.translated-ltr .general-form input[type="checkbox"] + span {
  display: inline;
  height: auto;
  background: none !important;
  padding-left: 0.5em;
}

html.translated-ltr #GlobalNavi .navigations .navi .name {
  white-space: normal;
}

html.translated-ltr #GlobalNavi .dropdown-wrapper .dropdown .inner .contents > h2 {
  max-width: 300px;
}

html.translated-ltr #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper {
  margin-bottom: 0;
  width: auto !important;
}

html.translated-ltr #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper label {
  width: auto !important;
  height: auto !important;
  float: none;
}

html.translated-ltr #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset {
  width: auto !important;
  float: none !important;
  margin-top: 30px;
}

html.translated-ltr #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset:first-child {
  margin-top: 0;
}

html.translated-ltr #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .caption {
  margin-bottom: 1em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:hover,
  button:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
  a.zoom {
    display: block;
    overflow: hidden;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  a.zoom img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  a.zoom:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  a.zoom:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  /* -----
   * hover setting
  ----------------------------------------------------------------------------- */
  /* *** ヘッダーナビ *** */
  #HeadNavi .navigations .navi .name {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #HeadNavi .navigations .navi .name:hover {
    background-color: #0b79b2;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
  }
  /* -----
   * tag setting
  ----------------------------------------------------------------------------- */
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    min-width: initial;
    min-width: auto;
    padding-top: 85px;
  }
  #Wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  /* *** 汎用コンテンツ包括枠 *** */
  .general-contents-wrapper {
    width: auto;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  /* -----
   * 基本設定
  ----------------------------------- */
  #Header {
    height: 85px;
    padding: 0;
  }
  #Header .header-wrapper {
    min-width: initial;
    min-width: auto;
  }
  #Header .header-wrapper > .logo {
    width: 108px;
    top: 15px;
    left: 20px;
  }
  #Header .global-navi-opener {
    display: block;
    width: 55px;
    height: 55px;
    background: transparent url(../images/common/header-menu-button-sp.jpg) 0 0 no-repeat;
    -webkit-background-size: 55px 110px;
            background-size: 55px 110px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #Header .global-navi-opener.on {
    background-position: 0 100%;
  }
  /* -----
   * 文字サイズ切り替えナビ
  ----------------------------------- */
  #FontSizeSwitching {
    display: none;
  }
  /* -----
   * ヘッダーナビ
  ----------------------------------- */
  #HeadNavi {
    width: 100%;
    top: 55px;
    bottom: 0;
  }
  #HeadNavi .navigations {
    list-style: none;
    padding: 0;
  }
  #HeadNavi .navigations .navi {
    width: 25%;
    margin: 0;
  }
  #HeadNavi .navigations .navi .name {
    width: auto;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
            background-size: contain;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #HeadNavi .navigations .navi .name img {
    display: none;
  }
  #HeadNavi .navigations .navi:nth-child(1) .name {
    background-image: url(../images/common/header-navi01-sp.png);
  }
#HeadNavi .navigations .navi:nth-child(2) .name {
    background-image: url(../images/common/header-navi05-sp.png);
    border-right: none;
  }

  #HeadNavi .navigations .navi:nth-child(3) .name {
    background-image: url(../images/common/header-navi02-sp.png);
  }
    #HeadNavi .navigations .navi:nth-child(4) .name {
    background-image: url(../images/common/header-navi04-sp.png);
    border-right: none;
  }

  #HeadNavi .navigations .navi:last-child .str {
    border-right: none;
  }
  /* -----
   * グローバルナビ
  ----------------------------------- */
  #GlobalNavi {
    width: 100%;
    padding: 0 0 30px;
    position: fixed;
    top: 55px;
    bottom: 0;
    overflow: auto;
    background-color: #404141;
    display: none;
  }
  #GlobalNavi .navigations {
    display: block;
    height: auto;
  }
  #GlobalNavi .navigations .navi {
    display: block;
    padding: 0 !important;
  }
  #GlobalNavi .navigations .navi .name {
    display: block;
    padding: 20px;
    color: #fff;
    background-position: 20px 50%;
    white-space: normal;
  }
  #GlobalNavi .navigations .navi.search .name {
    background-image: url(../images/common/header-icon-loupe-sp.png);
    -webkit-background-size: 14px 13px;
            background-size: 14px 13px;
    padding-left: 50px;
    border-bottom: 1px solid #a0a0a0;
  }
  #GlobalNavi .navigations .navi.search .name:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url(../images/common/header-icon-toggle-sp.png) 0 0 no-repeat;
    -webkit-background-size: 20px 40px;
            background-size: 20px 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #GlobalNavi .navigations .navi.store {
    padding: 0 20px !important;
    margin-top: 20px;
  }
  #GlobalNavi .navigations .navi.store .name {
    background-image: url(../images/common/header-icon-company-sp.png);
    -webkit-background-size: 16px 17px;
            background-size: 16px 17px;
    background-position: 12px 50%;
    padding: 15px 12px 15px 43px;
    border: 1px solid #7a7a7a;
  }
  #GlobalNavi .navigations .navi.company {
    padding: 0 20px !important;
    margin-top: 20px;
  }
  #GlobalNavi .navigations .navi.company .name {
    padding: 15px 0;
    background-color: #fff;
    text-align: center;
  }
  #GlobalNavi .navigations .navi.company .name .images {
    display: inline-block;
    text-align: left;
  }
  #GlobalNavi .navigations .navi.company .name .images .since {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
  #GlobalNavi .google-translate {
    position: static;
    margin-top: 25px;
    text-align: center;
  }
  #GlobalNavi.on {
    display: block;
  }
  /* -----
   * メガドロップダウン
  ----------------------------------- */
  /* *** ヘッダーナビ *** */
  #HeadNavi .dropdown-wrapper .dropdown {
    width: 100%;
    padding-bottom: 30px;
    position: fixed;
    top: 85px;
    bottom: 0;
    overflow: auto;
    background-color: #0b79b2;
  }
  #HeadNavi .dropdown-wrapper .dropdown ul li {
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    float: none !important;
  }
  #HeadNavi .dropdown-wrapper .dropdown ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    position: relative;
  }
  #HeadNavi .dropdown-wrapper .dropdown ul li a:after {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: transparent url(../images/common/icon-arrow01.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #HeadNavi .dropdown-wrapper .dropdown:before {
    display: block;
    content: "";
    width: 12px;
    height: 7px;
    background: transparent url(../images/common/header-drop-arrow.png) 50% 100% no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    top: -7px;
    right: 36px;
  }
  #HeadNavi .dropdown-wrapper.on .name {
    background-color: #0b79b2;
  }
  /* *** グローバルナビ *** */
  #GlobalNavi {
    z-index: 1;
  }
  #GlobalNavi .dropdown-wrapper .dropdown {
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .close {
    display: none;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner {
    padding: 30px 20px;
    background-color: #d9d9d9;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents {
    width: auto;
    height: auto !important;
    background-color: transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents > h2 {
    display: none;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content {
    width: auto;
    padding: 0;
    float: none;
    border: none;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .caption {
    border-left-color: #a6a6a6;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper {
    width: auto !important;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper label {
    width: auto !important;
    height: auto !important;
    min-width: 50%;
    padding: 0 1em 15px 0;
    white-space: normal;
    float: left;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .submit-button {
    text-align: center;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content .submit-button button {
    width: 100%;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset {
    width: auto !important;
    float: none !important;
    margin-top: 2em;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset:first-child {
    margin-top: 0;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field {
    padding-top: 20px;
    margin-top: 20px;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .caption {
    margin-bottom: 1em;
    float: none;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .fields {
    width: auto;
    float: none;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field.keyword .caption {
    display: block;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field.keyword input[type="text"] {
    width: 100%;
    margin-left: 0;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field select {
    display: block;
    margin-bottom: 1em;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field select:last-child {
    margin-bottom: 0;
  }
  #GlobalNavi .dropdown-wrapper .dropdown .inner .contents .content select {
    width: 100%;
  }
  #GlobalNavi .dropdown-wrapper.on:after {
    display: none;
  }
  #GlobalNavi .dropdown-wrapper.on .name:after {
    background-position: 0 100% !important;
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer {
    border-top-width: 5px;
    margin-top: 50px;
    position: relative;
  }
  #Footer .footer-wrapper {
    width: auto;
    padding: 25px 20px 50px;
  }
  #Footer .footer-wrapper .contents {
    display: block;
  }
  #Footer .footer-wrapper .contents .address {
    display: block;
    width: auto;
    white-space: normal;
    padding-right: 0;
  }
  #Footer .footer-wrapper .contents .footer-navi {
    display: none;
  }
  #Footer .footer-wrapper .contents .apaman {
    display: none;
  }
  #Footer .footer-wrapper .data {
    font-size: 9px;
    margin-top: 1.5em;
  }
  #Footer .footer-wrapper .data p {
    display: block;
    padding: 10px;
  }
  #Footer .footer-wrapper .copyright {
    margin-top: 2em;
    font-size: 10px;
  }
  #Footer .pagetop-sp {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -23px;
    right: 10px;
  }
  #Footer .favorite {
    width: 135px;
    top: initial;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  #Footer .favorite a {
    display: block;
    height: 27px;
    background: transparent url(../images/common/favorite-button-sp.png) 0 100% no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #Footer .favorite a img {
    display: none;
  }
  #scrollUp {
    display: none !important;
  }
  /* -----
   * Breadcrumb パンくずリスト
  ----------------------------------------------------------------------------- */
  #Breadcrumb {
    display: none;
  }
  /* -----
   * おすすめ物件　閲覧履歴
  ----------------------------------------------------------------------------- */
  #ReccomendWrapper {
    margin-top: 0;
    padding: 25px 20px;
  }
  #ReccomendWrapper .section {
    width: auto;
    margin-top: 50px;
  }
  #ReccomendWrapper .section .title {
    margin-bottom: 20px;
  }
  #ReccomendWrapper .section.recommend .title {
    width: 117px;
  }
  #ReccomendWrapper .section.history .title {
    width: 78px;
  }
  #ReccomendWrapper .section .article {
    width: auto;
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    padding: 15px;
    font-size: inherit;
    float: none;
  }
  #ReccomendWrapper .section .article:last-child {
    margin-bottom: 0;
  }
  #ReccomendWrapper .section .article .photo {
    height: auto;
  }
  #ReccomendWrapper .section .article .data {
    padding: 0;
  }
  /* -----
   * 汎用下層ページヘッダー
  ----------------------------------------------------------------------------- */
  .general-page-header {
    width: auto;
    margin: 0 auto 30px;
    padding: 20px;
  }
  .general-page-header > .title {
    font-size: 24px;
  }
  .general-page-header .catch {
    font-size: inherit;
    padding: 5px 10px;
  }
  .general-page-header:after {
    display: none;
  }
}

/* ============================================================ //
// @ visible style
// ============================================================ */
@media screen and (max-width: 767px) {
  .hidden--md {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .hidden--sm {
    display: none !important;
  }
}

.visible--md {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible--md {
    display: block !important;
  }
}

.visible--sm {
  display: none !important;
}

@media screen and (max-width: 414px) {
  .visible--sm {
    display: block !important;
  }
}

/* ============================================================ //
// @ 追加見出しスタイル
// ============================================================ */
.heading01 {
  font-size: 22.88px;
  font-size: 1.43rem;
  background-color: #40a4d7;
  color: #fff;
  line-height: 1.5;
  padding: 10px 15px;
  margin: 0 0 20px;
}

.heading02 {
  font-size: 22.88px;
  font-size: 1.43rem;
  border-bottom: 1px solid #40a4d7;
}

@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 18px;
  }
}

/* ============================================================ //
// @ 画像オプション
// ============================================================ */
/*doc
---
title: 画像レスポンシブ
name: 画像レスポンシブ
category: --
---


```html_example

<img class="img-responsive" src="http://placehold.jp/150x50.png" alt="">

```

*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

/*doc
---
title: サイドバー追加スタイル
name: サイドバー追加スタイル
category: --
---

<h3 class="sg-pattern-title"> sectionTitle </h3>

```html_example

<div class="side-inner">
  <section class="side-section">
    <h2 class="side-heading01">リンク一覧</h2>
    <ul class="side-list">
      <li class="side-list-item"><a href="./map.html">家賃相場マップ</a></li>
      <li class="side-list-item"><a href="./word.html">知っておきたい賃貸用語集</a>
      </li>
      <li class="side-list-item"><a href="./manual.html">お部屋探しマニュアル</a></li>
      <li class="side-list-item"><a href="./estimate.html">いくらかかるの初期費用?</a></li>
    </ul>
  </section>
  <section class="side-section">
    <div class="side-bnr"><img src="../common/images/side04.png" alt="お問い合わせ窓口"/></div>
    <div class="request-btn-box">
      <img src="../common/images/inq_text.png" width="228" height="40" alt=""/>
      <div class="request-btn">
        <div class="req_bt"><a href="../contact/request.php" title="お部屋リクエストする！">家賃相場マップ</a></div>
      </div>
    </div>
  </section>
</div>

```

*/
@media screen and (max-width: 767px) {
  .side-inner {
    padding: 0 10px;
  }
}

.side-heading01 {
  font-size: 16px;
  background-color: #258bbf;
  color: #fff;
  line-height: 1;
  padding: 8px 10px;
  margin: 0;
}

.side-section {
  margin-bottom: 20px;
}

/*doc
---
title: テキストオプション | テキストサイズ小
name: テキストオプション
category: --
---


```html_example

<p class="text-sm">テキストが小さくなります</p>
<p class="text-bold">テキストが太文字になります</p>

```

*/
.text-sm {
  font-size: .9em;
}

.text-bold {
  font-weight: bold;
}

/* @  side-list
// ------------------------------------------------------------ */
/*doc
---
title: サイドバーリスト
name: サイドバーリスト
category: shop_single,word
---

```html_example

<ul class="side-list">
  <li class="side-list-item"><a href="./map.html">家賃相場マップ</a></li>
  <li class="side-list-item-parent">
    <a href="./word.html">知っておきたい賃貸用語集</a>
    <ul class="side-list-child">
      <li class="side-list-child-item"><a href="./word.html#line_a">ア行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_ka">カ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_sa">サ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_ta">タ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_na">ナ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_ha">ハ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_ma">マ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_ya">ヤ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_ra">ラ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_wa">ワ行</a></li>
      <li class="side-list-child-item"><a href="./word.html#line_abc123">英数</a></li>

    </ul>
  </li>
  <li class="side-list-item"><a href="./manual.html">お部屋探しマニュアル</a></li>
  <li class="side-list-item"><a href="./estimate.html">いくらかかるの初期費用?</a></li>
</ul>

```

*/
.side-list {
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 5px 15px;
}

.side-list-item {
  position: relative;
  padding-left: 1.5em;
  border-bottom: solid 1px #eee;
}

.side-list-item:last-child {
  border-bottom: none;
}

.side-list-item:after {
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.side-list-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  content: '';
  width: 12px;
  height: 10px;
  background: #258bbf;
  border-radius: 3px;
}

.side-list-item a {
  padding: 12px 0;
  display: block;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-list-item a:link, .side-list-item a:active, .side-list-item a:hover, .side-list-item a:visited, .side-list-item a:focus {
  text-decoration: none;
}

.side-list-item-parent {
  position: relative;
  padding-left: 1.5em;
  border-bottom: solid 1px #eee;
}

.side-list-item-parent:last-child {
  border-bottom: none;
}

.side-list-item-parent:after {
  position: absolute;
  top: 18px;
  left: 3px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.side-list-item-parent:before {
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  content: '';
  width: 12px;
  height: 10px;
  background: #258bbf;
  border-radius: 3px;
}

.side-list-item-parent a {
  padding: 12px 0;
  display: block;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-list-item-parent a:link, .side-list-item-parent a:active, .side-list-item-parent a:hover, .side-list-item-parent a:visited, .side-list-item-parent a:focus {
  text-decoration: none;
}

.side-list-child {
  margin: 0;
  list-style: none;
  padding: 5px 10px;
}

.side-list-child-item {
  position: relative;
  padding-left: 1.5em;
  border-bottom: solid 1px #eee;
}

.side-list-child-item:last-child {
  border-bottom: none;
}

.side-list-child-item:after {
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.side-list-child-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  content: '';
  width: 12px;
  height: 10px;
  background: #258bbf;
  border-radius: 3px;
}

.side-list-child-item a {
  padding: 12px 0;
  display: block;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-list-child-item a:link, .side-list-child-item a:active, .side-list-child-item a:hover, .side-list-child-item a:visited, .side-list-child-item a:focus {
  text-decoration: none;
}

/*doc
---
title: サイドバーリスト
name: サイドバーリスト
category: shop_single
---

```html_example

<ul class="side-list02">
  <li class="side-list02-item">〒802-0072<br/>北九州市小倉北区東篠崎一丁目5番1号</li>
  <li class="side-list02-item" class="mark_dial">0120-62-0834</li>
  <li class="side-list02-item">TEL 093-931-0009</li>
  <li class="side-list02-item">FAX 093-951-1889</li>
  <li class="side-list02-item">営業時間 9:30～18:00</li>
  <li class="side-list02-item">店休日 水曜日（1～3月は無休）</li>
</ul>

```

*/
.side-list02 {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 20px;
  background: #e3eaf3;
  border: solid 3px #CCCCCC;
}

.side-list02 li {
  font-size: 14px;
}

/*doc
---
title: サイドバーバナー
name: サイドバーバナー
category: shop_single,word
---

```html_example

<div class="side-bnr"><img src="images/shop_icon01.jpg" width="240" height="50" alt="wifi"/></div>
<div class="side-bnr"><img src="images/shop_icon02.jpg" width="240" height="50" alt="wifi"/></div>
<div class="side-bnr"><img src="images/shop_icon03.jpg" width="240" height="50" alt="ベビーベッド"/></div>
<div class="side-bnr"><img src="images/buy_icon.jpg" width="240" height="50" alt="売買物件"/></div>

```

*/
.side-bnr {
  width: 100%;
  text-align: center;
}

.side-bnr img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

/*doc
---
title: requestbutton
name: requestbutton
category: word
---

```html_example

<div class="request-btn-box">
  <img src="../common/images/inq_text.png" width="228" height="40" alt=""/>
  <div class="request-btn">
    <div class="req_bt"><a href="../contact/request.php" title="お部屋リクエストする！">家賃相場マップ</a></div>
  </div>
</div>

```

*/
.request-btn-box {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  text-align: center;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.request-btn a {
  display: block;
  width: 228px;
  height: 53px;
  margin: 0 auto;
  background: url(../../common/images/req_bt.png) no-repeat 0px 0px;
  text-indent: -1000em;
}

.request-btn a:hover {
  background-position: right top;
}

/*doc
---
title: ページナビゲーション
name: ページナビゲーション
category: cost
---

```html_example

<ul class="page-navigation visible--md">
  <li class="page-navigation-item"><a href="#cost_kokurakita" target="_self">小倉北区</a></li>
  <li class="page-navigation-item"><a href="#cost_kokuraminami" target="_self">小倉南区</a></li>
  <li class="page-navigation-item"><a href="#cost_yahatanishi" target="_self">八幡西区</a></li>
  <li class="page-navigation-item"><a href="#cost_yahatahigashi" target="_self">八幡東区</a></li>
  <li class="page-navigation-item"><a href="#cost_tobata" target="_self">戸畑区</a></li>
  <li class="page-navigation-item"><a href="#cost_wakamatsu" target="_self">若松区</a></li>
  <li class="page-navigation-item"><a href="#cost_moji" target="_top">門司区</a></li>
  <li class="page-navigation-item"><a href="#cost_yukuhashi" target="_self">行橋市</a></li>
  <li class="page-navigation-item"><a href="#cost_kanda" target="_self">苅田町</a></li>
</ul>

```

*/
.page-navigation {
  margin: 0;
  list-style: none;
  border: solid 1px #eee;
  margin-bottom: 20px;
  padding: 0;
}

.page-navigation-item {
  position: relative;
  padding: .5em 1.5em .5em 2em;
  border-bottom: solid 1px #eee;
  background: linear-gradient(to bottom, #f5f5f5 0%, #fefefe 100%);
}

.page-navigation-item:last-child {
  border-bottom: none;
}

.page-navigation-item:after {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.page-navigation-item:before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  content: '';
  width: 12px;
  height: 10px;
  background: #258bbf;
  border-radius: 3px;
}

.page-navigation-item a {
  padding: 12px 0;
  display: block;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-navigation-item a:link, .page-navigation-item a:active, .page-navigation-item a:hover, .page-navigation-item a:visited, .page-navigation-item a:focus {
  text-decoration: none;
}


 /* -----
   * グローバルナビ スマートフォンTOP
  ----------------------------------- */
#GlobalNavi2 {
    display: none;
  }
@media screen and (max-width: 767px){
	
#GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .submit-button {
    clear: both;
    padding-top: 30px;
}
#GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field {
    border-top: 1px dotted #bfbfbf;
}
	
#GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .caption {
    font-size: 13px;
    font-weight: bold;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    line-height: 1.5;
}
	
#GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .caption {
    min-width: 120px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
#GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content select.middle {
    width: 115px;
}
	
#GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content select.short {
    width: 95px;
}

	/*１番目の設定*/
#GlobalNavi2 .navigations {
    display: table;
    height: 40px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    line-height: 1;
}
	
  #GlobalNavi2 {
    width: 100%;
    padding: 0;
	  margin:15px 0;
    background-color: #404141;
    display: block;
  }
  #GlobalNavi2 .navigations {
    display: block;
    height: auto;
  }
  #GlobalNavi2 .navigations .navi {
    display: block;
    padding: 0 !important;
  }
	
#GlobalNavi2 .navigations .navi .name {
    display: inline-block;
    font-size: 16px;
    padding: 2px 0;
    font-weight: bold;
    color: #0e4b8e;
    text-decoration: none;
    letter-spacing: 0.1em;
    cursor: pointer;
    background-position: 0 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}
	
  #GlobalNavi2 .navigations .navi .name {
    display: block;
    padding: 20px;
    color: #fff;
    background-position: 20px 50%;
    white-space: normal;
  }
  #GlobalNavi2 .navigations .navi.search .name {
    background-image: url(../images/common/header-icon-loupe-sp.png);
    -webkit-background-size: 14px 13px;
            background-size: 14px 13px;
    padding-left: 50px;
    border-bottom: 1px solid #a0a0a0;
  }
	
	#GlobalNavi2 .navigations .navi.search .name:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url(../images/common/header-icon-toggle-sp.png) 0 0 no-repeat;
    -webkit-background-size: 20px 40px;
            background-size: 20px 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  #GlobalNavi2 .google-translate {
    position: static;
    margin-top: 25px;
    text-align: center;
  }
	
	/*2番目の設定*/
	
	 #GlobalNavi2 {
    z-index: 1;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown {
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .close {
    display: none;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner {
    padding: 30px 20px;
    background-color: #d9d9d9;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents {
    width: auto;
    height: auto !important;
    background-color: transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents > h2 {
    display: none;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content {
    width: auto;
    padding: 0;
    float: none;
    border: none;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .caption {
    border-left-color: #a6a6a6;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper {
    width: auto !important;
  }

  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper label {
  display: inline-block;
  padding: 0 20px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
  float: left;
}
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .checkbox-wrapper label {
    width: auto !important;
    height: auto !important;
    min-width: 50%;
    padding: 0 1em 15px 0;
    white-space: normal;
    float: left;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .submit-button {
    text-align: center;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content .submit-button button {
    width: 100%;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset {
    width: auto !important;
    float: none !important;
    margin-top: 2em;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset:first-child {
    margin-top: 0;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field {
    padding-top: 20px;
    margin-top: 20px;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .caption {
    margin-bottom: 1em;
    float: none;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field .fields {
    width: auto;
    float: none;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field.keyword .caption {
    display: block;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.detail-field.keyword input[type="text"] {
    width: 100%;
    margin-left: 0;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field select {
    display: block;
    margin-bottom: 1em;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content fieldset.school-field select:last-child {
    margin-bottom: 0;
  }
  #GlobalNavi2 .dropdown-wrapper .dropdown .inner .contents .content select {
    width: 100%;
  }
  #GlobalNavi2 .dropdown-wrapper.on:after {
    display: none;
  }
  #GlobalNavi2 .dropdown-wrapper.on .name:after {
    background-position: 0 100% !important;
  }
	
}