@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
body {
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	overflow: hidden;
}
.inner {
	max-width: 1200px;
	margin: auto;
}
/*a{-webkit-tap-highlight-color: #cccccc;}*/
a:link,a:visited {color: #000;}
a:hover,a:active {color: #000;}
a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
b {font-weight: bold;}
span {font-weight: inherit;}
pre {
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin:0;
	padding:0;
	white-space: pre-line;
}
/*img {height: auto !important;}*/
table {table-layout: fixed !important;}
table td {padding: 0 !important;}
table td img {max-width: 100% !important;height: auto !important;}
form table td {padding: 10px !important;}
.ml1 {margin-bottom: 10px;}
.imgR {margin-left: 30px !important;} /*画像テキストの幅変更　default 10px*/
.imgL {margin-right: 30px !important;} /*画像テキストの幅変更　default 10px*/

/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	padding-top: 10px;
	min-width: 100% !important;
	/*background:url(../images/common/) repeat center top #ccc;*/
}
#header{
	height: 128px;
}
h1{
	display: block;
	float: left;
	margin-bottom: 10px;
}


#siteID{
}
#hed_info{
	
}
.tel{

}
.cont_txt{

}
.tel_txt{
}
.cont{
}
.cont i{
	padding-right:10px; 
}
.cont a{
	text-decoration: none;
	padding: 10px;
	border: 1px solid;
}
.cont a:hover{

}

/*================== mainArea =================*/
#mainArea{
	width: 100%;
}
#mainArea ul#slider img{
	height: 100% !important;
	width: 100% !important;
	display: block;
	position: relative;
	text-align: left;
}
#mainArea ul#slider,#slider li{
	padding: 0;
	list-style: none;
	z-index: 1;
}
#mainArea #slider li{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tdpd10{
	border-bottom: 1px dashed #333;
    overflow-x: hidden;
    width: 95%;
    text-align:justify;
    font-size: 16px;
}





/*================== nav_global =================*/
#nav_sp {display: none !important;}
#nav_global {
	height: 60px;
	margin-top: 25px;
	line-height: 60px;
	float: right;
	width: 70%;
}
#nav_global ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#nav_global ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;

}
#nav_global ul li a{
	font-size:15px;
	text-decoration: none;
	  font-weight: bold;
}
#nav_global ul li a:hover{
}

.zanza{
	float: left;
}




/*================== meanmenu =================*/
.mean-container .mean-bar {
	background: #000 !important;
	position: fixed !important;
}
.mean-container .mean-nav {
	/*background: #0073ac !important;*/
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	/*background-color: #e9832f !important;*/
}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	height: 210px;
	min-width: 100% !important;
	height: auto;
	background-color: #fff;
}

footer#global_footer .fltL{
    float: left;
}
#pagetop{
	width: 70px;
	margin: 0px auto ;
}
#copy{
	color:#000;
	font-size: 13px;
	text-align: right;
    margin-top: -40px;
}
#copy a{
	text-decoration: none !important;
}

footer address{
	font-size: 16px;
	line-height: 25px;
    text-align: left;
    float: left;
    padding: 20px;
}

footer address p{
	font-weight: bold;
}





/*================== nav_footer =================*/
#nav_footer {
	padding-top: 15px;
}
#nav_footer li {
	width: 120px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
	font-size: 12px;
	border-right: 2px solid #ccc;
}

#nav_footer li:nth-child(6){
	border-right: none;
}

#nav_footer li a {
	color: #000;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}
#nav_footer li a:hover {
	text-decoration: underline;
}

#footer .fltL{
     margin-top: 50px !important;
}

.footer_rogo{
	float: left;
}




/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important; 
}

.inner_max{
	max-width: 80%;
	margin:20px auto 50px auto;
}

.back_maru{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat !important;
}

.text{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}


.gurunabi img{
    display: block !important; 
    margin:0 auto !important;
   padding-top: 50px;
   width: inherit !important;
   height: inherit !important;
}

#contents {
	width: 100% !important;
    background-color: #fff;
    padding-top: 50px;
}

.midashi2{
     font-size: 30px;
     font-weight: bold;
     width: 90%;
     margin:0 auto;
}

.scroll{
	width: 90% !important;
	height:300px !important;
	margin:auto;
}

.scroll_td{
	width: 20%;
	vertical-align: top;
}

#main {  
    width: 100%;
 }
#main #col_main {
    width: 100%;
    float: none;
    margin:auto;
}

#main #col_side1 {

}
#side {}
#side #col_side2 {}

/*================== topic_path =================*/
.topic_path {}
.topic_path li {display: inline;}
.topic_path li a {
	text-decoration: none;
	color: #333;
}
.topic_path li a:after {
	content: " > ";
}



/*==================concept.html =================*/

.title2{
	font-size: 3.5em;
	height: 90px;
	line-height: 90px;
	background-color: #302833 !important;
	color: #fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3)!important;

}

.left_text{
	width: 50%;
	height: 50%;
	line-height: 30px;
	font-size: 1.2em;
}

.right_pic{
	width: 50%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.season_pic{
	width: 50%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.season_pic img{
	object-fit: cover;
	font-family: 'object-fit: cover;' ;
    height: 450px !important;
    width: 100% !important;
}
.glid img{
	object-fit: cover;
	font-family: 'object-fit: cover;' ;
    height: 225px !important;
}
.section{
	width: 100%;
	height: 450px;
}

/*==================season.html =================*/

.tdpd10_season td{
	padding: 10px !important;
	font-size: 1.25em;
	border-bottom: 1px dashed #ccc !important;
}

.tdpd10_season2 td{
	padding: 10px !important;
	font-size: 1.25em;
	border-bottom: 1px dashed #ccc !important;
}

.tdpd10_season{
	height: 300px;
    width: 80%;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}

.tdpd10_season2{
	height: 300px;
    width: 80%;
    position: absolute;
    top:40 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}

 .price_season{
 	text-align: right;
 }

 .table_season{
	width: 50%;
	height: 450px;
	position: relative;
}

 .table_season2{
	width: 50%;
	height: 450px;
	position: relative;
}
.section:nth-child(odd) .table_season2{
    float:left !important;
}

.section:nth-child(even) .table_season2{
    float:right !important;
}

.section:nth-child(odd) .table_season{
    float:left !important;
}

.section:nth-child(odd) .right_pic{
	float:left !important;
}

.section:nth-child(even) .right_pic{
	float:right !important;
}

.section:nth-child(odd) .season_pic{
	float:left !important;
}

.section:nth-child(even) .season_pic{
	float:right !important;
}

.table_season:nth-child(even){
    float:right !important;
}



/*==================access.html =================*/

.tdpd10_ac td{
	padding: 10px !important;
}

.table_box{
	width: 50%;
	height: 450px;
	float: left;
	position: relative;
}

.tdpd10_ac{
	height: 320px;
    width: 80%;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    }

.tenpo_address{
	font-size: 1.2em;
	line-height: 1.8em;
}

.gaiyou_td{
	text-align: left;
}


/*==================food.html =================*/

.autoplay{
	width: 100%;
	height: 320px;
	background-color: #eee;
}

.title_food{
	font-size: 2.8em;
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
	color: #302833;
	font-weight: bold;
}

.title_concept{
	font-size: 2em !important;
	color: #302833;
	font-weight: 800;
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
	margin: 0 auto;
}

.course_pic{
	width: 100%;
	height: 400px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.course_text{
	width: 100%;
	padding:50px;
}

.tdpd10_menu td {
    padding:10px !important;
    font-size: 1.4em;
}


.tdpd10_menu{
	height: 300px;
    width: 95%;
    margin:auto;
}

.drink_table{
	width: 45%;
	margin: 0 auto;
	float: left;
}

.drink_table td{
	padding:10px !important;
    font-size: 1.4em;
}

.drink_table tr{
	border-bottom: 1px dashed #ccc;
}

.drink_table h3{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	background-color: #aaa;
	color: #fff;
}

.drink_table tr td h3 span{
	font-size: 1.35rem;
}


.season_text{
	width: 85%;
	height: 50%;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 1.9em;
	clear: both;
}

.slick-prev:before, 
.slick-next:before{
    font-size:100px !important;
    color: #302833 !important; 
}

.slick-prev{
	left: 0px !important;
}

.home_slick{
	margin-top: 50px;
	margin-bottom: 50px;
}

.home_slick div{
	width:90%;/*スライド全体の幅*/
	margin:0 auto;
	overflow: hidden;
}

.home_slick .slick-slide img{
	margin-left: 20px;
	height: auto !important;
}

.slick-slide img:not(:fast-child){
	margin-left: 0px !important;
}

.slick-list{
	margin: 0 auto !important;
}

button{
	background-color: transparent!important;
}

.home_slick .slick-prev, 
.home_slick .slick-next{
    width: 25% !important;
    height: 25% !important;
    cursor: pointer !important;
    z-index: 9999999999 !important;
}




/*モバイル切り替え*/

.home_slick2{
	margin-top: 50px;
	margin-bottom: 50px;
}

.home_slick2 div{
	width: 90%;/*スライド全体の幅*/
	margin:0 auto;
	overflow: hidden;
}

.home_slick2 .slick-slide img{
	margin-left: 0px;
}


.home_slick2 .slick-prev, 
.home_slick2 .slick-next{
    width: 145px !important;
    cursor: pointer !important;
    z-index: 9999999999 !important;
}

.home_slick2 .slick-prev:before, 
.home_slick2 .slick-next:before{
    font-size:50px !important;
    color: #302833 !important; 
}

.home_slick2 .slick-prev{
	left: -25px !important;
}




/*==================course.html =================*/
.course_pic{
	background-color: #eee;
	margin: 0 auto;

}

.course_obje1{
	text-align: center !important;
	font-size: 1.8em;
}

.course_obje1 img{
	object-fit: cover;
}


.course_tb{
	text-align: center;
}

.course_tb td{
	padding: 20px !important;
	font-size: 1.6em;
}

.course_tb tr{
	border-bottom: dotted #ddd 2px;
}

.price{
	font-size: 1.8em;
	width:400px;
	text-align: center !important;
	color: #fff;
}

.price img{
	object-fit: cover;

}

.title_food span{
    font-size: .55em !important;
    margin-left: 20px;
}



.map_cont{
	clear: both;
}

.map_cont iframe {
    width: 100%;
}

.course_tb tr:nth-of-type(4){
	border-bottom:none;
}

.sake_midashi h3{
   font-size: 2em;
   padding-left: 20px;
   height:80px;
   line-height: 80px;
   background-color: #eee;
   width: 90%;
   margin:0 auto;
}





/* PC END ################################################################### */
@media screen and (min-width: 469px) and (max-width: 768px){
/* tablet size ############################################################## */
body {min-width: 100%;}
/* タブレット時に1カラムにする場合 */
/*#main,#main #col_main,#main #col_side1,#side,#side #col_side2 {
	float: none;
	width: 100%;
}*/
.inner {
	width: 100%;
	margin: 0 auto;
}

.inner_max{
	max-width: 100% !important;
}

.scroll{
	width: 90% !important;
	height: 250px !important;
	margin:auto;
}

.midashi2{
	text-align: center !important;
	margin-bottom: 10px;
}

#nav_footer li{
	width: 100px;
}

#nav_footer li a{
	font-size: .75em;
}

h1{
	margin:0 auto;
	padding-left: 10px;
	float: none;
}

h1 img{
	height: auto; 
	width: 20%;
}



/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 20px;
}

/*================== mainArea =================*/

/*================== meanmenu =================*/
.mean-container .mean-bar {
	background: transparent !important;
	position: fixed !important;
	right: 0px;
	z-index: 100 !important;
}
.mean-container .mean-nav {
	/*background: #0073ac !important;*/
}

.mean-container .mean-nav{
	background:rgba(0, 0, 0, 0.9) !important;
}

.mean-container .mean-nav ul li{
	background-color: transparent !important;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	/*background-color: #e9832f !important;*/
}

.meanmenu-reveal{
	background-color: #302833;
}





/*================== nav_global =================*/
#nav_global ul li:nth-child(1),
#nav_global ul li:nth-child(2),
#nav_global ul li:nth-child(3),
#nav_global ul li:nth-child(4),
#nav_global ul li:nth-child(5),
#nav_global ul li:nth-child(6){
    display: none;
}

#nav_global ul li:nth-child(7){
     display: block !important;
 }

 #nav_global ul li:nth-child(7) a img{
 	 width:70%;
 }

 #nav_global{
 	width: inherit;
 	margin-top: 0px;
 	position: fixed;
 	top: 30px;
 	right: 5px;
 	z-index: 2;
 }


/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
	height: auto;
}

/*================== nav_footer =================*/



/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;}
#contents {
	font-size:14px;
    padding-top: 25px;
    }
#main {}
#main #col_main {padding-bottom: 0px;}
#main #col_side1 {padding-bottom: 20px;}
#side {}
#side #col_side2 {padding-bottom: 20px;}


.left_picture{
	float: none !important;
	width: 100% !important;
}


.text{
	float: none !important;
	width: 80% !important;
	margin:0 auto;
	padding:40px 0 40px 0px !important;
	line-height: 28px !important;

}

.back_maru{
	background-position: center !important;
	background-size: contain;
	background-repeat: no-repeat;
	height: 300px !important;
	width: 70% !important;
	margin:0 auto;
}

.text_box{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 40px;
}

.gurunabi img{
	padding:20px 0 30px 0;
}

address{
	text-align: center;
	float: none;
}

address p{
	font-size: .75em;
	line-height: 20px;
	padding-top: 30px;
}

.footer_rogo{
	float: none;
}

footer#global_footer .fltL{
	float: none;
}

#copy{
	width: 100% !important;
	text-align: center;
}






/*==================season.html =================*/

.box_menu{
     font-size: .9em !important;
}

.tdpd10_season td{
	padding: 10px !important;
	font-size: 1em;
	border-bottom: 1px dashed #ccc !important;
}

.tdpd10_season2 td{
	padding: 10px !important;
	font-size: 1em;
	border-bottom: 1px dashed #ccc !important;
}



/*==================concept.html =================*/

.left_text{
	font-size: 0.9em;
}

.title_food{
    padding: 50px 0px 10px 0 !important;
}



/*==================access.html =================*/

.table_box{
	float: none !important;
	width: 80%;
	margin: 0 auto;
}

.access_pic{
	float: none !important;
	width: 100%;
}

.access_sec{
	height: auto;
}


/*==================food.html =================*/

.tdpd10_menu td {
    font-size: 1.1em;
}

.season_pic{
	width: inherit !important;
	height: inherit !important;
	background-size: inherit !important;
	background-position: inherit !important;
	background-repeat: inherit !important;
}

.season_pic img{
	height: 250px;
}

.glid img{
	height: 250px !important;
}

.table_season{
	width: 100% !important;
	height: inherit;
}

.table_season2{
	width: 100% !important;
}


.section{
	height: inherit;
}

.tdpd10_season{
	height:inherit;
    width: inherit;
    position: inherit;
    top:inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin:auto;
    padding: 50px;
}

.tdpd10_season2{
	height:inherit;
    width: inherit;
    position: inherit;
    top:inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin:auto;
    padding: 50px;
}

.table_season2{
	height: inherit;
}





/*==================season.html =================*/

.season_text{
	font-size: 1.1em;
}


.title_concept{
	font-size: 1.8em !important;
	line-height: 1.4em;
}

/*==================course.html =================*/
.course_obje1,
.price{
	float: none !important;
	width: 90% !important;
	margin:0 auto;
}

.course_tb,
.price{
	float: none !important;
	width: 90%;
	margin:0 auto;
}

.title_food{
	text-align: center !important;
}





/*==================meanmenu.html =================*/

.home_slick div{
	width: 90%;/*スライド全体の幅*/
	margin:0 auto;
	overflow: hidden;
}


/*スライド切り替え*/

.home_slick2{
	margin-top: 50px;
	margin-bottom: 50px;
}

.home_slick2 div{
	width: 72%;/*スライド全体の幅*/
	margin:0 auto;
	overflow: hidden;
}

.home_slick2 .slick-slide img{
	margin-left: 0px;
}


.home_slick2 .slick-prev, 
.home_slick2 .slick-next{
    width: 145px !important;
    height: 145px !important;
    cursor: pointer !important;
    z-index: 9999999999 !important;
}

.home_slick2 .slick-prev:before, 
.home_slick2 .slick-next:before{
    font-size:50px !important;
    color: #302833 !important; 
}

.home_slick2 .slick-prev{
	left: -25px !important;
}


/*==================drinkmenu.html =================*/

.drink_table h3{
   font-size: 1.8em;
}


.drink_table td{
	font-size: 1em;
}

.tbl_block h3 span{
	font-size: 1em !important;
}

.drink_table tr td h3 span{
	font-size: 1rem;
}



/* tablet END ############################################################### */
}
@media only screen and (max-width: 468px){
/* smartphone size ########################################################## */
body {min-width: 100%;}
.inner {
	width: 100%;
	margin: -50px 0 10px 0;
}
.tbl_scroll table {width: auto !important;}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}





/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 20px;
}

h1{
	margin:0 auto;
	margin-top: 50px;
	padding-left: 10px;
	float: none;
}
h1 img{
	height: auto; 
	width: 40%;
}

.title2{
	font-size: 2.3em;
}

.midashi2{
	text-align: center !important;
	padding-bottom: 15px;
	font-size: 1.5em;
	margin-top: 50px;
}

#contents{
	padding-top: 15px;
}

/*================== meanmenu =================*/
.mean-container .mean-bar {
	background: transparent !important;
	position: fixed !important;
	right: 0px;
	width:100% !important;
	z-index: 100 !important;
}
.mean-container .mean-nav {
	position: fixed !important;
	top:0px;
	right: 0px;
	width:100% !important;
	z-index: 99999 !important;
	/*background: #0073ac !important;*/
}

.mean-container .mean-nav{
	background:rgba(0, 0, 0, 0.9) !important;
}

.mean-container .mean-nav ul li{
	background-color: transparent !important;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	/*background-color: #e9832f !important;*/
}

.meanmenu-reveal{
	background-color: #333;
}

/*================== mainArea =================*/

.scroll{
	width: 90% !important;
	height: 250px !important;
	margin:auto;
}

/*================== nav_global =================*/

#nav_global ul li:nth-child(1),
#nav_global ul li:nth-child(2),
#nav_global ul li:nth-child(3),
#nav_global ul li:nth-child(4),
#nav_global ul li:nth-child(5),
#nav_global ul li:nth-child(6){
    display: none;
}

#nav_global ul li:nth-child(7){
     display: block !important;
 }

 #nav_global ul li:nth-child(7) a img{
 	 width:60%;
 }

 #nav_global{
 	width: inherit;
 	position: fixed;
 	top: 10px;
 	right: -10px;
 	z-index: 2;
 }

 .text{
   padding: 40px !important;
   font-size: .9em;
   line-height: 30px;
 }

 .text_box{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 40px;
}

 .left_picture{
 	width: 80% !important;
 	background-size: cover !important;
 	height: 300px !important;
 	margin: 0 auto;
 }

 .gurunabi img{
	padding:5px 0 40px 0;
}

.back_maru{
	background-position: center !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.inner_max{
	max-width:inherit; 
}





/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
}

#nav_footer li:nth-child(3){
	border-right: none;
}

/*================== nav_footer =================*/

address{
	text-align: center;
	float: none;
}

address p{
	font-size: .75em;
	line-height: 20px;
	padding-top: 30px;
}

.footer_rogo{
	float: none;
}

footer#global_footer .fltL{
	float: none;
}

#copy{
	width: 100% !important;
	text-align: center;
}









/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
}
#contents {}
#main {}
#main #col_main {padding-bottom: 20px;}
#main #col_side1 {padding-bottom: 20px;}
#side {}
#side #col_side2 {padding-bottom: 20px;}

.spImg100per img.imgR,.spImg100per img.imgL {
	max-width: 100% !important;
	float: none;
	margin: 0 0 10px;
}
.spImgNone img.imgR,.spImgNone img.imgL .spBrNone br {display: none;}







/*==================season.html =================*/


.tdpd10_season{
	width: 80% !important;
	font-size: .8em;
}

.tdpd10_season2 td{
	padding: 10px !important;
	font-size: 1em;
	border-bottom: 1px dashed #ccc !important;
}

.season_pic{
	width: 100% !important;
	height: inherit !important;
}

.season_pic img{
	height: 250px !important;
}

.glid img{
	height: 150px !important;
}
.title_food{
	padding: 50px 0px 10px 0 !important;	
}

.tdpd10_season{
	height:inherit;
    width: inherit;
    position: inherit;
    top:inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin:auto;
}

.tdpd10_season2{
	height:inherit;
    width: inherit;
    position: inherit;
    top:inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin:auto;
}

.table_season{
	height: inherit !important;
	margin:40px auto;
}

.table_season2{
	height: inherit !important;
	padding: 0px 20px 40px 20px;
}

/*==================concept.html =================*/

.left_text{
	width: 100%;
	height: auto;
	float: none !important;
}

.right_pic{
	width: 100%;
	height: 300px;
	float: none !important;
}

.section{
	height: auto;
}

/*==================food.html =================*/

.table_box {
    float: none !important;
    width: 80%;
    margin: 0 auto;
}

.tdpd10_menu{
	text-align: center;
}

.tdpd10_menu td {
    font-size: 1em;
}


.season_text{
	font-size: 1em;
	margin-bottom: 50px;
}

.right_pic{
	margin-bottom: 50px;
}

.title_concept{
	font-size: 1.5em !important;
	font-weight: bold !important;
	width: 80% !important;
}

.title_food{
	text-align: center !important;
	font-size: 1.6em;
	width: 90% !important;
	margin:0 auto 20px auto !important;
}

.course_obje1,
.price{
	float: none !important;
	width: 90% !important;
	margin:0 auto;
	font-size: 1.5em;
}

.course_tb,
.price{
	float: none !important;
	width: 90% !important;
}

.course_tb td{
	padding: 20px !important;
	font-size: 1.1em;
}

.course_pic{
	height: 210px !important;
}

.drink_table td{
   font-size: 1em;
}

.course_text{
	padding-bottom: 0px !important;
}

.home_slick2 .slick-prev, 
.home_slick2 .slick-next{
    width: 145px !important;
    height: 145px !important;
    cursor: pointer !important;
    z-index: 99 !important;
}

/*==================drinkmenu.html =================*/

.drink_table h3{
   font-size: 1.5em;
}


.drink_table td{
	font-size: 1em;
}

.drink_table{
	width: 90%;
	float: none;
	margin:0 auto;
}

.dr_2{
	width: 90% !important;
    margin: inherit !important;
} 
.dr_3{
	width: 90% !important;
	margin: 0px auto 50px auto !important;
} 


.tbl_block{
	margin:inherit !important;
}

.drink_table tr td h3 span{
	font-size: 0.9rem;
}


/* smartphone END ########################################################### */
}



/* ================================================================= 
 *
 * Layout : shop
 *
 * ================================================================= */
 #dvf_list .standard th {
	width: 16%;
	font-size: 13px;
 }
#dvf_list .standard td {
	width: auto;
	text-align: center !important;
	font-size: 13px;
	padding: 0 5px !important;
}
 .wishlist form ul li.btn_cart {
	width: auto;
	float: right;
}
.wishlist form ul li.btn_contact a {
	background: url(../images/common/ico_mail_w.png) no-repeat 35px 50%; /*メールアイコン黒の場合はico_mail_b*/
	background: url(../images/common/ico_mail_w_s.png) no-repeat 35px 50% \9; /**/
	/*color: #fff;*/
	/*background-color: #84c002;*/
}
.wishlist form ul li.btn_cart a {
	width: auto !important;
	background: url(../images/common/ico_cart_w.png) no-repeat 15px 50% #000; /*カートアイコン黒の場合はico_cart_b*/
	background: url(../images/common/ico_cart_w_s.png) no-repeat 15px 50% \9;
	background-size: 30px auto;
	padding: 10px 15px 10px 60px;
	text-align: center;
	color: #fff;
}
.item_title {margin-top: 20px;}
.item_info {}
.wishlist {}



/* ================================================================= 
 *
 * Style : common
 *
 * ================================================================= */
.mincho {font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;}
.hirakaku {font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;}
.arial {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.hiramin {font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;}
.fwN{font-weight:normal !important;}.fwB{font-weight:bold !important;}
.mgAuto{margin:0 auto !important;}
.tdpd05 td{padding:5px !important;}.tdpd10 td{padding:10px !important;}
.tdpd15 td{padding:15px !important;}.tdpd20 td{padding:20px !important;}
.tdpd25 td{padding:25px !important;}.tdpd30 td{padding:30px !important;}
.tdpd35 td{padding:35px !important;}.tdpd40 td{padding:40px !important;}
.tdpd45 td{padding:45px !important;}.tdpd50 td{padding:50px !important;}

/*================== ぱんくず =================*/
.pankuzu{font-size: 11px;background: no-repeat;line-height: 30px;}

/*================== プライバシーポリシー =================*/
.policy{text-align: left;}
.policy h3{	border-left: 4px solid #333;color: #333;padding-left:8px;font-size: 15px;letter-spacing: 0.1em;font-weight: normal;}
.policy p{margin: 10px 0 25px;}

/*================== お問い合わせフォーム サイズ変更 =================*/
.contactForm td{font-size: 11px;}

/*================== 開閉パネル =================*/
div.category{cursor:pointer;}

/*================== 新着情報 =================*/
.news{
	width: 670px;
	height: 155px;
	padding: 10px;
	background: #EEE;
}
.scroll{
	width:90%;
	height: 155px;
	margin:auto;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
}
.news_txt{
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 469px) and (max-width: 768px){

}
@media only screen and (max-width: 468px){

/*================== tabitem =================*/
}
.tabitems {
	padding:10px;
	background: #fff;
	border:1px solid #5c5434;
}
.titcomp {
	font-size: 15px;
	font-weight: bold;
}
.titcomp span {
	font-size: 18px;
	font-weight: bold;
}
.tblauto table {
	table-layout: auto;
}
.clb {
	clear: both;
}


