@charset "UTF-8";
/* CSS Document */

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

   #catch {
	position: absolute;
    text-align: center;
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
    /*background-color: #D0D6FF;*/
	z-index: 1;
}

.logoSize {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    /*background-color: rgba(255,0,0,1.00);*/
    display: block;
}

.address {
    font-size: 0.813em;
    line-height: 1.769em;
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    /*background-color: rgba(255,242,242,1.00);*/
    padding-bottom: 2%;
}
    
#content01 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.eyecatch01 {
    display: block;
    width: 80%;
    height: auto;
    margin-top: 30px;
}
.eyecatch02 {
    display: block;
    width: 80%;
    margin-top: 10px;
}
.logosize {
    width: 40%;
}
#content02 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mapArea {
    width:100%;
    height: 400px;
    display: block;
    margin-top: 15px;
}
.companyLogo {
    width: 40%;
    margin-top: 30px;
}
#footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner {
    width: 90%;
    height: auto;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    border: thin solid rgba(183,183,183,1.00);
}    

.mgt30 {
    margin-top: 15px;
}
.mgt60 {
    margin-top: 30px;    
}
    
}