@charset "UTF-8";
/*******************************
Reset CSS (exclude "sup")
*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

img {
  vertical-align: middle; }

@font-face {
  font-family: sawarabi;
  src: url("../webfonts/SawarabiMincho-Regular-subset.woff") format("woff");
  font-display: swap;
  font-weight: 400; }
/* normal */
@font-face {
  font-family: Noto Sans Japanese;
  src: url("../webfonts/NotoSansJP-Regular-subset.woff") format("woff");
  font-display: swap; }
/* bold */
@font-face {
  font-family: Noto Sans Japanese;
  src: url("../webfonts/NotoSansJP-Medium-subset.woff") format("woff");
  font-display: swap;
  font-weight: 600; }
/*******************************
Default Style
*******************************/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-weight: 400;
  color: #2E2E2E;
  line-height: 1.6;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0; }

input, button, textarea, select {
  color: #2E2E2E;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.6rem; }

textarea {
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa; }

*:focus {
  outline: none; }

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

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wrapper {
  max-width: 1110px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1110px) {
    .wrapper {
      width: 100%;
      padding: 0 15px; } }

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrap {
      width: 100%;
      padding: 0 15px; } }

.center {
  text-align: center; }

.hoverImg {
  transition: .3s; }
  @media only screen and (min-width: 769px) {
    .hoverImg:hover {
      opacity: 0.7; } }

.hoverTxt {
  text-decoration: none;
  color: inherit; }
  .hoverTxt:hover {
    text-decoration: underline; }

.tCenter {
  text-align: center; }

@media only screen and (max-width: 768px) {
  .pcView {
    display: none; } }
.mB20 {
  margin-bottom: 20px; }

.mB40 {
  margin-bottom: 40px; }

.mB80 {
  margin-bottom: 80px !important; }

.mB100 {
  margin-bottom: 100px !important; }

.mB120 {
  margin-bottom: 120px; }

.mB160 {
  margin-bottom: 160px; }

@media only screen and (max-width: 768px) {
  .mB40 {
    margin-bottom: 20px; }

  .mB80 {
    margin-bottom: 40px !important; }

  .mB100 {
    margin-bottom: 50px !important; }

  .mB120 {
    margin-bottom: 60px; }

  .mB160 {
    margin-bottom: 80px; } }
.main {
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .main {
      margin-bottom: 60px; } }

.btn_more {
  text-align: center; }
  .btn_more a {
    display: inline-block;
    width: 380px;
    background: #ECCF1B;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px 24px 13px 10px;
    font-size: 21px;
    line-height: 1em;
    transition: .3s; }
    @media only screen and (max-width: 768px) {
      .btn_more a {
        width: 80%; } }
    .btn_more a:hover {
      color: #fff !important;
      background-color: #34586B; }

.top_more {
  text-align: center; }
  .top_more a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: #34586B !important;
    text-decoration: none !important;
    font-size: 21px;
    line-height: 1em;
    transition: .3s; }
    @media only screen and (max-width: 768px) {
      .top_more a {
        width: 80%; } }
    .top_more a:hover {
      color: #fff !important;
      background-color: #34586B; }

.top_more {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 99;
  right: 0;
  margin: auto; }
  .top_more a {
    padding: 20px 50px; }
    @media only screen and (max-width: 768px) {
      .top_more a {
        width: 70%;
        padding: 10px 40px;
        font-size: 18px; } }

.fadeIn {
  opacity: 0;
  transition: .6s; }

.is-fadeIn {
  opacity: 1; }

.fadeUpIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: .3s; }

.is-fadeUpIn {
  opacity: 1;
  transform: translate(0, 0); }

.fadeLeftIn {
  opacity: 0;
  transform: translate(50px, 0);
  transition: .3s; }

.is-fadeLeftIn {
  opacity: 1;
  transform: translate(0, 0); }

.delay_10 {
  transition-delay: .1s; }

.delay_20 {
  transition-delay: .2s; }

.delay_30 {
  transition-delay: .3s; }

/*---------------------------
HEADER
----------------------------*/
.headInner {
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: relative;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-weight: 600; }
  @media only screen and (max-width: 1200px) {
    .headInner {
      height: auto; } }

.logo {
  width: 460px;
  text-align: center;
  padding-top: 5px;
  position: relative; }
  @media screen and (max-width: 1700px) {
    .logo {
      width: 280px; } }
  @media only screen and (max-width: 1200px) {
    .logo {
      flex: 1;
      display: flex;
      padding-top: 5px;
      padding-left: 20px; }
      .logo img {
        height: 50px; } }

.naviArea {
  width: 1020px;
  margin-left: 50px; }
  @media screen and (max-width: 1700px) {
    .naviArea {
      margin-left: 0; } }
  @media only screen and (max-width: 1200px) {
    .naviArea {
      display: none; } }

.gNavi {
  width: 100%;
  height: 60px;
  margin: 20px 0 0; }
  .gNavi > ul {
    display: flex;
    height: 60px; }
    .gNavi > ul > li {
      position: relative;
      padding: 0 10px;
      text-align: center; }
      @media only screen and (max-width: 1512px) {
        .gNavi > ul > li {
          padding: 0 10px; } }
      .gNavi > ul > li > a {
        display: block;
        font-size: 16px;
        color: inherit;
        text-decoration: none;
        padding: 5px 0 28px;
        color: #34586B; }
        @media only screen and (max-width: 1512px) {
          .gNavi > ul > li > a {
            font-size: 15px; } }
        .gNavi > ul > li > a:hover {
          opacity: 0.8; }

.subNavi {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 100%;
  left: 0px;
  display: none; }
  .subNavi a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 5px; }
    .subNavi a:hover {
      opacity: 0.8; }

.language {
  padding: 5px 20px !important;
  text-decoration: none;
  background: #34586B;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  border-radius: 5px;
  display: inline !important; }
  @media only screen and (max-width: 1512px) {
    .language {
      padding: 5px 10px !important; } }

.hbNav__sub02 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 1200px) {
    .hbNav__sub02 {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .hbNav__sub02 {
      margin-top: 10px; } }
  .hbNav__sub02 li {
    margin-right: 80px; }
    @media only screen and (max-width: 1200px) {
      .hbNav__sub02 li {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 768px) {
      .hbNav__sub02 li {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%; } }
    .hbNav__sub02 li a {
      padding: 5px 20px;
      text-decoration: none;
      background: #fff;
      text-align: center;
      color: #34586B;
      font-size: 18px;
      border-radius: 5px; }

.nav_child01 a {
  background: #ECCF1B; }

.nav_child02 a {
  background: #47AC65; }

.nav_child03 a {
  background: #2D437D; }

.nav_child04 a {
  background: #EE9F00; }

/*------ ハンバーガー ------*/
.hmbArea {
  width: 80px;
  height: 80px;
  z-index: 9999;
  right: 20px;
  top: 0;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .hmbArea {
      width: 65px;
      height: 65px;
      right: 10px; } }

.hamburger {
  display: block;
  position: absolute;
  width: 60px;
  height: 42px;
  right: 10px;
  top: 15px;
  cursor: pointer;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .hamburger {
      right: 12px;
      top: 10px;
      width: 50px;
      height: 38px; } }
  @media only screen and (max-width: 768px) {
    .hamburger {
      right: 8px;
      top: 14px; } }
  .hamburger span {
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    left: 6px;
    background: #34586B;
    border-radius: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      top: 20px; }
    .hamburger span:nth-child(3) {
      top: 40px; }
    @media only screen and (max-width: 1200px) {
      .hamburger span {
        width: 45px; }
        .hamburger span:nth-child(2) {
          top: 15px; }
        .hamburger span:nth-child(3) {
          top: 30px; } }

.hamburger.active {
  position: fixed;
  right: 28px;
  top: 20px; }
  @media only screen and (max-width: 768px) {
    .hamburger.active {
      right: 14px;
      top: 14px; } }
  .hamburger.active span {
    background: #fff; }

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.globalMenuSp {
  width: 100%;
  background: rgba(23, 39, 48, 0.8);
  padding: 200px 0;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  color: #2E2E2E;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease; }
  @media only screen and (max-width: 768px) {
    nav.globalMenuSp {
      padding: 20px 30px;
      display: table; } }

nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible; }

.hbNav {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .hbNav {
      width: calc(100% - 100px); } }
  @media only screen and (max-width: 768px) {
    .hbNav {
      width: 100%;
      display: table-cell;
      vertical-align: middle; } }

.hbNav__col3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .hbNav__col3 {
      flex-wrap: wrap;
      margin-bottom: 30px; } }
  .hbNav__col3 li {
    width: calc(100% / 3 - 30px);
    margin-bottom: 40px; }
    @media only screen and (min-width: 769px) {
      .hbNav__col3 li:nth-child(3n-1) {
        margin: 0 45px 40px; } }
    @media only screen and (max-width: 768px) {
      .hbNav__col3 li {
        width: 47%;
        margin: 8px 0; }
        .hbNav__col3 li:nth-child(2n) {
          margin-left: 3%; } }
    .hbNav__col3 li a {
      display: block;
      width: 100%;
      border: 3px solid #FFFFFF;
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s; }
      @media only screen and (max-width: 1110px) {
        .hbNav__col3 li a {
          font-size: 24px; } }
      @media only screen and (max-width: 768px) {
        .hbNav__col3 li a {
          font-size: 18px;
          padding: 15px; } }
      .hbNav__col3 li a:hover {
        background: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 400px) {
  .hbNav__col3 li a {
    font-size: 16px;
    border: 2px solid #FFFFFF; } }
.hbNav__sub {
  width: 100%;
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 1200px) {
    .hbNav__sub {
      flex-wrap: wrap; } }
  .hbNav__sub li {
    margin-right: 80px; }
    @media only screen and (max-width: 1200px) {
      .hbNav__sub li {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .hbNav__sub li {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%; } }
    .hbNav__sub li a {
      width: 100%;
      text-decoration: none;
      color: #fff; }
      .hbNav__sub li a::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle; }

/*---------------------------
FOOTER
----------------------------*/
.footer {
  position: relative; }

.footerBannerArea {
  height: 60px; }
  .footerBannerArea__inner {
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 200;
    transform: translate(0, 200px);
    transition: .4s;
    transition-delay: .2s; }
    .footerBannerArea__inner.is-show-banner {
      transform: translate(0, 0); }
  @media only screen and (max-width: 1512px) {
    .footerBannerArea {
      height: 60px; }
      .footerBannerArea__inner {
        height: 60px; } }
  @media only screen and (max-width: 768px) {
    .footerBannerArea {
      height: 40px; }
      .footerBannerArea__inner {
        height: 40px; } }

.footerBanner__list {
  display: flex; }
  .footerBanner__list li {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .footerBanner__list li:first-child a {
      border-right: 2px solid #fff; }
    @media only screen and (max-width: 768px) {
      .footerBanner__list li {
        height: 40px; } }
    .footerBanner__list li a {
      display: block;
      width: 100%;
      height: 60px;
      padding: 7px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      background: #34586B; }
      .footerBanner__list li a:hover {
        opacity: 0.9; }
      @media only screen and (max-width: 768px) {
        .footerBanner__list li a {
          height: 40px;
          padding: 5px;
          font-size: 18px; } }
    @media only screen and (max-width: 768px) {
      .footerBanner__list li {
        height: 40px; } }

.footerSns {
  width: 140px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .footerSns {
      margin: 0 auto; } }

.footerBottom__wrap {
  width: 100%;
  padding: 80px 0 10px;
  background: url("../img/footer_bg.jpg") no-repeat bottom center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .footerBottom__wrap {
      padding: 40px 0 10px; } }

.footerInfo {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  border-bottom: 1px solid #fff; }
  @media only screen and (max-width: 768px) {
    .footerInfo {
      padding-bottom: 40px;
      flex-wrap: wrap;
      text-align: center; }
      .footerInfo > img {
        width: 40%;
        max-width: 200px;
        display: block;
        margin: 0 auto 10px; }
      .footerInfo__add {
        width: 100%;
        margin-bottom: 10px;
        text-align: center; } }

.footBottomSub {
  width: 80%;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .footBottomSub {
      flex-wrap: wrap; } }
  .footBottomSub li {
    width: 30%; }
    @media only screen and (max-width: 768px) {
      .footBottomSub li {
        width: 100%; } }
    .footBottomSub li a {
      color: #fff;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .footBottomSub li a {
          font-size: 14px; } }

.copyRight {
  text-align: right;
  background: #34586B;
  color: #fff;
  font-size: 14px; }
  @media only screen and (max-width: 1512px) {
    .copyRight {
      text-align: center;
      padding-top: 0px; } }

.footerMenu {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .footerMenu {
      flex-wrap: wrap;
      margin-bottom: 20px; } }
  .footerMenu li {
    width: calc(100% / 3 - 30px); }
    @media only screen and (max-width: 768px) {
      .footerMenu li {
        width: 60%;
        margin: 0 auto 10px; } }
    .footerMenu li a {
      display: block;
      width: 100%;
      padding: 10px;
      border: 2px solid #3A4F5A;
      color: #3A4F5A;
      font-size: 24px;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0.1); }
      @media only screen and (max-width: 1110px) {
        .footerMenu li a {
          font-size: 21px; } }
      @media only screen and (max-width: 768px) {
        .footerMenu li a {
          font-size: 18px;
          padding: 4px; } }
      .footerMenu li a:hover {
        background: rgba(255, 255, 255, 0.2); }

.sideBtn {
  position: fixed;
  right: 18px;
  z-index: 1000;
  transform: translate(100px, 0);
  transition: transform .3s; }
  .sideBtn li {
    text-align: center;
    margin-bottom: 10px; }
  .sideBtn.is-show {
    transform: translate(0, 0); }
  @media only screen and (max-width: 768px) {
    .sideBtn {
      width: 12%;
      max-width: 61px; } }

/*---------------------------
TOP
----------------------------*/
/*------ h2 ------*/
h2.topEx {
  font-size: 54px; }
  @media only screen and (min-width: 1201px) {
    h2.topEx {
      color: #34586B;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      line-height: 1;
      margin-right: 20px; } }
  @media only screen and (max-width: 1200px) {
    h2.topEx {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 768px) {
    h2.topEx {
      margin-bottom: 40px;
      font-size: 1.5em; } }

.topEx__grn {
  color: #5ED962; }

.topEx__sub {
  display: block;
  font-size: 24px; }
  @media only screen and (min-width: 1201px) {
    .topEx__sub::after {
      content: '';
      width: 6px;
      height: 200px;
      background: #5ED962;
      display: block;
      margin-right: 10px; } }
  @media only screen and (max-width: 1200px) {
    .topEx__sub::after {
      content: '';
      width: 100px;
      height: 6px;
      background: #5ED962;
      display: block;
      margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .topEx__sub {
      font-size: 18px; } }

.topCenter {
  width: 100%;
  margin-bottom: 80px;
  font-size: 54px;
  text-align: center;
  color: #34586B;
  line-height: 1;
  position: relative; }
  .topCenter::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #34586B;
    z-index: 0; }
  @media only screen and (max-width: 768px) {
    .topCenter {
      margin-bottom: 40px;
      font-size: 1.5em; } }
  .topCenter__h2 {
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .topCenter__br {
    display: block;
    font-size: 24px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .topCenter__br {
        font-size: 18px; } }
  .topCenter__grn {
    color: #5ED962; }

.event .topCenter {
  font-size: 40px; }
  @media only screen and (max-width: 768px) {
    .event .topCenter {
      margin-bottom: 40px;
      font-size: 1.5em; } }
  .event .topCenter__br {
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .event .topCenter__br {
        font-size: 18px; } }

.topSpot .topCenter__h2 {
  background: #EEEEEE; }

h3.event_h3 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #34586B;
  position: relative; }
  h3.event_h3 span {
    background: #fff;
    padding-right: 30px;
    position: relative;
    z-index: 1; }
  h3.event_h3::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #34586B;
    display: block;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    z-index: 0; }

.container h3.event_h3 span,
.topInfo h3.event_h3 span {
  background: #fff; }

.homeWrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .homeWrap {
      flex-wrap: wrap; } }

.homeTopic ul li {
  margin-bottom: 10px; }
  .homeTopic ul li:last-child {
    margin-bottom: 0; }

.homeTopic {
  width: 300px;
  margin-right: 50px;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .homeTopic {
      width: calc(100% - 50px);
      margin: 30px auto 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .homeTopic_l {
        width: 48%; }
      .homeTopic_r {
        width: 48%; } }

.eventPick {
  width: 100%;
  margin-bottom: 10px;
  background: #EEEEEE;
  padding: 10px 10px; }
  .eventPick__thumb {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .eventPick__ttl {
    margin-bottom: 10px;
    text-align: center;
    position: relative; }
    .eventPick__ttl span {
      display: inline-block;
      padding: 0 10px;
      background: #eee;
      position: relative;
      z-index: 1; }
    .eventPick__ttl::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #34586B;
      z-index: 0; }

.homeImage {
  height: calc(100vh - 80px);
  margin: 0 auto;
  width: calc(100% - 450px);
  position: relative;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .homeImage {
      height: calc(90vh - 65px);
      width: calc(100% - 50px); } }

.homeImage .bx-wrapper,
.homeImage .bx-viewport {
  height: 100% !important; }

.iconMenu {
  width: 100%;
  background: #F3F3F3;
  flex-shrink: 0; }

.iconMenu ul {
  width: 100%;
  height: 140px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch; }
  @media only screen and (max-width: 1110px) {
    .iconMenu ul {
      flex-wrap: wrap;
      height: 180px; } }
  .iconMenu ul li {
    width: calc(100% / 8);
    height: 100%; }
    @media only screen and (max-width: 1110px) {
      .iconMenu ul li {
        width: calc(100% / 4);
        height: 90px; } }
    .iconMenu ul li img {
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .iconMenu ul li img {
          width: 40px;
          height: auto; } }
    .iconMenu ul li a {
      display: block;
      width: 100%;
      height: 140px;
      padding: 30px 5px;
      color: #34586B;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      position: relative; }
      .iconMenu ul li a:hover {
        background: #eee; }
      @media only screen and (max-width: 1512px) {
        .iconMenu ul li a {
          font-size: 15px; } }
      @media only screen and (max-width: 1110px) {
        .iconMenu ul li a {
          padding: 2px;
          height: 90px;
          font-size: 12px; } }
      @media only screen and (max-width: 768px) {
        .iconMenu ul li a {
          padding: 16px 2px; } }
    .iconMenu ul li:nth-child(1) a::before, .iconMenu ul li:nth-child(2) a::before, .iconMenu ul li:nth-child(3) a::before, .iconMenu ul li:nth-child(4) a::before, .iconMenu ul li:nth-child(5) a::before, .iconMenu ul li:nth-child(6) a::before, .iconMenu ul li:nth-child(7) a::before {
      content: '';
      background: #DBDBDB;
      width: 1px;
      height: 90px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    @media only screen and (max-width: 1110px) {
      .iconMenu ul li:nth-child(1) a::before, .iconMenu ul li:nth-child(2) a::before, .iconMenu ul li:nth-child(3) a::before, .iconMenu ul li:nth-child(4) a::before, .iconMenu ul li:nth-child(5) a::before, .iconMenu ul li:nth-child(6) a::before, .iconMenu ul li:nth-child(7) a::before {
        height: 70px; } }
    @media only screen and (max-width: 1110px) {
      .iconMenu ul li:nth-child(1) a::after, .iconMenu ul li:nth-child(2) a::after, .iconMenu ul li:nth-child(3) a::after, .iconMenu ul li:nth-child(4) a::after {
        content: '';
        background: #DBDBDB;
        width: 80%;
        height: 1px;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
      .iconMenu ul li:nth-child(4) a::before {
        content: none; } }

.langMenu {
  width: 320px;
  position: absolute;
  z-index: 99;
  right: 20px;
  bottom: 160px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1110px) {
    .langMenu {
      width: 200px;
      bottom: 200px;
      left: 0;
      right: 0;
      margin: auto; } }
  .langMenu li {
    width: 160px;
    padding: 0 5px; }
    .langMenu li a {
      width: 100%;
      display: block;
      padding: 5px 0;
      font-size: 16px;
      color: #2E2E2E;
      background: #fff;
      border: 1px solid #707070;
      text-align: center;
      text-decoration: none;
      line-height: 1;
      transition: all 0.3s; }
      .langMenu li a:hover {
        background: #eee; }
    @media only screen and (max-width: 1110px) {
      .langMenu li {
        width: 100px; }
        .langMenu li a {
          font-size: 12px; } }

.main_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100; }
  @media only screen and (max-width: 1200px) {
    .main_text {
      width: 60%;
      max-width: 434px; } }

.sns {
  position: absolute;
  left: 8px;
  bottom: 20px;
  height: 160px; }
  @media only screen and (max-width: 768px) {
    .sns {
      display: none; } }
  .sns li {
    margin-top: 20px; }

.today {
  font-weight: 500;
  color: #34586B;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media only screen and (max-width: 768px) {
    .today {
      margin: 20px auto 0;
      width: calc(100% - 50px);
      font-size: 12px; } }
  .today a {
    text-decoration: none;
    color: #34586B; }
  @media only screen and (min-width: 769px) {
    .today {
      position: absolute;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      right: 8px;
      top: 100px; }
      .today span:after {
        content: url("../img/top/today-arrow.png");
        display: inline-block;
        margin: 10px 0;
        line-height: 8px;
        vertical-align: middle; } }
  @media only screen and (max-width: 768px) {
    .today span:after {
      content: url("../img/top/today-arrow-sp.png");
      display: inline-block;
      margin: 0 10px;
      line-height: 8px;
      vertical-align: middle; } }
  @media screen and (max-height: 800px) {
    .today {
      top: 0; } }

.pickUp {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #9F9F9F; }
  .pickUp a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #2E2E2E;
    font-size: 16px;
    padding: 5px; }
    .pickUp a:hover {
      text-decoration: underline; }
  .pickUp__ttl {
    color: #34586B;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    background: #ECCF1B; }

/*slider
---------------------------*/
.mainslider {
  position: relative;
  z-index: 1;
  height: 100%;
  flex: 1; }
  @media only screen and (max-width: 768px) {
    .mainslider li {
      height: 100%; } }

.mainslider li {
  height: 100% !important; }

.mainslider li img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.homeImage .bx-pager {
  text-align: center;
  bottom: -30px;
  position: absolute;
  width: calc(25px - 14px);
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px; }
  @media only screen and (max-width: 768px) {
    .homeImage .bx-pager {
      width: calc(24px - 14px);
      left: -24px; } }

.homeImage .bx-pager-item,
.homeImage .bx-controls-auto-item {
  display: inline-block; }

.homeImage .bx-default-pager a {
  background: #34586B;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 2px solid #fff;
  outline: 0;
  border-radius: 50%; }

.homeImage .bx-default-pager a:hover,
.homeImage .bx-default-pager a.active {
  background: none;
  border: 2px solid #ECCF1B; }

/*------ homeEx ------*/
.homeEx__wrap {
  padding: 120px 0 120px;
  background: url("../img/top/ex_bg.png"); }
  @media only screen and (max-width: 1200px) {
    .homeEx__wrap {
      padding: 60px 0 60px; } }
.homeEx__inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .homeEx__inner {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .homeEx__inner {
      width: 90%;
      margin: 0 auto; } }

.exList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: stretch; }
  .exList li {
    width: calc(100% / 3 - 10px);
    margin: 0 5px 80px;
    background: #fff;
    transition: all 0.3s; }
    .exList li:hover {
      filter: drop-shadow(5px 1px 4px rgba(0, 0, 0, 0.3)); }
    @media only screen and (max-width: 768px) {
      .exList li {
        width: calc(100% / 2 - 10px);
        margin: 0 auto 40px; } }
    @media only screen and (max-width: 750px) {
      .exList li {
        width: 100%; } }
    .exList li a {
      text-decoration: none;
      color: #2E2E2E;
      transition: all 0.3s; }
      @media only screen and (max-width: 768px) {
        .exList li a {
          filter: drop-shadow(5px 1px 4px rgba(0, 0, 0, 0.3)); } }
  .exList__box {
    position: relative; }
  .exList__catch {
    position: absolute;
    left: 0;
    top: 40px; }
    .exList__catch span {
      display: inline-block;
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 5px;
      background: #fff;
      padding: 5px 10px;
      line-height: 1; }
      @media only screen and (max-width: 1200px) {
        .exList__catch span {
          font-size: 18px; } }
      @media only screen and (max-width: 750px) {
        .exList__catch span {
          padding: 5px; } }
  .exList__place {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 10px;
    bottom: 10px; }
    .exList__place::before {
      content: url("../img/map.png");
      line-height: 21px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .exList__thumb {
    width: 100%;
    height: 380px;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .exList__thumb {
        height: 200px; } }
    .exList__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: hidden;
      transition: all 0.3s; }
  .exList__info {
    background: #fff;
    padding: 10px; }
  .exList a:hover img {
    transform: scale(1.1); }

.art, .food, .history, .nature {
  margin-right: 10px;
  padding: 0px 10px;
  font-size: 16px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .art, .food, .history, .nature {
      font-size: 14px; } }

.art {
  background: #ECCF1B; }

.food {
  background: #EE9F00; }

.history {
  background: #2D437D; }

.nature {
  background: #47AC65; }

/*------ course ------*/
.topCourse {
  padding: 120px 0 0; }
  @media only screen and (max-width: 768px) {
    .topCourse {
      padding: 60px 0 0; } }

.course {
  width: 100%; }
  .course li {
    width: 100%;
    margin-bottom: 120px; }
    @media only screen and (max-width: 768px) {
      .course li {
        margin-bottom: 60px; } }
    .course li:last-child {
      margin-bottom: 0; }
    .course li a {
      text-decoration: none; }
    .course li a:hover img {
      transform: scale(1.1); }
  .course__box {
    position: relative; }
  .course__thumb {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 20px; }
    @media only screen and (max-width: 768px) {
      .course__thumb {
        height: 260px; } }
    .course__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .course__info {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 60px; }
    @media only screen and (max-width: 768px) {
      .course__info {
        top: 20px;
        left: 30px; } }
  .course__catch {
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .course__catch {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.2; } }
  .course__disc {
    width: 340px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff; }
    @media only screen and (max-width: 768px) {
      .course__disc {
        width: 300px;
        padding-bottom: 10px; } }
  .course__time::before {
    content: url("../img/course_time.png");
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
  .course__link {
    width: 320px;
    line-height: 60px;
    border-radius: 30px;
    background: #fff;
    color: #34586B;
    text-align: center;
    position: absolute;
    right: 60px;
    bottom: 30px;
    transition: all 0.3s; }
    .course__link::after {
      content: url("../img/course_arrow.png");
      display: block;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    @media only screen and (max-width: 768px) {
      .course__link {
        width: 260px;
        line-height: 40px;
        background: #ECCF1B;
        right: 0;
        left: 0;
        bottom: 20px;
        margin: auto; } }

.course a:hover .course__link {
  background: #34586B;
  color: #fff; }

.course a:hover .course__link::after {
  content: url("../img/course_arrow-hover.png"); }

/*------ topSpot ------*/
.topSpot {
  width: calc(100% - 160px);
  margin: 120px auto;
  padding: 120px 0 120px;
  background: #EEEEEE; }
  @media only screen and (max-width: 1512px) {
    .topSpot {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 1200px) {
    .topSpot {
      width: calc(100% - 40px); } }
  @media only screen and (max-width: 768px) {
    .topSpot {
      width: calc(100% - 20px);
      margin: 60px auto;
      padding: 60px 0 60px; } }

.spotList {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .spotList li {
    width: calc(100% / 3 - 10px);
    margin: 0 0 80px;
    align-items: stretch; }
    @media only screen and (min-width: 769px) {
      .spotList li:nth-child(3n-1) {
        margin: 0 10px 80px; } }
    @media only screen and (max-width: 768px) {
      .spotList li {
        width: calc(100% / 2 - 10px);
        margin: 0 auto 40px; }
        .spotList li:nth-child(2n) {
          margin: 0 0 40px 10px; } }
    .spotList li a {
      text-decoration: none;
      color: #2E2E2E; }
      .spotList li a:hover img {
        transform: scale(1.1); }
  .spotList__box {
    background: #fff;
    height: 100%; }
  .spotList__img {
    width: 100%;
    height: 420px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .spotList__img {
        height: 200px; } }
    .spotList__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .spotList__info {
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .spotList__info {
        padding: 10px; } }
    .spotList__info p {
      width: 100%;
      padding: 0 20px; }
      @media only screen and (max-width: 768px) {
        .spotList__info p {
          padding: 0 10px;
          font-size: 14px; } }
  .spotList__ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    text-align: center;
    font-weight: bold;
    font-size: 21px; }
    @media only screen and (max-width: 768px) {
      .spotList__ttl {
        font-size: 16px;
        padding-bottom: 10px; } }

.container .spotList__box {
  background: #f7f7f7;
  height: 100%; }

/*------ topInfo ------*/
.topInfo {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 1512px) {
    .topInfo {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 1200px) {
    .topInfo {
      width: calc(100% - 40px); } }
  @media only screen and (max-width: 768px) {
    .topInfo {
      width: calc(100% - 20px); } }

.info {
  background: #fff;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #34586B; }
  .info__ttl {
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 32px;
    color: #34586B; }
    @media only screen and (max-width: 768px) {
      .info__ttl {
        padding: 0 15px;
        font-size: 21px; } }
  .info__list {
    width: 100%; }
    .info__list li {
      padding: 5px;
      border-bottom: 2px dotted #34586B; }
      .info__list li span {
        margin-right: 40px; }
        @media only screen and (max-width: 768px) {
          .info__list li span {
            display: block; } }
      .info__list li a {
        text-decoration: none;
        color: #2E2E2E; }
      .info__list li:last-child {
        border-bottom: none; }

.infoLink {
  text-decoration: none;
  color: #2E2E2E; }
  @media only screen and (min-width: 769px) {
    .infoLink {
      position: absolute;
      right: 20px;
      top: 20px; }
      .infoLink::after {
        content: url("../img/top/info_arrow.png");
        display: inline-block;
        line-height: 15px;
        vertical-align: middle;
        margin-left: 20px; } }
  @media only screen and (max-width: 768px) {
    .infoLink {
      position: relative;
      width: 50%;
      padding: 10px;
      margin: 10px auto 60px;
      display: block;
      border: 1px solid #34586B;
      text-align: center; } }

/*------ event ------*/
.event {
  margin: 80px auto 100px; }
  @media only screen and (max-width: 768px) {
    .event {
      margin: 60px auto 50px; } }
  .event__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: stretch; }
    .event__list li {
      width: calc(100% / 4 - 20px);
      margin: 0 10px;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .event__list li {
          width: calc(100% / 2 - 10px);
          margin: 0 5px 40px; } }
    .event__list a {
      text-decoration: none;
      color: #2E2E2E; }
    .event__list a:hover img {
      transform: scale(1.1); }
  .event__thumb {
    width: 100%;
    height: 400px;
    overflow: hidden; }
    @media only screen and (max-width: 1110px) {
      .event__thumb {
        height: 260px; } }
    .event__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: hidden;
      transition: all 0.3s; }
  .event__info {
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .event__info {
        padding: 5px;
        font-size: 14px; } }
    .event__info p {
      padding: 0 10px; }
      @media only screen and (max-width: 768px) {
        .event__info p {
          padding: 0; } }
      .event__info p::before {
        content: '';
        width: 3px;
        height: 3px;
        background: #2E2E2E;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
  .event__ttl {
    padding: 10px;
    border-top: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .event__ttl {
        padding: 5px 0; } }

.container .event__list li {
  width: calc(100% / 3 - 40px);
  margin: 0 20px 80px; }
  @media only screen and (max-width: 768px) {
    .container .event__list li {
      width: calc(100% / 2 - 10px);
      margin: 0 5px 40px; } }

.container .event__thumb {
  height: 460px; }
  @media only screen and (max-width: 1110px) {
    .container .event__thumb {
      height: 300px; } }

.eventLink {
  margin-top: 20px;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .eventLink {
      margin-top: 0; } }
  .eventLink a {
    color: #2E2E2E; }
    .eventLink a::after {
      content: url("../img/top/event_link.png");
      line-height: 38px;
      vertical-align: middle;
      display: inline-block;
      transition: all 0.3s; }

.tabWrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1110px) {
    .tabWrap {
      flex-wrap: wrap; } }

.tab-list {
  width: calc(1110px - 806px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1110px) {
    .tab-list {
      width: 100%; } }
  .tab-list li {
    width: 100%;
    margin-bottom: 2px;
    font-size: 20px;
    text-align: center;
    padding: 24px;
    color: #fff;
    transition: 0.2s ease;
    cursor: pointer;
    font-size: 40px;
    line-height: 1; }
    @media only screen and (max-width: 1110px) {
      .tab-list li {
        width: calc(100% / 4 - 2px);
        margin-bottom: 0;
        padding: 5px;
        font-size: 24px; } }
    @media only screen and (max-width: 768px) {
      .tab-list li {
        font-size: 21px; } }
    .tab-list li span {
      font-size: 24px; }
      @media only screen and (max-width: 1110px) {
        .tab-list li span {
          font-size: 16px; } }
      @media only screen and (max-width: 768px) {
        .tab-list li span {
          font-size: 14px; } }
      .tab-list li span::after {
        content: '';
        width: 30px;
        height: 1px;
        background: #fff;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle; }
    .tab-list li:hover {
      background: #333;
      color: #fff; }
    .tab-list li:nth-child(1) {
      background: #34586B; }
    .tab-list li:nth-child(2) {
      background: #217AA8; }
    .tab-list li:nth-child(3) {
      background: #2F7F8F; }
    .tab-list li:nth-child(4) {
      background: #5C6B9C;
      margin-bottom: 0; }

@media only screen and (min-width: 1111px) {
  .tab-item {
    position: relative; }

  .tab-item::after {
    content: url("../img/top/schedule_arrow.png");
    height: 27px;
    line-height: 27px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; } }
.tab-container {
  width: 806px; }
  @media only screen and (max-width: 1110px) {
    .tab-container {
      width: 100%; } }
  .tab-container img {
    width: 806px; }
    @media only screen and (max-width: 1110px) {
      .tab-container img {
        width: 100%;
        height: auto; } }
  .tab-container .tab-content {
    display: none; }
    .tab-container .tab-content.active {
      display: block; }

.spring {
  border: 6px solid #34586B; }

.summer {
  border: 6px solid #217AA8; }

.autumn {
  border: 6px solid #2F7F8F; }

.winter {
  border: 6px solid #5C6B9C; }

/*------ topPhoto ------*/
.topPhoto {
  padding: 160px 0 0; }
  @media only screen and (max-width: 768px) {
    .topPhoto {
      padding: 80px 0 0; } }

.photoslide {
  width: 100%; }

.photo__thumb {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .photo__thumb {
      width: 200px;
      height: 200px; } }
  .photo__thumb:hover img {
    transform: scale(1.1); }
  .photo__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s; }
.photo__count {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  font-size: 24px; }
  .photo__count::before {
    content: url("../img/photo_no.png");
    display: inline-block;
    margin-right: 5px;
    line-height: 24px;
    vertical-align: middle; }

.photoLink {
  margin-top: 80px;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .photoLink {
      margin-top: 40px; } }
  .photoLink a {
    color: #2E2E2E;
    font-size: 21px;
    text-decoration: underline; }
    .photoLink a::after {
      content: '';
      width: 45px;
      height: 45px;
      background: url("../img/top/photo_link.png") no-repeat;
      background-size: cover;
      display: inline-block;
      margin-left: 20px;
      vertical-align: middle; }

/*# sourceMappingURL=style.css.map */
