/* サービス
----------------------------------*/

.service_box {
    padding-left: 5%;
    padding-right: 5%;
	padding-bottom: 5%;
	padding-top: 5%;
    background-color: rgba(255,255,255,1.0);
}
@media screen and (max-width:991px) {
.service_box {    
    background-color: rgba(255,255,255,0.9);
}
}
.service_ttl {
    font-size: 6.0rem;
    color: rgba(119,112,75,0.2);
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}
@media screen and (max-width:576px) {
.service_ttl {    
    font-size: 9.5vw;
}
}
.bg01 {
    background-image: url(../img/service/bg01.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg02 {
    background-image: url(../img/service/bg02.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.bg03 {
    background-image: url(../img/service/bg03.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg04 {
    background-image: url(../img/service/bg04.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.bg05 {
    background-image: url(../img/service/bg05.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg06 {
    background-image: url(../img/service/bg06.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media screen and (max-width:991px) {
.bg01 {
    background-image: none;
}
.bg02 {
    background-image: none;
}
.bg03 {
    background-image: none;
}
.bg04 {
    background-image: none;
}
.bg05 {
    background-image: none;
}
.bg06 {
    background-image: none;
}
}