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

body {
	-webkit-text-size-adjust: none;
}
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;
	margin-top: 76px;
}
/* top */

.header {
	width: 100%;
	height: 70px;
	background-color: #000;
	border-bottom: 5px solid #b4b4b4;
	position: fixed;
	top: 0;
	z-index: 99998;
}
.headerInner {
	width: 100%;
	height: 100%;
	text-align: left;
}
.headerInner .logo {
	padding: 10px 0 0 10px;
}
.headerInner .logo img {
	width: 80%;
	max-width: 330px;
}
.headerInner .tel {
	color: #fff;
	font-size: 20px;
	padding: 8px 0 0 10px;
}
.header nav {
}
.header nav ul {
	margin: 0;
	list-style-type: none;
	width:100%;
}
.header nav ul li {
	float:left;
	width:25%;
	margin: 0;
	text-align: center;
}
.header nav ul li a{
	display: block;
	background:#dedede;
	margin:0;
	padding:10px 20px;
	border-right:1px solid #666;
	border-left: 1px solid #fff;
 	box-sizing:border-box;
	text-decoration: none;
}
.header nav ul li a:hover {
	background:#60d7a0;
}
.header nav ul li ul {
	display: none;
}
.slide {
	width: 100%;
	margin: 20px auto;
}
.contents {
	width: 100%;
	margin: 0 auto 20px;
}
.news {
	width: 95%;
	margin: 0 auto 20px;
}
.news dl.newsdl {
	width: 100%;
	background-color: #eee;
	font-size: 13px;
	text-align: left;
}
.news dl.newsdl dt.newsdt {
	width: 120px;
	background-color: #000;
	color: #fff;
	padding: 6px;
	font-size: 16px;
	text-align: center;
}
.news dl.newsdl dd.newsdd {
	width: 100%;
	height: 13.5em;
	background-color: #eee;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 1.5em;
}
.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%;
	padding: 3px 0;
}
.news dl.newsdl dd.newsdd dl dt {
	margin-left: 2px;;
}
.news dl.newsdl dd.newsdd dl dd {
	margin-left: 1em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contentsInner {
	width: 95%;
	margin: 0 auto 20px;
}
.contentsL {
	width: 100%;
}
.contentsL .free {
	width: 100%;
	background-color: #eee;
	margin-bottom: 20px;
	padding-top: 20px;
}
.contentsL .free .freeInner {
	width: 95%;
	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: 95%;
	margin: 0 auto 20px;
	position: relative;
}
.shopInfo .shopInfoR {
	width: 100%;
	margin-bottom: 20px;
}
.shopInfoR img {
	width: 100%;
	margin-bottom: 20px;
}
.shopInfo dl {
	width: 100%;
	margin-bottom: 10px;
}
.shopInfo dl dt {
	width: 90px;
	margin-right: 10px;
	padding: 3px 0;
	background-color: #000;
	color: #fff;
}
.shopInfo dl dd {
	width: 95%;
	margin-left: 3px;
	padding: 3px 0;
	text-align: left;
}
.shopInner .shopMap {
	width: 100%;
	margin-bottom: 20px;
}
.shopInner .shopMap img {
	width: 100%;
}
.shopCal {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.shopCal .shopCalL {
	width: 100%;
	margin-bottom: 10px;
}
.shopCal .shopCalR {
	width: 100%;
}
.shopCal table {
	width: 100%;
	text-align: center;
}
.shopCal caption {
	background-color: #000;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
}
/*店舗リスト*/
.ShopListWrap {
	width: 95%;
	margin: 0 auto 10px;
}
.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: 48%;
	margin: 0 4% 4% 0;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.ShopListWrap ul li:nth-child(even) {
	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: 95%;
	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: 48%;
	margin-right: 3.5%;
	float: left;
}
.staff dl dd ul li:nth-child(even) {
	margin-right: 0;
}
.staffBox {
	width: 94%;
	padding: 3%;
	background-color: #fff;
	border: 1px solid #000;
	margin-bottom: 10px;
}
.staffInfo {
	width: 100%;
	text-align: left;
}
.staffInfo img {
	width: 100%;
	margin-bottom: 10px;
}
.staffInfo dl {
	width: 100%;
}
.staffInfo dl dt {
	width: 80px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
}
.staffInfo dl dd {
	width: 110px;
	padding-top: 6px;
	font-size: 14px;
}
.staffInfo p {
	margin-top: 3px;
	border-top: 1px dashed #000;
	padding-top: 3px;
	font-size: 12px;
}
.SNS {
	width: 95%;
	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 ul.contentsR1 {
	width: 95%;
	margin: 0 auto;
}
.contentsR ul.contentsR1 li {
	width: 100%;
	margin-bottom: 10px;
}
.contentsR ul.contentsR1 li img {
	width: 100%;
}
.contentsR ul.contentsR2 {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
ul.contentsR2 li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	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: 100%;
}
.footerInner img {
	width: 60%;
	margin: 0 auto 20px;
}
.footerInner .sitemap {
	display: none;
}
.button {
	display: inline-block;
	width: 250px;
	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%;
}
