@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP");
body {
  /*font-family: "M PLUS 1p" !important;*/
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 480px) {
  body {
    transform: none;
  }
}
body .pconly {
  display: block;
}
@media only screen and (max-width: 480px) {
  body .pconly {
    display: none;
  }
}
body .sponly {
  display: none;
}
@media only screen and (max-width: 480px) {
  body .sponly {
    display: block;
  }
}
body .fullScreenMenu-hamburger span {
  background: #333 !important;
}
body .l-header-language__item .l-footer-language-list__item-link {
  color: #000 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
}
@media only screen and (max-width: 768px) {
  body .l-header-language__item .l-footer-language-list__item-link {
    color: #fff !important;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
  }
}
body .l-header-sns__item.-share {
  color: #000 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
}
@media only screen and (max-width: 768px) {
  body .l-header-sns__item.-share {
    color: #fff !important;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
  }
}
body .l-header-sns__link-twitter::before {
  color: #000 !important;
}
body .l-header-sns__link-facebook:before {
  color: #000 !important;
}
body .c-title-h2 {
  color: #000 !important;
  -webkit-text-stroke: 0.5px #000 !important;
  /*text-shadow: #000 0.5px 0.5px 0px, #000 -0.5px 0.5px 0px, #000 0.5px -0.5px 0px, #000 -0.5px -0.5px 0px !important;*/
}
body .c-title-h3 {
  color: #000 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
}

.slide {
  /*
  padding: 140px 0 0;
  */
  background: #efcc55;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .slide {
    /*
    padding: 120px 0 0;
    */
  }
}
.slide::before {
  content: '';
  width: 100%;
  height: 15px;
  z-index: 1;
  background: url("../img/slide_wave.png") repeat-x bottom;
  position: absolute;
  bottom: 0;
}
.slide ul.slide_main {
  /*
  padding: 0 30px;
  @media only screen and (max-width: 480px) {
    padding: 0 15px;
  }
  */
}
.slide ul.slide_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*
  border-radius: 30px 30px 0 0;
  @media only screen and (max-width: 480px) {
    border-radius: 15px 15px 0 0;
  }
  */
}
.slide ul.slide_main .slide-arrow {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  z-index: 20;
}
@media only screen and (max-width: 480px) {
  .slide ul.slide_main .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.slide ul.slide_main .prev-arrow {
  left: 10px;
}
.slide ul.slide_main .next-arrow {
  right: 10px;
}
.slide .movie-button {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 3;
  position: absolute;
  top: 40px;
  right: 545px;
}
@media only screen and (max-width: 768px) {
  .slide .movie-button {
    width: 100px;
    top: 13px;
    right: 100px;
  }
}
.slide .movie-button li {
  width: 30%;
  text-align: center;
}
.slide .movie-button li span {
  color: #333;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .slide .movie-button li span {
    font-size: 1.6rem;
  }
}
.slide .field {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 480px) {
  .slide .field {
    display: none;
  }
}
.slide .scroll {
  color: #FFF;
  font-weight: bold;
  text-shadow: #555 1px 0 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 145px;
  z-index: 1;
}
.slide .mouse {
  width: 35px;
  height: 60px;
  border: 3px solid #FFF;
  border-radius: 60px;
  text-shadow: #555 1px 0 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 70px;
  z-index: 1;
}
.slide .mouse::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
.banner {
  padding: 30px 20px 0;
  background: #fefeee;
}
@media only screen and (max-width: 768px) {
  .banner {
    padding: 15px 5px 0;
  }
}
.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner ul li {
  width: calc(25% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .banner ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
.banner ul li img {
  width: 100%;
  height: auto;
}

.top-topics {
  width: 100%;
  padding: 60px 30px 0;
  background-color: #fefeee;
}
@media only screen and (max-width: 768px) {
  .top-topics {
    padding: 30px 15px 0;
  }
}
.top-topics .top-info-title {
  text-align: center;
}
.top-topics h2 {
  font-size: 4.2rem;
  font-weight: bold;
  /*color: #005ddb;*/
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .top-topics h2 {
    font-size: 2.8rem;
    line-height: 1.8em;
  }
}
.top-topics .topics {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.top-topics .topics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .top-topics .topics ul {
    display: block;
  }
}
.top-topics .topics ul li {
  width: 49%;
  background: #FFF;
}
@media only screen and (max-width: 480px) {
  .top-topics .topics ul li {
    width: 100%;
  }
  .top-topics .topics ul li:first-child {
    margin: 0 0 30px;
  }
}
.top-topics .topics ul li a {
  color: #000;
  text-decoration: none;
  display: block;
}
.top-topics .topics ul li a .box dl dd {
  color: #333 !important;
}
.top-topics .topics ul li a:hover .txt {
  text-decoration: underline !important;
}
.top-topics .topics ul li .img {
  width: 100%;
}
.top-topics .topics ul li .box {
  padding: 20px;
}
.top-topics .topics ul li .box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-topics .topics ul li .box dl dd:first-child {
  padding: 10px 20px;
  background: #99dcf7;
}
.top-topics .topics ul li .box dl dd:last-child {
  font-size: 15px;
}
.top-topics .topics ul li .box .txt {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 3rem;
}

.top-about {
  width: 100%;
  background-color: #fefeee !important;
  transform: rotate(0.05deg);
}

@media only screen and (max-width: 768px) {
  .top-about {
    background-color: #fefeee !important;
  }
}
.top-about__inner {
  padding: 60px 0 145px !important;
}

@media only screen and (max-width: 1024px) {
  .top-about__inner {
    background-color: #fefeee !important;
    padding: 0 30px 280px 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .top-about__inner {
    padding: 0 15px 280px 15px !important;
  }
}
.top-about-contents-text {
  color: #000 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
  font-size: 1.7rem !important;
}

@media only screen and (max-width: 768px) {
  .top-about-contents-text {
    font-size: 1.5rem;
  }
}
.top-about-map__text {
  color: #000 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
}

.top-about-select__wrap {
  background: #ffffff !important;
  background: #fefeee !important;
}

.top-about-select__wrap__inner {
  background: #ffffff !important;
  background: #fefeee !important;
}

.top-about-select-title__text {
  color: #444 !important;
}

.top-about-select-list__item-title {
  font-size: 1.5rem !important;
  color: #000 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) !important;
  line-height: 1.5em !important;
}

@media only screen and (max-width: 768px) {
  .top-about-select-list__item-title {
    font-size: 1.4rem !important;
    line-height: 1.4em !important;
  }
}
.top-about__inner.-ja {
  background: url("../../assets/img/ja/ja_bg_pc.png") center top no-repeat;
  background-position: center -100px;
}

@media only screen and (max-width: 1024px) {
  .top-about__inner.-ja::before {
    /*background: url("../../assets/img/ja/ja_bg_sp.png") center top no-repeat;*/
    background: url("../img/ja_bg_sp.png") center bottom no-repeat;
    background-size: cover !important;
  }
}
.top-info {
  padding: 80px 15px !important;
  background: #fff !important;
  line-height: 1.4 !important;
}

@media only screen and (max-width: 599px) {
  .top-info {
    padding: 40px 15px !important;
  }
}
.top-info__items__list-body {
  background: #e88110 !important;
}

.top-info__items__list-body-title {
  font-size: 1.8rem !important;
}

@media only screen and (max-width: 599px) {
  .top-info__items__list-body-title {
    font-size: 1.6rem !important;
  }
}
.top-info__items__list-body-text {
  font-size: 1.5rem;
  color: #eee !important;
}

@media only screen and (max-width: 599px) {
  .top-info__items__list-body-text {
    font-size: 1.3rem !important;
  }
}
.top-recommended {
  padding-top: 80px;
  background: #fff !important;
}
@media only screen and (max-width: 480px) {
  .top-recommended {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-recommended-contents__left {
    background: #eee !important;
  }
}
.top-recommended-contents-navi__list-item-link {
  color: #000 !important;
}

.top-recommended-contents-navi__list-item-link.-current {
  color: #005ddb !important;
}

.top-recommended-contents-sns-list__item {
  color: #000 !important;
}

.top-recommended-contents-sns-list__item-link.-twitter:before {
  color: #000 !important;
}

.top-recommended-contents-sns-list__item-link.-facebook:before {
  color: #000 !important;
}

.top-recommended-contents-sns-list__item-link.-weibo:before {
  color: #000 !important;
}

.top-recommended-map {
  background: #fefeee !important;
}

.top-recommended-map__title {
  color: #005ddb !important;
}

.top-recommended-map__right::after {
  content: "";
  width: 750px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 40px;
  background: url("../img/common_map_01.png") left top no-repeat;
  background-size: 100%;
  z-index: 104;
}

@media only screen and (max-width: 1024px) {
  .top-recommended-map__right::after {
    content: "";
    width: 375px;
    height: 280px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common_map_01.png") left top no-repeat;
    background-size: cover;
    z-index: 104;
  }
}
.p-contens-right {
  background: #e88110 !important;
}

@media only screen and (max-width: 1024px) {
  .p-contens-right {
    background: #ea8c25 !important;
  }
}
.p-contens-button-box__item.-google {
  background: #fff !important;
}
.p-contens-button-box__item.-google span {
  font-size: 1.4rem !important;
}

.p-contens-button-box__item.-trip {
  background: #fff !important;
}
.p-contens-button-box__item.-trip span {
  font-size: 1.4rem !important;
}

.p-contens-button-box__item.-detail {
  background: #fff !important;
}
.p-contens-button-box__item.-detail span {
  font-size: 1.4rem !important;
}

.c-link {
  background: #efcc55 !important;
}

.c-link ul li {
  width: 200px !important;
  max-width: 200px !important;
}

.c-link ul li a {
  padding: 10px 20px !important;
  color: #000 !important;
  font-weight: bold;
  background: #fff !important;
}

.c-link ul li a:hover {
  background: #fefeee !important;
}

.l-footer {
  background: #efcc55 !important;
}

@media only screen and (max-width: 480px) {
  .l-footer {
    padding: 5px 0 30px;
  }
}
.l-footer-copyright__text {
  color: #000 !important;
}