/**********************************************
General
**********************************************/
html {
  background-image: url(../img/bg.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #070713;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*SWITCH*/
@media screen and (min-width: 481px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
}
/*Link*/
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #f94df0;
}
/*TEL Link*/
@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
/*TEXT ALIGN*/
.text-center {
  text-align: center;
}
/*MARGIN*/
.mg-t1em {
  margin: 1em 0 0 !important;
}
.mg-l1em {
  margin-left: 1em !important;
}
/*FLEX*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .flex-container {
    display: block;
  }
}
.flex-container-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*WRAPPER*/
/*.content {
  width: 980px;
  margin: 0 auto;
  padding: 0 1em;
}*/
.content {
  width: 980px;
  margin: 3em auto 5em;
  padding: 0 1em;
}
/*H TEXT*/
h2 {
  color: #fff;
  text-align: center;
  font-size: 200%;
}
/*TEXT SIZE*/
.txt-ss {
  font-size: 50%;
}
.txt-s {
  font-size: 70%;
}
.txt-l {
  font-size: 120%;
}
.txt-ll {
  font-size: 140%;
}
/*FONT WEIGHT*/
.txt-bld {
  font-weight: bold;
}
.txt-nml {
  font-weight: normal;
}
/*COLOR*/
.txt-pink {
  color: #ff43ff;
}
/*PAGE TOP*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 12px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; /* 横幅&高さの1/2 */
  position: relative;
}
.pagetop a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: rgba(255, 255, 255, 1);
}
.pagetop a span::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 2px;
  content: "\f077";
  font-weight: 900;
}
/*IMAGE*/
.max-img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 414px) {
  html {
    background-image: url(../img/bg_sp.jpg);
  }
  .content {
    width: 100%;
  }
}
/**********************************************
page
**********************************************/
#page .nml-wrapper {
  position: relative;
  max-width: 980px;
  margin: 90px auto 0;
}
/**********************************************
job
**********************************************/
#job {
  background-image: none;
}
#job .job-bg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
#job .job-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: radial-gradient(#7b0603 10%, transparent 40%);
  background-color: rgba(0, 0, 0, .4);
  background-position: 0 0;
  background-size: 3px 3px;
}
#job .job-bg img {
  width: 100%;
}
#job .job-content {
  width: 100%;
  margin-top: 100px;
  position: relative;
  text-align: center;
  color: #bbb;
}
#job .job-content h2 {
  font-size: 20px;
  font-weight: normal;
  color: #bbb;
}
#job .job-content .read-wrapper {
  padding: 1em 6em;
  border: 1px solid #fff;
  width: fit-content;
  margin: 2em auto;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}
#job .job-content h3.en {
  font-size: 45px;
  font-weight: bold;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.7);
  line-height: 1;
  margin: 1.5em 0 0;
  padding: 0;
  color: #ff0;
}
#job .job-content h3.jp {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 1em auto;
  padding: .5em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: fit-content;
}
#job .job-content h3.recruit {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 10px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.7);
  margin: 0 0 .7em;
  padding: 0;
  color: #ff0;
}
#job .job-content .read {
  margin: 2em 0;
  padding: 0;
  line-height: 1.6;
}
#job .job-content .tel {
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin: 1em 0 0;
  color: #fff;
}
#job .job-content .tel::before {
  font-family: 'Font Awesome 5 Free';
  margin: 0 .3em 0 0;
  content: "\f3cd";
  font-weight: 900;
  color: #fff;
}
#job .job-content .tel .time::before {
  font-family: 'Font Awesome 5 Free';
  margin: 0 .3em 0 0;
  content: "\f017";
  font-weight: 900;
  color: #fff;
}
#job .job-content .mail {
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin: .5em 0 0;
  color: #fff;
}
#job .job-content .mail::before {
  font-family: 'Font Awesome 5 Free';
  margin: 0 .3em 0 0;
  content: "\f1d8";
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 834px) {
  #job .job-content h3.en {
    font-size: 35px;
    margin: .5em 0 0;
  }
  #job .job-content h3.recruit {
    font-size: 40px;
  }
  #job .job-content .tel, #job .job-content .mail {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  #job .job-content h3.recruit {
    font-size: 30px;
  }
}
#cam {
  width: 100%;
  margin-top: 6em;
}
#cam h3 {
  width: 100%;
  text-align: center;
}
#cam ul {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 80%;
  color: #999;
}
.bikou {
  width: 100%;
  background: rgba(255, 255, 255, .3);
  margin: 6em 0;
  padding: 2em;
  border-radius: 5px;
}
.bikou .photo {
  display: inline-block;
  width: 25%;
  margin-right: 5%;
}
.bikou .txt-wrapper {
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.bikou p {
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
}
/**********************************************
info
**********************************************/
#info {
  width: 100%;
  position: relative;
}
#info .content {
  padding: 5em 1em;
}
#info #news {
  width: 55%;
  max-width: 500px;
  position: relative;
}
#info #news iframe {
  width: 100% !important;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .3);
}
#info #fb {
  width: 55%;
  max-width: 500px;
  position: relative;
}
#info #fb iframe {
  width: 100% !important;
  height: 100%;
}
#info-right {
  width: 45%;
}
@media screen and (max-width: 414px) {
  #info {
    margin-top: 28em;
  }
  #info .content {
    padding: 0 1em;
  }
  #info #news, #info #fb, #info #info-right {
    width: 100%;
    max-width: 360px;
    margin-top: 5em;
  }
  #info #news iframe {
    height: 500px;
  }
}
/**********************************************
map
**********************************************/
#map {
  width: 100%;
}
#map .content {
  padding: 5em 1em;
}
#map #map-wrapper {
  width: 100%;
  height: 600px;
}
#map #map-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 414px) {
  #map .content {
    padding: 0 1em 5em;
  }
  #map #map-wrapper {
    width: 100%;
    height: 480px;
  }
}
/**********************************************
EVENT
**********************************************/
#event-wrapper {
  width: 100%;
}
#event-wrapper .content {
  padding: 5em 1em;
}
#event-wrapper #event-inner {
  width: 100%;
  height: 600px;
}
#event-wrapper #event-inner iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 414px) {
  #event-wrapper .content {
    padding: 0 1em 5em;
  }
  #event-wrapper #event-inner {
    width: 100%;
    height: 480px;
  }
}
/**********************************************
Header
**********************************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: -moz-linear-gradient(top, #000000, transparent);
  background: -webkit-linear-gradient(top, #000000, transparent);
  background: linear-gradient(to bottom, #000000, transparent);
}
h1 {
  max-width: 100px;
}
h1 img {
  max-width: 100%;
}
nav {
  max-width: 980px;
  height: 70px;
  max-height: 70px;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}
.drawer.open {
  background: rgba(7, 7, 19, 0.9);
}
/*toggle*/
.navbar_toggle {
  z-index: 9999;
  position: absolute;
  right: 5%;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #cccfd3;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon {
  background: #fff;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*menu*/
.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  padding: 1em 0 1.2em 1.2em;
  color: #fff;
}
.menu ul li a {
  color: #fff; /*text-shadow: black 0 0 3px;*/
}
.menu ul li a.nav-reservation {
  padding: 0.2em 1em;
  font-size: 80%;
  border-radius: 30px;
  background: #fff;
  color: #000;
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(7, 7, 19, 0.9);
  height: 100vh;
}
@media screen and (min-width: 768px) {
  nav {
    display: flex;
    flex-direction: row;
  }
  .navbar_toggle {
    display: none;
  }
  .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu ul {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .menu ul li {
    padding: 0 1em;
    border-bottom: none;
  }
  .menu ul li:last-child {
    padding: 0 0 0 1em;
  }
}
@media screen and (max-width: 768px) {
  header {
    top: 0;
  }
  h1 {
    max-width: 70px;
  }
  .nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .menu ul li {
    padding: 1em;
    display: block;
    border-bottom: 1px solid #fff;
  }
}
/**********************************************
Teaser
**********************************************/
.teaser-wrapper {
  position: relative;
  max-width: 980px;
  height: 490px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a1-wrapper {
  position: relative;
  height: 100%;
  width: 50%;
  text-align: center;
}
.a1-wrapper img {
  width: 100%;
  object-fit: cover;
}
.slide-wrapper {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.a2-wrapper, .a3-wrapper, .a4-wrapper, .a5-wrapper {
  position: relative;
  height: 50%;
  width: 50%;
}
.a1-wrapper #emergency {
  position: absolute;
  bottom: 0;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  color: #e5e4e4;
}
.a1-wrapper #emergency::before {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1em;
}
.a1-wrapper #emergency p {
  margin: 0;
  padding: 0;
}
.a1-wrapper #emergency p img {
  height: 25px;
  width: auto;
  margin-right: .2em;
}
.a1-wrapper #emergency p.title {
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.7em;
  border: 1px solid #fff;
  background: rgba(250, 15, 15, .6);
  display: inline-block;
}
.a1-wrapper #emergency .time {
  display: block;
  padding: .2em;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  font-size: 130%;
  color: #9d9df5;
}
.a1-wrapper #emergency .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a1-wrapper #emergency .flex-container .left-item {
  width: 15%;
  padding-right: .5em;
}
.a1-wrapper #emergency .flex-container .left-item img {
  max-width: 100%;
}
.a1-wrapper #emergency .flex-container .right-item {
  width: 85%;
}
@media screen and (max-width: 834px) {
  .teaser-wrapper {
    width: 100%;
    height: 340px;
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .a1-wrapper #emergency {
    bottom: -4em;
    font-size: 80%;
  }
}
@media screen and (max-width: 414px) {
  .teaser-wrapper {
    position: relative;
    max-width: 100%;
    height: calc(100vh - 74px);
    margin: 0 auto;
    display: block;
  }
  .a1-wrapper img {
    width: 90%;
    object-fit: cover;
  }
  .a1-wrapper #emergency {
    font-size: 90%;
    padding: 2em;
    line-height: 1.2;
    background: rgba(0, 0, 0, .3);
    bottom: 5%;
  }
  .a1-wrapper #emergency p.title {
    margin: 0 0 0.2em 0;
    padding: 0.1em 0.7em;
  }
  .a1-wrapper #emergency::before {
    display: none;
  }
  .a-wrapper {
    width: 100%;
    height: 50%;
  }
  .slide-wrapper {
    width: 100%;
    height: 50%;
  }
  .a1-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .a2-wrapper, .a3-wrapper, .a4-wrapper, .a5-wrapper {
    position: relative;
    height: 50%;
    width: 50%;
  }
  a.dark-filter {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
  }
  .a1-wrapper #emergency .flex-container .left-item {
    width: 20%;
    padding-right: .5em;
  }
  .a1-wrapper #emergency .flex-container .right-item {
    width: 80%;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.swiper-slide a {
  width: 100%;
  height: 100%;
}
.swiper-slide a.dark-filter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.swiper-slide a.dark-filter img {
  filter: brightness(60%);
  display: block;
  transition-duration: 0.3s;
}
.swiper-slide a.dark-filter:hover img {
  filter: brightness(100%);
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s;
}
.swiper-slide a.dark-filter p, .swiper-slide .dark-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-slide a.dark-filter:hover p, .swiper-slide a.dark-filter:hover ul {
  opacity: 0;
}
.swiper-slide a.dark-filter p.caption-date {
  display: block;
  margin: 1em auto 0;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 140%;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}
.swiper-slide a.dark-filter p.caption-icons {
  width: 25%;
  margin: 2em auto 0;
  text-shadow: 1px 1px 2px #000;
}
.swiper-slide a.dark-filter p.caption-icons img {
  filter: brightness(100%);
}
.swiper-slide a.dark-filter p.caption-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto 0;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 95%;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
}
.swiper-slide a.dark-filter p.caption-read {
  display: flex;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0.5em 0.5em 3em;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 60%;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
}
.swiper-slide a.dark-filter ul.caption-cate {
  display: flex;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0.5em 0.5em 3em;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 60%;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
}
.swiper-slide a.dark-filter ul.caption-cate li {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px;
  margin: 0 2px;
}
@media screen and (max-width: 834px) {
  .swiper-slide a.dark-filter p.caption-date {
    margin: 0.2em auto 0;
  }
  .swiper-slide a.dark-filter p.caption-icons {
    margin: 1em auto 0;
  }
  .swiper-slide a.dark-filter p.caption-title {
    margin: 1em auto;
    padding: 0 0.5em 0.5em;
  }
  .swiper-slide a.dark-filter p.caption-read {
    margin: 0 auto;
    padding: 0 0.5em 1em;
  }
}
@media screen and (max-width: 414px) {
  .swiper-slide a.dark-filter ul.caption-cate {
    padding: 0.5em 0.5em 5em;
  }
  .swiper-slide a.dark-filter p.caption-icons {
    margin: 0.5em auto 0;
  }
  .swiper-slide a.dark-filter p.caption-title {
    margin: -0.5em auto 0;
    padding: 0 0.5em 0.5em;
    line-height: 1.1;
  }
  .swiper-slide a.dark-filter p.caption-read {
    margin: 0 auto;
    padding: 0 0.5em 5.2em;
    line-height: 1.1;
  }
}
/**********************************************
Grid
**********************************************/
.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 414px) {
  .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-wrapper .item {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.item::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.item .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.item .inner::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.item .inner p {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
.grid-wrapper .item img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid-wrapper .item img {
  filter: brightness(50%);
  display: block;
  transition-duration: 0.3s;
}
.grid-wrapper .item:hover img {
  filter: brightness(100%);
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s;
}
/**********************************************
About
**********************************************/
/**********************************************
Footer
**********************************************/
footer {
  padding: 4em 0;
  background: rgba(7, 7, 19, 1);
  color: #fff;
  text-align: center;
}
footer .f-logo {
  max-width: 100px;
}
footer .about {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 1em;
  margin-bottom: 0.7em;
  font-size: 110%;
}
footer .about::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
  content: "\f02c";
  font-weight: 900;
}
footer .reserve {
  margin: 2em 0;
  padding: 2em 0;
}
footer .cont-title {
  border: 1px solid #fff;
  display: inline-block;
  padding: 1em;
  margin-bottom: 0.7em;
}
footer .contact {
  padding-top: 1em;
  font-size: 140%;
}
footer .contact::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
  content: "\f036";
  font-weight: 900;
}
footer .mail {
  font-size: 140%;
}
footer .mail::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
  content: "\f0e0";
  font-weight: 400;
}
footer .tel {
  font-size: 140%;
}
footer .tel::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
  content: "\f2a0";
  font-weight: 900;
}
/**********************************************
party
**********************************************/
/**********************************************
party
**********************************************/
#party {
  background-image: url(../img/party/party-main.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #070713;
}
.party-wrapper {
  position: relative;
  max-width: 980px;
  margin: 90px auto 0;
}
@media screen and (max-width: 834px) and (min-width: 415px) {
  .party-wrapper img {
    max-width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .party-wrapper {
    margin: 50px auto 0;
    padding: 0 0.5em;
  }
  .party-wrapper img {
    max-width: 130px;
  }
}
.party-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.party-a h2 {
  color: #fff;
  text-align: center;
  font-size: 180%;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
}
.party-a .party-a-item {
  width: 30%;
}
.party-a .party-a-item ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.party-a .party-a-item ul li {
  margin: 0.5em 0 0 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .party-a {
    display: block;
  }
  .party-a .party-a-item {
    width: 100%;
  }
}
.party-b {
  margin: 6em 0;
}
.party-b h2 {
  color: #fff;
  text-align: center;
  font-size: 180%;
}
.party-b .partymenu-wrapper {
  width: 100%;
}
.party-b .partymenu-wrapper .partymenu-name {
  border: 1px solid #fff;
  margin: 0 0 1em 0;
  padding: 0.5em;
  text-align: center;
}
.party-b .partymenu-wrapper .partymenu-name h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.party-b .partymenu-wrapper .partymenu-name h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ff0;
}
.party-b .partymenu-wrapper .partymenu-name h4::before {
  font-family: 'Font Awesome 5 Free';
  margin: 0 .5em 0 1em;
  content: "\f101";
  font-weight: 900;
  color: #fff;
}
.party-b .partymenu-wrapper .partymenu-name .sub {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background: #f00;
  color: #fff;
  font-size: 70%;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.party-b .partymenu-wrapper .partymenu-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #fff;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-photo {
  width: 33%;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-head {
  width: 62%;
}
@media screen and (max-width: 414px) {
  .party-b .partymenu-wrapper .partymenu-item, .party-b .partymenu-wrapper .partymenu-item .partymenu-photo, .party-b .partymenu-wrapper .partymenu-item .partymenu-head {
    width: 100%;
    display: block;
  }
  .party-b .partymenu-wrapper .partymenu-item .partymenu-photo {
    text-align: center;
  }
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  border-bottom: 1px dotted #f3f3f3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail:last-child {
  border-bottom: none;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-koumoku {
  width: 25%;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai {
  width: 70%;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .party-menu-price {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .cap {
  font-size: 60%;
  font-weight: normal;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .partymenu-food {
  margin: 0;
  padding: 0;
  list-style: none;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .partymenu-food li {
  margin: 0.7em 0 0 2em;
  padding: 0;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .partymenu-food li::before {
  margin: 0;
  padding: 0;
  font-family: 'Font Awesome 5 Free';
  margin: 0 .5em 0 0;
  content: "\f2e7";
  font-weight: 900;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .partymenu-drink {
  margin: 2em 0;
  padding: 0;
  list-style: none;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .partymenu-drink li {
  margin: 0.7em 0 0 2em;
  padding: 0;
}
.party-b .partymenu-wrapper .partymenu-item .partymenu-detail .partymenu-atai .partymenu-drink li::before {
  margin: 0;
  padding: 0;
  font-family: 'Font Awesome 5 Free';
  margin: 0 .5em 0 0;
  content: "\f5ce";
  font-weight: 900;
}
#party-form {
  width: 100%;
  position: relative;
}
#party-form #formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#party-form table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .7);
}
#party-form table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
#party-form table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
#party-inq-wrapper {
  margin: 0;
  padding: 0;
}
#party-inq-wrapper h1 {
  max-width: 100%;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 3em;
  padding: 1em;
  background: #111;
}
#party-tel {
  margin: 0 auto;
  padding: 0 0 1em 0;
  color: #ccc;
  border-bottom: 1px solid #999;
}
#party-tel .tel {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
}
#party-tel p {
  margin: 0;
  padding: 0;
}
#party-tel ul {
  margin: 0;
  padding: 0;
}
#party-tel ul li {
  margin: 0 0 0 1.6em;
}
#party-tel .tel::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
  content: "\f2a0";
  font-weight: 900;
  font-size: 130%;
}
#party-tel .tel-num {
  font-size: 2.5em;
  color: #f94df0;
}
#party-tel .tel-uketuke {
  font-size: 1.2em;
}
/* Party Button */
.reservation-btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.reservation-btn-wrapper .button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  padding: 1.5em 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: rgba(242, 107, 89, .6);
  background: -moz-linear-gradient(top, rgba(242, 107, 89, .6) 0%, rgba(90, 54, 188, .6) 47%, rgba(198, 73, 167, .6) 100%);
  background: -webkit-linear-gradient(top, rgba(242, 107, 89, .6) 0%, rgba(90, 54, 188, .6) 47%, rgba(198, 73, 167, .6) 100%);
  background: linear-gradient(to bottom, rgba(242, 107, 89, .6) 0%, rgba(90, 54, 188, .6) 47%, rgba(198, 73, 167, .6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26b59', endColorstr='#c649a7', GradientType=0);
  width: 60%;
  color: #f493ef;
  text-transform: uppercase;
  letter-spacing: .25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  -webkit-transition: background .8s ease;
  transition: background .8s ease;
}
.button__horizontal, .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  will-change: transform;
}
.button__horizontal::before, .button__vertical::before {
  content: '';
  position: absolute;
  border: inherit;
}
.button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
.button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.button:hover .button__horizontal {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
.button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.button:hover .button__vertical {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.reservation-btn-wrapper .button .main-txt {
  padding: 0;
  margin: 0 0 .4em 0;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.reservation-btn-wrapper .button .cap {
  padding: 0;
  margin: 0;
  font-size: 80%;
  font-weight: normal;
}
.reservation-btn-wrapper .button p {
  color: #fff;
}
@media screen and (max-width: 414px) {
  .reservation-btn-wrapper .button {
    width: 95%;
  }
}
/**********************************************
FORM
**********************************************/
#formWrap {
  width: 100%;
  margin: 3em auto 0;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#formWrap h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #fff;
}
#formWrap h3::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
  content: "\f036";
  font-weight: 900;
  font-size: 130%;
}
#formWrap p {
  color: #ccc;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  color: #fff;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  color: #333;
}
table.formTable .hissu {
  background-color: #f00;
  color: #fff;
  font-size: 60%;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 3px;
}
table.formTable select {
  padding: 0.3em 0.5em;
}
table.formTable .date {
  color: #fff;
}
table.formTable .date div {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 834px) {
  .content {
    width: 95%;
  }
  h1 {
    font-size: 26px;
  }
  #party-tel {
    width: 100%;
  }
  #party-tel .tel {
    font-size: 20px;
  }
  #party-tel .tel-num {
    font-size: 2em;
  }
  #formWrap h3 {
    font-size: 20px;
  }
  #formWrap {
    width: 90%;
    margin: 2em auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: inline-block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  table.formTable .date div {
    margin: 0.5em 0;
  }
  table.formTable .date div input[type="text"] {
    width: 90%;
  }
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #party-form #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  #party-form table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  #party-form table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  #party-form input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  #party-form input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
/**********************************************
Drink
**********************************************/
#food {
  background-image: url(../img/food/food-bg.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #070713;
}
#food .round-box {
  background-color: rgba(0, 0, 0, .6);
  padding: 3em;
  border-radius: 2em;
}
.food-wrapper {
  position: relative;
  max-width: 980px;
  margin: 90px auto 0;
}
.food-wrapper .menu-wrapper {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.food-wrapper .menu-wrapper .menu-item {
  width: 48%;
}
@media screen and (max-width: 834px) {
  #food .round-box {
    width: 90%;
    magin: 0 auto;
  }
  .food-wrapper .menu-wrapper {
    display: block;
  }
  .food-wrapper .menu-wrapper .menu-item {
    width: 100%;
  }
}
.food-wrapper .menu-wrapper .menu-item .group1 {
  margin-bottom: 3em;
}
.food-wrapper .menu-wrapper .menu-item h4 {
  border: 1px solid #fff;
  padding: 3px 5px;
  margin: 7px 0;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, .6);
}
.food-wrapper .menu-wrapper .menu-item h5 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 7px 0;
  margin: 12px 0;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}
/**********************************************
Drink
**********************************************/
#drink {
  background-image: url(../img/drink/drink-bg.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #070713;
}
#drink .round-box {
  background-color: rgba(0, 0, 0, .6);
  padding: 3em;
  border-radius: 2em;
}
.drink-wrapper {
  position: relative;
  max-width: 980px;
  margin: 90px auto 0;
}
.drink-wrapper .menu-wrapper {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.drink-wrapper .menu-wrapper .menu-item {
  width: 48%;
}
@media screen and (max-width: 834px) {
  #drink .round-box {
    width: 90%;
    magin: 0 auto;
  }
  .drink-wrapper .menu-wrapper {
    display: block;
  }
  .drink-wrapper .menu-wrapper .menu-item {
    width: 100%;
  }
}
.drink-wrapper .menu-wrapper .menu-item .group1 {
  margin-bottom: 3em;
}
.drink-wrapper .menu-wrapper .menu-item h4 {
  border: 1px solid #fff;
  padding: 3px 5px;
  margin: 7px 0;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, .6);
}
.drink-wrapper .menu-wrapper .menu-item h5 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 7px 0;
  margin: 12px 0;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}
/**********************************************
Reservation
**********************************************/
#reservation-wrapper {
  margin-top: 90px;
}
/* To Map Button */
.tomap-btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 3em;
}
.tomap-btn-wrapper .button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  padding: 1.5em 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: rgba(242, 107, 89, .6);
  background: -moz-linear-gradient(top, rgba(242, 107, 89, .6) 0%, rgba(90, 54, 188, .6) 47%, rgba(198, 73, 167, .6) 100%);
  background: -webkit-linear-gradient(top, rgba(242, 107, 89, .6) 0%, rgba(90, 54, 188, .6) 47%, rgba(198, 73, 167, .6) 100%);
  background: linear-gradient(to bottom, rgba(242, 107, 89, .6) 0%, rgba(90, 54, 188, .6) 47%, rgba(198, 73, 167, .6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26b59', endColorstr='#c649a7', GradientType=0);
  width: 60%;
  color: #f493ef;
  text-transform: uppercase;
  letter-spacing: .25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  -webkit-transition: background .8s ease;
  transition: background .8s ease;
}
.tomap-btn-wrapper .button .main-txt {
  padding: 0;
  margin: 0 0 .4em 0;
  font-size: 20px;
  font-weight: normal;
  color: #fff !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.tomap-btn-wrapper .button .cap {
  padding: 0;
  margin: 0;
  font-size: 80%;
  font-weight: normal;
  color: #fff !important;
}
.reservation-btn-wrapper .button p {
  color: #fff;
}
@media screen and (max-width: 414px) {
  .reservation-btn-wrapper .button {
    width: 95%;
  }
}
/**********************************************
Thanks
**********************************************/
.thanks {
  text-align: center;
  border-bottom: 1px dotted #666;
  border-top: 1px dotted #666;
}
.thanks p {
  padding: 100px 0;
  font-size: 130%;
  line-height: 2;
}
/**********************************************
Modal
**********************************************/
.modaal-content-container {
  text-align: center;
}
/**********************************************
covid-19
**********************************************/
.covid-19 {
  margin: 3em auto 0;
}
.covid-19 img {
  max-width: 60px;
  height: auto;
}
@media screen and (max-width: 414px) {
  .covid-19.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/**********************************************
top-news
**********************************************/
#top-news {
  width: 50%;
}
#top-news iframe {
  border: none;
  width: 100%;
  height: 100%;
}