body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.sp { display: none !important; }
.pc { display: block !important; }

.header_area {
	background:#09f;
	width:100%;
}
.header_area > ul {
	width:980px;
	margin:auto;
}
.wrapper {
	width:980px;
	margin:0 auto 85px;
}
.main_area > img {
	display:block;
}
.main_area > h1 {
	background:#f00;
	color:#fff;
	text-align:center;
	font-size:34px;
	padding:10px;
}
.main_area > h2 {
	text-align:center;
	font-size:20px;
	padding:10px 0;
	line-height:1.3em;
}

.fixed_area {
	position:fixed;
	bottom:0;
	background:#960a0b;
	width:100%;
	padding:10px 0;
	z-index:100;
}
.fixed_area > ul {
	width:980px;
	margin:auto;
}
.fixed_area > ul li {
	display:inline-block;
	color:#fff;
	width:50%;
	text-align:center;
	vertical-align:middle;
	line-height:1;
	box-sizing:border-box;
	padding:0 10px;
}
.bokin_txt {
	font-size:24px;
	font-weight:bold;
}
.bokin_btn a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f66f01), color-stop(0.00, #ffaa37));
	background: -webkit-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -moz-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -o-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -ms-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: #f66f01\9;
	border:1px solid #f65f0e;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:10px 0;

	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px;
	font-weight:bold;
	font-size:24px;
	text-shadow:3px 3px 7px #db510b;
}
.bokin_btn a:hover {
	background:#ffaa37;
}
.bokin_btn a:before {
	content:"\f144";
	font-family:FontAwesome;
	margin-right:10px;
	text-shadow:none;
}
.ttl_bar {
	background:#09f;
	color:#fff;
	padding:10px;
	font-size:20px;
	letter-spacing:2px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);


	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0099ff), color-stop(0.00, #5fbfff));
	background: -webkit-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: -moz-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: -o-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: -ms-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: linear-gradient(to bottom, #5fbfff 0%, #0099ff 100%);
}
.news_area {
	margin:0px 0;
}
.news_area > div {
	display:inline-block;
}
.news_ttl {
	float:left;
}
.news_ttl > h3 {
	position:relative;
}
.news_ttl > h3 > a {
	position:absolute;
	color:#fff;
	right:10px;
	font-size:16px;
	letter-spacing:0;
	display:inline-block;
}
.news_ttl > h3 > a:after {
	content:"\f144";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.news_ttl > h3 > a:hover {
	color:#f90;
}
.news_ttl > div {
	display:inline-block;
	width:49%;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	position:relative;
}
.news_ttl > div .wp-post-image {
	float:right;
}
#news1 {
	border-right:1px dashed #005;
}
#news_date {
	font-size:12px;
}
#news_ttl {
	margin:10px 0;
	font-weight:bold;
}
#news_txt > a {
	font-weight:normal;
	color:#000;
}
.news_mov {
	float:right;
	border:1px solid #ddf;
	position:relative;
	width:29%;
	box-sizing:border-box;
	background:rgba(200,200,200,0.1);
}
.news_mov > div {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.imgbox {
	padding:5px;
	box-sizing:border-box;
	border:1px solid #dadada;
	margin-bottom:10px;
}
.imgbox img {
	width:100%;
}
.imgbox_close {
	padding:5px;
	box-sizing:border-box;
	border:1px solid #dadada;
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.img_close img {
	width:100%;
}
.img_close {
	width: 48%;
}
.contents_area > div > .imgbox > p {
	word-break:break-all;
	margin:0;
	font-size:12px;
}
.imgsize_s {
	width:250px;
}
.imgsize_m {
	width:350px;
}
.imgsize_l {
	width:500px;
}
.imgbox_r {
	float:right;
	margin-left:20px;
}
.imgbox_l {
	float:left;
	margin-right:20px;
}
.contents_area {
	margin-top:40px;
}
.contents_area h4 {
	margin:40px 0 20px;
	padding:0 0 0 10px;
	font-size:16px;
	border-left:15px solid #06a;
}
.contents_area p {
    margin: 15px 0;
    line-height: 24px;
}
.content_ul li {
    list-style: disc;
    margin: 20px 0;
    line-height: 24px;
}
.three_data_ul > li {
	width:33%;
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	padding:10px;
}
.three_data_ul > li > h5 {
	color:#CA1202;
	border-bottom:2px solid #999;
	padding:30px 0 20px;
	font-size:30px;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
.three_data_ul > li > p {
	color:#CA1202;
}
.two_col_ul > li {
	display:inline-block;
	width:49%;
	box-sizing:border-box;
	padding:10px;
}
.two_col_ul > li > div {
	border:1px solid #ccc;
	padding:10px;
}
.two_col_ul > li > div > h5 {
	font-size:16px;
	border-bottom:2px solid #999;
	padding:10px 0;
	text-shadow:2px 2px 3px rgba(145,88,175,0.5);
}
.two_col_ul > li > div > ul {
	padding-left:30px;
}
.two_col_ul > li > div > ul > li {
	list-style:disc;
	margin:10px 0;
}
.two_col_ul > li > div > img {
	float:right;
	margin:10px 0 10px 10px;
	border:1px solid #dadada;
	padding:2px;
	display:block;
}
.donation_sample_area > li {
	width:50%;
	display:inline-block;
	box-sizing:border-box;
	padding:20px;
}
.donation_sample_area > li > h5 {
	display:block;
}
.donation_sample_area > li > h5 > span {
	background:rgba(0,153,255,0.3);
	padding:5px 40px 5px 5px;
	line-height:3em;
	border-radius:0 50% 50% 0;
}
.donation_sample_area > li > img {
	clear:both;
	float:left;
	margin-right:10px;
}
.donation_sample_area > li > p {
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}
.donation_sample_area > li > p > span {
	color:#d68812;
}
.dona_hosoku {
	float:right;
}
.dona_hosoku > li {
	font-size:12px;
}
.bokin_area {
	border-top:1px solid #ccc;
	text-align:center;
	margin-top:50px;
}
.bokin_area > h3 {
	color:#ca1202;
	font-size:24px;
	padding:30px 0 20px;
}
.bokin_area_txt {
	font-weight:bold;
	margin-bottom:20px;
}
.bokin_area_txt2 {
}
.footer_area {
	border-top:1px solid #ccc;
	margin-top:50px;
	background:#09f;
	padding:20px;
}
.footer_area > p {
	color:#fff;
	margin:10px 0;
}
.footer_area a {
	color:#fff;
	font-weight:bold;
}
.footer_area a:hover {
	color:#f90;
}
.footer_area > p:first-child a:after {
	content:"\f101";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.pagetop {
	text-align:right;
}
.pagetop a:before {
	content:"\f077";
	font-family:FontAwesome;
	margin-right:10px;
}
/*20170921*/
.ma_bt130p{
	margin-bottom:130px !important;
}
.bottom_text_a {
    color: #000;
    font-size: 24px;
    padding: 30px 0 20px;
    font-size: 14px;
    line-height: 24px;
}
.bottom_text_b {
    color: #000;
    font-size: 24px;
    padding: 0px 0 20px;
    font-size: 14px;
    line-height: 24px;
}
.bottom_text_c {
    color: #000;
    font-size: 24px;
    padding: 20px 0 0px;
    font-size: 14px;
    line-height: 24px;
}
.content_ul li{
	list-style: none;
}
.ma_95p {
    width: 100%;
    margin: 0 auto;
}
.width_70p{
	width:70%;
}
.width_30p{
	width:30%;
}
.width_40p{
	width:40%;
}
.width_60p{
	width:60%;
}
.flt_l{
	float:left;
}
.flt_r{
	float:right;
}
.font_11p{
	font-size: 11px !important;
}
.news_ttl ul{
	width:48%;
	float:left;
	color: #003366;
}
.news_ttl img {
    padding: 20px 20px 20px 0;
    float: left;
}
.news_ttl {
    padding: 0px 0px  10px 0px;
}
p.news_ttl {
    font-weight: bold;
    font-size: 14px;
	max-width: 290px;
}
.p_st1{
	margin: 10px auto;
}
.p_st2{
	margin: 10px 0px;
}
.ul_st{
	padding:5px;
}
.bo_dted{
	border-right: dotted 1px #000;
}
.kizi_flt_r{
	float:right;
}
/*20170921*/

#donation {
}
#donation div {
	display: inline-block;
	width: 440px;
	margin: 15px;
}
#donation p {
	font-size: 0.9em;
	text-align: right;
}
.support h5 {
	border-left: 10px solid #8bccf6;
	padding-left: 5px;
	margin-bottom: 5px;
}
.support p {
	margin: 0 0 15px;
}
span.caution {
	font-size: 0.8em;
}
.news1 {
    border-right: 1px solid #ccc;
    padding-right: 20px;
	padding-left: 10px;
}
.news_date{
	padding: 20px 0 10px 0;
}
.news2{
    padding-right: 10px;
	padding-left: 20px;
}
.news_txt {
    clear: both;
}
p.news_txt {
    padding: 0pxx;
}
p.news_next{
	padding: 10px 0;
	text-align: right;
}

.ul_done li{
	margin: 1em 0;
	margin-left: 30px;
	list-style-type: disc;
}

/* movie */
#movie {
	text-align: center;
	display: flex;
	justify-content: space-between;
}
#movie h3 {
	margin-bottom: 20px;
}
.move_st {
    border: solid 1px #ddd;
    padding: 10px 10px 0px 10px;
    margin: 10px 0;
}
#movie p{
	text-align: left;
    padding: 20px;
}
.movie_inner {
		width: 49.5%;
}
.movie_inner div {
	position: relative;
	width: 100%;
  padding-top: 56.25%;
}
.movie_inner div iframe {
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 600px) {
	#movie {
		 flex-wrap: wrap;
	}
	.move_st {
	    margin: 10px;
	}
	.movie_inner {
			width: 100%;
	}
	.imgbox_close {
		padding:5px;
		box-sizing:border-box;
		border:1px solid #dadada;
		margin-bottom:10px;
	}
	.img_close {
		width:100%;
	}
}
