@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

/*iPad 以下 w767px*/
@media only screen and (max-width: 767px) {
}

/***************************************************************************
page_css
****************************************************************************/

.list_btn p {
    padding: 30px 40px 0px 40px;
}

/***************************************************************************
gallery
****************************************************************************/

#gallery {
    margin-bottom: 50px;
}
#gallery .ttl {
    background-color: #687F51;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 6px 0px 6px 0px;
    margin-bottom: 15px;
    border-radius: 5px; 
}
#gallery li img {
    border-radius: 5px;
}

/***************************************************************************
agreement
****************************************************************************/

#agreement {
    margin-bottom: 60px;
}
#agreement .ttl_outline {
    border: 1px solid #687F51;
    display: flex;
    margin-bottom: 15px;
}
#agreement .ttl_outline .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #687F51;
    color: #FFFFFF;
    font-size: 30px;
    width: 270px;
    padding: 15px 0px 15px 0px;
    line-height: 1.3em;
}
#agreement .ttl_outline .exp {
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 20px;
    flex: 1;
}
#agreement h3 {
    color: #566943;
    font-size: 26px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
#agreement .ttl_outline {
    display: block;
}
#agreement .ttl_outline .ttl {
    width: 100%;
    font-size: 26px;
    padding: 10px 0px 10px 0px;
}
#agreement .ttl_outline .exp {
    display: block;
    padding: 15px 20px 15px 20px;
}
}

/***************************************************************************
other_contact
****************************************************************************/

.special_contents .contact h3 {
    color: #566943;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}
.special_contents .contact a {
    background-color: #687F51;
}

@media only screen and (max-width: 767px) {
#other_contact h3 {
    font-size: 24px;
    text-align: left;
}
}