@charset "utf-8";
/* CSS Document */

/* PC用スタイルシート */

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
      'MS PGothic', sans-serif;
  }
}
.only_sp {
  display: none;
}

.opa:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/*------------------------------
.propDetailArea
------------------------------*/

.propDetailArea {
  background-color: #f8f8f8;
  padding: 80px 0;
}

@media (max-width: 1050px) {
  .propDetailArea {
    padding: 0 0 20px;
  }
}

.propDetailInner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1050px) {
  .propDetailInner {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 20px;
  }
}

@media (max-width: 1050px) {
  .propDetail {
    display: flex;
    flex-direction: column;
  }
}

.propDetailArea a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.propDetailArea a:hover img {
  opacity: 0.7;
}

.itemTitle {
  width: 625px;
  line-height: 1.3;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1050px) {
  .itemTitle {
    width: auto;
    margin-bottom: 4px;
    flex-direction: column-reverse;
    align-items: flex-start;
    order: 1;
  }
}

@media (max-width: 1050px) {
  .itemCategory {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 8px;
  }
}

.itemTitle {
  margin-bottom: 50px;
}

@media (max-width: 1050px) {
  .itemTitle {
    margin-bottom: 10px;
  }
}

.itemTitleDetail {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  margin-right: 3px;
  padding-right: 15px;
  font-size: 26px;
  font-weight: bold;
  vertical-align: sub;
}

@media (max-width: 1050px) {
  .itemTitleDetail {
    font-size: 20px;
  }
}

.propDetailArea .new {
  padding: 3px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #c5002e;
  display: inline-block;
}

.propDetailArea .full {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #c5002e;
  vertical-align: baseline;
  display: inline-block;
}

.propDetailArea .member {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #0b6e22;
  vertical-align: baseline;
  display: inline-block;
}
.propDetailArea .movie {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #cc0244;
  border: 1px solid #c5003e;
  vertical-align: baseline;
  display: inline-block;
}
.propDetailArea .sold {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #f45e5c;
  vertical-align: baseline;
  display: inline-block;
}

.propDetailArea .applicationIcon {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #fca644;
  vertical-align: baseline;
  display: inline-block;
}

.application::before {
  content: '申込あり';
  width: auto;
  height: auto;
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 15px;
  right: 90px;
  background-color: #fca644;
  z-index: 999;
  padding: 3px 10px;
  vertical-align: middle;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

.price {
  width: 350px;
  font-size: 36px;
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo,
    sans-serif;
  color: #cc0244;
  text-align: right;
  position: absolute;
  top: 16px;
  right: 25px;
}

@media (max-width: 1050px) {
  .price {
    width: auto;
    position: initial;
    text-align: left;
    margin-bottom: 15px;
    order: 2;
  }
}

.unit01 {
  padding: 0 5px 5px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}

.unit02 {
  font-size: 24px;
}

@media (max-width: 1050px) {
  .priceGroup {
    margin-top: 5px;
    display: flex;
    column-gap: 65px;
  }
}

.tanka {
  font-size: 20px;
  vertical-align: middle;
}
.unitText {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #333;
}
.smallUnit {
  font-size: 14px;
}

@media (max-width: 1050px) {
  .smallUnit {
    font-size: 15px;
  }
}

.commentBox {
  width: 940px;
  min-height: 110px;
  background-color: #fbedf2;
  padding: 15px 10px;
  margin-bottom: 35px;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 35px;
}

@media (max-width: 1050px) {
  .commentBox {
    width: 100%;
    padding: 20px;
    order: 4;
    margin-bottom: 0;
  }

  .commentBox p span {
    font-size: 15px !important;
  }
}

.photoBox {
  width: 840px;
  padding: 0 50px;
  margin: 30px auto 0;
  text-align: center;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
}

@media (max-width: 1050px) {
  .photoBox {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    order: 3;
  }
}

.contracted {
  position: relative;
}
.contracted::before {
  content: '';
  background: url(../img/ico_seiyaku_detail.png) center / 540px 324px rgba(255, 255, 255, 0.7) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.photoBox .photoInnerBox {
  overflow: hidden;
}
.photoBox .slick-slide {
  height: unset;
  outline: none;
}
.photoBox .slick-slide img {
  width: 840px;
  height: 580px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media (max-width: 1050px) {
  .photoBox .slick-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

.photoBox .slick-dots {
  margin: 30px 0 0;
  text-align: center;
}
.photoBox .slick-dots li {
  margin: 0 5px;
  outline: none;
  display: inline-block;
}

@media (max-width: 1050px) {
  .photoBox .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.photoBox .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  border: none;
  border-radius: 5px;
  background: #ddd;
  display: block;
  outline: none;
  cursor: pointer;
}
.photoBox .slick-dots li button:hover {
  background: #c8023a;
}
.photoBox .slick-dots li.slick-active button {
  background: #c8023a;
  cursor: default;
}

.photoBox .slick-arrow {
  position: absolute;
  top: 45%;
  width: 20px;
  height: 33px;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .photoBox .slick-arrow {
    top: calc(50% - 50px);
  }
}

@media (max-width: 600px) {
  .photoBox .slick-arrow {
    top: initial;
    bottom: 0;
    width: 16px;
    height: auto;
  }
}

.photoBox .slick-arrow:hover {
  opacity: 0.7;
}
.photoBox .prev-arrow {
  left: 0;
}

@media (max-width: 1050px) {
  .photoBox .prev-arrow {
    left: 20px;
  }
}

@media (max-width: 600px) {
  .photoBox .prev-arrow {
    left: 0;
  }
}

.photoBox .next-arrow {
  right: 0;
}

@media (max-width: 1050px) {
  .photoBox .next-arrow {
    right: 20px;
  }
}

@media (max-width: 600px) {
  .photoBox .next-arrow {
    right: 0;
  }
}

.movieBox {
  width: 840px;
  margin: 50px auto 0;
}

@media (max-width: 1050px) {
  .movieBox {
    width: 100%;
    order: 3;
  }
}

.movieBox iframe {
  width: 840px;
  height: 473px;
}

@media (max-width: 1050px) {
  .movieBox iframe {
    width: 100%;
  }
}

.detailBox {
  font-size: 15px;
}

@media (max-width: 1050px) {
  .detailBox {
    order: 6;
  }
}

.detailBox dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  .detailBox dl {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
}

.detailBox dt,
.detailBox dd {
  line-height: 1.5;
  padding: 12px 0;
  box-sizing: border-box;
}

.detailBox dt {
  width: 14%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  float: left;
}

@media (max-width: 1050px) {
  .detailBox dt {
    width: auto;
  }
}

.detailBox dt:nth-of-type(even) {
  margin-left: 2%;
}

@media (max-width: 1050px) {
  .detailBox dt:nth-of-type(even) {
    margin-left: 0;
  }
}

.detailBox dt:nth-of-type(even).borderNo {
  margin-left: 0;
}

.detailBox dd {
  width: 34%;
  padding-left: 40px;
  border-bottom: 1px solid #f3f3f3;
  float: left;
}

@media (max-width: 1050px) {
  .detailBox dd {
    width: auto;
    padding-left: 15px;
  }
}

.detailBox dt.red,
.detailBox dd.red {
  color: #cc0244;
  line-height: 1;
}

.detailBox dt.red {
  padding-top: 20px;
}

@media (max-width: 1050px) {
  .detailBox dt.red {
    line-height: 1.2;
  }
}

.detailBox dd.red {
  font-size: 22px;
}

@media (max-width: 1050px) {
  .detailBox dd.red {
    padding-top: 20px;
  }
}

.detailBox dd.red .unit02 {
  font-size: 15px;
}

.detailBox .lineflex {
  width: 100%;
  display: flex;
}

@media (max-width: 1050px) {
  .detailBox .lineflex {
    display: none;
  }
}

.detailBox dd.borderNo {
  width: 86%;
}

@media (max-width: 1050px) {
  .detailBox dd.borderNo {
    width: 100%;
  }
}

.detailBox dt.line1 {
  clear: both;
}
.detailBox dd.line1 {
  width: 86%;
}

.detailBox dd a {
  text-decoration: underline;
}
.detailBox dd a:hover {
  text-decoration: none;
}

/*** お問合せボタンなど ***/

.btnBox {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1050px) {
  .btnBox {
    order: 5;
    margin-top: 25px;
  }
}

.btnBox a {
  width: 440px;
  padding: 17px 0;
  display: inline-block;
  font-size: 20px;
  color: #cc0244;
  border: 2px solid #c8023a;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1050px) {
  .btnBox a {
    width: 90%;
    padding: 11px 11px 11x 0;
    font-size: 15px;
    background: #c8023a;
    color: #fff;
  }
}

.btnBox a:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #c8023a;
  border-right: solid 2px #c8023a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

@media (max-width: 1050px) {
  .btnBox a:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.btnBox a:hover {
  background: #c8023a;
  color: #fff;
}

.btnBox a:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*------------------------------
.propDetailArea
------------------------------*/

.propFromArea {
  width: 100%;
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .propFromArea {
    width: 100%;
    padding: 40px 20px;
  }
}

.propFromArea h3 {
  padding: 13px 0;
  font-size: 20px;
  text-align: center;
  background-color: #f2f2ec;
}

@media (max-width: 1050px) {
  .propFromArea h3 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

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

@media (max-width: 1050px) {
  .privacy {
    margin: 25px 0 30px;
    text-align: left;
  }
}

@media (max-width: 1050px) {
  .info .infoTop {
    margin-bottom: 14px;
  }
}

.info p {
  font-size: 15px;
}

.info .infoContact {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1050px) {
  .info .infoContact {
    display: flex;
    flex-direction: column;
  }
}

.info p .infoTel {
  padding: 0 5px;
  font-size: 30px;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .infoTel {
    display: inline-block;
    font-weight: 700;
  }
}

#formid dl,
#formid dt,
#formid dd {
  box-sizing: border-box;
}

#formid dl {
  width: 100%;
  font-size: 15px;
  /* background-color: #F8F8F8; */
  margin: 30px 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  #formid dl {
    border: 1px solid #eee;
  }
}

#formid dt {
  width: 26%;
  padding: 20px 0 20px 30px;
  float: left;
  clear: left;
  background-color: #f8f8f8;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1050px) {
  #formid dt {
    width: 100%;
    padding: 20px;
  }
}

#formid dt:after {
  content: '任意';
  width: 36px;
  padding: 3px 0;
  font-size: 13px;
  color: #fff;
  background-color: #999;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 22px;
  right: 30px;
}
#formid dt.require:after {
  content: '必須';
  background-color: #c5002e;
}

#formid dt span {
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}

#formid dd {
  width: 74%;
  padding: 20px 0 20px 30px;
  float: left;
}

@media (max-width: 1050px) {
  #formid dd {
    width: 100%;
    padding: 20px;
  }
}

#formid dt:first-child {
  border-top: 1px solid #f8f8f8;
}

#formid dd {
  border-top: 1px solid #f3f3f3;
}

#formid dt {
  border-top: 1px solid #fff;
}

#formid dd:nth-child(11),
#formid dd:last-child {
  border-bottom: 1px solid #f3f3f3;
}

#formid input[type='text'],
#formid #tel,
#formid #phone,
#formid #fax {
  height: 46px;
  line-height: 48px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 0 20px;
}

@media (max-width: 1050px) {
  #formid input[type='text'],
  #formid #tel,
  #formid #phone,
  #formid #fax {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
#formid #name,
#formid #tel,
#formid #phone {
  margin-bottom: 20px;
}

@media (max-width: 1050px) {
  #formid #name,
  #formid #tel,
  #formid #phone {
    margin-top: 5px;
  }
}

.telRemarks {
  display: block;
  margin-bottom: 5px;
}

#formid #email {
  font-weight: bold;
}
#formid input[type='checkbox'],
input[type='radio'] {
  visibility: hidden;
  position: absolute;
}

#formid input[type='checkbox'] + label {
  width: 170px;
  background-image: url(../img/ico_check_01.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
}

@media (max-width: 1050px) {
  #formid input[type='checkbox'] + label {
    width: 140px;
    margin-bottom: 0;
  }
}

#formid #customerType02 + label {
  width: 130px;
}

#formid input[type='radio'] + label {
  width: 85px;
  background-repeat: no-repeat;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

input[type='radio'] + label::before {
  content: '';
  width: 23px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 20px;
  left: 0;
}

input[type='radio']:checked + label::before {
  border: none;
  background: #c5002e;
  box-shadow: 0 0 0 4px #f8f8f8 inset;
}

#formid #contact03 + label {
  width: 200px;
}

#formid input[type='checkbox'] + label:last-child {
  margin-bottom: 0px;
}

#formid input[type='checkbox']:checked + label {
  background-image: url(../img/ico_check_02.png);
}

#formid select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  background: url(/common/img/ico_arrow_bottom_01.png) right 10px center no-repeat;
  background-size: 7px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  height: 46px;
  border: 1px solid #ccc;
}

@media (max-width: 1050px) {
  #formid select {
    margin-top: 5px;
  }
}

#formid textarea {
  width: 660px;
  height: 160px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 18px;
  resize: vertical;
}

@media (max-width: 1050px) {
  #formid textarea {
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bfbfbf;
}

.w250 {
  width: 250px;
}

@media (max-width: 1050px) {
  .w250 {
    width: 100%;
  }
}

.w660 {
  width: 660px;
}

@media (max-width: 1050px) {
  .w660 {
    width: 100%;
  }
}

.privacy {
  font-size: 13px;
}

.privacy a {
  color: #333;
}

.submitArea {
  text-align: center;
}

.submitArea button {
  width: 550px;
  height: 80px;
  background-color: #c5002e;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .submitArea button {
    max-width: 550px;
    width: 100%;
  }
}

.submitArea button::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.submitArea button:hover {
  opacity: 0.7;
}

@media (max-width: 780px) {
  .submitArea button:disabled {
    opacity: 0.7;
    pointer-events: none;
  }
}

.submitArea button:disabled:hover {
  cursor: not-allowed;
}

footer .foot_inner {
  margin-bottom: 15px;
}

.inlineBlock {
  display: inline-block;
}

@media (max-width: 1050px) {
  .flexList {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1050px) {
  .radioFlex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.formOtherBreak,
.infoPrivacyBreak {
  display: inline-block;
}

@media (max-width: 1050px) {
  .formOtherBreak,
  .infoPrivacyBreak {
    display: none;
  }
}

.infoPrivacyBreakSP {
  display: none;
}

@media (max-width: 1050px) {
  .infoPrivacyBreakSP {
    display: inline-block;
  }
}

.internet_notice_inner {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
}

.internet_notice_text {
  font-size: 14px;
}

.email {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}

.customerTypeText {
  padding-top: 16px;
}
