@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:#86dcd3;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
border-top:5px solid #86dcd3;
background:#ffffff;
/*background:#1c1d1e;*/
-webkit-text-size-adjust: none;/*テキストが自動で拡大されるのを防ぐ*/
 
}

html{background:#1c1d1e;}

img {
	vertical-align: bottom;
}

img {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}

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



/* ボータン設定
------------------------------------------------------------*/
.btn_one_01 {
background: #ffe5a8;  border-width: 2px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(221, 221, 221); border-radius: 2px; border-image: none; text-align: center; color: rgb(0, 0, 0); font-weight: bold; display: block; text-shadow: 1px 1px 1px white;}

.btn_one_01 img {
	vertical-align: middle;
}
.btn_one_02 {
background: #eee9e0;   margin: 0px auto 10px; padding: 6px; border-radius: 2px; border: 2px solid rgb(204, 204, 204); border-image: none; width: 50%; text-align: center; color: rgb(85, 85, 85); font-weight: bold; display: block; cursor: pointer; box-shadow: 0px 2px 0px #ddd; text-shadow: 1px 1px 1px white;
}

.btn_call {
	height: 55px; padding-top: 5px;
}

.content h3 {	
background: #eee9e0;  
	padding: 4px; border-radius: 2px 2px 0px 0px; border-image: none; font-size: 14px; font-weight: bold; margin-bottom: 10px; box-shadow: 0px 2px 0px #ddd; text-shadow: 1px 1px 1px white;
	color:#000;
}

.gridWrapper h3 {
	background: #eee9e0; 
	padding: 4px; border-radius: 2px 2px 0px 0px; border-image: none; font-size: 14px; font-weight: bold; margin-bottom: 10px; box-shadow: 0px 2px 0px #ddd; text-shadow: 1px 1px 1px white;color:#000;
}


.box15 {
    padding: 0.2em 0.2em;
    margin: 2em 0.5em;
    color: #565656;
    background: #ffe5a8;
    box-shadow: 0px 0px 0px 10px #ffe5a8;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
	clear:both;
}
.box15 p {
    margin: 0; 
    padding: 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;
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{	 
float:right;
overflow:hidden;
margin-top:10px;
}

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

ul#topnav li{
float:left;
margin:0 5px;
text-align:center;
}

ul#topnav a{
font-size:12px;
display:block;
padding:10px 10px;
color:#86dcd3;
}

ul#topnav span{
color:#ffe5a8;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
background:#86dcd3;
border-radius:5px;
color:#ffffff;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0 auto 30px;
padding:0;
width:100%;
line-height:0;
border-top:3px solid #86dcd3;
border-bottom:3px solid #86dcd3;
}

#mainBanner .inner{position:relative;}

#mainBanner img{
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:#5c3993;
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 #dabd6f;
border-bottom:1px solid #dabd6f;
text-align:center;
}

.grid p{
padding:5px 0;
}

.grid p.img{
/*float:left;*/
margin:3px auto;
}

.grid p.txt{
	height:150px;
	overflow:scroll;
}

.readmore{
	clear:both;
	margin-bottom:0px;
	color:#fff;
	background:#a06019;
	text-align:center;}

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

.readmore a:hover{background:#a06019;}



/*↓↓トップのスタッフ写真並び↓↓*/
	
	#grid_top .item {
    	/*background: url(images/staff_bj.jpg) no-repeat;*/
	   	border: solid 2px #86dcd3;		
    	background-size: 100% 100%;
   		padding: 1px;
    	text-align: center;
    	overflow: hidden;
	}
	
	#grid_top .item img {
    	max-width: 100%;
    	height: 418px;
	}
	#grid_top .item .img_text {
    	max-width: 100%;
    	height: auto;
		padding:5px;
		color:#000;
		font-size:14px;
	}
	
	
	#grid_top .name {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 5px;
	margin-top:5px;
    text-align: center;
    /*background: url(images/name.png) no-repeat;*/
	background-color:#86dcd3;
	border-radius: 10px;
    background-size: 100% 100%;
	}

	/*↑↑トップのスタッフ写真並び↑↑*/



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

#footer .grid p{padding:0;}


#qrc{
	position:relative;
	margin:0 auto;
	text-align:center;
	}
#qrc img{
	width:338px;
	}
	
#link{
	position:relative;
	margin:0 auto;
	text-align:center;
	}
#link img{
	width:88px;
	}

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

.cam{
font-size:24px;
font-weight:bold;
text-align:center;
}

.panel-heading {
	border-color: rgb(214, 233, 198); color: rgb(229, 209, 195); 						    background-color: rgb(92, 57, 147);
	text-align:center;
	font-size:16px;
	padding:10px auto;
	font-weight:bold;
}

.menulist {
	border-bottom-color: rgb(211, 184, 155); border-bottom-width: 1px; border-bottom-style: dotted;
}
.menulist.last {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}

.row {
	margin-right: -15px; margin-left: -15px;
}
.row::after {
	clear: both;
}
.panel-body::after {
	display: table; content: " ";
}
.panel-body::before {
	display: table; content: " ";
}
.row::after {
	display: table; content: " ";
}
.row::before {
	display: table; content: " ";
}
.content .panel-body {
	text-align: center; line-height: 2.5em;
}
.content .panel-body small {
	font-size: 65%;
	margin:15px;
}

.col-sm-5 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-6 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-7 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}

.col-sm-5 {
	float: left;
}
.col-sm-6 {
	float: left;
}
.col-sm-7 {
	float: left;
}

.col-xs-6 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}


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

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

h3 span{
	font-size: 12px; display: block;
	}

h4.subhead{
padding:10px 0;
margin-bottom:10px;
font-size:14px;
font-weight:bold;
border-top:2px solid #eeeeee;
border-bottom:2px solid #eeeeee;
background-repeat:repeat-x;
color:#5c3993;
text-align:left;
}

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

section.content #gallery .grid img{max-width:212px}

img.frame,#gallery img{
	border:0px solid #86dcd3;
	padding:1px;
	background-color: #425483;
}

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

.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 #cd8e29;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#a06019;
border-left:#cd8e29 5px solid
}

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



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* MENU
*************/
#gnav{
	clear:both;
	}

#gnav > p {
	background: #eee9e0; padding: 6px; text-align: center; color: rgb(255, 255, 255); margin-bottom: 10px; border-bottom-color: rgb(97, 111, 5); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
#gnav ul li {
	background: linear-gradient(rgb(255, 255, 255) 4%, rgb(211, 211, 211) 53%, rgb(255, 255, 255) 100%); border-width: 4px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(221, 221, 221); margin: 0px 2% 10px 0px; border-radius: 2px; border-image: none; width: 32%; text-align: center; font-size: 11.5px; font-weight: bold; float: left; display: block; box-sizing: border-box; text-shadow: 1px 1px 1px white;
}
#gnav ul li:nth-of-type(3n) {
	margin-right: 0px;
}
#gnav ul li a {
	display: block;
	color:#000;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#86dcd3;
}

* html #footer{height:1%;}

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

#footer .logo img{
	width:100%;}
	
#footer .tel img{
	width:100%;}

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

#footer .copyright{font-size:11px; padding-top:5px; padding-left:5px}


/* PC用 */
@media only screen and (min-width:960px){	
	
	#header .logo img{
		width:300px;;
	}
	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	h3.heading{
		text-align:center;
}
	
	.leftside, .rightside {    
		float: left;   	 
		}    
  
		.leftside {    
			width: 640px;		 
		}    
		.rightside {    
			width: 300px;
	 
		} 
	
  
	.slogan{top:100px;}
	
	.subImg .slogan{left:auto;right:0;top:70px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	margin:0px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:210px;
	margin-left:0px;
	margin-bottom:10px;
	position:relative;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:298px;}
	#footer .grid{border:0;}
	
	.col-sm-5 {
		float: left;
	}
	.col-sm-6 {
		float: left;
	}
	.col-sm-7 {
		float: left;
	}

	.col-sm-7 {
		width: 41.66%;
	}
	.col-sm-6 {
		width: 41.66%;
	}
	.col-sm-5 {
		width: 41.66%;
	}


	#grid_top{
		width: 31%;
		float: left;
    	min-height: 1px;
   	 	padding-left: 5px;
    	padding-right: 5px;
		display: block;
	}
	
		.grid_top2{
		width: 23.9% !important;
		float: left;
    	min-height: 1px;
   	 	padding-left: 5px;
    	padding-right: 5px;
		display: block;
	}
	

	
	.gridWrapper h3 {
		width:95%;
	}
	
	.content .panel-body {
		font-size: 1.5em;
}

}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	
	#header .logo img{
		width:300px;;
	}
	
	*{
    -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;
	}	
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:40%;
	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;
	}
	
	#grid_top{
		width: 50%;
		float: left;
    	min-height: 1px;
   	 	padding-left: 5px;
    	padding-right: 5px;
		display: block;
	}
	
	
	#footer .grid:last-child{padding-top:20px;}
}


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

	#header h1{text-align:center;}
	
	#header .logo img{
		width:100%;
	}
	
	
	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #86dcd3;
	border-right:1px dashed #86dcd3;
	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.active a,ul#topnav a:hover{border-radius:0;}

	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
	
	.col-sm-5 {
	float: left;
}
.col-sm-6 {
	float: left;
}
.col-sm-7 {
	float: left;
}

.col-sm-7 {
	width: 58.33%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66%;
}

#grid_top{
		width: 30%;
		float: left;
    	min-height: 1px;
   	 	padding-left: 5px;
    	padding-right: 5px;
		display: block;
	}
	

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	
	#header .logo img{
		width:100%;
	}

	
	h3.heading{
		text-align:center;
}

	#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;}
	
	#grid_top{
		width: 50%;
		float: left;
    	min-height: 1px;
   	 	padding-left: 5px;
    	padding-right: 5px;
		display: block;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	
	h3.heading{
		text-align:center;
	}
	#grid_top .item img{
		height: 270px;
	}
	#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;
	}
	
	/*↓↓トップのスタッフ写真並び↓↓*/
	#grid_top{
		width: 50%;
		float: left;
    	min-height: 1px;
   	 	padding-left: 5px;
    	padding-right: 5px;
		display: block;
	}	

	/*↑↑トップのスタッフ写真並び↑↑*/

}
