@charset "utf-8";

/* =Reset default browser CSS. 全国HPよりしゅ流用　201708　shida
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, 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: normal;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: "" "";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, topb_cover_box {display: block;}


/* ベース、リンク設定
------------------------------------------------------------*/
body {
	font-size: 15px;
	line-height: 1.8;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	background: #fffdf7;
	/* shioda add 170829
	background: #f8f7f2;　*/
	
	-webkit-text-size-adjust: none;
}

img {height: auto;border: 0;}
a {color: #dc5b00;word-break:break-all;}
a:hover {text-decoration: none;}

/* レイアウト
------------------------------------------------------------*/
.inner {
	width: 960px;
	margin: 0 auto;
}

.footer {
	padding: 30px 0 0;
	background: #eeb835;
/* background: #e9c161; */
	color: #ffffff;
}

.main {
	float: right;
	width: 680px;
	margin: 20px 0;
}

.side {
	float: left;
	width: 220px;
	margin: 20px 0;
}

.header {
	background: #eeb835;
/* background: #e9c161; */  
	height: 120px;

}



/* TOP画像　shioda add 170830 
------------------------------------------------------------*/

#topb_cover_box {	
	    max-width: 100%;
	    max-height: 100%;
    	overflow: hidden;
	　/* min-width: 1020px; */
		height: 360px;
		background: #fed175;
	 /* background: #ffeac6;    or   #fad391shioda add 170905 */
		background-position: center center;
	    margin:  0 auto;
		}

#topb_cover {
		width: 960px;
		height: 320px;
		margin: 0 auto;
		position: relative;

}
	
#topb_cover h6 {
		position: absolute;
		left: 0;
		top:  0;
}

#topb_cover p {
		color: #fff;
	    font-size: 22px;	
		position: absolute;
		top: 100px;
		left: 25px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 


/* レスポンシブ　TOP画像　shioda add 170830 */

@media only screen and (max-width:959px) {

#topb_cover_box{
	    width: 100%;	
	    height: 90%;
		background-position: center center;
}


#topb_cover h6 {
		width: 95%;
		text-align: left;
		line-height: 1;
		position: static;
}
	
#topb_cover h6 img.pc {
		width: 95%;
}

#topb_cover p {
		color: #fff;
	    font-size: 24px;	
		position: absolute;
		top: 25px;
		left: 0px;
}	
	
}

/* shioda add 20170907 start */

@media screen and (max-width: 768px) {

#topb_cover_box{
	    width: 100%;	
	    height: 80%;
		background-position: center center;	

}


#topb_cover h6 {
		width: 95%;
		text-align: left;
		line-height: 1;
		position: static;
}
	
#topb_cover h6 img.pc {
		width: 95%;
}

#topb_cover p {
		color: #fff;
	    font-size: 20px;	
		position: absolute;
		top: 85px;
		left: 22px;
}	
	
}

/* shioda add 20170907  end */

	

@media only screen and (max-width: 644px) {


#topb_cover_box{
        width: 100%;	
	    height: 200px;
		background-position: center center;
	    
}
	
#topb_cover {
        
}
	
	

#topb_cover h6 {
		width: 95%;
		line-height: 1;
		position: static;
}

#topb_cover h6 img.sp {
		
}
	
	
#topb_cover p {
		color: #764b02;
	/*
	    text-shadow: 1px 2px 3px #222222;
	*/
	　　letter-spacing: 10px;
	    font-size: 15px;
	    line-height: 1.4;
	    font-weight: bolder;
		position: absolute;
	    text-align: center;
		top: 130px;
		left: 75px;
}

    .pc { display: none !important; }
    .sp { display: block !important; }
	
	
}


/*------------------------------------------------------------*/


/*959px以下からワンカラムにする*/
@media only screen and (max-width: 959px){
	.inner {width: 95%;}
	.main,.side {
		float: none;
		width: 100%;
		margin: 20px 0 0;
	}
	.header {
		background-image: none;
		padding: 5px 0 5px 0;
	    height: 100%;
	
	}
}




/* ヘッダー
------------------------------------------------------------*/
.header_logo {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: right;
	position: relative;
}

.header_logo img.logo2 {
	float: right;	
}

.header_logo img.logo3 {
	float: left;
	margin-left: 60px;
}
.line1{
	clear: both;
}


@media only screen and (max-width:959px) {
	.header_logo {
		width: 95%;
		height: 95%;
		text-align: left;
		line-height: 1;
		position: static;
	}

	.header_logo img.logo2 {
		width: 400px;
	}
	.header_logo img.logo3 {
		position: static;
		display: block;
		margin: 0 auto;
		
	}
	.sp_btn {
		display: block !important;
		float: right;
		margin: 10px 15px 0 0;
	}
}

/* shioda add 20170907 start */

@media screen and (max-width: 768px) {
	
.header_logo {
		width: 95%;
		height: 95%;
		text-align: left;
		line-height: 1;
		position: static;
	}

	.header_logo img.logo2 {
		width: 80%;
	}
	.header_logo img.logo3 {
	position: absolute;
    top: 5px;
    left: 20px;
	}
	
}

/* shioda add 20170907 end */



@media only screen and (max-width: 644px) {

	.header_logo {
		width: 95%;
		height:95%;			
	}
	.header_logo img.logo2 {
		display: block;
		width: 230px;
	}

	.header_logo img.logo3 {
		display:none;		
	}

}
/* フッター
------------------------------------------------------------*/
.footer .adress {
	float: left;
	width: 48%;
	padding: 0 2% 30px 0;
	font-size: 13px;

}

.footer .adress h3 {
	margin: 0 0 5px;
	font-size: 16px;
}

.footer .adress a {
	color: #ffffff;
}

.footer .copyright {
	clear: both;
	padding: 5px 10px;
	text-align: center;
	font-size: 11px;
/*	background: #eaa42c; */
	background: #eaa42c;  

}


.pcNone{
	display: none;
}

@media only screen and (max-width:959px) {
.pcNone{
	display: block;}
}

/* TOPに戻るボタン */
#pageTop {
	line-height: 0;
	position: fixed;
	right: 15px;
	bottom: 15px;
}

@media only screen and (max-width:959px) {
	.footer .adress {
		float: none;
		width: 98%;
		
	}
}

/* サイド
------------------------------------------------------------*/
.side_banner {margin: 0 0 15px;text-align: center;}
.side_banner img {max-width: 100%;}
.side_banner a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*firefox*/
}

/*サイドナビ*/
.side_nav {margin: 0 0 40px;}

.side_nav_item {
	margin: 0 0 13px;
	text-align: center;
	border-bottom: 1px dashed #eaa42c;
	border-right:  2px solid #eaa42c;
}

.side_nav_item > a {
	display: block;
	padding: 10px 10px 5px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #333333;
	text-decoration: none;
	background: url("../images/side_ic02.png") no-repeat 3px center;
}

.side_nav_item > a:hover {
	color: #eaa42c;
	background: url("../images/side_ic03.png") no-repeat 3px center;
}


.logo_n {
	border: 1px solid #cccccc;
}


@media only screen and (max-width:959px) {
	/*ナビをぬるっと動かす
	参考URL：http://goo.gl/6Cnxqb
	スマホのモダンブラウザでの挙動のみを考慮しています（IE対応とかは考えていません）*/
	.side_nav.open {
	-webkit-transform: translate3d(-220px, 0, 0);
	transform: translate3d(-220px, 0, 0);
	}
	.side_nav {
		position: fixed;
		top: 0;
		right: -230px;
		width: 220px;
		height: 100%;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .2s;
		transition: all .2s;
		background-color: #fafafa;
		border-left: 1px solid #eaa42c;
		z-index: 10;
	}
	.side_nav ul {margin: 10px 0;}
	.side_nav_item {margin: 0;}
	.side_nav_item a {
		padding: 12px 0;
		font-size: 13px;
		background-image: none;
	}
	.side_nav .sp_btn {
		float: none;
		width: 100px;
		margin: 30px auto;
		padding: 5px;
		background: #eaa42c;
		text-align: center;
		color: #ffffff;
	}

}




@media screen and (max-width: 480px){
.spNone { display: none;}
}


/* メイン（トップページ）
------------------------------------------------------------*/
/*スライドショー*/
.top_img {margin: 20px 0 50px;}

/*YouTube*/
.top_video {
	margin: 20px 0;
	text-align: center;
}

.top_video iframe {
	width: 100% !important;
}



.exp-search-big-thumbs {
	background: transparent !important;
}



.top_info {
	margin: 0 0 30px;
	padding: 15px 20px;
	font-size: 18px;
	background: #ffffff;
	/*170816 shioda add background: #fafafa; */
	box-shadow: 1px 1px 2px 0 #ccc;

}

.top_info p {
	font-size: 16px;
	line-height: 2.5;
}

@media only screen and (max-width:959px) {
.top_info {
	
}

.top_info p {
	font-size: 14px;
	line-height: 170%;
	
	
}

}





/* メイン（サブページ）
------------------------------------------------------------*/
/*パンくず*/
.Breadcrumb {
	padding: 20px 0 0;
	text-align: right;
}
.Breadcrumb a {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}
.Breadcrumb a:hover {color: #dc5b00;}

@media only screen and (max-width: 959px){
	.Breadcrumb {
		text-align: left;
	}
}

/*記事ベース設定*/

.post {

	/* shioda add 170828 
	background: #fafafa;
	*/
	background: #ffffff;
	box-shadow: 1px 1px 2px 0 #ccc;
}

.post_inner {
	padding: 30px 20px 20px;
	/* shioda add 170828 
	background: url("../images/h1_bg01.png") no-repeat 95% top; */
}

.post p {margin: 0 0 10px;}
.post strong {font-weight: bold;}
.post a {text-decoration: underline;}
.post a:hover {text-decoration: none;}

.post .link a {
	padding: 3px 0 3px 25px;
	color: #dc5b00;
	/* shioda add 170829
	background: url("../images/link_ic01.png") no-repeat left 5px;
	text-decoration: none;
	*/
}

.post .link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*firefox*/
}

/*バナー*/
.post .banner {
	display: table;
	margin: 20px auto;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #157640;
}

.post .banner a {
	display: block;
	padding: 5px 40px 5px 15px;
	color: #ffffff;
	text-decoration: none;
	background: url("../images/banner_ic01.png") no-repeat 97% 43% #157640;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
.post .banner:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*firefox*/
}

.post hr {
	clear:both;
	border:0;
	height:0;
	border-bottom:1px dotted #999;
	margin:30px 0;
}
.post .iframe_wrap {
	width: 100%; /*スマホの時など自動で小さくなるようにする*/
	margin: 10px auto;
}

.post iframe {
	max-width: 100% !important; /*スマホの時など自動で小さくなるようにする*/
}

/*リスト*/
.post ul {
	padding:0 20px 10px 30px;
	list-style: disc;
}

.post ol {
	padding:0 20px 10px 30px;
	list-style: decimal;
}

/*表 class="default"をつける*/
.post table.default {
	margin:10px 0 20px;
	border:1px #aca166 solid;
	border-collapse:collapse;
	border-spacing:0;
}

.post table.default th {
	padding:10px 7px;
	vertical-align:middle;
	text-align:center;
	background: #eae7d9;
	border:#aca166 solid;
	border-width:0 0 1px 1px;
}

.post table.default td {
	padding:10px 7px;
	vertical-align:middle;
	border:1px #aca166 solid;
	border-width:0 0 1px 1px;
}

.post .sp_only {display: none;}/*スマホだけ表示*/

/*記事見出し設定*/
h1 {
	padding: 15px 20px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #ffffff;
	background: #51C3E9;
}

.post h2 {
	margin: 0 0  20px;
	padding: 0 0 0  10px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-left: 5px solid #eaa42c;
	/* shioda add 170828 
	background: url("../images/h2_bg01.png") no-repeat left 6px;
	*/
}

.post h3 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/*記事画像設定*/
.post img {max-width: 100%}
.post .alignleft {float: left;}
.post .alignright {float: right;}
.post img.aligncenter {display: block;margin: 20px auto;}
.post img.alignleft {margin: 0 20px 10px 0;}
.post img.alignright {margin: 0 0 10px 20px;}


/* 20180525 shioda add  摂食嚥下活動　ここから */
.swallowing{
	width: 600px;
}
.sw_l{
	width: 100px;
	float: left;
}
.sw_r{
	width: 500px;
	float: right;
}
/* 20180525 shioda add  摂食嚥下活動　ここまで */



/*スマホサイズでは見出しの文字をやや小さくし、記事内のfloatは解除する*/
@media only screen and (max-width: 644px){
	.post h1,.post h2 {font-size: 16px;}
	.post .alignleft {float: none;}
	.post .alignright {float: none;}
	.post img.alignleft {display:block;margin: 20px auto;}
	.post img.alignright {display:block;margin: 20px auto;}
	.post .sp_only {display: block;}/*スマホだけ表示*/
	.post .pc_only {display: none;}/*PCだけ表示*/
	.post .banner {max-width: 100% !important;}
	
	/* 20180525 shioda add  摂食嚥下活動　ここから */
.swallowing{
	width: 100%;
}
.sw_l{
	width: 100%;
	float: none;
}
.sw_r{
	width: 100%;
	float: none;
}
/* 20180525 shioda add  摂食嚥下活動　ここまで */
	
}
