@charset "UTF-8";
.pc,
.sp,
.tb {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 520px) and (max-width: 960px) {
  .tb {
    display: block !important;
  }
}

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

body {
  font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  text-align: center;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ページ共通*/
header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004c6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 97px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    height: 13.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  header ul {
    background-color: #004c6d;
    display: none;
    left: 0;
    position: absolute;
    top: 13.2857142857vw;
    width: 100%;
  }
}
header ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  header ul li {
    padding: 5vw 0;
  }
}
header ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header ul li a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header ul li + li {
    margin-left: 55px;
  }
}
@media screen and (min-width: 768px) {
  header ul li::after {
    background-color: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 100%;
  }
}
header ul li:hover::after {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header .header-wrap {
  margin: 0 auto;
  max-width: 1100px;
}

.hamburger-btn {
  position: absolute;
  right: 4.2857142857vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hamburger-btn input {
  display: none;
}
.hamburger-btn label {
  position: relative;
  float: right;
  clear: both;
  z-index: 1000;
}
.hamburger-btn span {
  display: inline-block;
  width: 8.5714285714vw;
  height: 5vw;
}
.hamburger-btn span i {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-btn span i:nth-child(1) {
  top: 0;
}
.hamburger-btn span i:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}
.hamburger-btn span i:nth-child(3) {
  bottom: 0;
}
.hamburger-btn input:checked + label span i:nth-child(1) {
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.hamburger-btn input:checked + label span i:nth-child(2) {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  top: 0;
  bottom: 0;
}
.hamburger-btn input:checked + label span i:nth-child(3) {
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
}

#gototop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#gototop a {
  font-size: 25px;
  background: #004c6d;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 100vh;
  opacity: 0.8;
}

main {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0vw;
  }
}



section .section_inner {
  margin: auto;
  max-width: 1100px;
}
section img {
  margin: auto;
  max-width: 100%;
}

.hero {
  background-color: #f5f0e5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 0vw;
  }
}
@media screen and (min-width: 768px) {
  .hero h1::after {
    background-color: #f5f0e5;
    content: "";
    height: 28.3%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.hero h1 img {
  width: 100%;
}
.hero_txt {
  padding: 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .hero_txt {
    padding: 0 4.2857142857vw;
  }
}

.menu {
  background-color: #f5f0e5;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .menu {
    padding-bottom: 0vw;
  }
}
.menu img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu .section_inner {
    padding: 0;
  }
}

 #drink {

}

@media screen and (min-width: 768px) {
  #drink img {
  /*  max-width: 91.7272727273%; */
    width: 100%;
  }
}

 #drink1 {
  background-color: #dcd5c2;
   background-image: url(../../common/img/bk_001.jpg); 
  background-repeat: repeat;
}

@media screen and (min-width: 768px) {
  #drink1 img {
  /*  max-width: 91.7272727273%; */
    width: 100%;
  }
}

 #drink2 {
  background-color: #012a46;

}

@media screen and (min-width: 768px) {
  #drink2 img {
  /*  max-width: 91.7272727273%; */
    width: 100%;
  }
}


 #drink3 {
  background-color: #ffffff;

}

@media screen and (min-width: 768px) {
  #drink3 img {
  /*  max-width: 91.7272727273%; */
    width: 100%;
  }
}


#drink4 {
  background-color: #271c0a;

}

@media screen and (min-width: 768px) {
  #drink4 img {
  /*  max-width: 91.7272727273%; */
    width: 100%;
  }
}


#food {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #food {
    margin-top: 7.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  #food img {
    margin-left: 1.8181818182%;
    max-width: 93.6363636364%;
    width: 100%;
  }
}

.privileges {
  background-color: #F9AB9E;
  padding: 65px 0 55px;
}
@media screen and (max-width: 767px) {
  .privileges {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .privileges img {
    max-width: 90.7272727273%;
  }
}

.bottom_info {
  background-color: #004C6D;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .bottom_info {
    padding: 10vw 5.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .bottom_info .img_lunch-buffet {
    max-width: 76.5454545455%;
  }
}
.bottom_info .img_reservation {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .bottom_info .img_reservation {
    margin-top: 13.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .bottom_info .img_reservation {
    max-width: 38.3636363636%;
  }
}
.bottom_info .img_bottom-info-txt {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .bottom_info .img_bottom-info-txt {
    margin-top: 12.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .bottom_info .img_bottom-info-txt {
    max-width: 71.8181818182%;
  }
}

#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 0;
}
#footer ul a {
  color: #000;
  text-decoration: none;
}
#footer ul a:hover {
  text-decoration: underline;
}


.mainContents {
  width: 100%;
  margin: 0 auto;
  background: #eee;
}

.box1 {
  position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
  overflow: hidden;  /* はみ出した部分は表示しないようにする */
  height: 325px; /* 高さは固定値を入れる */
}

.box1 img {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1750px;
 height: 325px;
  margin-left: -875px;*/
margin-top: -162px; 
  /* ※1 
  margin-top: -300px;  height: 600%;
  margin-left: -600px;*/
}

.bk_001{

}