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

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

body {
  min-width: 1000px;
}
@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;
}

/*------------------------------
#contents
------------------------------*/

/*#contents {
width: 1000px;
margin: 0 auto;
}*/

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

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

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

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

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

.propDetailArea h2 {
  width: 625px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.propDetailArea h2.title {
  margin-bottom: 50px;
}

.propDetailArea h2 span {
  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;
}

.propDetailArea .new {
  padding: 3px 10px;
  font-size: 12px;
	font-weight: bold;
	color: #C5002E;
  vertical-align: baseline;
  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;
}

.propDetailArea h3 {
  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;
}

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

.propDetailArea h3 .unit02 {
  font-size: 24px;
}
.propDetailArea .price .tanka {
  font-size: 20px;
  vertical-align: middle;
}
.propDetailArea .price .tanka span {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #333;
}
.propDetailArea .price .tanka small {
  font-size: 14px;
}
.commentBox{
  width: 940px;
  min-height: 110px;
  background-color: #FBEDF2;
  padding: 15px 10px;
  margin-bottom: 35px;
  word-wrap: break-word;
}
.photoBox {
  width: 840px;
  padding: 0 50px;
  margin: 30px auto 0;
  text-align: center;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
}
.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;';
}
.photoBox .slick-dots {
  margin: 30px 0 0;
  text-align: center;
}
.photoBox .slick-dots li {
  margin: 0 5px;
  outline: none;
  display: inline-block;
}
.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;
}
.photoBox .slick-arrow:hover {
  opacity: 0.7;
}
.photoBox .prev-arrow {
  left: 0;
}
.photoBox .next-arrow {
  right: 0;
}

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


.detailBox {
  font-size: 15px;
}

.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;
}

.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;
}
.detailBox dt:nth-of-type(even){
  margin-left: 2%;
}
.detailBox dt:nth-of-type(even).borderNo{
  margin-left: 0;
}

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

.detailBox dt.red,
.detailBox dd.red {
  color: #CC0244;
  line-height: 1;
}
.detailBox dt.red {
  padding-top: 20px;
}
.detailBox dd.red {
  font-size: 22px;
}

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

/* .detailBox dt.borderNo,
.detailBox dd.borderNo {
  border-bottom: none;
} */
.detailBox .lineflex{
  width: 100%;
  display: flex;
}

.detailBox dd.borderNo {
  width: 86%;
}
.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: 40px 0;
  text-align: center;
}

.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;
}

.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;
}

.btnBox a:hover {
  background: #C8023A;
  color: #FFF;
}

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

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

.propFromArea {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}

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

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

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

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

#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;
}

#formid dt {
  width: 26%;
  padding: 20px 0 20px 30px;
  float: left;
  clear: left;
  background-color: #F8F8F8;
  font-weight: bold;
  position: relative;
}
#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;
}

#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;
}
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;
}

.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;
}

#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;
}

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

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;
}

.w660 {
  width: 660px;
}

.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;
}

.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;
}

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