@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  color: #707070;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #707070;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

a:hover {
  color: #cacaca;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h2 {
  color: #707070;
  font-size: 3rem;
  line-height: 1.5;
}

h3 {
  color: #707070;
  font-size: 2.2rem;
  line-height: 1.5;
}

table {
  width: 100%;
  text-align: left;
}

.w1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.w600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.w100 {
  max-width: 100% !important;
  width: 100%;
}

.text-center, .text-align-center {
  text-align: center;
}

.po-relative {
  position: relative;
}

/*===========
contents
=============*/
.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-direction-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-01 {
  width: 100%;
}

.col-02 {
  width: 48%;
  margin-bottom: 3rem;
}

.col-03 {
  width: 31%;
  margin-bottom: 3rem;
}

.col-04 {
  width: 23%;
}

.col-05 {
  width: 19%;
}

.col-06 {
  width: 16%;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #F5F9EB;
}

.bg-deep-green {
  background-color: #49BF58;
}

.font-green {
  color: #ACCC39;
}

.font-blue {
  color: #55C1D5;
}

.font-orange {
  color: #F49E1A !important;
}

.font-red {
  color: #E57C7F;
}

.text-right {
  text-align: right;
}

.mt-03 {
  margin-top: 3rem !important;
}

.mt-06 {
  margin-top: 6rem !important;
}

.mb-02 {
  margin-bottom: 2rem;
}

.mb-03 {
  margin-bottom: 2rem;
}

.mb-05 {
  margin-bottom: 5rem !important;
}

.mb-08 {
  margin-bottom: 8rem !important;
}

.m-05 {
  margin: 5rem 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.btn a {
  display: inline-block;
  width: 250px;
  padding: 1rem;
  border: 1px solid #F49E1A;
  text-align: center;
  border-radius: 40px;
  color: #707070;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}

.btn a:hover {
  color: #fff;
  background-color: #F49E1A;
}

.list-circle li::before {
  content: "○";
}

.news-area a {
  text-decoration: underline;
}

@media screen and (max-width: 540px) {
  .sp-flex-direction-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-flex-direction-rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.header {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.80716)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80716) 35%, white 100%);
  position: fixed;
  height: 175px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header .header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.header .header-inner a {
  margin-left: 2rem;
}

.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav.nav {
  padding: 0.6rem 4rem;
  width: 100%;
  position: relative;
  z-index: 20;
}

.header nav.nav ul.nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}

.header nav.nav ul.nav-ul > li > a {
  color: #fff;
  text-align: center;
}

.header nav.nav ul.nav-ul > li > a img {
  height: 60px;
  display: block;
  margin: 0 auto;
}

.header nav.nav ul.nav-ul > li > a span {
  color: #707070;
  font-size: 1.3rem;
  display: block;
}

.header nav.nav ul #nav-blog a img {
  width: 70px;
  height: auto;
}

.header nav.nav ul.nav-ul .logo a span {
  font-size: 2.2rem;
  color: #555AA8;
}

.header-bg-black {
  background-color: #000;
  height: auto;
}

.header-bg-black .breadcrumb ul {
  padding: 1rem 2rem;
}

.header-bg-black .breadcrumb ul li {
  display: inline-block;
  color: #DBEA17;
  font-size: 1.3rem;
}

.header-bg-black .breadcrumb ul li:after {
  content: ">";
  color: #fff;
  padding: 0 1rem;
}

.header-bg-black .breadcrumb ul li:last-child:after {
  content: none;
}

.header-bg-black .breadcrumb ul .active a {
  color: #fff;
}

.subMenu-item a{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #707070;
  font-size: 1.3rem;
  cursor: pointer;
  text-decoration: none;
}
.menu-item {
  position: relative;
}
.subMenu-item {
}
.subMenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: none;
}
a:hover {
  color: #ffc800;
}




.page-h1-title {
  font-size: 3rem;
  border-left: 3px solid;
  -o-border-image: linear-gradient(to bottom, #7f7fff, #7fff7f) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#7f7fff), to(#7fff7f)) 1;
     border-image: linear-gradient(to bottom, #7f7fff, #7fff7f) 1;
  padding-left: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.section {
  padding: 7rem 0;
}

.section .title {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.section .title .en, .section .title .ja {
  font-size: 2rem;
  letter-spacing: -.2rem;
}

.section .title h2 {
  font-size: 4rem;
  color: #555AA8;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 10;
}

.header__nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav ul:after {
  content: "";
  width: 23%;
  display: block;
}

.header__nav ul:before {
  content: "";
  width: 23%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header__nav ul li {
  width: 23%;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}

.header__nav ul li a {
  color: #fff;
  display: block;
  padding: 1rem 1rem 1rem 0;
  position: relative;
}

.header__nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: block;
  right: 12px;
}

.hamburger {
  background-color: #555AA8;
  border-color: transparent;
  z-index: 9999;
  width: 4rem;
  position: relative;
  top: 0;
  left: 0;
  padding: 1rem 0.5rem;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.circle-content {
  overflow: hidden;
  margin-top: -5rem;
  padding-top: 14rem;
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
  margin: 16px -200px;
  padding: 65px 280px;
}

footer .footer-menu {
  position: relative;
}

footer a {
  color: #fff;
}

footer .col-06 h4 {
  font-size: 1.4rem;
}

footer .col-06 ul li {
  font-size: 1.2rem;
}

footer .logo {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 1rem;
}

footer .logo img {
  width: 40px;
}

footer .access-info {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #fff;
}

footer .access-info p {
  color: #fff;
  margin-bottom: 2rem;
}

footer .access-info .links > li {
  font-size: 2rem;
  margin-bottom: 3rem;
}

footer .access-info .links > li:before {
  content: "▶︎";
  color: #fff;
  margin-right: .5rem;
}

footer .access-info .links > li ol {
  list-style: none;
  font-size: 1.4rem;
}

footer .access-info .content {
  width: 40%;
}

footer .access-info .map {
  width: 57%;
}

footer .access-info .map iframe {
  border-radius: 30px;
  width: 100%;
}

.copyright {
  padding-bottom: 16px;
}

.pagetop {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 999;
}

.pagetop button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #555AA8;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pagetop button span {
  display: block;
  font-size: 2rem;
}

.bg-white-nami {
  position: relative;
  z-index: 1;
}

.bg-white-nami:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
  width: 115%;
  height: 300px;
  display: block;
  background-image: url("../img/common/bg-white-nami.svg");
  background-size: cover;
  z-index: -1;
}

.bg-white-nami:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  -webkit-transform: translateY(33%);
          transform: translateY(33%);
  width: 115%;
  height: 300px;
  display: block;
  background-image: url("../img/common/bg-white-nami.svg");
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}

.bg-green-nami {
  position: relative;
  z-index: 1;
  padding: 3rem 0 7rem;
}

.bg-green-nami:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  -webkit-transform: translateY(-23%);
          transform: translateY(-23%);
  width: 115%;
  height: 300px;
  display: block;
  background-image: url("../img/common/bg-green-nami.svg");
  background-size: cover;
  z-index: -1;
}

.bg-green-nami:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  -webkit-transform: translateY(33%);
          transform: translateY(33%);
  width: 115%;
  height: 300px;
  display: block;
  background-image: url("../img/common/bg-green-nami.svg");
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}

.bg-white-nami .btn {
  position: relative;
  z-index: 1;
}

#icon-kotori-train {
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
}

#icon-flower {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 1rem;
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-logo span {
  color: #555AA8;
  font-size: 20px;
  display: block;
}

.header-logo img {
  width: 60px;
}

@media screen and (min-width: 961px) {
  .sp-br {
    display: none !important;
  }
  .header .header-inner {
    display: none;
  }
  .header-logo {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc-br {
    display: none !important;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 135px;
    z-index: 90;
  }
  .header__nav ul li {
    width: 100%;
  }
  nav.nav {
    display: none;
  }
  .container,
  section .w800 {
    width: 92%;
  }
  footer {
    padding: 65px 220px;
  }
  .header__nav ul li a img {
    width: 38px;
    margin-right: 1rem;
  }
  .header__nav ul li a {
    display: flex;
    align-items: center;
  }
  .header__nav ul li a:after {
    bottom: 50%;
    transform: rotate(45deg) translateY(50%);
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 4.26667vw;
  }
  h2 {
    font-size: 6.13333vw;
  }
  p, ol {
    font-size: 4.26667vw;
  }
  .col-02 {
    width: 100%;
  }
  .col-03 {
    width: 100%;
  }
  h3 {
    font-size: 5.33333vw;
  }
  footer .col-06 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .header__nav ul li {
    font-size: 4.8vw;
  }
  footer .col-06 h4 {
    font-size: 4.26667vw;
    margin-bottom: 1rem;
  }
  footer .col-06 ul li {
    font-size: 3.73333vw;
    margin-bottom: 1rem;
  }
  footer .access-info .content {
    width: 100%;
  }
  footer .access-info .map {
    width: 100%;
  }
  #icon-kotori-train {
    width: 130px;
  }
  #icon-flower {
    width: 100px;
  }
  .circle-content {
    margin-top: -1rem;
    padding-top: 7rem;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: none !important;
    /*contentを空にする*/
  }
}
/*# sourceMappingURL=style.css.map */