@charset "UTF-8";
/* ---------- TOP ---------- */
img{
    width: 100%;
}
.contents{
    margin-bottom: 80px;
}
.top-image{
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.top-image img{
    vertical-align: bottom;
}

.top-image .wave {
       padding: 0px 0 0px;
    margin-top: -35px;
}
.anchor-menu ul {
    flex-wrap: wrap;
    margin: 40px auto 30px;
    border: none;
}
.anchor-menu ul li {
    width: 50%;
    margin-bottom: 20px;
}
.anchor-menu ul li:first-child {
border-left: 2px #C2C4C3 dotted;

}
.anchor-menu ul li:nth-child(2n) {
border-right: 2px #C2C4C3 dotted;

}
.lead-text dl{
    margin-bottom: 100px;
   
}
.lead-text dt{
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
    color:#14628D;
    margin-bottom: 15px;
   
}
.lead-text dd{
    font-size: 11px;
    line-height: 1.6em;
    font-weight: 400;
   
}
.sec-title {
    font-size: 1.3em;
    margin-top: 50px;
    margin-bottom: 15px;
        padding-top: 30px;
    position: relative;
    
}
.sec-title.icon-time::before {
    content: '';
    position: absolute;
    height: 26px;
    top: 0;
    right: 0;
    left: 0;
    width: 20px;
    margin: 0 auto;
    background: url(../img/shop/icon_time.svg) no-repeat top center;
    background-size: 100% auto;
}
.sec-title.icon-access::before {
    content: '';
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    left: 0;
    width: 20px;
    margin: 0 auto;
    background: url(../img/access/icon_access.svg) no-repeat top center;
    background-size: 100% auto;
}
.sec-title.icon-shop::before {
    content: '';
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    left: 0;
    width: 34px;
    margin: 0 auto;
    background: url(../img/common/menu_shop_gourmet.svg) no-repeat top center;
    background-size: 100% auto;
}
.contents p.sec-text {
    width: 88%;
    margin: 0px auto 0px;
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: left;
}
.shop-info-group {
    margin: 25px auto 50px;
}


.shop-info-group dl {
    align-items:center;
}
.shop-info-group dt{
    width: 50%;
}


.shop-info-group dd{
    width: 50%;
}
.shop-info-group dt .text {
    position: relative;
    padding: 5px 0px 5px 30px;
}
.shop-info-group dt .text:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    width: 25px;
    max-width: 40px;
    margin: 0 auto;
}
.shop-info-group dt .icon-type:before {
    background: url(../img/access/icon_restaurant.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 15px;
}
.shop-info-group dt .icon-cafe:before {
    background: url(../img/access/icon_cafe.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 21px;
}
.shop-info-group dt .icon-shop:before {
    background: url(../img/access/icon_shop.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 19px;
}
.shop-info-group dt .icon-service:before {
    background: url(../img/access/icon_service.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 19px;
}
.map-column {
    width: 88%;
    margin: 15px auto 40px;
}
.guidance-item:nth-child(n+2){
    margin-top: 40px;
}
.guidance-item .text p{
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 5px;
}
.guidance-item .floor-title{
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 600;
    color: #14628D;
}
.details__summary {
    letter-spacing: 1px;
}
.shop-contents .time-column dl {
    padding: 12px 2%;
    border-bottom: 2px #C2C4C3 dotted;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.shop-contents .time-column dt {
    width: 52%;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 500;
    color: #17A8D4;
    padding-right: 5px;
}
.shop-contents .time-column dt a{
    color: #17A8D4;
    text-decoration: underline;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shop-contents .time-column dd {
    width: 48%;
    font-size: 11px;
    line-height: 1.6em;
    font-weight: 400;
}
.time-column p.link-text a {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 500;
    color: #17A8D4;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sec-contents.other-contents{
    margin-top: 60px;
}
.sec-contents.other-contents .time-column dl {
    padding: 10px 0px 0;
    margin-bottom: 5px;
}
.sec-contents.other-contents .time-column dl:first-child {
    padding: 0px 0px 0;
}

.sec-contents.other-contents .time-column dt {
    font-size: 12.5px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 3px;
}
.sec-contents.other-contents .time-column dd {
    font-size: 11px;
    line-height: 1.6em;
    font-weight: 400;
}

@media screen and (max-width: 980px) and (min-width: 760px) {
   .top-image .wave {
    padding: 0px 0 0px;
    margin-top: -40px;
}
    .top-image .wave:before {
        content: '';
        width: 100%;
        height: 120px;
        top: -55px;
    }
   .top-image .wave:after {
    position: absolute;
    top: 5px;
    right: 0;
}
}
@media screen and (max-width: 760px) and (min-width: 480px) {
   .top-image .wave {
    padding: 0px 0 0px;
    margin-top: -40px;
}
    .top-image .wave:before {
        content: '';
        width: 100%;
        height: 80px;
        top: -25px;
    }
   .top-image .wave:after {
    position: absolute;
    top: 5px;
    right: 0;
}
}
@media screen and (max-width:750px) {
    
    
}
@media screen and (max-width:750px) {}
