* {
	margin: 0px; padding: 0px;
}
*::after {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
* {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
body {
	background: rgb(255, 255, 255);
	font-family: "Century Gothic", Arial, sans-serif;
	color: #5f5959;
}

/*  アンカーポイント調整*/
#s,#m,#n,#u,#g {
   margin-top:-100px;
  padding-top:100px;
}

#main-visual {
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	position: fixed;
	/*z-index: 0;*/
	min-height: 100vh;
}

#main-visual img{
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

#main-visual .info{
	top:80vh;
	width:100%;
	position:absolute;
	z-index:1;
	margin:0 auto;
	text-align:center;
	font-size:1.2em;
	color:#fff;}

#main-visual .bnr{
	top: 100px;
	right: 50px;
	width: 450px;
	position: absolute;
	z-index: 2;
	height: 100px;
}

#main-visual .bnr img{
	width: 450px;
	height: 100px;
}

#main-visual .bnr a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}


#main-visual_2 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 430px;
	text-align: center;
	overflow: hidden;
	position: fixed;
	/*z-index: 0;*/
}

#main-visual_2 img{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	top: -200px;
}


#main-visual_2 .ttl{
	top: 90px;
	width: 100%;
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	font-family: "Sawarabi Mincho", serif;
	text-shadow: 2px  2px 5px #9E7F44 ,
               -2px  2px 5px #9E7F44 ,
                2px -2px 5px #9E7F44 ,
               -2px -2px 5px #9E7F44;
}

article {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: rgb(255, 255, 255);
	clear: both;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 2;
	/*top:100vh*/
}

#top{top:100vh}
#con{
	top: 200px
}

article .inner {
	margin: 0px auto;
	width: 100%;
	}

article p {
	margin-bottom: 0.5em;
}

.notice{
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 5%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	}

.notice dl {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #b8975a;	
}

.notice dt {
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 200%;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #b8975a;
	border-top: 1px solid #b8975a;
	padding: 12px 0px 10px 2%;
	text-align:left;
	box-sizing: border-box;
}
.notice dd a{
	color:#ff0}

.notice dd {
	width: 76%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 200%;
	padding: 12px 2% 10px 2%;
	border-top: 1px solid #b8975a;
	text-align: left;
	box-sizing: border-box;
}


.notice dd a{
	color:#003}

.notice dd a:hover{
	text-decoration:underline}

.notice .news{
	color: #fff;
	padding: 1px 4px;
	background: #006;
	border-radius: 5px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 1px
}

a {
	color: rgb(0,0,102);
	text-decoration: underline;
}

hr {}

.course_hr {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #9e7f44;
	width: 90%;
	margin: 5px 5%;
}

h2{
	font-weight: normal;
	font-size: 2.5em;
	color: #5F5959;
	line-height: 1.4;
	font-family:"Sawarabi Mincho", serif;
}

.pad{padding: 4em 0}

.shadow{text-shadow:  2px  2px 5px #fff ,
               -2px  2px 5px #fff ,
                2px -2px 5px #fff ,
               -2px -2px 5px #fff;}

h3{
	position: relative;
	width: 100%;
	padding: 0;
	color: #3b231c;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.6;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	font-weight:normal;
	font-family:"Sawarabi Mincho", serif;
}

h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000049 25%, #000049 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000049 25%, #000049 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

h4{
	text-align:left;
	color:#fff;
	background: #006;
	padding:0 1%;
	font-weight:normal;
	}

h5{
	text-align:center;
	font-size:1.2em;
	margin:0.3em 0;
	color:#660000}

#c2_line{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	margin-bottom:0.75em;
}

#c2_line:before,
#c2_line:after {
    border-top: 3px double #adadad;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

#c2_line:before {
    margin-right: 0.5em;
}

#c2_line:after {
    margin-left: 0.5em;}
	
#map{
	width: 100%;
	background:#f1f1f1;
	overflow: hidden;
	margin: 5% auto;
}

#map_canvas{
	width: 100%;
	height: 360px;
}

#map iframe{
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin: 5% auto;
	width: 100% !important;
	height: 360px !important;
	border: 0;
}

.inner {
	margin: 0px auto;
	width: 1180px;
}
.inner::after {
	clear: both; display: block; content: "";
}
#top-head {
	margin: 100px auto 0px;
	padding: 20px 0px 0px;
	top: -100px;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	position: absolute;
	z-index: 999;
}

#top-head a {
	color: rgb(28, 17, 3);
	text-decoration: none;
}
#top-head {
	color: rgb(255, 255, 255); text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
	font-size: 36px; float: left;
}

#top-head .logo img{
	width: 190px;
	height: auto;
	padding-left:10px;
}

#global-nav ul {
	list-style: none;
	right: 0px;
	bottom: 18px;
	font-size: 16px;
	position: absolute;
}

#global-nav ul li {
	float: left; position: relative;
}
#global-nav ul li a {
	padding: 0px 10px;
	font-family: 'Mukta Vaani', sans-serif;
}
#global-nav ul li::after {
	transition:0.3s; width: 100%; height: 3px; bottom: -20px; display: block; position: absolute; content: ""; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
}
#global-nav ul li:hover::after {
	background: rgb(158, 127, 68); bottom: -10px;
}
.fixed#top-head {
	background: rgba(255,255, 255, 0.8); transition:top 0.65s ease-in; top: 0px; height: 80px; padding-top: 15px; margin-top: 0px; position: fixed; -webkit-transition: top 0.65s ease-in; -moz-transition: top 0.65s ease-in;
}
.fixed#top-head .logo {
	color: rgb(51, 51, 51); font-size: 24px;
}

.fixed#top-head .logo img{
	width:auto;
	height:50px;
	padding-left:10px;
}

.fixed#top-head #global-nav ul li a {
	padding: 0px 10px; color: rgb(26, 0, 102); font-weight:bold;
}
.fixed#top-head #global-nav ul li::after {
	bottom: -10px;
}
.fixed#top-head #global-nav ul li:hover::after {
	background: rgb(102, 102, 102); bottom: -10px;
}
#nav-toggle {
	top: 16px;
	width: 34px;
	height: 36px;
	right: 11px;
	display: none;
	position: absolute;
	z-index: 101;
	cursor: pointer;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	background: rgb(26, 0, 102); transition:0.35s ease-in-out; left: 0px; width: 100%; height: 4px; display: block; position: absolute; -webkit-transition: .35s ease-in-out; -moz-transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0px;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#contents {
	/*overflow: hidden;*/
	width: 100%;
	/*width: 1180px;*/
	margin: 0 auto;
	/*background: #rgb(158, 127, 68);*/
	background: #rgb(255, 255, 255);
}

/*メインコンテンツ*/
#main {
	box-sizing:border-box;
	/*overflow:hidden;*/
	width:100%;
}

#main_s {
	box-sizing: border-box;
	/*overflow:hidden;*/
	width: 70%;
	float: left;
}

#main .menu_pic{
	width:100%;
	height:auto;
	margin-bottom:20px;
	}
	
#main .menu_pic img{
	width:100%;
	height:auto}

#main .bnrs{
	display:none}

.flex-container {
	width:1180px;
	margin:20px auto;
	background: #dfdfdf;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
/* 子要素(アイテム) */
.flex-item {
	width: 32%;
	margin: 10px auto;
	/*padding: 5px 10px;*/
	box-sizing: border-box;
	/*background-color: #fff;*/
	color: #333;
	line-height:1;
}
/*二分割*/
.flex-container_2 {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-item_2 {
	width: 48%;
	margin: 10px auto;
	box-sizing: border-box;
	color: #333;
	line-height: 1;
}

.flex-item_2 .txt{
	padding: 0% 5% 2% 5%;
	font-size: 1em;
	color: rgb(0, 0, 0);
	text-align: left;
	line-height: 1.6
	}

.flex-item_2 h3{
	margin-bottom:1%;
}

.flex-item_2 .bg{
	padding:3%;
	text-align:left;
	line-height:1.6}
	
.flex-item_2 .bg h4{
	text-align:center;
	background: rgb(71, 91, 238);
	color: rgb(255, 255, 255);
	margin-bottom:10px;}
	
.flex-item_2 a.site{color:#fff; background:#475bee; display:block;padding:2%;}

.flex-item_2 a.site:hover{color:#475bee; background:#ccc; display:block;padding:2%;}

.flex-item_2 img{
	width:100%;
	padding: 1%;
	border:1px #ccc solid;
	background:#f1f1f1}

/*三分割*/
.flex-container_3 {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:5% 0;
}
.flex-item_3 {
	width: 30%;
	margin: 10px auto;
	box-sizing: border-box;
	/*background-color: #fff;*/
	color: #333;
	line-height:1;
}
.flex-item_3 img{
	width:100%;
	padding: 1%;
	border:1px #ccc solid;}

.flex-item_3 .txt{
	padding: 1% 0;
	font-size: 1em;
	color: rgb(0, 0, 0);
	text-align: center;
	line-height:1.6
	}
.flex-item_3 .txt_s{
	padding: 1% 0;
	font-size: 0.9em;
	color: rgb(241, 241, 241);
	line-height: 1.6
	}
	
/*四分割*/	
.flex-container_4 {
	width: 80%;
	margin: 0 auto 5% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* 子要素(アイテム) */
.flex-item_4 {
	width: 25%;
	margin: 0px auto;
	/*padding: 5px 10px;*/
	box-sizing: border-box;
	line-height:0.8;
}

.flex-item_4 img{
	width:100%;
}

/*五分割*/	
.flex-container_5 {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* 子要素(アイテム) */
.flex-item_5 {
	width: 20%;
	margin: 0px auto;
	/*padding: 5px 10px;*/
	box-sizing: border-box;
	line-height:1;
}

.flex-item_5 img{
	width:100%;
}

/* menu */
#menu {
	width: 1180px;
	margin: 0 auto 20px auto;
	position: relative;
	padding: 1px 0;
	background: #fff;
	border-radius: 10px;
	/*background: #c1a571;*/
	border:1px solid #c1a571;
}

#menu p { margin:0px 20px 10px 20px; font-size:0.9em}
#menu dl {
	position: relative;
	font-size: 100%;
	display: block;
	margin:0px 10px 20px 10px;
	padding: 0px;
	text-decoration: none;
	overflow:hidden;
}
#menu dt {
	float:left;
	width:100%;
	display:inline;
	text-align:center;
	margin:-1px 0 0px 0;
	line-height:200%;
	font-weight: normal;
	border-top:1px dashed #ddd;
	padding:12px 0 10px 0;
	
}

#menu dd {
	margin: 0px 0 0px 0px;
	line-height: 200%;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: center;
	float: left;
	background-color: #f6f6f6;
	}

#menu dl .rclr{ color:#c00}

/*carte*/
#carte {
	width: 1180px;
	margin: 0 auto 20px auto;
	position: relative;
	padding: 1px 0;
	background: #fff;
	border-radius: 10px;
	overflow:hidden;
	border:1px solid #c1a571;
}

#carte p { width:98%;
margin:0 auto}

#carte p img{
	width:100%;
	height:auto;
	border-radius:10px;}

#carte dl {
	position: relative;
	font-size: 98%;
	display: block;
	margin:0px auto;
	padding:0 1%;
	text-decoration: none;
	overflow:hidden;
	text-align:left;
}
#carte dt {
	float:left;
	width:84%;
	display:inline;
	margin:-1px 0 0px 0;

	line-height:200%;
	font-weight: normal;
	border-top:1px solid #1c1103;
	padding:12px 1% 10px 1%;
    /*font-family: "Times New Roman", Times, serif;
*/}

#carte dt .gothic{font-family:"Meiryo","Century Gothic",Arial,sans-serif;}

#carte dd {
	float: left;
	width: 16%;
	margin: -1px 0 0px 0px;
	line-height: 200%;
	padding: 12px 1% 10px 1%;
	border-top: 1px solid #1c1103;
	text-align: right
	}


a.btn_standard {
	background: rgb(128, 0, 0); padding: 10px 5%; border-radius: 5px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; display: inline-block;
	width:90%; height:auto; margin-bottom:0.5%;
}
a.btn_standard:hover {
	background: rgb(193, 165, 113); color: rgb(128, 0, 0) !important; text-decoration: none !important;
}

/**/
.menu_area{
	width:96%;
	margin:0 2% 30px 2%;
	overflow:hidden;
	}
/*サブコンテンツ*/
#sub {
	box-sizing: border-box;
	/*overflow:hidden;*/
	float: right;
	width: 25.5%;
	padding: 0
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow: hidden;
	margin-bottom: 0.5em
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0;
	padding:0;
	list-style:none;
}

.bnr a{
	color:rgb(224, 183, 17);
	text-decoration: none;}

.bnr a:hover {
	color:rgb(171, 139, 11);
	text-decoration: none;}

.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

a.btn{
	background:#e60013;
	color:#fff;
	display:block;
	padding:2%;
	width:76%;
	margin:0 10%;
	text-align:center;
	text-decoration:none;
	border-radius:20px;
}

a.btn:hover{
	background:#666;
	color:#fff;
	text-decoration:none;
}

/*facebook*/
.facebook-wrapper {
	margin: 0px auto; max-width: 500px;
}
.facebook-wrapper > .fb-page {
	width: 100%;
}
.facebook-wrapper > .fb-page > span {
	width: 100% !important;
}
.facebook-wrapper iframe {
	width: 100% !important;
}

/*トピックパス（パンくずリスト*/
#topicpath {
	font-size: 0.9em;
	margin: 0 0 20px 0;
	padding: 0px 2%;
	clear: both;
	text-align: left;
	background: #ccc;
	/*border-top: 1px solid #b8975a;
	border-bottom: 1px solid #b8975a;*/
}

#topicpath a{
	color: #666;
}

.input_100{
	width: 99%
}
.input_90{width:90%}
.input_2-3{width:66%}
.input_1-2{width:50%}
.input_1-3{width:33%}
.input_1-4{width:25%}
.input_1-5{width:20%}

input[type="submit"]{
	cursor: pointer;
	border: none;
	padding: 5px 10px;
	border: 1px solid #acacac;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef, #e5e5e5);
	background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
	background: linear-gradient(#efefef, #e5e5e5);
	border-radius: 3px;
	color: #391b57;
	}
	
/* SEC01
------------------------------------------------------------*/
#sec01{
	background: url(../pic/index_top.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	font-family: 'Mukta Vaani', sans-serif;
	background-position: center;
}

.comment{text-align:center; background: rgba(255,255,255,0.7); border-radius:10px; padding:10px; color:#000; width:360px; margin:0 auto 20px auto}

/* SEC02
------------------------------------------------------------*/
#sec02{
	width:1180px;
	margin:0 auto;
	}


/* info
------------------------------------------------------------*/
#info {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 5%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
#info p { margin:0; }

.first {
	border-top: 1px solid #ddd;
}

#info dl {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #b8975a;	
}


#info dt {
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 200%;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #b8975a;
	border-top: 1px solid #b8975a;
	padding: 12px 0px 10px 2%;
	text-align:left;
	box-sizing: border-box;
}
#info dd a{
	color:#ff0}

#info dd {
	width: 76%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 200%;
	padding: 12px 2% 10px 2%;
	border-top: 1px solid #b8975a;
	text-align: left;
	box-sizing: border-box;
}


#info dd a{
	color:#3b231c}

#info dd a:hover{
	text-decoration:underline}

#info .news{
	color: #FFFFFF;
	padding: 1px 4px;
	background: #006;
	border-radius: 5px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 1px
}

/*MESSAGE
------------------------------------------------------------*/
.features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	color: #000;
}

.features_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
	 /*border:1px #ccc solid;*/
    width: 50%;
	line-height:160%;
}

.features_inner .txt{
	width: 100%;
	margin: 0 0 5% 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 160%;
	font-weight: bold;
}

.features_inner .txt_s{
	width: 90%;
	margin: 5%;
	text-align: left;
	font-size: 1.1em;
	line-height: 160%;
}

.features_inner_pic {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    -webkit-align-items: bottom;
    align-items: bottom;
	padding: 0;
	width: 50%;
	position: relative;
	height: auto;
	align-self: flex-start;
}
.features_inner_pic img{
	width:100%;
	height:auto;
	align-self: flex-start;
	}

.video{
	width: 90%;
	margin: auto;
	padding: 0 0
}

video{
	width:100%;
	height:auto
}

/*LUNCH CARTE MENU*/
.trim_left{
  position:relative;
  width:80%;
  margin:0 0 0 20%;
  line-height:1;
}

.trim_left img{
  width:100%;
  height:auto;
}

.trim_left:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 40%, #fff 90%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 40%, #fff 90%); 
}

.trim_left .menu_ttl{
	font-size: 1.5em;
	width: 70%;
	height: auto;
	position: absolute;
	left: -20%;
	color: #000;
	z-index: 1;
	top: 50%;
  }
  
.trim_left .comments{
	font-size: 1em;
	width: 70%;
	height: auto;
	padding: 2%;
	position: absolute;
	left: -20%;
	bottom: 10%;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 6px;
  }
  

/*DINNER MENU*/
.trim_right{
  position:relative;
  width:80%;
  margin:0 20% 0 0;
  line-height:1;
}

.trim_right img{
  width:100%;
  height:auto;
}

.trim_right:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, #fff 90%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 40%, #fff 90%); 
}
.trim_right .menu_ttl{
	font-size: 1.5em;
	width: 70%;
	height: auto;
	position: absolute;
	right: -20%;
	color: #000;
	z-index: 1;
	top: 50%;
  }
 
.trim_right .comments{
	font-size: 1em;
	width: 70%;
	height: auto;
	padding: 2%;
	position: absolute;
	right: -20%;
	bottom: 10%;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 6px;
  } 
 

.menu_ttl a.btn{
	background: #1c1103;
	display: block;
	padding: 1%;
	width: 20%;
	margin: 0 40%;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: rgb(158, 127, 68);
}

.menu_ttl a.btn:hover{
	background: #1c1103;
	color: #fff;
	text-decoration: none;
}

/*COURSE*/
/*左側テキスト*/
.trim_course_left{
	position: relative;
	width: 60%;
	margin: 0 0 0 40%;
	line-height: 1;
}

.trim_course_left img{
  width:100%;
  height:auto;
}

.trim_course_left a{
	color:#900;
	text-decoration:underline;}

.trim_course_left a:hover{
	text-decoration:none;}

.trim_course_left:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
   background: linear-gradient(to left, rgba(193, 165, 113, 0) 40%, #c1a571 90%);
  background: -webkit-linear-gradient(right, rgba(193, 165, 113, 0) 40%, #c1a571 90%); 
}

.trim_course_left .menu_ttl{
	font-size: 1.1em;
	width: 80%;
	height: auto;
	position: absolute;
	left: -50%;
	color: #000;
	z-index: 1;
	top: 5%;
	line-height: 1.4
  }
   

/*テキスト右側*/
.trim_course_right{
	position: relative;
	width: 60%;
	margin: 0 40% 0 0;
	line-height: 1;
}

.trim_course_right img{
  width:100%;
  height:auto;
}

.trim_course_right a{
	color:#900;
	text-decoration:underline;
	}

.trim_course_right a:hover{
	text-decoration:none;
	}

.trim_course_right:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
  background: linear-gradient(to right, rgba(193, 165, 113, 0) 40%, #c1a571 90%);
  background: -webkit-linear-gradient(left, rgba(193, 165, 113, 0) 40%, #c1a571 90%); 
}
.trim_course_right .menu_ttl{
	font-size: 1.2em;
	width: 80%;
	height: auto;
	position: absolute;
	right: -50%;
	color: #000;
	z-index: 1;
	top: 5%;
	line-height:1.5
  }
@media screen and (min-width: 1600px) {
.trim_course_left .menu_ttl{
	font-size: 1.2em;
	width: 80%;
	height: auto;
	position: absolute;
	left: -50%;
	color: #000;
	z-index: 1;
	top: 20%;
	line-height: 1.5
  }

.trim_course_right .menu_ttl{
	font-size: 1.2em;
	width: 80%;
	height: auto;
	position: absolute;
	right: -50%;
	color: #000;
	z-index: 1;
	top: 20%;
	line-height:1.5
  }	

}

/*CHEF*/
.trim{
	position: relative;
	width: 60%;
	margin: 0 0 0 40%;
}

.trim img{
  width:100%;
  height:auto;
}

.trim:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 90%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 90%); 
}
.trim .comments{
	font-size: 1em;
	width: 96%;
	height: auto;
	padding: 2%;
	position: absolute;
	left: -65%;
	bottom: 10%;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 6px;
  /*border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;*/
  }
  
 /*CHEF INOUE*/
.trim_s{
	position: relative;
	width: 35%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 50%;
}

.trim_s img{
  width:100%;
  height:auto;
}

.trim_s:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 90%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 90%); 
}
.trim_s .comments{
	font-size: 1em;
	width: 130%;
	height: auto;
	padding: 2%;
	position: absolute;
	left: -120%;
	top: 10%;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 6px;
  /*border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;*/
  }
  
 /*二分割*/
.col_two_one {
	/*overflow: hidden;*/
	margin: 0 auto;
	width: 100%;
}

.col_two_one ul {
	overflow: hidden;
	margin: 0% -5% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:45%;
	margin:3% 5% 0% 0%;
	text-align:left;
	line-height:1.6;
	font-size:1.1em;
}

.col_two_one li img{
	float:left;
	width:50px;
	height:50px;
	margin-right:5%
}

.col_two_one li .menu {
	list-style:none;
	float:left;
	width:46%;
	margin:0 27% 2% 27%;
	text-align:center;
	line-height:1.6;
}

.col_two_one li:nth-child(2n+1) {
	clear:both;
}

/*二分割 稽古*/
.col_two_one_s {
	/*overflow: hidden;*/
	margin: 0 auto;
	width: 100%;
}

.col_two_one_s ul {
	overflow: hidden;
	margin: 0% -5% 0 0;
}
.col_two_one_s li {
	box-sizing:border-box;
	list-style:none;
	float:left;
	border:1px solid #ccc;
	width:45%;
	margin:3% 5% 0% 0%;
	text-align:left;
	line-height:1.6;
	font-size:1.1em;
}

.col_two_one_s li .ttl{background:#006; height:40px; line-height:40px; color:#fff; text-align:center}

.col_two_one_s li img{
	float:left;
	width:50px;
	height:50px;
	margin-right:5%
}

.col_two_one_s li:nth-child(2n+1) {
	clear:both;
}

/*.col_two_one_s li:nth-child(5) {
	margin:3% 25% 0% 25%;
}*/

.profile {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.profile dl {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #b8975a;	
}


.profile dt {
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #b8975a;
	border-top: 1px solid #b8975a;
	padding: 5px 0px 5px 2%;
	text-align: left;
	box-sizing: border-box;
}

.profile dd {
	width: 76%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	padding: 5px 2% 5px 2%;
	border-top: 1px solid #b8975a;
	text-align: left;
	box-sizing: border-box;
}

/*グループ*/
.group{
	text-align: center;
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.group img{
	margin: 0 1% 0 1%;
	}

.group a:hover{
	opacity:0.8;
}

/*フッター*/
footer {
	width: 100%;
	text-align: center;
	background-color: #003;
	/*position: relative; z-index:2;*/
}

footer .inner {
	margin: 0px auto;
	padding: 30px 0 50px 0;
	width: 1180px;
	background:#f4f4f4;}

#c_line{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	margin-bottom:0.5em
}

#c_line:before,
#c_line:after {
    border-top: 1px solid #ccc;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

#c_line:before {
    margin-right: 0.5em;
}

#c_line:after {
    margin-left: 0.5em;}
 
footer h1 {
	font-size: 1em;
	color: #f1f1f1;
	font-weight: normal
}

/*フッター三分割*/
.flex-container_f {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:2% 0;
}
.flex-item_f {
	width: 30%;
	margin: 0 auto;
	box-sizing: border-box;
	/*background-color: #fff;*/
	line-height: 1.6;
}

.flex-item_f .txt{
	padding: 1% 0;
	font-size: 0.9em;
	color: rgb(255, 255, 255);
	}
	
/*SNS二分割*/
.flex-container_s {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:5% 0;
}
.flex-item_s {
	width: 25%;
	margin: 0 auto;
	box-sizing: border-box;
	/*background-color: #fff;*/
	line-height: 1.6;
}

.flex-item_s img{
	width:100%;
	height:auto;
	}

.copyright {
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 0.8em;
	text-align: center;
	color: #999;
}
.copyright a{
	color:#c1a571;
	}
.copyright a:hover{
	color:#9e7f44;
	text-decoration:none;}


/*  ページトップへの戻り*/
#pageTop {
	position:fixed;
	bottom:38px;
	right:35px;
	z-index:9999;
}
#pageTop a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	/*padding: 5px 10px;
	color: rgb(158, 127, 68);
	background: rgba(0, 0, 0, 0.8);*/
}

#pageTop a:hover {
	/*color:rgb(238, 238, 238)*/
}

#pageTop img {
	width:48px;
	height:48px;
	/*background-color: #021c62;*/
}
#pageTop img:hover {
	opacity:0.7;
	/*background-color:rgb(214, 155, 17)*/
}

.tel-link {}
span{font-family: 'Mukta Vaani', sans-serif;}

/*table*/
table {
	width: 100%;
	border-collapse: collapse;
	box-sizing:border-box;
  }

table th {
	border-top: solid 1px #c1a571;
	border-bottom: solid 1px #c1a571;
	padding: 5px 5px;
	font-weight: normal;
	text-align: center;
	background:#f1f1f1;
	font-size:0.8em;
	box-sizing:border-box;
}
table td {
	border-top: solid 1px #c1a571;
	border-bottom: solid 1px #c1a571;
	padding: 5px;
	text-align:center;
	font-size:0.8em;
	box-sizing:border-box;
}


/*table td:last-child {
	text-align:right} */


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

}

/*罫線の設定*/

.rb2_line{border-bottom:2px solid #f00;}
.a_line{border:1px solid #ccc;}
.t_line{border-top:1px dotted #ccc;}

/*背景の設定*/
.bgw{background-color: rgba(255,255,255,0.8);}
.wbg{background:#ffffff}
.gdbg{background:#rgb(158, 127, 68)}
.gd2bg{background:#rgb(193, 165, 113)}
.cbg{background:#453c3c;}
.mbg{background:#ffffcc;}

/*位置の設定*/
.rightlay{float:right;}
.leftlay{float:left;}
.clr{clear:both;}

/*テキストの設定*/
.txtc{text-align:center;}
.txtr{text-align:right;}
.txtl{text-align:left;}

.nf{font-size:0.6em}
.nnf{font-size:0.7em}
.nlf{font-size:0.8em}
.lnf{font-size:0.9em}
.lf{font-size:1.1em}
.llf{font-size:1.2em}
.lllf{font-size:1.5em}
.xf{font-size:2em}
.xlf{font-size:2.5em}

.Mukta{font-family: 'Mukta Vaani', sans-serif;}
.min{font-family:"Sawarabi Mincho", serif;}

.pclr{color: #e85197}
.dpclr{color:#513544}
.bclr{color: #006}
.bkclr{color: #000}
.gclr{color:#009943}
.dbclr{color:#000033}
.wclr{color:#ffffff}
.bclr{color:#021c62}
.rclr{color:#d90000}
.brclr{color: #9e0000}
.vclr{color:#7e0026}
.gdclr{color:#9e7f44}
.oclr{ color:#f90}
.b{font-weight:bold}

.menu_price{font-size:1em; 
color:#7d0021;
font-weight:normal}

.mb20{
	margin-bottom:20px}
.mb30{
	margin-bottom:30px}
.mb50{
	margin-bottom:50px}
.mt10{
	margin-top:10px}
.mt15{
	margin-top:50px}
.ml10{
	margin-left:10px}
.ml20{
	margin-left:20px}
.mr10{
	margin-right:10px}
.mr20{
	margin-right:20px}
.pa025{ padding:0 0.25em}
.pa5{ padding:5px}
.pa15{ padding:15px}

.pc_display{
	display:block}
.sp_display{
	display:none}
	
.alignright { float:right; margin-left:20px; margin-right:20px;}
.alignleft { float:left;  margin-right:20px;}
.aligncenter { margin-left:auto; margin-right:auto; }

@media screen and (max-width:1180px)
{
article {
	/*padding: 0px 30px;*/
}
#contents {
         width:100%;
}

.inner {
	/*padding: 0px 20px;*/ width: 100%;
}
#global-nav ul li a {
	/*padding: 0px 20px;*/
}
.fixed#top-head #global-nav ul li a {
	/*padding: 0px 15px;*/
}

/* menu */
#menu {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:1px 0;
}

/*carte*/
#carte {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:1px 0;
}

footer #footermain {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

/* SEC01 SEC02
------------------------------------------------------------*/
sec01{
	width:100%;
	margin:0 auto;}
#sec02{
	width:100%;
	margin:0 auto;}

.break_none br{display: none;}

/*COURSE*/
/*左側テキスト*/
.trim_course_left{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	line-height: 1;
}

.trim_course_left img{
  width:100%;
  height:auto;
}

.trim_course_left:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
  background: -webkit-linear-gradient(top, rgba(193, 165, 113, 0) 40%, #c1a571 90%); 
}

.trim_course_left .menu_ttl{
	font-size: 1.2em;
	width: 100%;
	height: auto;
	position: relative;
	left: 0%;
	color: #000;
	z-index: 1;
	top: 0%;
	line-height: 1.5;
	padding-top:2.5%;
	padding-bottom:5%;
  }
   

/*テキスト右側*/
.trim_course_right{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	line-height: 1;
}

.trim_course_right img{
  width:100%;
  height:auto;
}

.trim_course_right:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
  background: -webkit-linear-gradient(top, rgba(193, 165, 113, 0) 40%, #c1a571 90%); 
}
.trim_course_right .menu_ttl{
	font-size: 1.2em;
	width: 100%;
	height: auto;
	position: relative;
	right: 0%;
	color: #000;
	z-index: 1;
	top: 0%;
	line-height:1.5;
	padding-top:2.5%;
	padding-bottom:5%;
  }
.features_inner .txt_s{
	width: 90%;
	margin: 5%;
	text-align: left;
	font-size: 1.1em;
	line-height: 160%;
	letter-spacing: 0px;
}  

}

@media screen and (max-width:1024px)
{
article .inner {
	margin: 0px auto;
	width: 100%;
}

#con{top:200px}

#main-visual_2 img{
	top: -50px;
}

#top-head {
	padding: 0px; width: 100%;
}
.inner {
	padding: 0px; width: 100%;
}
#top-head {
	top: 0px; margin-top: 0px; position: fixed;
}
.fixed#top-head {
	background: none; padding-top: 0px;
}
#mobile-head {
	background: rgba(255, 255, 255, 1.0);
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 999;
}

#mobile-head .logo img{
	width:130px;
	height:auto;
}

.fixed#top-head .logo {
	left: 13px; top: 13px; color: rgb(51, 51, 51); font-size: 26px; position: absolute;
}

.fixed#top-head .logo img{
	width:130px;
	height:auto;
}

#top-head .logo {
	left: 13px;
	top: 13px;
	color: rgb(51, 51, 51);
	font-size: 26px;
	position: absolute;
}
#global-nav {
	background: rgba(255, 255, 255, 0.7); padding: 10px 0px; transition:0.5s ease-in-out; top: -500px; width: 100%; text-align: center; position: absolute; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none; right: 0px; bottom: 0px; font-size: 14px; position: static;
}
#global-nav ul li {
	float: none; position: static;
}
#global-nav ul li::after {
	display: none;
}
#top-head #global-nav ul li a {
	padding: 20px 0px; width: 100%; color: rgb(0, 0, 0); display: block;
}

#top-head #global-nav ul li a:hover {
	padding: 20px 0px; width: 100%; color: rgb(255, 255, 255); display: block;
}

.fixed#top-head #global-nav ul li a {
	padding: 20px 0px; width: 100%; color: rgb(0, 0, 0); display: block;
}

#nav-toggle {
	display: block;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px; transform: rotate(315deg); -webkit-transform: rotate(315deg); -moz-transform: rotate(315deg); 
}
.open #nav-toggle span:nth-child(2) {
	left: 50%; width: 0px;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px; transform: rotate(-315deg); -webkit-transform: rotate(-315deg); -moz-transform: rotate(-315deg);
}
.open #global-nav {
	transform: translateY(556px); -webkit-transform: translateY(556px); -moz-transform: translateY(556px);
}

footer #footermain {
	width: 100%;
}

footer .inner {
	width: 100%;
	}
.flex-container_f {
	width: 100%;
}

.footermenu li {
	padding:0 10px;
}

}

@media screen and (max-width:768px)
{
/*  アンカーポイント調整*/
#s,#m,#n,#u,#g {
   margin-top:-60px;
  padding-top:60px;
}

#main-visual {
	position: relative;
    overflow:hidden;
    width:100%;
    height:300px;
}

#main-visual img{
	width:100%;
	height:auto;
	object-fit: cover;
    /*left:50%;
    width:1500px;
    height:500px;
    margin-left:-750px;*/
}

#main-visual .info{
	bottom: 30px;
	width: 90%;
	font-size: 1em;
	margin: 0 5%;
}

#main-visual .takeout{
	display:none;
}

#main-visual .bnr{
	display:none;
}

#main-visual .bnr2{
	display:none;
}

#main-visual_2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

#main-visual_2 img{
	width: 100%;
	height: auto;
	top: 0px;
}


#main-visual_2 .ttl{
	top: 100px;
	font-size: 2em;
}

article {
	width:100%;
	margin: 0 auto;
	/*top:auto*/
}
#top{top:auto}
#con{top:auto}

article .inner {
	width: 100%;}
	
.notice{
	width: 100%;
	height: auto;
	margin: 0% 0%;
	padding: 5% 2%;
	box-sizing: border-box;
	border-radius: 0px;
}

.notice ol{
	margin:0 2%}

.notice dt{
	font-size:0.9em;}	
.notice dl{
	font-size:0.9em;}

#contents {
         width:100%;
}

#main {
		float:none;
		width:96%;
		padding:0 0;
		margin:0px auto;
	}

#main_s {
		float:none;
		width:96%;
		padding:0 0;
		margin:0px auto;
}
	
#main .bnrs{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 0em;
	margin-bottom: 5%;
}

#main .bnrs img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

#main .bnrs img a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

h2{
	font-size: 1.8em;
	margin-bottom: 15px;
	text-align:center;
}

.pad{padding: 2em 0}

h3{
	font-size: 1.3em;
	text-align: center;
	line-height: 1.6;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#sec02 .address{
	text-align: center;
	width: 95%;
	margin: 0 auto 0.5em auto;
	font-size:0.9em;
}

/* info
------------------------------------------------------------*/
#info {
	width: 100%;
	height: auto;
	margin: 0% 0%;
	padding: 5% 2%;
	box-sizing: border-box;
	border-radius: 0px;
}
#info p { margin:0; }
#info dl {
	margin: 0;
	width:100%		
}

#info dt {
	width: 100%;
	height: auto;
	display: block;
	clear: left;
	float: none;
	margin: 0 0 0 0;
	border-bottom: none;
	border-top: 1px solid #b8975a;
	border-bottom: 1px dotted #b8975a;
	border-right: none;
	padding: 2%;
}
#info dd {
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 0 0;
	padding: 2%;
	border-top:none;
}

.flex-container {
	width:100%;
	background:#fff;}
	
.flex-item {
	width: 95%;
	margin: 10px auto;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	color: #333;
}

.flex-item img{
	max-width:100%;
	height:auto;
	}
	
.flex-container_2 {
	width:100%;
	background:#f1f1f1;}
	
.flex-item_2 {
	width: 95%;
	margin: 10px auto;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	color: #333;
}

.flex-item_2:first-child {
	margin-bottom:0}

.flex-item_2 img{
	max-width:100%;
	height:auto;
	}


.flex-container_3 {
	width:100%;
	}
	
.flex-item_3 {
	width: 48%;
	margin: 10px auto;
	padding: 0;
	box-sizing: border-box;
	color: #333;
}

.flex-item_3 img{
	max-width:100%;
	height:auto;
	}

/*スマホ2分割*/	
.flex-container_4 {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* 子要素(アイテム) */
.flex-item_4 {
	width: 50%;
	margin: 0px auto;
	/*padding: 5px 10px;*/
	box-sizing: border-box;
	line-height:0.8;
}

#menu { margin:0 0 20px 0;}

#carte { margin:0 0 20px 0;}

#carte p { margin:0 0;}

#carte dl {margin:0 auto 20px auto;
	}

#carte dt {
	width:100%;
	font-weight:normal;
	border-top:none;
	}

#carte dd {
	width:100%;
	text-align:right;
	border-top:none;
	border-bottom:none;
	background:rgba(28,17,3, 0.1);
	}

a.btn{
	width:80%;
	margin:0 10%;
}

#sub {
		float:none;
		width:96%;
		padding:0 0;
		margin:0px auto;
	}

#map{
	margin-bottom:5%;
}

#map_canvas{
	/*display:none*/
	width: 100%;
	height: 300px;
	margin: 0 auto
}

#map_canvas_sp img{
	width: 100%; height: auto; margin:0 auto
}

/*トピックパス（パンくずリスト*/
#topicpath {
	padding: 2px 2%;
}

.features_inner {
	width:100%
	}
	
	.features_inner .txt_s{
	width: 90%;
	margin: 5% 5% 5% 5%;
	text-align: left;
	font-size: 1.1em;
}
	
.features_inner_pic {
	width:100%	

	}

.video{
	width: 100%;
	margin: auto;
	padding: 0 0
}
	
/*MENU*/
.trim_left .menu_ttl{
	font-size: 1.5em;
	width: 70%;
	height: auto;
	position: absolute;
	left: -20%;
	color: #000;
	z-index: 1;
	top: 20%;
  }

.trim_right .menu_ttl{
	font-size: 1.5em;
	width: 70%;
	height: auto;
	position: absolute;
	right: -20%;
	color: #000;
	z-index: 1;
	top: 20%;
  }

.menu_ttl a.btn{
	background:#000;
	display:block;
	padding:2% 1%;
	width:60%;
	margin:0 20%;
	text-align:center;
	text-decoration:none;
	line-height:1;
	font-size:0.8em;
}

.menu_ttl a.btn:hover{
	background:#666;
	color:#fff;
	text-decoration:none;
}	

/*COURSE1180pxへ移動*/


/*CHEF*/
.trim{
	position: relative;
	width: 100%;
	margin: 0 0 2% 0;
}

.trim img{
  width:100%;
  height:auto;
}

.trim:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
  background: -webkit-linear-gradient(top, rgba(158, 127, 68, 0) 40%, #9e7f44 90%); 
}
.trim .comments{
	font-size: 1em;
	width: 100%;
	height: auto;
	padding: 2%;
	position: relative;
	left: 0;
	bottom: 0;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 0px;
  }
 
 /*CHEF INOUE*/
.trim_s{
	position: relative;
	width: 100%;
	margin: 0 0 0% 0;
}

.trim_s img{
  width:100%;
  height:auto;
}

.trim_s:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  background: rgba(241, 241, 241, 0.5);
  /* 塗りつぶす 
  background: -webkit-linear-gradient(top, rgba(158, 127, 68, 0) 40%, #9e7f44 90%); */
}
.trim_s .comments{
	font-size: 1em;
	width: 100%;
	height: auto;
	padding: 2% 2% 0 2%;
	position: relative;
	left: 0;
	bottom: 0;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 0px;
  }
  
 /*二分割*/
.col_two_one{
	width:100%}

.col_two_one ul {
	margin:2% 0 0 0;
}
.col_two_one li {
	width: 100%;
	margin: 0 0 4% 0;
	/* [disabled]border-bottom:#ccc dotted 1px; */
}


.col_two_one li:nth-child(3) {
	width: 100%;
	margin: 0 0 4% 0;
}

.col_two_one li:last-child {
	border-bottom:none
	}
	
.col_two_one_s ul {
	margin:2% 0 0 0;
}
.col_two_one_s li {
	width: 100%;
	margin: 0 0 4% 0;
}

.profile {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.profile dl {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #b8975a;	
}


.profile dt {
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #b8975a;
	border-top: 1px solid #b8975a;
	padding: 5px 0px 5px 2%;
	text-align: left;
	box-sizing: border-box;
}

.profile dd {
	width: 76%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	padding: 5px 2% 5px 2%;
	border-top: 1px solid #b8975a;
	text-align: left;
	box-sizing: border-box;
}

input {
font-size: 1.1em;
}
select{
font-size: 1.1em;
}
textarea{
font-size: 1.1em;
}

.input_100{width:98%}
.input_90{width:98%}
.input_2-3{width:98%}
.input_1-2{width:98%}
.input_1-3{width:39%}
.input_1-4{width:98%}

/*FOOTER*/
footer {}

footer a {
	color: rgb(158, 127, 68);
	text-decoration: none;
}

footer .inner {
	padding: 30px 0 100px 0;
	width: 100%;}

footer #footermain{
	width:100%;
	margin:0 auto}

#c_line{
	font-size: 1.2em;
	margin-bottom: 0em
}

footer h1 {
	font-size: 1.5em;
	color: #f4f4f4;
	font-weight: normal
}

/*フッター三分割*/
.flex-container_f {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:5% 0 0 0;
}
.flex-item_f {
	width: 96%;
	margin: 0px auto 5% auto;
	box-sizing: border-box;
	/*background-color: #fff;*/
	line-height: 1.6;
}

.flex-item_f .txt{
	padding: 1% 0;
	font-size: 0.9em;
	color: rgb(241, 241, 241);
	}

.flex-item_s img{
	width:70%;
	height:auto;
	margin:0 10%;
	}

.footermenu {
	overflow: hidden;
	margin-top: 0em;
	padding: 0 0;
	width: 100%;
	float: none;
	border-top: none
}

.footermenu li {
	width: 100%;
	text-align:left;
	margin-right: 0;
	background: #fff;
	padding:0;
	border-bottom: 1px solid #c1a571;
	color:#fff
}
.footermenu li a {
	display: block;
	padding: 9px 0 8px 20px;
	background: url( ../img/footer_arrow_rt.png) no-repeat 98% center;
	color: #333
}
.footermenu li a:hover {
	background: url(../img/footer_arrow.png) no-repeat 98% center #f1f1f1;
	color: #333;
	text-decoration:none;
	}

.footermenu li:first-child{ margin-left:0;
border-top: 1px solid #ccc;}

.copyright {
	padding: 20px 0 80px 0;
}

#footer_fixed {
	font-size:0.9em}

/*ページトップへの戻り*/
#pageTop {
	bottom:70px;
	right:5px;
}

/*並び順を指定する*/
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}
.order6 {
  order: 6;
}

.alignright { float:none; margin-left:auto; margin-right:auto;}
.alignleft { float:none; margin-left:auto; margin-right:auto;}
.aligncenter { margin-left:auto; margin-right:auto; }

.sp_txtl{text-align:left}

@media screen and (max-width:640px)
{
.sp_display{
	display:block}
.cp_display{
	display:none}	
	}

}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
