
/* --------------------------------
共通
-------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none{
     display: none;
    }
  .sp_none{
    display: block;
  }

}
@media screen and (min-width: 768px) and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
  .pc_none{
     display: block;
    }
  .sp_none{
    display: none;
  }




    .btn_map,
    .btn_language{
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
    }
    .btn_language{
        right: 60px;
    }
}

h6 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 100%;
    font-weight: normal !important;
    margin-bottom: 10px;
  }
}
/* --------------------------------
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;
	}
}

#eng #main{
    margin-top: 25;
}
#main section#section_menu{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#info_box{
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(img/bg.jpg) repeat 0 0;
}

ul.ul_list_photo{ width: 100%; }
	ul.ul_list_photo li:nth-child(1){
		float: left;
		width: 40%;
	}
	ul.ul_list_photo li:nth-child(2){
		float: right;
		width: 55%;
	}

ul.ul_list_photo li img{ width: 100%; }

#info_box ul.ul_list_2w{
	margin-bottom: 50px; 
}
	#info_box ul.ul_list_2w li{
		float: left;
		width: 48% !important;	
	}

dl.dl_list{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  border-top: none;
  background: rgba(255,255,255,0.5);
}
	dl.dl_list dt{
	  width: 25%;
	  float: left;
	  padding: 15px 10px 0;
	  border-top: 1px dotted #999;
	  box-sizing: border-box;
	  line-height: 1.5;
	  color: #9F8059;
	}
	dl.dl_list dd{
	  margin-left: 25%;
	  padding: 15px 10px 15px;
	  border-top: 1px dotted #999;
	  line-height: 1.5;
	}
	dl.dl_list dd:after{
	  display: block;
	  content: "";
	  clear: both;
	}

#map_box{
	padding: 50px 0 0;
	/*background: #FFF;*/
}
.ggmap {
    position: relative;
    margin: 10px 0 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    /*height: 300px;*/
}
    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
@media screen and (max-width: 767px) {
    #map_box{
        margin-top: 20px;
    }
    .ggmap {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 767px) {
#info_box{
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
#info_box .box_in{ padding: 0; }
	ul.ul_list_photo figure{ padding: 0 15px; }
	ul.ul_list_photo li:nth-child(1),
	ul.ul_list_photo li:nth-child(2){
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	@media screen and (max-width: 767px) {
		ul.ul_list_photo li:nth-child(2){ margin-bottom: 0; }
	}

	#info_box ul.ul_list_2w{
		margin-bottom: 20px; 
		padding: 0 15px;
	}
		ul.ul_list_2w li{
			width: 48% !important;	
		}
			ul.ul_list_2w li:nth-child(1){ float: left !important;}
			ul.ul_list_2w li:nth-child(2){ float: right !important;}
			ul.ul_list_2w li figure{ padding: 0 !important; }
			


	dl.dl_list{
	  border-bottom: none;
	}
		dl.dl_list dt{
		  width: 100%;
		  float: none;
		  padding: 8px 10px;
		  border-top: none;
		  background: #9F8059;
		  color: #FFF;
		}
		dl.dl_list dd{
		  margin-left: 0;
		  padding: 10px 10px 15px;
		  border-top: none;
		}
	#map_box{
		margin-bottom: 0 !important;
		padding: 0 0 20px;
	}
}





/* --------------------------------
 メニューを縮小
-------------------------------- */
#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{
  margin-bottom: 60px;
}

.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: 0;
      text-align: left !important;}
    #menu  ul.ul_list_2w li p{ 
      text-align: left !important;}

  .tabcontents{
  margin-bottom: 20px;
}
  }
.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;}
  }

  /* --------------------------------
ボタン
-------------------------------- */
.menu_button a {
    display: block;
    width: 265px;
    margin: 0 auto 50px;
    padding: 10px 0 10px 30px;
    color: #333;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: url(img/arrow_right_red.png) no-repeat 15px center;
    background-size: 15px;
    border: 2px solid #333;

}
@media screen and (max-width: 767px) {
    .menu_button a {
        margin: 0 auto 20px;
    }
}
    .menu_button a,
    .menu_button a::before,
    .menu_button a::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
        .menu_button a:hover {
            background-color: rgba(33, 33, 33, .2);
        }


  /* --------------------------------
QRコード
-------------------------------- */
.desc {
  width: 100%;
    margin-top: 16px;
    padding: 0 10px;
}


.desc__item {
    position: relative;
    border-top: dashed 1px #979797;
}
ul.desc__list {
  width: 100%;
    list-style: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul.desc__list li {
  width: 50%;
  float: left;
    display: list-item;
    text-align: -webkit-match-parent;
}
@media screen and (max-width: 796px){
  ul.desc__list li {
  width: 100%;
  } 
}
.desc {
  margin-top: 16px;
  padding: 0 10px;

}
.desc__item {
  position: relative;

}

.desc__link {
  display: block;
  padding: 8px 0 8px 24px;
}
.desc__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 8px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .desc__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 3px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
}
ul.post__imageList, .post ol.post__imageList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
}
a {
    color: #214dd2;
    text-decoration: none;
}

 #ANC-01,
 #ANC-02,
 #ANC-03,
 #ANC-04,
 #ANC-05,
 #ANC-06,
 #ANC-07{
  margin-top: 50px;}

  #ANC-01 figure img,
 #ANC-02 figure img,
 #ANC-03 figure img,
 #ANC-04 figure img,
 #ANC-05 figure img,
 #ANC-06 figure img,
 #ANC-07 figure img{
  width: 100%; }