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


/******************************************************************************/
/* 新着情報 */
.topics {
/*
	width: 690px;
*/
	width: 90%;
	margin: 0 auto;
	padding-bottom: 6px;
}
.topics a:hover {
	opacity: 0.6;
}
.topics a:link,
.topics a:visited {
	color: #000000;
}
.topics dl dt {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.topics dl dd {
	width: 100%;
}
.topics dl dd ul {
	width: 100%;
	overflow: hidden;
}
.topics dl dd ul li {
/*
	width: 668px;
*/
	width: 100%;
	margin: 0 10px 10px 0;
	float: left;
}
.topics dl dd ul li:nth-child(3n) {
/*
	width: 668px;
*/
	width: 100%;
	margin-right: 0;
}
.topicsBox {
	width: 100%;
	padding: 10px 10px 6px 10px;
	background-color: #fff;
	border: 1px solid #000;
	overflow: auto;
}
.topicsInfo {
	display: table;
	text-align: left;
	padding: 0px 0px 4px 0px;
}
.topicsInfo img {
	float: left;
	width: 54px;
}
.topicsInfo dl {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.8em;
	overflow: hidden;
}
.topicsInfo dl dt {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px 0px;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
	float: left;
}
.topicsInfo dl dd {
	float: left;
}
.topicsInfo dl dd:after {
	clear: both;
}
.topicsInfo p {
	font-size: 12px;
}

/******************************************************************************/
/* 投稿ページ */
.main-singular {
	width: 100%;
	text-align: center;
}

.singular {
	/*width: 845px;*/
	width: 690px;
	margin: 0 auto;
	padding: 0px 0px 6px 0px;
}
.singular dl dt {
	background-color: #000000;
	color: #FFFFFF;
	padding: 6px 0px 3px 0px;
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 10px;
}
.singular dl dd {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px 20px 6em 20px;
	margin-bottom: 20px;
}
.singular span {
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
.singular figure {
	text-align: center;
}
.article-content {
	display: block;
	/*width: 885px;*/
	width: 730px;
	text-align: center;
	background-color: #eee;
	padding-top: 0px;
	margin: 0 auto;
}

/******************************************************************************/
/* 投稿ページ送り */
span.pre_page	 { float: left; }
span.next_page { float: right; }
span.pre_page,
span.next_page { padding: 0px 2em 0px 2em; margin-top:-4em; }
/******************************************************************************/

/******************************************************************************/
/* 投稿一覧ページ送り */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
	position: relative;
/*
	font-size: 13px;
*/
}

.pagination span, .pagination a {
	display: block;
	width: auto;
	margin: 4px;
	padding: 8px;
	border: 1px solid #000;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
/*
	width: 32px;
*/
	width: 12px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

/* 前へ */
.pagination a.prev {
/*
	margin-right: 16px;
*/
}
/* 次へ */
.pagination a.next {
/*
	margin-left: 16px;
*/
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
	display: none;
}

/******************************************************************************/
/* サイドバー */
#sidebar .widget {
	padding: 0px 20px;
}
#sidebar .widget_title {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

/* カレンダー */
#sidebar .calendar_wrap {
	padding-bottom: 20px;
}
#sidebar .calendar_wrap table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
}

#sidebar .calendar_wrap table th {
	padding: 0.5em 1em;
	color:#C30;
	background-color: #FFEBEB;
}
#sidebar .calendar_wrap table td {
	padding: 0.5em 1em;
	background-color: #F5F5F5;
}
#sidebar .calendar_wrap table th+th {
	color:#000;
	background-color: #F5F5F5;
}
#sidebar .calendar_wrap table th+th+th+th+th+th+th {
	color:#03C;
	background-color: #F3FDFF;
}
#sidebar .calendar_wrap table tfoot td {
	text-align: left;
	padding-top: 1em;
	background-color: #EEEEEE;
}
#sidebar .calendar_wrap table tfoot td+td+td {
	text-align: right;
}
#sidebar .calendar_wrap table a:link,
#sidebar .calendar_wrap table a:visited {
	color: #03C;
}
#sidebar .calendar_wrap table tfoot a:link,
#sidebar .calendar_wrap table tfoot a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar .calendar_wrap table a:hover,
#sidebar .calendar_wrap table tfoot a:hover {
	color: #cc0000;
}

/* カテゴリー */
#sidebar .widget_categories {
	padding-bottom: 2em;
}
#sidebar .widget_categories a:link,
#sidebar .widget_categories a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar .widget_categories a:hover {
	color: #cc0000;
}
#sidebar .widget_categories ul {
	text-align: left;
	padding-left: 3em;
	list-style: none;
}
#sidebar .widget_categories ul li:before {
	content: "";								/* 空の要素作成 */
	width: 10px;								/* 幅指定 */
	height: 10px;								/* 高さ指定 */
	display: inline-block;			/* インラインブロックにする */
	background-color: #000000;	/* 背景色指定 */
	position: relative;					/* 位置調整 */
	top: -1px;									/* 位置調整 */
	margin-right: 5px;					/* 余白指定 */

}


/******************************************************************************/
/* プライバシーポリシー */
.privacy a {color:inherit;text-decoration:inherit;}
.privacy a:link {color:#000000;text-decoration:underline;}
.privacy a:visited {color:#000000;text-decoration:underline;}
.privacy a:hover {color:#0071BC;text-decoration:underline;}
.privacy a:active {color:#000000;text-decoration:underline;}

/******************************************************************************/
/* ユーザー追加 */
.wide {
	background-color:#000;
	padding: 20px 0px;
}
.wide img {
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
}
.wide a:hover {
	opacity: 0.6;
}
