/* 選ばれる理由
----------------------------------*/

.reason_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) {
.reason_box {    
    background-color: rgba(255,255,255,0.9);
}
}
.reason_ttl {
    font-size: 13.2vw;
    color: rgba(119,112,75,0.3);
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.01em;
    font-weight: bold;
	font-family: 'Playfair Display', serif;
}
@media screen and (max-width:576px) {
.reason_ttl {    
	font-size: 23.2vw;
}
}
.reason_ttl2 {
    font-size: 2.0rem;
    color: rgba(119,112,75,1.0);
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.01em;
    font-weight: bold;
    border-left: 1px solid rgba(119,112,75,1.0);
    margin-top: 3%;
    padding-left: 10px;
}
.bg01 {
    background-image: url(../img/reason/bg01.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg02 {
    background-image: url(../img/reason/bg02.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.bg03 {
    background-image: url(../img/reason/bg03_2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.bg04 {
    background-image: url(../img/reason/bg04.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;
}
}