@charset "UTF-8";

body{
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #0B1414;
  color: #fff;
  font-size: 18px;
}

/*共通*/
a{
  color: #fff;
  text-decoration: none;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
p{
  letter-spacing: 0.1em;
}
.sp{
  display: none;
}
h1{
  margin: 0;
  width: 100%;
}
h2{
  font-family: "miller-display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.88em;
  color: #BFB2A0;
  margin: 0 auto;
  padding-top: 5em;
}
h3{
  font-family: "rift", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0.1em;
  color: #BFB2A0;
  margin: 0.5vw auto 2.5vw auto;
}
h4{
  font-family: "rift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  padding: 0 0.5em;
  border-left: 0.5em solid #BFB2A0;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 4vw auto 1vw;
}

/*ヘッダー*/
header{
  background-image: url(../images/banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 50vw;
}
.logo img{
  width: 4vw;
}
.header_flex{
  display: flex;
  padding-top: 1vw;
  width: 85%;
  margin: 0 auto;
}
.sns_pc{
  display: flex;
  width:11vw;
  margin: 0 0 0 auto;
}
.btn {
	position: relative;
  width: 50%;
  margin: 0 0.5vw;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}
#top{
  width: 85%;
  margin: 0 auto;
}
.top_menu{
  text-align: left;
  margin: 11vw auto 0 auto;
  padding-bottom: 12vw;
}
.top_menu a{
  font-family: "miller-display", serif;
  font-weight: 100;
  font-style: italic; 
  font-size: 1.1vw;
  line-height: 3.5vw;
  color: #BFB2A0;
}
.top_menu a:hover{
  color: #fff;
}

/*スクロール*/
.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_p{
  font-family: "miller-display", serif;
  font-weight: 400;
  font-style: italic; 
  color: #BFB2A0;
  text-align: center;
  font-size: 1vw;
}
.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}
.mouse {
  width: 1.3vw;
  height: 6vw;
  border: 0.1vw solid #fff;
  border-radius: 60px;
  position: relative;
}
.mouse::before {
  content: '';
  width: 0.5vw;
  height: 0.5vw;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 1;
    top: 5vw;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 1;
    top: 5vw;
  }
}
.scroll{
  margin-top: 10vw;
}

/*about*/
.about{
  width: 85%;
  margin: 10vw auto;
}
#about img{
  width: 100%;
}
#about p{
  line-height: 2;
  margin-bottom: 4vw;
  font-size: 1vw;
}
#shop_menu{
  background-image: url(../images/bg.jpg);
  background-size: 1500px;
}

/*shop menu*/
#system,.other{
  width: 58%;
  margin: 0 auto;
}
#shop_menu table{
  border-collapse: collapse;
  width: 100%;
  letter-spacing: 0.1em;
}
#shop_menu table th{
  border: 0.5px solid #7e756a;
  background: #393939;;
  padding: 2vw 0;
  font-weight: lighter;
  font-size: 1vw;
  width: 25%;
}
#shop_menu table td{
  border: 0.5px solid #7e756a;
  padding: 1vw 0;
  line-height: 2;
  font-weight: lighter;
  font-size: 1vw;
}
.table01{
  margin-top: 3vw;
}
.table02{
  margin-top: 3vw;
}
.border{
  border-top: 0.5px solid #BFB2A0;
}
.border li::before{
  content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	position: relative;
	left: -15px;
	top: -3px;
}
.border ul{
  padding-left: 10%;
  line-height: 2;
  font-size: 1vw;
  text-align: left;
  margin-top: 2vw;
}
.border p{
  margin-top: 3vw;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1vw;
}
#shop_menu table.table02 td{
  background: #0B1414;
  text-align: left;
  padding-left: 4em;
}
#drink{
  width: 90%;
  margin: 0 auto;
}
#drink h3 img{
  width: 5em;
  padding-top: 1vw;
}
.drinkmenu{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
}
.drinkmenu_img{
  width: 16.5%;
  min-width: 180px;
}
.drinkmenu_img img{
  width: 100%;
}
.drinkmenu_p{
  font-size: 1vw;
}

/*media*/
#media{
  padding-bottom: 2vw;
}
.multiple {
  padding: 0;
}
.multiple div a img {
  width: 100%;
}
.multiple div {
  margin: 0;
}
.multiple .slick-next { 
  right: 17px;
  z-index: 100;
}
.multiple .slick-prev {
  left: 23px;
  z-index: 100;
}

/*recruit*/
#recruit{
  background-image: url(../images/recruit-bg-img.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.recruit{
  width: 85%;
  margin: 0 auto;
  padding-top: 4vw;
  display: flex;
  justify-content: center;
}
.recruit01{
  padding: 4vw 0;
  text-align: left;
  width: 30%;
}
.recruit02{
  background-color: #BFB2A0;
  color: #393734;
  padding: 0 2vw 2vw 2vw;
  text-align: left;
  line-height: 2;
  width: 70%;
}
.recruit02 h4{
  border-left: 0.5em solid #fff;
  font-weight: 100;
  font-size: 1.3vw;
}
.job,.contact{
  border-top: 1.5px solid #393734;
  margin-top: 1vw;
}
.job table,.contact p{
  margin: 2vw 1vw;
  font-size: 1vw;
  font-weight: 100;
}
.recruit02 table td{
  padding-right: 5vw;
  font-size: 1vw;
}

/*access*/
#access{
  width: 85%;
  margin: 2vw auto 5vw auto;
  display: flex;
  justify-content: center;
}
#access h2{
  padding-top: 0;
}
#access h4{
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1vw;
  padding: 0.2vw 1vw 0.6vw 1vw;
}
#access p{
  width: auto;
  font-size: 1vw;
  margin-right: 1.3vw;
  margin-top: 2vw;
  line-height: 2.2;
}
.access{
  text-align: left;
  width: 28.5%;
}
.map a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.7vw 0.7vw 0.7vw 2vw;
  width: 10vw;
  transition: 0.3s;
  border: 1px solid #BFB2A0;
  margin-top: 2vw;
  font-family: "rift", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.1vw;
  letter-spacing: 0.1em;
}
.map a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 16px;
  height: 2px;
  background-color: #BFB2A0;
  transition: 0.3s;
}
.map a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 6vw;;
  height: 2px;
  background-color: #BFB2A0;
  transition: 0.3s;
}
.map a:hover {
  text-decoration: none;
  background-color: #BFB2A0;
  color: #0B1414;
}
.map a:hover::before,
.map a:hover::after {
  right: -2.5em;
}
.googlemap{
  width: 71.5%;
}

/*footer*/
.footer_flex{
  background-color: #393734;
  display: flex;
  justify-items: center;
  padding: 1vw 2vw;
  align-items: center;
}
.footer_logo{
  margin-left: 5.5%;
  width: 2.5vw;
}
.footer_logo img{
  width: 2.5vw;
}
.footer_menu{
  margin: 1.25vw 6% 1.25vw auto;
  text-align: right;
}
.footer_menu ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_menu a{
  font-family: "rift", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 0.9vw;
  margin-left: 4.5vw;
  display: block;
  height: 10%;
}
.footer_menu a:hover{
  color: #7e756a;
}
.copyright{
  width: 85%;
  text-align: right;
  margin: 1.5vw auto 2vw auto;
}
.copyright p{
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 0.8vw;
  color: #7E756A;
}

@media only screen and (max-width: 765px){
  /*共通*/
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  h2{
    font-size: 4vw;
  }
  h3{
    font-size: 9vw;
    margin-top: 2.5vw;
  }
  h4{
    border-left: 0.3em solid #BFB2A0;
    font-size: 4vw;
    margin: 6vw auto 4vw 0;
  }

  header{
    background-image: url(../images/sp-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 190vw;
  }
  h1{
    padding-top: 5vw;
  }
  .header_flex{
    width: 80%;
  }
  #top{
    width: 80%;
  }
  .logo img {
    width: 10vw;
  }
  .top_menu a {
    font-size: 5.5vw;
    line-height: 17vw;
  }
  .top_menu{
    margin-top: 20vw;
    padding-bottom: 0;
  }
  .sns_sp{
    text-align: right;
    margin-right: 2%;
    line-height: 2.8;
  }
  .sns_sp a img{
    width: 11%;
  }
  .about{
    text-align: left;
    width: 90%;
  }
  #about p{
    font-size: 3.8vw;
    line-height: 2.5;
    margin-top: 6vw;
  }
  #about{
    padding-bottom: 5vw;
  }
  #shop_menu {
    background-size: 1930px;
  }
  .shop_menu{
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  .shop_menu h2,#media h2{
    padding-top: 10vw;
    padding-left: 5%;
    text-align: left;
  }
  .shop_menu h3,#media h3{
    padding-left: 5%;
    text-align: left;
  }
  #system,.other{
    width: 90%;
  }
  #shop_menu table th,#shop_menu table td{
    padding: 3.3vw 4vw;
    font-size: 3.5vw;
  }
  #shop_menu table.table02 td{
    padding-left: 4vw;
  }
  .border p,.border ul{
    font-size: 3.5vw;
  }
  .border li::before{
    left: -20px;
    top: -8px;
  }
  #drink{
    text-align: center;
    width: 100%;
    padding-bottom: 5vw;
  }
  #drink h2{
    padding-left: 0;
    text-align: center;
    padding-top: 25vw;
  }
  #drink h3{
    padding-left: 0;
    text-align: center;
  }
  .drinkmenu{
    width: 100%;
  }
  .drinkmenu_img{
    width: 50%;
    min-width: 150px;
  }
  .drinkmenu_p{
    font-size: 3.5vw;
  }
  .ig{
    display: flex;
    flex-wrap: wrap;
  }
  .ig_img a{
    display: block
  }
  .ig_img{
    width: calc(100% / 3);
  }
  .ig_img img{
    width: 100%;
    display: block;
  }
  .recruit,#access{
    display: block;
  }
  #recruit{
    background-image: none;
    text-align: left;
  }
  .recruit{
    width: 90%;
  }
  .recruit h2{
    padding-top: 0;
  }
  .recruit02{
    background: none;
    border: 1px solid #BFB2A0;
    color: #fff;
    width: 84%;
    margin: 0 auto;
    padding: 3vw 7vw;
  }
  .recruit02 h4 {
    border-left: 0.5em solid #BFB2A0;
    font-size: 4.5vw;
  }
  .job, .contact{
    padding: 4vw 0 8vw 0;
    border-top: 2px solid #BFB2A0;
  }
  .job_sp h5{
    color: #BFB2A0;
    margin: 4vw 0 2vw 0;
    font-size: 4vw;
  }
  .job_sp p{
    padding-left: 5vw;
    font-size: 4vw;
    letter-spacing: 0;
    margin: 0;
  }
  .contact p{
    font-size: 4vw;
  }
  #access{
    width: 100%;
    margin-bottom: 0;
  }
  .access{
    width: 90%;
    margin: 0 auto;
    margin-top: 15vw;
  }
  #access h4{
    font-size: 4vw;
    padding: 0.5vw 0 2vw 3vw;
  }
  #access p{
    font-size: 3.5vw;
  }
  .map a{
    font-size: 3.5vw;
    width: 20vw;
    padding: 1.5vw 15vw;
    margin: 8vw 0;
  }
  .map a::after{
    width: 12vw;
  }
  .googlemap{
    width: 100%;
    height: 70vw;
  }
  .footer_flex{
    display: block;
    padding: 0;
  }
  .footer_logo{
    padding: 5vw 0 4vw 0;
    width: auto;
    margin: 0;
  }
  .footer_logo img {
    width: 12vw;
  }
  .footer_menu_sp a {
    font-family: "rift", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 3.8vw;
  }
  .footer_menu_sp ul{
    margin: 7vw auto;
  }
  .footer_menu_sp li{
    padding: 1.5vw;
  }
  .copyright{
    text-align: center;
  }
}