:root {
  --f-en: "YakuHanJP", "din-2014", sans-serif;
  --f-ja: "YakuHanJP", "Noto Sans JP", sans-serif;
}

.map_wrapp {
    margin-top: 80px;
    padding-top: 50px;
    margin-bottom: 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.map_wrapp img {
    width: 100%;
    height: auto;
}

.map_wrapp .head_title {
    text-align: center;
    width: auto;
    height: 78px;
    margin: 0 auto 50px;
}

.map_wrapp .head_title img {
    width: auto;
    max-width: inherit;
    height: 100%;
}


.map_wrapp_in {
  width: 90%;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.google_map_bt {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 90px;
    text-align: center;
}
.google_map_bt a {
    display: block;
    position: relative;
    padding: 15px 0;
    color: #fff;
    background: #000;
    text-align: center;
    transition: all 0.6s;
}

.google_map_bt a .button_icon {
    position: absolute;
    width: 5%;
    top: 48%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 1;
}

.google_map_bt.print a .button_icon {
    width: 7%;
    top: 53%;
}



.google_map_bt a:hover {
    opacity: 0.7;
        box-shadow: 5px 5px 5px rgba(0 0 0 / .3);
}

.map_caution {
    display: none;
}

.mg_title {
    text-align: center;
    margin: 0 auto 20px;
    font-family: var(--f-ja);
    font-size: min(3.5vw, 33px);
    font-weight: 700;
    letter-spacing: 0.1em;
}

.mg_wrapp {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 50px;
    display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.mg_wrapp .mg_map {
    width: 53%;
    border: 1px solid #231815;
}
.mg_wrapp .mg_info {
    width: 45%;
}


.mg_bt_wrapp {
width: 90%;
max-width: 1100px;
margin: 0 auto 60px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.mg_bt_wrapp .google_map_bt {
    width: 40%;
    max-width: 400px;
    margin: 0 1%;
    text-align: center;
}

.mg_request {
width: 90%;
max-width: 1100px;
    border: 1px solid #70B5E4;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
}

.mg_request h4 {
    font-family: var(--f-ja);
    font-size: min(3.5vw, 38px);
    font-weight: 700;
    text-align: center;
    color: #1B1464;
}

.mg_request p {
    font-family: var(--f-ja);
    font-size: min(2.5vw, 20px);
    font-weight: 700;
    text-align: center;
}


.captionArea {
    padding: clamp(20px, 4.25vw, 75px) 0 clamp(20px, 4.25vw, 15px);
}


@media only screen and (max-width: 768px) {
    
.map_wrapp {
    padding-top:10px;
    height: auto;
    margin-bottom: 30px;
}
    
.map_wrapp_in {
  width: 92%;
    margin: 0 auto 30px;
    overflow: hidden;
}

    
.map_scrool {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
}
.map_scrool img {
        width: 170%;
        height: auto;
        max-width: inherit;
} 
.map_caution {
        display: block;
        text-align: center;
}
    
    
.mg_title {
    font-size: min(4.5vw, 33px);
}   
.mg_wrapp .mg_map {
    width: 100%;
margin-bottom: 20px;
}
.mg_wrapp .mg_info {
    width: 100%;
}   
.mg_bt_wrapp {
    margin: 0 auto 20px;
}   
.mg_bt_wrapp .google_map_bt {
    width: 80%;
    max-width: 400px;
    margin: 0 0 20px;
    text-align: center;
}
    
.mg_request h4 {
    font-size: min(5.5vw, 38px);
    line-height: 160%;
    margin-bottom: 20px;
} 
.mg_request p {
    font-size: min(3.5vw, 20px);
} 
    
    
}


@media only screen and (max-width: 376px) {


    
}


.fadein_bl {
     -ms-filter: blur(16px);
  filter: blur(16px);
    transform: scale(1.05);
    opacity: 0;
    transition: all 1s ease-out;
}
.fadein_bl.on {
    -ms-filter: blur(0px);
  filter: blur(0px);
    transform: scale(1);
    opacity: 1;
}


/**********印刷用************/
@media print {
    
@page {
	margin: 0mm 5mm;
	size: A4 portrait;
}
    
header {
display: none;
}
.map_wrapp {
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.mg_wrapp {
    margin: 0 auto 0px;
}

.mg_request {
display: none;
}
.google_map_bt {
  display: none;
}
#page-top {
    display: none !important;
}
footer {
display: none;
}


      .no-print {
        display: none;
}