/*----------------------
1030px = 狭いPC
767px = sp/tab
480ox = sp
----------------------*/

/* ============================ 
slider
============================ */
#slider-wrap{
	position: relative;
}
#slider{
	overflow:hidden; 
	position: relative;
	z-index: 0;
}  

#slider span{
	padding: 0;
	margin: 0;
	line-height: 1;
}

#slider img {
	max-width: 100%; 
	height: auto;
}
.slider-msg{
	display: block;
	position: absolute;
	bottom: 1em;
	right: 0;
	background: rgba(218, 232, 245, .8);
	border-radius: .5em 0 0 .5em;
	-moz-border-radius: .5em 0 0 .5em;
	-webkit-border-radius: .5em 0 0 .5em;
	line-height: 1.4;
	padding: 1em 2em 1em 1em;
}
.slider-msg div.slider-arw{
	color: #0075c2;
	font-weight: bold;
	position: relative;
	font-size: 1em;
}
.slider-msg div.slider-arw:before{
	position: absolute;
	content: "";
	top: 50%;
	right: -2em;
	margin-top: -6px;
	border: 7px solid transparent;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-color: #0075c2;
}
.slider-msg div.slider-arw div{
	font-size: 1.25em;
	font-weight: bold;
}
	@media screen and (max-width: 480px) {
		.slider-msg{
			bottom: .75em;
			padding: .75em 1.75em .75em .75em;
		}
		.slider-msg div.slider-arw{
			font-size: .75em;
		}
	}



.slider-news{
	display: block;
	background: #7eafe0;
	position: relative;
	top: -1px;
	padding: 0.25em 0 0.35em;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
}
.slider-news span{
	font-weight: bold;
	font-size: 1.42857142857em;
}
.slider-news span.new{
	font-weight: bold;
	color: #7eafe0;
	background: #ffff00;
	border-radius: 3em;
	font-size: .925em;
	padding: .125em 1em .25em;
	letter-spacing: 0;
	line-height: 0;
	margin-right: 1em;
	position: relative;
	top: -2px;
}
.slider-news .yellow{
	color: #ffff00;
}
.slider-news a{
	color: #fff;
	font-weight: bold;
	padding-right: 1.75em;
	position: relative;
}
.slider-news a:before{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	margin-top: -6px;
	border: 7px solid transparent;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-color: #ffff00;
}

	@media screen and (max-width: 480px) {
		.slider-news{
			font-size: 0.9em;
		}
	}

	
/* ============================
contents
============================ */
#contents{
	padding: 2% 7%;
}

	@media screen and (max-width: 834px) {
		#contents{
			padding: 6%;
		}
	}

/*tipics ==============================*/
.topicsall{
	position: relative;
}
/* 吹き出し本体 
.balloon{
	position: absolute;
	top: -13px;
	right: -10px;
	font-size: 0.92em;
}
.balloon a{
	position: relative;
	padding: 5px 10px;
	background: #79c065;
	color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.balloon a::before{
	content: '';
	position: absolute;
	right: 20px;
	bottom: -6px;
	display: block;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid #79c065;
	border-left: 6px solid transparent;
}
*/


.topics{
	border: 1px solid #cfcfcf;
	display: table;
	width: 100%;
	margin-top: 1.5em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.topics .item{
	display: table-cell;
	border-right: 1px solid #cfcfcf;
	padding: 10px 14px;
	vertical-align: middle;
	font-size: 0.88em;
	text-align:left;
}

.topics .item span{
	margin-right: 5px;
	display: block;
}
.topics .item a{
	margin-right: 5px;
}
.topics .item:last-child{
	border-right: none;
}
.topics .item:nth-child(1),
.topics .item:nth-child(3){
	width: 17%;
}
.topics .item:nth-child(2),
.topics .item:nth-child(4){
	width: 33%;
}

.topics .item:nth-child(1) a,
.topics .item:nth-child(3) a{
	font-weight: bold;
	font-size: 1.14em;
	text-decoration: none;
}

	@media screen and (max-width: 834px) {
		.topics{
			margin-top: 0;
		}
	}
	@media screen and (max-width: 480px) {
		.topics{
			border: none;
			display: block!important;
			width: 100%;
			background: #7eafe0;
			color: #fff;
		}
		.topics .item{
			display: block!important;
			border-right: none;
			font-size: 0.88em;
			width: 100%!important;
			color: #fff!important;
			padding: 10px 14px;
		}
		.topics .item a{
			color: #fff!important;
		}
		.topics .item:nth-child(1),
		.topics .item:nth-child(3){
			padding-bottom: 5px;
		}
		.topics .item:nth-child(2),
		.topics .item:nth-child(4){
			padding-top: 0;
		}
		.topics .item:nth-child(2){
			border-bottom: 1px solid #fff;
		}
		.topics .item p{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
		}
		.topics .item p span{
			width: 6em;
		}
		.topics .item p a{
			width: calc(100% - 6em);
		}
	}

/* line btn*/
.btn-line-icon{
	margin-top: .5em;
	text-align: right;
}
.btn-line-icon a{
	display: inline-block;
	padding: .25em 2.75em .25em 0;
	background: url(../images/index/btn-line.png)no-repeat top right;
	background-size: contain;
	font-weight: bold;
}


/*schedule/line */
.btn-box-hosinfo{
	margin-top: 1.25em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btn-box-hosinfo a{
	width: 49%;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 1.125em 1em;
	font-size: 1.07em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.line_uketsuke{
	background: #79c065 url(../images/index/icon-line.png) no-repeat calc(100% - .5em); center;
	background-size: 2.5em auto;
}
.schedule_table{
	background: #62b0e3 url(../images/index/icon-schedule.png) no-repeat calc(100% - .5em); center;
	background-size: 2.5em auto;
}

	@media screen and (max-width: 480px) {
		.btn-box-hosinfo{
			margin-top: .5em;
		}
		.btn-box-hosinfo a{
			width: 50%;
			text-align:left;
		}
		a.line_uketsuke{
			border-radius: 6px 0 0 6px;
			-moz-border-radius: 6px 0 0 6px;
			-webkit-border-radius: 6px 0 0 6px;
			background-size: 1.5em;
		}
		a.schedule_table{
			border-radius: 0 6px 6px 0;
			-moz-border-radius: 0 6px 6px 0;
			-webkit-border-radius: 0 6px 6px 0;
			background-size: 1.5em;
		}
	}
	@media screen and (max-width: 374px) {
		.btn-box-hosinfo a{
			font-size: 1em;
			padding: 1.5em 1em;
		}
	}


/* instagram */
.instagram{
	margin-top: 1.75em;
}
.instagram-tit{
	font-size: 1.5em;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	background: url(../images/index/instagram.png) no-repeat left center;
	background-size: 1.275em;
	padding-left: 1.75em;
	margin-bottom: .25em;
	position: relative;
}
.instagram-tit a{
	font-size: .875rem;
	letter-spacing: 0;
	background: #595858;
	color: #fff;
	padding: .25em 1.25em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	position: relative;
	top: -3px;
	margin-left: .75em;
}
.instagram-tit a:hover{
	background: #888;
}
	@media screen and (max-width: 480px) {
		.instagram-tit a{
			font-size: .75rem;
			position: absolute;
			right: 0;
			top: .25rem;
			padding: 0 1.25em;
		}
	}



/*2clm ==============================*/


.iroha_clm2 {
	display: table;
	width: 100%;
	margin-top: 50px;
}
.iroha_clm2 .item{
	display: table-cell;
	vertical-align: middle;
}
.iroha_clm2 .item:first-child{
	width: 58%;
	padding-right: 7%;
}
.iroha_clm2 .item:last-child{
	width: 42%;
}

.iroha_clm2 .click{
	margin-top: 13px;
}
.iroha_clm2 .click a{
	background: #7eafe0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
	padding: 2px 14px;
	display: inline-block;
}
.iroha_clm2 .click a:hover{
	opacity: 0.8;
}
.iroha_clm2 .item:last-child .thumbnail{
	width: 100%;
	height: 225px;
}

.iroha_clm2 .item:last-child .thumbnail{
	background: url("../images/index/thumb01.jpg") no-repeat bottom;
	background-size: cover;
}

.iroha_clm2 .item .irohaicon{
	background: url("../images/index/logo.svg") no-repeat top left;
	width: 166px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 13px;
}

	@media screen and (max-width: 480px) {
		.iroha_clm2 {
			display: block;
			width: 100%;
			margin-top: 25px;
			background: #f5f5f5;
			padding: 25px 14px 14px 14px;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-order-radius: 6px;
		}
		.iroha_clm2 .item{
			display: block;
		}
		.iroha_clm2 .item:first-child{
			width: 100%;
			padding-right: 0;
			padding-bottom: 20px;
		}
		.iroha_clm2 .item:last-child{
			width: 100%;
		}
		.iroha_clm2 .click a{
			display: block;
			text-align: center;
		}
		.iroha_clm2 .item:last-child .thumbnail{
			height: 150px;
		}
		.iroha_clm2 .item .irohaicon{
			margin: 0 auto 13px auto;
		}


	}



/*3clomn ==============================*/

.pickup {
	display: table;
	width: 100%;
	margin: 60px 0 0 0;
}
.pickup .item{
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
	line-height: 1.4;
	font-size: 0.92em;
	text-align: center;
}
.pickup a:hover{
	color: #888;
}
.pickup .item:first-child{
	padding-right: 2%;
}
.pickup .item:nth-child(2){
	padding: 0 1%;
}
.pickup .item:last-child{
	padding-left: 2%;
}
.pickup_tit{
	font-weight: bold;
	font-size: 1.14em;
	line-height: 1.4;
	margin-bottom: 12px;
}
.pickup .thumbnail{
	width: 100%;
	height: 195px;
	margin-bottom:13px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.pickup .item:nth-child(1) .thumbnail{
	background: url("../images/index/pickup01.jpg") no-repeat center;
	background-size: cover;
}
.pickup .item:nth-child(2) .thumbnail{
	background: url("../images/index/pickup02.jpg") no-repeat 70% center;
	background-size: cover;
}
.pickup .item:nth-child(3) .thumbnail{
	background: url("../images/index/pickup03.jpg") no-repeat  30% center;
	background-size: cover;
}

	@media screen and (max-width: 834px) {
		br.inline_pickup{
			display: none
		}
	}

	@media screen and (max-width: 480px) {
		.pickup {
			display: block;
			width: 100%;
			margin-top: 25px;
		}
		.pickup .item{
			display: block;
			width: 100%;
			height: 150px;
			font-size: 0.92em;
			text-align: center;
			background: #f5f5f5;
			padding:0!important;
			margin-bottom: 13px;
			position: relative;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-order-radius: 6px;
		}
		.pickup .thumbnail{
			width: 40%;
			height: 150px;
			position: absolute;
			top: 0;
			right: 0;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.pickup_tit,
		.pickup_txt{
			width: 60%;
			text-align: left;
		}
		.pickup_tit{
			padding: 20px 0 0 14px;
		}
		.pickup_txt{
			padding: 0 14px 20px 14px;
		}


	}



/*btn_box ==============================*/

.btn_box{
	margin: 2.5em 0 3.5em 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.btn_box a{
	display: block;
	width: 49%;
	height: 90px;
	line-height: 90px;
	font-size: 1.07em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-left: 14px;
	position: relative;
}
.btn_box a div.new{
	position: absolute;
	top: -1.25em;
	left: 14px;
	color: #0075c2;
	font-weight: bold;
}

.btn_donor{
	background: url("../images/index/donor.png") no-repeat  80% center;
	background-size: cover;
}
.btn_recruit{
	background: url("../images/index/recruit.png") no-repeat  80% center;
	background-size: cover;
}

	@media screen and (max-width: 666px) {
		.btn_box a{
			width: 100%;
			margin-top: 1em;
		}
	}


