@charset "utf-8";
/*
Template: jstork
Theme Name: nook_6009
Theme URI:http://open-cage.com/stork/
*/

/*
	.site_description {
	    background: #1bb4d3;
	    color: #ffffff;
	}
*/
/*ヘッダー　メニューやロゴ*/

.nav > li > a{
	padding: 12px 1em 6px;
}
@media only screen and (min-width: 768px){
	#logo {
		padding: 0em 0em 0em 1em;
	}
	#logo img {
	    max-height: 55px;
	}
	.nav > li {
	    font-size: 0.9em;
	}
}

@media only screen and (min-width: 1166px){
	#logo{
		padding: 0.5em 0em 0 3em;
	}
		#logo img {
		    max-height: 65px;
		}
	#inner-header{
		border-radius: 3px;
	}
	.nav_btn.search_btn{
		   padding: 16px 1.5em 20px;
	}
	.nav > li > a {
	    display: block;
	    text-decoration: none;
	    line-height: 1.1;
	    padding: 28px 1.7em 18px;
	}
}
/*- ヘッダースライド -*/
#custom_header .ja{
	display: inline;
    background-image: linear-gradient(transparent 0%, #5bb7d6 0%);
	color: #fff;
}
#custom_header .en span{
	background-image: linear-gradient(transparent 20%, #5bb7d6 20%);
	color: #fff;
}
@media only screen and (min-width: 1166px){
	#custom_header {
	    top: -2em;
	    }
}
@media only screen and (min-width: 768px){
	#custom_header {
	    margin-bottom: 	10px!important;
	}
	.slick-slider{
		margin-bottom: 10px!important;
	}
}


/*パンクズリスト*/
#breadcrumb{
    border-radius: 3px;
}
/*固定ページ 共通 */

.page-template-page-full .page-title{
	text-align: center;
}
h1.page-title{
	font-size: 1em;
	margin: 2em 0 3.5em;
	color: #0084B4;
}
	h1.page-title .gf{
		text-transform : uppercase;
		font-size: 1.8em;
		text-decoration: underline;
	}

/*-- サイドバー --*/
.prof{
	padding-top: 0.8em;
	width: 50%;
	height: auto;
	margin: 0px auto;
}

/*- メニュー MENU -*/
@media only screen and (min-width: 1166px){
	.page-menu #inner-content {
	    padding: 35px 16% 35px;
	    margin-bottom: 2em;
	}
}

.page-menu main h3{
	color: #5bb7d6;
	border: none;
	padding-left: 0px;
	font-size:1em;
	padding-bottom: 0px;
	overflow: hidden;
}
	.page-menu main h3 span{
		font-size: 0.7em;
		color: #3E3E3E;
		float: right;
	}
.page-menu main th{
	text-align: left;
	background: #5bb7d6;
	color: #fff;
	width: 30%;
}
/*- スタイル -*/
@media screen and (max-width: 1024px) and (min-width: 321px){
	#wdi_feed_0 .wdi_feed_item {
	    width: 33.333333333333%!important;
	}
}
/*-アクセス-*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*- ブログ -*/
.post-list-big article{
	border-bottom: 1px solid #ededed;
	padding: 3em 0;
}
.post-list-big article:last-of-type{
	border-bottom: none;
}
.post-list-big article:first-of-type{
	padding-top: 0px;
}
.page-blog h1.page-title {
    font-size: 1em;
    margin: 0em 0 3.5em;
    color: #0084B4;
	
}
/*-- フッター --*/
#footer-top .inner{
	background: transparent!important;
}
	.footer .inner{
		border-radius: 3px;
	}