@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  overflow-x: hidden;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui,sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has( > input:disabled), label:has( + input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: .2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@font-face {
  font-family: "mp";
  src: url("font/MPLUS1p-Regular.ttf") format("truetype"), url("font/MPLUS1p-Regular.woff") format("woff");
}

@font-face {
  font-family: "mpbold";
  src: url("font/MPLUS1p-Bold.ttf") format("truetype"), url("font/MPLUS1p-Bold.woff") format("woff");
}

@font-face {
  font-family: "mpblk";
  src: url("font/MPLUS1p-Black.ttf") format("truetype"), url("font/MPLUS1p-Black.woff") format("woff");
}

@font-face {
  font-family: "mochi";
  src: url("font/MochiyPopPOne-Regular.ttf") format("truetype"), url("font/MochiyPopPOne-Regular.woff") format("woff");
}

body {
  font-family: mp, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #472800;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body .pc {
  display: block;
}

body .sp {
  display: none;
}

body a {
  text-decoration: none;
  transition: .3s ease;
  color: inherit;
  transform: translateY(0);
}

body a:hover {
  transition: .3s ease;
  opacity: .8;
  transform: translateY(-5px);
}

body p, body table {
  font-size: clamp(14px, 1.3vw, 17px);
}

body header {
  width: 100%;
  padding: .5em;
  display: flex;
  justify-content: space-between;
}

body header .logo {
  width: 120px;
}

body header nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 10px;
}

body header nav a {
  display: inline-block;
  padding: 1em 1em .5em;
  margin: 0 .5em .5em;
  font-weight: bold;
  color: #838053;
  letter-spacing: 4px;
  text-align: center;
}

body header nav a:hover {
  border-bottom: 1px dashed;
}

body #top {
  position: relative;
  width: 100%;
  margin: auto;
  background: linear-gradient(180deg,#fff, #70ECFF, #0020A8);
}

body #top div.title {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  width: 35%;
  top: 24%;
  margin: auto;
  max-width: 800px;
}

body #top + .desc {
  text-align: center;
  display: block;
  margin:auto;
  line-height: 3.6;
  letter-spacing: 5px;
  padding: 8em 1em 13em;
  font-size: clamp(20px, 1.8vw, 22px);
  /* opacity: 0; */
  transition: .3s ease;
  color: #fff;
  background-color: #0020A8;
  position: relative;
  z-index: -1;
}
#top .inner{
  width: 75%;
  margin: auto;
}
#top .circle{
  margin: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 2000px;
  width: 90%;
}
#top .circle img{
  display: block;
  animation: rotate 100s linear infinite;
  transform: rotate(0);
  transform-origin: center;
  padding: initial!important;
  z-index: 0;
  margin: auto;
  object-fit: contain;
}
@keyframes rotate{
  0%{transform: rotate(0);}
  100%{transform: rotate(360deg);}
}

body h1 {
  font-size: clamp(40px, 4vw, 55px);
  color: #472800;
  text-align: center;
  margin:auto;
  font-family: mpbold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 4px;
  opacity: 0;
  transform: translateY(2em);
  transition: .3s ease;
}

body h1 span.year {
  font-size: clamp(36px, 3vw, 40px);
  color: #3b8bb6;
  font-family: mpblk, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

body h1 span.gw {
  font-family: mpblk, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #F3C500;
  font-size: clamp(46px, 4vw, 56px);
}

body .fade_top {
  transition: 1s ease .3s;
  opacity: 1 !important;
  transform: translateY(10%);
}

body #link {
  position: relative;
  width: 100%;
  margin: auto;
}

body #link .left {
  position: absolute;
  top: -40em;
  left:2em;
  object-fit: contain;
  width: fit-content;
  height: 130px;
  z-index: 1;
}

body #link .right {
  position: absolute;
  top: -25em;
  right: 2em;
  object-fit: contain;
  width: fit-content;
  height: 100px;
  z-index: 1;
}

body #link .center {
  position: absolute;
  bottom: -55px;
  height: fit-content;
}
body .links {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body .links a {
  display: block;
  width: 20%;
  border-radius: 40px;
  margin: -10em 2em -8em;
  border: solid #fff 7px;
}

body .links a figure {
  display: block;
}

body .links a figure img {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

body .links a figcaption {
  text-align: center;
  color: #fff;
  font-family: mochi, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  padding: 2em;
  letter-spacing: 3px;
      /* display: grid;
    place-content: center;
    height: 6em; */
}

body .links a figcaption span {
  font-size: clamp(18px, 1.4vw, 20px);
}

body .links a:hover {
  transform: translateY(-0.5em);
}

body .links .photo {
  background-color: #4d7557;
}

body .links .event {
  background-color: #3b8bb6;
}

body .links .food {
  background-color: #ca5526;
}

body .links .stay {
  background-color: #9b8214;
}

body h2 {
  font-size: clamp(28px, 2.8vw, 35px);
  font-family: mochi, mp, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 1.5em;
}

body h2 span {
  display: inline-block;
  text-shadow: 4px 4px 0 #fff;
}

body h3 {
  font-size: clamp(20px, 1.8vw, 22px);
  margin-bottom: 1em;
  letter-spacing: 3px;
  text-align: center;
}

body span.kikangentei {
  color: #fff;
  background-color: #613600;
  font-size: clamp(18px, 1.4vw, 20px);
  padding: 4px 14px 4px 17px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: small;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 1em auto .7em;
  letter-spacing: 3px;
  border-radius: 30px;
}

body span.kikangentei + .gentei {
  margin: 0 auto 0.5em !important;
}

body section {
  padding: 5em 0 1em;
  margin: 0 auto;
}

body section .content_wrap {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 5em;
  border-radius: 40px;
}

body section .content_wrap .content {
  display: flex;
  padding: 3em;
}

body section .content_wrap .content p.img {
  border-radius: 40px;
  min-width: 300px;
  width: 50%;
  height: fit-content;
}

body section .content_wrap .content p.img img {
  border-radius: 40px;
}

body section .content_wrap .content .row {
  line-height: 1.6;
  letter-spacing: 3px;
  width: 50%;
  height: fit-content;
}

body section .content_wrap .content .row .box {
  display: block;
  border: solid 1px;
  padding: 2px 5px 2px 8px;
  margin: .3em 5px;
  white-space: pre;
  text-align: center;
  border-radius: 5px;
}

body section .content_wrap .content .row table {
  margin-top: .5em;
}

body section .content_wrap .content .row table td {
  vertical-align: baseline;
}

body section .content_wrap .content .row .kome {
  margin-top: .5em;
}

body section .content_wrap .content .row.right {
  padding-left: 1.3em;
}
body section .content_wrap .content .row.left {
  padding-right: 1.3em;
}

body section .content_wrap .content .clm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

body section .content_wrap .content .clm p.img {
  width: 100% !important;
}

body section .content_wrap .content .clm .btn {
  width: 100%;
  border-radius: 55px;
  font-size: clamp(18px, 1.4vw, 20px);
  text-align: center;
  padding: 1em;
  font-family: mpbold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin-top: 1em;
  background-color: #3b8bb6;
  color: #fff;
  letter-spacing: 3px;
}

body section .content_wrap .content .clm .btn.coming_soon {
  background-color: #777;
  cursor: default;
}

body section .content_wrap .content .clm .btn.coming_soon:hover {
  transform: initial !important;
  opacity: 1;
}

body section .content_wrap .content .clm .btn.end {
  color: #777;
  background-color: #eee;
  pointer-events: none
}

body section .content_wrap:nth-child(odd) .content {
  flex-direction: row-reverse;
}
body section .content_wrap .content.full{
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
body section .content_wrap .content.full .clm{
  width: 100%;
  letter-spacing: 3px;
}
body section .content_wrap.boxes {
  padding-bottom: 3em;
}

body section .content_wrap.boxes .content:nth-child(odd) {
  flex-direction: row-reverse!important;
}

body section .content_wrap.boxes .btn {
  width: 50%;
  border-radius: 55px;
  font-size: clamp(18px, 1.4vw, 20px);
  text-align: center;
  padding: 1em;
  font-family: mpbold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0 auto;
  background-color: #3b8bb6;
  color: #fff;
  letter-spacing: 3px;
}


body section#photo {
  background-color: #E6F3E9;
}

body section#photo h2 {
  color: #4d7557!important;
}

body section#event {
  background-color: #cbedff;
}

body section#event h2 {
  color: #3b8bb6 !important;
}

body section#food {
  background-color: #ffdccd;
}

body section#food h2 {
  color: #ca5526 !important;
}

body section#food .btn {
  background-color: #ca5526;
}

body section#stay {
  background-color: #fff2b9;
}

body section#stay h2 {
  color: #9b8214 !important;
}

body section#stay h3 {
  letter-spacing: -1px;
}

body section#stay .btn {
  background-color: #9b8214;
  margin-top: initial;
}

body section#stay .fl_wrap {
  flex-wrap: wrap;
}

body section#stay .fl_wrap .content {
  width: 33.3%;
}

body section#stay .fl_wrap_content {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 6em;
  border-radius: 40px;
}

body section#stay .fl_wrap_content .content_wrap2 {
  background-color: initial;
  max-width: initial;
  margin: auto;
  border-radius: initial;
}

body section#stay .fl_wrap_content .content_wrap2:nth-child(n+2) {
  margin: 0 auto 6em;
  padding-top: 0;
}

body .content_wrap2 {
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto 5em;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  padding: 3em 2em;
}

body .content_wrap2 .content {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 1em;
  /* width: 33.3%; */
  width: 100%;
  line-height: 1.6;
  letter-spacing: 3px;
}

body .content_wrap2 .content p.img {
  border-radius: 40px;
  height: fit-content;
}

body .content_wrap2 .content p.img img {
  border-radius: 40px;
}

body .content_wrap2 .content h3 {
  margin-top: 1em;
}

body .content_wrap2 .content .btn {
  width: 100%;
  border-radius: 55px;
  font-size: clamp(18px, 1.4vw, 20px);
  text-align: center;
  padding: 1em;
  font-family: mpbold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 1em auto 0;
  color: #fff;
  letter-spacing: 3px;
  display: block;
}

body .content_wrap2 .content .btn.coming_soon {
  background-color: #777 !important;
}

body .content_wrap2 .content .btn.coming_soon:hover {
  transform: initial !important;
  opacity: 1;
}

aside {
  border: dashed 1px;
  padding: 2em;
  margin: 0 auto 50px;
  width: fit-content;
  text-align: center;
  border-radius: 8px;
  font-size: clamp(13px, 1.2vw, 16px);
}

.totop a {
  position: fixed;
  right: 2em;
  bottom: 2em;
  width: 30px;
  z-index: 10;
  opacity: .4;
}

.totop a:hover {
  bottom: 2.5em !important;
}

.btm_img {
  width: 40%;
  margin: auto;
  margin-bottom: -35px;
}
.btm_sky{
  background-color: #fff;
  padding-top: 60px;
}
footer {
  background: #a9d06b;
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  padding: 0;
  padding-top: 50px;
}

footer .wrap {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 40px;
}

footer p {
  color: #FFF;
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
}

footer ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ul li:first-child a {
  border-left: 0;
}

footer ul li a {
  border-left: solid 1px #FFF;
  padding: 0 10px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  display: block;
  width: 100%;
  white-space: pre;
}

footer ul li a img {
  object-fit: none;
}

footer ul.ico {
  margin-bottom: 20px;
  padding-top: 40px;
}

footer ul.ico li {
  display: grid;
  place-content: center;
}

footer ul.ico li a {
  display: block;
  border: 0;
  margin: 0 15px;
  padding: 0;
}


.pc {
  display: block;
}

.sp {
  display: none;
}

.fade_in {
  opacity: 0;
  transition: .3s ease;
}

.fade_btm {
  opacity: 0;
  transition: .3s ease;
  transform: translateY(2em);
}

.active {
  opacity: 1 !important;
  transition: .3s ease;
}

.active2 {
  opacity: 1;
  transition: .3s ease;
  transform: translateY(0);
}

.d1 {
  transition-delay: .1s;
}

.d2 {
  transition-delay: .2s;
}

.d3 {
  transition-delay: .3s;
}

body section#calender {
  padding: 14em 30px 6em;
  margin: auto;
  background: url(../img/fr_l.svg),url(../img/fr_r.svg);
  background-size:100%,100%;
  background-repeat: no-repeat,no-repeat;
  background-position:top center,bottom center;
  position: relative;
}
body section#calender::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255,255, 0.8);
}
#calender h2{
  color: #1e6b94 !important;
}
#calender .illust{
  width: 50%;
  max-width: 900px;
  margin: -8em auto 2em;
  transform: translateY(50px);
}
#calender .inner{
  max-width: 1200px;
	/* max-width: 810px; */
	/*max-width: 560px; */
  margin: auto;
  overflow: scroll;
  scrollbar-color: #3b8bb6 #ffffff;
  z-index: 2;
  position: relative;
}
#calender .inner::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
#calender .inner::-webkit-scrollbar-thumb {
  background-color: #3b8bb6;
}
#calender table {
  border-collapse: separate;
  border-spacing: 0;
}
#calender th, #calender td {
  padding: 5px;
  text-align: center;
  color: #222;
  background-color: #fff;
  font-size: clamp(9px, 1.2vw, 15px);
}
#calender .event-row{
  height: 2em;
}
#calender .event-row td{
  white-space: pre;
  background-color: #d8f1ff;
  border: #fff solid 1px;
}
#calender .event-row:nth-child(odd) td{
  background-color: #fff;
}
#calender .saturday {
  background-color: rgb(172, 229, 255)!important;
  color: rgb(22, 108, 148);
  font-weight: bold;
}
#calender .sunday,#calender .holiday {
  background-color: rgb(255, 167, 152)!important;
  color: rgb(161, 24, 0);
  font-weight: bold;
}
#calender .event-name {
  font-weight: bold;
}

#calender .vertical{
  /* writing-mode: vertical-rl; */
  background-color: #6397b3!important;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
  /* white-space: pre;
  -webkit-writing-mode: vertical-rl; */
}
#calender .vertical span{
  line-height: 1.1;
  /* white-space: pre;
  writing-mode: vertical-rl; */
  display: inline-block;
  font-size: clamp(8px, 1.1vw, 11px);
  /*-webkit-writing-mode: vertical-rl; */
}
#calender #date-header th{
  position: sticky;
  top: 3.5em;
}
#calender #day-header th{
  position: sticky;
  top: 5.5em;
}
#calender .top_left{
  background-color: #1e6b94;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
}
#calender .month{
  background-color: #6397b3;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
}
#calender .cal_title{
  background-color: #fff!important;
  font-weight: bold;
  border: solid 1px #fff;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}
#calender tr:nth-child(even) .cal_title{
  background-color: #d8f1ff!important;
}
#calender table{
  position: relative;
}
#calender .coming_soon_cal td:not(.vertical),
#calender .coming_soon_cal td.cal_title{
  background-color: #bdbdbd!important;
}
#calender .gaibulink{
  text-decoration: underline;
}
/* #calender .gaibulink::after{
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/gaibulink.svg);
  background-size:contain;
  vertical-align:middle;
  margin: 0 0 0.3em 0.5em;
} */

@media (max-width: 1199.9px) {
  section .content_wrap, section .content_wrap2,body section#stay .fl_wrap_content {
    margin: 0 1em 3em !important;
  }
  body .links a {
    margin: -8em 2em -8em;
}
}

@media (max-width: 900px) {
  .fade_top{
    transform: translateY(8%)!important;
  }
#top{
  overflow-x: clip;
}
  #top h1 {
    font-family: mp, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    width: 90%;
  }
  #top h1 span.year {
    font-family: mp, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }
  #top h1 span.gw {
    font-family: mp, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }
  #link .links {
    margin: -18% auto 0!important;
  }
  #link .links a {
    border-radius: 30px !important;
    width: 28%;
    margin: 0em .5em -14%;
    border: solid #fff 6px;
  }
  #link .links a figure img {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  #link .links a figcaption {
    padding: 1.5em;
  }

  #top .circle{
    width: 100%;
    transform: scale(1.2);
    overflow-x: clip;
  }
  body #top div.title{
    top: 23.8% !important;
    width: 47%;
  }
  body #top + .desc{
    padding: 8em 1em 12em!important;
    line-height: 2.6!important;
  }
  #link .left {
    top: -30em !important;
    left: 0em !important;
  }
  #link .right {
    right: .5em !important;
    top: -20em !important;
    height: 88px!important;
  }
  #calender .illust{
    width: 66%!important;
  }
  section {
    margin: 0 auto !important;
  }
  section .content_wrap {
    border-radius: 30px !important;
  }
  section .content_wrap .content {
    padding: 2em !important;
  }
  section .content_wrap p.img {
    border-radius: 30px !important;
  }
  section .content_wrap p.img img {
    border-radius: 25px !important;
  }
  section .content_wrap2 {
    border-radius: 30px;
    padding: 2em 1em;
  }
  section .content_wrap2 .content {
    padding: 0 .5em;
  }
  section .content_wrap2 .content p.img img {
    border-radius: 25px;
  }
  section .fl_wrap_content {
    border-radius: 30px !important;
    margin: 0 1em !important;
  }
  section .fl_wrap_content .content_wrap2 {
    padding: 2em 0;
    border-radius: 30px;
  }
  section .fl_wrap_content .content_wrap2:first-of-type {
    margin-bottom: 0 !important;
  }
  .btm_img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  footer ul {
    margin-bottom: 1em !important;
  }
  footer ul:nth-child(n+2) li {
    width: 30%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .wrap {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header .logo {
    width: 88px !important;
    margin-top: 35px;
  }
  header nav a {
    padding: 1.5em 1em 0.5em !important;
    font-size: clamp(10px, 1.2vw, 12px) !important;
  }
.fade_top{
  transform: translateY(19%) !important
}
  #top{
    overflow-x: clip;
  }
  #top h1 {
    font-size: clamp(28px, 2.8vw, 35px) !important;
    line-height: 1.5 !important;
    width: 75%;
  }
  #top h1 span.year {
    font-size: clamp(20px, 1.8vw, 22px) !important;
  }
  #top h1 span.gw {
    font-size: clamp(28px, 2.8vw, 35px) !important;
    line-height: 1.2 !important;
  }

  #top span.desc {
    line-height: 2.2 !important;
    letter-spacing: 4px !important;
  }
  body #top + .desc{
    padding: 4em 1em 9em !important;
    line-height: 2.2 !important;
    font-size: clamp(13px, 1.2vw, 16px);
  }

  #link a {
    border-radius: 20px !important;
  }
  body #top div.title {
    top: 16% !important;
    width: 60%;
}
#top .circle{
  transform: scale(1.3);
}
  #link .left, #link .right {
    display: none;
  }
  #link .links {
    margin: -5.2em auto -1%!important;
    flex-wrap: wrap;
  }
  #link .links a {
    border-radius: 20px !important;
    border: 4px solid #fff;
    margin: 1em .5em -2.5em!important;
  }
  #link .links a {
    /* width: 28%; */
    width: 37%;
  }
  #link .links a:nth-child(n+3){
      margin: 3em .5em -2.5em !important;
  }
  #link .links a figure img {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  #link .links a figcaption {
    padding: .2em .5em .6em;
    line-height: 1.3;
    display: grid;
    place-content: center;
    height: 3em;
  }
  #link .links a figcaption span {
    font-size: clamp(10px, 1.2vw, 12px);
  }
  #calender .illust{
    width: 80%!important;
  }
  body section#calender{
    padding: 8em 15px 4em!important;
  }

  #calender .event-row td:nth-child(2){
    width: 15em;
    position: sticky!important;
    top: 0;
    left: 0!important;
    z-index: 1;
  }

  #calender th, #calender td{
    font-size: clamp(8px, 1.1vw, 10px);
  }
  #calender #date-header th{
    top: 4.5em;
  }
  #calender #day-header th{
    top: 7.5em;
  }
  .totop a {
    width: 20px;
    right: 1em !important;
    bottom: 1.5em !important;
  }
  .totop a:hover {
    bottom: 2em !important;
  }
  h2 {
    margin-bottom: 1em !important;
  }
  h2 span {
    text-shadow: 3px 3px 0 #fff !important;
  }
  h3 {
    margin: 1em auto;
  }
  section .content_wrap .content {
    padding: 1em !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  section .content_wrap .content .clm {
    width: 100% !important;
  }
  section .content_wrap .content .row {
    width: 100% !important;
    padding: 0 !important;
  }
  section .content_wrap .content .row .btn.sp {
    width: 100%;
    border-radius: 55px;
    font-size: clamp(18px, 1.4vw, 20px);
    text-align: center;
    padding: 1em;
    font-family: mpbold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    margin-top: 1em;
    background-color: #40a7c9;
    color: #fff;
    letter-spacing: 3px;
  }
  section .content_wrap .content .row .btn.sp.coming_soon {
    background-color: #777;
  }
  section .content_wrap .content .row .btn.sp.coming_soon:hover {
    transform: initial !important;
    opacity: 1;
  }
  section .content_wrap .content .row .btn.sp.end {
	  color: #777;
    background-color: #eee;
  pointer-events: none
  }
  section .content_wrap .content p.img {
    width: 100% !important;
  }
  section .content_wrap2 {
    display: flex;
    flex-direction: column;
    padding: 1em;
  }
  section .content_wrap2 .content:not(:last-of-type) {
    padding: 0 0 3em 0;
  }
  section .content_wrap2 .content {
    width: 100% !important;
  }
  section .content_wrap.boxes {
    padding-bottom: initial !important;
  }
  section .fl_wrap .content_wrap2 {
    padding: 1em 0;
  }
  aside {
    width: 90%;
  }
  .btm_img {
    width: 95%;
  }
}

@media (max-width: 500px) {
  footer table {
    font-size: 12px !important;
  }
  footer ul.ico {
    justify-content: center;
  }
  footer ul.ico li {
    width: 20%;
  }
  footer ul {
    justify-content: space-around;
  }
  footer ul li {
    width: calc(100%/3);
  }
  footer ul li a {
    font-size: 11px;
    word-break: keep-all;
  }
}

