@charset "utf-8";

/* for front */
body {
    font-family: "Noto Sans JP";
    font-weight: 300;
    color: rgb(75, 73, 72);
}

body pre {
    font-family: "Noto Sans JP";
    font-weight: 300;
    color: rgb(75, 73, 72);
    white-space: pre-line;
    margin-bottom: 0;
    font-size: 100%;
}

.hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.wrapper {
    overflow: visible;
}

.mw-1333 {
    max-width: 1333px;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.alert-secondary {
    color: #383d41 !important;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
}

.btn.ch-secondary {
    background-color: #5d7386;
    color: white !important;
    border: 1px solid #526779;
    cursor: pointer;
}

.btn.ch-danger {
    background-color: #E24D0A;
    color: white;
    border: 1px solid #d04000;
}

.btn.ch-orange {
    background-color: #ea9835;
    color: white;
    border: 1px solid #da8723;
}

.btn.ch-green {
    background-color: #3cb371;
    color: white;
    border: 1px solid #2e8b57;
}

.btn.ch-danger {
    background-color: #EA0202;
    color: white !important;
    border: 1px solid #EA0202;
    cursor: pointer;
}

.btn.ch-outline-danger {
    color: #E24D0A !important;
    border: 2px solid #E24D0A;
    cursor: pointer;
}

.btn.ch-outline-orange {
    color: #ea9835;
    border: 2px solid #ea9835;
}

.btn.ch-success {
    background-color: #8fc31e;
    color: white;
    border: 1px solid #7aab12;
}

.btn.ch-outline-success {
    color: #8fc31e;
    border: 2px solid #8fc31e;
}

.form-control.is-invalid {
    background-color: #f8d7da !important;
}

.text-ch {
    color: #ea9835 !important;
}

.alert img {
    width: 18px;
    margin-right: 1em;
    object-fit: contain;
    object-position: top;
    margin-top: 3px;
    height: 100%;
}

/*
header
*/
header {
    z-index: 3;
    background-color: white;
    position: relative;
}

header .header-top {
    padding: 8px 0;
}

header .header-top-wrap-l {
    width: 33%;
}

header .logo {
    width: 200px;
    margin-right: 1em;
    align-self: center;
}

header .logo a {
    width: 100%;
    height: 48px;
    display: block;
}

header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .sholder {
    width: calc(100% - 200px);
    align-self: center;
}

header .sholder p {
    margin: 0;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.41;
}

header .sholder p span {
    color: #e96e59;
    font-weight: 500;
}

header .header-top-wrap-c {
    width: 32%;
    padding: 0 1em;
}

header .header-top-wrap-c a{
    align-self: center;
}

header .header-top-wrap-c img {
    object-fit: contain;
    height: 100%;
}

header .header-top-wrap-r {
    width: 35%;
}

header .header-tel {
    width: calc(100% - 180px);
    align-self: center;
    padding-right: 16px;
}


header .header-tel p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

header .header-tel img {
    width: 39px;
    object-fit: contain;
    align-self: center;
    margin-right: 8px;
}

header .header-tel h2 {
    margin: 0;
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    align-self: center;
}

header .header-login {
    width: 180px;
    align-self: center;
}

header .header-login a {
    justify-content: center;
}

header .header-login .btn-login {
    background-color: #ea9835;
    color: white;
    border: 1px solid #da8723;
}

header .header-login .btn-entry {
    background-color: #00A73C;
    color: white;
    border: 1px solid #00802e;
}

header .header-login .btn-mypage {
    background-color: #8fc31e;
    color: white;
    border: 1px solid #7aab12;
}

header .header-login .btn-logout {
    background-color: #5d7386;
    color: white;
    border: 1px solid #485e71;
}

header .header-login img {
    width: 17px;
    height: 18px;
    object-fit: contain;
    margin-right: 8px;
}

header .header-login p {
    margin: 0;
    font-size: 14px;
    align-self: center;
}

header .header-bottom {
    background: rgb(233, 145, 61);
    background: linear-gradient(90deg, rgba(233, 145, 61, 1) 0%, rgba(243, 204, 106, 1) 50%, rgba(226, 228, 149, 1) 100%);
}

header .header-bottom nav {
    width: 100%;
}

header nav .nav-main {
    width: calc(100% - 300px);
    padding: 13px 0;
}

header nav .nav-main li {
    padding: 0 1.41em;
    position: relative;
}

header nav .nav-main li+li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    background-color: white;
    top: calc(50% - 6px);
    left: 0;
}

header nav .nav-main li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

header nav .nav-contact {
    width: 300px;
    background-color: #E24D0A;
    display: flex;
    padding: 0 1em;
}

header nav .nav-contact a {
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    display: flex;
}

header nav .nav-contact a p {
    margin: 0;
    text-align: center;
    align-self: center;
    width: 100%;
}

header nav .nav-contact a p i {
    padding-right: .5em;
}

header #drawer {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    visibility: hidden;
    width: 100%;
    overflow-y: scroll;
    border-top: 1px solid #ddd;
}

header #drawer .drawer-inner {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

header #drawer.active {
    opacity: 1;
    z-index: 2;
    transform: translateY(0);
    visibility: visible;
    background-color: white;
    height: 100vh;
    width: 100%;
}

header #drawer-nav {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: all .2s ease;
}

header #drawer-nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #898989;
    border-radius: 2px;
    transition: all .2s ease;
}

header #drawer-nav span:first-of-type {
    top: 0;
}

header #drawer-nav span:nth-of-type(2) {
    top: calc(50% - 1px);
}

header #drawer-nav span:nth-of-type(3) {
    bottom: 0;
}

header #drawer-nav.active {
    height: 30px;
    top: 8px;
}

header #drawer-nav.active span:first-of-type {
    transform: rotate(45deg);
    z-index: 2;
    top: 14px;
    width: calc(100% - 10px);
    left: 5px;
}

header #drawer-nav.active span:nth-of-type(2) {
    z-index: 2;
    transform: rotate(-45deg);
    width: calc(100% - 10px);
    left: 5px;
}

header #drawer-nav.active span:nth-of-type(3) {
    border: 1px solid #898989;
    background-color: white;
    z-index: 1;
}

@media(min-width:992px) {
    header #drawer {
        display: none;
    }

    header #drawer-nav {
        display: none;
    }
}

@media(max-width:991px) {
    header#main-header {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }

    header .sholder p {
        font-size: 10.5px;
        font-weight: 400;
    }

    header .logo a {
        height: 33px;
    }

    header .header-top {
        padding: 8px 0 0;
    }

    header .header-top .header-top-wrap-r,
    header .header-bottom {
        display: none !important;
    }

    header .header-top-wrap-l {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    header .sholder {
        width: 100%;
        display: none;
    }

    header #drawer .sholder {
        display: block;
        padding: 0 1em;
    }

    header .sholder p {
        text-align: center;
        margin-bottom: .5em;
    }

    header .logo {
        order: 2;
        margin-right: .001em;
    }

    header .header-top-wrap-r {
        width: 100%;
        flex-wrap: wrap;
    }

    header .header-tel {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 5px 0 0;
    }

    header .header-login {
        width: 100%;
        padding: 0 1em;
    }

    header .header-bottom-wrap {
        flex-wrap: wrap;
    }

    header nav {
        flex-wrap: wrap;
    }

    header nav ul {
        width: 100%;
        flex-wrap: wrap;
    }

    header nav .nav-contact {
        width: 100%;
        padding: 1em;
        border-radius: .25rem;
    }

    header nav .nav-main {
        width: 100%;
    }

    header nav .nav-main li a {
        color: rgb(75, 73, 72);
    }

    header nav .nav-main li+li::before {
        background-color: rgb(75, 73, 72);
    }

    header .header-top-wrap-c {
        padding: 8px 0 0;
        width: 100%;
    }

    header .header-top-wrap-c a {
        max-width: 500px;
        margin: 0 auto;
    }
}

#drawer .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#drawer nav .nav-main {
    padding: 0;
    margin: 0 0 1em;
}

#drawer nav .nav-main li {
    width: 50%;
    padding: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
}

#drawer nav .nav-main li a {
    display: block;
    text-align: center;
    padding: 19px 1em;
    font-weight: 400;
    align-self: center;
    line-height: 1.41;
}

#drawer nav .nav-main li+li::before {
    content: none;
}

#drawer nav .nav-main li:nth-of-type(2n) {
    border-left: 1px solid #ddd;
}

#drawer nav .nav-main li:nth-of-type(5) {
    width: 100%;
}

#drawer .header-tel {
    margin: 0 0 1em;
}

#drawer nav .nav-contact {
    display: none;
}

#drawer .header-login {
    margin-bottom: .5em;
}

#drawer .drawer-contact {
    padding: 0 1em;
}

#drawer .drawer-contact a {
    display: block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #E24D0A;
    color: white;
    font-weight: 400;
}

#drawer .drawer-contact a p {
    margin: 0;
    font-size: 14px;
    align-self: center;
}

/*
header/fixed
*/

header#fixed {
    position: fixed;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    visibility: hidden;
    display: flex;
    background: linear-gradient(90deg, rgba(233, 145, 61, 1) 0%, rgba(243, 204, 106, 1) 50%, rgba(226, 228, 149, 1) 100%);
}

header#fixed.active {
    opacity: 1;
    z-index: 4;
    transform: translateY(0);
    visibility: visible;
    position: fixed;
    padding: 8px 0;
}

header#fixed .logo {
    width: 77px;
}

header#fixed nav .nav-contact,
header#fixed .header-tel {
    display: none;
}

header#fixed .header-fixed-nav {
    width: calc(100% - 500px);
}

header#fixed nav .nav-main {
    width: 100%;
    flex-wrap: wrap;
}

header#fixed .header-fixed-btn {
    width: 423px;
}

header#fixed .header-login {
    display: flex;
}

header#fixed .header-top-wrap-r {
    width: calc(100% / 3 * 2);
}

header#fixed .header-login {
    width: 100%;
}

header#fixed .header-fixed-contact {
    display: flex;
    width: calc(100% / 3);
}

header#fixed .header-fixed-contact a {
    background-color: #E24D0A;
    color: white;
    display: block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #d04000;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-self: center;
    width: 100%;
    margin-left: 2px;
}

header#fixed .header-fixed-contact a p {
    margin: 0;
}

header#fixed .header-login .btn-login {
    margin-left: 2px;
}

header#fixed .btn-block {
    margin-top: 0;
    margin-left: 2px;
}

@media(min-width:992px) {
    .header-blank {
        display: none;
    }
}

@media(max-width:991px) {
    header#fixed {
        display: none;
    }
}


/*
Swiper
*/
.slider-top {
    width: 100%;
    margin: 0 0 1em;
    z-index: 0;
    height: 430px;
}

.slider-top .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-top .swiper-text-container img {
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.slider-top .swiper-slide picture {
    height: 100%;
}

.slider-top .swiper-slide picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-wrapper .swiper-link-container {
    width: 100%;
    max-width: 560px;
    position: absolute;
    z-index: 99;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
}

.swiper-pagination-bullet:focus {
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #111;
}

main .slider-top .swiper-link-container .wrap {
    max-width: 520px;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    border-radius: .25em;
    position: relative;
    height: auto;
}

main .slider-top .swiper-link-container .wrap .inner {
    background-color: transparent;
}

.swiper-link-container h2 {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding: 0 92px 0 1em;
    margin: .5em 0;
    position: absolute;
    left: 0;
}

main .swiper-link-container h2 img {
    width: 37px;
    height: 37px;
    object-fit: contain;
    transform: rotate(45deg);
    margin: 0;
}

.swiper-link-container h2 span {
    align-self: center;
    padding-left: .5em;
}

.swiper-text-container {
    width: calc(100% - 560px);
    height: 100%;
    z-index: 2;
    display: flex;
    position: absolute;
    right: 0;
    justify-content: flex-end;
}

.swiper-next i {
    color: white;
    font-size: 27px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.swiper-next:after {
    content: '';
}

.swiper-prev i {
    color: white;
    font-size: 27px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.swiper-prev:after {
    content: '';
}

@media(max-width:1572px) {
    .slider-top .swiper-slide picture>img {
        object-position: right;
        object-fit: cover;
    }
}

@media(min-width:1200px) {
    .slider-top {
        margin: 0 0 3px;
        height: 545px;
        padding-bottom: 41px;
    }

    .swiper-next i {
        font-size: 35px;
    }

    .swiper-prev i {
        font-size: 35px;
    }

    .swiper-pagination {
        bottom: 21px;
    }

    .swiper-pagination-bullet {
        width: 43px;
        height: 8px;
        border-radius: 0;
    }
}

@media(min-width:992px) {
    .map-sp {
        display: none;
    }
}

@media(max-width:991px) {
    .slider-top {
        height: 280px;
    }

    .swiper-wrapper .swiper-link-container {
        display: none;
    }

    .swiper-text-container {
        width: 100%;
    }
}

@media(max-width:767px) {
    .swiper-wrapper .swiper-link-container {
        justify-content: flex-end;
        align-items: center;
    }

    .swiper-link-container .inner {
        margin-left: 0;
    }

    .swiper-link-container .inner .text h2 {
        font-size: 23px;
        padding-bottom: 0;
    }

    .slider-top {
        padding-bottom: 35px;
    }

    .swiper-link-container .inner .link a {
        font-size: 17px;
    }

    .swiper-link-container .inner .link a:after {
        top: calc(50% - 4.5px);
    }

    .slider-top .swiper-slide h3 {
        font-size: 21px;
    }
}

@media(max-width:414px) {
    .swiper-link-container .inner .text img {
        height: 21px;
    }

    .swiper-link-container .inner .text h2 {
        font-size: 14px;
    }

    .swiper-slide .inner .link {
        line-height: 1;
        padding: 11px 20px 15px;
    }

    .swiper-link-container .inner .link a {
        font-size: 14px;
    }

    .swiper-link-container .inner .link a:after {
        top: calc(50% - 5.5px);
    }
}

/*
map
*/
.area-list {
    position: absolute;
    background-color: #FCFAEA;
    border-radius: .25em;
    border: 1px solid #9ba2a6;
    border-color: #5d7386;
}

.area-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.area-list ul+ul {
    border-top: 1px solid #9ba2a6;
}

.area-list ul li {
    padding: 0px .5em .25em .5em;
}

.area-list ul li a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(75, 73, 72);
}

.area-list ul li+li {
    border-left: 1px solid #9ba2a6;
}

.area-list#chugoku ul li+li {
    border-top: 1px solid #9ba2a6;
    border-left: 0;
}

.area-list#tokai ul li+li {
    border-top: 1px solid #9ba2a6;
    border-left: 0;
}

.area-list#hokkaido {
    top: 23px;
    right: 26px;
}

.area-list#tohoku {
    top: 113px;
    right: 27px;
}

.area-list#kanto {
    bottom: 19px;
    right: 26px;
}

.area-list#hokuriku {
    top: 141px;
    right: 186px;
}

.area-list#tokai {
    bottom: 18px;
    right: 139px;
}

.area-list#kinki {
    bottom: 19px;
    left: 216px;
}

.area-list#chugoku {
    top: 100px;
    left: 158px;
}

.area-list#shikoku {
    bottom: 17px;
    left: 110px;
}

.area-list#kyushu {
    bottom: 160px;
    left: 27px;
}

@media(min-width:615px) {
    .area-list ul a.has-child {
        display: none;
    }
}

/*
map sp
*/

.map-sp .inner {
    max-width: 570px;
    margin: 0 auto 1em;
    position: relative;
    border-color: #5d7386;
}

.map-sp .swiper-link-container h2 {
    position: static;
    padding-left: 0;
}

@media(min-width: 615px) {
    .map-sp .area-wrap {
        display: block !important;
    }

    .area-list ul li a span {
        display: none;
    }
}


@media(max-width: 614px) {
    svg#japanmap {
        display: none;
    }

    .map-sp .inner {
        background-color: #FCFAEA;
        border-radius: .25em;
        border: 1px solid #9ba2a6;
        border-color: #5d7386;
    }

    .map-sp .area-list {
        background-color: transparent;
        border-radius: 0;
        border: none;
    }

    .map-sp .area-list+.area-list {
        border-top: 1px solid #9ba2a6;
    }

    .map-sp .area-wrap {
        display: none;
        background-color: #ecead2;
    }

    .map-sp .area-list ul ul {
        flex-wrap: wrap;
    }

    .map-sp .area-list ul ul li {
        width: 100%;
        padding: 0;
    }

    .map-sp .area-list ul li+li {
        border-left: none;
        border-top: 1px solid #9ba2a6;
    }

    .map-sp .area-list ul li {
        padding: 0;
    }

    .map-sp .area-list ul li a {
        display: block;
        padding: .25em 1em;
        font-size: 17px;
    }

    .area-list {
        position: static;
    }

    .area-list ul a {
        font-size: 17px;
    }

    .map-sp .area-list .area-wrap ul li a {
        font-size: 15px;
    }

    .area-list ul a.has-child {
        padding: .25em 1em;
        font-weight: 500;
        color: rgb(75, 73, 72);
        display: block;
        cursor: pointer;
        position: relative;
    }

    .area-list ul a.has-child::after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        top: calc(50% - 20px);
        right: 17px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-top: 1px rgb(75, 73, 72) solid;
        border-left: 1px rgb(75, 73, 72) solid;
        transform: rotate(225deg);
        border-radius: 0px;
    }
}

/*
search
*/
#search-stay {
    margin-bottom: 30px;
    padding: 22px 64px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
}

#search-stay.short {
    background-color: #ebf7df;
}

#search-stay.long {
    background-color: #d0ebf8;
}

#search-stay h2 {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

#search-stay h2 img {
    width: 37px;
    height: 37px;
    object-fit: contain;
    transform: rotate(45deg);
    margin: 0;
}

#search-stay h2 span {
    align-self: center;
    padding-left: .5em;
}

.search-stay-duration {
    padding-top: 33px;
}

.search-stay-duration input {
    display: none;
}

.search-stay-duration li {
    height: 48px;
    width: calc(100% - 25px);
    margin-bottom: 14px;
    color: white;
    opacity: .2;
    background-color: #000;
    position: relative;
    z-index: 2;
}

.search-stay-duration li.short-select.active {
    background-color: #8fc31e;
    opacity: 1;
}

.search-stay-duration li.long-select.active {
    background-color: #2EA7E0;
    opacity: 1;
}

.search-stay-duration label {
    margin: 0;
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0 1em;
    cursor: pointer;
}

.search-stay-duration label p {
    margin: 0;
    align-self: center;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.search-stay-duration li.active::after {
    content: '';
    position: absolute;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    right: -26px;
    top: calc(50% - 17px);
    transform: rotate(-90deg);
}

.search-stay-duration li.active::after {
    border-top: 26px solid #2EA7E0;
}

.search-stay-duration li.short-select.active::after {
    border-top: 26px solid #8fc31e;
}

#search-stay .search-stay-wrap {
    position: relative;
    margin-bottom: 15px;
}

#search-stay .search-stay-wrap span {
    background-color: #ea5515;
    color: white;
    margin: 0 0 .5em;
    display: inline-block;
    font-size: 14px;
    padding: 0 .5em;
    border-radius: .25em;
    font-weight: 400;
}

#search-stay .search-stay-wrap .is-invalid {
    border-color: #dc3545;
    background-color: #f8d7da !important;
}

#search-stay .search-stay-wrap.active .is-invalid ul {
    margin-top: -19px;
}

#search-stay p.invalid-feedback {
    margin: 0;
}

#search-stay .is-invalid~p.invalid-feedback {
    display: block;
}

#search-stay .input {
    background-color: #F5F5F5;
    border: 2px solid #9ba2a6;
    border-radius: .25em;
    height: 49px;
    padding: 0 14px;
    text-align: left;
    transition-duration: .2s;
    transition-property: opacity;
    vertical-align: middle;
    margin: 0 0 7px;
    display: flex;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0px 4px 4px -1px rgb(42 59 76 / 4%);
}

::-webkit-full-page-media,
:future,
:root #search-stay .input {
    box-shadow: none;
}

#search-stay .required.active .input {
    background-color: #f3dcde;
}

#search-stay .input p {
    margin: 0;
    align-self: center;
    opacity: .5;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1em;
}

#search-stay .input.selected {
    background-color: white;
}

#search-stay .input.selected p {
    opacity: 1;
}

#search-stay .input p::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 17px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #111;
}

#search-stay .input-area.active .input p::after {
    transform: rotate(58deg);
    right: 17px;
}

#search-stay ul {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    visibility: hidden;
    border: 1px solid #9ba2a6;
}

#search-stay .input::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: white;
    left: calc(50% - 13px);
    bottom: -36px;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px) rotate(45deg);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    visibility: hidden;
    border: 1px solid #9ba2a6;
}

#search-stay .input::after {
    content: '';
    background-color: white;
    position: absolute;
    width: 40px;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    visibility: hidden;
    height: 1px;
    left: calc(50% - 13px);
    top: 54px;
}

#search-stay ul.list {
    background-color: white;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

#search-stay h3 {
    color: #111;
    font-weight: 500;
    font-size: 13px;
    padding: .5em 1em;
    margin: 0;
    background-color: white;
    border-bottom: 1px solid #9ba2a6;
}

#search-stay .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 9px;
    top: 7px;
    cursor: pointer;
}

#search-stay .close::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #111;
    right: 0;
    top: 7px;
    transform: rotate(45deg);
    opacity: 1;
    text-shadow: 0 0 #111;
}

#search-stay .close::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #111;
    right: 0;
    top: 7px;
    transform: rotate(135deg);
    opacity: 1;
    text-shadow: 0 0 #111;
}

#search-stay ul.list input {
    display: none;
}

#search-stay ul.list li {
    position: relative;
    cursor: pointer;
}

#search-stay ul.list li+li::before {
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    top: 0;
    left: 8px;
    height: 1px;
    background-color: #9ba2a6;
}

#search-stay ul.list li label {
    margin: 0;
    font-weight: 300 !important;
    line-height: 1.4;
    padding: .5em 14px;
    width: 100%;
    cursor: pointer;
    overflow-wrap: break-word;
}

#search-stay ul.list li label.active {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 400 !important;
}

#search-stay ul.list li label:hover {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 400 !important;
}

#search-stay ul dl {
    display: none;
    border-top: 1px solid rgb(155, 162, 166);
}

#search-stay ul.calendar {
    background-color: white;
    width: 470px;
}

#search-stay .search-stay-wrap.active ul {
    opacity: 1;
    z-index: 3;
    transform: translateY(0);
    visibility: visible;
}

#search-stay .search-stay-wrap ul .inpgroup p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    padding: .5em 14px;
    position: relative;
    cursor: pointer;
}

#search-stay .search-stay-wrap ul .inpgroup p::after {
    content: '';
    position: absolute;
    right: 12px;
    top: calc(50% - 5px);
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #111;
}

#search-stay .search-stay-wrap ul .inpgroup.active p::after {
    transform: rotate(58deg);
    right: 17px;
}

#search-stay .search-stay-wrap ul .inpgroup+.inpgroup {
    border-top: 1px solid rgb(155, 162, 166);
}

#search-stay .search-stay-wrap ul .inpgroup dl dd {
    margin-bottom: 0;
    position: relative;
}

#search-stay .search-stay-wrap ul .inpgroup dl dd+dd::before {
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    top: 0;
    left: 8px;
    height: 1px;
    background-color: #9ba2a6;
}

#search-stay .search-stay-wrap ul .inpgroup dl dd label {
    margin: 0;
    padding: 5px .5em 5px 1.5em;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}

#search-stay .search-stay-wrap ul .inpgroup dl dd label.active {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 400 !important;
}

#search-stay .search-stay-wrap ul .inpgroup dl dd label:hover {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 400 !important;
}

#search-stay .search-stay-wrap.active .input::before {
    opacity: 1;
    z-index: 2;
    transform: translateY(0) rotate(45deg);
    visibility: visible;
}

#search-stay .search-stay-wrap.active .input::after {
    opacity: 1;
    z-index: 4;
    transform: translateY(0);
    visibility: visible;
}

#search-stay .input-area {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    transform: translateY(0);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
}

.btn-sp-hide {
    margin-bottom: 8px;
    background-color: white;
    display: none;
    cursor: pointer;
}

#search-stay.short .btn-sp-hide {
    border: 1px solid #8fc31e;
    color: #8fc31e;
}

#search-stay.long .btn-sp-hide {
    border: 1px solid #2EA7E0;
    color: #2EA7E0;
}

input.btn-search-stay {
    color: white;
}

button.btn-search-stay {
    color: white;
}

#search-stay.short input.btn-search-stay {
    background-color: #8fc31e;
}

#search-stay.long input.btn-search-stay {
    background-color: #2EA7E0;
}

#search-stay.short button.btn-search-stay {
    background-color: #8fc31e;
}

#search-stay.long button.btn-search-stay {
    background-color: #2EA7E0;
}

@media(max-width:1524px) {
    #search-stay ul.search-stay-checkout-calendar {
        right: 0;
    }
}

@media(max-width:991px) {
    #search-stay ul.search-stay-checkin-calendar {
        right: 0;
    }

    #search-stay ul.search-stay-checkout-calendar {
        right: inherit;
    }
}

@media(max-width:991px) {
    .search-stay-duration li {
        width: 100%;
        height: 38px;
        font-size: 14px;
    }

    .search-stay-duration li.active::after {
        right: calc(50% - 9px);
        top: inherit;
        transform: rotate(0deg);
        bottom: -25px;
    }
}

@media(max-width: 767px) {
    .search-stay-duration {
        padding-top: 5px;
    }

    #search-stay .input-area {
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        z-index: -1;
    }

    #search-stay .input-area.active {
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: visible;
        transform: translateY(0);
        z-index: 2;
    }

    .btn-sp-hide {
        display: block;
    }

    .btn-sp-hide.active {
        display: none;
    }
}

@media(max-width: 614px) {
    #search-stay {
        padding: 22px 1em 26px;
        margin-bottom: 1em;
    }

    #search-stay ul.calendar {
        width: 100%;
    }
}

@media(max-width: 360px) {
    .search-stay-duration li {
        height: 48px;
        padding: 5px;
        font-size: 14px;
        line-height: 1.2;
    }

    .search-stay-duration li.short-select.active::after {
        border-top: 16px solid #8fc31e;
    }

    .search-stay-duration li.active::after {
        border-top: 16px solid #2EA7E0;
    }
}

/*
calendar
*/
.calendar ol::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ================
Calendar Styling */

.month {
    font-size: 2rem;
}

@media (min-width: 992px) {
    .month {
        font-size: 3.5rem;
    }
}

.calendar ol li {
    float: left;
    width: 14.28571%;
}

.calendar .day-names li {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #ea9835;
    text-align: center;
    font-weight: 500;
}

.calendar .day-names li:nth-child(7n) {
    color: #28abdf;
}

.calendar .day-names li:nth-child(7n - 6) {
    color: #fe0000;
}

.calendar .day-names li.holiday {
    color: #fe0000;
}

.calendar .days li {
    min-height: 2.3rem;
    text-align: center;
    font-weight: 300;
}

.calendar .days li.outside {
    opacity: .2;
}

.calendar .days li label {
    padding: 0 .2em;
    margin: 0;
    display: block;
    height: 100%;
    min-height: 2.3rem;
    cursor: pointer;
    font-weight: 300;
    font-size: 13px;
    border-radius: .25em;
}

.calendar .days li.disabled label {
    cursor: unset;
}

.calendar .days li label.active {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 600;
}

.calendar .days li label.start+li label.end {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 600;
}

.calendar .days li .date {
    display: none;
}

.calendar .days li.active {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.calendar .days li.disabled {
    opacity: .2;
    background-color: #ccc;
}

.calendar .days li.sunday {
    color: #fe0000;
    background-color: #ffd1d1;
}

.calendar .days li:nth-child(7n) {
    color: #28abdf;
    background-color: #c7e9f7;
}

.calendar .days li:nth-child(7n - 6) {
    color: #fe0000;
    background-color: #ffd1d1;
}

.calendar .days li.holiday {
    color: #fe0000;
    background-color: #ffd1d1;
}

.calendar .days li.disabled:hover {
    color: #856404;
    background-color: #ccc;
    border-color: #ccc;
}

.calendar .days li:hover {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.calendar .days li.disabled:hover {
    color: #111;
    background-color: transparent;
    border-color: transparent;
}

.calendar .days li .event {
    font-size: 0.75rem;
    padding: 0.4rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4rem;
    margin-bottom: 1px;
}

.calendar .days li .event.span-2 {
    width: 200%;
}

.calendar .days li .event.begin {
    border-radius: 1rem 0 0 1rem;
}

.calendar .days li .event.end {
    border-radius: 0 1rem 1rem 0;
}

.calendar .days li .event.clear {
    background: none;
}

.calendar .days li:nth-child(n+29) {
    border-bottom: none;
}

.calendar .days li.outside .date {
    color: #ddd;
}

/*
calendar modal
*/
#search-calendar {
    padding: 8px;
    background-color: #fef4d9;
}

#search-calendar .search-calendar-btn {
    display: flex;
    position: relative;
    height: 28px;
}

#search-calendar .search-calendar-btn>div {
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: .5em;
    font-weight: 300;
    position: absolute;
}

#search-calendar .search-calendar-btn .swiper-calendar-button-prev {
    left: 0;
}


#search-calendar .search-calendar-btn .swiper-calendar-button-next {
    right: 0;
}

#search-calendar .search-calendar-btn .swiper-button-disabled {
    display: none;
}

#search-calendar h4 {
    font-size: 16px;
    text-align: center;
    background-color: #ea9835;
    color: white;
    font-weight: 500;
    padding: 4px 1em;
    border-radius: .25em .25em 0 0;
}

#search-calendar .swiper-slide {
    background-color: white;
    border-radius: .25em;
}

/*
top
*/
main article {
    margin-bottom: 50px;
}

main article h2.title {
    position: relative;
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

main article h2.title img {
    height: 2em;
    width: 2em;
    object-fit: contain;
    margin-right: .5em;
}

main article h2.title span {
    align-self: center;
}

main article h2.title::after {
    content: '';
    width: 100%;
    left: 0;
    height: 3px;
    position: absolute;
    background-color: #ea9835;
    bottom: -16px;
}

main .txt {
    padding: 8px 1em;
    color: rgb(75, 73, 72);
}

main .txt h3 {
    font-size: 20px;
    margin: 0 0 .5em;
}

main .txt p {
    font-size: 15px;
    line-height: 1.41;
}

main .txt p.state {
    margin: 0 0 .5em;
}

@media(max-width:991px) {
    main .txt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media(max-width:767px) {
    main article {
        margin-bottom: 30px;
    }

    main article h2.title {
        font-size: 19px;
        margin-bottom: 35px;
    }

    main article h2.title img {
        height: 1.5em;
        width: 1.5em;
    }
}

/*
TOP|swiper
*/

main .slider-wrap {
    position: relative;
    padding: 0 30px;
}

main .swiper-slide {
    height: auto;
}

main .swiper-prev {
    background-color: #ea9835;
    top: calc(50% - 22.5px);
    height: 45px;
    width: 45px;
    left: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

main .swiper-next {
    background-color: #ea9835;
    top: calc(50% - 22.5px);
    height: 45px;
    width: 45px;
    right: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

main .swiper-prev:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: calc(50% - 23px);
    right: 0;
    bottom: 0;
    left: calc(50% - 18px);
    width: 13px;
    height: 13px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    transform: rotate(-45deg);
}

main .swiper-next:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: calc(50% - 23px);
    right: calc(50% - 18px);
    bottom: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    transform: rotate(135deg);
    border-radius: 2px;
}

main .swiper-prev.swiper-button-disabled,
main .swiper-next.swiper-button-disabled {
    display: none;
}

main .swiper-prev:focus,
main .swiper-next:focus {
    outline: none;
}

main .swiper-slide .inner {
    height: 100%;
    background-color: #f6f6f7;
    border: solid 1px #e1e1e1;
    border-radius: .25em;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    display: block;
}

::-webkit-full-page-media,
:future,
:root main .swiper-slide .inner {
    box-shadow: none;
}

main .swiper-slide .inner img {
    margin: 0 0 .5em;
}

@media(max-width:767px) {
    main .slider-wrap {
        padding: 0px;
    }

    main .txt h3 {
        font-size: 17px;
    }

    main .txt p {
        font-size: 14px;
    }

    main .swiper-prev {
        top: calc(50% - 14px);
        height: 28px;
        width: 28px;
        opacity: .8;
    }

    main .swiper-next {
        top: calc(50% - 14px);
        height: 28px;
        width: 28px;
        opacity: .8;
    }

    main .swiper-next:before {
        top: calc(50% - 14px);
        right: calc(50% - 11px);
        width: 9px;
        height: 9px;
    }

    main .swiper-prev:before {
        top: calc(50% - 14px);
        left: calc(50% - 11px);
        width: 9px;
        height: 9px;
    }
}


/*
TOP|new
*/

main #top-new .txt {
    background-color: #FCFAEA;
    margin: 0 0 2em;
}

/*
news
*/
.news-wrap {
    position: relative;
}

.news-wrap .swipe-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1em;
    color: white;
    font-weight: 500;
}

.news-wrap .swipe-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    animation-name: swipeAnime;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

@keyframes swipeAnime {
    0% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(-5px);
    }
}

.news-wrap .swipe-wrap span {
    align-self: center;
    padding-left: 1em;
}

.news-wrap .atouch-overlay {
    position: absolute;
    width: calc(100vw - 2rem);
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    transition: all .2s ease;
}

.news-wrap .atouch-overlay.active {
    opacity: 0;
    z-index: -1;
}

.news-wrap .news-tab {
    padding: 0 10px;
    margin-bottom: -1px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-wrap .news-tab::-webkit-scrollbar {
    display: none;
}

.news-wrap .news-tab dl {
    margin-bottom: 0;
}

.news-wrap .news-tab dt {
    border-radius: .25em .25em 0 0;
    border: solid 1px #e1e1e1;
    padding: 15px 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    box-shadow: 0 -2px 3px 0 #d8d8d8 inset;
}

.news-wrap .news-tab dt.active {
    background-color: white;
    border-bottom: 0;
    box-shadow: none;
    position: relative;
}

.news-wrap .news-tab dt p {
    margin-bottom: 0;
    white-space: nowrap;
}

.news-wrap .news-content {
    border: solid 1px #e1e1e1;
    border-radius: .25em;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
}

.news-wrap.faq-wrap .news-content dl.news-content-inner {
    display: none;
    margin-bottom: 0;
    padding: 15px 1.5em;
    background-color: #FCFAEA;
}

.news-wrap .news-content dl.news-content-inner {
    background-color: white;
    display: none;
    margin-bottom: 0;
    padding: 15px 1.5em;
}

.news-wrap .news-content dl.news-content-inner.news-content02 {
    background-color: #e0ffff;
}

.news-wrap .news-content dl.news-content-inner.news-content03 {
    background-color: #ccffe5;
}

.news-wrap .news-content dl.news-content-inner.active {
    display: block;
}

.news-wrap .news-content dl dl {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 0;
    padding: 1em 0;
}

.news-wrap .news-content dl dl dt {
    width: 8em;
}

.news-wrap .news-content dl dl dd {
    width: calc(100% - 8em);
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    padding-right: 36px;
}

.news-wrap.faq-wrap .news-content dl dl dd::before {
    content: 'Q';
    background-color: black;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-self: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-right: .5em;
    font-weight: 500;
}

.news-wrap .news-content dl.news-content01 dl dd::before {
    background-color: #ea9835;
}

.news-wrap .news-content dl.news-content02 dl dd::before {
    background-color: #046bb7;
}

.news-wrap .news-content dl.news-content03 dl dd::before {
    background-color: #00A73C;
}

.news-wrap .news-content dl dl dd::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: calc(50% - 8px);
    right: 4px;
    width: 13px;
    height: 13px;
    border-top: 2px #ea9835 solid;
    border-left: 2px #ea9835 solid;
    transform: rotate(225deg);
    border-radius: 0px;
}

.news-wrap .news-content dl.news-content01 dl dd::after {
    border-color: #ea9835;
}

.news-wrap .news-content dl.news-content02 dl dd::after {
    border-color: #046bb7;
}

.news-wrap .news-content dl.news-content03 dl dd::after {
    border-color: #00A73C;
}

.news-wrap .news-content dl dl .news-content-detail {
    display: none;
    width: 100%;
    padding: 1.5em 0 .5em;
}

.news-wrap .news-content dl dl .news-content-detail p {
    margin-bottom: 0;
    font-weight: 400;
    color: #2a2a2a;
}

.news-wrap.faq-wrap .news-content dl dl .news-content-detail p::before {
    content: 'A';
    background-color: black;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-self: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-right: .5em;
    font-weight: 500;
}

.news-wrap.faq-wrap .news-content dl.news-content01 dl .news-content-detail p::before {
    background-color: #ea9835;
}

.news-wrap.faq-wrap .news-content dl.news-content02 dl .news-content-detail p::before {
    background-color: #046bb7;
}

.news-wrap.faq-wrap .news-content dl.news-content03 dl .news-content-detail p::before {
    background-color: #00A73C;
}

.news-wrap .news-content dl dl+dl {
    border-top: 1px solid #ea9835;
}

@media(max-width:767px) {
    .news-wrap .news-content dl dl dt {
        width: 100%;
        font-size: 13px;
    }

    .news-wrap .news-content dl dl dd {
        width: 100%;
        font-size: 13px;
    }

    .news-wrap .news-tab dt p {
        font-size: 14px;
    }

    .news-wrap .news-content dl dl dd::after {
        width: 11px;
        height: 11px;
    }
}

@media(min-width:768px) {
    .news-wrap .atouch-overlay {
        display: none;
    }
}

/*
TOP|FAQ
*/

.faq-wrap .news-content dl dl+dl {}

.faq-wrap .news-content dl dl+dl {
    border-top: 1px solid #b1b1b1;
}

.faq-wrap .news-content dl.news-content02 dl+dl {
    border-color: white;
}

.faq-wrap .news-tab dt {
    background-color: #eae7cd;
    box-shadow: 0 -2px 3px 0 #b9b48d inset;
}

.faq-wrap .news-tab dt.news-tab02 {
    background-color: #aadcdc;
    box-shadow: 0 -2px 3px 0 #83bbbb inset;
}

.faq-wrap .news-tab dt.news-tab03 {
    background-color: #a7e2c4;
    box-shadow: 0 -2px 3px 0 #87c7a7 inset;
}

.faq-wrap .news-tab dt.active {
    background-color: #FCFAEA;
}

.faq-wrap .news-tab dt.news-tab02.active {
    background-color: #e0ffff;
    box-shadow: none;
}

.faq-wrap .news-tab dt.news-tab03.active {
    background-color: #ccffe5;
    box-shadow: none;
}


/*
footer
*/
footer {
    background-color: #FCFAEA;
}

footer .hr {
    position: relative;
}

footer .hr+.hr::before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
    background-color: #ea9835;
    position: absolute;
}

footer .footer-top {
    padding: 2em 0 50px;
}

footer .footer-top ul {
    padding: 0 1em;
}

footer .footer-top ul li a {
    color: #111;
    font-size: 15px;
    line-height: 1.41;
    font-weight: 400;
}

footer .footer-top ul li a::before {
    content: '＞';
    padding-right: .5em;
    font-weight: 300;
}

footer .footer-bottom {
    background-color: #ea9835;
    color: white;
}

footer .footer-bottom small {
    display: block;
    padding: 8px 1em;
}

footer .footer-guide {
    background-color: #8fc31e;
    padding: 1em;
    color: white;
    justify-content: center;
}

footer .footer-guide .inner {
    align-self: center;
}

footer .footer-guide p {}

footer .footer-guide a {
    background-color: white;
    color: #8fc31e;
    padding: .5em 1em;
    border-radius: .25em;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

a.go-top {
    background-color: #ea9835;
    border: 1px solid #da8723;
    bottom: 50px;
    right: 11px;
    width: 50px;
    height: 38px;
    z-index: 10;
}

a.go-top:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: calc(50% - 23px);
    right: calc(50% - 18px);
    bottom: -11px;
    left: 7px;
    width: 13px;
    height: 13px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    transform: rotate(45deg);
    border-radius: 2px;
}

@media(max-width:991px) {
    footer .hr+.hr::before {
        content: none;
    }

    footer .hr+.hr:nth-of-type(2n-2)::before {
        content: '';
        height: 100%;
        left: 0;
        top: 0;
        width: 1px;
        background-color: #ea9835;
        position: absolute;
    }
}

@media(max-width:575px) {
    footer .hr+.hr:nth-of-type(2n-2)::before {
        content: none;
    }

    footer .hr+.hr:nth-of-type(n+1)::before {
        content: '';
        height: 1px;
        left: 26px;
        top: -13px;
        width: calc(100% - 52px);
        background-color: #ea9835;
        position: absolute;
        border-radius: 1px;
    }
}

#for-admin {}

#for-admin .wrap {}

#for-admin .wrap-l {
    width: 40%;
    position: relative;
}

#for-admin .wrap-r {
    width: 60%;
    background-color: #f0d274;
    justify-content: center;
}

#for-admin img.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    width: 100%;
}

#for-admin .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    background-color: transparent;
    z-index: 2;
}

#for-admin .mark img {
    width: 120px;
}

#for-admin .mark p {
    color: #e96e59;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

#for-admin .inner {
    align-self: center;
    padding: 1em;
}

#for-admin .inner h2 {
    color: #ea9835;
    background-color: white;
    font-size: 20px;
    padding: 14px 15px;
    border-radius: .25em;
}

#for-admin .inner p {
    text-align: center;
    font-weight: 500;
}

#for-admin .inner p span {
    color: #E24D0A;
}

#for-admin a {
    text-align: center;
    background-color: #E24D0A;
    color: white;
    line-height: 1.4;
    margin: 0 auto;
    padding: .5em 1em;
    border-radius: .25em;
    display: block;
    font-size: 17px;
    font-weight: 500;
}

@media(max-width:767px) {
    #for-admin .wrap {
        flex-wrap: wrap;
    }

    #for-admin .wrap-l {
        width: 100%;
        position: relative;
        height: 140px;
    }

    #for-admin .wrap-r {
        width: 100%;
        display: flex;
    }

    #for-admin .inner h2 {
        font-size: 15px;
        text-align: center;
    }

    #for-admin .inner p {
        font-size: 14px;
    }
}


#ch-center {
    position: relative;
    margin-bottom: 50px;
}

#ch-center .wrap {
    border: 7px solid #ffd2d2;
    position: relative;
    background-color: #ffeaea;
    z-index: 1;
}

#ch-center .inner {
    padding: 1em;
}

#ch-center img.title {
    width: 320px;
    margin: 0 0 .5em;
}

#ch-center h3 {
    font-size: 17px;
}

#ch-center h3 span {
    font-size: 110%;
    color: #E24D0A;
}

#ch-center .tel {
    display: flex;
    flex-wrap: wrap;
}

#ch-center .tel img {
    width: 44px;
    object-fit: contain;
    align-self: center;
    margin-right: 8px;
}

#ch-center .tel p {
    margin: 0;
    font-size: 31px;
    font-weight: 500;
}

#ch-center p.time {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding-left: 1em;
    align-self: end;
    margin-bottom: .4em;
}

#ch-center p.free {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #E24D0A;
}

#ch-center small {}

#ch-center .wrap-danger {
    position: absolute;
    right: calc(50% - 14em);
    top: 11px;
    background-color: #E24D0A;
    color: white;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    padding: calc(1em + 8px);
    font-weight: 400;
}

#ch-center .wrap-danger span {
    display: block;
    font-size: 80%;
}

#ch-center img.bg {
    position: absolute;
    height: 100%;
    right: 0;
    object-fit: cover;
    object-position: left -16px;
    top: 0px;
    z-index: -1;
    width: 38%;
}

@media(max-width:767px) {
    #ch-center .wrap-danger {
        position: static;
        display: table;
        margin-top: 1em;
        margin-bottom: -77px;
        font-size: 14px;
    }

    #ch-center .inner {
        padding-bottom: 0;
    }

    #ch-center img.title {
        width: 100%;
    }

    #ch-center img.bg {
        position: static;
        width: 100%;
        height: 185px;
        object-fit: contain;
        object-position: right;
    }

    #ch-center h3 {
        font-size: 14px;
    }

    #ch-center .tel p {
        font-size: 23px;
    }

    #ch-center .tel p.time {
        font-size: 18px;
    }

    #ch-center p.free {
        font-size: 17px;
    }
}

/*
list
*/
#search aside {
    width: 27.5%;
}

#search aside .title {
    background-color: #ea9835;
    border-radius: .25em .25em 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#search aside .title a.toggle {
    position: relative;
    width: 50px;
    border-left: 1px solid #da8723;
    cursor: pointer;
    display: none;
    justify-content: center;
}

#search aside .title a.toggle span {
    position: relative;
    width: 20px;
    height: 30px;
    display: block;
    align-self: center;
    transition: all .2s ease;
}

#search aside .title a.toggle span::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: white;
    transform: rotate(90deg);
    border-radius: 2px;
    position: absolute;
    top: 14px;
    left: 0;
}

#search aside .title a.toggle span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    transform: rotate(0deg);
    top: 14px;
    left: 0;
}

#search aside.active .title a.toggle span {
    transform: rotate(135deg);
}

#search aside h2 {
    color: white;
    font-size: 16px;
    padding: 13px 1em;
    margin: 0;
}

#search aside h2 a {
    color: white;
    cursor: pointer;
    display: none;
}

#search aside #filter {
    background-color: #FCFAEA;
    padding: 1em;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
}

#search aside.active #filter {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    transform: translateY(0);
    padding: 1em;
}

#search aside #filter h3 {
    font-size: 15px;
    background-color: none;
    color: rgb(75, 73, 72);
}

#search aside #filter input {
    background-color: #ea9835;
    color: white;
}

#search aside #filter hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

#search aside #filter label {
    font-size: 14px;
}

#search {
    padding-top: 1em;
}

#search main {
    width: 72.5%;
    margin-bottom: 1em;
}

#search #results {
    background-color: #f6f6f7;
    padding: 1em;
    margin-bottom: 50px;
    margin-left: 16px;
}

#search .results-header {
    margin-bottom: 1em;
}

#search .results-header .results-header-group h2 {
    margin-bottom: 0;
    align-self: baseline;
    font-size: 20px;
}

#search .results-header .results-header-group h2+h2 {
    padding-left: .5em;
}

#search .results-header .results-header-group p {
    margin-bottom: 0;
    align-self: baseline;
    padding-left: .5em;
}

#search .results-header .results-header-plan h3 {
    margin-bottom: 0;
    align-self: baseline;

    font-size: 26px;

}

#search .results-header .results-header-plan h3 span {
    font-size: 80%;
    padding-left: .25em;
}

#search .results-header .results-header-plan p {
    margin-bottom: 0;
    align-self: baseline;
    padding-left: 1em;
}

#search .results-header .results-header-plan p span {
    padding-left: .25em;
}

#results .result {
    background-color: white;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 4px;
}

#search .facility-slider {
    margin-bottom: 1em;
}

#search .facility-slider img {
    object-fit: cover;
    aspect-ratio: 7.5/5;
}

#search .facility-slider img:hover {
    opacity: .6;
}

#search .facility-thumbnail-wrap {
    position: relative;
    margin-bottom: 1em;
}

#search .thumb-next {
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 12.6025px solid #111;
    border-left: 7px solid transparent;
    right: 0;
    top: calc(50% - 6px);
    transform: rotate(91deg);
    cursor: pointer;
}

#search .thumb-prev {
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 12.6025px solid #111;
    border-left: 7px solid transparent;
    left: 0;
    top: calc(50% - 6px);
    transform: rotate(-91deg);
    cursor: pointer;
}

#search .facility-thumbnail-wrap img {
    cursor: pointer;
}

#search .facility-thumbnail-wrap img:hover {
    opacity: .6;
}

#search .swiper-slide-thumb-active {
    border: 4px solid #0071c2;
}

#results .facility-detail h2 {
    font-size: 26px;
}

#results .facility-detail h2 a {
    border-bottom: 1px solid;
    line-height: 1.41;
}

#results .facility-detail p.state {
    line-height: 1.41;
    font-weight: 500;
    margin: 0 0 .5em;
}

#results .facility-detail p.copy {
    line-height: 1.41;
}

#results .facility-detail .facility-tag li {
    width: 53px;
    margin-bottom: 8px;
    margin-right: 5px;
}

.reserve-calendar {
    width: calc(100% - 15px);
    border-radius: .25em;
    margin-bottom: 1em;
    text-align: center;
    margin: 0 7.5px;
    position: relative;
    border: solid 1px #9ba2a6;
    margin-bottom: 30px;
}

.reserve-calendar .slider-plan {
    padding: 0px 20px;
}

main .plan-prev {
    width: 20px;
    height: 100%;
    top: 0;
    border-radius: 0;
    opacity: 1;
}

main .plan-next {
    width: 20px;
    height: 100%;
    top: 0;
    border-radius: 0;
    opacity: 1;
}

main .plan-prev:before {
    top: calc(50% - 31px);
    left: calc(50% - 3px);
}

main .plan-next:before {
    top: calc(50% - 31px);
    right: calc(50% - 5px);
}

main .plan-next.swiper-button-disabled::before,
main .plan-prev.swiper-button-disabled::before {
    content: none;
}

main .plan-next.swiper-button-disabled,
main .plan-prev.swiper-button-disabled {
    display: block;
    background-color: #b9b9b9;
    cursor: unset;
}

.reserve-calendar ol {
    display: flex;
}

.reserve-calendar ol li {
    width: 100%;
}

.reserve-calendar ol li+li {
    border-left: solid 1px #9ba2a6;
}

.reserve-calendar ol li a {
    padding: 4px 0;
    display: block;
}

.reserve-calendar ol li:hover,
.reserve-calendar ol li.checked:hover,
.reserve-calendar ol li.warn:hover,
.reserve-calendar ol li.tel:hover {
    background-color: transparent;
}

.reserve-calendar ol li p {
    margin-bottom: 0;
    color: #111;
    font-weight: 400;
    font-size: 14px;
}

.reserve-calendar ol li p.week.sun {
    color: #ff0102;
}

.reserve-calendar ol li p.week.satur {
    color: #27ade2;
}

.reserve-calendar ol li {
    background: #ebf3ff;
}

.reserve-calendar ol li p.good i {
    color: #0071c2;
}

.reserve-calendar ol li p.tel i {
    color: #856404;
}

.reserve-calendar ol li p.warn i svg {
    width: 1em;
    height: 1em;
    margin-top: -.1em;
}

.reserve-calendar ol li p.warn i polygon {
    fill: none;
    stroke: #fe0000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.reserve-calendar ol li.disabled {
    background-color: #e4e4e4;
}

.reserve-calendar ol li.disabled p.good i {
    color: #111;
}

.reserve-calendar ol li.warn {
    background-color: #ffd1d1;
}

.reserve-calendar ol li.tel {
    background-color: #fff3cd;
}

.reserve-calendar ol li.checked a {
    border: 2px solid #ea5515;
}

#results .reserve-list {
    padding: 1em;
}

#results .reserve-list dl {
    padding: 1em 0;
}

#results .reserve-list dl+dl {
    border-top: solid 1px #9ba2a6;
}

#results .reserve-list dt {
    width: 60%;
}

#results .reserve-list dt h3 {
    font-size: 23px;
    margin: 0 0 .5em;
}

#results .reserve-list dt h3 a {
    border-bottom: 1px solid;
    line-height: 1.41;
}

.plan-tag li {
    font-weight: 400;
    border: 1px solid #bfbfbf;
    border-radius: .25em;
    font-size: 14px;
    padding: .2em .5em;
    background-color: #F5F5F5;
    color: #777777;
    margin-bottom: 4px;
    margin-right: .5em;
}

#results .reserve-list dd {
    width: 40%;
}

#results .reserve-list dd p.price {
    color: #ea5515;
    font-size: 27px;
    font-weight: 500;
    text-align: right;
}

#results .reserve-list dd a {
    color: white;
    background-color: #ea5515;
    padding: .75em 1em;
}

#results a.show-all-plan {
    color: #ea9835;
    border-color: #ea9835;
    margin-bottom: 30px;
    font-size: 18px;
    border: 3px solid;
    padding: .75em 1em;
    font-weight: 600;
}

#results a.show-all-plan:hover {
    background-color: #ea9835;
    color: white;
}

@media(min-width: 992px) {
    .reserve-calendar .slider-plan {
        padding: 0;
        border-radius: .25em;
    }

    main .plan-next.swiper-button-disabled,
    main .plan-prev.swiper-button-disabled {
        display: none;
    }
}

@media(max-width:991px) {
    #results .facility-detail h2 {
        font-size: 19px;
    }

    #results .facility-detail p.state {
        font-size: 14px;
    }

    #results .facility-detail p.copy {
        font-size: 14px;
    }

    .reserve-calendar {
        margin-bottom: 16px;
        width: calc(100% - 2em);
        margin: 0 1em;
    }

    #results .reserve-list dt {
        width: 100%;
        margin-bottom: 1em;
    }

    #results .reserve-list dt h3 {
        font-size: 19px;
    }

    #results .reserve-list dt .plan-tag li {
        font-size: 12px;
    }

    #results .reserve-list dd {
        width: 100%;
        display: flex;
    }

    #results .reserve-list dd p.price {
        align-self: center;
        padding: 0 .5em;
        margin: 0;
        font-size: 20px;
    }

    #results .reserve-list dd a {
        align-self: center;
        padding: .375rem .75rem;
        font-size: 14px;
    }

    #results a.show-all-plan {
        font-size: 15px;
    }
}

@media(max-width:767px) {

    #search aside,
    #search main {
        width: 100%;
        margin-bottom: 1em;
    }

    #search .results-header .results-header-group h2 {
        font-size: 17px;
    }

    #search .results-header .results-header-plan h3 {
        font-size: 23px;
    }

    #search #results {
        margin-left: 0;
        margin-bottom: 30px;
    }

    #search aside #filter {
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        padding: 0 1em;
    }

    #search aside h2 a {
        display: inline;
    }

    #search aside #filter h3 {
        font-size: 16px;
    }

    #search aside .title a.toggle {
        display: flex;
    }
}

#pagenation {
    padding: 0 1em;
    justify-content: center;
    margin-bottom: 50px;
}

#pagenation ul {
    background-color: white;
    font-size: 20px;
}

#pagenation ul li {
    border: solid 1px #e1e1e1;
    margin: 0 4px;
    border-radius: 4px;
}

#pagenation ul li.first {
    position: relative;
    margin-right: 30px;
}

#pagenation ul li.first::before {
    content: '…';
    position: absolute;
    right: -27px;
    top: calc(50% - .7em);
}

#pagenation ul li.last {
    position: relative;
    margin-left: 30px;
}

#pagenation ul li.last::before {
    content: '…';
    position: absolute;
    left: -27px;
    top: calc(50% - .7em);
}

#pagenation ul li.next a::before {
    content: '';
    margin: auto;
    top: calc(50% - 20px);
    right: calc(50% - 10px);
    bottom: 0;
    left: 0;
    transform: rotate(135deg);
}

#pagenation ul li.prev a::before {
    content: '';
    margin: auto;
    top: calc(50% - 20px);
    right: calc(50% - 18px);
    bottom: 0;
    left: 0;
    transform: rotate(-45deg);
}

#pagenation ul li.arrow {
    min-width: 28px;
}

#pagenation ul li.arrow a::before,
#pagenation ul li.arrow a::after {
    width: 7px;
    height: 7px;
    border-top: 1px #111 solid;
    border-left: 1px #111 solid;
    display: block;
    position: absolute;
}

#pagenation ul li a {
    padding: 7px .5em;
    display: block;
    position: relative;
    min-height: 41px;
    min-width: 32px;
    text-align: center;
    color: #111;
    font-size: 18px;
    font-weight: 400;
}

#pagenation ul li.active a {
    background-color: #898989;
    color: white;
    font-weight: 500;
}

.pagecount {
    padding: 1em;
}

.pagecount p {
    font-size: 16px;
}

.pagecount p span {
    font-weight: 500;
}

@media(max-width:767px) {
    #pagenation {
        margin-bottom: 30px;
    }

    #pagenation ul li a {
        font-size: 16px;
    }
}

/*
page common
*/
h2.common-title {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
}

h2.common-title img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    object-position: center;
    height: 100%;
    align-self: center;
}

h2.common-title span {
    align-self: center;
}

h2.image-title {
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: 1em;
}

h2.image-title span {
    align-self: center;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #ea9835;
    color: #ea9835;
    font-size: 28px;
    padding: .25em 2em;
    letter-spacing: .02em;
    text-shadow: white 2px 2px 4px, white -2px 2px 4px, white 2px -2px 4px, white -2px -2px 4px;
    width: calc(100% - 300px);
    text-align: center;
}

h2.image-title img {
    position: absolute;
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: right;
}

@media(max-width:991px) {
    h2.common-title {
        font-size: 17px;
    }

    h2.common-title img {
        width: 23px;
    }

    h2.image-title {
        height: 100px;
    }

    h2.image-title img {
        height: 100px;
        opacity: .3;
    }

    h2.image-title span {
        font-size: 19px;
        padding: .25em 1em;
        width: 100%;
    }
}

/*
entry｜mail
*/
#entry-mail {
    padding-top: 1em;
}

#entry-mail .entry-caution p span {
    border-bottom: 1px solid;
    background-color: yellow;
    padding: 0 .25em;
}

#entry-mail img.mail-send-pic {
    max-width: 150px;
    display: block;
    margin: 0 auto 1em;
}

/*
entry
*/
#entry {
    padding-top: 1em;
}

#entry form h3 {
    background-color: black;
    color: white;
    padding: .45em .75em;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: .75em;
}

form .form-wrap {
    border-top: solid 1px rgba(0, 0, 0, .3);
    border-bottom: solid 1px rgba(0, 0, 0, .3);
    margin-bottom: 50px;
}

form .form-wrap dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

form .form-wrap dl+dl {
    border-top: solid 1px rgba(0, 0, 0, .3);
}

form .form-wrap dl dt {
    background-color: #e2e3e5;
    width: 30%;
    padding: 8px 1.5em;
    display: flex;
}

form .form-wrap dl dt p {
    align-self: center;
    font-weight: 400;
    font-size: 16px;
}

form .form-wrap dl dt p span {
    background-color: #E24D0A;
    color: white;
    font-size: 80%;
    padding: .25em .5em;
    border-radius: .25em;
    margin-left: 1em;
    display: inline-block;
}

form .form-wrap dl dd {
    width: 70%;
    padding: 20px 1.5em;
    margin-bottom: 0;
}

form .form-wrap dl dd p {
    margin-bottom: 0;
    display: inline;
}

form .form-wrap dl dd label {
    font-weight: 400 !important;
    font-size: 16px;
}

form .term-wrap {
    border: solid 1px rgba(0, 0, 0, .3);
}

form .term-wrap h4 {
    background-color: #e2e3e5;
    display: block;
    width: 100%;
    text-align: center;
    padding: .5em 1em;
    font-size: 20px;
    margin-bottom: 0;
}

form .term-wrap h4 span {
    background-color: #E24D0A;
    color: white;
    font-size: 80%;
    padding: .25em .5em;
    border-radius: .25em;
    margin-left: 1em;
    display: inline-block;
}

form .term-area {
    overflow-y: scroll;
    max-height: 300px;
    padding: 1em;
    border-top: solid 1px rgba(0, 0, 0, .3);
    border-bottom: solid 1px rgba(0, 0, 0, .3);
}

form #btn-post {
    border: solid 2px #c00;
    color: #c00;
}

form .term-accept-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 1em;
    background-color: #e2e3e5;
}

form .term-accept-wrap .form-check {
    border: 2px solid #E24D0A;
    color: #E24D0A;
    border-radius: .25em;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    background-color: white;
}

form .term-accept-wrap .form-check input {
    padding-left: 1em;
    position: absolute;
    left: 1em;
}

form .term-accept-wrap .form-check label {
    padding: .5em 1em .5em 2.5em;
    cursor: pointer;
}

#entry #form h3 {
    background-color: black;
    color: white;
    padding: .45em .75em;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: .75em;
}

#form .form-wrap {
    border-top: solid 1px rgba(0, 0, 0, .3);
    border-bottom: solid 1px rgba(0, 0, 0, .3);
    margin-bottom: 50px;
}

#form .form-wrap dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

#form .form-wrap dl+dl {
    border-top: solid 1px rgba(0, 0, 0, .3);
}

#form .form-wrap dl dt {
    background-color: #e2e3e5;
    width: 30%;
    padding: 8px 1.5em;
    display: flex;
}

#form .form-wrap dl dt p {
    align-self: center;
    font-weight: 400;
    font-size: 16px;
}

#form .form-wrap dl dt p span {
    background-color: #E24D0A;
    color: white;
    font-size: 80%;
    padding: .25em .5em;
    border-radius: .25em;
    margin-left: 1em;
    display: inline-block;
}

#form .form-wrap dl dd {
    width: 70%;
    padding: 20px 1.5em;
    margin-bottom: 0;
}

#form .form-wrap dl dd p {
    margin-bottom: 0;
    display: inline;
}

#form .form-wrap dl dd label {
    font-weight: 400 !important;
    font-size: 16px;
}

#form .term-wrap {
    border: solid 1px rgba(0, 0, 0, .3);
}

#form .term-wrap h4 {
    background-color: #e2e3e5;
    display: block;
    width: 100%;
    text-align: center;
    padding: .5em 1em;
    font-size: 20px;
    margin-bottom: 0;
}

#form .term-wrap h4 span {
    background-color: #E24D0A;
    color: white;
    font-size: 80%;
    padding: .25em .5em;
    border-radius: .25em;
    margin-left: 1em;
    display: inline-block;
}

#form .term-area {
    overflow-y: scroll;
    max-height: 300px;
    padding: 1em;
    border-top: solid 1px rgba(0, 0, 0, .3);
    border-bottom: solid 1px rgba(0, 0, 0, .3);
}

#form #btn-post {
    border: solid 2px #c00;
    color: #c00;
}

#form .term-accept-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 1em;
    background-color: #e2e3e5;
}

#form .term-accept-wrap .form-check {
    border: 2px solid #E24D0A;
    color: #E24D0A;
    border-radius: .25em;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    background-color: white;
}

#form .term-accept-wrap .form-check input {
    padding-left: 1em;
    position: absolute;
    left: 1em;
}

#form .term-accept-wrap .form-check label {
    padding: .5em 1em .5em 2.5em;
    cursor: pointer;
}

@media(max-width:767px) {
    form .form-wrap dl dt {
        width: 100%;
        padding: 8px 1em;
    }

    form .form-wrap {
        border-top: none;
    }

    form .form-wrap dl+dl {
        border: none;
    }

    form .form-wrap dl dd {
        width: 100%;
        padding: 1em 0;
    }

    form .form-wrap dl dt p {
        font-size: 14px;
    }

    form .form-wrap dl dd label {
        font-size: 14px;
    }

    #entry form h3 {
        font-size: 17px;
    }

    form .term-wrap h4 {
        font-size: 15px;
    }

    form .term-accept-wrap .form-check label {
        font-size: 15px;
    }

    form .term-area p {
        font-size: 14px;
    }

    #form .form-wrap dl dt {
        width: 100%;
        padding: 8px 1em;
    }

    #form .form-wrap {
        border-top: none;
    }

    #form .form-wrap dl+dl {
        border: none;
    }

    #form .form-wrap dl dd {
        width: 100%;
        padding: 1em 0;
    }

    #form .form-wrap dl dt p {
        font-size: 14px;
    }

    #form .form-wrap dl dd label {
        font-size: 14px;
    }

    #entry #form h3 {
        font-size: 17px;
    }

    #form .term-wrap h4 {
        font-size: 15px;
    }

    #form .term-accept-wrap .form-check label {
        font-size: 15px;
    }

    #form .term-area p {
        font-size: 14px;
    }

    form #btn-post {
        font-size: 14px;
    }
}

/*
login
*/
section#login {
    padding-top: 2em;
}

#login input[type="password"] {
    position: absolute;
}

#login .login-wrap {
    background-color: #f6f6f7;
    border-radius: .25rem;
    padding: 30px 2em;
}

#login .login-wrap h3 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1em;
}

#login .login-wrap h3 img {
    width: 18px;
    object-fit: contain;
    margin-right: .5em;
    object-position: center;
    height: 100%;
}

#login .login-wrap h3 span {
    align-self: center;
}

#login .login-wrap h4 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 400;
}

#login .login-wrap h4 img {
    width: 35px;
    object-fit: contain;
    margin-right: .5em;
    object-position: center;
    height: 100%;
    align-self: center;
}

#login .login-wrap h4 span {
    align-self: center;
}

#login .login-wrap p.login-center {
    line-height: 1.41;
    font-size: 14px;
}

#login .login-contact-wrap {
    background-color: white;
    padding: 1em;
    border-radius: .25em;
    border: 1px solid #e5e5e5;
}

@media(max-width:767px) {
    #login .login-wrap {
        padding: 1em;
    }
}

/*
mypage
*/
h3.mypage-title {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 1em;
    justify-content: center;
}

h3.mypage-title img {
    width: 37px;
    margin-right: .5em;
    height: 100%;
}

h3.mypage-title span {
    align-items: center;
    display: flex;
}

#mypage {
    padding-top: 1em;
}

#mypage-nav {
    margin-bottom: 30px;
}

#mypage-nav li {
    width: calc(100% / 4 - 8px);
    margin: 0 4px;
    border: 1px solid #bfbfbf;
    border-radius: .25em;
}

#mypage-nav li img {
    max-width: 55px;
    height: 46px;
    margin: 0 auto 1em;
    display: block;
    width: 100%;
}

#mypage-nav li a {
    padding: 1em;
    display: block;
    color: rgb(75, 73, 72);
    font-weight: 400;
}

#mypage-nav li p {
    margin-bottom: 0;
    text-align: center;
}

@media(max-width:575px) {
    #mypage-nav {
        position: fixed;
        bottom: 0;
        z-index: 2;
        background-color: white;
        width: 100%;
        left: 0;
        margin: 0;
        border-top: 1px solid #ddd;
    }

    #mypage-nav li {
        border: none;
        margin: 0;
        width: calc(100% / 4);
    }

    #mypage-nav li p {
        font-size: 12px;
    }

    #mypage-nav li a {
        padding: 11px 8px 8px;
    }

    #mypage-nav li img {
        height: 23px;
        margin: 0 auto 8px;
    }

}

#mypage .history-wrap {
    background-color: #f6f6f7;
    padding: 1em;
    margin-bottom: 50px;
}

#mypage .col-history {
    background-color: white;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 1em 0 0;
}

#mypage .col-history dt.wrap img {
    margin-bottom: 1em;
}

#mypage .col-history dd.wrap {
    border-top: solid 1px #9ba2a6;
    margin: 0;
    padding: 1em 0 0;
}

#mypage .col-history .history-tag {
    margin-bottom: 12px;
    padding-top: 2em;
}

#mypage .col-history .history-tag p {
    display: inline-block;
    border: 1px solid;
    border-radius: .25em;
    padding: .35em .75em;
    margin: 0;
    font-size: 14px;
}

#mypage .col-history .history-tag.beta p {
    background-color: #ea9835;
    color: white;
}

#mypage .col-history .history-tag.confirm p {
    background-color: #8fc31e;
    color: white;
}

#mypage .col-history .history-tag.cancel p {
    background-color: #EA0202;
    color: white;
}

#mypage .col-history .history-tag.done p {
    color: white;
    background-color: #2EA7E0;
}

#mypage .col-history h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 1em;
}

#mypage .col-history .btn-green {
    background-color: #8fc31e;
    color: white;
    border: 1px solid #7aab12;
}

#mypage .col-history .btn-indigo {
    background-color: #006fb4;
    color: white;
    border: 1px solid #0a5d8a;
}

#mypage .col-history dl.detail {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    background-color: #f6f6f7;
    padding: 1em 1em .75em;
}

#mypage .col-history dl.detail dl {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .25em;
}

#mypage .col-history dl.detail dl+dl {
    border-top: solid 1px #bdbdbd;
    padding-top: .25em;
}

#mypage .col-history dl dt {
    width: 10em;
    font-weight: 400;
    padding-right: 1em;
}

#mypage .col-history dl dd {
    width: calc(100% - 10em);
    font-weight: 300;
    margin-bottom: 0;
}

#mypage .col-history dl dd::before {
    content: '：';
}

#mypage .col-history .cancel-bubble {
    position: relative;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: .25em;
    padding: 8px;
    z-index: 1;
}

#mypage .col-history .cancel-bubble::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(50% - 15px);
    right: -12px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 55px solid #f8d7da;
}


#mypage .col-history .cancel-bubble p {
    margin-bottom: 0;
    font-size: 12px;
}

@media(max-width: 767px) {
    #mypage .col-history .history-tag {
        padding-top: 0;
    }
}

/*
mypage modal
*/
.modal-content-mypage .modal-header {
    justify-content: left;
    padding: 8px 1em;
    margin-bottom: 0;
}

.modal-content-mypage .modal-header h5 {
    display: flex;
}

.modal-content-mypage .modal-header img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
    align-self: center;
}

.modal-content-mypage .modal-header span {
    align-self: center;
}

#detail-modal .modal-content-mypage .detail {
    background-color: #FCFAEA;
    padding: 1em;
    margin-bottom: 30px;
}

.modal-content-mypage dl.plan-list {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
    font-size: 15px;
}

.modal-content-mypage dl.plan-list p {
    margin-bottom: 0;
}

.modal-content-mypage dl.plan-list>dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.modal-content-mypage dl.plan-list>dl+dl {
    border-top: solid 1px #e1e1e1;
}

.modal-content-mypage dl.plan-list>dl dt {
    width: 30%;
    background-color: #f6f6f7;
    padding: .75em 1em;
    display: flex;
    font-weight: 500;
    margin-bottom: 0;
}

.modal-content-mypage dl.plan-list>dl dt p {
    align-self: center;
    margin: 0;
}

.modal-content-mypage dl.plan-list>dl dd {
    width: 70%;
    border-left: solid 1px #e1e1e1;
    padding: .75em 1em;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

.modal-content-mypage dl.plan-list>dl dd dl {
    margin-bottom: 0;
}

.modal-content-mypage dl.plan-list>dl dd dl+dl {
    border-top: 2px dotted #e1e1e1;
    padding-top: 1em;
    margin-top: 1em;
}

@media(max-width:575px) {
    #detail-modal dl.plan-list>dl dt {
        width: 100%;
    }

    #detail-modal dl.plan-list>dl dd {
        width: 100%;
        border-left: 0;
    }
}

.info-modal dl.wrap {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
}

.info-modal dl.wrap>dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.info-modal dl.wrap>dl+dl {
    border-top: solid 1px #e1e1e1;
}

.info-modal dl.wrap>dl dt {
    width: 30%;
    background-color: #f6f6f7;
    padding: .75em 1em;
    display: flex;
}

.info-modal dl.wrap>dl dt p {
    align-self: center;
    margin: 0;
}

.info-modal dl.wrap>dl dd {
    width: 70%;
    border-left: solid 1px #e1e1e1;
    padding: .75em 1em;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

.info-modal dl.wrap>dl dd p {
    margin-bottom: 0;
    white-space: pre-line;
}

.info-modal dl.wrap>dl dd dl {
    margin-bottom: 0;
}

.info-modal dl.wrap>dl dd dl+dl {
    border-top: 2px dotted #e1e1e1;
    padding-top: 1em;
    margin-top: 1em;
}

.info-modal dl.wrap>dl dd dl .wrap {
    background-color: #f6f6f7;
    padding: .5em 1em;
    margin-top: 1em;
}

.info-modal dl.wrap>dl dd dl h4 {
    font-size: 17px;
    margin-bottom: 1em;
}

.info-modal dl.wrap>dl dd dl h4 img {
    width: 16px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

.info-modal dl.wrap>dl dd dl h4 span {
    align-self: center;
    font-weight: 400;
}

@media(max-width:575px) {
    .info-modal p {
        font-size: 17px;
    }

    .info-modal h3.title {
        font-size: 18px;
    }

    .info-modal dl.wrap dl p.price {
        font-size: 19px;
    }

    .info-modal dl.wrap>dl dt {
        width: 100%;
    }

    .info-modal dl.wrap>dl dd {
        width: 100%;
        border-left: 0;
    }

    .info-modal dl.wrap dl.head dd {
        display: none;
    }

    .info-modal dl.wrap dl dt:nth-child(2) {
        width: 40%;
    }

    .info-modal dl.wrap dl dd {
        width: 100%;
        border-left: 0;
        border-top: solid 1px #e1e1e1;
    }

    .info-modal dl.wrap>dl dd {
        width: 100%;
    }
}

.access-modal iframe {
    width: 100%;
    height: 500px;
}

.access-modal .map-wrap {
    margin-bottom: 50px;
}

.access-modal .map-address {
    background-color: #f6f6f7;
    padding: 10px 1em;
}

.access-modal .map-address img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

.access-modal .map-address p {
    align-self: center;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.access-modal h3 {
    font-size: 17px;
    margin-bottom: 1em;
    justify-content: center;
    background-color: #FCFAEA;
    padding: 8px 1em;
}

.access-modal h3 img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

.access-modal h3 span {
    align-self: center;
}

.access-modal dl.wrap {
    margin-bottom: 30px;
    border: solid 1px #e1e1e1;
}

.access-modal dl.wrap dt {
    margin-bottom: 1em;
}

.access-modal dl.wrap dt pre {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    white-space: pre-line;
}

.access-modal dl.wrap dd {
    background-color: #f6f6f7;
    padding: 1em;
    margin: 0 0 1em;
}

.access-modal dl.wrap dd p {
    font-size: 17px;
    font-weight: 400;
}

.access-modal dl.wrap dd pre {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    white-space: pre-line;
}

@media(max-width:575px) {
    .access-modal h3 img {
        width: 19px;
    }

    .access-modal dl.wrap dt pre {
        font-size: 15px;
    }

    .access-modal dl.wrap dd p {
        font-size: 15px;
    }

    .access-modal dl.wrap dd pre {
        font-size: 15px;
    }
}

@media(max-width:767px) {
    #mypage .col-history .cancel-bubble::before {
        transform: translateY(-20px) rotate(135deg);
        left: -19px;
        bottom: -21px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 46px solid #f8d7da;
        right: inherit;
        top: inherit;
    }
}

@media(max-width:575px) {
    #mypage .col-history .cancel-bubble::before {
        transform: translateY(-20px) rotate(90deg);
        left: calc(50% - 8px);
        bottom: -28px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 25px solid #f8d7da;
        right: inherit;
        top: inherit;
    }

    #mypage .col-history dl dt {
        width: 100%;
        padding-right: 0;
    }

    #mypage .col-history dl dd {
        width: 100%;
    }

    #mypage .col-history dl dd::before {
        content: none;
    }

    #detail-panel-info .btn.ch-orange {
        padding: .375rem .75rem;
        font-size: 15px;
    }
}

/*
mypage|favorite
*/
#mypage .col-favorite {
    background-color: white;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 1em 0 0;
}

#mypage .col-favorite dt {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: .5rem;
}

#mypage .col-favorite dt a {
    background-color: #5d7386;
    color: white;
    border: 1px solid #485e71;
}

#mypage .col-favorite dt p {
    margin-bottom: 0;
    font-weight: 400;
}

#mypage .col-favorite dd img {
    width: calc(170px - 1em);
    height: 100%;
    margin-right: 1em;
}

#mypage .col-favorite dd p {
    margin-bottom: 0;
    align-self: center;
    font-size: 14px;
    font-weight: 300;
    width: calc(100% - 170px);
    line-height: 1.41;
}

#mypage .col-favorite dd a {
    background-color: #ea9835;
    color: white;
    border: 1px solid #da8723;
}

@media(max-width:575px) {
    #mypage .col-favorite dd img {
        width: calc(90px - 1em);
    }

    #mypage .col-favorite dd p {
        width: calc(100% - 90px);
    }
}

/*
detail
*/
#detail {
    padding-top: 1em;
}

#detail #detail-info {
    margin-bottom: 1em;
}

#detail #detail-info h2 {
    font-size: 28px;
    font-weight: 400;
    margin-right: .75em;
}

#detail #detail-info .btn-favorite {
    border: solid 1px #e1e1e1;
    cursor: pointer;
    background-color: #f7f7f7;
    align-self: center;
}

#detail #detail-info .btn-favorite:focus {
    outline: 0;
    box-shadow: none;
}

#detail #detail-info .btn-favorite i {
    opacity: .4;
}

@keyframes heartAnimation {
    0% {
        transform: scale(0.5);
    }

    10% {
        transform: scale(0.7);
    }

    30% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1.5);
    }

    100% {
        /* もとのサイズに戻す */
        transform: scale(1.0);
    }
}

#detail #detail-info .btn-favorite.favorited {
    background-color: #ffcfd8;
    border: 1px solid #dc9da9;
    color: #e2264d;
}


#detail #detail-info .btn-favorite.favorited i {
    animation: heartAnimation .2s;
    color: #e2264d;
    opacity: 1;
}

#detail #detail-info .btn-reserve {
    background-color: #f2879b;
    color: white;
}

#detail #detail-info .btn-contact {
    background-color: #8fc31e;
    color: white;
}

@media(max-width:1199px) {
    #detail #detail-info h2 {
        font-size: 24px;
    }

    #detail #detail-info a {
        padding: .375rem .75rem;
        font-size: 15px;
    }
}

#detail .facility-tag li {
    width: 53px;
    margin-bottom: 8px;
    margin-right: 5px;
}

#detail .detail-tabs {
    margin-bottom: -1px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
}

#detail .detail-tabs li {
    border-radius: .25em .25em 0 0;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    background-color: #f7f7f7;
    box-shadow: 0 -2px 3px 0 #d8d8d8 inset;
}

#detail .detail-tabs li.active {
    background-color: white;
    border-bottom: 0;
    box-shadow: none;
    position: relative;
}

#detail .detail-tabs li a {
    padding: 15px 1.5em;
    display: block;
    color: rgb(75, 73, 72);
    white-space: nowrap;
}

#detail .detail-panels {
    padding: 1em 0;
    border-top: solid 1px #e1e1e1;
    margin-bottom: 1em;
}

#detail .detail-panels>ul>li {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#detail .detail-panels>ul>li.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

#detail .detail-panels .facility-slider {
    margin-bottom: 22px;
    position: relative;
}

#detail .detail-panels .facility-thumbnail-wrap .swiper-wrapper {
    display: flex;
    justify-content: center;
}

#detail .detail-panels .facility-slider p.pc-txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    margin: 0;
    font-size: 16px;
    padding: .5em 1em;
    white-space: pre-line;
    width: 100%;
}

.modal-content-image-txt p {
    white-space: pre-line;
}

#detail .detail-panels .facility-slider a {
    display: none;
}

#detail .detail-panels .facility-slider img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 7.5/5;
}

#detail .detail-panels .facility-slider .facility-detail-arrow {
    position: absolute;
    background-color: #8fc31e;
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    z-index: 2;
    border-radius: 50%;
    opacity: .6;
    cursor: pointer;
}

#detail .detail-panels .facility-slider .facility-detail-next {
    /* right: calc(200% / 9.3 - 22.5px); */
    right: 0;
}

#detail .detail-panels .facility-slider .facility-detail-prev {
    /* left: calc(200% / 9.3 - 22.5px); */
    left: 0;
}

#detail .detail-panels .facility-slider .facility-detail-arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 8px);
    transform: rotate(135deg);
}

#detail .detail-panels .facility-slider .facility-detail-prev::after {
    transform: rotate(-45deg);
    left: calc(50% - 2px);
}

#detail .detail-panels .facility-thumbnail-wrap {
    margin-bottom: 1em;
}

#detail .facility-thumbnail-wrap .swiper-slide {
    width: calc(100% / 8 - 8px) !important;
    margin: 8px 4px 1em;
}

#detail .facility-thumbnail-wrap .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #0071c2;
    position: relative;
}

#detail .facility-thumbnail-wrap .swiper-slide.swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 12.6025px solid #0071c2;
    border-left: 7px solid transparent;
    right: calc(50% - 8px);
    top: -13px;
    cursor: pointer;
}

#detail .facility-thumbnail-wrap .swiper-slide img {
    cursor: pointer;
    aspect-ratio: 7.5/5;
    object-fit: cover;
}

#detail .facility-thumbnail-wrap .swiper-slide img:hover {
    opacity: .6;
}

@media(max-width:767px) {
    #detail .facility-thumbnail-wrap .swiper-slide {
        width: calc(100% / 4 - 8px) !important;
    }

    #detail .detail-panels .facility-thumbnail-wrap .swiper-wrapper {
        justify-content: flex-start;
    }

    #detail .detail-panels .facility-slider .facility-detail-next {
        right: calc(200% / 24 - 15px);
    }

    #detail .detail-panels .facility-slider .facility-detail-prev {
        left: calc(200% / 24 - 15px);
    }

    #detail .detail-panels .facility-slider p.pc-txt {
        display: none;
    }

    #detail .detail-panels .facility-slider a {
        display: block;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        color: white;
        margin: 0;
        font-size: 16px;
        padding: .5em 1em;
        left: 0;
    }

    #detail .detail-panels .facility-slider .facility-detail-arrow {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
}

#detail .detail-panels .facility-slider {
    width: 90%;
}

@media(min-width: 615px) {
    #detail .detail-panels .facility-slider {
        width: 80%;
    }
}

@media(min-width: 992px) {
    #detail .detail-panels .facility-slider {
        width: 60%;
    }
}

/*
detail|panel
*/
.detail-panel-info-copy {
    padding: 1em 0;
}

.detail-panel-info-copy p {
    font-size: 17px;
    margin-bottom: 0;
}

.detail-panels h3.title {
    font-size: 21px;
    margin-bottom: 1em;
    justify-content: center;
}

.detail-panels h3.title img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

.detail-panels h3.title span {
    align-self: center;
}

.detail-panel-info-detail {
    background-color: #FCFAEA;
    padding: 30px 2em;
    margin-bottom: 50px;
}

.detail-panel-info-detail h3 {
    font-size: 20px;
}

.detail-panel-info-detail p {
    margin-bottom: 0;
    white-space: pre-line;
}

.detail-panel-info-plan {
    margin-bottom: 50px;
}


.detail-panel-info-plan dl.wrap {
    margin-bottom: 30px;
    border: solid 1px #e1e1e1;
}

.detail-panel-info-plan dl.wrap dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.detail-panel-info-plan dl.wrap dl p {
    margin-bottom: 0;
    align-self: center;
}

.detail-panel-info-plan dl.wrap dl p.price {
    color: #ea5515;
    font-size: 22px;
    font-weight: 500;
}

.detail-panel-info-plan dl.wrap dl p.price span {
    font-size: 80%;
}

.detail-panel-info-plan dl.wrap dl+dl {
    border-top: solid 1px #e1e1e1;
}

.detail-panel-info-plan dl.wrap dl.head {
    background-color: #f6f6f7;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.detail-panel-info-plan dl.wrap dl.head dt {
    font-weight: 400;
}

.detail-panel-info-plan dl.wrap dl.head dd {
    margin: 0;
}

.detail-panel-info-plan dl.wrap dl dt {
    width: 60%;
    padding: .5em 1em;
    display: flex;
    font-weight: 400;
}

.detail-panel-info-plan dl.wrap dl dt:nth-child(2) {
    width: 20%;
    border-left: solid 1px #e1e1e1;
}

.detail-panel-info-plan dl.wrap dl dt span {}

.detail-panel-info-plan dl.wrap dl dd {
    width: 20%;
    padding: .5em 1em;
    margin-bottom: 0;
    border-left: solid 1px #e1e1e1;
}

.detail-panel-info-basic {
    margin-bottom: 50px;
}

.detail-panel-info-basic dl.wrap {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
}

.detail-panel-info-basic dl.wrap>dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.detail-panel-info-basic dl.wrap>dl+dl {
    border-top: solid 1px #e1e1e1;
}

.detail-panel-info-basic dl.wrap>dl dt {
    width: 30%;
    background-color: #f6f6f7;
    padding: .75em 1em;
    display: flex;
}

.detail-panel-info-basic dl.wrap>dl dt p {
    align-self: center;
    margin: 0;
}

.detail-panel-info-basic dl.wrap>dl dd {
    width: 70%;
    border-left: solid 1px #e1e1e1;
    padding: .75em 1em;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

.detail-panel-info-basic dl.wrap>dl dd p {
    margin-bottom: 0;
    white-space: pre-line;
}

.detail-panel-info-basic dl.wrap>dl dd dl {
    margin-bottom: 0;
}

.detail-panel-info-basic dl.wrap>dl dd dl+dl {
    border-top: 2px dotted #e1e1e1;
    padding-top: 1em;
    margin-top: 1em;
}

.detail-panel-info-basic dl.wrap>dl dd dl .wrap {
    background-color: #f6f6f7;
    padding: .5em 1em;
    margin-top: 1em;
}

.detail-panel-info-basic dl.wrap>dl dd dl h4 {
    font-size: 17px;
    margin-bottom: 1em;
}

.detail-panel-info-basic dl.wrap>dl dd dl h4 img {
    width: 16px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

.detail-panel-info-basic dl.wrap>dl dd dl h4 span {
    align-self: center;
    font-weight: 400;
}

.detail-panel-info-caution {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 1em;
    margin-bottom: 50px;
}

.detail-panel-info-caution p {
    margin: 0;
    white-space: pre-line;
}

@media(max-width:575px) {
    .detail-panel-info-copy p {
        font-size: 17px;
    }

    .detail-panels h3.title {
        font-size: 18px;
    }

    .detail-panel-info-plan dl.wrap dl p.price {
        font-size: 19px;
    }

    .detail-panel-info-basic dl.wrap>dl dt {
        width: 100%;
    }

    .detail-panel-info-basic dl.wrap>dl dd {
        width: 100%;
        border-left: 0;
    }

    .detail-panel-info-plan dl.wrap dl.head dd {
        display: none;
    }

    .detail-panel-info-plan dl.wrap dl dt:nth-child(2) {
        width: 40%;
    }

    .detail-panel-info-plan dl.wrap dl dd {
        width: 100%;
        border-left: 0;
        border-top: solid 1px #e1e1e1;
    }

    .detail-panel-info-basic dl.wrap>dl dd {
        width: 100%;
    }
}

#detail .bottom-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#detail .bottom-tabs ul {
    border: 1px solid #da8723;
    border-radius: .3rem;
    width: 100%;
    max-width: 520px;
}

#detail .bottom-tabs ul li {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
}

#detail .bottom-tabs ul li.active {
    background-color: #ea9835;
}

#detail .bottom-tabs ul li.active a {
    color: white;
}

#detail .bottom-tabs ul li+li {
    border-left: 1px solid #da8723;
}

#detail .bottom-tabs ul li a {
    display: block;
    text-align: center;
    color: #ea9835;
    padding: .5em 1em;
    font-size: 19px;
    font-weight: 400;
    cursor: pointer;
    align-self: center;
}

@media(max-width:575px) {
    #detail .bottom-tabs ul li a {
        font-size: 14px;
    }
}

/*
detail|search
*/

#detail .search-stay-duration {
    padding-top: 1em;
}

#detail .search-stay-duration li {
    width: 100%;
    margin-bottom: 0;
}

#detail .search-stay-duration li.active::after {
    right: calc(50% - 11px);
    top: calc(100% - 13px);
    transform: rotate(0deg);
    z-index: -1;
}

#detail .label {
    align-self: center;
}

#detail .label p {
    margin-bottom: 0;
    font-weight: 500;
}

#detail #search-stay .search-stay-wrap {
    margin-bottom: 0;
}

#detail #search-stay .input {
    margin: 0;
}

#detail #search-stay ul {
    margin-top: 7px;
}

/*
宿泊プラン
*/
.plan-results {
    background-color: #f6f6f7;
    padding: 1em;
    margin-bottom: 50px;
}

.plan-results .result {
    background-color: white;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    padding-bottom: 1em;
}

.plan-results .result dt h3 {
    font-size: 23px;
    margin: 0 0 .5em;
}

.plan-results .result dt h3 a {
    color: rgb(75, 73, 72);
}

.plan-results .result dt .plan-tag li {
    font-weight: 400;
    border: 1px solid #bfbfbf;
    border-radius: .25em;
    font-size: 14px;
    padding: .2em .5em;
    background-color: #F5F5F5;
    color: #777777;
    margin-bottom: 4px;
}

.plan-results .result dt p.detail {
    font-size: 15px;
    font-weight: 300;
}

.plan-results .result dd p.price {
    color: #ea5515;
    font-size: 27px;
    font-weight: 500;
    text-align: right;
}

.plan-results .result dd a {
    color: white;
    background-color: #ea5515;
    padding: .75em 1em;
    cursor: pointer;
}

.plan-results .reserve-calendar {
    margin-bottom: 0;
}

@media(max-width:575px) {
    .plan-results .result dt h3 {
        font-size: 20px;
    }

    .plan-results .result dd p.price {
        font-size: 24px;
    }

    .plan-results .result dd a {
        padding: .375rem .75rem;
    }
}

/*
地図・アクセス
*/
#detail-panel-access iframe {
    width: 100%;
    height: 500px;
}

#detail-panel-access .map-wrap {
    margin-bottom: 50px;
}

#detail-panel-access .map-address {
    background-color: #f6f6f7;
    padding: 10px 1em;
}

#detail-panel-access .map-address img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

#detail-panel-access .map-address p {
    align-self: center;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

#detail-panel-access h3 {
    font-size: 17px;
    margin-bottom: 1em;
    justify-content: center;
    background-color: #FCFAEA;
    padding: 8px 1em;
}

#detail-panel-access h3 img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 100%;
}

#detail-panel-access h3 span {
    align-self: center;
}

#detail-panel-access dl.wrap {
    margin-bottom: 30px;
    border: solid 1px #e1e1e1;
}

#detail-panel-access dl.wrap dt {
    margin-bottom: 1em;
}

#detail-panel-access dl.wrap dt pre {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    white-space: pre-line;
}

#detail-panel-access dl.wrap dd {
    background-color: #f6f6f7;
    padding: 1em;
    margin: 0 0 1em;
}

#detail-panel-access dl.wrap dd p {
    font-size: 17px;
    font-weight: 400;
}

#detail-panel-access dl.wrap dd pre {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    white-space: pre-line;
}

@media(max-width:575px) {
    #detail-panel-access h3 img {
        width: 19px;
    }

    #detail-panel-access dl.wrap dt pre {
        font-size: 15px;
    }

    #detail-panel-access dl.wrap dd p {
        font-size: 15px;
    }

    #detail-panel-access dl.wrap dd pre {
        font-size: 15px;
    }
}

/*
プラン詳細
*/
#detail .detail-panels .plan-slider {
    margin-bottom: 22px;
    position: relative;
}

#detail .detail-panels .plan-slider img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 7.5/5;
}

#detail .detail-panels .plan-slider p.pc-txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    margin: 0;
    font-size: 16px;
    padding: .5em 1em;
    white-space: pre-line;
    width: 100%;
}

#detail .detail-panels .plan-slider a {
    display: none;
}

#detail .detail-panels .plan-slider .plan-detail-arrow {
    position: absolute;
    background-color: #8fc31e;
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    z-index: 2;
    border-radius: 50%;
    opacity: .6;
    cursor: pointer;
}

#detail .detail-panels .plan-slider .plan-detail-next {
    right: calc(200% / 10.2 - 22.5px);
}

#detail .detail-panels .plan-slider .plan-detail-prev {
    left: calc(200% / 10.2 - 22.5px);
}

#detail .detail-panels .plan-slider .plan-detail-arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 8px);
    transform: rotate(135deg);
}

#detail .detail-panels .plan-slider .plan-detail-prev::after {
    transform: rotate(-45deg);
    left: calc(50% - 2px);
}

#detail .detail-panels .plan-thumbnail-wrap {
    margin-bottom: 1em;
}

#detail .plan-thumbnail-wrap .swiper-slide {
    width: calc(100% / 8 - 8px) !important;
    margin: 8px 4px 1em;
}

#detail .plan-thumbnail-wrap .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #0071c2;
    position: relative;
}

#detail .plan-thumbnail-wrap .swiper-slide.swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 12.6025px solid #0071c2;
    border-left: 7px solid transparent;
    right: calc(50% - 8px);
    top: -13px;
    cursor: pointer;
}

#detail .plan-thumbnail-wrap .swiper-slide img {
    cursor: pointer;
    aspect-ratio: 7.5/5;
    object-fit: cover;
}

#detail .plan-thumbnail-wrap .swiper-slide img:hover {
    opacity: .6;
}

@media(max-width:767px) {
    #detail .plan-thumbnail-wrap .swiper-slide {
        width: calc(100% / 4 - 8px) !important;
    }
}

#plan-detail dt {
    margin-bottom: 1em;
}

#plan-detail dt h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: .5em;
}

#plan-detail dt p.price {
    color: #ea5515;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    align-self: center;
    justify-content: center;
}

#plan-detail dt p.price span {
    font-size: 80%;
}

#plan-detail dd p {
    margin-bottom: 0;
}

#plan-detail dd h3.title {
    background-color: rgba(243, 204, 106, 1);
    justify-content: left;
    padding: 8px 1em;
    margin-bottom: 0;
}

#plan-detail dd .detail {
    background-color: #FCFAEA;
    padding: 1em;
    margin-bottom: 30px;
}

#plan-detail dd .detail pre {
    font-size: 15px;
    margin: 0;
}

#plan-detail dd dl.plan-list {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
    font-size: 15px;
}

#plan-detail dd dl.plan-list>dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#plan-detail dd dl.plan-list>dl+dl {
    border-top: solid 1px #e1e1e1;
}

#plan-detail dd dl.plan-list>dl dt {
    width: 30%;
    background-color: #f6f6f7;
    padding: .75em 1em;
    display: flex;
    font-weight: 500;
    margin-bottom: 0;
}

#plan-detail dd dl.plan-list>dl dt p {
    align-self: center;
    margin: 0;
}

#plan-detail dd dl.plan-list>dl dd {
    width: 70%;
    border-left: solid 1px #e1e1e1;
    padding: .75em 1em;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

#plan-detail dd dl.plan-list>dl dd dl {
    margin-bottom: 0;
}

#plan-detail dd dl.plan-list>dl dd dl+dl {
    border-top: 2px dotted #e1e1e1;
    padding-top: 1em;
    margin-top: 1em;
}

.calendar .days li {
    position: relative;
}

.calendar .days li.active {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 600;
}

.calendar .days li.start label {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 600;
}

.calendar .days li.end label {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 600;
}

.calendar .days li.start::after {
    content: '';
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid black;
    transform: rotate(-90deg);
    top: -2px;
    left: 4px;
}

.calendar .days li.end::before {
    content: '';
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid black;
    transform: rotate(90deg);
    bottom: -2px;
    right: 4px;
}

#plan-calendar .days li.abled label::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(75, 73, 72);
    border-radius: 50%;
    right: 2px;
    bottom: 2px;
}

#plan-calendar .days li.disabled label::before {
    content: '';
    width: 13px;
    height: 1px;
    background-color: rgb(75, 73, 72);
    position: absolute;
    transform: rotate(45deg);
    bottom: 7px;
    right: 1px;
    border-radius: 0;
    border: none;
}

#plan-calendar .days li.disabled label::after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: rgb(75, 73, 72);
    position: absolute;
    transform: rotate(-45deg);
    bottom: 7px;
    right: 1px;
    border-radius: 0;
    border: none;
}

#plan-calendar .days li.active label::after,
#plan-calendar .days li.active label::before {
    content: none;
}

#plan-calendar {
    margin-bottom: 1em;
}

#plan-calendar .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

#plan-calendar .plan-calendar-btn {
    margin-bottom: .5em;
}

#plan-calendar .plan-calendar-btn>div {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}

#plan-calendar .slider-calendar-plan {
    background-color: #fef4d9;
    padding: 8px;
}

#plan-calendar .slider-calendar-plan .swiper-slide {
    background-color: white;
}

#plan-calendar h3 {
    font-size: 25px;
    margin-bottom: 1em;
}

#plan-calendar h4 {
    font-size: 16px;
    text-align: center;
    background-color: #ea9835;
    color: white;
    font-weight: 500;
    padding: 4px 1em;
    border-radius: .25em .25em 0 0;
}

.plan-calendar-form .input {
    background-color: white;
    border: 2px solid #9ba2a6;
    border-radius: .25em;
    height: 49px;
    padding: 0 14px;
    text-align: left;
    transition-duration: .2s;
    transition-property: opacity;
    vertical-align: middle;
    margin: 0 0 7px;
    display: flex;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0px 4px 4px -1px rgb(42 59 76 / 4%);
}

::-webkit-full-page-media,
:future,
:root .plan-calendar-form .input {
    box-shadow: none;
}

.plan-calendar-form .input p {
    margin: 0;
    align-self: center;
    font-weight: 400;
}

.plan-calendar-form .plan-calendar-reset {
    color: white !important;
    cursor: pointer;
}

.plan-calendar-form .for-end-col {
    position: relative;
}

.plan-calendar-form .for-end-col::after {
    content: '〜';
    position: absolute;
    left: -.5rem;
    top: 2.75em;
}

.plan-calendar-form .btn-plan-edit {
    display: none;
}

.plan-calendar-form .btn-plan-edit.display {
    display: block;
}

@media(max-width:767px) {
    .plan-calendar-form .for-end-col::after {
        content: none;
    }

    #detail .detail-panels .plan-slider p.pc-txt {
        display: none;
    }

    #detail .detail-panels .plan-slider a {
        display: block;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        color: white;
        margin: 0;
        font-size: 16px;
        padding: .5em 1em;
        left: 0;
    }

    #detail .detail-panels .plan-slider .plan-detail-next {
        right: calc(200% / 24 - 15px);
    }

    #detail .detail-panels .plan-slider .plan-detail-prev {
        left: calc(200% / 24 - 15px);
    }

    #detail .detail-panels .plan-slider .plan-detail-next {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }

    #detail .detail-panels .plan-slider .plan-detail-prev {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
}

@media(max-width:575px) {
    #plan-detail dd dl.plan-list>dl dt {
        width: 100%;
    }

    #plan-detail dd dl.plan-list>dl dd {
        width: 100%;
        border-left: 0;
    }
}

/*
予約内容の確認
*/

.plan-detail {
    background-color: #FCFAEA;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 15px;
}

.plan-detail dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5em;
}

.plan-detail dl+dl {
    border-top: solid 1px #e1e1e1;
    padding-top: .5em;
}

.plan-detail dl dd {
    width: 25%;
    margin: 0;
    padding-right: 1em;
}

.plan-detail dl dt {
    width: 75%;
    font-weight: 500;
}

.detail-panel-info-caution h4.title {
    font-size: 21px;
    margin-bottom: 1em;
    justify-content: center;
}

.detail-panel-info-caution h4.title img {
    width: 25px;
    object-fit: contain;
    margin-right: .5em;
    height: 27px;
}

.detail-panel-info-caution h4.title span {
    align-self: center;
}

@media(max-width:767px) {
    .plan-detail dl dd {
        width: 100%;
        padding-right: 0;
        margin-bottom: .25em;
    }

    .plan-detail dl dt {
        width: 100%;
    }
}

/*
予約完了
*/
#plan {
    padding-top: 1em;
}

#plan .plan-num {
    background-color: #FCFAEA;
    padding: 1em;
    margin-bottom: 1em;
}

#plan .plan-num p {
    margin-bottom: 0;
}

#plan .plan-num p span {
    font-weight: 500;
    font-size: 25px;
}

/*
contact
*/
#contact {
    padding-top: 1em;
}

#contact .contact-class .check-wrap {
    position: relative;
}

#contact .contact-class label {
    display: flex;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .5em 1em;
}

#contact .contact-class label:hover {
    background-color: #fef4d9;
}

#contact .contact-class input {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
}

#contact .contact-class input:checked+label {
    background-color: #fef4d9;
}

#contact .contact-class .contact-class-txt {
    padding-left: 24px;
}

/*
detail|notfound
*/
#nodetail {
    padding: 40px 0;
}

/*
corp
*/
.corp-wrap dl {
    display: flex;
    flex-wrap: wrap;
}

.corp-wrap dl+dl {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}

.corp-wrap dl dt {
    width: 30%;
    font-weight: 500;
    padding-right: 1em;
}

.corp-wrap dl dd {
    width: 70%;
    font-weight: 300;
    margin-bottom: 0;
    font-weight: 400;
}

@media(max-width:991px) {
    .corp-wrap dl dt {
        width: 100%;
    }

    .corp-wrap dl dd {
        width: 100%;
    }
}

/*
404
*/
#notfound {
    min-height: 100vh;
    display: flex;
}

#notfound .wrap {
    align-self: center;
}

/*
other payment
*/
.other-payment section {
    margin-bottom: 30px;
}

.other-payment .card-list img {
    height: 78px;
    object-fit: contain;
    margin-bottom: 1em;
}

.other-payment .card-list p {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
}

.other-payment .payment-title h3 {
    background-color: rgba(0, 0, 0, .1);
    padding: .5em;
    font-size: 20px;
    margin-bottom: 1.5em;
}

.other-payment ul {
    padding-left: 1em;
}

.other-payment ul li {
    position: relative;
}

.other-payment ul li:before {
    content: '・';
    position: absolute;
    left: -1em;
}

/*
other tradelaw
*/
.other-tradelaw dl {
    margin-bottom: 0;
    padding: 1em;
}

.other-tradelaw dl+dl {
    border-top: 1px solid #ddd;
}

.other-tradelaw dl dt {
    width: 20em;
}

.other-tradelaw dl dd {
    margin-bottom: 0;
    width: calc(100% - 20em);
    font-weight: 400;
}

@media(max-width: 767px) {
    .other-tradelaw dl {
        font-size: 14px;
    }

    .other-tradelaw dl dt {
        width: 100%;
    }

    .other-tradelaw dl dd {
        width: 100%;
    }
}

/*
other-about
*/

.other-about article {
    padding: 50px 0;
}

.other-about article h2 {
    margin-bottom: 1em;
}

/*
other-feel
*/
.other-feel01 h3 {
    font-weight: 600;
    margin-bottom: 1em;
}

.other-feel01 h4 {
    color: #00A73C;
    margin-bottom: 1em;
    width: 100%;
}

.other-feel01 p {
    font-weight: 400;
}

/*
other-privacy
*/

.other-privacy article p {
    font-weight: 400;
}

.other-privacy article a {
    font-weight: 400;
}

/*
other-term
*/

.other-term article p {
    font-weight: 400;
}
