﻿html {
	min-width: 1200px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 1.2px;
	background: url('../img/shared/bg.jpg') repeat;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * header
 *=============================================*/

#header {
	background: url('../img/shared/key_bg.jpg') repeat center top;
	position: relative;
}
#header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/shared/h_deco.png') no-repeat center top;	
}
#header .h_left{
    padding: 90px 0 0 60px;
    height: 880px;
    position: relative;
    z-index: 999999;
}
#header h1 {
	font-size: 12px;
	line-height: 20px;
    padding: 0 0 28px 80px;
}
#header .logo {
}
#header .tel {
}
#header .navi{
	background: url('../img/shared/nav_bg.jpg') repeat-x center top;
	position: relative;
	z-index: 9999;	
}
#header .nav {
	margin: 0 -5px;
}
#header .h_left .txt{
	text-shadow: 1px 1px 1px #fff;
}
#header .h_left .txt1{
	text-shadow: 1px 1px 1px #fff;
}
#key #bg_globaltop,
#key #view-image,
#key canvas{
	height: 1080px !important;
}
#key canvas {
	position: relative;
}
/*=============================================
 * key
 *=============================================*/

#key {
	position: absolute;
	top: 0;
	right: 0;
	height: 1000px;
	overflow: hidden;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * container
 *=============================================*/

#container {
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	text-align: center;
    padding: 32px 0 42px;
}



/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url('../img/shared/f_bg.jpg') no-repeat center top / cover;
	color: #fff;
	padding-bottom: 16px;
	position: relative;
}
#footer:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.13)
}
#footer .wrap{
	padding: 38px 0 40px;
}
#footer .logo {
}
#footer .tel {
	padding:10px 0;
}
#footer .nav {
	background: #fbf6ee;
	height: 50px;
	text-align: center;
	color: #000;
}
#footer .nav li {
	line-height: 50px;
	padding-left: 0;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
	padding: 0 19px;
}
#footer .info{
	text-align: left;
}
#footer .info dl{
	line-height: 18px;
	padding: 25px 0 0 4px;
}
#footer .info dl:nth-of-type(2){
	padding-top: 18px;
}
#footer .info dl+dl{
	padding-top: 20px;
}
#footer .info dl:after{
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#footer .info dl dt{
	float: left;
	width: 150px;
}
#footer .info dl dd{
	float: left;
}
#footer .left_col{
	width:420px;
	float: left;
}
#footer .right_col{
	width:530px;
	float: right;
}


/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
	line-height: 20px;
}
.center{
	text-align: center;
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.list-menu .w_470 {
  width: 470px;
}
.list-menu {
  line-height: 25px;
  padding: 90px 0 112px;
}
.list-menu dl {
  padding: 12px 0 9px;
  background: url("../img/shared/line_menu.png") repeat-x center bottom;
}
.list-menu dl:first-of-type {
  background: url("../img/shared/line_menu.png") repeat-x center top, url("../img/morning-lunch/line_menu.png") repeat-x center bottom;
}
.list-menu dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.list-menu dl dt {
 /*color: #ee85be;*/
  color: #fff;
  float: left;
}
.list-menu dl dd {
  color: #ddd278;
  float: right;
}

.btn_pdf{
	clear:both;
	text-align:center;
}

.text-shadow {
	text-shadow: 1px 1px 2px #080808, 0 0 1em #606067, 0 0 0.2em #0d0d0e;
}