@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Montserrat&family=Oswald:wght@500&family=VT323&display=swap");
@import url(https://use.fontawesome.com/releases/v6.4.2/css/all.css);
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  background-color: #f8f8f8;
  color: #000;
}

a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.global_head {
  margin: 0;
  position: relative;
  z-index: 10;
}

footer {
  position: relative;
  z-index: 10;
}

.content {
  position: relative;
  font-family: "Noto Sans JP";
}

.section:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1050px;
    width: calc(100% - 208px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .topics-block {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .topics-block {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

.ttl {
  text-align: center;
  font-family: "DotGothic16", sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ttl {
    margin: 0 0 50px;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    margin: 0 0 60px;
    font-size: 1.8rem;
    letter-spacing: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl .ttl-s {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .ttl .ttl-s {
    font-size: 1.25rem;
    letter-spacing: 0.5rem;
  }
}
.ttl .sub-ttl {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: #fff;
  line-height: 100%;
  text-shadow: -3px 0 0 transparent, 3px 0 0 transparent;
}
@media only screen and (max-width: 767px) {
  .ttl .sub-ttl {
    font-size: 0.65rem;
    letter-spacing: 0.15rem;
    margin: 15px 0 0;
    padding: 4px 8px 3px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl .sub-ttl {
    font-size: 0.95rem;
    letter-spacing: 0.2rem;
    margin: 20px 0 0;
    padding: 4px 8px 3px 11px;
  }
}

.logo {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    top: 25px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: 125px;
  }
}

.local-head {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .local-head__icon {
    background: #000;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 55px;
    right: 15px;
    z-index: 99;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__icon {
    display: none;
  }
}
.local-head__icon span {
  display: block;
  width: 23px;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: 0.3s;
  left: 11px;
}
.local-head__icon span:nth-of-type(1) {
  width: 23px;
  top: 14px;
}
.local-head__icon span:nth-of-type(2) {
  width: 23px;
  top: 22px;
}
.local-head__icon span:nth-of-type(3) {
  width: 16px;
  top: 30px;
}
.local-head__icon.active {
  top: 15px;
}
.local-head__icon.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 22px;
}
.local-head__icon.active span:nth-of-type(2) {
  transform: rotate(-45deg);
  top: 22px;
}
.local-head__icon.active span:nth-of-type(3) {
  opacity: 0;
}
.local-head__icon.margin {
  margin: -40px 0 0;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .local-head__content {
    opacity: 0;
    display: none;
    pointer-events: none;
    padding: 50px 40px 0;
    transition: 0.4s;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__content {
    background: #f91b71;
    border-right: 2px solid rgba(0, 0, 0, 0.6);
    width: 70px;
    height: 100vh;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 9;
    padding: 40px 0 0;
    line-height: 70px;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__content.active {
    opacity: 1;
    display: block;
    pointer-events: auto;
    background: #42697a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100vh;
    transition: 0.4s;
  }
}
.local-head__nav {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .local-head__nav {
    margin: 0;
    padding: 0;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav {
    margin: 0;
    padding: 0;
    height: 700px;
  }
}
.local-head__nav__item {
  font-family: "DotGothic16", sans-serif;
}
@media only screen and (max-width: 767px) {
  .local-head__nav__item {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav__item {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    margin: 0 0 15px;
    font-size: 0.85rem;
    letter-spacing: 0.2rem;
  }
}
.local-head__nav__item a {
  letter-spacing: 0.1rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .local-head__nav__item a {
    padding: 1px 3px 1px 4px;
    position: relative;
    z-index: 99;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav__item a {
    padding: 11px 1px 7px 2px;
    transition: 0.4s;
  }
  .local-head__nav__item a:hover {
    background: #000;
    color: #fff;
  }
}
.local-head__nav__item a.current {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .is-fixed {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .share {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .share {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 99;
  }
}
.share__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .share__list {
    display: flex;
    justify-content: center;
  }
}
.share__item {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share__item {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .share__item {
    margin: 0 0 25px;
    flex-direction: column;
    cursor: pointer;
  }
  .share__item:hover a {
    color: #666;
  }
}
.share__item span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .share__item span {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .share__item span {
    margin: 0 0 10px;
  }
}
.share__item span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #000;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .share__item span::before {
    font-size: 0.9rem;
    position: relative;
    top: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .share__item span::before {
    font-size: 1.1rem;
  }
}
.share__item span.share-twitter::before {
  content: "\e61b";
}
.share__item span.share-facebook {
  position: relative;
}
.share__item span.share-facebook::before {
  content: "\f39e";
}
.share__item span.share-line::before {
  content: "\f3c0";
}
.share__item p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .share__item p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .share__item p {
    font-size: 0.8rem;
    writing-mode: vertical-rl;
  }
}
.share__item p a {
  color: #000;
}
.share__item p a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .hero {
    background: linear-gradient(#fab446 76px, #000 76px, #000 78px, #d40f15 78px, #d40f15 82px, #000 82px, #000 84px, #42697a 84px, #42697a 1013px, #000 1013px, #000 1015px, #d40f15 1015px, #d40f15 1020px, #000 1020px, #000 1022px, #fab446 1022px);
    height: 1100px;
  }
}
.hero h1 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero h1 img {
    height: 1100px;
  }
}

.intro {
  background: #fff;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 80px 0 75px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 100px 0;
  }
}
.intro__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .intro__content {
    flex-direction: column;
    gap: 35px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro__content {
    justify-content: center;
    gap: 0 50px;
  }
}
.intro dl {
  font-weight: 600;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05rem;
}
.intro dl dt {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 3px 10px 5px;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .intro dl dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro dl dt {
    font-size: 1.2rem;
  }
}
.intro dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .intro dl dd {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro dl dd {
    font-size: 1.3rem;
  }
}
.intro p {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 0.95rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.05rem;
    line-height: 2.3rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
  }
}

.topics {
  border-bottom: 2px solid #000;
}
.topics .topics-item {
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics .topics-item {
    width: 174px;
    height: 174px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-item {
    width: 240px;
    height: 240px;
  }
}
.topics .topics-item .img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .topics .topics-item .img {
    width: 128px;
    height: 128px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-item .img {
    width: 160px;
    height: 160px;
  }
}
.topics .topics-item .img img {
  filter: saturate(60%);
}
.topics .topics-item p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topics .topics-item p span {
  margin: 0;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .topics .topics-item p span {
    font-size: 0.85rem;
    padding: 5px 10px;
    box-shadow: 2px 2px 0 #fff;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-item p span {
    font-size: 1.05rem;
    padding: 5px 15px;
    box-shadow: 3px 3px 0 #fff;
  }
}
.topics .topics-item p span:nth-of-type(2) {
  margin: -4px 0 0;
}
@media only screen and (max-width: 767px) {
  .topics .topics-item p span.text-l {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-item p span.text-l {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .topics .topics-item p span.text-l-sponly {
    font-size: 0.8rem;
  }
}

.honmatsuri {
  background-color: #42697a;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .honmatsuri {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .honmatsuri {
    padding: 100px 0;
  }
}
.honmatsuri__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .honmatsuri__list {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .honmatsuri__list {
    justify-content: center;
  }
}
.honmatsuri__list .topics-item {
  background: #f9b446;
}
@media only screen and (min-width: 768px) {
  .honmatsuri__list .topics-item:hover .img img {
    transform: scale(1.2);
  }
}
.honmatsuri__list .topics-item img {
  transition: 0.3s;
}
.honmatsuri__list .topics-item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.honmatsuri__list .topics-item a.soon {
  pointer-events: none;
}
.honmatsuri__list .topics-item a.soon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .honmatsuri__list .topics-item a.soon .img img {
    transform: scale(1);
  }
}
.honmatsuri__list .topics-item a.soon p {
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .honmatsuri__list__item {
    margin: 0 0 20px;
  }
  .honmatsuri__list__item:last-of-type {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .honmatsuri__list__item {
    margin: 0 15px 30px;
  }
}

.yoimatsuri {
  background: #f9b446;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri {
    padding: 100px 0;
  }
}
.yoimatsuri__note {
  background: #fff;
  color: #000;
  border: 3px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__note {
    margin: 0 0 35px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__note {
    margin: 0 0 50px;
    padding: 30px 35px;
  }
}
.yoimatsuri__note p {
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__note p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    word-break: break-all;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__note p {
    font-size: 1.05rem;
    line-height: 1.9rem;
    letter-spacing: 0.1rem;
  }
}
.yoimatsuri__note p span {
  background: #000;
  color: #fff;
  padding: 0 5px;
}
.yoimatsuri__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.yoimatsuri__list__item {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__list__item {
    width: 172px;
    margin: 0 0 25px;
    font-size: 0.9rem;
  }
  .yoimatsuri__list__item:nth-child(11), .yoimatsuri__list__item:nth-child(12) {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list__item {
    width: 240px;
    margin: 0 15px 40px;
  }
}
.yoimatsuri__list__item .topics-item {
  background: #42697a;
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list__item .topics-item {
    margin: 0 0 15px;
  }
}
.yoimatsuri__list__item .link {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__list__item .link {
    margin: 10px auto 0;
    width: 92%;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list__item .link {
    display: flex;
  }
}
.yoimatsuri__list__item .link__item {
  background: #000;
  text-align: center;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__list__item .link__item {
    width: 75px;
    height: 75px;
    font-size: 0.85rem;
    line-height: 1.15rem;
    border-radius: 50%;
  }
  .yoimatsuri__list__item .link__item::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(0deg);
    position: absolute;
    top: 9px;
    right: 7px;
    z-index: 1;
  }
  .yoimatsuri__list__item .link__item::after {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 0px;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list__item .link__item {
    width: 48.3%;
    height: 47px;
    font-size: 0.83rem;
    transition: 0.3s;
    border-radius: 50px;
    border: 3px solid transparent;
  }
  .yoimatsuri__list__item .link__item:hover {
    background: #fff;
    border: 3px solid #000;
    box-shadow: 2px 2px 0 #000;
  }
  .yoimatsuri__list__item .link__item:hover a {
    color: #000;
  }
  .yoimatsuri__list__item .link__item:hover a::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
}
.yoimatsuri__list__item .link__item a {
  transition: 0.3s;
}
.yoimatsuri__list__item .link__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list__item .link__item a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin: 0 0 0 5px;
    transition: 0.3s;
  }
}
.yoimatsuri__list__item .link__item.soon {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .yoimatsuri__list__item .link__item.soon::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    z-index: 10;
  }
}
.yoimatsuri__list__item .link__item.soon::after {
  background: #909191;
}
@media only screen and (max-width: 767px) {
  .yoimatsuri__list__item .link__item.soon a {
    color: #909191;
  }
}

.schedule {
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .schedule {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule {
    padding: 100px 0;
  }
}
.schedule__text {
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .schedule__text {
    margin: 0 0 20px;
    padding: 10px 15px 13px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__text {
    margin: 0 0 30px;
    padding: 8px 0;
  }
}
.schedule__text::after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.schedule__text span {
  background: #f8f8f8;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .schedule__text span {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__text span {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__container {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__container {
    display: flex;
    margin: 0 0 10px;
  }
}
.schedule__container::last-child {
  margin: 0;
}
.schedule__time {
  font-family: "VT323", monospace;
}
@media only screen and (max-width: 767px) {
  .schedule__time {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__time {
    width: 80px;
    font-size: 1.4rem;
  }
}
.schedule__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .schedule__list {
    width: calc(100% - 80px);
  }
}
.schedule__list__item {
  background: #fff;
  border: 3px solid #000;
  color: #000;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .schedule__list__item {
    margin: 0 0 8px;
    padding: 15px 10px 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__list__item {
    margin: 0 0 10px;
    padding: 22px 25px;
  }
}
.schedule__list__item:last-of-type {
  margin: 0;
}
.schedule__list p {
  margin: 0;
}
.schedule__list .item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .schedule__list .item {
    width: calc(100% - 65px);
    font-size: 0.9rem;
  }
}
.schedule__list .time {
  color: #fff;
  color: #000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .schedule__list .time {
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__list .time {
    font-size: 1.1rem;
    margin: 0 20px 0 0;
  }
}
.schedule__list .text {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .schedule__list .text span {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__list .text span {
    margin: 0 0 0 10px;
  }
}
.schedule__list .place {
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .schedule__list .place {
    width: 60px;
    padding: 10px 0;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__list .place {
    width: 140px;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__note {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__note {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__note p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__note p {
    font-size: 0.95rem;
    line-height: 1.6rem;
    margin: 0;
  }
}
.schedule__note p:last-child {
  margin: 0;
}
.schedule__note a {
  background: #fff;
  color: #000;
  padding: 0 7px 0 0;
  margin: 0 5px;
  font-weight: 600;
  border: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  .schedule__note a {
    transition: 0.3s;
  }
  .schedule__note a:hover {
    box-shadow: 2px 2px 0 #000;
  }
}

.floor {
  background: #42697a;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .floor {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .floor {
    padding: 100px 0;
  }
}
.floor__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.floor__img {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .floor__img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .floor__img {
    width: 280px;
    padding: 0 0 0 50px;
  }
}
.floor__list {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .floor__list {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .floor__list {
    width: calc(100% - 355px);
    padding: 0 0 20px;
  }
}
.floor__list__item {
  border-top: 2px solid #000;
  border-right: 4px solid #000;
  border-left: 4px solid #000;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .floor__list__item {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .floor__list__item {
    align-items: center;
    padding: 20px 20px;
  }
}
.floor__list__item:first-child {
  border-top: 4px solid #000;
}
.floor__list__item:last-child {
  border-bottom: 4px solid #000;
}
.floor__list .list-num {
  font-family: "Oswald", sans-serif;
  font-family: "VT323", monospace;
  line-height: 100%;
  background: #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .floor__list .list-num {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .floor__list .list-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3rem;
  }
}
.floor__list .list-num span {
  margin: 0 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .floor__list .list-num span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .floor__list .list-num span {
    font-size: 2.5rem;
  }
}
.floor__list .list-cat {
  box-sizing: border-box;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .floor__list .list-cat {
    width: calc(100% - 45px);
    padding: 0 0 0 15px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .floor__list .list-cat {
    width: calc(100% - 60px);
    padding: 0 0 0 20px;
  }
}

.sns {
  background: #f9b446;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__block {
    margin: 0 0 50px;
  }
}
.sns__block:first-of-type {
  margin: 0 0 40px;
}
.sns h3 {
  line-height: 100%;
  letter-spacing: 0.05rem;
  background: #000;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sns h3 {
    margin: 0 0 15px;
    padding: 5px 15px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns h3 {
    margin: 0 0 15px;
    padding: 5px 12px;
    font-size: 1.3rem;
  }
}
.sns h3.sns-twitter::before, .sns h3.sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sns h3.sns-twitter::before, .sns h3.sns-instagram::before {
    font-size: 1.1rem;
    margin: 0 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns h3.sns-twitter::before, .sns h3.sns-instagram::before {
    font-size: 1.35rem;
    margin: 0 10px 0 0;
  }
}
.sns h3.sns-twitter::before {
  content: "\f099";
}
.sns h3.sns-instagram::before {
  content: "\f16d";
}
.sns__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .sns__list::after {
    content: "";
    height: 1;
    width: 32%;
  }
}
.sns__list__item {
  align-items: center;
  border: 3px solid #000;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sns__list__item {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sns__list__item {
    width: 48%;
    margin: 0 0 10px;
    padding: 30px 15px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__list__item {
    width: 32.5%;
    margin: 0 0 13px;
    padding: 15px;
    transition: 0.3s;
  }
  .sns__list__item:hover {
    box-shadow: 3px 3px 0 #000;
  }
}
@media only screen and (max-width: 767px) {
  .sns__list__item .sns-icon {
    width: 68%;
    margin: 0 auto 12px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__list__item .sns-icon {
    width: 75px;
  }
}
.sns__list__item .sns-icon img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .sns__list__item .sns-text {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sns__list__item .sns-text {
    width: calc(100% - 100px);
  }
}
.sns__list__item .sns-text p {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sns__list__item .sns-text p {
    font-size: 0.8rem;
    line-height: 100%;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__list__item .sns-text p {
    font-size: 0.95rem;
    line-height: 1.1rem;
    margin: 0 0 3px;
  }
}
.sns__list__item .sns-text a {
  display: block;
  color: #888;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sns__list__item .sns-text a {
    font-size: 0.75rem;
    line-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sns__list__item .sns-text a {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
}
.sns__list__item .sns-text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop__map {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map {
    margin: 0 0 50px;
  }
}
.shop__map iframe {
  border: 2px solid #000;
}
.shop__info__name {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .shop__info__name {
    font-size: 1.1rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__name {
    font-size: 1.2rem;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__info__container {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
  }
}
.shop__info__container p {
  margin: 0 20px 20px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .shop__info__container p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__container p {
    font-size: 0.95rem;
  }
  .shop__info__container p:last-child {
    margin: 0 20px;
  }
}
.shop__info__container span {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
}
.shop__tel {
  background: #000;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .shop__tel {
    width: 70%;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__tel {
    width: 280px;
    height: 65px;
    line-height: 65px;
    font-size: 1.1rem;
  }
}
.shop__tel a {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
}
.shop__tel span::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-tel.png) no-repeat top left/contain;
  width: 13px;
  height: 13px;
  margin: 0 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */