@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 769px) and (max-width: 960px) {
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*================*/
.information .information-accordion{
    padding-bottom: 80px;
}
.information .accordion {
    margin-top: 30px;
}
.information .accordion__text > a{
    text-decoration: underline;
}
.information .accordion__text > a > .cap{
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 5px;
    width: 17px;
    height: 17px;
}
.information .accordion__text > a > .cap svg{
    width: 100%;
    height: 100%;
}
.information .accordion__text > a:hover{
    text-decoration: none;
}

/*================*/
.information .map{
    display: grid;
    row-gap: 10px;
    padding-block: 20px;
}
.information .map__ttl{
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
}
.information .map__inner:not(:first-of-type){
    margin-top: 30px;
}
.information .map__floor{
    display: inline-block;
    padding: 8px 17px;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
.information .map__img{
    margin-top: 20px;
    background-color: #F9F9F9;
}
.information .map__img img{
    width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

