@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a, p, h1, h2, h3, h4, h5 {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: calc(3rem + 2vw);
}

h2 {
  font-size: calc(3rem + 1vw);
}

h3 {
  font-size: calc(2.2rem + 1vw);
  line-height: 2em;
}

h4 {
  font-size: calc(2rem + .5vw);
  line-height: 2em;
}

h5 {
  font-size: calc(1.6rem + .5vw);
  line-height: 2em;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
  h4 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  h5 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}

.l-wrapper {
  background-color: #000;
}

.p-subtitle {
  display: inline-block;
  width: 100%;
  height: 1.8em;
  margin-bottom: 40px;
  background-color: #3c8c8c;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
}

.l-btn {
  display: inline-block;
  margin: 0 auto 50px;
  background-color: #3c94d4;
  border-radius: 50px;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 7px  #4c4c4c;
          box-shadow: 0 7px  #4c4c4c;
}

.l-btn:active {
  position: relative;
  top: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-btn:hover {
  background-color: #8bb7d6;
}

.l-btn a {
  display: block;
  padding: 1.4em;
  border-radius: 50%;
}

.l-boxGray {
  width: 86vw;
  margin: 0 auto;
  padding: 3vw;
  background-color: #555;
}

.l-header {
  font-size: calc(3rem + 2vw);
}

@media screen and (max-width: 640px) {
  .l-header {
    font-size: 2.4rem;
  }
}

.l-headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.4em;
  background-color: #0c3c6c;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .l-headerTop {
    height: 1.8em;
  }
}

.l-headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 2;
}

.l-headerLogo img {
  height: 1.2em;
  margin: .1em 10px;
}

@media screen and (max-width: 640px) {
  .l-headerLogo img {
    height: 1.6em;
    margin: .1em 5px;
  }
}

.l-headerLogo h1 {
  line-height: 1.4em;
}

@media screen and (max-width: 640px) {
  .l-headerLogo h1 {
    line-height: 1.8em;
  }
}

.l-headerInfo {
  padding-top: 1em;
  padding-right: 10px;
  font-size: calc(1rem + .5vw);
}

.l-headerInfo p {
  line-height: 1.5em;
}

@media screen and (max-width: 640px) {
  .l-headerInfo {
    font-size: 1rem;
    padding-right: 5px;
  }
  .l-headerInfo p {
    line-height: 1.2em;
  }
}

.l-headerNav {
  height: 1.5em;
  background-color: #4caab4;
  text-align: center;
  font-size: calc(1.6rem + .5vw);
}

@media screen and (max-width: 640px) {
  .l-headerNav {
    font-size: 1.4rem;
  }
}

.l-headerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-headerNav li {
  width: 20%;
  height: 1.5em;
  border-right: 1px solid #0c3c6c;
}

.l-headerNav a {
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
}

.l-headerNav a:hover {
  background-color: #93b8bd;
}

.p-mainCover {
  text-align: center;
}

.p-mainCover img {
  width: 100%;
  height: auto;
}

.p-mainCover__text {
  padding: 30px 10% 50px;
}

.p-event {
  text-align: center;
}

.p-eventList {
  margin-bottom: 30px;
  border-radius: 20px;
}

.p-eventList img {
  width: 22vw;
  height: auto;
  margin-right: 3vw;
}

.p-eventList h3 {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1em;
}

@media screen and (max-width: 640px) {
  .p-eventList {
    border-radius: 10px;
  }
  .p-eventList h3 {
    font-size: 1.6rem;
  }
}

.p-eventList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}

.p-eventList__item:last-child {
  padding-bottom: 0;
}

.p-eventList__item:last-child h5 {
  line-height: 1.5em;
}

.p-eventListItem__text {
  text-align: left;
}

.p-eventInfo__title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.p-eventInfo__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8vw 50px;
}

.p-eventInfoSlide__item {
  margin-right: 3vw;
}

.p-eventInfoSlide__item:last-child {
  margin-right: 0;
}

.p-eventInfoSlide__item:hover {
  opacity: .6;
}

.p-eventInfoSlide__item img {
  width: 26vw;
  margin-bottom: 10px;
  border: 2px solid #fff;
}

.p-menu {
  padding-bottom: 50px;
}

.p-menuSubtitle {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1em;
}

.p-menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-radius: 40px;
}

@media screen and (max-width: 640px) {
  .p-menuList {
    border-radius: 20px;
  }
}

.p-menuList__img {
  width: 22vw;
  height: 22vw;
  margin-right: 3vw;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

.p-menuList__text {
  width: 52vw;
  margin-right: 3vw;
}

.p-menuList__text h3 {
  display: block;
  text-align: center;
  font-size: calc(1.6rem + 2vw);
}

@media screen and (max-width: 640px) {
  .p-menuList__text h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.p-menuList__text h4 {
  line-height: 1.4em;
  font-size: calc(1.2rem + 1.5vw);
}

@media screen and (max-width: 640px) {
  .p-menuList__text h4 {
    font-size: 1.4rem;
  }
}

.p-menuList__text--appetizers {
  padding-top: 10%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-menuList__text--appetizers {
    padding-top: 0;
  }
}

.p-menuImg--appetizers {
  background-image: url(../images/appetizers.jpg);
}

.p-menuImg--alcohol {
  background-image: url(../images/alcohol.jpg);
}

.p-youtube {
  text-align: center;
}

.p-youtube iframe {
  width: 80vw;
  height: 48vw;
  padding-bottom: 30px;
  border: 0;
}

.p-youtube h3 {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.p-youtube h3 a:hover {
  opacity: .5;
}

.p-access {
  padding-bottom: 40px;
  text-align: center;
}

.p-access img {
  width: 85%;
  max-width: 700px;
  margin-bottom: 20px;
  background-color: #e4e4e4;
  border-radius: 30px;
}

.p-access h4 {
  display: block;
  width: 90%;
  margin: 0 auto;
  line-height: 1.8em;
}

.p-comment {
  text-align: center;
}

.p-comment h2 {
  margin-bottom: 0;
}

.p-comment img {
  width: 70%;
  margin-bottom: 30px;
}

.p-comment__text {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: calc(2rem + 1vw);
  line-height: 2em;
}

@media screen and (max-width: 640px) {
  .p-comment__text {
    font-size: 1.4rem;
  }
}

.p-comment a {
  font-size: 2.4rem;
  padding: 1em 1.6em;
}

.l-footer {
  background-color: #0c3c6c;
  text-align: center;
}

.l-footerSns {
  padding: 40px 0;
}

.l-footerSns a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.l-footerSns img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 50px;
  padding: 12px;
}

.l-footerSns > .l-footerSns__twitter {
  background-color: #1ca4f4;
}

.l-footerInfo {
  font-size: calc(1rem + .5vw);
  line-height: 2em;
  padding-bottom: 1em;
}