@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年7月24日 */
/* last updated:2015年7月24日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	min-height:100%;
}

body {
	line-height:1.5;
	color:#000;
	background:#fff;
}

@media screen and (min-width: 640px) {
	body {
		font-size:14px;
		*font-size:88%;
		font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
		_font-family:"ＭＳ Ｐゴシック", sans-serif;
		letter-spacing:2px;
	}
}
@media screen and (max-width: 639px) {
	body {
		font-size:14px;
		font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",sans-serif;
		letter-spacing:1px;
	}
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	line-height:1.5;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

input:focus {
	border:none;
	outline:none;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

em {
	font-style:italic;
}

u {
	text-decoration:none;
}

b {
	font-weight:normal;
}

strong {
	font-weight:bold;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */

@media screen and (min-width: 640px) {
	#wrap {
		min-width:1000px;
		margin:0 auto;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header#mainhead {
	width:100%;
	text-align:center;
	position:relative;
}

@media screen and (min-width: 640px) {
	#index header#mainhead {
		height:580px;
	}
	#content header#mainhead {
		height:400px;
	}
	header#mainhead .innerHeader {
		width:990px;
		margin:0 auto;
	}
	header#mainhead .innerHeader #logo {
		width:480px;
		padding:10px 0;
		position:relative;
		float:left;
		z-index:10;
	}
	header#mainhead .innerHeader #logo strong {
		font-size:86%;
		font-weight:normal;
		margin-left:10px;
	}
	header#mainhead #headContact {
		width:460px;
		height:60px;
		float:right;
		position:relative;
		z-index:10;
	}
	header#mainhead #headContact .telBox {
		width:240px;
		height:60px;
		float:left;
		background:url(../images/common/bg_white_a90.png);
		padding:4px 15px 0px 30px;
	}
	header#mainhead #headContact .telBox p {
		font-size:86%;
		line-height:1.2;
		text-align:left;
	}
	header#mainhead #headContact .telBox .tel {
		/* font-size:186%; */
		font-size:125%;
		letter-spacing:1px;
		line-height:1.2;
		text-align:left;
	}
	header#mainhead #headContact .telBox .tel span {
		font-size:80%; /*62*/
	}
	header#mainhead #headContact .btn {
		width:220px;
		float:right;
	}
	header#mainhead #headContact .btn ul li {
		width:90px;
		float:left;
	}
	header#mainhead #headContact .btn ul li.pc {
		width:70px;
	}
	header#mainhead #headContact .btn.none_reserved ul li.pc {
		width:160px;
	}
	header#mainhead #headContact .btn.none_reserved ul li.aed {
		width:60px;
	}
	header#mainhead #headContact .btn ul li a {
		height:60px;
		font-size:86%;
		line-height:1.1;
		letter-spacing:1px;
		text-align:center;
		background:url(../images/common/bg_gray_a90.png);
		padding:3px 0 10px;
		display:block;
	}
	header#mainhead #headContact .btn ul li.pc a {
		background:url(../images/common/bg_black_a90.png);
	}
	header#mainhead #headContact .btn ul li a:hover {
		color:#000;
		background:url(../images/common/bg_blue_a90.png);
	}
	header#mainhead #headContact .btn ul li a i {
		font-size:200%;
		line-height:1.1;
		color:#fff;
		display:block;
		padding-bottom:3px;
	}
	header#mainhead #headContact .btn ul li a u {
		font-size:83%;
		display:block;
		color:#fff;
	}
	header#mainhead nav#gnav {
		width:100%;
		background:url(../images/common/bg_black_a90.png);
		position:absolute;
		left:0px;
		bottom:0px;
		z-index:10;
	}
	header#mainhead nav#gnav > ul {
		width:1000px;
		height:70px;
		margin:0 auto;
		overflow:visible;
	}
	header#mainhead nav#gnav > ul > li {
		width:20%;
		text-align:center;
		float:left;
		position:relative;
		overflow:visible;
	}
	header#mainhead nav#gnav > ul > li > a {
		height:70px;
		font-size:114%;
		font-weight:bold;
		line-height:1.2;
		color:#fff;
		display:block;
		padding:18px 0;
	}
	header#mainhead nav#gnav > ul > li > a small {
		font-size:75%;
		display:block;
	}
	header#mainhead nav#gnav > ul > li > a:hover {
		color:#000;
	}
	header#mainhead nav#gnav > ul > li > a:hover small {
		color:#fff !important;
	}
	header#mainhead nav#gnav > ul > li >ul {
		width:100%;
		text-align:left;
		position:absolute;
		top:70px;
		display:none;
	}
	header#mainhead nav#gnav > ul > li >ul li {
		border-bottom:1px solid #000;
	}
	header#mainhead nav#gnav ul li ul li a {
		font-size:88%;
		color:#fff;
		padding:15px;
		background:url(../images/common/bg_black_a80.png);
		display:block;
	}
	header#mainhead nav#gnav ul li ul li a:hover {
		background:url(../images/common/bg_blue_a90.png);
	}
	header#mainhead nav#gnav ul li ul li a:hover i {
		color:#000 !important;
	}
	header#mainhead #fbBtn {
		width:2em;
		height:1.1em;
		font-size:257%;
		line-height:1;
		position:absolute;
		right:15px;
		bottom:90px;
		z-index:10;
		overflow:hidden;
		zoom:1;
	}
	header#mainhead #fbBtn a {
		display:block;
		color:#4866B6;
	}
	header#mainhead #fbBtn a:hover {
		color:#fff;
	}
	.sp {
		display:none;
	}
}
@media screen and (max-width: 639px) {
	#index header#mainhead {
		height:290px;
		position:relative;
	}
	#content header#mainhead {
		height:230px;
		position:relative;
	}
	header#mainhead .innerHeader {
		width:100%;
		height:50px;
		background:url(../images/common/bg_black_a90.png);
		background-size:5px auto;
		margin:0 auto;
		position:relative;
		z-index:10;
	}
	header#mainhead .innerHeader #logo {
		width:50%;
		height:50px;
		text-align:left;
		float:left;
	}
	header#mainhead .innerHeader #logo a {
		height:30px;
		background:url(../images/common/foot_logo.png) no-repeat 5px 5px;
		background-size:76px auto;
		display:block;
	}
	header#mainhead .innerHeader #logo img {
		display:none;
	}
	header#mainhead .innerHeader #logo strong {
		font-size:64%;
		color:#fff;
		font-weight:normal;
		display:block;
		padding-left:5px;
	}
	header#mainhead #headContact {
		width:50%;
		height:50px;
		float:right;
		position:relative;
		z-index:10;
	}
	header#mainhead #headContact .btn {
		width:100%;
	}
	header#mainhead #headContact .btn.none_reserved ul li.pc {
		display:block;
	}
	header#mainhead #headContact .btn ul li {
		width:40%;
		float:left;
	}
	header#mainhead #headContact .btn ul li.menu ,
	header#mainhead #headContact .btn ul li.tel {
		width:30%;
	}
	header#mainhead #headContact .btn ul li a {
		height:50px;
		font-size:64%;
		text-align:center;
		line-height:1.2;
		background:url(../images/common/bg_black_a90.png);
		background-size:5px auto;
		padding:8px 0 10px;
		display:block;
	}
	header#mainhead #headContact .btn ul li.tel a {
		background:url(../images/common/bg_gray_a90.png);
		background-size:5px auto;
	}
	header#mainhead #headContact .btn ul li.menu span {
		height:50px;
		font-size:64%;
		text-align:center;
		line-height:1.2;
		color:#000;
		background:url(../images/common/bg_blue_a90.png);
		background-size:5px auto;
		padding:8px 0 10px;
		display:block;
	}
	header#mainhead #headContact .btn ul li.menu span i {
		font-size:200%;
		display:block;
	}
	header#mainhead #headContact .btn ul li a i {
		font-size:200%;
		color:#fff;
		display:block;
		margin-bottom:3px;
	}
	header#mainhead #headContact .btn ul li u {
		display:none;
	}
	header#mainhead nav#gnav{
		width:100%;
		position:absolute;
		top:50px;
		z-index:10;
		display:none;
	}
	header#mainhead nav#gnav > ul {
		text-align:left;
	}
	header#mainhead nav#gnav > ul > li {
		background:url(../images/common/bg_blue_a90.png);
		background-size:5px 5px;
		border-bottom:1px solid #fff;
		position:relative;
	}
	header#mainhead nav#gnav > ul > li > a {
		line-height:40px;
		letter-spacing:3px;
		font-weight:bold;
		padding:0 15px;
		display:block;
	}
	header#mainhead nav#gnav ul a small {
		font-size:71%;
		color:#fff;
		margin-left:10px;
	}
	header#mainhead nav#gnav > ul > li ul {
		font-size:86%;
		padding:10px;
		display:none;
	}
	header#mainhead nav#gnav > ul > li a.off:before {
		width:1em;
		height:40px;
		line-height:40px;
		font-family: "fontello";
		content:'\e800';
		display:block;
		position:absolute;
		right:10px;
		top:0;
	}
	header#mainhead nav#gnav > ul > li a.on:before {
		width:1em;
		height:40px;
		line-height:40px;
		font-family: "fontello";
		content:'\e804';
		display:block;
		position:absolute;
		right:10px;
		top:0;
	}
	header#mainhead nav#gnav > ul > li ul li {
		padding:5px;
	}
	header#mainhead nav#gnav > ul > li ul li a {
		text-align:left;
		line-height:36px;
		background:url(../images/common/bg_white_a90.png);
		background-size:5px 5px;
		padding-left:10px;
		border:1px solid #fff;
		display:block;
	}
	header#mainhead nav#gnav .closeBtn {
		line-height:40px;
		font-size:86%;
		text-align:center;
		color:#fff;
		background:url(../images/common/bg_gray_a90.png);
		background-size:5px 5px;
	}
	header#mainhead #fbBtn {
		width:2em;
		height:2em;
		text-align:right;
		font-size:200%;
		line-height:1;
		position:absolute;
		right:0px;
		top:55px;
		z-index:100;
		overflow:hidden;
		zoom:1;
	}
	header#mainhead #fbBtn a {
		display:block;
		color:#4866B6;
	}
	.pc {
		display:none;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#contentArea section .textBox .slideBox .slide .owl-buttons .owl-prev:before {
	width:2em;
	height:2em;
	text-align:center;
	line-height:2em;
	content: '\e817';
	position:absolute;
	left:1%;
	top:48%;
	margin-top:-1em;
	vertical-align:middle;
	z-index:1000;
	display:block;
}
#contentArea section .textBox .slideBox .slide .owl-buttons .owl-next:before {
	width:2em;
	height:2em;
	text-align:center;
	line-height:2em;
	content: '\e816';
	position:absolute;
	right:1%;
	top:48%;
	margin-top:-1em;
	z-index:1000;
	display:block;
}
#pankuzu ul li a:after {
	font-family: 'fontello';
	content:"\e811";
	display:inline-block;
	margin-left:5px;
}
@media screen and (min-width: 640px) {
	#content .coming {
		font-size:143%;
		color:#999;
		text-align:center;
		padding:30px 0 100px;
	}
	#content #error {
		text-align:center;
		padding:30px 0 100px;
	}
	#content #error b {
		font-size:143%;
		color:#999;
		display:block;
	}
	/* パンクズ */
	#pankuzu {
		border-bottom:1px solid #e5e5e5;
	}
	#pankuzu ul {
		width:1000px;
		font-size:93%;
		line-height:30px;
		text-align:left;
		padding:0 10px;
		margin:0 auto;
	}
	#pankuzu ul li {
		font-weight:bold;
		display:inline;
	}
	#pankuzu ul li a {
		font-weight:normal;
	}
	/* タイトル */
	#ttlBlock {
		font-weight:bold;
		text-align:center;
		padding:50px 0;
		border-bottom:1px solid #bfbfbf;
	}
	#ttlBlock p {
		font-size:114%;
		line-height:1.3;
	}
	#ttlBlock #ttl {
		font-size:257%;
		letter-spacing:5px;
		line-height:1.3;
	}
	#ttlBlock small {
		display:block;
	}
	/* 記事タイトル */
	#articleTtl {
		border-bottom-style:solid;
		border-bottom-width:6px;
		padding:20px 0;
		background:url(../images/common/bg_sha.png);
	}
	#articleTtl h1 {
		width:990px;
		font-size:157%;
		text-align:left;
		line-height:1.3;
		margin:0 auto;
		padding:5px 0 5px 200px;
		position:relative;
	}
	#articleTtl h1 span {
		width:180px;
		text-align:center;
		font-size:64%;
		letter-spacing:0;
		line-height:2.8;
		color:#fff;
		display:block;
		padding:0 15px;
		margin-right:15px;
		border-radius:5px;
		position:absolute;
		left:0px;
		top:0px;
	}
	#articleTtl ul {
		text-align:center;
		height:20px;
		line-height:20px;
		position:relative;
		top:-30px;
	}
	#articleTtl ul li {
		color:#fff;
		font-size:86%;
		display:inline-block;
		padding:0 10px;
		border-radius:5px;
		margin:0 5px;
	}
	#articleTtl ul li.new {
		background:#FF9900;
	}
	#articleTtl ul li.entry {
		background:#DE3500;
	}
	#articleTtl ul li.soon {
		font-weight:bold;
		background:#fff;
		line-height:18px;
		border:1px solid #DE3500;
		color:#DE3500;
	}
	#articleTtl ul li.end {
		background:#999;
	}
	/* ソーシャルボタン */
	.socialBtnBox {
		padding:15px 0;
		clear:both;
	}
	section + .socialBtnBox ,
	.innerContent + .socialBtnBox {
		padding:15px 0;
		clear:both;
		border-top:1px solid #bfbfbf;
	}
	body .socialBtnBox .wp_social_bookmarking_light {
		width:990px;
		margin:0 auto !important;
		padding-left:560px !important;
	}
	body .socialBtnBox .wp_social_bookmarking_light > div {
	}
	/* 上部コンテンツ */
	.innerContent {
		width:980px;
		padding:40px 0;
		margin:0 auto;
		overflow:hidden;
		zoom:1;
		clear:both;
	}
	/* 上部コンテンツ　テキスト */
	.innerContent > .textBox > p {
		font-size:114%;
		line-height:1.9;
		padding-bottom:15px;
	}
	/* ページコンテンツ分割 */
	#content #contentArea section {
		border-top:1px solid #E5E5E5;
		padding:30px 0 60px;
		overflow:hidden;
		zoom:1;
		clear:both;
	}
	#content #contentArea section > header {
		width:980px;
		height:70px;
		background:#F6F6F6;
		margin:0 auto 20px;
	}
	#content #contentArea section > header small {
		width:70px;
		height:70px;
		font-size:143%;
		text-align:center;
		color:#fff;
		line-height:70px;
		background:url(../images/common/bg_sub_ttl.png);
		float:left;
		display:block;
	}
	#content #contentArea section > header h1 {
		width:910px;
		font-size:171%;
		letter-spacing:4px;
		line-height:70px;
		padding-left:20px;
		float:left;
	}
	/* ページナビ */
	#contentArea #pageNav {
		width:980px;
		padding:40px 0 15px 0px;
		margin:0 auto;
	}
	#contentArea #pageNav ul {
		padding:25px 20px;
		background:#F6F6F6;
	}
	#contentArea #pageNav ul li {
		width:33%;
		padding:0 5px;
		float:left;
	}
	#contentArea #pageNav ul.btn4 li {
		width:25%;
		padding:0 5px;
		float:left;
	}
	#contentArea #pageNav ul li a {
		font-size:114%;
		line-height:1.25;
		letter-spacing:1px;
		font-weight:bold;
		display:block;
		text-align:left;
		background:#fff;
		border:1px solid #E5E5E5;
		padding:15px;
		border-radius:5px;
	}
	#contentArea #pageNav ul li a small {
		margin-right:8px;
	}
	#contentArea #pageNav ul li a i {
		float:right;
	}
	/*分割コンテンツ　テキスト*/
	#contentArea section .textBox {
		width:980px;
		padding:15px 10px;
		margin:0 auto;
	}
	#contentArea section .textBox > p {
		line-height:1.9;
		padding:0 20px 15px;
	}
	/* 画像 */
	#contentArea .textBox figure {
		text-align:center;
		padding:15px 0 40px;
		vertical-align:bottom;
	}
	#contentArea section .textBox figure ul li {
		width:480px;
		float:left;
		padding:20px;
	}
	#contentArea section .textBox figure ul li p {
		padding:10px 0;
	}
	/* スライダー */
	#contentArea section .textBox .slideBox {
		padding:0 30px;
		clear:both;
	}
	#contentArea section .textBox .slideBox .slide {
		text-align:center;
		width:440px;
		float:left;
	}
	#contentArea section .textBox .slideBox .slide .item p {
		text-align:center;
		padding-top:10px;
	}
	#contentArea section .textBox .slideBox .slide .owl-buttons {
		font-size:114%;
		font-family: 'fontello';
		color:#000;
		text-shadow:0px 0px 2px #fff;
	}
	#contentArea section .textBox .slideBox .innerBox {
		width:430px;
		float:right;
	}
	#contentArea section .textBox .slideBox .innerBox p {
		line-height:1.8;
		padding-bottom:15px;
	}
	#contentArea section .textBox .slideBox .innerBox small {
		font-size:86%;
	}
	#contentArea section .textBox .slideBox .innerBox table th ,
	#contentArea section .textBox .slideBox .innerBox table td {
		width:auto;
	}
	/* テーブル組み */
	#contentArea .textBox table {
		width:100%;
		border:3px solid #e5e5e5;
		margin:10px auto;
	}
	#contentArea .textBox > table {
		width:750px;
	}
	#contentArea .textBox table th {
		width:25%;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		background:#F2F2F2;
		border-bottom:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		padding:15px;
	}
	#contentArea .textBox table th + th {
		width:50%;
		text-align:left;
		font-weight:normal;
		background:#F8F8F8;
	}
	#contentArea .textBox table td {
		width:75%;
		text-align:left;
		border-bottom:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		padding:15px;
	}
	#contentArea .textBox table td.price {
		width:25%;
		font-weight:bold;
		text-align:right;
	}
	#contentArea .textBox table td b {
		font-size:114%;
		font-weight:bold;
	}
	#contentArea .textBox table td small {
		font-size:86%;
		line-height:1.5;
		display:block;
	}
	#contentArea .textBox table + aside {
		width:750px;
		font-size:86%;
		padding:0 10px;
		margin:0 auto;
	}
	/* コンテンツ内　中コンテンツ */
	#contentArea .textBox dl {
		padding:30px 0;
	}
	#contentArea .textBox dl dt {
		font-size:143%;
		line-height:1.4;
		font-weight:bold;
		border-left-width:10px;
		border-left-style:solid;
		margin-bottom:30px;
		position:relative;
	}
	#contentArea .textBox dl dt:before {
		width:100%;
		height:1px;
		background:#bfbfbf;
		content:" ";
		display:block;
		position:absolute;
		top:14px;
		left:0px;
	}
	#contentArea .textBox dl dt span {
		background:#fff;
		display:inline-block;
		padding:0 15px;
		position:relative;
	}
	#contentArea .textBox dl dd {
		padding:0 30px;
	}
	#contentArea .textBox dl dd p {
		line-height:2.2;
		padding-bottom:1em;
	}
	#contentArea .textBox dl dd p small {
		font-size:86%;
	}
	#contentArea .backBtn {
		text-align:center;
		padding:40px 0;
		clear:both;
	}
	#contentArea .backBtn a {
		width:320px;
		height:70px;
		line-height:70px;
		background:#EEEEEE;
		display:block;
		margin:0 auto;
	}
	.innerContent .backBtn a:hover {
		background:#ccc;
	}
}
@media screen and (max-width: 639px) {
	#content .coming {
		font-size:129%;
		color:#999;
		text-align:center;
		padding:50px 0 30px;
	}
	#content #error {
		text-align:center;
		padding:50px 0 30px;
	}
	#content #error b {
		font-size:129%;
		color:#999;
		display:block;
	}
	/* パンクズ */
	#pankuzu {
		background:#000000;
		color:#fff;
	}
	#pankuzu ul {
		width:100%;
		font-size:71%;
		line-height:30px;
		text-align:left;
		padding:0 10px;
		margin:0 auto;
	}
	#pankuzu ul li {
		font-weight:bold;
		display:inline;
	}
	#pankuzu ul li a {
		font-weight:normal;
		color:#fff;
	}
	/* タイトル */
	#ttlBlock {
		text-align:center;
		padding:20px 0 0;
	}
	#ttlBlock p {
		font-size:86%;
		line-height:1.2;
	}
	#ttlBlock #ttl {
		font-size:185%;
		font-weight:bold;
		letter-spacing:3px;
		line-height:1.4;
	}
	#ttlBlock small {
		display:block;
	}
	/* 記事タイトル */
	#articleTtl {
		border-top:1px solid #000;
		border-bottom:4px solid #000;
		background:url(../images/common/bg_sha@2.png);
		background-size:8px;
		margin-top:20px;
		padding:10px 0px 20px 0px;
	}
	#articleTtl h1 {
		font-size:129%;
		text-align:left;
		line-height:1.3;
		margin:0 auto;
		position:relative;
		padding:40px 15px 0px 15px;
	}
	#articleTtl h1 span {
		width:50%;
		text-align:center;
		font-size:70%;
		line-height:2;
		color:#000;
		display:block;
		border-radius:5px;
		margin-bottom:10px;
		position:absolute;
		top:0px;
		left:10px;
	}
	#articleTtl ul {
		width:50%;
		text-align:right;
		height:26px;
		line-height:20px;
		padding:3px 0 3px 0;
		padding-right:15px;
		float:right;
	}
	#articleTtl ul li {
		color:#fff;
		font-size:86%;
		display:inline-block;
		padding:0 5px;
		border-radius:5px;
		margin:0 1px;
	}
	#articleTtl ul li.new {
		background:#FF9900;
	}
	#articleTtl ul li.entry {
		background:#DE3500;
	}
	#articleTtl ul li.soon {
		font-weight:bold;
		background:#fff;
		line-height:18px;
		border:1px solid #DE3500;
		color:#DE3500;
	}
	#articleTtl ul li.end {
		background:#999;
	}
	/* ソーシャルボタン */
	.socialBtnBox {
		padding:20px 0 10px 0;
		clear:both;
	}
	.socialBtnBox br {
		display:none;
	}
	section + .socialBtnBox ,
	.innerContent + .socialBtnBox {
		border-top:1px solid #bfbfbf;
		padding:0px 0 10px 0 !important;
	}
	body .socialBtnBox .wp_social_bookmarking_light {
		width:240px;
		text-align:center;
		margin:0 auto !important;
	}
	.socialBtnBox .wp_social_bookmarking_light > div {
	}
	/* 上部コンテンツ */
	.innerContent {
		border-top:2px solid #000;
		padding-bottom:30px;
		overflow:hidden;
		zoom:1;
		clear:both;
	}
	/* 上部コンテンツ　テキスト */
	.innerContent > .textBox {
		padding:15px;
	}
	.innerContent > .textBox > p {
		padding-bottom:15px;
	}
	/* ページコンテンツ分割 */
	#content #contentArea section {
		padding:5px 0 30px;
		overflow:hidden;
		zoom:1;
		clear:both;
	}
	#content #contentArea section > header {
		height:50px;
		background:#F6F6F6;
		margin:0 auto 10px;
	}
	#content #contentArea section > header small {
		width:50px;
		height:50px;
		font-size:107%;
		text-align:center;
		color:#fff;
		line-height:50px;
		background:url(../images/common/bg_sub_ttl@sp.png);
		background-size:50px auto;
		float:left;
		display:block;
	}
	#content #contentArea section > header h1 {
		font-size:129%;
		letter-spacing:3px;
		line-height:50px;
		padding-left:15px;
		float:left;
	}
	/* ページナビ */
	#contentArea #pageNav {
		padding:10px 0 10px 0px;
		margin:0 10px;
	}
	#contentArea #pageNav ul {
		padding:8px 10px;
		background:#F6F6F6;
	}
	#contentArea #pageNav ul li {
		padding:2px 0;
	}
	#contentArea #pageNav ul li a {
		font-size:86%;
		line-height:20px;
		font-weight:bold;
		display:block;
		text-align:left;
		background:#fff;
		border:1px solid #E5E5E5;
		padding:10px 15px;
		border-radius:5px;
	}
	#contentArea #pageNav ul li a small {
		margin-right:8px;
	}
	#contentArea #pageNav ul li a i {
		float:right;
	}
	/*分割コンテンツ　テキスト*/
	#contentArea section > .textBox {
		padding:10px 10px;
		margin:0 auto;
	}
	#contentArea section > .textBox > p {
		line-height:1.5;
		padding:0 5px 15px;
	}
	/* 画像 */
	#contentArea .textBox figure {
		text-align:center;
		padding:10px 0px;
	}
	#contentArea .textBox figure img {
		width:100%;
		height:auto;
	}
	#contentArea section .textBox > figure ul li {
		font-size:86%;
		padding-bottom:10px;
	}
	#contentArea section .textBox > figure ul li p {
		padding:5px 0;
	}
	/* スライダー */
	#contentArea section .textBox .slideBox {
		padding:10px 0;
		clear:both;
	}
	#contentArea section .textBox .slideBox .slide {
		width:100%;
		text-align:center;
		float:left;
		clear:both;
	}
	#contentArea section .textBox .slideBox .slide img {
		max-width:100%;
		height:auto;
	}
	#contentArea section .textBox .slideBox .slide .item p {
		font-size:86%;
		text-align:center;
		padding-top:10px;
	}
	#contentArea section .textBox .slideBox .slide .owl-buttons {
		font-size:143%;
		font-family: 'fontello';
		color:#000;
		text-shadow:0px 0px 2px #fff;
	}
	#contentArea section .textBox .slideBox .innerBox {
	}
	#contentArea section .textBox .slideBox .innerBox p {
		padding-bottom:15px;
	}
	#contentArea section .textBox .slideBox .innerBox small {
		font-size:86%;
	}
	#contentArea section .textBox .slideBox .innerBox table th ,
	#contentArea section .textBox .slideBox .innerBox table td {
		width:auto;
	}
	/* テーブル組み */
	#contentArea .textBox table {
		width:100%;
		font-size:86%;
		border:3px solid #e5e5e5;
		margin:5px 0;
	}
	#contentArea .textBox table th {
		width:25%;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		background:#F2F2F2;
		border-bottom:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		padding:15px 10px;
	}
	#contentArea .textBox table td {
		width:75%;
		text-align:left;
		border-bottom:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		padding:15px 10px;
	}
	#contentArea .textBox table td b {
		font-size:117%;
		font-weight:bold;
	}
	#contentArea .textBox table td small {
		font-size:86%;
		line-height:1.5;
		display:block;
	}
	#contentArea .textBox table + aside {
		font-size:71%;
		padding:0 5px;
		margin:0 auto;
	}
	/* コンテンツ内　中コンテンツ */
	#contentArea .textBox dl {
		padding:15px 0;
	}
	#contentArea .textBox dl dt {
		font-size:129%;
		line-height:1.4;
		font-weight:bold;
		border-left-width:8px;
		border-left-style:solid;
		margin-bottom:20px;
		position:relative;
	}
	#contentArea .textBox dl dt:before {
		width:100%;
		height:1px;
		background:#bfbfbf;
		content:" ";
		display:block;
		position:absolute;
		top:12px;
		left:0px;
	}
	#contentArea .textBox dl dt span {
		background:#fff;
		display:inline-block;
		padding:0 10px;
		position:relative;
	}
	#contentArea .textBox dl dd {
		padding:0 5px;
	}
	#contentArea .textBox dl dd p {
		line-height:1.8;
		padding-bottom:1em;
	}
	#contentArea .textBox dl dd p small {
		font-size:86%;
	}
	#contentArea .backBtn {
		text-align:center;
		padding:10px 0;
		clear:both;
	}
	#contentArea .backBtn a {
		width:280px;
		height:60px;
		line-height:60px;
		background:#EEEEEE;
		display:block;
		margin:0 auto;
	}
	.innerContent .backBtn a:hover {
		background:#ccc;
	}
}

/* --------------------------------------
		104 footer
-------------------------------------- */

@media screen and (min-width: 640px) {
	footer#footer {
		width:100%;
		color:#fff;
		background:#1B1B1B;
		text-align:center;
	}
	footer#footer a {
		color:#fff;
	}
	footer#footer .inner {
		width:990px;
		margin:0 auto;
		padding:30px 0 30px;
		border-bottom:1px solid #000;
		overflow:hidden;
		zoom:1;
	}
	footer#footer .inner .infoBox {
		width:300px;
		text-align:left;
		padding:5px 30px 0;
		float:left;
	}
	footer#footer .inner .infoBox .logo {
		padding-bottom:30px;
	}
	footer#footer .inner .infoBox p {
		font-size:93%;
		padding-bottom:5px;
	}
	footer#footer .inner .infoBox .tel {
		font-size:171%;
		padding-bottom:10px;
	}
	footer#footer .inner .infoBox .tel span {
		font-size:67%;
	}
	footer#footer .inner .infoBox .btn a {
		font-size:93%;
		line-height:40px;
		text-align:center;
		border:1px solid #fff;
		display:block;
		margin-top:5px;
	}
	footer#footer .inner .infoBox .btn a i {
		font-size:185%;
	}
	footer#footer .inner #gmap {
		width:350px;
		height:280px;
		float:left;
	}
	footer#footer .inner #gmapgmap {
		width:350px;
		height:280px;
		float:left;
	}
	footer#footer .inner #scheduleBox {
		width:320px;
		height:280px;
		float:left;
		margin-left:10px;
	}
	footer#footer nav {
		width:990px;
		font-size:93%;
		border-top:1px solid #272727;
		clear:both;
		margin:0 auto;
		padding:20px 0;
		overflow:hidden;
		zoom:1;
	}
	footer#footer nav > ul {
		width:33%;
		float:left;
	}
	footer#footer nav > ul > li {
		text-align:left;
		padding:8px 0;
	}
	footer#footer nav > ul > li > ul{
		font-size:92%;
		text-align:left;
		padding-left:1.5em;
	}
	footer#footer nav > ul > li > ul li {
			padding:4px 0;
	}
	footer#footer nav > ul > li > ul i {
		color:#999;
	}
	footer small {
		font-size:86%;
		line-height:60px;
		letter-spacing:4px;
		text-align:center;
		color:#fff;
		background:#000000;
		display:block;
	}
	
}
@media screen and (max-width: 639px) {
	footer#footer {
		width:100%;
		color:#fff;
		background:#1B1B1B;
		text-align:center;
	}
	footer#footer a {
		color:#fff;
	}
	footer#footer .inner {
		padding:15px 0 0px;
		overflow:hidden;
		zoom:1;
	}
	footer#footer .inner .infoBox {
		text-align:left;
	}
	footer#footer .inner .infoBox .logo {
		float:left;
		padding:0 10px;
	}
	footer#footer .inner .infoBox .logo img {
		width:76px;
		height:auto;
	}
	footer#footer .inner .infoBox p {
		font-size:86%;
		line-height:1.2;
		padding-left:10px;
		display:inline-block;
	}
	footer#footer .inner .infoBox .tel {
		font-size:171%;
		line-height:40px;
		text-align:center;
		margin:15px 10px 5px 10px;
		border:1px solid #fff;
	}
	footer#footer .tel span {
		font-size:67%;
	}
	footer#footer .inner .infoBox .btn {
		padding-bottom:15px;
	}
	footer#footer .inner .infoBox .btn a {
		line-height:40px;
		text-align:center;
		border:1px solid #fff;
		margin:5px 10px;
		display:block;
		vertical-align:middle;
	}
	footer#footer .inner .infoBox .btn a i {
		font-size:117%;
	}
	footer#footer .fixArea {
		width:100%;
		position:fixed;
		bottom:0;
		left:0px;
		background:url(../images/common/bg_blue_a90.png);
		display:none;
		z-index:1000;
	}
	footer#footer .fixArea.on {
		display:block;
	}
	footer#footer .fixArea .tel a {
		font-size:171%;
		line-height:40px;
		color:#000;
	}
	footer#footer .fixArea .btn {
		font-size:86%;
	}
	footer#footer .fixArea .btn a {
		width:50%;
		line-height:40px;
		background:#000;
		float:left;
		display:block;
		vertical-align:middle;
	}
	footer#footer .fixArea.only .btn a {
		width:100%;
	}
	footer#footer .fixArea .btn a:nth-of-type(1) {
		background:#444;
	}
	footer#footer .inner #gmap {
		width:100%;
		height:200px;
	}
	footer#footer .inner #gmapgmap {
		width:100%;
		height:200px;
	}
	footer#footer .inner #scheduleBox {
		width:100%;
		height:300px;
		padding:10px;
	}
	footer#footer .inner #scheduleBox iframe {
		width:100%;
	}
	footer#footer nav {
		clear:both;
		margin:0 auto;
		overflow:hidden;
		zoom:1;
	}
	footer#footer nav > ul {
	}
	footer#footer nav > ul > li {
		text-align:left;
		border-bottom:1px solid #000;
		border-top:1px solid #272727;
	}
	footer#footer nav > ul > li a {
		line-height:40px;
		padding:8px 10px;
		display:block;
	}
	footer#footer nav > ul > li a.off i:before {
		content:'\e800';
	}
	footer#footer nav > ul > li a.on i:before {
		content:'\e804';
	}
	footer#footer nav > ul > li > ul{
		font-size:86%;
		text-align:left;
		padding:8px 10px;
		display:none;
	}
	footer#footer nav > ul > li > ul li {
		padding:4px;
	}
	footer#footer nav > ul > li > ul li a {
		line-height:35px;
		border:1px solid #eee;
		padding:0 10px;
	}
	footer#footer nav > ul > li > ul i {
		color:#999;
	}
	footer small {
		font-size:64%;
		line-height:30px;
		letter-spacing:2px;
		text-align:center;
		background:#000000;
		color:#fff;
		display:block;
	}
}

/* --------------------------------------
		105 other
-------------------------------------- */
#pgTop a {
	text-align:center;
	display:block;
	border-top:1px solid #000;
	clear:both;
}
@media screen and (min-width: 640px) {
	#pgTop a {
		width:50px;
		height:50px;
		font-size:86%;
		color:#fff;
		line-height:1;
		padding:5px 0 6px 0;
		background:url(../images/common/bg_black_a80.png);
		display:block;
		position:fixed;
		bottom:300px;
		right:0px;
	}
	#pgTop a i {
		display:block;
	}
	#pgTop a:hover {
		color:#fff;
		background:#000;
	}
}
@media screen and (max-width: 639px) {
	#pgTop a {
		line-height:30px;
	}
	#pgTop a br {
		display:none;
	}
}

/* ----------------------------
	105-01.wp-pagenavi
----------------------------- */

@media screen and (min-width: 640px) {
	#content .wp-pagenavi {
		text-align:center;
		font-family: 'Noto Serif', serif;
		font-style:italic;
		letter-spacing:0;
		clear:both;
		padding-top:25px;
	}
	
	#content .wp-pagenavi a {
		width:34px;
		line-height:32px;
		text-align:center;
		border:1px solid #e5e5e5;
		display:inline-block;
		margin:0 2px;
	}
	
	#content .wp-pagenavi a:hover {
		background:#999;
	}
	
	#content .wp-pagenavi span.current {
		width:34px;
		line-height:32px;
		background:#e5e5e5;
		border:1px solid #e5e5e5;
		display:inline-block;
		margin:0 2px;
	}
	
	#content .wp-pagenavi a.previouspostslink {
		width:34px;
		line-height:32px;
	}
	
	#content .wp-pagenavi a.nextpostslink {
		width:34px;
		line-height:32px;
	}
}
@media screen and (max-width: 639px) {
	#content .wp-pagenavi {
		text-align:center;
		font-family: 'Noto Serif', serif;
		font-style:italic;
		letter-spacing:0;
		clear:both;
		padding:15px 10px;
	}
	
	#content .wp-pagenavi a {
		width:34px;
		line-height:32px;
		text-align:center;
		border:1px solid #e5e5e5;
		display:inline-block;
		margin:0 2px;
	}
	
	#content .wp-pagenavi a:hover {
		background:#999;
	}
	
	#content .wp-pagenavi span.current {
		width:34px;
		line-height:32px;
		background:#e5e5e5;
		border:1px solid #e5e5e5;
		display:inline-block;
		margin:0 2px;
	}
	
	#content .wp-pagenavi a.previouspostslink {
		width:34px;
		line-height:32px;
	}
	
	#content .wp-pagenavi a.nextpostslink {
		width:34px;
		line-height:32px;
	}
}

