@charset "UTF-8";
header nav.nav-sp{
  padding:0;
  position : fixed;
  top : 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: right 0.5s;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-content: center;
  gap:0.5rem;
  background-color : rgba(0, 0, 0, 0.8);
  z-index : 200;
}
header nav.nav-sp div{
  margin : 0 auto;
  width:80%;
  height: 5rem;
  font-size: 1.9rem;
  line-height : 1.1;
  position: relative;
  text-align : center;
  font-weight : 700;
}
header nav.nav-sp div:nth-child(2){
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : black;
}
header nav.nav-sp div a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  padding:0 0.5rem;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-content: center;
  color : #fff;
  background-color : rgba(0, 0, 0, 0.4);
  border-radius:1rem;
}
.nav-sp.open{
  right: 0;
}
h1.logo_top{
  width : 60%;
  max-width : 240px;
  aspect-ratio:24/5;
  cursor: pointer;
  position : fixed;
  top : 1.4rem;
  left : 1rem;
  z-index : 6000;
  line-height : 1.2;
  font-size : 1.8rem;
}
h1.logo_top span{
  font-size : 1.2rem;
}
.b_sb{
  filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 0px 1px rgba(0,0,0,0.5)) drop-shadow(0px 0px 1px rgba(0,0,0,0.5)) drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
}
.w_sb{
  filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 1px rgba(255,255,255,0.5)) drop-shadow(0px 0px 1px rgba(255,255,255,0.5)) drop-shadow(0px 0px 1px rgba(255,255,255,0.5));
}
.cafe_ent{
  width:30%;
  max-width:25rem;
  position : absolute;
  right : 1rem;
  font-size : 1.6rem;
  font-weight : 700;
  color : #ffffff;
  z-index : 100;
  text-align : center;
  bottom : 3.5rem;
}
.en{
  position : absolute;
  top : 5rem;
  right : 1rem;
  font-size : 1.6rem;
  font-weight : 700;
  color : #ffffff;
  z-index : 100;
  line-height: 2.4;
}
.en_tit{
  position : absolute;
  top : 7rem;
  left : 1rem;
  font-size : 1.6rem;
  font-weight : 700;
  color : #ffffff;
  z-index : 100;
}
.hb_menu_line b{
  display: none;
}
.hb_menu{
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position : fixed;
  top : 1.4rem;
  right : 1rem;
  z-index : 6000;
}
.hb_menu_line{
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color : #fff;
  position: relative;
  transition: all 0.5s;
}
.hb_menu_line::before,
.hb_menu_line::after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s;
}
.hb_menu_line::before{
  transform: translateY(-12px);
}
.hb_menu_line::after{
  transform: translateY(12px);
}
.hb_menu.open .hb_menu_line{
  background-color: transparent;
}
.hb_menu.open .hb_menu_line::before{
  transform: rotate(45deg);
  background-color: #fff;
}
.hb_menu.open .hb_menu_line::after{
  transform: rotate(-45deg);
  background-color: #fff;
}
#slide{
  width:100%;
  z-index : 100;
  height: calc(20vw / 1600 * 965);
}
@media screen and (max-width:1200px){
  #slide{
  height: calc(30vw / 1600 * 965);
}
}
@media screen and (max-width:1000px){
  #slide{
  height: calc(40vw / 1600 * 965);
}
}
@media screen and (max-width:800px){
  #slide{
  height: calc(50vw / 1600 * 965);
}
}
@media screen and (max-width:600px){
  #slide{
  height: calc(60vw / 1600 * 965);
}
}
@media screen and (max-width:400px){
  #slide{
  height: calc(70vw / 1600 * 965);
}
}
.slider{
  }
.slider img{
  width:100%;
  vertical-align : bottom;
}
.slider .slick-slide{
  height:auto!important;
}
.slider .slick-next{
  right:0.3rem!important;
}
.slider .slick-prev{
  left:0.3rem!important;
}
.slider .slick-arrow{
  width: initial!important;
  height: initial!important;
  z-index:2!important;
}
.slider .slick-arrow::before{
  font-size: 2.5rem!important;
}