@charset "UTF-8";/*
  base
================================= */* {
  font-family: "Lato", sans-serif, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #010101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-font-size-adjust: 100%;
  -ms-font-size-adjust: 100%;
  font-size-adjust: 100%;
}

main {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

div#popupFooter {
  margin-top: 0;
}/*
  header
================================= */.header {
  width: 100%;
  height: 35vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
 /* // for TB layout // */ /* // for SP layout // */;
}

.header .header-mainvisual-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .header-mainvisual-list li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}/*
  heading
================================= */.heading-lv1 {
  width: 20vw;
  max-width: 304px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
 /* // for TB layout // */ /* // for SP layout // */;
}

.heading-lv2 {
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
 /* // for TB layout // */ /* // for SP layout // */;
}

.heading-lv2-catch {
  text-align: center;
  margin-bottom: 3px;
 /* // for SP layout // */;
}

.heading-lv2-catch span {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: #b25324;
  line-height: 1.6;
  padding: 0 1.25em;
}

.heading-lv3 {
  font-size: 2em;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
 /* // for SP layout // */;
}/*
  box
================================= */.contents-wrapper {
  width: 100%;
  background-image: url("../img/season-information-bg.png");
  background-repeat: repeat;
  background-size: 128px;
 /* // for SP layout // */;
}/* description-box ***/.description-box {
  text-align: center;
  background-color: #fff;
  background-image: url("../img/description-bg-left.jpg"), url("../img/description-bg-right.jpg");
  background-repeat: no-repeat;
  background-size: 30%, 35%;
  background-position: left top, right top;
  padding: 50px 0;
  margin-bottom: 80px;
  position: relative;
 /* // for SP layout // */;
}

.description-box:after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16%;
  margin: auto;
}

.contents-description {
  font-size: 1.3em;
  line-height: 1.6;
 /* // for SP layout // */;
}/* area-box ***/.area-box-wrapper {
  width: 980px;
  padding: 80px 0 70px;
  margin: 0 auto;
 /* // for TB layout // */ /* // for SP layout // */;
}

.area-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 32%;
  background-color: #ccc;
  border-top: 5px solid #aaa;
  vertical-align: top;
  padding: 20px;
  margin-right: 2%;
  margin-bottom: 22px;
 /* // for PC layout // */ /* // for TB layout // */ /* // for SP layout // */ /* area-box color */;
}

.area-box.is-blue {
  background-color: #2a4073;
  border-top-color: #1c2b4e;
}

.area-box.is-olive {
  background-color: #627a1a;
  border-top-color: #405011;
}

.area-box.is-gold {
  background-color: #947125;
  border-top-color: #6b521b;
}

.area-box.is-emerald {
  background-color: #006e54;
  border-top-color: #003b2d;
}

.area-box.is-red {
  background-color: #a22041;
  border-top-color: #771830;
}/* banner-box ***/.banner-box {
  width: 980px;
  text-align: center;
  padding-bottom: 100px;
  margin: 0 auto;
 /* // for SP layout // */;
}

.banner {
  display: inline-block;
  max-width: 728px;
 /* // for PC layout // */;
}/*
  button
================================= */.btn-list li {
  margin-bottom: 10px;
}

.area-btn {
  display: block;
  width: 100%;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  background-image: url("../img/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 7% center;
  padding: 13px 36px 13px 13%;
  border: 1px solid #fff;
 /* // for PC layout // */ /* // for SP layout // */;
}

.area-btn:visited {
  color: #fff;
}

.area-btn:visited {
  color: #fff;
}

body {
  font-family: "Lato", sans-serif, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

header.global:after {
  content: "";
  clear: both;
  display: block;
}

header.global .site-logo {
  float: left;
  width: 398px;
  padding: 12px 0 0 15px;
}

header.global .site-logo--en {
  width: 398px;
}

header.global .site-logo--tc {
  width: 494px;
}

header.global .site-logo--sc {
  width: 494px;
}

header.global .site-logo--kr {
  width: 476px;
}

header.global .site-logo img {
  width: 100%;
  height: auto;
}

header.global .right-box {
  float: right;
}

header.global .right-box:after {
  content: "";
  clear: both;
  display: block;
}

header.global .right-box .link,header.global .right-box .company-logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
}

header.global .right-box .link a {
  color: #333;
  font-size: 18px;
 /* font-size: 1.8rem; */
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header.global .right-box .link a:before,header.global .right-box .link a:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

header.global .right-box .link a:before {
  background: url("../img/common/com_arrow_icon01.png") no-repeat;
  width: 7.5px;
  height: 9.5px;
  margin-right: 0.3em;
  background-size: contain;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header.global .right-box .link a:after {
  width: 13px;
  height: 11px;
  margin-left: 0.5em;
  background: url("../img/common/com_external_icon01.png") no-repeat;
  background-size: contain;
}

header.global .right-box .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header.global .right-box .company-logo {
  margin-left: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header.global .right-box .company-logo:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

main {
  padding-bottom: 100px;
}

footer.global ul:after {
  content: "";
  clear: both;
  display: block;
}

footer.global .banner-area {
  padding: 40px 0;
  background: #e5dfd0;
}
footer.global .banner-area ul {
  margin-right: -6px;
}
footer.global .banner-area ul:after {
  content: "";
  clear: both;
  display: block;
}
footer.global .banner-area li {
  float: left;
  width: 240px;
  margin-right: 6px;
}
footer.global .banner-area li img {
  width: 100%;
  height: auto;
}
footer.global .banner-area a {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
footer.global .banner-area a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
footer.copyright-area {
  padding: 20px 0;
  background: #c63704;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer.global .banner-area {
    padding: 6% 0;
  }
  footer.global .banner-area ul {
    margin-right: 0;
  }
  footer.global .banner-area li {
    width: 48%;
    margin: 0 0 4%;
  }
  footer.global .banner-area li:nth-of-type(even) {
    float: right;
  }
  footer.global .copyright-area {
    padding: 3%;
    background: #c63704;
    color: #FFF;
    text-align: center;
  }
}

footer.global .copyright-area {
  padding: 20px 0;
  background: #c63704;
  text-align: center;
}

footer.global .copyright-area .copyright-text {
  color: #fff !important;
}

#top #link-area {
  padding: 80px 0;
  background: url("../img/contents/link_area_base_bg01.gif");
}/* コンポーネント */.contents-box {
  width: 980px;
  margin: 0 auto;
}/* ピックアップバナー */#link-area .contents-box .main-banner {
  width: 728px;
  margin: 50px auto 0px;
}

#link-area .contents-box .main-banner li {
  margin-bottom: 40px;
}

#link-area .contents-box .main-banner li:last-child {
  margin-bottom: 0;
}

#link-area .contents-box .main-banner img {
  width: 100%;
}

#link-area .contents-box .main-banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.area-box-wrapper {
  padding: 80px 0 50px;
}

.area-box-wrapper + #link-area .main-banner {
  margin-top: 0;
}

.contents-description {
  font-size: 28px;
  font-size: 1.6rem;
}

.contents-note {
  margin-top: 1.5em;
  font-size: 18px;
  font-size: 1.2rem;
}

.description-box {
  padding: 50px 70px;
}

.description-box:after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

.header {
  height: 0;
  padding-top: 42.5%;
  max-height: none;
  box-sizing: border-box;
  background: url("../img/mv-momiji.jpg") no-repeat 0 0;
  background-size: cover;
}

.header-mainvisual-list:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-mainvisual-list li {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header-mainvisual-list li.is-active {
  opacity: 1;
}

.header-mainvisual-list li:after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
}

.caption-box {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 0 10px 30px;
  position: absolute;
  border-left: 4px solid #c63704;
  bottom: 40px;
  left: 40px;
  z-index: 1;
}

.caption-area {
  display: block;
  font-family: "Lato", sans-serif, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-size: 26px;
  font-size: 1.6rem;
  color: #fff;
}

.caption-place {
  display: block;
  font-family: "Lato", sans-serif, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-size: 64px;
  font-size: 3.6rem;
  color: #fff;
}

.photographer-box {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.photographer-name {
  display: block;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .header {
    min-height: 300px;
  }

  .heading-lv1 {
    min-width: 170px;
  }

  .heading-lv2 {
    font-size: 2.08em;
  }

  .area-box-wrapper {
    width: 92%;
  }

  .area-box {
    width: 49%;
    margin-right: 0;
  }

  .area-box:nth-of-type(2n+1) {
    margin-right: 1.5%;
  }
}

@media screen and (min-width: 1024px) {
  .area-box:nth-of-type(3n) {
    margin-right: 0;
  }

  .banner:hover {
    opacity: .75;
  }

  .area-btn {
 /* area-button color */;
  }

  .area-btn.is-blue:hover {
    background-color: #1c2b4e;
  }

  .area-btn.is-olive:hover {
    background-color: #405011;
  }

  .area-btn.is-gold:hover {
    background-color: #6b521b;
  }

  .area-btn.is-emerald:hover {
    background-color: #003b2d;
  }

  .area-btn.is-red:hover {
    background-color: #771830;
  }
}

@media screen and (max-width: 1024px) {
  .banner-box {
    width: 90%;
    padding-bottom: 12%;
  }

  main {
    padding-bottom: 80px;
  }

  .contents-box {
    width: 90%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents-description br {
    display: none;
  }

  .description-box {
    margin-bottom: 80px;
  }

  .caption-box {
    padding: 10px 0 10px 14px;
  }

  .caption-area {
    font-size: 20px;
    font-size: 1.2rem;
  }

  .caption-place {
    font-size: 42px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  header.global .site-logo {
    float: none;
    width: 100%;
    padding: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.global .right-box {
    width: 100%;
    float: none;
  }

  header.global .right-box:after {
    content: "";
    clear: both;
    display: block;
  }

  header.global .right-box .link {
    float: left;
    width: 70%;
    padding: 3% 0 0 3%;
    text-align: left;
  }

  header.global .right-box .link a {
    font-size: 14px;
    font-size: 4.375vw;
  }

  header.global .right-box .link a:before {
    width: 4%;
    height: 0;
    padding-top: 4%;
  }

  header.global .right-box .link a:after {
    width: 7%;
    height: 0;
    padding-top: 7%;
  }

  header.global .right-box .company-logo {
    float: right;
    width: 20%;
    margin-left: 0;
  }

  header.global .right-box .company-logo img {
    width: 100%;
    height: auto;
  }

  main {
    padding-bottom: 40px;
  }

  footer.global .copyright-area {
    padding: 3%;
  }

  #top #link-area {
    padding: 12% 0;
    background-size: 112px 64px;
  }

  .contents-box {
    width: 90%;
  }

  #link-area .contents-box .main-banner {
    width: 100%;
  }

  #link-area .contents-box .main-banner li {
    margin-bottom: 20px;
  }

  .area-box-wrapper {
    padding: 50px 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .header {
/*    height: 52vw;*/
  }

  .heading-lv1 {
    width: 30%;
  }

  .heading-lv2 {
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 16px;
  }

  .heading-lv2-catch {
    margin-bottom: 4px;
  }

  .heading-lv2-catch span {
    font-size: 1.3em;
    background-size: 16px;
  }

  .heading-lv3 {
    font-size: 1.6em;
  }

  .contents-wrapper {
    background-size: 64px;
  }

  .description-box {
    background-size: 40%, 45%;
    padding: 40px 20px 30px;
    margin-bottom: 16%;
  }

  .contents-description {
    font-size: 1.16em;
    text-align: left;
  }

  .area-box-wrapper {
    width: 90%;
    padding: 12% 0 6%;
  }

  .area-box {
    width: 100%;
    margin-right: 0;
  }

  .area-btn {
    font-size: 1.3em;
  }

  .contents-description {
    text-align: left;
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.4rem;
  }

  .contents-note {
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.1rem;
  }

  .description-box {
    background-size: 40%, 45%;
    padding: 40px 40px 40px;
    margin-bottom: 16%;
  }

  .header-mainvisual-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .caption-box {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  .caption-area {
    font-size: 12px;
    font-size: 0.8rem;
  }

  .caption-place {
    font-size: 24px;
    font-size: 1.2rem;
  }

  .photographer-box {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .photographer-name {
    font-size: 10px;
    font-size: 9px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .area-btn {
    padding-left: 54px;
  }
}

/* map 
================================= */
.map-bg {
    padding: 0 0 60px 0;
/*  padding: 75px 0 60px 0;*/
  background: rgba(255, 255, 255, 0);
 /* // for SP layout // */;
}

.map-bg .map-content {
  max-width: 980px;
  width: 100%;
  margin: auto;
  text-align: center;
 /* // for SP layout // */;
}

/* emergencyArea
/*+---------------------------------*/
.rwd-emergencyArea-wrap {
  margin: 20px auto 30px;
  max-width: 1044px;
  padding: 0 10px; }

.rwd-emergencyArea {
  padding: 25px;
  background-color: #f8d9d9;
  border: 1px solid #bc3838; }
  .rwd-emergencyArea .rwd-guidance {
    position: absolute;
    top: -9999px;
    left: 0;
    height: 0; }
  .rwd-emergencyArea .rwd-emergencyArea__heading {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: bold; }
  .rwd-emergencyArea .rwd-emergencyArea__text {
    font-size: 1rem;}
  .rwd-emergencyArea a {
    color: #9a2414;
    background-color: #f8d9d9;
    font-weight: bold;
    text-decoration: underline; }
    .rwd-emergencyArea a:hover {
      text-decoration: none; }
  @media screen and (max-width: 670px) {
    .rwd-emergencyArea {
      padding: 15px; } }