body {
  background: #ffffff;
}

main h2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.myKeyVisual {
  background-image: url(../img/index/keyvisual7.jpeg);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  padding: 5vw 2rem;
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .myKeyVisual {
    padding: 15vw 1rem;
  }
}

.myKeyVisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}

.myKeyVisual > .container {
  position: relative;
  text-align: center;
}

.myKeyVisual .catch {
  font-size: 2.8rem;
}

@media only screen and (max-width: 992px) {
  .myKeyVisual .catch {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .myKeyVisual .catch {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 600px) {
  .myKeyVisual .lead {
    font-size: 0.8rem;
  }
}

.keyvisual-caption {
  padding: 10px;
  padding: 10px;
  text-align: right;
  font-size: 11px;
  color: #999999;
}

.icon span {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: normal;
}

.detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .detail-head {
    margin-bottom: 15px;
  }
}

.detail-head .number {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .detail-head .number {
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}

.detail-head .area {
  background: #333333;
  color: #fff;
  display: inline-block;
  padding: 4px 20px 4px;
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 10em;
}

@media only screen and (max-width: 992px) {
  .detail-head .area {
    font-size: 7px;
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
}

.detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .detail-body {
    display: block;
  }
}

.detail-body .main {
  width: 55%;
}

@media only screen and (max-width: 992px) {
  .detail-body .main {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
  }
}

.detail-body .sub {
  width: 40%;
}

@media only screen and (max-width: 992px) {
  .detail-body .main,
  .detail-body .sub {
    width: 100%;
  }
}

.detail-body .date {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {
  .detail-body .date {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.detail-body .price {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: red;
  background-color: #fcf9d6;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}

.detail-body .price span {
  font-size: .9rem;
}

.detail-body .price_ryokou {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #807474;
  background-color: #fcf9d6;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.detail-body .price_ryokou span {
  font-size: .9rem;
}

.detail-body .sub-title {
  font-size: 10px;
  font-size: 1rem;
  color: #666666;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .detail-body .sub-title {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.detail-body .main-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .detail-body .main-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1%;
}

@media only screen and (max-width: 992px) {
  .photo-list {
    margin: 0 -2%;
  }
}

.photo-list > div {
  width: 31.3%;
  margin: 1%;
}

@media only screen and (max-width: 992px) {
  .photo-list > div {
    margin: 1% 2% 4%;
    width: 46%;
  }
}

.photo-list > div img {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .text {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.main-text {
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (max-width: 992px) {
  .main-text {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.price-box,
.entry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-box > table,
.entry-box > table {
  width: 48%;
  table-layout: fixed;
}

@media only screen and (max-width: 992px) {
  .price-box > table,
  .entry-box > table {
    width: 100%;
  }
}

.price-box > table td,
.entry-box > table td {
  text-align: right;
}

.price-box > table th,
.entry-box > table th {
  text-align: center;
}

.price-box > table.wide,
.entry-box > table.wide {
  width: 80%;
}

.price-box td span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #dc3545;
}

.price_note {
  padding: 0 5px 0 0;
}

@media only screen and (max-width: 992px) {
  table.entry {
    table-layout: inherit;
  }
}

table.entry .label {
  margin-bottom: 5px;
}

table.entry .badge {
  font-weight: normal;
  font-size: 7px;
  font-size: 0.7rem;
}

table.entry .date {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {
  table.entry .date {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

table.entry .seki {
  font-weight: normal;
  color: #666666;
}

@media only screen and (max-width: 992px) {
  table.entry .seki {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

table.entry th {
  width: 55%;
}

@media only screen and (max-width: 992px) {
  table.entry th {
    width: 55%;
  }
}

table.entry td {
  vertical-align: middle;
}

@media only screen and (max-width: 992px) {
  table.entry td {
    vertical-align: middle;
  }
}

table.entry .tel-text {
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  table.entry .tel-text {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

table.entry .tel {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
  color: #dc3545;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  table.entry .tel {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 992px) {
  .chui {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.chui ul {
  padding-left: 1rem;
}
/*# sourceMappingURL=plan-detail.css.map */