@charset "UTF-8";
/* :::::::::::::::::::

	RESET

:::::::::::::::::::::: */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

img {
  max-width: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* :::::::::::::::::::

	COMMON

:::::::::::::::::::::: */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 0.5vw;
  }
}

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  text-justify: inter-character;
  word-break: break-all;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Font Awesome 5 Free", sans-serif;
  font-size: 1.4rem;
  /* 15px*/
  line-height: 2;
  letter-spacing: 2px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: clip;
  animation: BodyFadeIn 1.5s ease 0s 1 normal;
}
@media only screen and (max-width: 834px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  body {
    width: 375px;
    margin: 0 auto;
    transform-origin: top left;
    transform: scale(0.2666666667vw);
  }
}

@keyframes BodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-style: normal;
}

img,
iframe {
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style: none;
}

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

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

::selection {
  color: #fff;
  background: #f3a246;
}

.flex {
  display: flex;
}

.right {
  margin-left: 325px;
  width: calc(100% - 325px);
}
@media only screen and (min-width: 1921px) {
  .right {
    margin-left: 16vw;
    width: calc(100% - 16vw);
  }
}
@media only screen and (max-width: 834px) {
  .right {
    margin-left: 0;
    width: 100%;
  }
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 10rem;
}
@media only screen and (max-width: 834px) {
  .contents {
    padding: 5rem 0 8rem;
  }
}
@media only screen and (max-width: 834px) {
  .contents {
    padding: 5rem 0;
  }
}

.container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1921px) {
  .container {
    max-width: 60%;
  }
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.belt {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.belt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee3cb;
  z-index: -9999;
}

/*
Hero
-------------------------------------------------- */
.hero + section {
  position: relative;
}

.breadcrumb {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 1.2rem;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  gap: 2.5rem;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-0.5px) translateY(-50%) rotate(45deg);
}
.breadcrumb ul li:first-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #333;
  transition: all 0.3s ease;
}
.breadcrumb ul li a:hover {
  color: #333;
}

.hero {
  height: 540px;
  background: center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .hero {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .hero {
    height: 240px;
  }
}
.hero .icon {
  display: block;
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #FBF5E5;
  border-radius: 1rem;
}
@media only screen and (max-width: 834px) {
  .hero .icon {
    width: 6rem;
    height: 6rem;
  }
}
.hero-txt {
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 0 2rem;
  width: 100%;
}
.hero-txt h1,
.hero-txt .info-h1 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 3.6rem;
  line-height: 1.2em;
  margin-top: 1rem;
}
@media only screen and (max-width: 834px) {
  .hero-txt h1,
  .hero-txt .info-h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .hero-txt h1,
  .hero-txt .info-h1 {
    font-size: 2.4rem;
  }
  #contact .hero-txt h1,
  #contact .hero-txt .info-h1 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.hero-txt span {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 834px) {
  .hero-txt span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .hero-txt span {
    font-size: 1.2rem;
  }
}
#bbq .hero {
  background-image: url(../images/hero/bbq.png);
}
#food .hero {
  background-image: url(../images/hero/food.png);
}
#item .hero {
  background-image: url(../images/hero/item.png);
}
#store .hero {
  background-image: url(../images/hero/store.png);
}
#access .hero {
  background-image: url(../images/hero/access.png);
}
#contact .hero {
  background-image: url(../images/hero/contact.png);
}

#error404 a.btn {
  display: block;
  margin-inline: auto;
  text-align: center;
  appearance: none;
  border: 0;
  background: #333;
  transition: all 0.3s ease;
  font-size: 2rem;
  line-height: 1em;
  padding: 1em 2em;
  border-radius: 1.75em;
  margin: 2rem auto 0;
  width: 12em;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#error404 a.btn:hover {
  background: #23c4ee;
}
@media only screen and (max-width: 834px) {
  #error404 a.btn {
    font-size: 1.6rem;
  }
}

.pagetop {
  position: fixed;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  right: -80px;
  bottom: 50px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0.2rem solid #23c4ee;
  border-right: 0;
  background: #23c4ee;
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
  right: -2px;
}
.pagetop i {
  position: absolute;
  font-size: 30px;
  top: 15px;
  font-weight: 300;
  font-family: "FontAwesome";
}
.pagetop:hover {
  background: #fff;
  color: #23c4ee;
}
.pagetop p {
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
}

/* :::::::::::::::::::

	SCROLL

:::::::::::::::::::::: */
/*
Scroll animation
-------------------------------------------------- */
.scroll,
.scroll-top,
.scroll-bottom,
.scroll-left,
.scroll-right {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.scroll.on,
.scroll-top.on,
.scroll-bottom.on,
.scroll-left.on,
.scroll-right.on {
  opacity: 1;
}

.scroll-bottom {
  transform: translateY(30px);
}
.scroll-bottom.on {
  transform: translateY(0);
}

.scroll-top {
  transform: translateY(-30px);
}
.scroll-top.on {
  transform: translateY(0);
}

.scroll-left {
  transform: translateX(-30px);
}
.scroll-left.on {
  transform: translateX(0);
}

.scroll-right {
  transform: translateX(30px);
}
.scroll-right.on {
  transform: translateX(0);
}

/*
Scroll-img animation
-------------------------------------------------- */
.img-top,
.img-left,
.img-right {
  position: relative;
}
.img-top::after,
.img-left::after,
.img-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transition: 1.2s;
}

.img-top::after {
  transform-origin: center bottom;
}
.img-top.on::after {
  transform: scaleY(0);
}

.img-left::after {
  transform-origin: right center;
}
.img-left.on::after {
  transform: scaleX(0);
}

.img-right::after {
  transform-origin: center left;
}
.img-right.on::after {
  transform: scaleX(0);
}

/* :::::::::::::::::::

	HEADER

:::::::::::::::::::::: */
aside {
  width: 325px;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  background: top center/contain no-repeat url(../images/left_bg.jpg), #fff;
}
@media only screen and (min-width: 1921px) {
  aside {
    width: 16vw;
  }
}
@media only screen and (max-width: 834px) {
  aside {
    z-index: 99;
    background: #fff;
  }
}
aside .contents {
  padding: 80px 0 0;
  height: 100%;
}
aside .contents .container {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: 100%;
}
aside .contents .container .logo {
  height: 33.3333333333%;
  display: flex;
  align-items: center;
}
aside .contents .container .logo a {
  display: block;
  width: 100%;
  padding: 0 5%;
}
aside .contents .container nav {
  height: 66.6666666667%;
  background: #FBF5E5;
}
aside .contents .container nav ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
aside .contents .container nav ul li {
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
aside .contents .container nav ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
aside .contents .container nav ul li:before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: center center/contain no-repeat;
  margin-right: 0.5em;
}
aside .contents .container nav ul li:nth-of-type(1):before {
  background-image: url("../images/header/h_bbq.png");
}
aside .contents .container nav ul li:nth-of-type(2):before {
  background-image: url("../images/header/h_food.png");
}
aside .contents .container nav ul li:nth-of-type(3):before {
  background-image: url("../images/header/h_item.png");
}
aside .contents .container nav ul li:nth-of-type(4):before {
  background-image: url("../images/header/h_shop.png");
}
aside .contents .container nav ul li:nth-of-type(5):before {
  background-image: url("../images/header/h_map.png");
}
aside .contents .container nav ul li:nth-of-type(6):before {
  background-image: url("../images/header/h_calendar.png");
}
aside .contents .container nav ul li:after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 1.5em;
  color: #B29B73;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
aside .contents .container nav ul li:hover:after {
  transform: translate(0.5em, -50%);
}
aside .contents .container nav ul li:nth-of-type(n+2) {
  border-top: 0.2rem solid #B29B73;
}
aside .contents .container nav ul li:last-of-type {
  border-top: 0;
  background: #23c4ee;
  color: #fff;
}
aside .contents .container nav ul li:last-of-type:after {
  content: none;
}
@media only screen and (max-width: 834px) {
  aside {
    position: sticky;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 20px;
  }
  aside .contents {
    padding-top: 0;
  }
  aside .contents .container .logo {
    background: #fff;
    height: auto;
  }
  aside .contents .container .logo a {
    height: 40px;
    width: auto;
    padding: 0;
  }
  aside .contents .container .logo a img {
    height: 100%;
    width: auto;
  }
  aside .contents .container nav {
    width: 100%;
    padding: 4rem 4rem 12rem;
    position: absolute;
    top: 60px;
    left: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  aside .contents .container nav.open {
    left: 0;
  }
  aside .contents .container nav ul {
    height: auto;
  }
  aside .contents .container nav ul li {
    padding: 3rem 2rem;
  }
  aside .contents .container nav ul li:last-of-type {
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 834px) and (max-width: 600px) {
  aside .contents .container nav {
    padding-top: 2rem;
  }
  aside .contents .container nav ul {
    height: 100%;
  }
  aside .contents .container nav ul li {
    padding: 0;
  }
}
aside .spmenu {
  display: none;
}
@media only screen and (max-width: 834px) {
  aside .spmenu {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
  }
  aside .spmenu .hbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  aside .spmenu .hbtn i {
    font-size: 2.4rem;
  }
  aside .spmenu .hbtn p {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  }
  aside .spmenu .hbtn.hb-mail {
    background: #23c4ee;
    color: #fff;
  }
  aside .spmenu .hbtn.hb-tel {
    background: #ddd;
  }
  aside .spmenu #hamburger {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
  }
  aside .spmenu #hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  aside .spmenu #hamburger span:nth-of-type(1) {
    top: 20px;
  }
  aside .spmenu #hamburger span:nth-of-type(2) {
    top: 30px;
  }
  aside .spmenu #hamburger span:nth-of-type(3) {
    top: 40px;
  }
  aside .spmenu #hamburger.is-active span {
    top: 30px;
  }
  aside .spmenu #hamburger.is-active span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
  }
  aside .spmenu #hamburger.is-active span:nth-of-type(2) {
    width: 0;
  }
  aside .spmenu #hamburger.is-active span:nth-of-type(3) {
    transform: translateY(-50%) rotate(45deg);
  }
}

/* :::::::::::::::::::

	FOOTER

:::::::::::::::::::::: */
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer .container {
  display: flex;
  align-items: center;
  gap: 4%;
  text-align: left;
}
footer .container .txt {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .txt .logo {
  max-width: 350px;
}
footer .container .txt .logo img {
  width: 100%;
}
footer .container .txt p {
  line-height: 1.5em;
  margin-top: 1em;
}
footer .container .txt p br.sp {
  display: none;
}
footer .container .txt .sns-icon {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 6rem);
  gap: 1rem;
}
footer .container .map {
  width: 48%;
}
footer .container .map iframe {
  width: 100%;
  height: 400px;
}
footer p.copy {
  font-size: 12px;
  color: #707070;
  padding-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  footer .container {
    flex-direction: column;
  }
  footer .container .txt {
    width: 100%;
  }
  footer .container .map {
    width: 100%;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  footer .container {
    flex-direction: column;
  }
  footer .container .txt {
    width: 100%;
  }
  footer .container .txt .logo {
    max-width: 240px;
  }
  footer .container .txt p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  footer .container .txt p br.sp {
    display: block;
  }
  footer .container .map iframe {
    height: 60vw;
  }
}

/* :::::::::::::::::::

	TOP

:::::::::::::::::::::: */
/*
Main Visual
-------------------------------------------------- */
main.top #mv {
  padding-top: 57.2916666667%;
  background: center center/cover no-repeat url(../images/mv_layer0.png);
  position: relative;
  overflow: hidden;
}
main.top #mv::before, main.top #mv::after,
main.top #mv .mv_i2,
main.top #mv .mv_i3,
main.top #mv .mv_in,
main.top #mv .mv_in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-fill-mode: forwards;
}
main.top #mv::before {
  opacity: 0;
  z-index: 3;
  background: center center/cover no-repeat url(../images/mv_layer1.png);
  animation: popZoom 0.5s ease-out forwards;
  animation-delay: 1s;
}
main.top #mv .mv_in {
  opacity: 0;
  z-index: 4;
  background: center center/cover no-repeat url(../images/mv_layer2.png);
  animation: popUp 0.5s ease-in-out forwards;
  transform: translateY(20px);
  animation-delay: 0.5s;
}
main.top #mv .mv_in::before {
  opacity: 0;
  z-index: 5;
  background: center center/cover no-repeat url(../images/mv_layer3.png);
  animation: popZoom 0.5s ease-in-out forwards;
  animation-delay: 1.5s;
}
main.top #mv::after {
  z-index: 6;
  background: center center/cover no-repeat url(../images/mv_layer4.png);
  opacity: 1;
  transform: none;
}
main.top #mv .mv_i1 {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 20%;
  z-index: 5;
  background: center center/cover no-repeat url(../images/mv_item1.png);
  animation: sway 2s steps(1, end) 2s infinite;
}
main.top #mv .mv_i2 {
  z-index: 2;
  background: center center/cover no-repeat url(../images/mv_item2.png);
  animation: swayRvs 2s steps(1, end) 2s infinite;
}
main.top #mv .mv_i3 {
  z-index: 1;
  background: center center/cover no-repeat url(../images/mv_item3.png);
  animation: upDown 6s ease-in-out 2s infinite;
}
@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sway {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes swayRvs {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
main.top h2 {
  font-size: 4rem;
  line-height: 1.5em;
  margin-bottom: 80px;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
@media only screen and (max-width: 834px) {
  main.top h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  main.top h2 {
    font-size: 2.2rem;
  }
}
main.top h2 span {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Font Awesome 5 Free", sans-serif;
  color: #a1a3a6;
  font-size: 1.6rem;
  line-height: 1em;
  display: block;
}
@media only screen and (max-width: 834px) {
  main.top h2 span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  main.top h2 span {
    font-size: 1.2rem;
  }
}
main.top #staff {
  background: #e9f4f2;
}
main.top #staff .bnr {
  margin-inline: auto;
  max-width: 80rem;
}
main.top #staff .bnr img {
  width: 100%;
}
main.top #staff table {
  margin-top: 4rem;
  border-radius: 2rem;
  background: #fff;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  font-size: 1.6rem;
}
main.top #staff table tr:nth-of-type(n+2) {
  border-top: 0.2rem solid #51b589;
}
main.top #staff table th,
main.top #staff table td {
  padding: 1em 2em;
}
main.top #staff table th {
  text-align: left;
  border-right: 0.2rem dashed #51b589;
}
main.top #staff a.staff-btn {
  display: block;
  width: 14em;
  margin-inline: auto;
  text-align: center;
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 1em;
  padding: 1em;
  border-radius: 1.75em;
  background: #51b589;
  border: 0.2rem solid #51b589;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}
main.top #staff a.staff-btn:after {
  content: "▶";
  margin-left: 0.5em;
}
main.top #staff a.staff-btn:hover {
  background: #fff;
  color: #51b589;
}
@media only screen and (max-width: 834px) {
  main.top #staff table {
    font-size: 1.4rem;
  }
  main.top #staff table th {
    padding: 1em;
  }
}
@media only screen and (max-width: 834px) and (max-width: 600px) {
  main.top #staff table {
    width: 90vw;
  }
  main.top #staff table tr:nth-of-type(n+2) {
    border-top: 1px solid #51b589;
  }
  main.top #staff table th,
  main.top #staff table td {
    display: block;
  }
  main.top #staff table th {
    border-right: 0;
    border-bottom: 1px dashed #51b589;
    padding: 0.5em 1em;
  }
  main.top #staff table td {
    padding: 1em;
  }
}
main.top #season-info {
  background: #EEF8FE;
}
main.top #season-info img {
  width: 100%;
  margin-bottom: 4rem;
}
main.top #season-info .pv-area {
  margin-inline: auto;
  width: 96rem;
  height: 54rem;
}
@media only screen and (max-width: 1600px) {
  main.top #season-info .pv-area {
    width: 64vw;
    height: 36vw;
  }
}
@media only screen and (max-width: 1366px) {
  main.top #season-info .pv-area {
    width: 768px;
    height: 432px;
  }
}
@media only screen and (max-width: 834px) {
  main.top #season-info .pv-area {
    width: 80vw;
    height: 45vw;
  }
}
main.top #season-info .pv-area iframe {
  width: 100%;
  height: 100%;
}
main.top #info {
  padding: 80px 40px;
  background: center center/cover no-repeat url(../images/info_bg.png);
}
main.top #info ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2%;
}
@media only screen and (max-width: 834px) {
  main.top #info ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
main.top #info ul li .pic {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
main.top #info ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
main.top #info ul li time {
  margin-top: 1em;
  font-size: 1.4rem;
}
main.top #info ul li h3 {
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
main.top #info ul li a:hover .pic img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
main.top #info ul li a:hover h3 {
  color: #f3a246;
}
main.top #info a.link {
  display: block;
  width: 12em;
  margin-top: 80px;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0.75em 1em;
  color: #fff;
  font-weight: bold;
  background: #f3a246;
  border: 0.2rem solid #f3a246;
  border-radius: 1.5em;
  text-align: center;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 600px) {
  main.top #info a.link {
    margin-inline: auto;
  }
}
main.top #info a.link:after {
  margin-left: 0.5em;
  content: "▶";
}
main.top #info a.link:hover {
  background: #fff;
  color: #f3a246;
}
main.top #season {
  background: right bottom/contain no-repeat url(../images/top/season/season_bottom.png), #EEF8FE;
}
main.top #season br.sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  main.top #season br.sp {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  main.top #season {
    background-size: 150vw auto;
  }
}
main.top #season .contents {
  padding-bottom: 15vw;
}
@media only screen and (max-width: 834px) {
  main.top #season .contents {
    padding-bottom: 40vw;
  }
}
main.top #season .container.dig + .sea {
  margin-top: 8rem;
}
main.top #season .container {
  max-width: 92rem;
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  main.top #season .container {
    max-width: 60%;
  }
}
main.top #season .container table {
  width: 100%;
}
main.top #season .container table th,
main.top #season .container table td {
  border: 1px solid #EBDFDF;
  padding: 1.25em 1em;
  vertical-align: middle;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  main.top #season .container table th,
  main.top #season .container table td {
    text-align: center;
    display: block;
    width: 100% !important;
    border-top: 0;
    letter-spacing: 0;
  }
}
main.top #season .container table th span.red,
main.top #season .container table td span.red {
  color: #E12626;
}
@media only screen and (max-width: 834px) {
  main.top #season .container table th span.red,
  main.top #season .container table td span.red {
    display: block;
    text-align: left;
  }
}
main.top #season .container table th span.sp-small,
main.top #season .container table td span.sp-small {
  padding-left: 1em;
}
@media only screen and (max-width: 834px) {
  main.top #season .container table th span.sp-small,
  main.top #season .container table td span.sp-small {
    display: block;
    padding-left: 0;
    font-size: 1.2rem;
  }
}
main.top #season .container table th {
  background: #F4F7F9;
  width: 14em;
}
main.top #season .container table .tbl_hd th,
main.top #season .container table .tbl_subt th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  main.top #season .container table .tbl_hd th,
  main.top #season .container table .tbl_subt th {
    padding: 1em;
  }
}
main.top #season .container table .tbl_hd th {
  border: none;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}
main.top #season .container table.t1 .tbl_hd th {
  color: #fff;
}
main.top #season .container table.t2 + .t2 {
  margin-top: 4rem;
}
main.top #season .container table.t2 .tbl_hd th {
  background: #6AB5A1;
  color: #fff;
}
main.top #season .container table.t2 .tbl_subt th {
  background: #EBFBFF;
}
main.top #season .container table.t2 + p {
  text-align: right;
  margin-top: 1em;
}
@media only screen and (max-width: 600px) {
  main.top #season .container table.t2 + p {
    text-align: left;
  }
}
main.top #season .container table.dig_t1 .tbl_hd th {
  background: #D47152;
}
main.top #season .container table.sea_t1 .tbl_hd th {
  background: #558cdf;
}
main.top #season .container table.kaigan .tbl_hd th {
  background: #F5BF53;
}
main.top #season .container table.sea_normal .tbl_hd th {
  background: #47776a;
}
main.top #season .container table.dig_normal .tbl_hd th {
  background: #6AB5A1;
}
main.top #season .container table.dig_bbq .tbl_hd th {
  background: #47776a;
}
main.top #season .container table td.flex-in {
  vertical-align: top;
  padding: 0;
}
main.top #season .container table td.flex-in dl {
  display: flex;
  border-bottom: 1px solid #EBDFDF;
}
main.top #season .container table td.flex-in dl:last-of-type {
  border-bottom: 0;
}
main.top #season .container table td.flex-in dl dt {
  padding: 0.75em 1em;
  width: 7em;
  text-align: center;
  border-right: 1px solid #EBDFDF;
}
main.top #season .container table td.flex-in dl dd {
  padding: 0.75em 1em;
  flex: 1;
}
main.top #season .tide {
  margin: 30px 0 60px;
}
main.top #season .tide h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
main.top #season .tide .tide_btns {
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media only screen and (max-width: 834px) {
  main.top #season .tide .tide_btns {
    flex-direction: column;
    align-items: center;
  }
}
main.top #season .tide .tide_btns a {
  background: #23c4ee;
  border: 0.2rem solid #23c4ee;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  width: 12em;
  padding: 1em;
  border-radius: 1.75em;
  transition: all 0.3s ease;
}
main.top #season .tide .tide_btns a:hover {
  background: #fff;
  color: #23c4ee;
}
main.top #season .tide .tide_btns + p {
  margin-top: 1em;
  text-align: center;
}
main.top #season .season-notice {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
main.top #lower-info {
  background: #FBF5E5;
}
main.top #lower-info .net {
  text-align: center;
  background: #fff;
  font-size: 2.8rem;
}
main.top #lower-info .net p.limited {
  display: inline-block;
  padding: 0, 5em 1em 0;
  text-align: left;
}
main.top #lower-info .net p.limited small {
  display: block;
  text-align: center;
  font-size: 0.8em;
}
main.top #lower-info .net p.limited br {
  display: none;
}
@media only screen and (max-width: 1366px) {
  main.top #lower-info .net {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  main.top #lower-info .net {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  main.top #lower-info .net {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  main.top #lower-info .net br {
    display: block;
  }
}
main.top #lower-info .coupon .sns {
  padding: 4rem 3%;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5%;
}
@media only screen and (max-width: 600px) {
  main.top #lower-info .coupon .sns {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.top #lower-info .coupon + h2 {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 600px) {
  main.top #lower-info .coupon + h2 {
    margin-top: 6rem;
  }
}
main.top #lower-info .event .flex {
  background: #fff;
  padding: 4rem 3%;
  gap: 3.5%;
  justify-content: center;
}
main.top #lower-info .event .flex a {
  width: 31%;
}
main.top #lower-info .insta {
  margin-top: 8rem;
}
main.top #lower-info .insta .insta-post {
  padding: 0 4rem;
  gap: 2%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
main.top #lower-info .insta .insta-post a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
main.top #lower-info .insta .insta-post a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
main.top #lower-info .insta a.link {
  display: block;
  width: 12em;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: 4rem;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0.75em 1em;
  color: #fff;
  font-weight: bold;
  background: #f3a246;
  border: 0.2rem solid #f3a246;
  border-radius: 1.5em;
  text-align: center;
  transition: all ease 0.3s;
}
main.top #lower-info .insta a.link:after {
  margin-left: 0.5em;
  content: "▶";
}
main.top #lower-info .insta a.link:hover {
  background: #fff;
  color: #f3a246;
}
@media only screen and (max-width: 600px) {
  main.top #lower-info .insta a.link {
    margin-inline: auto;
  }
}

/* :::::::::::::::::::

	WordPress

:::::::::::::::::::::: */
/*
Pagination
-------------------------------------------------- */
.pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  width: 100%;
  margin: 0 auto;
}
.pagination ul li a,
.pagination ul li .current {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0;
  background: #eee3cb;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 834px) {
  .pagination ul li a,
  .pagination ul li .current {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pagination ul li .current {
  color: #fff;
  background: #f3a246;
}
.pagination ul li .prev,
.pagination ul li .next {
  line-height: 45px;
  background: none;
  border: 0;
}
@media only screen and (max-width: 834px) {
  .pagination ul li .prev,
  .pagination ul li .next {
    line-height: 40px;
  }
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
  color: #f3a246;
  background: none;
}
.pagination ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination ul li a:hover {
  color: #fff;
  background: #f3a246;
}

/*
Error404
-------------------------------------------------- */
#error404 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #error404 {
    text-align: justify;
  }
}
#error404 span {
  display: block;
}
@media only screen and (max-width: 600px) {
  #error404 span {
    display: inline;
  }
}
#error404 .btn {
  margin: 5rem auto 0;
  text-align: left;
}
@media only screen and (max-width: 834px) {
  #error404 .btn {
    margin-top: 4rem;
  }
}

/*
Contact Form 7
-------------------------------------------------- */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: green;
  background: rgba(0, 128, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.sent .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.wpcf7 .screen-reader-response {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  width: 94%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 834px) {
  .recaptcha {
    font-size: 1rem;
  }
}

#autozip {
  display: none !important;
}/*# sourceMappingURL=common.css.map */