@charset "utf-8";
/* CSS Document */

#wrapper {
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

/* header */

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
}

#header:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#header.change:before {
    opacity: 1;
}

#header .headinner {
    width: 90%;
    margin: auto;
    max-width: 1300px;
    padding: 15px 0;
}

#header .headlink {
    margin-bottom: 5px;
    text-align: right;
}

#header .headlink.sp {
    display: none;
}

#header .headlink li {
    display: inline-block;
    width: 46%;
    max-width: 200px;
    margin: 0 1%;
}

#header .headlink li a {
    display: block;
    border: solid 2px #999;
    color: #222;
    padding: 5px 20px 5px 10px;
    text-align: center;
    font-weight: bold;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 5px no-repeat;
}

.all-top #header .headlink li a {
    color: #ccc;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow-white.png) center right 5px no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#header.change .headlink li a {
    border: solid 2px #555;
    color: #000;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 5px no-repeat;
}

#header .headlink li a.active {
    border: solid 2px #444;
    color: #fff;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow-white.png) center right 5px no-repeat;
    background-color: #555;
}

#header h1 {
    width: 15%;
    max-width: 150px;
    text-align: center;
}

#header #gnav {
    width: 80%;
}

#gnav li.pcnone {
    display: none;
}

#gnav li a {
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

#gnav li a:hover:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    line-height: 16px;
    margin-right: 10px;
    position: absolute;
    top: 4px;
    left: -15px;
}

.all-top #gnav li a:hover:before {
    color: #fff;
}

#gnav li a span {
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.all-top #gnav li a .en {
    color: #fff;
}

.all-top #header.change #gnav li a .en {
    color: #000;
}

.all-top #header.change #gnav li a:before {
    color: #000;
}

#gnav li a .en {
    display: block;
    font-weight: bold;
}

.all-top #gnav li a .jp {
    color: #fff;
}

.all-top #header.change #gnav li a .jp {
    color: #333;
}

#gnav li a .jp {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    #header ul[class="headlink onlytop"] {
        display: none;
    }

    #header .headlink.sp {
        display: block;
        width: 90%;
        margin: auto;
        text-align: center;
        padding-bottom: 80px;
    }

    #header .headlink.sp li {
        width: auto;
        max-width: 250px;
        margin: 4% auto !important;
        border: none !important;
    }

    #header .headlink.sp li a {
        display: block;
        border: solid 2px #999 !important;
        color: #222;
        padding: 5px 20px 5px 10px;
        text-align: center;
        font-weight: bold;
        background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 5px no-repeat;
    }

    #header .headlink.sp li a.active {
        border: solid 2px #444 !important;
        color: #fff;
        background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow-white.png) center right 5px no-repeat;
        background-color: #555;
    }

    #header h1 {
        width: 30%;
        position: relative;
        z-index: 251;
    }

    #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: none;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }

    #gnav p span.n {
        display: block;
        background: #000;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #000;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #000;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 0;
        opacity: 0;
        -webkit-transition: height 0.6s, opacity 0.2s;
        transition: height 0.6s, opacity 0.2s;
        background: rgba(255, 255, 255, 0.9);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
        -webkit-transition: height 0.1s, opacity 0.4s;
        transition: height 0.1s, opacity 0.4s;
    }

    #gnav .accordion-inner {
        width: 100%;
        max-width: none;
        padding: 80px 2% 0px 2%;
    }

    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #999 !important;
        padding: 0 !important;
        margin-top: 0;
    }

    #gnav li:hover:before {
        display: none;
    }
    
    #gnav li.pcnone {
    display: block;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        padding: 10px 15px;
        border: none !important;
    }

    .all-top #gnav li a .en {
        color: #000;
    }

    .all-top #gnav li a .jp {
        color: #333;
    }
}

@media only screen and (max-width: 599px) {}

/* all-top */

#wrapper.all-top {
    padding-top: 0 !important;
}

.all-top-about .inner {
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-top/all-top-about.png) center bottom no-repeat;
    margin-bottom: 80px;
    text-align: center;
}

.all-top-about h2 {
    font-size: 60px;
}

.all-top-about h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.all-top-about .txt {
    text-align: center;
}

.all-top-about .txt.sp {
    display: none;
}

.all-top-reason {
    position: relative;
    overflow: hidden;
}

.all-top-reason .inner {
    position: relative;
    z-index: 5;
    counter-reset: num;
}

.all-top-reason h3 {
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 80px;
}

.all-top-reason h3 a {
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    font-weight: bold;
}

.all-top-reason h3 a:hover {
    color: #000;
    opacity: 1;
}

.all-top-reason h3 a:before {
    display: inline-block;
    content: "";
    width: 250px;
    height: 72px;
    background: url(/upload/tenant_1/e1999ddbdc3026be8a38915ad628f173.png) center no-repeat;
    background-size: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}

.all-top-reason h3 a:hover:before {
    background: url(/upload/tenant_1/45a633aa2aa6d7d552483871a7d82292.png) left bottom no-repeat;
    background-size: 100%;
}

.all-top-reason h3 a .br {
    display: none;
}

.all-top-reason h3 img {
    vertical-align: baseline;
    margin-right: 10px;
    max-width: 140px !important;
}

.all-top-reason .box {
  overflow: visible;
    display: block;
    position: relative;
    background: #fff;
    padding: 27px;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46%;
    margin-bottom: 4%;
    margin-left: 4%;
}

.all-top-reason .box:hover {
    opacity: 1;
}

.all-top-reason .box:before {
   overflow: visible;
    display: block;
    content: "";
    counter-increment: num;
    content: counter(num) ".";
    font-family: 'Euphoria Script', cursive;
    font-size: 60px;
    background: #dcdcdc;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 10;
}

.all-top-reason .box:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 3px #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    z-index: 0;
}

.all-top-reason .box:hover:after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

.all-top-reason .box dt {
    margin-bottom: 20px;
}

.all-top-reason .box dd span {
    float: right;
    border-bottom: double 4px #555;
    display: block;
}

.all-top-news {
    text-align: center;
}

.all-top-news .inner {
    max-width: 1050px;
}

.all-top-news .box {
    display: block;
}

.all-top-news .box dl {
    border-bottom: solid 1px #d0d0d0;
    padding: 0 15px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-top-news .box dt {
    width: 16%;
}

.all-top-news .box dd {
    width: 84%;
}

.all-top-shop {
    text-align: center;
}

.all-top-shop .box {
    padding: 10px;
    border: solid 2px #e5e5e5;
    background-color: #ffffff;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
    margin: 0 1% 2% 1%;
}

.all-top-shop .left {
    width: 70%;
    margin-top: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.all-top-shop .left .pic {
    width: 35%;
}

.all-top-shop .left .pic.sp {
    display: none;
}

.all-top-shop .left .tbox {
    width: 60%;
}

.all-top-shop .left .area {
    font-size: 14px;
}

.all-top-shop .left .tel {
    text-decoration: underline;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.all-top-shop .left .tel:before {
    display: block;
    content: "";
    /* background: url(/import/tenant_1/153.126.213.247/html/images/common/icon-tel.png) center left no-repeat; */
    background: url(/upload/tenant_1/50af46748f4e7cdf113ca5d5415bdbd5.png) center left no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all-top-shop .left dl {
    margin-bottom: 5px;
}

.all-top-shop .left .heightLine-shopinfo1 {
    position: relative;
}

.all-top-shop .matsuex {
    width: 100% !important;
}

.all-top-shop .left dt,
.all-top-shop .left dd {
    font-size: 12px;
}

.all-top-shop .left dt {
    width: 60px;
}

.all-top-shop .left dd {
    width: calc(100% - 60px);
}

.all-top-shop .right {
    width: 30%;
    margin: 0;
}

.all-top-shop .left dl .all-shop-time {
    margin-bottom: 0;
}

.all-top-shop .left dl .all-shop-time dt {
    width: 30%;
}

.all-top-shop .left dl .all-shop-time dd {
    width: 43%;
    text-align: right;
}

.all-top-shop .matsuex a {
    font-size: 10px;
    color: #4169e1;
    height: 10px;
    display: block;
    line-height: 100%;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform: scale(0.9);
    width: 120%;
}

.all-top-shop .right .icon {
    text-align: center;
}

.all-top-shop .right .icon li {
    display: block;
    margin-top: 10px;
}

.all-top-shop .right .button a {
    display: block;
    font-size: 13px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
}

.all-top-shop .right .site {
    width: 100%;
    margin-bottom: 10px;
    max-height: 45%;
}

.all-top-shop .right .site a {
    padding: 10px 20px 10px 10px;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 7px no-repeat;
    background-color: #deebf7;
    border: solid 1px #2e75b6;
}

.all-top-shop .right .web {
    width: 100%;
}

.all-top-shop .right .web a {
    padding: 10px;
    text-align: center;
    color: #f44e3c;
    background-color: #fcd8d4;
    border: solid 1px #f44e3c;
}

.all-top-shop .right .web img {
    display: inline-block;
    width: 16px;
    margin-right: 4px;
}

.all-top-column {
    text-align: center;
}

.all-top-column .box {
    display: block;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
}

.all-top-column .box .pic {
    margin-bottom: 20px;
}

.all-top-column .box dt.date {
    font-family: "Lusitana", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    margin-bottom: 20px;
    padding: 0 10px;
}

.all-top-column .box dd.tit {
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 10px;
}

.all-top-column .box dd.info {
    font-size: 14px;
    text-align: right;
    padding: 0 10px;
}

.all-top-column .box dd.info span {
    display: block;
}

.all-top-hair .inner {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
}

.all-top-hair a:hover {
    opacity: 1;
}

.all-top-hair h3 {
    text-align: left;
}

.all-top-hair .pic {
    position: relative;
    width: 65%;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
}

[data-element-id] .all-top-hair .pic .linewrap {
    display: none;
}

.all-top-hair .pic .linewrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.all-top-hair .pic .lineinn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.all-top-hair .pic .line {
    position: absolute;
    background-color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.all-top-hair .pic .line-top,
.all-top-hair .pic .line-bottom {
    width: 100%;
    height: 1px;
}

.all-top-hair .pic .line-left,
.all-top-hair .pic .line-right {
    height: 100%;
    width: 1px;
}

.all-top-hair a:hover .pic .line-top,
.all-top-hair a:hover .pic .line-bottom {
    width: 0%;
    height: 1px;
}

.all-top-hair a:hover .pic .line-left,
.all-top-hair a:hover .pic .line-right {
    height: 0%;
    width: 1px;
}

.all-top-hair .pic .line-top {
    top: 0;
    left: 0;
}

.all-top-hair .pic .line-right {
    top: 0;
    right: 0;
}

.all-top-hair .pic .line-bottom {
    right: 0;
    bottom: 0;
}

.all-top-hair .pic .line-left {
    bottom: 0;
    left: 0;
}

.all-top-hair a:hover .more {
    color: #fff;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow-white.png) center right 10px no-repeat #333;
    border-color: #333;
}

.all-top-hair .more {
    width: 25%;
    margin: 0;
}

.all-top-nail {
    text-align: right;
}

.all-top-nail .inner {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
}

.all-top-nail a:hover {
    opacity: 1;
}

.all-top-nail h3 {
    text-align: right;
}

.all-top-nail .pic {
    position: relative;
    width: 65%;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
}

[data-element-id] .all-top-nail .pic .linewrap {
    display: none;
}

.all-top-nail .pic .linewrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.all-top-nail .pic .lineinn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.all-top-nail .pic .line {
    position: absolute;
    background-color: #999;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.all-top-nail .pic .line-top,
.all-top-nail .pic .line-bottom {
    width: 100%;
    height: 1px;
}

.all-top-nail .pic .line-left,
.all-top-nail .pic .line-right {
    height: 100%;
    width: 1px;
}

.all-top-nail a:hover .pic .line-top,
.all-top-nail a:hover .pic .line-bottom {
    width: 0%;
    height: 1px;
}

.all-top-nail a:hover .pic .line-left,
.all-top-nail a:hover .pic .line-right {
    height: 0%;
    width: 1px;
}

.all-top-nail .pic .line-top {
    top: 0;
    left: 0;
}

.all-top-nail .pic .line-right {
    top: 0;
    right: 0;
}

.all-top-nail .pic .line-bottom {
    right: 0;
    bottom: 0;
}

.all-top-nail .pic .line-left {
    bottom: 0;
    left: 0;
}

.all-top-nail a:hover .more {
    color: #fff;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow-white.png) center right 10px no-repeat #333;
    border-color: #333;
}

.all-top-nail .more {
    width: 25%;
    margin: 0;
}

.all-top-banner .box {
    display: block;
}

.all-top-banner .box:hover {
    opacity: 1;
}

.all-top-banner .box dl {
    position: relative;
}

.all-top-banner .box dt.pic {
    position: relative;
    overflow: hidden;
}

.all-top-banner .box dt.pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.all-top-banner .box dt.pic:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-element-id] .all-top-banner dt.pic .linewrap {
    display: none;
}

.all-top-banner dt.pic .linewrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.all-top-banner dt.pic .lineinn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.all-top-banner dt.pic .line {
    position: absolute;
    background-color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.all-top-banner dt.pic .line-top,
.all-top-banner dt.pic .line-bottom {
    width: 100%;
    height: 1px;
}

.all-top-banner dt.pic .line-left,
.all-top-banner dt.pic .line-right {
    height: 100%;
    width: 1px;
}

.all-top-banner dt.pic:hover .line-top,
.all-top-banner dt.pic:hover .line-bottom {
    width: 0%;
    height: 1px;
}

.all-top-banner dt.pic:hover .line-left,
.all-top-banner dt.pic:hover .line-right {
    height: 0%;
    width: 1px;
}

.all-top-banner dt.pic .line-top {
    top: 0;
    left: 0;
}

.all-top-banner dt.pic .line-right {
    top: 0;
    right: 0;
}

.all-top-banner dt.pic .line-bottom {
    right: 0;
    bottom: 0;
}

.all-top-banner dt.pic .line-left {
    bottom: 0;
    left: 0;
}

.all-top-banner .box dd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 2px 2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff;
}

.all-top-banner .box dd .sub {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.all-top-banner .box:hover .more {
    color: #fff;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow-white.png) center right 10px no-repeat #333;
    border-color: #333;
}

.all-top-banner .box .more {
    margin-top: 30px;
    max-width: 180px;
}

@media only screen and (max-width: 1024px) {
    .all-top-about .inner {
        margin-bottom: 60px;
    }

    .all-top-about h2 {
        font-size: 50px;
    }

    .all-top-reason h3 {
        letter-spacing: 2px;
        margin-bottom: 60px;
    }

    .all-top-reason h3 a .br {
        display: block;
    }

    .all-top-reason h3 a:before {
        width: 130px;
        height: 37px;
    }

    .all-top-reason .box {
        padding-left: 35px;
        padding-right: 10px;
    }

    .all-top-reason .box:before {
        font-size: 45px;
        width: 45px;
        height: 45px;
        line-height: 50px;
        top: -4%;
        left: -4%;
    }

    .all-top-reason .bkimg {
        position: absolute;
        height: 100% !important;
        width: auto !important;
    }

    .all-top-reason .bkimg img {
        min-width: initial !important;
        height: 100% !important;
        width: auto !important;
        max-width: none !important;
    }

    .all-top-shop .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .all-top-shop .left .pic {
        width: 100%;
    }

    .all-top-shop .left .pic.pc {
        display: none;
    }

    .all-top-shop .left .pic.sp {
        display: block;
    }

    .all-top-shop .left .tbox {
        width: 100%;
        text-align: center;
    }

    .all-top-shop .left .area {
        text-align: center;
        margin: 10px 0;
    }

    .all-top-shop .left .area,
    .all-top-shop .left .tit {
        text-align: center;
        margin-bottom: 10px;
    }

    .all-top-shop .left .tel {
        display: inline-block;
        text-align: center;
    }

    .all-top-shop .right {
        width: 100%;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .all-top-shop .right .icon {
        width: 100%;
        margin-bottom: 10px;
    }

    .all-top-shop .right .icon li {
        display: inline-block;
        margin: 0 5px;
    }

    .all-top-shop .right .button {
        width: 100%;
    }

    .all-top-shop .right .button li {
        width: 48%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .all-top-shop .right .site {
        margin-bottom: 0px;
    }

    .all-top-shop .left dl {
        width: 80%;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .all-top-shop .left dl .all-shop-time dd {
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .all-top-about .txt.pc {
        display: none;
    }

    .all-top-about .txt.sp {
        display: block;
    }

    .all-top-about .inner {
        margin-bottom: 40px;
    }

    .all-top-about h2 {
        font-size: 40px;
    }

    .all-top-reason h3 {
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .all-top-reason .box {
        width: 96%;
        padding-left: 30px;
    }

    .all-top-reason .box:before {
        font-size: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -4%;
        left: -4%;
    }

    .all-top-news .box dt {
        width: 100%;
    }

    .all-top-news .box dd {
        width: 100%;
    }

    .all-top-column .box .pic {
        margin-bottom: 10px;
    }

    .all-top-column .box dt.date {
        margin-bottom: 10px;
    }

    .all-top-column .box dd.tit {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .all-top-column .box dd.info span {
        display: block;
    }

    .all-top-shop .left .tbox {
        width: 100%;
        text-align: center;
    }

    .all-top-shop .left .area {
        font-size: 10px;
    }

    .all-top-shop .left .tit {
        font-size: 15px;
    }

    .all-top-shop .left .tel {
        display: inline-block;
        margin-left: -10px;
    }

    .all-top-shop .left dt,
    .all-top-shop .left dd {
        font-size: 9px;
    }

    .all-top-shop .left dt {
        width: 45px;
    }

    .all-top-shop .left dd {
        width: calc(100% - 45px);
    }

    .all-top-shop .right .icon li {
        width: 20%;
        margin: 0 1%;
    }

    .all-top-shop .right .button li {
        width: 100%;
    }

    .all-top-shop .right .button li.site {
        margin-bottom: 10px;
    }

    .all-top-shop .left dl {
        width: 100%;
    }

    .all-top-shop .left dl .all-shop-time dt {
        width: 33%;
    }

    .all-top-shop .left dl .all-shop-time dd {
        width: 67%;
        padding-right: 0;
    }

    .all-top-shop .matsuex {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .all-top-hair .inner {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .all-top-hair .pic {
        width: 90%;
    }

    .all-top-hair .more {
        width: 50%;
        margin-right: 0;
        margin-left: auto;
        margin-top: 20px;
    }

    .all-top-nail .inner {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .all-top-nail .pic {
        width: 90%;
    }

    .all-top-nail .more {
        width: 50%;
        margin-right: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .all-top-banner .box dd {
        font-size: 20px;
    }

    .all-top-banner .box .more {
        margin-top: 10px;
    }
}

/* all-hair */

.all-hairlist .box {
    display: block;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.all-hairlist .pic {
    margin-bottom: 10px;
}

.all-hairlist dd.tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.all-hairlist dd.desc {
    margin-bottom: 10px;
}

.all-hairlist dd {
    font-size: 14px;
    padding: 0 10px;
}

.all-hairlist dd span {
    display: block;
    text-align: right;
}

.otherpost .txt {
    margin-bottom: 30px;
}

.otherpost .box {
    width: 46%;
    margin-bottom: 4%;
    border: solid 1px #b4b4b4;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
}

.otherpost .pic {
    width: 25%;
}

.otherpost dl {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.otherpost dt {
    width: 100%;
    font-weight: bold;
}

.otherpost .more {
    border: solid 1px #b4b4b4;
    font-size: 14px;
    margin: 10px 0 0 0;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 10px no-repeat #e5e5e5;
    padding: 5px 25px 5px 10px;
    max-width: 220px;
}

@media only screen and (max-width: 1024px) {
    .otherpost .box {
        max-width: 600px;
    }

    .otherpost .pic {
        width: 100%;
    }

    .otherpost dl {
        width: 100%;
    }

    .otherpost dt {
        font-size: 16px;
        text-align: center;
    }

    .otherpost .more {
        font-size: 12px;
        margin: 10px auto auto auto;
    }
}

@media only screen and (max-width: 599px) {
    .otherpost .box {
        max-width: 320px;
    }

    .otherpost .more {
        width: 100%;
        margin: 10px auto 0 auto;
        padding: 5px 15px 5px 5px;
        background-position: center right 5px;
        font-size: 10px;
    }
}

/* all-shoplist */

.all-shoplist-nav .inner {
    padding-bottom: 0px;
}

.all-shoplist-nav ul {
    background: #f8f8f8;
    padding: 10px 20px;
}

.all-shoplist-nav li {
    margin-right: 4%;
}

.all-shoplist-nav li:last-of-type {
    margin-right: 0;
}

.all-shoplist-nav li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.all-shoplist .box {
    margin: 0 1% 4% 1%;
}

.all-shoplist .pic {
    margin-bottom: 10px;
}

.all-shoplist .tit {
    text-align: center;
    margin-bottom: 12px;
}

.all-shoplist dl {
    margin-bottom: 14px;
}

.all-shoplist dt,
.all-shoplist dd {
    font-size: 14px;
    text-align: center;
}

.all-shoplist dd.tel {
    font-size: 22px;
}

.all-shoplist .icon {
    text-align: center;
    margin-bottom: 15px;
}

.all-shoplist .icon li {
    display: inline-block;
    margin: 0 5px;
}

.all-shoplist .button li {
    width: 48%;
    text-align: center;
    margin: 0;
}

.all-shoplist .button li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-shoplist .button .site a {
    border: solid 1px #2e75b6;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 10px no-repeat #deebf7;
    padding: 5px 20px 5px 10px;
}

.all-shoplist .button .web a {
    background: #fcd8d4;
    border: solid 1px #f44e3c;
    color: #f44e3c;
}

.all-shoplist .button .web img {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}

@media only screen and (max-width: 1024px) {
    .all-shoplist-nav ul {
        padding: 10px;
    }

    .all-shoplist-nav li {
        margin-right: 3%;
    }

    .all-shoplist .box {
        margin: 0 2% 8% 2%;
        border-bottom: double 4px #999;
        padding-bottom: 8%;
    }
}

@media only screen and (max-width: 599px) {
    .all-shoplist-nav ul {
        padding: 5px;
    }

    .all-shoplist-nav li span.image {
        width: 22px;
    }

    .all-shoplist-nav li span.name {
        font-size: 12px;
        margin-right: 0;
    }

    .all-shoplist .tit {
        font-size: 14px;
    }

    .all-shoplist dt,
    .all-shoplist dd {
        font-size: 12px;
    }

    .all-shoplist .icon li {
        width: 20%;
        margin: 0 1%;
    }

    .all-shoplist .button li {
        width: 100%;
    }

    .all-shoplist .button .site {
        margin-bottom: 10px;
    }
}

/* all-contact */

.all-contact .inner {
    max-width: 1000px;
}

.all-faq-list dl {
    border-bottom: solid 1px #b6b6b6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.all-faq-list dt {
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 70px;
    padding-right: 60px;
    min-height: 50px;
    cursor: pointer;
}

.all-faq-list dt .q {
    background: #434343;
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.all-faq-list dt .accordion_icon {
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-contact/all-contact-off.png) center right no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.all-faq-list dt .accordion_icon.active {
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-contact/all-contact-on.png) center right no-repeat;
    background-size: 100%;
}

.all-faq-list dd {
    padding-left: 70px;
}

.all-form {
    background: #f8f8f8;
}

.all-form .maintxt {
    margin-bottom: 40px;
    text-align: center;
}

.all-form .txt {
    margin-bottom: 80px;
}

.all-form #form {
    text-align: center;
}

.all-form dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #a0a0a0;
}

.all-form dt {
    width: 25%;
    font-weight: bold;
}

.all-form dd {
    width: 70%;
}

.all-form .hissu {
    display: inline-block;
    float: right;
    background: #dcdcdc;
    color: #8d8d8d;
    padding: 2px 5px;
    text-align: center;
}

.all-form input[type="text"] {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
}

.all-form dd input[type="radio"]+label {
    margin-right: 10px;
}

.all-form textarea {
    width: 70%;
    height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
}

.all-form button {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #434343;
    padding: 10px;
    width: 40%;
    max-width: 280px;
    border: none;
    margin: auto 2%;
    cursor: pointer;
}

.all-privacy .txt {
    margin-bottom: 40px;
}

.all-privacy-list li {
    margin-bottom: 10px;
    text-indent: -13px;
    padding-left: 13px;
}

@media only screen and (max-width: 1024px) {
    .all-contact h3 .en {
        font-size: 24px;
    }

    .all-faq-list dt {
        padding-left: 60px;
        padding-right: 50px;
        min-height: 40px;
    }

    .all-faq-list dt .q {
        font-size: 38px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .all-faq-list dt .accordion_icon {
        width: 40px;
        height: 40px;
    }

    .all-faq-list dd {
        padding-left: 60px;
    }

    .all-form .txt {
        margin-bottom: 60px;
    }

    .all-form dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .all-form dd {
        width: 100%;
    }

    .all-form input[type="text"] {
        width: 100%;
    }

    .all-form textarea {
        width: 100%;
    }

    .all-form button {
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .all-contact h3 .en {
        font-size: 22px;
    }

    .all-form .txt {
        margin-bottom: 40px;
    }
}

/* all-collection */

.all-collection-list .inner {
    max-width: 1000px;
}

.all-collection-list .box {
    border-bottom: solid 1px #b6b6b6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.all-collection-list .pic {
    width: 20%;
}

.all-collection-list .pic img {
    max-height: 150px;
    width: auto !important;
}

.all-collection-list dl {
    width: 75%;
}

.all-collection-list dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.all-collection-list dd {
    display: inline-block;
    font-size: 14px;
    color: #5e5e5e;
    position: relative;
    padding-right: 2em;
    border-right: solid 1px #dedede;
}

.all-collection-single .inner {
    max-width: 1000px;
}

.all-collection-single .youtube {
    display: block;
    position: relative;
    overflow: hidden;
}

.all-collection-single .youtube:after {
    display: block;
    content: "";
    padding-top: 55%;
}

.all-collection-single .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.all-collection-single .infobox {
    background: #000;
    padding: 50px 20px;
}

.all-collection-single .infobox dl:not(:last-of-type) {
    margin-bottom: 20px;
}

.all-collection-single .infobox dt,
.all-collection-single .infobox dd {
    text-align: center;
    font-size: 14px;
}

.all-collection-single .infobox dt {
    color: #a3a3a3;
    margin-bottom: 5px;
}

.all-collection-single .infobox dt a {
    color: #a3a3a3;
}

.all-collection-single .infobox dt a[href="#"] {
    pointer-events: none;
}

.all-collection-single .infobox dd {
    color: #fff;
}

.all-collection-single .infobox dd a {
    color: #fff;
}

.all-collection-single .infobox dd a[href="#"] {
    pointer-events: none;
}

@media only screen and (max-width: 599px) {
    .all-collection-list .pic {
        width: 70%;
        margin: auto;
    }

    .all-collection-list dl {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
}

/* all-company */

.all-company .inner {
    max-width: 1000px;
}

.all-company-list dl {
    border-bottom: dashed 1px #b6b6b6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.all-company-list dt {
    font-weight: bold;
    width: 20%;
}

.all-company-list dd {
    width: 75%;
}

.all-company-piclist li {
    width: 33%;
}

.all-company-piclist {
    margin-top: 30px;
}

.all-company-banner {
    width: 80%;
    max-width: 700px;
    margin: auto;
    margin-top: 40px;
}

.all-company-banner a {
    display: block;
}

.all-company-banner .tit {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.all-company-history {
    background: #f8f8f8;
}

[data-element-id] .all-company-history .more {
    display: none;
}

.all-company-history .all-company-list dt,
.all-company-history .all-company-list dd {
    color: #e5e5e5;
}

[data-element-id] .all-company-history #modal-content {
    position: relative !important;
    z-index: 0 !important;
    opacity: 1 !important;
}

.all-company-history .modal-content-on {
    z-index: 9999 !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    right: 0;
    bottom: 0;
    height: 100vh !important;
}

.all-company-history .modal-inner {
    width: 100%;
    height: 88%;
    overflow-y: auto;
    position: relative;
}

[data-element-id] .all-company-history .close-modal-content {
    display: none;
}

.all-company-history .close-modal-content {
    width: 80%;
    background-color: #e5e5e5;
    font-weight: bold;
    position: fixed;
    z-index: 9999;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.all-company-office .outer-map {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.all-company-office .outer-map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.all-company-office #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {

    .all-company-office .all-company-list dt,
    .all-company-office .all-company-list dd {
        width: 100%;
    }

    .all-company-office .outer-map:after {
        padding-top: 50%;
    }
}

@media only screen and (max-width: 599px) {

    .all-company-list dt,
    .all-company-list dd {
        width: 100%;
    }

    .all-company-list dt {
        margin-bottom: 5px;
    }

    .all-company-banner {
        width: 100%;
        max-width: none;
    }

    .all-company-office .outer-map:after {
        padding-top: 60%;
    }
}

/* all-staff */

.all-stafflist .box {
    margin-bottom: 30px;
}

.all-stafflist .box:hover {
    opacity: 1;
}

.all-stafflist .box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[data-element-id] .all-stafflist .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.all-stafflist .box .w40 {
    position: relative;
}

.all-stafflist .box .w40:before {
    display: block;
    content: "";
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-staff/all-staff-triangle1.png) center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.all-stafflist .box:nth-of-type(even) .w40:before {
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-staff/all-staff-triangle2.png) center bottom no-repeat;
    background-size: 100% 100%;
    right: 0;
    left: auto;
}

.all-stafflist .box .w40:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 5;
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-staff/all-staff-picbg1.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.all-stafflist .box:nth-of-type(even) .w40:after {
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-staff/all-staff-picbg2.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.all-stafflist .box .piclabel {
    position: absolute;
    bottom: 3%;
    right: 3%;
    z-index: 10;
    text-align: right;
}

.all-stafflist .box:nth-of-type(even) .piclabel {
    left: 3%;
    right: auto;
    text-align: left;
}

.all-stafflist .box .piclabel span {
    display: block;
    color: #fff;
}

.all-stafflist .box .piclabel .shoplogo {
    max-width: 120px;
    margin-bottom: 10px;
}

.all-stafflist .box .w60 {
    background: #434343;
    padding: 30px;
    padding-bottom: 105px;
    position: relative;
}

.all-stafflist .box:nth-of-type(even) .w60 {
    background: #959595;
}

.all-stafflist .box dt.name {
    margin-bottom: 20px;
}

.all-stafflist .box dt.name .jp {
    display: inline-block;
    font-weight: bold;
}

.all-stafflist .box dt.name .en {
    position: relative;
    margin-left: 15px;
    padding-left: 20px;
}

.all-stafflist .box dt.name .en:before {
    display: block;
    content: "/";
    position: absolute;
    top: 0;
    left: 0;
}

.all-stafflist .box dd.pos {
    margin-bottom: 20px;
}

.all-stafflist .box .more {
    background: url(/import/tenant_1/153.126.213.247/html/all/images/all-staff/arrow-white.png) center right 10px no-repeat;
    margin: 0;
    max-width: 250px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.all-stafflist .box:hover .more {
    color: #333;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 10px no-repeat #fff;
    border-color: #fff;
}

.all-stafflist .box:nth-of-type(odd) dt,
.all-stafflist .box:nth-of-type(odd) dd {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .all-stafflist .box {
        max-width: 600px;
    }

    .all-stafflist .box .w40 {
        width: 100%;
    }

    .all-stafflist .box .w60 {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .all-stafflist .box .w40:after {
        height: 55%;
    }

    .all-stafflist .box .piclabel {
        bottom: 2%;
        right: 2%;
    }

    .all-stafflist .box:nth-of-type(even) .piclabel {
        left: 2%;
    }

    .all-stafflist .box .piclabel span {
        font-size: 14px;
    }

    .all-stafflist .box .piclabel .shoplogo {
        max-width: 90px;
        margin-bottom: 2px;
    }

    .all-stafflist .box dt.name .en {
        margin-left: 0;
        padding-left: 0;
    }

    .all-stafflist .box dt.name .en:before {
        display: none;
    }

    .all-stafflist .box dt.name .en {
        display: block;
    }

    .all-stafflist .box .more {
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* all-news */
.news-cont h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* all-new */

.all-new h3 {
    text-align: center;
}

.all-new .inner {
    max-width: 1000px;
}

.all-new-content .numlist {
    counter-reset: num;
}

.all-new-content .numlist li {
    position: relative;
    min-height: 30px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.all-new-content .numlist li:before {
    display: block;
    content: "";
    counter-increment: num;
    content: counter(num) ".";
    font-family: 'Euphoria Script', cursive;
    color: #fff;
    font-size: 28px;
    background: #626262;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.all-new-content .txt {
    margin-top: 30px;
}

.all-new-content .apply {
    margin-top: 30px;
}

.all-new-content .apply li {
    display: inline-block;
    margin: 0 10px;
}

.all-new-banner {
    background: #f8f8f8;
}

.all-new-banner h3 {
    border: none;
    padding-bottom: 0;
}

.all-new-banner .txt {
    text-align: center;
    margin-bottom: 40px;
}

.all-new-banner .box {
    margin-bottom: 4%;
}

.all-new-banner .box .tit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.all-new-banner .box .boxinn {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.all-new-banner .box:nth-of-type(5n+1) .boxinn {
    background: rgba(77, 149, 147, 0.9);
}

.all-new-banner .box:nth-of-type(5n+2) .boxinn {
    background: rgba(77, 82, 149, 0.9);
}

.all-new-banner .box:nth-of-type(5n+3) .boxinn {
    background: rgba(149, 121, 77, 0.9);
}

.all-new-banner .box:nth-of-type(5n+4) .boxinn {
    background: rgba(106, 149, 77, 0.9);
}

.all-new-banner .box:nth-of-type(5n+5) .boxinn {
    background: rgba(135, 60, 132, 0.9);
}

.all-new-banner .boxinn .info {
    position: relative;
    z-index: 5;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-new-banner .info dt,
.all-new-banner .info dd {
    color: #fff;
    font-weight: bold;
}

.all-new-banner .bkimg img {
    min-width: auto;
    opacity: 0.2;
}

.all-new-codawari .box {
    display: block;
    position: relative;
    overflow: hidden;
}

.all-new-codawari .box .tbox {
    position: relative;
    z-index: 5;
    padding: 20px;
}

.all-new-codawari .box .tit {
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}

.all-new-codawari .box .more {
    max-width: 250px;
    margin: 30px 0 0 auto;
    border-color: #fff;
    background-color: #fff;
}

.all-new-codawari .box img {
    min-width: auto;
}

@media only screen and (max-width: 1024px) {
    .all-new-content .apply {
        text-align: center;
    }

    .all-new-content .apply li {
        -webkit-animation-name: pop;
        animation-name: pop;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .all-new-banner .box {
        width: 46%;
    }

    .all-new-banner .box .bkimg {
        display: none;
    }

    .all-new-banner .boxinn .info {
        padding: 10px;
    }

    .all-new-banner .info .logo {
        width: 90%;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }

    .all-new-banner .info dl {
        width: 100%;
    }

    .all-new-banner .info dt,
    .all-new-banner .info dd {
        text-align: center;
    }

    .all-new-codawari .box .tbox {
        background: rgba(0, 0, 0, 0.8);
    }

    .all-new-codawari .box .tit {
        text-align: left;
    }
}

/* @-webkit-keyframes pop {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}

@keyframes pop {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
} */

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pop {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 599px) {
    .all-new h3 {
        text-align: left;
        font-size: 16px;
    }

    .all-new-banner h3 {
        text-align: center;
    }

    .all-new-content .w40 {
        margin-top: 20px;
    }

    .all-new-banner .box .tit {
        font-size: 12px;
    }

    .all-new-banner .info dt,
    .all-new-banner .info dd {
        font-size: 12px;
    }

    .all-new-codawari .box .tit {
        font-size: 14px;
    }

    .all-new-codawari .box .more {
        font-size: 14px;
        padding: 2px 10px;
        max-width: 140px;
        margin-top: 15px;
    }
}

/* all-existing */

.all-existing-content .pic {
    width: 80%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

.all-existing-content .tit {
    font-weight: bold;
    margin-bottom: 30px;
}

.all-existing-content .txt {
    margin-bottom: 30px;
}

.all-existing-content dl {
    margin-bottom: 30px;
}

.all-existing-content dt {
    font-weight: bold;
    margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
    .all-existing-content .pic {
        width: 100%;
    }
}

/* カスタムコンテンツページ共通 */

.ccmain {
    width: calc(95% - 300px);
}

.ccmain .selected-cont {
    margin-bottom: 3rem;
}

.ccmain .selected-cont>ul>li {
    margin: 0 1% 5% 1%;
    -webkit-box-shadow: 6px 6px 12px #eae7e7;
    box-shadow: 6px 6px 12px #eae7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.ccmain .selected-cont ul li a {
    display: block;
}

.ccmain .selected-cont ul li a .pic {
    margin-bottom: 10px;
}

.ccmain .selected-cont ul li a span.heightLine-tit {
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
}

.ccmain .selected-cont ul li a+ul {
    padding: 0 10px;
}

.pagenav {
    width: 100%;
}

.pagenav ul li {
    margin: 0.5rem;
}

.pagenav ul li a,
.pagenav ul li span {
    font-size: 14px;
    display: block;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #535353;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
}

.pagenav ul .prev a:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
}

.pagenav ul .next a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
}

.pagenav ul .first a:before {
    content: "\f100";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
}

.pagenav ul .end a:after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
}

.pagenav ul li a:hover,
.pagenav ul li .now {
    opacity: 1;
    background-color: #535353;
    color: #fff;
}

@media (max-width: 1024px) {
    .ccmain {
        width: 100%;
    }
}

/* all-column */
.column-cont>ul>li {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #b6b6b6;
}

.column-cont ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-cont ul li a .pic {
    width: 20%;
    margin-right: 5%;
}

.column-cont>ul>li .contbox {
    width: 75%;
}

.column-cont>ul>li .contbox span {
    display: block;
    margin-bottom: 10px;
}

.column-cont>ul>li .contbox ul li {
    color: #a6a6a6;
    border-right: 1px solid #a6a6a6;
    margin-bottom: 0.5rem;
    padding: 0 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.column-cont>ul>li .contbox ul li:last-of-type {
    border-right: none;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .column-cont ul li a .pic {
        width: 30%;
    }

    .column-cont ul li a .contbox {
        width: 65%;
    }

    .column-cont>ul>li .contbox ul li {
        font-size: 12px;
        padding: 0;
        width: 100%;
        border-right: none;
        margin-bottom: 0;
        text-align: right;
    }
}

/* all-reason */

.eu {
    font-family: 'Euphoria Script', cursive;
    letter-spacing: 2px;
}

.bggrey {
    background-color: #f8f8f8;
}

.blackbox {
    position: relative;
    background-color: #313131;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.all-shadow {
    -webkit-box-shadow: 8px 8px 33px -12px #000000;
    box-shadow: 8px 8px 33px -12px #000000;
}

.shadowpic img {
    -webkit-box-shadow: 8px 8px 33px -12px #000000;
    box-shadow: 8px 8px 33px -12px #000000;
}

.inner-right {
    padding-right: 20%;
}

.inner-left {
    padding-left: 20%;
}

.double-border {
    width: 100%;
    margin: 30px 0;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.outer-all-reason-box {
    padding-top: 132px;
    margin-top: -132px;
}

.all-reason-box {
    position: relative;
    margin: 40px 0 100px 0;
}

.box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.all-reason-box h3 {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.all-reason-nav ul {
    width: 100%;
}

.all-reason-nav ul li {
    width: 16%;
}

.all-reason-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #313131;
    text-align: center;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.all-reason-nav ul li a:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    opacity: 1;
}

.all-reason-nav ul li a span {
    font-size: 60px;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.all-reason-nav ul li a .txt {
    font-size: 13px;
}

.all-reason-nav ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 0 25px;
    border-color: #313131 transparent transparent transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    margin: auto;
}

.all-reason-nav ul li a:hover:after {
    bottom: -15px;
}

.all-reason-box .reason-num {
    color: #fff;
    font-size: 85px;
    text-align: center;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    height: 70px;
    background-image: url(/import/tenant_1/153.126.213.247/html/all/images/all-reasons/all-reason-triangle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

.all-reason-box .inboxes {
    margin: 50px 0;
}

.all-reason-box .inboxes h4 {
    text-align: left;
}

.all-reason-box .inboxes .pic {
    position: relative;
    z-index: 1;
}

.all-reason-box .inboxes:nth-of-type(1) .blackbox {
    margin-top: 50px;
    margin-left: -50px;
    padding-left: 80px;
}

.all-reason-box .inboxes:nth-of-type(2) .blackbox {
    margin-top: 100px;
    margin-right: -50px;
    padding-right: 80px;
}

.reasen-stylebox {
    margin-bottom: 50px;
}

.before-box .eu,
.after-box .eu {
    display: inline-block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.before-box {
    margin-bottom: 30px;
}

.after-box {
    position: relative;
    padding-bottom: 80px;
}

.after-box .after-img1 {
    padding-right: 8px;
}

.after-box .after-img2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.after-box .after-img2 .pic:nth-of-type(2) {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.point-list li {
    margin-bottom: 30px;
}

.point-list li .point-pic {
    padding-right: 15px;
}

.point-list .point-txt .point-tag {
    color: #fff;
    display: inline-block;
    margin: 0 5px 5px -30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #626262;
}

.after-box .after-tag {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#reason2 .blackbox {
    margin: 50px 0;
}

#reason2 .lapbox {
    margin-left: -5%;
}

#reason2 .lapbox .pic {
    margin-left: 30px;
}

#reason3 .lapbox {
    margin-right: -5%;
    z-index: 1;
}

#reason3 .lapbox .blackbox {
    margin-right: -50px;
}

#reason3 .unlapbox .pic {
    margin-top: 50px;
}

#reason4 .lapbox {
    margin-left: -5%;
}

#reason4 .blackbox {
    margin-left: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

#reason4 .unlapbox .pic {
    margin-top: 100px;
}

#reason5 .lapbox {
    margin-right: -5%;
    position: relative;
    z-index: 1;
}

#reason5 .lapbox .blackbox {
    margin-right: -50px;
}

#reason5 .unlapbox .pic {
    margin-top: 100px;
}

#reason6 .lapbox {
    margin-left: -5%;
}

#reason6 .unlapbox .pic {
    margin-top: 100px;
}

#reason6 .lapbox .pic {
    width: 60%;
}

#reason6 .lapbox .pic:nth-of-type(2) {
    margin-left: 150px;
    margin-top: -80px;
}

@media (max-width: 1024px) {
    .outer-all-reason-box {
        padding-top: 88px;
        margin-top: -88px;
    }

    .inner-right {
        padding-right: 0;
    }

    .inner-left {
        padding-left: 0;
    }

    .all-reason-cont .flex {
        max-width: 100%;
    }

    .blackbox {
        padding: 15px;
    }

    .all-reason-nav ul li {
        width: 32%;
        margin-bottom: 30px;
    }

    #reason1 .inboxes .w40 {
        width: 50%;
        margin: auto;
    }

    #reason1 .inboxes .w60 {
        width: 100%;
    }

    .all-reason-box .inboxes:nth-of-type(1) .blackbox,
    .all-reason-box .inboxes:nth-of-type(2) .blackbox {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .reasen-stylebox .w50,
    .reasen-stylebox .w45 {
        width: 100%;
    }

    .after-box .after-img1 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .after-box .after-img2 {
        margin: 0;
    }

    #reason6 .lapbox .pic:nth-of-type(2) {
        margin-left: 100px;
    }
}

@media (max-width: 599px) {
    .all-reason-nav ul li {
        width: 48%;
    }

    .all-reason-nav ul li a span {
        font-size: 50px;
    }

    .all-reason-nav ul li a .txt {
        font-size: 10px;
    }

    .outer-all-reason-box {
        padding-top: 69px;
        margin-top: -69px;
    }

    .all-reason-box h3 {
        font-size: 26px;
    }

    .all-reason-box .inboxes .blackbox {
        padding-left: 15px;
        padding-right: 15px;
    }

    .all-reason-box .inboxes:nth-of-type(2) .blackbox {
        padding-right: 15px;
    }

    #reason1 .inboxes .w40 {
        width: 80%;
    }

    .before-box .before-pic {
        width: 50%;
        margin: auto;
    }

    .after-box .after-img2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .after-box .after-img2 .pic {
        width: 46%;
        margin: 2%;
    }

    .after-box .after-tag {
        top: -35px;
        bottom: 0;
        left: 0;
    }

    .all-reason-cont .flex .w30 {
        width: 80%;
        margin: 0 auto 15px auto;
    }

    .all-reason-cont .flex .w70 {
        width: 100%;
    }

    .point-list .point-txt .point-tag {
        margin: 0 5px;
    }

    #reason2 .lapbox {
        width: 100%;
        margin-left: 0;
    }

    #reason2 .blackbox {
        margin: 0;
    }

    #reason2 .lapbox .pic {
        margin-left: 0;
    }

    #reason3 .lapbox {
        margin-right: 0;
    }

    #reason3 .lapbox .blackbox {
        margin-right: 0;
    }

    #reason3 .unlapbox .pic {
        margin-top: 0;
    }

    #reason4 .lapbox {
        margin-left: 0;
    }

    #reason4 .unlapbox .pic {
        margin-top: 0;
    }

    #reason4 .blackbox {
        margin-left: 0;
        margin-top: 0;
    }

    #reason5 .lapbox {
        margin-right: 0;
    }

    #reason5 .lapbox .blackbox {
        margin-right: 0;
    }

    #reason5 .unlapbox .pic {
        margin-top: 0;
    }

    #reason6 .lapbox {
        margin-left: 0;
    }

    #reason6 .lapbox .pic:nth-of-type(2) {
        margin-left: 35%;
    }
}

/* all-reason end */

@media(min-width:980px){
.nobr div br {
  display: none;  
 }
}


.rapidannounce p {
 text-align: center;
 border: 2px solid #333;
 padding: 15px;
 width: 86%;
 margin: 20px auto;
 font-size:24px;
}

@media only screen and (max-width: 599px){
 .rapidannounce p {
   width:96%;
   margin:10px auto;
   padding:15px 5px;
   font-size:98%;
 }
}


/* 2021.08.19 */

.kanzen{
  font-size: 14px;
  margin-bottom: 6px;
}

.all-top-shop .left .tel01 {
    text-decoration: underline;
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
}

.all-top-shop .left .tel01:before {
    display: block;
    content: "";
    /* background: url(/import/tenant_1/153.126.213.247/html/images/common/icon-tel.png) center left no-repeat; */
    background: url(/upload/tenant_1/50af46748f4e7cdf113ca5d5415bdbd5.png) center left no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kanzen01{
  font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

.all-shoplist .tit01 {
    text-align: center;
    margin-bottom: 5px;
}

.all-shoplist .hakusankanzen {
    margin-bottom: 4px;
}
.all-shoplist .hakusankanzen01 {
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
.all-top-shop .left .tel01 {
    display: inline-block;
    text-align: center;
}

.kanzen {
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 6px;
    text-align: center;
}
}


/* .ai-c{
  align-items: center;
} */

.jc-c{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc-none{
  display: none;
}

.sp-none{
  display: block;
}


@media only screen and (max-width: 599px){
  .pc-none{
  display: block;
  font-size: 12px;
  margin-left: 8px;
  }
  
.jc-c{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.sp-none{
  display: none;
}
.kanzen01 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2px;
}
.all-shoplist .tit01 {
  font-size: 14px;
  margin-bottom: 0;
}
.all-shoplist .hakusankanzen {
    margin-bottom: 14px;
}
.all-shoplist .hakusankanzen01 {
    margin-bottom: 14px;
}
}

/* 03/24 追記 */

 .all-reserve-btn a{
    background: #b6966c !important;
    border: solid 2px #b6966c !important;
    color: #fff !important;
}

 #header .headlink.sp li.all-reserve-btn a{
  border: solid 2px #b6966c !important;
}

 .all-top-reason .box{
  overflow: initial !important;
}

 .all-top-reason .site a{
  padding: 10px 20px 10px 10px;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 7px no-repeat;
    background-color: #deebf7;
    border: solid 1px #2e75b6;
}

 .all-top-reason .web a{
  padding: 10px;
    text-align: center;
    color: #f44e3c;
    background-color: #fcd8d4;
    border: solid 1px #f44e3c;
}

 .all-top-shop .box.gr222.flexb{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .all-top-shop .box.gr222.flexb .left{
     width: 30%;
}

 .all-top-shop .box.gr222.flexb .left .pic{
  width: 100%;
}

 .all-top-shop .box.gr222.flexb .right{
  width: 65%;
}

 .all-top-shop .box.gr222.flexb .right .tbox{
  width: 100%;
}

 .all-top-shop .box.gr222.flexb .right .tbox .tel{
     margin-bottom: 10px;
    margin-top: 10px;
}

 .all-top-shop .box.gr222.flexb .right .button{
  width: 100%;
}

 .all-top-shop .box.gr222.flexb .right .button li{
      width: 48%;
    margin-bottom: 0px;
}

@media only screen and (max-width: 599px){
  
   .all-top-shop .box.gr222.flexb .right .tbox .tel{
  margin-bottom: 10px;
}

 .all-top-shop .box.gr222.flexb{
   width: 100%;
   margin-bottom: 15px;
 }
 
  .all-top-shop .box.gr222.flexb .left{
   height: 100%;
    margin-right: 0px;
    margin-left: 0px;
 }
 
   .all-top-shop .box.gr222.flexb .heightLine-shoppicsp img{
    width: 100%;
    height: 100% !important;
   -o-object-fit: cover;
      object-fit: cover;
  }
 
  .all-top-shop .right .button a{
   font-size: 11px !important;
 }
 
 .all-top-shop .box.gr222.flexb {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

 .all-top-shop .box.gr222.flexb .right {     -ms-flex-item-align: normal;     align-self: normal;
    width: 65%;
}
}

 .all-top-shop .tel{
      text-decoration: underline;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

 .all-top-shop .tel:before {
    display: block;
    content: "";
    /* background: url(/import/tenant_1/153.126.213.247/html/images/common/icon-tel.png) center left no-repeat; */
    background: url(/upload/tenant_1/50af46748f4e7cdf113ca5d5415bdbd5.png) center left no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


 .all-top-shop .tel01{
      text-decoration: underline;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

 .all-top-shop .tel01:before {
    display: block;
    content: "";
    /* background: url(/import/tenant_1/153.126.213.247/html/images/common/icon-tel.png) center left no-repeat; */
    background: url(/upload/tenant_1/50af46748f4e7cdf113ca5d5415bdbd5.png) center left no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

 .icon.selfend{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    margin-bottom: 10px;
        width: unset;
}

 .all-top-shop .right .icon li {
    display: block;
    margin-top: 10px;
    margin-right: 2%;
    width: 30px;
}

 .all-top-shop .kanzen{
  text-align: left;
}


@media only screen and (max-width: 599px){
   .all-top-shop .right .icon li {
    display: block;
    margin-top: 0px;
    margin-right: 1%;
    width: 25px;
}
}

 .all-top-news .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 100px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

.all-top-news .list .list.flexs {
    width: 47%;
    overflow-y: visible;
}

.all-news .all-top-news .list .list.flexs {
    width: 47%;
    overflow-y: visible;
}


 .all-top-news .list .list.flexs a{
  overflow: visible;
}

 .all-top-news .list .list.flexs .pic span{
  border-radius: 10px;
}

 .all-top-news .list .date{
    margin: 15px 0;
    color: #b6966c;
    font-weight: 700;
    font-size: 22px;
}

 .all-top-news .list .ttl{
    font-size: 22px;
    font-weight: bolder;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
 .all-top-news .list {
    row-gap: 80px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
}

@media only screen and (max-width: 599px){
  
   .all-news .all-top-news .list .ttl{
    font-weight: normal;
}


  .all-top-news .list .list.flexs{
  width: 43%;
} 

 .all-top-news .list .date {
    font-size: 14px;
}

 .all-top-news .list .ttl{
    font-size: 14px;
}

 .all-top-news .list{
    row-gap: 50px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
}

.all-top-news .trimming100{
  position: relative;
}


.all-top-news .trimming100::before{
    content: "";
    display: block;
    padding-top: 100%;
}

.all-top-news .trimming100 img{
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

/* @media only screen and (min-width: 600px){
  .all-top-news .trimming100 {
    height: 80%;
}
} */




@media only screen and (min-width: 600px){
 .another-all-reserve-btn{
  display: none;
} 
}



@media only screen and (max-width: 599px){
  .another-all-reserve-btn{
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    transform: translateY(100%);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    -webkit-transform: translateY(100%);
  }
  
  .another-all-reserve-btn a{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
  }
  
  .another-all-reserve-btn.transy-0{
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
  }
}


.all-top-shop .flex .box{
      padding: 0px;
}

.all-top-shop .flex-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 30px;
}

.all-top-shop .flex-nav .tel{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.all-top-shop .button{
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
}

.all-top-shop .button li{
     /*  width: 100% !important; */
     width: 85% !important;
}

@media only screen and (max-width: 599px){
  
  .all-top-shop .flex-nav{
    margin-top: 5px;
}

  .flex-nav{
    width: 100% !important;
  }
  
  .all-top-shop .right .icon {
    width: 100%;
    margin-bottom: 5px;
}

.all-top-shop .right .tbox{
      padding: 2vw 3.4666666667vw 2vw 0;
}

.all-top-shop .right .tbox .area{
      font-size: 12px;
}

.all-top-shop .left{
  margin-bottom: 0px !important;
}

.all-top-shop .icon{
  display: none !important;
}


.all-top-shop .right .web a {
    padding: 5px;
    text-align: center;
    color: #f44e3c;
    background-color: #fcd8d4;
    border: solid 1px #f44e3c;
}


.all-top-shop .left{
  height: 130px !important;
}

.all-top-shop .left p{
  height: 100% !important;
}

.kanzen {
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: 6px;
    text-align: center;
}


}

.trimming100 {
    position: relative;
}

.trimming100::before {
    content: "";
    display: block;
    padding-top: 100%;
}


.trimming100 img{
      position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

@media only screen and (max-width: 599px){
  
  .all-top-shop .tel:before{
        width: 16px;
    height: 16px;
    background-size: 16px;
    
  }
  
  
.all-top-shop .tel {
    font-size: 16px;
    margin-left: 10px;
    white-space: nowrap;
}
  
    .all-top-shop .tel01 {
       font-size: 16px;
    margin-left: 10px;
    white-space: nowrap;
  }
  
  .all-top-shop .inner{
    width: 100%;
  }
  
  .all-top-shop .box.gr222.flexb .right {
    -ms-flex-item-align: normal;
        align-self: normal;
    width: 65%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.all-top-shop .right .tit{
      margin-bottom: 5px;
}
}
  .all-top-shop .tel01{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
    
  }
  
  .all-top-shop .web{
/*         flex: 1; */
width: 90% !important;
  }
  
  .all-top-shop .pic img{
    height: 100% !important;
  }
  
  
@media only screen and (max-width: 599px){
  .sp-ml-0{
    margin-left: 0px !important;
  }
  
.all-top .sp_view.topspimg {
    position: relative;
    overflow: hidden;
    min-width: auto;
    left: 0%;
    width: auto;
    height: 100vh !important;
    margin-bottom: 40px !important;
}
  
/*   .all-top .sp_view.topspimg {
height: 100vh !important;
} */
}


/* 2023/07/13 */
.all-top-news .list .list.flexs a {
  width: 100%;
}

.all-news .news-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.all-news .news-list .flex{
     width: 48% !important;
}

.all-news .news-list .news-pic{
      width: 100%;
}

.all-news .news-list li .news-pic .pic img{
    width: 100%;
    max-height: initial;
}

.all-news .news-list li .news-cont{
  width: 100% !important;
}

.all-news .news-list .newstit{
  margin-top: 25px;
}

@media only screen and (max-width: 599px){
  
  .all-news .all-top-news .list .date{
  margin-bottom: 0px;  
  }
  
  .all-news .news-list .news-pic{
    margin-bottom: 0px !important;
  }
  
  .all-news .news-list .news-info{
    width: 100% !important; 
    font-size: 14px !important;
  }
  
  .all-news .heightLine-newstit{
    font-size: 14px;
  }
  
   .all-news .grey.en-hide{
     width: 100%;
     white-space: nowrap;
   }
}

@media only screen and (min-width: 600px){
  .all-shop-page .all-top-shop .box.gr222.flexb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 auto 2% auto;
}
}


.headinner .headlink.onlytop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}/* 

.headinner .headlink.onlytop li:first-of-type{
      width: 40px !important;
} */

.headinner .headlink.onlytop li:first-of-type a{
  border: none !important;
    background: none !important;
    width: 100%;
    padding: 0px !important;
}

.headinner .headlink.onlytop li:first-of-type a img{
  width: 100%;
}

@media only screen and (max-width: 1024px){
  #header .headlink.sp li:last-of-type{
      width: 40px !important;
  }
  
  #header .headlink.sp li:last-of-type a{
    padding: 0px !important;
    border: none !important;
    background: none !important;
  }
}

.all-top-shop .right .web a {
    padding: 10px;
    text-align: center;
    color: #5b4b35;
    background-color: #e1c8a68f;
    border: solid 1px #5b4b35;
}

@media only screen and (max-width: 599px){
  .all-top-shop .right .web a {
    padding: 5px;
}
}

@media only screen and (min-width: 600px){

.all-top-shop .box.gr222.flexb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 auto 2% auto;
}

.all-top-shop .right .area{
  font-size: 20px;
}

.all-top-shop .right .tit{
  font-size: 30px;
}

.all-top-shop .flex-nav{
  margin-top: 50px;
}


.all-top-shop .box.gr222.flexb .left {
    width: 35%;
}

.all-top-shop .box.gr222.flexb .right {
    width: 60%;
}
  
}


.another-font a{
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.headinner .headlink.onlytop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* .headinner .headlink.onlytop li:first-of-type{
      width: 40px !important;
} */

.headinner .headlink.onlytop li:first-of-type{
         width: 35px !important;
    -ms-flex-item-align: center;
        align-self: center;
}

.headinner .headlink.onlytop li:first-of-type a{
  border: none !important;
    background: none !important;
    width: 100%;
    padding: 0px !important;
}

.headinner .headlink.onlytop li:first-of-type a img{
  width: 100%;
}

@media only screen and (max-width: 1024px){
  #header .headlink.sp li:last-of-type{
      width: 40px !important;
  }
  
   #header .headlink.sp li:last-of-type a{
    padding: 0px !important;
    border: none !important;
    background: none !important;
  }
}


.all-top-shop .right .button a{
 /*  color: #966203 !important; */
 color: #5b4b35 !important;
}

@media only screen and (min-width: 600px){
  
  .all-top-shop .flex-nav .tel{
        font-size: 22px;
  }
  
  .all-top-shop .box.gr222.flexb .right .tbox .tel {
    margin-bottom: 10px;
    margin-top: 10px;
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: -5px;
}

  .all-top-shop .box.gr222.flexb .right .tbox .tel01 {
    margin-bottom: 10px;
    margin-top: 10px;
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: -5px;
}


  .right .acess-info{
    margin-top: 10px;
  }
  
  .all-top-shop .flex-nav {
    margin-top: 15px;
}

.all-top-shop .right .web img {
    display: inline-block;
    width: 20px;
    margin-right: 4px;
}

.all-top-shop .right .button a {
    display: block;
    /* font-size: 17px; */
      font-size: 19px;
    width: 100%;
    font-weight: bold;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.another-web-btn a {
    display: block;
    /* font-size: 17px; */
      font-size: 19px;
    width: 100%;
    font-weight: bold;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-top-shop .right span{
 position: relative;
 top: 1px;
}
}

@media only screen and (max-width: 599px){
  
  .all-top-shop .tel01 {
    font-size: 13px;
    margin-left: 10px;
    white-space: nowrap;
}
  
  .all-top-shop .button {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}


   .right .acess-info{
     display: none;
   }
   
   .all-top-shop .button li.web.another-font{
     width: 100% !important;
   }
   
   .all-top-shop .right .tit{
    font-size: 22px;
}

.all-top-shop .tel {
    font-size: 13px;
    margin-left: 10px;
    white-space: nowrap;
}
.all-top-shop .right .button a {
    font-size: 13px !important;
    font-weight: bold;
}

.another-web-btn a {
    font-size: 13px !important;
    font-weight: bold;
}

.all-top-shop .right .button span {
/*   position: relative;
  top: 1px; */
    font-size: 15px;
}

.all-top-shop .right .tel01 span {
  position: relative;
    top: 1px;
    font-size: 15px;
}


.all-top-shop .flex-nav {
    margin-top: 4px;
}
.all-top-shop .right .tit {
    margin-bottom: -5px;
}

}

.all-reserve-btn a{
    background-color: #e1c8a68f !important;
    border: solid 1px #5b4b35;
 /*    color: #966203 !important; */
 color: #5b4b35 !important;
}

.all-reserve-btn a img{
  display: inline-block;
    width: 25px;
    margin-right: 4px;
}

 #header .headlink li a {
    border: solid 2px #999;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 5px 10px;
    text-align: center;
    font-weight: bold;
    background: url(/import/tenant_1/153.126.213.247/html/images/common/arrow.png) center right 5px no-repeat;
}
 
@media only screen and (max-width: 1024px){
  #header .headlink.sp li.all-reserve-btn a {
    border: solid 2px #5b4b35 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 10px 10px;
}
}

 #header .headlink li.all-reserve-btn a{
  border: 1px solid #5b4b35 !important;
} 

#header .headlink li.all-reserve-btn{
  border: none !important;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.all-top-shop .box.gr222.flexb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 2% auto;
}
}

@media only screen and (max-width: 599px){
  .all-top-shop .box.gr222.flexb .right .button li.another-font.sp-w90{
    width: 90% !important;
  }
  
  .all-reserve-btn.another-all-reserve-btn a{
        background: #b6966c !important;
    border: solid 2px #b6966c !important;
    color: #fff !important;
  }
}

@media screen and (max-width:599px) {
.index-container .index-link{
  text-indent: -1.4em;
}
}

