@charset "utf-8";

/*--------------------------------------

Theme Name: umeko
Author: Unit
Version:1.0

--------------------------------------*/

@import "library/css/reset.css";
@import "library/css/base.css";
@import "library/css/common.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* 2017-06-28 追記 CV改修 */

.tel {
 display: none;
}

.tel_sp {
 display: block;
 width: 200px;
}

@media (min-width:1024px) {
 .tel {
  display: block;
 }
 .tel_sp {
  display: none;
 }
}



/* sp_cv */

@media screen and (max-width: 1024px) {
 #sp_cv {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    clear: both;
    overflow: visible;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px -5px rgb(0 0 0 / 3%);
 }
 #sp_cv a.dkpoint {
    width: auto;
    height: auto;
    border: 1px solid #643416;
    padding: 1px;
    margin: 5px;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

 #sp_cv .sp_totop_btn {
  display: block;
  position: absolute;
  bottom: 70px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
 }
 #sp_cv .sp_totop_btn i {
  display: block;
  font-size: 18px;
  line-height: 35px;
 }
.col3 {
    display: flex;
    flex-direction: row;
}
.sp_map{
    width: 20%;
}
.sp_map a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 5px;
    font-family: ゴシック;
}
.sp_map strong{
    margin: 5px 0;
}

.sp_tel{
    width: 20%;
}
.sp_tel a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 5px;
    font-family: ゴシック;
}
.sp_tel strong{
    margin: 5px 0;
}
.sp_web{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}
.sp_web a{
    color: #FFF;
    background: rgba(64, 34, 16);
    width: 80%;
    display: block;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 1rem;
    font-family: ゴシック;
}

#footer {
	padding-bottom: 120px;
}
}

dl.menulist_food:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* Hides from IE-mac \*/
* html dl.menulist_food { height: 1%; }
dl.menulist_food { display: block; }
/* End hide from IE-mac */
dl.menulist_food {
	width:100%;
	max-width:660px;
	display: inline-table;
	font-size:16px;
}
dl.menulist_food dt{
	width:90px;
	float:left;
}
dl.menulist_food dd{
	float:left;
	max-width:570px;
}
.course_drink dl.menulist_food dt{
	width:140px;
}
.course_drink dl.menulist_food dd{
	max-width:500px;
}

.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.row { display: inline-table; }

/* Hides from IE-mac \*/
* html .row { height: 1%; }
.row { display: block; }
/* End hide from IE-mac */



/*drawermenu*/
#global-menu-contents {
	background: rgba(64, 34, 16, 0.90);
	box-shadow:none;
	padding:10px;
	box-sizing:border-box;
  font-size: 15px;
  color: #fff;
  margin-bottom: 80px;
}
#global-menu-contents .nav_logo {
    width: 61.8%;
    margin: 0 auto;
    display: block;
}
#global-menu-contents ul {
		display: block;
    /* margin: 30px 0 0; */
    padding: 0;
}
#global-menu-contents ul li {
	border-bottom:none;
	border-top:solid 1px #fff;
	position:relative;
  display: block;
  margin: 0;
  line-height: 3em;
}
#global-menu-contents ul li:after {
	position:absolute;
	left:10px;
	top:0;
	content:">";
	display:block;
	font-size:13px;
  color: #FFF;
}
#global-menu-contents ul li a{
	border:none;
}
#global-menu-contents ul li:hover, #global-menu-contents ul li a:hover{
	box-shadow:none;
}
#global-menu-contents ul li span.en, #global-menu-contents ul li div,#global-menu-contents ul li a, #global-menu-contents ul li span {
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
#global-menu-contents ul li ul {
	padding-left:45px;
  margin: 0px;
}
#global-menu-contents ul li ul li:after {
	position:absolute;
	left:10px;
	top:0;
	content:"-";
	display:block;
	font-size:13px;
}

#global-menu-contents ul li span.jp {
    position: static;
    display: inline-block;
    width: auto;
    opacity: 1;
    margin-left: 10px;
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
}

#global-menu {
	position:absolute;
	right: 15px;
	top: 10px;
}
/*global-menu*/
#menu-oshinagaki{
	display:inline-block;
	margin:20px 40px 0 0;
	color:#fff;
	position:relative;
	transition: .3s;

}

.arrow_box {
  display: none;
  position: absolute;
  left:0px;
  top:60px;
  padding: 1em 2em;
  width:200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(64, 35, 16, 0.75);
  color: #fff;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: rgba(64, 35, 16, 0.75);
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
 #column3 {
  display: table;
  position:fixed;
  width:100%;
 }
 #column3 li {
  display: table-cell;
 }
#top #mainv {
    height:100vh;
    background-color:#000;
}
#top #mainv div:nth-child(2) {
    opacity: 0.66;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#ryori img.wp-post-image {max-width:570px;}


/* 2012.12.14 [START]
---------------------------------------- */


.drawer-cv {
    margin: 30px 0 20px;
    display: flex;
    justify-content: space-between;
}
.drawer-cv a.bg_rsv_nav {
  background: #ea5517;
  padding: 8px;
  font-size: 12px;
  width :40%;
  text-align: center;
}
.drawer-cv a.bg_tel_nav {
  background: #6a3a08;
  padding: 8px;
  font-size: 12px;
  width :40%;
  text-align: center;
}
.drawer-cv a svg:not(:root).svg-inline--fa {
    margin-right: 5px;
}
@media screen and (max-width: 768px){
.drawer-cv a {
    color: #fff;
  }
#sp_cv {
    /*height: 40px;*/
}
}

/* 2012.12.14 [END]
---------------------------------------- */
/* 2019.07.09 [START]
--------------------------------- */
#banner {
    padding: 5rem 0 0;
    text-align: center;
}
#banner img {
    width: 90%;
    max-width: 1060px;
}
@media screen and (max-width:768px){
#banner {
    padding: 3rem 0 1rem;
}
}

/* 2019.07.09 [END]
--------------------------------- */

.food_wrap{
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.2rem;
margin-bottom: 50px;
}
.drink_wrap{
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1rem;
margin-bottom: 50px;
}
.food_item_col{
display:flex;
flex-direction: column;
width: 31%;
margin: 1%;
border-bottom: 1px dotted;
}
.food_item_col_plus{
display:flex;
flex-direction: column;
width: 31%;
margin: 1%;
}
.drink_item_col{
display:flex;
flex-direction: column;
width: 45%;
margin: 0.5%;
}
.food_item_col img{
width: 100%;
margin-bottom: 10px;
}
.food_name{
margin-bottom: 10px;
}
.drink_name{
    width: 70%;
}
.food_price{
text-align: right;
margin-bottom: 10px;
}
.drink_price{
    width: 30%;
    text-align: right;
}
.food_item_row{
display:flex;
flex-direction: row;
width: 45%;
margin: 1%;
}
.food_img_row {
width: 25%;
}
.food_img_row img{
width: 100%;
}
.food_name_wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 72%;
    margin-left: 3%;
    border-bottom: 1px dotted;
}
.food_name_wrap_plus{
display:flex;
flex-direction: column;
width: 100%;
border-bottom: 1px dotted;
}

.drink_name_wrap{
display:flex;
flex-direction: row;
}
.fontsize_1{
font-size: 1rem;
}
.fontsize_08{
font-size: .8rem;
}
.index_in {
    margin-bottom: 0px;
}
.indexnavi-box {
    display: flex;
    flex-direction: row;
    margin: 40px auto 50px;
}
.indexnavi-box ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: ceter;
}
.indexnavi-box ul li{
    padding: 5px;
    margin-bottom: 5px;
}
.indexnavi-box ul li a{
    padding: 10px;
    background: #CCCCCC;
    border-radius: 5px;
}
.index_point{
    margin-top: -120px;
    padding-top: 120px;
}
.vision_link{
    color: #FFFFFF;
}
/*DKダイニングJSボタン非表示*/
#dkp_top_nav{
    display:none;
    height: 0;
}
#dkp_top_nav_spacer{
    display:none;
    height: 0;
}
#dkp_vacancy_area_open_button_container{
    display:none;
    height: 0;
}

/* 2024.01.26 */
.dk_member_banner{
    position: relative;
    width: 100%;
    z-index: 30;
    display: flex;
    background: #FFFFFF;
}
.dk_member_banner_link{
    position: fixed;
    top: 20%;
    right: 20px;
    width: 30%;
    display: flex;
}
.dk_member_banner_link img{
    width: 100%;
}
.dk_member_banner_close{
    position: fixed;
    top: 19%;
    right: 10px;
    width: 3%;
    cursor: pointer;
    display: flex;
}
.dk_member_banner_close img{
    width: 100%;
}
@media (max-width: 1024px) {
    .dk_member_banner_link {
        top: 10%;
        width: 25%;
    }
    .dk_member_banner_close {
        top: 9%;
    }
}
@media (max-width: 768px) {
    .dk_member_banner{
        justify-content: center;
        align-items: center;
    }
    .dk_member_banner_link{
        position: relative;
        top: 0;
        left: 0;
        width: 80%;
        margin: 10% 0;
    }
    .dk_member_banner_close{
        position: absolute;
        top: 10%;
        right: 5%;
        width: 10%;
    }
}
/* 2024.01.26 */
