@charset "UTF-8";
.spSidenav{
  margin-bottom: 5%;
}

.spSidenav svg{
  width: 30px;
  height: 30px;
}

.menu_top_box{
  font-family: 'Noto Serif JP', serif; 
}

.menu_box{
  float: right;
  width: 75%;
  font-family: 'Noto Serif JP', serif; 
}

.weekend_lunch{
  text-align: center;
}

.set_box{
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.plan_ttl{
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.6rem;
  color: #759373;
}

.plan_ttl span{
  font-size: 1.4rem;
  color: #a7161d;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
}

.menu_in_ttl{
  margin: 50px 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}

.menu_in_ttl:first-of-type{
  margin-top: 0;
}

.main_menu_box{
  position: relative;
  margin-bottom: 100px;
}

.main_menu_box.right{
  text-align: right;
}

.main_menu_box > img{
  width: 700px;
  height: 300px;
  object-fit: cover;
  box-shadow: 5px 5px 10px rgba(6,0,1,.1);
}

.red_box{
  position: absolute;
  width: 575px;
  height: 300px;
  top: 25px;
  left: 150px;
  background-color: #a7161d;
  z-index: -1;
}

.main_menu_box.right .red_box{
  left: auto;
  right: 150px;
}

.white_box{
  position: absolute;
  width: 350px;
  bottom: -50px;
  right: 0;
  background-color: #fff;
  z-index: 9;
  font-size: 2.4rem;
  text-align: center;
  box-shadow: 5px 5px 10px rgba(6,0,1,.1);
}

.main_menu_box.right .white_box{
  left: 0;
  right: auto;
}

.white_box a{
  display: block;
  padding: 73.5px 0;
}

.drink .menu_in_box{
  text-align: left;
}

@media screen and (max-width:768px){
  .menu_box{
    float: none;
    width: 100%;
  }
  
  .main_menu_box{
    margin-bottom: 25%;
  }
  
  .main_menu_box > img{
    width: 90%;
    height: auto;
  }
  
  .red_box{
    width: 90%;
    height: 53.898vw;
    top: 8%;
    left: 5%;
  }
  
  .main_menu_box.right .red_box{
    right: 5%;
  }
  
  .white_box{
    width: 63%;
    bottom: -16%;
    right: 0;
    font-size: 5vw;
  }
  
  .main_menu_box.right .white_box{
    left: 0;
    right: auto;
  }
  
  .white_box a{
    padding: 8% 2%;
  }
  
  .white_box span{
    font-size: 2vw;
  }
}

/************ アコーディオン ************/
.course_box label {
  display: block;
  margin: 1.5px 0;
  padding : 11px 12px;
  font-weight: bold;
  cursor :pointer;
  transition: all 0.5s;
}
.course_box input {
  display: none;
}

.input_box{
  display: none;
}

@media screen and (max-width:768px){
  .choice_box .multiple_box{
    height: 0;/*高さを0に*/
    margin: 0;
    padding: 0;
    overflow: hidden;/*非表示に*/
    opacity: 0;/*中身を透明に*/
    transition: 0.8s;/*クリック時の動きを滑らかに*/
  }

  .cssacc input:checked + .choice_box .multiple_box{
    height: auto;
    opacity: 1;
    padding: 15px 0;
  }
  
  .input_box{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .input_box:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: -20px;
    margin-left: 10px;
    background: url(../img/menu/close_b.png) center/100% no-repeat;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  
  .cssacc input:checked + .choice_box .input_box{
    font-size: 0;
  }
  
  .cssacc input:checked + .choice_box .input_box:before{
    content: '閉じる';
    font-size: 1.6rem;
  }

  .cssacc input:checked + .choice_box .input_box:after{
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  
  .choice_box .border_box ul{
    margin-bottom: 0;
  }
}
/************ /アコーディオン ***********


/************ sidebar ************/
.sidebar{
  float: left;
  width: 25%;
}

.sidebar.active{
  position: fixed;
  top: 80px;
}

/*
.sidebar.active{
  position: absolute;
  top: 80px;
  left: 0;
}
*/

.sidebar_box{
  width: 230px;
  font-family: 'Noto Sans JP', sans-serif;
}

.sidebar_box:before,.sidebar_box:after{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: -1px;
  background: url(../img/menu/sidebar_up.svg) center no-repeat;
}

.sidebar_box:after{
  height: 40px;
  margin: -1px 0 0;
  background: url(../img/menu/sidebar_down.svg) center no-repeat;
}

.sidebar_box .green_box{
  position: relative;
  padding: 20px 0 20px 10px;
  background-color: #1b2e1e;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.sidebar_box li:last-of-type .green_box{
  border-bottom: 0;
}

.green_box a{
  color: #fff;
}

a .green_box{
	-webkit-transition-duration: 0.2s;
	-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:hover .green_box{
  background-color: #444;
}

.sidebar_box ul > li a{
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #a7161d;
  border-bottom: 1px solid #fff;
}

.sidebar_box ul > li a:hover{
  background-color: #444;
}

.sidebar_box ul > li a:before,
.sidebar_box li:nth-last-of-type(2) p:before,
.sidebar_box li:last-of-type p:before,
.sidebar_box .alone_link p:before{
  content: '';
  display: block;
  position: absolute;
  width: .7rem;
  height: .7rem;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  z-index: 99;
}

.sidebar_box .gray_box a{
  padding: 10px 30px 10px 10px;
  background-color: rgba(68,68,68,.9);
}

.sidebar_box .gray_box a:hover{
  padding: 10px 30px 10px 10px;
  background-color: rgba(160,160,160,.9);
}

.tax_txt,
.att_txt{
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4rem;
}

.att_txt{
  text-align: left;
}

.menu_box .att_list li{
  margin-bottom: 10px;
  border-bottom: 0;
}

.menu_box .att_list li:last-of-type{
  margin-bottom: 10px;
  border-bottom: 0;
}

.indent01_list{
  padding-left: 1em;
  text-indent: -1em;
}

.sidebar_box ul > li,
.green_nav{
  position: relative;
}

@media screen and (min-width:769px){
  .sub_sidebar{
    position: absolute;
    display: none;
    width: 200px;
    top: 0;
    left: 230px;
    opacity: 0;
  }
  
  .grand_menu_sub_sidebar{
    top: auto;
    bottom: -209px;/*-310px*/;
  }
  
  .sidebar.active .grand_menu_sub_sidebar{
    top: -57px;
    bottom: auto;
  }
  
  .sub_sidebar{
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: block;
  }
  
  .sidebar_box ul > li:hover .sub_sidebar,
  .green_nav:hover .sub_sidebar{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
  }

  .sidebar_box ul > li:hover .sub_sidebar,
  .green_nav:hover .sub_sidebar{
    display: block;
    opacity: 1;
  }
  
  .sub_sidebar li:last-of-type a{
    border: none;
  }
}

@media screen and (max-width:768px){
  .sidebar{
    float: none;
    width: 100%;
  }
  
  .sidebar.active{
    position: unset;
  }
  
  .sidebar_box{
    width: 100%;
  }
  
  .sidebar_box:before, .sidebar_box:after{
    background-size: cover;
    height: 3.8vw;
  }
  
  .sidebar_box:after{
    height: 15vw;
  }
  
  .sidebar_box ul > li a{
    padding: 20px 0 20px 20px;
  }
  
  .sub_sidebar{
    display: none;
  }

  .sub_sidebar.active{
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 10vw 0;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(68,68,68,.9);
    text-align: center;
  }
  
  .sub_sidebar.active:before{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(../img/menu/close.svg);
    z-index: 99999;
  }
  
  .sub_sidebar_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  
  .sidebar_box ul > li a{
    font-size: 4vw;
  }
  
  .sidebar_box .gray_box a{
    display: inline-block;
    padding: 4% 0;
    border: none;
    background-color: inherit;
    color: #fff;
  }
  
  .sidebar_box ul > li a:before, 
  .sidebar_box li:nth-last-of-type(2) p:before, 
  .sidebar_box li:last-of-type p:before{
    content: none;
  }
}
/************ /sidebar ************/