@charset "UTF-8";
/* CSS Document */


/****************************************
　メイン何蛍
*****************************************/
#main {
	background: url(/kihs/images/index/main_bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .inn {
	margin: 0 auto;
	width: 65.35714%;
	height: 48rem;
	line-height: 1.5;
	font-size: 1.5rem;
	color: #FFF;
	padding: 72px 0;
}
#main .inn .text {
	float: left;
	width: 57.5956%;
	padding: 125px 0px 0px;
}
#main .inn .img {
	float: right;
	width: 41.53%;
}
#main .inn .text .copy {
	margin: 0px 0px 40px;
}
#main .inn .text p {
	font-weight: bold;
	line-height: 2;
}


@media only screen and (max-width: 768px){
#main {
	position: static;
}
#main .bg {
	display:none;
}
#main .bg img {}
#main .inn {
	width: 90%;
	height: auto;
	line-height: 1.2;
	font-size: 1.1rem;
	position: static;
	padding: 20px 0;
}
#main .inn .text {
	width: auto;
	padding: 0px 0px 20px;
	float: none;
}
#main .inn .img {
	float: none;
	width: 48%;
	margin: 0 auto;
}
#main .inn .text .copy {
	margin: 0px 0px 20px;
}
#main .inn .text p {
	line-height: 1.8;
}

}

/*=======================================
+
+　お岑らせ
+
=======================================*/
#news_area {
	padding: 45px 0px 70px;
	background: #f8f5ed;
}
#news_area .title {
	margin: 0px auto 30px;
	font-size: 2.6rem;
	line-height: 50px;
}
#news_area .title_area {
	max-width: 920px;
	margin: 0 auto 40px;
	position: relative;
}
#news_area .title_area .btn {
	line-height: 40px;
	width: 16%;
	position:  absolute;
}
#news_area .title_area .btn1 {
	top: 5px;
	right: 34%;
}
#news_area .title_area .btn2 {
	top: 5px;
	right: 17%;
}
#news_area .title_area .btn3{
	top: 5px;
	right: 0;
}

#news_area .title_area .btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;/* for Safari and Chrome */
	-moz-border-radius: 6px;/* for Firefox */
	font-size: 1.3rem;
}
#news_area .title_area .btn a:hover {
	background: rgba(203,40,55,0.7);
}
#news_area .title_area .btn a:after{
	content: "\f105";
	display: inline-block;
	font: 1.8rem/40px FontAwesome;
	margin: 0 5% 0 0;
	color: #fff;
	float:right;
}


#news_area .news {
	padding: 45px 0;
	margin: 0px auto;
	max-width: 920px;
	background: #FFF;
}
#news_area .news ul{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 3%;
	margin: 0px 5%;
}
#news_area .news ul li{
	vertical-align:middle;
}
#news_area .news ul:first-child {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#news_area .news ul:hover {
	background: #faf9f6;
}
#news_area .news ul:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#news_area .news .day {
	width: 13%;
	float: left;
	padding: 15px 0;
	line-height: 26px;
}
#news_area .news ul .day .date {
	margin: 0 10px 0 0;
}

#news_area .news .cate {
	width: 15%;
	float: left;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 15px 0px;
}
#news_area .news .cont  {
	width: 70%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
}
#news_area .icon {
	font-size: 11px;
	color: #FFF;
	min-width: 110px;
	max-width: 110px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 26px;
	margin: 0px 0px 2px;
}

@media only screen and (max-width: 768px){
#news_area {
	padding: 25px 0px 35px;
}
#news_area .title {
	margin: 0px 0px 10px;
	font-size: 18px;
}
#news_area .title span {
	font-size: 13px;
}
#news_area .title_area {
	margin: 0 5%;
	position: static;
	padding: 0px 0px 10px;
	text-align: center;
}
#news_area .title_area .btn {
	width: 46%;
	position: static;
	line-height: 30px;
	display: inline-block;
	margin: 0px auto;
}
#news_area .title_area .btn1 {
	margin: 0 auto 5px;
}
#news_area .title_area .btn2 {
	margin: 0 auto 5px;
}
#news_area .title_area .btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
#news_area .title_area .btn a:hover {
	background: rgba(203,40,55,0.7);
}
#news_area .title_area .btn a:after{
	font: bold 1.4rem/30px FontAwesome;
}

#news_area .news {
	padding: 25px 0;
	margin: 0px 5%;
}
#news_area .news ul{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 3%;
	margin: 0px 5%;
}
#news_area .news ul li{
	vertical-align:middle;
}
#news_area .news ul:first-child {
}
#news_area .news ul:hover {
	background: #faf9f6;
}
#news_area .news ul:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#news_area .news .day {
	width: auto;
	float: left;
	padding: 15px 0px 5px;
	line-height: 20px;
}
#news_area .news ul .day p {
	float: left;
}

#news_area .news .day:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#news_area .news .cate {
	float: left;
	margin:  0;
	padding: 15px 0px;
	line-height: 26px;
	/* text-align:center; */
	width: 69%;
}
#news_area .news .cate .icon {
	float: left;
	margin: 0 1px 0 0;
}
#news_area .news .icon {
	margin: 0 0 0 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 20px;
}
#news_area .news .cont  {
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	float: none;
}
#news_area .news .cont:before {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#news_area .icon {
	font-size: 11px;
	color: #FFF;
	min-width: 110px;
	max-width: 110px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 26px;
	margin: 0px 0px 2px;
}
}



/*=======================================
+
+　センタ`について?縮TB初
+
=======================================*/
#labo {
	background: url(/kihs/images/index/labo_bg.jpg) no-repeat center top;
	background-size:cover;
}
#labo .inn {
	margin: 0 auto;
	width: 65.3571%;
	line-height: 1.5;
	font-size: 1.5rem;
	padding: 65px 0 80px;
}
#labo .inn .text {
	width: 49.4845%;
	float: left;
}
#labo .inn .text p {
	line-height: 1.8;
}
#labo .inn .text .copy {
	font-size: 2.8rem;
	margin: 0 0 22px;
	font-weight: bold;
	color: #CB2837;
}
#labo .inn .btn {
	line-height: 50px;
	font-size: 1.7rem;
	width: 20%;
	top: 50px;
	right: 15.979%;
	float: right;
	margin: 50px 15.979% 0 0;
}
#labo .inn .btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;/* for Safari and Chrome */
	-moz-border-radius: 6px;/* for Firefox */
	font-size: 1.5rem;
}
#labo .inn .btn a:hover {
	background: rgba(203,40,55,0.7);
}
#labo .inn .btn a:after{
	content: "\f105";
	display: inline-block;
	font: 1.8rem/50px FontAwesome;
	margin: 0 5% 0 0;
	color: #fff;
	float:right;
}
@media only screen and (max-width: 768px){
#labo {
	position: static;
}
#labo .bg{
	display:none;
}
#labo .inn {
	position: static;
	width: auto;
	height: auto;
	line-height: 1.2;
	font-size: 1.4rem;
	margin: 0 5%;
	padding: 50px 0;
}
#labo .inn .text {
	width: auto;
	float: none;
	margin: 0 0 10px;
}
#labo .inn .text p {
	line-height: 1.5;
}
#labo .inn .text .copy {
	font-size: 1.8rem;
	margin: 0 0 10px;
}
#labo .inn .btn {
	font-size: 1.4rem;
	width: auto;
	margin: 0 auto;
	line-height: 40px;
	float: none;
}
#labo .inn .btn a {
	/* for Safari and Chrome */
	/* for Firefox */
	font-size: 1.4rem;
}
#labo .inn .btn a:hover {
	background: rgba(203,40,55,0.7);
}
#labo .inn .btn a:after{
	font: 1.6rem/40px FontAwesome;
}

}



/*=======================================
+
+　ピックアップ
+
=======================================*/
#pickup {
	padding: 60px 0px 130px;
}
#pickup .ttl {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 45px;
}
#pickup .inn {
	text-align: center;
}
#pickup .inn .pkup {
	display: inline-block;
	vertical-align: middle;
}
#pickup .inn .pkup:nth-child(2) {
	margin: 0 30px;
}
#pickup .inn .pkup .img {
	margin: 0 0 20px;
	position: relative;
}
#pickup .inn .pkup .img:after {
	content: "";
	width: 320px;
	border-right: 6px solid #e6e6e6;
	border-bottom: 6px solid #e6e6e6;
	position: absolute;
	right: -6px;
	top: 6px;
	bottom: -6px;
}
#pickup .inn .pkup a {
	display: block;
}
#pickup .inn .pkup .name {
	font-size: 1.8rem;
	font-weight: bold;
}
#pickup .inn .pkup .name{
	padding: 0 0 0 27px;
}
#pickup .inn .pkup .name:after{
	margin: 0 0 0 20px;
	content: " ";
	display: inline-block;
	width: 27px;
	height: 20px;
	background: url(/kihs/images/index/pickup_arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}


@media only screen and (max-width: 768px){
#pickup {
	padding: 30px 0px;
}
#pickup .ttl {
	font-size: 2rem;
	margin: 0px 0px 25px;
}
#pickup .inn {margin: 0 5%;}
#pickup .inn .pkup {
	display: block;
	margin: 0 0 20px;
}
#pickup .inn .pkup:nth-child(2) {
	margin: 0 0 20px;
}
#pickup .inn .pkup .img {
	margin: 0 0 15px;
}
#pickup .inn .pkup .img img {
	width: 100%;
	height: auto;
}
#pickup .inn .pkup .img:after {
	width: 95%;
}
#pickup .inn .pkup .name {
	font-size: 1.5rem;
}
#pickup .inn .pkup .name{
	padding: 0 0 0 17px;
}
#pickup .inn .pkup .name:after{
	margin: 0 0 0 10px;
	width: 17px;
	height: 10px;
}
}
