/*
  global header
*/
#globalHeader {
    min-width: 1140px;
    background-color: #f3f3f0;
}
#globalHeader .active {
    background-color: #fff;
    color: #333;
    padding-bottom: 0.7rem;
}
/*
  main header
*/
#headerMain {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#headerRegions {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#headerRegions li {
    margin: 0;
    padding: 0;
}
#headerRegions li + li {
    margin-left: 5px;
}
#headerRegions a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DE481D;
    border-radius: 5px;
    color: #DE481D;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    width: 55px;
    height: 55px;
}
#headerRegions li.booking a,
#headerRegions li.chugoku a {
    font-size: 18px;
}
#headerRegions li.hokkaido a,
#headerRegions li.wakayama a {
    font-size: 15px;
}
#headerRegions li.chushikoku a {
    font-size: 15px;
    padding: 0 5px
}
#headerRegions li.on a,
#headerRegions li a:hover {
    background: #DE481D;
    color: #fff;
    border-color: #DE481D;
}
#headerNavi {
    position: relative;
    background: #DE481D;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    padding: 5px 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 1140px;
    width: 100%;
}
#headerMenu {
    display: flex;
    margin: 0;
    padding: 0;
}
#headerMenu > li {
    display: block;
}
#headerMenu > li.div {
    border-right: 1px solid #fff;
}
#headerMenu > li > a {
    display: block;
    color: #fff!important;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 20px;
}
#headerMenu > li > a:hover {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
#searchFormWrap {
    display: none;
    background-color: #D10A1B;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.5em 0;
}
#searchForm {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 15px;
    border-radius: 0.35294118em;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    text-align: left;
}
#searchForm button {
    background: #fc0;
    color: #333;
}

/*
  for desktop
*/
@media (min-width: 768px) {
    #searchFormWrap {
        display: none!important;
    }
}
/*
  for smartphone
*/
@media (max-width: 767px) {
    #headerSp {
    }
    #headerMainSp {
        background-color: #DE481D;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
    }
    #headerLogoSp {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 65px;
    }
    #headerLogoSp img {
        zoom: 0.6;
    }
    #headerRegionSp {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        color: #DE481D;
        line-height: 1.25em;
        text-decoration: none;
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-left: 5px;
    }
    #headerNavSp {
        background-color: #fff;
        color: #333;
        font-size: 1rem;
        line-height: 3em;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    #headerNavSp .col {
        padding: 0;
    }
    #headerNavSp .col + .col {
        border-left: 1px solid #eee;
    }
    #headerNavSp i {
        color: #DE481D;
    }
    .burger-menu {
        padding-top: 15px;
        background-color: rgba(238,238,238,1);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9998;
        animation: fadeInUp 0.3s;
        overflow-y: scroll;
        display: none;
    }
    .burger-menu input:focus{
        outline: none;
    }
    .col-burger-category .subCategories {
        display: inline-block;
        margin: 0px 12px 0px 0px;
    }
    .burger-menu ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #3f3f3f;
    }
    .burger-menu ::-moz-placeholder { /* Firefox 19+ */
        color: #3f3f3f;
    }
    .burger-menu :-ms-input-placeholder { /* IE 10+ */
        color: #3f3f3f;
    }
    .burger-menu :-moz-placeholder { /* Firefox 18- */
        color: #3f3f3f;
    }
    .burger-menu .category-name, .burger-menu .category-name a{
        font-size: 1.5rem;
        color:#DE481D;
    }
    .burger-menu .subCategories a{
        font-size: 1rem;
        line-height: 2.0rem;
    }
    .burger-menu .category-name a:hover, .burger-menu .subCategories a:hover{
        text-decoration: none;
        color:auto;
    }
    .burger-category i {
        color:#DE481D
    }
    .burger-category, .burger-main-cate{
        padding: 5px 0px;
    }
    .burger-main-cate {
        background-color: #ddd;
    }
    .col-burger-border {
        border-bottom: 1px solid #ddd;
    }
    .col-burger-main-category {
        padding: 5px 15px;
        margin-bottom: 0px;
    }
    .col-burger-category {
        padding: 5px 0px;
        margin-bottom: 0px;
    }
    .burger-menu .btn-close{
        position: absolute;
        top: -15px;
        right:0px;font-size:2rem;cursor:pointer;
    }
    .burger-menu .btn-close img{
        width:40px;
    }
}
