/*共通*/
footer {
    background: #fff;
}

#footer-content {
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 90px;
    margin-right: auto;
    margin-left: auto;
}

#footer-logo-sec {
    width: 220px;
}

#footer-menu-sec {
    font-size: 0.95rem;
    width: 290px;
    display: flex;
    flex-wrap: wrap;
}

#footer-menu-sec a {
    color: #3e3a39;
    transition: 0.4s;
}

#footer-menu-sec a:hover {
    text-decoration: none;
    opacity: 0.7;

}

#footer-logo {
    width: 100%;
}

#copyright-row {
    color: #b5b5b6;
    font-size: 0.9rem;
    font-family: "Arial", "メイリオ";
    text-align: center;
}





/* layout_1 */
#top-band {
    background: #ceb981;
    color: white;
    box-shadow: 3px 3px 3px rgb(219, 219, 219);
    margin-bottom: 10px;
    font-size: 1.0rem !important;
}

#top-band-word {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}


#top-header-box {
    margin-top: 5px;
    max-width: 1250px;
    width: 100%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: stretch;
    position: relative;
}

.header-under-border {
    border-bottom: 0.5px solid rgb(163, 163, 163);
    padding-bottom: 10px;
}

.pankuzu-box {
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    font-size: 14px;
    color: #727171;
}

.pankuzu-row a {
    color: #727171;
}

.pankuzu-span {
    margin-right: 5px;
    margin-left: 5px;
}

.header-padding {
    padding-right: 10px;
    padding-left: 10px;
}

#top-logo-area {
    width: 8.5%;
    margin-top: auto;
    margin-bottom: auto;
}

#top-logo-area-1 {
    width: 6%;
    margin-top: auto;
    margin-bottom: auto;
}

#top-menu-area {
    width: 85%;
    position: relative;
}

.top-menu-2 {
    width: 100% !important;
}

#top-search-row {
    position: absolute;
    top: 14px;
    width: 100%;
}


#top-search-frame {
    position: relative;
    border: 0.1px solid #d3d3d3;
}

#top-search-title {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #727171;
    background: #fff;
}

.search-icon {
    color: #9b9595;
}

.search-icon-sp {
    color: #d3d3d3;
}

#top-search-content-row {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

#top-search-content-search {
    font-size: 0.9rem;
    display: flex;
}

.top-search-content-title {
    display: inline-block;
    margin-right: 3px;
}

.top-search-content {
    position: relative;
}


.date-picker-calendar {
    position: absolute;
    top: 2px;
    left: 170px;
    width: 20px;
}

.date-img {
    background-size: 14%;
    background-image: url('../img/calendar.png');
    background-repeat: no-repeat;
    background-position: 102px 3.5px;
}


#top-kensaku-btn {
    font-size: 0.9rem;
    line-height: 24px;
}

#top-keyword-btn {
    line-height: 24px;
}


#top-menu-row {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    display: flex;
    padding-left: 23px;
    padding-right: 23px;
    height: 30px;
    width: 100%;
    font-size: 0.9rem;
}

#top-menu-row-2 {
    position: absolute;
    top: 40%;
    display: flex;
    padding-left: 23px;
    padding-right: 23px;
    height: 30px;
    width: 100%;
    font-size: 0.9rem;
}


#top-menu-content-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.85rem;
}

#top-menu-content-icon {
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.icon-box-m {
    margin-left: 25px;
}

.top-menu-content {
    text-align: center;
}

.top-menu-content a {
    color: #3e3a39;
    font-weight: bold;
    transition: 0.4s;
    text-decoration: none;
}

.top-menu-content a:hover {
    opacity: 0.7;
}


#top-isho-btn {
    background: #f4e5e1;
    padding: 5px 15px;
    color: rgb(87, 87, 87);
    font-weight: bold;
}


#heart-img {
    height: 35px;
}

#cart-img {
    height: 35px;
}

#search-icon-sp {
    height: 35px;
}


.icon-div {
    text-align: center;
}

.icon-div a {
    display: block;
    text-decoration: none;
    color: rgb(94, 94, 94);
    position: relative;
}

.icon-word {
    font-size: 0.75rem;
    text-align: center;
    margin: 0;
}

.icon-word-fixed {
    font-size: 0.6rem;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 1.0;
    padding-bottom: 5px;
    margin-top: 1px;
}

.cart-padding {
    padding-left: 5px;
}

#category-board {
    display: none;
    width: 1250px;
    position: absolute;
    top: 158px;
    left: 0;
    background: #f8f6f4;
    padding: 15px;
    z-index: 2;
}

.layout2-top {
    top: 100px !important;
}

.lauout2-triangle {
    top: -47px !important;
    left: 942px !important;
}

#category-board.show-category {
    display: block;
    opacity: 1;
    animation-name: fade;
    animation-duration: 0.7s;
}


#category-board-content {
    display: flex;
    background: white;
    padding: 20px;
}

.menu-icon {
    width: 13px;
    margin-right: 5px;
}

.flex-category-name {
    line-height: 1.0;
}

.category-flex-title {
    margin: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.category-flex-col a {
    display: block;
    text-decoration: underline;
    color: #727171;
    transition: 0.4s;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.category-flex-col a:hover {
    opacity: 0.7;
}

.triangle {
    position: absolute;
    top: -40px;
    left: 975px;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #f8f6f4;
    border-left: 20px solid transparent;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#sp-toggle {
    position: absolute;
    top: 50%;
    right: -1vw;
    transform: translateY(-50%);
    z-index: 4;
}

.btn-trigger {
    position: relative;
    width: 35px;
    height: 30px;
    cursor: pointer;
}

.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(170, 170, 170);
    border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 14px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}


.btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}

.btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}





#search-menu-sp {
    background: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 78.94%;
    box-shadow: 1px 1px 2px 2px rgb(206, 206, 206);
    padding: 10px 5vw;
    color: #727171;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#search-menu-sp.show-menu-sp {
    display: block;
    opacity: 1;
    animation-name: fade;
    animation-duration: 0.7s;
}

#search-menu-sp-guide {
    text-align: center;
    font-size: 1.1rem;
}

.search-menu-sp-title {
    width: 80px;
}

.search-menu-sp-p {
    position: relative;
}

.date-picker-calendar-sp {
    position: absolute;
    top: 3px;
    left: 360px;
    width: 20px;
}

#search-menu-sp-btn-row {
    text-align: center;
}

#sp-white-menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
    z-index: -1;
    width: 100%;
    font-size: 1.2rem;
    padding: 90px;
    padding-top: 130px;
    height: 100%;
}

#sp-white-menu.show-menu-white {
    display: block;
    opacity: 1;
    animation-name: fade;
    animation-duration: 0.7s;
    z-index: 3;
    overflow-y: scroll !important;
}


.sp-white-menu-row {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 0.5px solid #acacac;
    padding-bottom: 10px;
}

.sp-white-menu-row a {
    color: #727171;
    text-decoration: none;
    transition: 0.4s;
}



#about-rental-box {
    background: #f8f6f4;
}

#about-rental-content-area {
    padding: 20px 70px;
    font-size: 1.0rem;
    color: #383838;
}

.about-rental-title {
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 0.1px solid #b1b1b1;
    font-size: 1.3rem;
    padding-left: 10px;
}

.about-rental-s-area {
    padding: 3% 20px;
}

.figure {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-rental-small {
    font-size: 0.9rem;
}

.margin-t-rental-40px {
    margin-top: 40px;
}

#fixed-header {
    z-index: 5;
    position: fixed;
    top: -98px;
    width: 100%;
    height: 55px !important;
    font-size: 2em;
    text-align: center;
    color: #fff;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    transition: .5s;
    /* アニメーションタイミング */
    box-shadow: 2px 2px 4px rgb(187, 187, 187);
    display: none;
    font-size: 0.85rem;
}

#fixed-header.h-fix {
    box-shadow: inherit;
}


#fixed-header.is-show {
    top: 0;
}


#top-logo-area-fixed {
    width: 8.5%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

#top-logo-area-fixed.h-fix {
    visibility: hidden;
}

#top-menu-area-fixed {
    width: 85%;
    position: relative;
}

#top-menu-area-fixed.h-fix {
    visibility: hidden;
}

#top-menu-row-fixed {
    position: relative;
    height: inherit;
    top: inherit;
    transform: inherit;
    align-items: center;
    height: 50px;
    padding-right: 19vw;
    margin-top: 1.6vw;
}

#top-menu-content-icon-fixed {
    width: 100%;
    margin-right: 7vw;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 50px;
}

#heart-img-fixed {
    height: 25px;
}

#cart-img-fixed {
    height: 25px;
}

#search-icon-sp-fixed:before {
    font-size: 22px;
    line-height: 1.0;
}

#sp-toggle-fixed {
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-40%);
    z-index: 4;
}

.page-content {
    max-width: 1250px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.layout2-select {
    width: 200px;
}

.box-content {
    background: #fff;
    padding: 20px;
}

#news-box .box-content {
    background-color: #f8f6f4;
}

hr {
    border-color: #d3d3d3;
}

h3 {
    color: #727171;
}

.content-box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: calc((100% - 1250px)/2);
    padding-left: calc((100% - 1250px)/2);
}

.page-nate a {
    padding: 9px 15px;
    color: #727171;
    border-radius: 50%;
}

.page-nate a.active {
    background-color: #ceb981;
    color: white;
}

.page-nate a:hover:not(.active) {
    background-color: #f8f6f4;
}

.news-list a {
    color: #727171;
}

.news-list h5 {
    font-size: 18px;
}

.news-list li {
    border-bottom: solid 1px #d3d3d3;
}

/*　セレクトボックス内の入力欄非表示　*/
.select2-search--dropdown {
    display: none !important;
}

.select2{
    max-width: 180px;
    min-width: 150px;
}


@media only screen and (max-width:1024px) {

    #top-search-row {
        display: none;
    }

    #top-menu-content-menu {
        display: none;
    }

    #top-menu-row {
        position: relative;
        height: inherit;
        top: inherit;
        transform: inherit;
        align-items: center;
        height: 98.66px;
    }

    #top-header-box {
        width: 95%;
        margin: auto;
        margin: auto;
        height: 98.66px;
    }

    #top-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
    }

    .top-banner-box {
        margin-top: 0px !important;
    }

    #top-menu-content-icon {
        width: 100%;
        margin-right: 7vw;
    }

    #footer-content {
        width: 100%;
    }

    .pankuzu-box {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        overflow-x: scroll !important;
        white-space: nowrap;
    }

    .page-content {
        width: 95%;
    }

    #about-rental-box {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
}

@media only screen and (max-width:950px) {
    #about-rental-content-area {
        padding: 20px 40px;
    }
}

@media only screen and (max-width:850px) {
    #about-rental-content-area {
        padding: 20px 20px;
    }
}



@media only screen and (max-width:800px) {
    #footer-content {
        padding: 40px 50px;
    }

    #footer-logo-sec {
        width: 180px;
    }

}

@media only screen and (max-width:700px) {
    #top-logo {
        width: 60px;
    }

    #top-menu-row {
        height: 85.98px;
    }

    #top-header-box {
        height: 85.98px;
    }

    #heart-img {
        height: 25px;
    }

    #cart-img {
        height: 25px;
    }

    #search-icon-sp {
        height: 25px;
    }

}

@media only screen and (max-width:650px) {
    #sp-white-menu {
        font-size: 1.1rem;
    }

    .sp-white-menu-row {
        margin-bottom: 30px;
    }

    .about-rental-title {
        font-size: 1.1rem;
    }

    #footer-content {
        display: block;
    }

    #footer-logo-sec {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #footer-menu-sec {
        margin-left: auto;
        margin-right: auto;

    }

    #about-rental-content-area {
        padding: 20px 10px;
    }

    .figure {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .top-search-content-title {
        display: block;
    }

    .date-picker-calendar-sp {
        top: 26px;
        left: 100%;
        transform: translateX(-118%);
    }

}

@media only screen and (max-width:500px) {
    #top-logo {
        width: 50px;
    }

    #top-menu-row {
        height: 73.31px;
    }

    #top-header-box {
        height: 73.31px;
    }

    #heart-img {
        height: 25px;
    }

    #cart-img {
        height: 25px;
    }

    #search-icon-sp {
        height: 25px;
    }

    .icon-word {
        font-size: 0.6rem;
    }

    .btn-trigger {
        position: relative;
        width: 30px;
        height: 25px;
        cursor: pointer;
    }

    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: rgb(170, 170, 170);
        border-radius: 4px;
    }

    .btn-trigger, .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }

    .btn-trigger span:nth-of-type(1) {
        top: 0;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 11.5px;
    }

    .btn-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .btn-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11.5px) rotate(45deg);
        transform: translateY(11.5px) rotate(45deg);
    }

    .btn-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
        transform: translateY(-11.5px) rotate(-45deg);
    }

    #sp-white-menu {
        padding: 20px;
        padding-top: 100px;
    }
}

@media only screen and (max-width:450px) {
    #footer-content {
        padding: 15px calc((100% - 290px)/2);
    }

    #fixed-header {
        display: flex;
    }

    .date-picker-calendar-sp {
        top: 35px;
    }

    .top-search-content-title {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width:400px) {
    #search-menu-sp {
        width: 100%;
    }

    #sp-white-menu {
        font-size: 1.0rem;
    }

    .box-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    #about-rental-content-area {
        padding: 20px 5px;
    }
}

@media only screen and (max-width:350px) {
    #footer-menu-sec {
        width: 95%;
    }

    #footer-content {
        padding: 15px 2.5%;
    }
}

@media only screen and (max-width:313px) {
    .h-margin {
        margin-right: 20px;
    }

}
