@charset "utf-8";
/*
Theme Name: responsive_042
Theme URI: http://c-tpl.com/
Description: responsive_042
Version: 1.1
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.1
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =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, td {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;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
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: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#fff;
}


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

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
color:#E91E63;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .topNewsTitle:after, .bg:after,.post:after,header:after,footer:after,div.col3:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.topNewsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/

input, textarea {
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

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

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"],.button a{
   
padding:5px 10px;
background: #4CAF50;
background: -moz-linear-gradient(top, #4CAF50 0%, #388E3C 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4CAF50), color-stop(100%,#388E3C));
background: -webkit-linear-gradient(top, #4CAF50 0%,#388E3C 100%);
background: -o-linear-gradient(top, #4CAF50 0%,#388E3C 100%);
background: linear-gradient(to bottom, #4CAF50 0%,#388E3C 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAF50', endColorstr='#388E3C',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button a:hover{
background: #4CAF50;
background: -moz-linear-gradient(top, #388E3C 0%, #4CAF50 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#388E3C), color-stop(100%,#4CAF50));
background: -webkit-linear-gradient(top, #388E3C 0%,#4CAF50 100%);
background: -o-linear-gradient(top, #388E3C 0%,#4CAF50 100%);
background: linear-gradient(to bottom, #388E3C 0%,#4CAF50 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388E3C', endColorstr='#4CAF50',GradientType=0 );
cursor:pointer;
}

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

.w100_btn{
    display:inline-block;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:140%;
    background: #4CAF50;
    background: -moz-linear-gradient(top, #4CAF50 0%, #388E3C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4CAF50), color-stop(100%,#388E3C));
    background: -webkit-linear-gradient(top, #4CAF50 0%,#388E3C 100%);
    background: -o-linear-gradient(top, #4CAF50 0%,#388E3C 100%);
    background: linear-gradient(to bottom, #4CAF50 0%,#388E3C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAF50', endColorstr='#388E3C',GradientType=0 );
    border:0;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding: 0 !important;

}
.w100_btn a{
     display:block;
    width:100%;
    color:#fff !important;
    padding:5px 10px;
}
.w100_btn a:hover{
    text-decoration: none !important;
}

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

#header{
/*overflow:hidden;*/
background:#fff;
}

#content{
padding:0;
margin:0 0 70px;
}

#sidebar{
}

/* ヘッダー
*****************************************************/
#header .bg {
	margin-bottom: 20px;
	background: #ddd;
}


/* サイト説明文 + 住所
----------------------------------*/
#header .bg .inner h1, #header .bg .inner p{
float:left;
padding:3px 0;
font-size:82%;
font-weight:normal;
}

#header .bg .inner p {
float: right;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:17px 0 10px 10px;
color: #515151;
font-size:160%;
font-weight:bold;
line-height:1;
width: 210px;
}
#header h2 img {
width:300px;
}

/* ロゴ右スペース
----------------------------------*/
#header .headerRight {
float:right;
text-align: right;
padding:0 0 6px 0;
}
#header .headerRight .headerPhone {
margin-top: 12px;
font-size: 120%;
line-height:1;
color: #E91E63;
font-weight: 700;
}
#header .headerRight .headerPhone span {
font-size: 130%;
}

/* サブナビゲーション
----------------------------------*/

#header .headerRight ul li{
display:inline;
margin-left:10px;
}

#header .headerRight ul li a{
padding-left:10px;
background:url(images/arrowSub.png) no-repeat 0 5px;
}

#header .headerRight ul li a:hover{
background-position:0 -10px;
}


/* トップページ　メイン画像
----------------------------------*/
.mainImg,.mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}
.mainImgSp{
display:none;
}
#mainImg,#mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}
#mainImgSp{
display:none;
}
.easingsliderlite,.easingsliderlite div,.easingsliderlite a,.easingsliderlite img {
margin:0 auto!important;
}
.easingsliderlite-shadow, .easingsliderlite-shadow img {
margin:0 auto!important;
}

#content .post {
margin:0 auto 20px;
padding:30px 0 10px;
/*border:1px solid #dadada;
background: #fff;*/
width:940px;
}

#mv_video video{
    width: 100%;
    height: auto;
	max-height: 800px;
	border: none;
    z-index: -100;
    background-size: cover;
}


/* タイポグラフィ
*****************************************************/
#content h2.title, #content div.title {
clear:both;
margin:30px 0 30px;
padding:10px 30px 10px 30px;
font-size:280%;
border-bottom:4px #E91E63 double;
}

h2.title, div.title{
margin:0 0 10px;
padding: 0 5px 0 15px;
line-height:37px;
font-weight: normal;
color:#252525;
border:0;
border-bottom: 2px solid #ddd;
text-align:center;
background:none;
}

h2.title span,
.topNewsTitle h2 span {
display: block;
font-size: 50%;
color: #ACACAC;
font-weight:normal;
}

.dateLabel{
margin:10px 0 10px;
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:10px; line-height:1.8;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
line-height: 1.7;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 7px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{
	list-style:decimal;
	line-height: 1.7;
	padding-left:5px;
}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0 15px 0;
font-size:120%;
font-weight:normal;
padding: 8px 10px;
border-left: 4px solid #E91E63;
line-height: 1.3;
font-weight: 700;
border-bottom: 1px solid #dadada;
}

.post h4, .post .h4 {
font-size:115%;
border-bottom: solid 3px #4CAF50;
position: relative;
padding:5px 0;
margin-bottom: 15px;
font-weight: bold;
}

.post h4:after, .post .h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #E91E63;
bottom: -3px;
width: 30%;
}

.post h5, .post .h5 {
	color: #4CAF50;
	font-weight:bold;
	padding:5px 0;
	margin-bottom: 10px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
}
 
.post blockquote p{padding:5px 0;}

input[type="submit"].wpcf7-submit {
width:100%;
font-size:140%;
}

.post table{
border: 1px #E8EAEA solid;
border-collapse: collapse;
border-spacing: 0;
margin:5px 0 20px;
width: 100%;
}

.post table th{
padding:7px 10px 7px 5px;
border-left: 1px #E8EAEA solid;
border-bottom: 1px #E8EAEA solid;
font-weight:bold;
background:#F7F7F7;
vertical-align:middle;
}

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

.post table .price {
text-align: right;
white-space: nowrap;
}

.post table thead th{
padding:7px 5px;
border-left: 1px #E8EAEA solid;
border-bottom: 1px #E8EAEA solid;
font-weight:700;
background:#F0F0F0;
text-align:center;
}

.post table tbody th{
padding:7px 5px;
border: 1px #E8EAEA solid;
border-width: 0 0 1px 1px;
background:#F7F7F7;
font-weight:700;
text-align:center;
}
.post table tbody td{
padding:7px 5px;
border: 1px #E8EAEA solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post table.table522 tbody th {
width:50%;
}
.post table tbody th ul, .post table tbody td ul {
font-weight:normal;
text-align:left;
margin: 3px 0 0 10px;
}
.post table.table522 tbody td {
width:25%;
}
.post table.table522 tbody td {
width:25%;
}
.post dt{font-weight:bold;line-height:1.8;}
.post dd{padding-bottom:10px;line-height:1.8;}

.post table tbody td.bgYellow, .bgYellow{
background:#f9f9cc;
}

table{
width:100%;
}
div.scroll{
	overflow:auto;
	white-space:nowrap;
}


.bgGray {
background:#F7F7F7;
border: solid 1px #E8EAEA;
}

.small {font-size: 89%;}
.red {color: #f00;}

.post img {
max-width:100%;
height:auto;
padding: 3px;
border: 1px solid #E8EAEA;
}

img.aligncenter {
display: block;
margin:10px auto;
}

img.alignright, img.alignleft{
display:inline;
margin: 0 10px 5px 0;
}

img.alignright{
margin: 0 0 5px 10px;
}
.alignright{float:right;}
.alignleft{float:left;}
.aligncenter{text-align:center;}

div.alignleft {width:48%;margin-right:10px;}
div.alignright {width:48%;}
.toppageService h3 a {display:block;}
.toppageService img {display:block;margin:0 auto;}

span.neon{
	background-color: #ffff66;
}

#menuLink {
	padding: 2% 2% 1%;
	font-size: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}

#menuLink p {vertical-align:middle;font-size:95%;}

#menuLink .clearHr {
	height: 0;
}

#menuLink a,
#menuLink a:link,
#menuLink a:active,
#menuLink a:visited {
	color: #222222;
}

#menuLink span {
	margin-right: 3%;
	width: 30%;
	float: left;
}

/* もっと見るボタン
*****************************************************/
#content .post .morebutton {
	margin-bottom: 10px;
}

#content .post .morebutton a {
	width: 100%;
	background: #4CAF50;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	display: block;
	box-shadow: 0px 4px 0px 0px #388E3C;
	-moz-box-shadow: 0px 4px 0px 0px #388E3C;
	-webkit-box-shadow: 0px 4px 0px 0px #388E3C;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#content .post .morebutton a:hover {
	background: #4CAF50;
	color: #ffffff;
	text-decoration: none;
}

#content .post .morebutton a:active {
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	top: 4px;
}

#content .post .morebutton img {
	vertical-align: middle;
}

/* サイドバー　ウィジェット
*****************************************************/
#banners {
padding-bottom:10px;
text-align: center;

}

#banners img{
width: 700px;
height: 140px;
padding-bottom: 10px;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

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

/* フッター
*****************************************************/

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #e2e2db;
background:#f6f6f6;
} 

#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:40px;
background:url(images/arrow.png) no-repeat 0 12px;
font-size:12px;
}

#footer ul li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
text-decoration:none;
}

#footer ul li a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:10px 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}


section.widget, .widgetInfo {
margin: 0 0 20px;
padding: 20px 30px;
background: #f6f6f6;
}

section#search-2{
text-align:right;
}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
background:#333;
color:#fff;
}

#address {
	background: #f6f6f6;
	padding: 30px 0;
}

#address p#f-logo {
	padding-left: 25px;
	font-size: 12px;
	line-height: 2.0;
	width: 250px;
	float: left;
}

#address p#f-txt {
	padding-top: 10px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 2.0;
	width: 300px;
	float: left;
}


#address .inner:after{content:""; display: table;clear: both;}

#address p img {
	margin-top: 10px;
	width: 200px;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* 追加
*****************************************************/
#content .post a {
color: #E91E63;
}
#content .post a:hover, #content .post a:active{
color: #E91E63;
text-decoration: underline;
}
#content .post .postListBox a {
color: #555;
}
#content .post .postListBox a:hover, #content .post .postListBox a:active{
color: #E91E63;
text-decoration: none;
}
.clear {
clear: both;
}
.clearHr {
clear: both;
height: 20px;
line-height: 0;
font-size: 0em;
}
hr {
visibility: hidden;
border: 5px;
}
.textright {
text-align: right;
}
.textcenter {
text-align: center;
}
.red {
color: #f00;
}

#breadcrumb {
	background: #f0f0f0;
}

#breadcrumb ul {
padding: 5px 5px 0 10px;
height: 25px;
}
#breadcrumb ul li {
display:inline;
font-size:80%;
}

#content {
padding: 0 0 0 0;
}

.sideinfo article {
padding:5px 0;
border-bottom:1px dotted #DADADA;
}
.sideinfo img {
display:inline;
margin: 0 10px 0 0;
float: left;
width: 80px;
}
.sideinfo p {
padding-bottom: 0;
}
.postListBox a {
display:block;
}
.postListBox a:hover p {
}
.postListBox img {
display:inline;
margin: 0 10px 0 0;
float: left;
}
/*---------------------------------
TOPお知らせ
----------------------------------*/
.topNewsTitle h2 {
/*float:left;*/
}

.topNewsTitle p{
float:right;
padding:40px 0 0 10px;
font-size:50%;
color: #E91E63;
}

.topNewsTitle p a:link,
.topNewsTitle p a:visited,
.topNewsTitle p a:active {
color: #E91E63;
}

.topNewsPost dl {
	padding-bottom: 20px;
	font-size: 120%;
}
.topNewsPost dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 5px 1em 2px 0;
	line-height: 1.5;
	font-weight: normal;
	color: #757575;
}
.topNewsPost dd {
  margin-left: 10px;
  padding: 5px 1em 2px 1em;
  line-height: 1.5;
}
/* サービス一覧 */
.list ul {
margin:0 0 10px 0;
}

#pageTop{
	background:#333;
	border-radius:5px;
	padding:10px;
	line-height:1;
	position:fixed;
	bottom:20px;
	right:20px;
	color:#fff;
	}
#pageTop:hover{
	background:#999;
	}

/* Mapコントローラー
*****************************************************/
#mapcanvas label { width: auto; display: inline; }
#mapcanvas img { max-width: none; }


/* 3列_画像
*****************************************************/
div.col3 { list-style:none; margin:0; }
div.col3 div.col3photo { float:left; vertical-align:top; width:28%; margin-left:0; margin-right:7%; margin-right:5%\9; padding:0; background: none; line-height:1.3; font-size:90%;  }
div.col3 div.col3photo:first-child { margin-left:0;}
div.col3 div.col3photo:last-child { margin-right:0;}
* html div.col3 div.col3photo{display:inline; width:100%; zoom:1;}
*:first-child+html .post div.col3 div.col3photo{display:inline; zoom:1;}

.post div.col3photo {padding:0 0 2% 0 !important;}
.post div.col3photo p {padding: 0;margin-bottom:20px;}
.post div.col3photo p img {margin: 0 0 5px;}
.post div.col3photo h3 {margin: 0px 0 10px 0;}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	div#headerNavi {
	float: left;
	}

	nav#mainNav{
	/*clear:both;
	position:relative;*/
	z-index:200;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	/*border-right:1px solid #111111;
	border-left:1px solid #111111;*/
	}

	nav#mainNav ul li{
	float: left;
	margin-left:0px;
	padding: 0 5px 0 5px;
	position: relative;
	border-left:1px dotted #757575;
	background:url(images/mainnavBg.png) repeat-x;
	}

	nav#mainNav ul li:last-child{
	border-right:1px dotted #757575;
	}
	
	nav#mainNav ul li:first-child{
	/*border-left:1px solid #111111;*/
	}
	nav#mainNav ul li:last-child{
	/*border-right:1px solid #000000;*/
	margin-right: -1px;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	color:#111;
	height:40px;
	line-height:40px;
	font-size:13px;
	padding:15px 18px 5px;padding:15px 13px 5px;padding:15px 5px 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:100%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#333;
	}

  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/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:100%;}
  
  nav#mainNav ul li ul{display: none;background:url(images/mainnavBg.png) repeat-x;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
	border:0;
}
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  	border:0;
	background:url(images/mainnavBg.png) repeat-x 0 -2px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
  padding:0 0 0 ;
  line-height:40px;
  text-align:left;
  font-size: 11px;
  }
	
	nav#mainNav ul li li.current-menu-item {background:url(images/mainnavBg.png) repeat-x 0 100%;font-weight:bold;}
	nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}
	nav#mainNav ul li:hover ul li:last-child{border:0;}


}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

	nav#mainNav{
	/*border: solid 2px #0F539D;*/
	clear:both;
	margin:10px 12px 30px;
	box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	-webkit-box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	-moz-box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	}
	
	nav#mainNav .inner{
		}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:34px;
	line-height:34px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #E91E63 url(images/menuOpen.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #E91E63 url(images/menuClose.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	width:100%;
	display: none;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

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

	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding:8px 10px;
	text-align:left;
	border-top:1px solid #eee;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a  {
	background-color:#fff;
	}
	nav#mainNav ul li a:hover,
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover {
	background-color:#eee;
	}
	nav#mainNav ul li a:active,
	nav#mainNav ul li li a:active,
	nav#mainNav ul li.current-menu-item li a:active {
	background-color:#aaa;
	}
	
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a:hover,
	nav#mainNav ul li.current-menu-item a:active, 
	nav#mainNav ul li li.current-menu-item a, 
	nav#mainNav ul li li.current-menu-item a:hover, 
	nav#mainNav ul li li.current-menu-item a:active {
	background-color:#ddd;
	}
	
	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-image: url(images/sub1.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;
		}
/* カレント時　白い罫線にしたいとき
	nav#mainNav ul li li.current-menu-item a {
		background-image: url(images/sub1.png);
		background-position: 20px -70px;
		background-repeat: no-repeat;
		}
*/	
	nav#mainNav ul li li:last-child a,
	nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background-image: url(images/subLast.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;
		}
/* カレント時　白い罫線にしたいとき
	nav#mainNav ul li li:last-child.current-menu-item a {
		background-image: url(images/subLast.png);
		background-position: 20px -75px;
		background-repeat: no-repeat;
		}
*/	
	nav div.panel{float:none;}
	.mainImg{margin: 0 auto 20px auto;}
	.mainImg{padding: 0 10px;}
	.mainImgSp{margin: 0 auto 10px auto;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
	#wrapper, #header, .inner{width:100%;max-width:100%;}
	#header .bg .inner h1, #header .bg .inner p{padding:5px 10px;}
	#header h2 {padding:12px 10px 0;} /* ロゴ */
	#header .headerRight {padding:10px 15px 0;} /*右スペース */
	#header .headerRight .headerPhone { margin-top: 0; } /* TEL */
	#header .headerRight .headerPhoneTitle { display: none; }
	#header .headerRight .headerAddress { padding-bottom: 0;}

	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}
	#breadcrumb {display: none;}
	nav div.panel{float:none;}
	.mainImg img,.mainImgSp img {width:100%;height:auto;}
	.widgetInfo { display: none; }

	#content,#content .post{
	clear:both;
	width:auto;
	float:none;
	margin:0 10px;
	}

	#footer {
	clear:both;
	width:auto;
	float:none;
	/*margin:0 10px;*/
	}

	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
	#banners p img{width:100%;height:auto;}
	
	section.widget_search{
	text-align:center;
	border-top: none;
	margin-top: -20px;
	}

}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) and (orientation:portrait){
	
	#header {background: none;}
	#header .headerRight {width:100%; margin-bottom: 10px; padding:3px 0 0 0 ;text-align:center;} /*右スペース */
	#header .headerRight .headerPhone {margin: 5px 0;}
	#header .headerRight .headerAddress {display: none;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}

	#footer ul{text-align:left;padding:15px; }
	#footer ul ul{padding:0;}
	#header h2 {padding:13px 0 0; width: 100%; text-align:center; }
	#header h2 img {width:250px;}
	#banners p {display:block;}
	/*footer section {float: none;width: 100%;}*/
	#address {padding:0px!important;}
	#address p#f-logo {text-align:center;padding:0;float:none;width: 100%;}

#content h2.title, #content div.title {
clear:both;
margin:20px 0 15px;
padding:10px 30px 10px 30px;
font-size:320%;
}

h2.title, div.title{
margin:0 0 10px;
padding: 0 5px 0 15px;
line-height:24px;
font-weight: normal;
color:#252525;
border:0;
border-bottom: 2px solid #ddd;
text-align:center;
background:none;
}

h2.title span,
.topNewsTitle h2 span {
display: block;
font-size: 50%;
color: #ACACAC;
font-weight:normal;
}


h2#singleTitle {
	line-height :1.2;
}

.topNewsTitle p{
float:right;
padding: 24px 0 0 10px;
font-size: 50%;
color: #E91E63;
}


.mainImg {
display:none;
}
.mainImgSp {
display:block;
padding: 0 10px;
}
#content .post {
	padding: 15px 0;
	overflow: hidden;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;

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

section.widget,
.widgetInfo {
	padding: 10px 15px 0;
	margin:0 0 10px;
}
#content h2.title, #content div.title {
padding:5px 15px 10px 15px;
font-size: 180%;
}
.post h3 {
margin: 15px 0;
font-size: 110%;
}
.wpcf7 .alignleft {
width:100%;
}
div.alignleft, div.alignright {width:100%;}
input[type="text"], input[type="tel"], input[type="email"], textarea{
max-width:90%;
}
.postListBox img {
width: 80px;
}

section#search-2 {
    text-align: center;
}

#footer ul li {
	border-bottom: 1px solid #ccc;
	margin-right: 0;
	padding: 8px 0 8px 8px;
	width: 95%;
}

#footer ul li ul li {
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	padding-top: 8px;
	margin-top: 8px;
	background: url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active { text-decoration:none;color:#222222; }

#address {
    background: #f6f6f6;
    padding: 20px 0;
}

/*3列ブロック*/
div.col3 div.col3photo { display:inline-block; vertical-align:top; width:100%; margin-left:1%; margin-right:1%; padding:0; background: none; line-height:1.3; font-size:90%;}

}
