.profile #main_img {
    height: 400px;
    background: url(../img/profile_main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile .main_title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 76px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.president_title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    color: #679736;
}

.president_title_text {
    font-size: 18px;
    margin-top: 40px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.president_name {
    font-size: 30px;
    text-align: right;
    margin-right: 12%;
    margin-top: 10px;
}

.president_name span {
    font-size: 18px;
    margin-right: 10px;
}

.profile_table {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 150px;
}

.profile_title {
    font-size: 26px;
    border-left: 5px solid #699936;
    padding-left: 14px;
    margin-bottom: 30px;
}

.profile_table table {
    width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-weight: 500;
}

.profile_table table tr{
    border-top: 2px solid #b3cb99;
}

.profile_table table tr:last-child {
    border-bottom: 2px solid #b3cb99;
}

.profile_table table th {
    font-size: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    width: 40%;
}

.profile_table table td {
    width: 60%;
    font-size: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
}

.profile_table table td span {
    margin-bottom: 6px;
    display: inline-block;
}

.profile_table table td .tableList {
    width: 260px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.profile_table table td .bdb {
    border-bottom: 2px solid #b3cb99;
}

.officeGuide {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.officeGuide .area_title {
    background-color: #6a9b37;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
}

.officeGuide .area_title:before {
    width: 6px;
    height: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left:16px;
    top:0;
}

.officeGuide ul li {
    width: 100%;
    border-bottom: 2px solid #b3cb99;
    padding-bottom: 50px;
    margin-top: 40px;
}

.officeGuide ul li:last-child {
    border: none;
}

.officeGuide ul li::after {
    content:"";
    display: block;
    clear: both;
}

.areaInfo {
    float: left;
    width: 38%;
}

.areaInfo .areaName {
    font-size: 30px;
    margin-bottom: 10px;
}

.areaInfo .officeImg{
    display: inline-block;
    margin-bottom: 20px;
}

.areaInfo .free-number {
    font-size: 36px;
    padding-left: 60px;
    background-image: url(../img/free-tel.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.areaInfo .free-number a {
    color: #333;
}

.officeGuide .areaMap {
    float: right;
    width: 56%;
    margin-top: 10px;
}

.ggmap {
    position: relative;
    max-width: 450px;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 68%;    /* padding-topでもOK */
    overflow: hidden;
    border: 2px solid #d8d8d6;
}
.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

.officeGuide ul li .areaLink {
    clear: both;
    float: left;
    margin-top: 20px;
    display: inline-block;
    background-image: url(../img/list_style_box.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #000;
    border-bottom: 2px solid #bfbfbf;
    font-size: 22px;
}

.officeGuide ul li .areaLink:hover {
    color: #0000f0;
    border-bottom: 2px solid #bfbfbf;
}

.showroom {
    margin-bottom: 100px;
}

@media screen and (max-width: 1000px){
    .president_title_text {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .profile_table {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .profile_table table th {
        font-size: 18px;
        width: 35%;
    }
    .profile_table table td {
        font-size: 18px;
        width: 65%;
    }
    
    .officeGuide {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .areaInfo .free-number {
        font-size: 20px;
        background-size: 32px;
        padding-left: 36px;
    }
}

@media screen and (max-width: 750px){
    .areaInfo {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .areaInfo .free-number {
        width: 140px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .officeGuide .areaMap {
        float: none;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    
    .profile_table table th {
        width: 25%;
        font-size: 16px;
        letter-spacing: 0;
    }
    .profile_table table td {
        width: 75%;
        font-size: 16px;
        letter-spacing: 0!important;
    }
    
    .officeGuide ul li .areaLink {
        font-size: 18px;
        display: block;
        float: none;
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px){

    .profile #main_img {
        height: 320px;
    }
    
    .profile_title {
        font-size: 20px;
    }
    
    .profile .main_title {
        font-size: 35px;
        height: 50px;
    }
    
    .president_title {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .president_title_text {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 14px;
        margin-top: 20px;
    }
    
    .president_name {
        font-size: 22px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .president_name span {
        font-size: 15px;
    }
    
    .profile_table {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 80px;
    }
    
    .officeGuide {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .profile_table table th {
        width: 25%;
        font-size: 12px;
        display: inline-block;
    }
    
    .profile_table table td {
        width: 75%;
        font-size: 12px;
        display: inline-block;
    }
    
    .profile_table table td .tableList {
        width: auto;
    }
    
    .officeGuide .area_title {
        font-size:16px;
    }
    
    .areaInfo .areaName {
        font-size: 24px;
    }
    
    .officeGuide .areaMap {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;   
    }
    
    .areaInfo .free-number {
        font-size: 18px;
        background-size: 30px;
        padding-left: 40px;
        text-align: left;
    }
    
    .areaInfo .office_address{
        font-size: 14px;
    }
    
    .areaInfo .phone-number {
        font-size: 14px;
    }
    
    .areaInfo .business_hours{
        font-size: 14px;
    }
    
    .officeGuide ul li .areaLink {
        font-size: 16px;
        line-height: 1.5;
    }
}