
/* --------------------------------
共通
-------------------------------- */
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) and (max-width: 979px) {
}

/* --------------------------------
main_img
-------------------------------- */
#main_img{
	background: url(img/main_img.jpg) no-repeat top center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#main_img{
		background: url(img/main_img_sp.jpg) no-repeat center 50px;
		background-size: cover;
	}
}

/* --------------------------------
 メニューを縮小
-------------------------------- */
#top_menu_box{
    display: block;
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #F00;
}
#top_menu_box h4{
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    border: none;
}
#top_menu_box p{
    font-size: 140%;
}
#top_menu_box p span.red{
    color: #F00;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #top_menu_box{
      margin: 0 0 15px;
      padding: 10px 0;
    }
    #top_menu_box h4{
         margin: 0 !important;
        font-size: 18px;
    }
    #top_menu_box p{
        font-size: 110%;
    }
}

/* --------------------------------
Tab
-------------------------------- */

.tabBox .tabArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 110% !important;
  font-weight: bold !important;
  border-bottom:2px solid #ddd;
}
  @media screen and (max-width: 767px) {
    /*.tabBox .tabArea { font-size: 100% !important; }*/
    .tabBox .tabArea { display: none; }
  }
  @media screen and (max-width: 330px) {
    /*.tabBox .tabArea { font-size: 90% !important; }*/
  }
.tabBox .tabArea .one_tab {
  width: 33.333%;
}
.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #333;
 
}
.tabBox .tabArea .one_tab small{
  font-size: 60%;
}
  @media screen and (max-width: 330px) {
    .tabBox .tabArea .one_tab small{ font-size: 40%; }
  }
@media screen and (min-width: 768px) {
  .tabBox .tabArea .one_tab a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
  background-color: #EEE;
  color: #333;
  border-right: 1px #ddd solid;
}
.tabBox .tabArea .n_line .tab_inner {
  border-right: none;
}
  @media screen and (max-width: 767px) {
    .tabBox .tabArea .one_tab .tab_inner{ height: 40px; }
  }
.tabBox .tabArea .one_tab a.select .tab_inner {
  color: #FFF;
  background-color: #921E17;
}
.tabBox .tabArea.bottom {
  align-items: flex-start;
}
.tabcontents .tab_main {
  display: none;
  padding-top: 40px;
  text-align: center;
  transition-duration: 0.3s;
}
  @media screen and (max-width: 767px) {
    .tabcontents .tab_main {
      display: block;
      padding-top: 20px;
      text-align: left !important;}
    #menu  ul.ul_list_2w li p{ 
      text-align: left !important;}
  }
.tab_main.is_show {
  display: block;
}
  @media screen and (max-width: 767px) {
  #tab01 .innerArea,
  #tab02 .innerArea,
  #tab03 .innerArea{
    margin-bottom: 15px;
  }
  #tab01 h3.h3_red,
  #tab02 h3.h3_red,
  #tab03 h3.h3_red,
  #tab04 h3.h3_red{
    font-size: 120% !important;
    color: #921E17 !important;
  }
}

/* --------------------------------
文字装飾
-------------------------------- */
.tabcontents b{
    font-weight: bold;
    font-size: 120%;
}
.tabcontents small{ font-size: 80%; }
    @media screen and (max-width: 767px) {
      .tabcontents b{font-size: 110%;}
    }
.bg_green,
.bg_red {
    margin-right: 10px;
    padding: 2px 10px;
    background: #00653D;
    color: #FFF;
    font-size: 80%;
    border-radius: 25px;
}
.bg_red {
  background: #921E17;
}

.tabcontents h3{
  text-align: left !important;
}

/* --------------------------------
鰻
-------------------------------- */


.dl_una_menu,
.dl_una_menu2{
  clear: both;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  border-top: none;
  text-align: left;
  /*background: rgba(255,255,255,0.5);*/
}
.dl_una_menu2{ margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .dl_una_menu{ margin-top: 20px;}
    .dl_una_menu2{ margin-top: 10px;}
  }
  dl.dl_una_menu dt,
  dl.dl_una_menu2 dt{
    width: 68%;
    float: left;
    padding: 10px 10px 0;
    border-top: 1px dotted #999;
    box-sizing: border-box;
    line-height: 1.5;
    /*color: #9F8059;*/
  }
  dl.dl_una_menu dd,
  dl.dl_una_menu2 dd{
    margin-left: 68%;
    padding: 10px;
    border-top: 1px dotted #999;
    line-height: 1.5;
    text-align: right;
  }
  dl.dl_una_menu dd:after,
  dl.dl_una_menu2 dd:after{
    display: block;
    content: "";
    clear: both;
  }

/* --------------------------------
ドリンク
-------------------------------- */
ul.ul_list_drink{
  list-style: none;
}
ul.ul_list_drink li{
  float: left;
  width: 48%;
  margin-right: 4%;
}
ul.ul_list_drink li:nth-child(2){
  margin-right: 0;
}
  @media screen and (max-width: 2022px) {
    ul.ul_list_drink li{
      float: none;
      width: 100%;
      margin-right: 0%;
    }
  }
  h3.drink{
    margin-top: 40px;
    height: 40px;
    line-height: 40px;
    width: 200px;
    background: #222;
    color: #FFF;
    border-bottom:none;
    text-align: left;
    padding: 0 10px;
    font-size: 100%;
  }
  h3.drink:after {
  border-bottom: none;
}
  @media screen and (max-width: 767px) {
    h3.drink{
      height: 30px;
      line-height: 30px;
      margin-top: 20px;}
  }