@charset "utf-8";
/*
Theme Name: ishiguro_2026_2
Description: responsive type
Version: 1.0
Author: Reboot
Author URI: http://www.u-reboot.com/
Tags: simple,responsive,green

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}


td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

nav ul,
#sidebar ul,
#footer ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

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

td {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font: 100%/1.5 "ＭＳ Ｐゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #252525;
	-webkit-text-size-adjust: none;
}


* {
	letter-spacing: 0
}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #175dbe;
}

a:hover,
a:active {
	transition: opacity 1s;
	outline: none;
	text-decoration: underline;
}

a:hover img {
	opacity: .8;
}

nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after,
#footer:after {
	content: "";
	display: table;
	clear: both;
}

nav .panel,
nav#mainNav,
.newsTitle,
.bg,
.post,
#footer {
	zoom: 1;
}


/* フォーム
------------------------------------------------------------*/
input[type="text"],
textarea,
input[type="email"],
input[type="confirm_email"],
input[type="tel"] {
	vertical-align: middle;
	max-width: 90%;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	margin: 1% auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 100%;
	color: #555;
	background-color: #fcfcfc;
}

textarea {
	height: auto;
	line-height: 1.5;
	width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	padding: 3px 10px;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
	background-color: #0057c6;
	-webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}

*:first-child+html input[type="submit"] {
	padding: 3px;
}

.wpcf7 .wpcf7c-elm-step1,
.wpcf7 .wpcf7c-elm-step2 {
	/* ボタン */
	padding: 3px 10px 3px 20px;
	letter-spacing: 10px;
	cursor: pointer;
}

.wpcf7 .wpcf7-confirm,
.wpcf7 .wpcf7-submit {
	/* ボタン確認、ボタン送信 */
	background-color: #0057c6;
	color: #fff;
}

.wpcf7 .wpcf7-back {
	/* ボタン修正 */
	background-color: silver;
	border-color: silver;
	color: #fff;
	margin-right: 3px;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors {
	/* エラー */
	color: red !important;
	font-weight: bold;
}

.wpcf7 .wpcf7-mail-sent-ok {
	/* 送信完了 */
	font-weight: bold;
}

.wpcf7 .wpcf7c-conf {
	/* 確認画面の背景色 */
	border: solid 1px #ddd;
	background-color: #fff;
}

.wpcf7 p.wpcf7c-elm-step2 {
	letter-spacing: 0;
	padding: 2%;
	border: 2px solid #ffbf8d;
	margin-bottom: 5%;
}


.wpcf7 th small,
.notice {
	color: #e31239;
	font-size: 0.9em;
}



/* レイアウト
------------------------------------------------------------*/
#wrapper,
.inner {
	margin: 0 auto;
	width: 960px;
}

.postWrap {
	margin: 0 0 15% 0;
}

article.archive span {
	padding-left: 10px;
}

/* ヘッダー
*****************************************************/


/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	clear: both;
	display: block;
	margin: 3% auto 2%;
	width: 960px;
}

#mainImg img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#mainImg a:hover img {
	opacity: .9;
}

#frontPage #service div.serviceSelect div.inner {
	background: none;
	border: none;
	text-align: center;
	margin: 0;
}

/* タイポグラフィ
*****************************************************/

h2.title {
	color: #002555;
	font-size: 200%;
	font-weight: bold;
	border-left: 8px solid #0057c6;
	padding: 1% 1% .5%;
}

header.pageTitle {
	border-bottom: 1px solid #e0e6ee;
	padding-bottom: 1%;
}

h2.first {
	margin-top: 0;
}

.dateLabel {
	margin: 1% 0;
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p {
	padding-bottom: 15px;
}

.post ul,
.post ol {
	margin: 1% 0 2% 3%;
}

.post ul li,
.post ol li {
	margin: 0 0 0 3%;
}

.post h1.first,
.post h2.first,
.post h3.first,
.post h4.first,
.post h5.first,
.post h6.first {
	margin-top: 0;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 2em 0 1em;
	padding: 1%;
	clear: both;
}

.post h1 {
	padding: 2% 1%;
	font-size: 180%;
	font-weight: bold;
	color: #0057c6;
	border-top: 6px solid #0057c6;
	border-bottom: 1px solid #e0e6ee;

}

.post h2 {
	padding: 1.5% 1%;
	font-size: 150%;
	font-weight: bold;
	border-radius: 2px;
	background: #0057c6;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.post h2.style-1 {
	background: none;
	color: #0057c6;
	font-size: 135%;
	border-radius: none;
	box-shadow: none;
	border-bottom: 3px solid #0057c6;
}

.post h2.style-1.mb0 {
	margin-bottom: 0;
}

.post h2.style-2 {
	background: #1f2c5c;
	color: #fff;
	font-size: 135%;
	border-radius: none;
	box-shadow: none;
	text-align: center;
}

.post section {
	margin-top: 10%;
}

.post h2.points {
	font-size: 200%;
	padding-bottom: 2%;
	padding-left: 2%;
}

.post h2.points span {
	font-size: 60%;
	color: #0057c6;
	background-color: #fff;
	padding: .5%;
	margin-right: 3%;
}

.post h3 {
	padding: 1%;
	font-size: 140%;
	font-weight: bold;
	color: #0057c6;
	border: 2px dashed #0057c6;
}

.post .estimate h3 {
	border-left: 3px solid #0057c6;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: #f5f8fd;
	color: #002555;
	font-size: 120%;
	padding: 2%;
}

.post h4 {
	padding: 0 1%;
	font-size: 130%;
	color: #0057c6;
	border-bottom: 3px solid #0057c6;
}


.post h5 {
	padding: 0 1%;
	font-size: 120%;
	color: #0057c6;
	border-bottom: double #0057c6;
}

.post h6 {
	padding: 0 1%;
	font-size: 105%;
	color: #0057c6;
	border-bottom: 1px solid #0057c6;
}

.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 10px solid #e0e6ee;
}

.post blockquote p {
	padding: 5px 0;
}

.post p.button-1 a {
	background-color: #0057c6;
	color: #fff;
	padding: .75rem;
}

.post p.button-1.pdf a:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(images/icon-pdf.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: .5rem;
}

.post p.button-1 a:hover {
	background: #1f2c5c;
	text-decoration: none;
}


.post table {
	border: 1px #ddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}

.post table th {
	padding: 7px 10px 7px 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	color: #333;
	background: #f8f8f8;
	text-align: center;
}

.post table td {
	padding: 7px 5px;
	border: 1px #ddd solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

.post dl {
	border-bottom: 1px dotted #e0e6ee;
}


.post dt {
	color: #002555;
	background-color: #f5f8fd;
}

.post dt,
.post dd {
	padding: 1%;
	border-top: 1px solid #e0e6ee;
}

.post strong {
	font-weight: bold;
	color: #0057c6;
	font-size: 120%;
}

.post em {
	font-style: oblique;
	font-weight: bolder;
}

.post b {
	color: #000;
	font-size: 120%;
}

.post sup {
	vertical-align: super;
	font-size: 50%;
}

.post sub {
	vertical-align: sub;
	font-size: 50%;
}

.post small {
	font-size: 75%;
}

time {
	font-style: italic;
	font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post img {
	max-width: 100%;
	height: auto !important;
	width: auto;
}

.post .youTube {
	position: relative;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

.post .youTube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

ul.thumb a:hover img,
.post a:hover img {
	opacity: .8;
}

a img.aligncenter,
img.aligncenter {
	display: block;
	margin: 2% auto;
}


img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: block;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: block;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption,
.wp-caption img {
	display: block;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.mt30 {
	margin-top: 30px;
}


/* 右サイドバー設置設定
*****************************************************/

@media only screen and (max-width:959px) {
	article.content,
	#archiveWrap {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

/* フッター　ウィジェット
*****************************************************/

#searchform input[type="text"] {
	line-height: 1.7;
	height: 24px;
	width: 100px;
	vertical-align: bottom;
}

/* お知らせ　
-------------*/
.newsTitle {
	clear: both;
	margin: 0;
	padding: 5px 0;
	font-size: 100%;
}

.newsTitle h2.title {
	color: #002555;
	font-size: 130%;
	font-weight: bold;
	border-top: 1px solid #e0e6ee;
	border-left: 1px solid #e0e6ee;
	border-right: 1px solid #e0e6ee;
	border-bottom: 4px solid #0057c6;
	padding: 1% 1% .5%;

}

.newsTitle span.list {
	float: right;
	padding: 0 0 0 10px;
	font-size: 70%;
	background: url(images/arrow.png) no-repeat 0 50%;
}

.news p {
	clear: both;
	padding: 1%;
	border-bottom: 1px solid #ddd;
}

.news p time {
	color: #333;
	font-style: italic;
	font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span {
	color: #0057c6;
	font: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.news span {
	padding-left: 10px;
}

.news p a:hover {
	text-decoration: none;
}

.news p a:hover span {
	text-decoration: underline;
}


/* page navigation
------------------------------------------------------------*/
.pagenav {
	clear: both;
	padding: 2% 0;
	text-align: center;
	margin-bottom: 3%;
}

.prev a,
.next a {
	color: #fff;
	background-color: #0057c6;
	padding: 1%;
}

.prev a:hover,
.next a:hover {
	background-color: #669add;
	text-decoration: none;
}



/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap {
	width: 990px;
	margin: 20px -35px 0 0;
}

.thumbWrap li {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 2px 0 0;
	background: none;
	list-style: none;
}

.thumbWrap li img {
	display: block;
	margin: 0 auto 5%;
}

/* 最新記事リンク */
ul.thumb h3 {
	margin-top: 10px;
	padding: 3px;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	border: 1px solid #333;
	background-color: #fff;
}

ul.thumb h3 span {
	display: block;
	padding: 5px 3px;
	background-color: #333;
}

ul.thumb h3 a {
	color: #fff;
}

ul.thumb h3 a:hover {
	text-decoration: none;
}

ul.thumb h3:hover span {
	background: #666;
}

/* トップページ　おすすめサービスボタン整列
------------------------------------------------------------*/
#recoList {
	clear: both;
	padding: 2% 0;
	margin: 2% auto 0;
	background: #f5f8fd;
}

#recoList h2 {
	text-align: center;
	margin-bottom: 1%;
}

#recoList li {
	float: left;
	margin: 0 0 0 8px;
	list-style: none;
}

#recoList li.first {
	margin: 0;
}

#recoList a:hover img {
	opacity: .6;
}


@media only screen and (max-width: 600px) {
	#recoList li {
		float: none;
		margin: 0;
	}

	#recoList img {
		display: block;
		margin: 0 auto 2px;
		max-width: 100%;
		height: auto;
	}
}

/* トップページ　サービス
------------------------------------------------------------*/
#service article {
	margin-bottom: 6%;
}

#service h2 {
	text-align: center;
	margin-bottom: 1%;
	clear: both;
}

#service .serviceList {
	border-left: 1px solid #e0e6ee;
	border-top: 1px solid #e0e6ee;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	width: 471px;
}

#service .serviceList th,
#service .serviceList td {
	border-right: 1px solid #e0e6ee;
	border-bottom: 1px solid #e0e6ee;
	vertical-align: top;
}

#service .serviceList th {
	width: 240px;
}

#service .serviceList td {
	padding: 1%;
}

#service .serviceList img {
	width: 240px;
	display: block;
}

#service .serviceList h3 {
	color: #0057c6;
	font-size: 120%;
	font-weight: bold;
	background: url(images/listmark.png) no-repeat 0 50%;
	padding-left: 20px;
}


@media only screen and (max-width: 959px) {
	#service p img {
		max-width: 100%;
		height: auto;
	}

	#service .serviceList {
		margin-bottom: 1%;
		float: none;
		width: 99%;
		max-width: 100%;
		height: auto;
	}

	#service h2 img {
		max-width: 100%;
		height: auto;
	}

}

@media only screen and (max-width: 600px) {
	#service .serviceList th {
		width: 100%;
		display: block;
	}

	#service .serviceList td {
		border-right: 1px solid #e0e6ee;
		width: 98%;
		display: block;
	}

	#service .serviceList img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

}

#frontPage p.bn_recruit {
	margin: 3em auto;
}

#frontPage p.bn_recruit img {
	max-width: 100%;
	height: auto;
}

/* トップページ　会社案内ボタン整列
------------------------------------------------------------*/
ul.aboutusList {
	clear: both;
	margin: 6% auto;
}

ul.aboutusList li {
	float: left;
	margin: 0 0 0 8px;
	list-style: none;
}

ul.aboutusList li.first {
	margin: 0;
}

ul.aboutusList a:hover img {
	opacity: .6;
}


@media only screen and (max-width: 480px) {
	ul.aboutusList li {
		float: none;
	}

	ul.aboutusList img {
		display: block;
		margin: 0 auto 2px;
		max-width: 100%;
		height: auto;
	}
}

/* 商品リスト
------------------------------------------------------------*/
table.itemList {
	border-left: 1px solid #e0e6ee;
	border-top: 1px solid #e0e6ee;
	width: 100%;
}

table.itemList th,
table.itemList td {
	border-right: 1px solid #e0e6ee;
	border-bottom: 1px solid #e0e6ee;
	vertical-align: top;
}

table.itemList th {
	width: 200px;
	background-color: #fff;
	vertical-align: center;
}

table.itemList td {
	padding: 1%;
}

table.itemList img {
	width: 200px;
	display: block;
}

table.itemList h3 {
	color: #0057c6;
	font-size: 120%;
	font-weight: bold;
	background: url(images/listmark.png) no-repeat 0 50%;
	padding-left: 20px;
	border: none;
}


@media only screen and (max-width: 959px) {

	table.itemList {
		margin-bottom: 1%;
		float: none;
		max-width: 100%;
		height: auto;
	}


}

/* 電解水　守る水
------------------------------------------------------------*/
div.box-2 {
	border: 1px solid #e0e6ee;
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 2%;
}

div.box-2 p {
	margin: 1rem .5rem 1rem 1rem;
}

div.box-2 img.alignleft {
	margin-right: 1.5rem;
}

div.flexbox-3 {
	display: flex;
	flex-wrap: wrap;
}

div.flexbox-3 .item {
	flex-basis: 32%;
	margin: 1rem .25rem;
}

div.flexbox-3 .item img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 759px) {
	div.flexbox-3 .item {
		flex-basis: 44%;
		margin: 1rem;
	}
}

@media only screen and (max-width: 599px) {
	div.flexbox-3 .item {
		flex-basis: 100%;
		margin: 1rem 0;
	}
}

table.waterLineup {
	width: 100%;
	border-left: 1px solid #e0e6ee;
	border-top: 1px solid #e0e6ee;
}

table.waterLineup th {
	width: 35%;
	vertical-align: middle;
	background-color: #fff;
	border-right: 1px solid #e0e6ee;
	border-bottom: 1px solid #e0e6ee;
}

table.waterLineup td {
	vertical-align: middle;
	border-right: 1px solid #e0e6ee;
	border-bottom: 1px solid #e0e6ee;
	padding: 1rem;
}


table.waterLineup td .model {
	font-weight: bold;
	font-size: 1.2rem;
	color: #0057c6;
}

@media all and (max-width: 767px) {
	table.waterLineup {
		border-left: none;
		border-right: none;
		border-bottom: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	table.waterLineup th,
	table.waterLineup td {
		display: block;
		width: 90%;
		border-left: 1px solid #e0e6ee;
		border-right: 1px solid #e0e6ee;
		padding: 5%;
	}

}

/* Sombrilla ソンブリラ
------------------------------------------------------------*/
div.box {
	border: 1px solid #e0e6ee;
	background-color: #f5f8fd;
	padding: 1.5% 2% .5%;
	margin-bottom: 2%;
}

/* Sombrilla ソンブリラ
------------------------------------------------------------*/
div.box {
	border: 1px solid #e0e6ee;
	background-color: #f5f8fd;
	padding: 1.5% 2% .5%;
	margin-bottom: 2%;
}

div.box h5.feature {
	border-bottom: none;
	background: url(images/feature_list.png) no-repeat 0 0;
	margin-top: 1%;
	margin-bottom: 2%;
	font-weight: bold;
	padding-left: 30px;
}

/* 店舗紹介　店舗情報
------------------------------------------------------------*/
h2.shopInfo {
	clear: both;
	margin-top: 10%;
}

div.shopInfo {
	clear: both;
	margin-bottom: 6%;
}

.shopInfo img {
	border: 1px solid #ddd;
}

.shopInfo dl {
	border-bottom: 1px dotted #ddd;
}

.shopInfo dt {
	font-weight: bold;
	float: left;
	width: 20%;
	text-align: center;
	background-color: #fff;
}

.shopInfo dt,
.shopInfo dd {
	padding: 1%;
	border-top: 1px dotted #ddd;
}

@media only screen and (max-width: 330px) {
	.shopInfo img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media print,
screen and (min-width: 800px) {
	nav#mainNav {
		clear: both;
		position: relative;
		z-index: 200;
		border-top: solid 1px #e0e6ee;
		border-bottom: solid 3px #e0e6ee;
	}


	nav#mainNav ul li {
		float: left;
		position: relative;
		border-right: 1px solid #e0e6ee;
		width: 158px;
	}

	nav#mainNav ul li.first {
		width: 157px;
	}

	nav#mainNav ul li:first-child {
		border-left: 1px solid #e0e6ee;
	}

	nav#mainNav ul li a {
		display: block;
		text-align: center;
		_float: left;
		color: #002555;
		height: 30px;
		line-height: 30px;
		padding: 20px 2% 5px;
		background: none;
	}

	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-item a {
		color: #000;
	}

	nav#mainNav ul li a span,
	nav#mainNav ul li a strong {
		display: block;
		font-size: 90%;
		line-height: 1.4;
	}

	nav#mainNav ul li a span {
		font-size: 70%;
	}

	nav div.panel {
		display: block !important;
		float: left;
	}

	a#menu {
		display: none;
	}

	nav#mainNav ul li.current-menu-item,
	nav#mainNav ul li:hover,
	nav#mainNav ul li.current-menu-parent {
		background: url(images/bg.png) 0 0 repeat;
	}

	nav#mainNav ul ul {
		width: 160px;
	}

	nav#mainNav ul li ul {
		display: none;
	}

	nav#mainNav ul li:hover ul {
		display: block;
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 500;
		border-top: 1px solid #e0e6ee;
		width: 100%;
	}

	nav#mainNav ul li:hover ul ul {
		top: 40px;
	}

	nav#mainNav ul li li {
		padding: 0 0 0 10px;
		margin: 0;
		float: none;
		height: 40px;
		line-height: 40px;
		width: 300px;
		border: 0;
		background: url(images/bg.png) repeat 0 0;
		border-top: 1px solid #e0e6ee;
		border-left: 1px solid #e0e6ee;
		border-right: 1px solid #e0e6ee;
	}

	nav#mainNav ul li li:last-child {
		border-bottom: 1px solid #e0e6ee;
	}

	nav#mainNav ul li li li {
		margin-left: 50px;
		width: 250px;
	}

	nav#mainNav ul li li a {
		width: 100%;
		height: 40px;
		padding: 0;
		line-height: 40px;
		font-size: 95%;
		text-align: left;
	}

	nav#mainNav ul li li li a {
		width: 100%;
		height: 40px;
		padding: 0;
		line-height: 40px;
		font-size: 95%;
		text-align: left;
	}

	nav#mainNav ul li li.current-menu-item a {
		font-weight: bold;
	}

	nav#mainNav ul li li:hover {
		background: #f5f8fd;
	}

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	#wrapper,
	.inner {
		max-width: 100%;
	}

	nav#mainNav ul li,
	nav#mainNav ul li.first {
		width: 16.4%;
	}

	nav#mainNav ul,
	.thumbWrap {
		margin: 0 auto;
	}

	nav#mainNav ul ul {
		padding: 0;
	}

	nav div.panel {
		float: none;
	}

	#mainImg {
		max-width: 100%;
		height: auto;
	}
	.thumbWrap {
		width: 100%;
		margin: 0 auto;
	}

	.thumbWrap ul.thumb li {
		width: 30%;
		float: left;
		margin: 0 1% 0 2%;
	}

	.thumbWrap img {
		width: 100%;
		height: auto;
	}

	#footerWrapper {
		width: 95%;
		margin: 0 auto;
	}

	#calendar_wrap table {
		margin: 0 auto;
		width: 300px;
	}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
	nav#mainNav {
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #e0e6ee;
		border: 1px solid #e0e6ee;
	}

	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		text-align: left;
		color: #333;
		border-bottom: 1px solid #fff;
		background: url(images/menuOpen.png) no-repeat 10px 12px;
	}

	nav#mainNav a#menu span {
		padding-left: 35px;
	}

	nav#mainNav a.menuOpen {
		color: #333;
		background: url(images/menuOpen.png) no-repeat 10px -30px;
	}

	nav#mainNav a#menu:hover {
		cursor: pointer;
	}

	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
	}

	nav#mainNav ul {
		margin: 0;
		padding: 0;
	}

	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
		background-color: #f8f8f8;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
		display: block;
		color: #333;
		padding: 15px 10px;
		text-align: left;
		border-bottom: 1px solid #fff;
	}

	nav#mainNav ul li a span {
		display: none;
	}

	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:active,
	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-item li a:active {
		background: #fff;
	}

	nav#mainNav ul li li {
		float: left;
		border: 0;
	}

	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li li.current-menu-item a {
		padding-left: 40px;
		background: url(images/sub1.png) no-repeat 30px 50%;
	}

	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover {
		background: #fff url(images/sub1.png) no-repeat 30px 50%;
	}

	nav#mainNav ul li li:last-child a {
		background: url(images/subLast.png) no-repeat 30px 50%;
	}

	nav#mainNav ul li li:last-child.current-menu-item a,
	nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background: #fff url(images/subLast.png) no-repeat 30px 50%;
	}

	nav div.panel {
		float: none;
	}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
	.thumbWrap ul.thumb li {
		width: 96%;
		float: none;
		margin: 2% 2% 5%;
	}
}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px) {
	#calendar_wrap table {
		width: 100%;
	}

}

/* Clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
}

.clearfix {
	zoom: 100%;
}

.clearfix {
	_zoom: 1;
	overflow: hidden;
}

/* ギャラリー　スライドショーウィンドウ設定
------------------------------------------------------------*/
#content .slideshow-window {
	background-color: #fff;
	border: none;
}

.breadcrumbs {
	padding: 1%;
	background-color: #f5f8fd;
	margin-bottom: 1%;
}


/* NEW アイコン表示
------------------------------------------------------------*/
.newIcon {
	padding: 0 .5%;
	background: #e70033;
	color: #fff;
	font-size: 80%;
	margin-left: 1%;
	line-height: 0.7em;
	animation: blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}