@charset "UTF-8";

/*
    1.Base   -----------------
    2.Layout -----------------
    3.Module -----------------
    4.State  -----------------
    5.Theme  -----------------

	Pink: #e73462;
	Blue: #0081cc;
	Yellow: #ffff64;

*/

main, nav, div, section, ul {
  background: rgba(255, 0, 0, 0);
}

.is-test main, .is-test nav, .is-test div, .is-test section, .is-test ul {
  background: rgba(255, 0, 0, .05);
}

img {
  image-rendering: -webkit-crisp-edges;
  /* Safari */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: pixelated;
  /* CSS4 (Chrome) */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */
}


/*  1.Base   -----------------  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, button, label, legend, select, option, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  font-style: normal;
  font-size: inherit;
  color: inherit;
  /*letter-spacing: 0.04em;*/
  /*font-feature-settings : "pkna";*/
  font-family: 'MuseoSans', MuseoSans-300, MuseoSans-700, Helvetica, Arial, "游ゴシック体", YuGothic, 'MyYuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'MyHiragino', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 1.5;
}

main {
  line-height: 1.75;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: rgba(0, 0, 0, .87);
  line-height: 1.5;
}

strong {
  font-weight: bold;
  color: rgba(0, 0, 0, .87);
}

p {
  font-weight: normal;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  border: none;
}


/* remember to define focus styles! */

:focus {
  outline: 0;
}


/* clearfix */

.clearfix:after, div:after, ul:after, section:after, header:after, nav:after, footer:after {
  content: "";
  display: block;
  clear: both;
}


/* MyYugothic */

@font-face {
  font-family: 'MyYuGothic';
  font-weight: normal;
  src: local('游ゴシック Medium'), local('YuGothic-Medium'), /* Postscript name */
  local('Yu Gothic Medium'), /* for Chrome */
  local('游ゴシック体'), /* for Mac */
  local('YuGothic'), /* for Mac */
  local('YuGothic-Regular');
  /* Mediumがない場合 */
}

@font-face {
  font-family: 'MyYuGothic';
  font-weight: bold;
  src: local('游ゴシック Bold'), local('YuGothic-Bold'), /* Postscript name */
  local('Yu Gothic'), /* for Chrome */
  local('游ゴシック体'), /* for Mac */
  local('YuGothic');
  /* for Mac */
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: normal;
  src: local('Hiragino Sans'), local('ヒラギノ角ゴ ProN W3'), local('Hiragino Kaku Gothic ProN');
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: bold;
  src: local('Hiragino Sans'), local('ヒラギノ角ゴ ProN W6'), local('Hiragino Kaku Gothic ProN W6');
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: 800;
  src: local('Hiragino Sans'), local('ヒラギノ角ゴ StdN'), local('Hiragino Kaku Gothic StdN');
}


/* Links */

a, a img {
  /* hover時のチラツキ防止 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: rgba(0, 0, 0, .87);
  font-weight: bold;
  text-decoration: none;
  opacity: 1.0;
  -webkit-transition: opacity .2s linear, color .2s linear, background .2s linear;
  transition: opacity .2s linear, color .2s linear, background .2s linear;
  cursor: pointer;
}

a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover strong {
  text-decoration: none;
  color: #0081cc;
  -webkit-transition: opacity .2s linear, color .2s linear, background .2s linear;
  transition: opacity .2s linear, color .2s linear, background .2s linear;
}

a:hover img {
  opacity: .6;
}

a:hover img.img-rollover {
  opacity: 1;
}


/* form reset */

input, button, textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

fieldset {
  margin: 0 0 20px;
  clear: both;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.input-title, legend {
  width: 100%;
  display: block;
  margin: 0 0 4px;
  padding: 0 8px 0 0;
  font-weight: bold;
  color: rgba(0, 0, 0, .87);
  clear: both;
  font-size: 14px;
}

.underline {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  margin: 0 0;
}

label, input, select, .dropdown-content {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

select:focus, label:focus, label input:focus, textarea:focus, .dropdown-btn:focus, .dropdown-btn:focus, select:hover, label:hover, label:hover input, .dropdown-btn:hover:after, .dropdown-btn:hover {
  color: #0081cc;
  border-color: #0081cc;
}

option {
  padding: 5px 10px;
}

input[type="checkbox"] {
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  transform: scale(-1);
}

input[type="checkbox"]:checked {
  border: none;
  background: #000;
  transform: scale(1);
}

input[type="radio"] {
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
}

input[type="radio"]:checked {
  border: none;
  background: #000;
  transform: scale(-1);
}

::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}


/*  2.Layout -----------------  */

#page {
  min-width: 1280px;
}


/* header */

#header {
  width: 100%;
  z-index: 100;
  padding-top: 30px;
}

#header.no-announce {
  padding-top: 0;
}

.topbar {
  width: 100%;
  max-width: 1200px;
  padding: 0 -webkit-calc(50% - 600px);
  padding: 0 calc(50% - 600px);
  background: #000;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  /* display: none; */
  position: fixed;
  top: 0;
  z-index: 103;
}

.no-announce .topbar {
  display: none;
}

.topbar a {
  color: #fff;
}

.topbar a:hover {
  color: #0081cc;
}

.topbar__text {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}

.topbar__close {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin: 5px 10px 5px 0;
  border: 2px solid #fff;
  text-align: center;
  line-height: 16px;
  box-sizing: border-box;
  position: absolute;
  transition: .2s;
  left: 0;
}

.topbar__close:hover {
  border-color: #0081cc;
  transition: .2s;
}

.topbar__close:before, .topbar__close:after {
  display: block;
  content: '';
  width: 10px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 3px;
  transition: .2s;
}

.topbar__close:before {
  transform: rotate(-45deg);
}

.topbar__close:hover:before, .topbar__close:hover:after {
  border-color: #0081cc;
}

.site-title {
  clear: both;
  float: left;
  margin: 43px 0;
  height: 24px;
}

.site-title img {
  height: 24px;
}

.area-nav {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: -7px;
  line-height: 1;
  margin: 0 10px;
}

.area-nav li {
  display: inline-block;
  padding: 5px 20px 0;
  border-right: 1px solid #ccc;
  line-height: 1;
}

.area-nav li:last-child {
  border: none;
}

.area-nav li.is-active a {
  color: rgba(0, 0, 0, .87);
  border-bottom: 2px solid #000;
}

.modal-area li {
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px 0;
  margin: 10px 0 0;
  border-right: 1px solid #ccc;
  line-height: 1;
}

.modal-area li:last-child {
  border: none;
}

.account-nav {
  max-width: 1200px;
  padding: 0 -webkit-calc(50% - 600px);
  padding: 0 calc(50% - 600px);
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.account-nav>ul {
  float: right;
}

.account-nav>ul>li {
  position: relative;
  display: inline-block;
  float: left;
  width: 90px;
  height: 110px;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0;
}

.account-nav li a {
  display: block;
}

.account-nav li svg {
  display: block;
  margin: 0 auto 6px;
}

.badge {
  width: 20px;
  height: 20px;
  background: #e73462;
  color: #fff;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 26px;
  right: 22px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.04em;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover .badge {
  background: #0081cc;
  border-color: #0081cc;
  color: #fff;
}

.primary-nav {
  border-bottom: 1px solid #ccc;
  text-align: center;
  clear: both;
  width: 100%;
  height: 70px;
  position: relative;
}

.primary-nav>ul>li {
  display: inline-block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.primary-nav>ul>li.hover {
  background: #f0f0f0;
}

.primary-nav>ul>li>a {
  padding: 0 60px 0;
  line-height: 70px;
  display: block;
  font-size: 18px;
}

.sub-nav {
  clear: both;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #f0f0f0;
  margin: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 101;
  left: 0;
}

.account-nav .sub-nav {
  text-align: left;
  padding: 15px 20px;
  min-width: 120px;
  left: 50%;
  margin: 10px 0 0 -80px;
}

.account-nav .sub-nav:before {
  background: #f0f0f0;
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

.primary-nav .sub-nav {
  width: 720px;
  padding: 20px -webkit-calc(50% - 360px);
  padding: 20px calc(50% - 360px);
  /*	width: 1240px;
	padding: 20px -webkit-calc(50% - 620px);
	padding: 20px calc(50% - 620px);
*/
  border-bottom: 1px solid #ccc;
  text-align: center;
}


/*	 R-STOREについて 4カラムに

.primary-nav .sub-nav.sub-nav-about {
	width: 960px;
	padding: 20px -webkit-calc(50% - 480px);
	padding: 20px calc(50% - 480px);

}

.primary-nav .sub-nav.sub-nav-about li{
	width: 25%;
	width: -webkit-calc(25% - 40px);
	width: calc(25% - 40px);


}*/

li.hover .sub-nav {
  opacity: 1;
  visibility: visible;
}

.primary-nav .sub-nav li {
  font-size: 14px;
  float: left;
  display: block;
  line-height: 1.5;
  margin: 10px 20px;
  /*width: 20%;
	width: -webkit-calc(20% - 40px);
	width: calc(20% - 40px);
	*/
  width: 33.3333%;
  width: -webkit-calc(33.3333% - 40px);
  width: calc(33.3333% - 40px);
  box-sizing: border-box;
}

.sub-nav li img {
  display: block;
  width: 100%;
  min-height: 109px;
  margin: 0 0 5px;
  background: #fff;
}

.sub-nav-header {
  margin: 10px 20px 0;
  padding: 0;
  text-align: left;
}

.sub-nav-header h3 {
  float: left;
}


/* #content */

#content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#content.single {
  /*width:890px;*/
}


/* #footerbanner */

#footerbanner {
  width: 100%;
  padding: 40px 0 0;
  border-top: 1px solid #ccc;
}
.appbanner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}


/* #footer */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  padding: 60px 0 0; //text-align: center;
  text-align: left;
  border-top: 1px solid #ccc;
}

.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.footer-grid__cell {
  float: left;
  width: 30%;
  width: calc(33.3333% - 40px);
  margin: 0 20px;
}

.footer-grid__cell .btn-expand {
  pointer-events: none;
}

.footer-grid__cell .btn-arrow:after {
  /*PC時には矢印を非表示*/
  display: none;
}

.footer-link {
  background: #f0f0f0;
  margin: 10px 0 0;
  padding: 60px 0;
}

.footer-link__list {
  margin: 15px 0 0;
}

.footer-link__list li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
}

.footer-link__list li a {
  color: #0081cc;
}

.footer-link__list li a:hover {
  color: rgba(0, 0, 0, .54);
}


/* メルマガ登録フォーム */

#footer .formbox-editor-1290763 {
  padding: 0;
  width: 100% !important;
}

#footer .formbox-title-1290763 {
  color: rgba(0, 0, 0, .87) !important;
  font-family: 'MuseoSans', MuseoSans-300, MuseoSans-700, Helvetica, Arial, "游ゴシック体", YuGothic, 'MyYuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'MyHiragino', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 14px !important;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0 0 6px;
  padding: 0 0 6px !important;
}

#footer .formbox-field-email-1290763 {
  width: 73% !important;
  width: calc(100% - 100px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

#footer .formbox-field-email-1290763+fieldset {
  width: 90px !important;
  float: right;
  position: relative;
  margin-top: -58px !important;
}

#footer input.formbox-field-1290763, #footer button.formbox-button-1290763 {
  border: 1px solid #ccc;
  border-radius: 4px !important;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .87) !important;
  font-family: 'MuseoSans', MuseoSans-300, MuseoSans-700, Helvetica, Arial, "游ゴシック体", YuGothic, 'MyYuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'MyHiragino', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 12px !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  height: 38px;
  line-height: 1.5 !important;
  width: 100%;
  -webkit-transition: all .2s linear !important;
  transition: all .2s linear !important;
}

#footer button.formbox-button-1290763 {
  background: #ffff64 !important;
}

#footer button.formbox-button-1290763:hover {
  background: rgba(0, 0, 0, .05) !important;
}


/* pagetop */

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 56px;
  display: block;
  z-index: 11;
  border: 1px solid rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 100%;
  padding: 16px;
  opacity: 0;
}

.pagetop:hover {
  background: #f2f2f2;
}

.pagetop.is-active {
  opacity: 1;
}

.pagetop span {
  position: relative;
  display: block;
  transform: scaleY(.6666);
  top: 2px;
}

.pagetop span:after {
  content: '';
  display: block;
  border-top: 3px solid rgba(0, 0, 0, .87);
  border-left: 3px solid rgba(0, 0, 0, .87);
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
}

.footer-logo {
  margin: 0 0 30px;
  display: block;
}

.footer-logo img {
  height: 24px;
}

.sns, .service {
  margin: 30px 0 0;
}

.sns .icon {
  width: 24px;
  height: 24px;
}

.sns li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.service li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

.service a {
  width: 270px;
  height: 100px;
  display: block;
  margin: 0 10px;
}

.service .restate a {
  background: #ff4646;
}

.service .bnb a {
  background: #0e3a67;
}

.service .kw a {
  background: #ffd92e;
}

.bottombar {
  background: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 -webkit-calc(50% - 600px);
  padding: 0 calc(50% - 600px);
}

.bottombar ul {
  float: left;
}

.bottombar li {
  line-height: 40px;
  margin: 0 20px 0 0;
  display: inline-block;
}

.bottombar a {
  color: #fff;
}

.bottombar a:hover {
  opacity: .5;
}

.copyright {
  font-size: 10px;
  float: right;
}


/*  3.Module -----------------  */


/* title */

.t0 {
  font-size: 36px;
  color: rgba(0, 0, 0, .87);
  line-height: 1.1;
}

.t1 {
  font-size: 32px;
  color: rgba(0, 0, 0, .87);
}

.t2 {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0, 0, 0, .87);
}

.t3 {
  font-size: 20px;
}

.t4 {
  font-size: 16px;
}

.t5 {
  font-size: 14px;
}

.t6 {
  font-size: 12px;
}

.t7 {
  font-size: 10px;
}

.caption {
  font-size: 80%;
}


/* .btn */

.btn {
  font-size: 14px;
  min-width: 210px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1.5;
}

.btn-primary {
  background: #ffff64;
}

.btn-invalid {
  width: 40%;
}

a:hover .btn, .btn:hover {
  background: rgba(0, 0, 0, .05);
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn-invalid {
  background: rgba(0, 0, 0, .05);
  color: #ccc;
  cursor: auto;
  pointer-events: none;
}

.btn-invalid .icon {
  fill: #ccc;
}

.btn-small {
  font-size: 12px;
  min-width: inherit;
  padding: 8px 16px;
}

.btn-tag {
  font-size: 12px;
  min-width: inherit;
  padding: 4px 8px;
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

.btn-tag-delete:after {
  content: ' ×';
}

.btn-expand {
  text-align: left;
}


/* 横並びボタン */

.btn-wrapper2 {
  margin: 0 -5px;
}

.btn-wrapper2 .btn {
  float: left;
  min-width: inherit;
  width: 48%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px;
  padding: 10px 0;
}


/* .link アイコン付きブルーリンク */

.link {
  display: inline-block;
  position: relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #0081cc;
  cursor: pointer;
}

.link:before {
  content: '〉';
  margin: 0 2px 0 0;
  position: relative;
  display: inline-block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.link-anchor:before {
  transform: rotate(90deg);
  margin: 0 8px 0 0;
  top: 3px;
}

.link-help:hover, .link:hover {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: rgba(0, 0, 0, .54);
  opacity: 1;
}

.link:hover:before {
  color: rgba(0, 0, 0, .54);
}

.link-noicon {
  padding: 0;
}

.link-noicon:before {
  content: '';
  margin: 0;
}

.link-add:before {
  content: '+';
}

.link-delete {
  color: rgba(0, 0, 0, .87);
}

.link-delete:before {
  content: '×';
}

.link-right {
  float: right;
  margin: 0 0 0 20px;
}

.link-prev:before {
  content: '〈';
}

.link-help {
  color: #0081cc;
  border: 2px solid #0081cc;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  padding: 4px;
  margin-top: -2px;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.link-help:hover {
  border-color: rgba(0, 0, 0, .54);
}

.search-form .link-help {
  position: absolute;
}


/* pagination nav */

.page-nav {
  text-align: center;
  margin: 40px 0;
}

.page-nav li {
  display: inline-block;
  margin: 0 10px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}

.page-nav li.is-active {
  background: #000;
  color: #fff;
  border-radius: 100%;
}

.page-nav li a {
  display: block;
  line-height: 20px;
  height: 20px;
  color: #0081cc;
}

.page-nav li a:hover {
  color: rgba(0, 0, 0, .54);
}


/* icon sprite */

.icon-sprite {
  display: none;
}

.icon {
  width: 32px;
  height: 32px;
  fill: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  vertical-align: middle;
  display: inline-block;
}

.btn .icon {
  width: 24px;
  height: 24px;
  margin: -2px 0;
}

.link .icon, .tab .icon {
  width: 16px;
  height: 16px;
}

.link .icon, .tab .icon, a:hover .icon {
  fill: #0081cc;
}

.link:hover .icon, .tab a:hover .icon {
  fill: rgba(0, 0, 0, .54);
}

.tab .is-active .icon {
  fill: rgba(0, 0, 0, .87);
}


/* お気に入りボタン */

.icon-favorite {
  stroke: #e6e6e6;
  fill: rgba(0, 0, 0, 0);
  fill: #e6e6e6;
  stroke-width: 2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover .icon-favorite {
  opacity: .6;
  fill: rgba(0, 0, 0, 0);
  fill: #e6e6e6;
}

.is-active .icon-favorite {
  fill: #e73462;
  stroke: #e73462;
  animation: favorite .3s ease;
}

.is-active:hover .icon-favorite {
  fill: #e73462;
  stroke: #e73462;
}

.account-nav .icon-favorite {
  stroke: #000;
  fill: rgba(0, 0, 0, 0);
}

.account-nav a:hover .icon-favorite {
  fill: rgba(0, 0, 0, 0);
  stroke: #0081cc;
  opacity: 1;
}

.post .btn-favorite, .swiper-single .btn-favorite {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  z-index: 6;
}

.post-list .btn-favorite {
  right: 66.6666%;
}

#google-map .btn-favorite {
  right: 0;
}

.swiper-single .btn-madori {
  /*	display: none;*/
}

.swiper-single .btn-madori {
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  padding: 16px 0;
  z-index: 7;
  color: #e6e6e6;
  vertical-align: middle;
}

.swiper-single .btn-madori svg {
  fill: #e6e6e6;
}

.swiper-single .icon-favorite {}

.swiper-single .btn-favorite {
  padding: 16px;
}

.single-full .swiper-slide img, .single-full .swiper-thumbs img {
  //opacity: .2;
}

.single-full .swiper-single:after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
  padding: 6px 12px 2px;
  border-radius: 8px;
  content: 'このお部屋は成約済みです';
  display: block;
  background: rgba(204, 204, 204, .75);
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.icon-zoom {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
  fill: #e6e6e6;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.hover .icon-zoom {
  visibility: visible;
  opacity: 1;
}

.modal .icon-zoom {
  display: none;
}


/* .btn内のお気に入りアイコン */

.btn .icon-favorite {
  stroke: #e73462;
  fill: rgb(231, 52, 98, 0);
}

.btn.btn-favorite.is-active .icon-favorite {
  fill: rgb(231, 52, 98, 1);
}

.btn.btn-favorite:hover {
  color: #e73462;
}

.btn.btn-favorite.is-active {
  color: rgba(0, 0, 0, .54);
}

.btn.btn-favorite.is-active:after {
  content: '済み';
}


/* お気に入りボタンクリック時アニメーション　*/

@keyframes favorite {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}


/* swiper */

.swiper-lazy-preloader {
  width: 20px;
  height: 20px;
  margin: -10px;
  border-radius: 100%;
  border: 2px solid #0081cc;
  border-top-color: rgba(0, 0, 0, 0);
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  -moz-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader:after {
  display: none;
}

.swiper-main {
  opacity: 0;
}

.loaded .swiper-container {
  opacity: 1;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px;
  /* opacity: 0; */
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-height: 1100px) {
  .swiper-single.swiper-container {
    /*height: 60vh;*/
  }
}

.modal .swiper-container {
  height: 100%;
  margin: 0;
}

.modal .swiper-slide {
  background: none;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}

.modal .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  border: none;
  width: auto\9;
}

.modal .swiper-caption {
  bottom: 0;
  top: auto;
}

.swiper-slide {
  width: 960px;
  text-align: center;
  background: none;
  /*border: 1px solid #ccc;*/
  position: relative;
  box-sizing: border-box;
}

.swiper-slide:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.single .swiper-container {
  margin: 0 0 10px;
  padding: 0 0 70px;
  width: 733px;
  float: left;
}

.single .swiper-slide {
  width: 100%;
  position: relative;
  overflow: visible;
}

.single .swiper-slide:before {
  padding-top: 75%;
}

.swiper-caption {
  font-size: 14px;
  position: absolute;
  bottom: -4.5em;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.swiper-caption strong {
  display: block;
}

.modal .swiper-caption {
  bottom: 0;
  padding: 45px 20px 15px;
  color: #fff;
  text-align: left;
}

.modal .swiper-caption strong {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.swiper-slide img {
  height: 100%;
  width: auto;
}

.swiper-other .swiper-slide a.btn-favorite {
  position: absolute;
  left: auto;
  bottom: auto;
}

.swiper-other .swiper-button-prev, .swiper-other .swiper-button-next {
  top: 33%;
  font-size: 24px;
  height: 32px;
  line-height: 32px;
}

.swiper-button-prev, .swiper-button-next {
  background: none;
  color: #e6e6e6;
  font-size: 40px;
  height: 64px;
  line-height: 64px;
  margin: -32px 0 0;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  width: 48px;
  text-align: center;
  font-weight: bold;
}

.single .swiper-button-prev, .single .swiper-button-next {
  top: 45%;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  color: #0081cc;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-main .swiper-button-prev {
  left: 50%;
  margin-left: -480px;
}

.swiper-main .swiper-button-next {
  right: 50%;
  margin-right: -480px;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-is-active {
  background: #e6e6e6;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.swiper-button-prev:hover, .swiper-button-next:hover, .swiper-pagination-bullet:hover {
  opacity: 0.5;
}

.swiper-thumbs {
  margin: 0 -5px 20px;
  position: relative;
  width: 157px;
  float: right;
}

.swiper-thumbs li a, .swiper-thumbs li.swiper-thumbs-blank {
  background: #f0f0f0;
  width: 50%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 46px;
  float: left;
  margin: 0 5px 10px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  overflow: hidden;
}

.swiper-thumbs li.is-active a {
  opacity: .5;
}

.swiper-thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  width: auto\9;
}

.swiper-button-disabled {
  pointer-events: none;
}


/* 条件の近い物件スライダー */

.swiper-other {
  position: relative;
  width: 100%;
  height: auto;
}

.swiper-other-container {
  overflow: hidden;
  padding-bottom: 40px;
}

.swiper-other .swiper-slide {
  margin: 0;
  position: relative;
}

.swiper-other .swiper-slide:before {
  display: none;
}

.swiper-other .swiper-slide a {
  position: relative;
}

.swiper-other .post-thumbnail img {
  position: absolute;
  z-index: -1;
}

.swiper-other .swiper-slide a.btn-favorite {
  position: absolute;
  left: auto;
  bottom: auto;
}

.swiper-other .swiper-button-prev, .swiper-other .swiper-button-next {
  top: 33%;
  font-size: 24px;
  height: 32px;
  line-height: 32px;
  margin: -16px 0 0;
  padding: 0 5px;
  font-weight: bold;
  color: rgba(0, 0, 0, .54);
  transition: .2s;
}

.swiper-other .swiper-button-prev {
  left: -60px;
}

.swiper-other .swiper-button-next {
  right: -60px;
}

.swiper-other .swiper-pagination {
  bottom: 0;
}

.swiper-other .swiper-pagination-bullet {
  background: rgba(0, 0, 0, .54);
}


/* .tab */

.tab {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
}

.tab a {
  float: left;
  width: 140px;
  text-align: center;
  height: 14px;
  padding: 13px 0;
  font-size: 14px;
  line-height: 1;
  color: #0081cc;
  cursor: pointer;
  margin: 0 0 -1px;
}


/*.primary-center .tab,*/

.tab-center {
  text-align: center;
}


/*.primary-center .tab a,*/

.tab-center a {
  float: none;
  display: inline-block;
}

.tab a:hover {
  color: rgba(0, 0, 0, .54);
}

.tab a.is-active {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 4px solid #000;
  padding-top: 9px;
  background: #fff;
  color: rgba(0, 0, 0, .87);
}

.tab-body {
  position: relative;
}

.tab-body>li {
  display: none;
  position: relative;
}

.tab-body .is-active {
  display: block;
}

.section-header .tab {
  margin: 20px 0;
}

.sidebar .tab {
  border: none;
  margin: 0;
}

.sidebar .tab a {
  width: 50%;
  background: #fff;
  margin: 0 0 20px;
}

.sidebar .tab a.is-active {
  border: none;
  border-top: 4px solid #000;
  background: #f0f0f0;
}


/* sidebar */

.sidebar {
  width: 270px;
  margin: 0 0 40px;
  box-sizing: border-box;
  float: left;
}

.sidebar fieldset {
  margin: 0 0 10px;
}

.sidebar-single {
  /* position: absolute; */
  top: 72px;
}

.search-form {
  text-align: left;
}

.sidebar.search-form {
  background: #f0f0f0;
  padding: 0 0;
  position: relative;
}

.sidebar.search-form .tab-body {
  padding: 0 30px;
}

.sidebar .fixed-footer {
  padding: 5px 10px;
  position: absolute;
  width: 220px;
  margin: 15px 15px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.sidebar.search-form .fixed-footer .btn, .sidebar .fixed-footer h3 {
  min-width: auto;
  width: 50%;
  width: calc(50% - 10px);
  float: left;
  margin: 5px;
  padding-right: 0;
  padding-left: 0;
}

.sidebar .fixed-footer h3 {
  padding: 7px 0 0;
}

.sidebar .fixed-footer span {
  vertical-align: middle;
}

.sidebar .fixed-footer.is-fixed {
  position: fixed;
  bottom: 0;
}

.sidebar .fixed-footer.is-fade {
  opacity: 0;
}

.primary-center .search-form {
  padding-bottom: 104px;
}

.primary-center .search-form h5 {}

label {
  display: block;
  padding: 10px 0 0;
}

.link-list li {
  text-align: left;
  width: 25%;
  float: left;
  /*mypage内 リストメニュー*/
}

.primary-center .search-form label {
  width: 25%;
  float: left;
  /*	font-size: 14px;*/
}

.primary-center .search-form label.freeword {
  width: 50%;
  float: none;
}

.search-form-madori label {
  width: 50%;
  float: left;
}

.primary-center .search-form-madori label {
  width: 12.5%;
  float: left;
}

.modal .section-footer, .search-form .section-footer {
  clear: both;
  padding: 20px 0 0;
}

.search-form .is-half .btn-modal {
  width: 100%;
  margin: 0;
}

.search-form-table {
  padding: 0 0 20px;
  clear: both;
}

.modal .section-footer {}

.num {
  font-size: 10px;
  font-weight: normal;
}

.price-rent {
  display: none;
}

.price-rent.is-active {
  display: inline;
}

.price-rent:after {
  content: ' / '
}


/* 1px frame input */

.dropdown-btn, input, textarea, select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  height: 36px;
  display: block;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  background: none;
  font-weight: normal;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 1;
}

select {
  background: url('/asset/img/icon-select.png') no-repeat center right 10px;
  background-size: 14px;
  padding-right: 25px;
}

textarea {
  height: 200px;
  resize: none;
}

.category-form {
  text-align: left;
  margin: 0 0 40px;
}

.category-form h3, .category-form fieldset {
  margin: 0 20px 0 0;
}

.category-form label {
  padding: 0;
  margin: 0;
}

.category-form fieldset, .category-form h3, .category-form label, .category-form select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.category-form h3 span {
  vertical-align: middle;
}

.category-form select {
  min-width: 120px;
}

.category-form .link-delete {
  padding: 6px 0;
}

.category-form-checkbox {
  margin: 0 0 20px;
}

.category-form-checkbox label {
  padding: 0;
  margin: 0 10px;
  display: inline-block;
}


/* ドロップダウン 矢印アイコン */

.btn-arrow {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn-arrow:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  border-right: 1px solid rgba(0, 0, 0, .4);
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  -webkit-transform: scaleY(-0.8) rotate(-135deg);
  -ms-transform: scaleY(-0.8) rotate(-135deg);
  transform: scaleY(-0.8) rotate(-135deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.search-form-table .btn-arrow:after {
  display: none;
}

.info .btn-arrow:after {
  right: 20px;
  display: none;
}

.btn-arrow.is-active:after {
  -webkit-transform: scaleY(0.8) rotate(-135deg);
  -ms-transform: scaleY(0.8) rotate(-135deg);
  transform: scaleY(0.8) rotate(-135deg);
}

.btn-arrow:hover {
  color: #0081cc;
}

.btn-arrow:hover:after {
  border-color: #0081cc;
}

.dropdown-btn:after {
  content: '';
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  border-right: 1px solid rgba(0, 0, 0, .4);
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  -webkit-transform: scaleX(0.8) rotate(-45deg);
  -ms-transform: scaleX(0.8) rotate(-45deg);
  transform: scaleX(0.8) rotate(-45deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dropdown:hover a:after {
  transform: rotate(45deg);
  -webkit-transform: scaleY(0.8) rotate(45deg);
  -ms-transform: scaleY(0.8) rotate(45deg);
  transform: scaleY(0.8) rotate(45deg);
  margin: -6px 0 0;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  visibility: hidden;
  width: 100%;
  max-height: 320px;
  padding: 5px 10px;
  overflow: auto;
  position: absolute;
  box-sizing: border-box;
  background: #f0f0f0;
  opacity: 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 10;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}

.search-form .is-half {
  width: 48%;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin: 0 10px 0 0;
  float: left;
}

.sidebar .search-form-linesward .is-half {
  width: 100%;
  margin: 0;
}

.search-form .is-half:nth-child(3) {
  margin: 0;
}

.sidebar.search-form .btn {
  min-width: 100%;
  margin: 0;
}

.sidebar.search-form footer .btn {
  margin: 0 0 10px;
}

/* sidebar-single */
.info {
    clear: both;
    margin: 0 0 20px;
    padding-bottom: 15px;
}

.info a {
  color: #0081cc;
}

.info a:hover {
  color: rgba(0, 0, 0, .54);
}

.info>ul>li {
  padding: 15px 20px 0;
}

.info>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.info>ul>li>h3 {
  font-weight: normal;
  float: left;
  padding: .1em 0;
  width: 95px;
}

.info>ul>li>p, .info .info-category>ul {
  font-size: 14px;
  font-weight: bold;
  float: left;
  color: rgba(0, 0, 0, .87);
  width: 128px;
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
}

.info>ul>li>ul {}

.info:first-child li:first-child {
  border: none;
}

.info .info-price>h3 {
  padding: .5em 0;
}

.info .info-price>p {
  font-size: 18px;
}

.info .info-address>p, .info .info-station>p, .info .info-category>ul {
  font-size: 12px;
}

.info .info-category li {
  display: inline;
}

.info .info-category li:after {
  content: ' / ';
}

.info .info-category li:last-child:after {
  content: '';
}

.info-spec .t5 {
  padding: 10px 20px;
}

.info-spec>ul>li {
  padding: 7px 20px;
}

.info-spec>ul>li>h3 {
  padding: 0;
}

.info-spec>ul>li>p {
  font-size: 12px;
}

.info-spec>ul>li>p small {
  font-size: 80%;
  display: block;
}

.info-spec>ul>li>a {
  float: none;
}


/* primary */

main {
  /* IE対策 inline*/
  display: block;
}

.primary {
  width: 890px;
  float: right;
  text-align: left;
}

.primary-full {
  width: 100%;
  text-align: center;
}

.primary-center {
  max-width: 890px;
  text-align: center;
  margin: 40px auto 0;
}

.primary-form {
  max-width: 480px;
  text-align: center;
  margin: 40px auto 0;
}

.single .primary {
  /*width: 580px;*/
}


/* 横並びリスト */

.section-list3, .section-list {
  padding: 0 0;
  margin: 0 -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* 横並びリスト2カラム */

.section-list2 {
  margin: 0 -20px 20px;
}


/* 横並びリスト4カラム */

.section-list4 {
  margin: 0 -15px 20px;
}


/* 横並びリスト5カラム */

.section-list5 {
  margin: 0 -10px;
}

.section-list5 .btn {
  float: left;
  width: 17%;
  width: -webkit-calc(20% - 20px);
  width: calc(20% - 20px);
  margin: -10px 10px 20px;
}

.section-list-none {
  text-align: center;
  padding: 80px;
}


/* recruit page banner*/

.section-list-recruit {
  width: 66.6666%;
  margin: 0 auto;
}

.section-list-recruit .list {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 0 20px 0px;
  text-align: center;
}

.section-list-recruit .list img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}


/* .post */

.list, .post {
  position: relative;
  width: 29%;
  width: -webkit-calc(33.3333% - 40px);
  width: calc(33.3333% - 40px);
  float: left;
  margin: 0 20px 40px;
  text-align: left;
}

.list2 {
  width: 58%;
  width: -webkit-calc(66.6666% - 40px);
  width: calc(66.6666% - 40px);
}

.post a {
  display: block;
}

.section-list2 .list, .section-list2 .post {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 0 20px 0px;
}

.section-list4 .post {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 15px;
}

.post-list {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.post-gallery {
  margin: 0 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.post-gallery .swiper-wrapper {}

.post-gallery .swiper-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  width: auto\9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: contain;
}

.post-gallery .swiper-slide:before {
  padding-top: 75%;
}

.post-gallery .swiper-button-prev, .post-gallery .swiper-button-next {
  display: none;
}

.post-blank .post-thumbnail {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.post-thumbnail {
  margin: 0 0 10px;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.post-thumbnail:before {
  display: block;
  content: '';
  padding: 75% 0 0;
}

.feature .post-thumbnail:before {
  padding: 100% 0 0;
}

.post-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  width: auto\9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: contain;
}

.post-thumbnail-madori {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.post .post-thumbnail-madori {
  border: none;
}

.post-title, .post-price {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-title span {
  display: inline-block;
  vertical-align: middle;
}

.post-title span.room_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.post-title span.room_number:before {
  content: ' ';
  white-space: pre-wrap;
}

.section-list2 .post-title, .section-list2 .post-price, .section-list4 .post-title, .section-list4 .post-price {
  font-size: 12px;
}

.post-spec span:after {
  content: ' / ';
  display: inline-block;
  margin: 0 5px;
}

.post-spec span:last-child:after {
  display: none;
}

.post-spec2 span:after {
  content: ' / ';
  display: inline-block;
  margin: 0 2px;
}

.post-spec2 span:last-child:after {
  display: none;
}


/* お部屋の種類 RENT BUY FULL NEW  */

.post-category {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.post-category span {
  position: relative;
  display: block;
  float: left;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  height: 22px;
  min-width: 48px;
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

span.category-new {
  background: #e73462;
}

span.category-buy {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 5px 0;
}

span.category-full, span.category-sold {
  background: #ccc;
}

.section-list4 .post-category span {
  font-size: 10px;
  min-width: 42px;
  padding: 5px;
  height: 20px;
}

.section-list4 span.category-buy {
  padding: 4px;
}

.single-full .single-title, .post-full .post-title {
  /*text-decoration: line-through;*/
}

.post-full .post-price, .post-full p span {
  /*display: none;*/
}

.post-full p:after {
  /*text-decoration: none;
	content: 'このお部屋は成約済みです';
	display: inline-block;*/
}

.post-sold p:after {
  /*text-decoration: none;
	content: 'このお部屋は成約済みです';
	display: inline-block;*/
}


/* 2018 11.27 mlc add */

.post-full .post-gallery:after, .post-full .post-thumbnail:after {
  font-size: 14px;
  line-height: 1.25;
  width: 190px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 0 6px;
  border-radius: 8px;
  content: 'このお部屋は成約済みです';
  display: inline-block;
  background: rgba(204, 204, 204, .75);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.post-full .post-gallery:after {
  left: 16.6666%;
}

#google-map .post-gallery:after {
  left: 50%;
  top: 33.3333%;
}

.section-list4 .post-full .post-thumbnail:after {
  font-size: 12px;
  width: 160px;
  padding: 5px 0 3px;
  border-radius: 6px;
}


/* contentエリア内モジュール */

.section-wrapper {
  margin: 0 0 40px;
  padding: 40px 0 0;
  border-top: 1px solid #ccc;
}

.section-wrapper:first-child {
  padding: 0 0;
  border-top: none;
}

.section-wrapper.is-border {
  margin: 0 0 40px;
  padding: 0;
}

.primary-form .section-wrapper.is-border li {
  margin: 5px 0 0;
}

.section-wrapper .post-blank {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 20px;
}

.section-body {
  margin: 30px;
  position: relative;
}

.section-body40 {
  margin: 40px;
  position: relative;
}

.section-body80 {
  margin: 80px;
  position: relative;
}

.section-body .section-wrapper {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border: none;
  border-top: 1px solid #ccc;
}

.section-expand {
  /* expandに表示するコンテンツ */
  display: none;
}

.section-header {
  margin: 0 0 20px;
  text-align: center;
  clear: both;
  position: relative;
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5 {
  line-height: 1.5;
}

.section-header-blackbar {
  background: #000;
  color: #fff;
  text-align: left;
  padding: 8px 20px;
  margin: -41px 0 30px;
  box-sizing: border-box;
}

.section-header-blackbar * {
  color: #fff;
}

.section-footer {
  text-align: center;
  clear: both;
}

.section-footer .link {
  margin: 0 10px 20px;
}

.section-footer .link-right {
  margin: 0 0 20px 20px;
}

.section-footer .btn, .pickup .section-footer .link {
  margin: 0 10px 10px;
}

.is-border .t3 {
  margin: 0 0 10px;
}

.is-border .t4 {
  margin: 0 0 10px;
}

.section-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.past-search {
  /* 前回検索した条件　*/
  margin: 25px 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0 0 25px;
  text-align: left;
}

.new-arrival {
  /* この条件の新着物件　*/
  margin: 25px 30px 0;
  position: relative;
  text-align: left;
}

.search-condition {
  /* 検索条件　*/
  text-align: left;
  margin: 0 0 40px;
}


/* app紹介エリア */

.section-app {
  background: url(../img/app-bg.jpg) no-repeat;
  background-size: cover;
  height: 460px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 40px;
}

.section-app .section-app-body {
  display: inline-block;
  width: 445px;
  padding: 70px 0;
}

.section-app h2, .section-app p {
  color: #fff;
  margin: 0 0 10px;
}

.section-app .section-app-body img {
  margin: 10px 0;
}

.section-app .section-app-body a img {
  height: 40px;
  padding: 0 5px;
}

.app-icon {
    width: 90px;
}

.app-image {
  width: 240px;
  float: left;
  margin: 33px 0 0 220px;
}


/* パンくずリスト */

.breadcrumbs {
  text-align: left;
}

.breadcrumbs li {
  display: inline-block;
  margin: 27px 15px 27px 0;
}

.breadcrumbs li:after {
  content: '〉';
  display: inline-block;
  margin: 0 0 0 15px;
}

.breadcrumbs li:last-child:after {
  display: none;
}


/* single ページ　モジュール*/

.single-header {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
  clear: both;
}

.single-info {
  margin-bottom: 30px;
}

.single-full .single-info {
  width: 50%;
  width: 66.6666%;
  width: 581px;
  float: left;
}

.single-info .post-spec {
  font-size: 14px;
}


/* 空室お知らせエリア */

.vacancy {
  background: #f0f0f0;
  width: 289px;
  /* width: 50%; */
  padding: 15px;
  font-size: 12px;
  margin: 0 0 30px;
  float: right;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.vacancy .caption {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center;
  width: 125%;
  top: 30px;
  transform: translateX(-50%) scale(.95);
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .category-form .vacancy {
    background: none;
    padding: 8px 0;
    width: auto;
  }
  .category-form .vacancy .t5 {
    font-size: 12px;
  }
  .category-form .vacancy p {
    display: none;
  }
}


/*
.single-header .vacancy:after{
  content: "";
  position: absolute;
  right: 130px;
  bottom: -10px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f0f0f0 transparent transparent transparent;
  border-width: 10px 10px 0 10px;

} */

.btn-toggle {
  width: 36px;
  border-radius: 10px;
  height: 20px;
  top: -2px;
  margin-left: 5px;
  background: #ccc;
  position: relative;
  float: right;
  transition: .2s;
}

.btn-toggle:after {
  content: '';
  position: absolute;
  background: #fff;
  margin: 2px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  transition: .2s;
  left: 0;
}

.btn-toggle.is-active {
  background: #0081cc;
}

.btn-toggle.is-active:after {
  left: 16px;
}

.single-footer {
  margin: 0 0 40px;
  clear: both;
}

.fixed-footer {
  text-align: center;
  margin: 0 0 40px;
}

.single .primary {
  position: relative;
}

.single .fixed-footer {
  position: absolute;
  display: flex;
  margin: 0 -10px;
  width: 102%;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

@media screen and (min-width: 768px) {
  .single .fixed-footer.is-fixed {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    max-width: 890px;
    padding: 20px -webkit-calc(50% - 445px);
    padding: 20px calc(50% - 445px);
    margin: 0;
    border-top: 1px solid #ccc;
    -webkit-transition: bottom 2s ease;
    transition: bottom 2s ease;
  }
  @keyframes fixed {
    0% {
      bottom: -90px;
    }
    100% {
      bottom: 0;
    }
  }
}

.single .fixed-footer .btn {
  margin: 0 10px;
}

.single .fixed-footer .btn-print, .single .fixed-footer .btn-tel {
  min-width: auto;
}

.single .fixed-footer .btn-mail {
  min-width: 120px;
}

.single .fixed-footer .btn-primary, .single .fixed-footer .btn-favorite {
  width: 40%;
}

.fixed-footer p {
  display: none;
}

.fixed-footer p.btn-alert {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  transform: translate(-50%, 80%);
  margin: -8px auto 0;
  padding: 6px 8px 2px;
  font-size: 12px;
  border-radius: 8px;
  line-height: 1.25;
  width: 80%;
  left: 50%;
}

.fixed-footer p.btn-alert:before {
  content: '';
  display: block;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  margin: -6px 0 0 -5px;
}

.logged-in p.btn-alert {
  display: none;
}

.fixed-footer.is-hide, .single .fixed-footer.is-hide {
  bottom: -104px;
}

.sidebar .fixed-footer.is-hide, .primary-center .fixed-footer.is-hide, .search-footer.is-hide {
  bottom: 0;
  position: absolute;
}

.primary-center .fixed-footer.is-hide {
  background: none;
}

.primary-center .fixed-footer, .search-footer {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 0;
  padding: 20px;
  box-sizing: border-box;
  z-index: 11;
  text-align: center;
  border-top: 1px solid #ccc;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
}

.modal .section-footer .btn {
  margin: 0 10px;
}

.primary-center .fixed-footer .btn, .search-footer .btn {
  margin: 0 10px;
}

.primary-center .fixed-footer h3, .search-footer h3 {
  display: inline-block;
  width: 100px;
  margin: 0 10px;
  vertical-align: middle;
  line-height: 1.2;
}

.primary-center .fixed-footer h3 span:before {
  content: '';
  display: block;
}

.single-content {
  margin: 0 0 40px;
  max-width: 733px;
  /*padding:5% 12%;
	border:1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;*/
}

.single-content h3 {
  margin: 10px 0 5px;
  color: rgba(0, 0, 0, .87);
}

.single-content .section-body {
  margin: 20px 0 0;
  clear: both;
}

.single-content .section-body p {
  margin: 0 0 10px;
}

.link-readmore {
  display: none;
}

.single-content.is-active .link-readmore {
  /*    display: none;*/
}

.single-content.is-active .link-readmore:before {
  content: '×';
}


/* fb likeボタン縦位置揃え */

.fb_iframe_widget>span {
  vertical-align: baseline !important;
  height: 20px !important;
}


/* google map */

#google-map {
  width: 100%;
  margin: 40px 0;
}

#google-map:before {
  content: '';
  display: block;
  padding-top: 75%;
}


/* info window */


/*
.custom-iw {
	background: #fff;
	margin: 0 6px!important;
 border: none!;
	width: 480px!important;
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,.5));
}
.custom-iw:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 0 -16px -16px;
	transform: scaleX(.5)rotate(45deg);
}*/

.gm-style-iw {
  width: 316px!important;
  padding: 18px 0px 6px 18px !important;
  margin: 1px 0 0!important;
  left: 0!important;
  top: 0px!important;
  -webkit-overflow-scrolling: touch;
  overflow: hidden!important;
  max-height: 520px!important;
  overflow-y: auto!important;
}

.gm-style-iw>div {
  display: block!important;
  max-width: auto!important;
  max-height: 100%!important;
  padding: 0!important;
  padding: 0!important;
  margin: 0!important;
  margin: 0!important;
  overflow-y: auto!important;
  max-height: 500px!important;
  -webkit-overflow-scrolling: touch;
}

.gm-style-iw .post {
  width: 280px;
  margin: 0 0 20px;
}

.gm-style-iw .post:last-child {
  margin: 0;
}

.gm-style-iw .post-title, .gm-style-iw .post-price {
  font-size: 14px;
}

.gm-style-iw p {
  font-size: 12px;
}

.gm-style-iw .post .post-gallery {
  width: 280px;
  height: 140px;
}

.gm-style-iw .post img {
  width: 50%;
  float: left;
  height: 100%;
  height: auto\9;
  object-fit: cover;
}

.single-footer #google-map {
  margin: 40px 0 10px;
}

.single-footer #google-map:before, .google-map-static:before {
  padding-top: 40%;
}

.google-map-static {
  text-align: center;
  margin: 40px 0 15px 0;
  background: #f0f0f0;
  position: relative;
  width: 100%;
  height: 356px;
  overflow: hidden;
}

.google-map-static img {
  height: 100%;
}

.google-map-static iframe {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/*
.closebtn {
	position: absolute!important;
	right: 5px!important;
	top: 5px!important;
}*/

.single-footer #google-map {
  margin: 40px 0 10px;
}

.single-footer #google-map:before {
  padding-top: 40%;
}


/* 担当者エリア */

.member {
  display: table;
  margin: 0 0 20px;
}

.member li {
  display: table-cell;
  vertical-align: middle;
}

.member-img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 10px auto;
  position: relative;
}

.member .member-img {
  width: 100px;
  height: 100px;
}

.member-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  background: #ccc;
}

.member-info {
  padding: 0 20px;
  margin: 0 auto 20px;
  min-width: 180px;
}

.member-info h4, .member-info p {
  padding: 0;
  margin: 0;
}

.member-text {}

.member-birthday {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  line-height: 38px;
  border: 2px solid #000;
  background: yellow;
  text-align: center;
  box-sizing: border-box;
}

.member-wrapper {
  padding: 40px 20px 20px;
  margin: 0 0 40px;
  text-align: left;
  position: relative;
}

.member-none {
  padding: 40px;
  text-align: center;
}

.member-body {
  float: left;
  width: 46%;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  position: relative;
  margin: 0 20px;
}

.member-nav li {
  display: inline-block;
}

.member-nav li.member-nav-prev {
  float: left;
}

.member-nav li.member-nav-next {
  float: right;
}

.member-nav img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 10px 0;
  display: block;
  border: 1px solid #ccc;
}


/* 目立たせたい要素 */

.notice {
  color: #e73462;
  font-weight: bold;
}


/* notice bar */

.notice-bar {
  background: #ffffb1;
  padding: 20px;
  padding: 20px -webkit-calc(50% - 600px);
  padding: 20px calc(50% - 600px);
}

.notice-bar .is-right {
  text-align: right;
}

.notice-bar .is-right .btn {
  margin: 10px 0;
}


/* モーダルウィンドウ */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  position: relative;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  max-width: 600px;
  padding: 40px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}

.modal-content.is-tel {
  max-width: 400px;
}

.modal-content.is-footer {
  position: absolute;
  -webkit-transform: none;
  transform: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  padding-bottom: 94px;
  max-height: 80%;
  max-width: 890px;
}

.modal-content.is-img {
  background: none;
  padding: 0;
}

.modal .section-footer {
  background: #fff;
  width: 90%;
  max-width: 890px;
  position: fixed;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 210;
  text-align: center;
  border-top: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  width: 100%\9;
  position: static\9;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .modal .section-footer {
    width: 100%;
    position: static;
  }
}

.modal .modal-content {
  display: block;
}

.modal-content.is-hide {
  visibility: hidden;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: .5;
  font-weight: normal;
  z-index: 201;
}

.btn-gallery {
  position: absolute;
  top: 0;
  right: 40px;
  padding: 16px;
  z-index: 202;
}

.icon-gallery {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.modal-gallery {
  width: 80%;
  background: #f0f0f0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  margin: auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 203;
}

.modal-gallery a {
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  background: #ccc;
}

.modal-gallery a:before {
  display: block;
  content: '';
  padding: 75% 0 0;
}

.modal-gallery a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  width: auto\9;
}


/* 概算初期費用 */

.modal-cost ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 5px 0;
}

.modal-cost li {}

.modal-cost li:after {
  display: block;
  content: '';
  clear: both;
}

.modal-cost li:last-child {
  border-top: 1px solid #ccc;
  padding: 5px 0 0;
}

.modal-cost li h4 {
  padding: 5px 0;
  float: left;
  clear: both;
  font-weight: normal;
}

.modal-cost li p {
  font-weight: bold;
  padding: 5px 0;
  float: right;
  color: rgba(0, 0, 0, .87);
}

.modal-cost p {
  text-align: left;
}

.modal-tel .is-border {
  margin: 10px 0;
  padding: 5px 0;
  width: auto;
}

.modal-tel p {
  margin: 0 0 10px;
}

.modal-tel .btn {
  margin: 0;
}

.modal-price p {
  text-align: left;
}


/* 検索フォーム モーダル*/

.modal label {
  width: 25%;
  float: left;
  text-align: left;
}

.modal .underline {
  clear: both;
  text-align: left;
}

.input-title.underline label {
  float: none;
  margin: 0 0 0 20px;
  padding: 0;
  width: auto;
  display: inline-block;
}


/* フォームページ　*/

.required {
  color: #e73462;
  border: 1px solid #e73462;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px;
  margin: 0 0 0 4px;
  display: inline-block;
  line-height: 1;
}

.optional {
  color: #999;
  border: 1px solid #999;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px;
  margin: 0 0 0 4px;
  display: inline-block;
  line-height: 1;
}

.primary-form input[type="text"], .primary-form input[type="tel"], .primary-form input[type="email"], .primary-form input[type="password"], .primary-form select {
  display: inline-block;
}

.primary-form input[type="number"] {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

.primary-form label {
  text-align: left;
}

.primary-form p, .primary-form label {
  margin-bottom: 10px;
}

.merit-img {
  max-width: 320px;
}

.signup-merit {
  margin: 20px 0;
  text-align: center;
}

.signup-merit {
  text-align: center;
  /* max-width: 480px; */
  margin: -20px -30px 20px;
  width: 102%;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.signup-merit li img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 10px;
}

.signup-merit li {
  text-align: center;
  width: 48%;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  max-width: 200px;
  padding: 0 10px 20px;
}

.signup-merit li span {
  display: inline-block;
}


/* 内覧予約 */

.primary-form .input-wrapper {
  padding: 20px 0 10px;
  margin: 0;
  text-align: left;
  clear: both;
  border-top: 1px dashed #ccc;
  position: relative;
}


/* 内覧希望日 */

.preferred-date label {
  float: left;
  width: 30%;
  width: -webkit-calc(33.3333% - 10px);
  width: calc(33.3333% - 10px);
}

.preferred-date .preferred-time {
  width: 66.6666%;
  float: right;
  padding: 10px 0 0;
}

.preferred-date select {
  width: 46%;
  float: left;
}

.preferred-date div span {
  width: 8%;
  text-align: center;
  display: inline-block;
  padding: 8px 0;
  float: left;
}

.input-float label {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.primary-form label {
  display: inline-block;
}

.primary-form .mail-confirm label {
  width: 46%;
  float: left;
}

.primary-form .mail-confirm .at-mark {
  width: 8%;
  float: left;
  padding: 13px 0;
  text-align: center;
}

.primary-form .notes {
  clear: both;
  background: #f0f0f0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  display: none;
}

.primary-form .notes .notes {
  background: none;
  padding: 0;
}

.notes li {
  clear: both;
}

.primary-form .notes-list li {
  display: table;
  width: 100%;
  height: 36px;
}

.primary-form .notes-list label {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.primary-form .notes-list .notes-text {
  display: table-cell;
  width: 70%;
}

.primary-form .notes input[type="text"] {
  width: 100%;
}

.privacy {
  text-align: left;
}

.privacy .is-border {
  height: 200px;
  overflow: scroll;
  padding: 20px;
  margin: 10px 0;
}

.privacy-content h3, .privacy-content h4 {
  font-size: 16px;
  margin: 0 0;
}

.privacy-content p {
  font-size: 14px;
  margin: 0 0 30px;
}

.is-alert {
  background: #ffffb1;
}

.is-alert input, .is-alert select {
  border-color: #e73462;
  border-width: 2px;
  position: relative;
}

.is-alert:after {
  color: #e73462;
  content: '必須項目です';
  display: block;
  position: relative;
}


/* 会員登録 */

.step-nav {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.step-nav:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 12.5%;
  width: 75%;
  border-bottom: 1px solid #ccc;
  background: #ccc;
  z-index: -1;
}

.step-nav li {
  float: left;
  width: 25%;
}

.step-nav li:before {
  content: '';
  display: block;
  background: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.step-nav li.is-active:before {
  background: #000;
  border: none;
}

.sitemap {
  text-align: left;
}

.sitemap .t4 {
  border-bottom: 1px solid #ccc;
  margin: 10px 0 15px;
  padding: 5px 0;
}

.sitemap .t5 {
  margin: 0 0 10px;
}

.sitemap .is-half {
  float: left;
}

.sitemap .is-full {
  margin: 0 -2% 20px;
}

.sitemap .is-full .t5 {
  margin: 0 1% 10px;
}

.sitemap .is-full li {
  float: left;
  width: 48%;
  margin: 0 1% 5px;
}

.sitemap ul {
  margin: 0 0 20px;
}

.sitemap ul li {
  line-height: 1.25;
  margin: 0 0 5px;
}

.sitemap li a {
  font-size: 12px;
  color: #0081cc;
}

.sitemap li a:hover {
  color: rgba(0, 0, 0, .87);
}

.sitemap.anchor-list {
  display: none;
}


/* 鎌倉オフィス */

.cover-img {
  margin: 0 0 20px;
}

.office-title {
  margin: 0 0 20px;
}

.office-area-title {
  margin: 0 0 10px;
}

.office-content .t0 {
  font-weight: normal;
}

.office-content .t0 span {
  display: inline-block;
}

.office-img {
  float: left;
  width: 33.3333%;
  width: -webkit-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 40px;
}

.office-text {
  float: right;
  width: 66.6666%;
  width: -webkit-calc(66.6666% - 20px);
  width: calc(66.6666% - 20px);
  margin: 0 0 40px;
  text-align: left;
}

.office-text dt, .office-text dd {
  font-size: 14px;
  float: left;
  margin: 0 0 7px;
}

.office-text dt {
  width: 80px;
}

.office-text dd {
  color: rgba(0, 0, 0, .87);
  font-weight: bold;
  width: 80%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}


/* 中央線支店 */

.town {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.town:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.town a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: #f0f0f0;
}

.town a:hover {
  background: #ffff64;
}

.town img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.town a:hover img {
  opacity: .2;
}

.town-list .town:nth-child(2n+1) img {
  opacity: 0;
}

.town-list .town:nth-child(2n) .town-text {
  opacity: 0;
}

.town:nth-child(2n) a:hover .town-text {
  opacity: 1;
}

.town-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.town a h3, .town a p {
  color: rgba(0, 0, 0, .87);
}

#instafeed .icon-instagram {
  width: 56px;
  height: 56px;
  fill: #fff;
}

#instafeed a {
  background: #ff6600;
}

#instafeed .town:first-child a:hover {
  opacity: .8;
}

#instafeed .town:first-child a h2 {
  color: #fff;
}


/* special 間違いだらけの住宅えらび　*/

.special-number {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  background: #000;
  margin: 0 0 10px;
  text-align: center;
  font-weight: bold;
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  padding: 9px 0;
}

.special-number strong {
  font-size: 180%;
  color: #fff;
  display: block;
}

.special-number-option {
  line-height: 34px;
  color: rgba(0, 0, 0, .87);
  background: none;
  border: 2px solid rgba(0, 0, 0, .87);
}

.is-active .special-number {
  background: #ffff64;
}

.special-nav {
  margin: 0 0 30px;
}

.special-nav li {
  float: left;
  width: 33.3333%;
  margin: 0 0 10px;
  color: #0081cc;
}

.special-img {
  margin: 30px 20px 10px;
  font-size: 12px;
}

.special-img .post-thumbnail:before {
  padding-top: 66.6666%;
}

.special-img .post-thumbnail {
  border: 1px solid #ccc;
}

.special-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: auto\9;
}

.table {
  width: 100%;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 25%;
  padding: 20px;
  text-align: left;
}

.table td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  width: 75%;
}

.table tr:last-child th, .table tr:last-child td {
  border-bottom: none;
}


/* 物件オーナー様へ */

.owner-trouble {
  text-align: center;
  margin: 0 0 40px;
}

.owner-trouble li {
  background: #f0f0f0;
  max-width: 320px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
  margin: 0px 10px 30px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}

.owner-trouble span {
  display: block;
  padding: .75em 0;
}

.owner-trouble li:after {
  background: #f0f0f0;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  box-sizing: border-box;
  border-radius: 100%;
  width: 12px;
  height: 8px;
  margin: 0 0 0 -6px;
}

.owner-trouble li:before {
  background: #f0f0f0;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  box-sizing: border-box;
  border-radius: 100%;
  width: 8px;
  height: 6px;
  margin: 0 0 0 -4px;
}

.owner-trouble-border li, .owner-trouble-border li:before, .owner-trouble-border li:after {
  background: #fff;
  border: 2px solid #222;
}

.flow-list {
  position: relative;
  margin-bottom: 40px;
}

.flow-list li {
  width: 580px;
}

.flow-list-arrow {
  margin: 5px 40px;
}

.flow-list01, .flow-list02, .flow-list03, .flow-list04, .flow-list05 {
  position: absolute;
  right: 0;
  width: 270px;
  height: auto;
}

.flow-list01 {
  top: 0;
}

.flow-list02 {
  top: 223px;
}

.flow-list03 {
  top: 446px;
}

.flow-list04 {
  top: 669px;
}

.flow-list05 {
  top: 892px;
}

.owner-voice {
  width: 50%;
  float: left;
}

.owner-voice dt {
  background: #f0f0f0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 0 20px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.owner-voice dt:after {
  background: #f0f0f0;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 -6px;
  transform: rotate(45deg);
}

.owner-voice dd {
  margin: 0 0 30px;
}

.owner-case-room {
  margin: 0 0 40px;
}

.owner-case-img {
  margin: 0 40px 0 0;
  float: left;
  width: 190px;
}

.owner-case-text {
  margin: 0;
  float: right;
  width: 660px;
}

.section-header.qa {
  margin: 0 auto 30px;
  padding: 45px 0;
  width: 100%;
}

#owner-consult .section-header.qa {
  padding: 30px 0;
  width: 520px;
}

.qa-q, .qa-a {
  position: absolute;
  top: 0;
}

.qa-q {
  left: 0;
}

.qa-a {
  right: 0;
}

.anchor-list li {
  display: inline-block;
  margin: 10px;
}


/* 採用ページ　インフォグラフィックス */

.primary-infographics {
  text-align: center;
}

.primary-infographics .section-list .list {
  text-align: center;
}

.section-graphics img {
  max-width: 360px;
  height: auto;
  margin: 0 20px;
}

.favorite-point {
  text-align: center;
  margin: 0 0 40px;
}

.favorite-point li {
  background: #fff;
  border: 3px solid rgba(0, 0, 0, .87);
  color: rgba(0, 0, 0, .87);
  max-width: 380px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
  margin: 0px 0 30px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  font-feature-settings: "pkna";
  font-size: 15px;
}

.favorite-point li span {
  display: inline-block;
}

.favorite-point li:after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
}

.favorite-point li:nth-child(2n+1):after {
  border-bottom: 5px solid rgba(0, 0, 0, .87);
  border-left: 3px solid rgba(0, 0, 0, .87);
  transform: rotate(29deg) skewY(-56deg);
  left: 10%;
}

.favorite-point li:nth-child(2n):after {
  border-bottom: 5px solid rgba(0, 0, 0, .87);
  border-right: 3px solid rgba(0, 0, 0, .87);
  transform: rotate(-29deg) skewY(56deg);
  right: 10%;
}

.favorite-point li:nth-child(4n+2) {
  margin-right: 70px;
  margin-left: 35px;
}

.favorite-point li:nth-child(4n+3) {
  margin-right: 35px;
  margin-left: 70px;
}


/*  4.State  -----------------  */

.is-hide-pc {
  display: none;
}

.is-hide-sp {
  display: inline-block;
}


/* 角丸ボーダー */

.is-border {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.is-circle {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.is-clear {
  clear: both;
}

.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-alignleft {
  text-align: left;
}

.is-aligncenter {
  text-align: center;
}

.is-alignright {
  text-align: right;
}

.is-light {
  font-weight: normal;
}

.is-full {
  width: 100%;
}

.is-half {
  width: 50%;
}

.is-onethird {
  width: 33.3333%
}

.is-twothird {
  width: 66.6666%
}

.is-contain {}

.is-disabled {
  pointer-events: none;
  opacity: .5;
}

.is-checked {
  color: rgba(0, 0, 0, .54);
  opacity: 1;
  border: 2px solid rgba(0, 0, 0, .54);
  box-sizing: border-box;
  padding: 7px 15px;
}

select.is-checked {
  padding: 7px;
  padding-right: 25px;
}

.is-small {
  font-size: 60%;
  font-weight: normal;
}

.is-large {
  font-size: 115%;
}

.is-xlarge {
  font-size: 150%;
  vertical-align: middle;
}

.is-scaledown {
  pointer-events: none;
  transform: scale(.8);
  margin: 0 0 10px;
}

.is-outline {
  -webkit-text-stroke: .75px rgba(0, 0, 0, .87);
  /*color: #ffff64;*/
  font-weight: bold;
}

.is-normal {
  font-weight: normal;
}

.is-yellow {
  color: #ffff64;
}

.is-success {
  color: #32c832;
}

.is-delete a {
  opacity: 0;
  display: block;
  pointer-events: none;
}

.section-delete span {
  font-size: 14px;
  margin: 0 20px;
}

.section-delete {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.is-focus:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  top: -10px;
  left: -10px;
  border: 2px solid #e73462;
  padding: 10px;
  border-radius: 10px;
}


/*5.Theme-----------------*/

@media screen and (max-width: 768px) {
  .merit-img {
    max-width: 240px;
  }
  .signup-merit {
    margin: 20px auto;
    margin: -20px 0 20px;
    max-width: none;
    width: 100%;
  }
  .signup-merit li img {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
  }
  .signup-merit li {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 0 0 5px;
    margin: 0 0 5px;
    float: none;
    font-size: 14px;
  }
  .signup-merit li span {
    display: inline;
  }
  /*  1.Base -----------------  */
  a:hover img {
    opacity: 1;
  }
  /*  2.Layout -----------------  */
  #page {
    min-width: 100%;
  }
  /* header */
  #header {
    padding-top: 75px;
  }
  #header.no-announce {
    padding-top: 45px;
  }
  .topbar {
    width: 90%;
    padding: 2px 5% 0;
    font-size: 10px;
    height: 29px;
  }
  .topbar__close {
    margin: 3px 10px 5px 0;
  }
  .site-title {
    float: left;
    margin: 16px 0 0 5%;
    width: 140px;
    position: relative;
  }
  .site-title>a {
    height: 12px;
    width: 140px;
    overflow: hidden;
    display: block;
  }
  .site-title img {
    height: 12px;
    width: auto;
    /* margin-left: -38px; */
  }
  .area-nav {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    right: 0;
    margin: 0 5px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .area-nav li {
    display: none;
    padding: 8px 15px 0 0;
    border: none;
  }
  .area-nav:hover li a {
    color: #0081cc;
  }
  .area-nav li.is-active {
    display: block;
  }
  .area-nav li.is-active:after {
    display: block;
    content: '';
  }
  .area-nav li.is-active a {
    border: none;
    pointer-events: none;
  }
  .modal-area li {
    font-size: 12px;
  }
  .account-nav {
    width: 100%;
    position: fixed;
    top: 30px;
    z-index: 102;
    background: #fff;
  }
  .no-announce .account-nav {
    top: 0;
  }
  .account-nav>ul>li {
    width: 40px;
    height: 45px;
    padding: 12px 0;
  }
  .account-nav li svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  .account-nav li p {
    display: none;
  }
  .badge {
    width: 18px;
    height: 18px;
    top: 6px;
    right: 2px;
    line-height: 18px;
    font-size: 8px;
  }
  .primary-nav {
    height: 45px;
  }
  .primary-nav>ul>li {
    display: table;
    width: 20%;
    float: left;
    height: 45px;
  }
  .primary-nav>ul>li>a {
    margin: auto;
    padding: 0;
    line-height: 1.5;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .primary-nav>ul>li>a span {
    display: inline-block;
    letter-spacing: 0.02em;
    width: max-content;
  }
  /* R-STOREについて 4カラムに*/
  .primary-nav .sub-nav.sub-nav-about, .primary-nav .sub-nav {
    top: 46px;
    padding: 5px;
    margin: 0;
    width: 100%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  /* R-STOREについて 4カラムに*/
  .primary-nav .sub-nav.sub-nav-about li, .primary-nav .sub-nav li {
    font-size: 10px;
    margin: 5px 5px;
    width: 33.3333%;
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
  }
  .account-nav .sub-nav {
    padding: 10px 15px;
    min-width: 120px;
    left: auto;
    right: 0;
    margin: 10px 0 0;
  }
  .account-nav .sub-nav:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    left: auto;
    right: 22px;
    margin: -6px -5px 0 0;
  }
  .sub-nav li:nth-child(3n+1) {
    clear: both;
  }
  .sub-nav .link {
    font-size: 10px;
  }
  .sub-nav li img {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0 0 5px;
    background: #fff;
  }
  .sub-nav a:hover img {}
  .sub-nav-header {
    margin: 5px 5px 0;
    padding: 0;
    text-align: left;
  }
  .sub-nav-header h3 {
    float: left;
  }
  /* #content */
  #content {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  /* #footerbanner */
  #footerbanner {
    border-top: none;
  }
  .appbanner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  /* #footer */
  #footer {
    padding: 30px 0 0;
    text-align: center;
  }
  .footer-grid {
    margin: 0 auto;
    display: block;
  }
  .footer-grid__cell {
    float: left;
    width: 90%;
    margin: 0 5%;
  }
  .footer-grid__cell .btn-expand {
    pointer-events: auto;
    cursor: pointer;
    transition: .3s;
    position: relative;
  }
  .footer-grid__cell .btn-arrow:after {
    /*SP時には矢印を表示*/
    display: block;
  }
  .footer-link {
    background: #f0f0f0;
    margin: 0 0 0;
    padding: 15px 0;
    text-align: left;
  }
  .footer-link__list {
    margin: 15px 0;
  }
  .footer-link__list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
  }
  .footer-link__list li a {
    color: #0081cc;
  }
  .footer-link__list li a:hover {
    color: rgba(0, 0, 0, .54);
  }
  .pagetop {
    display: none;
  }
  .footer-logo {
    margin: 0 0 10px;
    display: block;
  }
  .footer-logo img {
    height: 16px;
  }
  .sns, .service {
    margin: 10px 0 30px;
  }
  .service li {
    width: 90%;
    display: block;
    margin: 10px auto;
    clear: both;
  }
  .service a {
    width: 100%;
    height: 60px;
    margin: 0 0 35px;
  }
  .service a img {
    display: block;
    height: 100%;
    margin: 0 auto 5px;
    width: auto;
  }
  .bottombar {
    text-align: center;
    height: auto;
    line-height: inherit;
    margin: 0 0;
    padding: 10px 0;
  }
  .bottombar ul {
    float: none;
  }
  .bottombar li {
    line-height: inherit;
    margin: 0 3px 0;
    font-size: 10px;
  }
  .copyright {
    font-size: 8px;
    float: none;
  }
  /*  3.Module -----------------  */
  /* title */
  .t0 {
    font-size: 24px;
  }
  .t1 {
    font-size: 24px;
  }
  .t2 {
    font-size: 18px;
  }
  .t3 {
    font-size: 16px;
  }
  .t4 {
    font-size: 14px;
  }
  .t5 {
    font-size: 12px;
  }
  .t6 {
    font-size: 10px;
  }
  /* .btn */
  .btn {
    font-size: 12px;
    min-width: inherit;
    width: 100%;
    margin: 0 0 10px;
  }
  .btn-small {
    font-size: 12px;
    min-width: inherit;
    width: auto;
  }
  .btn-tag {
    font-size: 10px;
    min-width: inherit;
    width: auto;
    margin: 0 0 5px;
  }
  /* .link アイコン付きブルーリンク */
  .link {}
  .link-right {
    margin: 0 0 0 10px;
  }
  /* pagination nav */
  .page-nav {
    text-align: center;
    margin: 20px 0;
  }
  .page-nav li {
    display: none;
    margin: 0;
    width: auto;
  }
  .page-nav li.page-nav-prev {
    display: inline-block;
    float: left;
  }
  .page-nav li.page-nav-next {
    display: inline-block;
    float: right;
  }
  .page-nav li.is-active {
    background: none;
    color: rgba(0, 0, 0, .87);
    display: inline-block;
  }
  .page-nav li.is-active:after {
    content: ' / ';
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .page-nav li.page-nav-total {
    display: inline-block;
  }
  .page-nav li a {
    display: block;
    line-height: 20px;
    height: 20px;
    color: #0081cc;
  }
  .page-nav li a:hover {
    color: rgba(0, 0, 0, .54);
  }
  /* icon sprite */
  .icon-sprite {
    display: none;
  }
  .icon {
    width: 30px;
    height: 30px;
  }
  .btn .icon {
    //width: 18px;
    //height: 18px;
    margin: -3px;
  }
  .link .icon, .tab .icon {
    width: 16px;
    height: 16px;
  }
  /* お気に入りボタン */
  .icon-favorite {}
  .account-nav .icon-favorite {}
  a:hover .icon-favorite {}
  .post .btn-favorite, .swiper-single .btn-favorite {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px;
  }
  .swiper-single .btn-madori {
    right: 0;
    padding: 6px;
  }
  .swiper-single .btn-madori svg {}
  .post-list .icon-favorite, .post-madori .icon-favorite, .swiper-single .icon-favorite {
    /* width: 30px;
    height: 30px;*/
  }
  .icon-zoom {
    width: 28px;
    height: 28px;
    display: none;
  }
  .btn.btn-favorite.is-active:after {
    content: '';
  }
  .single-full .swiper-single:after {
    font-size: 16px;
    width: 100px;
    line-height: 1.5;
    text-align: center;
    top: -webkit-calc((100% - 70px) / 2);
    top: calc((100% - 70px) / 2);
  }
  @keyframes favorite {
    /* お気に入りボタンクリック時アニメーション　*/
    0% {
      transform: scale(0.5);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  /* swiper */
  .swiper-container {
    height: auto;
    margin: 0 0 15px;
  }
  .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
  }
  .single .swiper-container {
    width: 111.1111%;
    left: -5.55555%;
    height: auto;
    margin: 0 0 0;
    padding: 0 0 70px;
  }
  .swiper-caption {
    bottom: auto;
    top: 100%;
    font-size: 12px;
    padding: 10px 10px 8px;
    line-height: 1.5;
    margin-top: 0px;
    /*overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;*/
    text-align: center;
  }
  .swiper-button-prev, .swiper-button-next {
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    margin: -16px 0 0;
    width: 20px;
    padding: 0 5px;
    pointer-events: auto!important;
  }
  .single .swiper-button-prev, .single .swiper-button-next {
    top: -webkit-calc((100% - 70px) / 2);
    top: calc((100% - 70px) / 2);
  }
  .swiper-main .swiper-button-prev {
    left: 0;
    margin-left: auto;
  }
  .swiper-main .swiper-button-next {
    right: 0;
    margin-right: auto;
  }
  .swiper-thumbs {
    display: none;
  }
  .modal .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  /* 条件の近い物件スライダー */
  .swiper-other-container {
    width: 111.1111%;
    margin: 5% 0 15px -5.5555%;
    padding: 0 5% 20px;
    box-sizing: border-box;
  }
  .swiper-other .swiper-slide {
    border: none;
    width: 45%;
    text-align: left;
  }
  .swiper-other .swiper-slide a {
    position: relative;
  }
  .swiper-other .swiper-slide .post-title, .swiper-other .swiper-slide .post-price, .swiper-other .swiper-slide .post-spec {
    width: 100%;
  }
  .swiper-other .swiper-button-prev, .swiper-other .swiper-button-next {
    display: none;
  }
  /* .tab */
  .tab {
    border-bottom: 1px solid #ccc;
    padding: 0 5.5555%;
    margin: 0 -5.5555% 10px;
  }
  .tab a {
    width: 33.3333%;
    height: auto;
    padding: 14px 0;
    font-size: 12px;
    margin: 0 0 -1px;
    box-sizing: border-box;
  }
  .tab a.is-active {
    border-top: 4px solid #000;
    padding-top: 10px;
  }
  .tab-center {
    margin-bottom: 20px;
  }
  .tab-full {
    margin: 0 -5.5555% 5px;
    padding: 0;
  }
  .section-header .tab {
    margin: 10px -5.5555%;
  }
  .modal .tab {
    padding: 0;
    margin: 0 -21px 5px;
  }
  .tab-full a, .modal .tab a {
    width: 16.666%;
    float: left;
  }
  .sidebar .tab {
    border: none;
    margin: 0;
  }
  .sidebar .tab a {
    width: 50%;
    background: #fff;
    margin: 0 0 20px;
  }
  .sidebar .tab a.is-active {
    border: none;
    border-top: 4px solid #000;
    background: #f0f0f0;
  }
  /* sidebar */
  fieldset {
    margin: 0 0 10px;
  }
  .input-title, legend {
    margin: 4px 0;
    padding: 8px 0 8px;
    box-sizing: border-box;
  }
  .sidebar {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .sidebar-single {
    position: relative;
    top: 0;
  }
  .sidebar.search-form {
    display: none;
  }
  .sidebar.search-form .tab-body {}
  .search-form h5 {}
  .primary-center .search-form {
    padding-bottom: 70px;
  }
  .link-list li {
    width: 50%;
    /*mypage内 リストメニュー*/
  }
  .primary-center .search-form label {
    width: 100%;
  }
  .input-title.underline label {
    width: auto;
  }
  .primary-center .search-form .is-half {
    width: 48%;
    margin: 0 4% 0 0;
  }
  .search-form-madori label {
    width: 50%;
  }
  .primary-center .search-form-madori label {
    width: 50%;
  }
  .primary-center .search-form label.freeword {
    width: 100%;
    float: none;
  }
  .search-form-table {
    padding: 0;
  }
  .search-form-table-body {
    display: none;
    padding: 0;
  }
  .category-form {
    text-align: left;
    margin: 0 0;
  }
  .category-form:after {
    content: '';
    display: block;
    clear: both;
  }
  .category-form .category-form-number/*, .category-form .category-form-vacancy */
  {
    display: none;
  }
  .map .category-form-number {
    display: inline-block;
  }
  .map .category-form-sort {
    display: none;
  }
  .category-form fieldset {
    padding: 0;
    margin: 0 10px 0 0;
  }
  .category-form .btn {
    margin: 10px 0 0 0;
  }
  .category-form .link-delete {
    padding: 8px 0;
  }
  .category-form .t4 {
    font-size: 10px;
  }
  .category-form fieldset, .category-form h3, .category-form label, .category-form select {
    display: inline-block;
    width: auto;
  }
  .category-form h3 {}
  .category-form h3 span {
    vertical-align: middle;
  }
  .category-form select {
    min-width: 80px;
  }
  .category-form-checkbox {
    margin: 20px 0;
  }
  /* ドロップダウン 矢印アイコン */
  .btn-arrow {}
  .info .btn-arrow:after, .search-form-table .btn-arrow:after {
    display: block;
  }
  .btn-arrow:after {
    -webkit-transform: scaleY(-0.8) rotate(-135deg);
    -ms-transform: scaleY(-0.8) rotate(-135deg);
    transform: scaleY(-0.8) rotate(-135deg);
  }
  .btn-arrow.is-active:after {
    -webkit-transform: scaleY(0.8) rotate(-135deg);
    -ms-transform: scaleY(0.8) rotate(-135deg);
    transform: scaleY(0.8) rotate(-135deg);
  }
  .btn-arrow:hover {}
  .btn-arrow:hover:after {}
  .dropdown:hover a:after {}
  .dropdown {
    position: relative;
  }
  .dropdown-content {
    visibility: hidden;
    width: 100%;
    max-height: 320px;
    padding: 5px 10px;
    overflow: auto;
    position: absolute;
    box-sizing: border-box;
    background: #f0f0f0;
    opacity: 0;
    border-radius: 0 0 4px 4px;
    border: 1px solid #ccc;
    border-top: none;
  }
  .dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }
  .search-form .is-half {
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
  }
  .search-form .is-half:nth-child(3) {
    margin: 0;
  }
  .search-form button {}
  /* sidebar-single */
  .info {
	clear: both;
    padding-bottom: 10px;
  }
  .info>ul>li {
    padding: 8px 10px;
  }
  .info>ul>li>h3 {
    font-size: 12px;
    width: 30%;
  }
  .info>ul>li>p {
    font-size: 14px;
    float: left;
    width: 70%;
  }
  .info .info-address>p {}
  .info .info-address>p, .info .info-station>p, .info .info-category>ul {
    font-size: 12px;
    float: left;
    clear: none;
    width: 70%;
  }
  .info-spec .t5 {
    padding: 8px 10px;
  }
  .info-spec>ul {}
  .info-spec>ul>li {
    padding: 4px 10px;
  }
  .info-spec>ul>li>h3, .info-spec>ul>li>p {
    font-size: 12px;
  }
  /* primary */
  .primary {
    width: 100%;
    float: none;
    margin: 5% auto 0;
  }
  .single .primary {
    margin: 0 auto;
  }
  .primary-full {
    margin: 5% auto;
  }
  .primary-center {
    margin: 5% auto 0;
  }
  .primary-form {
    margin: 5% auto 0;
  }
  /* 横並びリスト */
  .section-list {
    width: 111.1111%;
    margin: 0 0 5% -5.5555%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* 横並びリスト2カラム */
  .section-list2 {
    margin: 0 -10px;
    width: auto;
  }
  .section-list3 {
    margin: 0 -10px 5%;
  }
  /* 横並びリスト4カラム */
  .feature .section-list4 {
    margin: 0 -8px;
  }
  /* 横並びリスト5カラム */
  .section-list5 {
    margin: 0 -2.77775;
  }
  .section-list5 .btn {
    width: -webkit-calc(50% - 5.5555%);
    width: calc(50% - 5.5555%);
    margin: 5% 2.77775% 0;
  }
  .section-list-none {
    text-align: center;
    padding: 5%;
  }
  .new-arrival .section-list-none {
    padding: 5% 0;
  }
  .section-list-none p {
    text-align: left;
  }
  .section-list-none p br {
    display: none;
  }
  /* .post */
  .list {
    position: relative;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    text-align: left;
  }
  .sitemap .list {
    position: relative;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    text-align: left;
  }
  .sitemap.anchor-list {
    display: block;
  }
  .post, .section-list4 .post {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 0 -1px;
    padding: 0 0 10px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .section-list2 .post {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 0px;
    border: none;
    text-align: left;
  }
  .section-list2 .list {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 10px;
  }
  .feature .section-list4 .post {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
    margin: 0 8px;
    border: none;
    text-align: left;
  }
  .feature .section-list4 .post p {
    height: 3em;
    overflow: hidden;
  }
  .post-list, .post-madori {
    width: 100%;
    padding-bottom: 25px;
  }
  .post-list .post-title, .post-list .post-price, .post-madori .post-title, .post-madori .post-price {
    font-size: 14px;
  }
  .post-gallery .swiper-button-prev, .post-gallery .swiper-button-next {
    display: block;
  }
  .section-wrapper .post-blank {
    border: none;
    width: 33.3333%;
    margin: 0 10px;
  }
  .post-blank .post-thumbnail {
    margin: 0;
  }
  .post-thumbnail {
    display: block;
    height: auto;
    border-right: none;
    border-left: none;
  }
  .post-thumbnail-madori {
    border: none;
    border-top: 1px solid #ccc;
  }
  .spec-madori {
    /* SP時は間取り非表示 
	display: none;*/
  }
  .post-title, .post-spec {
    width: 90%;
    margin: 0 auto;
  }
  .post-title, .post-price {
    font-size: 12px;
  }
  .is-border .post-title, .is-border .post-price {
    width: auto;
    font-size: 10px;
  }
  .post-spec {
    font-size: 10px;
  }
  /* お部屋の種類 RENT BUY FULL NEW  */
  .post-category {}
  .post-category span {
    font-size: 10px;
    min-width: 42px;
  }
  .section-list4 .post-category span {
    font-size: 8px;
    min-width: 38px;
  }
  .post-full .post-gallery:after, .post-full .post-thumbnail:after {
    font-size: 12px;
    width: 100px;
    border: 2px solid #fff;
    padding: 6px 10px 4px;
    /* border-radius: 8px; */
  }
  .post-full .post-gallery:after {
    left: 50%;
  }
  .post-full:after {
    font-size: 10px;
  }
  .post-sold:after {
    font-size: 10px;
  }
  /* contentエリア内モジュール */
  .section-wrapper {
    margin: 0 0 5%;
    padding: 5% 0 0;
  }
  .section-wrapper:first-child {
    margin: 0 0 5%;
    padding: 0;
  }
  .section-wrapper.is-border {
    margin: 0 0 5%;
    padding: 0;
  }
  .section-wrapper.section-favorite, .section-wrapper.section-history {
    border: none;
  }
  .section-body40, .section-body {
    margin: 5%;
  }
  .section-body .section-wrapper {
    margin: 5% 0 0;
    padding: 5% 0 0;
  }
  .section-header {
    margin: 0 0 15px;
    text-align: center;
    clear: both;
  }
  .section-header-blackbar {
    background: #000;
    color: #fff;
    text-align: left;
    padding: 8px 5%;
    width: 111.1111%;
    margin: -5.1% 0 0 -5.5555%;
  }
  .section-footer {}
  .section-footer .btn {
    margin: 0 0 10px;
  }
  .section-footer .link {
    margin: 0 10px 10px;
  }
  .section-footer .link-right {
    margin: 0 0 10px 20px;
  }
  .pickup .section-footer .link {
    margin: 0 10px 10px;
  }
  .section-nav {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 5px 0 0;
  }
  .past-search {
    /* 前回検索した条件　*/
    margin: 4% 5%;
  }
  .new-arrival {
    /* この条件の新着物件　*/
    padding: 0 0 4%;
    margin: 4% 5%;
  }
  .new-arrival .section-list4 {
    width: 105.5555%;
    margin: 0 -2.77775%;
  }
  .new-arrival .section-list4 .post {
    width: 45%;
    margin: 0 2.5% 0;
    border: none;
    text-align: left;
  }
  .search-condition {
    /* 検索条件　*/
    margin: 5% 0;
  }
  .search-condition.is-scaledown {
    /* マイページ　保存条件なし */
    margin: 0 0 10px;
  }
  /* 新着コンテンツ*/
  .feature .section-list {
    width: 175%;
    margin: 0 2.85714286%;
  }
  .feature-wrapper {
    width: 111.1111%;
    margin: 0 0 15px -5.5555%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .feature .section-header img {
    height: 16px;
  }
  /* app紹介エリア */
  .section-app {
    background: url(../img/app-bg.jpg) no-repeat center/cover;
    height: auto;
    margin: 0 0 0 -5.5555%;
    width: 111.1111%;
  }
  .section-app .section-app-body {
    width: 100%;
    padding: 5% 0;
  }
  .section-app h2, .section-app p {
    color: #fff;
    margin: 0 0 10px;
  }
  .section-app .section-app-body img {
    margin: 10px 0;
  }
  .app-icon {
    width: 60px;
    margin: 0;
  }
  .app-image {
    width: 180px;
    float: none;
    margin: 0;
    vertical-align: bottom;
  }
  /* パンくずリスト */
  .breadcrumbs {
    display: none;
  }
  /* single ページ　モジュール*/
  .single-header {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .single-header {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .single-title {
    margin-bottom: 0;
  }
  .single-info {
    margin-bottom: 0;
  }
  .single-full .single-info {
    width: 100%;
    float: none;
  }
  .single-info .post-spec {
    margin: 0;
    padding: 0;
  }
  .vacancy {
    width: 100%;
    float: none;
    padding: 15px;
    margin: 10px 0 0;
  }
  .vacancy .caption {
    display: none;
  }
  .single-header .vacancy:after {
    display: none;
  }
  .vacancy .t5 {
    margin-bottom: 5px;
  }
  .single-header .vacancy:after {
    display: none;
  }
  .vacancy .t5 {
    margin-bottom: 5px;
  }
  .btn-favorite {
    position: relative;
  }
  .fukidashi {
    background: #ddd;
    padding: 10px 15px 8px;
    box-sizing: border-box;
    /* font-size: 12px; */
    position: absolute;
    right: 5%;
    bottom: 55px;
    border-radius: 4px;
    transition: .2s;
    text-align: left;
    max-width: 75%;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
  }
  .fukidashi.is-active {
    opacity: 1;
    visibility: visible;
  }
  .fukidashi:after {
    content: "";
    position: absolute;
    right: 9px;
    /* right: calc(10% + 12px); */
    bottom: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  /* .btn-favorite.is-active .fukidashi{
  visibility: hidden;
  opacity: 0;

}
.loaded .fukidashi-favorite{
  opacity: 0;
  visibility: hidden;
  transition: .5s linear 5s;
} */
  .fukidashi-close {
    position: absolute;
    right: 14px;
    top: 9px;
  }
  .fukidashi-close:before, .fukidashi-close:after {
    display: block;
    content: '';
    width: 10px;
    border-top: 1px solid rgba(0, 0, 0, .87);
    transform: rotate(45deg);
    position: absolute;
    transition: .2s;
  }
  .fukidashi-close:before {
    transform: rotate(-45deg);
  }
  .fukidashi-close:hover:before, .fukidashi-close:hover:after {
    border-color: #0081cc;
  }
  .primary-center .fixed-footer, .fixed-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 0;
    padding: 10px 5%;
    box-sizing: border-box;
    z-index: 11;
    background: #fff;
    text-align: center;
    border-top: 1px solid #ccc;
    -webkit-transition: bottom 1s ease;
    transition: bottom 1s ease;
  }
  .single .fixed-footer {
    position: fixed;
    width: 100%;
    margin: 0;
    padding-right: calc(5% - 6px);
    padding-left: calc(5% - 6px);
  }
  .fixed-footer .btn {
    float: left;
    margin: 0;
    font-size: 12px;
  }
  .single .fixed-footer .btn {
    margin: 0 5px;
  }
  .single .fixed-footer .btn-favorite {
    width: 40px;
    min-width: 40px;
    padding: 10px;
  }
  .single .fixed-footer .btn-mail {
    min-width: auto;
  }
  .single .fixed-footer .btn-primary {
    width: 100%;
  }
  .single .fixed-footer .btn-reservation {
    width: 100%;
  }
  #search-form .fixed-footer {
    padding-left: -webkit-calc(5% - 6px);
    padding-left: calc(5% - 6px);
    padding-right: -webkit-calc(5% - 6px);
    padding-right: calc(5% - 6px);
    width: 100%;
  }
  #search-form .fixed-footer h3, #search-form .fixed-footer .btn {
    display: inline-block;
    margin: 0 2px;
    width: 25%;
    width: -webkit-calc(25% - 6px);
    width: calc(25% - 6px);
    box-sizing: border-box;
    padding: 10px 0;
    vertical-align: middle;
  }
  #search-form .fixed-footer h3 {
    margin: 0;
    padding: 0;
  }
  #search-form .fixed-footer.is-hide, .primary-center .fixed-footer.is-hide, .search-footer.is-hide {
    padding: 10px 0;
  }
  .fixed-footer .btn-tel {
    width: 40px;
    min-width: 40px;
    padding: 10px;
  }
  .fixed-footer .btn-mail, .fixed-footer .btn-reservation {
    min-width: inherit;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 0 0 10px;
    padding: 10px 0;
  }
  .fixed-footer .btn-tel .btn-label {
    display: none;
  }
  .fixed-footer p {
    display: block;
    padding: 5px 0 0;
    font-size: 10px;
    clear: both;
  }
  .fixed-footer p.btn-alert {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    transform: translate(-50%, -100%);
    margin: -6px auto 0;
    padding: 5px 6px 3px;
    font-size: 9px;
    border-radius: 8px;
    line-height: 1.25;
    width: 122px;
    left: 50%;
  }
  .fixed-footer p.btn-alert:before {
    transform: rotate(-135deg);
    top: 100%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -5px;
  }
  .search-footer {}
  .primary-center .fixed-footer h3, .search-footer h3 {
    float: none;
    vertical-align: middle;
    padding: 0;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0;
  }
  .primary-center .fixed-footer .btn, .search-footer .btn {
    float: none;
    vertical-align: middle;
    width: auto;
    min-width: 60px;
    padding: 10px 0;
    margin-left: 8px;
    white-space: nowrap;
  }
  .primary-center .fixed-footer .btn .icon, .search-footer .btn .icon {
    display: none;
  }
  .single-content {
    margin: 0 0 20px;
    line-height: 1.75;
    display: inline-block;
  }
  .single-content .single-text {
    font-size: 14px;
    height: 7em;
    overflow: hidden;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
  }
  .single-content.is-active .single-text {
    height: auto;
  }
  .single-content .single-text br {
    display: none;
  }
  .single-content.is-active .single-text br {
    display: block;
  }
  .link-readmore {
    display: block;
  }
  .single-content h3 {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  /* fb likeボタン縦位置揃え */
  .fb_iframe_widget {
    display: inline-block !important;
  }
  /* google map */
  #google-map {
    margin: 15px 0 0;
  }
  .single-footer #google-map {
    margin: 10px 0 10px;
  }
  .single-footer #google-map:before {
    padding-top: 75%;
  }
  .map #google-map {
    width: 111.1111%;
    margin: 0 0 0 -5.5555%;
  }
  .map .page-nav {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 90%;
    padding: 5.5555%;
    margin: 0 0 0 -5.5555%;
    display: none;
  }
  .map #footer, .map .primary-nav, .map .search-condition {
    display: none;
  }
  /* info window */
  /*	
.custom-iw {
	margin: 0 6px!important;
	width: 220px!important;
}*/
  .gm-style-iw {
    width: 200px!important;
    padding: 18px 0 18px 18px !important;
    min-height: 266px!important;
    height: 266px!important;
  }
  .gm-style-iw>div {}
  .gm-style-iw .post {
    max-width: 164px;
    width: 100%;
    padding: 0;
    border: none;
    height: auto;
    float: none;
  }
  .gm-style-iw .post .post-gallery {
    width: 100%;
  }
  .gm-style-iw .post img {
    width: 100%;
  }
  .gm-style-iw .post .post-thumbnail-madori {
    display: none;
  }
  /* 担当者エリア */
  .member {
    margin: 5% 0 0;
    display: block;
  }
  .member li {
    margin: 0 0;
    display: block;
  }
  .member-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    position: relative;
    min-width: 60px;
    display: block;
  }
  .member .member-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    float: left;
  }
  .member-info {
    padding: 0;
    margin: 0 auto 10px;
  }
  .member .member-info {
    margin: 0 0 10px;
    float: right;
    padding: 0 0 0 10px;
    width: calc(100% - 70px);
    min-width: auto;
  }
  .member-text {
    display: block;
    width: 100%;
    padding: 10px 0;
    clear: both;
    float: none;
  }
  .member-birthday {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 24px;
    border-width: 1px;
  }
  .member-birthday .icon {
    width: 16px;
    height: 16px;
  }
  .member-wrapper {
    padding: 0 5% 5%;
    margin: 0 0 5%;
    text-align: left;
    position: relative;
  }
  .member-none {
    padding: 5%;
    text-align: center;
  }
  .member-body {
    float: none;
    width: 100%;
    margin: 0 0;
  }
  .member-nav li {
    display: inline-block;
    text-align: center;
    width: 80px;
  }
  .member-nav img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin: 10px auto;
    display: block;
    border: 1px solid #ccc;
  }
  /* 目立たせたい要素 */
  /* notice bar */
  .notice-bar {
    padding: 5%;
  }
  .notice-bar .is-left {
    float: none;
  }
  .notice-bar .is-right {
    text-align: center;
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
  .notice-bar .is-right .btn {
    margin: 10px 0;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-content.is-footer {
    position: absolute;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    padding-bottom: 70px;
    max-height: 80%;
  }
  .modal .section-footer {
    background: #fff;
    width: 90%;
    max-width: auto;
    padding: 10px;
  }
  .modal .section-footer .btn {
    width: 50%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .btn-gallery {
    padding: 17px;
  }
  .icon-gallery {
    width: 16px;
    height: 16px;
    fill: #fff;
  }
  .modal-gallery {
    width: 100%;
    top: 45px;
    max-height: 90%;
    max-height: -webkit-calc(100% - 45px);
    max-height: calc(100% - 45px);
    transform: none;
  }
  .modal-gallery a {
    width: 50%;
  }
  .modal-gallery a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    width: auto\9;
  }
  /* 検索フォーム モーダル*/
  .modal label {
    width: 100%;
    float: none;
    display: block;
  }
  /* 内覧予約 */
  .primary-form .input-wrapper {
    padding: 10px 0 0;
  }
  /* 鎌倉オフィス */
  .office-title {
    margin: 0 0 10px;
  }
  .office-area-title {
    margin: 0 0 10px;
  }
  .office-img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .office-text {
    float: none;
    width: 100%;
    margin: 0 0;
  }
  .office-text dt, .office-text dd {
    font-size: 10px;
    float: left;
    margin: 0 0 7px;
  }
  .office-text dt {
    width: 25%;
  }
  .office-text dd {
    width: 75%;
  }
  /* 中央線支店 */
  .town {
    float: left;
    width: 33.3333%;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  #instafeed .icon-instagram {
    width: 40px;
    height: 40px;
  }
  #instafeed .town:last-child {
    display: none;
  }
  /* special 間違いだらけの住宅えらび　*/
  .special-number {
    width: 40px;
    height: 40px;
    margin: 0 0 10px;
    line-height: 15px;
    font-size: 10px;
    padding: 4px 0;
  }
  .special-number-option {
    line-height: 30px;
  }
  .is-active .special-number {
    background: #ffff64;
  }
  .special-nav {
    margin: 0 0 30px;
  }
  .special-nav li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .special-img {
    margin: 20px 10px 0;
    font-size: 10px;
  }
  .special-img .post-thumbnail:before {
    padding-top: 66.6666%;
  }
  .special-img .post-thumbnail {
    border: 1px solid #ccc;
  }
  .special-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    width: auto\9;
  }
  .table {}
  .table th {
    width: 30%;
    padding: 15px;
  }
  .table td {
    width: 70%;
    padding: 15px;
  }
  .privacy-content h3, .privacy-content h4 {
    font-size: 14px;
    margin: 0 0;
  }
  .privacy-content p {
    font-size: 12px;
    margin: 0 0 30px;
  }
  /* 物件オーナー様へ */
  .owner-trouble {
    text-align: center;
    margin: 0 0 20px;
  }
  .owner-trouble li {
    margin: 0 0 25px;
    line-height: 1.5;
  }
  .flow-list {
    margin-bottom: 0;
  }
  .flow-list li {
    text-align: center;
    width: 100%;
  }
  .flow-list li h4, .flow-list li p {
    text-align: left;
  }
  .flow-list-arrow {
    margin: 5px auto;
  }
  .flow-list01, .flow-list02, .flow-list03, .flow-list04, .flow-list05 {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .owner-voice {
    width: 50%;
    float: left;
  }
  .owner-voice dt {}
  .owner-voice dt:after {}
  .owner-voice dt br {
    display: none;
  }
  .owner-voice dd {}
  .owner-case-room {
    margin: 0 0 10px;
  }
  .owner-case-img {
    margin: 0 33.3333%;
    float: none;
    width: 33.3333%;
  }
  .owner-case-text {
    margin: 0;
    float: none;
    width: 100%;
  }
  .section-header.qa {
    margin: 0 auto;
    padding: 20px 0;
  }
  #owner-consult .section-header.qa {
    margin: 0 auto 30px;
    padding: 5% 0;
    position: relative;
    width: 100%;
  }
  .qa-q, .qa-a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    max-width: 146px;
    z-index: -1;
  }
  .qa-title {
    width: 60%;
    margin: auto;
  }
  .anchor-list li {
    display: block;
    margin: 10px 0;
    /* text-align: left; */
  }
  /* 採用ページ　インフォグラフィックス */
  .section-graphics img {
    max-width: 50%;
    height: auto;
    margin: 0;
    float: left;
  }
  .is-footer.modal-graphics {
    width: 100%;
    max-height: 92%;
    top: 45px;
    border-radius: 0;
    padding: 20px 0;
  }
  .is-footer.modal-graphics .section-list {
    width: 100%;
    margin-left: 0;
  }
  .favorite-point li {
    border: 3px solid rgba(0, 0, 0, .87);
    max-width: 380px;
    width: 95%;
    padding: 10px 0;
    margin: 0px 0 20px;
  }
  .favorite-point li:nth-child(2n) {
    margin: 0px 0 20px 5%;
  }
  .favorite-point li:nth-child(2n+1) {
    margin: 0px 5% 20px 0;
  }
  /*  4.State  -----------------  */
  .is-hide-pc {
    display: inline-block;
  }
  .is-hide-sp {
    display: none;
  }
  .is-outline {
    -webkit-text-stroke: .5px rgba(0, 0, 0, .87);
  }
  .cover-img:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .cover-img {
    overflow: hidden;
    max-width: 111.1111%;
    margin: -5% -5.5555% 5%;
    display: block;
    position: relative;
  }
  .cover-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
  /*  5.Theme  -----------------  */
}