@charset "UTF-8";

/*  ONIKU common page  */
/* headerを使わないページ js-delHeader */
body.js-delHeader .g-breadcrumb,
body.js-delHeader .inner__breadcrumbs,
body.js-delHeader .g-header .g-header-upper,
body.js-delHeader .g-header .g-nav-bar {
  display: none;
}

body.js-delHeader .g-header-scroll {
  opacity: 0;
  top: -120px;
  transition: all .2s;
}

body.js-delHeader .g-header-scroll.fixed {
  opacity: 1;
  top: 0;
  transition: all .2s;
}

.spinner {
  top: 50%;
  height: 40px;
}

@media screen and (min-width: 768px),
print {
  .spinnerText {
    top: 56%;
  }
}

@media screen and (max-width: 767px),
print {
  .spinnerText {
    top: 55%;
  }
}

@media screen and (max-width: 767px),
print {
  .c-concierge_title span {
    display: inline-block;
  }
}

.c-concierge_tel .m-icon-svg,
.c-concierge_tel a {
  font-size: 2.2rem;
}

.pc-tel-num {
  display: inline-block !important;
}

@media screen and (max-width: 767px),
print {
  .pc-tel-num {
    display: none !important;
  }
}

.sp-tel-num {
  display: none !important;
}

@media screen and (max-width: 767px),
print {
  .sp-tel-num {
    display: inline-block !important;
  }
}

/* toggle open close contents */
@media screen and (max-width: 767px),
print {
  .js-moreContent {
    height: 300px;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px),
print {
  .js-moreContent.is-open {
    height: 100%;
  }
}

@media screen and (max-width: 767px),
print {
  .js-moreContent.is-open+.js-moreBtn {
    margin-top: 1.4rem;
    position: relative;
    bottom: 0;
  }
}

.js-moreContent.is-open+.js-moreBtn:after {
  display: none;
}

.js-moreContent.is-open+.js-moreBtn button {
  color: #3e3e3e;
  border: 1px #3e3e3e solid;
  background-color: white;
}

.js-moreContent.is-open+.js-moreBtn button:before {
  transform: translateY(-50%) rotate(180deg);
  background-image: url(https://static.yukoyuko.net/images/common/icon_arw_b_gray.svg);
}

@media screen and (max-width: 767px),
print {
  .js-moreBtn {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

.js-moreBtn:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  content: "";
  background: url(https://static.yukoyuko.net/aso/common/gradation_y_white.png) repeat-x;
  background-size: auto 100%;
}

.js-moreBtn button {
  width: 210px;
  height: 100%;
  position: relative;
  color: #fff;
  border: 1px #848484 solid;
  background-color: #848484;
  display: block;
  overflow: hidden;
  padding: 0.8em 0;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
  border-radius: 27px;
  z-index: 3;
  margin: 0 auto;
}

.js-moreBtn button:before {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(https://static.yukoyuko.net/images/common/icon_arw_b_white.svg);
  background-size: 12px 12px;
  content: "";
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

@media screen and (min-width: 768px),
print {
  .u-inlineBlock-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px),
print {
  .u-inlineBlock-sp {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px),
print {
  .u-inlineBlock-pc {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px),
print {
  .u-inlineBlock-pc {
    display: none !important;
  }
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../images/common/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.g-user-info {
  width: auto;
}

.is-sticky .g-user-icon-btn .m-icon-inquiry~span {
  display: inline-block;

}

@media screen and (max-width: 767px),
print {
  .is-sticky .g-user-icon-btn .m-icon-inquiry~span {
    display: none;
  }
}

/* ContactDisplayTypeの値による表示・非表示対応 -s- */
/*
  g-contact-wrap: 共通ヘッダーの電話番号
  g-global-contact: 共通ヘッダーの電話番号
  g-free-dial: 共通ヘッダーの電話番号
  g-contact: 共通フッターの電話番号
  g-header-telIcon: SP電話アイコン
  contact-link: 「お問合せ」リンク
*/
.g-contact-wrap,
.g-global-contact,
.g-free-dial,
.g-header-telIcon.is-fixed,
.contact-link {
  display: none;
}

.js-contact-display-type-0 .g-contact-wrap,
.js-contact-display-type-1 .g-contact-wrap,
.js-contact-display-type-0 .g-global-contact,
.js-contact-display-type-1 .g-global-contact,
.js-contact-display-type-0 .g-free-dial,
.js-contact-display-type-1 .g-free-dial,
.js-contact-display-type-0 .contact-link,
.js-contact-display-type-2 .contact-link {
  display: block;
}

@media screen and (max-width: 767px) {

  /* NOTE: contact-linkがdisplay: noneの時、ゆこネットと展開方法が違くて、border-rightが崩れる場合の対応 */
  .js-contact-display-type-1 .contact-link~li,
  .js-contact-display-type-3 .contact-link~li,
  .js-contact-display-type-4 .contact-link~li,
  .js-contact-display-type-5 .contact-link~li {
    border-right: none;
  }

  .js-contact-display-type-1 .contact-link~li:nth-of-type(2n),
  .js-contact-display-type-3 .contact-link~li:nth-of-type(2n),
  .js-contact-display-type-4 .contact-link~li:nth-of-type(2n),
  .js-contact-display-type-5 .contact-link~li:nth-of-type(2n) {
    border-right: 1px solid #e6e3da;
  }
}

@media screen and (max-width: 767px) {

  .js-contact-display-type-0 .g-header-telIcon.is-fixed,
  .js-contact-display-type-1 .g-header-telIcon.is-fixed,
  .js-contact-display-type-5 .g-header-telIcon.is-fixed {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .js-contact-display-type-4 .g-contact-wrap,
  .js-contact-display-type-4 .g-global-contact,
  .js-contact-display-type-4 .g-free-dial {
    display: block;
  }
}

.js-contact-display-type-0 .g-footer .g-contact-wrap,
.js-contact-display-type-1 .g-footer .g-contact-wrap {
  display: flex;
}

@media screen and (min-width: 767px) {
  .js-contact-display-type-4 .g-footer .g-contact-wrap {
    display: flex;
  }
}
/* ContactDisplayType - e - */

.newsDetail_header {
  border-bottom: 1px solid #e3e3e3;
}

.newsDetail_header_date {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.714285714;
}

.newsDetail_header_tag {
  margin-bottom: 4px;
}

.newsDetail_header_tag span {
  background-color: #958745;
  color: #fff;
}

.newsDetail_header_title {
  text-align: left;
  letter-spacing: .3px;
  font-size: 2rem;
  line-height: 1.3;
}

.newsDetail_body_txt {
  letter-spacing: .3px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.714285714;
}

.newsDetail_body_txt .bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  .newsDetail_header_tag span {
    padding: 5px 15px 3px;
  }

  .newsDetail_header {
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .c-blockHeading {
    margin-bottom: 10px;
  }

  .newsDetail_header_date {
    padding-bottom: 11px;
    font-size: 1rem;
  }

  .newsDetail_header_tag {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .newsDetail_header_tag span {
    margin-right: 0;
    margin-bottom: 0;
    padding: 3px 7px 3px;
    font-size: 1rem;
  }

  .newsDetail_header_title {
    letter-spacing: .7px;
    margin-left: -2px;
  }

  .newsDetail_body_txt {
    font-size: 1.2rem;
  }
}
