@charset "utf-8";

.servicemenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 calc(36 / 1000 * 100%);
}
.servicemenu__item {
    position: relative;
    width: 25%;
}
.servicemenu__btn {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: calc(50 / 1000 * 100%) 0;
    width: calc(232 / 250 * 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    background-color: #ffa324;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    /* line-height: 3; */
}
@media screen and (max-width: 1000px) {
    .servicemenu__btn {
        font-size: 2.4vw;
    }
}
.servicemenu__popup {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(245 / 250 * 100%);
    background: rgba(255, 104, 5, 1);
    line-height: 150%;
    color: #fff;
    height: 0;
    /* max-height: 330px; */
    padding: 10px 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
    font-feature-settings: "palt";
    letter-spacing: -0.04em;
    font-size: 1.4rem;
    transition: opacity 0.3s linear;
    z-index: 1;
}
.servicemenu__popup.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    opacity: 1;
    z-index: 1000;
}
@media screen and (max-width: 1000px) {
    .servicemenu__popup {
        font-size: calc(100 / 1000 * 14 * 1vw);
    }
}
.servicemenu__link {
    display: block;
    margin: 0 auto;
    padding: calc(12 / 1000 * 100%) 0;
    width: calc(480 / 1000 * 100%);
    border: 1px #ffa324 solid;
    background-color: #fff;
    color: #ffa324;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    z-index: 4;
    transition: background-color 0.3s linear, color 0.3s linear;
}
.servicemenu__link:hover {
    background-color: #ffa324;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .servicemenu__link {
        font-size: 2.8vw;
    }
}
.servicemenu__info {
    display: block;
    margin: calc(36 / 1000 * 100%) 0 0;
    text-align: center;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .servicemenu__info {
        font-size: 2.13vw;
    }
}

.facility__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.facility__box {
    display: block;
    margin: 0 auto calc(36 / 1000 * 100%);
    padding: calc(15 / 1000 * 100%) calc(27 / 1000 * 100%) calc(27 / 1000 * 100%);
    border: solid 1px #ffa324;
    overflow: hidden;
}
.facility__boxes .facility__box {
    width: calc(482 / 1000 * 100%);
}
.facility__boxes .facility__box:nth-of-type(1) {
    margin: 0 calc(36 / 1000 * 100%) calc(36 / 1000 * 100%) 0;
}
.facility__title {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 calc(10 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
    .facility__title {
        font-size: 2.67vw;
    }
}
.facility__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.facility__list--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.facility__list--column .facility__item {
    width: 100%;
}
.facility__list--column .facility__item--image {
    padding: 0 0 calc(10 / 482 * 100%);
}
.facility__item--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 calc(20 / 946 * 100%) 0 0;
    width: calc(316 / 946 * 100%);
}
.facility__item--text {
    width: calc(630 / 946 * 100%);
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .facility__item--text {
        font-size: 2.13vw;
    }
}
.facility__image {
    width: calc(157 / 296 * 100%);
    padding: 0 calc(18 / 296 * 100%) 0 0;
}
.facility__image:last-child {
    width: calc(139 / 296 * 100%);
    padding: 0;
}

.shopinfo {
    margin: 0 0 calc(100 / 1000 * 100%);
    background-color: #eee;
}
.shopinfo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shopinfo__map {
    padding: 0 calc(36 / 1000 * 100%) 0 0;
    width: calc(520 / 1000 * 100%);
}
.shopinfo__map iframe {
    width: 100%;
}
.shopinfo__detail {
    width: calc(480 / 1000 * 100%);
}
.shopinfo__detail-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 calc(35 / 1000 * 100%);
}
.shopinfo__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 calc(10 / 480 * 100%);
    width: calc(246 / 480 * 100%);
}
.shopinfo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(254 / 480 * 100%);
}
.shopinfo__subtitle {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .shopinfo__subtitle {
        font-size: calc(100 / 1000 * 18 * 1vw);
    }
}
.shopinfo__shop-name {
    width: 100%;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .shopinfo__shop-name {
        font-size: calc(100 / 1000 * 19 * 1vw);
    }
}
.shopinfo__shop-link {
    padding: 0 calc(10 / 254 * 100%) 0 0;
    width: calc(170 / 254 * 100%);
}
.shopinfo__blog-link {
    width: calc(84 / 254 * 100%);
}
.shopinfo__list {
    display: block;
    width: 100%;
    border-top: 1px solid #ffa324;
    border-bottom: 1px solid #ffa324;
}
.shopinfo__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #cccccc;
    font-size: 1.4rem;
    height: auto;
    min-height: 4.7rem;
}
@media screen and (max-width: 1000px) {
    .shopinfo__list dl {
        font-size: calc(100 / 1000 * 14 * 1vw);
    }
}
.shopinfo__list dl:last-child {
    border-bottom: none;
}
.shopinfo__list dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 calc(30 / 480 * 100%) 0 0;
    width: calc(150 / 480 * 100%);
    text-align: right;
}
.shopinfo__list dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(330 / 480 * 100%);
    text-align: left;
}
.shopinfo__text--big {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
}
.shopinfo__text--big a {
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
    .shopinfo__text--big {
        font-size: calc(100 / 1000 * 25 * 1vw);
    }
}
.shopinfo__text--small {
    font-size: 1.1rem;
}
@media screen and (max-width: 1000px) {
    .shopinfo__text--small {
        font-size: calc(100 / 1000 * 11 * 1vw);
    }
}
.shopinfo__text--link {
    color: #898989;
    text-decoration: underline;
    transition: color 0.3s linear;
}
.shopinfo__text--link:hover {
    color: #5a5959;
}

.staff {
    background-color: #eee;
}
.staff__slider {
    margin: 0 0 calc(60 / 1000 * 100%);
}
.staff__slider::before,
.staff__slider::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: calc(220 / 1000 * 100%);
    height: 100%;
    z-index: 200;
}
.staff__slider::before {
    left: 0;
    background: linear-gradient(90deg, rgba(238, 238, 238, 1), rgba(10, 10, 10, 0));
}
.staff__slider::after {
    right: 0;
    background: linear-gradient(90deg, rgba(10, 10, 10, 0), rgba(238, 238, 238, 1));
}
@media screen and (max-width: 768px) {
    .staff__slider::before,
    .staff__slider::after {
        display: none;
    }
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}
.staff__slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 18px;
    padding: 25px;
    border: 1px solid #ffa324;
    background: #fff;
    width: calc(455 / 1000 * 100vw) !important;
    max-width: 455px !important;
    height: inherit !important;
}
@media screen and (max-width: 768px) {
    .slick-slide {
        width: calc(90vw - 40px) !important;
    }
}
.staff__slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.staff__slider-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(160 / 410 * 100%);
    max-width: 160px;
    margin: 0 calc(20 / 410 * 100%) 0 0;
}
.staff__slider-comment {
    width: calc(230 / 410 * 100%);
}
.staff__slider-name {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .staff__slider-name {
        font-size: 2.67vw;
    }
}
.staff__slider-detail {
    padding: 0 0 calc(20 / 455 * 100%);
}
.staff__slider-detail,
.staff__slider-text {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .staff__slider-detail,
    .staff__slider-text {
        font-size: 1.73vw;
    }
}
.staff__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .staff__slider-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.staff__nav-item {
    width: calc(125.7 / 1000 * 100%);
    margin: 0 calc(20 / 1000 * 100%) calc(20 / 1000 * 100%) 0;
    padding: calc(4 / 1000 * 100%);
    border: 1px solid #ffa324;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s linear;
}
.staff__nav-item:nth-of-type(7n) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .staff__nav-item {
        width: calc(220 / 1000 * 100%);
    }
    .staff__nav-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .staff__nav-item:nth-last-child(4n) ~ .staff__nav-item:nth-last-child(-n + 4) {
        margin-bottom: 0;
    }
}
.staff__nav-item:hover {
    opacity: 0.7;
}
.staff__nav-name {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .staff__nav-name {
        font-size: 2vw;
    }
}
.staff__slider-prev,
.staff__slider-next {
    width: calc(100 / 900 * 24 * 1vw);
    max-width: 24px;
    height: calc(100 / 900 * 36 * 1vw);
    cursor: pointer;
}
.staff__slider-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/assets/img/common/icon_left.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    z-index: 300;
}
.staff__slider-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(/assets/img/common/icon_right.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    z-index: 300;
}

.campaign__item {
    background-color: #fff;
    width: calc(744 / 1000 * 100%)!important;
    max-width: 744px;
    height: calc(100 / 744 * 370 * 1vw);
    max-height: 370px;
    position: relative;
    border: solid 1px #ffa324;
    display: block;
    padding: calc(100 / 1000 * 20 * 1vw) calc(100 / 1000 * 27 * 1vw) calc(100 / 1000 * 27 * 1vw);
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .campaign__item {
        width: 100%!important;
    }
}
.campaign__title {
    text-align: left;
    font-size: 2rem;
    padding: 0 0 calc(10 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
    .campaign__title {
        font-size: 2.8vw;
    }
}
.campaign__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.campaign__image {
    width: 47%;
    margin: 0 3% 0 0;
}
.campaign__text {
    line-height: 17px;
    width: 50%;
    display: block;
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .campaign__text {
        font-size: 2vw;
    }
}
.campaign__link {
    display: block;
    position: absolute;
    bottom: calc(100 / 1000 * 20 * 1vw);
    right: calc(100 / 1000 * 20 * 1vw);
    margin: 0 0 0 auto;
    padding: 0.7rem 0;
    width: calc(250 / 744 * 100%) !important;
    border: 1px solid #ffa324;
    background-color: #ffa324;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 0.3s linear, color 0.3s linear;
}
@media screen and (max-width: 768px) {
    .campaign__link {
        font-size: 2vw;
    }
}
.campaign__link:hover {
    background-color: #fff;
    color: #ffa324;
}
.campaign__link:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.campaign__link:after:hover {
    border-top: 1px solid #ffa324;
    border-right: 1px solid #ffa324;
}
.campaign__nothing {
    display: block;
    text-align: center;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .campaign__nothing {
        font-size: 2.13vw;
    }
}
