@charset "UTF-8";
/* MODULE */

.-cf:after {
	content:" ";
	display:block;
	clear:both;
	}
.-wait {
	overflow: hidden;
	height: 0;
	}
.slide_list {
	list-style: none;
	}

.-left {
	float: left;
	}
.-right {
	float: right;
	}
.-cf:after {
	content: " ";
	display: block;
	clear: both;
	}


.-ib {
	display: inline-block;
	}

.-is_narrow, 
.-is_sp, 
.-is_tb, 
.-is_pc {
	margin: auto;
	}

.-is_tb, 
.-is_pc {
	display: none;
	}

.-is_narrow, 
.-is_sp {
	display: block;
	}

@media screen and (min-width: 480px) {
	.-is_narrow {
		display: none;
		}
}
@media screen and (min-width: 768px) {
	.-is_sp {
		display: none;
		}
	.-is_tb {
		display: block;
		}
}
@media screen and (min-width: 992px) {
	.-is_tb {
		display: none;
		}
	.-is_pc {
		display: block;
		}
}


.-en {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: 300;
	}
._title {
	font-weight: 600;
	line-height: 1.25;
	}
._text > p, 
._text > dd {
	font-size: 0.875em;
	line-height: 1.5;
	}
._text > p + p, 
._text > dd + dd {
	margin-top: 0.5em;
	}
._text > ._note {
	font-size: 0.75em;
	}


.photo_img {
	background-color: #fff;
	padding: 0.5rem;
	-webkit-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.2);
	box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.2);
	}

/* HEADER
 ============================== */
._header-l, 
._header-m, 
._header-s {
	position: relative;
	font-weight: 600;
	line-height: 1.25;
	z-index: auto;
	}
._header-l {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 1.8rem 0;
	border-style: solid;
	border-color: #CCC;
	border-width: thin 0;
	text-indent: 2.5em;
	font-size: 1.25em;
	}
._header-l:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 0;
	margin: auto;
	width: 2em;
	height: auto;
	background: url(../images/icon_header-l.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	}
._header-m {
	margin: 2rem 0.8em 1rem 0;
	padding: 0.4em;
	border-left: solid 0.8rem rgba(0,0,0,0.2);
	background-color: #7ac9c9;
	color: #FFF;
	font-size: 1.125em;
	line-height: 1;
}
._header-m:before, 
._header-m:after {
	content: '';
	display: block;
	position: absolute;
	right: -0.8em;
	margin: auto;
	width: auto;
	height: 0;
	border-style: solid;
	border-width: 0.9em 0.5em;
	border-color: transparent;
	z-index: -1;
	}
._header-m:before {
	top: 0;
	border-top-color: #7ac9c9;
	border-left-color: #7ac9c9;
	}
._header-m:after {
	bottom: 0;
	border-bottom-color: #7ac9c9;
	border-left-color: #7ac9c9;
	}

._header-s {
	margin-bottom: 0.5rem;
	color: #595757;
	font-size: 1.125em;
	}
._header-s:before {
	content: '';
	display: inline-block;
	margin-right: 0.2em;
	width: 1em;
	height: 1em;
	background-color: #7ac9c9;
	background-image: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%),
										-webkit-linear-gradient(-135deg, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%);
	background-image: -moz-linear-gradient(45deg,  rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%),
										-moz-linear-gradient(-135deg, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%);
	background-image: -ms-linear-gradient(45deg,  rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%),
										-ms-linear-gradient(-135deg, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%);
	background-image: -o-linear-gradient(45deg,  rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%),
										-o-linear-gradient(-135deg, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%);
	background-image: linear-gradient(45deg,  rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%),
										linear-gradient(-135deg, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 75%);
	-webkit-background-size: 2rem 2rem;
	background-size: 2rem 2rem;
	background-position: 0 0, 1rem 1rem;
	background-repeat: repeat;
	}
@media screen and (min-width: 768px) {
._header-l {
	font-size: 1.5em;
	}
._header-m {
	font-size: 1.25em;
	}
._header-s {
	font-size: 1.25em;
	}
}


/* LINK
 ============================== */
a.-icon {
	display: inline-block;
	padding-left: 1em;
	}
a.-icon:before {
	content: '';
	display: inline-block;
	margin-left: -1em;
	margin-right: 0.2rem;
	}
a[href^="#"].-icon:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.6em 0.4em 0;
	border-color: #666 transparent transparent;
	}
a[href^="/"].-icon:before, 
a[href^="../"].-icon:before {
	margin-left: 0.2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #666;
	}
a[target="_blank"].-icon:before {
	width: 0.8em;
	height: 0.6em;
	border-style: solid;
	border-color: #666;
	border-width: 0.2rem 0.1rem 0.1rem;
	background-color: #fff;
	-webkit-box-shadow: -0.2rem 0.2rem 0 0 rgba(0,0,0,0.5);
	-moz-box-shadow: -0.2rem 0.2rem 0 0 rgba(0,0,0,0.5);
	box-shadow: -0.2rem 0.2rem 0 0 rgba(0,0,0,0.5);
	}
a[href$=".pdf"].-icon:before {
	width: 1.8rem;
	height: 1.8rem;
	border: none;
	background: transparent url(../images/icn_AdobePDF_24x24.png) center center no-repeat;
	background-size: contain;
	}


/* UI
 ============================== */
.switch {
	display: none;
	}
.btn {
	text-decoration: none;
	-webkit-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.1);
	-moz-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.1);
	box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.1);
	}
.btn_tolist {
	padding: 0.5em;
	border-radius: 0.3rem;
	background-color: #595757;
	color: #FFF;
	font-size: 0.75em;
	}
.logo {
	display: inline-block;
	}


.banner_list {
	list-style: none;
	}
.banner_list a {
	position: relative;
	text-decoration: none;
	}
.banner {
	display: block;
	position: relative;
	text-decoration: none;
	}


/* NAVI
 ============================== */
nav a {
	text-decoration: none;
	}
nav a:hover {
	}
nav a:active {
	}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* MENU
 ============================== */
.menu_list {
	position: relative;
	margin: auto;
	list-style: none;
	}
.menu_list:after {
	content: " ";
	display: block;
	clear: both;
	}
.menu_list a {
	position: relative;
	display: block;
	}


/* MARK LIST
 ============================== */
.mark_list {
	margin: 1rem auto;
	list-style: none;
	font-size: 0.875em;
	}
.mark_list > li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.25;
	}
.mark_list > li:before {
	content: '';
	display: inline-block;
	}
.mark_list.-mark_c > li:before {
	background-color: #666;
	margin-right: 0.2em;
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	}
.mark_list.-mark_s > li:before {
	background-color: #666;
	margin-right: 0.2em;
	width: 0.8em;
	height: 0.8em;
	}
.mark_list.-mark_a > li:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.5em;
	border-color: transparent transparent transparent #666;
	}


/* DATE LIST
 ============================== */
.date_list {
	}
.date_list > ._date {
	clear: both;
	float: left;
	width: 7em;
	}
.date_list > ._text {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 7em;
	border-bottom: dotted thin #ccc;
	}


/* FOOTNOTE
 ============================== */
.footnote_list {
	list-style: none;
	}
.footnote_list > li {
	padding-left: 1em;
	}
.footnote_list > li:before {
	content: '※';
	display: inline-block;
	text-indent: -1em;
	}

/* TABLE
 ============================== */
.table_scroll {
	position: relative;
	overflow: scroll;
	}
@media screen and (min-width: 768px) {
	.table_scroll {
		overflow: auto;
		}
}



/* SLIDER PRO 
 ============================== */
#content .sp-button {
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #3E3A39;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#content .sp-selected-button {
	background-color: #3E3A39;
}
@media screen and (min-width: 768px) {
	}
@media screen and (min-width: 992px) {
	#content .sp-horizontal .sp-previous-arrow {
		left: -40px;
		}
	#content .sp-horizontal .sp-next-arrow {
		right: -40px;
		}
	}

#content .sp-previous-arrow:before,
#content .sp-previous-arrow:after,
#content .sp-next-arrow:before,
#content .sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 20%;
	height: 50%;
	background-color: #3E3A39;
	}




@media screen and (max-width: 767px) {
	.-sp_blocktable tbody th, 
	.-sp_blocktable tbody td  {
		display: block;
		}
	.-sp_blocktable tbody th {
		width: auto;
		border-bottom-width: 0;
		text-align: left;
		}
	.-sp_blocktable tbody td {
		border-top-width: 0;
		border-bottom-width: 0;
		}
	.-sp_blocktable tbody tr:last-child td {
		border-bottom-width: thin;
		}
	}

.data_table {
	table-layout: auto;
	font-size: 0.8125em;
	}
.data_table tbody tr:nth-child(2n+0) {
	background-color: #f7f7f7;
	}
.data_table tbody td {
	vertical-align: top;
	}
.data_table tbody ._name {
	font-weight: bold;
	width: 25%;
	}
.data_table tbody ._address {
	width: 25%;
	}
.data_table tbody ._tel {
	width: 12%;
	min-width: 9em;
	}
.data_table tbody ._time {
	width: 12%;
	}
.data_table tbody ._holiday {
	}
@media screen and (max-width: 767px) {
	.data_table > thead, 
	.data_table > thead th {
		display: none;
		}
	.data_table tbody tr {
		display: block;
		padding: 1rem;
		border-bottom: dotted thin #ccc;
		}
	.data_table tbody th, 
	.data_table tbody td, 
	.data_table tbody tr:last-child td {
		border-width: 0;
		}
	.data_table tbody th, 
	.data_table tbody td {
		padding: 0;
		}
	.data_table tbody td {
		padding-left: 5em;
		width: auto !important;
		}
	.data_table tbody ._name {
		padding-left: 0;
		}
	.data_table tbody td + td {
		margin-top: 0.25rem;
		}
	.data_table tbody td:before {
		display: inline-block;
		margin-left: -5em;
		width: 5em;
		font-weight: 600;
		}
	.data_table ._address:before {
		content: '住所:';
		}
	.data_table ._tel:before {
		content: 'TEL:';
		}
	.data_table ._time:before {
		content: '営業時間:';
		}
	.data_table ._holiday:before {
		content: '定休日:';
		}
}