@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.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.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-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#74b4df;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


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

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


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:5px 0 10px 15px;
font-size:10px;
font-weight:normal;

}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{float:left;}

.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
	display: inline-block; /* インラインブロック化 */
margin-top:6px;
color:#74b4df;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:0.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

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

#subpage #mainBanner img{border:4px solid #f1f1f1;}




.Bouen{
	position:absolute;
max-width:100%;
height:auto;
padding:5px 10px;
}






.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:20px;
left:0;
padding:5px 10px;
line-height:1.4;
color:#939393;
}

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





.slogan2{
position:absolute;
max-width:100%;
height:auto;
bottom:20px;
left:0;
padding:5px 10px;
line-height:1.2;
color:#ffffff;
}

.slogan2 h2{
max-width:100%;
padding-bottom:5px;
font-size:1.8rem;
font-weight:bold;
color:#ffffff;
}





/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;

}

* html .gridWrapper{height:1%;}



#gridWrapperS
{
padding-bottom:20px;
overflow: hidden;

}





.grid{
float:left;
border-radius:5px;
background:#fff;
}


.grid1{
width: 100%;
border-radius:5px;
background:#fefefe;
padding-top: 10px;
padding-bottom: 10px;
}


.grid2{
width: 100%;
border-radius:5px;
background:#fafafa;
padding-top: 10px;
padding-bottom: 10px;
float:left;
}




.box{
margin:0 5px;
padding:10px;
border:1px solid #f1f1f1;
}


.box2{
width:100%;
height:auto;
background: #ffffff;
margin: 0 auto
}










   .container1 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #1E296D;
width:700px;
height:auto;
max-width:100%;

}






  .grid2 .under{
 background: linear-gradient(transparent 80%, yellow 90%);
 padding: 15px 20px 5px 20px;
 font-size: 1.4em;
 margin-left: 15px;
}

  .grid1 .under{
 background: linear-gradient(transparent 80%, yellow 90%);
 padding: 15px 20px 5px 20px;
 font-size: 1.4em;
 margin-left: 15px;
}





  .grid1 p{
margin-left: 10px;
margin-top:10px;
}



  .grid2 p{
margin-left: 10px;
margin-top:10px;
}




  .container1 > .item1{
	background:#1E296D;
	width: 25%;
}


  .container1 > .item1 h3{
		text-align:center;
		padding-top: 20px;
		padding-bottom: 10px;
		color:#ffffff;
		font-family: 'メイリオ'sans-serif;
		line-height:1.2;
		font-size: 1.0em;
		padding-left: 10px;
		padding-right: 10px;



}

.container1 > .item1 img{
	display: block;
	margin: 0 auto;
	max-width : 100% ;
height : auto ;
padding-right: 10px;
padding-left: 10px;


}


.no-wrap {
    display: inline-block; /* インラインブロック化 */
}





   .container2 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #036EB8;
width:700px;
height:auto;
max-width:100%;

}




  .container2 > .item1{
	background:#036EB8;
		width: 25%;

}


.container2 > .item1 h3{
		text-align:center;
		padding-top: 20px;
		padding-bottom: 10px;
		color:#ffffff;
		font-family: 'メイリオ'sans-serif;
		ine-height:2.1;
		font-size: 1.5em;
		padding-left: 35px;
		padding-right: 35px;
}

.container2 > .item1 img{
	display: block;
	margin: 0 auto;
	max-width : 100% ;
height : auto ;

}


   .container3 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #2DA7E0;
width:700px;
height:auto;
max-width:100%;
}






   .container3 > .item1{
	background:#2DA7E0;
		width: 25%;

}


   .container3 > .item1 h3{
		text-align:center;
		padding-top: 20px;
		padding-bottom: 10px;
		color:#ffffff;
		font-family: 'メイリオ'sans-serif;
		line-height:1.3;
		font-size: 1.2em;
		padding-left: 30px;
		padding-right: 30px;
}

   .container3 > .item1 img{
	display: block;
	margin: 0 auto;
	max-width : 100% ;
height : auto ;

}






















#box1{
margin:0 auto;
border:2px solid #1E296D;
width:750px;
}



#box2{
margin: 0 auto;
width:750px;
border:2px solid #036EB8;
}



#box3{
margin: 0 auto;
width:750px;
height:auto;
border:2px solid #2DA7E0;

}



#box1 img{
	display: block;
	margin: 0 auto;


}


#box2 img{
	display: block;
	margin: 0 auto;

}


#box3 img{
	display: block;
	margin: 0 auto;


}

#box1 h3{
		text-align:center;
		padding-top: 20px;
		padding-bottom: 10px;
		color:#ffffff;
		font-family: 'メイリオ'sans-serif；
				font-size: 1.3em;

	}
#box2 h3{
		text-align:center;
		padding-top: 20px;
		padding-bottom: 10px;
		color:#ffffff;
		font-family: 'メイリオ'sans-serif;
		font-size: 1.3em;

	}
#box3 h3{

		text-align:center;
		padding-top: 20px;
		padding-bottom: 10px;
		color:#ffffff;
		font-family: 'メイリオ'sans-serif;
		font-size: 1.3em;


	}


#sboxr1	{
	width: 75%;
	height:auto;
}
#sboxr2	{
	width: 75%;
	height:auto
}
#sboxr3	{
	width: 75%;
	height:auto
}




#sboxr3 p{
	text-align:center;

}



.box p.readmore{
padding:10px 5px 5px;
}




#smallbox1{
	background:#1E296D;
	width:150px;
	height:auto;
	}






#smallbox2{
	background:#036EB8;
	width:150px;
	height:auto;
}


#smallbox3{
	background:#2DA7E0;
	width:150px;
	height:auto;

}


#sboxr1{
		float:left;
}

#sboxr2{
	float:left;
}
#sboxr3{
	float:left;
}


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






#gridWrapperS.box2{
max-width:100%;
height:auto;
border: none;

}



#gridWrapperS .box2 #sbox img{
width:150px;
height:250px;
margin-right:25px;
margin-left:25ppx;
}




#gridWrapperL img{
width:100%;
height:auto;
margin-right:25px;
margin-left:25ppx;
}







#sbox{
	max-width:100%;
text-align:center;
width: 80%;
margin: 0 auto;
}


.box4{
width:950px;
height:auto;
backgrounf: #ffffff;
border:4px solid #f1f1f1;

}

.box5{
width:950px;
height:auto;
backgrounf: #ffffff;
border:4px solid #f1f1f1;

}

#gridWrapperS.box3{
max-width:100%;
height:auto;
border: none;

}


#gridWrapperS .box3 img{
width:150px;
height:250px;
float:left;
margin-left:50px;
}




.over01 {
    background: url("images/Bt1_on.png") no-repeat;
}

.over01 a {
    display: inline-block;
}

.over01 a:hover {
	background-color: transparent; /* IE6対応 */
}

.over01 a:hover img {
    visibility: hidden;
}


.over02 {
    background: url("images/Bt2_on.png") no-repeat;
}

.over02 a {
    display: inline-block;
}

.over02 a:hover {
	background-color: transparent; /* IE6対応 */
}

.over03 a:hover img {
    visibility: hidden;
}




.over03 {
    background: url("images/Bt3_on.png") no-repeat;
}

.over03 a {
    display: inline-block;
}

.over03 a:hover {
	background-color: transparent; /* IE6対応 */
}

.over03 a:hover img {
    visibility: hidden;
}















/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #f1f1f1;
overflow:hidden;
}

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

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

h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#333;
background:#ffffff;
}

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

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

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

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}






#aisatu h5{
border-bottom:solid;
padding:5px 10px;
line-height:43px;
color:#333;
background:#ffffff;
}


#aisatu{
font-family: serif;
font-size:1.2em;
padding:20px;
margin-bottom:20px;
border:1px solid #f1f1f1;
overflow:hidden;
float:right;

}

#aisatu p{
padding:10px;
}


#aisatu img {
float:right;
margin-top:15px;
margin-left:10px;
}




dt{
font-weight:bold;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
}
dd{
	line-height:35px;

}
.content img{
	margin:-7px  7px;
}
.aisatu{
	font-family:HG正楷書体-PRO;
	font-size:1.1em;
}



#ac{
margin-top:20px;
padding-top: 30px;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;

}



.heading{
	padding-top:100px;
	text-align:center;
	margin: 0 auto;
	font-size:1.5em;
}


.heading2{
	padding-top:100px;
	text-align:center;
	margin: 0 auto;
	font-size:1.5em;
}


#ac .toi1{
			text-align:center;
			font-size:1.5em;
}

#ac .toi2{
			padding:50px;
			text-align:center;
			margin: 0 auto;
			width:80%;
			font-size:1.1em;
			word-wrap: break-word;

}




*, *:before, *:after {
	box-sizing: border-box;
}
.gridWrapper{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.gridWrapper > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.gridWrapper > div{
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 960px) {
	#aisatu2  > img{
		width: 50%;
		height: 50%;
	}
}





#gridWrapperS{
	width:100%;
	height:100%;
}



/****
#gridWrapperR{
	width:100%;
}
***/


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px 15px 15px 0;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:pre-wrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}





table.table2{
border-collapse:collapse;
margin:0 auto ;
}

table.table2 td{
border-collapse:collapse;
background-color:#ffffff;
text-align:left;
padding:8px;
border:1px solid #F5F5F5;
line-height:20px;
}

table.table2 th{
background-color:#ffffff;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #F5F5F5;
border-right:4px solid #F5F5F5;
border-bottom:1px solid #F5F5F5;
border-left:1px solid #F5F5F5;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}



/*************
/* フッター
*************/
#footer{
margin-top:100px;
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#f3f3f3;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:12px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}

ul.footnav{
float:right;
width:650px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}
#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#dbdbdb;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}

	#wrapper{padding-bottom:20px;}



  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}

	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	float:left;
	font-size:13px;
	width:150px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

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

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#f9f9f9;
	padding-top:9px;
	}

	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:17px auto;}

	#main{
	float:right;
	width:100％;
	}

	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}

	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}

	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	float:right;
	}

	#gallery article{padding:10px 0 10px 10px;}

	/* グリッド */

	#subpage .grid{width:auto;}

  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
  margin-bottom:5px;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	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 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:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}

	nav#mainNav ul li a span{padding-left:10px;}

	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}

	nav#mainNav ul li:last-child a{border:0;}

	nav#mainNav ul li.active a{color:#006699;}

	nav div.panel{float:none;}

	#subpage #mainBanner{max-width:668px;}

	#sidebar{padding-bottom:30px;}

	#sidebar article{padding:7px 0;}

	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}

	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}

	.grid1{
	width:45%;
	margin:10px 0 0 1%;
	}


	.grid2{
	width:45%;
	margin:10px 0 0 1%;
	}


	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}

	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}

	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}

	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}





   .container1 {

  justify-content: flex-start;
  margin:0 auto;
border:2px solid #1E296D;
width:700px;
height:auto;
max-width:100%;
}

   .container2 {

  justify-content: flex-start;
  margin:0 auto;
border:2px solid #036EB8;
width:700px;
height:auto;
max-width:100%;
}

   .container3 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #2DA7E0;
width:700px;
height:auto;
max-width:100%;
}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}

	#header h1,.logo,.info{text-align:center;}


.logo{
	clear:both;
	width:80%;
	float:none;
	text-align:center;
	}



.info{
	clear:both;
	width:100%;
	float:none;

	}
span {
   display: inline-block;
}


	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}

	.box img{
	float:left;
	margin-right:5px;
	}

	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

	#gallery .grid{float:left;}


	.slogan2 h2{font-size:0.8rem;}



#gridWrapperL img{
width:97%;
margin-right:25px;
margin-left:25ppx;
margin-top:30px;
}






.container1 {
	  display: flex;
justify-content: flex-start;
margin:0 auto;
border:2px solid #1E296D;
width:700px;
height:auto;
max-width:100%;
}

.container2 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #036EB8;
width:700px;
height:auto;
max-width:100%;
}

.container3 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #2DA7E0;
width:700px;
height:auto;
max-width:100%;
}



}









/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.grid1{width:100%;}
	.grid2{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2{font-size:85%;}
	#mainBanner p{font-size:60%;}



 .container1 {
  display: flex;
justify-content: flex-start;
margin:0 auto;
border:2px solid #1E296D;
width:700px;
height:auto;
max-width:100%;
}

.container2 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #036EB8;
width:700px;
height:auto;
max-width:100%;
}

.container3 {
  display: flex;
  justify-content: flex-start;
  margin:0 auto;
border:2px solid #2DA7E0;
width:700px;
height:auto;
max-width:100%;
}


}




