@charset "UTF-8";
body {
  background: url("../img/back_washi.jpg") repeat 0 0 #fff;
  font-family: ryo-display-plusn, YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
}
body > img {
  height: 0;
}

.c-overlay,
.c-facilities .c-facilities__list,
.c-facilities .c-facilities__title {
  display: none;
}

.attention__content p {
  width: 80px;
}
@media only screen and (min-width: 1024px) {
  .attention__content p {
    width: 110px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-nav__wrapper {
    top: 90px;
  }
}

#suntory_contents main .attention *,
#suntory_contents main .c-reservation *,
#suntory_contents main .c-nav * {
  font-weight: 500 !important;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #000;
}

.c-facilities a {
  color: inherit;
}

.js-nav .c-nav__right {
  color: #000;
}

.c-menu__right p,
.c-nav__toggle p {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
}

.c-menu__right {
  color: #000;
}

.c-menu {
  background: url("../img/menu_bg.jpg") no-repeat 50% 0;
  background-size: cover;
  z-index: 1002;
}
@media only screen and (max-width: 1023px) {
  .c-menu {
    background-image: url("../img/menu_bg_sp.jpg");
  }
}

.c-nav__right {
  align-items: flex-start;
}

@media only screen and (min-width: 1024px) {
  .c-nav__wrapper {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1023px) {
  .c-menu__left img {
    height: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-menu__nav {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .c-menu__nav .c-menu__right {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-menu__content {
    padding-bottom: 120px;
  }
  .c-menu__content .c-menu__main a {
    font-size: 2.2rem;
  }
  .c-menu__content .c-menu__sub a {
    font-size: 1.4rem;
  }
  .c-menu__content .c-menu__contact {
    width: 100%;
  }
  .c-menu__content .c-menu__contact th,
  .c-menu__content .c-menu__contact td {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-menu__content {
    max-width: 1240px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .c-menu__content .c-menu__main {
    margin: -12px 0 0;
  }
  .c-menu__content .c-menu__main a {
    font-weight: 500;
    font-size: 3.0rem;
    margin-bottom: 5px;
  }
  .c-menu__content .c-menu__sub {
    margin-top: 20px;
  }
  .c-menu__content .map {
    margin-top: 45px;
    margin-bottom: 0;
  }
}

.c-menu__contact {
  color: #000;
}
.c-menu__contact .phone h2 {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 700;
  font-size: 3.4rem;
}
@media only screen and (max-width: 1023px) {
  .c-menu__contact .phone h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-menu__contact .map th,
  .c-menu__contact .map td {
    font-size: 1.3rem;
  }
  .c-menu__contact .map td a {
    margin-left: 0;
  }
}

.c-menu__sub a {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 7px;
}
.c-menu__sub a:first-child {
  margin-left: 0;
}
.c-menu__sub a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .c-menu__sub a {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}

.c-nav__toggle .hamburger {
  background: url("../img/nav_icon2.svg") no-repeat 0 0;
  background-size: 100%;
  height: 13px;
  width: 40px;
}
.c-nav__toggle .hamburger span {
  display: none;
}

.attention__wrapper {
  background: url("../img/top/infobg_sp.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .attention__wrapper .attention__content {
    background: none;
    margin-bottom: 0;
  }
  .attention__wrapper .attention__content.notify {
    justify-content: flex-start;
    text-align: left;
    padding: 0 20px;
  }
  .attention__wrapper .attention__content.notify .arrow {
    right: 20px;
  }
  .attention__wrapper .attention__content.notify h2 {
    color: #fff;
    font-size: 1.6rem;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
    text-decoration: none;
  }
  .attention__wrapper .attention__content.notify h2:after {
    display: none;
  }
  .attention__wrapper .attention__content.time {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    justify-content: flex-start;
    color: #fff;
    padding: 0 20px;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .attention__wrapper {
    background: url("../img/top/infobg.png") no-repeat 50% 0;
    background-size: cover;
    display: flex;
    justify-content: center;
  }
  .attention__wrapper .attention__content {
    background: none;
    height: 70px;
    justify-content: flex-end;
    margin-bottom: 0;
    width: 50%;
  }
  .attention__wrapper .attention__content.notify {
    padding-right: 75px;
  }
  .attention__wrapper .attention__content.notify .arrow {
    right: 75px;
  }
  .attention__wrapper .attention__content.notify h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 5px;
  }
  .attention__wrapper .attention__content.notify h2:after {
    display: none;
  }
  .attention__wrapper .attention__content.time {
    justify-content: flex-start;
    padding-left: 75px;
    color: #fff;
    position: relative;
  }
  .attention__wrapper .attention__content.time:before {
    background-color: #fff;
    content: "";
    height: 40px;
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
  }
}

.c-title {
  color: #000;
}
.c-title .tle {
  font-family: "Times New Roman", Times, "serif";
  font-size: 2.2rem;
  line-height: 1.2;
}
.c-title p {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .c-title .tle {
    font-size: 2.8rem;
  }
  .c-title p {
    font-size: 1.7rem;
  }
}

.c-reservation {
  background-color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.85);
}
.c-reservation:hover {
  background-color: black !important;
  border-color: black !important;
}
.c-reservation h2 {
  margin-left: 0;
}

@media only screen and (max-width: 1023px) {
  .attention__content.notify h2 {
    text-underline-offset: 5px;
  }
}

.homepage .js-nav .c-nav__left {
  height: auto;
}
.homepage .js-nav .c-nav__toggle .hamburger {
  background-image: url("../img/nav_icon.svg");
}
.homepage .js-nav.--invert .c-nav__toggle p {
  color: #fff;
}
.homepage .js-nav.--invert.--is-top .c-nav__menu li a {
  color: #000;
}
.homepage .js-nav.--invert.--is-top .c-nav__toggle p {
  color: #000;
}
.homepage .js-nav.--invert.--is-top .c-nav__toggle .hamburger {
  background-image: url("../img/nav_icon2.svg");
}
.homepage .js-reservation.--active {
  background-color: rgba(0, 0, 0, 0.85);
  border-color: #000;
}
.homepage .js-reservation.--active:hover {
  background-color: black !important;
  border-color: #000 !important;
}
.homepage .js-reservation.--menu-active {
  background-color: rgba(0, 0, 0, 0.85) !important;
  border-color: #fff !important;
}
@media only screen and (max-width: 1023px) {
  .homepage .js-reservation {
    background-color: rgba(0, 0, 0, 0.85);
    border-color: rgba(0, 0, 0, 0);
  }
  .homepage .js-reservation.--active {
    border-color: rgba(0, 0, 0, 0);
  }
  .homepage .js-reservation.--active:hover {
    border-color: rgba(0, 0, 0, 0);
  }
  .homepage .js-reservation.--menu-active {
    border-color: rgba(0, 0, 0, 0);
  }
}
.homepage .c-nav__menu li a {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .homepage .mainvisual .js-youtube iframe {
    height: 120%;
  }
}
.homepage .concept__wrapper {
  margin-top: 0;
}
.homepage .concept__title {
  margin-bottom: 0;
}
.homepage .concept__title h2 {
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 160%;
}
.homepage .concept__title h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .homepage .concept__title h2 {
    font-size: 2.4rem;
  }
  .homepage .concept__title h2 span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__title h2 {
    font-size: 4.0rem;
  }
  .homepage .concept__title h2 span {
    font-size: 2.0rem;
  }
}
.homepage .concept__content {
  margin-top: 0;
  text-align: center;
}
.homepage .concept__content .text p {
  color: #000;
  font-size: 1.5rem;
}
.homepage .concept__content .pict {
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .homepage .concept__content {
    position: relative;
    padding: 130.6vw 0 167vw;
  }
  .homepage .concept__content .text p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.0;
  }
  .homepage .concept__content .pict01 {
    top: 53vw;
    left: -25px;
    width: 53.3vw;
  }
  .homepage .concept__content .pict02 {
    top: 69.6vw;
    right: -25px;
    width: 27.7vw;
  }
  .homepage .concept__content .pict03 {
    top: 119.3vw;
    left: 0;
    width: 25.8vw;
  }
  .homepage .concept__content .pict04 {
    top: 128vw;
    right: 0;
    width: 41.8vw;
  }
  .homepage .concept__content .pict05 {
    bottom: 36vw;
    left: -25px;
    width: 50.1vw;
  }
  .homepage .concept__content .pict06 {
    bottom: 54.6vw;
    right: 0;
    width: 24.2vw;
  }
  .homepage .concept__content .pict07 {
    bottom: -20vw;
    right: -25px;
    width: 77vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content {
    padding: 400px 0 830px;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content {
    padding-bottom: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .text {
    width: 100%;
  }
  .homepage .concept__content .text p {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2.0;
  }
  .homepage .concept__content .pict01 {
    top: 200px;
    left: -80px;
    width: 628px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict01 {
    width: 33vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .pict02 {
    top: 310px;
    right: -80px;
    width: 378px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict02 {
    width: 20vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .pict03 {
    top: 877px;
    left: 240px;
    width: 218px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict03 {
    left: 10vw;
    width: 11.5vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .homepage .concept__content .pict03 {
    left: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .pict04 {
    top: 980px;
    right: 170px;
    width: 370px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict04 {
    right: 7vw;
    width: 19vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .homepage .concept__content .pict04 {
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .pict05 {
    bottom: 200px;
    left: -30px;
    width: 386px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict05 {
    width: 21.4vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .pict06 {
    bottom: 254px;
    left: 590px;
    width: 197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict06 {
    left: 32.7vw;
    width: 10.8vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content .pict07 {
    bottom: 216px;
    right: -20px;
    width: 620px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .homepage .concept__content .pict07 {
    width: 34.4vw;
  }
}

.homepage .top_movie {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .homepage .top_movie {
    margin: 0 auto 150px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_movie {
    margin: 0 auto 270px;
  }
  .homepage .top_movie a {
    display: inline-block;
  }
  .homepage .top_movie a:hover img {
    opacity: 0.7;
  }
}
.homepage .top_tour_area {
  background-color: #fff;
  position: relative;
  z-index: 1001;
}
.homepage .top_tour_area .top_tour_area__container {
  position: relative;
}
.homepage .top_tour_area .top_tour_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 20;
}
.homepage .top_tour_area h2 {
  color: #fff;
  line-height: 1.6;
}
.homepage .top_tour_area h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
.homepage .top_tour_area p {
  color: #fff;
  line-height: 2.0;
}
.homepage .top_tour_area .tour_link a {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.homepage .top_tour_area .top_tour_pictarea .swiper-slide {
  overflow: hidden;
}
.homepage .top_tour_area .top_tour_pictarea .swiper-slide img {
  transform: scale(1);
  transition: 5.5s all ease-in-out;
}
.homepage .top_tour_area .top_tour_pictarea .swiper-slide.swiper-slide-duplicate-prev img, .homepage .top_tour_area .top_tour_pictarea .swiper-slide.swiper-slide-prev img {
  transform: scale(1.2);
}
@media only screen and (max-width: 1023px) {
  .homepage .top_tour_area .top_tour_txt {
    padding: 0 25px;
  }
  .homepage .top_tour_area h2 {
    font-size: 2.4rem;
    margin-bottom: 45px;
  }
  .homepage .top_tour_area h2 span {
    font-size: 1.4rem;
  }
  .homepage .top_tour_area p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .homepage .top_tour_area .tour_link a {
    border: 1px solid #707070;
    font-size: 1.4rem;
    height: 55px;
    width: 315px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_tour_area h2 {
    font-size: 4.0rem;
    margin-bottom: 50px;
  }
  .homepage .top_tour_area h2 span {
    font-size: 2.0rem;
  }
  .homepage .top_tour_area p {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  .homepage .top_tour_area .tour_link a {
    font-size: 1.5rem;
    height: 100px;
    width: 214px;
  }
}
.homepage .top_banner_area h2 {
  line-height: 160%;
}
.homepage .top_banner_area h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .homepage .top_banner_area {
    margin-top: 150px;
  }
  .homepage .top_banner_area h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .homepage .top_banner_area h2 span {
    font-size: 1.4rem;
  }
  .homepage .top_banner_area .banner__swiper {
    margin: 0 -25px;
    padding: 0 25px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_banner_area {
    margin-top: 250px;
  }
  .homepage .top_banner_area h2 {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .homepage .top_banner_area h2 span {
    font-size: 2.0rem;
  }
  .homepage .top_banner_area .swiper-slide a:hover {
    opacity: 0.7;
  }
}
.homepage .pickup .c-title {
  line-height: 160%;
}
.homepage .pickup .c-title .tle {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .homepage .pickup .c-title {
    margin-bottom: 40px;
  }
  .homepage .pickup .c-title p {
    font-size: 2.2rem;
  }
  .homepage .pickup .c-title .tle {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .pickup .c-title {
    margin-bottom: 50px;
  }
  .homepage .pickup .c-title p {
    font-size: 3.0rem;
  }
  .homepage .pickup .c-title .tle {
    font-size: 2.0rem;
  }
}
.homepage .top_craft_area .top_craft_area__container {
  position: relative;
}
.homepage .top_craft_area p {
  font-size: 1.5rem;
  line-height: 2.0;
}
.homepage .top_craft_area h2 {
  line-height: 160%;
}
.homepage .top_craft_area h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
.homepage .top_craft_area .link a {
  display: inline-block;
}
.homepage .top_craft_area .link a:after {
  background-color: #000;
  content: "";
  margin-top: 5px;
  height: 1px;
  display: block;
  width: 100%;
}
.homepage .top_craft_area .link a div {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.homepage .top_craft_area .link a span {
  display: block;
}
.homepage .top_craft_area .link a span.link_after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 105%);
}
@media only screen and (max-width: 1023px) {
  .homepage .top_craft_area {
    margin-bottom: 150px;
  }
  .homepage .top_craft_area h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .homepage .top_craft_area h2 span {
    font-size: 1.4rem;
  }
  .homepage .top_craft_area p {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .homepage .top_craft_area .top_craft_txt {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .homepage .top_craft_area .top_craft_pictarea {
    margin-left: 18.4vw;
    width: 81.6vw;
  }
  .homepage .top_craft_area .top_craft_pictarea .top_pict:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_craft_area {
    margin-bottom: 250px;
  }
  .homepage .top_craft_area .top_craft_area__container {
    padding-left: 80px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .homepage .top_craft_area h2 {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .homepage .top_craft_area h2 span {
    font-size: 2.0rem;
  }
  .homepage .top_craft_area p {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
  .homepage .top_craft_area .link a span {
    transition: 0.5s all ease-in;
  }
  .homepage .top_craft_area .link a:hover .link_before {
    transform: translate(0px, -100%);
  }
  .homepage .top_craft_area .link a:hover .link_after {
    transform: translate(0px, 0);
  }
  .homepage .top_craft_area .top_craft_pictarea {
    max-width: 960px;
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px) {
  .homepage .top_craft_area .top_craft_pictarea {
    max-width: 58vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_craft_area .top_craft_pictarea .top_pict:first-of-type {
    margin-bottom: 30px;
  }
  .homepage .top_craft_area .top_craft_txt_contents {
    position: sticky;
    top: 20px;
    max-width: 450px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px) {
  .homepage .top_craft_area .top_craft_txt_contents {
    max-width: 40vw;
  }
}

.homepage .top_map_area .top_map_area__container {
  position: relative;
}
.homepage .top_map_area p {
  font-size: 1.5rem;
  line-height: 2.0;
}
.homepage .top_map_area h2 {
  line-height: 160%;
}
.homepage .top_map_area h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
.homepage .top_map_area .link a {
  display: inline-block;
}
.homepage .top_map_area .link a:after {
  background-color: #000;
  content: "";
  margin-top: 5px;
  height: 1px;
  display: block;
  width: 100%;
}
.homepage .top_map_area .link a div {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.homepage .top_map_area .link a span {
  display: block;
}
.homepage .top_map_area .link a span.link_after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 105%);
}
@media only screen and (max-width: 1023px) {
  .homepage .top_map_area {
    margin-bottom: 150px;
  }
  .homepage .top_map_area h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .homepage .top_map_area h2 span {
    font-size: 1.4rem;
  }
  .homepage .top_map_area p {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .homepage .top_map_area .top_map_txt {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .homepage .top_map_area .top_map_pictarea {
    margin-left: 18.4vw;
    width: 81.6vw;
  }
  .homepage .top_map_area .top_map_pictarea .top_pict:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_map_area {
    margin-bottom: 250px;
  }
  .homepage .top_map_area .top_map_area__container {
    padding-left: 80px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .homepage .top_map_area h2 {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .homepage .top_map_area h2 span {
    font-size: 2.0rem;
  }
  .homepage .top_map_area p {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
  .homepage .top_map_area .link a span {
    transition: 0.5s all ease-in;
  }
  .homepage .top_map_area .link a:hover .link_before {
    transform: translate(0px, -100%);
  }
  .homepage .top_map_area .link a:hover .link_after {
    transform: translate(0px, 0);
  }
  .homepage .top_map_area .top_map_pictarea {
    max-width: 960px;
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px) {
  .homepage .top_map_area .top_map_pictarea {
    max-width: 58vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .top_map_area .top_map_pictarea .top_pict:first-of-type {
    margin-bottom: 30px;
  }
  .homepage .top_map_area .top_map_txt_contents {
    position: sticky;
    top: 20px;
    max-width: 450px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px) {
  .homepage .top_map_area .top_map_txt_contents {
    max-width: 40vw;
  }
}

.homepage .about_tour_area .about_tour__container {
  position: relative;
}
.homepage .about_tour_area p {
  font-size: 1.5rem;
  line-height: 2.0;
}
.homepage .about_tour_area h2 {
  line-height: 160%;
}
.homepage .about_tour_area h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-weight: 700;
}
.homepage .about_tour_area .tour_link a {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .homepage .about_tour_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .homepage .about_tour_area h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .homepage .about_tour_area h2 span {
    font-size: 1.4rem;
  }
  .homepage .about_tour_area p {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .homepage .about_tour_area .tour_link a {
    border: 1px solid #707070;
    font-size: 1.4rem;
    height: 55px;
    width: 100%;
  }
  .homepage .about_tour_area .top_craft_txt {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .homepage .about_tour_area .top_craft_pictarea {
    margin-left: 18.4vw;
    width: 81.6vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .about_tour_area {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .homepage .about_tour_area .about_tour__container {
    padding-left: 80px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .homepage .about_tour_area h2 {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .homepage .about_tour_area h2 span {
    font-size: 2.0rem;
  }
  .homepage .about_tour_area p {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
  .homepage .about_tour_area .tour_link a {
    font-size: 1.5rem;
    height: 100px;
    width: 214px;
  }
  .homepage .about_tour_area .top_craft_pictarea {
    max-width: 960px;
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px) {
  .homepage .about_tour_area .top_craft_pictarea {
    max-width: 58vw;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .about_tour_area .top_craft_txt_contents {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px) {
  .homepage .about_tour_area .top_craft_txt_contents {
    max-width: 40vw;
  }
}

.homepage .access__container {
  background: url("../img/top/accessbg.jpg") repeat 0 100%;
}
.homepage .access__title .tle {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.homepage .access__title .tle span {
  font-family: "Times New Roman", Times, "serif";
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__title .tle {
    font-size: 2.2rem;
  }
  .homepage .access__title .tle span {
    font-size: 1.6rem;
  }
}
.homepage .access__title p {
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__title p {
    font-size: 1.4rem;
  }
}
.homepage .access__title .info {
  color: #fff;
  border-bottom-color: #fff;
}
.homepage .access__content {
  color: #000;
  justify-content: space-between;
  padding-bottom: 50px;
}
.homepage .access__content .btn a {
  border-color: #000;
}
.homepage .access__content .btn a:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__content {
    display: block;
  }
}
.homepage .access__contact .phone {
  color: #fff;
}
.homepage .access__contact .phone a {
  color: #fff;
}
.homepage .access__contact .phone span {
  opacity: 1;
}
.homepage .access__contact .phone h2 {
  font-family: "Times New Roman", Times, "serif";
}
.homepage .access__contact .map {
  color: #fff;
}
.homepage .access__contact .map a {
  color: #fff;
}
.homepage .access__contact .map a img {
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__contact .c-table th {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .access__contact {
    width: 44%;
  }
}
.homepage .access__contact .btn a {
  border-color: #fff;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .homepage .access__contact .btn a {
    width: 280px;
  }
  .homepage .access__contact .btn a:hover {
    background-color: #fff;
    color: #000;
  }
  .homepage .access__contact .btn a:hover #Line_255,
  .homepage .access__contact .btn a:hover #Line_256,
  .homepage .access__contact .btn a:hover #Line_257 {
    stroke: #000;
  }
}
.homepage .access__popup {
  background-color: rgba(0, 0, 0, 0.65);
}
.homepage .access__popup .popup-inner {
  background-color: #F5E4DE;
}
.homepage .access__popup .popup-items {
  border-top-color: #707070;
  font-weight: 500;
}
.homepage .access__popup .popup-items:last-child {
  border-bottom-color: #707070;
}
.homepage .access__popup .popup-items p {
  font-weight: 500;
}
.homepage .access__title .info {
  font-family: ryo-display-plusn, YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
}
.homepage .access__wrapper {
  margin-bottom: 0;
}

.remodal.YouTube {
  padding: 0;
  background: #000;
  max-width: 960px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accesspage {
  color: #000;
}
.accesspage .map__heading h1 {
  font-size: 30px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .map__heading h1 {
    font-size: 24px;
  }
}
.accesspage .c-nav__menu li.c-nav_access:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.accesspage .tab-content--top p {
  font-size: 1.3rem;
  margin-top: 45px;
  line-height: 1.4;
  color: rgba(0, 66, 41, 0.7);
}
@media only screen and (max-width: 1023px) {
  .accesspage .tab-content--top p {
    margin-top: 25px;
  }
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 {
  background-color: #F5E4DE;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 p {
  font-size: 1.5rem;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special {
  color: #000;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special a:hover {
  text-decoration: none;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 a.btn_pdf {
  border-color: #000;
  position: relative;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 a.btn_pdf:after {
  background: url("../img/access/pdflink.svg") no-repeat 0 0;
  content: "";
  height: 6px;
  display: inline-block;
  width: 15px;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .left h2 {
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .left h2 {
    font-size: 20px;
  }
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .right img {
  height: auto;
  width: 414px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .right img {
    object-fit: cover;
    width: 100%;
  }
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .bus_stop {
  max-width: 630px;
  margin-right: 30px;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .bus_stop p.notice {
  font-size: 1.3rem;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .bus_stop .bus_stop_map img {
  object-fit: cover;
  height: auto;
  max-width: 630px;
  width: 100%;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table {
  min-width: 500px;
  max-width: 730px;
  width: 48%;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table ul.time_table_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table ul.time_table_list li:first-child {
  margin-right: 30px;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table ul.time_table_notice li {
  padding-left: 15px;
  text-indent: -16px;
  font-size: 1.3rem;
  line-height: 180%;
  font-weight: 500;
  opacity: .7;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table ul.time_table_notice li:before {
  content: "※ ";
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle {
    display: block;
  }
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .bus_stop {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table {
    min-width: 0;
    margin-bottom: 30px;
    width: auto;
  }
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table ul.time_table_list {
    display: block;
  }
  .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .shuttle .time_table ul.time_table_list li:first-child {
    margin: 0 0 15px;
  }
}
.accesspage .map__contact .phone h2 {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
}
.accesspage .map__content {
  background-color: #F5E4DE;
}
.accesspage .map__content .btn {
  border-color: #000;
}
.accesspage .map__content .map_btn_info {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.accesspage .map__content .map__img img {
  mix-blend-mode: normal;
}
.accesspage .trafic__tabs .tabs {
  gap: 0;
}
.accesspage .trafic__tabs .tabs .tab-link {
  cursor: text;
}
.accesspage .trafic__tabs .tabs .tab-link:first-of-type {
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .trafic__tabs .tabs .tab-link:first-of-type {
    margin-right: 20px;
  }
}
.accesspage .trafic__tabs .tabs .tab-link:after {
  display: none;
}
.accesspage .map__text h2 {
  font-size: 18px;
}
.accesspage .map__text ul li {
  line-height: 180%;
}
.accesspage .map__text ul li a {
  display: inline;
  text-decoration: underline;
}
.accesspage .map__text ul li a:hover {
  text-decoration: none;
}
.accesspage .map__text ul li:nth-child(1) {
  font-size: 1.5rem;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}
.accesspage .map__text ul li:nth-child(1):before {
  content: "";
}
@media only screen and (max-width: 1023px) {
  .accesspage .map__text ul li:nth-child(1) {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.accesspage .map__text ul li:nth-child(2) {
  font-size: 1.5rem;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .accesspage .map__text ul li:nth-child(2) {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.accesspage .map__text ul li:nth-child(2):before {
  content: "";
}
.accesspage .map__text ul li:nth-child(3) {
  padding-left: 0;
  text-indent: 0;
  opacity: 1;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .map__text ul li:nth-child(3) {
    font-size: 14px;
  }
}
.accesspage .map__text ul li:nth-child(3):before {
  content: "";
}
.accesspage .trafic__heading h2 {
  font-size: 30px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .trafic__heading h2 {
    font-size: 24px;
  }
}

.aboutpage .js-nav .logo_white {
  display: block;
}
.aboutpage .js-nav .logo_black {
  display: none;
}
.aboutpage .js-nav .c-nav__toggle .hamburger {
  background-image: url("../img/nav_icon.svg");
}
.aboutpage .js-nav .c-nav__toggle .hamburger span {
  background-color: #fff;
}
.aboutpage .js-nav .c-nav__toggle p {
  color: #fff;
}
.aboutpage .js-nav .c-nav__menu li {
  color: #fff;
}
.aboutpage .js-nav .c-nav__menu li a {
  color: #fff;
}
.aboutpage .js-nav.--invert .logo_white {
  display: none;
}
.aboutpage .js-nav.--invert .logo_black {
  display: block;
}
.aboutpage .js-nav.--invert .c-nav__menu li {
  color: #000;
}
.aboutpage .js-nav.--invert .c-nav__menu li a {
  color: #000;
}
.aboutpage .js-nav.--invert .c-nav__toggle p {
  color: #000;
}
.aboutpage .js-nav.--invert .c-nav__toggle .hamburger span {
  background-color: #000;
}
.aboutpage .js-nav.--invert .c-nav__toggle .hamburger {
  background-image: url("../img/nav_icon2.svg");
}
.aboutpage .c-nav__menu li.c-nav_about:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.aboutpage .c-reservation.hide {
  opacity: 0;
}
.aboutpage .scrollable-element .c-reservation {
  position: fixed;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.85);
}
.aboutpage .about__swiper {
  position: relative;
}
.aboutpage .about__swiper {
  overflow: hidden;
  position: relative;
}
.aboutpage .about__swiper.scroll-a:after, .aboutpage .about__swiper.scroll-b:after {
  content: "";
  height: 40vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.aboutpage .about__swiper.scroll-a:after {
  height: 20vh;
}
.aboutpage .about__swiper.scroll-b:after {
  height: 20vh;
}
.aboutpage .about__swiper .scrollable-element {
  height: 100vh;
  overflow-y: scroll;
}
.aboutpage .about__swiper .scrollable-element #suntoryCommonFooter {
  margin-bottom: 100px;
}
.aboutpage .about__swiper .scrollable-element .about__slide {
  height: calc(100vh - 100px);
}
.aboutpage .about__swiper .scrollable-element .about__slide .slide_txt_area {
  bottom: 40px;
}
.aboutpage .about__swiper .scrollable-element .about__slide .mainvisual__scrolldown {
  bottom: 0;
}
.aboutpage .about__swiper .about__slide {
  color: #fff;
  height: 100%;
  position: relative;
}
.aboutpage .about__swiper .about__slide img {
  max-height: 100vh;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aboutpage .about__swiper .about__slide .title_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.aboutpage .about__swiper .about__slide .title_area h1 {
  font-size: 4.0rem;
  text-align: center;
}
.aboutpage .about__swiper .about__slide .title_area h1 span {
  font-family: "Times New Roman", Times, "serif";
  font-size: 2.0rem;
  display: block;
  margin-bottom: 25px;
}
.aboutpage .about__swiper .about__slide .slide_txt_area {
  position: absolute;
  bottom: 140px;
  left: 45px;
  width: 700px;
}
.aboutpage .about__swiper .about__slide .slide_txt_area h2 {
  font-size: 3.0rem;
  margin-bottom: 45px;
  line-height: 1.4;
}
.aboutpage .about__swiper .about__slide .slide_txt_area h2 span {
  font-family: "Times New Roman", Times, "serif";
  display: block;
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.aboutpage .about__swiper .about__slide .slide_txt_area p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.aboutpage .about__swiper .about__slide .slide_txt_area.note {
  width: 420px;
}
.aboutpage .about__swiper .about__slide .slide_txt_area.note h2 {
  font-size: 2.6rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .about__swiper .about__slide .title_area h1 {
    font-size: 2.4rem;
  }
  .aboutpage .about__swiper .about__slide .title_area h1 span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .aboutpage .about__swiper .about__slide .slide_txt_area {
    bottom: 23vh;
    left: 25px;
    width: 80%;
    max-width: 340px;
  }
  .aboutpage .about__swiper .about__slide .slide_txt_area h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .aboutpage .about__swiper .about__slide .slide_txt_area p {
    font-size: 1.3rem;
  }
  .aboutpage .about__swiper .about__slide .slide_txt_area.note h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .aboutpage .about__swiper .scrollable-element #suntoryCommonFooter {
    margin-bottom: 40px;
  }
  .aboutpage .about__swiper .scrollable-element .about__slide {
    height: calc(100vh - 80px);
  }
  .aboutpage .about__swiper .scrollable-element .about__slide .slide_txt_area {
    bottom: 80px;
  }
  .aboutpage .about__swiper .scrollable-element .about__slide .mainvisual__scrolldown {
    bottom: 80px;
  }
}
.aboutpage .homepage .access__popup {
  height: 100vh;
  top: auto;
  bottom: 0;
}

.mappage .c-nav__wrapper {
  z-index: 30;
}
@media only screen and (max-width: 1550px) {
  .mappage .c-nav__menu {
    display: none;
  }
}
.mappage .c-nav__menu li.c-nav_map:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.mappage .map_main {
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .mappage .map_main {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1790px) {
  .mappage .map_main {
    padding-left: 310px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1580px) {
  .mappage .map_main {
    padding-left: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .mappage .map_main {
    padding-left: 180px;
  }
}

.mappage .map_main .map_title {
  color: #000;
  position: absolute;
  bottom: 550px;
  left: 45px;
  z-index: 30;
  text-align: left;
}
.mappage .map_main .map_title h1 {
  font-size: 4.0rem;
  line-height: 1.4;
}
.mappage .map_main .map_title h1 span {
  font-size: 2.0rem;
  font-family: "Times New Roman", Times, "serif";
  font-size: 500;
}
@media only screen and (max-width: 1580px) {
  .mappage .map_main .map_title {
    bottom: 490px;
  }
}
@media only screen and (max-width: 1300px) {
  .mappage .map_main .map_title {
    bottom: 370px;
  }
  .mappage .map_main .map_title h1 {
    font-size: 3.5rem;
  }
  .mappage .map_main .map_title h1 span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .mappage .map_main .map_title {
    top: 90px;
    left: 20px;
    bottom: auto;
    width: 90vw;
  }
  .mappage .map_main .map_title h1 {
    font-size: 2.4rem;
  }
  .mappage .map_main .map_title h1 span {
    font-size: 1.4rem;
  }
  .mappage .map_main .map_title p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.mappage .map_bg {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .mappage .map_bg {
    padding: 200px 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .mappage .map_bg {
    overflow: hidden;
    margin: 0;
    max-width: 1520px;
    padding: 90px 0 10px;
    width: 100%;
    z-index: 20;
  }
  .mappage .map_bg div p {
    position: absolute;
    z-index: 5;
  }
  .mappage .map_bg div p a {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    border-radius: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
  }
  .mappage .map_bg div .area,
  .mappage .map_bg div .pict {
    position: absolute;
    display: none;
  }
  .mappage .map_bg div .pict {
    width: 165px;
  }
  .mappage .map_bg div.hover a:hover {
    opacity: 1;
  }
  .mappage .map_bg div.hover p a {
    background-color: #fff;
    border-color: #000;
    color: #000;
  }
  .mappage .map_bg div.hover .pict,
  .mappage .map_bg div.hover .area {
    display: block;
  }
  .mappage .map_bg div.map_link01 p {
    top: 31%;
    right: 39%;
  }
  .mappage .map_bg div.map_link01 .pict {
    top: 36.2%;
    right: 42.2%;
    z-index: 10;
  }
  .mappage .map_bg div.map_link02 p {
    top: 27.5%;
    right: 33.5%;
  }
  .mappage .map_bg div.map_link02 .pict {
    top: 32.7%;
    right: 36.7%;
    z-index: 10;
  }
  .mappage .map_bg div.map_link03 p {
    top: 45%;
    right: 41%;
  }
  .mappage .map_bg div.map_link03 .pict {
    top: 49.8%;
    right: 44.2%;
  }
  .mappage .map_bg div.map_link04 p {
    top: 27%;
    right: 10%;
  }
  .mappage .map_bg div.map_link04 .pict {
    top: 32%;
    right: 13%;
  }
  .mappage .map_bg div.map_link05 p {
    top: 47%;
    right: 27%;
  }
  .mappage .map_bg div.map_link05 .pict {
    top: 52%;
    right: 30%;
  }
  .mappage .map_bg div.map_link06 p {
    top: 22%;
    right: 69%;
  }
  .mappage .map_bg div.map_link06 .pict {
    top: 27%;
    right: 72%;
  }
  .mappage .map_bg div.map_link07 p {
    top: 34%;
    right: 62%;
  }
  .mappage .map_bg div.map_link07 .pict {
    top: 39%;
    right: 65%;
  }
}
.mappage .map_area_info {
  display: flex;
  align-items: center;
  position: absolute;
  left: 350px;
  bottom: 100px;
  z-index: 20;
}
.mappage .map_area_info img {
  margin-right: 10px;
}
@media only screen and (max-width: 1580px) {
  .mappage .map_area_info {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .mappage .map_area_info {
    font-size: 1.4rem;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto 30px;
    padding: 0 25px;
  }
  .mappage .map_area_info img {
    width: 50px;
  }
}
.mappage .map_nav {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 100px;
  left: 45px;
  z-index: 30;
}
@media only screen and (max-width: 1580px) {
  .mappage .map_nav {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .mappage .map_nav {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 25px 20px;
  }
}
.mappage .map_nav > li {
  border-bottom: 1px solid #CCCCCC;
}
.mappage .map_nav > li:first-child {
  border-top: 1px solid #ccc;
}
.mappage .map_nav > li a {
  display: block;
}
.mappage .map_nav > li a:hover {
  opacity: 1;
}
.mappage .map_nav > li.hover a {
  background-color: #000;
  color: #fff;
}
.mappage .map_nav > li.hover a dt {
  background-color: #fff;
  color: #000;
}
.mappage .map_nav > li.hover a dd ul li {
  color: rgba(255, 255, 255, 0.7);
}
.mappage .map_nav > li dl {
  display: flex;
  padding: 18px 15px;
}
@media only screen and (max-width: 1300px) {
  .mappage .map_nav > li dl {
    padding: 12px 15px;
  }
}
.mappage .map_nav > li dl dt {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
}
.mappage .map_nav > li dl dd {
  font-weight: 500;
}

.remodal-wrapper {
  padding: 0;
}

.remodal.map-remodal {
  background: url("../img/back_washi.jpg") repeat 0 0 #fff;
  margin-bottom: 0;
  height: 100%;
  max-width: 100%;
  padding: 0 100px 0 0;
  overflow: hidden;
}
.remodal.map-remodal .modal_titlearea {
  border-left: 1px solid #707070;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 35px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 10;
}
.remodal.map-remodal .modal_titlearea .remodal-close {
  background: url("../img/map/close.svg") no-repeat 0 0;
  background-size: 100%;
  height: 18px;
  width: 41px;
  position: relative;
}
.remodal.map-remodal .modal_titlearea .remodal-close:before {
  display: none;
}
.remodal.map-remodal .modal_titlearea .modal_linkarea li:last-child {
  margin-top: 20px;
}
.remodal.map-remodal .modal_main_area {
  display: flex;
  align-items: center;
  height: 100%;
}
.remodal.map-remodal .modal_main_area .modal_slide {
  height: 100%;
  width: 50%;
}
.remodal.map-remodal .modal_main_area .modal_slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.remodal.map-remodal .modal_main_area .modal_slide .swiper-pagination {
  padding-left: 40px;
  padding-bottom: 20px;
  text-align: left;
}
.remodal.map-remodal .modal_main_area .modal_cont {
  padding: 100px 110px;
  width: 50%;
  text-align: left;
}
.remodal.map-remodal .modal_main_area .modal_cont .modal_detail {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.remodal.map-remodal .modal_main_area .modal_cont .modal_detail::-webkit-scrollbar {
  display: none;
}
.remodal.map-remodal .modal_main_area .modal_cont h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 80px;
  position: relative;
  max-width: 500px;
}
.remodal.map-remodal .modal_main_area .modal_cont h2 span {
  font-size: 1.8rem;
  display: block;
  opacity: 0.7;
  font-weight: 500;
}
.remodal.map-remodal .modal_main_area .modal_cont h2 span.num {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  opacity: 1;
  position: absolute;
  top: 3px;
  left: 0;
  height: 30px;
  width: 30px;
}
.remodal.map-remodal .modal_main_area .modal_cont .pict {
  margin-bottom: 40px;
}
.remodal.map-remodal .modal_main_area .modal_cont .pict + .pict {
  margin-top: -25px;
}
.remodal.map-remodal .modal_main_area .modal_cont p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 500px;
}
.remodal.map-remodal .modal_main_area .modal_cont p.notice {
  font-size: 1.3rem;
  margin-top: 40px;
  opacity: 0.7;
}
.remodal.map-remodal .modal_main_area .modal_cont p.note {
  font-size: 1.3rem;
}
.remodal.map-remodal .modal_main_area .modal_cont p a {
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.remodal.map-remodal .modal_main_area .modal_cont dl {
  margin-top: 40px;
}
.remodal.map-remodal .modal_main_area .modal_cont dl dt {
  font-size: 1.3rem;
  opacity: 0.7;
  margin-bottom: 5px;
}
.remodal.map-remodal .modal_main_area .modal_cont dl dd {
  font-size: 1.3rem;
  opacity: 0.7;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.remodal.map-remodal .modal_main_area .modal_cont .btn {
  margin-top: 80px;
  max-width: 440px;
}
.remodal.map-remodal .modal_main_area .modal_cont .btn a {
  font-size: 1.5rem;
  line-height: 1.4;
  height: 53px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  padding-bottom: 2px;
  position: relative;
}
.remodal.map-remodal .modal_main_area .modal_cont .btn a:after {
  background: url("../img/map/link.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
}
@media only screen and (max-width: 1023px) {
  .remodal.map-remodal {
    padding-right: 62px;
  }
  .remodal.map-remodal .modal_titlearea {
    padding: 25px 0;
    width: 62px;
  }
  .remodal.map-remodal .modal_titlearea .remodal-close {
    height: 13px;
    width: 30px;
  }
  .remodal.map-remodal .modal_titlearea .modal_linkarea li {
    width: 30px;
  }
  .remodal.map-remodal .modal_main_area {
    display: block;
  }
  .remodal.map-remodal .modal_main_area .modal_slide {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
  }
  .remodal.map-remodal .modal_main_area .modal_slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .remodal.map-remodal .modal_main_area .modal_slide .swiper-pagination {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont {
    padding: 0 25px 25px;
    width: 100%;
  }
  .remodal.map-remodal .modal_main_area .modal_cont .modal_detail {
    max-height: 35svh;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h2 {
    font-size: 1.8rem;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h2 span {
    font-size: 1.3rem;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h2 span.num {
    font-size: 1.4rem;
    height: 24px;
    top: 0;
    width: 24px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h3 {
    font-size: 1.6rem;
    margin-top: 60px;
    max-width: 440px;
    margin-bottom: 25px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h3 span {
    font-size: 1.7rem;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h3.map_eng_title {
    font-size: 1.2rem;
  }
  .remodal.map-remodal .modal_main_area .modal_cont h3.map_eng_title span {
    font-size: 2.1rem;
    margin-right: 10px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont .pict {
    margin-bottom: 30px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont p.notice {
    font-size: 1.2rem;
  }
  .remodal.map-remodal .modal_main_area .modal_cont .btn {
    margin-top: 30px;
  }
  .remodal.map-remodal .modal_main_area .modal_cont .btn a {
    font-size: 1.4rem;
  }
}

.newspage .c-nav__menu li.c-nav_news:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.newspage .news__heading h2 {
  color: #000;
  font-size: 30px;
}
@media only screen and (max-width: 1023px) {
  .newspage .news__heading h2 {
    font-size: 24px;
  }
}
.newspage .news__items p {
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .newspage .news__items p {
    width: 100%;
  }
}
.newspage .news__items p.date {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
}
.newspage .news__control a {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
}
.newspage .news__control a.news__prev {
  position: relative;
}
.newspage .news__control a.news__prev p {
  margin-left: 15px;
  font-weight: 400;
}
.newspage .news__control a.news__next {
  position: relative;
}
.newspage .news__control a.news__next p {
  font-weight: 400;
  margin-right: 15px;
}
.newspage .news__control a.active {
  border-bottom: 1px solid #000;
}

.articlepage {
  color: #000;
}
.articlepage .c-nav__menu li.c-nav_news:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.articlepage .article__sub p.date {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
}
.articlepage .article__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articlepage .article__control a {
  justify-content: center;
  width: 25%;
}
.articlepage .article__control a:nth-child(1) {
  margin-right: auto;
  justify-content: flex-start;
  position: relative;
}
.articlepage .article__control a:nth-child(1) p {
  font-family: "Times New Roman", Times, "serif";
  margin-left: 15px;
}
.articlepage .article__control a:nth-child(3) {
  margin-left: auto;
  justify-content: flex-end;
  position: relative;
}
.articlepage .article__control a:nth-child(3) p {
  font-family: "Times New Roman", Times, "serif";
  margin-right: 15px;
}
.articlepage .article__body a {
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .articlepage .article__body a.btn {
    height: auto;
  }
}

.c-nav__right,
.c-nav__menu,
.accesspage .map__content,
.articlepage .article__body .col2,
.newspage .news__next,
.articlepage .article__control .next,
.newspage .news__prev,
.articlepage .article__control .prev,
.newspage .news__pagination,
.articlepage .article__sub,
.c-facilities__flex {
  gap: 0;
}

.c-facilities__flex a:last-child {
  margin-left: 4px;
}

@media only screen and (min-width: 1024px) {
  .c-nav__menu {
    margin-top: 10px;
    margin-right: 50px;
  }
  .c-nav__menu li {
    margin-right: 20px;
  }
  .c-nav__menu li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .accesspage .map__content .map__info {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .articlepage .article__body .col2 p:last-of-type {
    margin-left: 60px;
  }
}

.articlepage .article__sub span {
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .articlepage .article__sub span {
    margin: 0 15px;
  }
}

.newspage .news__pagination a {
  margin-right: 15px;
}
.newspage .news__pagination a:last-child {
  margin-right: 0;
}

.newspage .news__next p,
.articlepage .article__control .next p {
  margin-right: 15px;
}
@media only screen and (max-width: 1023px) {
  .newspage .news__next p,
  .articlepage .article__control .next p {
    margin-right: 10px;
  }
}

.newspage .news__prev p,
.articlepage .article__control .prev p {
  margin-left: 15px;
}
@media only screen and (max-width: 1023px) {
  .newspage .news__prev p,
  .articlepage .article__control .prev p {
    margin-left: 10px;
  }
}

.articlepage .article__body p.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.articlepage .article__control .list {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-nav__left img {
    width: 118px;
  }

  .homepage .js-nav .c-nav__left img {
    height: auto;
    width: 118px;
  }

  .c-facilities__container {
    padding: 0 !important;
  }

  .--no-scroll .c-nav,
  .--no-scroll .aboutpage .about__swiper.scroll-a:after {
    display: none;
  }

  .homepage .access__popup .popup-inner {
    padding-top: 14vh;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .access__popup {
    padding-top: 80px;
  }
}
