@charset "UTF-8";
/*物件探さナイトのCOMMON.CSS*/
/*
 *1.GENERAL
 *   1.1 basic settings
 *   1.2 10 row grid
 *   1.3 mobile landscape grid
 *   1.4 Icon Fonts
 *        1.4.1 header icon adjust
 *2. HEADER
 *   2.1 header top
 *   2.2 header nav
 *        2.2.1 main nav
 *        2.2.2 secondary nav
 *3. MAINVISUAL
 *   3.1 news slider
 *4. SEARCH BUTTONS
 *5. BUKKEN GRID
 *   5.1 Row adjusts
 *   5.2 single grid
 *6. BUKKEN LIST
 *   6.1 bukken search
 *   6.2 Bukken lists
 *        6.2.1 list responsive
 *   6.3 pagination
 *   6.4 details
 *        6.4.1 Image Gallery
 *7. OTHERS
 *   7.1 Q&A
 *   7.2 Contact
 *   7.3 Campaign
 *8. SIDEBAR
 *   8.1 Sidebar List
 *   8.2 Sidebar Banner
 *9. FOOTER
 *   9.1 Footer top
 *   9.2 Main footer
 *10. SYSTEM
 *   10.1 DEBUG
 *11. PRINT
 * 修正 171010 (by kuma)
 * 修正 HEADER / 追加 東海版 180327 (by kuma)
 * 修正 MAINVISUAL掲載物件数 180403 (by kuma)
 * 修正 TOP PAGE SEARCH  180417 (by kuma)
 * 修正 TOP PAGE MAINVISUAL LOGO  180418 (by kuma)
 * 修正 magazine banner  180508 (by jzi)
 */
/*Tokyo*/
/*Osaka*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
/*------------------------
 * 1.GENERAL
 * ---------------------*/
.hover-opacity {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hover-opacity:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 1ox 0 0;
}
.pl10 {
  padding-left: 10px;
}
.ml-1 {
  margin-left: 1.0rem !important;
}
.ml-2 {
  margin-left: 2.0rem !important;
}
.ml-3 {
  margin-left: 3.0rem !important;
}
.text-right {
  text-align: right;
}
p {
  font-size: 0.929em;
  line-height: 1.7;
  margin-bottom: 1.786em;
  vertical-align: baseline;
}
.ttl-sub,
.campaign-content h2.campaign-ttl {
  font-weight: bold;
  border-left: 7px solid #333;
  padding-left: 20px;
  line-height: 1.1;
}
h3.ttl-sub,
.campaign-content h2.campaign-ttl {
  font-size: 1.286em;
  padding-top: 3px;
  margin-top: 0;
}
h4.ttl-sub {
  font-size: 1.143em;
  margin-bottom: 16px;
  padding-top: 3px;
}
.ttl-sub-dash {
  font-size: 1.214em;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.1;
  padding-bottom: 5px;
  margin: 36px 0 16px;
  border-bottom: 1px dashed #ccc;
}
.bukken-tokyo .ttl-sub-dash {
  color: #C03;
}
.bukken-osaka .ttl-sub-dash {
  color: #000;
}
ul.txt-list {
  margin: 0;
  padding: 0 0 20px 30px;
  font-size: 0.929em;
  line-height: 1.7;
}
.txt-indent {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.arrow {
  margin: 0 auto;
  text-align: center;
}
.wakubox {
  width: auto;
  margin: 10px 0;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  text-align: left;
}
.wakubox h3 {
  margin-top: 20px;
}
.company-table {
  margin: 20px 0;
}
.company-table th {
  text-align: center;
  background-color: #EDEDED;
  font-weight: normal;
}
html.svg .hide-svg {
  display: none;
}
html.no-svg .hide-no-svg {
  display: none;
}
.d-flex {
  display: flex !important;
}
.w-100 {
  width: 100% !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.font-14 {
  font-size: 14px !important;
}
.ml-0 {
  margin-left: 0 !important;
}

/* 1.1 Basic settings
 * ---------------------*/
ol.breadcrumb {
  font-size: 0.786em;
  margin: 17px 0;
}
ol.breadcrumb a {
  color: #666;
  text-decoration: underline;
}
ol.breadcrumb a:hover {
  text-decoration: none;
}
#contentWrap > .row > div {
  margin-bottom: 20px;
}
#mainContent .wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
}
.box-white,
.box-red {
  width: 100%;
  padding: 22px;
}
.box-white {
  background-color: #fff;
}
.box-red {
  color: #fff;
  background-color: #C03;
}
.box-red a {
  color: #fff;
}
@media (max-width: 767px) {
  .box-white,
  .box-red {
    padding: 10px;
  }
  #mainContent > .box-white {
    min-height: 400px;
  }
}

.property-box-red {
  background-color: #D40027;
  padding: 22px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.property-box-red .property-id-area {
  background-color: #333333;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 163px;
}
.property-box-red .property-id-area .property-label {
  font-size: 25px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;

  margin-bottom: 12px;
}
.property-box-red .property-id-area .num {
  font-size: 25px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
}
.property-box-red .property-info-area {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex-grow: 1;
}
.property-box-red .property-info-area .property-info-area-sep {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 20px;
}
.property-box-red .property-info-area .property-info-area-sep .property-label {
  font-size: 25px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.property-box-red .property-info-area .property-info-area-sep .property-email-area {
  display: flex;
  flex-grow: 1;
}
.property-box-red .property-info-area .property-info-area-sep .property-email-area a {
  display: flex;
  width: 100%;
  background-color: #FFFF00;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #4B4B4B;
  font-size: 25px;
  line-height: 38px;
  font-weight: bold;
  text-decoration: none;
}
.property-box-red .property-info-area .property-info-area-sep .property-email-area a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-box-red .property-info-area .property-info-area-sep .property-email-area a span.icon {
  font-size: 30px;
}
.property-box-red .property-info-area .property-info-area-sep .property-tel-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel .call-num {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
.property-box-red .property-info-area .property-info-area-sep .property-tel-area .description {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .property-box-red {
    flex-direction: column;
    padding-top: calc(63 / 965 * min(100vw - 10px, 965px));
    padding-left: calc(41 / 965 * min(100vw - 10px, 965px));
    padding-right: calc(41 / 965 * min(100vw - 10px, 965px));
    padding-bottom: calc(30 / 965 * min(100vw - 10px, 965px));
    gap: calc(41 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-id-area {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    align-items: center;
    border-radius: calc(18 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-id-area .property-label {
    margin-bottom: 0;
    font-size: calc(50 / 965 * min(100vw - 10px, 965px));
    line-height: calc(75 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-id-area .num {
    font-size: calc(60 / 965 * min(100vw - 10px, 965px));
    line-height: calc(60 / 965 * min(100vw - 10px, 965px));
    flex-grow: 1;
  }
  .property-box-red .property-info-area .property-info-area-sep {
    flex-direction: column;
  }
  .property-box-red .property-info-area .property-info-area-sep .property-label {
    font-size: calc(45 / 965 * min(100vw - 10px, 965px));
    line-height: calc(68 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-info-area .property-info-area-sep .property-email-area a {
    padding: calc(50 / 965 * min(100vw - 10px, 965px));
    font-size: calc(50 / 965 * min(100vw - 10px, 965px));
    line-height: calc(75 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-info-area .property-info-area-sep .property-email-area a span.icon {
    font-size: calc(65 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area {
    background-color: #FFFF00;
    display: flex;
    flex-direction: row;
    height: calc(170 / 965 * min(100vw - 10px, 965px));
    justify-content: space-evenly;
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-label {
    font-size: calc(50 / 965 * min(100vw - 10px, 965px));
    line-height: calc(75 / 965 * min(100vw - 10px, 965px));
    color: #4B4B4B;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    justify-content: center;
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel-wrap .property-tel {
    align-items: center;
    gap: calc(7.6 / 965 * min(100vw - 10px, 965px));
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel-wrap .property-tel span {
    font-size: calc(65 / 965 * min(100vw - 10px, 965px));
    line-height: calc(79 / 965 * min(100vw - 10px, 965px));
    letter-spacing: calc(-5 / 965 * min(100vw - 10px, 965px));
    color: #4B4B4B;
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel-wrap .property-tel span.icon-freedial {
    width: calc(65 / 965 * min(100vw - 10px, 965px));
    background: url('../image/icons/freedial-dark.svg') 0 0 no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0;
  }
  .property-box-red .property-info-area .property-info-area-sep .property-tel-area .property-tel-wrap .description {
    font-size: calc(30 / 965 * min(100vw - 10px, 965px));
    line-height: calc(45 / 965 * min(100vw - 10px, 965px));
    color: #4B4B4B;
  }
}
/* 1.2 10 row frid
 * ---------------------*/
.col10-xs-1,
.col10-sm-1,
.col10-md-1,
.col10-lg-1,
.col10-xs-2,
.col10-sm-2,
.col10-md-2,
.col10-lg-2,
.col10-xs-3,
.col10-sm-3,
.col10-md-3,
.col10-lg-3,
.col10-xs-4,
.col10-sm-4,
.col10-md-4,
.col10-lg-4,
.col10-xs-5,
.col10-sm-5,
.col10-md-5,
.col10-lg-5,
.col10-xs-6,
.col10-sm-6,
.col10-md-6,
.col10-lg-6,
.col10-xs-7,
.col10-sm-7,
.col10-md-7,
.col10-lg-7,
.col10-xs-8,
.col10-sm-8,
.col10-md-8,
.col10-lg-8,
.col10-xs-9,
.col10-sm-9,
.col10-md-9,
.col10-lg-9,
.col10-xs-10,
.col10-sm-10,
.col10-md-10,
.col10-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.col10-xs-1,
.col10-xs-2,
.col10-xs-3,
.col10-xs-4,
.col10-xs-5,
.col10-xs-6,
.col10-xs-7,
.col10-xs-8,
.col10-xs-9,
.col10-xs-10 {
  float: left;
}
.col10-xs-10 {
  width: 100%;
}
.col10-xs-9 {
  width: 90%;
}
.col10-xs-8 {
  width: 80%;
}
.col10-xs-7 {
  width: 70%;
}
.col10-xs-6 {
  width: 60%;
}
.col10-xs-5 {
  width: 50%;
}
.col10-xs-4 {
  width: 40%;
}
.col10-xs-3 {
  width: 30%;
}
.col10-xs-2 {
  width: 20%;
}
.col10-xs-1 {
  width: 10%;
}
.col10-xs-pull-10 {
  right: 100%;
}
.col10-xs-pull-9 {
  right: 90%;
}
.col10-xs-pull-8 {
  right: 80%;
}
.col10-xs-pull-7 {
  right: 70%;
}
.col10-xs-pull-6 {
  right: 60%;
}
.col10-xs-pull-5 {
  right: 50%;
}
.col10-xs-pull-4 {
  right: 40%;
}
.col10-xs-pull-3 {
  right: 30%;
}
.col10-xs-pull-2 {
  right: 20%;
}
.col10-xs-pull-1 {
  right: 10%;
}
.col10-xs-pull-0 {
  right: auto;
}
.col10-xs-push-10 {
  left: 100%;
}
.col10-xs-push-9 {
  left: 90%;
}
.col10-xs-push-8 {
  left: 80%;
}
.col10-xs-push-7 {
  left: 70%;
}
.col10-xs-push-6 {
  left: 60%;
}
.col10-xs-push-5 {
  left: 50%;
}
.col10-xs-push-4 {
  left: 40%;
}
.col10-xs-push-3 {
  left: 30%;
}
.col10-xs-push-2 {
  left: 20%;
}
.col10-xs-push-1 {
  left: 10%;
}
.col10-xs-push-0 {
  left: auto;
}
.col10-xs-offset-10 {
  margin-left: 100%;
}
.col10-xs-offset-9 {
  margin-left: 90%;
}
.col10-xs-offset-8 {
  margin-left: 80%;
}
.col10-xs-offset-7 {
  margin-left: 70%;
}
.col10-xs-offset-6 {
  margin-left: 60%;
}
.col10-xs-offset-5 {
  margin-left: 50%;
}
.col10-xs-offset-4 {
  margin-left: 40%;
}
.col10-xs-offset-3 {
  margin-left: 30%;
}
.col10-xs-offset-2 {
  margin-left: 20%;
}
.col10-xs-offset-1 {
  margin-left: 10%;
}
.col10-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col10-sm-1,
  .col10-sm-2,
  .col10-sm-3,
  .col10-sm-4,
  .col10-sm-5,
  .col10-sm-6,
  .col10-sm-7,
  .col10-sm-8,
  .col10-sm-9,
  .col10-sm-10 {
    float: left;
  }
  .col10-sm-10 {
    width: 100%;
  }
  .col10-sm-9 {
    width: 90%;
  }
  .col10-sm-8 {
    width: 80%;
  }
  .col10-sm-7 {
    width: 70%;
  }
  .col10-sm-6 {
    width: 60%;
  }
  .col10-sm-5 {
    width: 50%;
  }
  .col10-sm-4 {
    width: 40%;
  }
  .col10-sm-3 {
    width: 30%;
  }
  .col10-sm-2 {
    width: 20%;
  }
  .col10-sm-1 {
    width: 10%;
  }
  .col10-sm-pull-10 {
    right: 100%;
  }
  .col10-sm-pull-9 {
    right: 90%;
  }
  .col10-sm-pull-8 {
    right: 80%;
  }
  .col10-sm-pull-7 {
    right: 70%;
  }
  .col10-sm-pull-6 {
    right: 60%;
  }
  .col10-sm-pull-5 {
    right: 50%;
  }
  .col10-sm-pull-4 {
    right: 40%;
  }
  .col10-sm-pull-3 {
    right: 30%;
  }
  .col10-sm-pull-2 {
    right: 20%;
  }
  .col10-sm-pull-1 {
    right: 10%;
  }
  .col10-sm-pull-0 {
    right: auto;
  }
  .col10-sm-push-10 {
    left: 100%;
  }
  .col10-sm-push-9 {
    left: 90%;
  }
  .col10-sm-push-8 {
    left: 80%;
  }
  .col10-sm-push-7 {
    left: 70%;
  }
  .col10-sm-push-6 {
    left: 60%;
  }
  .col10-sm-push-5 {
    left: 50%;
  }
  .col10-sm-push-4 {
    left: 40%;
  }
  .col10-sm-push-3 {
    left: 30%;
  }
  .col10-sm-push-2 {
    left: 20%;
  }
  .col10-sm-push-1 {
    left: 10%;
  }
  .col10-sm-push-0 {
    left: auto;
  }
  .col10-sm-offset-10 {
    margin-left: 100%;
  }
  .col10-sm-offset-9 {
    margin-left: 90%;
  }
  .col10-sm-offset-8 {
    margin-left: 80%;
  }
  .col10-sm-offset-7 {
    margin-left: 70%;
  }
  .col10-sm-offset-6 {
    margin-left: 60%;
  }
  .col10-sm-offset-5 {
    margin-left: 50%;
  }
  .col10-sm-offset-4 {
    margin-left: 40%;
  }
  .col10-sm-offset-3 {
    margin-left: 30%;
  }
  .col10-sm-offset-2 {
    margin-left: 20%;
  }
  .col10-sm-offset-1 {
    margin-left: 10%;
  }
  .col10-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 990px) {
  .col10-md-1,
  .col10-md-2,
  .col10-md-3,
  .col10-md-4,
  .col10-md-5,
  .col10-md-6,
  .col10-md-7,
  .col10-md-8,
  .col10-md-9,
  .col10-md-10 {
    float: left;
  }
  .col10-md-10 {
    width: 100%;
  }
  .col10-md-9 {
    width: 90%;
  }
  .col10-md-8 {
    width: 80%;
  }
  .col10-md-7 {
    width: 70%;
  }
  .col10-md-6 {
    width: 60%;
  }
  .col10-md-5 {
    width: 50%;
  }
  .col10-md-4 {
    width: 40%;
  }
  .col10-md-3 {
    width: 30%;
  }
  .col10-md-2 {
    width: 20%;
  }
  .col10-md-1 {
    width: 10%;
  }
  .col10-md-pull-10 {
    right: 100%;
  }
  .col10-md-pull-9 {
    right: 90%;
  }
  .col10-md-pull-8 {
    right: 80%;
  }
  .col10-md-pull-7 {
    right: 70%;
  }
  .col10-md-pull-6 {
    right: 60%;
  }
  .col10-md-pull-5 {
    right: 50%;
  }
  .col10-md-pull-4 {
    right: 40%;
  }
  .col10-md-pull-3 {
    right: 30%;
  }
  .col10-md-pull-2 {
    right: 20%;
  }
  .col10-md-pull-1 {
    right: 10%;
  }
  .col10-md-pull-0 {
    right: auto;
  }
  .col10-md-push-10 {
    left: 100%;
  }
  .col10-md-push-9 {
    left: 90%;
  }
  .col10-md-push-8 {
    left: 80%;
  }
  .col10-md-push-7 {
    left: 70%;
  }
  .col10-md-push-6 {
    left: 60%;
  }
  .col10-md-push-5 {
    left: 50%;
  }
  .col10-md-push-4 {
    left: 40%;
  }
  .col10-md-push-3 {
    left: 30%;
  }
  .col10-md-push-2 {
    left: 20%;
  }
  .col10-md-push-1 {
    left: 10%;
  }
  .col10-md-push-0 {
    left: auto;
  }
  .col10-md-offset-10 {
    margin-left: 100%;
  }
  .col10-md-offset-9 {
    margin-left: 90%;
  }
  .col10-md-offset-8 {
    margin-left: 80%;
  }
  .col10-md-offset-7 {
    margin-left: 70%;
  }
  .col10-md-offset-6 {
    margin-left: 60%;
  }
  .col10-md-offset-5 {
    margin-left: 50%;
  }
  .col10-md-offset-4 {
    margin-left: 40%;
  }
  .col10-md-offset-3 {
    margin-left: 30%;
  }
  .col10-md-offset-2 {
    margin-left: 20%;
  }
  .col10-md-offset-1 {
    margin-left: 10%;
  }
  .col10-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1220px) {
  .col10-lg-1,
  .col10-lg-2,
  .col10-lg-3,
  .col10-lg-4,
  .col10-lg-5,
  .col10-lg-6,
  .col10-lg-7,
  .col10-lg-8,
  .col10-lg-9,
  .col10-lg-10 {
    float: left;
  }
  .col10-lg-10 {
    width: 100%;
  }
  .col10-lg-9 {
    width: 90%;
  }
  .col10-lg-8 {
    width: 80%;
  }
  .col10-lg-7 {
    width: 70%;
  }
  .col10-lg-6 {
    width: 60%;
  }
  .col10-lg-5 {
    width: 50%;
  }
  .col10-lg-4 {
    width: 40%;
  }
  .col10-lg-3 {
    width: 30%;
  }
  .col10-lg-2 {
    width: 20%;
  }
  .col10-lg-1 {
    width: 10%;
  }
  .col10-lg-pull-10 {
    right: 100%;
  }
  .col10-lg-pull-9 {
    right: 90%;
  }
  .col10-lg-pull-8 {
    right: 80%;
  }
  .col10-lg-pull-7 {
    right: 70%;
  }
  .col10-lg-pull-6 {
    right: 60%;
  }
  .col10-lg-pull-5 {
    right: 50%;
  }
  .col10-lg-pull-4 {
    right: 40%;
  }
  .col10-lg-pull-3 {
    right: 30%;
  }
  .col10-lg-pull-2 {
    right: 20%;
  }
  .col10-lg-pull-1 {
    right: 10%;
  }
  .col10-lg-pull-0 {
    right: auto;
  }
  .col10-lg-push-10 {
    left: 100%;
  }
  .col10-lg-push-9 {
    left: 90%;
  }
  .col10-lg-push-8 {
    left: 80%;
  }
  .col10-lg-push-7 {
    left: 70%;
  }
  .col10-lg-push-6 {
    left: 60%;
  }
  .col10-lg-push-5 {
    left: 50%;
  }
  .col10-lg-push-4 {
    left: 40%;
  }
  .col10-lg-push-3 {
    left: 30%;
  }
  .col10-lg-push-2 {
    left: 20%;
  }
  .col10-lg-push-1 {
    left: 10%;
  }
  .col10-lg-push-0 {
    left: auto;
  }
  .col10-lg-offset-10 {
    margin-left: 100%;
  }
  .col10-lg-offset-9 {
    margin-left: 90%;
  }
  .col10-lg-offset-8 {
    margin-left: 80%;
  }
  .col10-lg-offset-7 {
    margin-left: 70%;
  }
  .col10-lg-offset-6 {
    margin-left: 60%;
  }
  .col10-lg-offset-5 {
    margin-left: 50%;
  }
  .col10-lg-offset-4 {
    margin-left: 40%;
  }
  .col10-lg-offset-3 {
    margin-left: 30%;
  }
  .col10-lg-offset-2 {
    margin-left: 20%;
  }
  .col10-lg-offset-1 {
    margin-left: 10%;
  }
  .col10-lg-offset-0 {
    margin-left: 0%;
  }
}
/* 1.3 mobile landscape grid
 * ----------------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  .col-yokoichi-6 {
    width: 50%;
    float: left;
  }
  .col-yokoichi-3 {
    width: 33.333%;
    float: left;
  }
}
/* 1.4 Icon fonts
 * ---------------------*/
@font-face {
  font-family: "bukkensagasa";
  src: url("../fonts/bukkensagasa.eot");
  src: url("../fonts/bukkensagasa.eot") format("embedded-opentype"), url("../fonts/bukkensagasa.woff") format("woff"), url("../fonts/bukkensagasa.ttf") format("truetype"), url("../fonts/bukkensagasa.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bukkensagasa" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bukkensagasa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "a";
}
.icon-info:before {
  content: "b";
}
.icon-history:before {
  content: "c";
}
.icon-love:before {
  content: "d";
}
.icon-home:before {
  content: "e";
}
.icon-tatemono:before {
  content: "f";
}
.icon-document:before {
  content: "g";
}
.icon-qa:before {
  content: "h";
}
.icon-pin:before {
  content: "i";
}
.icon-yen:before {
  content: "j";
}
.icon-mail:before {
  content: "k";
}
.icon-area:before {
  content: "l";
}
.icon-store-address:before {
  content: "n";
}
.icon-floor-level:before {
  content: "o";
}
.icon-area2:before {
  content: "p";
}
.icon-up-open:before {
  content: "q";
}
.icon-down-open:before {
  content: "r";
}
.icon-coin:before {
  content: "m";
}
.icon-payment:before {
  content: "s";
}
.icon-fon:before {
  content: "t";
}
.icon-left-open:before {
  content: "u";
}
.icon-right-open:before {
  content: "v";
}
.icon-kiyaku:before {
  content: "w";
}
/**1.4.1 header icon adjust**/
header .nav .icon,
#WebInquiryIndexForm .icon,
#InquiryAddForm .icon,
#InquiryConfirm .icon,
#contactWrap .icon,
.thankyou .icon {
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
header .nav .icon:before {
  content: '';
}
header .nav .icon-home,
#WebInquiryIndexForm .icon-home,
#InquiryAddForm .icon-home,
#InquiryConfirm .icon-home,
#contactWrap .icon-home,
.thankyou .icon-home {
  background-image: url(../image/icons/home.svg);
}
header .nav .icon-search {
  background-image: url(../image/icons/loupe.svg);
}
header .nav .icon-tatemono {
  background-image: url(../image/icons/tatemono.svg);
}
header .nav .icon-document {
  background-image: url(../image/icons/document.svg);
}
header .nav .icon-qa {
  background-image: url(../image/icons/qa.svg);
}
header .nav .icon-mail,
#WebInquiryIndexForm .icon-mail,
#InquiryAddForm .icon-mail,
#InquiryConfirm .icon-mail,
#contactWrap .icon-mail,
.thankyou .icon-mail {
  background-image: url(../image/icons/mail.svg);
}
header .nav .icon-info {
  background-image: url(../image/icons/info.svg);
}
header .nav .icon-history {
  background-image: url(../image/icons/history.svg);
}
header .nav .icon-love {
  background-image: url(../image/icons/love.svg);
}
header .nav li:nth-child(6) .icon-mail {
  background-image: url(../image/icons/mail-y.svg);
}
header .nav .icon-kiyaku {
  background-image: url(../image/icons/kiyaku.svg);
}
/*------------------------
 * 2.HEADER
 * ---------------------*/
header {
  color: #fff;
  background-image: url(../image/header/bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}
#header2 {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
#header2 .header-top {
  display: none;
}
.bukken-tokyo header {
  background-color: #000;
}
.bukken-osaka header {
  background-color: #939;
}
header a.navbar-brand,
footer .footer-brand {
  width: 355px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60px auto;
}
.bukken-tokyo header a.navbar-brand,
.bukken-tokyo footer .footer-brand {
  background-image: url(../image/header/tokyo-sign.svg);
}
.bukken-osaka header a.navbar-brand,
.bukken-osaka footer .footer-brand {
  background-image: url(../image/header/osaka-sign.svg);
}
header .navbar-right {
  float: right;
  margin-top: 15px;
  margin-right: 1px;
}
@media (max-width: 767px) {
  header a.navbar-brand,
  footer .footer-brand {
    width: 300px;
    height: 80px;
    padding: 10px 60px 15px 0;
    background-size: 50px auto;
    background-position: right -7px;
  }
  header a.navbar-brand img,
  footer .footer-brand img {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 480px) {
  header a.navbar-brand,
  footer .footer-brand {
    width: 230px;
    height: 70px;
    padding: 12px 50px 15px 0;
    background-size: 40px auto;
    background-position: right -2px;
  }
  header a.navbar-brand img,
  footer .footer-brand img {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 768px) {
  header a.navbar-brand,
  footer .footer-brand {
    width: 335px;
    height: 85px;
    padding: 20px 75px 15px 0;
    background-size: 54px auto;
    background-position: top right;
  }
  header a.navbar-brand img,
  footer .footer-brand img {
    width: 260px;
    height: auto;
  }
}
@media (min-width: 990px) {
  header a.navbar-brand,
  footer .footer-brand {
    width: 355px;
    height: 90px;
    background-size: 60px auto;
  }
  header a.navbar-brand img,
  footer .footer-brand img {
    width: 280px;
    height: auto;
  }
}
.phone-wrap {
  font-size: 0.786em;
  font-weight: 500;
  width: 210px;
  display: block;
}
.phone-wrap a {
  color: #fff;
}
header .phone-wrap {
  display: inline-block;
}
.phone-wrap .phone-catch,
.phone-wrap .phone-time,
.phone-wrap .phone-num,
.phone-num {
  text-align: center;
  display: block;
}
.phone-wrap .phone-num,
.phone-num {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
}
.phone-wrap .phone-time {
  border: 1px solid #fff;
  padding: 2px;
  font-size: 1.091em;
  line-height: 1;
}
/* 2.1 Header Top
 * ---------------------*/
.header-top > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header-top > .container > .row {
    height: 60px;
  }
}
.header-top h1 {
  color: #fff;
  font-size: 0.786em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
.header-top #motto-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top #motto-container,
.header-top #buttons-container {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header-top #buttons-container {
    padding: 0;
  }
}
.bukken-tokyo .header-top {
  background-color: #626262;
}
.bukken-osaka .header-top {
  background-color: #000;
}
.header-top #btn-magazine {
  color: #fff;
  font-size: 13px;
  background-color: #B28500;
  border-color: #B28500;
  border-radius: 0;
}
@media only screen and (max-width: 1219px) {
  .header-top #btn-magazine {
    font-size: 12px;
  }
}
.header-top #btn-magazine .icon {
  font-size: 1.6em;
  margin-right: 6px;
  line-height: 0.75;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 1219px) {
  .header-top #btn-magazine .icon {
    display: none;
  }
}
.header-top #btn-magazine span {
  position: relative;
  top: -1px;
}
.header-top a.head-top-link {
  text-align: center;
  color: #525260;
  background-color: #ddd;
  font-size: 18px;
  font-weight: lighter;
  border-width: 1px;
  border-style: solid;
  border-color: #666;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 5px 0px #666666;
}
@media (max-width: 1219px) {
  .header-top a.head-top-link {
    font-size: 17px;
  }
}
.header-top a.head-top-link:hover {
  text-decoration: none;
  background-color: #ffffff;
}

.low-phone .phone-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}
.low-phone .phone-wrap .phone-time {
  margin-bottom: 10px;
}
.low-phone .phone-wrap a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-top a.head-top-link {
    font-size: 15px;
  }
  .low-phone .phone-wrap .col-sm-4 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .low-phone .phone-wrap {
    width: auto;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .low-phone .phone-wrap span {
    vertical-align: middle;
  }
  .low-phone .phone-wrap .phone-num {
    line-height: 1;
  }
  .low-phone .phone-wrap .phone-time {
    margin-bottom: 10px;
  }
  .low-phone .phone-wrap a {
    color: #fff;
  }
}
.btn-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .btn-flex {
    width: 103vw;
  }
}
.btn-flex a.head-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 989px) {
  .btn-flex a.head-top-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .btn-flex a.head-top-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333334%;
            flex: 1 1 33.333334%;
  }
}
.btn-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 989px) {
  .btn-flex > div {
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
  }
  .btn-flex > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* 2.2 Header Nav
 * ---------------------*/
header {
  /*2.2.2 secondary nav*/
}
header .nav > li > a:focus {
  color: inherit;
  background-color: transparent;
}
header ul {
  margin-left: 0;
}
header ul a {
  color: #fff;
}
header ul li {
  display: inline-block;
}
header ul.nav {
  /*2.2.1 main nav*/
}
header ul.nav li a {
  font-size: 1.071em;
  line-height: 1;
}
header ul.nav li a:hover {
  background-color: transparent;
}
header ul.nav li a .icon {
  font-size: 18px;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
header ul.nav.navbar-nav {
  font-size: 1.143em;
}
header ul.nav.navbar-nav .icon {
  font-size: 22px;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
header ul.nav.navbar-nav li a {
  padding-left: 0;
  padding-right: 0;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #999;
  -webkit-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
}
header ul.nav.navbar-nav li a:hover,
header ul.nav.navbar-nav li.active a {
  color: inherit;
  border-bottom-color: #C03;
}
header ul.nav.navbar-nav li + li {
  margin-left: 2.75em;
}
header ul.nav.navbar-nav li:nth-child(6) a,
header ul.nav.navbar-nav li:nth-child(6) a .icon:before {
  color: #ff0;
}
header .secondary-nav {
  display: inline-block;
  position: relative;
  top: -12px;
  margin-right: 16px;
}
header .secondary-nav ul.nav {
  border-bottom: 1px solid #fff;
}
header .secondary-nav ul.nav li {
  display: inline-block;
}
header .secondary-nav ul.nav li a {
  border-bottom: 1px solid #fff;
  position: relative;
  top: 1px;
  -webkit-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
}
header .secondary-nav ul.nav li a .icon {
  width: 20px;
  height: 20px;
}
header .secondary-nav ul.nav li a:hover,
header .secondary-nav ul.nav li.active a {
  color: #fff;
  border-bottom-color: #C03;
}
header .secondary-nav ul.nav li:last-child a {
  padding-right: 0;
}
@media (max-width: 767px) {
  header .navbar-toggle {
    padding: 12px;
    margin-right: 4px;
  }
  header .navbar-toggle .icon-bar {
    width: 32px;
    height: 6px;
    background-color: #fff;
  }
  header ul.nav.navbar-nav {
    margin: 0;
    font-size: 1em;
  }
  header ul.nav.navbar-nav li .icon {
    display: none;
  }
  header ul.nav.navbar-nav li a {
    border-bottom: 1px solid #ccc;
    padding: 20px;
  }
  header ul.nav.navbar-nav li a:hover,
  header ul.nav.navbar-nav li.active a {
    border-color: #ccc;
  }
  header ul.nav.navbar-nav li + li {
    margin-left: 0;
  }
  header ul.nav.navbar-nav li:first-child {
    border-top: 1px solid #ccc;
  }
  header ul.nav.navbar-nav li:last-child a {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  header .navbar-toggle {
    padding: 9px 8px;
    margin-right: 4px;
  }
  header .navbar-toggle .icon-bar {
    width: 32px;
    height: 5px;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  header .secondary-nav {
    top: 12px;
    margin-right: 0;
  }
  header .secondary-nav .icon {
    display: none;
  }
  header ul.nav.navbar-nav {
    font-size: 1em;
  }
  header ul.nav.navbar-nav li .icon {
    display: none;
  }
  header ul.nav.navbar-nav li + li {
    margin-left: 1em;
  }
}
@media (min-width: 990px) {
  header .secondary-nav {
    top: -12px;
    margin-right: 16px;
  }
  header .secondary-nav .icon {
    display: inline-block;
  }
  header ul.nav.navbar-nav {
    font-size: 1.071em;
  }
  header ul.nav.navbar-nav li .icon {
    display: inline-block;
  }
  header ul.nav.navbar-nav li + li {
    margin-left: .5em;
  }
}
@media (min-width: 1220px) {
  header #header-main-nav {
    text-align: center;
  }
  header #header-main-nav ul.nav.navbar-nav {
    font-size: 1.071em;
    display: inline-block;
  }
  header #header-main-nav ul.nav.navbar-nav li {
    margin-left: 2.5em;
  }
  header #header-main-nav2 {
    text-align: center;
  }
  header #header-main-nav2 ul.nav.navbar-nav {
    font-size: 1.071em;
    display: inline-block;
  }
  header #header-main-nav2 ul.nav.navbar-nav li {
    margin-left: 2.5em;
  }
}
/*------------------------
 * 3.MAINVISUAL
 * ---------------------*/
#mainVisual {
  padding: 24px 0 32px;
  position: relative;
  overflow: hidden;
}
#mainVisual a#mv-search {
  width: 204px;
  height: 251px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  z-index: 30;
}
#mainVisual a#mv-search:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bukken-tokyo #mainVisual a#mv-search {
  background-image: url(../image/mainvisual/tokyo-btn.svg);
}
.bukken-osaka #mainVisual a#mv-search {
  background-image: url(../image/mainvisual/osaka-btn.svg);
}
.bukken-tokyo #mainVisual {
  background-color: #666;
}
.bukken-osaka #mainVisual {
  background-color: #521B53;
}
#mainVisual #mainSlider {
  margin: 0 auto;
}
#mainVisual #mainSlider .slick-list {
  overflow: visible;
}
#mainVisual #mainSlider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
#mainVisual #mainSlider .slick-slide img,
#mainVisual .ie9-main {
  border: 5px solid #999;
}
#mainVisual #mainSlider .slick-dots {
  bottom: -25px;
}
#mainVisual #mainSlider .slick-dots li {
  width: 64px;
  height: 5px;
}
#mainVisual #mainSlider .slick-dots li > button {
  width: 64px;
  height: 5px;
  padding: 0;
  background-color: #999;
}
#mainVisual #mainSlider .slick-dots li > button:before {
  display: none;
}
#mainVisual #mainSlider .slick-dots li.slick-active > button {
  background-color: #C03;
}
html.no-textshadow #mainVisual #mainSlider {
  display: none;
}
html.textshadow #mainVisual .visible-not-flexbox {
  display: none;
}
@media (max-width: 767px) {
  #mainVisual #mainSlider {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #mainVisual a#mv-search {
    width: 110px;
    height: 135px;
    display: block;
    top: 0;
    right: 10px;
  }
  #mainVisual #mainSlider {
    width: 720px !important;
  }
  #mainVisual #mainSlider .slick-dots {
    margin-left: -25px;
  }
}
@media (min-width: 990px) {
  #mainVisual a#mv-search {
    width: 150px;
    height: 187px;
  }
  #mainVisual #mainSlider {
    width: 970px !important;
  }
}
@media (min-width: 1220px) {
  #mainVisual a#mv-search {
    width: 204px;
    height: 251px;
    right: 100px;
  }
  #mainVisual #mainSlider {
    width: 1200px !important;
  }
}
/* 3.1 news slider
 * ---------------------*/
#news-border {
  padding: 20px 0;
}
.bukken-tokyo #news-border {
  background-color: #333;
}
.bukken-osaka #news-border {
  background-color: #939;
}
#news-border .newsSlider {
  padding-left: 0;
}
#news-border .newsSlider li {
  color: #fff;
}
#news-border .newsSlider.slick-slider {
  margin: 0 auto;
  text-align: center;
}
#news-border .newsSlider.slick-slider button.slick-prev,
#news-border .newsSlider.slick-slider button.slick-next {
  color: #fff;
  font-size: 1.429em;
  text-decoration: none;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
}
#news-border .newsSlider.slick-slider button.slick-prev:before,
#news-border .newsSlider.slick-slider button.slick-next:before {
  content: '';
}
#news-border .date {
  color: #fff;
  font-size: 1.071em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 1em;
}
#news-border a {
  color: #fff;
  text-decoration: underline;
}
#news-border a:hover {
  text-decoration: none;
}
#news-border span {
  color: #fff;
}
@media (max-width: 767px) {
  #news-border .date {
    clear: both;
    display: block;
  }
  #news-border .newsSlider.slick-slider {
    width: 90%;
    font-size: 0.857em;
  }
}
@media (min-width: 768px) {
  #news-border .newsSlider.slick-slider {
    width: 730px;
  }
}
/*------------------------
 * 4.SEARCH BUTTONS
 * ---------------------*/
#search-btn-area,
#search-btn-footer {
  margin-top: 28px;
  margin-bottom: 28px;
}
#search-btn-area .row .col10-md-4:nth-child(3) img,
#search-btn-footer .row .col10-md-4:nth-child(3) img {
  float: right;
}
#search-btn-area .row a img,
#search-btn-footer .row a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#search-btn-area .row a img:hover,
#search-btn-footer .row a img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-reset {
  color: #fff;
  background-color: #999;
  border-left-color: #b0b0b0;
  border-top-color: #b0b0b0;
  border-right-color: #878787;
  border-bottom-color: #878787;
  margin: 5px;
  border-radius: 0;
  border-width: 2px;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn-reset:hover,
.btn-reset:active {
  color: #fff;
  background-color: #888;
}
#search_form .btn-important {
  margin-top: 20px;
}
@media (max-width: 989px) {
  #search-btn-area .col-xs-12 + .col-xs-12,
  #search-btn-footer .col-xs-12 + .col-xs-12 {
    margin-top: 1em;
  }
  #search-btn-area a,
  #search-btn-footer a {
    color: #fff;
    display: block;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #search-btn-area a:hover,
  #search-btn-footer a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-decoration: none;
  }
  #search-btn-area a span,
  #search-btn-footer a span {
    position: relative;
    top: 2px;
  }
  #search-btn-area a.btn-search-tko,
  #search-btn-footer a.btn-search-tko {
    background-image: url(../image/tokyo.svg);
  }
  .bukken-tokyo #search-btn-area a.btn-search-tko,
  .bukken-tokyo #search-btn-footer a.btn-search-tko {
    background-color: #C03;
    border-left-color: #fa003e;
    border-top-color: #fa003e;
    border-right-color: #a8002a;
    border-bottom-color: #a8002a;
  }
  .bukken-osaka #search-btn-area a.btn-search-tko,
  .bukken-osaka #search-btn-footer a.btn-search-tko {
    background-color: #999;
    border-left-color: #b0b0b0;
    border-top-color: #b0b0b0;
    border-right-color: #878787;
    border-bottom-color: #878787;
  }
  #search-btn-area a.btn-search,
  #search-btn-footer a.btn-search {
    background-image: url(../image/search.svg);
  }
  .bukken-tokyo #search-btn-area a.btn-search,
  .bukken-tokyo #search-btn-footer a.btn-search {
    background-color: #E56369;
    border-left-color: #ec8a8f;
    border-top-color: #ec8a8f;
    border-right-color: #e0444c;
    border-bottom-color: #e0444c;
  }
  .bukken-osaka #search-btn-area a.btn-search,
  .bukken-osaka #search-btn-footer a.btn-search {
    background-color: #939;
    border-left-color: #bb3ebb;
    border-top-color: #bb3ebb;
    border-right-color: #7e2a7e;
    border-bottom-color: #7e2a7e;
  }
  #search-btn-area a.btn-search-osa,
  #search-btn-footer a.btn-search-osa {
    background-image: url(../image/osaka.svg);
  }
  .bukken-tokyo #search-btn-area a.btn-search-osa,
  .bukken-tokyo #search-btn-footer a.btn-search-osa {
    background-color: #999;
    border-left-color: #b0b0b0;
    border-top-color: #b0b0b0;
    border-right-color: #878787;
    border-bottom-color: #878787;
  }
  .bukken-osaka #search-btn-area a.btn-search-osa,
  .bukken-osaka #search-btn-footer a.btn-search-osa {
    background-color: #609;
    border-left-color: #8500c7;
    border-top-color: #8500c7;
    border-right-color: #4e0075;
    border-bottom-color: #4e0075;
  }
  #search-btn-area a.btn-search,
  #search-btn-footer a.btn-search,
  #search-btn-area a.btn-search-tko,
  #search-btn-footer a.btn-search-tko,
  #search-btn-area a.btn-search-osa,
  #search-btn-footer a.btn-search-osa {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: auto 21px;
  }
  #search-btn-area a.btn-search span,
  #search-btn-footer a.btn-search span,
  #search-btn-area a.btn-search-tko span,
  #search-btn-footer a.btn-search-tko span,
  #search-btn-area a.btn-search-osa span,
  #search-btn-footer a.btn-search-osa span {
    margin-left: 116px;
  }
}
@media (max-width: 767px) {
  #search_form .btn-important,
  #search_form .btn-reset {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #search-btn-area a,
  #search-btn-footer a {
    padding: 15px 10px;
  }
  #search-btn-area a.btn-search,
  #search-btn-footer a.btn-search,
  #search-btn-area a.btn-search-tko,
  #search-btn-footer a.btn-search-tko,
  #search-btn-area a.btn-search-osa,
  #search-btn-footer a.btn-search-osa {
    background-position: 10px 17px;
    background-size: auto 16px;
  }
  #search-btn-area a.btn-search span,
  #search-btn-footer a.btn-search span,
  #search-btn-area a.btn-search-tko span,
  #search-btn-footer a.btn-search-tko span,
  #search-btn-area a.btn-search-osa span,
  #search-btn-footer a.btn-search-osa span {
    margin-left: 90px;
  }
}
@media (min-width: 990px) {
  #search-btn-area a,
  #search-btn-footer a {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
  }
  #search-btn-area a:hover,
  #search-btn-footer a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  #search-btn-area a.btn-search-tko,
  #search-btn-footer a.btn-search-tko {
    padding-top: 40%;
  }
  .bukken-tokyo #search-btn-area a.btn-search-tko,
  .bukken-tokyo #search-btn-footer a.btn-search-tko {
    background-image: url(../image/btn-search-tko-tokyo.gif);
  }
  .bukken-osaka #search-btn-area a.btn-search-tko,
  .bukken-osaka #search-btn-footer a.btn-search-tko {
    background-image: url(../image/btn-search-tko-osaka.gif);
  }
  .bukken-osaka #search-btn-area a.btn-search-tko:hover,
  .bukken-osaka #search-btn-footer a.btn-search-tko:hover {
    background-image: url(../image/btn-search-tko-osaka_f2.gif);
  }
  #search-btn-area a.btn-search,
  #search-btn-footer a.btn-search {
    padding-top: 83.6%;
  }
  .bukken-tokyo #search-btn-area a.btn-search,
  .bukken-tokyo #search-btn-footer a.btn-search {
    background-image: url(../image/btn-search-tokyo.gif);
  }
  .bukken-osaka #search-btn-area a.btn-search,
  .bukken-osaka #search-btn-footer a.btn-search {
    background-image: url(../image/btn-search-osaka.gif);
  }
  #search-btn-area a.btn-search-osa,
  #search-btn-footer a.btn-search-osa {
    padding-top: 40%;
  }
  .bukken-tokyo #search-btn-area a.btn-search-osa,
  .bukken-tokyo #search-btn-footer a.btn-search-osa {
    background-image: url(../image/btn-search-osa-tokyo.png);
  }
  .bukken-tokyo #search-btn-area a.btn-search-osa:hover,
  .bukken-tokyo #search-btn-footer a.btn-search-osa:hover {
    /* changed:171013 jzi */
    background-image: url(../image/btn-search-osa-tokyo_f2.png);
  }
  .bukken-osaka #search-btn-area a.btn-search-osa,
  .bukken-osaka #search-btn-footer a.btn-search-osa {
    background-image: url(../image/btn-search-osa-osaka.gif);
  }
}
.drop-parent {
  overflow: hidden;
  position: relative;
}
.drop-parent .drop-wrap {
  position: relative;
  top: 0;
}
.drop-parent .drop-note {
  color: #C03;
  position: absolute;
  top: 0;
  left: -140%;
}

#search-btn-area .label {
    display: block;
    min-width: 130px;
    height: 30px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 13px;
    background: #000;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    border-radius: 0;
}
@media (max-width: 991px) {
    #search-btn-area .label {
        width: auto;
        height: 24px;
        line-height: 19px;
        padding-left: 13px;
        position: relative;
        top: 0;
        left: 0;
        font-size: 12px;
        text-align: left;
    }
}

.label-id {
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin: 0 3px 3px 0;
    padding: 0 5px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

/*------------------------
 * 5.BUKKEN GRID
 * ---------------------*/
/*   5.1 Row adjusts
 *   --------------------*/
.row.row14 {
  margin-left: -7px;
  margin-right: -7px;
}
.row.row8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.row4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row.row14 .col10-xs-1,
.row.row14 .col10-sm-1,
.row.row14 .col10-md-1,
.row.row14 .col10-lg-1,
.row.row14 .col10-xs-2,
.row.row14 .col10-sm-2,
.row.row14 .col10-md-2,
.row.row14 .col10-lg-2,
.row.row14 .col10-xs-3,
.row.row14 .col10-sm-3,
.row.row14 .col10-md-3,
.row.row14 .col10-lg-3,
.row.row14 .col10-xs-4,
.row.row14 .col10-sm-4,
.row.row14 .col10-md-4,
.row.row14 .col10-lg-4,
.row.row14 .col10-xs-5,
.row.row14 .col10-sm-5,
.row.row14 .col10-md-5,
.row.row14 .col10-lg-5,
.row.row14 .col10-xs-6,
.row.row14 .col10-sm-6,
.row.row14 .col10-md-6,
.row.row14 .col10-lg-6,
.row.row14 .col10-xs-7,
.row.row14 .col10-sm-7,
.row.row14 .col10-md-7,
.row.row14 .col10-lg-7,
.row.row14 .col10-xs-8,
.row.row14 .col10-sm-8,
.row.row14 .col10-md-8,
.row.row14 .col10-lg-8,
.row.row14 .col10-xs-9,
.row.row14 .col10-sm-9,
.row.row14 .col10-md-9,
.row.row14 .col10-lg-9,
.row.row14 .col10-xs-10,
.row.row14 .col10-sm-10,
.row.row14 .col10-md-10,
.row.row14 .col10-lg-10,
.row.row14 .col-xs-1,
.row.row14 .col-sm-1,
.row.row14 .col-md-1,
.row.row14 .col-lg-1,
.row.row14 .col-xs-2,
.row.row14 .col-sm-2,
.row.row14 .col-md-2,
.row.row14 .col-lg-2,
.row.row14 .col-xs-3,
.row.row14 .col-sm-3,
.row.row14 .col-md-3,
.row.row14 .col-lg-3,
.row.row14 .col-xs-4,
.row.row14 .col-sm-4,
.row.row14 .col-md-4,
.row.row14 .col-lg-4,
.row.row14 .col-xs-5,
.row.row14 .col-sm-5,
.row.row14 .col-md-5,
.row.row14 .col-lg-5,
.row.row14 .col-xs-6,
.row.row14 .col-sm-6,
.row.row14 .col-md-6,
.row.row14 .col-lg-6,
.row.row14 .col-xs-7,
.row.row14 .col-sm-7,
.row.row14 .col-md-7,
.row.row14 .col-lg-7,
.row.row14 .col-xs-8,
.row.row14 .col-sm-8,
.row.row14 .col-md-8,
.row.row14 .col-lg-8,
.row.row14 .col-xs-9,
.row.row14 .col-sm-9,
.row.row14 .col-md-9,
.row.row14 .col-lg-9,
.row.row14 .col-xs-10,
.row.row14 .col-sm-10,
.row.row14 .col-md-10,
.row.row14 .col-lg-10,
.row.row14 .col-xs-11,
.row.row14 .col-sm-11,
.row.row14 .col-md-11,
.row.row14 .col-lg-11,
.row.row14 .col-xs-12,
.row.row14 .col-sm-12,
.row.row14 .col-md-12,
.row.row14 .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}
.row.row8 .col10-xs-1,
.row.row8 .col10-sm-1,
.row.row8 .col10-md-1,
.row.row8 .col10-lg-1,
.row.row8 .col10-xs-2,
.row.row8 .col10-sm-2,
.row.row8 .col10-md-2,
.row.row8 .col10-lg-2,
.row.row8 .col10-xs-3,
.row.row8 .col10-sm-3,
.row.row8 .col10-md-3,
.row.row8 .col10-lg-3,
.row.row8 .col10-xs-4,
.row.row8 .col10-sm-4,
.row.row8 .col10-md-4,
.row.row8 .col10-lg-4,
.row.row8 .col10-xs-5,
.row.row8 .col10-sm-5,
.row.row8 .col10-md-5,
.row.row8 .col10-lg-5,
.row.row8 .col10-xs-6,
.row.row8 .col10-sm-6,
.row.row8 .col10-md-6,
.row.row8 .col10-lg-6,
.row.row8 .col10-xs-7,
.row.row8 .col10-sm-7,
.row.row8 .col10-md-7,
.row.row8 .col10-lg-7,
.row.row8 .col10-xs-8,
.row.row8 .col10-sm-8,
.row.row8 .col10-md-8,
.row.row8 .col10-lg-8,
.row.row8 .col10-xs-9,
.row.row8 .col10-sm-9,
.row.row8 .col10-md-9,
.row.row8 .col10-lg-9,
.row.row8 .col10-xs-10,
.row.row8 .col10-sm-10,
.row.row8 .col10-md-10,
.row.row8 .col10-lg-10,
.row.row8 .col-xs-1,
.row.row8 .col-sm-1,
.row.row8 .col-md-1,
.row.row8 .col-lg-1,
.row.row8 .col-xs-2,
.row.row8 .col-sm-2,
.row.row8 .col-md-2,
.row.row8 .col-lg-2,
.row.row8 .col-xs-3,
.row.row8 .col-sm-3,
.row.row8 .col-md-3,
.row.row8 .col-lg-3,
.row.row8 .col-xs-4,
.row.row8 .col-sm-4,
.row.row8 .col-md-4,
.row.row8 .col-lg-4,
.row.row8 .col-xs-5,
.row.row8 .col-sm-5,
.row.row8 .col-md-5,
.row.row8 .col-lg-5,
.row.row8 .col-xs-6,
.row.row8 .col-sm-6,
.row.row8 .col-md-6,
.row.row8 .col-lg-6,
.row.row8 .col-xs-7,
.row.row8 .col-sm-7,
.row.row8 .col-md-7,
.row.row8 .col-lg-7,
.row.row8 .col-xs-8,
.row.row8 .col-sm-8,
.row.row8 .col-md-8,
.row.row8 .col-lg-8,
.row.row8 .col-xs-9,
.row.row8 .col-sm-9,
.row.row8 .col-md-9,
.row.row8 .col-lg-9,
.row.row8 .col-xs-10,
.row.row8 .col-sm-10,
.row.row8 .col-md-10,
.row.row8 .col-lg-10,
.row.row8 .col-xs-11,
.row.row8 .col-sm-11,
.row.row8 .col-md-11,
.row.row8 .col-lg-11,
.row.row8 .col-xs-12,
.row.row8 .col-sm-12,
.row.row8 .col-md-12,
.row.row8 .col-lg-12 {
  padding-left: 4px;
  padding-right: 4px;
}
.row.row4 .col10-xs-1,
.row.row4 .col10-sm-1,
.row.row4 .col10-md-1,
.row.row4 .col10-lg-1,
.row.row4 .col10-xs-2,
.row.row4 .col10-sm-2,
.row.row4 .col10-md-2,
.row.row4 .col10-lg-2,
.row.row4 .col10-xs-3,
.row.row4 .col10-sm-3,
.row.row4 .col10-md-3,
.row.row4 .col10-lg-3,
.row.row4 .col10-xs-4,
.row.row4 .col10-sm-4,
.row.row4 .col10-md-4,
.row.row4 .col10-lg-4,
.row.row4 .col10-xs-5,
.row.row4 .col10-sm-5,
.row.row4 .col10-md-5,
.row.row4 .col10-lg-5,
.row.row4 .col10-xs-6,
.row.row4 .col10-sm-6,
.row.row4 .col10-md-6,
.row.row4 .col10-lg-6,
.row.row4 .col10-xs-7,
.row.row4 .col10-sm-7,
.row.row4 .col10-md-7,
.row.row4 .col10-lg-7,
.row.row4 .col10-xs-8,
.row.row4 .col10-sm-8,
.row.row4 .col10-md-8,
.row.row4 .col10-lg-8,
.row.row4 .col10-xs-9,
.row.row4 .col10-sm-9,
.row.row4 .col10-md-9,
.row.row4 .col10-lg-9,
.row.row4 .col10-xs-10,
.row.row4 .col10-sm-10,
.row.row4 .col10-md-10,
.row.row4 .col10-lg-10,
.row.row4 .col-xs-1,
.row.row4 .col-sm-1,
.row.row4 .col-md-1,
.row.row4 .col-lg-1,
.row.row4 .col-xs-2,
.row.row4 .col-sm-2,
.row.row4 .col-md-2,
.row.row4 .col-lg-2,
.row.row4 .col-xs-3,
.row.row4 .col-sm-3,
.row.row4 .col-md-3,
.row.row4 .col-lg-3,
.row.row4 .col-xs-4,
.row.row4 .col-sm-4,
.row.row4 .col-md-4,
.row.row4 .col-lg-4,
.row.row4 .col-xs-5,
.row.row4 .col-sm-5,
.row.row4 .col-md-5,
.row.row4 .col-lg-5,
.row.row4 .col-xs-6,
.row.row4 .col-sm-6,
.row.row4 .col-md-6,
.row.row4 .col-lg-6,
.row.row4 .col-xs-7,
.row.row4 .col-sm-7,
.row.row4 .col-md-7,
.row.row4 .col-lg-7,
.row.row4 .col-xs-8,
.row.row4 .col-sm-8,
.row.row4 .col-md-8,
.row.row4 .col-lg-8,
.row.row4 .col-xs-9,
.row.row4 .col-sm-9,
.row.row4 .col-md-9,
.row.row4 .col-lg-9,
.row.row4 .col-xs-10,
.row.row4 .col-sm-10,
.row.row4 .col-md-10,
.row.row4 .col-lg-10,
.row.row4 .col-xs-11,
.row.row4 .col-sm-11,
.row.row4 .col-md-11,
.row.row4 .col-lg-11,
.row.row4 .col-xs-12,
.row.row4 .col-sm-12,
.row.row4 .col-md-12,
.row.row4 .col-lg-12 {
  padding-left: 2px;
  padding-right: 2px;
}
/*   5.2 Single Grid
 *   --------------------*/
.grid-single {
  background-color: #fff;
  padding: 5px 5px 27px;
  box-sizing: border-box;
  margin-bottom: 14px;
  position: relative;
}
.grid-single .grid-tags {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.grid-single a.grid-image-link,
.ichiran-wrap a.ichiran-img-link {
  width: 100%;
  height: 150px;
  background-color: #EDEDED;
  display: block;
  position: relative;
  box-sizing: content-box;
  margin: 9px;
}
.grid-single a.grid-image-link img,
.ichiran-wrap a.ichiran-img-link img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.grid-image-hover {
  background-color: rgba(51, 51, 51, 0);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
.grid-image-hover .grid-image-text {
  color: #fff;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  top: 74px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s, filter 1s, top 0.75s;
  -webkit-transition: opacity 1s, top 0.75s, -webkit-filter 1s;
  transition: opacity 1s, top 0.75s, -webkit-filter 1s;
  transition: opacity 1s, filter 1s, top 0.75s;
  transition: opacity 1s, filter 1s, top 0.75s, -webkit-filter 1s;
}
.grid-single .grid-image-hover .grid-image-text {
  top: 90px;
}
.grid-image-hover.grid-hover {
  background-color: rgba(51, 51, 51, 0.75);
}
.grid-image-hover.grid-hover .grid-image-text {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40px;
}
.grid-single .grid-image-hover.grid-hover .grid-image-text {
  top: 70px;
}
.grid-content {
  margin: 9px;
  margin-bottom: 3px;
}
.grid-content .grid-top-content {
  padding-bottom: 9px;
  background: url(../image/grid/link-undeline.gif) no-repeat bottom left;
}
.grid-content .grid-top-content a.grid-main-link {
  font-size: 0.929em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.grid-details {
  font-size: 0.857em;
  margin-top: 10px;
}
.grid-details .icon {
  color: #999;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.grid-details ul {
  margin-left: 5px;
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .grid-details ul.list-inline > li:first-child {
    padding-left: 0;
  }
  .grid-details ul.list-inline > li:nth-child(3) {
    padding-right: 0;
  }
}
.grid-tags ul {
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.grid-tags ul li {
  color: #fff;
  font-size: 0.643em;
  text-align: center;
  padding: 0;
}
.grid-tags ul li + li {
  margin-left: -3px;
}
@media (max-width: 989px) {
  .grid-single a.grid-image-link,
  .ichiran-wrap a.ichiran-img-link {
    width: auto;
    height: 170px;
  }
}
@media (min-width: 768px) {
  .grid-single a.grid-image-link,
  .ichiran-wrap a.ichiran-img-link {
    width: auto;
    height: 170px;
  }
}
@media (min-width: 990px) {
  .grid-single a.grid-image-link,
  .ichiran-wrap a.ichiran-img-link {
    width: auto;
    height: 150px;
  }
}
@media (min-width: 1220px) {
  .grid-single a.grid-image-link,
  .ichiran-wrap a.ichiran-img-link {
    width: auto;
    height: 150px;
  }
}
/*------------------------
 * 6.BUKKEN LIST
 * ---------------------*/
/*   6.1 Bukken search
  *   --------------------*/
.ttl-important {
  color: #fff;
  background-color: #DD4B39;
}
h3.ttl-important,
h2.ttl-important,
.ttl-other {
  margin-top: 0;
  font-size: 1.286em;
  font-weight: bold;
  padding: 10px 19px;
}
.btn-important,
.btn-return {
  font-size: 1.286em;
  font-weight: bold;
  color: #fff;
  background-color: #DD4B39;
  border-left-color: #e46f60;
  border-top-color: #e46f60;
  border-right-color: #cf3624;
  border-bottom-color: #cf3624;
  margin: 5px;
  border-radius: 0;
  border-width: 2px;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn-important:hover {
  color: #fff;
  background-color: #d73925;
}
.btn-important .icon {
  font-size: 1.333em;
  position: relative;
  line-height: 1;
  top: 3px;
  margin-right: 10px;
}
.btn-return {
  color: #fff;
  background-color: #999;
  border-left-color: #b0b0b0;
  border-top-color: #b0b0b0;
  border-right-color: #878787;
  border-bottom-color: #878787;
  margin: 5px;
  border-radius: 0;
  border-width: 2px;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn-return:hover {
  color: #fff;
  background-color: #8c8c8c;
}
@media (max-width: 767px) {
  .btn-important,
  .btn-return,
  .btn-return {
    font-size: 1.214em;
  }
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.panel.parentBlock .panel-heading {
  background-color: #fafafa;
}
.panel.parentBlock .panel-heading a {
  color: #ccc;
}
.row.vertical-divisions > div:first-child {
  border-right: 1px dashed #ccc;
}
.row.vertical-divisions .horizontal-divisions > div {
  padding: 10px 0;
}
.row.vertical-divisions .horizontal-divisions > div + div {
  border-top: 1px dashed #ccc;
}
#searchFilter h4,
#contactWrap h4 {
  color: #C03;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .75em;
  margin-top: 0;
}
#searchFilter label {
  font-size: 0.786em;
}
#searchFilter h5 {
  color: #666;
  font-size: 0.929em;
  font-weight: bold;
}
#searchFilter h5.panel-title span {
  display: none;
  margin-left: 2%;
  font-weight: normal;
  font-size: 0.9em;
  color: #999999;
}
#searchFilter h5.panel-title span:before {
  content: '(';
}
#searchFilter h5.panel-title span:after {
  content: ')';
}
#searchFilter .btn-group > .btn {
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 1px;
}
#searchFilter .search-btn-wrap {
  margin-top: 10px;
}
#searchFilter .search-btn-wrap .btn-default:hover,
#searchFilter .btn-group .btn-default:hover {
  background-color: #fff;
}
#searchFilter .search-btn-wrap .btn-default:active,
#searchFilter .btn-group .btn-default:active,
#searchFilter .search-btn-wrap .btn-default.active,
#searchFilter .btn-group .btn-default.active {
  background-color: #FFFCA9;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.125);
}
#searchFilter a[data-toggle="collapse"] {
  cursor: pointer;
  display: block;
}
#searchFilter a[data-toggle="collapse"] span.activeBtn-text {
  color: #7d7d7d;
  margin-left: 5px;
  font-weight: normal;
  font-size: .9em;
  display: none;
}
@media (min-width: 768px) {
  #searchFilter h4,
  #contactWrap h4 {
    margin-top: 5px;
  }
  #searchFilter select {
    font-size: 0.786em;
    height: 26px;
  }
  #searchFilter input[type="text"].form-control,
  #contactWrap input[type="text"].form-control {
    height: 28px;
    line-height: 2;
    font-size: 0.857em;
    padding: 3px 12px;
  }
  #searchFilter .btn-group > .btn {
    margin-bottom: 5px;
  }
}
@media (max-width: 989px) {
  .btn-group > .btn {
    padding: 10px 8px;
  }
  .row.vertical-divisions > div:first-child {
    border-right: none;
  }
  .row.vertical-divisions > div:first-child .horizontal-divisions > div {
    border-top: none;
  }
  .row.vertical-divisions .horizontal-divisions > div {
    padding: 10px 0;
    border-top: 1px dashed #ccc;
  }
}
@media (max-width: 767px) {
  #searchFilter label {
    font-size: 0.857em;
  }
}
/*   6.2 Bukken lists
  *   --------------------*/
#search-numbers {
  font-size: 0.929em;
}
.order-div {
  font-size: 0.929em;
  font-weight: bold;
  color: #666;
  margin-top: .25em;
  text-align: right;
}
.order-div .icon {
  color: #999;
  font-size: 1.214em;
  margin-right: .5em;
  position: relative;
  top: 2px;
}
.order-div .btn {
  color: #fff;
  background-color: #999;
  border-left-color: #b0b0b0;
  border-top-color: #b0b0b0;
  border-right-color: #878787;
  border-bottom-color: #878787;
  margin: 5px;
  border-radius: 0;
  border-width: 2px;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: inline-block;
  position: relative;
  padding: 12px;
  margin: 0 0 0 8px;
}
.order-div .btn:focus {
  outline: none;
}
.order-div .btn.active {
  background-color: #ccc;
  border-left-color: #ddd;
  border-top-color: #ddd;
  border-bottom-color: #bbb;
  border-right-color: #bbb;
  box-shadow: none;
}
.order-div .btn .icon {
  color: inherit;
  font-size: 1.286em;
  position: absolute;
  top: 3px;
  left: 3px;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 480px) {
  #search-numbers {
    font-size: 0.857em;
  }
  .order-div {
    font-size: 0.857em;
  }
  .order-div .icon {
    display: none;
  }
  .order-div .btn {
    margin: 0 0 0 2px;
  }
  .order-div .btn .icon {
    display: inherit;
  }
}
.ichiran-ttl-cat ul.list-inline {
  margin: 0;
}
.ichiran-ttl-cat ul.list-inline li {
  padding-left: 1px;
  padding-right: 1px;
}
.ichiran-wrap {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 16px;
  box-sizing: border-box;
}
.ichiran-wrap a.ichiran-img-link {
  margin: 0;
  height: 103px;
}
.ichiran-wrap .ichiran-title {
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.ichiran-wrap .ichiran-title .ichiran-ttl-link {
  font-size: 1.143em;
  font-weight: bold;
  text-decoration: none;
}
.ichiran-wrap .ichiran-title .ichiran-ttl-cat {
  border-left: 1px dashed #ccc;
}
.ichiran-wrap .ichiran-details {
  font-size: 0.857em;
  margin-top: 10px;
}
.ichiran-details {
  font-size: 0.857em;
  margin-top: 10px;
}
.ichiran-details .icon {
  color: #999;
  font-size: 1.4em;
}
.ichiran-details .ttl-det {
  color: #C03;
  font-weight: bold;
}
.ichiran-details > .row > div + div {
  border-left: 1px dashed #ccc;
}
/*6.2.1 list responsive*/
/*MAX SM*/
@media (max-width: 989px) {
  .ichiran-wrap .ichiran-title .ichiran-ttl-link {
    margin-bottom: 5px;
  }
  .ichiran-wrap .ichiran-title .ichiran-ttl-cat {
    border-left: none;
    border-top: 1px dashed #ccc;
    padding-top: 5px;
  }
}
/*MAX XS*/
@media (max-width: 767px) {
  .ichiran-img-wrap a.ichiran-img-link {
    height: 200px;
  }
  .grid-image-hover .grid-image-text {
    top: 120px;
  }
  .grid-image-hover.grid-hover .grid-image-text {
    top: 90px;
  }
}
/*xs small sizes*/
@media (max-width: 480px) {
  .ichiran-img-wrap {
    margin-bottom: 16px;
  }
  .ichiran-details > .row > div {
    margin-top: 10px;
  }
  .ichiran-details > .row > div:first-child {
    margin-top: 0;
  }
}
/*yokoichi*/
@media (min-width: 480px) and (max-width: 767px) {
  .ichiran-details > .row > div {
    margin-top: 10px;
  }
  .ichiran-details > .row > div:first-child,
  .ichiran-details > .row > div:nth-child(2) {
    margin-top: 0;
  }
  .ichiran-details > .row > div:nth-child(3),
  .ichiran-details > .row > div:nth-child(5) {
    border-left: none;
    clear: left;
  }
}
/*sm*/
@media (min-width: 768px) and (max-width: 989px) {
  .ichiran-details > .row > div:nth-child(4) {
    border-left: none;
    clear: left;
    margin-top: 10px;
  }
  .ichiran-details > .row > div:nth-child(5) {
    margin-top: 10px;
  }
}
/*md*/
@media (min-width: 990px) and (max-width: 1219px) {
  .ichiran-details > .row > div:nth-child(4) {
    border-left: none;
    clear: left;
    margin-top: 10px;
  }
  .ichiran-details > .row > div:nth-child(5) {
    margin-top: 10px;
  }
}
/*   6.3 Pagination
  *   --------------------*/
.pagination > li > a {
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px 10px;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background-color: #DD4B39;
}
.pagination > li:not(.active) > a {
  color: #333;
  background-color: #ccc;
  border-color: #bbb;
}
.pagination > li:not(.active) > a:hover {
  background-color: #bbb;
}
.pagination > li.search-pager:not(.disabled) > a {
  color: #333;
}
.pagination > li.search-pager:not(.disabled) > a:hover {
  background-color: transparent;
}
.pagination > li.search-pager > a {
  border: none;
  background-color: transparent;
}
.pagination > li.search-pager.disabled a {
  display: none;
}
/*   6.4 Details
  *   --------------------*/
h2.detail-ttl {
  color: #C03;
  font-size: 1.286em;
  font-weight: bold;
  margin-top: 0;
}
ul.detail-ttl-cat li {
  margin-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
}
.bukken-id {
  background-color: #333;
  border-radius: 5px;
  text-align: center;
  padding: 11px 5px;
}
.bukken-id > span {
  clear: both;
  display: block;
}
.bukken-id > span.num {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  line-height: 1;
}
.box-red .phone-num {
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1219px) {
  .box-red .phone-num {
    font-size: 44px;
  }
}
@media (max-width: 989px) {
  .box-red {
    padding: 20px;
  }
  .box-red .phone-num {
    font-size: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .bukken-det-contact {
    margin-top: 10px;
  }
  .box-red .phone-num {
    text-align: center;
    font-size: 36px;
  }
}
.icon-topoff {
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}
.icon-fon {
  font-size: 2.643em;
  vertical-align: top;
  float: left;
  line-height: 1;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .row.button-gap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .row.button-gap {
    margin-right: 0;
  }
}
@media (min-width: 1220px) {
  .row.button-gap {
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-bukken {
  color: #fff;
  background-color: #333;
  border-left-color: #4a4a4a;
  border-top-color: #4a4a4a;
  border-right-color: #212121;
  border-bottom-color: #212121;
  margin: 5px;
  border-radius: 0;
  border-width: 2px;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0;
  font-weight: bolder;
  border-width: 6px;
}
.btn-bukken .icon {
  font-size: 1.643em;
  position: relative;
  margin-right: 10px;
  top: 5px;
}
.btn-bukken span:not(.icon) {
  top: -2px;
  position: relative;
}
.btn-bukken.btn-bukken-see {
  font-size: 19px;
  padding-top: 6px;
  padding-bottom: 9px;
  color: #333;
  background-color: #FF0;
  border-top-color: #FDFF90;
  border-right-color: #c9c82f;
  border-bottom-color: #8f9122;
  border-left-color: #f2f33f;
}
.btn-bukken.btn-bukken-see:hover {
  background-color: #FFFF36;
  border-top-color: #feffb9;
  border-right-color: #d5d44c;
  border-bottom-color: #b0b22a;
  border-left-color: #f5f565;
}
.btn-bukken.btn-bukken-other {
  color: #333;
  background-color: #FC0;
  border-top-color: #f6df6e;
  border-right-color: #bd9f25;
  border-bottom-color: #8d6d1c;
  border-left-color: #e9c439;
}
.btn-bukken.btn-bukken-other:hover {
  background-color: #ffd429;
  border-top-color: #f8e794;
  border-right-color: #d7b734;
  border-bottom-color: #af8723;
  border-left-color: #edcf5e;
}
.bukken-fon {
  vertical-align: top;
  position: relative;
  line-height: 1.4;
  top: 5px;
}
@media (max-width: 1219px) {
  .tel-data-area {
    margin-top: 20px;
  }
}
.btn-clip {
  font-size: 0.857em;
  margin-left: auto;
  float: right;
  clear: both;
}
.btn-clip:hover {
  background-color: #efefef;
}
.btn-clip .icon {
  font-size: 1.071em;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.bukken-tokyo .btn-clip .icon {
  color: #C03;
}
.bukken-osaka .btn-clip .icon {
  color: #939;
}
p.clip-reg {
  color: #DD4B39;
  font-size: 0.857em;
  margin-top: 5px;
  margin-bottom: 0;
  overflow-y: hidden;
}
.form_error {
  color: #DD4B39;
  font-size: 0.857em;
  margin-top: 0px;
  margin-bottom: 0;
  overflow-y: hidden;
  height: 20px;
  transition: 0.3s;
}
.form_error.error_hide {
  margin-top: 5px;
  height: 0;
}
.bukken-details-page p.clip-reg {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: right;
}
.bukken-table th {
  text-align: center;
  background-color: #EDEDED;
  font-weight: normal;
}
.bukken-table .row > div:last-child table.table {
  margin-bottom: 0;
}
.bukken-table .koushinbi {
  font-size: 0.857em;
}
#map-canvas {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .bukken-id {
    padding: 10px;
  }
  .detail-img-wrap {
    margin-bottom: 1em;
  }
  .bukken-table .row div table th {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .bukken-table .row div:nth-child(2) table th,
  .bukken-table .row div:nth-child(3) table th,
  .bukken-table .row div:nth-child(4) table th {
    width: 13%;
  }
  .bukken-table .row div:nth-child(5) table th,
  .bukken-table .row div:nth-child(6) table th,
  .bukken-table .row div:nth-child(7) table th,
  .bukken-table .row div:nth-child(8) table th {
    width: 24%;
  }
}
@media (min-width: 990px) {
  .bukken-table table.table {
    font-size: 1.071em;
  }
  .bukken-table .row div:nth-child(2) table th {
    width: 13%;
  }
  .bukken-table .row div:nth-child(3) table th,
  .bukken-table .row div:nth-child(4) table th {
    width: 27%;
  }
  .bukken-table .row div:nth-child(5) table th,
  .bukken-table .row div:nth-child(8) table th {
    width: 24%;
  }
  .bukken-table .row div:nth-child(6) table th,
  .bukken-table .row div:nth-child(7) table th {
    width: 49%;
  }
}

/*6.4.1 image gallery*/
#hoverGal #gal-main {
  width: 100%;
  background-color: #EDEDED;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  -webkit-transition: background-image 0.15s;
  transition: background-image 0.15s;
}
#hoverGal #gal-thumb-wrap {
  overflow: hidden;
}
#hoverGal .outer-wrap {
  position: relative;
  display: block;
  clear: both;
}
#hoverGal .inner-wrap .gal-thumb-img {
  width: 100%;
  background-size: cover;
  border: 3px solid #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
#hoverGal .inner-wrap .gal-thumb-img.gal-active {
  border-color: #DD4B39;
}
#hoverGal .gal-control {
  height: 32px;
  margin-top: 10px;
  clear: both;
  position: relative;
  text-align: center;
}
#hoverGal .gal-control a {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  width: 30px;
  height: 30px;
  color: #999;
  display: inline-block;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #999;
  text-decoration: none;
}
#hoverGal .gal-control a.gal-active {
  color: #DD4B39;
  border-color: #DD4B39;
}
#hoverGal .gal-control a.gal-control-prev {
  margin-right: 18px;
}
@media (max-width: 767px) {
  #hoverGal #gal-main {
    height: 300px;
    margin-bottom: 10px;
  }
  #hoverGal #gal-thumb-wrap .inner-wrap .row > div {
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }
  #hoverGal .inner-wrap .gal-thumb-img {
    height: 100px;
  }
  #hoverGal .gal-control {
    display: none;
  }
}
@media (max-width: 480px) {
  #hoverGal #gal-main {
    height: 200px;
  }
  #hoverGal .inner-wrap .gal-thumb-img {
    height: 50px;
  }
}
@media (min-width: 768px) {
  #hoverGal #gal-main {
    height: 405px;
  }
  #hoverGal #gal-thumb-wrap .inner-wrap .row > div {
    margin-bottom: 8px;
  }
  #hoverGal #gal-thumb-wrap .inner-wrap-01 {
    float: left;
  }
  #hoverGal #gal-thumb-wrap .inner-wrap-02 {
    float: right;
  }
  #hoverGal .inner-wrap .gal-thumb-img {
    height: 85px;
  }
}
@media (min-width: 990px) {
  #hoverGal #gal-main {
    height: 470px;
  }
  #hoverGal .inner-wrap .gal-thumb-img {
    height: 100px;
  }
}
@media (min-width: 1220px) {
  #hoverGal #gal-main {
    height: 520px;
  }
  #hoverGal .inner-wrap .gal-thumb-img {
    height: 110px;
  }
}
/*------------------------
 * 7.OTHERS
 * ---------------------*/
.bukken-osaka .ttl-other {
  color: #fff;
  background-color: #939;
}
.bukken-tokyo .ttl-other {
  color: #fff;
  background-color: #C03;
}
/*   7.1 Q&A
  *   --------------------*/
span.qa-span {
  color: #fff;
  margin: 0 3px;
  padding: 0 5px;
}
.bukken-tokyo span.qa-span {
  background-color: #C03;
}
.bukken-osaka span.qa-span {
  background-color: #939;
}
.qa-wrap h3.panel-title {
  color: #666;
  font-weight: bold;
  position: relative;
}
.qa-wrap h3.panel-title a {
  margin-right: 20px;
  position: relative;
  margin-left: 40px;
  display: block;
}
.qa-wrap h3.panel-title a:hover span.numWrap {
  text-decoration: none;
}
.qa-wrap h3.panel-title a .icon {
  color: #C03;
  font-size: 1.214em;
  position: absolute;
  top: -2px;
  right: -20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -ms-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.qa-wrap h3.panel-title a[aria-expanded="true"] .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.qa-wrap h3.panel-title a span.numWrap {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 3px 3px;
  width: 28px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: -4px;
  left: -40px;
}
.bukken-tokyo .qa-wrap h3.panel-title a span.numWrap {
  background-color: #C03;
}
.bukken-osaka .qa-wrap h3.panel-title a span.numWrap {
  background-color: #939;
}
.qa-wrap h4.ttl-sub {
  font-size: 1.143em;
  margin-top: 20px;
}
.qa-wrap p {
  font-size: 0.929em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .qa-wrap h3.panel-title a {
    margin-right: 0;
    line-height: 1.5;
    font-size: 0.857em;
  }
  .qa-wrap h3.panel-title a .icon {
    display: none;
  }
  .qa-wrap h3.panel-title a span.numWrap {
    font-size: 12px;
    padding-top: 4px;
    width: 24px;
    top: 0;
  }
  .qa-wrap h4.ttl-sub {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .qa-wrap h3.panel-title a {
    margin-right: 20px;
  }
  .qa-wrap h4.ttl-sub {
    font-size: 1.143em;
  }
}
/*   7.2 Contact
 *   --------------------*/
#contactWrap h4 {
  line-height: 1.6;
}
#contactWrap input[type="text"].form-control {
  height: 36px;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.6;
}
#contactWrap .row + .row {
  margin-top: 1.429em;
}
#contactWrap .rowTable {
  display: block;
  background-color: #f6f6f6;
}
#contactWrap .rowTable > div {
  padding: 10px 20px;
}
#contactWrap .rowTable > div p,
#contactWrap .rowTable > div h4 {
  margin: 0;
}
#contactWrap label,
#contactWrap select {
  font-size: 0.786em;
}
#WebInquiryIndexForm .icon:before,
#InquiryAddForm .icon:before,
#InquiryConfirm .icon:before,
#contactWrap .icon:before,
.thankyou .icon:before {
  content: '';
}
@media (min-width: 768px) {
  #contactWrap .rowTable > div.col-sm-4 {
    padding-left: 0;
  }
  #contactWrap .rowTable > div:nth-child(6) {
    padding-right: 0;
  }
}
/*   7.3 Campaign
 * -----------------------*/
#campaign-btn-area a {
  display: block;
  margin-bottom: 14px;
}
#campaign-btn-area a:hover {
  opacity: .75;
}
.campaign-content h2.campaign-ttl {
  line-height: 1.333333em;
}
.campaign-content p {
  font-size: 14px;
}
.campaign-content figure.main-img {
  margin-bottom: 28px;
}
.campaign-ichiran {
  padding-top: 1.7777em;
}
.sidebar-ttl {
  color: #fff;
  font-size: 1.143em;
  font-weight: bold;
  text-align: center;
  border: 5px solid #999;
  margin-top: 0;
  padding: 20px 0;
  background-image: url(../image/sidebar/side-shine.png);
  background-position: center;
  background-repeat: no-repeat;
}
.bukken-tokyo .sidebar-ttl {
  background-color: #C03;
}
.bukken-osaka .sidebar-ttl {
  background-color: #939;
}
.sidebar-wrap {
  background-color: #fff;
  padding: 5px;
}
.sidebar-wrap > ul {
  padding-left: 0;
}
.sidebar-wrap > ul li {
  list-style: none;
  padding: 12px 6px;
}
.sidebar-wrap > ul li + li,
.sidebar-wrap .sideSlide .slick-slide + .slick-slide {
  border-top: 1px solid #EDEDED;
}
.sidebar-wrap > ul li a {
  font-size: 0.857em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.sidebar-wrap > ul li .row {
  margin-bottom: 10px;
}
.sidebar-wrap .side-detail {
  color: #000;
  font-size: 0.857em;
  text-align: center;
}
.sidebar-wrap .side-detail .side-loc,
.sidebar-wrap .side-detail .side-tsubo {
  margin-right: 3px;
}
.sidebar-wrap .side-detail .side-tsubo,
.sidebar-wrap .side-detail .side-cost {
  margin-left: 3px;
}
.sidebar-wrap .btn-sidebar {
  width: auto;
  color: #fff;
  background-color: #C03;
  border-left-color: #fa003e;
  border-top-color: #fa003e;
  border-right-color: #a8002a;
  border-bottom-color: #a8002a;
  margin: 5px;
  border-radius: 0;
  border-width: 2px;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.sidebar-wrap a.sidebar-thumb {
  width: 80px;
  height: 60px;
  background-size: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  margin-bottom: 10px;
}
.sidebar-wrap a.sidebar-thumb:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sidebar-wrap .sideSlide {
  margin-bottom: 5px;
}
#sidebar .sidebar-banner {
  margin-top: 20px;
  width: auto;
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#sidebar .sidebar-banner:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#sidebar > .sidebar-banner:first-child {
  margin-top: 0;
}
footer {
  color: #fff;
}
.bukken-tokyo footer {
  background-color: #000;
}
.bukken-osaka footer {
  background-color: #521B53;
}
#footer-top {
  padding: 18px 0;
}
.bukken-tokyo #footer-top {
  background-color: #666;
}
.bukken-osaka #footer-top {
  background-color: #666;
}
#footer-top ul {
  margin-bottom: 0;
}
#footer-top ul li {
  padding-left: 8spx;
  padding-right: 8px;
  border-right: 1px solid #fff;
  line-height: 1;
}
#footer-top ul li:first-child {
  border-left: 1px solid #fff;
}
#footer-top ul li a {
  color: #fff;
}
#footer-top a#pagetop {
  width: 100px;
  height: 35px;
  display: block;
  background: url(../image/footer/pagetop.gif) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: -7px;
}
@media (max-width: 989px) {
  #footer-top a#pagetop {
    top: 1px;
  }
}
@media (max-width: 767px) {
  #footer-top a#pagetop {
    width: 90px;
    height: 32px;
  }
}
footer .phone-wrap {
  margin-top: 2em;
  float: right;
}
footer #footer-catch {
  font-size: 0.929em;
  font-weight: bold;
  margin-top: 2em;
}
footer .copyright {
  font-family: 'Roboto', sans-serif;
  text-align: right;
  margin: 1em 0 1em;
}
@media (max-width: 480px) {
  footer .phone-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright {
    text-align: center;
  }
}
.cake-sql-log {
  background-color: white;
  margin: 20px 1%;
}
.cake-sql-log th,
.cake-sql-log td {
  border: 1px solid gray;
  padding: 2px 2px 6px;
}
.print_toiawase_ttl,
.print_toiawase_num,
.print_toiawase_id,
.print_toiawase_txt {
  display: none!important;
}
/* 強制的に改行 */
.print-page-break {
  page-break-after: always;
}
@media print {
  .container {
    width: calc(80%) !important;
  }
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  p {
    font-size: 11pt;
  }
  .box-red {
    color: #000;
    margin: 20px 0;
    padding: 0 10px;
  }
  .box-red .button-gap,
  .box-red .icon-topoff {
    display: none;
  }
  .box-red .row {
    margin-left: 0;
    margin-right: 0;
  }
  .box-red .col-xs-12 {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .box-red .phone-num:before {
    content: 'お電話での問い合わせ：';
    font-size: 17pt;
    margin-left: 30px;
  }
  .box-red .tel-data-area {
    margin-top: 0;
  }
  .box-red .bukken-id {
    color: #000;
    font-weight: bold;
  }
  .box-white {
    padding: 0;
  }
  .box-white .btn-clip {
    border: 1px dashed #333;
  }
  .box-white .detail-ttl {
    font-size: 17pt;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-white .detail-ttl-cat img {
    width: 75px;
    height: auto;
    margin-top: 4px;
  }
  .box-white .col-yokoichi-6.detail-img-wrap {
    width: 25%;
  }
  .box-white .col-yokoichi-6.col-sm-9 {
    width: 75%;
  }
  .box-white .col-yokoichi-6 span {
    font-size: 12pt;
  }
  #mainContent > .box-white {
    min-height: inherit;
  }
  .gmnoprint {
    display: none;
  }
  h3.ttl-sub,
  .campaign-content h2.campaign-ttl {
    font-size: 14pt;
    margin-bottom: 16.5pt;
  }
  .bukken-details-page table b {
    font-size: 13pt;
    font-weight: bold;
  }
  .bukken-details-page .box-red:last-of-type {
    margin-bottom: 0;
  }
  .bukken-table {
    font-size: 11pt;
  }
  .bukken-table th {
    font-weight: bold;
  }
  .bukken-table .row div table th {
    width: 3.5cm;
  }
}

/*---------------------------------------------------------------------------------------
 * 修正 HEADER / 追加 180327 (by kuma)
 * ------------------------------------------------------------------------------------*/
 .sub-ttl {
     margin: 0 0 15px;
     padding: 12px 15px;
     color: #fff;
     font-weight: 600;
     font-size: 17px;
 }
 .sub-ttl span {
     display: inline-block;
     margin-left: 20px;
     font-size: 13px;
     vertical-align: 10%;
 }
 .bukken-tokyo .sub-ttl {
     background-color: #c03;
 }
 @media (max-width: 767px) {
     .sub-ttl {
         padding: 4px 10px 6px;
         font-size: 15px;
         line-height: 1.6;
         text-align: center;
     }
     .sub-ttl span {
         display: block;
         margin: 0;
         font-size: 12px;
     }
 }

/*------------------------
* HEADER
* ---------------------*/
header .container {
   position: relative;
}

header h1 {
   position: absolute;
   margin: 0;
   top: 25px;
   left: 390px;
   color: #fff;
   font-size: 12px;
   font-weight: normal;
   line-height: 1.6;
}
@media (max-width: 1199px) {
   header h1 {
       top: 10px;
   }
}

header .navbar-right {
   float: none;
   margin: 0;
   position: absolute;
   top: 8px;
   right: 0;
}
@media (max-width: 991px) {
   header .navbar-right {
       position: relative;
       top: -70px;
       left: 0;
       margin: 0 16px -70px 0;
   }
}

.header-top a.head-top-link {
   color: #fff;
   background-color: #ccc;
   font-size: 23px;
   font-weight: 600;
   line-height: 1;
   padding: 12px 5px;
   border: 1px solid #666;
   transition: 0.5s;
   box-shadow: inset 0px 0px 5px 0px #999;
}
@media (max-width: 991px) {
   .header-top a.head-top-link {
       font-size: 17px;
       line-height: 0.7;
   }
}
@media (max-width: 767px) {
   .header-top a.head-top-link {
       font-size: 13px;
       line-height: 0.7;
   }
}

.bukken-tokyo .header-top a.head-top-link.head-top-link-tokyo {
   color: #fff;
   border-color: #c03;
   background-color: #c03;
   border-left-color: #db4c70;
   border-bottom-color: #db4c70;
   box-shadow: inset 0px 0px 5px 0px rgba(102, 102, 102, 0);
}
.bukken-tokyo .header-top a.head-top-link.head-top-link-osaka:hover {
    color: #fff;
    background-color: #0057FF;
    border-color: #0057FF;
    border-left-color: #4c89ff;
    border-bottom-color: #4c89ff;
    box-shadow: inset 0px 0px 5px 0px rgba(102, 102, 102, 0);
}
.bukken-tokyo .header-top a.head-top-link.head-top-link-nagoya:hover {
   color: #fff;
   background-color: #d9a300;
   border-color: #d9a300;
   border-left-color: #e1b533;
   border-bottom-color: #e1b533;
   box-shadow: inset 0px 0px 5px 0px rgba(102, 102, 102, 0);
}

/*------------------------
 * 追加 TOOP PAGE SEARCH
 * ---------------------*/
#search-area .search-wrap {
    height: 100%;
    margin: 30px auto;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    #search-area .search-wrap {
        padding-bottom: 20px;
    }
    #search-area .search-btn-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    #search-area .search-wrap {
        padding-bottom: 15px;
    }
    #search-area .search-btn-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#search-area .search-ttl-box {
    min-height: 180px;
    height: 100%;
    text-align: center;
    color: #fff;
    background: #C03 url(../image/search.png) 50% 15% no-repeat;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    #search-area .search-ttl-box {
        height: 200px;
    }
}
@media screen and (max-width: 991px) {
    #search-area .search-ttl-box {
        min-height: 1px;
        height: auto;
        background-position: 3% 48%;
        text-align: left;
    }
}

#search-area .search-ttl-box .sub {
    margin: 0;
    padding-top: 60px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}
#search-area .search-ttl-box .sub span {
    font-size: 13px;
}
@media screen and (max-width: 991px) {
    #search-area .search-ttl-box .sub {
        margin: 0;
        padding: 12px 10px 12px 60px;
    }
    #search-area .search-ttl-box .sub span {
        display: inline-block;
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    #search-area .search-ttl-box sub span {
        display: none;
    }
}

#search-area .search-ttl-box .btn-detail {
    display: block;
    width: 90%;
    margin: 0;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
}
#search-area .search-ttl-box .btn-detail:hover {
    text-decoration: none;
    background-color: #fa003e;
}
@media screen and (max-width: 1199px) {
    #search-area .search-ttl-box .btn-detail {
        font-size: 11px;
    }
}
@media screen and (max-width: 991px) {
    #search-area .search-ttl-box .btn-detail {
        width: 200px;
        height: 28px;
        padding-top: 5px;
        top: 4px;
        margin-right: 10px;
        text-align: center;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    #search-area .search-ttl-box .btn-detail {
        width: 140px;
    }
}

#search-area .subsub {
    margin: 15px 0 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #C03;
    font-weight: 600;
}
#search-area .subsub.inline {
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    #search-area .subsub {
        margin-top: 10px;
    }
    #search-area .subsub.block-xs {
        display: block;
    }
}

#search-area .input-sm {
    width: 40%;
    display: inline-block;
}
#search-area .input-lg {
    width: 90%;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #search-area .input-lg {
        height: 34px;
        padding: 5px 10px;
        font-size: 12px;
    }
}

#search-area input::-webkit-input-placeholder {
    color: #737373;
    font-weight: normal;
}
#search-area input:-ms-input-placeholder {
    color: #737373;
    font-weight: normal;
}
#search-area input::-moz-placeholder {
    color: #737373;
    font-weight: normal;
}

/*--------- btn-submit / btn-error --------- */
#search-area .btn-submit {
    width: 46%;
	margin: 25px auto 0;
	padding: 5px;
	font-size: 15px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: 0.7s;
	text-align: center;
	border: none !important;
	border-radius: 0 !important;
	background-color: #C03; !important;
	color: #fff !important;
}
#search-area .btn-submit.reset {
    /* margin-left: 2%; */
    background-color: #bbbbbb !important;
}
#search-area .btn-submit:hover {
	background: #fa003e !important;
}
#search-area .btn-submit.reset:hover {
	background: #ccc !important;
}
@media screen and (max-width: 1199px) {
    #search-area .btn-submit {
        width: 44%;
    }
}
@media screen and (max-width: 991px) {
    #search-area .btn-submit {
        width: 46%;
        margin-left: 2%;
    }
}
@media (max-width: 767px) {
    #search-area .search-btn-submit {
        padding-left: 15px;
        padding-right: 15px;
    }
    #search-area .btn-submit {
        width: 100%;
        margin: 30px auto 15px;
    }
    #search-area .btn-submit.reset {
        margin: 0;
    }
}

/*---------------------------------------------------------------------------------------
 * 修正 MAINVISUAL掲載物件数 180403 (by kuma)
 * ------------------------------------------------------------------------------------*/
.mb10 {
    margin-bottom: 10px !important;
}

#mainVisual .post-number {
    padding: 5px 10px;
    position: absolute;
    margin: 0;
    right: 120px;
    bottom: 55px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 1199px) {
    #mainVisual .post-number {
        right: 55px;
        bottom: 45px;
    }
}
@media (max-width: 991px) {
    #mainVisual .post-number {
        right: 65px;
    }
}
@media (max-width: 767px) {
    #mainVisual .post-number {
        right: 20px;
        bottom: 40px;
        padding: 2px 10px;
        font-size: 12px;
    }
}

/*---------------------------------------------------------------------------------------
 * 修正 TOP PAGE SEARCH  180417 (by kuma)
 * ------------------------------------------------------------------------------------*/
#search-area .row:first-of-type {
    padding-bottom: 15px;
    overflow:hidden;
    margin-left: 0;
}
#search-area .row:first-of-type .col10-md-1 {
    background: #C03;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}
#search-area .row:first-of-type .col10-md-5 {
    padding-left: 20px;
}
@media (max-width: 1199px) {
    #search-area .search-ttl-box {
        height: auto;
    }
}
@media (max-width: 991px) {
    #search-area .row:first-of-type {
        padding-bottom: 5px;
        margin-right: 0;
    }
    #search-area .row:first-of-type .col10-md-1 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #search-area .row:first-of-type .col10-md-5,
    #search-area .row:first-of-type .col10-md-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

#search-area .search-ttl-box .btn-detail {
    width: 96%;
    font-size: 11px;
    bottom: 0;
}
@media (max-width: 991px) {
    #search-area .search-ttl-box .btn-detail {
        width: 200px;
        bottom: 5px;
    }
}
@media (max-width: 767px) {
    #search-area .search-ttl-box .btn-detail {
        width: 140px;
        right: -10px;
    }
}

#search-area .search-ttl-box {
    background-position: 50% 30%;
}
#search-area .search-ttl-box .sub {
    padding-top: 90px;
}
@media screen and (max-width: 991px) {
    #search-area .search-ttl-box {
        background-position: 3% 48%;
    }
    #search-area .search-ttl-box .sub {
        margin: 0;
        padding: 12px 10px 12px 60px;
    }
    #search-area .search-ttl-box .sub span {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    #search-area .search-ttl-box .sub span {
        display: none;
    }
}

#search-area .txt-search-link {
    margin: 10px 0 0;
    text-align: center;
}
#search-area .txt-search-link a:hover {
    text-decoration: underline !important;
}

/*---------------------------------------------------------------------------------------
 * 修正 TOP PAGE MAINVISUAL LOGO  180418 (by kuma)
 * ------------------------------------------------------------------------------------*/
#mainVisual #mv-logo {
    width: 402px;
    height: 119px;
    background: url(../image/mainvisual/logo.png) top center no-repeat;
    background-size: contain !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
@media screen and (max-width: 767px) {
    #mainVisual #mv-logo {
        width: 200px;
        height: 59px;
    }
}
@media screen and (max-width: 320px) {
    #mainVisual #mv-logo {
        width: 150px;
        height: 44px;
    }
}

/*---------------------------------------------------------------------------------------
 * 修正 magazine banner  180508 (by jzi)
 * ------------------------------------------------------------------------------------*/
 .mt10 {
     margin-top: 10px !important;
 }
 .mb20 {
     margin-bottom: 20px !important;
 }
 .mb30 {
     margin-bottom: 30px !important;
 }

/*---------------------------------------------------------------------------------------
* 修正 180615 (by jzi)
* ------------------------------------------------------------------------------------*/
.txt-note {
  clear: both;
  margin: 10px 0 0;
  font-size: 0.857em;
  float: right;
}
/*# sourceMappingURL=maps/common.css.map */

.init-hide {
  opacity: 0;
}
.init-hide.mounted {
  opacity: unset;
}

.delete-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .delete-btn {
    display: flex;
    float: none;
  }
}
span.delete-icon {
  color: #C03;
  margin-right: 5px;
}

/*------------------------
 * 修正 240325
 * ---------------------*/
.contact-explan {
  display: flex;
  justify-content: center;
  word-break: keep-all;
  padding-top: 18px;
}
div.solid-line {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.flex-grow-1 {
  flex-grow: 1;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.mb-8 {
  margin-bottom: 8px;
}
.font-10 {
  font-size: 10px !important;
}
@media (max-width: 767px) {
  .box-red .tel-data-area {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .tel-data-area .sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .tel-data-area .button-gap {
    display: none;
  }
}
.sm-call-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.icon-call {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../image/icons/phone.svg) 0 0 no-repeat;
  background-size: contain;
}
span.icon-freedial {
  display: block;
  width: 36px;
  height: 24px;
  margin: auto;
  background: url(../image/icons/freedial.svg) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .sm-call-box span.icon-call {
    margin-left: 0;
    margin-right: 4px;
    background: url(../image/icons/call.svg) 0 0 no-repeat;
  }
  .sm-call-box span.call-txt {
    font-size: 16px;
    margin-right: 8px;
  }
  .sm-call-box span.call-num {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
}

/*------------------------
 * 修正 240531
 * ---------------------*/
 .ttl-sub-caption {
  margin-bottom: 4px;
  color: #c2172f;
 }
 .ws-nowrap {
  white-space: nowrap !important;
 }
@media (max-width: 767px) {
 .ttl-sub-caption {
    margin-left: 4px;
  }
}