/*///// frame ///*/

html,body{
	width:100%;
	height: 100%;
	}

#wrapper{
	margin:auto;
	overflow:hidden;
	}
header{
	position: fixed;
	top:0;
	bottom: 0;
	left:0;
	z-index: 999;
	/* min-width: 400px; */
	width:calc(200px + 15%);
	width:-webkit-calc(200px + 15%);
	}

#header{
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 40px);
	height: -webkit-calc(100vh - 40px);
	background:url(../img/head_bg.jpg) no-repeat center center ;
	background-size:cover;
}
#header:after {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
}
#header .header_inner{
	text-align: center;
	width:100%;
	padding:0 20px;
	z-index: 1;
}
#header .top_btn a{
	max-width: 200px;
	border-radius: 10px;
	margin:auto;
}
#header_title .logo{
	max-width:330px;
	margin:auto;
}
#header_title h1{
	font-size:20px;
	text-align: left;
	font-style: normal;
	color:white;
	text-align: center;
	padding: 0 0 20px 0;
	}
#header .delivary_btn{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	font-size:18px;
		z-index: 2;
}
#header .delivary_btn a{
	padding:15px;
}
#header .delivary_btn i{
	font-size:23px;
	vertical-align: middle;
	margin:0 10px 0 0;
}

.header_line{
	display: none;
	text-align: center;
	background:url(../img/head_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:5px;
}
.header_line .logo{
	width:170px;
	margin:auto;
}
i{
	margin:0 5px;
}

.slideup{
	display: block;
}
#globalmenu {
	margin:20px 0 40px ;
}

#globalmenu ul {
	text-align: center;
	max-width: 200px;
	margin:20px auto 40px ;
}
#globalmenu ul > li {
	text-align: center;
	margin:5px;
	}
#globalmenu ul li a{
	width: 100%;
	display: block;
	padding: 10px 10% ;
	height: auto;
	line-height: 1;
	font-size:17px;
	color:#241603;
	background-image: linear-gradient(to bottom ,#F6E3B6 ,#A5895F);
	border-radius: 10px;
	}

#globalmenu ul li a:hover{
	background-image: linear-gradient(to bottom ,#FF0000, #800000);
	color:white;
}


#footer{
	position: relative;
	margin-top:10%;
	text-align: center;
	padding:30px 0;
		background:url(../../img/bg.png) repeat-x center calc(100% + 100px) ;
	}
#footer p{
	text-align: center;
	font-size:12px;
	margin:5px auto;
}
#footer .name{
	font-size:20px;

}
#footer .name span{
	font-size:13px;
	margin-right:10px;
}
.copyright {
	text-align: center;
	margin:50px 0 0 0;
	}
.copyright p{
	font-size:11px;
	letter-spacing: .15em;
	padding:15px;
	margin:auto;
	text-align: center ;
	color:#7B5A00;
	}
.gototop{
	position: fixed;
	right:20px;
	bottom:90px;
	z-index: 110;
	}
.gototop a{
	display: block;
	width:100%;
	height: 100%;
	font-size:40px;
	color:rgba(108,0,161,.5);
	transition:.3s all ease;
	}
.gototop a:hover{
	color:rgba(108,0,161,1);
	transform:translateY(-5px);
	}

/*/ -------- top ------------- /*/
#contents{
	width:100%;
	text-align: center;
	padding-left:calc(200px + 15%);
	padding-left:-webkit-calc(200px + 15%);
	padding-top:70px;
	background:url(../../img/bg.png) repeat-x center -140px ;
}
.inner{
	min-width:900px;
	width:100%;
	padding:0 20px;
}

.flex{
	display: flex;
	}
.flex .row{
	width:50%;
	}
.flex .order1{
	order:1
	}
.flex .order2{
	order:2;
	}
.btn a {
	display: block;
	background-image:linear-gradient(to bottom ,#FF0000,#800000);
	text-align: center;
	padding:10px;
	}
.btn a:hover {
	color:white;
	background-image:linear-gradient(to bottom ,#ff9c36,#802600);
	}
.btn a{
	color:white;
}


.caution{
	border:3px solid #EC6987;
	color:#EC6987;
	padding:20px;
	background:white;
	font-weight: bold;
	text-align: center;
	padding:10px;
	}

/*///// title style /////*/
.title {
	margin-top:20px;
	padding:15px 0 15px;
	}
.title span{
	display: block;
	color:#395B04;
	font-size:25px;
}
.title h2{
	position: relative;
	display: inline-block;

}
.title h2:after,
.title h2:before{
	content:"";
	display: block;
	width:70px;
	height: 70px;
	background:url(../../img/ti_bg.png) no-repeat center center;
	background-size:cover;
	position: absolute;

}
.title h2:after{
	right:-50px;
	top:40%;
}
.title h2:before{
	left:-50px;
	top:40%;
}
h3 {
	font-size:23px;
	color:#5B2204;
	font-weight: bold;
	text-align: left;
	margin:40px 0 20px 0;
	}
p.read{
	text-align: center;
	font-size:15px;
}
strong{
	color:#df0000;
}
#contents .deli_btn a,
#contents .takeout_btn a{
	font-size:20px;
	margin:auto;
	border-radius:10px;
}
#contents .deli_btn a {
	width:320px;
}
#contents .takeout_btn a {
	width:400px;
}
#contents .deli_btn i,
#contents .takeout_btn i{
	margin-right:10px;
	font-size:23px;
}
/*//// topmovie ////*/
.topmovie{
	width:100%;
}
.topmovie video{
	width:100%;
}
/*///// menu /////////*/
#menu {
	margin:30px 0;
}
#menu ul{
	display: flex;
	flex-wrap:wrap;
	list-style: none;
}
#menu ul li{
	width: 31%;
	margin: 1%;
	margin-bottom: 3%;
}
#menu dl dt{
	margin-bottom: 5px;
	font-size:17px;
	line-height: 1.4;
	font-weight: bold;
}
/* #menu dl dd .gohan,
#menu dl dd .gokoku,
#menu dl dd .meat,
#menu dl dd .meat_lou{
	text-align:left;
	margin: left 10%;
} */
#menu dl dd{
	width: 100%;
    margin: 0 auto;
}

#menu .thum{
	margin-bottom: 20px;
}

#menu .gohan:before,
#menu .gokoku:before,
#menu .meat:before,
#menu .meat_lou:before{
	font-size:12px;
	text-align: center;
	padding:5px;
	margin-right:8px;
	width:100px;
	line-height: 1.3;
	display: inline-block;
}
#menu .gokoku:before{
	content:"健康ご飯(十穀米)";
	background:#F6E7BE;
}
#menu .gohan:before{
	content:"ご飯の量";
	background:#E0EFC2;
}
#menu .meat:before{
	content:"お肉の量";
	background:#F6E7BE;
}
#menu .meat_lou:before{
	content:"お肉/ルーの量";
	background:#F6E7BE;
}

#menu .price{
	text-align: center;
	font-size:18px;
	margin-bottom: 5px;
	font-weight: bold;
}

#menu .price_medium,
#menu .price_big,
#menu .change_rice,
#menu .half_big{
	text-align: left;
	font-size:18px;
}
#menu .price:after{
	content: "円（税込）";
	font-size: 12px;
}
#menu .price_medium:before{
	content:"中盛";
	font-size:12px;
}
#menu .price_big:before{
	content:"大盛";
	font-size:12px;
}
#menu .half_big:before{
	content:"1.5倍";
	font-size:12px;
}
#menu .change_rice:before{
	content:"変更";
	font-size:12px;
}
#menu .price_medium:after,
#menu .price_big:after,
#menu .change_rice:after,
#menu .half_big:after{
	content:"円";
	font-size:12px;
}



#ricemenu {
	justify-content: space-between;
}
#ricemenu .row{
	position: relative;
	padding-top:25%;
	width:49%;
}
#ricemenu dl{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}
#ricemenu dl dt{
	text-align: left;
	padding:8px 15px;
}
#ricemenu dl dd{
	background:rgba(0,0,0,.6);
	padding:18px;
	color:white;
}
#ricemenu dl dd p{
	margin:0;
}

#ricemenu .gohan {
	background:url(../../img/gohan.jpg) no-repeat center center;
	background-size:cover;
}
#ricemenu .gokoku {
	background:url(../../img/gohan02.jpg) no-repeat center center;
	background-size:cover;
}
.reaflet div {
	margin:5px;
}

#menu h3.ti,
#delivary h3.ti,
#yakiniku_takeout h3.ti {
	background:#CB1414;
	color:white;
	padding:10px 20px;
}
#delivary h3.ti i{
	font-size:25px;
	margin-right:10px;
	vertical-align: middle;
}
#delivary .delivary_site,
#yakiniku_takeout .takeout_site{
	display: flex;
	flex-wrap: wrap;
}
#delivary .delivary_site dl,
#yakiniku_takeout .takeout_site dl{
	margin:1%;
	width:48%;
	padding:20px;
	border:1px solid #bbb;
}
#delivary .delivary_site dl.long,
#yakiniku_takeout .takeout_site dl.long{
	width:100%;
}
#delivary .delivary_site dl dt,
#yakiniku_takeout .takeout_site dl dt{
	color:#600000;
	font-size:20px;
	font-weight: bold;
	text-align: left;
}
#delivary .delivary_site dl dt:before,
#yakiniku_takeout .takeout_site dl dt:before{
	font-size:35px;
	margin-right:10px;
	vertical-align: middle;
}
#delivary .delivary_site .dly5000,
#yakiniku_takeout .takeout_site .dly5000{
	background: #F8EDA9;
	border-radius: 10px;
	padding:10px;
	margin-top:10px;
	text-align: center;

}
#delivary .delivary_site .uber{
	background:black;
	padding:15px;
	display: flex;
	align-items: center;
}
#delivary .delivary_site .row{
	width:50%;
}
#delivary .delivary_site .uber ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#delivary .delivary_site .uber ul li{
	width:48%;
	margin:1%;
}
#delivary .delivary_site .uber ul li a{
	display: block;
	background:white;
	border-radius: 10px;
	padding:10px;
	text-align: center;
}
/*------------shop--------------*/
.modaal-container{
	border-radius:10px !important;
}
#shop {
	margin:20px;
}
#shop .shopinfo{
	display: flex;
	margin-bottom: 20px;
}
#shop .visual{
	display: flex;
}
#shop .shopinfo > div,
#shop .visual > div {
	width:50%;
}
#shop .shopinfo h2{
	text-align: center;
}
#shop .shopinfo p{
	margin:0;
}
#shop .shopinfo .address{
	font-size:17px;
}
#shop .tel_btn{
	margin:15px 0;
}
#shop .tel_btn a{
	font-size:29px;
	border-radius:10px;
}
#shop .tel_btn a:before{
content:"ご注文電話番号";
display: inline-block;
margin-right:10px;
border:1px solid white;
padding:3px 5px;
font-size:14px;
vertical-align: middle;
}
#shop .tel_btn a i{
	vertical-align: middle;
	margin-right:10px;
}
