@charset "UTF-8";
.data-link {
  color: #4800ff !important;
  text-decoration: underline;
  word-break: break-all;
}
.alc01 h3 {
    padding: 0 0 0 30px;
    margin-bottom: 10px!important;
    background-image: url(../images/img_vol9/img_pin.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 1.5rem;
    font-size: 24px!important;
    color: #00A0E9!important;
}
.alc01 .label {
    background: #00A0E9!important;
    border-color: #00A0E9!important;
    line-height: 1.5!important;
}
.alc01 h4 {
    margin-bottom: 10px!important;

}
.alc01 h4 span {
    background: linear-gradient(transparent 85%, #FFDA01 85%);
    padding-bottom: 0.1em;
}
.alc01 .box{
    padding: 20px;
    background: #D3EDFB;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #003F8E!important;
}
.alc01 .thumb{
    width:120px;
    height:auto;
    flex-shrink:0;
}
.alc01 .box .text {
    flex: 1;
    font-size: 13px;
}
.alc01 .box .text p {
     margin:0;
     line-height:1.8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.profile {
    box-sizing: border-box;
    width: 650px;
    margin: 0 auto;
    padding: 25px 25px;
    border: solid 1px #bbb;
}
.profile .fr {
    width: 460px;
}
.profile .fr h3 {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 400;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", arial, helvetica, clean, sans-serif; margin: 0 0 10px 0 !important;
    padding: 0 0;
    background-image: none;
}
.profile .fr p {
    font-size: 11px;
    line-height: 1.6;
    margin: 3px 0 15px 20px;
}
.alc02 h3 {
    color: #00B4CF!important;
}
.alc03 .label {
    background: #009D4C!important;
    border-color: #009D4C!important;
    border-radius: 0 20px 20px 0;
    font-weight: bold;
}
.alc03 h3 {
    color: #111!important;
}
.infor-map,
.infor-map-shop__img {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 421px) {
  
}
@media screen and (max-width: 420px) {
    .alc01 .box {
        flex-direction:column;
        gap: 10px;
    }
    .alc01 .box .thumb {
        width: 100%;
        max-width: 100px;
    }
    .alc01 h3 {
        padding: 0 0 0 20px;
        margin-bottom: 10px!important;
        background-image: url(../images/img_vol9/img_pin.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        background-size: 1.2rem;
        font-size: 18px!important;
        color: #00A0E9!important;
    }
    .alc03 .label {
        width: auto;
        padding: 7px 10px 5px 10px!important;
    }
    .profile {
        border: solid 1px #bbb;
        width: auto;
        padding: 5.5%;
        margin: 0;
        text-align: center;
    }
    .profile .fr {
        width: 100%;
        text-align: left;
    }
    .profile .fr h3 {
        text-align: center;
        font-size: 14px;
        margin: 0 0 10px 0 !important;
    }
    .profile img {
        width: 50% !important;
        margin: 0 0 10px 25%;
    }
    .infor-map,
    .infor-map-shop__img {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}




@media screen and (max-width: 420px) {
    .sp-flex p{
        margin: 10px 0 0!important;
    }

}