/* CSS Document */

a.excerpt-read-more {
    display: none;
}
@media (max-width: 767px) {
.services-header,.services-row,.news,.message,.banner {
	padding:0 15px;
}
}

section#key-section {background: #120904; text-align:center;}
.key div {text-align:left; color:#fff;}
@media (min-width: 768px){ 
.key {
    background: url(../img/index/key.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 35%;
	margin:0 auto;
	position:relative;
}

.key div {
    position: absolute;
    font-size: 2.5vw;
	letter-spacing:0.15em;
    line-height: 1.4;
    top: 27%;
    left: 6%;
}
p.dai {font-size: 6vw;}

}

@media (min-width: 1140px){ 
.key {
    background: url(../img/index/key.jpg) no-repeat center;
    background-size: cover;
	height:400px;
	width:1140px;
	margin:0 auto;
	position:relative;
	padding-bottom:0;
}

.key div {
    position: absolute;
    font-size: 30px;
    top: 27%;
    left: 6%;
}
p.dai {font-size: 60px;}


}

@media (max-width: 767px) {
.key {
    background: url(../img/index/key_sp.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 52%;
	width:100%;
	position:relative;
}

.key div {
    position: absolute;
    font-size: 14px;
    line-height: 1.5;
    top: 15%;
    left: 15px;
	width:14em;
}
p.dai {font-size: 6vw;}
}

/* services-header */

@media (max-width: 767px) {
.services-header p {
    text-align: left;
}
}

/* icon */
p.services-body+p.services-more {margin-top:15px;}
p.services-more a {
    color: #D1656C;
    background: #fff;
    padding: 8px 15px;
	letter-spacing:0.2em
}

@media (min-width: 768px){ 
p.icon img {
	width:100%;
    max-width: 245px;
}

}
@media (max-width: 767px) {
p.icon img {
    width: 70%;
}
}


/* news */
.news ul li a:hover {
    color: #999;
}

.news ul li a {
    color: #000;
}
.news ul li span {
    width: 5.5em;
    display: inline-block;
}
.news ul li:last-child {
    margin-bottom: 0;
}
.news ul li {
    border-bottom: 1px dashed #000;
    text-align: left;
    padding: 0 0 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news {
    margin-top: 50px;
}
.news ul {
	padding:0;
}
p.news_btn {
    margin-top: 30px;
}
p.news_btn a {
    color: #fff;
    background: #D1656C;
    padding: 10px 20px;
    display: block;
    width: 11em;
    margin: 0 auto;
}

/* message */
.message {
    margin-top: 50px;
}
.message .col-md-6 {
    text-align: left;
}

.message img {
    width: 100%;
}

@media only screen and (max-width: 767px){
.message .row .col-md-6 p {
    margin-bottom: 20px;
}
}

/* banner */
.banner {margin-top:50px;}
.link1 a,.link2 a{
	border:1px solid #ccc;
	box-sizing:border-box;
	display:block;}

@media only screen and (min-width: 991px){
.banner .bg-scale {
    position: relative;
    overflow: hidden;
    text-align: center;
	height:196px;
}
.banner .bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.banner .bg-scale:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner .bg-scale .inner {
    z-index: 1;
    position: relative;
	height:100%;
}
.link1 .bg-scale:after {
	background:url(../img/index/link1.jpg) no-repeat center center;
	background-size:cover;
}
.link2 .bg-scale:after {
	background:url(../img/index/link2.jpg) no-repeat center center;
	background-size:cover;
}
.banner .inner h3 {
	color: #000;
	text-shadow: 0 -1px 2px rgba(255,255,255,0.9), 0 3px 15px rgba(255,255,255,0.8);
    padding: 0;
    font-weight: bold;
    border-bottom: none !important;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    margin: 0;
	letter-spacing:0.2em;
}

}
@media only screen and (max-width: 990px){
	.link1 {margin-bottom:20px;}
	.link1 h3 {
		background:url(../img/index/link1_sp.jpg) no-repeat;
	}
	.link2 h3 {
		background:url(../img/index/link2_sp.jpg) no-repeat;
	}
	.link1 h3,.link2 h3 {
	width: 100%;
    padding-bottom:38%;
    background-size: cover;
	position:relative;
	margin-bottom:0;
}
	.banner	.inner h3 {
		border-bottom:none !important;
		text-shadow: 0 -1px 2px rgba(255,255,255,0.9), 0 3px 15px rgba(255,255,255,0.8);}
	.banner .inner h3 span {
		color: #000;
		text-shadow: 0 -1px 2px rgba(255,255,255,0.9), 0 3px 15px rgba(255,255,255,0.8);
		padding: 0;
		font-weight: bold;
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 10px;
		margin: 0;
		letter-spacing:0.2em;
}
}
