@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------------------
	共通
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	大枠設定
------------------------------*/

body {
	color: #5F5D59;
	text-align: center;
	background: #F5F6FA;
}

#wrapper {
	min-width: 960px;
	position: relative;
}

/* page fade in*/
#js_fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/loading.gif );
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 99999999999999;
}

/* a */
a {
	color: #5F5D59;
	text-decoration: none;
}

a:hover {
	color: #AFAEAC;
	text-decoration: none;
}

@media screen and (max-width:768px) {
	body {
		font-size: 90%;
	}

	#wrapper {
		min-width: inherit;
		position: relative;
		overflow: hidden;
	}
}

@media screen and (max-width:480px) {
	body {
		font-size: 80%;
	}
}

/*-----------------------------
	header
------------------------------*/

header {
	min-height: 90px;
}

/*  nav */
header nav {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 960px;
	height: 90px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #fff;
	z-index: 99999999999998;
}

header nav.fade0 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header nav.fixed,
header#top-header nav {
	position: fixed !important;
	left: 0;
	top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 9999999999999999999999999999 !important;
}

header nav.fixed2 {
	position: fixed !important;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 9999999999999999999999999999 !important;
}

header nav.fixed div {}

/* nav h1 */
header nav h1 {
	float: left;
	padding: 0 0 0 40px;
}

/*  nav ul#pcgnav */
header nav ul#pcgnav {
	float: right;
	padding: 23px 40px 0 0;
}

header nav ul#pcgnav li {
	float: left;
	margin: 0 0 0 5px;
	z-index: 10;
}

header nav ul#pcgnav li a {
	display: block;
	color: #2C2517;
	line-height: 43px;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
	-ms-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
	padding: 0 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header nav ul#pcgnav li a.active,
header nav ul#pcgnav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #BE9959;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header nav ul#pcgnav li.language {
	padding: 10px 0 10px 20px;
}

header nav ul#pcgnav li.language span {
	display: block;
	padding: 0;
	width: 100px;
	font-size: 80%;
	color: #2C2517;
	font-weight: bold;
	line-height: 25px;
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.65);
}

header nav.fixed ul#pcgnav li.language span {
	border: 1px solid #ddd;
}

header nav ul#pcgnav li.language span:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header nav ul#pcgnav li.language ul {
	float: none;
	height: 1px;
	padding: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.65);
}

header nav ul#pcgnav li.language.open ul {
	height: auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}

header nav ul#pcgnav li.language ul li {
	float: none;
	margin: 0;
}

header nav ul#pcgnav li.language ul li a {
	display: block;
	padding: 0;
	width: 98px;
	font-size: 80%;
	line-height: 25px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;
	border: 1px solid #ddd;
	border-top: none;
}

header ul#spgnav {
	display: none;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999999999995;

}

#page-top a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
}

#page-top a:hover {}

@media screen and (max-width:768px) {
	#top-movie {
		height: 0;
	}

	header {
		background: #fff;
		overflow: hidden;
		min-height: inherit;
	}

	header div {
		clear: both;
	}

	header div.pcnone {
		background: #F5F6FA;
		overflow: hidden;
	}

	header div.pcnone p {
		margin-bottom: 40px;
	}

	/*  nav */
	header nav {
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		min-width: inherit;
		height: 70px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		display: block !important;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		background: rgba(255, 255, 255, 0.95);
	}

	header nav.fade0 {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	header nav.fixed {
		position: fixed !important;
		left: 0;
		top: 0;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		background: rgba(255, 255, 255, 0.9);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/* h1 */
	header nav h1 {
		float: left;
		padding: 0 !important;
	}

	header nav h1 img {
		height: 70px !important;
		width: auto !important;
	}

	/* p */
	header nav p {
		float: right;
		cursor: pointer;
	}

	header nav p img {
		height: 70px !important;
		width: auto !important;
	}

	/*  spgnav */
	header #spgnav {
		display: none;
		background: rgba(255, 255, 255, 0.9);
		position: fixed;
		width: 100%;
		top: 0;
		bottom: 0;
		height: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
		z-index: 999999999999999999999 !important;
	}

	header #spgnav ul {
		margin: 0 auto;
		padding: 70px 0 0;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
	}

	header #spgnav ul li {
		border-top: 1px solid #BE9959;
	}

	header #spgnav ul li a {
		color: #2C2517;
		display: block;
		text-align: center;
		padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	header #spgnav ul li a.active {
		color: #fff;
		background: #BE9959;
	}

	header #spgnav ul li.language {
		list-style: none;
		padding: 0;
	}

	header #spgnav ul li.language ul {
		margin: 0;
		padding: 0;
		position: static;
		overflow: hidden;
	}

	header #spgnav ul li.language ul li {
		float: left;
		width: 33.3%;
		border-top: none;
		border-right: 1px solid #BE9959;
	}

	header #spgnav ul li.language ul li a {
		color: #605D59;
		display: block;
		text-align: center;
		padding: 10px 0;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	header #spgnav ul li.language ul li:nth-child(3n) {
		border-right: none;
	}

	header #spgnav ul li.language ul li:nth-child(n+4) {
		border-top: 1px solid #BE9959;
	}

	header #spgnav ul li.close {
		cursor: pointer;
		padding: 0;
	}
}

@media screen and (max-width:480px) {

	/*  nav */
	#top-movie {
		height: 0;
	}

	header nav {
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		height: 50px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		display: block !important;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		z-index: 999999999999999999999999999999999;
		position: relative;
		overflow: hidden;
	}

	/* h1 */
	header nav h1 img {
		height: 50px !important;
		width: auto !important;
	}

	/* p */
	header nav p img {
		height: 50px !important;
		width: auto !important;
	}

	/*  spgnav */
	header #spgnav ul {
		margin: 0 auto;
		padding: 50px 0 0;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
	}

	header #spgnav ul li a {
		color: #2C2517;
		display: block;
		text-align: center;
		padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	header #spgnav ul li.language ul li a {
		color: #605D59;
		display: block;
		text-align: center;
		padding: 5px 0;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}

	header #spgnav ul li.close img {
		width: 75px;
		height: 75px;
	}
}

/*-----------------------------
	contents
------------------------------*/

.contents {
	width: 100%;
	padding: 0 10px;
	max-width: 1155px;
	margin: 0 auto;
}

.page p.catch.h2em {
	height: 2em;
}

.page.pagetitle {
	max-height: 570px;
	position: relative;
}

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

/* page */
.page {
	clear: both;
	overflow: hidden;
}

.slider.page {
	clear: both;
}

.slider.page li {
	width: 100%;
	height: 570px;
}

.page img {
	position: relative;
	bottom: 25%;
	width: 100%;
	height: auto;
}




#en .page.pagetitle,
#kr .page.pagetitle {
	position: relative;

}


.page .cate {
	position: absolute;
	right: 5%;
	top: 6%;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(../images/page-cate-line.png) no-repeat center bottom;
	-webkit-background-size: 100% 4px;
	-moz-background-size: 100% 4px;
	background-size: 100% 4px;
	-webkit-text-shadow: 1px 1px #1F1F1F;
	-moz-box-text-shadow: 1px 1px #1F1F1F;
	text-shadow: 1px 1px #1F1F1F;
}

.page .cate.t-black {
	color: #2C2517;
	background: none;
	border-bottom: 3px double #2C2517;
	-webkit-text-shadow: 1px 1px #FFFFFF;
	-moz-box-text-shadow: 1px 1px #FFFFFF;
	text-shadow: 1px 1px #FFFFFF;
}

.page p.catch {
	z-index: 10;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 280%;
	text-align: left;
	font-weight: bold;
	-webkit-text-shadow: 1px 1px #1F1F1F;
	-moz-box-text-shadow: 1px 1px #1F1F1F;
	text-shadow: 1px 1px #1F1F1F;
}

.page p.catch.t-black {
	color: #2C2517;
	-webkit-text-shadow: 1px 1px #FFFFFF;
	-moz-box-text-shadow: 1px 1px #FFFFFF;
	text-shadow: 1px 1px #FFFFFF;
}

.page p.catch.h3em {
	height: 3em;
}


.page p.catch em {
	font-weight: bold;
	border-bottom: 2px solid #2C2517;
}

@media screen and (max-width:1200px) {
	.page .cate {
		font-size: 130%;
	}

	.page p.catch {
		font-size: 240%;
	}



}

@media screen and (max-width:1100px) {
	.page .cate {
		font-size: 125%;
	}

	.page p.catch {
		font-size: 230%;
	}
}

@media screen and (max-width:1000px) {
	.page .cate {
		font-size: 120%;
	}

	.page p.catch {
		font-size: 220%;
	}
}

@media screen and (max-width:768px) {
	.page .cate {
		position: absolute;
		right: 5%;
		top: 7%;
		color: #fff;
		font-size: 100%;
	}

	.page p.catch {
		font-size: 200%;
	}


}

@media screen and (max-width:640px) {
	.page .cate {
		font-size: 90%;
	}

	.page p.catch {
		font-size: 160%;
	}


	.slider.page li {
		height: 200px !important;
	}

	.page.pagetitle {
		height: 200px !important;

	}
}

@media screen and (max-width:480px) {
	.page .cate {
		font-size: 80%;
	}

	.page p.catch {
		font-size: 140%;
	}

	#wrapper .page.pagetitle {
		position: relative;
		max-height: 200px;
	}
}

@media screen and (max-width:330px) {
	#en .shop-nav ul li a span {
		font-size: 75%;

	}

	.page .cate {
		font-size: 80%;
	}

	.page p.catch {
		font-size: 110%;
	}
}

.slider.page li {
	position: relative;
}

.slider.page .bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
	z-index: 9999999;
}

.slider.page .bx-wrapper img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

.slider.page .bx-wrapper .bx-pager,
.slider.page .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 999999999;
}

.slider.page .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.slider.page .slider.page .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding: 0;
}

.slider.page .bx-wrapper .bx-pager .bx-pager-item,
.slider.page .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.slider.page .bx-wrapper .bx-pager.bx-default-pager a {
	background: #CDC8BE;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 5px;
}

.slider.page .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider.page .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #BE9959;
}

@media screen and (max-width:768px) {

	.slider.page .bx-wrapper .bx-pager,
	.slider.page .bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 999999999;
	}

	.slider.page .bx-wrapper .bx-pager.bx-default-pager a {
		background: #CDC8BE;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 10px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}

@media screen and (max-width:480px) {

	.slider.page .bx-wrapper .bx-pager,
	.slider.page .bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 999999999;
	}

	.slider.page .bx-wrapper .bx-pager.bx-default-pager a {
		background: #CDC8BE;
		text-indent: -9999px;
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}

/* title01 */
.title01 {
	clear: both;
	width: 100%;
	color: #2C2517;
	font-size: 140%;
	text-align: center;
	padding-bottom: 4px;
	background: url(../images/title01-line.png) no-repeat center bottom;
	vertical-align: middle;
	margin-bottom: 40px;
}

.title01 span {
	display: block;
	color: #2C2517;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #CDC8BE;
}

/* title02 */
.title02 {
	clear: both;
	width: 100%;
	max-width: inherit;
	color: #BE9959;
	font-size: 250%;
	line-height: 1.2;
	font-style: oblique;
	text-align: center;
	padding: 30px 10px;
	background: url(../images/title02-line.png) no-repeat center top, url(../images/title02-line.png) no-repeat center bottom;
	-webkit-background-size: 70% 2px;
	-moz-background-size: 70% 2px;
	background-size: 70% 2px;
	vertical-align: middle;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.title01 {
		background: url(../images/title01-line.png) no-repeat center bottom;
		-webkit-background-size: 70% 4px;
		-moz-background-size: 70% 4px;
		background-size: 70% 4px;
		vertical-align: middle;
		margin-bottom: 20px;
	}

	.title01 span {
		padding-bottom: 5px;
	}

	/* title02 */
	.title02 {
		font-size: 200%;
		margin-bottom: 30px;
	}
}

/*-----------------------------
	aside
------------------------------*/

aside {
	clear: both;
	width: 100%;
	padding-top: 140px;
}

aside .title01 {
	margin-bottom: 30px;
}

aside .title01 span {
	color: #BE9959;
	font-size: 130%;
}

@media screen and (max-width:768px) {
	aside {
		padding-top: 80px;
	}

	aside .title01 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	aside {
		padding-top: 40px;
	}
}

/* aside-shop */
aside #aside-shop {
	clear: both;
	overflow: hidden;
	margin-bottom: 100px;
}

aside #aside-shop ul li#aside-shop4 {
	clear: left;
}

aside #aside-shop ul {
	width: 100%;
}

aside #aside-shop ul li {
	float: left;
	width: 33.333333333333%;
	margin-bottom: 5px;
}

aside #aside-shop ul li a {
	display: block;
	border-right: 5px solid #F5F6FA;
	background: #BE9959;
	position: relative;
	z-index: 1;
}

aside #aside-shop ul li:nth-child(3n) a {
	border-right: none;
}

aside #aside-shop ul li.st a p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 220px;
	height: 56px;
	background: rgba(255, 255, 255, 0.85);
	padding: 3px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}

aside #aside-shop ul li.st a p span {
	display: block;
	color: #BE9959;
	font-size: 140%;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	border: 1px solid #BE9959;
}

aside #aside-shop ul li.st a:hover img.bg {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

aside #aside-shop ul li.st a img.bg {
	width: 100%;
	height: auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

aside #aside-shop ul li.history a p {
	position: absolute;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 15px;
	margin: 0;
	width: 220px;
	height: 56px;
	background: none;
	padding: 0;
	color: #fff;
	font-size: 160%;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 9;
}

aside #aside-shop ul li.history a p small {
	display: block;
	font-size: 45%;
	padding-left: 3px;
}

aside #aside-shop ul li.history a img.bg {
	width: 100%;
	height: auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

aside #aside-shop ul li.history a:hover img.bg {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	aside #aside-shop {
		clear: both;
		margin-bottom: 50px;
	}

	aside #aside-shop ul li#aside-shop4 {
		clear: none;
	}

	aside #aside-shop ul li {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}

	aside #aside-shop ul li a {
		display: block;
		height: 180px;
		border-right: 2px solid #F5F6FA;
		background: #BE9959;
		position: relative;
		z-index: 1;
		margin-bottom: 4px;
	}

	aside #aside-shop ul li:nth-child(3n) a {
		border-right: 2px solid #F5F6FA;
	}

	aside #aside-shop ul li:nth-child(even) a {
		border-right: none;
		border-left: 2px solid #F5F6FA;
	}

	aside #aside-shop ul li.st a p {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 180px;
		height: 50px;
		background: rgba(255, 255, 255, 0.85);
		padding: 3px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		z-index: 9;
	}

	aside #aside-shop ul li.st a p span {
		display: block;
		color: #BE9959;
		font-size: 140%;
		font-weight: bold;
		line-height: 42px;
		text-align: center;
		border: 1px solid #BE9959;
	}

	aside #aside-shop ul li.history a p small {
		display: block;
		font-size: 45%;
		padding-left: 3px;
	}

	aside #aside-shop ul li#aside-shop1 a {
		background: url(../images/aside-shop1.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	aside #aside-shop ul li#aside-shop2 a {
		background: url(../images/aside-shop2.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	aside #aside-shop ul li#aside-shop3 a {
		background: url(../images/aside-shop3.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	aside #aside-shop ul li#aside-shop4 a {
		background: url(../images/aside-shop4.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	aside #aside-shop ul li#aside-shop5 a {
		background: url(../images/aside-shop5.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	aside #aside-shop ul li#aside-shop6 a {
		background: url(../images/aside-shop6.jpg) no-repeat right center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	aside #aside-shop ul li a img.bg {
		display: none;
	}

	aside #aside-shop ul li a:hover img.bg {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}

@media screen and (max-width:480px) {
	aside #aside-shop ul li {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}

	aside #aside-shop ul li a {
		display: block;
		height: 140px;
		border-right: none;
		background: #BE9959;
		position: relative;
		z-index: 1;
		margin-bottom: 4px;
	}

	aside #aside-shop ul li:nth-child(3n) a {
		border-right: none;
	}

	aside #aside-shop ul li:nth-child(even) a {
		border-right: none;
		border-left: none;
	}
}

/* aside-point */
aside #aside-point {
	clear: both;
	margin-bottom: 30px;
}

aside #aside-point ul {
	width: 100%;
	overflow: hidden;
}

aside #aside-point ul li {
	float: left;
	width: 25%;
}

aside #aside-point ul li a {
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 20px;
	border-right: 4px solid #F5F6FA;
	background: #fff;
	position: relative;
	z-index: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

aside #aside-point ul li a img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

aside #aside-point ul li a:hover {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

aside #aside-point ul li a:hover img {
	width: 100%;
	height: auto;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	aside #aside-point {
		clear: both;
		margin-bottom: 0;
	}

	aside #aside-point ul li {
		float: left;
		width: 50%;
	}

	aside #aside-point ul li a {
		display: block;
		font-size: 120%;
		font-weight: bold;
		padding-bottom: 15px;
		border-right: 2px solid #F5F6FA;
		border-bottom: 4px solid #F5F6FA;
		background: #fff;
		position: relative;
		z-index: 1;
	}

	aside #aside-point ul li:nth-child(even) a {
		border-left: 2px solid #F5F6FA;
		border-right: none;
	}

	aside #aside-point ul li a img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	aside #aside-point ul li a:hover {
		color: #5F5D59;
		background: #fff;
	}

	aside #aside-point ul li a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}

@media screen and (max-width:480px) {
	aside #aside-point ul li {
		float: none;
		width: 100%;
	}

	aside #aside-point ul li a {
		display: block;
		font-size: 120%;
		font-weight: bold;
		padding-bottom: 10px;
		border-right: 2px solid #F5F6FA;
		background: #fff;
		position: relative;
		z-index: 1;
	}

	aside #aside-point ul li:nth-child(even) a {
		border-left: 2px solid #F5F6FA;
		border-right: none;
	}

	aside #aside-point ul li a img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

/* message */
#message {
	clear: both;
	background: url(../images/message-bg.jpg) no-repeat left top #F5F6FA;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	overflow: hidden;
}

#message p {
	clear: both;
	text-align: left;
	line-height: 2.4;
	min-height: 558px;
	padding: 70px 20px 0 33%;
	background: url(../images/message-bg2.jpg) no-repeat right bottom;
}

#message figure {
	display: none;
}

@media screen and (max-width:768px) {
	#message {
		clear: both;
		background: #F5F6FA;
	}

	#message p {
		clear: both;
		text-align: left;
		line-height: 2.4;
		min-height: inherit;
		padding: 60px 20px 0;
		background: none;
	}

	#message figure {
		display: block;
		width: 100%;
	}

	#message figure img {
		display: block;
		width: 100%;
		height: auto;
	}
}

/*-----------------------------
	footer
------------------------------*/

footer {
	clear: both;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px #1F1F1F;
	-moz-box-text-shadow: 1px 1px 1px #1F1F1F;
	text-shadow: 1px 1px 1px #1F1F1F;
	height: 778px;
	background: url(../images/footer-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
}

footer a {
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

footer a:hover {
	color: #BE9A59;
	text-decoration: underline;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* fnav */
footer #fnav {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
	overflow: hidden;
}

footer #fnav li {
	float: left;
	width: 33.333333333333%;
}

footer #fnav li a {
	display: block;
	font-size: 160%;
	margin: 0 13% 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

footer #fnav li a:hover {
	text-decoration: none;
}

footer #fnav li li {
	float: none;
	width: auto;
}

footer #fnav li li a {
	float: none;
	width: auto;
	display: block;
	font-size: 120%;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: none;
}

footer #fnav li li a:hover {
	text-decoration: underline;
}

/* logo */
footer #logo img {
	width: 35%;
	max-width: 140px;
	height: auto;
}

/* copy */
footer #copy {
	position: absolute;
	bottom: 30px;
	width: 100%;
	font-size: 85%;
	text-align: center;
	-webkit-text-shadow: none;
	-moz-box-text-shadow: none;
	text-shadow: none;
}

@media screen and (max-width:768px) {
	footer {
		height: auto;
		overflow: hidden;
		background: url(../images/footer-bg.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}

	/* fnav */
	footer #fnav {
		width: 60%;
		min-width: 280px;
		margin: 0 auto;
		padding-top: 30px;
		overflow: hidden;
	}

	footer #fnav li {
		clear: both;
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	footer #fnav li:last-child {
		margin-bottom: 0;
	}

	footer #fnav li a {
		display: block;
		font-size: 140%;
		margin: 0 13% 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

	footer #fnav li a:hover {
		text-decoration: none;
	}

	footer #fnav li li {
		float: none;
		width: auto;
		margin-bottom: 0;
	}

	footer #fnav li li a {
		float: none;
		width: auto;
		display: block;
		font-size: 120%;
		margin: 0;
		padding-bottom: 5px;
		border-bottom: none;
	}

	footer #fnav li li a:hover {
		text-decoration: underline;
	}

	/* div */
	footer div {
		overflow: hidden;
		font-size: 120%;
		margin-bottom: 20px;
	}

	/* copy */
	footer #copy {
		position: static;
		width: 100%;
		font-size: 85%;
		text-align: center;
		-webkit-text-shadow: none;
		-moz-box-text-shadow: none;
		text-shadow: none;
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	トップページ
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	top-header
------------------------------*/

header#top-header {
	/*height: 100vh;
	background: url(../images/main_visual.jpg) center center no-repeat;
	background-size: cover;*/
	/* 181218 commude for banner placement */
	position: relative;
}

header#top-header nav {
	background: none;
}

header#top-header nav.fixed {
	background: rgba(255, 255, 255, 0.9);
}

header#top-header nav.fixed2 {
	background: rgba(255, 255, 255, 0.9);
}

header#top-header nav ul#pcgnav li.language span {
	border: 1px solid #2C2517;
}

header#top-header nav.fixed ul#pcgnav li.language span {
	border: 1px solid #ddd;
}

header#top-header nav #top-movie {}

header#top-header {
	height: auto;
	overflow: hidden;
}

/* slider */
header .bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	z-index: 100;
}

header .bx-wrapper img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

header .bx-wrapper .bx-pager,
header .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 101;
}

header .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

header .bx-wrapper .bx-pager {
	display: none;
}

@media screen and (max-width:768px) {
	header .bx-wrapper .bx-pager {
		display: b lock;
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		padding: 0;
	}

	header .bx-wrapper .bx-pager .bx-pager-item,
	header .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}

	header .bx-wrapper .bx-pager.bx-default-pager a {
		background: #CDC8BE;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 10px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	header .bx-wrapper .bx-pager.bx-default-pager a:hover,
	header .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #BE9959;
	}
}


@media screen and (max-width:480px) {

	header .bx-wrapper .bx-pager,
	header .bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 999999999;
	}

	header .bx-wrapper .bx-pager.bx-default-pager a {
		background: #CDC8BE;
		text-indent: -9999px;
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}

/*-----------------------------
	top-about
------------------------------*/

#top-about {
	clear: both;
	display: table;
	width: 100%;
	height: 768px;
	padding: 0 50px;
	color: #fff;
	text-align: left;
	background: url(../images/top-about.jpg) no-repeat center top #F5F6FA;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#top-about section {
	display: table-cell;
	vertical-align: middle;
}

#top-about h2 {
	color: #fff;
	width: 100%;
	max-width: 590px;
	font-size: 140%;
	padding-bottom: 15px;
	border-bottom: 4px solid #BE9959;
	vertical-align: middle;
	margin-bottom: 20px;
}

#top-about p {
	line-height: 2.4;
}

@media screen and (max-width:768px) {
	#top-about {
		display: block;
		width: 100%;
		padding: 60px 0 0 0;
		height: auto;
		text-align: left;
		background: #F5F6FA;
	}

	#top-about div,
	#top-about figure {
		display: block;
		width: 100%;
		vertical-align: middle;
	}

	#top-about h2 {
		color: #2C2517;
		width: 100%;
		max-width: inherit;
		font-size: 140%;
		text-align: center;
		padding-bottom: 4px;
		border: none;
		background: url(../images/title01-line.png) no-repeat center bottom;
		-webkit-background-size: 70% 4px;
		-moz-background-size: 70% 4px;
		background-size: 70% 4px;
		vertical-align: middle;
		margin-bottom: 20px;
	}

	#top-about h2 span {
		display: block;
		color: #2C2517;
		margin: 0 auto;
		border-bottom: 1px solid #CDC8BE;
	}

	#top-about img {
		width: 100%;
		height: auto;
	}

	#top-about p {
		color: #5F5D59;
		padding: 20px 10px;
		line-height: 1.8;
	}

	header#top-header {
		background: none;
	}
}

/*-----------------------------
	top-shop
------------------------------*/

#top-shop {
	clear: both;
	color: #fff;
	padding-top: 110px;
	text-align: left;
	background: #F5F6FA;
	overflow: hidden;
}

#top-shop ul {
	width: 100%;
	vertical-align: middle;
}

#top-shop ul li {
	float: left;
	width: 50%;
	vertical-align: middle;
	background: #BE9959;
	border-right: 2px solid #fff;
	border-bottom: 4px solid #fff;
}

#top-shop ul li:nth-child(even) {
	border-right: none;
	border-left: 2px solid #fff;
}

#top-shop ul li a {
	display: block;
	position: relative;
	z-index: 1;
}

#top-shop ul li.st a p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 220px;
	height: 56px;
	background: rgba(255, 255, 255, 0.85);
	padding: 3px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}

#top-shop ul li.st a p span {
	display: block;
	color: #BE9959;
	font-size: 140%;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	border: 1px solid #BE9959;
}

#top-shop ul li.st a:hover p {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

#top-shop ul li.st a img.bg {
	width: 100%;
	height: auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#top-shop ul li.st a:hover img.bg {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#top-shop ul li.st a dl {
	display: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

#top-shop ul li.st a:hover dl {
	display: block;
	width: 500px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}

#top-shop ul li.st a dl dt {
	font-size: 180%;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

#top-shop ul li.st a dl dd.tel {
	padding-left: 30px;
	background: url(../images/top-shop-icon1.png) no-repeat left center;
	margin-bottom: 5px;
}

#top-shop ul li.st a dl dd.add {
	padding-left: 30px;
	background: url(../images/top-shop-icon2.png) no-repeat left 2px;
	margin-bottom: 5px;
}

#top-shop ul li.st a dl dd.hour {
	padding-left: 30px;
	padding-top: 2px;
	background: url(../images/top-shop-icon3.png) no-repeat left 2px;
	margin-bottom: 5px;
}

#top-shop ul li.st a dl dd.hour span {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 1.2;
}

#top-shop ul li.st a dl dd.hour span strong {
	display: inline-block;
	float: left;
	width: 4.5em;
	font-weight: normal;
	border-right: 1px solid #fff;
	margin-right: 10px;
}

#top-shop ul li.st a dl dd.hour span em {
	display: block;
	overflow: hidden;
}

#top-shop ul li.st a dl dd.hour span em br {}

#top-shop ul li.st a dl dd.train {
	padding-left: 30px;
	background: url(../images/top-shop-icon4.png) no-repeat left 2px;
	margin-bottom: 5px;
}

#top-shop ul li.history a p {
	position: absolute;
	top: 30px;
	right: auto;
	bottom: auto;
	left: 30px;
	margin: auto;
	width: 220px;
	height: 56px;
	background: none;
	padding: 0;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	z-index: 9;
}

#top-shop ul li.history a p small {
	display: block;
	font-size: 50%;
}

#top-shop ul li.history a img.bg {
	width: 100%;
	height: auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#top-shop ul li.history a:hover img.bg {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	#top-shop {
		clear: both;
		color: #fff;
		padding-top: 60px;
		text-align: left;
		background: #F5F6FA;
	}

	#top-shop ul {
		width: 100%;
		vertical-align: middle;
	}

	#top-shop ul li {
		float: none;
		width: 100%;
		vertical-align: middle;
		background: #BE9959;
		border-right: none;
		border-bottom: 2px solid #fff;
	}

	#top-shop ul li:nth-child(even) {
		border-right: none;
		border-left: none;
	}

	#top-shop ul li a {
		display: block;
		padding: 150px 0;
		position: relative;
	}

	#top-shop ul li:nth-child(1) a {
		background: url(../images/top-shop1.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-shop ul li:nth-child(2) a {
		background: url(../images/top-shop2.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-shop ul li:nth-child(3) a {
		background: url(../images/top-shop3.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-shop ul li:nth-child(4) a {
		background: url(../images/top-shop4.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-shop ul li:nth-child(5) a {
		background: url(../images/top-shop5.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-shop ul li:nth-child(6) a {
		background: url(../images/top-shop6.jpg) no-repeat center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-shop ul li.st a p {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 220px;
		height: 56px;
		background: rgba(255, 255, 255, 0.85);
		padding: 3px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	#top-shop ul li.st a p span {
		display: block;
		color: #BE9959;
		font-size: 140%;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		border: 1px solid #BE9959;
	}

	#top-shop ul li.st a:hover p {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#top-shop ul li a img.bg,
	#top-shop ul li a:hover img.bg {
		display: none;
		width: 100%;
		height: auto;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#top-shop ul li.st a dl,
	#top-shop ul li.st a:hover dl {
		display: none;
	}

	#top-shop ul li.history a p {
		position: absolute;
		top: 30px;
		right: auto;
		bottom: auto;
		left: 30px;
		margin: auto;
		width: 220px;
		height: 56px;
		background: none;
		padding: 0;
		color: #fff;
		font-size: 180%;
		font-weight: bold;
		z-index: 999999999999;
	}

	#top-shop ul li.history a p small {
		display: block;
		font-size: 50%;
	}

	#top-shop ul li.history a img.bg {
		width: 100%;
		height: auto;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#top-shop ul li.history a:hover img.bg {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

@media screen and (max-width:480px) {
	#top-shop ul li a {
		display: block;
		padding: 90px 0;
		position: relative;
	}

	#top-shop ul li.st a p {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 180px;
		height: 48px;
		background: rgba(255, 255, 255, 0.85);
		padding: 3px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	#top-shop ul li.st a p span {
		display: block;
		color: #BE9959;
		font-size: 140%;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		border: 1px solid #BE9959;
	}

	#top-shop ul li.history a p {
		position: absolute;
		top: 15px;
		right: auto;
		bottom: auto;
		left: 15px;
		margin: auto;
		width: 220px;
		height: 56px;
		background: none;
		padding: 0;
		color: #fff;
		font-size: 160%;
		font-weight: bold;
		z-index: 999999999999;
	}
}

/*-----------------------------
	top-point
------------------------------*/

#top-point {
	clear: both;
	padding-top: 110px;
	text-align: left;
	background: #F5F6FA;
	overflow: hidden;
}

#top-point1 a {
	display: block;
	color: #fff !important;
	min-height: 520px;
	box-sizing: border-box;
	padding: 250px 30px 20px 53%;
	text-align: left;
	line-height: 2.4;
	-webkit-text-shadow: 1px 1px 1px #1F1F1F;
	-moz-box-text-shadow: 1px 1px 1px #1F1F1F;
	text-shadow: 1px 1px 1px #1F1F1F;
	background: url(../images/top-point1.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	border-bottom: 4px solid #fff;
}

#top-point1 h3 {
	font-size: 180%;
}

#top-point2,
#top-point3,
#top-point4 {
	float: left;
	width: 33.333333333333%;
}

#top-point2 a {
	display: block;
	text-align: left;
	line-height: 2.4;
	background: #fff;
	border-right: 4px solid #F5F6FA;
}

#top-point3 a {
	display: block;
	text-align: left;
	line-height: 2.4;
	background: #fff;
	border-right: 4px solid #F5F6FA;
}

#top-point4 a {
	display: block;
	text-align: left;
	line-height: 2.4;
	background: #fff;
}

#top-point2 figure img,
#top-point3 figure img,
#top-point4 figure img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#top-point2 h3,
#top-point3 h3,
#top-point4 h3 {
	color: #BE9959;
	font-size: 180%;
	line-height: 1;
	text-align: center;
}

#top-point2 p,
#top-point3 p,
#top-point4 p {
	font-size: 90%;
	padding: 20px;
	line-height: 1.8;
}

#top-point a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#top-point a:hover {
	color: #5F5D59;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	#top-point {
		clear: both;
		padding-top: 60px;
		text-align: left;
	}

	#top-point1 a {
		display: block;
		color: #fff !important;
		min-height: inherit;
		box-sizing: border-box;
		padding: 150px 30px 20px;
		text-align: left;
		line-height: 1.6;
		-webkit-text-shadow: 1px 1px 1px #1F1F1F;
		-moz-box-text-shadow: 1px 1px 1px #1F1F1F;
		text-shadow: 1px 1px 1px #1F1F1F;
		background: url(../images/top-point1-sp.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		border-bottom: none;
		margin-bottom: 10px;
	}

	#top-point1 h3 {
		font-size: 180%;
	}

	#top-point2,
	#top-point3,
	#top-point4 {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#top-point2 a {
		display: table;
		text-align: left;
		line-height: 1.6;
		background: #fff;
		border-right: none;
	}

	#top-point3 a {
		display: table;
		text-align: left;
		line-height: 1.6;
		background: #fff;
		border-right: none;
	}

	#top-point4 a {
		display: table;
		text-align: left;
		line-height: 1.6;
		background: #fff;
	}

	#top-point2 figure img,
	#top-point3 figure img,
	#top-point4 figure img {
		display: none;
	}

	#top-point2 figure {
		display: table-cell;
		width: 35%;
		background: url(../images/top-point2.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-point3 figure {
		display: table-cell;
		width: 35%;
		background: url(../images/top-point3.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-point4 figure {
		display: table-cell;
		width: 35%;
		background: url(../images/top-point4.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	#top-point2 h3,
	#top-point3 h3,
	#top-point4 h3 {
		color: #BE9959;
		font-size: 180%;
		line-height: 1;
		text-align: left;
		padding: 20px 15px 10px;
	}

	#top-point2 p,
	#top-point3 p,
	#top-point4 p {
		font-size: 90%;
		padding: 0 15px 20px;
	}

	#top-point a {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	#top-point a:hover {
		color: #5F5D59;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

/*-----------------------------
	top-news
------------------------------*/

#top-news {
	clear: both;
	padding-top: 110px;
	position: relative;
	background: #F5F6FA;
}

/* h2 */
#top-news h2 {
	margin-bottom: 10px;
}

/* p */
#top-news p {
	position: absolute;
	right: 20px;
	top: 120px;
	font-size: 90%;
	line-height: 1;
}

#top-news p a {
	padding-left: 20px;
	background: url(../images/icon14.png) no-repeat left center;
}

/* article */
#top-news article {
	clear: both;
	border-bottom: 1px dotted #71654D;
}

#top-news article a {
	display: block;
	padding: 30px;
	color: #2C2517;
	font-size: 110%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#top-news article a span {
	display: block;
	color: #5F5D59;
	font-size: 85%;
	margin-bottom: 20px;
}

#top-news article a:hover {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#top-news article a:hover span {
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	#top-news {
		padding-top: 60px;
	}

	/* p */
	#top-news p {
		position: static;
		display: inline-block;
		margin: 0 auto;
		font-size: 90%;
		line-height: 1;
	}

	#top-news p a {
		display: block;
		padding: 20px 15px 20px 20px;
		background: url(../images/icon14.png) no-repeat left center;
	}

	/* article */
	#top-news article a {
		display: block;
		padding: 20px;
		color: #2C2517;
		font-size: 110%;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	#top-news article a span {
		margin-bottom: 5px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	店舗のご案内
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	shop-nav
------------------------------*/
.shop-nav {
	padding: 20px 10px;
}

.shop-nav.shop-navlist {
	padding: 50px 10px 0;
}

.shop-nav ul {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

.shop-nav ul li {
	float: left;
	width: 20%;
}

.shop-nav ul li a {
	display: block;
	color: #BE9A59;
	line-height: 54px;
	border: 1px solid #BE9959;
	border-left: none;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.shop-nav ul li a.active {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.shop-nav ul li:first-child a {
	border-left: 1px solid #BE9959;
}

.shop-nav ul li a span {
	padding-left: 20px;
	background: url(../images/icon-circle.png) no-repeat left center;
}

.shop-nav ul li a:hover {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.shop-nav ul li a.active span,
.shop-nav ul li a:hover span {
	background: url(../images/icon-circle-white.png) no-repeat left center;
}

@media screen and (max-width:768px) {
	.shop-nav.shop-navlist {
		padding: 20px 10px 0;
	}

	.shop-nav ul {
		border: 1px solid #BE9959;
		background: #fff;
	}

	.shop-nav ul li {
		float: left;
		width: 50%;
	}

	.shop-nav ul li a {
		display: block;
		color: #BE9A59;
		line-height: 30px;
		border: 1px solid #BE9959;
		border-left: none;
		border-top: none;
		padding-left: 3px;
		text-align: left;
		background: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.shop-nav ul li a.active {
		color: #fff;
		background: #BE9959;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.shop-nav ul li:first-child a {
		border-left: none;
	}

	.shop-nav ul li:nth-child(even) a {
		border-right: none;
	}

	.shop-nav ul li:nth-child(5) a {
		border-bottom: none;
	}

	.shop-nav ul li a span {
		padding-left: 10px;
		background: url(../images/icon-circle.png) no-repeat left center;
		-webkit-background-size: 7px;
		-moz-background-size: 7px;
		background-size: 7px;
	}

	.shop-nav ul li a:hover {
		color: #BE9A59;
		background: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.shop-nav ul li a:hover span {
		background: url(../images/icon-circle.png) no-repeat left center;
		-webkit-background-size: 7px;
		-moz-background-size: 7px;
		background-size: 7px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.shop-nav ul li a.active span {
		background: url(../images/icon-circle-white.png) no-repeat left center;
		-webkit-background-size: 7px;
		-moz-background-size: 7px;
		background-size: 7px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

@media screen and (max-width:480px) {
	.shop-nav.shop-navlist {
		padding: 10px 10px 0;
	}
}

/*-----------------------------
	shop-list
------------------------------*/

.shop-list {
	clear: both;
	text-align: left;
	padding-top: 100px;
	overflow: hidden;
}

/* h2 */
.shop-list h2 {
	font-size: 120%;
	margin-bottom: 20px;
}

.shop-list h2 em {
	font-size: 220%;
	font-weight: bold;
	margin-right: 20px;
}

/* figure */
.shop-list figure {
	float: right;
	width: 40%;
	margin-bottom: 40px;
}

/* read */
.shop-list .read {
	color: #BE9959;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}

/* note */
.shop-list .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
	margin-bottom: 30px;
}

/* news */
.shop-list .news {
	float: left;
	display: table;
	width: 55%;
	padding: 20px 0;
	border-top: 2px solid #CDC8BE;
	border-bottom: 2px solid #CDC8BE;
	margin-bottom: 40px;
}

.shop-list .news p {
	display: table-cell;
	width: 60px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	background: #5F5D59;
}

.shop-list .news div {
	padding: 0 15px;
	text-align: left;
}

.shop-list .news div dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.shop-list .news div dl:last-child {
	margin-bottom: 0;
}

.shop-list .news div dl dt {
	float: left;
	margin-right: 20px;
}

.shop-list .news div dl dd {
	overflow: auto;
}

/* 大阪 */
.shop-list .osaka_safety {
	width: 250px;
    padding-bottom: 30px;
}

.shop-list .osaka__img_safety {
	width: 100%;
}

/* 京都 */
.shop-list .kyoto_safety {
	width: 250px;
    padding-bottom: 30px;
}

.shop-list .kyoto__img_safety {
	width: 100%;
}

/* 銀座 */
.shop-list .ginza_safety {
	width: 250px;
    padding-bottom: 30px;
}

.shop-list .ginza__img_safety {
	width: 100%;
}

/* 新宿 */
.shop-list .shinjuku_safety {
	width: 250px;
    padding-bottom: 30px;
}

.shop-list .shinjuku__img_safety {
	width: 100%;
}

/* more */
.shop-list .more a {
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

.shop-list .more a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
}

.anchorlink {
	margin-top: -120px;
	padding-top: 120px;
}

@media screen and (max-width:768px) {
	.shop-list {
		clear: both;
		text-align: left;
		padding-top: 70px;
		overflow: hidden;
	}

	/* h2 */
	.shop-list h2 {
		font-size: 120%;
		margin-bottom: 20px;
	}

	.shop-list h2 em {
		font-size: 200%;
		font-weight: bold;
		margin-right: 20px;
	}

	/* figure */
	.shop-list figure {
		float: right;
		width: 40%;
		margin-left: 30px;
		margin-bottom: 20px;
	}

	/* read */
	.shop-list .read {
		color: #BE9959;
		font-size: 140%;
		font-weight: bold;
		margin-bottom: 10px;
	}

	/* note */
	.shop-list .note {
		float: none;
		width: 100%;
		text-align: left;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	/* news */
	.shop-list .news {
		clear: both;
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 30px;
	}

	.shop-list .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		text-align: center;
		vertical-align: middle;
		background: #5F5D59;
	}

	.shop-list .news div {
		padding: 0 15px;
		text-align: left;
	}

	.shop-list .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.shop-list .news div dl:last-child {
		margin-bottom: 0;
	}

	.shop-list .news div dl dt {
		float: left;
		margin-right: 20px;
	}

	.shop-list .news div dl dd {
		overflow: auto;
	}

	/* more */
	.shop-list .more a {
		clear: both;
		display: block;
		color: #fff;
		text-align: center;
		line-height: 45px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #B4A575;
	}

	.shop-list .more a span {
		padding-left: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: url(../images/icon14-white.png) no-repeat left center;
	}

	/* 大阪 */
	.shop-list .osaka_safety {
		position: relative;
    	left: 50px;
		width: 250px;
    	padding: 0px 0px 20px 0px;
	}

	/* 京都 */
	.shop-list .kyoto_safety {
		position: relative;
    	left: 50px;
		width: 250px;
    	padding: 0px 0px 20px 0px;
	}

	/* 銀座 */
	.shop-list .ginza_safety {
		position: relative;
    	left: 50px;
		width: 250px;
    	padding: 0px 0px 20px 0px;
	}

	/* 新宿 */
	.shop-list .shinjuku_safety {
		position: relative;
    	left: 50px;
		width: 250px;
    	padding-bottom: 30px;
	}
}

@media screen and (max-width:480px) {
	.shop-list {
		clear: both;
		text-align: left;
		padding-top: 40px;
		overflow: hidden;
	}

	/* h2 */
	.shop-list h2 {
		font-size: 120%;
		margin-bottom: 10px;
	}

	.shop-list h2 em {
		font-size: 160%;
		font-weight: bold;
		margin-right: 20px;
	}

	/* figure */
	.shop-list figure {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	/* read */
	.shop-list .read {
		color: #BE9959;
		font-size: 140%;
		font-weight: bold;
		margin-bottom: 10px;
	}

	/* note */
	.shop-list .note {
		float: none;
		width: 100%;
		text-align: left;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	/* news */
	.shop-list .news {
		clear: both;
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 20px;
	}

	.shop-list .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		text-align: center;
		vertical-align: middle;
		background: #5F5D59;
	}

	.shop-list .news div {
		padding: 0 10px;
		text-align: left;
	}

	.shop-list .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.shop-list .news div dl:last-child {
		margin-bottom: 0;
	}

	.shop-list .news div dl dt {
		float: none;
		margin-right: 20px;
	}

	/* more */
	.shop-list .more a {
		clear: both;
		display: block;
		color: #fff;
		text-align: center;
		line-height: 45px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #B4A575;
	}

	.shop-list .more a span {
		padding-left: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: url(../images/icon14-white.png) no-repeat left center;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	店舗　トップページ
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	shop-title
------------------------------*/

#shop-title {
	clear: both;
	width: 100%;
	padding: 30px 0 40px;
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#shop-title h2 {
	color: #BE9959;
	font-size: 320%;
	font-weight: bold;
	float: left;
}

#shop-title h2 small {
	font-size: 40%;
	margin-left: 20px;
}

#shop-title.ml0 h2 small {
	margin-left: 0;
}

#shop-title p {
	line-height: 2.4;
	padding: 20px 0;
	clear: both;
}

#shop-title div {
	float: right;
	width: 40%;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	background: #BE9959;
}

#shop-title div span {
	display: block;
	font-size: 140%;
	line-height: 1.4;
}

#shop-title div dl dt {
	display: inline-block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 10px;
}

#shop-title div dl dd {
	display: inline-block;
	font-size: 260%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}

#shop-title div dl dd a {
	color: #fff;
}

@media screen and (max-width:768px) {
	#shop-title {
		padding: 30px 10px 20px;
	}

	#en #shop-title h2 small {
		font-size: 50%;
		margin-left: 0;
	}

	#shop-title h2 small {
		font-size: 50%;

	}

	#shop-title div {
		clear: both;
		float: none;
		width: auto;
		color: #fff;
		text-align: center;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-title div span {
		display: block;
		font-size: 120%;
		line-height: 1.4;
		font-weight: normal;
	}

	#shop-title div dl dt {
		display: inline-block;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 10px;
	}

	#shop-title div dl dd {
		display: inline-block;
		font-size: 260%;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
	}
}

@media screen and (max-width:480px) {
	#shop-title {
		padding: 20px 10px 10px;
	}

	#shop-title h2 {
		font-size: 200%;
	}

	#shop-title p {
		line-height: 1.8;
		padding: 10px 0 10px;
	}
}

/*-----------------------------
	shop-pnav
------------------------------*/

.shop-pnav {
	clear: both;
	padding: 20px 10px;
	background: #E8E3D5;
}

.shop-pnav ul {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

.shop-pnav ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	/*181214 5 buttons revision by commude*/
	width: 19.2%;
	margin-right: 1%;
}

.shop-pnav ul li:last-child {
	margin-right: 0;
}

.shop-pnav ul li a {
	display: block;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

.shop-pnav ul li a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
	/* 181214 commude changes accomodate for 「神戸本店からのお知らせ」*/
	font-size: 90%;
}

@media screen and (max-width: 768px) {
	.shop-pnav {
		clear: both;
		padding: 10px 10px 5px;
		background: #E8E3D5;
	}

	.shop-pnav ul {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		overflow: hidden;
	}

	.shop-pnav ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.shop-pnav ul li:last-child {
		margin-right: 0;
	}

	.shop-pnav ul li a {
		display: block;
		color: #fff;
		text-align: left;
		padding-left: 30px;
		line-height: 35px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #B4A575;
	}

	.shop-pnav ul li a span {
		padding-left: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: url(../images/icon14-white.png) no-repeat left center;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		background-size: 8px auto;
		font-size: 100%;
	}
}

/*-----------------------------
	shop-info
------------------------------*/

#shop-info {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

/* figure */
#shop-info figure {
	float: right;
	width: 40%;
}

/* note */
#shop-info .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
}

#shop-info .note p {
	margin-bottom: 20px;
}

/* news */
#shop-info .news {
	float: left;
	display: table;
	width: 55%;
	padding: 20px 0;
	border-top: 2px solid #CDC8BE;
	border-bottom: 2px solid #CDC8BE;
}

#shop-info .news p {
	display: table-cell;
	width: 60px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
	background: #5F5D59;
}

#shop-info .news div {
	padding: 0 15px;
	text-align: left;
}

#shop-info .news div dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#shop-info .news div dl:last-child {
	margin-bottom: 0;
}

#shop-info .news div dl dt {
	float: left;
	margin-right: 20px;
}

#shop-info .news div dl dd {
	overflow: auto;
}

/* about */
#shop-info .about {
	float: right;
	width: 40%;
	color: #fff;
	padding: 10px 5px;
	background: #BE9959;
}

#shop-info .about p {
	font-size: 140%;
	line-height: 1.4;
}

#shop-info .about dl a {
	color: #fff;
}

#shop-info .about dl dt {
	display: inline-block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 10px;
}

#shop-info .about dl dd {
	display: inline-block;
	font-size: 260%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	#shop-info {
		padding: 30px 0;
		overflow: hidden;
	}

	/* figure */
	#shop-info figure {
		float: right;
		width: 45%;
		margin: 0 0 10px 30px;
	}

	/* note */
	#shop-info .note {
		float: none;
		width: auto;
		text-align: left;
		line-height: 1.8;
	}

	#shop-info .note p {
		margin-bottom: 20px;
	}

	#nonews.contents .about {
		margin-top: 0;
	}

	/* news */
	#shop-info .news {
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 30px;
	}

	#shop-info .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		vertical-align: middle;
		background: #5F5D59;
	}

	#shop-info .news div {
		padding: 0 15px;
		text-align: left;
	}

	#shop-info .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#shop-info .news div dl:last-child {
		margin-bottom: 0;
	}

	#shop-info .news div dl dt {
		float: left;
		margin-right: 20px;
	}

	#shop-info .news div dl dd {
		overflow: auto;
	}

	#nonews #shop-info .note {
		min-height: inherit;
		min-height: auto;
	}

	/* about */
	#shop-info .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}
}

@media screen and (max-width: 480px) {

	/* news */
	#shop-info .news {
		margin-bottom: 20px;
	}

	#shop-info .news div {
		padding: 0 10px;
		text-align: left;
	}

	#shop-info .news div dl dt {
		float: none;
		margin-right: 20px;
	}

	#shop-info .news div dl dd {
		overflow: auto;
	}

	/* about */
	#shop-info .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info .about p {
		font-size: 120%;
		line-height: 1.4;
	}

	#shop-info .about dl dt {
		display: inline-block;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 10px;
	}

	#shop-info .about dl dd {
		display: inline-block;
		font-size: 260%;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
	}
}

/*-----------------------------
	shop-info 大阪
------------------------------*/
#shop-info_osaka {
	padding: 50px 0 300px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px) {
	#shop-info_osaka {
		padding: 50px 0;
	}
}

/* figure */
#shop-info_osaka figure {
	float: right;
	width: 40%;
}

/* note */
#shop-info_osaka .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
}

#shop-info_osaka .note p {
	margin-bottom: 20px;
}

/* news */
#shop-info_osaka .news {
	float: left;
	display: table;
	width: 55%;
	padding: 20px 0;
	border-top: 2px solid #CDC8BE;
	border-bottom: 2px solid #CDC8BE;
}

#shop-info_osaka .news p {
	display: table-cell;
	width: 60px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
	background: #5F5D59;
}

#shop-info_osaka .news div {
	padding: 0 15px;
	text-align: left;
}

#shop-info_osaka .news div dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#shop-info_osaka .news div dl:last-child {
	margin-bottom: 0;
}

#shop-info_osaka .news div dl dt {
	float: left;
	margin-right: 20px;
}

#shop-info_osaka .news div dl dd {
	overflow: auto;
}

/* about */
#shop-info_osaka .about {
	float: right;
	width: 40%;
	color: #fff;
	padding: 10px 5px;
	background: #BE9959;
}

#shop-info_osaka .about p {
	font-size: 140%;
	line-height: 1.4;
}

#shop-info_osaka .about dl a {
	color: #fff;
}

#shop-info_osaka .about dl dt {
	display: inline-block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 10px;
}

#shop-info_osaka .about dl dd {
	display: inline-block;
	font-size: 260%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}

#shop-info_osaka .osaka_safety {
	width: 250px;
	position: absolute;
	bottom: 25px;
	left: 0;
}

#shop-info_osaka .osaka__img_safety {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#shop-info_osaka {
		padding: 30px 0;
		overflow: hidden;
	}

	/* figure */
	#shop-info_osaka figure {
		float: right;
		width: 45%;
		margin: 0 0 10px 30px;
	}

	/* note */
	#shop-info_osaka .note {
		float: none;
		width: auto;
		text-align: left;
		line-height: 1.8;
	}

	#shop-info_osaka .note p {
		margin-bottom: 20px;
	}

	#nonews.contents .about {
		margin-top: 0;
	}

	/* news */
	#shop-info_osaka .news {
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 30px;
	}

	#shop-info_osaka .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		vertical-align: middle;
		background: #5F5D59;
	}

	#shop-info_osaka .news div {
		padding: 0 15px;
		text-align: left;
	}

	#shop-info_osaka .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#shop-info_osaka .news div dl:last-child {
		margin-bottom: 0;
	}

	#shop-info_osaka .news div dl dt {
		float: left;
		margin-right: 20px;
	}

	#shop-info_osaka .news div dl dd {
		overflow: auto;
	}

	#nonews #shop-info_osaka .note {
		min-height: inherit;
		min-height: auto;
	}

	/* about */
	#shop-info_osaka .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_osaka .osaka_safety {
		position: static;
		margin: 30px auto 0;
	}

	#shop-info_osaka .osaka__img_safety {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {

	/* news */
	#shop-info_osaka .news {
		margin-bottom: 20px;
	}

	#shop-info_osaka .news div {
		padding: 0 10px;
		text-align: left;
	}

	#shop-info_osaka .news div dl dt {
		float: none;
		margin-right: 20px;
	}

	#shop-info_osaka .news div dl dd {
		overflow: auto;
	}

	/* about */
	#shop-info_osaka .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_osaka .about p {
		font-size: 120%;
		line-height: 1.4;
	}

	#shop-info_osaka .about dl dt {
		display: inline-block;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 10px;
	}

	#shop-info_osaka .about dl dd {
		display: inline-block;
		font-size: 260%;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
	}
}

/*-----------------------------
	shop-info 京都
------------------------------*/
#shop-info_kyoto {
	padding: 50px 0 300px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px) {
	#shop-info_kyoto {
		padding: 50px 0;
	}
}

/* figure */
#shop-info_kyoto figure {
	float: right;
	width: 40%;
}

/* note */
#shop-info_kyoto .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
}

#shop-info_kyoto .note p {
	margin-bottom: 20px;
}

/* news */
#shop-info_kyoto .news {
	float: left;
	display: table;
	width: 55%;
	padding: 20px 0;
	border-top: 2px solid #CDC8BE;
	border-bottom: 2px solid #CDC8BE;
}

#shop-info_kyoto .news p {
	display: table-cell;
	width: 60px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
	background: #5F5D59;
}

#shop-info_kyoto .news div {
	padding: 0 15px;
	text-align: left;
}

#shop-info_kyoto .news div dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#shop-info_kyoto .news div dl:last-child {
	margin-bottom: 0;
}

#shop-info_kyoto .news div dl dt {
	float: left;
	margin-right: 20px;
}

#shop-info_kyoto .news div dl dd {
	overflow: auto;
}

/* about */
#shop-info_kyoto .about {
	float: right;
	width: 40%;
	color: #fff;
	padding: 10px 5px;
	background: #BE9959;
}

#shop-info_kyoto .about p {
	font-size: 140%;
	line-height: 1.4;
}

#shop-info_kyoto .about dl a {
	color: #fff;
}

#shop-info_kyoto .about dl dt {
	display: inline-block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 10px;
}

#shop-info_kyoto .about dl dd {
	display: inline-block;
	font-size: 260%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}
#shop-info_kyoto .shop-info__right {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 50px;
}
#shop-info_kyoto .shop-info__right .about {
	width: 100%;
	margin-bottom: 20px;
	float: none;
}

#shop-info_kyoto .shop-info__right .about-kyoto {
	color: #fff;
    padding: 10px 5px;
    background: #BE9959;
}
#shop-info_kyoto .shop-info__right .about-kyoto a {
	color: #fff;
}
@media screen and (max-width:768px) {
	#shop-info_kyoto .shop-info__right {
		width: 100%;
		position: relative;
		right: 0;
		bottom: auto;
	}
}
#shop-info_kyoto .kyoto_safety {
	width: 250px;
	position: absolute;
	bottom: 25px;
	left: 0;
}

/* TODO */
#shop-info_kyoto .shinjuku_safety {
	width: 180px;
	position: absolute;
	bottom: 25px;
	left: 0;
}

#shop-info_kyoto .kyoto__img_safety {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#shop-info_kyoto {
		padding: 30px 0;
		overflow: hidden;
	}

	/* figure */
	#shop-info_kyoto figure {
		float: right;
		width: 45%;
		margin: 0 0 10px 30px;
	}

	/* note */
	#shop-info_kyoto .note {
		float: none;
		width: auto;
		text-align: left;
		line-height: 1.8;
	}

	#shop-info_kyoto .note p {
		margin-bottom: 20px;
	}

	#nonews.contents .about {
		margin-top: 0;
	}

	/* news */
	#shop-info_kyoto .news {
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 30px;
	}

	#shop-info_kyoto .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		vertical-align: middle;
		background: #5F5D59;
	}

	#shop-info_kyoto .news div {
		padding: 0 15px;
		text-align: left;
	}

	#shop-info_kyoto .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#shop-info_kyoto .news div dl:last-child {
		margin-bottom: 0;
	}

	#shop-info_kyoto .news div dl dt {
		float: left;
		margin-right: 20px;
	}

	#shop-info_kyoto .news div dl dd {
		overflow: auto;
	}

	#nonews #shop-info_kyoto .note {
		min-height: inherit;
		min-height: auto;
	}

	/* about */
	#shop-info_kyoto .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_kyoto .kyoto_safety {
		position: static;
		margin: 30px auto 0;
	}

	/* TODO */
	#shop-info_kyoto .shinjuku_safety {
		position: static;
		margin: 30px auto 0;
	}

	#shop-info_kyoto .kyoto__img_safety {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {

	/* news */
	#shop-info_kyoto .news {
		margin-bottom: 20px;
	}

	#shop-info_kyoto .news div {
		padding: 0 10px;
		text-align: left;
	}

	#shop-info_kyoto .news div dl dt {
		float: none;
		margin-right: 20px;
	}

	#shop-info_kyoto .news div dl dd {
		overflow: auto;
	}

	/* about */
	#shop-info_kyoto .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_kyoto .about p {
		font-size: 120%;
		line-height: 1.4;
	}

	#shop-info_kyoto .about dl dt {
		display: inline-block;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 10px;
	}

	#shop-info_kyoto .about dl dd {
		display: inline-block;
		font-size: 260%;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
	}
}

/*-----------------------------
	shop-info 銀座
------------------------------*/
#shop-info_ginza {
	padding: 50px 0 300px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px) {
	#shop-info_ginza {
		padding: 50px 0;
	}
}

/* figure */
#shop-info_ginza figure {
	float: right;
	width: 40%;
}

/* note */
#shop-info_ginza .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
}

#shop-info_ginza .note p {
	margin-bottom: 20px;
}

/* news */
#shop-info_ginza .news {
	float: left;
	display: table;
	width: 55%;
	padding: 20px 0;
	border-top: 2px solid #CDC8BE;
	border-bottom: 2px solid #CDC8BE;
}

#shop-info_ginza .news p {
	display: table-cell;
	width: 60px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
	background: #5F5D59;
}

#shop-info_ginza .news div {
	padding: 0 15px;
	text-align: left;
}

#shop-info_ginza .news div dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#shop-info_ginza .news div dl:last-child {
	margin-bottom: 0;
}

#shop-info_ginza .news div dl dt {
	float: left;
	margin-right: 20px;
}

#shop-info_ginza .news div dl dd {
	overflow: auto;
}

/* about */
#shop-info_ginza .about {
	float: right;
	width: 40%;
	color: #fff;
	padding: 10px 5px;
	background: #BE9959;
}

#shop-info_ginza .about p {
	font-size: 140%;
	line-height: 1.4;
}

#shop-info_ginza .about dl a {
	color: #fff;
}

#shop-info_ginza .about dl dt {
	display: inline-block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 10px;
}

#shop-info_ginza .about dl dd {
	display: inline-block;
	font-size: 260%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}

#shop-info_ginza .ginza_safety {
	width: 200px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#shop-info_ginza .ginza__img_safety {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#shop-info_ginza {
		padding: 30px 0;
		overflow: hidden;
	}

	/* figure */
	#shop-info_ginza figure {
		float: right;
		width: 45%;
		margin: 0 0 10px 30px;
	}

	/* note */
	#shop-info_ginza .note {
		float: none;
		width: auto;
		text-align: left;
		line-height: 1.8;
	}

	#shop-info_ginza .note p {
		margin-bottom: 20px;
	}

	#nonews.contents .about {
		margin-top: 0;
	}

	/* news */
	#shop-info_ginza .news {
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 30px;
	}

	#shop-info_ginza .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		vertical-align: middle;
		background: #5F5D59;
	}

	#shop-info_ginza .news div {
		padding: 0 15px;
		text-align: left;
	}

	#shop-info_ginza .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#shop-info_ginza .news div dl:last-child {
		margin-bottom: 0;
	}

	#shop-info_ginza .news div dl dt {
		float: left;
		margin-right: 20px;
	}

	#shop-info_ginza .news div dl dd {
		overflow: auto;
	}

	#nonews #shop-info_ginza .note {
		min-height: inherit;
		min-height: auto;
	}

	/* about */
	#shop-info_ginza .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_ginza .ginza_safety {
		position: static;
		margin: 30px auto 0;
	}

	#shop-info_ginza .ginza__img_safety {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {

	/* news */
	#shop-info_ginza .news {
		margin-bottom: 20px;
	}

	#shop-info_ginza .news div {
		padding: 0 10px;
		text-align: left;
	}

	#shop-info_ginza .news div dl dt {
		float: none;
		margin-right: 20px;
	}

	#shop-info_ginza .news div dl dd {
		overflow: auto;
	}

	/* about */
	#shop-info_ginza .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_ginza .about p {
		font-size: 120%;
		line-height: 1.4;
	}

	#shop-info_ginza .about dl dt {
		display: inline-block;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 10px;
	}

	#shop-info_ginza .about dl dd {
		display: inline-block;
		font-size: 260%;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
	}
}

/*-----------------------------
	shop-info 新宿
------------------------------*/
#shop-info_shinjuku {
	padding: 50px 0 320px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px) {
	#shop-info_shinjuku {
		padding: 50px 0;
	}
}

/* figure */
#shop-info_shinjuku figure {
	float: right;
	width: 40%;
}

/* note */
#shop-info_shinjuku .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
}

#shop-info_shinjuku .note p {
	margin-bottom: 20px;
}

/* news */
#shop-info_shinjuku .news {
	float: left;
	display: table;
	width: 55%;
	padding: 20px 0;
	border-top: 2px solid #CDC8BE;
	border-bottom: 2px solid #CDC8BE;
}

#shop-info_shinjuku .news p {
	display: table-cell;
	width: 60px;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
	background: #5F5D59;
}

#shop-info_shinjuku .news div {
	padding: 0 15px;
	text-align: left;
}

#shop-info_shinjuku .news div dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#shop-info_shinjuku .news div dl:last-child {
	margin-bottom: 0;
}

#shop-info_shinjuku .news div dl dt {
	float: left;
	margin-right: 20px;
}

#shop-info_shinjuku .news div dl dd {
	overflow: auto;
}

/* about */
#shop-info_shinjuku .about {
	float: right;
	width: 40%;
	color: #fff;
	padding: 10px 5px;
	background: #BE9959;
}

#shop-info_shinjuku .about p {
	font-size: 140%;
	line-height: 1.4;
}

#shop-info_shinjuku .about dl a {
	color: #fff;
}

#shop-info_shinjuku .about dl dt {
	display: inline-block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 10px;
}

#shop-info_shinjuku .about dl dd {
	display: inline-block;
	font-size: 260%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}

#shop-info_shinjuku .shinjuku_safety {
	width: 200px;
	position: absolute;
	bottom: 20px;
	left: 0;
}

#shop-info_shinjuku .shinjuku__img_safety {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#shop-info_shinjuku {
		padding: 30px 0;
		overflow: hidden;
	}

	/* figure */
	#shop-info_shinjuku figure {
		float: right;
		width: 45%;
		margin: 0 0 10px 30px;
	}

	/* note */
	#shop-info_shinjuku .note {
		float: none;
		width: auto;
		text-align: left;
		line-height: 1.8;
	}

	#shop-info_shinjuku .note p {
		margin-bottom: 20px;
	}

	#nonews.contents .about {
		margin-top: 0;
	}

	/* news */
	#shop-info_shinjuku .news {
		float: none;
		display: table;
		width: 100%;
		padding: 20px 0;
		border-top: 2px solid #CDC8BE;
		border-bottom: 2px solid #CDC8BE;
		margin-bottom: 30px;
	}

	#shop-info_shinjuku .news p {
		display: table-cell;
		width: 60px;
		color: #fff;
		font-size: 10px;
		vertical-align: middle;
		background: #5F5D59;
	}

	#shop-info_shinjuku .news div {
		padding: 0 15px;
		text-align: left;
	}

	#shop-info_shinjuku .news div dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#shop-info_shinjuku .news div dl:last-child {
		margin-bottom: 0;
	}

	#shop-info_shinjuku .news div dl dt {
		float: left;
		margin-right: 20px;
	}

	#shop-info_shinjuku .news div dl dd {
		overflow: auto;
	}

	#nonews #shop-info_shinjuku .note {
		min-height: inherit;
		min-height: auto;
	}

	/* about */
	#shop-info_shinjuku .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_shinjuku .shinjuku_safety {
		position: static;
		margin: 30px auto 0;
	}

	#shop-info_shinjuku .shinjuku__img_safety {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {

	/* news */
	#shop-info_shinjuku .news {
		margin-bottom: 20px;
	}

	#shop-info_shinjuku .news div {
		padding: 0 10px;
		text-align: left;
	}

	#shop-info_shinjuku .news div dl dt {
		float: none;
		margin-right: 20px;
	}

	#shop-info_shinjuku .news div dl dd {
		overflow: auto;
	}

	/* about */
	#shop-info_shinjuku .about {
		float: none;
		width: 100%;
		color: #fff;
		padding: 10px 5px;
		background: #BE9959;
	}

	#shop-info_shinjuku .about p {
		font-size: 120%;
		line-height: 1.4;
	}

	#shop-info_shinjuku .about dl dt {
		display: inline-block;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 10px;
	}

	#shop-info_shinjuku .about dl dd {
		display: inline-block;
		font-size: 260%;
		vertical-align: middle;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
	}
}

/*-----------------------------
	shop-gallery
------------------------------*/

#shop-gallery {
	clear: both;
	padding: 30px 10px;
	background: #fff;
	overflow: hidden;
}

/* h3 */
#shop-gallery h3 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 30px;
	font-size: 140%;
	text-align: left;
}

#shop-gallery h3 em {
	color: #BE9B59;
	font-size: 240%;
	font-weight: bold;
	margin-right: 30px;
}

/* ul */
#shop-gallery ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

#shop-gallery ul li {
	margin-right: 4px;
	margin-bottom: 10px;
}


#shop-gallery ul li img {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

#shop-gallery ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {

	/* h3 */
	#shop-gallery h3 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10px;
		font-size: 120%;
		text-align: left;
	}

	#shop-gallery h3 em {
		display: block;
		color: #BE9B59;
		font-size: 200%;
		font-weight: bold;
		line-height: 1.2;
		margin-right: 0;
	}

	/* ul */

	#shop-gallery ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#shop-gallery ul li {
		width: 32%;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	#shop-gallery {
		clear: both;
		padding: 20px 10px 10px;
		background: #fff;
		overflow: hidden;
	}

	/* ul */
	#shop-gallery ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
	}

	#shop-gallery ul li:nth-child(5n) {
		margin-right: 2%;
	}

	#shop-gallery ul li:nth-child(3n) {
		margin-right: 2%;
	}

	#shop-gallery ul li:nth-child(2n) {
		margin-right: 0;
	}
}

/*
 * Boxer v3.3.0 - 2015-04-04
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://classic.formstone.it/boxer/
 *
 * Copyright 2015 Ben Plum; MIT Licensed
 */
.boxer-lock {
	overflow: hidden !important;
}

#boxer-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.85);
	opacity: 0;
	-webkit-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}

.boxer-open #boxer-overlay {
	opacity: 0.75;
}

#boxer {
	width: 200px;
	height: 200px;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 101;
	opacity: 0;
	margin: 0 auto;
}

#boxer * {
	-webkit-transition: none;
	transition: none;
}

#boxer,
#boxer * {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
	box-sizing: border-box;
}

#boxer.fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
}

#boxer.inline {
	padding: 30px;
}

#boxer.animating {
	-webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
	transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

#boxer.animating .boxer-container {
	-webkit-transition: opacity 0.25s linear 0.25s;
	transition: opacity 0.25s linear 0.25s;
}

.boxer-open #boxer {
	opacity: 1;
}

#boxer.loading .boxer-container {
	opacity: 0;
	-webkit-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}

#boxer .boxer-close {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 105;
	background: url(../images/close.png) no-repeat center top;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
}

@media screen and (max-width: 480px) {
	#boxer .boxer-close {
		width: 45px;
		height: 45px;
		position: absolute;
		top: -45px;
		right: 0;
		z-index: 105;
		background: url(../images/close.png) no-repeat center top;
		-webkit-background-size: 45px;
		-moz-background-size: 45px;
		background-size: 45px;
	}
}

#boxer .boxer-loading {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 105;
	display: block;
	margin: auto;
	opacity: 0;
	background: url(../images/bx_loader.gif) no-repeat center;
	-webkit-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}

#boxer.loading .boxer-loading {
	opacity: 1;
}

@-webkit-keyframes boxer-loading-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes boxer-loading-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#boxer .boxer-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 103;
	overflow: hidden;
}

#boxer .boxer-content {
	width: 100%;
	opacity: 1;
	overflow: hidden;
	padding: 0;
}

#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
	width: auto;
}

#boxer .boxer-image {
	float: left;
}

#boxer .boxer-video {
	width: 100%;
	height: 100%;
}

#boxer .boxer-iframe {
	width: 100%;
	height: 100%;
	border: none;
	float: left;
	overflow: auto;
}

#boxer .boxer-meta {
	clear: both;
}

#boxer .boxer-control {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	display: block;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
	overflow: hidden;
	text-indent: 200%;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	white-space: nowrap;
}

#boxer .boxer-control.previous {
	background: #ffffff url(../images/jquery.fs.boxer-icons.png) no-repeat 0 0;
	left: 20px;
}

#boxer .boxer-control.next {
	background: #ffffff url(../images/jquery.fs.boxer-icons.png) no-repeat -40px 0;
	right: 20px;
}

@media screen and (max-width: 480px) {
	#boxer .boxer-control {
		width: 20px;
		height: 20px;
	}

	#boxer .boxer-control.previous {
		background: #ffffff url(../images/jquery.fs.boxer-icons.png) no-repeat 0 0;
		-webkit-background-size: 45px auto;
		-moz-background-size: 45px auto;
		background-size: 45px auto;
		left: 10px;
	}

	#boxer .boxer-control.next {
		background: #ffffff url(../images/jquery.fs.boxer-icons.png) no-repeat -20px 0;
		-webkit-background-size: 45px auto;
		-moz-background-size: 45px auto;
		background-size: 45px auto;
		right: 10px;
	}
}

#boxer .boxer-control.disabled {
	opacity: 0;
}

.no-opacity #boxer .boxer-control {
	text-indent: -999px;
}

.no-touch #boxer .boxer-control {
	opacity: 0;
}

.no-touch #boxer:hover .boxer-control {
	opacity: 1;
}

.no-touch #boxer:hover .boxer-control.disabled {
	opacity: 0;
	cursor: default !important;
}

#boxer .boxer-meta {
	padding: 10px 0 0 0;
}

#boxer .boxer-position {
	display: none;
	color: #999999;
	font-size: 12px;
	margin: 0;
	padding: 15px 15px 0 15px;
}

#boxer .boxer-caption p {
	color: #666666;
	font-size: 14px;
	margin: 0;
	padding: 15px;
}

#boxer .boxer-caption.gallery p {
	padding-top: 0;
}

#boxer .boxer-error {
	width: 250px;
}

#boxer .boxer-error p {
	color: #990000;
	font-size: 14px;
	margin: 0;
	padding: 25px;
	text-align: center;
	text-transform: uppercase;
}

/* スマホ設定 */
#boxer.mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 0;
	padding: 40px 0 0;
}

#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
	height: 45px;
	width: 45px;
	top: 50px;
	right: 0;
	background: url(../images/close.png) no-repeat center top;
	-webkit-background-size: 45px;
	-moz-background-size: 45px;
	background-size: 45px;
	border-radius: 0;
}

#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
	color: #cccccc;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
}

#boxer.mobile .boxer-loading:before {
	border-color: rgba(153, 153, 153, 0.25);
}

#boxer.mobile .boxer-loading:after {
	border-top-color: #999999;
}

#boxer.mobile .boxer-container {
	padding: 0 10px;
}

#boxer.mobile .boxer-content {}

#boxer.mobile .boxer-control {
	display: none;
}

#boxer.mobile .boxer-control.previous {
	left: 0;
}

#boxer.mobile .boxer-control.previous:before {
	border-right-color: #eeeeee;
	margin-left: 19px;
}

#boxer.mobile .boxer-control.next {
	right: 0;
}

#boxer.mobile .boxer-control.next:before {
	border-left-color: #eeeeee;
	margin-right: 19px;
}

.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
	opacity: 1;
}

.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
	opacity: 0;
	cursor: default !important;
}

#boxer.mobile .boxer-meta {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 65px;
}

#boxer.mobile .boxer-position {
	color: #999999;
	font-size: 12px;
	margin: 0;
	padding: 0 15px 0 0;
}

#boxer.mobile .boxer-caption p {
	color: #eeeeee;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#boxer.mobile .boxer-image {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#boxer.mobile.animated .boxer-image {
	-webkit-transition: -webkit-transform 0.25s ease-out !important;
	transition: transform 0.25s ease-out !important;
}

#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


/*-----------------------------
	shop-outline
------------------------------*/

#shop-outline {
	clear: both;
}

#shop-outline table {
	width: 100%;
	text-align: left;
	margin-bottom: 80px;
}

#shop-outline table th {
	width: 20%;
	padding: 15px 30px;
	border-top: 1px solid #2C2517;
}

#shop-outline table td {
	padding: 15px 30px;
	border-top: 1px solid #ddd;
}

#shop-outline table tr:last-child th {
	border-bottom: 1px solid #2C2517;
}

#shop-outline table tr:last-child td {
	border-bottom: 1px solid #ddd;
}

#shop-outline table td dl {
	clear: both;
	overflow: hidden;
}

#shop-outline table td dl dt {
	float: left;
	min-width: 6em;
}

#shop-outline table td dl dd {
	overflow: auto;
}

@media screen and (max-width: 768px) {
	#shop-outline table th {
		width: 20%;
		padding: 15px 20px;
		border-top: 1px solid #2C2517;
	}

	#shop-outline table td {
		padding: 15px 20px;
		border-top: 1px solid #ddd;
	}
}

@media screen and (max-width: 480px) {
	#shop-outline table {
		width: 100%;
		text-align: left;
		margin-bottom: 40px;
	}

	#shop-outline table th {
		display: block;
		width: auto;
		padding: 10px 10px 0;
		border-top: 1px solid #2C2517;
	}

	#shop-outline table td {
		display: block;
		padding: 5px 10px 10px;
		border-top: none;
	}

	#shop-outline table tr:last-child th {
		border-bottom: none;
	}

	#shop-outline table tr:last-child td {
		border-bottom: 1px solid #2C2517;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	店舗　メニューページ
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	shop-menu
------------------------------*/

.shop-menu {
	clear: both;
	margin: 50px 0 0;
	background: #fff;
}

.shop-menu h1 {
	cursor: pointer;
	display: table;
	width: 100%;
	color: #fff;
	font-size: 90%;
	text-align: left;
	padding: 15px 100px 15px 30px;
	background: url(../images/icon-bottom.png) no-repeat right center #BE9B59;
}

.shop-menu h1 em {
	display: table-cell;
	width: 10em;
	font-size: 240%;
	white-space: nowrap;
	line-height: 1.2;
	padding-right: 30px;
	vertical-align: middle;
}

.shop-menu h1 span {
	display: table-cell;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: middle;
}

.shop-menu-cont {
	clear: both;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.shop-menu-cont.disnon {
	height: 0;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/****** add yanagida *****/
.shop-menu-cont .article-wrap h2 {
	padding: 15px 0 15px 25px;
	text-align: left;
	margin: 30px 30px 0;
	border-bottom: 2px solid #BE9959;
	font-size: 160%;
	color: #BE9959;
	background: #f3efe7;
}

/****** add yanagida *****/

.shop-menu-cont article {
	clear: both;
	padding: 30px 0;
	text-align: left;
	margin: 0 30px;
	border-bottom: 1px solid #BE9959;
	overflow: hidden;
}

.shop-menu-cont article:last-child {
	border-bottom: none;
}

.shop-menu-cont article .menu-title {
	overflow: hidden;
}

.shop-menu-cont article .menu-title h3 {
	float: left;
	color: #BE9959;
	font-size: 200%;
	margin-right: 50px;
	margin-bottom: 20px;
}

.shop-menu-cont article .menu-title p {
	overflow: auto;
	padding-top: 13px;
	margin-bottom: 20px;
}

.shop-menu-cont article .menu-cont {
	clear: both;
	overflow: hidden;
}

.shop-menu-cont article .menu-cont figure {
	float: right;
	width: 36%;
	margin-left: 50px;
	margin-bottom: 20px;
}

.shop-menu-cont article .menu-cont figure img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.shop-menu-cont article .menu-cont p {
	line-height: 2;
	margin-bottom: 20px;
}

.shop-menu-cont article .menu-cont div {
	overflow: auto;
}

.shop-menu-cont article .menu-cont table {
	border: 1px solid #ddd;
	background: #E8E3D5;
	margin-bottom: 15px;
}

.shop-menu-cont article .menu-cont table th {
	padding: 15px;
	line-height: 1.4;
	vertical-align: top;
	border-bottom: 1px solid #F5F2ED;
}

.shop-menu-cont article .menu-cont table td {
	padding: 15px;
	line-height: 1.4;
	vertical-align: top;
	border-bottom: 1px solid #F5F2ED;
}

.shop-menu-cont article .menu-cont table tr:last-child th,
.shop-menu-cont article .menu-cont table tr:last-child td {
	border-bottom: none;
}

.shop-menu-cont article .menu-cont ul {
	margin-bottom: 30px;
}

.shop-menu-cont article .menu-cont ul li {
	font-size: 75%;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 768px) {
	.shop-menu {
		clear: both;
		margin: 30px 0 0;
		background: #fff;
	}

	/****** add kato *****/
	.shop-menu h1 {
		cursor: pointer;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 90%;
		text-align: left;
		padding: 10px 70px 10px 20px;
		line-height: 1.2;
		background: url(../images/icon-bottom.png) no-repeat right center #BE9B59;
		-webkit-background-size: 50px;
		-moz-background-size: 50px;
		background-size: 50px;
	}

	.shop-menu h1 em {
		display: block;
		width: auto;
		font-size: 200%;
		vertical-align: middle;
		margin-bottom: 3px;
	}

	.shop-menu h1 span {
		display: block;
		font-weight: normal;
		vertical-align: middle;
	}

	.shop-menu-cont .article-wrap h2 {
		margin: 10px 10px 0;
	}

	/****** add kato *****/
	.shop-menu-cont {
		clear: both;
		padding: 0 0 10px;
	}

	.shop-menu-cont article {
		margin: 0 20px;
	}

	.shop-menu-cont article .menu-title {
		overflow: hidden;
	}

	/****** add kato *****/
	.shop-menu-cont article .menu-title h3 {
		float: none;
		color: #BE9959;
		font-size: 160%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	/****** add kato *****/
	.shop-menu-cont article .menu-title p {
		overflow: auto;
		padding-top: 0;
	}

	.shop-menu-cont article .menu-title p br {
		display: none;
	}

	.shop-menu-cont article .menu-cont {
		clear: both;
		overflow: hidden;
	}

	.shop-menu-cont article .menu-cont figure {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.shop-menu-cont article .menu-cont p {
		line-height: 2;
		margin-bottom: 20px;
	}

	.shop-menu-cont article .menu-cont div {
		overflow: auto;
	}

	.shop-menu-cont article .menu-cont table {
		font-size: 85%;
	}

	.shop-menu-cont article .menu-cont table th {
		padding: 10px;
		min-width: 7em;
	}

	.shop-menu-cont article .menu-cont table td {
		padding: 10px;
	}
}

@media screen and (max-width: 480px) {
	.shop-menu-cont {
		clear: both;
		padding: 0 0 10px;
	}

	.shop-menu-cont article {
		clear: both;
		margin: 0 10px;
		text-align: left;
		border-bottom: 1px solid #BE9959;
		overflow: hidden;
	}

	.shop-menu-cont article .menu-cont table {
		width: 100%;
		font-size: 70%;
	}

	.shop-menu-cont article .menu-cont table th {
		padding: 7px;
	}

	.shop-menu-cont article .menu-cont table td {
		padding: 7px;
	}

}

/*-----------------------------
	shop-about
------------------------------*/

.shop-about {
	clear: both;
	color: #fff;
	line-height: 60px;
	padding: 20px;
	background: #BE9959;
	overflow: hidden;
}

.shop-about a {
	color: #fff;
}

.about a {
	color: #fff;
}

.shop-about p {
	float: left;
	width: 40%;
	font-size: 140%;
	white-space: nowrap;
}

.shop-about dl {
	float: left;
	width: 60%;
	white-space: nowrap;
}

.shop-about dl dt {
	display: inline-block;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-right: 20px;
}

.shop-about dl dd {
	display: inline-block;
	font-size: 340%;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.shop-about {
		line-height: 1.6;
		padding: 20px 0 10px;
	}

	.shop-about p {
		float: none;
		width: auto;
		font-size: 120%;
		white-space: nowrap;
	}

	.shop-about dl {
		float: none;
		width: auto;
		line-height: 1.2;
		white-space: nowrap;
	}

	.shop-about dl dt {
		display: inline-block;
		font-size: 90%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 20px;
	}

	.shop-about dl dd {
		display: inline-block;
		font-size: 300%;
		vertical-align: middle;
	}
}

@media screen and (max-width: 480px) {
	.shop-about {
		padding: 10px 0;
	}

	.shop-about p {
		float: none;
		width: auto;
		font-size: 120%;
		white-space: nowrap;
		margin-bottom: 10px;
	}

	.shop-about dl dt {
		display: block;
		font-size: 90%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		vertical-align: middle;
		margin-right: 0;
	}

	.shop-about dl dd {
		display: block;
		font-size: 260%;
		vertical-align: middle;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	店舗　アクセスページ
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	shop-access
------------------------------*/

#shop-access {
	clear: both;
	text-align: left;
	margin: 60px 0;
	overflow: hidden;
}

#shop-access h3 {
	color: #BE9959;
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 20px;
}

#shop-access div.map {
	float: right;
	width: 60%;
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	margin-left: 30px;
}

#shop-access div.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#shop-access div.detail {
	width: 37%;
}

#shop-access div.detail ul {
	margin-bottom: 40px;
}

#shop-access div.detail ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#shop-access div.detail dl dt {
	color: #2C2517;
	padding-bottom: 3px;
	border-bottom: 1px solid #5F5D5A;
	margin-bottom: 10px;
}

#shop-access div.detail dl dd {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#shop-access {
		clear: both;
		text-align: left;
		margin: 40px 0;
		overflow: hidden;
	}

	#shop-access h3 {
		color: #BE9959;
		font-size: 180%;
		font-weight: normal;
		margin-bottom: 20px;
	}

	#shop-access div.map {
		float: none;
		width: 100%;
		position: static;
		padding-bottom: 0;
		height: auto;
		overflow: hidden;
		margin-left: 0;
		margin-bottom: 20px;
	}

	#shop-access div.map iframe {
		position: static;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 300px !important;
	}

	#shop-access div.detail {
		width: 100%;
	}

	#shop-access div.detail ul {
		margin-bottom: 20px;
	}

	#shop-access div.detail ul li {
		padding-left: 1.3em;
		text-indent: -1.3em;
	}

	#shop-access div.detail dl dt {
		color: #2C2517;
		padding-bottom: 3px;
		border-bottom: 1px solid #5F5D5A;
		margin-bottom: 10px;
	}

	#shop-access div.detail dl dd {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	#shop-access {
		clear: both;
		text-align: left;
		margin: 30px 0;
		overflow: hidden;
	}

	#shop-access h3 {
		color: #BE9959;
		font-weight: normal;
		margin-bottom: 10px;
	}

	#shop-access div.map iframe {
		position: static;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 200px !important;
	}
}

/*-----------------------------
	shop-root
------------------------------*/

#shop-root {
	clear: both;
	text-align: left;
	margin: 0 0 140px;
	overflow: hidden;
}

#shop-root h3 {
	color: #BE9959;
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 20px;
}

#shop-root ul {
	clear: both;
	overflow: hidden;
}

#shop-root ul li {
	float: left;
	width: 49%;
}

#shop-root ul li:nth-child(2n) {
	margin-left: 2%;
}

#shop-root ul li a {
	display: block;
	color: #2C2517;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 60px;
	border: 3px solid #B4A575;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}

#shop-root ul li.print a span {
	display: inline-block;
	line-height: 60px;
	padding-left: 58px;
	background: url(../images/icon-print.png) no-repeat center left;
}

#shop-root ul li.dl a span {
	display: inline-block;
	line-height: 60px;
	padding-left: 58px;
	background: url(../images/icon-dl.png) no-repeat center left;
}

@media screen and (max-width: 768px) {
	#shop-root {
		clear: both;
		text-align: left;
		margin: 0 0 50px;
		overflow: hidden;
	}

	#shop-root h3 {
		color: #BE9959;
		font-size: 180%;
		line-height: 1.2;
		font-weight: normal;
		margin-bottom: 20px;
	}

	#shop-root ul li {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	#shop-root ul li:nth-child(2n) {
		margin-left: 0;
	}

	#shop-root ul li a {
		display: block;
		color: #2C2517;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 45px;
		border: 3px solid #B4A575;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #fff;
	}

	#shop-root ul li.print a span {
		display: inline-block;
		line-height: 45px;
		padding-left: 35px;
		background: url(../images/icon-print.png) no-repeat center left;
		-webkit-background-size: auto 25px;
		-moz-background-size: auto 25px;
		background-size: auto 25px;
	}

	#shop-root ul li.dl a span {
		display: inline-block;
		line-height: 45px;
		padding-left: 42px;
		background: url(../images/icon-dl.png) no-repeat center left;
		-webkit-background-size: auto 25px;
		-moz-background-size: auto 25px;
		background-size: auto 25px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	私たちの想い
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	concept-box1
------------------------------*/

#concept-box1 {
	padding-top: 100px;
	overflow: hidden;
}

#concept-box1 p {
	float: left;
	width: 63%;
	line-height: 2.4;
	text-align: left;
	margin-bottom: 60px;
}

#concept-box1 div {
	float: right;
	width: 37%;
}

#concept-box1 div dl {
	clear: both;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 30px;
	background: url(../../images/concept/images/box1-line.png) repeat-y left top;
	overflow: hidden;
}

#concept-box1 div dl:last-child {
	padding-bottom: 0;
}

#concept-box1 div dl dt {
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #E8E3D5;
	margin-right: 20px;
}

#concept-box1 div dl dt span {
	width: 80px;
	height: 80px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #BE9B59;
	line-height: 1.2;
}

#concept-box1 div dl dd {
	height: 80px;
	text-align: left;
	overflow: auto;
	overflow: hidden;
}

#concept-box1 div dl dd span {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}

#concept-box1 figure {
	float: left;
	width: 58%;
	text-align: left;
}

@media screen and (max-width:768px) {
	#concept-box1 {
		padding-top: 60px;
		overflow: hidden;
	}

	#concept-box1 p {
		float: none;
		width: auto;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 30px;
	}

	#concept-box1 div {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	#concept-box1 div dl {
		clear: both;
		font-size: 90%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		padding-bottom: 20px;
		background: url(../../images/concept/images/box1-line.png) repeat-y left top;
		overflow: hidden;
	}

	#concept-box1 div dl:last-child {
		padding-bottom: 0;
	}

	#concept-box1 div dl dt {
		float: left;
		width: 80px;
		height: 80px;
		text-align: center;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background: #E8E3D5;
		margin-right: 20px;
	}

	#concept-box1 div dl dt span {
		width: 80px;
		height: 80px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		color: #BE9B59;
		line-height: 1.2;
	}

	#concept-box1 div dl dd {
		height: 80px;
		text-align: left;
		overflow: auto;
	}

	#concept-box1 div dl dd span {
		height: 80px;
		display: table-cell;
		vertical-align: middle;
	}

	#concept-box1 figure {
		float: none;
		width: auto;
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	#concept-box1 {
		padding-top: 30px;
		overflow: hidden;
	}
}

/*-----------------------------
	concept-box2
------------------------------*/

#concept-box2,
#concept-box4,
#concept-box5,
#concept-box6 {
	padding-top: 160px;
	overflow: hidden;
}

#concept-box2 p,
#concept-box4 p,
#concept-box5 p,
#concept-box6 p {
	line-height: 2.4;
}

@media screen and (max-width:768px) {

	#concept-box2,
	#concept-box4,
	#concept-box5,
	#concept-box6 {
		padding-top: 80px;
		overflow: hidden;
	}

	#concept-box2 p,
	#concept-box4 p,
	#concept-box5 p,
	#concept-box6 p {
		text-align: left;
		line-height: 1.8;
	}
}

/*-----------------------------
	concept-box3
------------------------------*/

#concept-box3 {
	padding-top: 100px;
	overflow: hidden;
}

#concept-box3 p {
	line-height: 2.4;
}

#concept-box3 ul {
	clear: both;
	overflow: hidden;
}

#concept-box3 ul li {
	float: left;
	width: 50%;
}

#concept-box3 ul li a {
	display: block;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	margin-right: 2px;
	background: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#concept-box3 ul li:nth-child(even) a {
	margin-right: 0;
	margin-left: 2px;
}

#concept-box3 ul li a img {
	margin-bottom: 20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#concept-box3 ul li a:hover {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#concept-box3 ul li a:hover img {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	#concept-box3 {
		padding-top: 60px;
		overflow: hidden;
	}

	#concept-box3 p {
		text-align: left;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	私たちの想い
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	point-box1
------------------------------*/

#point-box1 {
	padding-top: 100px;
	overflow: hidden;
}

#point-box1 article {
	float: left;
	width: 50%;
	overflow: hidden;
	margin-bottom: 40px;
}

#point-box1 article:nth-child(3),
#point-box1 article:nth-child(4) {
	margin-bottom: 0;
}

#point-box1 article a {
	display: block;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8;
	border-right: 2px solid #F5F6FA;
	background: #fff;
	overflow: hidden;
}

#point-box1 article a:hover {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#point-box1 article:nth-child(even) a {
	border-right: none;
	border-left: 2px solid #F5F6FA;
}

#point-box1 article figure img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#point-box1 article a:hover figure img {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#point-box1 article h3 {
	color: #BE9959;
	font-size: 140%;
	line-height: 1;
	text-align: center;
}

#point-box1 article p {
	font-size: 90%;
	padding: 30px 20px;
}

#point-box1 article a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#point-box1 article a:hover h3,
#point-box1 article a:hover p {
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	#point-box1 {
		padding-top: 60px;
		overflow: hidden;
	}

	#point-box1 article {
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
	}

	#point-box1 article:nth-child(3) {
		margin-bottom: 15px;
	}

	#point-box1 article a {
		display: block;
		box-sizing: border-box;
		text-align: left;
		line-height: 1.8;
		border-right: none;
		background: #fff;
		overflow: hidden;
	}

	#point-box1 article:nth-child(even) a {
		border-right: none;
		border-left: none;
	}

	#point-box1 article a:hover {
		color: #5F5D59;
		background: #fff;
	}

	#point-box1 article:nth-child(even) a {
		border-right: none;
		border-left: 2px solid #F5F6FA;
	}

	#point-box1 article figure img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#point-box1 article a:hover figure img {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#point-box1 article h3 {
		color: #BE9959;
		font-size: 140%;
		line-height: 1;
		text-align: center;
	}

	#point-box1 article p {
		font-size: 90%;
		padding: 30px 20px;
	}

	#point-box1 article a {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#point-box1 article a:hover h3 {
		color: #BE9959;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	#point-box1 article a:hover p {
		color: #5F5D59;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

@media screen and (max-width:480px) {
	#point-box1 {
		padding-top: 30px;
	}

	#point-box1 article figure img {
		margin-bottom: 20px;
	}

	#point-box1 article p {
		padding: 15px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	私たちの想い
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	point-nav
------------------------------*/

.point-nav {
	padding: 50px 10px 0;
}

.point-nav ul {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

.point-nav ul li {
	float: left;
	width: 25%;
}

.point-nav ul li a {
	display: block;
	color: #BE9A59;
	line-height: 54px;
	border: 1px solid #BE9959;
	border-left: none;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.point-nav ul li a.active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.point-nav ul li:first-child a {
	border-left: 1px solid #BE9959;
}

.point-nav ul li a span {
	padding-left: 20px;
	background: url(../images/icon-circle.png) no-repeat left center;
}

.point-nav ul li a:hover {
	color: #fff;
	background: #BE9959;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.point-nav ul li a.active span,
.point-nav ul li a:hover span {
	background: url(../images/icon-circle-white.png) no-repeat left center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width:768px) {
	.point-nav {
		padding: 20px 10px 0;
	}

	.point-nav ul {
		border: 1px solid #BE9959;
		border-bottom: none;
		border-right: none;
		background: #fff;
	}

	.point-nav ul li {
		float: none;
		width: 100%;
	}

	.point-nav ul li a {
		display: block;
		color: #BE9A59;
		line-height: 30px;
		border: 1px solid #BE9959;
		border-left: none;
		border-top: none;
		padding-left: 15px;
		text-align: left;
		background: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.point-nav ul li a.active {
		-webkit-backface-visibility: hidden;
		<body id="tw">backface-visibility: hidden;
		<body id="tw">color: #fff;
		background: #BE9959;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.point-nav ul li:first-child a {
		border-left: none;
	}

	.point-nav ul li a span {
		padding-left: 15px;
		background: url(../images/icon-circle.png) no-repeat left center;
		-webkit-background-size: 7px;
		-moz-background-size: 7px;
		background-size: 7px;
	}

	.point-nav ul li a:hover {
		color: #BE9A59;
		background: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.point-nav ul li a:hover span {
		background: url(../images/icon-circle.png) no-repeat left center;
		-webkit-background-size: 7px;
		-moz-background-size: 7px;
		background-size: 7px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.point-nav ul li a.active span {
		background: url(../images/icon-circle-white.png) no-repeat left center;
		-webkit-background-size: 7px;
		-moz-background-size: 7px;
		background-size: 7px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

/*-----------------------------
	point-feel
------------------------------*/

.point-feel {
	padding-top: 120px;
	overflow: hidden;
}

.point-feel p {
	line-height: 2.4;
}

@media screen and (max-width:768px) {
	.point-feel {
		padding-top: 60px;
		overflow: hidden;
	}

	.point-feel p {
		text-align: left;
		line-height: 1.8;
	}
}

/*-----------------------------
	point-beef
------------------------------*/

.point-beef {
	padding-top: 120px;
	overflow: hidden;
}

.point-beef p {
	line-height: 2.4;
}

.point-beef.box2 {
	text-align: left;
	overflow: hidden;
}

.point-beef.box2 div {
	float: left;
	width: 55.594714%;
}

.point-beef.box2 figure {
	float: right;
	width: 44.405286%;
}

/* link */
.point-beef.box2 a {
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
	width: 50%;
}

.point-beef.box2 a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
}

@media screen and (max-width:768px) {
	.point-beef {
		padding-top: 60px;
		overflow: hidden;
	}

	.point-beef p {
		text-align: left;
		line-height: 1.8;
	}

	.point-beef.box2 div {
		float: none;
		width: 100%;
	}

	.point-beef.box2 figure {
		float: right;
		width: 100%;
	}

	/* link */
	.point-beef.box2 a {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*-----------------------------
	point-style
------------------------------*/

.point-style {
	padding-top: 120px;
	overflow: hidden;
}

.point-style p {
	line-height: 2.4;
}

@media screen and (max-width:768px) {
	.point-style {
		padding-top: 60px;
		overflow: hidden;
	}

	.point-style p {
		text-align: left;
		line-height: 1.8;
	}
}

/*-----------------------------
	point-alcohol
------------------------------*/

.point-alcohol {
	padding-top: 120px;
	overflow: hidden;
	text-align: left;
}

.point-alcohol div.txt-area {
	padding: 0 2%;
	overflow: hidden;
}

.point-alcohol h2.fL {
	float: left;
	padding-bottom: 30px;
	margin-right: 30px;
}

.point-alcohol h2.fR {
	float: right;
}

.point-alcohol p {
	line-height: 2.4;
}

.point-alcohol.box2 {
	text-align: left;
	overflow: hidden;
}

.point-alcohol.box2 p {
	float: left;
	width: 51.013216%;
}

.point-alcohol.box2 figure {
	float: right;
	width: 48.986784%;
}

.point-alcohol.box2 #column {
	clear: both;
	margin-top: 70px;
	padding: 30px 60px;
	background: #EFEFE7;
	overflow: hidden;
}

.point-alcohol.box2 #column div.txt-area {
	float: left;
}

.point-alcohol.box2 #column div.txt-area h3 {
	font-size: 150%;
	color: #BE9C59;
	margin-top: 60px;
	margin-bottom: 20px;
}

.point-alcohol.box2 #column div.txt-area p {
	width: 100%;
	float: none;
}

.point-alcohol.box2 #column figure {
	float: right;
	width: 27.282051%;
}

@media screen and (max-width:768px) {
	.point-alcohol {
		padding-top: 60px;
		overflow: hidden;
	}

	.point-alcohol div.txt-area {
		padding: 0;
	}

	.point-alcohol h2.fL {
		width: 40%;
		margin-right: 20px;
	}

	.point-alcohol h2.fR {
		width: 40%;
		margin-left: 20px;
	}

	.point-alcohol p {
		text-align: left;
		line-height: 1.8;
	}

	.point-alcohol.box2 p {
		float: none;
		width: 100%;
	}

	.point-alcohol.box2 figure {
		float: none;
		width: 100%;
	}

	.point-alcohol.box2 #column {
		margin-top: 30px;
		padding: 20px;
	}

	.point-alcohol.box2 #column div.txt-area {
		float: none;
	}

	.point-alcohol.box2 #column div.txt-area h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.point-alcohol.box2 #column div.txt-area p {
		margin-bottom: 20px;
	}

	.point-alcohol.box2 #column figure {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/*160410*/
#en #top-shop ul li.st a:hover dl {
	width: 550px;
}
#shop-info {
	position: relative;
}
#shop-info .about {
	margin-top: 40px;
}

#shop-info .note {
	min-height: 454px;
}
#shop-info .shop-info__right {
	float: right;
	width: 40%;
	margin-top: 20px;
}
#shop-info .shop-info__right .about {
	width: 100%;
	margin-bottom: 20px;
	float: none;
}

#shop-info .shop-info__right .about-kobe {
	color: #fff;
    padding: 10px 5px;
    background: #BE9959;
}
#shop-info .shop-info__right .about-kobe a {
	color: #fff;
}
#shop-info .shop-info__right .about-kobe .web-reservation-main {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	#shop-info .shop-info__right {
		width: 100%;
		position: relative;
		right: 0;
		bottom: auto;
	}
}
#shop-title div.shop-title-right {
	width: 40%;
	background: transparent;
	float: right;
    color: #fff;
}
#shop-title div.shop-title-tel {
	width: 100%;
	text-align: center;
    padding: 10px 5px;
    background: #BE9959;
	margin-bottom: 20px;
}
#shop-title div.about-kyoto {
	width: 100%;
	text-align: center;
    padding: 0;
    background: #BE9959;
}
#shop-title div.about-kyoto a {
	color: #fff;
}
#shop-title div.about-kyoto p {
	padding: 5px 0;
	line-height: 2;
}

/*--------------------------------------------------------------------------------------------------------------------
	会社概要
---------------------------------------------------------------------------------------------------------------------*/

#company {
	padding-top: 100px;
}

.page.company {
	color: #fff;
	font-size: 240%;
	font-style: oblique;
	line-height: 100px;
	background: #BE9C59;
}

@media screen and (max-width:768px) {
	.page.company {
		color: #fff;
		font-size: 200%;
		font-style: oblique;
		line-height: 70px;
		background: #BE9C59;
	}
}

@media screen and (max-width:480px) {
	.page.company {
		color: #fff;
		font-size: 180%;
		font-style: oblique;
		line-height: 50px;
		background: #BE9C59;
	}
}

.company-catch {
	padding: 50px 15px;
	line-height: 2;
}

@media screen and (max-width:768px) {
	.company-catch {
		padding: 30px 15px;
		text-align: left;
		line-height: 1.8;
	}
}

@media screen and (max-width:480px) {
	.company-catch {
		padding: 20px 15px;
		text-align: left;
		line-height: 1.8;
	}
}

/*-----------------------------
	company-cont
------------------------------*/

#company-cont {
	clear: both;
	padding: 60px 15px 0;
}

#company-cont section.disnon {
	display: none;
}

#company-cont section h3 {
	color: #BE9B59;
	font-size: 240%;
	font-style: oblique;
	margin-bottom: 50px;
}

/* table */
#company-cont section table {
	width: 100%;
	text-align: left;
	border-top: 1px solid #ddd;
	margin-bottom: 50px;
}

#company-cont section table th {
	width: 45%;
	color: #BE9C59;
	padding: 20px 0 20px 25%;
	border-bottom: 1px solid #ddd;
}

#company-cont section table td {
	padding: 20px 10% 20px 0;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width:768px) {
	#company-cont {
		clear: both;
		padding: 30px 15px 0;
	}

	#company-cont section.disnon {
		display: none;
	}

	#company-cont section h3 {
		color: #BE9B59;
		font-size: 180%;
		font-style: oblique;
		margin-bottom: 20px;
	}

	/* table */
	#company-cont section table {
		width: 100%;
		text-align: left;
		border-top: 1px solid #ddd;
		margin-bottom: 50px;
	}

	#company-cont section table th {
		display: block;
		width: auto;
		color: #BE9C59;
		padding: 20px 20px 0;
		border-bottom: none;
	}

	#company-cont section table td {
		display: block;
		padding: 10px 20px 20px;
		border-bottom: 1px solid #ddd;
	}
}

@media screen and (max-width:480px) {
	#company-cont section h3 {
		color: #BE9B59;
		font-size: 160%;
		font-style: oblique;
		margin-bottom: 20px;
	}

	/* table */
	#company-cont section table {
		width: 100%;
		text-align: left;
		border-top: 1px solid #ddd;
		margin-bottom: 30px;
	}

	#company-cont section table th {
		display: block;
		width: auto;
		color: #BE9C59;
		padding: 10px 10px 0;
		border-bottom: none;
	}

	#company-cont section table td {
		display: block;
		padding: 5px 10px 10px;
		border-bottom: 1px solid #ddd;
	}
}

/*--------------------------------------------------------------------------------------------------------------------
	サイトマップ
---------------------------------------------------------------------------------------------------------------------*/

#sitemap-cont {
	padding-top: 100px;
	text-align: left;
}

.sitemap-list {
	width: 100%;
	padding: 20px 0 20px 150px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.sitemap-list:first-child {
	border-top: 1px solid #ddd;
}

.sitemap-list ul li,
.sitemap-liststore {
	overflow: hidden;
}

.sitemap-list ul li {
	margin-bottom: 5px;
}

.sitemap-list ul li:last-child {
	margin-bottom: 0;
}

.sitemap-liststore {
	border-bottom: dashed 1px #ddd;
	padding: 15px 0;
}

.sitemap-liststore:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sitemap-list .sitemap-list_l {
	float: left;
	background: url(../images/icon-circle.png) no-repeat left center;
	padding-left: 20px;
}

.sitemap-list .sitemap-list_c {
	margin-left: 280px;
}

.sitemap-list .sitemap-list_r {
	float: right;
}

.sitemap-list .sitemap-list_c ul {
	width: 200px;
	margin-right: 310px;
}

.sitemap-liststore:first-child {
	padding-top: 0;
}

#sitemap-cont dl dd a {
	margin-left: 40px;
	clear: both;
}

#sitemap-cont h2 {
	width: 40%;
}

@media screen and (max-width:768px) {

	.sitemap-list ul li,
	.sitemap-liststore {
		margin: 0 auto;
	}

	#sitemap-cont {
		padding-top: 30px;
	}

	.sitemap-list {
		width: 100%;
		padding: 3% 5%;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
	}

	.sitemap-list .sitemap-list_c {
		width: 100%;
		margin: 30px 0 0 30px;
		clear: both;
	}

	.sitemap-list .sitemap-list_c ul {
		width: 160px;
		margin-bottom: 8px;
		margin: 0 200px 8px 0;
	}
}

@media screen and (max-width:480px) {
	#sitemap-cont {
		padding-top: 30px;
	}

	.sitemap-list {
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
	}

	.sitemap-list ul li {
		margin-bottom: 5px;
	}

	.sitemap-list ul li:last-child {
		margin-bottom: 0;
	}

	.sitemap-liststore {
		padding-right: 80px;
	}

	.sitemap-list .sitemap-list_c ul {
		margin: 0;
	}

	.sitemap-liststore:last-child {
		padding-bottom: 0;
	}

	.sitemap-liststore:first-child {
		padding-top: 0;
	}
}

#en header nav ul#pcgnav li {
	margin: 0;
}

/*外国語_中村*/
#en #concept-box1 p,
#kr #concept-box1 p,
#sc #concept-box1 p,
#tw #concept-box1 p {
	width: 58%;
}

@media screen and (max-width: 768px) {

	#en #concept-box1 p,
	#kr #concept-box1 p,
	#sc #concept-box1 p,
	#tw #concept-box1 p {
		width: 100%;
	}
}

/*英語調整*/
#en .shop-pnav,
#en .point-beef.box2 a span {
	font: 16px/1.6 helvetica, sans-serif;
}

body#en {
	font: 16px/1.6 Times, serif;
}

#en #point-box1 article h3 {
	line-height: 1.6;
}

#en aside #aside-point ul li a img {
	margin-bottom: 9px;
}

#en aside #aside-point #aside-point1 a img {
	margin-bottom: 9px;
}

#en .point-beef.box2 a {
	width: 335px;
	padding: 10px 0 10px 80px;
	line-height: 30px;
	text-align: left;
	text-indent: -1.2em;
}

#en .point-beef p {
	background: url(../images/icon14-white.png) no-repeat left center;
}

#en .point-beef.box2 div {
	width: 48%;
}

#en .shop-about p {
	width: 100%;
	margin: 0 auto;
}

#en .shop-about dl {
	text-align: center;
	clear: both;
	float: none;
	margin: 0 auto;
}

#en #shop-title h2.f-left small {
	padding-left: 0;
}

#en #shop-title h2 {
	line-height: 1;
}

#en .point-nav ul li a {
	height: 56px;
	display: block;
	text-indent: -2em;
	vertical-align: middle;
	padding: 10px 0 10px 20px;
}

#en .point-nav ul li:nth-of-type(1) a {
	line-height: 28px;
}

@media screen and (max-width: 768px) {
	#en aside #aside-point ul li a img {
		margin-bottom: 9px;
	}

	#en .point-beef.box2 div {
		width: 100%;
	}

	#en .point-beef.box2 a {
		width: 100%;
	}

	#en .shop-about p {
		width: 100%;
		text-align: center;
	}

	#en .shop-about dl {
		padding-top: 0;
	}

	#en .point-nav ul li a {
		text-indent: -1.3em;
		padding: 10px 0 10px 30px;
	}


	#en #concept-box3 ul li.beef img {
		margin-bottom: 32px;
	}


}

@media screen and (max-width:480px) {

	#en .page p.catch,
	#kr .page p.catch,
	#sc .page p.catch,
	#tw .page p.catch {
		font-size: 100%;
	}

	#en aside #aside-point ul li a img {
		margin-bottom: 0;
	}

	#en .shop-about p {
		font-size: 85%;
	}

	#en .point-nav ul li a span {
		font-size: 88%;
	}

	#en .point-nav ul li a {
		height: auto;
	}
}

/*韓国調整*/
body#kr {
	font: 16px/1.6 "돋움", "중고딕", "중명조", 'NotoSansKRRegular', 'NanumGothicBold', sans-serif;
}

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

/*簡体調整*/
body#sc {
	font: 16px/1.6 STFangsong, FangSong, FangSong_GB2312, "CWTEX\-F", serif;
}

#sc .shop-pnav {
	font: 16px/1.6 'SimHei', 'sans-serif';
}

@media screen and (max-width:480px) {
	#sc .shop-list h2 {
		font-size: 100%;
		margin-bottom: 10px;
	}
}

/*繁体字調整*/
body#tw {
	font: 16px/1.6 "SimSun", serif;
}

#tw .shop-pnav {
	font: 16px/1.6 'SimHei', 'sans-serif';
}

@media screen and (max-width:480px) {
	#tw .shop-list h2 {
		font-size: 90%;
		margin-bottom: 10px;
	}
}

/*Movie*/
#mov-cont {
	padding-top: 60px;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page.movtitle {
	color: #fff;
	font-size: 240%;
	font-style: oblique;
	line-height: 100px;
	background: #BE9C59;
}

@media screen and (max-width:768px) {
	.page.movtitle {
		color: #fff;
		font-size: 200%;
		font-style: oblique;
		line-height: 70px;
		background: #BE9C59;
	}
}

@media screen and (max-width:480px) {
	.page.movtitle {
		margin-bottom: 10px;
		color: #fff;
		font-size: 180%;
		font-style: oblique;
		line-height: 50px;
		background: #BE9C59;
	}
}


#about404-cont {
	padding-top: 100px;
}

.page.about404title {
	color: #fff;
	font-size: 240%;
	font-style: oblique;
	line-height: 100px;
	background: #BE9C59;
}

#about404-cont a {
	background: url(../images/icon-circle.png) no-repeat left center;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
	.page.about404title {
		color: #fff;
		font-size: 200%;
		font-style: oblique;
		line-height: 70px;
		background: #BE9C59;
	}
}

@media screen and (max-width:480px) {
	.page.about404title {
		margin-bottom: 10px;
		color: #fff;
		font-size: 180%;
		font-style: oblique;
		line-height: 50px;
		background: #BE9C59;
	}
}

#shop-root p {
	margin-bottom: 20px;
}

@media screen and (max-width:480px) {
	#shop-root p {
		margin-bottom: 20px;
	}
}





/* add170602 */
#provisional {
	margin: 60px 0;
	text-align: left;
}

#provisional h3 {
	color: #FF0000;
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 20px;
}

#provisional .read {
	margin-bottom: 20px;
}




/* add170705 */
/*recruit_common*/
.recruittitle {
	max-height: 570px;
	position: relative;
}

.recruit_pagename {
	width: 400px;
	height: 110px;
	padding-top: 22px;
	font-size: 36px;
	color: #be9c59;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -200px;
}

.recruit_pagename span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.recruit-pnav {
	clear: both;
	padding: 20px 10px;
	background: #E8E3D5;
}

.recruit-pnav ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.recruit-pnav ul li {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.recruit-pnav ul li:last-child {
	margin-right: 0;
}

.recruit-pnav ul li a {
	display: block;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

.recruit-pnav ul li a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
}

@media screen and (max-width:768px) {
	.recruit_pagename {
		width: 50%;
		height: 40px;
		padding: 10px;
		font-size: 18px;
		margin-left: -25%;
	}

	.recruit_pagename span {
		margin-left: 1em;
		font-size: 10px;
		font-weight: normal;
		display: inline-block;
	}

	.recruit-pnav {
		clear: both;
		padding: 10px 10px 5px;
		background: #E8E3D5;
	}

	.recruit-pnav ul {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		overflow: hidden;
	}

	.recruit-pnav ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.recruit-pnav ul li:last-child {
		margin-right: 0;
	}

	.recruit-pnav ul li a {
		display: block;
		color: #fff;
		text-align: left;
		padding-left: 30px;
		line-height: 35px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #B4A575;
	}

	.recruit-pnav ul li a span {
		padding-left: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: url(../images/icon14-white.png) no-repeat left center;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		background-size: 8px auto;
	}
}

@media screen and (max-width:480px) {
	.page.recruittitle {
		height: 165px;
		position: relative;
	}
}

@media screen and (max-width:330px) {
	.page.recruittitle {
		height: 145px;
	}
}

/*-----------------------------
recruit_top / requirements
------------------------------*/

.recruit .title01 span {
	color: #BE9959;
	font-size: 130%;
}

.top_introduction {
	margin: 56px auto 110px;
}

.top_introduction p {
	line-height: 2.2;
}

.top_introduction p.mb1em {
	margin-bottom: 1em;
}

.top_introduction .about_btn a {
	width: 375px;
	margin: 50px auto 0;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

.top_introduction .about_btn a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
}

@media screen and (max-width:768px) {
	.top_introduction {
		margin: 25px auto 50px;
	}

	.top_introduction .about_btn a {
		width: 100%;
		margin: 30px auto;
	}
}

/*-----------------------------
interview_nav
------------------------------*/
#interview_nav {
	overflow: hidden;
}

#interview_nav ul {
	overflow: hidden;
	margin-right: -4px;
}

#interview_nav .requirements_btn {
	margin: 60px auto;
	clear: both;
}

#interview_nav .recruit_sec .title01 {
	margin-bottom: 30px;
}

#interview_nav .recruit_sec .title01 span {
	color: #BE9959;
	font-size: 145%;
}

#interview_nav .recruit_sec p.mb1em {
	margin-bottom: 1em;
}

#interview_nav ul li {
	float: left;
	width: 33.333333333333%;
	margin-bottom: 4px;
	background: #fff;
}

#interview_nav ul li a {
	border-right: 4px solid #F5F6FA;
	display: block;
}

#interview_nav .interview_member a:hover {
	display: block;
	color: #5F5D59;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#interview_nav .interview_member img {
	width: 100%;
	height: auto;
}

#interview_nav .interview_member h3 {
	padding-top: 22px;
	color: #BE9959;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}

#interview_nav .interview_member h3 span.name {
	margin-bottom: 3px;
	font-size: 140%;
	display: block;
}

@media screen and (max-width:768px) {
	#interview_nav ul li {
		float: left;
		width: 50%;
	}

	#interview_nav ul {
		margin-right: 0;
	}

	#interview_nav .requirements_btn {
		margin: 30px auto 50px;
		clear: both;
	}

	#interview_nav .interview_member a {
		display: block;
		z-index: 1;
	}

	#interview_nav ul li a,
	#interview_nav ul li:nth-child(3n) a {
		border-right: 2px solid #F5F6FA;
	}

	#interview_nav ul li:nth-child(even) a {
		border-right: none;
		border-left: 2px solid #F5F6FA;
	}
}

#interview_nav .interview_member p {
	padding-bottom: 25px;
	font-size: 90%;
}

#interview_nav .requirements_btn a {
	width: 90%;
	max-width: 1136px;
	margin: 0 auto;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

#interview_nav .requirements_btn a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
}

/*recruit_top*/
#recruit_top section .contact {
	margin-bottom: 100px;
}

@media screen and (max-width:480px) {
	#recruit_top section .contact {
		margin-bottom: 50px;
	}
}

/*-----------------------------
about
------------------------------*/
#about {
	margin: 50px auto 115px;
}

#about .recruit-about {
	clear: both;
	display: table;
	width: 100%;
	height: 710px;
	padding: 0 40px;
	color: #fff;
	text-align: left;
}

#about .recruit-about section {
	display: table-cell;
	vertical-align: middle;
}

#about .recruit-about h2 {
	color: #fff;
	width: 540px;
	line-height: 1.4;
	text-align: center;
	font-size: 225%;
	vertical-align: middle;
	margin-bottom: 45px;
}

#about .recruit-about p {
	width: 540px;
	font-size: 112%;
	line-height: 2em;
}

#about .recruit-about p.mb2em {
	margin-bottom: 2em;
}

#about #sec01 {
	margin-top: 60px;
	background: url(../../images/recruit/about/about_01.jpg) no-repeat center top #F5F6FA;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#about #sec02 {
	background: url(../../images/recruit/about/about_02.jpg) no-repeat center top #F5F6FA;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#about #sec03 {
	background: url(../../images/recruit/about/about_03.jpg) no-repeat center top #F5F6FA;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#about #sec04 {
	background: url(../../images/recruit/about/about_04.jpg) no-repeat center top #F5F6FA;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#about #sec01 h2,
#about #sec01 p,
#about #sec03 h2,
#about #sec03 p {
	float: right;
	clear: right;
}

@media screen and (max-width:768px) {
	#about .recruit-about {
		display: block;
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
		height: auto;
		text-align: left;
		background: #F5F6FA;
	}

	#about .recruit-about div,
	#about .recruit-about figure {
		display: block;
		width: 100%;
		vertical-align: middle;
	}

	#about .recruit-about h2 {
		color: #2C2517;
		width: 100%;
		max-width: inherit;
		font-size: 160%;
		text-align: center;
		padding-bottom: 0;
		border: none;
		vertical-align: middle;
		margin-top: 17px;
		margin-bottom: 8px;
	}

	#about .recruit-about h2 span {
		display: block;
		color: #2C2517;
		margin: 0 auto;
	}

	#about .recruit-about img {
		width: 100%;
		height: auto;
	}

	#about .recruit-about h2 {
		color: #5f5d59;
	}

	#about .recruit-about p {
		font-size: 100%;
		color: #5f5d59;
		line-height: 1.8;
	}

	#about #sec01,
	#about #sec02,
	#about #sec03,
	#about #sec04 {
		background: none;
	}

	#about #sec01 {
		margin-top: 25px;
	}

	#about .recruit-about h2,
	#about .recruit-about p {
		width: auto;
		padding: 0 10px;
		float: none;
	}

	#about .recruit-about p.mb2em {
		margin-bottom: 1em;
	}

	#about {
		margin: 25px auto 50px;
	}

	#about #sec01 h2,
	#about #sec01 p,
	#about #sec03 h2,
	#about #sec03 p {
		float: none;
	}
}

/*-----------------------------
interview
------------------------------*/
#interview {
	margin: 50px auto 115px;
}

#interview .interview_cont {
	width: 1135px;
	margin: 0 auto;
	overflow: hidden;
}

#interview .title01 {
	margin-bottom: 60px;
}

#interview .interview_sec {
	margin-top: -90px;
	padding-top: 90px;
	margin-bottom: 100px;
}

#interview .interview_sec#sec6 {
	margin-bottom: 80px;
}

#interview .interview_sec .interview_visual {
	margin-bottom: 40px;
}

#interview .interview_sentence {
	width: 690px;
	float: left;
}

#interview .interview_sentence p {
	line-height: 1.9;
	text-align: left;
}

#interview .interview_sentence p.mb2em {
	margin-bottom: 2em;
}

#interview .interview_person {
	width: 409px;
	float: right;
	background: #fff;
}

#interview .interview_person h3 {
	padding-top: 20px;
	line-height: 1.4;
	font-weight: normal;
	color: #be9959;
}

#interview .interview_person p {
	padding-bottom: 15px;
	font-size: 90%;
}

#interview .interview_person p span {
	margin-right: 15px;
	font-size: 160%;
	color: #be9959;
}

#interview .title02 {
	width: 1135px;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
}

@media screen and (max-width:768px) {
	#interview {
		margin: 25px auto 50px;
	}

	#interview .interview_cont {
		width: auto;
		padding: 0 10px;
	}

	#interview .interview_sec {
		margin-top: -50px;
		margin-bottom: 45px;
		padding-top: 50px;
	}

	#interview .title01 {
		margin-bottom: 25px;
	}

	#interview figure img {
		width: 100%;
		height: auto;
	}

	#interview .title02 {
		width: 100%;
	}

	#interview .interview_sentence {
		width: 100%;
		float: none;
	}

	#interview .interview_person {
		width: 75%;
		margin: 0 auto 15px;
		float: none;
	}

	#interview .interview_person p span {
		display: block;
		margin-right: 0;
	}

	#interview .interview_sentence p.mb2em {
		margin-bottom: 1em;
	}
}

#interview .interview_sec#sec6 {
	margin-bottom: 45px;
}

/*-----------------------------
requirements
------------------------------*/
#requirements {
	margin-bottom: 115px;
}

@media screen and (max-width:768px) {
	#requirements {
		margin-bottom: 50px;
	}
}

/*-----------------------------
header
------------------------------*/
header nav div {
	max-width: 1210px;
	margin: 0 auto;

}

header nav ul#pcgnav li.header_recruit {
	padding-top: 6px;
	margin: 0 3px 0 18px;
}

header nav ul#pcgnav li.header_recruit span {
	display: block;
	padding: 0;
	width: 105px;
	font-size: 90%;
	color: #fff;
	font-weight: normal;
	line-height: 32px;
	border: 1px solid #ddd;
	border: none;
}

header nav ul#pcgnav li.header_recruit a {
	padding: 0;
	background: #ea5514;
	text-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

@media screen and (max-width:768px) {
	header #spgnav ul li.header_recruit {
		width: 70%;
		margin: 10px auto;
		background-color: #ea5514;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-top: none;
	}

	header #spgnav ul li.header_recruit a {
		padding: 8px;
		color: #fff;
	}

	header #spgnav ul li:nth-child(3) {
		border-bottom: 1px solid #BE9959;
	}

	header #spgnav ul li.language ul li {
		border-bottom: none;
	}

	header nav div {
		width: auto;
	}
}

/*170725*/
#shop-title .f-right {
	width: 406px;
}

#shop-title .f-left {
	width: 672px;
}

#shop-title h2 small.ml00 {
	margin-left: 0;
}

@media screen and (max-width:768px) {

	#shop-title .f-right,
	#shop-title .f-left {
		width: auto;
		float: none;

	}

	#shop-title .f-right {
		display: block;
		margin-bottom: 10px;
	}
}






/* add170929 */
/*halal*/
.halaltitle {
	max-height: 550px;
	position: relative;
}

.halal_pagename {
	width: 935px;
	height: 130px;
	padding-top: 15px;
	font-size: 36px;
	color: #be9c59;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -470px;
}

.halal_pagename.en {
	height: 130px;
	padding-top: 20px;
	font-size: 36px;
	line-height: 1.2;
}

.halal_pagename span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.halal-pnav {
	clear: both;
	padding: 20px 10px;
	background: #E8E3D5;
}

.halal-pnav ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.halal-pnav ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.halal-pnav ul li:last-child {
	margin-right: 0;
}

.halal-pnav ul li a {
	display: block;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

.halal-pnav ul li a span {
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/icon14-white.png) no-repeat left center;
}

#halal_top .top_introduction {
	margin: 56px auto 45px;
	overflow: hidden;
}

#halal_top .top_introduction h2 {
	color: #BE9959;
	font-size: 163%;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 20px;
}

#halal_top .top_introduction figure {
	float: right;
	width: 40%;
}

#halal_top .top_introduction figure img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#halal_top .top_introduction .note {
	float: left;
	width: 55%;
	text-align: left;
	line-height: 2.4;
	margin-bottom: 30px;
}

.cv_area {
	background: #a6181e;
	margin-bottom: 120px;
	padding: 40px 50px;
	overflow: hidden;
}

.cv_area.bb {
	margin-bottom: 0;
}

.cv_area h2 {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: solid 1px #d28285;
	font-size: 213%;
	color: #FFF;
}

.cv_area .mail_btn01 a {
	width: 100%;
	margin: 50px auto 50px;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
}

.cv_area .mail_btn01 a span {
	padding-left: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/mail.png) no-repeat left center;

	font-size: 140%;
}

.cv_area p.note01,
.cv_area p.note02 {
	text-align: left;
	color: #FFF;
}

.cv_area .mail_btn02 {
	width: 49.5%;
	display: table;
}

.cv_area .mail_btn02 a {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	clear: both;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
	display: table-cell;
	vertical-align: middle;
}

.cv_area .mail_btn02 a span.ico {
	padding: 10px 0 10px 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/mail.png) no-repeat left center;
	font-size: 120%;
}

.cv_area .mail_btn03 {
	width: 47.5%;
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.halal-menu {
	text-align: left;
	margin-bottom: 120px;
}


.caution {
	padding: 0;
	margin-bottom: 60px;
	text-align: center;
}

.caution figure {
	margin-bottom: 20px;
}

.caution figure img {
	width: 25%;
}



.halal-menu .contents {
	padding: 0 30px;
}

.halal-menu .title01 span {
	font-size: 130%;
	color: #be9959;
}

.halal-menu .article-wrap h3 {
	padding: 15px 0 15px 25px;
	text-align: left;
	margin: 30px 0;
	border-bottom: 2px solid #BE9959;
	font-size: 160%;
	color: #BE9959;
	background: #f3efe7;
}

.halal-menu .menu-cont {
	overflow: hidden;
}

.halal-menu .menu-cont .menu-title {
	line-height: 2.0;
}

.halal-menu .menu-cont .menu-title.bb {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #BE9959;
	display: inline-block;
}

.halal-menu .menu-cont .menu-title h4 {
	float: none;
	color: #BE9959;
	font-size: 160%;
	margin-right: 0;
	margin-bottom: 5px;
}

.halal-menu .menu-cont figure {
	float: right;
	width: 34%;
	margin-left: 50px;
	margin-bottom: 20px;
}

.halal-menu .menu-cont figure img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.halal-menu article .menu-cont table {
	border: 1px solid #ddd;
	background: #E8E3D5;
	margin-bottom: 15px;
}

.halal-menu article .menu-cont table th {
	padding: 15px;
	line-height: 1.4;
	vertical-align: top;
	border-bottom: 1px solid #F5F2ED;
}

.halal-menu article .menu-cont table td {
	padding: 15px;
	line-height: 1.4;
	vertical-align: top;
	border-bottom: 1px solid #F5F2ED;
}

.halal-menu article .menu-cont table tr:last-child th,
.shop-menu-cont article .menu-cont table tr:last-child td {
	border-bottom: none;
}

.halal-menu article .menu-cont ul {
	margin-bottom: 30px;
}

.halal-menu article .menu-cont ul li {
	font-size: 75%;
	padding-left: 1em;
	text-indent: -1em;
}

.halal-menu .article-wrap article:nth-last-child(2) {
	border-bottom: 1px solid #be9959;
	margin: 30px 0;
	padding: 30px 0;
}


#about_halalbeef {
	text-align: left;
	margin-bottom: 120px;
}

#about_halalbeef .title01 span {
	font-size: 130%;
	color: #be9959;
}

#about_halalbeef .read {
	margin-bottom: 45px;
}

#about_halalbeef figure {
	margin-bottom: 40px;
}

#about_halalbeef figure img {
	width: 100%;
	height: auto;
}

#about_halalbeef ul {
	line-height: 2.0;
}

#about_halalbeef ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#about_halalbeef ul li span {
	color: #be9959;
	margin-right: 10px;
}

#about_halalbeef #column {
	clear: both;
	margin-top: 70px;
	padding: 50px 120px;
	background: #EFEFE7;
	overflow: hidden;
	line-height: 2.0;
}

#about_halalbeef #column .txt-area {
	float: left;
}

#about_halalbeef #column .txt-area h3 {
	font-size: 188%;
	color: #BE9C59;
	margin-bottom: 20px;
}


#about_handling {
	text-align: left;
	margin-bottom: 120px;
}

#about_handling .handling {
	margin-bottom: 120px;
}

#about_handling h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}

#about_handling .title01 span {
	font-size: 130%;
	color: #be9959;
}

#about_handling ol li span {
	font-size: 175%;
	color: #BE9C59;
	margin-right: 20px;
	font-style: italic;
}

#about_handling ul li {
	line-height: 2;
}

#about_handling ul li span {
	color: #BE9C59;
	margin-right: 10px;
}

#about_handling ol li .br{
	display: inline-block;
	width: calc(1rem * 1.75);
}

#about_handling .lot{
	clear: both;
    margin-top: 70px;
    padding: 50px 120px;
    background: #EFEFE7;
    overflow: hidden;
	line-height: 2.0;
}

#about_handling .lot h3{
	font-size: 150%;
	color: #BE9C59;
	margin-bottom: 20px;
}

@media screen and (max-width:768px){
	#about_handling .lot{
		clear: both;
		margin-top: 70px;
		padding: 20px 10px;
		background: #EFEFE7;
		line-height: 2.0;
		word-break: break-all;
	}

	#about_handling .lot h3{
		font-size: 150%;
		color: #BE9C59;
		margin-bottom: 20px;
	}
}

#about_teppan {
	text-align: left;
	margin-bottom: 120px;
}

#about_teppan .title01 span {
	font-size: 130%;
	color: #be9959;
}

#about_teppan section:first-of-type {
	margin-bottom: 70px;
}

#about_teppan .title01 span em {
	font-size: 100%;
	font-weight: normal;
}

#about_teppan .read {
	margin-bottom: 55px;
}

#about_teppan figure {
	margin-bottom: 40px;
}

#about_teppan .style-images{
	display: flex;
	justify-content: space-between;
}

#about_teppan .style-images img{
	width: 49%;
	height: 100%;
}

#about_teppan ul {
	line-height: 2.0;
}

#about_teppan ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#about_teppan ul li span {
	color: #be9959;
	margin-right: 10px;
}

#about_teppan img {
	width: 100%;
	height: auto;
}

#about_teppan h3 {
	padding: 15px 0 15px 25px;
	text-align: left;
	margin: 30px 0;
	border-bottom: 2px solid #BE9959;
	font-size: 160%;
	color: #BE9959;
	background: #f3efe7;
}

#about_teppan h3 span {
	font-size: 75%;
	font-weight: normal;
}


#faq {
	text-align: left;
	margin-bottom: 120px;
}

#faq .title01 span {
	font-size: 130%;
	color: #be9959;
}

#faq dl {
	margin-bottom: 30px;
}

#faq dl dt {
	padding-left: 3.3em;
	text-indent: -3.3em;
}

#faq dl dt span {
	font-size: 175%;
	color: #be9959;
	margin-right: 0.8em;
	font-style: italic;
}

#faq dl dd span {
	font-size: 175%;
	color: #000;
	margin-right: 0.8em;
	font-style: italic;
}

#faq dl dd {
	padding-left: 3.3em;
	text-indent: -3.3em;
}

#faq dl dd ul li {
	line-height: 2.0;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#faq dl dd ul li ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}


#access {
	text-align: left;
	margin-bottom: 120px;
}

#access .title01 span {
	font-size: 130%;
	color: #be9959;
}



@media screen and (max-width:768px) {
	.halal .sp_none {
		display: none;
	}

	.halal_pagename {
		width: 76%;
		height: auto;
		padding: 10px;
		font-size: 18px;
		margin-left: -38%;
	}

	.halal_pagename.en {
		height: auto;
		font-size: 14px;
		padding-top: 10px;
	}

	.halal_pagename span {
		margin-left: 1em;
		font-size: 10px;
		font-weight: normal;
		display: inline-block;
	}

	.halal-pnav {
		clear: both;
		padding: 10px 10px 5px;
		background: #E8E3D5;
	}

	.halal-pnav ul {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		overflow: hidden;
	}

	.halal-pnav ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.halal-pnav ul li:last-child {
		margin-right: 0;
	}

	.halal-pnav ul li a {
		display: block;
		color: #fff;
		text-align: left;
		padding-left: 30px;
		line-height: 35px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #B4A575;
	}

	.halal-pnav ul li a span {
		padding-left: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: url(../images/icon14-white.png) no-repeat left center;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		background-size: 8px auto;
	}

	#en .cv_area .mail_btn02 a span.ico {
		font-size: 110%;
	}
}

@media screen and (max-width:480px) {
	#halal_top .top_introduction figure {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	#halal_top .top_introduction .note {
		float: none;
		width: 100%;
		text-align: left;
		line-height: 1.8;
		margin-bottom: 0;
	}

	.page.halaltitle {
		height: 182px;
		position: relative;
	}

	#halal_top .top_introduction h2 {
		font-size: 16px;
		line-height: 1.4;
	}


	/* 各ボックスmb120変更	*/
	.cv_area,
	.halal-menu,
	#about_halalbeef,
	#about_handling,
	#about_teppan,
	#faq,
	#access {
		margin-bottom: 60px;
	}

	/* end各ボックスmb120変更 */

	.cv_area {
		padding: 25px 0;
	}

	.cv_area h2 {
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: solid 1px #d28285;
		font-size: 20px;
		color: #FFF;
	}

	.caution {
		padding: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.caution figure {
		margin-bottom: 20px;
	}

	.caution figure img {
		width: 50%;
	}


	.halal-menu .contents {
		padding: 0 15px;
	}

	.halal-menu .article-wrap h3 {
		padding: 15px 0;
		text-align: center;
	}

	.halal-menu .menu-cont figure {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.halal-menu .article-wrap article:nth-of-type(2) {
		margin-top: 0;
		padding-top: 0;
	}

	.halal-menu article .menu-cont ul {
		margin: 0;
	}

	.halal-menu article .menu-cont table {
		width: 100%;
		font-size: 70%;
	}

	.halal-menu article .menu-cont table th {
		padding: 7px;
	}

	.halal-menu article .menu-cont table td {
		padding: 7px;
	}


	#about_handling ol li {
		margin-bottom: 20px;
	}



	#about_halalbeef #column {
		padding: 20px 15px;
	}

	#about_halalbeef #column .txt-area h3 {
		margin-bottom: 10px;
	}

	#about_teppan h3 {
		padding: 15px 0 15px 15px;
		text-align: left;
	}

	#about_teppan figure {
		margin-bottom: 10px;
	}

	#about_teppan section:first-of-type {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:330px) {
	.page.halaltitle {
		height: 145px;
	}
}

/*171001 nakamura add*/
.cv_area p.note02 {
	margin-bottom: 25px;
}

.cv_area .mail_btn02 {
	float: left;
}

.cv_area .mail_btn03 {
	height: 120px;
	line-height: 1.8;
	display: table;
	font-size: 20px;
}

.cv_area .mail_btn03 span {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	.page.halaltitle img {
		height: 182px;
		width: auto;
		position: absolute;
		left: 50%;
		margin-left: -60%;
	}

	#halal_top .top_introduction {
		margin-top: 25px;
	}

	.cv_area .mail_btn01 a,
	.cv_area .mail_btn02 a,
	.cv_area .mail_btn03 a {
		width: auto;
		height: auto;
		line-height: 1.4;
		padding: 15px 10px;
	}

	.cv_area .mail_btn02,
	.cv_area .mail_btn02,
	.cv_area .mail_btn03 {
		float: none;
		width: 100%;
		height: 80px;
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.cv_area .mail_btn03 span {
		padding-left: 10px;
	}

	.cv_area .mail_btn03 {
		font-size: 120%;
	}

	.cv_area p.note02 {
		margin-bottom: 5px;
	}

	.cv_area .mail_btn01 a {
		margin: 15px auto 40px;

	}

	.cv_area .mail_btn01 a span.ico,
	.cv_area .mail_btn02 a span.ico {
		background: url(../images/mail_sp.png) no-repeat 2% 43%;
		background-size: 1.2em;
	}

}



#top-info-halal {
	background: #fff;
	padding: 40px;
	text-align: left;
}

.halal-wrap {
	background: #be9959;
	overflow: hidden;
	padding: 40px 10px;
}

#top-info-halal figure {
	float: left;
	padding: 0 20px;
	width: 60%;
}

#top-info-halal figure img {
	width: 100%;
	height: auto;
}

#top-info-halal .readarea {
	float: right;
	padding: 0 20px;
	width: 40%;
	text-align: left;
}

#top-info-halal .readarea h2 {
	border-bottom: #fff 1px solid;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 188%;
	line-height: 1.4;
}

#top-info-halal .readarea .read {
	font-size: 88%;
}

#top-info-halal a {
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#top-info-halal a:hover {
	background: #a6181e;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width:480px) {
	#top-info-halal {
		padding: 0;
	}

	#top-info-halal figure {
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	#top-info-halal figure img {
		width: 100%;
		height: auto;
	}

	#top-info-halal .readarea {
		float: none;
		padding: 0;
		width: 100%;
	}

	#top-info-halal .readarea h2 {
		border-bottom: #fff 1px solid;
		margin-bottom: 25px;
		padding-bottom: 25px;
		font-size: 140%;
	}

	#top-info-halal .readarea .read {
		font-size: 100%;
	}

}

/*18022601 nakamura form add*/
.cv_area {
	padding: 80px 50px;
}

.booking-form {
	width: 1135px;
	display: table;
	margin: 0 auto 80px;
	padding: 80px 130px;
	text-align: left;
	background-color: #F5F6FA;
}

.booking-form h3 {
	margin-bottom: 10px;
	font-size: 220%;
}

.booking-form p,
.note02 {
	margin-bottom: 45px;
	line-height: 2.4;
}

.booking-form dl {
	overflow: hidden;
}

.booking-form dl dt {
	width: 227px;
	line-height: 46px;

	float: left;
	clear: both;
}

.booking-form dl dd {
	width: 640px;
	margin-bottom: 1.6em;
	float: right;
}

.booking-form input,
.booking-form textarea {
	width: 640px;
	padding: 0.6em;
	font-size: 115%;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.booking-form input[name="birthday-year"] {
	width: 4.5em;
	margin-right: 0.2em;

}

.booking-form input[name="birthday-month"],
.booking-form input[name="birthday-day"] {
	width: 2.5em;
	margin-right: 0.2em;
}

.course_description input,
.plate_style input,
.transmission input {
	width: auto;


}

.wpcf7-radio .wpcf7-list-item {
	margin-top: 10px;
	display: block;
}


.booking-form [type="submit"] {
	margin: 0 auto;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #B4A575;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/icon14-white.png);
	background-repeat: no-repeat;
	background-position: 44% center;

}



.booking-form [type="submit"] {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-0-transition: all .3s;
	transition: all .3s;
}

.booking-form [type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-0-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.transmission {
	text-align: center;
}


select.wpcf7-select {
	width: auto;
	height: 46px;
	padding: 10px 35px 10px 10px;
	margin-right: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../images/ico_form_bottom.png);
	background-size: 12px;
	background-position: 91% center;
	background-repeat: no-repeat;
}

.booking-form .first {
	margin-bottom: 0;
	display: inline-block;
}

.booking-form .first {
	margin-top: 0;
	display: inline-block;
}

.transmission .wpcf7-list-item-label {
	font-size: 18px;
}


.wpcf7-list-item label {
	position: relative;

}

.wpcf7-list-item label::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	background: url(../images/checkbox.jpg) left top;
	background-size: 25px;
	display: block;
	z-index: 10000;
	color: #BE975E;

}

.confirm .wpcf7-list-item label.checked::after {
	background: url(../images/checkbox2.png) left bottom;
	background-size: 25px;
}

.confirm .wpcf7-list-item label::after {
	background: url(../images/checkbox2.png) left top;
	background-size: 25px;
}

.wpcf7-list-item label.checked::after {
	background: url(../images/checkbox.jpg) left bottom;
	background-size: 25px;

}

.booking-form input[type="radio"],
.booking-form input[name="confirm"] {
	display: none;
}

.wpcf7-list-item-label {
	margin-left: 35px;
	height: 21px;
	vertical-align: bottom;
	display: inline-block;
}

.confirm .wpcf7-list-item-label {
	height: 2em;
}



/*

input[type="checkbox"] {
	margin: 0 10px 4px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/checkbox2.png) left top;
		background-size: 25px;
    margin-right: 10px;
		border: none;
		display: inline-block;
		color: #BE975E;
}
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/checkbox2.png) left bottom;
		background-size: 25px;
		display: block;
		z-index: 10000;
		color: #BE975E;
}
/**/




/**/
/*
input[type="radio"] {
	margin: 0 10px 4px 0;
	-webkit-appearance: none;
	appearance: none;

    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/checkbox.jpg) left top;
			background-size: 25px;
    margin-right: 10px;
		border: none;
}
input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/checkbox.jpg) left bottom;
		background-size: 25px;
}


input[type="checkbox"] {
	margin: 0 10px 4px 0;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/checkbox2.png) left top;
			background-size: 25px;
    margin-right: 10px;
		border: none;
}
input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/checkbox2.png) left bottom;
		background-size: 25px;
}

*/
select::-ms-expand {
	display: none;
}


.wpcf7-not-valid-tip {
	margin-top: 10px;
	font-size: 90%;
	color: #A41B24;
	font-weight: bold;
}

.screen-reader-response {
	display: none;
}

.transmission .wpcf7-not-valid-tip {
	display: block;
	margin-top: -3px;
}

.wpcf7-validation-errors {
	font-size: 120%;
	text-align: center;
	color: #A41B24;
	font-weight: bold;

}

.wpcf7-response-output {
	font-size: 140%;
	text-align: center;
}

.booking-form input:focus,
.booking-form textarea:focus {
	border: 1px solid #B4A575;
	outline: 0;
}

.booking-form input[type="radio"]:focus,
.booking-form .transmission input[type="checkbox"]:focus {
	border: none;
}

.birthday-year .wpcf7-not-valid-tip,
.birthday-month .wpcf7-not-valid-tip,
.birthday-day .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -1.6em;

}

.booking-form dl dd {
	position: relative;
}

@media screen and (max-width:768px) {
	.booking-form * {
		box-sizing: border-box;
	}

	select.wpcf7-select {
		font-size: 16px;
	}

	.booking-form {
		margin-bottom: 40px;
	}

	.booking-form h3 {
		font-size: 180%;
	}

	.booking-form dl dd {
		position: relative;
	}

	.transmission .wpcf7-not-valid-tip {
		display: block;
		margin-top: 10px;
	}



	input,
	button,
	select,
	textarea {
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.cv_area {
		padding: 30px 0;
	}

	.booking-form {

		box-sizing: border-box;
		width: 100%;
		padding: 30px 15px;
	}

	.booking-form dl dt,
	.booking-form dl dd,
	.booking-form input,
	.booking-form textarea {
		width: 100%;
	}

	.booking-form input[type="radio"],
	.booking-form .plate_style input,
	.booking-form .transmission input {
		width: 25px;
	}

	.booking-form input[type="radio"] {
		display: none;
	}

	.wpcf7-list-item-label {
		vertical-align: bottom;
		margin-left: 2.6em;
		height: 1em;
		display: inline-block;
	}

	.confirm .wpcf7-list-item-label {
		margin-left: 35px;
		height: 1.3em;
	}


	.booking-form dl dt,
	.booking-form dl dd {
		display: block;
		float: none;
	}

	.booking-form p,
	.note02 {
		line-height: 1.8;
		margin-bottom: 1em;
	}

	.booking-form p {
		margin-bottom: 2em;
	}

	.booking-form dl dt {
		line-height: 2em;
		font-size: 115%;
	}

	.wpcf7-response-output {
		font-size: 160%;
	}

	.booking-form input,
	.booking-form textarea {
		font-size: 16px;
	}
}


/*180507 nakamura mv add*/
header#top-header nav {
	background: rgba(255, 255, 255, 0.9);
}

.video_movie {
	/*padding-top: 40px;*/
	/*padding-bottom: 40px;*/
	margin-top: 25px;
	background-color: #F5F6FA;
}

@media screen and (max-width:768px) {
	.video_movie.pb0 {
		padding-bottom: 0;
	}
}


/*181218 commude access panels */
.access__pc img {
	max-width: 100%;
}

.access__sp {
	display: none;
}

@media screen and (max-width:768px) {
	.access__pc {
		display: none;
	}

	.access__sp {
		display: block;
		padding-bottom: 20px;
	}

	.access__sp .access__spMain img {
		max-width: 100%;
	}

	.access__sp .access__spPanels {
		margin-top: 25px;
		width: 100%;
		font-size: 0;
		letter-spacing: 0;
	}

	.access__sp .access__spPanels .access__spPanel {
		display: inline-block;
		width: 49%;
	}

	.access__sp .access__spPanels .access__spPanel:nth-child(2n+2) {
		margin-left: 2%;
	}

	.access__sp .access__spPanels .access__spPanel:nth-child(n+3) {
		margin-top: 8px;
	}

	.access__sp .access__spPanels .access__spPanel img {
		max-width: 100%;
	}
}

/*181218 commude top page KV banners */

.kv__content {
	padding: 30px 0;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 102;
}

.kv__content .top__KVbanners {
	margin: 0 auto;
	width: 1100px;
	display: block;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.kv__content .top__KVbanners .top__KVbanner {
	display: inline-block;
	width: 48%;
}

.kv__content .top__KVbanners .top__KVbanner:nth-child(2) {
	margin-left: 4%;
}

.kv__content .top__KVbanners .top__KVbanner a {
	display: block;
}

.kv__content .top__KVbanners .top__KVbanner a:hover {
	opacity: 0.8;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.kv__content .top__KVbanners .top__KVbanner a img {
	max-width: 100%;
}

@media screen and (max-width:768px) {
	.kv__content {
		display: none;
	}
}


/*181220 commude video revision for halal banner*/
.top__spBanners {
	display: none;
}

/*181122 nakamura halalpage add*/
.no_reservation {
	padding: 1.6em;
	margin-top: 2em;
	line-height: 1.8;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #fff;
}

@media screen and (max-width:768px) {
	.top__spBanners {
		display: block;
	}
}

/* ここからelement */

.element-halalCv{
	margin: 0 auto 120px;
	width: 100%;
	max-width: 1155px;
}

.element-halalCv_reserve{
	border: 16px solid #A41B24;
	background: #fff;
	padding: 48px 36px;
	margin-bottom: 60px;
}

.element-halalCv_reserve_title{
	font-size: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #A41B24;
	margin-bottom: 24px;
}

.element-halalCv_reserve_strong{
	font-weight: bold;
}

.element-halalCv_reserve_strong_lists{
	text-align: left;
	max-width: 768px;
	width: 100%;
	margin: 24px auto 48px;
	padding: 24px;
	background: #EFEFE7;
}

.element-halalCv_reserve_text{
	font-weight: bold;
	font-size: 14px;
	margin-top: 24px;
}

.element-halalCv_reserve_button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 480px;
	padding: 24px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #b4a575;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.element-halalCv_reserve_button:hover{
	background: rgba(180, 165, 117, 0.8);
	color: #fff;
}

.element-halalCv_reserve_text{
	margin-bottom: 36px;
}

.element-halalCv_reserve_button_icon{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/mail.png) no-repeat left center;
}

.element-halalCv_ask{
	background: #EFEFE7;
	padding: 48px 36px;
}

.element-halalCv_ask_title{
	font-size: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #B4A575;
	margin-bottom: 24px;
}

.element-halalCv_ask_strong{
	font-weight: bold;
}

.element-halalCv_ask_text{
	font-weight: bold;
	margin-top: 24px;
	line-height: 2.4;
}

.element-halalCv_ask_button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	padding: 24px;
	margin: 0 12px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #B4A575;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.element-halalCv_ask_button:hover{
	background: rgba(180, 165, 117, 0.8);
	color: #fff;
}

.element-halalCv_ask_text{
	margin-bottom: 36px;
}

.element-halalCv_ask_cv{
	display: flex;
	justify-content: center;
}

@media screen and (max-width:768px) {
 
	.element-halalCv{
		text-align: left;
	}
	
	/* .element-halalCv br{
		display: none;
	} */

	.element-halalCv_reserve{
		padding: 24px 12px;
		border-width: 8px;
	}

	.element-halalCv_reserve_title{
		font-size: 20px
	}

	.element-halalCv_reserve_button{
		padding: 24px 0;
	}

	.element-halalCv_reserve_button_icon{
		display: none;
	}

	.element-halalCv_ask{
		padding: 24px 12px;
		border-width: 8px;
	}
	
	.element-halalCv_ask_title{
		font-size: 20px;
	}
	.element-halalCv_ask_cv{
		flex-direction: column;
		align-items: center;
	}
	
	.element-halalCv_ask_button{
		margin: 6px 0;
		padding: 24px 0;
	}
}
