@charset "UTF-8";
/* CSS Document */
.clearfix {
	min-height: 1px;
	overflow:hidden;
}
.clear {
clear: both;
}
/* ==============================================================
　サイト全体
============================================================== */
html {
	margin:			0;
	padding:		0;
	overflow-y:		scroll;
	-moz-text-size-adjust:		none;/* スマホ文字サイズ自動調整 */
	-webkit-text-size-adjust:	100%;
	}
*{
	margin:				0;
	padding:			0;
	box-sizing:			border-box;	/* ボックスサイズ枠線まで含める */  
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box;
	}
	
img{/*画像 縦配置時の隙間なくす*/
	vertical-align:	middle;
	/*画像枠をつけない*/
	border-style:none;
	}
@media only screen and (max-width: 650px) {/* スマホ幅 */
		#message img {
			width:100%;
			max-width: 100%;
			height: auto;
			clear:both;
			margin:0 auto;
			}
		}
body {
	margin: 0px 0px 0px 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #FFFFFF;
	color: #444;
	background: url(../img/header_back.jpg) repeat-x;
	overflow: hidden;/*スマホ用*/
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		body{
			padding:		0;
			background: url(../img/header_back_s.jpg) repeat-x;
			}
		.none {display:none}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		body{
			padding:		0;
			}
		}
/* ------------------------------------- */
/* リセット
/* ------------------------------------- */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0;
	padding: 0;
}
/* ------------------------------------- */
/* 画像
/* ------------------------------------- */
img {
	border:			0;
	}
.resizeimage img {
	width: 100%;}

/* ------------------------------------- */
/* 文章
/* ------------------------------------- */
p {
   text-align: justify;
}
/* ------------------------------------- */
/* 回りこみ解除
/* ------------------------------------- */
.clear {
	clear:			both;
	}

html {/*スクロールバーを常に表示*/
     overflow-y:scroll;  
}
a img,
ol li img,
li img,
ul li img {/*上揃え*/
	vertical-align: top;
	text-align:center;
    border-style:none;
}
ol,ul{/*リストマークを消す*/
margin: 0;
padding: 0;
list-style-type: none;
}
ul ul{
	margin-left: 1em;
}
.tn {
	display: none;
}
.red {
	color: #FF3300;
}
/* ------------------------------------- */
/* 重なり順 設定
/* ------------------------------------- */
.container_g,
#header,
#gNav,
#mainVisual {
	position:	relative;
		}
/* TOPバナー2つ */
.container_g{
	z-index:	1;
	}
/* ヘッダー */
#header{
	z-index:	100;
		}
/* グローバルナビ */
#gNav {
	z-index:	10;
		}
/* スライド・ページタイトル */
#mainVisual{
	z-index:	-1;
	}

/* ------------------------------------- */
/*	フロート設定
/* ------------------------------------- */
.tex img.centered,
.tex img.aligncenter,
#message img.centered,
#message img.aligncenter {
    display:		block;
    margin-left:	auto;
    margin-right:	auto;
	clear:			none;
	}
.tex img.alignright,
#message img.alignright {
    margin-left:	20px;
    margin-right:	0;
    margin-bottom:	20px;
    display:		inline;
	clear:			none;
	}
.tex img.alignleft,
#message img.alignleft {
	margin-left:	0;
	margin-right:	20px;
	margin-bottom:	20px;
	display:		inline;
	clear:			none;
	}
.tex img.alignnone,
#message img.alignnone {
    margin-left:	0;
    margin-right:	0;
    margin-bottom:	10px;
	clear:			none;
	}
.tex .alignright,
#message .alignright {
	float:			right;
	}
.tex .alignleft,
#message .alignleft {
	float:			left;
	}
	@media screen and (max-width: 800px){
	/*	tex
	/* ------------------------------------- */
	.tex img.centered,
	.tex img.alignright,
	.tex img.alignleft,
	.tex img.alignnone,
	.tex img.aligncenter {
		display:		block;
		margin-left:	auto;
		margin-right:	auto;
		clear:			both;
		}
	.tex .alignright {
		float:			none;
		}
	.tex .alignleft {
		float:			none;
		}
	.tex .aligncenter {
		clear:			both;
		display:		block;
		margin-left:	auto;
		margin-right:	auto;
		}
	}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.gallery-icon {
    text-align: center;
}
.gallery-caption {
    color: #21759B;
    font-size: 0.8em;
    margin: 0;
    text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
    width: 24%;
    margin-right: 1%;
}

/* ==============================================================
　メインコンテンツ
============================================================== */
#wrapper{
	overflow: hidden;
	}
.wrapper_box {
	width: 100%;
	height: 158px;
	background: url(../img/header_bg.jpg) no-repeat center;
	box-shadow:0 5px 5px rgba(0,0,0,0.16);
	}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.wrapper_box {
			background: url(../img/header_bg_s.png) repeat;	
			height: 130px;		
			}
		}


/* contents -------------------- */

#container {
	max-width: 1000px;
	margin:30px auto;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#container {
			width: 100%;
			padding:0 10px;
			}
		}
#main {
	float: left;
	max-width: 730px;
	width:70%;
	padding: 0px 0px 0px 0;
	text-align: left;
	max-width: -webkit-calc(100% - 250px);
    max-width: calc(100% - 250px);
}

	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#main  {
			width:60%;
			padding: 0px 20px 20px 30px;
		
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#main  {
			width:100%;
			padding: 0px 20px 20px 20px;
			float: none;
			max-width: initial; 
			}
		}
/* ==============================================================
　ヘッダー
============================================================== */
#header {
	width: 1000px;
	height: 158px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu_box {
  position: absolute;
    bottom: 0;
}
@media only screen and (min-width: 801px) {/* PC幅 */
		#menu_box{
			text-indent: -9999px;
			}}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		#header {
			width: 100%;
			padding:0 10px;
			position:static;
			}
			#menu_box {
				position:static;
				bottom: 0;
				}
		}

		
/*	 logo
/* ------------------------------------- */
.logo a {
	background: url(../img/logo.png) no-repeat;
	width:461px;
	height:30px;
    background-size: 461px 30px;
	margin: 30px 0px 0px 0px;
}
.logo a span{
display: none;
}
@media only screen and (min-width: 801px) {/* PC幅 */
		.logo a {
			float: left;
			}}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.logo a { 
display: block;
	background: url(../img/logo_s.png) no-repeat;
	width:300px;
	height:62px;
    background-size: 300px 62px;
	margin: 25px auto 0px auto;
}}
@media only screen and (max-width: 650px) {/* スマホ幅 */
		.logo a {
    max-width: 100%;
	}}

/*	 address
/* ------------------------------------- */
.h_back{
max-width: 100%;
}

#header address {
	width: 465px;
	height: 32px;
	text-indent: -9999px;
	font-size: 9px;
	float: right;
	background: url(../img/ad.png) no-repeat 0px 0px;
	margin: 25px 10px 0px 0px;
	background-size: 465px 32px;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		#header address {
			display:none;
			}
		}

/* ==============================================================
　サイドバー
============================================================== */

.r_box,
.r2_box {
	min-width: 250px;
	width: 30%;
    float: right;
	margin-left: auto;
	margin-right: 0px;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.r_box,
		.r2_box{
			padding: 0px 20px 0px 0px;
}}
@media only screen and (max-width: 650px) {/* スマホ幅 */
		.r_box{
			padding: 0px 20px 20px 20px;
			width:100%;
			margin: 0px auto;
			float: none;
			}
		}
/* ------------------------------------- */
/*	 blog
/* ------------------------------------- */

@media only screen and (max-width: 650px) {/* スマホ幅 */
		.r2_box{
			display: none;
}}

/* ------------------------------------- */
/*	 banner
/* ------------------------------------- */

.banner {
	width:250px;
	float:right;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
	.s01 a:hover,
.s02 a:hover {
	text-decoration: none;
	filter:			alpha(opacity=75);
    -moz-opacity:	0.75;
    opacity:		0.75;
}}
@media only screen and (max-width: 650px) {/* スマホ幅 */
		.banner {
	width:100%;
	margin: 0px auto;
}
		}
.s01 img,
.s02 img,
.s03 img {
	width:100%;
	margin: 0px 0px 10px 0px;
}
.s01 span,
.s02 span,
.s03 span {
	display: none;
	height: auto;
}


@media only screen and (min-width: 801px) {/* PC幅 */

.banner {
	width:250px;
	margin: 0px 0px 0px 0px;
}
.s01 a,
.s02 a,
.s03 a{
	margin: 0px;
	text-decoration: none;
	display: block;
	overflow:hidden;
	outline:none;
	width: 250px;
}
.s01 a img,
.s02 a img,
.s03 a img {
	display: none;
}
.s01 a:hover,
.s02 a:hover {
	text-decoration: none;
}
.s03 a:hover {
	text-decoration: none;
	filter:			alpha(opacity=75);
    -moz-opacity:	0.75;
    opacity:		0.75;
}
.s01 a {
	height: 110px;
	background: url(../img/top/banner.jpg) no-repeat 0px 0px;
}
.s02 a {
	height: 114px;
	background: url(../img/top/banner.jpg) no-repeat 0px -110px;
}
.s03 a{
	height: 165px;
	background: url(../img/top/banner.jpg) no-repeat 0px -224px;
}
.s01 a:hover {
	background: url(../img/top/banner.jpg) no-repeat -250px 0px;
}

.s02 a:hover {
	background: url(../img/top/banner.jpg) no-repeat -250px -110px;
}}


/* ==============================================================
　フッター
============================================================== */

#footer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 130px;
	background-color:#e84d93;
}
.footer_box {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.footer_box{
			width: 100%;
			text-align: center;
			}
		}

.f_b01 {
	width: 350px;
	height: 75px;
	float: left;
	border-right: #fff 1px solid;
	margin: 25px 0px 0px 0px;
	color: #fff;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.f_b01{
			width: 100%;
			border-right: none;
			}
		}
h5.name {
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	color: #fff;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
}

.footer_box address {
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-style: normal;
}
.copy {
	padding: 5px 0px 20px 0px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	color: #fff;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.copy{
			text-align: center;
			}
		}
#nav_box {
	float: left;
	font-size: 0.9em;
	line-height:160%;
	padding: 0;
	margin: 30px 0 0 20px;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#nav_box{
			display:none;
			}
		}

.sub_box dt a,
.sub_box dd a {
	color: #fff;
	text-decoration: none;
}
.sub_box {
	
	height:95px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.sub_box dt {
	background: url(../img/top/sub_i01.png) no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
}
.sub_box dt a:hover,
.sub_box dd a:hover {
	color: #dcd4ff;
	text-decoration: underline;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*-----------------------------
日本財団マーク
------------------------------*/
.foundation {
	width: 80px;
	text-decoration: none;
	font-size: 9px;
	float: right;
	overflow:hidden;
	outline:none;
	padding: 20px 0px 0px 0px;
}
@media only screen and (max-width: 800px) {/* タブレット幅 */
		.foundation{
			display:none;
			}
		}