@charset "UTF-8";
html {
  scroll-behavior: smooth; }

img {
  vertical-align: bottom; }

body {
  position: relative; }

.wrapper {
  max-width: 980px;
  margin: 0 auto;
  background: none; }
  .wrapper.wrapper-1100 {
    max-width: 1100px; }

.wrapper-s {
  max-width: 1000px;
  margin: 0 auto; }

a {
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: .7; }
  a.link-out {
    background: url(https://www.chums.jp/cms/img/usr/common/ic_link.png) center right no-repeat;
    padding-right: 15px;
    margin: 0 3px 0 0; }

#pane_top_main h2 {
  font-size: 2.2em;
  line-height: 1.3;
  font-family: 'qs_font','Phosphate','Segoe UI Black','Calibri','Leelawadee UI',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding: 30px 0; }
  #pane_top_main h2.jp {
    font-family: "Meiryo","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
    font-size: 2.6em;
    padding-bottom: 70px; }

main section {
  padding: 40px 0; }

section p {
  font-size: 15px; }

.indent {
  padding-left: 1em; }

.center {
  text-align: center; }

.red {
  color: #D9060A; }

.bold {
  font-weight: 600; }

.visible-xs {
  display: none !important; }

.hidden-xs {
  display: block !important; }

.visible-xs-i {
  display: none !important; }

.hidden-xs-i {
  display: inline-block !important; }

.bold {
  font-weight: 600; }

.totop-btn {
  display: block;
  position: absolute;
  bottom: 195px;
  right: 28px;
  z-index: 100; }
  .totop-btn img {
    width: 100px; }

@media screen and (max-width: 1032px) {
  .wrapper > .inner {
    padding: 20px 0 0; }

  #pane_top_main h2 {
    font-size: 1.6em;
    padding: 20px 0; }
    #pane_top_main h2.jp {
      font-size: 2.1em;
      padding: 20px 0 40px; }

  .indent {
    padding-left: 0; }

  .center {
    text-align: left; }

  .visible-xs {
    display: block !important; }

  .hidden-xs {
    display: none !important; }

  .visible-xs-i {
    display: inline-block !important; }

  .hidden-xs-i {
    display: none !important; } }
/***************  header  ***************/
.header-wrap {
  position: absolute;
  width: 100%;
  background: #fff5d9;
  left: 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  z-index: 999; }

.nav-wrap {
  max-width: 1000px;
  margin: 0 auto; }

.logo img {
  height: 80px; }

.menu-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 3px 0; }
  .menu-wrap .nav-menu-logo {
    width: 124px;
    position: absolute;
    top: -35px; }
    .menu-wrap .nav-menu-logo a:hover {
      opacity: .8; }
  .menu-wrap-inner {
    display: flex;
    flex-direction: row;
    padding-left: 140px; }

.nav-menu ul li {
  font-family: 'qs_font','Phosphate','Segoe UI Black','Calibri','Leelawadee UI',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  /* リンクオフ linkoff*/
  color: #d3c7a6;
  cursor: default; }
  .nav-menu ul li.on {
    color: #C10230;
    cursor: default; }

/*  画面幅大きい時のスタイル  */
@media screen and (min-width: 1033px) {
  .header-wrap .detail-page {
    top: 45px;
    padding-top: 0;
    position: absolute; }

  .hamburger-menu {
    display: none !important; }

  .pc {
    display: block; }

  #nav-menu.fixed {
    position: fixed;
    top: 52px; }
  #nav-menu .nav-wrap.header {
    display: flex;
    justify-content: center; }
  #nav-menu .menu-wrap-inner {
    padding-left: 130px; }

  .nav-menu ul {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-direction: row;
    flex-wrap: nowrap; }
    .nav-menu ul li {
      border-right: solid 1px #000;
      font-size: 1.35em;
      padding: 0 9px; }
      .nav-menu ul li:last-of-type {
        border-right: none; }

  .nav-sns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .nav-sns ul {
      display: flex;
      padding: 0;
      align-items: center;
      gap: 8px; }
      .nav-sns ul li img {
        width: 34px; }
        .nav-sns ul li img.twitter {
          width: 26px; } }
/*  画面幅小さい時のスタイル ハンバーガー  */
@media screen and (max-width: 1032px) {
  .logo img {
    width: 70%;
    height: auto;
    min-width: 100px;
    max-width: 200px; }

  .header-wrap {
    position: relative;
    border: none; }

  .hamburger-menu {
    display: block; }
    .hamburger-menu label span {
      color: #c10230; }

  .pc {
    display: none; }

  .menu-btn {
    position: fixed;
    top: 45px;
    right: 25px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #c10230;
    border: 3px solid #000; }
    .menu-btn::before {
      content: "";
      display: inline-block;
      background: url(https://www.chums.jp/cms/chumspicnic/2026/humburger-menu-booby-n.png);
      background-size: contain;
      width: 60px;
      height: 21px;
      position: absolute;
      top: -23px; }
    .menu-btn span:before {
      bottom: 12px; }
    .menu-btn span:after {
      top: 12px; }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 34px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all ease-in-out .3s; }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/ }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg); }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg); }

  .menu-content {
    width: 50vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 80;
    transition: all 0.5s;
    background: #fef5d9;
    padding: 20px;
    border-right: 4px solid #c10230; }
    .menu-content ul {
      padding-top: 30px; }
      .menu-content ul li {
        border-bottom: solid 1px #000;
        list-style: none;
        padding: 9px 0;
        /* リンクオフ linkoff */
        color: #c4c2ac; }
        .menu-content ul li:first-of-type {
          border-top: solid 1px #000; }
        .menu-content ul li a {
          display: block;
          width: 100%;
          box-sizing: border-box;
          color: #383837;
          text-decoration: none;
          position: relative; }
          .menu-content ul li a::before {
            content: "";
            width: 8px;
            height: 8px;
            border-top: solid 3px #383837;
            border-right: solid 3px #383837;
            transform: rotate(45deg);
            position: absolute;
            right: 11px;
            top: 9px; }
    .menu-content .logo {
      text-align: center;
      margin-top: 30px; }
    .menu-content .nav-sns ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      padding: 30px 0 0;
      justify-content: center;
      align-items: center;
      column-gap: 10px; }
      .menu-content .nav-sns ul li {
        border-bottom: none;
        padding: 0; }
        .menu-content .nav-sns ul li:first-of-type {
          border-top: none; }
        .menu-content .nav-sns ul li a::before {
          border: none; }
        .menu-content .nav-sns ul li img {
          width: 36px; }
          .menu-content .nav-sns ul li img.twitter {
            width: 27px; }

  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/ }

  #menu-btn-check {
    display: none; } }
@media screen and (max-width: 400px) {
  .menu-content {
    width: 70vw; } }
.wrap-4-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .wrap-4-6 .four {
    width: 40%; }
  .wrap-4-6 .six {
    width: 60%;
    padding-left: 20px; }

.wrap-3-7 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .wrap-3-7 .three {
    width: 30%; }
  .wrap-3-7 .seven {
    width: 70%; }

@media screen and (max-width: 1032px) {
  .wrap-4-6 {
    flex-direction: column; }
    .wrap-4-6 .four {
      width: 100%; }
    .wrap-4-6 .six {
      width: 100%;
      padding-left: 0; }

  .wrap-3-7 {
    flex-direction: column; }
    .wrap-3-7 .three {
      width: 100%; }
    .wrap-3-7 .seven {
      width: 100%; } }
/***************  main  ***************/
main {
  background: url(https://www.chums.jp/cms/chumspicnic/2022/picnic-check-s.jpg);
  padding: 15px;
  position: relative;
  overflow: hidden;
  animation-name: mainFadeIn;
  animation-duration: 2s; }
  main p {
    font-size: 14px;
    line-height: 1.6; }

@keyframes mainFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.main-bg {
  background: url(https://www.chums.jp/cms/chumspicnic/2022/picnic-pt-grass2.png);
  background-position: top;
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 330px; }

.half-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px; }
  .half-wrap.reverse {
    flex-direction: row-reverse; }
  .half-wrap .img {
    width: 50%;
    display: flex;
    justify-content: center; }
  .half-wrap .text {
    width: 50%; }

.half-wrap.w4-6 .img {
  width: 40%; }
.half-wrap.w4-6 .text {
  width: 60%;
  padding-left: 30px; }
.half-wrap.w4-6.reverse .text {
  padding-left: 0;
  padding-right: 30px; }

.half-card {
  display: flex; }

.triple-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto; }
  .triple-wrap li {
    list-style: none;
    width: calc(33.333333333333333% - 14px);
    margin: 0 10px 30px;
    border: 1px solid #d5d5d5;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column; }
    .triple-wrap li:nth-of-type(1) {
      margin-left: 0; }
    .triple-wrap li :nth-of-type(4) {
      margin-left: 0; }
    .triple-wrap li :nth-of-type(3n) {
      margin-right: 0; }

.table-wrap {
  margin: 50px 0; }
  .table-wrap h6 {
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px; }

table.common {
  width: 100%;
  margin: 10px auto; }
  table.common tr {
    border-bottom: 2px solid #3b7749;
    border-top: 2px solid #3b7749; }
  table.common th, table.common td {
    padding: 10px 0;
    display: inline-block; }
  table.common th {
    font-weight: 600;
    padding-left: 10px; }
  table.common td {
    text-align: left; }
  table.common a {
    color: #c10230;
    text-decoration: underline;
    font-weight: 600; }

@media screen and (max-width: 1032px) {
  main {
    padding: 12px; }

  .main-bg {
    background: url(https://www.chums.jp/cms/chumspicnic/2022/picnic-pt-grass-sp.png);
    background-position: top;
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 300px; }

  main p {
    font-size: 14px; }

  .mv img {
    width: 70vw; }

  .half-wrap {
    flex-direction: column; }
    .half-wrap.reverse {
      flex-direction: column; }
    .half-wrap .img {
      width: 100%;
      display: block; }
    .half-wrap .text {
      width: 100%; }

  .half-wrap.w4-6 {
    flex-direction: column-reverse; }
    .half-wrap.w4-6 .img {
      width: 100%;
      text-align: center; }
    .half-wrap.w4-6 .text {
      width: 100%;
      padding: 0 0 1em 0;
      margin-top: 1em; }
    .half-wrap.w4-6.reverse {
      flex-direction: column-reverse; }
      .half-wrap.w4-6.reverse .text {
        padding-right: 0; }

  .triple-wrap {
    flex-direction: column; }
    .triple-wrap li {
      width: 100%;
      margin: 0 0 30px; }

  .table-wrap {
    margin: 30px 0; }
    .table-wrap h6 {
      text-align: center;
      font-size: 1.2em; }

  table.common th, table.common td {
    padding: 8px 0;
    text-align: left;
    display: block;
    width: 100%; }
  table.common tr {
    border-bottom: none; }
    table.common tr:last-of-type {
      border-bottom: 2px solid #3b7749; }
  table.common th {
    border-bottom: 1px solid #3b7749;
    font-weight: 600; }

  .link-height {
    padding-top: 0;
    margin-top: 0; } }
/**********  TOP ***********/
main .top {
  padding-top: 30px; }
  main .top section {
    padding: 70px 0; }
    main .top section:first-of-type {
      padding-top: 90px; }

.mv {
  background: url(https://www.chums.jp/cms/chumspicnic/2022/picnic-mv--bg2.png);
  background-repeat: no-repeat;
  background-position: center -20px;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 33px;
  text-align: center;
  margin-bottom: -20px; }
  .mv .main-logo img {
    max-width: 480px; }
  .mv ul.top-bnr {
    width: 90%;
    max-width: 1000px;
    display: flex;
    gap: 20px;
    padding: 50px 0 80px; }
    .mv ul.top-bnr li {
      width: img;
        width-max-width: 600px; }

.main-logo {
  padding-top: 5vh;
  width: 100%; }

.midashi-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 99; }
  .midashi-wrap img {
    max-width: 360px;
    position: relative;
    z-index: 99; }
  .midashi-wrap::before, .midashi-wrap::after {
    content: "";
    background: url(/cms/chumspicnic/2022/tree-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 154px;
    height: 220px;
    display: inline-block;
    position: absolute;
    top: -40px; }
  .midashi-wrap::before {
    background: url(/cms/chumspicnic/2022/tree-left.png);
    left: -15px;
    background-repeat: no-repeat;
    background-size: contain; }
  .midashi-wrap::after {
    background: url(/cms/chumspicnic/2022/tree-right.png);
    right: -15px;
    background-repeat: no-repeat;
    background-size: contain; }

.news-wrap {
  padding-top: 50px; }
  .news-wrap .news {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto; }
    .news-wrap .news li {
      list-style: none;
      width: calc(33.333333333333333% - 20px);
      margin: 0 10px 30px;
      padding: 12px;
      /*** animation delay設定 ***/ }
      .news-wrap .news li .news-white {
        padding: 15px 15px 30px;
        height: 100%;
        background: #fef7da; }
      .news-wrap .news li .ttl {
        font-size: 1.1em;
        font-weight: 600;
        border-bottom: 3px solid #00b2e3;
        margin-bottom: 15px;
        line-height: 1.4;
        padding: 0 0 5px; }
      .news-wrap .news li:nth-of-type(odd) {
        background: #9bd3c4; }
        .news-wrap .news li:nth-of-type(odd) .ttl {
          border-color: #9bd3c4; }
      .news-wrap .news li:nth-of-type(even) {
        background: #d3634e; }
        .news-wrap .news li:nth-of-type(even) .ttl {
          border-color: #d3634e; }
      .news-wrap .news li .img {
        display: block; }
        .news-wrap .news li .img .la {
          border: 1px solid #ffcd67; }
      .news-wrap .news li .date {
        color: #a1a1a1;
        padding-top: 1em; }
      .news-wrap .news li:nth-of-type(3n-1) {
        animation-delay: 0.3s; }
      .news-wrap .news li:nth-of-type(3n) {
        animation-delay: 0.5s; }

.cms-blog-detail .wysiwyg .img-double img {
  margin: 0; }

main .top section.sponsor {
  padding-top: 0; }
  main .top section.sponsor .wrap {
    background: #fef7da;
    padding: 15px 30px 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 8px; }
    main .top section.sponsor .wrap h4 {
      font-family: 'qs_font','Phosphate','Segoe UI Black','Calibri','Leelawadee UI',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 600;
      font-size: 1.8em; }
    main .top section.sponsor .wrap ul {
      margin-top: 5px; }
      main .top section.sponsor .wrap ul li img {
        max-width: 180px; }

main .top .weather {
  text-align: center; }

@media screen and (max-width: 1032px) {
  main {
    margin-top: 0; }
    main .top {
      padding-top: 0; }
      main .top section:first-of-type {
        padding-top: 50px; }
    main .mv ul.top-bnr {
      flex-direction: column;
      gap: 15px;
      width: 100%;
      max-width: 1000px;
      padding: 30px 15px; }
      main .mv ul.top-bnr li img {
        width: 100%;
        max-width: 500px; }

  .midashi-wrap::before {
    left: -30px; }
  .midashi-wrap::after {
    right: -30px; }
  .midashi-wrap img {
    width: 60vw; }

  .wrapper {
    padding: 0 15px; }

  .news-wrap .news {
    flex-direction: column;
    margin-top: 10px; }
    .news-wrap .news li {
      width: 100%;
      margin: 0 0 15px;
      padding: 15px;
      flex-direction: row;
      align-items: center; }
      .news-wrap .news li .news-white {
        padding: 15px; }
        .news-wrap .news li .news-white a {
          display: flex;
          flex-direction: row;
          align-items: center; }
      .news-wrap .news li .img {
        width: 30%; }
      .news-wrap .news li inner {
        padding-left: 10px;
        width: 70%; }
      .news-wrap .news li .ttl {
        font-size: 1.1em; }
      .news-wrap .news li .date {
        padding-top: 0; } }
@media screen and (min-width: 1033px) {
  .img-double {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    .img-double li {
      width: 50%; }
      .img-double li:first-of-type {
        padding-right: 5px; }
      .img-double li:last-of-type {
        padding-left: 5px; }

  .news-wrap .news li .inner {
    width: 100%; } }
@media screen and (max-width: 1032px) {
  .mv {
    background: url(https://www.chums.jp/cms/chumspicnic/2022/picnic-mv-bg--sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0; }
    .mv .free {
      padding: 20px 0; }

  .main-logo {
    padding-top: 60px;
    max-width: none; }

  .top #pane_top_main h2 {
    padding-top: 0; }

  main .top section {
    padding: 40px 0; }

  section {
    padding: 20px 0; }

  .cms-blog-detail .wysiwyg p {
    margin-left: 0;
    margin-right: 0; }

  .mv {
    text-align: center;
    padding-bottom: 0; }
    .mv .free img {
      width: 80vw; }

  .midashi-wrap::before, .midashi-wrap::after {
    width: 120px;
    height: 171px; }

  .news-wrap .news li {
    /*** animation delay設定 ***/ }
    .news-wrap .news li .inner {
      padding-left: 0; }
    .news-wrap .news li .ttl {
      margin-bottom: 10px;
      padding: 0 0 5px; }
    .news-wrap .news li .news-white {
      /* スマホ時ニュースレイアウト変更 */ }
      .news-wrap .news li .news-white a {
        display: block; }
      .news-wrap .news li .news-white .sp-wrap {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .news-wrap .news li .news-white .sp-wrap .img {
          width: 40%; }
        .news-wrap .news li .news-white .sp-wrap .text {
          width: 60%;
          padding-left: 10px;
          font-size: 13px; }
    .news-wrap .news li:nth-of-type(3n-1) {
      animation-delay: 0; }
    .news-wrap .news li:nth-of-type(3n) {
      animation-delay: 0; }

  main .top section.sponsor {
    padding-bottom: 30px; }
    main .top section.sponsor .wrap {
      margin: 0 15px;
      padding: 15px 0 30px; }
      main .top section.sponsor .wrap ul {
        margin-top: 0px; }
        main .top section.sponsor .wrap ul li img {
          max-width: 160px; }
      main .top section.sponsor .wrap h4 {
        font-size: 1.6em;
        padding-bottom: 5px; }
  main .top .weather {
    text-align: left; } }
@media screen and (max-width: 500px) {
  .news-wrap .news li {
    padding: 7px; } }
/*************************  DETAIL 共通  **********************************/
#pane_top_main .detail-page h2 {
  padding: 30px 0 40px; }
#pane_top_main .detail-page .text-block p {
  padding-bottom: 1em; }
#pane_top_main .detail-page .lead {
  text-align: center;
  font-weight: 600;
  padding: 1em 0 2em !important; }

.detail-page .header-wrap {
  position: fixed; }
.detail-page .inner {
  background: #fff5d9;
  border-radius: 8px;
  padding: 70px 100px;
  margin-top: 20px;
  z-index: 1; }
  .detail-page .inner .contents-ttl {
    font-family: 'qs_font','Phosphate','Segoe UI Black','Calibri','Leelawadee UI',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-size: 2.2em;
    text-align: center;
    margin-top: 30px; }
  .detail-page .inner .contents-index {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 0 10px;
    border-bottom: 3px dashed #9c9c9c; }
    .detail-page .inner .contents-index li {
      position: relative;
      width: calc((100% - 30px) / 4);
      margin-bottom: 20px; }
      .detail-page .inner .contents-index li svg {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%); }
      .detail-page .inner .contents-index li.more {
        font-weight: 600;
        font-size: 1.8em;
        font-family: 'qs_font', 'Phosphate', 'Segoe UI Black', 'Calibri', 'Leelawadee UI', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5a5a5a;
        width: 100%;
        padding-top: 20px; }
.detail-page .detail-mv {
  text-align: center;
  padding-bottom: 10px; }
  .detail-page .detail-mv img {
    width: 100%;
    max-width: 220px; }
.detail-page .small {
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.4;
  padding: 5px 0; }
.detail-page table {
  margin-top: 30px; }
  .detail-page table a {
    color: #c10230;
    font-weight: 600; }
    .detail-page table a.ba-link {
      color: #000;
      font-weight: 500;
      text-decoration: none; }

@media screen and (min-width: 1033px) {
  .detail-page {
    padding-top: 110px; } }
@media screen and (max-width: 1032px) {
  #pane_top_main .detail-page .text-block p {
    padding-bottom: 1em; }

  #pane_top_main .detail-page h2 {
    padding: 30px 0 20px; }

  .detail-page .inner {
    padding: 25px 20px 50px;
    margin: 20px 12px 0; }
    .detail-page .inner .contents-ttl {
      margin-top: 0;
      font-size: 2em; }
    .detail-page .inner .contents-index {
      padding: 15px 0 0; }
      .detail-page .inner .contents-index li {
        width: calc((100% - 20px) / 3);
        margin-bottom: 15px; }
        .detail-page .inner .contents-index li svg {
          bottom: -25px; }
        .detail-page .inner .contents-index li.more {
          font-size: 1.4em;
          min-height: 50px;
          /* ↓カードの数 キリがいい時のスタイル */
          margin-bottom: 10px;
          padding: 0; }
  .detail-page .detail-mv {
    padding-bottom: 0; }
    .detail-page .detail-mv img {
      width: 50%; }
  .detail-page .lead {
    text-align: left !important; } }
/****** news系ページ *******/
.detail-page .news-detail .news-detail-ttl .date {
  color: #a1a1a1; }
.detail-page .news-detail .news-detail-ttl h3 {
  font-size: 1.2em;
  font-weight: 600;
  border-top: none;
  border-bottom: 2px solid #000;
  margin: 5px 0 15px;
  line-height: 1.4;
  padding: 0 0 8px; }
.detail-page .news-detail h4 {
  font-weight: 600;
  font-size: 1.1em;
  padding-bottom: 1em; }
  .detail-page .news-detail h4 .sub {
    font-size: 0.8em;
    display: block; }
.detail-page .news-detail .profile {
  border-bottom: 2px solid #3b7749;
  padding: 10px 0; }
.detail-page .news-detail .text-block {
  padding-top: 1em; }

@media screen and (max-width: 1032px) {
  .detail-page .news-detail .inner {
    padding-top: 40px; }
  .detail-page .news-detail .news-detail-ttl h3 {
    font-size: 1.1em; }
  .detail-page .news-detail h4 {
    font-size: 1em; } }
/***** about ******/
#pane_top_main .detail-page.about .lead {
  padding: 2em 0 0 !important; }

.detail-page.about .lead {
  align-items: center;
  /*font-family: 'Noto Sans JP', sans-serif;*/ }
  .detail-page.about .lead .m-ttl {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.4;
    text-align: center;
    color: #3b7749; }
  .detail-page.about .lead .block p {
    font-size: 1.1em;
    padding-top: 1em; }
  .detail-page.about .lead .block .theme {
    width: 100%;
    max-width: 390px;
    margin: 30px auto 15px; }
  .detail-page.about .lead .six {
    padding-top: 1em;
    padding-right: 20px; }
    .detail-page.about .lead .six p {
      line-height: 2;
      font-weight: 600;
      letter-spacing: -0.02em;
      font-size: 1.1em;
      /*font-family: 'Noto Sans JP', sans-serif;*/ }
.detail-page.about .about-detail {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 2px solid #3b7749;
  /*padding: 50px 70px;*/
  /*** 写真入れて様子見る ***/ }
  .detail-page.about .about-detail .m-ttl {
    line-height: 1.4;
    text-align: center;
    padding-bottom: 40px;
    font-size: 2em;
    font-weight: 600;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    color: #3b7749; }
.detail-page.about .about-block {
  margin-top: 60px; }
  .detail-page.about .about-block:first-of-type {
    margin-top: 0; }
  .detail-page.about .about-block .ttl {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 2em;
    color: #3b7749;
    text-align: center; }
  .detail-page.about .about-block .slide-wrap {
    display: flex;
    align-items: center;
    height: 260px;
    overflow: hidden;
    max-width: 100%; }
    .detail-page.about .about-block .slide-wrap ul {
      display: flex;
      align-items: center;
      animation: loop-slide 100s infinite linear both; }
      .detail-page.about .about-block .slide-wrap ul li {
        width: 392px;
        height: 260px;
        margin-right: 7px; }
    .detail-page.about .about-block .slide-wrap.delay-1 ul {
      animation: loop-slide 100s infinite linear 3s both; }
    .detail-page.about .about-block .slide-wrap.delay-2 ul {
      animation: loop-slide 100s infinite linear 6s both; }
    .detail-page.about .about-block .slide-wrap.delay-3 ul {
      animation: loop-slide 100s infinite linear 9s both; }
    .detail-page.about .about-block .slide-wrap.delay-4 ul {
      animation: loop-slide 100s infinite linear 12s both; }
  .detail-page.about .about-block .detail .other {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 1.35em;
    color: #3b7749;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 20px;
    color: #87a96d; }
  .detail-page.about .about-block.text-block {
    padding-top: 50px;
    border-top: 2px solid #3b7749; }
    .detail-page.about .about-block.text-block .detail {
      padding-top: 0; }
      .detail-page.about .about-block.text-block .detail a {
        display: block;
        color: #ec6a26;
        font-weight: 600;
        text-decoration: underline;
        padding: 0.5em 0; }
      .detail-page.about .about-block.text-block .detail .sub {
        font-size: 0.85em; }
  .detail-page.about .about-block.stay .img-photo {
    margin-top: 0; }
  .detail-page.about .about-block.years-40 .logo-40th {
    text-align: center;
    max-width: 250px;
    margin: 0 auto 30px; }
  .detail-page.about .about-block.years-40 .m-ttl {
    padding-bottom: 30px; }
  .detail-page.about .about-block.years-40 .img-photo {
    margin: 30px auto; }
.detail-page.about .img-photo {
  width: 100%;
  margin: 0 auto; }

@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media screen and (max-width: 1032px) {
  .detail-page.about {
    padding-bottom: 0; }
    .detail-page.about .lead {
      margin-top: 0; }
      .detail-page.about .lead .m-ttl {
        font-size: 1.5em;
        line-height: 1.4;
        padding-bottom: 0.5em; }
      .detail-page.about .lead .block p {
        padding-top: 1em;
        line-height: 1.8;
        font-size: 1em; }
      .detail-page.about .lead .block .theme {
        width: 80%; }
      .detail-page.about .lead .six p {
        font-size: 1em;
        padding: 20px 0 0 0; }
      .detail-page.about .lead .six .img-photo {
        margin: 0; }
    .detail-page.about .about-detail {
      margin-top: 30px;
      padding-top: 30px; }
      .detail-page.about .about-detail .m-ttl {
        font-size: 1.6em;
        padding-bottom: 40px; }
    .detail-page.about .about-block {
      margin-top: 40px; }
      .detail-page.about .about-block .ttl {
        font-size: 1.7em; }
      .detail-page.about .about-block .detail p {
        font-size: 0.9em;
        line-height: 1.8; }
      .detail-page.about .about-block .detail .other {
        font-size: 1.1em;
        text-align: left; }
      .detail-page.about .about-block.text-block {
        padding-top: 40px; }
      .detail-page.about .about-block .slide-wrap ul {
        animation: loop-slide 80s infinite linear both; }
      .detail-page.about .about-block .slide-wrap.delay-1 ul {
        animation: loop-slide 80s infinite linear 3s both; }
      .detail-page.about .about-block .slide-wrap.delay-2 ul {
        animation: loop-slide 80s infinite linear 6s both; }
      .detail-page.about .about-block .slide-wrap.delay-3 ul {
        animation: loop-slide 80s infinite linear 9s both; }
      .detail-page.about .about-block.years-40 .logo-40th {
        max-width: 210px;
        margin: 0 auto 20px; }
      .detail-page.about .about-block.years-40 .img-photo {
        margin-bottom: 0; } }
/* about ここまで */
/***** contents ******/
.detail-page.contents .sub-text {
  font-size: .8em; }
.detail-page.contents .contents-mv {
  text-align: center;
  padding-bottom: 10px; }
  .detail-page.contents .contents-mv img {
    width: 100%;
    max-width: 400px; }
.detail-page.contents .anime-wrap.fire {
  bottom: 5px;
  right: -36px; }
.detail-page.contents .inner {
  padding: 40px 100px;
  margin: 0 12px; }
  .detail-page.contents .inner .contents-index li.takibi svg {
    fill: #ef7533; }
  .detail-page.contents .inner .contents-index li.yakiimo svg {
    fill: #CE8874; }
  .detail-page.contents .inner .contents-index li.workshop svg {
    fill: #CA8640; }
  .detail-page.contents .inner .contents-index li.photo svg {
    fill: #32A4A6; }
  .detail-page.contents .inner .contents-index li.gear svg {
    fill: #FAD200; }
  .detail-page.contents .inner .contents-index li.game svg {
    fill: #2585c4; }
  .detail-page.contents .inner .contents-index li.stamp svg {
    fill: #C53331; }
  .detail-page.contents .inner .contents-index li.garapon svg {
    fill: #EB807D; }
  .detail-page.contents .inner .contents-index li.elleair svg {
    fill: #ebbd5f; }
  .detail-page.contents .inner .contents-index li.fashion svg {
    fill: #907AB4; }
  .detail-page.contents .inner .contents-index li.supercup svg {
    fill: #14259B; }
  .detail-page.contents .inner .contents-index li.kayak a img, .detail-page.contents .inner .contents-index li.disc a img, .detail-page.contents .inner .contents-index li.message a img {
    border: 1px solid #ffcd67; }
  .detail-page.contents .inner .contents-index li.kayak svg, .detail-page.contents .inner .contents-index li.disc svg, .detail-page.contents .inner .contents-index li.message svg {
    fill: #ffcd67; }
  .detail-page.contents .inner .content-block {
    padding: 50px 0;
    border-bottom: 3px dashed #9c9c9c;
    position: relative; }
    .detail-page.contents .inner .content-block:last-of-type {
      margin-bottom: 0;
      border-bottom: none; }
    .detail-page.contents .inner .content-block .lead {
      text-align: center;
      padding: 1em 0 40px; }
    .detail-page.contents .inner .content-block sub {
      vertical-align: top;
      font-size: 0.8em;
      color: #c20f2f; }
    .detail-page.contents .inner .content-block .small {
      font-weight: 500;
      font-size: 0.8em;
      line-height: 1.4;
      padding-bottom: 5px;
      text-align: center; }
    .detail-page.contents .inner .content-block .ba {
      text-align: center;
      padding-top: 0; }
      .detail-page.contents .inner .content-block .ba p {
        display: inline-block;
        font-weight: 600;
        text-decoration: underline;
        padding-bottom: 0 !important; }
    .detail-page.contents .inner .content-block .link-amap {
      display: inline;
      background: #3b7749;
      color: #fff;
      font-weight: 500;
      padding: 1px 5px;
      text-decoration: none;
      margin-left: 0.5em;
      font-size: 0.9em;
      vertical-align: text-bottom; }
    .detail-page.contents .inner .content-block .ex-img {
      margin-top: 2em; }
    .detail-page.contents .inner .content-block table {
      margin-top: 15px; }
    .detail-page.contents .inner .content-block .notice {
      font-size: 0.85em; }
    .detail-page.contents .inner .content-block .s-block {
      padding-bottom: 30px; }
      .detail-page.contents .inner .content-block .s-block:last-of-type {
        padding-bottom: 0; }
      .detail-page.contents .inner .content-block .s-block .text .text-upper {
        border-bottom: 2px solid #3b7749;
        margin-bottom: 1em; }
      .detail-page.contents .inner .content-block .s-block .text h3 {
        font-weight: 600;
        padding: 0;
        margin: 0;
        text-align: center;
        border: none; }
        .detail-page.contents .inner .content-block .s-block .text h3 .sub {
          display: block;
          font-size: .6em;
          color: #bf042e; }
      .detail-page.contents .inner .content-block .s-block .text .text-block p {
        font-size: 0.95em;
        text-align: left; }
      .detail-page.contents .inner .content-block .s-block.single {
        padding-top: 20px; }
        .detail-page.contents .inner .content-block .s-block.single .img {
          padding-bottom: 1em; }
      .detail-page.contents .inner .content-block .s-block .price {
        color: #303030;
        text-align: center;
        font-weight: 600;
        font-size: 0.9em; }
    .detail-page.contents .inner .content-block#stamp .stamp-sheet {
      padding-top: 2em; }
      .detail-page.contents .inner .content-block#stamp .stamp-sheet img {
        border-radius: 8px; }
    .detail-page.contents .inner .content-block#stamp .bold {
      font-weight: 600;
      font-size: 1.1em; }
    .detail-page.contents .inner .content-block#elleair .s-block p img {
      display: block;
      margin: 0 auto;
      width: 100%;
      padding-top: 0.5em; }
    .detail-page.contents .inner .content-block#elleair .s-block h5 {
      font-weight: 600;
      font-size: 1.15em;
      color: #3b7749;
      padding-bottom: 0.1em; }
    .detail-page.contents .inner .content-block#kayak .contents-mv img, .detail-page.contents .inner .content-block#disc .contents-mv img, .detail-page.contents .inner .content-block#message .contents-mv img {
      border: 1px solid #ffcd67; }
.detail-page.contents #pane_top_main .detail-page.contents .content-block .s-block .text h3 {
  padding-bottom: 0.5em;
  font-weight: 600; }
.detail-page.contents #pane_top_main .detail-page.contents .content-block .s-block.single h3 {
  padding-top: 10px; }

@media screen and (min-width: 1033px) {
  .detail-page.contents .content-block .half-wrap {
    padding-bottom: 25px; } }
@media screen and (max-width: 1032px) {
  .detail-page.contents .inner {
    padding: 40px 20px; }
    .detail-page.contents .inner .content-block {
      padding: 30px 0 40px; }
      .detail-page.contents .inner .content-block:last-of-type {
        padding-bottom: 0; }
      .detail-page.contents .inner .content-block .ba {
        text-align: center; }
      .detail-page.contents .inner .content-block .lead {
        text-align: left;
        padding-top: 0;
        font-weight: 500; }
      .detail-page.contents .inner .content-block#takibi {
        padding: 30px 0 130px; }
      .detail-page.contents .inner .content-block .s-block.single {
        padding-top: 0; }
      .detail-page.contents .inner .content-block .s-block .small {
        text-align: left; }
      .detail-page.contents .inner .content-block#stamp .stamp-sheet {
        padding: 0; }
      .detail-page.contents .inner .content-block#stamp .bold {
        font-size: 1em; }
  .detail-page.contents .anime-wrap.fire {
    bottom: 5px;
    right: 0px; }

  #pane_top_main .detail-page.contents .content-block .s-block .text h3 {
    padding: 0 0 6px; }

  .detail-page.contents .anime-wrap.fire {
    bottom: 5px;
    right: 0px; }

  .detail-page.contents .content-block#stamp .stamp-sheet {
    padding: 0; }

  .detail-page.contents .content-block#stamp .bold {
    font-size: 1em; } }
/* contents ここまで */
/******* craft workshop *******/
.content-block#game .notice {
  text-align: center;
  padding-top: 1em; }

@media screen and (max-width: 1032px) {
  .content-block#game .notice {
    text-align: left; } }
/******* craft workshop *******/
.content-block#workshop table.common {
  margin-top: 0; }
.content-block#workshop .lead {
  padding: 1em 0; }
.content-block#workshop .notice {
  padding-bottom: 40px; }
.content-block#workshop .s-block .link-btn {
  display: block;
  padding: 1em 5em;
  background: #3b7749;
  contain-intrinsic-block-size: auto 100px;
  margin: 0.5em auto 1em;
  border-radius: 50px;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.03em; }
  .content-block#workshop .s-block .link-btn svg {
    width: 10px;
    height: 20px;
    fill: #fff;
    vertical-align: bottom;
    margin-left: 10px;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%); }

/******* FOOD / DRINK *******/
.detail-page.food .inner {
  padding: 40px 100px;
  margin: 0 12px; }
  .detail-page.food .inner .contents-index {
    justify-content: center; }
    .detail-page.food .inner .contents-index li.dango svg {
      fill: #ffdf78; }
    .detail-page.food .inner .contents-index li.kitchen-car svg {
      fill: #D1111C; }
.detail-page.food .menu {
  border: 4px solid #eaa38d; }
.detail-page.food .contents-mv {
  text-align: center;
  padding-bottom: 10px; }
  .detail-page.food .contents-mv img {
    width: 100%;
    max-width: 400px; }
.detail-page.food .content-block {
  padding: 50px 0;
  border-bottom: 3px dashed #9c9c9c;
  position: relative; }
  .detail-page.food .content-block .link-amap {
    display: inline;
    background: #3b7749;
    color: #fff;
    font-weight: 500;
    padding: 1px 5px;
    text-decoration: none;
    margin-left: 0.5em;
    font-size: 0.9em;
    vertical-align: text-bottom; }
  .detail-page.food .content-block:last-of-type {
    margin-bottom: 0;
    border-bottom: none; }

@media screen and (max-width: 1032px) {
  .detail-page.food .inner {
    padding: 40px 20px; }
    .detail-page.food .inner .contents-index li {
      width: calc((100% - 10px) / 2); } }
/**********  TIME SCHEDULE & AREA MAP ***********/
.click-l {
  padding: 0 0 1em;
  font-weight: 600;
  text-align: center; }

.weather {
  padding-top: 1em;
  font-size: 0.9em;
  text-align: center; }

.time-schedule a:hover, .map a:hover {
  opacity: .8; }

.map p.map {
  text-align: center; }

@media (max-width: 1032px) {
  .map p.map {
    margin: 0 15px; } }
/**********  ACCESS ***********/
.detail-page.access {
  padding-bottom: 40px; }
  .detail-page.access .wrapper-s {
    position: relative; }
    .detail-page.access .wrapper-s .anime-wrap.swing {
      bottom: 93px;
      left: -90px; }
  .detail-page.access h5 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 1.5em 0 1em;
    border-bottom: 4px solid #3b7749;
    padding-bottom: 3px; }
    .detail-page.access h5 img {
      width: 1em;
      height: auto;
      margin-right: 5px;
      position: relative;
      top: 5px; }
  .detail-page.access h6 {
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 1.2em; }
    .detail-page.access h6 img {
      display: inline-block;
      width: 1em;
      height: auto;
      margin-right: 5px;
      position: relative;
      top: -3px; }
  .detail-page.access a {
    display: inline-block;
    color: #D9060A; }
  .detail-page.access .transport {
    margin-top: 60px; }
    .detail-page.access .transport .block:first-of-type {
      padding-bottom: 1em; }
  .detail-page.access .map-wrap {
    width: 100%;
    height: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 40%;
    border: 3px solid #3b7749; }
    .detail-page.access .map-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .detail-page.access li {
    padding-bottom: 2em;
    overflow: hidden; }
    .detail-page.access li:last-of-type {
      padding-bottom: 0; }
  .detail-page.access table.common a {
    text-decoration: none; }

@media screen and (max-width: 1032px) {
  .detail-page.access .inner {
    padding: 40px 25px 50px; }
  .detail-page.access .map-wrap {
    padding-top: 100%; }
  .detail-page.access h5 {
    font-size: 1.3em; }
  .detail-page.access h6 {
    margin-left: 0;
    font-size: 1em; }
  .detail-page.access p {
    padding-left: 0; }
  .detail-page.access .wrapper-s .anime-wrap.swing {
    bottom: 103px;
    left: -96px; } }
/**********  GOODS ***********/
.detail-page.goods ul li.half-wrap {
  gap: 15px; }
  .detail-page.goods ul li.half-wrap:first-of-type {
    border-bottom: 2px solid #3b7749;
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .detail-page.goods ul li.half-wrap .text .ttl, .detail-page.goods ul li.half-wrap .text .price {
    font-weight: 600;
    font-family: 'qs_font';
    text-align: center; }
  .detail-page.goods ul li.half-wrap .text .ttl {
    font-size: 1.8em; }
  .detail-page.goods ul li.half-wrap .text .price {
    font-size: 1.15em;
    line-height: 1.4;
    font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .detail-page.goods ul li.half-wrap .text .detail {
    margin-top: 1.5em;
    font-size: 0.9em;
    line-height: 1.8; }
  .detail-page.goods ul li.half-wrap .text a {
    position: relative;
    width: 100%;
    text-align: center;
    background: #c20f2f;
    color: #fff;
    padding: 0.8em 1.4em 0.8em 0.8em;
    border-radius: 100px;
    font-weight: 600; }
    .detail-page.goods ul li.half-wrap .text a.kids {
      background: #c2840f; }
    .detail-page.goods ul li.half-wrap .text a svg {
      position: absolute;
      width: 10px;
      height: 20px;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      fill: #fff; }
  .detail-page.goods ul li.half-wrap .text .btn-wrap {
    display: flex;
    gap: 10px;
    margin-top: 1.5em; }

@media screen and (max-width: 1032px) {
  .detail-page.goods ul li.half-wrap .text .ttl {
    font-size: 1.6em;
    line-height: 1.4; }
  .detail-page.goods ul li.half-wrap .text .price {
    font-size: 1.05em; } }
/**********  SEASON / シーズンアイコンについて ***********/
.season {
  padding-top: 0; }
  .season .icon {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  .season .season .ttl {
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 1.2em;
    color: #e57400; }

main .season p {
  line-height: 1.8; }

@media screen and (max-width: 1032px) {
  .season ttl {
    font-size: 1.1em; } }
@media screen and (min-width: 1033px) {
  .detail-page.contents .content-block .half-wrap.half-table table {
    margin: 0 1em; }

  .detail-page.contents .content-block .half-wrap.half-table table th {
    width: 30%; } }
/***************  footer  ***************/
footer {
  width: 100%;
  position: absolute;
  bottom: 0; }
  footer .menu-wrap-inner {
    padding-left: 0;
    justify-content: center; }
  footer .rights {
    text-align: center;
    font-family: 'qs_font','Phosphate','Segoe UI Black','Calibri','Leelawadee UI',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    padding-top: 20px;
    font-size: .9em; }

.footer-booby {
  width: 80vw;
  margin: 0 auto -5px;
  text-align: center; }

.footer-wrap {
  bottom: 0;
  border-top: 5px solid #000;
  background: #fff5d9;
  padding-bottom: 20px; }

.footer-logo {
  width: 100px;
  margin: 20px auto 5px; }

@media screen and (min-width: 1033px) {
  footer .nav-menu ul li {
    padding: 0 8px; } }
@media screen and (max-width: 1032px) {
  footer .menu-wrap-inner {
    display: none !important; } }
/***************  gallery (photoswipe)  ***************/
#gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }
  #gallery a {
    display: inline-block;
    transition: all ease-in-out .3s;
    max-width: 260px;
    max-height: 172px;
    width: calc(25% - 7.5px); }
    #gallery a.vertical {
      width: calc(25% - 7.5px); }

@media screen and (min-width: 1033px) {
  #gallery a.vertical img {
    margin: 0 auto;
    display: block;
    width: 44%; } }
@media screen and (max-width: 1032px) {
  #gallery {
    padding-top: 20px;
    gap: 6px; }
    #gallery a {
      width: calc(50% - 3px);
      height: auto; } }
#pane-goods-footer .bx-wrapper .bx-next,
#pane-goods-footer .bx-wrapper .bx-prev,
#pane_top_main .bx-wrapper .bx-next,
#pane_top_main .bx-wrapper .bx-prev {
  top: 50%;
  background: none; }

#pane_top_main .bx-wrapper .bx-prev, #pane_top_main .bx-wrapper .bx-next {
  width: 30px;
  height: 50px;
  background-size: contain !important; }

#pane_top_main .bx-wrapper .bx-prev {
  background: url(https://www.chums.jp/cms/chumscamp/2022/hp/prev-30-50.png) no-repeat !important;
  position: absolute;
  left: 7px;
  background-size: contain !important; }

#pane_top_main .bx-wrapper .bx-next {
  background: url(https://www.chums.jp/cms/chumscamp/2022/hp/next-30-50.png) no-repeat !important;
  position: absolute;
  right: 7px;
  background-size: contain !important; }

@media screen and (max-width: 1032px) {
  .gallery-slide-thumb {
    max-width: 800px; }

  .gallery-slide-thumb > li {
    width: calc((100% / 3) - 10px) !important; }

  #pane_top_main .bx-wrapper .bx-prev, #pane_top_main .bx-wrapper .bx-next {
    width: 25px;
    height: 40px; } }
/***********  wow animation delay指定   **************/
.animate__delay-03s {
  animation-delay: 0.3s; }

.animate__delay-05s {
  animation-delay: 0.5s; }

.animate__delay-08s {
  animation-delay: 0.8s; }

.animate__delay-12s {
  animation-delay: 1.2s; }

.animate__delay-15s {
  animation-delay: 1.5s; }

.animate__delay-18s {
  animation-delay: 1.8s; }

.animate__delay-2s {
  animation-delay: 2s; }

.animate__delay-22s {
  animation-delay: 2.2s; }

/***********  Splide style指定   **************/
.about-block .splide {
  padding: 0 0 3em; }
  .about-block .splide__arrow--prev {
    left: 0; }
  .about-block .splide__arrow--next {
    right: 0; }
  .about-block .splide__arrow svg {
    fill: #fff; }
  .about-block .splide__arrow:hover:not(:disabled) svg {
    fill: #fff; }
  .about-block .splide__pagination__page {
    width: 16px;
    margin: 5px; }
    .about-block .splide__pagination__page.is-active {
      background: #3b7749; }
    .about-block .splide__pagination__page:hover {
      background: #3b7749; }
