@charset "UTF-8";
/*html body setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  /*overflow: hidden;*/
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*px base setting*/
#pxBase sup {
  vertical-align: super;
  font-size: 0.5em;
}
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}
#pxBase figure {
  position: relative;
}
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
.hidden-pc {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
  .hidden-pc {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.detail-sec {
  padding: 160px 80px;
}
@media only screen and (max-width: 991px) {
  .detail-sec {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-sec {
    padding: 80px 30px;
  }
}
.detail-sec .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.detail-sec .inner .bigLead {
  font-size: 80px;
  margin-bottom: 100px;
  line-height: 1;
  color: #254357;
}
.detail-sec .inner .detailWrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .detail-sec .inner .detailWrap {
    flex-direction: column;
  }
}
.detail-sec .inner .detailWrap .ttlArea {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .detail-sec .inner .detailWrap .ttlArea {
    width: 100%;
  }
}
.detail-sec .inner .detailWrap .ttlArea .type {
  font-size: 40px;
  margin-bottom: 60px;
  position: relative;
}
.detail-sec .inner .detailWrap .ttlArea .type::before {
  position: absolute;
  bottom: -30px;
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  left: 0;
}
.detail-sec .inner .detailWrap .ttlArea .type strong {
  font-size: 80px;
}
.detail-sec .inner .detailWrap .ttlArea .madoriTxt {
  font-size: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .detail-sec .inner .detailWrap .ttlArea .madoriTxt {
    margin-bottom: 20px;
  }
}
.detail-sec .inner .detailWrap .ttlArea .madoriTxt strong {
  font-size: 50px;
}
.detail-sec .inner .detailWrap .ttlArea .areaTxt {
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: solid 1px #333;
}
.detail-sec .inner .detailWrap .ttlArea .areaTxt .areaTxt01 {
  font-size: 16px;
  margin-bottom: 20px;
}
.detail-sec .inner .detailWrap .ttlArea .areaTxt .areaTxt01 span {
  display: inline-block;
  margin-right: 20px;
}
.detail-sec .inner .detailWrap .ttlArea .areaTxt .areaTxt01 strong {
  font-size: 48px;
}
.detail-sec .inner .detailWrap .ttlArea .areaTxt .areaTxt02 {
  font-size: 16px;
}
.detail-sec .inner .detailWrap .ttlArea .areaTxt .areaTxt02 span {
  display: inline-block;
  margin-right: 20px;
}
.detail-sec .inner .detailWrap .ttlArea .point {
  padding-left: 30px;
  border-left: solid 1px #5189AF;
}
.detail-sec .inner .detailWrap .ttlArea .point .point01 {
  padding: 10px 0;
}
.detail-sec .inner .detailWrap .ttlArea .point .point01 .pointTxt {
  margin-bottom: 10px;
}
.detail-sec .inner .detailWrap .ttlArea .point .point01 .pointTxt span {
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  background: #5189AF;
  color: #fff;
  line-height: 1;
}
.detail-sec .inner .detailWrap .ttlArea .point .point01 .ttl {
  font-size: 18px;
}
.detail-sec .inner .detailWrap .planImgArea {
  width: calc(50% - 85px);
  /*padding: 60px 30px;*/
  text-align: center;
  /*background-color: #fff;*/
}
@media only screen and (max-width: 991px) {
  .detail-sec .inner .detailWrap .planImgArea {
    width: 100%;
  }
}
.detail-sec .inner .detailWrap .planImgArea figure img {
  width: 100%;
  max-width: 860px;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote {
  width: 100%;
  max-width: 860px;
  margin: 20px auto 0;
  text-align: left;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote .printVisible {
  display: none;
  width: 70%;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span {
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.storageText {
  margin-right: 10px;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.storageText span {
  background: #C8AA94;
  width: 30px;
  height: 10px;
  margin-right: 0.5em;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.yukadanText span {
  background: #EFE7E1;
  width: 30px;
  height: 10px;
  margin-right: 0.5em;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.tsufuText {
  margin-right: 10px;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.tsufuText span {
  background: url(../img/plan/tsufu.png);
  width: 40px;
  height: 10px;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.saikoText {
  margin-right: 10px;
}
.detail-sec .inner .detailWrap .planImgArea .madoriNote span.saikoText span {
  background: url(../img/plan/saiko.png);
  width: 40px;
  height: 10px;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-sec .inner .planBtn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.detail-sec .inner .planBtn li {
  width: 40%;
  max-width: 260px;
}
@media only screen and (max-width: 991px) {
  .detail-sec .inner .planBtn li.print {
    display: none;
  }
}
.detail-sec .inner .planBtn li.print a {
  background: #333;
  color: #fff;
  transition: 0.3s ease;
}
.detail-sec .inner .planBtn li.print a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .detail-sec .inner .planBtn li.back {
    width: 80%;
  }
}
.detail-sec .inner .planBtn li.back a {
  background: #fff;
  transition: 0.3s ease;
}
.detail-sec .inner .planBtn li.back a:hover {
  opacity: 0.5;
}
.detail-sec .inner .planBtn li a {
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
  font-size: 18px;
  display: flex;
  text-align: center;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

@media print {
  .noPrint,
  header,
  footer,
  .planBtn,
  .contsLink,
  .other-link-sec,
  #caption {
    display: none !important;
  }
  .detail-sec {
    padding: 20px;
  }
  .detail-sec .inner .detailWrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .detail-sec .inner .detailWrap .ttlArea {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
  }
  .detail-sec .inner .detailWrap .ttlArea .type {
    margin-bottom: 0;
    font-size: 24px;
  }
  .detail-sec .inner .detailWrap .ttlArea .type strong {
    font-size: 48px;
  }
  .detail-sec .inner .detailWrap .ttlArea .type::before {
    content: none;
  }
  .detail-sec .inner .detailWrap .ttlArea .madoriTxt {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .detail-sec .inner .detailWrap .ttlArea .madoriTxt strong {
    font-size: 40px;
  }
  .detail-sec .inner .detailWrap .planImgArea {
    width: 70%;
  }
  .detail-sec .printVisible {
    display: block !important;
  }
  /*yahoo!タグマネが自動で取得するdivの高さを解除*/
  div {
    height: auto !important;
  }
}/*# sourceMappingURL=detail.css.map */