@charset "UTF-8";

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

.c-list {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.c-list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.c-list--item {
  width: 186px;
  min-height: 250px;
  display: block;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-list--item:nth-child(4n+4) {
  margin-right: 0px;
  border-right: none;
}

.c-list--item:nth-child(n+5) {
  border-bottom: none;
}

.c-list--item a {
  position: relative;
  display: block;
}

.c-list--img {
  width: 186px;
  height: 140px;
}

.c-list--img img {
  width: 186px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  /* この一行を追加するだけ！ */
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.c-list--contents {
  padding: 8px;
}

.c-list--contents li {
  color: #000;
  line-height: 16px;
  font-size: 10px;
}

.c-list--contents li h3 {
  font-size: 12px;
  font-weight: bold;
}

.c-tableType1 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType1 th,
.c-tableType1 td {
  border: 1px solid #CCCCCC;
}

.c-tableType1 th {
  width: 140px;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F1EC;
}

.c-tableType1 td {
  padding: 10px;
  font-size: 14px;
}

.c-tableType1 td input {
  font-size: 14px;
}

.c-tableType1 td textarea {
  width: 807px;
  font-size: 14px;
  padding: 5px;
}

.c-tableType1 td a {
  color: #000;
}

.c-tableType2 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType2 th,
.c-tableType2 td {
  border: 1px solid #CCCCCC;
}

.c-tableType2 th {
  width: 120px;
  padding: 10px 0px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background-color: #F2F2F2;
}

.c-tableType2 td {
  padding: 10px;
}

.c-tableType2 td input {
  width: 100%;
  font-size: 14px;
}

.c-tableType3 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType3 th,
.c-tableType3 td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-tableType3 th {
  width: 230px;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}

.c-tableType3 td {
  padding: 10px;
}

.c-tableType3 td input {
  width: 300px;
  height: 30px;
  background: #F3F1EC;
  border: none;
  padding: 0 5px;
}

.c-tableType3 td textarea {
  width: 708px;
  font-size: 14px;
  padding: 5px;
}

.c-tableType3 .b-moveDays td input {
  width: 50px;
}

.c-tableType4 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.c-tableType4 th,
.c-tableType4 td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-tableType4 th {
  width: auto;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F1EC;
}

.c-tableType4 td {
  width: auto;
  padding: 10px;
}

.c-tableType5 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.c-tableType5 th,
.c-tableType5 td {
  border: 1px solid #CCCCCC;
}

.c-tableType5 th {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  background-color: #F2F2F2;
  vertical-align: middle;
  padding: 10px 0px;
  text-align: center;
}

.c-tableType5 td {
  width: auto;
  padding: 5px;
  text-align: center;
}

.c-table-estateContact {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}

.c-table-estateContact th {
  width: 230px;
  vertical-align: middle;
  padding: 15px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

.c-table-estateContact th span {
  display: inline-block;
}

.c-table-estateContact th span:first-child {
  float: left;
  padding-top: 2px;
}

.c-table-estateContact th span:last-child {
  float: right;
  padding: 2px 5px;
  color: #FFF;
}

.c-table-estateContact th .ch-require {
  background-color: #E50012;
}

.c-table-estateContact th .ch-any {
  background-color: #CCCCCC;
}

.c-table-estateContact td {
  padding: 10px 15px;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

.c-table-estateContact td > div {
  margin-bottom: 5px;
}

.c-table-estateContact td > div:last-child {
  margin-bottom: 0;
}

/**
 * フォームレイアウト
 * - 全体
 */

input[type=text] {
  border: 1px solid #CCCCCC;
  padding: 10px 2%;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  top: 2px;
}

input[type=text].has_error,
select.has_error,
textarea.has_error {
  border: 1px solid #E50012;
}

label {
  margin-right: 5px;
}

textarea {
  width: 98%;
  height: 100px;
  padding: 1%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff;
}

.selectbox {
  width: 60%;
  position: relative;
}

.selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 35%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg) translateY(-30%);
}

.b-errorMsg {
  background: #fdd;
  border: 1px solid #E50012;
  padding: 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #E50012;
  font-weight: 700;
}

.inline-radio {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  width: 90%;
  margin-bottom: 20px;
}

.inline-radio div {
  position: relative;
  flex: 1;
}

.inline-radio div > input {
  width: 100%;
  height: 20px;
  opacity: 0;
}

.inline-radio div > label {
  position: absolute;
  top: 0;
  left: 0;
  color: #b6b6b6;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #E6E6E6;
}

.inline-radio div:last-child label {
  border-right: 0;
}

.inline-radio input:checked + label {
  background: #F2F1EC;
  font-weight: 500;
  color: #000;
}

/* 元々のチェックボックス（非表示） */

.mycheckbox input[type=checkbox] {
  display: none;
  /* チェックボックスの代わりを成すラベル */
  /* チェックが入った時のレ点 */
}

.mycheckbox input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin: 6px 0;
  /* ラベルの左に表示させる正方形のボックス□ */
}

.mycheckbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #ccc;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  /* 背景の色変更 お好きな色を */
}

.mycheckbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #E50012;
  /* チェックの色変更 お好きな色を */
}

/**
 * スマホレスポンシブ対応
 */

@media screen and (max-width: 750px) {
  .inline-radio {
    width: 100%;
  }

  .mycheckbox input[type=checkbox] {
    /* チェックボックスの代わりを成すラベル */
    /* チェックが入った時のレ点 */
  }

  .mycheckbox input[type=checkbox] + label {
    padding-left: 40px;
    padding-right: 17px;
    margin: 8px 5px;
    font-size: 18px;
    /* ラベルの左に表示させる正方形のボックス□ */
  }

  .mycheckbox input[type=checkbox] + label::before {
    width: 30px;
    height: 30px;
    margin-top: -17px;
  }

  .mycheckbox input[type=checkbox]:checked + label::after {
    width: 23px;
    height: 14px;
    margin-top: -14px;
    top: 50%;
    left: 5px;
  }

  .inline-radio .font-small {
    font-size: 14px;
  }

  .inline-radio div > input {
    height: 40px;
  }

  textarea {
    font-size: 18px;
  }
}

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

#gaikanImg,
#naikanImg {
  float: left;
  width: 460px;
}

#gaikanImg .sp-slides-container,
#naikanImg .sp-slides-container {
  width: 460px;
  height: 460px;
}

#gaikanImg .sp-slides-container .sp-mask .sp-slide .sp-image-container,
#naikanImg .sp-slides-container .sp-mask .sp-slide .sp-image-container {
  position: relative;
}

#gaikanImg .sp-slides-container .sp-mask .sp-slide .sp-image-container img,
#naikanImg .sp-slides-container .sp-mask .sp-slide .sp-image-container img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#gaikanImgThum,
#naikanImgThum {
  float: right;
  width: 100%;
  max-width: 470px;
}

#gaikanImgThum .sp-slides-container,
#naikanImgThum .sp-slides-container {
  width: 100%;
  height: 100%;
}

#gaikanImgThum .sp-slides-container .sp-mask,
#naikanImgThum .sp-slides-container .sp-mask {
  width: 100%;
  height: 100%;
}

#gaikanImgThum .sp-slides-container .sp-mask .sp-slide span,
#naikanImgThum .sp-slides-container .sp-mask .sp-slide span {
  width: 110px;
  height: 110px;
  display: block;
  position: relative;
  margin: 0px 10px 5px 0px;
  float: left;
  cursor: pointer;
}

#gaikanImgThum .sp-slides-container .sp-mask .sp-slide span:nth-child(4n),
#naikanImgThum .sp-slides-container .sp-mask .sp-slide span:nth-child(4n) {
  margin-right: 0;
}

#gaikanImgThum .sp-slides-container .sp-mask .sp-slide p.sp-layer,
#naikanImgThum .sp-slides-container .sp-mask .sp-slide p.sp-layer {
  text-align: center;
}

#gaikanImgThum .sp-slides-container .sp-mask .sp-slide img,
#naikanImgThum .sp-slides-container .sp-mask .sp-slide img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#gaikanImgThum .sp-arrows,
#naikanImgThum .sp-arrows {
  top: auto;
  bottom: 32px;
  opacity: 1;
}

#gaikanImgThum .sp-arrows .sp-arrow:before,
#naikanImgThum .sp-arrows .sp-arrow:before {
  content: none;
}

#gaikanImgThum .sp-arrows .sp-arrow:after,
#naikanImgThum .sp-arrows .sp-arrow:after {
  content: none;
}

#gaikanImgThum .sp-arrows .sp-previous-arrow,
#naikanImgThum .sp-arrows .sp-previous-arrow {
  background: url(/assets/ver/images/image_arrow_back.png?dd3d791361ed4a710d16d6d240c6acea) no-repeat;
  left: 130px;
}

#gaikanImgThum .sp-arrows .sp-next-arrow,
#naikanImgThum .sp-arrows .sp-next-arrow {
  background: url(/assets/ver/images/image_arrow_next.png?66948534b5c0d0486267c33145dd8515) no-repeat;
  transform: none;
  right: 130px;
}

.l-contents {
  position: relative;
  margin-bottom: 30px;
}

.b-subTitle {
  background-color: #E50012;
  padding: 15px 0 15px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.b-estate {
  position: relative;
  background-color: #E50012;
}

.b-estate--tab {
  overflow: hidden;
  width: 95%;
  height: 40px;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.b-estate--tab li {
  margin-right: 5px;
  font-size: 14px;
  padding: 5px 0 5px 10px;
  color: #FFF;
}

.b-estate--tab li:first-child {
  padding-left: 20px;
}

.b-estate--tab li:last-child {
  margin-right: 0;
}

.b-estate--favorite {
  position: absolute;
  top: 8px;
  right: 10px;
}

#panorama-box {
  text-align: center;
}

.b-message {
  margin: 0 0 30px 20px;
  overflow: hidden;
}

.b-message .c-box--left {
  font-size: 12px;
  width: 725px;
}

.b-message .c-box--right a {
  display: block;
  background-color: #ec6c04;
  color: #FFF;
  font-size: 13px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.b-message .c-box--right p {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.b-message .c-box--right p span {
  color: #E50012;
  font-size: 18px;
}

.b-estateImg {
  overflow: hidden;
  margin-bottom: 30px;
}

.b-estateImg--tab {
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  border-top: 1px solid #E6E6E6;
  border-bottom: 7px solid #E50012;
  border-left: 1px solid #E6E6E6;
}

.b-estateImg--tab li {
  background-color: #F3F1EC;
  border-right: 1px solid #E6E6E6;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
  display: table-cell;
  padding: 18px 0;
  border-spacing: 1px 0;
}

.b-estateImg--tab li:hover {
  opacity: 0.8;
}

.b-estateImg--tab li.ac {
  background-color: #E50012;
  border-color: #E50012;
  color: #FFF;
}

.b-estateImg--tab li.ac:hover {
  opacity: 1;
}

.b-estateImg--tab li.no-ac {
  cursor: text;
  color: #C2C1BE;
}

.b-estateImg--tab li.no-ac:hover {
  opacity: 1;
}

.b-estateImg--contents {
  overflow: hidden;
  height: 530px;
  background-color: #F3F1EC;
  padding: 10px;
}

.b-estateImg--contents > div {
  padding: 10px;
  background-color: #FFF;
  height: 510px;
  position: relative;
}

.b-estateImg .sp-slides-container .sp-mask .sp-slide p.sp-layer {
  text-align: center;
}

.b-estateSummary .c-tableType2 td {
  width: 368px;
}

.b-estateSummary .c-tableType2 a {
  color: #000;
  text-decoration: underline;
}

.b-estateRoomlist .c-tableType5 td {
  padding: 10px 0;
}

.b-estateRoomlist .c-tableType5 .t-yachin {
  font-size: 18px;
  color: #ec6c04;
}

.b-estateRoomlist .c-tableType5 a {
  border: 2px solid #ec6c04;
  color: #000;
  padding: 5px 10px;
}

.b-recommend {
  margin: 0 0 50px;
  padding-top: 60px;
  position: relative;
}

.b-recommend .c-list {
  border: none;
  width: 930px;
}

.b-recommend .c-list--item {
  width: 152px;
  min-height: 100%;
  border-bottom: none;
  margin: 8px 0;
  border-right: 1px dotted #CCCCCC;
}

.b-recommend .c-list--item:last-child {
  border-right: none;
}

.b-recommend .c-list--img {
  width: 136px;
  height: 95px;
  padding: 0 8px;
}

.b-recommend .c-list--img img {
  width: 136px;
  height: 95px;
}

.b-recommend .c-list--contents li {
  font-size: 12px;
  margin-bottom: 5px;
}

.b-recommend .c-list--contents li:first-child {
  color: #666666;
  font-weight: bold;
}

.b-recommend .c-list--contents li:nth-child(2) h3 {
  font-size: 12px;
  color: #2288BB;
  text-decoration: underline;
}

.b-recommend .c-list--contents li:last-child {
  margin-bottom: 0;
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
}

.b-recommend .sp-mask {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.b-recommend .sp-buttons {
  position: absolute;
  top: 0;
  text-align: right;
}

.b-recommend .sp-arrows {
  opacity: 1;
}

.b-recommend .sp-previous-arrow {
  left: 0;
}

.b-recommend .sp-previous-arrow::before,
.b-recommend .sp-previous-arrow::after {
  content: none;
}

.b-recommend .sp-next-arrow {
  right: 0;
}

.b-recommend .sp-next-arrow::before,
.b-recommend .sp-next-arrow::after {
  content: none;
}

.b-attention {
  margin: 15px 0;
}

.b-attention p {
  margin-bottom: 15px;
}

.b-attention .mycheckbox {
  border: 1px solid #F2F2F2;
  padding: 10px;
}

.b-attention .ch-require {
  display: inline-block;
  background-color: #E50012;
  padding: 2px 5px;
  color: #FFF;
}

.b-attention a {
  color: #000;
  text-decoration: underline;
}

.btn-submit {
  text-align: center;
}

.btn-submit input {
  outline: none;
  background-color: #ec6c04;
  color: #FFF;
  width: 340px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  padding: 40px 0;
  border: none;
  font-size: 14px;
}

.btn-submit input:disabled {
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
}

.btn-submit input:disabled:hover {
  opacity: 1;
}

input[type=text] {
  border: 1px solid #F2F2F2;
  padding: 10px 2%;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
}

textarea {
  width: 98%;
  height: 100px;
  padding: 1%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff;
}

.selectbox {
  width: 60%;
  position: relative;
}

.selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 35%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg) translateY(-30%);
}

._full-width {
  width: 96%;
}

._width100 {
  width: 100%;
}

._width65 {
  width: 65%;
}

._width55 {
  width: 55%;
}

._width35 {
  width: 35%;
}

.b-errorMsg {
  background: #fdd;
  border: 1px solid #FF0000;
  padding: 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #FF0000;
  font-weight: 700;
}

#contents-madori {
  position: relative;
}

#contents-madori img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.b-noMsg--bukken {
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3.2rem;
  line-height: normal;
}

.b-panorama {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.b-panorama iframe {
  width: 890px;
  height: 550px;
  border: #bdc8ca solid 1px;
  padding: 6px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.b-estateInfo {
  border: 1px solid #ccc;
  display: block;
  padding: 10px 10px 20px;
  margin: 10px 0 20px;
}

.b-estateInfo .box-tempointroduce {
  color: #4c4c4c;
  font-size: 12px;
  line-height: 3em;
  overflow: hidden;
}

.b-estateInfo .box-tempointroduce .tenpo_name {
  line-height: 33px;
  color: #E50012;
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.b-estateInfo .box-tempointroduce .contact_no {
  line-height: 33px;
  float: right;
  margin-right: 20px;
}

.b-estateInfo .box-tempointroduce .contact_tel {
  line-height: 33px;
  float: right;
  margin-right: 20px;
}

.b-estateInfo .box-tempointroduce .contact_tel .fa-phone {
  color: #E50012;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

.b-estateInfo .box-tempointroduce .contact_tel a {
  color: #E50012;
  font-size: 22px;
  vertical-align: middle;
}

.b-estateInfo table {
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  border-collapse: collapse;
}

.b-estateInfo table th {
  background: #F2F2F2;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  padding: 6px;
}

.b-estateInfo table td {
  color: #4c4c4c;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 7px;
}

.tenpo-tel > a {
  color: #000;
  text-decoration: underline;
}

