/* media query */
nav.navStd ul li.plan a {
  background-color: #fff;
  color: #964B6E;
}

.detailArea {
  background-image: url(../../../common/images/bg_gray.png);
}
.detailArea div.bg {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 100px, transparent 100px, transparent 100%);
}
.detailArea div.bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 6.88%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221600%22%20height%3D%22110%22%20viewBox%3D%220%200%201600%20110%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_61%22%20data-name%3D%22%E3%83%91%E3%82%B9%2061%22%20d%3D%22M3600%2C4244%2C2000%2C4354V4244Z%22%20transform%3D%22translate(-2000%20-4244)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
  background-size: 100% auto;
}
.detailArea div.bg::before {
  position: absolute;
  top: 100px;
}
.detailArea div.bg > section {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .detailArea div.bg > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea div.bg > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.detailArea div.bg > section > div.photo p span {
  display: block;
  position: relative;
}
.detailArea div.bg > section > div.photo p span.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #eee;
  width: 100%;
  height: 0;
  padding-top: 67%;
}
.detailArea div.bg > section > div.photo p span.caption {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.photo p span.caption {
    font-size: 0.9em;
  }
}
.detailArea div.bg > section > div.photo ul.slick-dots li:first-child:last-child {
  display: none;
}
.detailArea div.bg > section > div.text {
  padding: 40px 0 80px;
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text {
    padding: 30px 0 50px;
  }
}
.detailArea div.bg > section > div.text > h3 {
  font-size: 1.8em;
  line-height: 160%;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text > h3 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
}
.detailArea div.bg > section > div.text p.read {
  font-size: 1.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text p.read {
    font-size: 1em;
  }
}
.detailArea div.bg > section > div.text p.link {
  text-align: center;
}
.detailArea div.bg > section > div.text p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
}
.detailArea div.bg > section > div.text p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.detailArea div.bg > section > div.text p.link a:hover {
  background-color: #964B6E;
  color: #fff;
  border: 1px solid #964B6E;
}
@media screen and (max-width: 960px) {
  .detailArea div.bg > section > div.text p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.detailArea div.bg > section > div.text p.link a:hover::after {
  right: 15px;
}
.detailArea div.bg > section > div.text > table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
.detailArea div.bg > section > div.text > table tr th,
.detailArea div.bg > section > div.text > table tr td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text > table tr th,
  .detailArea div.bg > section > div.text > table tr td {
    display: block;
  }
}
.detailArea div.bg > section > div.text > table tr th {
  width: 180px;
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text > table tr th {
    width: 100%;
    padding: 15px 0 2px;
    border-bottom: 0;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text > table tr td {
    padding: 0 0 15px;
  }
}
.detailArea div.bg > section > div.text > table tr td span.holiday {
  background-color: #222;
  color: #fff;
  font-size: 0.85em;
  line-height: 100%;
  padding: 3px 7px;
  white-space: nowrap;
}
.detailArea div.bg > section > div.text > table tr td a {
  text-decoration: underline;
}
.detailArea div.bg > section > div.text > table tr td.price {
  font-size: 1.1em;
  font-weight: 700;
}
.detailArea div.bg > section > div.text > table tr td .courceBoxDetail .icon {
  display: flex;
  flex-wrap: wrap;
}
.detailArea div.bg > section > div.text > table tr td .courceBoxDetail .icon img {
  max-width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 668px) {
  .detailArea div.bg > section > div.text > table tr td .courceBoxDetail .icon img {
    max-width: 30px;
    height: 30px;
  }
}
.detailArea div.bg > section > div.text > table tr td .courceBoxDetail .icon img:last-child {
  margin-right: 0;
}
