@charset "utf-8";

@font-face {
	font-family: 'HGRGY';
			src: url('../font/HGRGY.eot');
			src: url('../font/HGRGY.eot?') format('embedded-opentype'),
				url('../font/HGRGY.ttf') format('truetype'),
				url('../font/HGRGY.woff') format('woff'),
}

/* ====================
index
==================== */

/*=== トップスライド ===*/
/*レスポンシブ対応済（jQuery）*/
#imageRotator {
	position: relative;
	max-width: 1280px;
	width: 100%;
}

#imageRotator img {
	position: absolute;
}


/*=== Menu_Link ===*/



#Menu_Link {
padding-top: 70%;/*位置合わせ*/
	margin: 0 auto 15px;
	width: 98%;
}

.menu_box {
	float: left;
	width: 33%;
	margin: 0 auto;
}

.menu_box a {
	text-decoration: none;
	font-family: 'Abril Fatface', cursive;
}

.menu_box1,
.menu_box2 {
	margin: 0 5px 0 0;
}

.menu_box1,
.menu_box2,
.menu_box3 {
	border-top: 2px solid #ddd;
	transition-duration: 0.3s;
}

.menu_box1:hover,
.menu_box2:hover,
.menu_box3:hover {
	border-top: 2px solid #ff8c00;
}

.menu_box h5  {
	color: #ddd;
}

.menu_caption {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.menu_caption figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition-duration: 0.5s;
	opacity: 0;
}

.menu_caption:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

.menu_caption figcaption p {
	margin-top: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	
	color: #ccc;
}

#Menu_Link img {
	vertical-align: bottom;
	
}

#Menu_Link img:hover {}

#Menu_Link .text_assist01 {
	font-size: 10px;
	font-size: 1rem;
	text-align: right;
	margin-right: 10px;
	clear: both;
}

/*=== Staff_Link ===*/

#Staff_Link {
	width: 98%;
	overflow: hidden;
	margin: 0 auto 50px;
}

#Staff_Link .staff_box a {
	text-decoration: none;
}

#Staff_Link .staff_box_inner {
	float: left;
	width: 49%;
	margin: 0 3px;
	border-top: 2px solid #ddd;
	transition-duration: 0.3s;
}

#Staff_Link .staff_box_inner:hover {
	border-top: 2px solid #ff8c00;
}

#Staff_Link .staff_box_inner h5 {
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 5px;
	color: #ddd;
}

#Staff_Link figure {
	width: 100%;
	margin: 0;
}

/*スタッフ01*/
.staff_caption01 {
	position: relative;
	overflow: hidden;
}

.staff_caption01 img {
	vertical-align: bottom;
}

.staff_caption01 figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 1;
	color: #d2691e;
}

.staff_caption01:hover figcaption {
	top: 0;
	left: 0;
}

.staff_caption01 figcaption h6 {
	text-align: right;
	padding: 50px 20px 0 0;
	line-height: 22px;
	line-height: 2.2rem;
}

.staff_caption01 figcaption p {
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/*スタッフ02*/
.staff_caption02 {
	position: relative;
	overflow: hidden;
	width: 48%;
}

.staff_caption02 img {
	vertical-align: bottom;
}

.staff_caption02 figcaption {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 1;
	color: #d2691e;
}

.staff_caption02:hover figcaption {
	top: 0;
	right: 0;
}

.staff_caption02 figcaption h6 {
	text-align: left;
	padding: 50px 0 0 20px;
	line-height: 22px;
	line-height: 2.2rem;
}

.staff_caption02 figcaption p {
	text-align: left;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

/*=== Infometion ===*/
#Infometion {
	width: 98%;
	margin: 0 auto;
}

#Infometion .top_entry {
	width: 100%;
	margin: 10px 0 10px;
	background: linear-gradient(to bottom, #777, #000);
}

#Infometion .top_entry h3 {
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	padding: 2px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 20px double #c6b694;
	vertical-align: bottom;
}

#Infometion .top_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.info_wrap {
	background-color: #5a544b;
	border: 5px solid #c6b694;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 10px 0;
}

.info_wrap article {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

.info_wrap article time {
	position: relative;
	left: 16px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #e8e8e8;
	font-weight: bold;
}

.info_wrap article time:before {
	content: url("../img/png/icon02.png");
	font-size: 90%;
	position: absolute;
	left: -16px;
	top: 1px;
}

.info_wrap section {
	margin-top: 5px;
}

.info_wrap section p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
	padding: 2px 10px;
	color: #e8e8e8;
}

.info_wrap section p a {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
	padding: 0 5px;
	color: #db7093;
	transition-duration: 0.2s;
	
}

.info_wrap section p a:hover {
	color: #87ceeb;
	text-decoration: none;
}





/*=== 店舗案内 ===*/

#About {
	width: 98%;
	margin: 0 auto;
}

#About .top_entry {
	width: 100%;
	margin: 50px 0 10px;
	background: linear-gradient(to bottom, #777, #000);
}

#About .top_entry h3 {
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	padding: 2px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 20px double #c6b694;
	vertical-align: bottom;
}

#About .top_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

#About_wrap {
	background-color: #5a544b;/*変更*/
	border: 5px solid #c6b694;/*変更*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}


/*個室イメージ*/

.room {
	width: 90%;
	text-align: center;
	margin: 20px auto;
}

.room h3 {
	width: 100%;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 10px;
}



.room h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.room img {
	width: 32%;
	vertical-align: bottom;
	transition-duration: 0.3s;
}

.room img:hover {
	opacity: 0.65;
}


/*営業案内*/

.business_entry {}

.business_entry h3 {
	width: 90%;
	margin: 30px auto 0;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 10px;
}

.business_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.business {
	width: 90%;
	margin: 20px auto;
	
	border-collapse: collapse;
}

.business tr {}

.business td {
	border: 1px solid rgba(90,84,75,0.5);
	vertical-align: top;
	padding: 5px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
}

.table_item {
	background-color: #dcdcdc;
	width: 30%;
}

.table_lead {
	background-color: #e8e8e8;
}

.table_lead br.br01 {
	display: none;
}

.file_icon a:before {
	content: url("../img/png/icon_file.png");
	padding-right: 5px;
}

.mail_icon a:before {
	content: url("../img/png/icon_mail.png");
	padding-right: 5px;
}

.car_icon {
	padding-left: 8px;
}

.car_icon:before {
	content: url("../img/png/icon_car.png");
	padding-right: 5px;
}

.table_lead a {
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
}

.table_lead a:hover {
	color: #ff8c00;
	text-decoration: underline;
}



/*アクセス*/

.access {
	width: 90%;
	text-align: center;
	margin: 20px auto;
	overflow: hidden;
}

.access h3 {
	width: 100%;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 10px;
}

.access h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.access section {
	width: 50%;
	float: left;
}

.access .access_img img {
	border: 2px solid #53090e;
	box-sizing: border-box;
}

.access_lead {}

.access_contents {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #53090e;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.access_p01 {
	background-color: #53090e;
	color: #ddd;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}

.access_p02 {
	text-align: left;
	width: 75%;
	padding: 7px 0 7px 35px;
	margin: 10px 0 3px 15px;
	border-bottom: 1px solid #53090e;
}

.access_p03 {
	text-align: left;
	width: 85%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	padding: 3px 0 3px 15px;
}

.access_p03 br {
	display: none;
}

.access_p04 {
	text-align: left;
	width: 85%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	padding: 0 0 3px 15px;
}

.access_p05 {
	text-align: left;
	padding: 5px 0 0 15px;
}

.access_p05 a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-decoration: none;
	background-color: #808080;
	color: #eee;
	padding: 3px 5px;
	border-radius: 5px;
	transition-duration: 0.3s;
}

.access_p05 a:hover {
	background-color: #53090e;
}

.access_train {
	background-image: url("../img/png/train01.png");
	background-repeat: no-repeat;
}

.access_car {
	background-image: url("../img/png/car01.png");
	background-repeat: no-repeat;
}



/*============== 768-979 ==============*/
@media screen and (min-width: 768px) and (max-width: 979px) {
.access_p03 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
}

.access_p03 br {
	display: block;
}
}
/*============== 480-767 ==============*/
@media screen and (min-width: 480px) and (max-width: 767px) {
/*=== Menu_Link ===*/
#Menu_Link {
padding-top: 70%;/*位置合わせ*/
	margin: 0 auto 15px;
	width: 100%;
}

.menu_box {
	float: left;
	width: 50%;
	margin: 0 auto;
}

.menu_box_smart {
	display: none;
}

.menu_box1,
.menu_box2 {
	margin: 0;
}

.menu_box1,
.menu_box2,
.menu_box3 {
	border-top: 2px solid #ddd;
	transition-duration: 0.3s;
}

.menu_box1:hover,
.menu_box2:hover,
.menu_box3:hover {
	border-top: 2px solid #ff8c00;
}

.menu_box h5 {
	font-family: 'Abril Fatface', cursive;
	color: #ddd;
	padding: 0 0 0 5px;
}

.menu_caption {
	position: relative;
	overflow: hidden;
	left: 0;
	width: 100%;
	float: left;
	margin: 0;
}

.menu_caption figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.menu_caption figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

#Menu_Link img {
	vertical-align: bottom;
}

#Menu_Link img:hover {}

#Menu_Link .menu_drink {
	display: none;
}

/*=== Staff_Link ===*/

#Staff_Link {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 50px;
}

#Staff_Link .staff_box a {
	text-decoration: none;
}

#Staff_Link .staff_box_inner {
	float: none;
	width: 100%;
	margin: 0;
	border-top: 2px solid #ddd;
	transition-duration: 0.3s;
}

#Staff_Link .staff_box_inner:hover {
	border-top: 2px solid #ff8c00;
}

#Staff_Link .staff_box_inner h5 {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 0 5px;
	color: #ddd;
	letter-spacing: 1px;
	background: linear-gradient(to right, #ff8c00, #000);
}

#Staff_Link figure {
	width: 100%;
	margin: 0;
}

/*スタッフ01*/
.staff_caption01 {
	position: relative;
	overflow: hidden;
}

.staff_caption01 img {
	vertical-align: bottom;
}

.staff_caption01 figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 1;
}

.staff_caption01:hover figcaption {
	top: 0;
	left: 0;
}

.staff_caption01 figcaption h6 {
	text-align: right;
	padding: 50px 20px 0 0;
	line-height: 22px;
	line-height: 2.2rem;
}

.staff_caption01 figcaption p {
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/*スタッフ02*/
.staff_caption02 {
	position: relative;
	overflow: hidden;
	width: 48%;
}

.staff_caption02 img {
	vertical-align: bottom;
}

.staff_caption02 figcaption {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 1;
}

.staff_caption02:hover figcaption {
	top: 0;
	right: 0;
}


/*=== Infometion ===*/
#Infometion {
	width: 98%;
	margin: 0 auto;
}

#Infometion .top_entry {
	width: 100%;
	margin: 10px 0 10px;
	background: linear-gradient(to bottom, #777, #000);
}

#Infometion .top_entry h3 {
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	padding: 2px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 20px double #c6b694;
	vertical-align: bottom;
}

#Infometion .top_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.info_wrap {
	background-color: #5a544b;
	border: 5px solid #c6b694;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 10px 0;
}

.info_wrap article {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

.info_wrap article time {
	position: relative;
	left: 16px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #e8e8e8;
	font-weight: bold;
}

.info_wrap article time:before {
	content: url("../img/png/icon02.png");
	font-size: 90%;
	position: absolute;
	left: -16px;
	top: 1px;
}

.info_wrap section {
	margin-top: 5px;
}

.info_wrap section p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	padding: 2px 10px;
	color: #e8e8e8;
}

.info_wrap section p a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	color: #db7093;
	transition-duration: 0.2s;
}

.info_wrap section p a:hover {
	color: #87ceeb;
	text-decoration: none;
}


/*=== 店舗案内 ===*/
.room {
	width: 95%;
	text-align: center;
	margin: 20px auto;
}

.room h3 {
	width: 100%;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 5px;
}

.room h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.room img {
	width: 32%;
	vertical-align: bottom;
	transition-duration: 0.3s;
}

.room img:hover {
	opacity: 0.65;
}


/*営業案内*/

.business_entry {}

.business_entry h3 {
	width: 95%;
	margin: 30px auto 0;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 5px;
}

.business_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.business {
	width: 95%;
	margin: 20px auto;
	border-collapse: collapse;
}

.business tr {}

.business td {
	border: 1px solid rgba(90,84,75,0.5);
	vertical-align: top;
	padding: 5px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
}

.table_item {
	background-color: #dcdcdc;
	width: 30%;
}

.table_lead {
	background-color: #e8e8e8;
}

.table_lead br.br01 {
	display: block;
}

.file_icon a:before {
	content: url("../img/png/icon_file.png");
	padding-right: 5px;
}

.mail_icon a:before {
	content: url("../img/png/icon_mail.png");
	padding-right: 5px;
}

.car_icon {
	padding-left: 8px;
}

.car_icon:before {
	content: url("../img/png/icon_car.png");
	padding-right: 5px;
}

.table_lead a {
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
}

.table_lead a:hover {
	color: #ff8c00;
	text-decoration: underline;
}


/*アクセス*/
.access {
	width: 95%;
	text-align: center;
	margin: 20px auto;
}

.access h3 {
	width: 100%;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 5px;
}

.access h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.access section {
	width: 100%;
	float: none;
}

.access .access_img img {
	border: 2px solid #53090e;
	box-sizing: border-box;
}

.access_lead {
	margin: 5px 0 0 0;
}

.access_contents {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #53090e;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.access_p01 {
	background-color: #53090e;
	color: #ddd;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}

.access_p02 {
	text-align: left;
	width: 75%;
	padding: 7px 0 7px 35px;
	margin: 10px 0 3px 15px;
	border-bottom: 1px solid #53090e;
}

.access_p03 {
	text-align: left;
	width: 85%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
	padding: 3px 0 3px 15px;
}

.access_p03 br {
	display: none;
}

.access_p04 {
	text-align: left;
	width: 85%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	padding: 0 0 3px 15px;
}

.access_p05 {
	text-align: left;
	padding: 5px 0 0 15px;
}

.access_p05 a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-decoration: none;
	background-color: #808080;
	color: #eee;
	padding: 3px 5px;
	border-radius: 5px;
	transition-duration: 0.3s;
}

.access_p05 a:hover {
	background-color: #53090e;
}

.access_train {
	background-image: url("../img/png/train01.png");
	background-repeat: no-repeat;
}

.access_car {
	background-image: url("../img/png/car01.png");
	background-repeat: no-repeat;
}
}
/*============== 479px以下 ==============*/
@media screen and (max-width: 479px) {

/*=== Menu_Link ===*/
#Menu_Link {
padding-top: 70%;/*位置合わせ*/
	width: 100%;
	text-align: center;
}

.menu_box {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.menu_box_smart {
	display: block;
}

.menu_box1,
.menu_box2,
.menu_box3 {
	margin: 0 0 0 0 ;
	border-top: 2px solid #ddd;
	transition-duration: 0.3s;
}

.menu_box1:hover,
.menu_box2:hover,
.menu_box3:hover {
	border-top: 2px solid #ddd;
}

.menu_box h5 {
	font-family: 'Abril Fatface', cursive;
	color: #ddd;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 0 0 10px;
	background: linear-gradient(to right, #ff8c00, #000);
}

.menu_caption {
	position: relative;
	overflow: hidden;
	left: 0;
	width: 100%;
	float: left;
	margin: 0 0;
}

.menu_caption figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.menu_caption:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

#Menu_Link img {
	vertical-align: bottom;
}

#Menu_Link img:hover {}

#Menu_Link .menu_drink {
	display: block;
}

/*=== Staff_Link ===*/

#Staff_Link {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 50px;
}

#Staff_Link .staff_box a {
	text-decoration: none;
}

#Staff_Link .staff_box_inner {
	float: none;
	width: 100%;
	margin: 0;
	border-top: 2px solid #ddd;
	transition-duration: 0.3s;
}

#Staff_Link .staff_box_inner:hover {
	border-top: 2px solid #ff8c00;
}

#Staff_Link .staff_box_inner h5 {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 0 5px;
	color: #ddd;
	letter-spacing: 1px;
	background: linear-gradient(to right, #ff8c00, #000);
}

#Staff_Link figure {
	width: 100%;
	margin: 0;
}

/*スタッフ01*/
.staff_caption01 {
	position: relative;
	overflow: hidden;
}

.staff_caption01 img {
	vertical-align: bottom;
}

.staff_caption01 figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 1;
}

.staff_caption01:hover figcaption {
	top: 0;
	left: 0;
}

.staff_caption01 figcaption h6 {
	text-align: right;
	padding: 20px 20px 0 0;
	line-height: 22px;
	line-height: 2.2rem;
}

.staff_caption01 figcaption p {
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/*スタッフ02*/
.staff_caption02 {
	position: relative;
	overflow: hidden;
	width: 48%;
}

.staff_caption02 img {
	vertical-align: bottom;
}

.staff_caption02 figcaption {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition-duration: 0.3s;
	opacity: 1;
}

.staff_caption02:hover figcaption {
	top: 0;
	right: 0;
}

.staff_caption02 figcaption h6 {
	text-align: left;
	padding: 20px 0 0 20px;
	line-height: 22px;
	line-height: 2.2rem;
}

.staff_caption02 figcaption p {
	text-align: left;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

/*=== Infometion ===*/
#Infometion {
	width: 98%;
	margin: 0 auto;
}

#Infometion .top_entry {
	width: 100%;
	margin: 10px 0 10px;
	background: linear-gradient(to bottom, #777, #000);
}

#Infometion .top_entry h3 {
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	padding: 2px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 20px double #c6b694;
	vertical-align: bottom;
}

#Infometion .top_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.info_wrap {
	background-color: #5a544b;
	border: 5px solid #c6b694;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 10px 0;
}

.info_wrap article {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

.info_wrap article time {
	position: relative;
	left: 16px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #e8e8e8;
	font-weight: bold;
}

.info_wrap article time:before {
	content: url("../img/png/icon02.png");
	font-size: 90%;
	position: absolute;
	left: -16px;
	top: 1px;
}

.info_wrap section {
	margin-top: 5px;
}

.info_wrap section p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	padding: 2px 10px;
	color: #e8e8e8;
}

.info_wrap section p a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	color: #db7093;
	transition-duration: 0.2s;
}

.info_wrap section p a:hover {
	color: #87ceeb;
	text-decoration: noen;
}


/*=== 店舗案内 ===*/
.room {
	width: 95%;
	text-align: center;
	margin: 20px auto;
}

.room h3 {
	width: 100%;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 5px;
}

.room h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.room img {
	width: 32%;
	vertical-align: bottom;
	transition-duration: 0.3s;
}

.room img:hover {
	opacity: 0.65;
}


/*営業案内*/

.business_entry {}

.business_entry h3 {
	width: 95%;
	margin: 30px auto 0;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 5px;
}

.business_entry h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.business {
	width: 95%;
	margin: 20px auto;
	
	border-collapse: collapse;
}

.business tr {}

.business td {
	border: 1px solid rgba(90,84,75,0.5);
	vertical-align: top;
	padding: 5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.table_item {
	background-color: #dcdcdc;
	width: 35%;
}

.table_lead {
	background-color: #e8e8e8;
}

.table_lead br.br01 {
	display: block;
}

.file_icon a:before {
	content: url("../img/png/icon_file.png");
	padding-right: 5px;
}

.mail_icon a:before {
	content: url("../img/png/icon_mail.png");
	padding-right: 5px;
}

.car_icon {
	padding-left: 8px;
}

.car_icon:before {
	content: url("../img/png/icon_car.png");
	padding-right: 5px;
}

.table_lead a {
	text-decoration: underline;
	transition-duration: 0.3s;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.table_lead a:hover {
	color: #ff8c00;
	text-decoration: none;
}


/*アクセス*/
.access {
	width: 95%;
	text-align: center;
	margin: 20px auto;
}

.access h3 {
	width: 100%;
	border-bottom: 2px solid #ff8c00;
	margin-bottom: 15px;
	color: #e8e8e8;
	font-family: 'Playball', cursive;
	text-align: left;
	padding: 0 0 0 5px;
}

.access h3 .span03 {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: lighter;
}

.access section {
	width: 100%;
	float: none;
}

.access .access_img img {
	border: 2px solid #53090e;
	box-sizing: border-box;
}

.access_lead {
	margin: 5px 0 0 0;
}

.access_contents {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #53090e;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.access_p01 {
	background-color: #53090e;
	color: #ddd;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}

.access_p02 {
	text-align: left;
	width: 75%;
	padding: 7px 0 7px 35px;
	margin: 10px 0 3px 15px;
	border-bottom: 1px solid #53090e;
}

.access_p03 {
	text-align: left;
	width: 85%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
	padding: 3px 0 3px 15px;
}

.access_p03 br {
	display: block;
}

.access_p04 {
	text-align: left;
	width: 85%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	padding: 0 0 3px 15px;
}

.access_p05 {
	text-align: left;
	padding: 5px 0 0 15px;
}

.access_p05 a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-decoration: none;
	background-color: #808080;
	color: #eee;
	padding: 3px 5px;
	border-radius: 5px;
	transition-duration: 0.3s;
}

.access_p05 a:hover {
	background-color: #53090e;
}

.access_train {
	background-image: url("../img/png/train01.png");
	background-repeat: no-repeat;
}

.access_car {
	background-image: url("../img/png/car01.png");
	background-repeat: no-repeat;
}
}







