@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  location.css
// style info :  スタイル指定
=================================================================== */

.t_c{text-align: center;}

.pageTtl {
  position: inherit;
  top: auto;
  left: auto;
  transform: translate(0,0);
  text-align: center;
  z-index: 5;
   color: #333 !important;
}
@media screen and (max-width: 767px) {
  .pageTtl {
    font-size: 8vw;
  top: 15%;
/*    top: calc(50% - 35px);*/
  }
}
@media screen and (max-width: 420px) {
  .pageTtl {
    font-size: 10vw;
  }
}
.locationTitle {
    text-align: center;
}

.locationTitle h3 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: normal;
}

.locationBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-top: 100px;
}

.locationBox dt {
    width: 40%;

}

.locationBox dt img {
    width: 100%;
}

.locationBox dd {
    width: 60%;
}

.locationBox dd p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.locationBox:nth-of-type(2) dt {
    order: 2;
}

.locationBox:nth-of-type(2) dd {
    order: 1;
}

@media screen and (max-width: 767px) {
    .locationTitle h2 {
        font-size: 40px;
    }
    .locationBox {
        flex-flow: row wrap;
        gap: 20px;
        margin-top: 40px;
    }
    .locationBox dt {
        width: 100%;
    }
    .locationBox dd {
        width: 100%;
    }
    .locationBox:nth-of-type(2) dt {
        order: 1;
    }
    
    .locationBox:nth-of-type(2) dd {
        order: 2;
    }
    
}

.report {
    margin-top: 100px;
    padding: 0 40px 60px;
    background: #efefef;
}

.report .locationBox {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #fff;
}

.locationBoxL {
    width: 70%;
    margin: 0 auto;
}

.locationBoxL img {
    width: 100%;
    margin-top: 20px;
}

.locationBoxL p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .report {
        margin-top: 60px;
        padding: 0 20px 60px;
    }
    .report .locationBox {
        gap: 30px;
        margin-top: 20px;
    }
    .locationBoxL {
        width: 100%;
        padding-bottom: 20px;
    }
}


/* -----------------------------------------------------
	imgBox
----------------------------------------------------- */
.imgBox{flex-grow: 1.5; }
.txtBox{padding: 25px;  line-height: 2em;}

@media screen and (min-width: 767px) {
	.c_container{display: flex;}
	.reverse{flex-direction: row-reverse;}
.imgBox{ width: 60%;}
.txtBox{ width: 40%;}
}
@media screen and (max-width: 1239px) {
}
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 420px) {
}
    #REMapframe {
        width: 100%;
        max-width: 1500px;
        height: 1000px;
        background-color: transparent;
        border: none;
		margin:0 auto;
display:block;
    }

    @media (max-width: 768px) {
        #REMapframe {
            height: 1150px;
        }
    }