@charset "UTF-8";

/* CSS Document */


/* GENERAL */

h3 {
    font-size: 28px;
}

.temple-wrap{
    color: #775436;
    width: 80%;
    max-width: 900px;
}

.flow-wrap{
    color: #775436;
    width: 90%;
    max-width: 1200px;
}

.option{
    color: #775436;
    width: 90%;
    max-width: 900px;
}

.area-wrap{
    color: #775436;
    width: 90%;
    max-width: 900px;
    text-align: center;
}

.cars-wrap{
    color: #775436;
    width: 90%;
    max-width: 1200px;
}

.voice-wrap{
    width: 90%;
    max-width: 1200px;
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    h3 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
}

/* temple */

.temple-wrap .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.temple-wrap p{
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

.temple-wrap p span{
    font-weight: normal;
}

.temple-wrap p a{
    text-decoration:underline;
    text-underline-position:above;
    color: #775436;
}

.temple-wrap p a:hover{
    opacity: 0.8;
}

.temp-br{
    display: none;
}


@media only screen and (max-width: 750px) {
        .temp-br{
        display: inline-block;
        }
}




/* flow */

.flow-wrapper-row{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 95%;
    margin: 0 auto;
}

.flow-item{
    width: 47%;
    background: #fef3f4;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.flow-item2{
    width: 28%;
    background: #fef3f4;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.flow-title{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: block;
    max-width: 280px;
}

.flow-item2 .flow-title{
    width: 100%;
    max-width: 280px;
}

.flow-item .inner{
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flow-item2 .inner{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flow-item .inner .item-figures{
    width: 40%;
    display: inline-block;
    text-align: center;
}

.flow-item2 .inner item-figures{
    display: block;
    width: 100%;
}

.flow-item .inner p{
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

.flow-item2 .inner p{
    width: 100%;
    display: block;
}


.flow-arrow{
    width: 6%;
    position:relative;

}

.flow-arrow img{
    width: 70%;
    position:absolute;
    top: 50%;
    left: 15%;
}

.flow-item .inner .item-figures img,
.flow-item2 .inner .item-figures img{
    width: 95%;
}

.flow-arrow-sp{
    display: none;
}
@media only screen and (max-width: 750px) {
    .flow-wrapper-row{
        display: block;
    }
    
    .flow-item{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .flow-item .inner{
        display: block;
    }
    
    .flow-item2{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .flow-arrow{
        display: none;
    }
    
    .flow-arrow-sp{
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .flow-arrow-sp img{
        width: 10px;
    }

    .flow-item .inner .item-figures{
        width: 100%;
        display: block;
    }
    
    .flow-item .inner p{
        width: 100%;
        display: block;
    }

    
}


/* option */
.option-wrapper{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}

.option-items{
    display: inline-block;
    width: 31%;
    margin: 1%;
    border: 3px solid #ff949e;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}

.option-items img{
    width: 90%;
    border-radius: 15px;
}

.option-items p{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}


@media only screen and (max-width: 750px) {
    .option-wrapper{
        display: block;
    }
    
    .option-items{
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
}


/* area */

.area-wrap .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.area-wrap .item-name{
    font-size: 16px;
    font-weight: bold;
    color: #ff949e;
    line-height: 18px;
    margin-bottom: 5px;
}

.area-wrap .item-info{
    font-size: 15px;
}

.area-wrap .item-info span{
    font-weight: bold;
}

.area-wrap span.small-cap{
    font-size: 12px;
    font-weight: normal;
}

.area-wrap .item-info a{
    color: #775436;
    text-decoration: underline;
}

.area-wrap .item-info a:hover{
    text-decoration: none;
}

/* cars */
.cars-wrapper .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: #775436;
    margin-bottom: 30px;
}

.cars-items,
.cars-items-f{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}

.cars-items-f{
    border: 2px solid #ff949e;
    border-radius: 20px;
    padding: 30px;
}

.car-item01{
    width: 50%;
    display: inline-block;
}

.car-item02{
    width: 30%;
    display: inline-block;
}

.car-item03{
    width: 70%;
    display: inline-block;
}

.car-item01 img,
.car-item02 img{
    width: 85%;
    display: block;
    margin: 0 auto;
}

.car-item01 p,
.car-item03 p{
    width: 85%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 32px;
    margin-top: 20px;
}

.cars-photob{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.cars-photob img{
    width: 100%;
}


@media only screen and (max-width: 750px) {
    .cars-items,
    .cars-items-f{
        display: block;
    }
    
    .car-item01,
    .car-item02,
    .car-item03{
        display: block;
        width: 100%;
    }

    
    .car-item01 img,
    .car-item02 img{
        width: 90%;
    }
    
    .car-item01 p,
    .car-item03 p{
        margin-bottom: 20px;
        width: 90%;
    }
    
}