@charset "UTF8";

/*-------------------
スマホ縦
-------------------*/
@media screen and (max-width: 480px){

#access-map-area{
    width: 100%;
}

#access-map-title-area{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0;
}

.access-map-line-space{
    width: 2.5%;
}

.access-map-line-box{
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.access-map-line-top{
    width: 100%;
    border-bottom: 1px solid #3ca5cb;
}

.access-map-line-bottom{
    width: 100%;
}

#access-map-title{
    width: 20%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/access/title_back_img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access-map-title h2{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
}

#map-contents-area{
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 20%;
}

#map-area{
    width: 80%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 0;
}

#map-area iframe{
    width: 100%;
    height: 200px;
}

#text-area{
    width: 80%;
    height: 200px;
    position: absolute;
    top: 100px;
    right: 5%;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-end;
    padding: 6% 2%;
    z-index: -1;
}

#text-area-bottom{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#text-area-company-name{
    width: 100%;
}

#text-area-company-name p{
    font-size: 4vw;
    line-height: 10vw;
    text-align: center;
    color: #fff;
}

#text-area-company-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-area-company-detail{
    width: 50%;
}

.text-area-company-detail p{
    font-size: 2.5vw;
    line-height: 4vw;
    text-align: left;
    color: #fff;
}

}
/*-------------------
スマホ横
-------------------*/
@media screen and (min-width: 481px) and (max-width: 896px) {

#access-map-area{
    width: 100%;
}

#access-map-title-area{
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0;
}

.access-map-line-space{
    width: 2.5%;
}

.access-map-line-box{
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.access-map-line-top{
    width: 100%;
    border-bottom: 1px solid #3ca5cb;
}

.access-map-line-bottom{
    width: 100%;
}

#access-map-title{
    width: 20%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/access/title_back_img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access-map-title h2{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
}

#map-contents-area{
    width: 100%;
    height: 340px;
    position: relative;
    margin-bottom: 10%;
}

#map-area{
    width: 70%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 0;
}

#map-area iframe{
    width: 100%;
    height: 200px;
}

#text-area{
    width: 70%;
    height: 240px;
    position: absolute;
    top: 100px;
    right: 10%;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-end;
    padding: 2%;
    z-index: -1;
}

#text-area-bottom{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#text-area-company-name{
    width: 100%;
}

#text-area-company-name p{
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    color: #fff;
}

#text-area-company-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
}

.text-area-company-detail{
    width: 50%;
}

.text-area-company-detail p{
    font-size: 2vw;
    line-height: 3vw;
    text-align: left;
    color: #fff;
}

}
/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

#access-map-area{
    width: 100%;
}

#access-map-title-area{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0;
}

.access-map-line-space{
    width: 2.5%;
}

.access-map-line-box{
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.access-map-line-top{
    width: 100%;
    border-bottom: 1px solid #3ca5cb;
}

.access-map-line-bottom{
    width: 100%;
}

#access-map-title{
    width: 20%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/access/title_back_img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access-map-title h2{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
}

#map-contents-area{
    width: 100%;
    height: 675px;
    position: relative;
}

#map-area{
    width: 80%;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 0;
}

#map-area iframe{
    width: 100%;
}

#text-area{
    width: 80%;
    height: 450px;
    position: absolute;
    top: 225px;
    right: 5%;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-end;
    padding: 3% 0;
    z-index: -1;
}

#text-area-bottom{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#text-area-company-name{
    width: 100%;
}

#text-area-company-name p{
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    color: #fff;
}

#text-area-company-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
}

.text-area-company-detail{
    width: 50%;
}

.text-area-company-detail p{
    font-size: 2vw;
    line-height: 4vw;
    text-align: left;
    color: #fff;
}

}

/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

#access-map-area{
    width: 100%;
}

#access-map-title-area{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0;
}

.access-map-line-space{
    width: 2.5%;
}

.access-map-line-box{
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.access-map-line-top{
    width: 100%;
    border-bottom: 1px solid #3ca5cb;
}

.access-map-line-bottom{
    width: 100%;
}

#access-map-title{
    width: 20%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/access/title_back_img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access-map-title h2{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
}

#map-contents-area{
    width: 100%;
    height: 675px;
    position: relative;
}

#map-area{
    width: 60%;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 0;
}

#map-area iframe{
    width: 100%;
}

#text-area{
    width: 60%;
    height: 450px;
    position: absolute;
    top: 225px;
    right: 10%;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-end;
    padding: 5%;
    z-index: -1;
}

#text-area-bottom{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#text-area-company-name{
    width: 100%;
}

#text-area-company-name p{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    color: #fff;
}

#text-area-company-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
}

.text-area-company-detail{
    width: 50%;
}

.text-area-company-detail p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: left;
    color: #fff;
}

}

/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

#access-map-area{
    width: 100%;
}

#access-map-title-area{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0;
}

.access-map-line-space{
    width: 2.5%;
}

.access-map-line-box{
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.access-map-line-top{
    width: 100%;
    border-bottom: 1px solid #3ca5cb;
}

.access-map-line-bottom{
    width: 100%;
}

#access-map-title{
    width: 20%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/access/title_back_img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access-map-title h2{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
}

#map-contents-area{
    width: 100%;
    height: 675px;
    position: relative;
}

#map-area{
    width: 50%;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 0;
}

#map-area iframe{
    width: 100%;
}

#text-area{
    width: 50%;
    height: 450px;
    position: absolute;
    top: 225px;
    right: 20%;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-end;
    padding: 2%;
    z-index: -1;
}

#text-area-bottom{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#text-area-company-name{
    width: 100%;
}

#text-area-company-name p{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    color: #fff;
}

#text-area-company-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-area-company-detail{
    width: 50%;
}

.text-area-company-detail p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: left;
    color: #fff;
}

}
/*-------------------
印刷用
-------------------*/
@media print{

#access-map-area{
    width: 100%;
}

#access-map-title-area{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0;
}

.access-map-line-space{
    width: 2.5%;
}

.access-map-line-box{
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.access-map-line-top{
    width: 100%;
    border-bottom: 1px solid #3ca5cb;
}

.access-map-line-bottom{
    width: 100%;
}

#access-map-title{
    width: 20%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/access/title_back_img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access-map-title h2{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
}

#map-contents-area{
    width: 100%;
    height: 675px;
    position: relative;
}

#map-area{
    width: 50%;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 0;
}

#map-area iframe{
    width: 100%;
}

#text-area{
    width: 50%;
    height: 450px;
    position: absolute;
    top: 225px;
    right: 20%;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-end;
    padding: 2%;
    z-index: -1;
}

#text-area-bottom{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#text-area-company-name{
    width: 100%;
}

#text-area-company-name p{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    color: #fff;
}

#text-area-company-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-area-company-detail{
    width: 50%;
}

.text-area-company-detail p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: left;
    color: #fff;
}

}


/*-------------------
共通
-------------------*/