@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:#fff;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background:#0d174a;
}
nav{
    margin-top: 1%;
clear: both;
}
/* リンク設定
------------------------------------------------------------*/
a{color:#a3ffff;text-decoration:none;}
a:hover{opacity:.8;}
a:active, a:focus{outline:0;}
/* 全体
------------------------------------------------------------*/
#wrap{
margin:1% auto;
padding: 1%;
width:98%;
position:relative;
}
/*************
/* ヘッダー
*************/
header{
overflow:hidden;
padding:5px 0 0;
}
* html #header{height:1%;}
/*************
/* ロゴ
*************/
header .logo{
float:left;
padding:20px 0;
}
.logo a{
font-size:18px;
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;
}
.info{
float:right;
padding:10px;
}
.tel strong{
font-size:20px;
font-weight:bold;
}
/**************************
/* トップナビゲーション
**************************/
#topnav{
    margin-left: 5%;
    display:none;
}
#topnav li{
float:left;
width:13em;
padding:4px 0 4px 0;
color:#a3ffff;
font-size:14px;
font-weight:bold;
}
#topnav li ul li{
padding:4px 0 4px 0;
text-align:left;
font-weight:normal;
color:#a3ffff;
background:rgba(42, 27, 216, 0.21);
}
#topnav li ul{
margin-top:10px;
display:none;
}
#topnav li:hover ul{
display:block;
}
/*************
メイン コンテンツ
*************/
section{
font-size:14px;
margin: 1% 0;
}
article{
padding: 1% 0 ;
}
.ggmap{
width: 95%;
padding: 1% 2% 1% 0;    
margin: 0 auto;
}
h3.heading{
padding:3px 0 3px 10px;
font-size:20px;
border-left:3px solid #2c74c6;
color:#a3ffff;
}
h3.heading2{
padding:3px 0 3px 10px;
font-size:16px;
color:#a3ffff;
}
.grid img{
width: 98%;
padding: 1%;
float: left;
border: 0.2px solid #fff;
}
figure{
color:#a3ffff;
}
figure.catch{
padding: 0 2%;
}
.catch img{
width: 94%;
padding: 1%;
border: 2px solid #fff;
}
article p{
text-indent: 1em;
padding: 0 2%;
}
section h2{
padding:3px 0 3px 10px;
font-size:25px;
border:1px solid #2c74c6;
color:#a3ffff;
background:rgba(42, 27, 216, 0.21);
}
section h2 + p{
text-indent: 1.2em;
font-size:1.2em;
padding: 2%;
}
.gallery{
width: 98%;
margin: 0 auto;
overflow: hidden;
}
/*************
/* フッター
*************/
footer{
padding-top: 2%;
clear: both;
}
.footernav ul{
margin:5px;
}
.footernav li{
padding:0 7px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border:0;   
}
.footernav li a{
color: #ccc;
}    
footer .copyright{
font-size:11px;
text-align: center;
}

/*レスポンシブの設定*/

@media only screen and (min-width:748px){
/*ナビゲーションの変更*/
ul#topnav{
    display: block;
}
.slicknav_menu{
    display: none;
}
.grid{
float: left;   
width: 46%;
padding: 1%;
}
article{
    overflow: hidden;
    clear: left;
}
article p{
padding-left: 38%
}    
figure.catch{
float:left;
width: 45%;
}
}
@media only screen and (min-width:1024px){
/*コンテナの変更*/
#wrap{
width:1024px;
margin: 0 auto;
}
/*メインコンテンツの変更*/
.grid{
width: 23%;
padding: 1%;
}
/*フッターの変更*/
footer{
clear: both;        
}
footer div.logo{
float: left;
padding-right: 15%;        
}
div.footernav{
float: right;        
}
}

