@charset "utf-8";


#pagetop{z-index:999;position: fixed;bottom: 15px;right: 15px;display:none;text-align: center;}
#pagetop a{font-family: 'Roboto Condensed', sans-serif;line-height:1.2;font-size:12px;background-color: #989898;width:70px;height:70px;border-radius: 100%;color:#FFFFFF;text-decoration:none;display: flex;flex-direction: column;justify-content: center;align-items: center;}
#pagetop a:before{content: "\f106";font-family: FontAwesome;padding:0;display:block;font-size: 40px;line-height: 0.5;text-align: center;padding-bottom: 5px;margin-top: -5px;}
#pagetop a:hover{-webkit-transition: all .3s ease-out; filter: alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}


/*-------------------------------------------------Pan*/
.breadcrumb{
    background-color: #fff;
    padding: 10px 0;
    font-size: 12px;
}
.breadcrumb ul{
    width: 992px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.breadcrumb ul:before{content:"";background-image: url("/cmn/icon/icon_home.png");width: 14px;height: 14px;background-repeat: no-repeat;background-size: contain;margin-right: 4px;}
.breadcrumb li{
    display: flex;
    align-items: center;
}
.breadcrumb li a{ color: #333}
.breadcrumb li + li:before{content:'';display: block;background:#888;margin:0 8px;width:1px;height:12px;}



#Alljapan{
    display: none;
}
.MenuArea p.Reserve a{
    letter-spacing: 1px;
}
.MenuArea p.Reserve a:after{
    content: "\f105";
}

#HIScontact{
    background-color: #bda662;
    padding: 50px 0;
}
#HIScontact .btn{
    width: 610px;
    margin: 0 auto;
}
#HIScontact .btn a{position:relative;display: block;color: #fff;border: 3px solid #fff;text-decoration: none;text-align: center;border-radius: 3px;padding: 12px;font-size: 18px;font-weight: bold;}
#HIScontact .btn a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}
#HIScontact .btn a:hover{
    background-color: #fff;
    color: #bda662;
}



/*----------------------------------------------------------------------------------------------*/
/*---------------------------------------smp--------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px){
.breadcrumb{
    background-color: #fff;
    padding: 10px 0;
    font-size: 11px;
    overflow-x: auto;
    margin-left: 15px;
}
.breadcrumb ul{
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
}
.breadcrumb ul:before{content:"";background-image: url("/cmn/icon/icon_home.png");width: 14px;height: 14px;background-repeat: no-repeat;background-size: contain;position: absolute;left: 0;top: 2px;}
.breadcrumb li{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.breadcrumb li a{ color: #333}
.breadcrumb li + li:before{content:'';display: block;background:#888;margin:0 8px;width:1px;height:12px;}

article.is-locked{z-index: 9;}

#HIScontact{
    padding: 20px 0;
}
#HIScontact .btn{
    width: 90%;
}
#HIScontact .btn a{
    font-size: 14px;
}

.MenuArea p.Reserve{
    width: 70%;
    flex: inherit;
}
}