﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/

.aboutus1 {
    display: flex;
}

.aboutus1-setumei{
    margin: 20px 0 0 0;
    width: 50%;
}

.aboutus2{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.aboutus2-box{
    width: 50%;
}

.aboutus2-photo {
    display: flex;
}

.gmap{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
