@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:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}
html{background:#5386ad;}
/* 追加設定
------------------------------------------------------------*/
div.type5 {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
div.type5 firame {
    width:100%;
    height:100%;
}　

iframe { border: 1px #eeeeee solid;

}

FORM {
	MARGIN-TOP: 5px; MARGIN-LEFT: 5px
}
input {
	MARGIN-TOP: 5px; MARGIN-LEFT: 5px
}
hr {
	height: 1px;
	border: 0;
	box-shadow: 0 2px 2px -2px #bbb inset;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#5386ad;text-decoration:none;}
a:hover{color:#2d6286;text-decoration:none;}
a:active, a:focus{outline:0;}


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

/*************
/* ヘッダー
*************/
h1{
font-size:13px;
line-height:1.6;
font-weight:normal;
background:#5386ad;
color:#fff;
padding:2px 0;

    -webkit-box-shadow: 0 5px 3px -3px #ccc;
       -moz-box-shadow: 0 5px 3px -3px #ccc;
            box-shadow: 0 5px 3px -3px #ccc;
}
h1.darkred{
font-size:13px;
line-height:1.6;
font-weight:normal;
background:darkred;
color:#fff;
padding:2px 0;

    -webkit-box-shadow: 0 5px 3px -3px #ccc;
       -moz-box-shadow: 0 5px 3px -3px #ccc;
            box-shadow: 0 5px 3px -3px #ccc;
}



h2{
padding:5px 10px;
margin-bottom:10px;
margin-right:10px;
font-size:14px;
color:#666;
background:#f5f5f5;
border-left:7px solid #5386ad;  

 
    -webkit-box-shadow: 0 5px 3px -3px #ccc;
       -moz-box-shadow: 0 5px 3px -3px #ccc;
            box-shadow: 0 5px 3px -3px #ccc;

}

h3{
font-size:14px;
color:#ea7500;

    -webkit-box-shadow: 0 5px 3px -3px #ccc;
       -moz-box-shadow: 0 5px 3px -3px #ccc;
            box-shadow: 0 5px 3px -3px #ccc;

}

h5{
padding:10px 10px;
font-size:12px;
color:#2d6286;
background:#eef3f7;
border:1px solid #5386ad;  
}
H2 span{
font-size:12px;
font-weight:normal;
color:green;
float:right;
}
H3 span{
font-size:12px;
font-weight:normal;
color:#666;
float:right;
}
h5 span{
font-size:12px;
font-weight:normal;
color:#666;
float:right;
}

#header{
overflow:hidden;
padding:10px 0 10px;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:25px 0 0;

  color: rgba(0,0,0,0.6);
  text-shadow: 
               0px -5px 16px rgba(255,255,255,0.3),
               2px 4px 3px rgba(0,0,0,0.3);

}

.logo a{
font-size:30px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.logo span{
font-size:12px;
font-weight:normal;
color:#333;

}

.info{
float:right;
padding:5px 0 0;
}

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

/**************************
/* トップナビゲーション
**************************/

ul#topnav{
overflow:hidden;
margin:5px 0;

}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;

}

ul#topnav a{
width:311px;
font-size:13px;
display:block;
padding:10px 0;
color:#fff;
background:#5386ad;
*border-left:1px solid #2d6286;
border-left:1px solid #fff;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:312px;}

ul#topnav li.active a,ul#topnav a:hover{background:#2d6286;}



ul#topnav2 li:first-child a,ul#topnav2 li:last-child a{width:310px;}

ul#topnav2 li.active a,ul#topnav2 a:hover{background:#2d6286;}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:20px auto 20px;
padding:0px;
position:relative;
line-height:0;
background:#ffffff;
border: 4px #5386ad solid;
}

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

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
z-index:100;
 background: rgba(112,128,144,0.6); /* 透過色-------*/

}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
 background: rgba(112,128,144,0.6); /* 透過色-------*/
}

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

}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;

}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:5px;
border-top:3px solid #5386ad;
border-bottom:3px solid #5386ad;
}

.colLight{border-color:#2d6286}

.colDark h3,.colLight h3{
margin:10px 10px 5px;
font-size:14px;
font-weight:bold;
}

.colDark a,.colLight a{
display:block;
padding:3px 5px;
border-radius:3px;
color:#fff;
background:#5386ad;
}

.colLight a{background:#2d6286;}

.colDark a:hover{
background:#2d6286;
}

.colLight a:hover{
background:#5386ad;
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

.grid li{
list-style:none;
padding-left: 18px;
padding-top: 3px;
padding-bottom: 3px;
background: url(../images/mark.gif) no-repeat 0 6px;
border-bottom:1px dashed #ebebeb;
}

.gridWrapper img{
max-width:100%;
height:auto;

}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 6px 0 5px;
margin-bottom:3px;
list-style:none;
background:none;
border-bottom:0;
display:inline-block;
border-right:1px solid #fff;
}


/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:20px;
font-size:14px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading,#sub .grid h3{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
background:#f5f5f5;
border-left:7px solid #5386ad;  
}
#sub .grid h3{margin-right:10px;}

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

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}
/*
img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}
*/
#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;

}

table.table th,table.table td{
padding:5px;
border:1px solid #2d6286;
background:#f7f7f7;
}

table.table tr:first-child th,table.table tr:first-child td{
border-top:#2d6286 4px solid
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#5386ad;
}

table.table2{
border-collapse:collapse;
width:100%;
margin:10px auto;

}

table.table2 th,table.table2 td{
padding:5px;
border:1px solid darkred;
background:#fff9fc;
}

table.table2 tr:first-child th,table.table2 tr:first-child td{
border-top:darkred 4px solid
}

table.table2 th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#5386ad;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:5px 0;
overflow:hidden;
background:#5386ad;
border-top:1px solid #2d6286;
}

* html #footer{height:1%;}

#footer a{color:#fff;}
#footer a:hover{color:#2d6286;}

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


/* PC用 */
@media only screen and (min-width:960px){
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
	float:right;
	width:690px;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	}
	
	/* グリッド */
	.grid{width:380px;}
	.col2{width:470px;}
	.col3{width:560px;}
	.col4{width:940px;margin-bottom:5px;}
	.col5{width:240px;}
	#gallery .grid{width:300px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	h1 p.inner{padding:0 2%;width:96%}
	#header .logo{padding-left:10px;}
	#header .info{padding-right:10px;}
	
	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0 0 5px;
	border-right:1px solid #2d6286;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	
	.grid{
	width:50%;
	margin:2px 0;
	}
	
	.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
	}

	.col4{
	width:100%;
	}

	.grid img{
	float:none;

	}

	#gallery .grid{
/* 	width:25%;  
	margin:0 1%;  */
	padding:10;
	}
	
	#gallery .grid img{
	float:none;
	}

	section.content{padding:0 10px;}

	section.content img{

  max-width:90%;
	height:auto;
	}
	
	#sub .grid{padding-bottom:20px;}
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
	#mainBanner{padding:3px;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.grid{width:100%;}
	
	.grid img{
	float:none;
	margin:20px auto 0px;
	}
 	
	.grid p{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}
	
  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#footer .grid p{text-align:center;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .logo{padding-top:10px;}
  .info{padding:10px 0 0;}
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #2d6286;
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
}
/* ボタン */
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:darkred;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 3px chocolate;
    border: dashed 1px #FFF;
}

.square_btn:hover{
	border: dotted 1px #FFF;
   color: #FFF;
opacity: 0.8; 
}

a.btn-13{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;

  text-align: center;
  color: #666;
  border: 0px solid #cbcbcb;
  border-bottom: 1px solid #b2b1b1;
  border-radius: 5px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: #eeeeee;
  margin: 3px;      
}
.btn-13:hover {
    opacity: 0.7 ;
    color: #666;
}
a.btn-13:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
a.btn-13s{
  display: inline-block;
  padding: 0em 1em;
  text-decoration: none;

  text-align: center;
  color: green;
  border: 1px solid green;
  border-radius: 5px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: #e0ffe0;
  margin: 3px;      
}
.btn-13s:hover {
    opacity: 0.7 ;
    color: #666;
}
a.btn-13s:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

a.btn-14{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;

  text-align: center;
  color: #666;
  border: 0px solid #cbcbcb;
  border-bottom: 1px solid #b2b1b1;
  border-radius: 5px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: #cfe6cf;
  margin: 3px;      
}
.btn-14:hover {
    opacity: 0.7 ;
    color: #666;
}
a.btn-14:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
a.btn-14s{
  display: inline-block;
  padding: 0em 1em;
  text-decoration: none;

  text-align: center;
  color: green;
  border: 1px solid green;
  border-radius: 5px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: #a3cca3;
  margin: 3px;      
}
.btn-14s:hover {
    opacity: 0.7 ;
    color: #666;
}
a.btn-14s:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
/* newアイコン */
span.text-icon {
  display: inline-block;
  background: darkorange;
  padding: 2px 5px;
  margin: 3px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: normal;
  color: #fff;
  border-radius: 15px;
}
/* フロートウィンドのボタン */

a.btn-flo{
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
width:210px;
  text-align: left;
  color: #666;
  border: 1px solid #666;
  border-bottom: 2px solid #b2b1b1;
  border-radius: 5px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: floralwhite;
  margin:8px 5px 8px 12px;
}
.btn-flo:hover {
    opacity: 0.7 ;
    color: #666;
}
a.btn-flo:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
/* 受付の吹き出し */

.balloon2-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 12px 5px;
	min-width: 50px;
 	max-width: 100%;
 	color: #555;
	font-size: 11px;
	background: #fff;
 	border: solid 3px #555;
 	box-sizing: border-box;
        border-radius: 15px;   
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}
