@charset "UTF-8";
/* media query */
nav.navStd {
  height: 51px;
}

@media screen and (max-width: 668px) {
  nav.navStd {
    height: auto;
  }
}

nav.navStd.fixed {
  position: inherit;
}

.firstArea {
  text-align: center;
}

@media screen and (max-width: 668px) {
  .firstArea {
    text-align: left;
  }
}

.firstArea .contentsBlock p {
  font-size: 1.1em;
  line-height: 260%;
}

@media screen and (max-width: 668px) {
  .firstArea .contentsBlock p {
    line-height: 200%;
  }
}

.infoArea {
  background: url(../../common/images/bg_gray.png);
}

.infoArea > section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media all and (max-width: 1200px) {
  .infoArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .infoArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.infoArea > section > p.titleCopy {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .infoArea > section > p.titleCopy {
    font-size: 1em;
  }
}

.infoArea > section > h2 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 150%;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .infoArea > section > h2 {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 668px) {
  .infoArea > section > h2 {
    font-size: 1.5em;
  }
}

.infoArea > section > div {
  margin: 0;
}

.infoArea > section > p.link {
  text-align: center;
}

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

.infoArea > section > 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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.infoArea > section > p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}

@media screen and (max-width: 960px) {
  .infoArea > section > p.link a {
    padding: 10px 35px 10px 15px;
  }
}

.infoArea > section > p.link a:hover::after {
  right: 15px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .infoArea > section {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.infoArea > section > p.titleCopy {
  font-size: 1em;
  color: #888;
}

.infoArea > section > div.infoSlide div {
  margin-bottom: 0;
}

.infoArea > section > div.infoSlide div article > p.photo {
  overflow: hidden;
}

.infoArea > section > div.infoSlide div article > p.photo a {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .infoArea > section > div.infoSlide div article > p.photo a {
    height: 200px;
  }
}

.infoArea > section > div.infoSlide div article > p.photo a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.infoArea > section > div.infoSlide div article > p.hotel a {
  display: block;
  background-color: #222;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 10px 10px 0;
}

@media screen and (max-width: 960px) {
  .infoArea > section > div.infoSlide div article > p.hotel a {
    letter-spacing: 0px;
  }
}

.infoArea > section > div.infoSlide div article > p.hotel a::before {
  display: inline-block;
  background-color: #ccc;
  content: "";
  border: 1px solid #fff;
  margin-bottom: 4px;
  width: 30px;
  margin-right: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.infoArea > section > div.infoSlide div article > p.hotel a:hover::before {
  width: 35px;
}

.infoArea > section > div.infoSlide div article > div {
  padding: 20px 30px 30px;
  background-color: #fff;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.infoArea > section > div.infoSlide div article > div::before {
  content: "…";
  display: inline-block;
  position: absolute;
  bottom: 2em;
  width: 10px;
  font-size: 0.9em;
  right: 25px;
}

.infoArea > section > div.infoSlide div article > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 60px);
  height: 2.2em;
  background-color: #fff;
}

.infoArea > section > div.infoSlide div article > div > h3 {
  font-size: 1em;
}

.infoArea > section > div.infoSlide div article > div > h3 a {
  display: block;
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 170%;
}

.infoArea > section > div.infoSlide div article > div > p.cate {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 130%;
  padding: 5px 10px;
  margin: 0 0 15px;
  font-size: 0.9em;
}
/*# sourceMappingURL=index.css.map */