@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: 30px 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
}
i {
	font-style: normal !important;
}
#viewport {
	line-height: normal;
}

.clear { clear:both;}

img.f-left { float:left; margin: 0px 15px 15px 0px;}
img.f-right { float:right; margin: 0px 0px 15px 15px;}
.f-left { float:left;}
.f-right { float:right;}
.linkbtn {
color: #FFFFFF;
padding: 10px 40px 10px 40px;
background: #0C6A99;
text-decoration:none;
line-height:40px;
}

/* 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: 0px 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;
}
.topnews {
	width: 100%;
	margin-bottom: 20px;
	height:90px;
}

.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;
	text-align:left;
}
.contentsL .free .freeInner {
	width: 690px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.contentsL .free .freeInner img {
}

.banner {
text-align:center;
margin-bottom: 15px;
}

#slider {
  width: 370px;
  height: 400px;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  margin-bottom:20px;
}
#slider a {
  display: block;
  margin-bottom: 10px;
}
#slider img#up {
  position: absolute;
  top:0;
  cursor: pointer;
}
#slider img#down {
  position: absolute;
  bottom:0;
  cursor: pointer;
}

.free h1 {
background-color:#666;
color:#FFFFFF;
font-size:24px;
padding: 5px 10px;
margin-bottom:10px;
}

.free h2 {
border-bottom: 2px solid #666;
font-size:22px;
padding: 5px 10px;
margin-bottom:10px;
}

.free h3 {
border-left: 5px solid #666;
font-size:20px;
padding-left: 10px;
margin-bottom:10px;
}

.free h4 {
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}

.price {
font-size:16px;
font-weight:bold;
color:#CC0000;
}

table.table1 {
border-collapse: collapse;
}

table.table1 td {
padding:5px;
border:1px solid #ccc;
}

table.table1 th {
background-color:#666;
color: #FFFFFF;
font-weight:normal;
padding:5px;
border:1px solid #ccc;
}

.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;
	margin-left: 83px;
}
.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;
}
.SNS iframe { width:100%; max-width: 410px; height: 560px; }

.contentsR {
	width: 100%;
	background-color: #eee;
	padding-top: 20px;
}
.contentsR {
	width: 450px;
	background-color: #eee;
	padding-top: 20px;
	float: right;
}
.contentsR h1 {
background-color:#666;
color:#FFFFFF;
font-size:24px;
padding: 5px 10px;
margin:15px 20px;
}
.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%;
}

.pc {}
.sp { display:none;}

@media only screen and (max-width:1023px){
img.f-left { float:none; margin: 0px 0px 15px 0px;}
img.f-right { float:none; margin: 0px 0px 15px 0px;}
.f-left { float:none; margin-bottom:20px;}
.f-right { float:none; margin-bottom:20px;}

body {
	min-width: 0px;
	max-width: 1199px;
}

#viewport {
	margin-top: 76px;
}

.header {
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 99998;
}

.headerInner {
	width: 100%;
	margin: 0;
}
.headerInner .logo {
	font-size: 20px;
	padding: 10px 0 0 10px;
	float: none;
	text-align:left;
}
.headerInner .logo img {
	width: 80%;
	max-width: 330px;
	float: none;
}
.headerInner .tel {
	font-size: 20px;
	padding: 8px 0 0 10px;
	float: none;
	text-align:left;
}

.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%;
}

.contents {
	width: 100%;
}

.topnews {
	width: 95%;
	margin: 0 auto 20px;
	height:213px;
}

.news {
	width: 95%;
	margin: 0 auto 20px;
	height:213px;
}
.news dl.newsdl {
	background-color: #eee;
	text-align: left;
}
.news dl.newsdl dt.newsdt {
	width: 120px;
	height:auto;
	padding: 6px;
	float:none;
	text-align: center;
}
.news dl.newsdl dd.newsdd {
	width: 100%;
	height: 13.5em;
	line-height: 1.5em;
	float:none;
}
.news dl.newsdl dd.newsdd a {
}
.news dl.newsdl dd.newsdd a:hover {
}
.news dl.newsdl dd.newsdd dl {
	padding: 3px 0;
}
.news dl.newsdl dd.newsdd dl dt {
	margin-left: 2px;
	width: auto;
	float: none;
}
.news dl.newsdl dd.newsdd dl dd {
	width: auto;
	margin-left: 1em;
	float:none;
}
.contentsInner {
	width: 95%;
	margin: 0 auto 20px;
	overflow: visible;
}
.contentsL {
	width: 100%;
	margin-right: 0px;
	float: none;
}
.contentsL .free {
}
.contentsL .free .freeInner {
	width: 95%;
}

#slider {
  width: 100%;
}
#slider a {
}
#slider img#up {
}
#slider img#down {
}

.contentsL .free .freeInner img {
	width: 100%;
}
.contentsL .shop {
}
.shop .shopInfo {
	width: 95%;
}
.shopInfo .shopInfoR {
	width: 100%;
	margin-bottom: 20px;
	position:static;
}
.shopInfoR img {
}
.shopInfo dl {
}
.shopInfo dl dt {
	float:none;
}
.shopInfo dl dd {
	width: 95%;
	margin-left: 3px;
	float:none;
}
.shopInfo .privacy {
}
.shopInner .shopMap {
}
.shopInner .shopMap img {
}
.shopCal {
	width: 95%;
}
.shopCal .shopCalL {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
	float: none;	
}
.shopCal .shopCalR {
	width: 100%;
	float: none;	
}
.shopCal table {
}
.shopCal caption {
}
/*店舗リスト*/
.ShopListWrap {
	width: 95%;
}
.ShopListWrap dl dt {
}
.ShopListWrap ul {
	margin-left: 0px;
}
.ShopListWrap ul li {
	width: 31.3333%;
	margin: 0 1% 4% 1%;
}
.ShopListWrap ul li:nth-child(even) {
}
.ShopListWrap ul li a {
}
.ShopListWrap ul li a span {
}
.ShopListWrap ul li a:hover {
}
.staff {
	width: 95%;
}
.staff dl dt {
}
.staff dl dd {
}
.staff dl dd ul {
}
.staff dl dd ul li {
	width: 48%;
	margin: 0 3.5% 0px 0;	
}
.staff dl dd ul li:nth-child(even) {
	margin-right: 0;
	width:auto;
}
.staffBox {
	width: 94%;
	padding: 3%;
	margin-bottom: 10px;
}
.staffInfo {
}
.staffInfo img {
}
.staffInfo dl {
}
.staffInfo dl dt {
	float:none;
}
.staffInfo dl dd {
	padding-top: 6px;
	margin-left: 0px;
	line-height: normal;
	float: none;
}
.staffInfo p {
}
.SNS {
	width: 95%;
}
.SNS ul {
}
.SNS ul li {
}
.SNS ul li:nth-child(even) {
}
.SNS ul li a {
}
.SNS ul li a:hover {
}
.SNS ul li a img {
}
.SNS ul li.twitter a {
}
.SNS ul li.instagram a {
}
.SNS ul li.face a {
}
.SNS ul li.line a {
}
.contentsR {
	width: 100%;
	float:none;
}
.contentsR h1 {
margin:10px 2.5%;
}
.contentsR ul.contentsR1 {
	width: 95%;
}
.contentsR ul.contentsR1 li {
	width: 100%;
	margin-bottom: 10px;
}
.contentsR ul.contentsR1 li img {
}
.contentsR ul.contentsR2 {
	width: 95%;
}
ul.contentsR2 li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
ul.contentsR2 li:nth-child(even) {
}
ul.contentsR2 li img {
}
.contentsR a img:hover {
}

.footer {
}
.footerInner {
	width: 100%;
	margin: 0;
}
.footerInner img {
	width: 60%;
}
.footerInner .sitemap {
	display: none;
}
.footerInner .sitemap ul {
}
.footerInner .sitemap ul li {
}
.footerInner .sitemap ul li:first-child {
}
.footerInner .sitemap ul li a {
}
.footerInner .sitemap ul li a:hover {
}
.button {
}
.button::before, .button::after {
}
.button, .button::before, .button::after {
}
.button {
}
.button:hover {
}
.button::before, .button::after {
}
.button::before {
}
.button::after {
}
.button:hover::before, .button:hover::after {
}


.fb-page {
}

.pc { display:none;}
.sp { display: inherit;}

}
