@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 80%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

a {
  outline: none;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

sub,
sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th,
td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

body {
  font-size: 97%;
  /* 12px */
  /* 14px font-size: 113%; */
  /* 10px font-size: 82%;*/
  line-height: 1.5em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

* html body {
  font-size: 92%;
  line-height: 1.6em;
  color: #333333;
}

main {
  display: block;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

ul {
  list-style-type: none;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

/* ==========================================================================
   parts
   ========================================================================== */
/* p-btn
   ========================================================================== */
.p-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: block;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
}
.p-btn.-header {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 36px;
  padding-right: 43px;
  border-radius: 0 0 4px 4px;
  padding-top: 17px;
  padding-bottom: 14px;
  border-top: none !important;
}
.p-btn.-header::before {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px;
  display: inline-block;
  content: none;
  width: 16px;
  height: 18px;
  overflow: hidden;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat 0 0;
}
.p-btn.-header:hover::before {
  background: url(../img/icon_arrow-r-white_red.png) no-repeat -16px 0;
}
.p-btn.-header::after {
  content: "→";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
}
.p-btn.-header:hover::after {
  color: #d00;
}
.p-btn.-arrow {
  position: relative;
  top: 0;
  right: 0;
  width: 230px;
  padding-left: 38px;
  padding-right: 38px;
  border-radius: 4px;
}
.p-btn.-arrow::before {
  position: absolute;
  top: calc(50% - 9px);
  right: 16px;
  display: inline-block;
  content: "";
  width: 16px;
  height: 18px;
  overflow: hidden;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat 0 0;
}
.p-btn.-arrow:hover::before {
  background: url(../img/icon_arrow-r-white_red.png) no-repeat -16px 0;
}
.p-btn.-pdf {
  width: 460px;
  padding-left: 140px;
  padding-right: 65px;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
}
.p-btn.-pdf::before {
  right: 20px;
}
.p-btn.-pdf::after {
  position: absolute;
  top: calc(50% - 24px);
  left: 80px;
  display: inline-block;
  content: "";
  width: 39px;
  height: 48px;
  background-image: url(../img/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.p-btn.-pdf:hover::after {
  background-position: right center;
}
.p-btn.-contact {
  width: 100%;
  padding: 30px 39px 30px 71px;
  font-size: 20px;
  line-height: 1.2;
}
.p-btn.-contact::after {
  position: absolute;
  top: calc(50% - 11px);
  left: 45px;
  display: inline-block;
  content: "";
  width: 28px;
  height: 22px;
  background-image: url(../img/icon_contact.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.p-btn.-contact:hover::after {
  background-position: right center;
}
.p-btn.-clear {
  padding: 12px 40px;
  background-image: none;
  border: 1px solid #000;
  color: #000 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-btn.-clear::before {
  right: 20px;
  background: url(../img/icon_arrow-r-black_white.png) no-repeat 0 0;
}
.p-btn.-clear:hover {
  color: #fff !important;
  background-color: #d00;
  border: 1px solid #d00;
}
.p-btn.-clear:hover::before {
  background: url(../img/icon_arrow-r-black_white.png) no-repeat -16px 0;
}
.p-btn:hover {
  background-image: none;
  color: #d00 !important;
}

/* p-headingL1
   ========================================================================== */
.p-headingL1 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-headingL1 > span {
  letter-spacing: 0.02em;
  display: block;
  font-size: 16px;
}
@media (max-width: 480px) {
  .p-headingL1 {
    padding-top: 80px;
  }
}

/* ==========================================================================
  contents
   ========================================================================== */
.c-telContainer {
  /*width: 960px;*************************251120*/
	width:100%;
	max-width:960px;
  margin: 40px auto 0;
}

.c-telContainer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 30px 0px;
}
.c-telContainer-list li {
  width: 50%;
}
.c-telContainer-list li:nth-of-type(n+2) {
  border-left: 1px solid #cccccc;
}

.c-telContainer-detail {
  padding: 0 32px 10px;
  text-align: center;
}
.c-telContainer-detail span:first-of-type {
  display: inline;
  padding-left: 40px;
  background-image: url(../../../../../../../jsc/id/reprice2/common/img/icon_telephone.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  color: #dd0000;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.c-telContainer-detail span:nth-of-type(n+2) {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}

.c-telContainer-comment {
  padding: 5px 30px;
  font-size: 15px;
  line-height: 1.6;
}
.c-telContainer-comment span {
  color: #dd0000;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}

/* p-headingL2
   ========================================================================== */
.p-headingL2 {
  text-align: center;
}
.p-headingL2 > span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
}
.p-headingL2.-small > span {
  font-size: 22px;
  line-height: 1.09091;
  font-weight: bold;
}
.p-headingL2.-underLine::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  margin: auto auto 20px auto;
  background-color: #dd0000;
}

/* ==========================================================================
   modules
   ========================================================================== */
/* m-breadcrumb
   ========================================================================== */
.m-breadcrumb {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 960px;
  background-color: #333;
}
@media (max-width: 480px) {
  .m-breadcrumb {
    min-width: auto;
  }
}
.m-breadcrumb::after {
  z-index: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
}

.m-breadcrumb-list {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .m-breadcrumb-list {
    width: 100%;
  }
}

.m-breadcrumb-item {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  color: #fff;
  font-size: 11px;
}
.m-breadcrumb-item::after {
  position: absolute;
  top: -2px;
  right: -12px;
  color: #fff;
  content: ">";
  display: block;
}
.m-breadcrumb-item:last-of-type::after {
  content: "";
  display: none;
}
.m-breadcrumb-item a {
  position: relative;
  color: #fff;
  font-size: 11px;
}
.m-breadcrumb-item a:hover {
  text-decoration: none;
  color: #d00;
}

/* c-resultContainer-box
   ========================================================================== */
@media (max-width: 480px) {
  .c-resultContainer-box {
    width: 100% !important;
    display: block !important;
  }
}

/* m-commonTable
   ========================================================================== */
.m-commonTable {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .m-commonTable {
    display: block;
  }
}
.m-commonTable.-overview {
  /* レイアウトが特殊なバージョン */
}
.m-commonTable.-overview li._col1, .m-commonTable.-overview li._col2, .m-commonTable.-overview li._col3 {
  position: relative;
  border-bottom: none;
}
.m-commonTable.-overview li._col1::after, .m-commonTable.-overview li._col2::after, .m-commonTable.-overview li._col3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border-bottom: 1px solid #cccccc;
}
.m-commonTable.-overview li._col1 {
  width: 100%;
}
.m-commonTable.-overview li._col1::after {
  /* width: calc(((100% - 16px) / 3) * 1 + 0px); */
  width: calc((100% - 16px) / 3 * 3 + 16px);
}
.m-commonTable.-overview li._col1 > dl dd {
  width: calc((100% - 16px) / 3 - 70px);
}
@media (max-width: 480px) {
  .m-commonTable.-overview li._col1 > dl dd {
    width: 100%;
  }
}
.m-commonTable.-overview li._col2 {
  /* width: calc(((100% - 16px) / 3) * 1 + 0px); */
  width: calc((100% - 16px) / 3 * 2 + 8px);
}
@media (max-width: 480px) {
  .m-commonTable.-overview li._col2 {
    width: 100%;
  }
}
.m-commonTable.-overview li._col2::after {
  width: 100%;
}
.m-commonTable.-overview li._col2 + ._col2 {
  width: calc((100% - 16px) / 3 * 2 + 8px);
}
.m-commonTable.-overview li._col2 + ._col2::after {
  width: calc((100% - 8px) / 2 * 1 + 0px);
}
.m-commonTable.-overview li._col2 + ._col2 > dl dd {
  width: calc((100% - 8px) / 2 - 70px);
}
@media (max-width: 480px) {
  .m-commonTable.-overview li._col2 + ._col2 > dl dd {
    width: 100%;
  }
}
.m-commonTable.-overview li._col3::after {
  width: 100%;
}
.m-commonTable li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.m-commonTable li._col2 {
  width: calc((100% - 8px) / 2 * 1 + 0px);
}
@media (max-width: 480px) {
  .m-commonTable li._col2 {
    width: 100%;
  }
}
.m-commonTable li._col3 {
  width: calc((100% - 16px) / 3 * 1 + 0px);
}
@media (max-width: 480px) {
  .m-commonTable li._col3 {
    width: 100%;
  }
}
.m-commonTable li:first-of-type {
  border-top: 1px solid #cccccc;
}
.m-commonTable li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 100%;*/
}
.m-commonTable li > dl dt {
  width: 100px;
  padding: 12px 10px;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
}
.m-commonTable li > dl dd {
  width: calc(100% - 100px);
  padding: 12px 17px;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .m-commonTable li > dl dd {
    width: 100%;
  }
}

/* m-footerLinks
   ========================================================================== */
.m-footerLinks {
  width: 200px;
}
.m-footerLinks.-large {
  width: 300px;
}
.m-footerLinks .m-footerLinks-ttl {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 14px;
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.m-footerLinks .m-footerLinks-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #9d0f0f;
}
.m-footerLinks .m-footerLinks-ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #dd0000;
}
.m-footerLinks .m-footerLinks-ttl:hover {
  color: #dd0000;
}
.m-footerLinks .m-footerLinks-item a {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  text-decoration: none;
}
.m-footerLinks .m-footerLinks-item a:hover {
  color: #dd0000;
}
.m-footerLinks .m-footerLinks-area {
  margin-top: 18px;
  margin-bottom: 12px;
}
.m-footerLinks .m-footerLinks-areaBlock {
  margin-bottom: 3px;
}
.m-footerLinks .m-footerLinks-areaBlock a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  font-size: 10px;
}
.m-footerLinks .m-footerLinks-areaBlock a:hover {
  color: #dd0000;
}
.m-footerLinks .p-btn {
  position: relative;
  background-color: white;
}
.m-footerLinks .p-btn::before {
  position: absolute;
  top: calc(50% - 9px);
  right: 16px;
  display: inline-block;
  content: none;
  width: 16px;
  height: 18px;
  overflow: hidden;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat 0 0;
}
.m-footerLinks .p-btn:hover::before {
  background: url(../img/icon_arrow-r-white_red.png) no-repeat -16px 0;
}
.m-footerLinks .p-btn::after {
  content: "→";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
}
.m-footerLinks .p-btn:hover::before {
  color: #d00;
}

/* m-mainTtl
   ========================================================================== */
.m-mainTtl.-mainInfo .m-mainTtl-ttl {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .m-mainTtl.-mainInfo .m-mainTtl-ttl {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .m-mainTtl.-mainInfo .m-mainTtl-ttl {
    line-height: 1.2;
  }
}
.m-mainTtl.-mainInfo .m-mainTtl-lead {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.52941;
}
.m-mainTtl.-estateList .m-mainTtl-ttl {
  padding-left: 25px;
  /* background-image: url(../img/icon_arrow-r-black_white.png);*/
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}
.m-mainTtl.-estateList .m-mainTtl-ttl:hover {
  color: #d00;
  text-decoration: none;
}
.m-mainTtl.-estateList .m-mainTtl-lead {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.m-mainTtl-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.m-mainTtl-tag {
  display: block;
  padding: 7px 17px;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}
.m-mainTtl-tag.-round {
  border-radius: 13px;
  border: 1px solid #dd0000;
  color: #dd0000;
}
.m-mainTtl-tag:nth-of-type(n+2) {
  margin-left: 8px;
}

.m-mainTtl-category .flag_2 .m-mainTtl-tag.existing,
.m-mainTtl-category .flag_3 .m-mainTtl-tag.existing {
  color: #000;
  border-color: #000;
}

/* .m-mainTtl-tag.-square {
  border-radius: 2px;
  color: #ffffff;
  background-color: #dd0000;
} */
.pano-icon {
  display: inline-block;
  color: #fff;
  background: #4c240f;
  padding: 9px 12px 8px;
  border-radius: 2px;
  font-size: 11px;
}

/* m-nav
   ========================================================================== */
.m-nav {
  margin-top: 10px;
}

.m-nav-list {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .m-nav-list {
    width: 100%;
  }
}

.m-nav-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px;
  text-align: center;
}
.m-nav-item.fb60 {
  flex-basis: 60%;
}
.m-nav-item.fb70 {
  flex-basis: 70%;
}
.m-nav-item.fb80 {
  flex-basis: 80%;
}
.m-nav-item.fb90 {
  flex-basis: 90%;
}
.m-nav-item.fb100 {
  flex-basis: 100%;
}
.m-nav-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 14px;
}
.m-nav-item:last-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 14px;
}
.m-nav-item > a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.m-nav-item:hover > a {
  color: #d00;
}
.m-nav-item:hover .m-nav-childList {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  display: block;
  top: 43px;
}
.m-nav-item.-active > a {
  color: #d00;
}
.m-nav-item.-active > a::after {
  position: absolute;
  bottom: 0;
  left: 74px;
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(../img/img_nav_active.png);
}
.m-nav-item .m-nav-childList {
  display: none;
  width: 260px;
  position: absolute;
  top: 43px;
  left: -50%;
  z-index: 2;
  font-size: 16px;
  background-color: #222222;
  -webkit-box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.18);
  border-radius: 0 0 5px 5px;
}
.m-nav-item .m-nav-childList.minus28 {
  left: -28%;
}
.m-nav-item .m-nav-childList.minus62 {
  left: -62%;
}
.m-nav-item .m-nav-childList.minus78 {
  left: -78%;
}
.m-nav-item .m-nav-childList:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.m-nav-item .m-nav-childitem {
  display: table;
  width: 100%;
}
.m-nav-item .m-nav-childitem:first-of-type a::before {
  top: 4px;
  height: 44px;
}
.m-nav-item .m-nav-childitem:last-of-type a::before {
  top: 2px;
  height: 44px;
}
.m-nav-item .m-nav-childitem.-active > a::before {
  width: 256px;
}
.m-nav-item .m-nav-childitem.-active > a::after {
  left: 35px;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat 0 0;
}
.m-nav-item .m-nav-childitem:hover > a::before {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 256px;
}
.m-nav-item .m-nav-childitem:hover > a::after {
  left: 35px;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat 0 0;
}
.m-nav-item .m-nav-childitem a {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px 0 60px;
  width: 100%;
  height: 50px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.m-nav-item .m-nav-childitem a::before {
  z-index: 1;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 46px;
  background-color: #dd0000;
  border-radius: 0 5px 5px 0;
}
.m-nav-item .m-nav-childitem a::after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 25px !important;
  left: 30px;
  width: 16px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat -16px 0;
}
.m-nav-item .m-nav-childitem a > span {
  position: relative;
  z-index: 2;
  padding-left: 5px;
}

@-webkit-keyframes slideIn {
  0% {
    display: none;
    opacity: 0;
    top: 48px;
  }
  1% {
    display: block;
    opacity: 0.1;
  }
  80% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
    top: 43px;
  }
}
@keyframes slideIn {
  0% {
    display: none;
    opacity: 0;
    top: 48px;
  }
  1% {
    display: block;
    opacity: 0.1;
  }
  80% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
    top: 43px;
  }
}
/* ==========================================================================
   components
   ========================================================================== */
/* c-footer
   ========================================================================== */
.c-footer {
  position: relative;
  width: 100%;
  min-width: 960px;
  background-color: #333;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .c-footer {
    min-width: auto !important;
  }
}

.c-footer-pagetop {
  position: relative;
  z-index: 11;
  width: 79px;
  height: 79px;
  overflow: hidden;
  -webkit-transform: translateX(401px);
  transform: translateX(401px);
  left: 50%;
  cursor: pointer;
}
@media (max-width: 480px) {
  .c-footer-pagetop {
    display: none;
  }
}
.c-footer-pagetop.-off {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  display: none;
}
.c-footer-pagetop.-stay {
  position: absolute;
  top: -39px;
}
.c-footer-pagetop.-active {
  position: fixed;
  bottom: 30px;
}
.c-footer-pagetop > img {
  position: absolute;
  top: 0;
  left: 0;
}
.c-footer-pagetop:hover > img {
  left: -80px;
}

.c-footer-linksBox {
  width: 960px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .c-footer-linksBox {
    width: 100%;
    display: block;
  }
}

.c-footer-btmBox {
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #e73535;
}

.c-footer-btmCnts {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 480px) {
  .c-footer-btmCnts {
    width: 100%;
  }
}

.c-footer-btmList {
  float: left;
}
@media (max-width: 480px) {
  .c-footer-btmList {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.c-footer-btmItem {
  display: inline-block;
  margin-right: 20px;
}
.c-footer-btmItem a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
.c-footer-btmItem a:hover {
  color: #333;
}

.c-footer-copy {
  float: right;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.13em;
}
@media (max-width: 480px) {
  .c-footer-copy {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* c-header
   ========================================================================== */
.c-header {
  width: 100%;
  min-width: 960px;
  background-color: #fff;
}

.c-header-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .c-header-inner {
    width: 100%;
  }
}

.c-header .c-header-logoBox {
  text-decoration: none;
  display: inline-block;
}
.c-header .c-header-logoBox:hover {
  opacity: 0.64;
}

.c-header-company {
  font-weight: bold;
  padding-top: 10px;
}

.c-header-logo {
  display: block;
  margin-top: 8px;
}

/* 追記
   ========================================================================== */
#floor-info::after {
  content: "部分";
}

iframe.pano_iframe {
  width: 960px;
  height: 500px;
  margin: 60px auto 40px;
  display: block;
  border: none;
}
@media (max-width: 480px) {
  iframe.pano_iframe {
    margin: 20px auto;
    width: 90%;
    height: 400px;
  }
}

.p-btn.pano-btn {
  width: 280px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 43px;
  border-radius: 4px;
  padding-top: 17px;
  padding-bottom: 14px;
  position: relative;
}
.p-btn.pano-btn:before {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px;
  display: inline-block;
  content: "";
  width: 16px;
  height: 18px;
  overflow: hidden;
  background: url(../img/icon_arrow-r-white_red.png) no-repeat 0 0;
}
.p-btn.pano-btn:hover::before {
  background: url(../img/icon_arrow-r-white_red.png) no-repeat -16px 0;
}

/* header 固定　20200504
     ========================================================================== */
.fixedTOP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 10px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/*追加*/
.fixedTOP.fixedTOPno{ display:none;}

@media (max-width: 480px) {
  .fixedTOP {
    display: none;
  }
}

@media screen and (max-width: 1314px) {
  .fixedTOP .m-nav-list {
    width: 100%;
  }
  .fixedTOP .m-nav-item {
    width: 17%;
  }
  .fixedTOP .m-nav {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .fixedTOP {
    justify-content: start;
  }
  .fixedTOP .m-nav {
    width: 75%;
    padding-left: 5%;
  }
  .fixedTOP .m-nav-item > a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 880px) {
  .fixedTOP .p-btn {
    font-size: 1.6vw;
  }
  .fixedTOP .p-btn.-header {
    padding-left: 30px;
  }
}
/*----------------------------------------
	.backtotop
-----------------------------------------*/
.backtotop {
  display: none;
}
@media (max-width: 480px) {
  .backtotop {
    box-sizing: border-box;
    display: block;
    position: fixed;
    z-index: 998;
    right: 0 !important;
    bottom: 80px !important;
    height: 40px;
    padding: 12px 28px 10px 12px;
    background: #ccc url(../img/c_pagetop_arrow01.gif) no-repeat right 10px center;
    background-size: 13px 8px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFF;
    font-size: 12px;
  }
}
.backtotop.-off {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  display: none;
}
.backtotop.-stay {
  bottom: 140px !important;
}
.backtotop.-active {
  position: fixed;
  bottom: 30px;
}

.search_result .backtotop {
  bottom: 30px !important;
}
.search_result .backtotop.-stay {
  bottom: 70px !important;
}
.search_result .backtotop.-active {
  position: fixed;
  bottom: 30px;
}

.reprice2_none_an-el .backtotop {
  bottom: 30px !important;
}
.reprice2_none_an-el .backtotop.-stay {
  bottom: 70px !important;
}

.reprice2_none_an-el .backtotop.-active {
  position: fixed;
  bottom: 30px;
}/*# sourceMappingURL=common.css.map */