@charset "utf-8";

@import url("base.css");




/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}
.footercom{
	font-size: 10px
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.inner {
    width: 1280px;
    margin: 0 auto;
}

.areaTop {
    text-align: center;
    background: #F6F7F4 url(../img/common/areaTop.png) no-repeat bottom center;
    padding-bottom: 188px;
    padding-top: 43px;
}


.areaTop .text {
    text-align: left;
    margin-top: 64px;
    line-height: 1.5;
    padding-left: 8px;
    font-size: 14px;
}
.mincho{
	font-family: リュウミン M-KL !important;
	letter-spacing: 2px !important;

}
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#header .textFirst {
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
    letter-spacing: -1px;
}

#header .headContent {
    padding-top: 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px 0 3px;
    width: 100%;
}

#header .headContent .logo {
    padding-left: 8px;
    float: left;
    width: 209px;
}

#header .headMenu {
    width: 1280px;
    margin: 0 auto;
}
/*
#header .headMenu .menu {
    width: 100%;
    margin-left: 5px;
}

#header .headMenu .menu .iconMenu1 {
    background-image: url(../img/common/menu-img1.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu2 {
    background-image: url(../img/common/menu-img2.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu3 {
    background-image: url(../img/common/menu-img3.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu4 {
    background-image: url(../img/common/menu-img4.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu5 {
    background-image: url(../img/common/menu-img5.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu6 {
    background-image: url(../img/common/menu-img6.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu7 {
    background-image: url(../img/common/menu-img8.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu8 {
    background-image: url(../img/common/menu-img9.png);
    height: 47px;
}

#header .headMenu .menu .iconMenu9 {
    background-image: url(../img/common/menu-img10.png);
    height: 47px;
}
*/

#header .headMenu .menu li img {
  width: 70px;
}

#header .headMenu .menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#header .headMenu .menu li {
    text-align: center;
    background-repeat: no-repeat;
    background-position: top 1px center;
    transition: all 0.2s;
    line-height: 14px;
}

#header .headMenu .menu li.sp {
    display: none;
}
/*
#header .headMenu .menu li:after {
    content: "";
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
    right: 0;
    width: 3px;
    height: 10px;
    color: #fff;
}*/

#header .headMenu .menu .iconMenu3:after {
    right: -10px;
}

#header .headMenu .menu li:last-child:after {
    content: none;
}

#header .headMenu .menu li:hover {
    background-position: top 3px center;
}

#header .headMenu .menu li a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}

#header .headMenu .menu li a span {
    font-size: 18px;
    letter-spacing: 2px;
}

#header .headMenu .menu .miniText {
    font-size: 10px;
}


#header .rowAbout {
    overflow: hidden;
}

#header .rowAbout .sns {
    float: left;
    margin-top: 15px;
    margin-left: 24px;
}

#header .rowAbout .sns li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

#header .rowAbout .sns li:after {
    content: "|";
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: 0;
    width: 5px;
    height: 31px;
    color: #fff;
    font-size: 14px;
}

#header .rowAbout .sns li:last-child:after {
    content: none;
}

#header .rowAbout .sns li a {
    color: #fff;
}

#header .rowAbout .sns li a:hover {
    text-decoration: underline;
}

#header .rowAbout .tel {
    float: right;
    margin-right: 43px;
}

#header .logoWrap img{
  width: 100px;
  
}

.banner {
    overflow: hidden;
    text-align: center;
    height: 540px;
}

.banner img {
/*    max-width: inherit;
    width: auto;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);*/
    max-width: inherit;
    width: auto;
}

/*header stay search*/
#header .advSeacrh {
    background: rgba(0, 0, 0, 1);
    margin-top: 0px;
    position: initial;
    top: auto;
    z-index: 999;
    left: auto;
    transform: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
}

#header .advSeacrh:after {
    content: "";
    display: table;
    clear: both;
}

#header .advSeacrh .inner:after {
    content: "";
    display: table;
    clear: both;
}

#header .advSeacrh .formContent {
    width: 667px;
    float: left;
    padding: 0px 0 1px;
    display: flex;
    align-items: center;
}

#header .advSeacrh .formContent .form-row {
    float: left;
    padding: 7px 0px 6px 12px;
    position: relative;
}

#header .advSeacrh .formContent .form-row .f-icon {
    float: left;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

#header .advSeacrh .formContent .form-row select {
    width: 118px;
    float: left;
    font-size: 12px;
    color: #898282;
    padding-left: 6px;
    border: 1px solid #fff;
    height: 25px
}

#header .advSeacrh .formContent .form-row .f-text {
    font-size: 13px;
    padding-left: 0;
    margin-top: 0;
    width: 134px;
    text-align: center;
    color: #fff;
}

#header .advSeacrh .formContent .form-row .f-value {
    font-size: 12px;
}

#header .advSeacrh .formContent .form-row.f-img {
    border-left: none;
    padding: 4px 25px 0 0;
}

#header .advSeacrh .formContent .form-row.f-checkin select{
    width: 135px;
    color: #898282;
}
#header .advSeacrh .formContent .form-row.f-checkin select.date_checkin{
    background: url(../img/common/tomoth.png) #fff no-repeat right 10px center;
}
#header .advSeacrh .formContent .form-row select.date_checkout{
    background: url(../img/common/today.png) #fff no-repeat right 10px center;
}
#header .date_checkin:hover,
#header .date_checkout:hover {
    cursor: pointer;
}

#header select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
#header select::-ms-expand {
  display: none;
}

#header .advSeacrh .formContent .form-row.f-guest {
    position: relative;
}

#header .advSeacrh .formContent .form-row.f-guest .f-value {
    cursor: pointer;
    width: 118px;
    text-align: left;
    background: #fff;
    padding-left: 10px;
    height: 25px;
    padding: 5px 0 5px 5px;
    letter-spacing: 0.5px;
    color: #898282;
    line-height: 1;
    background: url(../img/common/today.png) #fff no-repeat right 10px center;
}

#header .advSeacrh .formContent .form-row.f-rooms .f-value {
    width: 100px;
    background: url(../img/common/today.png) #fff no-repeat right 10px center;
}

#header .advSeacrh .formContent .form-row.f-guest .num_list {
    position: absolute;
    width: 100%;
    top: calc(100% + 14px);
    left: 12px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    padding: 15px 0;
    height: 190px;
    overflow-y: auto;
    z-index: 5;
    display: none;
}

#header .advSeacrh .formContent .form-row.f-guest .num_list.show {
    display: block;
}

#header .advSeacrh .formContent .form-row.f-guest .num_list:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    background: rgba(209, 210, 208, 0.9);
}

#header .advSeacrh .formContent .num_list .name {
    color: #00a0e9;
    margin-bottom: 10px;
}

#header .advSeacrh .formContent .num_list ul li {
    padding: 5px 0;
}

#header .advSeacrh .formContent .num_list ul li:hover {
    cursor: pointer;
    color: #ba821f;
}

#header .advSeacrh .formSubmit {
    float: right;
    padding: 7px 0px 6px 9px;
}

#header .advSeacrh .planSubmit {
    margin: 7px 0px 6px 20px;
    width: 100px;
    background: #E9662D;
    border: none;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2.5px;
    float: right;
    text-align: center;
}

#header .advSeacrh .planSubmit a{
    color: #fff;
    height: 25px;
}


#header .advSeacrh .formSubmit .searchBtn {
    width: 100px;
    background: #DBBF56;
    border: none;
    color: #000;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2.5px;
    height: 25px;
  }

#header .hideDay .ui-datepicker-calendar {
    display: none;
}

#header .breadcrumb {
    width: 100%;
    margin-top: 0;
    background: #F6F7F4;
    padding-top: 10px;
}

#header .breadcrumb ul li {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#header .breadcrumb ul li+li {
    background: url(../img/common/bg-bread.png) no-repeat center left;
    padding-left: 13px;
}

#header .breadcrumb ul li:hover a {
    text-decoration: underline;
}
/*header*/


.advSeacrh {
    width: 875px;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    margin-top: 10px;
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-70%);
}

.advSeacrh:after {
    content: "";
    display: table;
    clear: both;
}

.advSeacrh .inner:after {
    content: "";
    display: table;
    clear: both;
}

.advSeacrh .formContent {
    width: 667px;
    float: left;
    padding: 0px 0 1px;
}

.advSeacrh .formContent .form-row {
    float: left;
    padding: 7px 0px 6px 12px;
    position: relative;
}

.advSeacrh .formContent .form-row .f-icon {
    float: left;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.advSeacrh .formContent .form-row select {
    width: 118px;
    float: left;
    font-size: 12px;
    color: #898282;
    padding-left: 6px;
    border: 1px solid #fff;
    height: 34px
}

.advSeacrh .formContent .form-row .f-text {
    font-size: 13px;
    padding-left: 0;
    margin-top: 9px;
    width: 134px;
    text-align: center;
    color: #000000
}

.advSeacrh .formContent .form-row .f-value {
    font-size: 12px;
}

.advSeacrh .formContent .form-row.f-img {
    border-left: none;
    padding: 4px 25px 0 0;
}

.advSeacrh .formContent .form-row.f-checkin select{
    width: 135px;
    color: #898282;
}
.advSeacrh .formContent .form-row.f-checkin select.date_checkin{
    background: url(../img/common/tomoth.png) #fff no-repeat right 10px center;
}
.advSeacrh .formContent .form-row select.date_checkout{
    background: url(../img/common/today.png) #fff no-repeat right 10px center;
}
.date_checkin:hover,
.date_checkout:hover {
    cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

.advSeacrh .formContent .form-row.f-guest {
    position: relative;
}

.advSeacrh .formContent .form-row.f-guest .f-value {
    cursor: pointer;
    width: 118px;
    text-align: left;
    background: #fff;
    padding-left: 10px;
    height: 34px;
    padding: 5px 0 5px 5px;
    letter-spacing: 0.5px;
    color: #898282;
    line-height: 1;
    background: url(../img/common/today.png) #fff no-repeat right 10px center;
}

.advSeacrh .formContent .form-row.f-rooms .f-value {
    width: 100px;
    background: url(../img/common/today.png) #fff no-repeat right 10px center;
}

.advSeacrh .formContent .form-row.f-guest .num_list {
    position: absolute;
    width: 100%;
    top: calc(100% + 14px);
    left: 12px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    padding: 15px 0;
    height: 190px;
    overflow-y: auto;
    z-index: 5;
    display: none;
}

.advSeacrh .formContent .form-row.f-guest .num_list.show {
    display: block;
}

.advSeacrh .formContent .form-row.f-guest .num_list:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    background: rgba(209, 210, 208, 0.9);
}

.advSeacrh .formContent .num_list .name {
    color: #00a0e9;
    margin-bottom: 10px;
}

.advSeacrh .formContent .num_list ul li {
    padding: 5px 0;
}

.advSeacrh .formContent .num_list ul li:hover {
    cursor: pointer;
    color: #ba821f;
}

.advSeacrh .formSubmit {
    float: right;
    padding: 7px 23px 6px 0;
}

.advSeacrh .formSubmit .searchBtn {
    width: 174px;
    background: #000000;
    border: none;
    color: #FFF;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.5px;
}

.hideDay .ui-datepicker-calendar {
    display: none;
}

.breadcrumb {
    width: 100%;
    margin-top: 0;
    background: #F6F7F4;
    padding-top: 10px;
}

.breadcrumb ul li {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb ul li+li {
    background: url(../img/common/bg-bread.png) no-repeat center left;
    padding-left: 13px;
}

.breadcrumb ul li:hover a {
    text-decoration: underline;
}


#footer {
    background: url(../img/common/bg-foot.png) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 21px 0 15px;
    margin-top: 21px;
}

#footer .text {
    margin-top: 43px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4;
}

#footer .text a:hover {
    text-decoration: underline;
}

#footer .maps {
    margin-top: 44px;
}

#footer .menuFoot {
    text-align: center;
    margin-top: 43px;
}

#footer .menuFoot2 {
    margin-top: 20px;
}

#footer .menuFoot li {
    display: inline-block;
    vertical-align: top;
    margin: 0 23px;
    letter-spacing: -1px;
    font-size: 12px;
    position: relative;
}

#footer .menuFoot li:after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -33px;
    width: 21px;
    height: 22px;
    color: #000;
    line-height: 1;
}

#footer .menuFoot li:last-child:after {
    content: none;
}

#footer .menuFoot li a:hover {
    text-decoration: underline;
}

#footer .menuFoot2 li {
    margin: 0 16px;
}

#footer .textBot {
    font-size: 12px;
    margin-top: 102px;
}

.contactFix {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
}

.contactFix ul li {
    width: 96px;
    text-align: center;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}

.contactFix ul li a {
    color: #fff;
    display: block;
    background: #382C05;
    padding: 25px 0 26px;
}

.contactFix ul li:last-child a {
    background: #BEAC6F;
}

.contactFix .img {
    text-align: center;
    margin-top: 15px;
}

.contactFix .advSeacrh {
    display: none;
    width: 280px;
    position: absolute;
    top: 0;
    right: 96px;
    margin-top: 0;
    padding: 20px 40px;
    left: auto;
    transform: none;
}

.contactFix .advSeacrh .formContent {
    width: 100%;
}

.contactFix .advSeacrh .formContent .form-row {
    text-align: center;
    width: 100%;
    padding-left: 0;
}

.contactFix .advSeacrh .formContent .form-row .f-text {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.contactFix .advSeacrh .formContent .form-row select,
.contactFix .advSeacrh .formContent .form-row.f-guest .f-value,
.contactFix .advSeacrh .formSubmit .searchBtn,
.contactFix .advSeacrh .formSubmit {
    width: 100%;
}

.contactFix .advSeacrh .formSubmit {
    padding-right: 0;
}

.contactFix .advSeacrh .formContent .form-row.f-guest .num_list {
    top: calc(100% + -5px);
    left: 0;
}



.aboutUs {
    width: 100%;
    margin-top: 93px;
}

.aboutUs .title {
    text-align: center;
    font-size: 23px;
}

.aboutUs .btnUs {
    text-align: center;
    margin-top: 11px;
}

.aboutUs .btnUs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}

.aboutUs .btnUs li:last-child {
    margin-right: 0;
}


/*POPUP FANCYBOX*/
.fancybox-overlay{
    z-index: 9999;
}
.fancybox-skin {
    padding: 0 !important;
}

.fancybox-wrap {
    width: 58% !important;
    height: auto !important;
    margin-top: -4%;
    z-index: 99999;
}

.fancybox-inner {
    width: auto !important;
    height: auto !important;
}

.fancybox-close {
    width: 12%;
    height: 12%;
    top: unset;
    bottom: -15%;
    right: -5%;
}

#fancybox-loading, .fancybox-close {
    background-image: url(../img/stay/pop-close.png);
    background-repeat: no-repeat;
    background-size: 60% 100%;
}

.fancybox-nav span {
    visibility: visible !important;
    background-repeat: no-repeat;
    width: 22%;
    height: 30%;
    background-position: unset
}

.fancybox-prev span {
    background-image: url(../img/stay/pop-prew.png) !important;
}

.fancybox-next span {
    background-image: url(../img/stay/pop-next.png) !important;
}

.fancybox-nav {
    top: -10%;
}

/* ---- */

/*END POPUP FANCYBOX*/


.sp {
    display: none;
}

@media (max-width: 1189px){
    #header .headContent .logo{
        width: 20%;
    }
    #header .headMenu{
        width: calc( 100% - 20% );
    }
    .contactFix ul li{
        width: 83px;
    }
    .contactFix ul li a{
        font-size: 10px;
        letter-spacing: 1px
    }
}
@media (max-width: 1150px){
    #header .headContent .logo{
        width: 20%;
    }
    #header .headMenu{
        width: calc( 100% - 30% );
    }
}
@media (max-width: 1075px){
    .advSeacrh{
        left: 46%;
    }
}
@media (max-width: 1000px){
    .inner{
        width: 100%;
    }
    .advSeacrh{
        left: 46%;
        width: 800px;
    }
    .advSeacrh .formContent .form-row .f-text{
        width: 94px;
    }
    .advSeacrh .formContent{
        width: 634px;
    }
    .advSeacrh .formSubmit .searchBtn{
        width: 143px;
    }
    .areaTop {
        background-size: contain;
        padding-bottom: 22%;
    }
}
@media (max-width: 970px){
    #header .rowAbout .sns li:last-child{
        margin-right: 0;
        padding-right: 0;
    }
}
@media(max-width: 960px){
    .bpc{
        display: none;
    }
    .bps{
        display: inherit;
    }
    body.lock,
    html.lock {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: fixed;
    }
    .inner {
        width: 100%;
    }
    .inner-sp {
        padding: 0 1.5%;
    }
    
    #header .headMenu .menu .iconMenu1,
    #header .headMenu .menu .iconMenu2,
    #header .headMenu .menu .iconMenu3,
    #header .headMenu .menu .iconMenu4,
    #header .headMenu .menu .iconMenu5,
    #header .headMenu .menu .iconMenu6,
    #header .headMenu .menu .iconMenu7,
    #header .headMenu .menu .iconMenu8 {
        background-image: none;
    }
    #header .headMenu .menu {
        margin-left: 0;
        display: block;
    }
    #header .headMenu .menu li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #fff;
        height: auto;
        margin-right: 0;
    }
    #header .headMenu .menu li:after {
        content: none;
    }
    #header .headMenu .menu li:last-child,
    #header .headMenu .menu li:last-child a.show {
        border-bottom: none;
        background: transparent;
    }
    #header .headMenu .menu li a.show {
        background: url(../img/common/bg-li-sp.svg) no-repeat center right 10px;
        background-size: 10px;
    }
    #header .headMenu .menu li a span {
        position: inherit;
        font-size: 14px;
        letter-spacing: 0;
        text-align: left;
        top: 50%;
        left: 0px;
        padding-left: 0px;
    }
    
    #header .headMenu .menu li img {
        max-width: 100%;
        width: 90px;
        margin: 0 auto;
    }
    
    #header .headMenu .menu li:last-child a span {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    #header .headMenu .menu li.sp {
        display: block;
    }
    #header .headContent .logo {
        width: 130px;
        padding-left: 8px;
    }
    
    #header .headMenu {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        overflow-y: auto;
        display: none;
        z-index: 999991;
        float: none;
    }
    
    #header .headMenu .menu {
        margin-left: 0;
    }
    
    #header .headMenu .menu li {
        height: auto;
        padding: 19px 0;
    }
    
    
    
    .boxAbout {
        width: 214px;
        float: right;
        margin-top: 13px;
    }
    .boxAbout li {
        float: left;
    }
    .boxAbout li:first-child {
        width: 77px;
    }
    .boxAbout li:last-child {
        width: 127px;
        margin-left: 3px;
    }
    .aboutUs .title {
        font-size: 14px;
    }
    .aboutUs .btnUs li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    #footer {
        margin-top: 0;
        padding: 10px 0;
        background: url(../img/common/bg-foot-sp.png) no-repeat top center;
        background-size: cover;
    }
    #footer .logo {
        display: inline-block;
        width: 140px;
    }
    #footer .text {
        margin-top: 20px;
        font-size: 10px;
    }
    #footer .maps {
        margin-top: 3px;
        display: inline-block;
        width: 54%;
    }
    #footer .textBot {
        font-size: 8px;
        margin-top: 77px;
    }
    .deviceFixBot {
        position: fixed;
        width: 100%;
        bottom: -1px;
        left: 0;
        overflow: hidden;
        background: #fff;
    }
    
    .deviceFixBot ul  {
      display: flex;
      justify-content: center;
      height: 70px;
    }
    
    .deviceFixBot ul li {
        background: #382C05;
        padding: 10px 0px;
        text-align: center;
        align-items: center;
    }
    
    .deviceFixBot ul li img {
      width: 50px;
      height: auto;
    }
    
    /*
    .deviceFixBot ul li a {
        display: block;
        padding: 6px 66px;
    }
    */
    .deviceFixBot ul li:first-child {
        background: #382C05;
        margin-right: 0;
        width: 25%;
    }
    
    .deviceFixBot ul li:nth-child(2) {
        background: #BEAC6F;
        margin-right: 0;
        width: 50%;
    }

    .deviceFixBot ul li:last-child {
        background: #382C05;
        margin-right: 0;
        width: 25%;
        display: flex;
        justify-content: center;
    }
    .deviceFixBot ul li a .hide,
    .deviceFixBot ul li a.open .show {
        display: none;
    }
    .deviceFixBot ul li a .show,
    .deviceFixBot ul li a.open .hide {
        display: block;
    }
}
@media(max-width: 768px){
    .areaTitle{
        width: 78%;
        display: inline-block;
        vertical-align: top;
    }
    .ulBread{
        padding-left: 5px;
    }
    .banner{
        height: auto;
    }
    .banner img{
        max-width: 100%;
    }
    
    #header .pc {
        display: none;
    }
    
    

    
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    .deviceFixBot ul li a{
        padding: 6px 42px;
    }
    .aboutUs{
        margin-top: 50px;
    }
    .aboutUs .btnUs li{
        width: 100%;
    }
    #footer .maps {
        width: 100%;
    }
    .scrollToTop{
        width: 40px;
        position: fixed;
        bottom: 73px;
        right: 12px;
        z-index: 99999;
        display: none;
    }
}
@media(max-width: 568px){
    .deviceFixBot ul li {
        width: 24.87%;
    }
}
@media (max-width: 414px) {
    .deviceFixBot ul li {
        width: 24.8%;
    }
    .deviceFixBot ul li a {
        padding: 0;
    }
    #header .headMenu .menu li {
        height: auto;
        padding: 19px 0;
    }
}

/*@media(max-width: 375px) {
    #header .headMenu .menu li {
        height: 40px;
    }
}*/

@media (max-width: 320px){
    #header .headContent .logo {
        width: 120px;
    }
    .boxAbout {
        width: 160px;
    }
    .boxAbout li:first-child{
        width: 60px;
    }
    .boxAbout li:last-child {
        width: 97px;
    }
    .deviceFixBot ul li{
        width: 24.7%;
    }
}