@charset "UTF-8";
/* media query */
@media screen and (max-width: 668px) {
  #layer_board_area .layer_board.shortLayer {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.layer_board > h3 {
  text-align: center;
}
@media screen and (max-width: 668px) {
  .layer_board > h3 {
    text-align: left;
    margin-top: 80px;
  }
}
.layer_board p.date {
  text-align: center;
}
@media screen and (max-width: 668px) {
  .layer_board p.date {
    text-align: left;
  }
}

.topMainimg {
  position: relative;
}
.topMainimg > h1 {
  position: absolute;
  left: 100px;
  z-index: 1;
  color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .topMainimg > h1 {
    left: 30px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > h1 {
    left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > h1 {
    padding-top: 30px;
  }
}
.topMainimg > h1 img {
  width: 140px !important;
}
@media screen and (max-width: 668px) {
  .topMainimg > h1 img {
    width: 100px !important;
  }
}
.topMainimg > h1 span {
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .topMainimg > h1 span {
    font-size: 10px;
  }
}
.topMainimg > p.copy {
  position: absolute;
  left: 100px;
  z-index: 1;
  color: #fff;
  top: 40%;
  font-size: 2em;
  letter-spacing: 10px;
}
@media screen and (max-width: 960px) {
  .topMainimg > p.copy {
    left: 30px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.copy {
    left: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .topMainimg > p.copy {
    top: 35%;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.copy {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.copy img {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .topMainimg > p.copy img {
    max-width: 70%;
  }
}
.topMainimg > p.news {
  position: absolute;
  left: 100px;
  z-index: 1;
  color: #fff;
  bottom: 35%;
}
@media screen and (max-width: 960px) {
  .topMainimg > p.news {
    left: 30px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.news {
    left: 20px;
  }
}
@media screen and (max-width: 1680px) {
  .topMainimg > p.news {
    bottom: 33%;
  }
}
@media screen and (max-width: 1440px) {
  .topMainimg > p.news {
    bottom: 34%;
  }
}
@media screen and (max-width: 1366px) {
  .topMainimg > p.news {
    bottom: 37%;
  }
}
@media screen and (max-width: 960px) {
  .topMainimg > p.news {
    bottom: 19%;
  }
}
.topMainimg > p.news a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 20px 40px 20px 25px;
  padding: 15px 40px 15px 25px;
}
.topMainimg > p.news 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;
}
.topMainimg > p.news a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .topMainimg > p.news a {
    padding: 15px 35px 15px 15px;
  }
}
.topMainimg > p.news a:hover::after {
  right: 15px;
}
@media screen and (max-width: 1440px) {
  .topMainimg > p.news a {
    padding: 10px 40px 10px 25px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.news a {
    padding: 10px 20px 10px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.news a span {
    font-size: 11px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > p.news a::after {
    right: 10px;
  }
}
.topMainimg > p.scroll {
  position: absolute;
  left: 20px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  letter-spacing: 2px;
}
.topMainimg > p.scroll::before {
  display: block;
  content: "";
  height: 60px;
  border-left: 1px solid #fff;
  margin: 10px 0 0 25px;
  bottom: 0;
  position: absolute;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.topMainimg > p.scroll::after {
  display: block;
  content: "";
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0 0 25px;
}
@keyframes pathmove {
  0% {
    height: 30px;
    bottom: 32px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
.topMainimg > div.slide div.fadeSlick {
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.topMainimg > div.slide div.fadeSlick p {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  .topMainimg > div.slide div.fadeSlick p {
    height: calc(100vh - 180px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .topMainimg > div.slide div.fadeSlick p {
    min-height: auto;
  }
}
@media screen and (max-width: 350px) and (orientation: portrait) {
  .topMainimg > div.slide div.fadeSlick p {
    min-height: 500px;
  }
}
.topMainimg > div.slide div.fadeSlick p span {
  position: absolute;
  left: 100px;
  z-index: 1;
  color: #fff;
  display: block;
  top: 50%;
  font-size: 1.1em;
  letter-spacing: 5px;
}
@media screen and (max-width: 960px) {
  .topMainimg > div.slide div.fadeSlick p span {
    left: 30px;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > div.slide div.fadeSlick p span {
    left: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .topMainimg > div.slide div.fadeSlick p span {
    top: 45%;
  }
}
@media screen and (max-width: 668px) {
  .topMainimg > div.slide div.fadeSlick p span {
    font-size: 0.9em;
  }
}
.topMainimg > div.slide div.fadeSlick p span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 10px 1px 0;
}
.topMainimg > div.slide div.fadeSlick p a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .topMainimg .slick-dots {
    text-align: right;
    padding-right: 30px;
    bottom: 30px;
  }
}
.topMainimg .slick-dots li button {
  width: 40px;
  margin: 0 8px;
}

.topslidebanner {
  position: absolute;
  width: 330px;
  left: 95px;
  z-index: 1;
  color: #fff;
  bottom: 2%;
}
@media screen and (max-width: 1680px) {
  .topslidebanner {
    left: 134px;
    bottom: 6%;
  }
}
@media screen and (max-width: 960px) {
  .topslidebanner {
    left: 55%;
    transform: translateX(-50%);
    bottom: -320px;
    text-align: center;
  }
}
@media screen and (max-width: 340px) {
  .topslidebanner {
    left: 63%;
  }
}
.topslidebanner div.fadeSlick a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.topslidebanner div.fadeSlick a img {
  width: 100%;
}
.topslidebanner .slick-arrow.slick-prev {
  width: 15px;
  background-image: url(../../common/images/icon_arrow_l_bk.svg);
}
.topslidebanner .slick-arrow.slick-next {
  width: 15px;
  background-image: url(../../common/images/icon_arrow_r_bk.svg);
}
@media screen and (max-width: 1680px) {
  .topslidebanner .slick-slider, .topslidebanner .slick-list {
    max-width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .topslidebanner .slick-slider, .topslidebanner .slick-list {
    max-width: 300px;
  }
}
@media screen and (max-width: 340px) {
  .topslidebanner .slick-slider, .topslidebanner .slick-list {
    max-width: 250px;
  }
}
.topslidebanner .slick-slide {
  margin: 0 !important;
}
.topslidebanner img {
  max-width: 300px;
  aspect-ratio: 1.2/1;
}
@media screen and (max-width: 1680px) {
  .topslidebanner img {
    max-width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .topslidebanner img {
    max-width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 340px) {
  .topslidebanner img {
    max-width: 250px;
  }
}

.scrollBtm {
  height: 40px;
  border-left: 1px solid #222;
  left: 20px;
  z-index: 1;
  color: #fff;
  position: relative;
  margin-left: 25px;
}

.commentArea > p {
  border: 1px solid #ddd;
  max-width: 1000px;
  margin: 50px auto 0;
  font-size: 1.1em;
  text-align: center;
  padding: 20px;
}
@media all and (max-width: 1000px) {
  .commentArea > p {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    font-size: 1em;
    text-align: left;
    padding: 15px;
  }
}

.aboutArea {
  background-image: url(../../common/images/wave.svg), url(../../common/images/wave.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right -100px top 50px, left -550px bottom 100px;
  background-size: 1200px auto, 1200px auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .aboutArea {
    background-position: right -200px top 50px, left -550px bottom 100px;
    background-size: 1000px auto, 1000px auto;
    padding-top: 300px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea {
    background-position: right -120px top 50px, left -350px bottom 150px;
    background-size: 700px auto, 700px auto;
  }
}
@media all and (max-width: 480px) {
  .aboutArea {
    padding-top: 300px;
  }
}
.aboutArea > p {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 3px;
  line-height: 400%;
  max-width: 100%;
  margin: 0 auto;
  margin: 50px 0 100px;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .aboutArea > p {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > p {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > p {
    text-align: left;
  }
}
.aboutArea > p strong {
  font-size: 1.3em;
}
@media screen and (max-width: 960px) {
  .aboutArea > p {
    line-height: 300%;
    font-size: 1.3em;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > p {
    line-height: 230%;
    font-size: 1em;
  }
}
.aboutArea > section {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
@media screen and (max-width: 668px) {
  .aboutArea > section {
    margin-bottom: 60px;
  }
}
.aboutArea > section > h2 {
  width: 10%;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > h2 {
    width: 90px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > section > h2 {
    width: 60px;
  }
}
.aboutArea > section > h2 span {
  display: block;
  width: 50px;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > h2 span {
    width: 35px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > section > h2 span {
    width: 28px;
    margin: 0 auto;
  }
}
.aboutArea > section > div {
  width: calc(90% - 50px);
}
@media screen and (max-width: 960px) {
  .aboutArea > section > div {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > section > div {
    width: calc(100% - 60px);
  }
}
.aboutArea > section > div > p.photo {
  height: 700px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > div > p.photo {
    height: 450px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > section > div > p.photo {
    height: 400px;
  }
}
.aboutArea > section > div > p.photo:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.aboutArea > section > div > p.photo a {
  display: block;
  height: 100%;
}
.aboutArea > section > div > p.text {
  font-size: 1.2em;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > div > p.text {
    font-size: 1em;
    margin: 0 0 0 15px;
  }
}
.aboutArea > section > div > p.text strong {
  font-size: 1.3em;
  letter-spacing: 1px;
  padding-left: 15px;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > div > p.text strong {
    font-size: 1.2em;
    padding-left: 10px;
  }
}
.aboutArea > section > div > p.text span.fact {
  font-size: 0.8em;
  color: #777;
  font-style: italic;
}
.aboutArea > section > div > p.text span.fact::after {
  content: "―";
  color: #ccc;
  margin: 0 15px 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > section > div > p.text span.fact {
    display: block;
  }
  .aboutArea > section > div > p.text span.fact::after {
    margin: 0 0 0 10px;
  }
}
.aboutArea > section > div > p.text a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  margin-left: 20px;
}
.aboutArea > section > div > p.text 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;
}
.aboutArea > section > div > p.text a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > div > p.text a {
    padding: 10px 35px 10px 15px;
  }
}
.aboutArea > section > div > p.text a:hover::after {
  right: 15px;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > div > p.text a {
    margin-left: 15px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea > section > div > p.text a {
    margin-left: 5px;
    margin-top: 5px;
  }
}
.aboutArea > section:nth-of-type(1) > div > p.photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutArea > section:nth-of-type(2n) {
  flex-direction: row;
}
.aboutArea > section:nth-of-type(2n) > h2 span {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .aboutArea > section:nth-of-type(2n) > h2 span {
    margin: 0 auto;
  }
}
.aboutArea > section:nth-of-type(2n) > div > p.photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutArea > section:nth-of-type(2n) > div > p.text {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .aboutArea > section:nth-of-type(2n) > div > p.text {
    margin: 0 15px 0 0;
  }
}
.aboutArea > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > ul {
    display: block;
  }
}
.aboutArea > ul li {
  width: 500px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .aboutArea > ul li {
    width: 265px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > ul li {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.aboutArea > ul li:nth-child(1) a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 20px 40px 20px 25px;
  display: block;
  border: 1px solid #222;
}
.aboutArea > ul li:nth-child(1) 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;
}
.aboutArea > ul li:nth-child(1) a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .aboutArea > ul li:nth-child(1) a {
    padding: 15px 35px 15px 15px;
  }
}
.aboutArea > ul li:nth-child(1) a:hover::after {
  right: 15px;
}
.aboutArea > ul li:nth-child(2) a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 20px 40px 20px 25px;
  display: block;
}
.aboutArea > ul li:nth-child(2) 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;
}
.aboutArea > ul li:nth-child(2) a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .aboutArea > ul li:nth-child(2) a {
    padding: 15px 35px 15px 15px;
  }
}
.aboutArea > ul li:nth-child(2) a:hover::after {
  right: 15px;
}

.webonlyArea > section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
  width: 90%;
  background: url(../../common/images/bg_gray.png);
}
@media screen and (max-width: 960px) {
  .webonlyArea > section {
    width: 95%;
  }
}
.webonlyArea > section div.photo {
  width: calc(75% - 50px);
}
@media screen and (max-width: 983px) {
  .webonlyArea > section div.photo {
    width: 100%;
  }
}
.webonlyArea > section div.photo a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.webonlyArea > section div.photo a div {
  width: 20.5vw;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 1350px) {
  .webonlyArea > section div.photo a div {
    width: 20vw;
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .webonlyArea > section div.photo a div {
    width: 20.5vw;
    height: 250px;
  }
}
@media screen and (max-width: 983px) {
  .webonlyArea > section div.photo a div {
    width: calc(33.3333333333% - 5px);
    height: 200px;
  }
}
@media screen and (max-width: 668px) {
  .webonlyArea > section div.photo a div {
    height: 150px;
  }
}
.webonlyArea > section div.photo a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.webonlyArea > section div.link {
  color: #222;
  padding-left: 5%;
}
@media all and (max-width: 1350px) {
  .webonlyArea > section div.link {
    padding-left: 3%;
  }
}
@media screen and (max-width: 983px) {
  .webonlyArea > section div.link {
    width: 100%;
    padding: 30px 0 50px;
    text-align: center;
  }
}
.webonlyArea > section div.link h2 {
  font-size: 2em;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .webonlyArea > section div.link h2 {
    font-size: 1.7em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 668px) {
  .webonlyArea > section div.link h2 {
    font-size: 1.5em;
  }
}
.webonlyArea > section div.link h3 {
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  .webonlyArea > section div.link h3 {
    font-size: 1em;
  }
}
.webonlyArea > section div.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  margin-top: 20px;
  background: #fff;
}
.webonlyArea > section div.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;
}
.webonlyArea > section div.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .webonlyArea > section div.link a {
    padding: 10px 35px 10px 15px;
  }
}
.webonlyArea > section div.link a:hover::after {
  right: 15px;
}
@media screen and (max-width: 668px) {
  .webonlyArea > section div.link a {
    margin-left: 5px;
    margin-top: 5px;
  }
}

.eventArea > section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .eventArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .eventArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.eventArea > section > p.titleCopy {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .eventArea > section > p.titleCopy {
    font-size: 1em;
  }
}
.eventArea > section > h2 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .eventArea > section > h2 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 668px) {
  .eventArea > section > h2 {
    font-size: 1.5em;
  }
}
.eventArea > section > div {
  margin: 0;
}
.eventArea > section > p.link {
  text-align: center;
}
.eventArea > 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;
}
.eventArea > 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;
  transition: 0.5s;
}
.eventArea > section > p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .eventArea > section > p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.eventArea > section > p.link a:hover::after {
  right: 15px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .eventArea > section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.eventArea > section > section {
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) {
  .eventArea > section > section {
    margin-bottom: 40px;
  }
}
.eventArea > section > section > h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .eventArea > section > section > h3 {
    margin-left: 15px;
  }
}
.eventArea > section > section > div ul li {
  overflow: hidden;
}
.eventArea > section > section > div ul li a {
  display: block;
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .eventArea > section > section > div ul li a {
    height: 350px;
  }
}
@media screen and (max-width: 668px) {
  .eventArea > section > section > div ul li a {
    height: 300px;
  }
}
.eventArea > section > section > div ul li a > span {
  position: relative;
  z-index: 1;
}
.eventArea > section > section > div ul li a > span small {
  font-size: 1em;
  letter-spacing: 3px;
  display: block;
}
.eventArea > section > section > div ul li a > span small::after {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin: 10px auto 20px;
}
.eventArea > section > section > div ul li a > span strong {
  display: block;
  font-size: 1.8em;
  letter-spacing: 3px;
}
@media screen and (max-width: 960px) {
  .eventArea > section > section > div ul li a > span strong {
    font-size: 1.3em;
  }
}
.eventArea > section > section > div ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.3);
}
.eventArea > section > section > div ul li a:hover {
  transform: scale(1.05);
}

.infoArea {
  background: url(../../common/images/bg_gray.png);
}
.infoArea > section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  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;
  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 {
  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;
  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;
}
.infoArea > section > div.infoList {
  display: table;
  width: auto;
  margin: 40px auto 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .infoArea > section > div.infoList {
    display: block;
    width: calc(100% - 40px);
    margin: 20px auto 30px;
  }
}
.infoArea > section > div.infoList > div > p {
  display: table-cell;
  padding-bottom: 10px;
  font-size: 1.1em;
  line-height: 140%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .infoArea > section > div.infoList > div > p {
    display: block;
    padding-bottom: 25px;
  }
}
.infoArea > section > div.infoList > div > p:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .infoArea > section > div.infoList > div > p:first-child {
    padding-bottom: 3px;
  }
}
.infoArea > section > div.infoList > div > p a span.important {
  background-color: #CB4B4B;
  color: #fff;
  font-size: 0.85em;
  display: inline-block;
  line-height: 100%;
  padding: 5px 7px 4px 10px;
  margin-right: 8px;
  letter-spacing: 3px;
}
.infoArea > section > div.infoList > div > p a strong {
  font-weight: 700;
}