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, sup, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

.p-btn {
  background: #004BB1;
  border-radius: 24px;
  color: #fff;
  font-size: 1.6rem;
  width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.p-caption {
  background: url("../images/common/icon-bike.svg") no-repeat center left;
  background-size: 40px;
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 50px;
  margin-bottom: 38px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-caption {
    display: inline-block;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-caption--small {
    font-size: 1.6rem;
  }
}

.p-contact {
  border: 2px solid #51B042;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin: 0 10px;
  }
}
.p-contact__caption {
  background: #51B042;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__caption {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 12px;
  }
}
.p-contact__block {
  padding: 38px 42px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .p-contact__block {
    padding: 28px 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__block {
    padding: 16px 20px;
    flex-direction: column;
    gap: 14px;
  }
}
.p-contact__thumb img {
  width: 100%;
}
.p-contact__info {
  flex: 1;
}
.p-contact__info .Info__caption {
  background: #51B042;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 6px 12px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__info .Info__caption {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
.p-contact__info .Info__text {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__info .Info__text {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
}
.p-contact__info .Info__btn {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact__info .Info__btn {
    flex-direction: column;
    gap: 10px;
  }
}
.p-contact__info .Info__btn a {
  background: #004BB1;
  border-radius: 24px;
  color: #fff;
  font-size: 1.6rem;
  width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-contact__info .Info__btn a {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-hbm {
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 40px;
    z-index: 100;
  }
  .p-hbm span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    width: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-hbm span:nth-of-type(1) {
    transform: translateY(-8px);
  }
  .p-hbm span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-hbm span:nth-of-type(3) {
    transform: translateY(8px);
  }
  .p-hbm.is-active span:nth-of-type(1) {
    top: -12px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 22px;
  }
  .p-hbm.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-hbm.is-active span:nth-of-type(3) {
    top: 12px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 22px;
  }
}
.p-infolist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
}
@media screen and (max-width: 768px) {
  .p-infolist {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.p-infolist > div {
  position: relative;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 768px) {
  .p-infolist > div {
    width: auto;
    flex: none;
  }
}
.p-infolist .Info__thumb {
  margin-bottom: 10px;
/* 2024.12.27  追加 */
/*   max-height: 200px;
  overflow: hidden; */
}
.p-infolist .Info__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-infolist .Info__cate {
  background: #51B042;
  border-radius: 24px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  min-width: 110px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .p-infolist .Info__cate {
    font-size: 1.1rem;
    min-width: 104px;
    height: 20px;
  }
}
.p-infolist .Info__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
/*   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.p-infolist .Info__text::before {
  content: "\f0da";
  color: #5BC331;
  font-family: "FontAwesome";
  padding-right: 4px;
}
.p-infolist .Info__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-infolist .Info__tag {
    gap: 5px;
  }
}
.p-infolist .Info__tag a {
  background: #3b3b3b;
  border-radius: 24px;
  color: #fff;
  min-width: 110px;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-infolist .Info__tag a {
    min-width: 90px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-infolist--lower {
    flex-direction: column;
    padding: 0 10px;
    gap: 30px;
  }
}
.p-infolist--none {
  text-align: center;
  padding: 80px 0;
}

.p-pagination {
  line-height: 1;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.p-pagination span {
  background: #51B042;
  font-size: 1.7rem;
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  max-width: 33px;
  max-width: 33px;
}
.p-pagination a {
  background: #B5B5B5;
  font-size: 1.7rem;
  line-height: 1;
  padding: 8px 12px;
  max-width: 33px;
  max-height: 33px;
  display: inline-block;
}
.p-pagination .prev,
.p-pagination .next {
  display: none;
}

.p-search-form {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-search-form {
    height: 35px;
    width: 90%;
    margin: auto;
    margin-top: 45px;
  }
}
.p-search-form input {
  border-radius: 30px;
  border: none;
  font-size: 1.4rem;
  width: 230px;
  height: 40px;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  .p-search-form input {
    margin-top: 45px;
    width: 100%;
    height: 35px;
    margin: auto;
    display: flex;
  }
}
.p-search-form::before {
  content: "\f002";
  color: #898F9C;
  font-family: "FontAwesome";
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 12px;
}

.p-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-tag {
    gap: 5px;
  }
}
.p-tag a {
  background: #3b3b3b;
  border-radius: 24px;
  color: #fff;
  min-width: 110px;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-tag a {
    min-width: 90px;
    height: 20px;
  }
}

.p-tag-list {
  background: #F5F5F5;
  padding: 0 20px 38px;
}

.p-thumblist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-thumblist {
    padding: 0 10px;
  }
}
.p-thumblist > div {
  position: relative;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 768px) {
  .p-thumblist > div {
    width: calc(50% - 8px);
  }
}
.p-thumblist .Thumb__thumb img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-thumblist .Thumb__thumb img {
    height: 26.6vw;
  }
}
.p-thumblist .Thumb__cate {
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.94);
}
@media screen and (max-width: 768px) {
  .p-thumblist .Thumb__cate {
    font-size: 1.4rem;
  }
}
.p-thumblist .Thumb__caption {
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.94);
}
@media screen and (max-width: 960px) {
  .p-thumblist .Thumb__caption {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-thumblist .Thumb__caption {
    font-size: 1.6rem;
  }
}
.p-thumblist .Thumb__caption--large {
  font-size: 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-thumblist .Thumb__caption--large {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-thumblist .Thumb__caption--large {
    font-size: 1.8rem;
  }
}
.p-thumblist .Thumb__caption--large span {
  font-size: 1.9rem;
}
@media screen and (max-width: 960px) {
  .p-thumblist .Thumb__caption--large span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-thumblist .Thumb__caption--large span {
    font-size: 1.2rem;
  }
}
.p-thumblist .Thumb__logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 83%;
}
.p-thumblist .Thumb__logo img {
  width: 100%;
  object-fit: contain;
}

.c-title {
  background: #F5F5F5;
  padding: 24px 0 38px;
}
.c-title__breadcrumb {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.c-title__breadcrumb li {
  padding: 0 20px;
}
.c-title__breadcrumb li:not(:first-child) {
  border-left: 1px solid #C9D0D8;
}
.c-title .p-caption {
  margin-left: 20px;
  margin-bottom: 0;
}

.c-header {
  background: #000;
  width: 100%;
  height: 80px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 45px;
    position: fixed;
    z-index: 99;
    top: 0;
  }
}
.c-header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .c-header__block {
    padding-right: 10px;
  }
}
.c-header__logo {
  width: 307px;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 140px;
  }
}
.c-header__logo img {
  width: 100%;
}
.c-header__search {
  margin-left: auto;
  margin-right: 20px;
}
.c-header__sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-header__sns {
    gap: 8px;
    margin-left: auto;
    margin-right: 14px;
  }
  .c-header__sns img {
    max-width: 17px;
  }
  .c-header__sns a {
    display: flex;
  }
}

.c-header-nav {
  position: fixed;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.84);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.c-header-nav__official {
  border: 1px solid #656565;
  background: #000;
  color: #fff;
  display: flex;
  width: 90%;
  height: 45px;
  margin: 10px auto 12px;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.c-header-nav__official img {
  width: 43px;
  object-fit: contain;
}

.c-footer {
  background: #3B3B3B;
  padding: 44px 0 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 27px 0 25px;
  }
}
.c-footer__logo {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-footer__logo {
    margin-bottom: 10px;
  }
  .c-footer__logo img {
    width: 177px;
    object-fit: contain;
  }
}
.c-footer__sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c-footer__sns img {
    width: 20px;
    object-fit: contain;
  }
}
.c-footer__copy {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-footer__copy {
    font-size: 0.9rem;
  }
}

.l-wrapper {
  margin: auto;
  width: 100%;
  position: relative;
}

.l-inner {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.l-container {
  margin: auto;
  max-width: 960px;
  position: relative;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
  }
}

.c-nav {
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .c-nav {
    background: none;
    padding-top: 20px;
  }
}
.c-nav__block {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .c-nav__block {
    flex-direction: column;
    gap: 10px;
  }
}
.c-nav__block li {
  width: 12.5%;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-nav__block li {
    width: 90%;
    margin: auto;
  }
}
.c-nav__block li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .c-nav__block li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__block li a {
    border: 1px solid #4DFA02;
    border-radius: 24px;
    color: #4DFA02;
    font-size: 1.3rem;
    width: 100%;
    height: 34px;
  }
}
.c-nav__block li:nth-child(odd) a {
  border-bottom: 3px solid #5BC331;
}
@media screen and (max-width: 768px) {
  .c-nav__block li:nth-child(odd) a {
    border: 1px solid #4DFA02;
  }
}
.c-nav__block li:nth-child(even) a {
  border-bottom: 3px solid #3b3b3b;
}
@media screen and (max-width: 768px) {
  .c-nav__block li:nth-child(even) a {
    border: 1px solid #4DFA02;
  }
}

.c-nav-header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 12px;
  width: 90%;
  margin: auto;
}
.c-nav-header li {
  width: calc(50% - 10px);
}
.c-nav-header a {
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.c-nav-footer ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c-nav-footer ul {
    flex-direction: column;
    align-items: center;
  }
}
.c-nav-footer li {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-nav-footer li {
    padding-right: 0;
  }
}
.c-nav-footer li:not(:last-child) {
  border-right: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .c-nav-footer li:not(:last-child) {
    border-right: none;
  }
}
.c-nav-footer a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-nav-footer a {
    font-size: 1.4rem;
  }
}

.c-article {
  padding: 40px 0;
}
.c-article ul, .c-article li {
	list-style: inside!important;
}
.c-article ul {
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 12px;
}
.c-article table {
    width: 100%; /* テーブルを親要素の幅に合わせる */
    border-collapse: collapse; /* ボーダーの重複を解消 */
    margin: 20px 0; /* 上下の余白を設定 */
    font-size: 16px; /* フォントサイズを指定 */
    line-height: 1.5; /* 行間を設定 */
    text-align: left; /* テキストを左揃え */
}

.c-article table th,
.c-article table td {
    border: 1px solid #ddd; /* セルの境界線 */
    padding: 10px; /* セルの内側の余白 */
}

.c-article table th {
    background-color: #f4f4f4; /* ヘッダーの背景色 */
    font-weight: bold; /* ヘッダーのフォントを太字に */
    text-transform: uppercase; /* テキストを大文字に */
}

.c-article table tr:nth-child(even) {
    background-color: #f9f9f9; /* 偶数行の背景色 */
}

.c-article table tr:hover {
    background-color: #f1f1f1; /* ホバー時の背景色 */
}
@media screen and (max-width: 768px) {
  .c-article {
    padding: 40px 10px;
  }
}
.c-article__thumb {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-article__thumb img {
    width: 100%;
    height: auto;
  }
}
.c-article__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-article__block {
    flex-direction: column;
    gap: 8px;
  }
}
.c-article__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-article__info .Info__cate {
  background: #51B042;
  border-radius: 24px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  min-width: 110px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .c-article__info .Info__cate {
    font-size: 1.1rem;
    min-width: 104px;
    height: 20px;
  }
}
.c-article__info .Info__date {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-article ul.c-article__sns {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none!important;
}
.c-article .c-article__sns li {
  list-style: none!important;
}
.c-article .wp-block-list {
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-article__sns {
    gap: 8px;
    margin-right: auto;
  }
  .c-article__sns img {
    max-width: 17px;
  }
  .c-article__sns a {
    display: flex;
  }
}
.c-article__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-article__tag {
    gap: 5px;
  }
}
.c-article__tag a {
  background: #3b3b3b;
  border-radius: 24px;
  color: #fff;
  min-width: 110px;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .c-article__tag a {
    font-size: 1.1rem;
    min-width: 90px;
    height: 20px;
  }
}
.c-article__title {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 1.4 !important;
  margin-bottom: 32px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-article__title::before {
  content: "\f0da";
  color: #5BC331;
  font-family: "FontAwesome";
  padding-right: 4px;
}
.c-article p {
  font-size: 1.4rem;
  line-height: 2.5;
}
.c-article h2 {
  background: #51B042;
  color: #fff;
  font-size: 2rem;
  padding: 14px 20px;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-article h3 {
  font-size: 1.5rem;
  padding: 12px 0;
  margin: 20px 0;
  line-height: 1;
  border-bottom: #51B042 thin solid;
}
.c-article h4 {
  font-size: 1.5rem;
  padding: 12px 8px;
  margin:12px 0;
  line-height: 1;
  border-left: #51B042 3px solid;
}

.c-article img {
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .c-article h2 {
    font-size: 1.8rem;
  }
}
.c-article .wp-block-image {
  text-align: center;
  margin-bottom: 40px;
}
.c-article__recommend {
  background: #F5F5F5;
  padding: 35px 60px;
}

.c-arrivals {
  background: #fff;
  padding: 88px 0 60px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-arrivals {
    padding: 40px 0;
  }
  .c-arrivals__slider {
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
}
.c-arrivals--all-list {
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .c-arrivals h2 {
    text-align: center;
  }
}
.c-arrivals__list {
  margin-bottom: 40px;
}
.c-arrivals .swiper-button-prev,
.c-arrivals .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-arrivals .swiper-button-prev,
  .c-arrivals .swiper-button-next {
    background: #fff;
    color: #000;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-arrivals .swiper-button-prev::after,
  .c-arrivals .swiper-button-next::after {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .c-arrivals .swiper-button-prev {
    left: 0;
    top: -68px;
    bottom: 0;
    margin: auto;
    right: auto !important;
  }
  .c-arrivals .swiper-button-next {
    left: auto !important;
    right: 0;
    top: -68px;
    bottom: 0;
    margin: auto;
  }
  .c-arrivals .swiper-pagination {
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
  }
  .c-arrivals .swiper-pagination-bullet {
    margin: 0 4px;
    background: #D0D0D0;
    opacity: 1;
  }
  .c-arrivals .swiper-pagination-bullet-active {
    background: #4DFA02;
  }
}

.c-category {
  background: #F5F5F5;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .c-category h2 {
    text-align: center;
  }
}

.c-infomation {
  margin: 40px auto 80px;
}
.c-infomation p {
  font-size: 1.4rem;
  margin-bottom: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .c-infomation p {
    padding: 0 10px;
  }
}
.c-infomation h2 {
  background: #51B042;
  color: #fff;
  font-size: 2rem;
  padding: 14px 20px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-infomation h2 {
    font-size: 1.8rem;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.c-infomation table {
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #51B141;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-infomation table {
    margin: 0 10px 40px 10px;
    width: calc(100% - 20px);
  }
}
.c-infomation table th {
  background: #51B042;
  color: #fff;
  padding: 20px 24px;
  min-width: 200px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-infomation table th {
    padding: 10px 12px;
    width: 100%;
    display: block;
  }
}
.c-infomation table td {
  padding: 20px 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-infomation table td {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
}
.c-infomation table tr:nth-child(odd) td {
  background: #EDF4EC;
}
.c-infomation table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.c-infomation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
@media screen and (max-width: 768px) {
  .c-infomation ul {
    flex-direction: column;
  }
}
.c-infomation ul li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .c-infomation ul li {
    width: 100%;
    padding: 0 10px;
  }
}
.c-infomation ul a {
  background: #EDF4EC;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
}
.c-infomation ul a::after {
  content: "\f105";
  color: #5BC331;
  font-size: 2rem;
  font-weight: 700;
  font-family: "FontAwesome";
  line-height: 1;
}

.c-mv {
  background: #F5F5F5;
  padding-bottom: 20px;
}
.c-mv__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-mv__slider {
    width: 100%;
    margin: auto;
    padding: 20px 10px;
  }
}
.c-mv__slider img {
  width: 100%;
  height: auto;
}
.c-mv__slider .Slider__info {
  position: absolute;
  bottom: 60px;
  left: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .Slider__info {
    gap: 6px;
    bottom: 48px;
  }
}
.c-mv__slider .Slider__info .Info__cate {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #51B042;
  border-radius: 24px;
  line-height: 1;
  padding: 6px 15px;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .Slider__info .Info__cate {
    font-size: 1rem;
    padding: 2px 6px;
  }
}
.c-mv__slider .Slider__info .Info__date {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .Slider__info .Info__date {
    font-size: 1rem;
  }
}
.c-mv__slider .Slider__text {
  background: rgba(59, 59, 59, 0.85);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .Slider__text {
    font-size: 1.1rem;
  }
}
.c-mv__slider .swiper-button-prev,
.c-mv__slider .swiper-button-next {
  background: #fff;
  color: #000;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .swiper-button-prev,
  .c-mv__slider .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
.c-mv__slider .swiper-button-prev::after,
.c-mv__slider .swiper-button-next::after {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .swiper-button-prev::after,
  .c-mv__slider .swiper-button-next::after {
    font-size: 1.4rem;
  }
}
.c-mv__slider .swiper-button-prev {
  right: 67.5vw !important;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .swiper-button-prev {
    right: auto !important;
    left: 0;
  }
}
.c-mv__slider .swiper-button-next {
  left: 67.5vw !important;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .swiper-button-next {
    left: auto !important;
    right: 0;
  }
}
.c-mv__slider .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-mv__slider .swiper-pagination {
    bottom: -2px;
  }
}
.c-mv__slider .swiper-pagination-bullet {
  margin: 0 4px;
  background: #D0D0D0;
  opacity: 1;
}
.c-mv__slider .swiper-pagination-bullet-active {
  background: #4DFA02;
}

.c-mv-catch {
  padding: 60px 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-mv-catch {
    padding: 32px 0 50px;
  }
}
.c-mv-catch__logo {
  width: 286px;
  height: 52px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .c-mv-catch__logo {
    width: 192px;
    height: 35px;
    margin: 0 auto 15px;
  }
}
.c-mv-catch__logo img {
  width: 100%;
  object-fit: contain;
}
.c-mv-catch__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-mv-catch__text {
    width: 92%;
    margin: auto;
    font-size: 1.2rem;
    line-height: 2.5;
  }
}

.c-ranking {
  background: #F5F5F5;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-ranking {
    padding: 32px 0 60px;
  }
  .c-ranking__slider {
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-ranking h2 {
    text-align: center;
  }
}
.c-ranking .swiper-button-prev,
.c-ranking .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-ranking .swiper-button-prev,
  .c-ranking .swiper-button-next {
    background: #fff;
    color: #000;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-ranking .swiper-button-prev::after,
  .c-ranking .swiper-button-next::after {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .c-ranking .swiper-button-prev {
    left: 0;
    top: -68px;
    bottom: 0;
    margin: auto;
    right: auto !important;
  }
  .c-ranking .swiper-button-next {
    left: auto !important;
    right: 0;
    top: -68px;
    bottom: 0;
    margin: auto;
  }
  .c-ranking .swiper-pagination {
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
  }
  .c-ranking .swiper-pagination-bullet {
    margin: 0 4px;
    background: #D0D0D0;
    opacity: 1;
  }
  .c-ranking .swiper-pagination-bullet-active {
    background: #4DFA02;
  }
}

.c-service {
  background: #fff;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .c-service h2 {
    text-align: center;
  }
}
.c-service__official {
  font-weight: 900;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-service__official {
    padding: 0 10px;
  }
}
.c-service__official .Official__inner {
  background: #000;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
}
.c-service__official p {
  font-size: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .c-service__official p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-service__official p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-service__official img {
    width: 69px;
    object-fit: contain;
  }
}

:root {
  font-size: 62.5%;
  --header: 90px;
  scroll-padding: var(--header);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3B3B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body,
  html {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 45px;
  }
}

img {
  vertical-align: bottom;
}

input,
a {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #3e3a39;
}
a:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
a :focus {
  outline: none;
}

.js-default {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}