@charset "utf-8";
/*共通設定*/
.title {
    background-image: url(/img/access/bg-main.jpg);
}
/*終わり*/


/*<section class="map">*/
.map {
    padding: 120px 5vw 150px 5vw;
}

.map-in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-in iframe {
    width: 65%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.access-in {
    width: 30%;
}

.access-in dl .name {
    font-weight: bold;
    font-size: 22px;
}

.access-in dl dt {
    font-size: 12px;
}

.access-in dl dd {
    margin-bottom: 16px;
}
/*終わり*/


/*<section class="contact">*/
.contact {
    padding: 0 5vw;
    background-image: url(/img/access/contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
    height: 45vh;
    position: relative;
}

.contact-in {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
}

.contact-in .in-title {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contact-in .in-title::after {
    background-color: #fff;
    margin-left: auto;
}

.contact-in span {
    font-size: 25px;
    padding-left: 10px;
}

.contact-in p {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="contact">*/
.contact {
    height: 25vh;
}
/*終わり*/
}


/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/ 


/*<section class="map">*/
.map-in {
    display: block;
}

.access-in {
    width: 100%;
}

.map-in iframe {
    width: 100%;
}
/*終わり*/


/*<section class="contact">*/
.contact {
    height: 30vh;
}

.contact-in {
    white-space: nowrap;
}
/*終わり*/ 
}