@charset "utf-8";
/* CSS Document */

/*mainvisual*/

.mainvisual{
	position: relative;
	width:100%;
	min-height:500px;
	height:100vh;
	background:url(../img/top/mainvisual.jpg);
	background-size:cover;
	-webkit-animation-name: catch_bluranime;
	-webkit-animation-duration: 1200ms;
	animation-name: catch_bluranime;
	animation-duration: 1200ms;
	padding:30px 40px 0 30px;
}


.catch{
	position: absolute;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
}

.catch .circle{
	position: absolute;
	-webkit-animation-name: catch_anime;
	-webkit-animation-duration: 1500ms;
	animation-name: catch_anime;
	animation-duration: 1500ms;
}


@keyframes catch_anime{
0% {
	-webkit-transform:rotate(100deg) scale(0.8);
	transform:rotate(100deg) scale(0.8);
}
100% {
	-webkit-transform:rotate(0deg) scale(1);
	transform:rotate(0deg) scale(1);
	}
}

@keyframes catch_bluranime{
0% {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
100% {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	}
}


.scroll{
	position: absolute;
	bottom:8%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}

.scroll p:first-of-type{
	color:#fff;
	font-size: 1.4rem;
	font-family:Merriweather;
	font-weight: light;
	opacity:0.6;
	margin-bottom: 10px;
}

/*mainarea1*/

.mainarea1{
	width:100%;
	height: 490px;
}

.mainarea1 .ma1_left{
	width:50%;
	position: relative;
	float: left;
	background:url(../img/top/area1_left_bg.jpg) center top;
	background-size:cover;
	height:100%;
	text-align: center;
}

.mainarea1 .ma1_left section{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.mainarea1 .ma1_left section p{
	font-size: 1.5rem;
}

.mainarea1 .ma1_left *{
	color:#fff;
}

.mainarea1 .ma1_left h2{
	font-size: 2rem;
	margin-bottom: 20px;
}

.mainarea1 .ma1_left p:last-of-type:before{
	content:url(../img/top/link_arrow.png);
	display: inline-block;
	margin-right: 10px;
}

.mainarea1 .ma1_left a{
	display: block;
}

.mainarea1 .ma1_left a:hover p:last-of-type{
		text-decoration: underline;
}

.mainarea1 .ma1_left p:last-of-type{
	margin-top: 30px;
}

.mainarea1 .ma1_right{
	float: left;
	width:50%;
	height:100%;
	background:#f3f3f3;
	padding:30px;
}

.ma1_linkbox a> div{
	float: left;
}

.ma1_linkbox{
	margin-bottom: 30px;
	width:100%;
}

.ma1_link_left{
	background: #fff;
	text-align: center;
	height:200px;
	width:50%;
	float: left;
	position: relative;
}

.ma1_linkbox section{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}


.ma1_linkbox a > div{
	width:50%;
	height:200px;
	border-bottom:1px solid #fff;
}

.ma1_linkbox a > div img{
	width:100%;
}

.ma1_linkbox section h2{
	font-size: 1.7rem;
}

.ma1_linkbox section h2 +p{
	font-size: 1.4rem;
	color:#666;
}

.ma1_linkbox section h2 +p:before{
	content:url(../img/top/about_arrow.png);
	display: inline-block;
	margin-right: 8px;	
}

.ma1_linkbox:hover section h2 +p{
	text-decoration: underline;
}

.ma1_right .ma1_linkbox:first-of-type a >div:first-of-type{
	background:url(../img/top/menu_img.jpg);
	background-size:cover;
}

.ma1_right .ma1_linkbox:last-of-type a>div:first-of-type{
	background:url(../img/top/recruit_img.jpg);
	background-size:cover;
}

/*newsarea*/

.news_ttl{
	 -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	float: left;
}

.news_ttl h2{
	font-size: 1.7rem;
}

.news_ttl p{
	font-size: 1.4rem;
	color:#888;
	
}

.news_area{
	width:100%;
	padding:45px 100px 60px;
}
 
.news_content{
	float: left;
	margin-left: 85px;
	width:85%;
}

.news_content .more_news{
	float: right;
}

.news_content .more_news a{
	color:#222;
	font-size: 1.4rem;
	font-family:Merriweather;
	font-weight: lighter;
}

.news_content .more_news a:before{
	content:url(../img/top/news_more_arrow.png);
	display: inline-block;
	margin-right:10px;
}

.news_link{
	margin-bottom: 15px;
}

.news_link a{
	color:#222;
	font-style: 1.4rem;
	float:right;
}

.news_link a:hover{
	text-decoration: underline;
}

.news_link a:before{
	content:url(../img/top/news_all_arrow.png);
	display: inline-block;
	margin-right: 9px;
}

.news_content ul{
	max-height:230px;
	overflow-y:scroll;
	padding-right: 20px;
}

.news_content ul li{
	border-top:#e6e6e6 1px solid;
	padding:15px 0;
}

.news_content ul li span:first-of-type{
	margin-right: 150px;
}

.news_content .more_news:hover{
	text-decoration: underline;
}

.news_content ul li span.new{
	position: relative;
}

.news_content ul li span.new:before{
	content:"NEW";
	font-size: 1.4rem;
	text-align: center;
	color:#fff;
	background: #000;
	display: inline-block;
	width:50px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left:-100px;
}

/*mainarea2*/

.mainarea2{
	width:100%;
}

.mainarea2 ul li{
	width:33.3333%;
	float: left;
}

.mainarea2 .ma2_img{
	height: 23vw;	
	position: relative;
}

.hov_overray{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	opacity:1;	
	transition:.2s;
}

.mainarea2 li:hover .hov_overray{
	opacity:0;	
}

.mainarea3 li:hover .hov_overray{
	opacity:0;	
}


.mainarea2 ul li:nth-of-type(1) .ma2_img{
	background:url(../img/top/yakitori.jpg);
	background-size:cover;
}

.mainarea2 ul li:nth-of-type(2) .ma2_img{
	background:url(../img/top/course_meal.jpg);
	background-size:cover;
}


.mainarea2 ul li:nth-of-type(3) .ma2_img{
	background:url(../img/top/drink.jpg);
	background-size:cover;
}

.mainarea2 .ma2_exp{
	padding: 25px 30px;
}

.mainarea2 .ma2_exp section{
	border-left:1px solid #7a7a7a;
	padding-left:25px;
}

.mainarea2 .ma2_exp section p:nth-of-type(1),
.mainarea2 .ma2_exp section p:nth-of-type(2){
	display: inline-block;
}

.mainarea2 .ma2_exp section div{
	float: right;
	transiton:.8s;
}
.mainarea2 .ma2_exp section div p{
	font-family : YuMincho, '游明朝', serif;
	transiton:.8s;
}

.mainarea2 li a:hover .ma2_exp section div,
.mainarea2 li a:hover .ma2_exp section div p{
	color:#c3a045;
}

.mainarea2 li .ma2_exp section h4{
	font-size: 1.7rem;
}

.mainarea2 li .ma2_exp section h4 +p{
	font-size: 1.4rem;
	color:#888;
	font-family:Merriweather;
}

/*mainarea3*/

.mainarea3{
	width:100%;
	height: 27vw;
}

.mainarea3 ul{
	height: 100%;
}

.mainarea3 ul li{
	float: left;
	position: relative;
	width:50%;
	height: 100%;
}

.mainarea3 ul li a{
	display: block;
	width:100%;
	height:100%;
}

.mainarea3 ul li section *{
	color:#fff;
}

.mainarea3 ul li section{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align: center;
}

.mainarea3 ul li:first-of-type{
	background:url(../img/top/reservation.jpg);
	background-size:cover;
}

.mainarea3 ul li:last-of-type{
	background:url(../img/top/company.jpg);
	background-size:cover;
}

.mainarea3 ul li section h2{
	font-size: 1.9rem;
}

.mainarea3 ul li section h2:after{
	content:"";
	display: block;
	width:30px;
	height:1px;
	background:#fff;
	margin:0 auto 15px;
}

.mainarea3 ul li section h2 +p{
	font-size: 1.3rem;
	font-family:Merriweather;
	opacity:0.6;
	margin-bottom: 25px;
}

.detail_btn{
	position: relative;
	display: inline-block;
	width:160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: .5s;
}
.detail_btn::before,
.detail_btn::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;


}
.detail_btn::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.detail_btn::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.mainarea3 ul li:hover .detail_btn{
	background-color: #fff;
	color: #000;
	transition: all .5s;
}

.mainarea3 ul li:hover .detail_btn:before,
.mainarea3 ul li:hover .detail_btn:after {
	width: 0;
	height: 0;
	transition: all .5s;
}

/*gmap*/

.gmap{
	width: 100%;
	height: 380px;
}

.gmap iframe{
	width:100%;
	height:100%;
	pointer-events:none;
}

/*タブレット　スマホ*/

@media screen and (max-width: 960px) {
		.mainarea1{
		height: auto !important;
	}
	.mainarea1 .ma1_left{
		width:100%;
		float: none;
		text-align: center;
		padding:3% 3%;
	}
	.mainarea1 .ma1_right{
		float: none;
		width:100%;
	}
	.mainarea1 .ma1_left section{
		position:static;
		-webkit-transform:none;
		transform:none;
	}
	
	.news_content{
		float: none;
		margin-left: 0;
		margin:0 auto;
	}


	
	
	.news_area{
		padding:30px 5%;
	}
	
	.news_content ul li span.new:before{
		display: none;
	}
	
	.news_content ul li span:first-of-type {
    margin-right: 100px;
	}
	.mainarea2 ul li{
		width:100%;
		float: none;
	}
	
	.mainarea2 .ma2_img{
		height:200px;
	}
	
	.mainarea2 ul li:nth-of-type(3) .ma2_img {
    background: url(../img/top/drink.jpg);
    background-size: cover;
    background-position: bottom center;
}

.mainarea2 ul li:nth-of-type(2) .ma2_img {
    background: url(../img/top/course_meal.jpg);
    background-size: cover;
    background-position: bottom 50px center;
}

	
}

@media screen and (max-width: 600px) {
	.news_content ul li span:first-of-type {
    	display: block;
		margin:0 auto;
	}
	.news_content .more_news{
		float:none;
		display:block;
		text-align:right;
	}
	.ma1_linkbox a > div,.ma1_linkbox section{
		width:100%;
		float: none;
	}
	.ma1_linkbox section{
		height:auto;
		padding:15px;
	}
	.mainarea3 ul li{
		float: none;
		width:100%;
		height: 240px;
	}
	
	header{
		display:none;
	}
	
	.catch{
		width:75%;
	}
	.catch img{
		width:100%;
	}
	.mainvisual{
		padding:0;
	}

	.mainarea2 .ma2_img {
    height: 200px;
	}
	
	.mainarea3 {
		height: auto;
	}
	
	.gmap{
		height: 160px;
	}
	
	.ma1_linkbox:last-of-type{
		margin-bottom: 0;
	}
}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.news_ttl{
float:left; /* IE10（\9を消せばIE11にも適用） */
}
}