@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "Caveat", cursive;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.85;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
}
th {
  font-weight: bold;
}

.text-center {
  text-align: center;
}
.header,
.main,
.footer {
  box-sizing: border-box;
}
.inner {
  padding: 80px 0 120px;
  width: 940px;
  margin: 0 auto;
}
.inner2 {
  padding-top: 0;
}
.inner3 {
  padding: 80px 0;
  width: 940px;
  margin: 0 auto;
}
.two-culumns {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
/*---------------------------------------------

pc/sp

----------------------------------------------*/
.br-sp {
  display: none;
}
.sp-img {
  display: none;
}
/*---------------------------------------------

top-visual

----------------------------------------------*/
div {
  height: 100%;
  height: 100vh;
  position: relative;
}
div video .top-site-title {
  position: absolute;
  top: 14%;
  left: 50%;
  font-size: 7rem;
  color: #fff;
  transform: translate3d(-50%, -14%, 0);
}

.enter {
  display: block;
  position: absolute;
  top: 120%;
  width: 100%;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 7rem;
  text-transform: uppercase;
  background-color: rgba(108, 186, 216, 0.5);
  border-radius: 80px;
  line-height: 1;
}
.enter:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/*---------------------------------------------

btn-trigger

----------------------------------------------*/
.btn-trigger {
  display: none;
}
/*---------------------------------------------

left-column

----------------------------------------------*/
.left-culumn {
  width: 260px;
  z-index: 110;
}
.nav-list {
  background-color: #6cbad8;
  position: fixed;
  width: 260px;
  padding: 68px 0;
}
.nav-list li {
  font-family: "Caveat", cursive;
  font-size: 2.4rem;
  margin-bottom: 64px;
}
.nav-list li a {
  color: #333;
}
/*---------------------------------------------

right-column(header)

----------------------------------------------*/
.right-culumn {
  width: 1020px;
}
.header {
  position: relative;
  width: 100%;
}
.site-title {
  position: absolute;
  top: 20%;
  left: 50%;
  font-size: 7rem;
  color: #fff;
}
.st-english {
  display: block;
  font-family: "Caveat", cursive;
}
/*---------------------------------------------

right-column(main)

----------------------------------------------*/
.main-title {
  background-color: #6cbad8;
  width: 900px;
  margin: 0 auto 80px;
  border-radius: 8px;
  padding: 4px 0;
  text-shadow: 0 0 2px #6cbad8, 0 0 3px #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.section-title {
  font-size: 3.2rem;
  background-color: #9acde7;
  width: 840px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 8px;
  padding: 4px 0;
}
.section-paragraph {
  padding: 32px 0 64px;
  margin: 0 auto;
}
.section1:last-of-type .section-paragraph {
  margin-bottom: 0;
}
/*---------------------------------------------

right-column(Restaurant)

----------------------------------------------*/
.main-img {
  background-image: url("../images/jason-leung-poI7DelFiVA-unsplash.jpg");
  background-size: cover;
  color: #fff;
}
.main-img .main-title,
.main-img .section-title {
  color: #333;
}
.en {
  font-family: "Caveat", cursive;
}
.menu-field {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  width: 940px;
  margin: 0 auto;
}
.section2 {
  width: 300px;
}
.section-subtitle {
  font-weight: bold;
  background-color: rgba(32, 141, 195, 0.5);
}

.menu-list {
  margin-top: 40px;
  text-align: left;
  background-color: rgba(108, 186, 216, 0.5);
}
.menu-list li {
  margin-bottom: 8px;
}
.price {
  margin-left: 24px;
  float: right;
}
.drink-type {
  font-family: "Caveat", cursive;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
}
.Note {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 4px;
}
.type {
  display: inline-block;
}
/*---------------------------------------------

right-column(show)

----------------------------------------------*/
.main-img2 {
  background-image: url("../images/show-visual.png");
  color: #333;
  -webkit-background-size: cover;
  background-size: cover;
}

.table {
  margin: 0 auto;
  width: 550px;
}

.th {
  padding: 12px;
  font-weight: bold;
  background-color: rgba(32, 141, 195, 0.5);
}
.td {
  background-color: rgba(108, 186, 216, 0.5);
}
.main-title2 {
  margin-bottom: 48px;
}
.section-paragraph2 {
  margin-bottom: 48px;
}
.tr2 {
  border: 1px solid #333;
}
.th2,
.td2 {
  padding: 8px 0;
  border-right: 1px solid #333;
}
/*---------------------------------------------

right-column(penguins)

----------------------------------------------*/
.penguins-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.penguins-item {
  margin-right: 32px;
  text-decoration: underline;
  cursor: pointer;
}
.penguins-list2 {
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.penguins-item2 {
  width: 50%;
}
.mix {
  display: none;
}
/*---------------------------------------------

contact

----------------------------------------------*/
.form {
  max-width: 550px;
  margin: 0 auto;
}
.form-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-list {
  margin-bottom: 32px;
}
.form-item {
  margin-bottom: 32px;
}
.form-title {
  text-align: right;
  width: 120px;
  margin-right: 32px;
}
.form-detail {
  width: 430px;
}
.form-parts {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.85;
  outline: none;
  background-color: rgba(108, 186, 216, 0.5);
  border: 1px solid rgba(108, 186, 216, 0.5);
}
.textarea {
  height: 160px;
}
.form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.4rem;
  border: none;
  padding: 4px 16px;
  border-radius: 8px;
  background-color: rgba(108, 186, 216, 0.5);
  color: #333;
  box-shadow: 0 8px #333;
}
.form-submit:hover {
  opacity: 6;
}
.form-submit:active {
  transform: translateY(8px);
  box-shadow: none;
}
/*---------------------------------------------

footer

----------------------------------------------*/
.footer {
  background-color: #208dc3;
  width: 100%;
  position: relative;
  padding: 40px 0;
  color: #131313;
  font-family: "Caveat", cursive;
}
.btn-pagetop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 8px;
  border-radius: 50%;
  color: #fff;
  bottom: 80px;
  background-color: #9acde7;
}
.btn-pagetop > span {
  line-height: 40px;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-pagetop > span:hover {
  top: -10px;
}
address {
  padding-bottom: 16px;
}
address a {
  font-size: 3.6rem;
  margin-right: 36px;
  color: #131313;
}
/*---------------------------------------------

スマホ用

----------------------------------------------*/
@media screen and (max-width: 768px) {
  video {
    display: none;
  }
  .wrap {
    overflow: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-img {
    display: block;
  }
  .br-sp {
    display: block;
  }
  img {
    width: 100%;
  }
  .inner {
    padding: 80px 20px 120px;
    box-sizing: border-box;
    width: 100%;
  }
  .inner2 {
    padding-top: 0;
  }
  .inner3 {
    padding: 80px 20px 32px;
    box-sizing: border-box;
    width: 100%;
  }
  .main-img {
    background-image: url("../images/show-visual_sp.png");
  }
  .two-culumns {
    display: block;
    width: 100%;
  }
  /*---------------------------------------------

top-visual

----------------------------------------------*/
  .top-site-title {
    width: 100%;
    font-size: 3.6rem;
  }
  .top-visual {
    height: 100%;
    width: 100%;
  }
  .enter {
    width: 54%;
    margin: 32px auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.6rem;
    border-radius: 40px;
  }
  /*---------------------------------------------

left-column

----------------------------------------------*/
  .left-culumn {
    display: none;
    width: 100%;
  }
  .nav-list {
    z-index: 110;
    background-color: rgba(108, 186, 216, 0.6);
    padding: 34px 0;
    height: 100%;
    width: 100%;
  }
  .nav-list li {
    margin-bottom: 20px;
  }
  .nav-list li a {
    color: #1a1a1a;
  }

  /*---------------------------------------------

right-column(header)

----------------------------------------------*/
  .right-culumn {
    width: 100%;
  }
  .header {
    z-index: 100;
  }
  .site-title {
    top: 25%;
    left: 42%;
    font-size: 2.8rem;
  }
  /*---------------------------------------------

right-column(btn-trigger)

----------------------------------------------*/
  .btn-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: fixed;
    top: 24px;
    left: 24px;
    z-index: 110;
    width: 42px;
    height: 40px;
    outline: none;
    border: none;
    background-color: #208dc3;
  }
  .btn-trigger span {
    position: absolute;
    display: block;
    width: 28px;
    height: 1px;
    background-color: #04122e;
    transition: all 0.4s;
  }
  .btn-trigger span:first-of-type {
    top: 10px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .btn-trigger span:last-of-type {
    bottom: 10px;
  }
  .btn-trigger.active span:first-of-type {
    transform: rotate(45deg);
    top: 20px;
  }
  .btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-trigger.active span:last-of-type {
    transform: rotate(-45deg);
    bottom: 20px;
  }
  /*---------------------------------------------

right-column(main)

----------------------------------------------*/
  .main-title {
    width: 100%;
  }
  .section-title {
    font-size: 2.4rem;
    width: 80%;
    line-height: 1.5;
  }
  .section-paragraph {
    margin: 32px auto 64px;
    width: 80%;
    text-align: justify;
  }
  /*---------------------------------------------

right-column(Restaurant)

----------------------------------------------*/
  .menu-field {
    display: block;
    justify-content: none;
    padding-top: 40px;
    width: 100%;
  }
  .section2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .menu-list {
    margin-top: 20px;
  }
  .type {
    display: inline;
  }
  .type::before {
    content: "\A";
    white-space: pre;
  }
  .table {
    margin: 0 auto;
    width: 100%;
  }
  /*---------------------------------------------

right-column(penguins)

----------------------------------------------*/
  .section-paragraph2 {
    margin-bottom: 48px;
    text-align: justify;
    letter-spacing: 0.04em;
  }
  .penguins-list {
    display: block;
  }
  .penguins-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .penguins-item2 {
    width: 100%;
  }
  /*---------------------------------------------

contact

----------------------------------------------*/
  .form-list {
    display: block;
  }
  .form-title {
    text-align: left;
    margin-bottom: 24px;
  }
  .form-detail {
    width: 100%;
  }
  /*---------------------------------------------

footer

----------------------------------------------*/
  .btn-pagetop > span:hover {
    display: none;
  }
  address a {
    font-size: 2.4rem;
  }
}
