/* Header */
header .c-page_title {
    margin:16px 0;
}
.header-info-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 8px;
}
.hd-opentime {
    border: solid 1px #4cb2ff;
}
.hd-opentime .hd-opentime-title {
    padding: 3px 10px;
    color:#FFF;
    background-color: #4cb2ff;
    font-size: 1rem;
    text-align: center;
}
.hd-opentime .hd-opentime-text {
    padding: 10px;
    color:#666;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}
.hd-contact .hd-contact-msg {
    color:#666;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}
.hd-contact .hd-contact-tel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd-contact .hd-contact-tel img {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.hd-contact .hd-contact-tel .tel {
    color:#003882;
    font-size: min(32px, 3vw);
    line-height: 1.3;
    white-space: nowrap;
}
@media (min-width:768px){
    .hd-contact .hd-contact-tel .tel {
        text-decoration: none;
        cursor: default;
        pointer-events: none;
    }
}

.hd-contact .hd-contact-btn a {
    display: block;
    padding: 6px 19px 5px 29px;
    color:#FFF;
    background-color: #90a0a5;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition: .5s all ease;
}
.hd-contact .hd-contact-btn a::before {
    content:"";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -0.5em;
    background: url(../images/banner_arrow001.png) no-repeat 0 0;
    background-size: contain;
}
.hd-contact .hd-contact-btn a:hover {
    opacity: .7;
}

/* Tight PC */
@media (max-width:1080px){
    #bk96621641>div {
        padding: 16px;
    }
    header .c-body {
        font-size: 13px;
    }
    .hd-opentime .hd-opentime-title {
        font-size: 12px;
    }
    .hd-opentime .hd-opentime-text {
        padding: 8px 4px;
        font-size: 12px;
    }
    .hd-contact .hd-contact-msg {
        font-size: 12px;
    }
    .hd-contact .hd-contact-btn a {
        font-size: 13px;
    }
}

/* Tablet */
@media (max-width:820px){
    header .g-column>.column {
        width: 100%;
    }
    header .c-page_title {
        margin:0 0 8px;
        text-align: center;
    }
    header .c-body {
        text-align: center;
    }
    .header-info-wrap {
        display: none;
    }
}

/* SP */
@media (max-width:768px){
    #bk96621641>div {
        padding: 0;
    }
    header .c-page_title {
        margin:16px 0 0 8px;
        text-align:left;
    }
    header .c-body {
        display: none;
    }
    .-dress_pp023a #spNavigationTrigger {
        background-color: #231815;
        border-top: solid 14px #FFF;
        border-bottom: solid 20px #FFF;
        border-left: solid 10px #FFF;
        border-right: solid 10px #FFF;
    }
    .-dress_pp023a #spNavigationTrigger::before {
        border-bottom  :solid 4px #FFF;
    }
    .-dress_pp023a #spNavigationTrigger::after {
        border-top: solid 4px #FFF;
    }
    #spNavigationTrigger.-js-menuPosition-right_top_fixed {
        top: 19px;
        right: 8px;
    }
}

/* Header Nav */
header .c-menu {
    margin-top: 24px;
}
.c-menu li {
    padding-right:0.5em;
    padding-left:0.5em;
}
.c-menu li a {
    padding: 0.5em 1em !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}
.c-menu li a.c-current {
    color:#FFF !important;
    background-color: #0054c2 !important;
}
@media (max-width:820px){
    header .c-menu {
        margin-top: 0;
    }
    .c-menu li a {
        padding: 0.5em !important;
        font-size: 14px !important;
    }
}
@media (max-width:768px){
    .c-menu li a {
        font-size: 18px !important;
    }
}

/* Footer */
.link-top {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    background-color: #006eff;
    border-radius: 25px;
    position: relative;
}
.link-top::before {
    content:"";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-4px 0 0 -8px;
    border-top:solid 2px #FFF;
    border-left:solid 2px #FFF;
    transform: rotate(45deg);
}
.link-top span {
    font-size: 0;
    opacity: 0;
}
footer ul {
    column-count: 2;
}
footer ul li a,
footer ul li a:visited {
    color:#FFF !important;
}
footer ul li a {
    position: relative;
    padding-left: 1em;
    transition: .3s all;
}
footer ul li a::before {
    content:"";
    display: block;
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top:-0.3em;
    border-top:solid 1px #FFF;
    border-right:solid 1px #FFF;
    transform: rotate(45deg);
}
footer ul li a:hover {
    color:#006eff;
}
.c-credit {
    font-size: .85rem;
}

/* Page Header */
.-dress_pp023a .a-billboard {
    color:#333;
    text-shadow: none;
}
.-dress_pp023a .a-billboard .c-title {
    padding-bottom: 0;
    font-weight: normal;
}

.-dress_pp023breadcrumbs.b-plain {
    border: none;
}

@media only screen and (max-width: 640px) {
    .c-list_table th, .c-list_table td {
        display: table-cell;
    }
}

/* Contact Blcok line */
.-dress_d213637c019e4f4c91db4e175579e158 .g-column {
    border: 2px solid #b8b8b8;
}

/* footer contact */
@media only screen and (max-width: 640px) {
    #contact-content .btn-primary {
        font-size: 4.5vw !important;
    }
}


