@charset "utf-8";

/* pageTitle */
.pageTitle{
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.pageTitle>.title{
    text-align: center;
}
.pageTitle>.title>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
}
@media (max-width:1320px){
    .pageTitle{
        width: 80%;
    }
}
@media (max-width:1200px){
    .pageTitle>.title>h4{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .pageTitle>.title>h4{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .pageTitle{
        width: 90%;
    }
}
@media (max-width:430px){
    .pageTitle{
        padding: 50px 0;
    }
    .pageTitle>.title>h4{
        font-size: 0.95em;
    }
}

/* topMap */
.topMap{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.topMap>.title{
    text-align: center;
    margin-bottom: 30px;
}
.topMap>.title>h4{
    font-size: 1.25em;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
}
@media (max-width:1320px){
    .topMap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .topMap>.title>h4{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .topMap>.title>h4{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .topMap{
        width: 90%;
    }
}
@media (max-width:430px){
    .topMap{
        margin-bottom: 50px;
    }
    .topMap>.title>h4{
        font-size: 0.95em;
    }
}

/* addressTable */
.addressTable table{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.addressTable table tr th{
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #adaf8d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.15em;
    color: #adaf8d;
    text-align: left;
}
.addressTable table tr td{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5em 0 1em 0;
}
.addressTable table tr:last-of-type td{
    padding: 0.5em 0 0 0;
}
.addressTable table tr td span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
}
.addressTable table tr td a{
    display: inline-block;
    padding: 0.5em 2em;
    box-sizing: border-box;
    border: 1px solid #adaf8d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #231815;
    background-color: #adaf8d;
    transition: 0.5s all;
}
.addressTable table tr td a:hover,
.addressTable table tr td a:active{
    border-radius: 50px;
    transition: 0.5s all;
}
@media (max-width:1320px){
    .addressTable table{
        width: 80%;
    }
}
@media (max-width:1200px){
    .addressTable table tr th{
        font-size: 1.05em;
    }
    .addressTable table tr td span,
    .addressTable table tr td a{
        font-size: 0.9em;
    }
}
@media (max-width:960px){
    .addressTable table tr th{
        font-size: 0.95em;
    }
    .addressTable table tr td span,
    .addressTable table tr td a{
        font-size: 0.8em;
    }
}
@media (max-width:768px){
    .addressTable table{
        width: 450px;
    }
    .addressTable table tr td span,
    .addressTable table tr td a{
        display: block;
        width: 100%;
    }
    .addressTable table tr td span{
        padding-bottom: 10px;
    }
    .addressTable table tr td a{
        text-align: center;
    }
}
@media (max-width:500px){
    .addressTable table{
        width: 90%;
    }
}
@media (max-width:430px){
    .addressTable table tr th{
        font-size: 0.85em;
    }
    .addressTable table tr td span,
    .addressTable table tr td a{
        font-size: 0.7em;
    }            
}

/* contact */
.contact{
    margin-bottom: 80px;
}
.contactRow{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contactRow>.addressBox,
.contactRow>p{
    width: 48%;
}
.addressBox h3{
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #adaf8d;
}
.addressBox h3 span:first-child{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.15em;
    color: #adaf8d;
}
.addressBox h3 span:last-child{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #adaf8d;
}
.contactRow>p>a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.25em;
    color: #231815;
    display: block;
    text-align: center;
    background-color: #adaf8d;
    padding: 0.5em 0;
    transition: 0.5s all;
}
.contactRow>p>a:hover,
.contactRow>p>a:active{
    transition: 0.5s all;
    border-radius: 50px;
}
@media (max-width:1320px){
    .contactRow{
        width: 80%;
    }
}
@media (max-width:1200px){
    .addressBox h3 span:first-child{
        font-size: 1.05em;
    }
    .addressBox h3 span:last-child{
        font-size: 0.9em;
    }
    .contactRow>p>a{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .addressBox h3 span:first-child{
        font-size: 0.95em;
    }
    .addressBox h3 span:last-child{
        font-size: 0.8em;
    }
    .contactRow>p>a{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .contactRow{
        width: 450px;
    }
    .contactRow>.addressBox,
    .contactRow>p{
        width: 100%;
    }
    .contactRow>.addressBox{
        margin-bottom: 10px;
    }        
}
@media (max-width:500px){
    .contactRow{
        width: 90%;
    }
}
@media (max-width:430px){            
    .addressBox h3 span:first-child{
        font-size: 0.85em;
    }
    .addressBox h3 span:last-child{
        font-size: 0.7em;
    }
    .contactRow>p>a{
        font-size: 0.95em;
    }           
}