@charset 'utf-8';
.pcHide {
	display: none !important;
}
/*__ common ________________________________*/

body {
	-webkit-text-size-adjust: none;
	min-width: 1200px;
}
img {
	vertical-align: bottom;
}
a img {
	border-style: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
hr.dashed {
	margin: 10px 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
}
i {
	font-style: normal !important;
}
#viewport {
	line-height: normal;
}
/* top */

.header {
	width: 100%;
	height: 50px;
	background-color: #000;
	border-bottom: 5px solid #b4b4b4;
}
.headerInner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.headerInner .logo {
	color: #fff;
	font-size: 24px;
	padding: 12.5px 0 0 14px;
	float: left;
}
.headerInner .logo img {
	width: 400px;
	float: left;
}
.headerInner .tel {
	color: #fff;
	font-size: 24px;
	padding: 12px 14px 0 0;
	float: right;
}
.slide {
	width: 1200px;
	margin: 20px auto;
}
.menu {
	width: 100%;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
}
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	width: 1200px;
	margin: 5px auto 20px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	/*width: 150px;*/
	width: 185px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li div {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	width: 100%;
}
.dropmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #000;
	background: #555;
	text-align: left;
}
.dropmenu li:hover > a {
	background-image: url(../images/bg_menu_ovr.png);
	background-repeat: repeat-x;
}
.dropmenu li a:hover {
	background-image: url(../images/bg_menu_ovr.png);
	background-repeat: repeat-x;
}
.dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
}
.contents {
	width: 1200px;
	margin: 0 auto 20px;
}
.news {
	width: 100%;
	margin-bottom: 20px;
}
.news dl.newsdl {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
}
.news dl.newsdl dt.newsdt {
	width: 200px;
	height: 70px;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	float: left;
	font-size: 16px;
}
.news dl.newsdl dd.newsdd {
	width: 1000px;
	height: 90px;
	background-color: #eee;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 1.8em;
	float: right;
}
.news dl.newsdl dd.newsdd a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.news dl.newsdl dd.newsdd a:hover {
	color: #cc0000;
}
.news dl.newsdl dd.newsdd dl {
	width: 100%;
	overflow: hidden;
}
.news dl.newsdl dd.newsdd dl dt {
	width: 120px;
	margin-left: 20px;
	text-align: left;
	float: left;
}
.news dl.newsdl dd.newsdd dl dd {
	width: 840px;
	text-align: left;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contentsInner {
	width: 100%;
	overflow: hidden;
}
.contentsL {
	width: 730px;
	margin-right: 20px;
	float: left
}
.contentsL .free {
	width: 100%;
	background-color: #eee;
	margin-bottom: 20px;
	padding-top: 20px;
}
.contentsL .free .freeInner {
	width: 690px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.contentsL .free .freeInner img {
	width: 100%;
}
.contentsL .shop {
	width: 100%;
	background-color: #eee;
	margin-bottom: 20px;
	padding-top: 20px;
}
.shop .shopInfo {
	width: 690px;
	margin: 0 auto 20px;
	position: relative;
}
.shopInfo .shopInfoR {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}
.shopInfoR img {
	width: 100%;
	margin-bottom: 20px;
}
.shopInfo dl {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.shopInfo dl dt {
	width: 90px;
	margin-right: 10px;
	padding: 3px 0;
	background-color: #000;
	color: #fff;
	float: left;
}
.shopInfo dl dd {
	width: 490px;
	padding: 3px 0;
	text-align: left;
	float: left;
}
.shopInfo .privacy {
	text-align: left;
	padding-left: 100px;
}
.shopInner .shopMap {
	width: 100%;
	margin-bottom: 20px;
}
.shopInner .shopMap img {
	width: 100%;
}
.shopCal {
	width: 690px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.shopCal .shopCalL {
	width: 335px;
	margin-right: 20px;
	float: left;
}
.shopCal .shopCalR {
	width: 335px;
	float: right;
}
.shopCal table {
	width: 100%;
	text-align: center;
}
.shopCal caption {
	background-color: #000;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
}
/*店舗リスト*/
.ShopListWrap {
	margin: 0 auto 10px;
	width: 690px;
}
.ShopListWrap dl dt {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.ShopListWrap ul {
	font-size: 0;
	text-align: left;
}
.ShopListWrap ul li {
	width: 165px;
	margin: 0 10px 10px 0;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.ShopListWrap ul li:nth-child(4n) {
	margin-right: 0;
}
.ShopListWrap ul li a {
	font-size: 10px;
	padding: 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}
.ShopListWrap ul li a span {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.ShopListWrap ul li a:hover {
	opacity: 0.7;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.staff {
	width: 690px;
	margin: 0 auto;
	padding-bottom: 6px;
}
.staff dl dt {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.staff dl dd {
	width: 100%;
}
.staff dl dd ul {
	width: 100%;
	overflow: hidden;
}
.staff dl dd ul li {
	width: 220px;
	margin: 0 14px 14px 0;
	float: left;
}
.staff dl dd ul li:nth-child(3n) {
	width: 220px;
	margin-right: 0;
}
.staffBox {
	width: 200px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #000;
}
.staffInfo {
	width: 100%;
	text-align: left;
}
.staffInfo img {
	width: 100%;
	margin-bottom: 10px;
}
.staffInfo dl {
	width: 100%;
	overflow: hidden;
}
.staffInfo dl dt {
	width: 80px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
	float: left;
}
.staffInfo dl dd {
	width: 110px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 26px;
	float: right;
}
.staffInfo p {
	margin-top: 3px;
	border-top: 1px dashed #000;
	padding-top: 3px;
	font-size: 12px;
}
.SNS {
	width: 410px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.SNS ul {
	text-align: center;
	width: 285px;
	margin: 20px auto 10px;
}
.SNS ul li {
	display: inline-block;
	text-align: center;
	margin: 0 20px 15px 0;
}
.SNS ul li:nth-child(even) {
	margin-right: 0;
}
.SNS ul li a {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	box-sizing: border-box;
	width: 130px;
	padding: 10px 0;
	text-decoration: none;
}
.SNS ul li a:hover {
	color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.SNS ul li a img {
	width: 15%;
	vertical-align: middle;
	margin-left: 5px;
}
.SNS ul li.twitter a {
	background-color: #1B95E0;
}
.SNS ul li.instagram a {
	background-color: #0c6a99;
}
.SNS ul li.face a {
	background-color: #3B5999;
}
.SNS ul li.line a {
	background-color: #00C300;
}
.contentsR {
	width: 100%;
	background-color: #eee;
	padding-top: 20px;
}
.contentsR {
	width: 450px;
	background-color: #eee;
	padding-top: 20px;
	float: right;
}
.contentsR ul.contentsR1 {
	width: 410px;
	margin: 0 auto;
}
.contentsR ul.contentsR1 li {
	width: 100%;
	margin-bottom: 20px;
}
.contentsR ul.contentsR1 li img {
	width: 100%;
}
.contentsR ul.contentsR2 {
	width: 410px;
	margin: 0 auto;
	overflow: hidden;
}
ul.contentsR2 li {
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
ul.contentsR2 li:nth-child(even) {
	margin-right: 0;
}
ul.contentsR2 li img {
	width: 100%;
	margin-bottom: 0 !important;
}
.contentsR a img:hover {
	color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.footer {
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 20px 0;
}
.footerInner {
	width: 1200px;
	margin: 0 auto;
}
.footerInner img {
	width: 245px;
	margin: 0 auto 20px;
}
.footerInner .sitemap {
	width: 100%;
	margin: 20px auto;
}
.footerInner .sitemap ul {
	width: 1080px;
	margin: 0 auto 10px;
	;
	overflow: hidden;
}
.footerInner .sitemap ul li {
	width: 180px;
	font-size: 16px;
	float: left;
}
.footerInner .sitemap ul li:first-child {
	font-size: 18px;
	float: left;
}
.footerInner .sitemap ul li a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.footerInner .sitemap ul li a:hover {
	color: #cc0000;
}
.button {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 16px;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.button::before, .button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #000;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before, .button:hover::after {
	width: 0;
	background-color: #000;
}

.fb-page {
	width: 100%;
}
