@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/* * {
outline: 1px solid magenta;
}*/
* {
  min-width: 0;
  min-height: 0;
}

body {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #454545;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:has(.imgbox) {
  opacity: 1;
}

* {
  padding: 0;
  margin: 0;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  margin-bottom: 20px;
  text-align: left;
  line-height: 2.4;
}
p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 0px;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

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

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  position: fixed;
  z-index: 20;
}
header .headerinner {
  margin: 0 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.1805555556vw 20px 1fr 20px 24vw;
  grid-template-columns: 16.1805555556vw 1fr 24vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
header .headerinner .logo {
  text-align: left;
}
header .headerinner .logo h1 {
  margin-bottom: 0;
}
header .headerinner .logo h1 img {
  max-height: 50px;
}
header .headerinner .headother {
  text-align: right;
}
header .headerinner .headother ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
header .headerinner .headother ul li a {
  padding: 10px 10px;
  display: block;
  border-radius: 50px;
  border: 2px #707070 solid;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}
header .headerinner .headother ul li a:hover {
  opacity: 1;
}
header .headerinner .headother ul li.btn01 a {
  background-color: #EFE9DE;
}
header .headerinner .headother ul li.btn01 a:hover {
  background-color: #fff;
}
header .headerinner .headother ul li.btn02 a {
  background-color: #FAD586;
}
header .headerinner .headother ul li.btn02 a:hover {
  background-color: #fff;
}
header .headerinner .globalmenu {
  text-align: center;
}
header .headerinner .globalmenu ul li {
  display: inline-block;
}
header .headerinner .globalmenu ul li a {
  padding: 10px 10px;
  display: block;
  font-weight: 700;
}

footer {
  padding: 100px 0 60px 0;
  background-color: #FAD586;
}
footer .footerinner {
  max-width: 1300px;
  margin: 0 auto;
}
footer .footlogo {
  margin-bottom: 80px;
  text-align: center;
}
footer .footnav ul li {
  display: inline-block;
}
footer .footnav ul li a {
  padding: 0 20px;
  font-weight: bold;
}
footer .snslink {
  padding: 60px 0 80px 0;
}
footer .snslink ul li {
  display: inline-block;
}
footer .snslink ul li a {
  padding: 0 20px;
}
footer .copyright {
  color: #fff;
}

.main {
  margin-top: 200px;
}

@media (max-width: 842px) {
  .main {
    margin-top: 70px !important;
  }
}
@media (max-width: 565px) {
  .main {
    margin-top: 50px !important;
  }
}
.sectioninner {
  max-width: 1300px;
  margin: 0 auto;
}

.sectioninner2 {
  max-width: 1140px;
  margin: 0 auto;
}

.sectioninner3 {
  max-width: 800px;
  margin: 0 auto;
}

.contentsinner {
  max-width: 1140px;
  margin: 0 auto;
}

.bottomnavboxover {
  -webkit-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
  display: none;
}
.bottomnavboxover.active {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}
.bottomnavboxover .spbottomnavbox {
  display: none;
}

.eventiten_a .eventitemover {
  padding: 20px 20px;
}
.eventiten_a .eventitem {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
}
.eventiten_a .eventitem .iconbox {
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 10;
}
.eventiten_a .eventitem a {
  display: block;
}
.eventiten_a .eventitem .imgbox {
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.eventiten_a .eventitem .imgbox.noimage {
  border: 2px #c3c3c3 solid;
}
.eventiten_a .eventitem .imgbox img {
  -webkit-transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.eventiten_a .eventitem .imgbox .eventlavel {
  background-color: rgba(242, 169, 181, 0.8);
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.eventiten_a .eventitem:hover .imgbox img {
  scale: 1.2;
  opacity: 1;
}
.eventiten_a .eventitem .txtboxover {
  /*display: grid;
  grid-template-columns: 1fr 0.4fr;
  align-items: center ;
  column-gap:10px;*/
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.eventiten_a .eventitem .txtboxover .datebox {
  text-align: left;
}
.eventiten_a .eventitem .txtboxover .placebox {
  text-align: left;
  padding-left: 5px;
  position: relative;
  padding-left: 21px;
  margin-bottom: 5px;
}
.eventiten_a .eventitem .txtboxover .placebox:before {
  content: "";
  background: url(../images/common/icon_place2.svg) 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 0;
}
.eventiten_a .eventitem .txtboxover .placebox a {
  display: inline-block;
}
.eventiten_a .eventitem .ttlbox {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.eventiten_a .eventitem .txbbox {
  padding: 10px 0 10px 0;
  background-image: url(../images/common/line2.svg), url(../images/common/line2.svg);
  background-position: top center, bottom center;
  background-size: auto auto;
  background-repeat: repeat-x, repeat-x;
}
.eventiten_a .eventitem .txbbox ul {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.eventiten_a .eventitem .txbbox ul li {
  display: inline-block;
}
.eventiten_a .eventitem .txbbox ul li a {
  padding-right: 10px;
  line-height: 1;
}

.eventiten_b .itembox {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}
.eventiten_b .itembox.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.eventiten_b .itembox .itembox_upper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 20px;
  grid-template-columns: 1fr 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 15px;
}
.eventiten_b .itembox .itembox_upper .event_ttl {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}
.eventiten_b .itembox .itembox_upper .event_place {
  font-size: 14px;
  line-height: 1.5em;
}
.eventiten_b .itembox .itembox_upper .event_place:before {
  content: "";
  width: 11px;
  height: 13px;
  background: url(../images/common/icon_place.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.eventiten_b .itembox .itembox_upper .favoritebox ul li {
  display: none;
}
.eventiten_b .itembox .itembox_upper .favoritebox ul li.active {
  display: block;
}
.eventiten_b .itembox .imgbox {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 372/237;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.eventiten_b .itembox .imgbox.noimage {
  border: 2px #c3c3c3 solid;
}
.eventiten_b .itembox .imgbox img {
  -webkit-transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: scale 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.eventiten_b .itembox .event_comments {
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
}
.eventiten_b .itembox .event_comments .event_mark {
  position: absolute;
  right: 0;
  top: -60px;
}
.eventiten_b .itembox .event_comments .event_notebox {
  margin-bottom: 10px;
}
.eventiten_b .itembox .event_comments .event_notebox ul {
  text-align: left;
}
.eventiten_b .itembox .event_comments .event_notebox ul li {
  display: inline-block;
  margin-right: 10px;
}
.eventiten_b .itembox .event_comments .event_notebox ul li:last-child {
  margin-right: 0;
}
.eventiten_b .itembox .event_comments .event_period {
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.eventiten_b .itembox .event_comments .event_txtbox {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
}
.eventiten_b .itembox .event_comments .event_itembox ul {
  text-align: left;
}
.eventiten_b .itembox .event_comments .event_itembox ul li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.eventiten_b .itembox .event_comments .event_itembox ul li:nth-child(5n) {
  margin-right: 0;
}
.eventiten_b .itembox .event_comments .event_itembox ul li:nth-child(-n+5) {
  margin-top: 0;
}
.eventiten_b .itembox:hover .imgbox img {
  scale: 1.2;
  opacity: 1;
}

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

.slick-slide {
  height: auto !important;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #FAD586;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@media screen and (max-width: 1710px) {
  header .headerinner {
    font-size: 1.1111111111vw;
    -ms-grid-columns: 16.1805555556vw 1fr 26vw;
    grid-template-columns: 16.1805555556vw 1fr 26vw;
  }
  header .headerinner .headother ul li a {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 1555px) {
  .eventiten_a .eventitem .txtboxover {
    font-size: 1vw;
  }
  .eventiten_a .eventitem .txbbox ul {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 1300px) {
  .sectioninner {
    width: 90%;
  }
  .sectioninner2 {
    width: 90%;
  }
}
@media screen and (max-width: 1140px) {
  .eventiten_a .eventitem .txtboxover {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .sectioninner3 {
    width: 90%;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 842px) {
  body {
    font-size: 14px;
  }
  body.no_scroll {
    overflow: hidden;
  }
  .flexbox {
    display: block;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  p {
    line-height: 2;
  }
  header {
    padding: 10px 0;
  }
  header .headerinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-right: 70px;
    padding-left: 10px;
    margin: 0;
  }
  header .headerinner .logo {
    width: 150px;
  }
  header .headother, header .globalmenu {
    display: none;
  }
  footer {
    padding: 60px 0 90px 0;
  }
  footer .footlogo {
    margin-bottom: 40px;
  }
  footer .footlogo img {
    width: 50vw;
  }
  footer .snslink {
    padding: 50px 0;
  }
  footer .snslink ul li img {
    width: 60px;
  }
  footer .footnav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
  footer .footnav ul li a {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
  }
  .main {
    padding: 0;
    margin-top: 0;
  }
  .bottomnavboxover.active .spbottomnavbox {
    display: block;
  }
  .bottomnavboxover.active .spbottomnavbox a:hover {
    opacity: 1;
  }
  .bottomnavboxover.active .spbottomnavbox ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .bottomnavboxover.active .spbottomnavbox ul li.nav01 {
    background-color: #FAD586;
  }
  .bottomnavboxover.active .spbottomnavbox ul li.nav02 {
    background-color: #B2DE90;
  }
  .bottomnavboxover.active .spbottomnavbox ul li.nav03 {
    background-color: #F2A9B5;
  }
  .bottomnavboxover.active .spbottomnavbox ul li.nav04 {
    background-color: #90C1E7;
  }
  .bottomnavboxover.active .spbottomnavbox ul li.nav05 {
    background-color: #C9A0DC;
  }
  .bottomnavboxover.active .spbottomnavbox ul li a {
    display: block;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .eventiten_a .eventitemover {
    padding: 20px 15px;
  }
  .eventiten_a .eventitem .txtboxover {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    font-size: 11px;
    -ms-grid-columns: 1fr 4px 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }
  .eventiten_a .eventitem .txtboxover .placebox:before {
    margin-right: 5px;
    vertical-align: text-bottom;
  }
  .eventiten_a .eventitem .ttlbox {
    font-size: 16px;
  }
  .eventiten_a .eventitem .txbbox ul {
    font-size: 11px;
  }
  .eventiten_a .eventitem .iconbox {
    width: 80px;
    right: -10px;
  }
  .eventiten_b .event_ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .eventiten_b .event_place {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .eventiten_b .event_place:before {
    content: "";
    width: 11px;
    height: 13px;
    background: url(../images/common/icon_place.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .eventiten_b .itembox_sp_upper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 60px;
    grid-template-columns: 1fr 60px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .eventiten_b .itembox_sp_upper .event_mark {
    margin-bottom: 10px;
  }
  .eventiten_b .itembox_sp_upper .event_notebox {
    margin-bottom: 10px;
  }
  .eventiten_b .itembox_sp_upper .event_notebox ul {
    line-height: 1;
  }
  .eventiten_b .itembox_sp_upper .event_notebox ul li {
    margin-bottom: 5px;
  }
  .eventiten_b .itembox_sp_upper .favoritebox {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 30px;
  }
  .eventiten_b .itembox_sp_upper .favoritebox ul li {
    display: none;
  }
  .eventiten_b .itembox_sp_upper .favoritebox ul li.active {
    display: block;
  }
  .eventiten_b .itembox_sp_upper .favoritebox ul li.active img {
    width: 27px;
  }
  .eventiten_b .event_period {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .eventiten_b .event_txtbox {
    font-size: 14px;
    text-align: left;
  }
  .eventiten_b .event_itembox {
    margin-bottom: 10px;
  }
  .eventiten_b .event_itembox ul {
    text-align: left;
  }
  .eventiten_b .event_itembox ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px;
  }
  .eventiten_b .event_itembox ul li:nth-child(5n) {
    margin-right: 0;
  }
  .spslick .eventitem {
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .eventiten_b .event_itembox ul li :nth-child(-n+5) {
    margin-top: 0;
  }
  .eventiten_b .event_itembox ul li:nth-child(5) {
    margin-right: 0;
  }
  .eventiten_b .event_itembox ul li:nth-child(6) {
    margin-top: 5px;
  }
}