body {
  background-color: #F6F7F2;
}
body > img {
  height: 0;
}

#suntory_contents main {
  font-family: "Times New Roman", Times, "serif";
}
#suntory_contents main .about__swiper *,
#suntory_contents main section *,
#suntory_contents main .c-reservation *,
#suntory_contents main .c-menu *,
#suntory_contents main .c-nav * {
  font-family: "Times New Roman", Times, "serif";
}

#suntoryCommonFooter {
  background-color: #fff;
}
#suntoryCommonFooter .btn_page_top {
  display: none;
}

#suntory_footer_sp .footer_pagetop #footer_pagetop_sp {
  display: none;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #004229;
}

.c-facilities a {
  color: inherit;
}

.js-nav .c-nav__right {
  color: #004229;
}

.c-menu__right p,
.c-nav__toggle p {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
  margin-top: 12px;
  padding-top: 0;
  letter-spacing: 0.1em;
}

.c-menu__right {
  color: #004229;
}

.c-menu {
  background-image: url("../img/bg_menu.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-color: #F6F7F2;
}

@media only screen and (min-width: 1024px) {
  .c-nav__right {
    padding-top: 20px;
  }
}

@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;
  }
}
.c-menu__nav .eng_link {
  margin-left: auto;
  font-size: 1.3rem;
  margin-right: 25px;
}
@media only screen and (min-width: 1024px) {
  .c-menu__nav .eng_link {
    font-size: 1.6rem;
    margin-right: 50px;
    margin-top: 20px;
  }
}
.c-menu__nav .eng_link a {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .c-menu__nav .eng_link a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 1023px) {
  .c-menu__content {
    padding-top: 14vh;
    padding-bottom: 240px;
  }
}
.c-menu__content .map th {
  width: 9em;
}

.c-menu__main a {
  font-weight: 500;
}

.c-menu__contact {
  color: #004229;
}
.c-menu__contact .phone h2 {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
  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__sub a {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 7px;
  text-decoration: underline;
}
.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: 19px;
  width: 40px;
}
.c-nav__toggle .hamburger span {
  display: none;
}

.attention__content {
  background-color: rgba(0, 66, 41, 0.1);
  color: #004229;
}

.c-title {
  color: #004229;
}
.c-title .tle {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
  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, 66, 41, 0.85);
  border-color: rgba(0, 66, 41, 0.85);
}
@media only screen and (min-width: 1024px) {
  .c-reservation {
    width: 268px;
  }
}
.c-reservation:hover {
  background-color: #004229 !important;
  border-color: #004229 !important;
}
.c-reservation h2 {
  margin-left: 0;
}

@keyframes scroll-right {
  0% {
    width: 0;
    left: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  100%, 60% {
    width: 100%;
    left: 100%;
  }
}
@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 .logo_white {
  display: block;
}
.homepage .js-nav.--invert .logo_black {
  display: none;
}
.homepage .js-nav.--invert .c-nav__toggle p {
  color: #fff;
}
.homepage .js-nav.--invert.--is-top .c-nav__menu li a {
  color: #004229;
}
.homepage .js-nav.--invert.--is-top .c-nav__toggle p {
  color: #004229;
}
.homepage .js-nav.--invert.--is-top .c-nav__toggle .hamburger {
  background-image: url("../img/nav_icon2.svg");
}
@media only screen and (max-width: 1023px) {
  .homepage .js-reservation {
    background-color: rgba(0, 66, 41, 0.85);
    border-color: rgba(0, 66, 41, 0.85);
  }
}
.homepage .js-reservation.--active {
  background-color: rgba(0, 66, 41, 0.85);
  border-color: rgba(0, 66, 41, 0.85);
}
.homepage .js-reservation.--active:hover {
  background-color: #004229 !important;
  border-color: #004229 !important;
}
.homepage .js-reservation.--menu-active {
  background-color: rgba(0, 66, 41, 0.85) !important;
  border-color: rgba(0, 66, 41, 0.85) !important;
}
@media only screen and (min-width: 1024px) {
  .homepage .mainvisual__scrolldown {
    bottom: 40px;
    left: 45px;
  }
  .homepage .mainvisual__scrolldown p {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
  .homepage .mainvisual__scrolldown .line {
    height: 1px;
    width: 100%;
  }
  .homepage .mainvisual__scrolldown .line span {
    height: 100%;
    width: 0%;
    animation: 4s infinite scroll-right;
  }
}
.homepage .c-nav__menu li a {
  color: #fff;
}
.homepage .concept__wrapper {
  margin-top: 0;
}
.homepage .concept__title {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__title {
    margin-left: 40px;
  }
}
.homepage .concept__title h2 {
  color: #004229;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__title h2 {
    font-size: 3.8rem;
  }
}
.homepage .concept__slide picture {
  width: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.homepage .concept__slide picture img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.homepage .concept__content {
  margin-top: 0;
  padding: 80px 0 100px;
}
.homepage .concept__content .text p {
  color: #004229;
  font-weight: 500;
  font-size: 1.5rem;
}
.homepage .concept__content .concept_bg01 {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: 3;
  width: 210px;
}
.homepage .concept__content .concept_bg02 {
  position: absolute;
  top: 150px;
  left: -80px;
}
.homepage .concept__content .concept_bg03 {
  position: absolute;
  bottom: -20px;
  right: -25px;
  width: 235px;
}
.homepage .concept__content .concept_bg04 {
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content {
    padding: 400px 0 400px;
  }
  .homepage .concept__content .text {
    margin: 0 auto;
    text-align: center;
  }
  .homepage .concept__content .text p {
    margin-bottom: 45px;
    line-height: 1.6;
    font-size: 2.0rem;
  }
  .homepage .concept__content .concept_bg01 {
    top: -50px;
    right: 20px;
    width: auto;
  }
  .homepage .concept__content .concept_bg03 {
    bottom: 260px;
    right: -80px;
    width: auto;
  }
}
.homepage .top_link_area {
  margin-top: 150px;
  padding: 0 45px;
}
.homepage .top_link_area .top_link_area__container {
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 420px;
  position: relative;
}
.homepage .top_link_area .top_link_title {
  position: absolute;
  top: 0;
  right: 0;
}
.homepage .top_link_area .link_area01 {
  position: absolute;
  top: 0;
  left: 0;
}
.homepage .top_link_area .link_area01 a {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  display: block;
  position: relative;
}
.homepage .top_link_area .link_area01 a p {
  font-weight: 500;
  font-size: 2.8rem;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.homepage .top_link_area .link_area02_link a,
.homepage .top_link_area .link_area03_link a {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  display: block;
  position: relative;
}
.homepage .top_link_area .link_area02_link a p,
.homepage .top_link_area .link_area03_link a p {
  font-weight: 500;
  font-size: 2.8rem;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.homepage .top_link_area .link_area02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.homepage .top_link_area .link_area02 .link__swiper {
  width: 320px;
}
.homepage .top_link_area .link_area02 .link_area02_link {
  margin-left: 20px;
}
.homepage .top_link_area .link_area02 .link_area02_link a p {
  left: auto;
  right: 40px;
  text-align: right;
}
.homepage .top_link_area .link_area03 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-flow: row-reverse;
}
.homepage .top_link_area .link_area03 .link__swiper {
  width: 399px;
}
.homepage .top_link_area .link_area03 .link_area03_link {
  margin-right: 20px;
}
@media only screen and (max-width: 1440px) {
  .homepage .top_link_area .link_area01,
  .homepage .top_link_area .link_area02_link {
    width: 48%;
  }
  .homepage .top_link_area .link_area03_link {
    width: 68%;
  }
  .homepage .top_link_area .link_area03 .link__swiper {
    width: 30%;
  }
}
@media only screen and (max-width: 1150px) {
  .homepage .top_link_area .link_area02 .link__swiper {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .top_link_area {
    margin-top: 60px;
    padding: 0 25px;
  }
  .homepage .top_link_area .top_link_area__container {
    padding-top: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .homepage .top_link_area .top_link_title {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 120px;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 415px) {
  .homepage .top_link_area .top_link_title {
    margin: 0 -25px 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .top_link_area .link_area01 {
    margin-bottom: 10px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .homepage .top_link_area .link_area01 a p {
    font-size: 1.6rem;
    bottom: 20px;
    left: 20px;
  }
  .homepage .top_link_area .link_area02_link a p,
  .homepage .top_link_area .link_area03_link a p {
    font-size: 1.6rem;
    bottom: 20px;
    left: 20px;
  }
  .homepage .top_link_area .link_area02 {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .homepage .top_link_area .link_area02 .link__swiper {
    width: 30%;
  }
  .homepage .top_link_area .link_area02 .link_area02_link {
    margin-left: 0;
    width: 66%;
  }
  .homepage .top_link_area .link_area02 .link_area02_link a p {
    left: auto;
    right: 20px;
  }
  .homepage .top_link_area .link_area03 {
    justify-content: space-between;
  }
  .homepage .top_link_area .link_area03 .link__swiper {
    width: 30%;
  }
  .homepage .top_link_area .link_area03 .link_area03_link {
    background-image: url("../img/top/link_area_bg03_sp.webp");
    margin-right: 0;
    width: 66%;
  }
}
.homepage .shop__wrapper {
  padding: 0 45px;
}
.homepage .shop__wrapper .shop__title {
  margin-bottom: 40px;
}
.homepage .shop__wrapper .shop__list {
  position: relative;
}
.homepage .shop__wrapper .shop__list:hover .swiper-button-prev {
  left: -45px;
}
.homepage .shop__wrapper .shop__list:hover .swiper-button-prev.swiper-button-disabled {
  left: -125px;
}
.homepage .shop__wrapper .shop__list:hover .swiper-button-next {
  right: -45px;
}
.homepage .shop__wrapper .shop__list:hover .swiper-button-next.swiper-button-disabled {
  right: -125px !important;
}
.homepage .shop__wrapper .swiper-button-next,
.homepage .shop__wrapper .swiper-button-prev {
  background-color: #004229;
  height: 80px;
  width: 80px;
  transition: 0.3s linear;
}
.homepage .shop__wrapper .swiper-button-next:after,
.homepage .shop__wrapper .swiper-button-prev:after {
  color: #fff;
  font-size: 10px;
}
.homepage .shop__wrapper .swiper-button-next.swiper-button-disabled,
.homepage .shop__wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.homepage .shop__wrapper .swiper-button-prev {
  left: -125px;
}
.homepage .shop__wrapper .swiper-button-next {
  right: -125px;
}
.homepage .shop__wrapper .shop__bottom .left p {
  font-size: 2.0rem;
}
.homepage .shop__wrapper .shop__bottom .left .shop__title {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .homepage .shop__wrapper {
    padding: 0 25px;
    overflow: hidden;
  }
  .homepage .shop__wrapper .shop__bottom .left p {
    font-size: 1.6rem;
  }
  .homepage .shop__wrapper .shop__bottom .left .shop__title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.homepage .access__title .tle {
  font-family: "Times New Roman", Times, "serif";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__title .tle {
    font-size: 2.2rem;
  }
}
.homepage .access__content {
  color: #004229;
  justify-content: space-between;
}
.homepage .access__content .btn a {
  border-color: #004229;
}
.homepage .access__content .btn a:hover {
  background-color: #004229;
  color: #fff;
}
.homepage .access__contact .phone h2 {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__contact .c-table th,
  .homepage .access__contact .c-table td {
    font-size: 1.3rem;
  }
}
.homepage .access__contact .btn {
  vertical-align: top;
}
.homepage .access__contact .btn a {
  line-height: 1.4;
  font-weight: 500;
}
.homepage .access__contact .map th {
  width: 32%;
}
@media only screen and (min-width: 1024px) {
  .homepage .access__contact {
    width: 46%;
  }
  .homepage .access__contact .map th {
    width: 25%;
  }
  .homepage .access__contact .btn a {
    height: 80px;
    width: 250px;
  }
}
.homepage .access__popup {
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage .access__popup .popup-inner {
  background-color: #F7F5ED;
}
.homepage .access__popup .popup-items {
  border-top-color: rgba(0, 66, 41, 0.2);
  font-weight: 500;
}
.homepage .access__popup .popup-items:last-child {
  border-bottom-color: rgba(0, 66, 41, 0.2);
}
.homepage .access__popup .popup-items p {
  font-weight: 500;
}

.accesspage {
  color: #004229;
}
.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: rgba(0, 66, 41, 0.1);
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 h2, .accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 h3 {
  font-weight: 500;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special {
  font-weight: 500;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special a {
  color: #951D1D;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .line {
  border-top-color: #fff;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 a.btn_pdf {
  border-color: #004229;
}
.accesspage .map__contact .phone h2 {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
}
.accesspage .map__content {
  background-color: rgba(0, 66, 41, 0.1);
}
.accesspage .map__content .btn {
  border-color: #004229;
}
.accesspage .trafic__tabs .tabs {
  gap: 0;
}
.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 .map__text h2 {
  font-weight: 500;
  margin-left: 0;
}
.accesspage .map__text ul li {
  font-weight: 500 !important;
  text-indent: 0 !important;
  padding-left: 1.2em !important;
  position: relative;
}
.accesspage .map__text ul li:before {
  content: "- " !important;
  position: absolute;
  top: -1px;
  left: 0;
}
.accesspage .map__text ul li a {
  display: inline;
}
.accesspage .map__text ul li:nth-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .accesspage .map__text ul li:nth-child(2) {
    margin-bottom: 10px;
  }
}
.accesspage .map__text ul li:nth-child(3) {
  opacity: 1;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.accesspage .bus_info ul li,
.accesspage .shuttle .bus_stop ul li {
  padding-left: 1.2em;
  text-indent: -16px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  opacity: .7;
}
.accesspage .bus_info ul li:before,
.accesspage .shuttle .bus_stop ul li:before {
  content: "- " !important;
  padding-right: 0;
}
.accesspage .shuttle {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.accesspage .shuttle h3 {
  margin-bottom: 25px;
}
.accesspage .shuttle .bus_stop {
  margin-right: 60px;
}
.accesspage .shuttle .time_table {
  width: 650px;
}
.accesspage .shuttle .time_table ul {
  display: flex;
  justify-content: space-between;
}
.accesspage .shuttle .time_table ul li:first-child {
  margin-right: 20px;
}
.accesspage .shuttle .time_table ul:last-of-type {
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .shuttle {
    display: block;
  }
  .accesspage .shuttle .bus_stop {
    margin-right: 0;
  }
  .accesspage .shuttle .time_table {
    margin-bottom: 35px;
    width: auto;
  }
  .accesspage .shuttle .time_table ul {
    display: block;
  }
  .accesspage .shuttle .time_table ul li:first-child {
    margin: 0 0 15px;
  }
}
.accesspage .tab-content--bottom .btn_flex a {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .accesspage .tab-content--bottom .btn_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .accesspage .tab-content--bottom .btn_flex a {
    margin: 0 10px 0 0;
  }
}

.aboutpage .js-nav .logo_white {
  display: block;
}
.aboutpage .js-nav .logo_black {
  display: none;
}
.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: #004229;
}
.aboutpage .js-nav.--invert .c-nav__menu li a {
  color: #004229;
}
.aboutpage .js-nav.--invert .c-nav__toggle p {
  color: #004229;
}
.aboutpage .js-nav.--invert .c-nav__toggle .hamburger span {
  background-color: #004229;
}
.aboutpage .c-nav__menu li.c-nav_about:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.aboutpage .about__swiper {
  position: relative;
}
.aboutpage .mainvisual__scrolldown {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  z-index: 10;
}
.aboutpage .mainvisual__scrolldown p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.aboutpage .mainvisual__scrolldown .line {
  display: block;
  height: 40px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.aboutpage .mainvisual__scrolldown .line span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  animation: 4s infinite scroll-down;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .mainvisual__scrolldown {
    bottom: 160px;
    right: 25px;
    left: auto;
  }
  .aboutpage .mainvisual__scrolldown .line {
    height: 45px;
  }
}
.aboutpage .about__swiper {
  overflow: hidden;
  position: relative;
}
.aboutpage .about__swiper.scroll:after {
  content: "";
  height: 40vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.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: 170px;
  left: 45px;
}
.aboutpage .about__swiper .about__slide .title_area h1 {
  font-size: 1.7rem;
}
.aboutpage .about__swiper .about__slide .title_area h1 span {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 15px;
}
.aboutpage .about__swiper .about__slide .slide_txt_area {
  position: absolute;
  bottom: 140px;
  left: 45px;
  width: 360px;
}
.aboutpage .about__swiper .about__slide .slide_txt_area h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  line-height: 1.4;
}
.aboutpage .about__swiper .about__slide .slide_txt_area p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .about__swiper .about__slide .title_area {
    top: 120px;
    left: 25px;
  }
  .aboutpage .about__swiper .about__slide .title_area h1 {
    font-size: 1.4rem;
  }
  .aboutpage .about__swiper .about__slide .title_area h1 span {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .aboutpage .about__swiper .about__slide .slide_txt_area {
    bottom: 160px;
    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 .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 .about_reservation {
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0 45px;
  position: relative;
  z-index: 10;
}
.aboutpage .about_reservation .about_reservation_cont {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
}
.aboutpage .about_reservation .about_reservation_cont .detail {
  margin-left: 75px;
  max-width: 480px;
}
.aboutpage .about_reservation .about_reservation_cont .detail h2 {
  color: #004229;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 55px;
}
.aboutpage .about_reservation .about_reservation_cont .detail h2 span {
  display: block;
  font-size: 1.6rem;
}
.aboutpage .about_reservation .about_reservation_cont .detail p {
  color: #004229;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 55px;
}
.aboutpage .about_reservation .about_reservation_cont .detail .btn {
  width: fit-content;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.aboutpage .about_reservation .about_reservation_cont .detail .btn a {
  font-size: 1.5rem;
  font-weight: 600;
  width: 230px;
  padding-left: 9px;
  height: 53px;
  border: 1px solid #004229;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.aboutpage .about_reservation .about_reservation_cont .detail .btn:hover a {
  opacity: 1;
  background-color: #004229;
  color: #fff;
}
.aboutpage .about_reservation .about_reservation_cont .pict {
  width: 675px;
}
@media only screen and (max-width: 1365px) {
  .aboutpage .about_reservation .about_reservation_cont .detail {
    margin-left: 0;
    width: 45%;
  }
  .aboutpage .about_reservation .about_reservation_cont .pict {
    width: 50%;
  }
  .aboutpage .about_reservation .about_reservation_cont .pict img {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutpage .about_reservation {
    padding: 0 25px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .aboutpage .about_reservation .about_reservation_cont {
    display: block;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail h2 span {
    font-size: 1.3rem;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail p {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail .btn a {
    width: 100%;
    height: 55px;
    position: relative;
    padding-left: 0;
    font-size: 1.4rem;
    padding-bottom: 2px;
  }
  .aboutpage .about_reservation .about_reservation_cont .detail .btn:hover a {
    opacity: 1;
    background-color: #004229;
    color: #fff;
  }
  .aboutpage .about_reservation .about_reservation_cont .pict {
    margin-bottom: 30px;
    width: 100%;
  }
}

.mappage .c-nav__menu li.c-nav_map:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.mappage .map_main {
  position: relative;
}
.mappage .map_main .map_title {
  color: #004229;
  position: absolute;
  top: 16vw;
  left: 45px;
}
.mappage .map_main .map_title h1 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
.mappage .map_main .map_title h1 span {
  font-size: 2.8rem;
  font-family: "Times New Roman", Times, "serif";
  font-size: 500;
}
.mappage .map_main .map_title p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .mappage .map_main .map_title {
    color: #fff;
    top: 130px;
    left: 25px;
  }
  .mappage .map_main .map_title h1 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .mappage .map_main .map_title h1 span {
    font-size: 2.2rem;
  }
  .mappage .map_main .map_title p {
    font-size: 1.3rem;
  }
}
.mappage .map_main .map_other {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  position: absolute;
  top: 62vw;
  right: 25vw;
}
@media only screen and (max-width: 1440px) {
  .mappage .map_main .map_other {
    right: 24vw;
  }
}
@media only screen and (max-width: 1300px) {
  .mappage .map_main .map_other {
    right: 23vw;
  }
}
@media only screen and (max-width: 1023px) {
  .mappage .map_main .map_other {
    font-size: 1.3rem;
    top: 73vw;
    right: 8vw;
  }
}
.mappage .map_main .map_icon {
  position: absolute;
}
.mappage .map_main .map_icon span {
  background-color: #265E47;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 40px;
  position: relative;
  z-index: 5;
  width: 40px;
}
.mappage .map_main .map_icon:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 221px;
  content: "";
  display: none;
  position: absolute;
  width: 221px;
}
@media only screen and (min-width: 1024px) {
  .mappage .map_main .map_icon:hover a {
    opacity: 1;
  }
  .mappage .map_main .map_icon:hover span {
    height: 44px;
    width: 44px;
  }
  .mappage .map_main .map_icon:hover:before {
    display: block;
  }
}
.mappage .map_main .map_icon.map_icon01 {
  bottom: 21.5vw;
  left: 44vw;
}
.mappage .map_main .map_icon.map_icon01:before {
  background-image: url("../img/map/map_hover_pict01.png");
  bottom: -212px;
  left: -212px;
}
.mappage .map_main .map_icon.map_icon01:hover span {
  margin: -2px 0 0 -2px;
}
.mappage .map_main .map_icon.map_icon02 {
  bottom: 26.5vw;
  right: 40vw;
}
.mappage .map_main .map_icon.map_icon02:before {
  background-image: url("../img/map/map_hover_pict02.png");
  bottom: -212px;
  right: -212px;
}
.mappage .map_main .map_icon.map_icon02:hover span {
  margin: -2px -2px 0 0;
}
.mappage .map_main .map_icon.map_icon03 {
  bottom: 29.5vw;
  right: 23vw;
}
.mappage .map_main .map_icon.map_icon03:before {
  background-image: url("../img/map/map_hover_pict03.png");
  top: -212px;
  right: -212px;
}
.mappage .map_main .map_icon.map_icon03:hover span {
  margin: 0 -2px -2px 0;
}
.mappage .map_main .map_icon.map_icon04 {
  bottom: 36.5vw;
  right: 33vw;
}
.mappage .map_main .map_icon.map_icon04:before {
  background-image: url("../img/map/map_hover_pict04.png");
  top: -212px;
  right: -212px;
}
.mappage .map_main .map_icon.map_icon04:hover span {
  margin: 0 -2px -2px 0;
}
.mappage .map_main .map_icon.map_icon05 {
  bottom: 42.5vw;
  right: 45vw;
}
.mappage .map_main .map_icon.map_icon05:before {
  background-image: url("../img/map/map_hover_pict05.png");
  top: -212px;
  left: -212px;
}
.mappage .map_main .map_icon.map_icon05:hover span {
  margin: 0 0 -2px -2px;
}
.mappage .map_main .map_icon.map_icon06 {
  bottom: 51.5vw;
  right: 31vw;
}
.mappage .map_main .map_icon.map_icon06:before {
  background-image: url("../img/map/map_hover_pict06.png");
  top: -212px;
  right: -212px;
}
.mappage .map_main .map_icon.map_icon06:hover span {
  margin: 0 -2px -2px 0;
}
.mappage .map_main .map_icon.map_icon07 {
  bottom: 32.5vw;
  left: 35vw;
}
.mappage .map_main .map_icon.map_icon07:before {
  background-image: url("../img/map/map_hover_pict07.png");
  top: -212px;
  left: -212px;
}
.mappage .map_main .map_icon.map_icon07:hover span {
  margin: 0 0 -2px -2px;
}
.mappage .map_main .map_icon.map_icon08 {
  bottom: 59.5vw;
  left: 51vw;
}
.mappage .map_main .map_icon.map_icon08:before {
  background-image: url("../img/map/map_hover_pict08.png");
  top: -212px;
  left: -212px;
}
.mappage .map_main .map_icon.map_icon08:hover span {
  margin: 0 0 -2px -2px;
}
@media only screen and (max-width: 1023px) {
  .mappage .map_main .map_icon span {
    border-width: 2px;
    height: 30px;
    font-size: 1.8rem;
    width: 30px;
  }
  .mappage .map_main .map_icon.map_icon01 {
    bottom: 10vw;
    left: 40vw;
  }
  .mappage .map_main .map_icon.map_icon02 {
    bottom: 16.5vw;
    right: 35vw;
  }
  .mappage .map_main .map_icon.map_icon03 {
    bottom: 19.5vw;
    right: 11vw;
  }
  .mappage .map_main .map_icon.map_icon04 {
    bottom: 29.5vw;
    right: 18vw;
  }
  .mappage .map_main .map_icon.map_icon05 {
    bottom: 34.5vw;
    right: 40vw;
  }
  .mappage .map_main .map_icon.map_icon06 {
    bottom: 47.5vw;
    right: 22vw;
  }
  .mappage .map_main .map_icon.map_icon07 {
    bottom: 24.5vw;
    left: 27vw;
  }
  .mappage .map_main .map_icon.map_icon08 {
    bottom: 59.5vw;
    left: 52vw;
  }
}
.mappage .map_bg img {
  width: 100%;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  background-color: #004229;
  margin-bottom: 0;
  height: 100%;
  max-width: 100%;
  padding: 0 100px 0 0;
  overflow: hidden;
}
.remodal .modal_titlearea {
  background-color: #004229;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  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 .modal_titlearea .remodal-close {
  background: url("../img/map/close.svg") no-repeat 0 0;
  background-size: 100%;
  height: 28px;
  width: 28px;
  position: relative;
}
.remodal .modal_titlearea .remodal-close:before {
  display: none;
}
.remodal .modal_titlearea .modal_title {
  display: flex;
  justify-content: center;
  transform: rotate(90deg);
  width: 60vh;
}
.remodal .modal_titlearea .modal_title li {
  color: #fff;
  font-family: "Times New Roman", Times, "serif";
  font-size: 1.6rem;
}
.remodal .modal_titlearea .modal_title li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 25px;
  padding-left: 25px;
}
.remodal .modal_titlearea .modal_linkarea li:last-child {
  margin-top: 20px;
}
.remodal .modal_main_area {
  display: flex;
  align-items: center;
  height: 100%;
}
.remodal .modal_main_area .modal_slide {
  height: 100%;
  width: 50%;
}
.remodal .modal_main_area .modal_slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.remodal .modal_main_area .modal_slide .swiper-pagination {
  padding-left: 40px;
  padding-bottom: 20px;
  text-align: left;
}
.remodal .modal_main_area .modal_cont {
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
  color: #fff;
  padding: 100px 110px;
  width: 50%;
  text-align: left;
}
.remodal .modal_main_area .modal_cont .modal_detail {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.remodal .modal_main_area .modal_cont .modal_detail::-webkit-scrollbar {
  display: none;
}
.remodal .modal_main_area .modal_cont h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 50px;
  position: relative;
  max-width: 440px;
}
.remodal .modal_main_area .modal_cont h2 span {
  font-size: 1.8rem;
  display: block;
  opacity: 0.7;
  font-weight: 500;
}
.remodal .modal_main_area .modal_cont h2 span.num {
  font-size: 2.8rem;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.remodal .modal_main_area .modal_cont h3 {
  font-size: 2.2rem;
  margin-top: 80px;
  line-height: 1.4;
  max-width: 440px;
  margin-bottom: 35px;
}
.remodal .modal_main_area .modal_cont .pict {
  margin-bottom: 40px;
}
.remodal .modal_main_area .modal_cont p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 30px;
  max-width: 440px;
}
.remodal .modal_main_area .modal_cont p.notice {
  opacity: 0.7;
  font-size: 1.3rem;
}
.remodal .modal_main_area .modal_cont p a {
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.remodal .modal_main_area .modal_cont p a.btn_link {
  border: 2px solid #fff;
  padding: 10px;
}
.remodal .modal_main_area .modal_cont .btn {
  margin-top: 40px;
  max-width: 440px;
}
.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 .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 {
    padding-right: 62px;
  }
  .remodal .modal_titlearea {
    padding: 25px 0;
    width: 62px;
  }
  .remodal .modal_titlearea .remodal-close {
    height: 12px;
    width: 12px;
  }
  .remodal .modal_titlearea .modal_title li {
    font-size: 1.3rem;
  }
  .remodal .modal_titlearea .modal_title li:last-child {
    margin-left: 20px;
    padding-left: 20px;
  }
  .remodal .modal_titlearea .modal_linkarea li {
    width: 16px;
  }
  .remodal .modal_main_area {
    display: block;
  }
  .remodal .modal_main_area .modal_slide {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
  }
  .remodal .modal_main_area .modal_slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .remodal .modal_main_area .modal_slide .swiper-pagination {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .remodal .modal_main_area .modal_cont {
    padding: 0 25px 25px;
    width: 100%;
  }
  .remodal .modal_main_area .modal_cont .modal_detail {
    max-height: 40svh;
  }
  .remodal .modal_main_area .modal_cont h2 {
    font-size: 1.8rem;
    padding-left: 25px;
    margin-bottom: 35px;
  }
  .remodal .modal_main_area .modal_cont h2 span {
    font-size: 1.3rem;
  }
  .remodal .modal_main_area .modal_cont h2 span.num {
    font-size: 2.0rem;
  }
  .remodal .modal_main_area .modal_cont h3 {
    font-size: 1.6rem;
    margin-top: 60px;
    max-width: 440px;
    margin-bottom: 25px;
  }
  .remodal .modal_main_area .modal_cont h3 span {
    font-size: 1.7rem;
  }
  .remodal .modal_main_area .modal_cont h3.map_eng_title {
    font-size: 1.2rem;
  }
  .remodal .modal_main_area .modal_cont h3.map_eng_title span {
    font-size: 2.1rem;
    margin-right: 10px;
  }
  .remodal .modal_main_area .modal_cont .pict {
    margin-bottom: 30px;
  }
  .remodal .modal_main_area .modal_cont p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .remodal .modal_main_area .modal_cont p.notice {
    font-size: 1.2rem;
  }
  .remodal .modal_main_area .modal_cont .btn {
    margin-top: 30px;
  }
  .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: #004229;
}
.newspage .news__items p {
  font-weight: 500;
}
.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 #004229;
}

.articlepage {
  color: #004229;
}
.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: #004229;
}

.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 {
    align-items: flex-start;
    margin-right: 50px;
  }
  .c-nav__menu li {
    margin-left: 20px;
  }
  .c-nav__menu li:first-child {
    margin-left: 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: 178px;
  }

  .homepage .js-nav .c-nav__left img {
    height: auto;
    width: 178px;
  }
}
