@charset "utf-8";

body {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 17px;
	color: #fff;
	line-height:34px;
	background:url(../img/bg.gif) repeat;
	overflow-x: hidden;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
    opacity: 0.7;
	transition: 1.5s;
}

a[href^="tel:"] { cursor: default; color: #fff; text-decoration: none; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #fff; }

.m_b30 {margin-bottom:30px;}
.m_b50 {margin-bottom:50px;}
.m_b80 {margin-bottom:80px;}
.t_c {text-align:center;}

/* ===========================
header
===========================　*/
.head_box {
	width:100%;
}
.main_contents,
footer nav,
.head_box header {
	width:1000px;
	margin:0 auto;
}
.top .head_box header {
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
.top .head_contents {
	width:1000px;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
	overflow:hidden;
	position:relative;
}
.top .head_contents h1 {
	padding-top:50px;
	float:left;
}
.top .head_contents nav {
	display:inline-block;
	float:right;
}
.top .head_contents nav ul {
	display:flex;
}
.top .head_contents nav li {
	border-left:1px solid #51555a;
	position:relative;
}
.top .head_contents nav li:last-child {
	border-right:1px solid #51555a;
}
.top .head_contents li a {
	display:block;
	width:68px;
	height:250px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.top .head_contents .home {background:url(../img/menu/menu01_en.png) no-repeat;}
.top .head_contents .commitment {background:url(../img/menu/menu02_enb.png) no-repeat;}
.top .head_contents .course {background:url(../img/menu/menu03_en.png) no-repeat;}
.top .head_contents .nikunabe {background:url(../img/menu/menu04_en.png) no-repeat;}
.top .head_contents .menu {background:url(../img/menu/menu05_en.png) no-repeat;}
.top .head_contents .drink {background:url(../img/menu/menu06_en.png) no-repeat;}
.top .head_contents .allyoucaneat {background:url(../img/menu/menu09_en.png) no-repeat;}
.top .head_contents .shops {background:url(../img/menu/menu07_en.png) no-repeat;}
.top .head_contents .lunchbox {background:url(../img/menu/menu08_en.png) no-repeat;}

.top .head_contents a:hover {
	opacity:1;
}
.top .head_contents li a:hover:before,
.top .head_contents .current:before {
	content:"";
	background:url(../img/menu_logo.png) no-repeat;
	display:block;
	width:39px;
	height:22px;
	position:absolute;
	top:10px;
	left:15px;
}
.slick-slide img {
    max-width: 100%;
    max-height: 100%;
	width:100%;
	height:auto;
    margin: 0 auto;
}

/* ===========================
main_contents
===========================　*/
.bg_set {
	width:100%;
	background:url(../img/bg2.png) repeat-y;
	content:"";
	background-size:100% auto;
}
.main_contents {
	padding:70px 0;
	box-sizing:border-box;
}
.news {
	margin:60px 0 70px;
	display:table;
	width:100%;
	background: #b2070c url(../img/pt01.png) repeat top center;
	background-size: 8%;
	text-align:center;
	font-size:29px;
	vertical-align:middle;
	padding:10px 0;
}
.new_icon {
	background:#fff;
	color:#b2070c;
	font-size:26px;
	margin-right:20px;
	padding:3px 5px;
}
.big_box {
	display:flex;
	justify-content: space-between;
	margin-bottom:50px;
}
.big_title {
	background:url(../img/b_line.png) repeat-x top center;
	padding-top:50px;
}
.fr_b {
	border:1px solid #cb9e68;
	padding:4px;
	box-sizing:border-box;
}
.fr_m {
	width:100%;
	background:rgba(0,0,0,.2);	
	border:1px solid #3f2d20;
	padding:30px;
	box-sizing:border-box;
}
.book {
	margin-top:30px;
	width:100%;
	display:flex;
	justify-content: space-between;
	line-height: 0;
}
.t_menu_i {
	margin-top:60px;
	text-align:center;
	width:100%;
	display:flex;
	justify-content: space-between;
}
.fb {
	font-size:36px;
	color:#cb9e68;
	margin:30px 0;
}
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto 30px;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
	height:500px !important;
}

/* ===========================
footer
===========================　*/
footer {
	background:#140d0a;
}
footer nav {
	padding:45px 0;
	box-sizing:border-box;
}
footer nav ul {
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
footer nav li {
	position:relative;
}
footer nav li:before {
	content:"";
	width:1px;
	height:20px;
	background:#493726;
	display:block;
	position:absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
footer nav li:last-child:after {
	content:"";
	width:1px;
	height:20px;
	background:#493726;
	display:block;
	position:absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
footer nav ul a {
	font-size:15px;
	line-height:20px;
	width:142px;
	display:block;
	text-align:center;
}
footer small {
	display:table;
	width:100%;
	background: #b2070c url(../img/pt01.png) repeat top center;
	background-size: 3%;
	text-align:center;
	vertical-align:middle;
	padding:40px 0;
}


/* ===========================

	追記
===========================　*/
.f_shop {
	width:1000px;
	margin:0 auto;
	text-align:center;
	color:#cb9e68;
}
.f_shop h2 {
	text-align:left;
	position:relative;
	padding:0 0 0 50px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.f_shop h2:before {
	content:"";
	width:30px;
	height:100%;
	background:url(../img/b_line.png) repeat;
	display:block;
	left:0;
	position:absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.f_shop ul {
	display:flex;
	justify-content: flex-start;
	margin-bottom:50px;
}
.f_shop li {
	text-align:left;
	border-right:1px solid #cb9e68;
	padding-right:20px;
	box-sizing:border-box;
    font-size: 15px;
}
.f_shop li strong {
	font-weight:bold;
	font-size:17px;
}
.f_shop li:last-child {
	border-right:none;
}
.f_shop li dl {
	display:flex;
}
.f_shop li dt {
	width:70px;
}
.f_shop li dd {
	position:relative;
}
.f_shop li dd:before {
	content:"："
}
.f_shop01 li {
	width:25%;
}
.f_shop01 li:nth-child(2),
.f_shop01 li:nth-child(3) {
	padding:0 20px;
}
.f_shop01 li:nth-child(4) {
	padding-left:20px;
}


.f_shop02 li {
	width:25%;
}
.f_shop02 li:nth-child(2) {
	padding:0 20px;
}

.f_shop02 li:nth-child(3) {
	padding:0 20px;
}

.f_shop02 li:nth-child(4) {
	padding-left:20px;
}


/* 2018.5.10追記 */
.language {
	position:absolute;
	right:0;
	top:50px;
}
.language li a {
	padding:8px 15px;
	letter-spacing:.2em;
	display:block;
	text-align:center;
	color:#000;
}
.language li:first-child a {
	background:#b98d60;
}
.language li:nth-child(2) a {
	background:#baaa9d;
}
.language li:last-child a {
	background:#bb524e;
}

@media screen and (max-width: 600px) {
.top .head_contents h1, .head_contents h1 {
	margin-top:100px !important;
}
.language {
	position:absolute;
	width:100%;
	top:0;
}
.language ul {
	display:flex;
}
.language li {
	width:33.333333%;
}
}
