@charset "UTF-8";
body {
  background-color: #fff;
  font-family: shippori-mincho, YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
}
body > img {
  height: 0;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #082154;
}

.c-facilities a {
  color: inherit;
}

.js-nav .c-nav__right {
  color: #082154;
}

.c-nav__wrapper {
  align-items: flex-start;
}

.js-nav .c-nav__right {
  margin-top: 15px;
}

.c-menu__left {
  display: flex;
}
.c-menu__left p {
  color: #fff;
  margin-left: 30px;
  padding-top: 22px;
  font-weight: 600;
  font-size: 20px;
}

.c-menu__right p,
.c-nav__toggle p {
  font-family: shippori-mincho, YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
}

.c-menu__right {
  color: #fff;
}

.c-menu {
  background-color: #082154;
}

.c-menu__wrapper {
  position: relative;
}
.c-menu__wrapper .c-menu__content {
  z-index: 10;
}
.c-menu__wrapper canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-menu__wrapper canvas {
    display: none;
  }
}

.c-menu__content a {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-menu__content {
    padding-top: 18vh;
    padding-bottom: 180px;
  }
}

.c-menu__contact {
  color: #fff;
}
.c-menu__contact .phone h2 {
  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__contact .c-menu__btn a {
  background-color: rgba(177, 148, 66, 0.85);
  display: flex;
  font-size: 1.5rem;
  height: 65px;
  justify-content: center;
  align-items: center;
  width: 310px;
}
@media only screen and (max-width: 1023px) {
  .c-menu__contact .c-menu__btn {
    display: none;
  }
}

.c-menu__sub a {
  font-size: 1.6rem;
  display: inline-block;
}
@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: 22px;
  width: 41px;
}
.c-nav__toggle .hamburger span {
  display: none;
}

.attention__content {
  background-color: #F4F4F4;
  color: #082154;
}
.attention__content.notify {
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
}
.attention__content.notify h2 {
  color: #9D7608;
}
.attention__content.notify h2:after {
  border-bottom-color: #9D7608;
}

.c-title {
  color: #082154;
}
.c-title .tle {
  font-family: big-caslon-fb, serif;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.c-title p {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .c-title .tle {
    font-size: 3.4rem;
  }
  .c-title p {
    font-size: 1.8rem;
  }
}

.c-reservation {
  background-color: rgba(177, 148, 66, 0.85);
  border-color: rgba(177, 148, 66, 0.85);
}
.c-reservation:hover {
  background-color: #b19442 !important;
  border-color: #b19442 !important;
}
@media only screen and (min-width: 1024px) {
  .c-reservation.--menu-active {
    display: none;
  }
}

.homepage .mainvisual__logo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.homepage .mainvisual__logo img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .homepage .mainvisual__logo {
    font-size: 22px;
  }
  .homepage .mainvisual__logo img {
    margin-bottom: 45px;
  }
}
.homepage .js-nav .c-nav__left {
  height: auto;
}
.homepage .js-nav .c-nav__left img {
  width: 180px;
}
@media only screen and (max-width: 1023px) {
  .homepage .js-nav .c-nav__left img {
    width: 124px;
  }
}
.homepage .js-nav .c-nav__toggle .hamburger {
  background-image: url("../img/nav_icon.svg");
}
.homepage .js-nav.--invert .logo_white {
  display: none;
}
.homepage .js-nav.--invert .logo_black {
  display: block;
}
.homepage .js-nav.--invert .c-nav__toggle p {
  color: #fff;
}
.homepage .js-nav.--invert .c-nav__left p {
  color: #082154;
}
.homepage .js-nav.--invert.--is-top .c-nav__menu li a {
  color: #082154;
}
.homepage .js-nav.--invert.--is-top .c-nav__toggle p {
  color: #082154;
}
.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(177, 148, 66, 0.85);
    border-color: rgba(177, 148, 66, 0.85);
  }
}
.homepage .js-reservation.--active {
  background-color: rgba(177, 148, 66, 0.85);
  border-color: rgba(177, 148, 66, 0.85);
}
.homepage .js-reservation.--active:hover {
  background-color: #b19442 !important;
  border-color: #b19442 !important;
}
.homepage .js-reservation.--menu-active {
  background-color: rgba(177, 148, 66, 0.85) !important;
  border-color: rgba(177, 148, 66, 0.85) !important;
}
.homepage .c-nav__menu li a {
  color: #fff;
}
.homepage .mainvisual__wrapper .mv {
  height: 100%;
}
.homepage .mainvisual__wrapper .mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .concept__container {
  position: relative;
}
.homepage .concept__container canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homepage .concept__wrapper {
  background-color: #082154;
  margin-top: 0;
  padding-top: 140px;
}
@media only screen and (max-width: 1023px) {
  .homepage .concept__wrapper {
    padding-top: 75px;
  }
}
.homepage .concept__title h2 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__title h2 {
    font-size: 3.6rem;
  }
}
.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 {
  padding: 0 0 200px;
}
.homepage .concept__content .text {
  width: 100%;
}
.homepage .concept__content .text p {
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .homepage .concept__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 300px;
  }
  .homepage .concept__content .text p {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.homepage #aboutwinery {
  background-color: #fff;
}
.homepage #aboutwinery .c-title {
  color: #fff;
}
.homepage .about__wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .homepage .about__wrapper {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .pickup {
    padding-top: 150px;
  }
}
.homepage .access__title .tle {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.homepage .access__title .tle span {
  margin-left: -0.5em;
}
@media only screen and (max-width: 1023px) {
  .homepage .access__title .tle {
    font-size: 2.2rem;
  }
}
.homepage .access__content {
  color: #082154;
  justify-content: space-between;
}
.homepage .access__content .btn a {
  border-color: #082154;
}
.homepage .access__content .btn a:hover {
  background-color: #082154;
  color: #fff;
}
.homepage .access__contact .phone h2 {
  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;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .access__contact {
    width: 44%;
  }
}
.homepage .access__popup {
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage .access__popup .popup-inner {
  background-color: #ffffff;
}
.homepage .access__popup .popup-items {
  border-top-color: rgba(7, 33, 84, 0.2);
  font-weight: 500;
}
.homepage .access__popup .popup-items:last-child {
  border-bottom-color: rgba(7, 33, 84, 0.2);
}
.homepage .access__popup .popup-items p {
  font-weight: 500;
}
.homepage #winerytour,
.homepage .shop {
  background-color: #fff;
}

.c-fadein-swiper .swiper-slide picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-fadein-swiper .content-title .tle {
    color: #fff;
  }
}
.c-fadein-swiper .content-left p.map_link_txt {
  font-size: 2.8rem;
  line-height: 1.4;
}
.c-fadein-swiper .content-btn a {
  color: #fff;
  position: relative;
}
.c-fadein-swiper .content-btn a:after {
  background: url("../img/top/arrow.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: block;
  height: 9px;
  margin: 0 0 0 10px;
  width: 16px;
}
.c-fadein-swiper .content-btn a:hover {
  background-color: #B19442;
  border-color: #B19442;
}

#winerytour {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  #winerytour {
    padding-top: 120px;
  }
}

.tour__content p {
  color: #082154;
}
.tour__content .tour__btn a {
  border-color: #082154;
  position: relative;
}
.tour__content .tour__btn a:after {
  background: url("../img/top/arrow2.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: block;
  height: 9px;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
}

.shop {
  margin-top: 0 !important;
  position: relative;
  overflow: hidden;
}
.shop canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shop .shop_detail > p {
  color: #082154;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .shop {
    padding-top: 100px !important;
  }
  .shop .shop__title {
    margin-bottom: 30px;
  }
  .shop .shop_pict {
    position: relative;
  }
  .shop .swiper-nav-area {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .shop .swiper-nav-area .swiper-button-next,
  .shop .swiper-nav-area .swiper-button-prev {
    background: url("../img/top/arrow3.svg") no-repeat 0 0;
    height: 20px;
    width: 20px;
  }
  .shop .swiper-nav-area .swiper-button-next:after,
  .shop .swiper-nav-area .swiper-button-prev:after {
    display: none;
  }
  .shop .swiper-nav-area .swiper-button-next {
    right: 0;
  }
  .shop .swiper-nav-area .swiper-button-prev {
    left: auto;
    right: 30px;
    transform: scale(-1, 1);
  }
  .shop .shop_detail > p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .shop {
    padding-top: 120px;
  }
  .shop .shop_contents {
    margin: 0 auto;
    max-width: 1280px;
  }
  .shop .shop_pict {
    display: flex;
    justify-content: space-between;
  }
  .shop .shop_pict .shop_pict_detail {
    width: 48.8%;
  }
  .shop .swiper-nav-area {
    display: none;
  }
  .shop .shop__title {
    margin-bottom: 40px;
  }
  .shop .shop_detail > p {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.c-nav__left {
  display: flex;
  align-items: center;
}
.c-nav__left p {
  color: #fff;
  margin-left: 20px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-nav__left p {
    font-size: 15px;
    margin-left: 15px;
  }
}
.c-nav__left img {
  width: 180px;
}
@media only screen and (max-width: 1023px) {
  .c-nav__left img {
    width: 124px;
  }
}

.accesspage {
  color: #082154;
}
.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: #F4F4F4;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special li {
  color: #9D7608;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special li a {
  color: #9D7608;
  display: inline;
  text-decoration: underline;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .special li a:hover {
  text-decoration: none;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 a.btn_pdf {
  border-color: #082154;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .line {
  border-top-color: #fff;
}
.accesspage .trafic__tabs .content-wrapper .tab-content--bottom.tab1 .flex .right img {
  height: auto;
  width: 400px;
}
.accesspage .map__contact .map p {
  color: #9D7608;
  font-size: 1.3rem;
  margin-top: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .accesspage .map__contact .map p {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.accesspage .map__content {
  background-color: #F4F4F4;
}
.accesspage .map__content .btn {
  border-color: #082154;
}
.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;
  }
}
@media only screen and (max-width: 400px) {
  .accesspage .trafic__tabs .tabs .tab-link {
    font-size: 1.4rem;
  }
}
.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 .map__text ul li:nth-child(3):before {
  content: "● ";
}
.accesspage .shuttle .bus_stop ul li {
  padding-left: 15px;
  text-indent: -16px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  opacity: .7;
}
.accesspage .shuttle .bus_stop ul li.note {
  color: #9D7608;
}
.accesspage .shuttle .bus_stop ul li:before {
  content: "※ ";
  padding-right: 0;
}
.accesspage h3 {
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.accesspage .shuttle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.accesspage .shuttle .bus_stop {
  margin-left: 50px;
  padding-top: 40px;
}
.accesspage .shuttle .time_table {
  min-width: 650px;
  width: 710px;
}
.accesspage .shuttle .time_table ul {
  display: flex;
  justify-content: space-between;
}
.accesspage .shuttle .time_table ul li:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .accesspage .shuttle {
    display: block;
    margin-bottom: 0;
  }
  .accesspage .shuttle .bus_stop {
    padding-top: 0;
    margin-left: 0;
  }
  .accesspage .shuttle .time_table {
    min-width: 0;
    margin-bottom: 30px;
    width: auto;
  }
  .accesspage .shuttle .time_table ul {
    display: block;
  }
  .accesspage .shuttle .time_table ul li:first-child {
    margin: 0 0 15px;
  }
}

.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 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 .c-nav__left p {
  color: #082154;
}
.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: #082154;
}
.aboutpage .js-nav.--invert .c-nav__menu li a {
  color: #082154;
}
.aboutpage .js-nav.--invert .c-nav__toggle p {
  color: #082154;
}
.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 .about__swiper {
  position: relative;
}
.aboutpage .mainvisual__scrolldown {
  position: absolute;
  bottom: 0;
  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: 80px;
    right: 25px;
    left: auto;
  }
  .aboutpage .mainvisual__scrolldown .line {
    height: 45px;
  }
}
.aboutpage .kodawari .about__slide {
  color: #fff;
  height: calc(100vh - 100px);
  position: relative;
  width: 100%;
}
.aboutpage .kodawari .about__slide img {
  max-height: 100vh;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aboutpage .kodawari .about__slide .title_area {
  position: absolute;
  top: 195px;
  left: 45px;
}
.aboutpage .kodawari .about__slide .title_area h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}
.aboutpage .kodawari .about__slide .sec_title {
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 45px;
  top: 45px;
}
.aboutpage .kodawari .about__slide .sec_title:before {
  background: url("../img/about/icon03.svg") no-repeat 0 0;
  content: "";
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.aboutpage .kodawari .about__slide .slide_txt_area {
  position: absolute;
  bottom: 40px;
  left: 45px;
  width: 500px;
}
.aboutpage .kodawari .about__slide .slide_txt_area h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  line-height: 1.4;
}
.aboutpage .kodawari .about__slide .slide_txt_area p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .kodawari .about__slide {
    height: calc(100vh - 80px);
  }
  .aboutpage .kodawari .about__slide .title_area {
    top: 135px;
    left: 25px;
  }
  .aboutpage .kodawari .about__slide .title_area h1 {
    font-size: 2.2rem;
  }
  .aboutpage .kodawari .about__slide .sec_title {
    font-size: 1.8rem;
    left: 25px;
    top: 17px;
  }
  .aboutpage .kodawari .about__slide .sec_title:before {
    background-size: 100%;
    height: 45px;
    margin-right: 15px;
    width: 45px;
  }
  .aboutpage .kodawari .about__slide .slide_txt_area {
    bottom: 80px;
    left: 25px;
    width: 85%;
    max-width: 340px;
  }
  .aboutpage .kodawari .about__slide .slide_txt_area h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .aboutpage .kodawari .about__slide .slide_txt_area p {
    font-size: 1.3rem;
  }
}
.aboutpage .tour__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tour__title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .aboutpage .tour__swiper .swiper-pagination {
    bottom: 45px;
  }
}
.aboutpage .tabs {
  display: flex;
  max-width: 1280px;
  margin: 150px auto 0;
}
.aboutpage .tabs .tab-link {
  background-color: #EAF4FA;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: shippori-mincho, YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 50%;
  transition: 0.5s;
}
.aboutpage .tabs .tab-link p {
  color: #004B9C;
  opacity: 0.5;
  transition: 0.5s;
}
.aboutpage .tabs .tab-link:first-of-type {
  background-color: #082154;
  margin-right: 10px;
}
.aboutpage .tabs .tab-link:first-of-type p {
  color: #D5AC3B;
}
.aboutpage .tabs .tab-link.--active p {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tabs {
    margin-top: 80px;
    padding: 0 6px;
  }
  .aboutpage .tabs .tab-link {
    font-size: 1.4rem;
    height: 60px;
  }
  .aboutpage .tabs .tab-link:first-of-type {
    margin-right: 6px;
  }
}
.aboutpage .tab-content {
  background-color: #072154;
  opacity: 0;
  animation: 1s forwards fadeTab;
  display: none;
  visibility: hidden;
}
.aboutpage .tab-content.--active {
  display: block;
  visibility: visible;
}
.aboutpage .tab-content .tab-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 20px;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tab-content .tab-inner {
    display: block;
    padding: 75px 25px;
  }
}
.aboutpage .tab-content .tab-main {
  max-width: 885px;
}
.aboutpage .tab-content .tab-main h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.2;
}
.aboutpage .tab-content .tab-main p {
  margin-top: 55px;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tab-content .tab-main h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .aboutpage .tab-content .tab-main p {
    font-size: 1.4rem;
    margin-top: 45px;
  }
}
.aboutpage .tab-content .about-slide-detail {
  background-color: #072154;
  color: #fff;
}
.aboutpage .tab-content .about-slide-detail img {
  max-width: 100%;
  height: auto;
}
.aboutpage .tab-content .about-slide-detail .about__slide {
  height: auto;
}
.aboutpage .tab-content .about-slide-detail .swiper-pagination {
  bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tab-content .about-slide-detail .swiper-pagination {
    bottom: 15px;
  }
}
.aboutpage .tab-content .tab-side .slide-detail {
  position: sticky;
  top: 150px;
  width: 200px;
}
.aboutpage .tab-content .tab-side .slide-detail .swiper-wrapper {
  flex-flow: column;
}
.aboutpage .tab-content .tab-side .slide-detail .swiper-wrapper .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  width: 100% !important;
}
.aboutpage .tab-content .tab-side .slide-detail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tab-content .tab-side .slide-detail {
    position: relative;
    top: auto;
    width: 100%;
  }
  .aboutpage .tab-content .tab-side .slide-detail .swiper-wrapper {
    flex-flow: column;
  }
  .aboutpage .tab-content .tab-side .slide-detail .swiper-wrapper .swiper-slide {
    cursor: pointer;
    opacity: 0.5;
    width: 100% !important;
  }
  .aboutpage .tab-content .tab-side .slide-detail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
}
.aboutpage .tab-content#tab-1 .tab-side p {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.aboutpage .tab-content#tab-1 .tab-side p:before {
  background: url("../img/about/icon03.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 50px;
  display: block;
  margin-right: 15px;
  width: 50px;
}
.aboutpage .tab-content#tab-1 .tab-side p:after {
  background: url("../img/about/arrow.svg") no-repeat 0 0;
  content: "";
  height: 6px;
  position: absolute;
  bottom: -18px;
  left: 19px;
  width: 11px;
}
.aboutpage .tab-content#tab-1 .tab-side p.thum02:before {
  background-image: url("../img/about/icon04.svg");
}
.aboutpage .tab-content#tab-1 .tab-side p.thum03:before {
  background-image: url("../img/about/icon05.svg");
}
.aboutpage .tab-content#tab-1 .tab-side p.thum04:before {
  background-image: url("../img/about/icon06.svg");
}
.aboutpage .tab-content#tab-1 .tab-side p.thum05:before {
  background-image: url("../img/about/icon07.svg");
}
.aboutpage .tab-content#tab-1 .tab-side p.thum06 {
  margin-bottom: 0;
}
.aboutpage .tab-content#tab-1 .tab-side p.thum06:before {
  background-image: url("../img/about/icon08.svg");
}
.aboutpage .tab-content#tab-1 .tab-side p.thum06:after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tab-content#tab-1 .tab-side {
    margin-bottom: 50px;
  }
  .aboutpage .tab-content#tab-1 .tab-side .slide-detail .swiper-wrapper {
    flex-flow: row;
    justify-content: space-between;
  }
  .aboutpage .tab-content#tab-1 .tab-side .slide-detail .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
  .aboutpage .tab-content#tab-1 .tab-side p {
    margin: 0 5px 0 0;
    writing-mode: vertical-rl;
    position: relative;
  }
  .aboutpage .tab-content#tab-1 .tab-side p:before {
    height: 35px;
    margin: 0 0 5px;
    width: 35px;
  }
  .aboutpage .tab-content#tab-1 .tab-side p:after {
    bottom: auto;
    top: 14px;
    left: 40px;
    transform: rotate(-90deg);
  }
  .aboutpage .tab-content#tab-1 .tab-side p.thum06 {
    margin-right: 0;
  }
}
.aboutpage .tab-content#tab-2 {
  background-color: #EAF4FA;
}
.aboutpage .tab-content#tab-2 .tab-main h3 {
  color: #004B9C;
}
.aboutpage .tab-content#tab-2 .tab-main p {
  color: #004B9C;
}
.aboutpage .tab-content#tab-2 .about_link {
  margin-top: 40px;
}
.aboutpage .tab-content#tab-2 .about_link a {
  color: #004B9C;
  display: inline-block;
}
.aboutpage .tab-content#tab-2 .about_link a:after {
  background: url("../img/about/link.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
}
.aboutpage .tab-content#tab-2 .kodawari__link {
  border: 1px solid #004B9C;
  font-family: shippori-mincho, YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  max-width: 345px;
}
.aboutpage .tab-content#tab-2 .kodawari__link:after {
  background: url("../img/about/plus.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 25px;
  width: 12px;
}
.aboutpage .tab-content#tab-2 .kodawari__link p {
  font-weight: 600;
  margin: 0;
}
.aboutpage .tab-content#tab-2 .about-slide-detail {
  background-color: #EAF4FA;
}
.aboutpage .tab-content#tab-2 .tab-side p {
  color: #004B9C;
  font-size: 18px;
  margin-bottom: 12px;
}
.aboutpage .tab-content#tab-2 .tab-side p.thum04 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .tab-content#tab-2 .tab-side {
    margin-bottom: 60px;
  }
  .aboutpage .tab-content#tab-2 .tab-side p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.aboutpage .kodawari__popup {
  background-color: #fff;
}
.aboutpage .kodawari__popup .popup_content {
  color: #082154;
  padding: 130px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.aboutpage .kodawari__popup .popup_content h3 {
  font-size: 2.6rem;
  margin-top: 80px;
  line-height: 1.4;
}
.aboutpage .kodawari__popup .popup_content h3:first-of-type {
  margin-top: 0;
}
.aboutpage .kodawari__popup .popup_content ul {
  display: flex;
  margin-top: 45px;
}
.aboutpage .kodawari__popup .popup_content ul li {
  margin-left: 3.4%;
  width: 22.4%;
}
.aboutpage .kodawari__popup .popup_content ul li:first-child {
  margin-left: 0;
}
.aboutpage .kodawari__popup .popup_content ul li dl {
  margin-top: 20px;
}
.aboutpage .kodawari__popup .popup_content ul li dl dt {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.aboutpage .kodawari__popup .popup_content ul li dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .aboutpage .kodawari__popup .popup_content {
    padding: 60px 25px;
  }
  .aboutpage .kodawari__popup .popup_content h3 {
    font-size: 1.8rem;
    margin-top: 60px;
  }
  .aboutpage .kodawari__popup .popup_content ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .aboutpage .kodawari__popup .popup_content ul li {
    margin: 30px 6% 0 0;
    width: 47%;
  }
  .aboutpage .kodawari__popup .popup_content ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .aboutpage .kodawari__popup .popup_content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .aboutpage .kodawari__popup .popup_content ul li dl dt {
    font-size: 1.4rem;
  }
  .aboutpage .kodawari__popup .popup_content ul li dl dd {
    font-size: 1.3rem;
  }
}

#fp-nav.none {
  display: none;
}
#fp-nav ul li:first-child {
  display: none;
}
#fp-nav ul li a span {
  border: 2px solid #fff;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
#fp-nav ul li a.active span {
  border-color: #fff;
  background-color: #B19442;
  height: 10px;
  margin: -2px 0 0 -2px;
  opacity: 1;
  width: 10px;
}
#fp-nav ul li a.active:hover span, #fp-nav ul li a:hover span {
  margin: -2px 0 0 -2px;
}

.newspage .c-nav__menu li.c-nav_news:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.newspage .news__heading h2 {
  color: #082154;
}
.newspage .news__items p {
  font-weight: 500;
}
.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 #082154;
}

.articlepage {
  color: #082154;
}
.articlepage .c-nav__menu li.c-nav_news:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.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 {
  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 {
  margin-right: 15px;
}
.articlepage .article__body a {
  color: #082154;
}
@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-right: 50px;
  }
  .c-nav__menu li {
    margin-left: 25px;
  }
  .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;
}
