@charset "utf-8";



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

figure{margin:0}

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

/* -------------------------------------------------------------- */


body{
color:#555;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
border-top:5px solid #3fbdd8;
background:#fff;
-webkit-text-size-adjust: none;
}


html{background:#3fbdd8;}


/* リンク設定
------------------------------------------------------------*/
a{color:#3fbdd8;text-decoration:none;}
a:hover{color:#63E5FF;}
a:active, a:focus{outline:0;}



/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}



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

#header{
margin-top:-5px;
overflow:hidden;
}

* html 
#header{height:1%;}



/*************
/* ロゴ
*************/

#header .logo{
float:left;
padding:20px 0 0;
}


.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.logo span{
font-size:12px;
font-weight:normal;
}


#header h1{
font-size:11px;
color:#444;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/


nav#menubar{
margin:0 auto;
}
/*メニュー１個ごとの設定*/

nav#menubar ul li {
	float: left;
	width: 155.6px;	/*幅*/
	border-right: 1px solid #d2d2d2;		/*左側の線の幅、線種、色*/
	border-top: 1px solid #d2d2d2;		/*左側の線の幅、線種、色*/
}

nav#menubar ul li a {

	height: 50px;	/*高さ*/

	padding-top: 12px;

	line-height: 1.4;

	text-decoration: none;

	display: block;
	font-size: 14px;
	/*文字サイズ*/
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/

	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/

	text-align: center;	/*文字をセンタリング*/

	background-color: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/

	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));	/*グラデーション*/

	background-image: -webkit-linear-gradient(#fff, #e5e5e5);	/*同上*/

	background-image: linear-gradient(#fff, #e5e5e5);			/*同上*/
}

/*最初のメニューの設定*/

nav#menubar ul li:first-child {
	border-left: none;	/*左側の線を消す設定*/
}

/*マウスオン時と、current(表示中のメニュー)の設定*/

nav#menubar ul li a:hover,
nav#menubar ul li#current a {

	background: #eaf9fc url(images/menu_bg_on.png) no-repeat left center;	/*背景色、背景画像の読み込み*/
}

nav#menubar ul li#home a {

	background: #eaf9fc url(images/menu_bg_on.png) no-repeat left center;	/*背景色、背景画像の読み込み*/

	border-left: 1px solid #d2d2d2;		/*左側の線の幅、線種、色*/
}
nav#menubar ul li#home2 a {

	border-left: 1px solid #d2d2d2;		/*左側の線の幅、線種、色*/
}
nav#menubar ul li#home3 a {

	background: #eaf9fc url(images/menu_bg_on.png) no-repeat left center;	/*背景色、背景画像の読み込み*/
}

/*英語表記の設定*/

nav#menubar ul li a span {

	font-size: 9px;	/*文字サイズ*/

	display: block;

	font-weight: normal;

	color: #34c7e6;			/*文字色*/
}

#menubar_hdr {
	display: none;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/

#mainBanner{
margin:0 auto 30px;
padding:0;
width:100%;
line-height:0;
border-top:3px solid #3fbdd8;
border-bottom:3px solid #3fbdd8;
}



#mainBanner .inner{position:relative;}



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



.slogan{
position:absolute;

max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
z-index:100;
}



.slogan h2{
padding-bottom:5px;
color:#333;
font-size:20px;
}


.slogan h3{
font-size:14px;
color:#666;
}

/* サブページ スローガン*/

.subImg .slogan{left:auto;right:0;}





/**************************
/* グリッド
**************************/


.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html 

.gridWrapper{height:1%;}
	


.grid{
float:left;
}


.grid h3{
padding:3px 0;
margin-bottom:5px;
font-weight:bold;
border-top:1px solid #3fbdd8;
border-bottom:1px solid #3fbdd8;
}



.grid p{
padding:5px 0;
}



.grid p.img{
float:left;
margin:3px 5px 0 0;
}



.readmore{clear:both;}



.readmore a{
padding:3px 5px;
border-radius:3px;
color:#fff;
background:#3fbdd8;
}



.readmore a:hover{background:#63E5FF;}
p.order{
 font-size:20px;
 }
p.order2{
 margin-left:40px;
 }
span.order{clear:both;
padding:3px 5px;
border-radius:3px;
color:#fff;
background:#3fbdd8;
width:20px;
margin-right:5px;
}



/*フッター設定
---------------------------------------------------------------------------*/

footer {

	clear: both;

	text-align: center;

	padding-top: 15px;

	padding-bottom: 15px;

	color: #FFF;				/*文字色*/

	background-color: #34c7e6;	/*背景色*/

}

footer .pr {

	display: block;

	font-size: 80%;
}

footer a {

	text-decoration: none;

	color: #FFF;
}

footer a:hover {

	color: #FFF;
}



#footer .grid p{padding:0;}



/*************
メイン コンテンツ
*************/


section.content{
padding:10px 0;
margin-bottom:20px;
border-radius:6px;
overflow:hidden;
font-size:14px;
}
* html 
section.content{height:1%;}
section.content p{margin-bottom:5px;}
h3.heading{
padding:3px 0;
margin-bottom:10px;
font-size:16px;
border-bottom:2px solid #3fbdd8;
}
h3.heading2{
padding:3px 0;
margin-bottom:10px;
font-size:16px;
border-bottom:2px solid #3fbdd8;
font-weight:bold;
}
section.content img{
max-width:90%;
height:auto;
}
section.content section.content2 #gallery .grid img{max-width:212px}
img.frame,#gallery img{
padding:3px;
}

section.content2{
padding:10px 0;
border-radius:6px;
overflow:hidden;
font-size:14px;
margin-top:-40px;
}
@media only screen and (max-width:480px){
section.content2{margin-top:-20px;}
}

* html 
section.content2{height:1%;}
section.content2 p{margin-bottom:5px;font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
h3.heading{
padding:3px 0;
margin-bottom:10px;
font-size:16px;
border-bottom:2px solid #3fbdd8;

}
section.content2 img{
max-width:90%;
height:auto;
}

#gallery .grid{margin-bottom:10px;}



.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}



.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}





/*************
テーブル
*************/


table.table{
border-collapse:collapse;

width:100%;
margin:10px auto;
}



table.table th,table.table td{
padding:5px;
border:1px solid #b0c257;
}



table.table th{
text-align:right;

font-weight:bold;


letter-spacing:1px;


white-space:nowrap;


color:#fff;


background:#789632;


border-left:#b0c257 5px solid
}



table.table td{border-left:#b0c257 3px double}







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


#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#3fbdd8;
}

* html 

#footer{height:1%;}



.tel strong{
font-size:20px;
font-weight:bold;
}



#footer a{color:#fff;}


#footer a:hover{color:#ccc;}



#footer .copyright{font-size:11px;}



/* Facebook Like Box width:100% */

.fbcomments,
.fb_iframe_widget,

.fb_iframe_widget[style],

.fb_iframe_widget iframe[style],

.fbcomments iframe[style],

.fb_iframe_widget span{

    width: 100%! important;
}
img.wa{
  display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:30px;
  }
@media only screen and (min-width:960px){
img.wa{
 margin-top:60px;
  }
}
img.wa2{
  display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:50px;
  }
img.wa3{
  display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:50px;
  }

/* PC用 */

@media only screen and (min-width:960px){

.mainnavback{

	height: 70px;	/*高さ*/

	background-color: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/

	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));	/*グラデーション*/

	background-image: -webkit-linear-gradient(#fff, #e5e5e5);	/*同上*/

	background-image: linear-gradient(#fff, #e5e5e5);			/*同上*/

	border-top:3px solid #3fbdd8;
}


.mainnav{
width:940px;
height:60px;
margin:0 auto;

}

nav#menubar ul li a {
	padding-top: 18px;
}

	
#header p{
margin-top:48px;
overflow:hidden;
float:right;
font-size:18px;
}

	
#wrapper,.inner{

	width:940px;

	padding:0;

	}

	
	
#wrapper{padding-bottom:20px;}

	
  
nav div.panel{

	display:block !important;

	float:right;

	}


	
a#menu{display:none;}

	
	
	
.slogan{top:100px;}

	
	
.subImg .slogan{left:auto;right:0;top:70px;}
	
	/* グリッド全体 */

	
.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */

	
.grid{

	float:left;

	width:220px;

	margin-left:20px;

	}

	
	/* サブコンテンツ + フッター グリッド(3カラム) */

	
#sub .grid, #footer .grid{width:298px;}


	#footer .grid{border:0;}

#main {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/

#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
        margin-top:40px;
}

/*サブコンテンツ内のul(関連情報メニュー)タグ
---------------------------------------------------------------------------*/

/*メニューブロック全体の設定*/

#sub ul {
	margin-bottom: 1em;
}
/*メニュー１個ごとの設定*/

#sub ul li a {

	text-decoration: none;

	display: block;

	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/

	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/

	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/

	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/

	transition: 0.5s;			/*同上*/


	border-radius: 6px;	/*角丸のサイズ*/

	background-image: -webkit-gradient(linear, left top, left bottom, from(#3fbdd8), to(#3fbdd8));	/*グラデーション*/

	background-image: -webkit-linear-gradient(#3fbdd8, #3fbdd8);	/*同上*/

	background-image: linear-gradient(#3fbdd8, #3fbdd8);			/*同上*/

	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/

	box-shadow: 0px 2px 5px #bebebe;			/*同上*/

	font-size: 130%;

	color: #FFF;

	padding: 3px 0px 3px 15px;

	clear: both;

	margin-bottom:3px;
}

/*マウスオン時の設定*/

#sub ul li a:hover {
	
        color:#63E5FF;
}

.fb-like-box{ margin-bottom:20px;}


}





/* モニター幅960px以下 */

/*表示を切り替えるウィンドウサイズの指定*/


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

/*メインメニュー
---------------------------------------------------------------------------*/

nav#menubar {
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/

nav#menubar ul li {
	width: 50%;
	border-bottom: none;
	border-left: none;
}
/*奇数番目のメニューの設定*/

nav#menubar ul li:nth-child(odd) {

	border-right: 1px solid #d2d2d2;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;
}


#header p{
margin-top:-10px;
margin-bottom:5px;
overflow:hidden;
text-align:center;
font-size:14px;
}

*{

    
-webkit-box-sizing: border-box;

       
-moz-box-sizing: border-box;

         
-o-box-sizing: border-box;

        
-ms-box-sizing: border-box;

            
box-sizing: border-box;

	}
	
	

#header{padding:10px 0;}
	
	

#header .logo,#footer .logo{

	float:none;

	text-align:center;

	padding:10px 5px;

	}

	
	
	
nav div.panel{float:none;}

	
#wrapper{
      margin-top:-30px;
}
	
.grid{
	margin-top:20px;

	}

	
	
.grid img{

	float:left;

	margin-right:5px;

	}

	
	
#gallery{padding-left:1px;}

	
	
#gallery .grid{

	width:23%;

	margin:0 2% 0 0;

	padding:0;

	}

	
	
#gallery .grid img{

	float:none;

	margin:0;

	}

	
	
#sub .grid{

	width:32%;

	margin:10px 1%;

	}

	
	
#sub .grid:first-child{
	margin-left:0;
	}

#sub .grid:last-child{
	margin-right:0;
	}

	
	
#footer .grid, #footer .grid p{

	float:none;

	width:100%;

	text-align:center;

	border:0;

	}


#footer .grid:last-child{padding-top:20px;}



#main {
	
	width: 100%;	/*メインコンテンツ幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/

#sub {
	
	width: 100%px;	/*サブコンテンツ幅*/

}

/*サブコンテンツ内のul(関連情報メニュー)タグ
---------------------------------------------------------------------------*/

/*メニューブロック全体の設定*/

#sub ul {
	margin-bottom: 1em;
}
/*メニュー１個ごとの設定*/

#sub ul li a {

	text-decoration: none;

	display: block;

	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/

	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/

	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/

	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/

	transition: 0.5s;			/*同上*/


	border-radius: 6px;	/*角丸のサイズ*/

	background-image: -webkit-gradient(linear, left top, left bottom, from(#3fbdd8), to(#3fbdd8));	/*グラデーション*/

	background-image: -webkit-linear-gradient(#3fbdd8, #3fbdd8);	/*同上*/

	background-image: linear-gradient(#3fbdd8, #3fbdd8);			/*同上*/

	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/

	box-shadow: 0px 2px 5px #bebebe;			/*同上*/

	font-size: 130%;

	color: #FFF;

	padding: 3px 0px 3px 15px;

	clear: both;

	margin-bottom:2px;
}

/*マウスオン時の設定*/

#sub ul li a:hover {

	
        color:#63E5FF;
}

}




/* iPad 縦 */

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

img.blog{
    float:left;
    width:49%;
    }

img.mail{
    float:right;
    width:49%;
    }
        
.side{
 width:100%;

 }
  
#header{padding-bottom:0;}	

	

#header h1{text-align:center;}
	
	

#header .logo{

	float:none;

	text-align:center;

	padding:10px 5px 20px;

	}


#sub ul.list{padding:10px 10px 11px;}


#sub ul.list li{

	padding-bottom:10px;

	margin-bottom:8px;

	}



}




/* スマートフォン 横(ランドスケープ) */


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

/*メインメニュー
---------------------------------------------------------------------------*/

nav#menubar {
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/

nav#menubar ul li {
	width: 50%;
	border-bottom: none;
	border-left: none;
}
/*奇数番目のメニューの設定*/

nav#menubar ul li:nth-child(odd) {

	border-right: 1px solid #d2d2d2;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;
}

	
#footer .grid p{text-align:center;}


.grid img{


	float:none;


	margin:0 auto;

	}


.grid p,#sub .grid li{text-align:left;}

  

.alignleft,.alignright{

	float:none;

	display:block;

	margin:0 auto 10px;

	}
	
	

#sub ul.list li img{margin:0 5px 0 0;}


/*main,subコンテンツ
---------------------------------------------------------------------------*/

#main, #sub {
	float: none;
	width: auto;
}
}



/* スマートフォン 縦(ポートレート) */


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

#header p{
font-size:12px;
}

img.blog{
    
    width:99%;
    margin-bottom:5px;
    }

img.mail{

    width:99%;
    margin-right:4px;
    margin-bottom:5px;
    }
	
#mainBanner{margin-left:1px;}

	
#mainBanner h2,#mainBanner h3{font-size:75%;}

	
.subImg .slogan{right:-30px;}

.grid img{max-width:90%;height:auto;}
	
	

#sub .grid{
	float:none;
	width:98%;
	}
	
	

#sub .grid h3{padding:10px 5px;}
	
	

#sub ul.list{padding:10px;}
	
	

#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}


}