@charset "UTF-8";
.articles-index {
  padding-top: 10px;
}
.tabs-wrap {
  background-color: #edecef;
  padding: 24px;
}
@media screen and (max-width: 667px) {
  .tabs-wrap {
    padding: 12px 20px 20px 20px;
  }
}
.tabs.tab-btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .tabs.tab-btns {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.tabs.tab-btns .btn {
  margin-right: 8px;
}
@media screen and (max-width: 667px) {
  .tabs.tab-btns .btn {
    margin-top: 8px;
  }
}
.tabs.tab-btns .btn a {
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  width: 100%;
  background: #fff;
  border: 1px solid #2c69ff;
  color: #2c69ff;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  border-radius: 90px;
  transition: background 400ms ease-out, color 400ms ease-out;
}
@media screen and (max-width: 667px) {
  .tabs.tab-btns .btn a {
    font-size: 1.4rem;
  }
}
.tabs.tab-btns .btn a:hover {
  background: #2c69ff;
  color: #fff;
}
.tabs.tab-btns .btn a.is-active {
  background: #2c69ff;
  color: #fff;
}
.tabBody {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-top: 32px;
}
/* @media screen and (max-width: 767px) {
  .tabBody {
    padding-top: 10px;
  }
} */
.tabBody .tabBody-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 43, 98, 0.05);
  display: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tabBody .tabBody-box {
    margin-bottom: 20px;
  }
}
.tabBody .tabBody-box-inner {
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .tabBody .tabBody-box-inner {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.tabBody .tabBody-box-image {
  flex-shrink: 0;
  margin-right: 40px;
  max-width: 320px;
}
.tabBody .tabBody-box-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tabBody .tabBody-box-image {
    align-self: center;
    flex: 1 1 auto;
    margin-bottom: 20px;
    margin-right: 0;
    min-height: 1%;
    min-width: 1%;
    text-align: center;
    width: auto;
  }
}
.tabBody .tabBody-box-text {
  font-size: 1.4rem;
  line-height: 1.72;
  max-width: 100%;
  min-width: 1%;
}
@media screen and (max-width: 767px) {
  .tabBody .tabBody-box-text {
    font-size: 1.2rem;
  }
}
.tabBody .tabBody-box-text > p {
  margin: 0;
}
.tabBody .tabBody-box-text > p + p {
  margin-top: 20px;
}
.articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .articles-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.articles-wrapper .articles-col {
  flex: 1 1 auto;
  margin-bottom: 55px;
  max-width: 33.33%;
  padding: 0 30px;
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .articles-wrapper .articles-col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .articles-wrapper .articles-col {
    margin-bottom: 28px;
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .articles-wrapper .articles-col {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    width: 100%;
  }
}
.articles-col .articles-link {
  backface-visibility: hidden;
  color: #333;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s;
}
.articles-col .articles-link:hover {
  opacity: 0.7;
}
.articles-col .articles-image {
  margin-bottom: 23px;
  min-height: 1%;
  min-width: 1%;
}
@media screen and (max-width: 767px) {
  .articles-col .articles-image {
    margin-bottom: 13px;
  }
}
.articles-col .articles-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: 25px;
}
.articles-col .articles-category {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .articles-col .articles-category {
    margin-bottom: 0;
  }
}
.articles-col .articles-category > li {
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #2C69FF;
  border: 1px solid #2C69FF;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 120px;
  padding: 8px 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .articles-col .articles-category > li {
    font-size: 1.2rem;
    margin-bottom: 5px;
    min-width: 124px;
  }
}
.articles-col .articles-category > li:last-child {
  margin-right: 0;
}
/* .articles-col .articles-category > li.cat-01 {
  background-color: #3d5d87;
}
.articles-col .articles-category > li.cat-02 {
  background-color: #786c55;
}
.articles-col .articles-category > li.cat-03 {
  background-color: #006b7e;
}
.articles-col .articles-category > li.cat-04 {
  background-color: #9e4531;
}
.articles-col .articles-category > li.cat-05 {
  background-color: #594771;
} */
.articles-col .articles-category > li:empty {
  display: none;
}
.articles-col .articles-title {
  font-size: 1.4rem;
  /* font-weight: normal; */
  font-weight: bold;
  margin: 0;
}
.button-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .button-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .button-wrapper > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .button-wrapper {
    flex-direction: column;
  }
  .button-wrapper > * {
    margin-bottom: 20px;
  }
  .button-wrapper > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .button-wrapper.pc-left {
    justify-content: flex-start;
  }
}
.button {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.button a {
  background-image: linear-gradient(to right, #05305f 0, #476589 50%, #05305f 100%);
  background-size: 200% auto;
  border: 0;
  border-radius: 1000px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  min-width: 180px;
  padding: 11px 42px 10px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}
.button._more a {
  background-image: none;
  background-color: #fff;
  border: 1px solid #2C69FD;
  color: #2C69FD;
  transition: background 400ms ease-out, color 400ms ease-out;;
}
.button._more a:hover {
  color: #fff;
  background-color: #2C69FD;
}
@media screen and (max-width: 767px) {
  .button a {
    font-size: 1.6rem;
  }
}
.button a::before {
  backface-visibility: hidden;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  transition: right 0.2s;
  width: 20px;
}
.button a:hover,.button a:focus {
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .button a.js-moreButton {
    font-size: 2rem;
    min-width: 300px;
    padding: 14px;
  }
  .button a.js-moreButton::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .button a.js-moreButton {
    padding-left: 0;
    padding-right: 0;
  }
  .button a.js-moreButton::before {
    display: none;
  }
}
.button.button-anchor a::before {
  bottom: 12px;
  transform: rotate(135deg);
}
.bocceBox-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.bocceBox {
  padding: 10px;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .bocceBox {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .bocceBox {
    width: 50%;
  }
}
.bocceBox-link {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.bocceBox-link::before {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
.bocceBox-link.is-comming {
  pointer-events: none;
}
.bocceBox-link:not(.is-comming) .bocceBox-text > span {
  position: relative;
}
.bocceBox-link:not(.is-comming) .bocceBox-text > span::before {
  background: #fff;
  border-radius: 100%;
  bottom: -24px;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.bocceBox-link:not(.is-comming) .bocceBox-text > span::after {
  border-left: 2px solid #3c5d86;
  border-top: 2px solid #3c5d86;
  bottom: -18px;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  transform: rotate(135deg);
  width: 8px;
}
.bocceBox img {
  height: auto;
  opacity: 1 !important;
  transition: none !important;
  vertical-align: top;
  width: 100%;
}
.bocceBox-text {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  left: 0;
  line-height: 1.4;
  opacity: 1;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
.bocceBox-text .bocceBox-team {
  font-size: 1.6rem;
}
.bocceBox-link:hover .bocceBox-text {
  opacity: 0;
}
.bocceBox-link:hover::before {
  opacity: 0;
}




.excursion-link {}
    .excursion-link .excursion-link__inner {
        display: flex;
    }
    .excursion-link .excursion-link__col {
        width: calc(100% / 7 - 32px);
        flex: 0 0 auto;
        margin-right: 32px;
        padding: 0;
    }
    .excursion-link .excursion-link__col:last-child {
        margin-right: 0;
    }
    .excursion-link .excursion-link__col.is-current {
        font-weight: bold;
    }
    .excursion-link .excursion-link__col img {
        width: 100%;
        border-radius: 10px;
    }
    .excursion-link .excursion-link__col:hover figcaption>span {
        text-decoration: underline;
    }
    @media screen and (max-width: 767px) {
        .excursion-link .excursion-link__inner {
            flex-wrap: wrap;
        }
        .excursion-link .excursion-link__col {
            width: calc(100% / 2 - 24px);
            margin-right: 0;
        }
        .excursion-link .excursion-link__col:nth-child(odd) {
            margin-right: 24px;
        }
    }
    .d-ib {
        display: inline-block !important;
    }