/* media query */
nav.navStd ul li.plan a {
  background-color: #f5f5f5;
  color: #222;
}

.searchArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .searchArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .searchArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.searchArea div.selectList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .searchArea div.selectList {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.searchArea div.selectList select {
  width: 400px;
}
.searchArea div.selectList select:not(:first-child) {
  border-left: 0;
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList select:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #222;
  }
}
@media screen and (max-width: 960px) {
  .searchArea div.selectList select {
    width: 45%;
  }
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList select {
    width: 100%;
  }
}
.searchArea div.selectList .calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  font-size: 1.1em;
}
@media screen and (max-width: 960px) {
  .searchArea div.selectList .calendar {
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList .calendar {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList .calendar p {
    padding-bottom: 10px;
  }
}
.searchArea div.selectList .calendar .inputArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .searchArea div.selectList .calendar .inputArea {
    width: 80%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList .calendar .inputArea {
    width: 100%;
    margin-left: 0;
  }
}
.searchArea div.selectList .calendar .inputArea > div {
  border: 1px solid #222;
  padding: 20px;
  margin: 0 21px;
  width: 310px;
  letter-spacing: 1px;
  background: #fff url("../../common/images/icon_calendar_gray.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  outline: none;
}
@media screen and (max-width: 960px) {
  .searchArea div.selectList .calendar .inputArea > div {
    width: calc(50% - 30px);
    margin: 0;
  }
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList .calendar .inputArea > div {
    background-position: center right 10px;
    padding: 20px 10px;
    width: calc(50% - 17px);
  }
}
.searchArea div.selectList .calendar .inputArea > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .searchArea div.selectList .calendar .inputArea > div:first-child {
    margin-left: 0;
  }
}
.searchArea div.selectList .calendar .inputArea > div .date {
  width: 270px;
}
@media screen and (max-width: 960px) {
  .searchArea div.selectList .calendar .inputArea > div .date {
    width: 100%;
  }
}
.searchArea div.submitBtn {
  text-align: center;
}
.searchArea div.submitBtn input[type="submit"] {
  width: 300px;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 10px;
  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%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 15px center;
}
@media screen and (max-width: 668px) {
  .searchArea div.submitBtn input[type="submit"] {
    width: 100%;
  }
}
.searchArea div.info {
  max-width: 800px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 668px) {
  .searchArea div.info {
    padding: 15px;
  }
}
.searchArea div.info p a {
  text-decoration: underline;
}
.searchArea div.info p span {
  display: block;
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

.detailArea {
  background: url(../../common/images/bg_gray.png);
  padding-top: 70px;
  padding-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .detailArea {
    padding-top: 40px;
  }
}
.detailArea div.group {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .detailArea div.group {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea div.group {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.detailArea div.group > h3 {
  width: 100%;
  font-size: 2em;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > h3 {
    font-size: 1.7em;
  }
}
.detailArea div.group > section {
  width: calc((100% / 2) - 30px);
  background-color: #fff;
  margin-bottom: 60px;
}
.detailArea div.group > section:nth-of-type(2n) {
  margin-left: 60px;
}
@media screen and (max-width: 960px) {
  .detailArea div.group > section {
    width: calc((100% / 2) - 15px);
    margin-bottom: 30px;
  }
  .detailArea div.group > section:nth-of-type(2n) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea div.group > section {
    width: 100%;
  }
  .detailArea div.group > section:nth-of-type(2n) {
    margin-left: 0;
  }
}
.detailArea div.group > section > div.photo p span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #eee;
  width: 100%;
  height: 0;
  padding-top: 67%;
}
.detailArea div.group > section > div.photo ul.slick-dots li:first-child:last-child {
  display: none;
}
.detailArea div.group > section > div.text {
  padding: 30px;
}
.detailArea div.group > section > div.text > h3 {
  font-size: 1.4em;
  line-height: 160%;
  margin-bottom: 5px;
}
.detailArea div.group > section > div.text > div p.cate {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 130%;
  padding: 5px 10px;
  margin: 0 8px 10px 0;
  font-size: 0.9em;
}
.detailArea div.group > section > div.text > div p.plan {
  vertical-align: middle;
  display: inline-block;
  font-size: 0.9em;
}
.detailArea div.group > section > div.text p.read {
  margin-bottom: 15px;
}
.detailArea div.group > section > div.text p.link {
  text-align: center;
}
.detailArea div.group > 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.group > 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.group > section > div.text p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .detailArea div.group > section > div.text p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.detailArea div.group > section > div.text p.link a:hover::after {
  right: 15px;
}
.detailArea div.group > section > div.text > table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.detailArea div.group > section > div.text > table tr th,
.detailArea div.group > section > div.text > table tr td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > section > div.text > table tr th,
  .detailArea div.group > section > div.text > table tr td {
    display: block;
  }
}
.detailArea div.group > section > div.text > table tr th {
  width: 100px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > 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.group > section > div.text > table tr td {
    padding: 0 0 15px;
  }
}
.detailArea div.group > 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;
}
