@charset "UTF-8";
/* CSS Information
============================================
File: details.scss
Site: Miyab! BtoC
Scss: Pages/Index
============================================= */
/* 変数 インポート
========================================== */
/* CSS Information
============================================
File: _setting.scss
Site: Miyab! BtoC
Page: all
============================================= */
/* 変数
====================================== */
/* Instagram */
/* Facebook */
/* Twitter */
/* Youtube */
/* Line */
.p-sub-main {
    width: 100%;
    padding: 0 1.5rem;
}
.p-sub-main__inner {
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
}
@media (min-width: 48.0625em) {
    .p-sub-main {
        padding: 0 1rem;
    }
    .p-sub-main__inner {
        padding: 0 1rem;
    }
}

.p-desc {
    width: 100%;
}
.p-desc__title {
    width: 100%;
    color: #4d8d4b;
}
.p-desc__title h2 {
    font-size: 2.8rem;
    line-height: 1.1em;
    display: inline-block;
    margin: 0 10px 20px 0;
    font-family: "Raleway", sans-serif;
}
@media (min-width: 48.0625em) {
    .p-desc__title {
        width: 100%;
    }
    .p-desc__title h2 {
        font-size: 4.2rem;
        font-weight: 700;
    }
}

.p-mv-wrap {
    height: calc(100vh);
    position: relative;
    top: -6.2rem;
    width: 100%;
    margin-bottom: -6.2rem;
}

.p-mv-wrap__cts {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #000;
}

.p-mv__caption {
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 50%;
}
.p-mv__caption p {
    margin-bottom: 10px;
    font-size: 2.5rem;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 3px #333;
    font-weight: bold;
}
.p-mv__caption h2 {
    margin-bottom: 0;
    font-size: 3.2rem;
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1em;
    text-shadow: 2px 2px 4px #333;
}
.p-mv__caption__btn {
    width: 100%;
    text-align: center;
}
.p-mv__caption__btn span {
    display: inline-block;
    background: rgba(77, 141, 75, 0.95);
    padding: 15px 25px;
    border-radius: 40px;
    margin: 4% auto 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.8);
    cursor: pointer;
    color: #fff;
}
@media (min-width: 30em) {
    .p-mv__caption {
        width: 100%;
        height: 50%;
    }
}
@media (min-width: 48.0625em) {
    .p-mv__caption {
        padding: 70px 20px 20px;
    }
}
@media (min-width: 48.0625em) {
    .p-mv__caption {
        padding-top: 60px;
        width: 67%;
        height: 40%;
    }
    .p-mv__caption h2 {
        font-size: 5rem;
    }
}

.p-mv__mosaic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(/res/image/common/dot_2__5.png) repeat 0 0, rgba(0, 0, 0, 0.1);
}

.p-mv__rate {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1;
}
.p-mv__rate .c-anchor {
    margin-top: -62px;
    padding-top: 62px;
}
.p-mv__rate__inner {
    margin: 10px auto;
    width: 100%;
    max-width: 1260px;
    text-align: center;
    padding: 0 10px;
    font-weight: 700;
}
.p-mv__rate__inner span {
    color: #fff;
}
.p-mv__rate__inner .mvl__rate__day {
    display: inline-block;
}
.p-mv__rate__inner .mvl__rate__day, .p-mv__rate__inner .mvl__rate__price {
    font-size: 2.2rem;
}
@media (min-width: 30em) {
    .p-mv__rate__inner .mvl__rate__day, .p-mv__rate__inner .mvl__rate__price {
        font-size: 3rem;
    }
}
@media (min-width: 48.0625em) {
    .p-mv__rate {
        line-height: 0.7;
    }
    .p-mv__rate__inner {
        margin: 20px auto;
    }
    .p-mv__rate__inner .p-mv__rate__day {
        display: inline-block;
        font-size: 4rem;
    }
    .p-mv__rate__inner .p-mv__rate__currency {
        display: inline-block;
    }
    .p-mv__rate__inner .p-mv__rate__price {
        display: inline-block;
        font-size: 4rem;
        padding: 0 10px;
    }
}

/*ボタンアニメーション*/
.animObj {
    opacity: 0;
    transition: all 1.2s ease;
    transform: translate(0, 40px);
    position: relative;
    top: 40px;
}

.animObj.show {
    opacity: 1;
    transform: none;
    top: 0;
}

.p-mv-list {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}
.p-mv-list li.p-mv-list__item {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.p-mv-list li.p-mv-list__item img {
    width: 100%;
}

.c-btn-scroll {
    text-align: center;
    margin: 20px 0;
}
.c-btn-scroll a {
    width: 100%;
    border-radius: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #4d8d4b;
    padding: 0 20px;
    margin-top: -1px;
}
@media (min-width: 30em) {
    .c-btn-scroll {
        width: 100%;
        max-width: 1280px;
        text-align: right;
        margin: 10px 0 30px;
        border-top: solid 1px #ddd;
    }
    .c-btn-scroll a {
        width: auto;
        display: inline-block;
        font-size: 2rem;
        border-radius: 0 0 10px 10px;
    }
}

.p-gallery__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 30px;
}
.p-gallery__list li.p-gallery__list-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    background: gray;
}
.p-gallery__list li.p-gallery__list-item:first-child {
    margin-top: 0;
}
.p-gallery__list li.p-gallery__list-item::before {
    display: block;
    content: "";
    padding-top: 65%;
}
.p-gallery__list li.p-gallery__list-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-gallery__list li.p-gallery__list-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    color: #fff;
    width: 100%;
    font-size: 1.3rem;
}
@media (min-width: 30em) {
    .p-gallery__list {
        overflow: auto;
        display: block;
    }
    .p-gallery__list li.p-gallery__list-item {
        width: calc(50% - 5px);
        margin-top: 0;
        float: left;
    }
    .p-gallery__list li:nth-child(1).p-gallery__list-item {
        margin-right: 5px;
    }
    .p-gallery__list li:nth-child(2).p-gallery__list-item {
        margin-left: 5px;
    }
    .p-gallery__list li:last-child.p-gallery__list-item {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}
@media (min-width: 48.0625em) {
    .p-gallery__list {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .p-gallery__list li.p-gallery__list-item {
        width: 32.27% !important;
        margin: 0 !important;
    }
    .p-gallery__list li.p-gallery__list-item::before {
        display: block;
        content: "";
        padding-top: 65%;
    }
    .p-gallery__list li.p-gallery__list-item p {
        padding: 10px;
        font-size: 1.4rem;
    }
}

.p-pictogram {
    display: block;
}
.p-pictogram li {
    display: inline-block;
    margin: 0 3px;
}
.p-pictogram li img {
    width: 25px;
}
@media (min-width: 64.0625em) {
    .p-pictogram li img {
        width: 40px;
    }
}

.p-bookmarked {
    margin: 25px auto;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border: solid 1px #4f9b68;
    color: #4f9b68;
}
@media (min-width: 30em) {
    .p-bookmarked {
        width: 80%;
        margin: 40px auto;
    }
}
@media (min-width: 48.0625em) {
    .p-bookmarked {
        width: 400px;
        font-size: 2rem;
    }
}
.p-bookmarked i {
    margin: -2px 0 0 8px;
}

.p-details-via {
    margin-bottom: 25px;
    display: table;
}
.p-details-via__list {
    display: table-cell;
    line-height: 1.4;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}
.p-details-via__list dt {
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 20px;
    font-weight: 700;
}
.p-details-via__list dd {
    display: inline-block;
}
.p-details-via__arrow {
    display: table-cell;
    margin-right: 0;
    text-align: center;
    width: 50px;
    vertical-align: middle;
}
.p-details-via__arrow i {
    font-size: 2.4rem;
    margin-top: -14px;
}
@media (min-width: 48.0625em) {
    .p-details-via {
        margin-bottom: 50px;
    }
    .p-details-via__list {
        line-height: 1;
        display: inline-block;
        margin-right: 20px;
    }
    .p-details-via__list dt {
        font-size: 2.2rem;
    }
    .p-details-via__list dd {
        display: inline-block;
    }
    .p-details-via__arrow {
        display: inline-block;
        margin-right: 20px;
        text-align: left;
        width: auto;
        padding-top: 5px;
    }
    .p-details-via .fa-long-arrow-right {
        font-size: 2.4rem;
        margin-top: -14px;
    }
}

.p-titlesub {
    font-size: 2.8rem;
    font-weight: 700;
    color: #4d8d4b;
    margin-bottom: 10px;
}
@media (min-width: 48.0625em) {
    .p-titlesub .p-titlesub {
        font-size: 2.8rem;
        margin-bottom: 20px;
        line-height: 1.1em;
    }
}

.p-details-comment {
    width: 100%;
    line-height: 1.8;
}
.p-details-comment h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.p-details-comment__note {
    font-size: 1.4rem;
}
@media (min-width: 48.0625em) {
    .p-details-comment h3 {
        font-size: 2.2rem;
    }
}

.p-details-code {
    width: 100%;
}
.p-details-code dl dt, .p-details-code dl dd {
    width: 100%;
}
.p-details-code dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.p-details-code dl dd {
    background: #f7f7f7;
    padding: 10px;
}
@media screen and (min-width: 900px) {
    .p-details-code dl {
        width: 100%;
        display: table;
    }
    .p-details-code dl > * {
        display: table-cell;
    }
    .p-details-code dl dt {
        width: 15%;
        font-weight: bold;
    }
    .p-details-code dl dd {
        width: 85%;
    }
}
@media (min-width: 48.0625em) {
    .p-details-code dl dt {
        width: 10%;
        font-size: 2.2rem;
    }
    .p-details-code dl dd {
        width: 90%;
    }
}

.p-details-facility {
    width: 100%;
    margin-bottom: 10px;
}
.p-details-facility--clm-two {
    display: flex;
    flex-direction: column;
}
@media (min-width: 48.0625em) {
    .p-details-facility--clm-two {
        display: flex;
        flex-direction: row;
    }
}
.p-details-facility .p-details-facility__clm {
    width: 100%;
    margin-bottom: 10px;
}
.p-details-facility__view {
    width: 100%;
}
.p-details-facility__view div.js-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.p-details-facility__view div.js-img::before {
    display: block;
    content: "";
    padding-top: 65%;
}
.p-details-facility__view div.js-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-details-facility .p-details-facility-h2__small {
    font-size: 1.3rem;
}
@media (min-width: 48.0625em) {
    .p-details-facility .p-details-facility__clm {
        width: 100%;
    }
    .p-details-facility--clm-two {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .p-details-facility--clm-two .p-details-facility__clm {
        width: 68%;
        padding-right: 40px;
    }
    .p-details-facility__view {
        width: 32%;
    }
    .p-details-facility .p-details-facility-h2__small {
        font-size: 1.3rem;
    }
}

.p-details-facility .p-details-facility__table {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #ddd;
    font-size: 1.4rem;
}
.p-details-facility .p-details-facility__table:nth-of-type(1) {
    border-top: solid 1px #ddd;
}
.p-details-facility .p-details-facility__table dt {
    padding: 10px;
    background: #f7f7f7;
    overflow-wrap: break-word;
}
.p-details-facility .p-details-facility__table dd {
    padding: 10px;
    overflow-wrap: break-word;
}
@media (min-width: 30em) {
    .p-details-facility .p-details-facility__table {
        display: flex;
        flex-direction: row;
    }
    .p-details-facility .p-details-facility__table dt {
        text-align: center;
        font-weight: normal;
        width: 29%;
    }
    .p-details-facility .p-details-facility__table dd {
        width: 71%;
    }
}

/*tour option*/
.p-details-tour-option {
    width: 100%;
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 1.4rem;
}
.p-details-tour-option:nth-of-type(1) {
    border-top: solid 1px #ddd;
}
.p-details-tour-option small {
    text-align: left;
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    padding: 10px 0 5px 0;
}
.p-details-tour-option ul {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0;
}
.p-details-tour-option ul li {
    display: inline-block;
    margin: 2px 4px 2px 0;
    font-size: 14px;
}
.p-details-tour-option ul li span {
    display: block;
    padding: 4px 5px;
    border: solid 1px #ddd;
    word-break: break-all;
}
@media (min-width: 48.0625em) {
    .p-details-tour-option {
        display: table;
    }
    .p-details-tour-option ul {
        width: 80.46875%;
        display: table-cell;
    }
    .p-details-tour-option ul li span {
        padding: 5px 15px;
    }
}

.p-details-itinerary__overflow {
    overflow-x: auto;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.p-details-itinerary-tab {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
}
.p-details-itinerary-tab th {
    text-align: center;
}
.p-details-itinerary-tab th,
.p-details-itinerary-tab td {
    border: solid 1px #ddd;
    padding: 10px;
    vertical-align: middle;
}
.p-details-itinerary-tab th i,
.p-details-itinerary-tab td i {
    font-size: 3rem;
    color: #999;
}
@media (min-width: 48.0625em) {
    .p-details-itinerary-tab {
        font-size: 1.4rem;
    }
}

.p-details-itinerary-tab--fixed {
    width: 65px;
    background: #f7f7f7;
}

.p-details-itinerary-tab__item {
    font-size: 1.8rem;
    background: #f7f7f7;
}
.p-details-itinerary-tab__item th:nth-of-type(1) {
    width: 7%;
}

.p-details-itinerary-tab--fixed {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 1;
}

.p-details-itinerary-tab-number {
    font-size: 1.8rem;
    font-weight: bold;
}

.p-details-itinerary-tab-similar {
    display: block;
    margin-top: 5px;
}

.u-align-left {
    text-align: left;
}

.p-details-option {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.p-details-option .p-details-option__clm {
    width: 100%;
    margin-bottom: 10px;
}
.p-details-option .p-details-option__view {
    width: 100%;
}
.p-details-option .p-details-option__view a {
    width: 100%;
    display: block;
    position: relative;
}
.p-details-option .p-details-option__view a .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    font-size: 1.4rem;
}
@media (min-width: 48.0625em) {
    .p-details-option--clm-two {
        display: flex;
        flex-direction: row;
    }
    .p-details-option--clm-two .p-details-option__clm {
        width: 68%;
        padding-right: 40px;
        vertical-align: top;
        margin-bottom: 0;
    }
    .p-details-option--clm-two .p-details-option__view {
        width: 32%;
        vertical-align: top;
        background: gray;
    }
    .p-details-option--clm-two .p-details-option__view a {
        width: 100%;
        display: block;
        position: relative;
    }
    .p-details-option--clm-two .p-details-option__view a .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        color: #fff;
        width: 100%;
        font-size: 1.4rem;
    }
}

.p-details-price {
    width: 100%;
    /*アンカー*/
}
.p-details-price__overflow {
    overflow-x: scroll;
    border-top: solid 1px #ddd;
    position: relative;
    max-width: 100%;
}
.p-details-price__overflow::-webkit-scrollbar {
    height: 5px;
}
.p-details-price__overflow::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.p-details-price__overflow::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 5px;
}
.p-details-price__status {
    width: 100px;
}
.p-details-price-tab {
    width: 1024px;
    font-size: 0.875rem;
    text-align: center;
}
.p-details-price-tab tr {
    border-bottom: solid 1px #ddd;
}
.p-details-price-tab tr th,
.p-details-price-tab tr td {
    padding: 10px;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.9;
}
.p-details-price-tab tr th {
    text-align: center;
}
.p-details-price-tab-room__fixed {
    width: 65px;
    background: #fff;
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 1;
}
.p-details-price-tab-item__fixed {
    width: 65px;
    background: #fff;
    left: 65px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 1;
}
.p-details-price-tab-item__room {
    background: #f7f7f7;
    width: 65px;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
}
.p-details-price-tab-item__bgc-a {
    background: #e5f2ff;
}
.p-details-price-tab-item__bgc-b {
    background: #ffe5e5;
}
.p-details-price-tab-item__bgc-c {
    background: #dbffdb;
}
.p-details-price-tab-item__bgc-d {
    background: #ffffd6;
}
.p-details-price-tab-item__bgc-e {
    background: #eaeaff;
}
.p-details-price-tab-item__bgc-f {
    background: #ffe8d1;
}
.p-details-price-tab-item__bgc-g {
    background: #efe0ff;
}
.p-details-price-tab-item__bgc-h {
    background: #eaffd6;
}
@media (min-width: 64.0625em) {
    .p-details-price-tab {
        width: 100%;
    }
    .p-details-price-tab-item__fixed {
        width: 100px;
        position: relative;
        left: 0;
    }
    .p-details-price-tab-item__room {
        width: 100px;
        position: relative;
        left: 0;
    }
}
@media (min-width: 64.0625em) {
    .p-details-price__overflow {
        overflow: visible;
    }
}
.p-details-price__info {
    font-size: 1.3rem;
    background: #f7f7f7;
    border-top: solid 1px #ddd;
    height: 35px;
    line-height: 35px;
}
@media (min-width: 64.0625em) {
    .p-details-price__info {
        display: none;
    }
}
.p-details-price__info i {
    margin: -3px 10px 0;
}
.p-details-price .c-anchor {
    margin-top: -80px;
    padding-top: 80px;
}

.p-details-price-tab.p-details-price-tab__day-tour .p-details-price-tab-item__fixed {
    left: 0;
}

.p-details-price-case {
    margin-bottom: 7px;
}
.p-details-price-case dt {
    font-size: 1rem;
    line-height: 1.2em;
    padding: 2px;
    background: #fff;
    color: #777;
    border: solid 1px #ddd;
    font-weight: normal;
}

.p-details-calendar {
    width: 100%;
    margin-bottom: 20px;
}
.p-details-calendar-inner {
    width: 100%;
    position: relative;
}
.p-details-calendar-body {
    padding: 0 0 10px;
    width: 100%;
}
.p-details-calendar-body h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.p-details-calendar-body--sp-disabled {
    display: none;
}
@media (min-width: 56.25em) {
    .p-details-calendar-body--sp-disabled {
        display: block;
    }
}
@media (min-width: 56.25em) {
    .p-details-calendar {
        margin-bottom: 40px;
    }
    .p-details-calendar-inner {
        overflow: auto;
    }
    .p-details-calendar-body {
        width: 50%;
        padding: 0 10px 10px;
        height: auto !important;
        float: left;
    }
    .p-details-calendar-body h3 {
        font-size: 2.4rem;
    }
}

.p-calendar-table td.p-calendar-table__day--bgc-a {
    background: #e5f2ff;
}
.p-calendar-table td.p-calendar-table__day--bgc-b {
    background: #ffe5e5;
}
.p-calendar-table td.p-calendar-table__day--bgc-c {
    background: #dbffdb;
}
.p-calendar-table td.p-calendar-table__day--bgc-d {
    background: #ffffd6;
}
.p-calendar-table td.p-calendar-table__day--bgc-e {
    background: #eaeaff;
}
.p-calendar-table td.p-calendar-table__day--bgc-f {
    background: #ffe8d1;
}
.p-calendar-table td.p-calendar-table__day--bgc-g {
    background: #efe0ff;
}
.p-calendar-table td.p-calendar-table__day--bgc-h {
    background: #eaffd6;
}

.p-calendar-table {
    width: 100%;
    text-align: center;
    position: relative;
}
.p-calendar-table th,
.p-calendar-table td {
    border: solid 1px #ddd;
    width: 13.33333333%;
}
.p-calendar-table th {
    background: #f7f7f7;
    padding: 5px;
    text-align: center;
    font-weight: normal;
}
.p-calendar-table td {
    border: solid 1px #ddd;
    width: 13.33333333%;
    padding: 2px;
}
.p-calendar-table td.p-calendar-table__day--none {
    background: #f9f9f9;
}
.p-calendar-table td.p-calendar-table__day--disabled {
    opacity: 0.4;
    pointer-events: none;
}
.p-calendar-table td a {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
    opacity: 1;
    color: #444;
    padding-bottom: 30px;
}
.p-calendar-table td a::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-calendar-table td a > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.p-calendar-table td a > div em {
    font-size: 1.3rem;
    padding-top: 0;
    display: block;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4em;
}
@media (min-width: 64.0625em) {
    .p-calendar-table td a > div em {
        line-height: 1.2em;
        font-size: 2.2rem;
        padding-top: 5px;
    }
}
.p-calendar-table td a > div em.day--mark {
    background: #d83473;
    color: #fff;
}
.p-calendar-table td a > div em.day--triangle::after {
    font-size: 20px;
    top: -10px;
    right: -5px;
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    transform: rotate(45deg);
    color: #c22047;
}
.p-calendar-table td a > div small {
    display: block;
    line-height: 1em;
    font-size: 1rem;
    margin: 3px 0;
}
.p-calendar-table td a > div dl dt {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 3px;
}
.p-calendar-table td a > div dl dt span {
    padding: 0 2px;
    display: inline-block;
}
.p-calendar-table td a > div dl dd {
    font-size: 1rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
@media (min-width: 20em) and (max-width: 22.5em) {
    .p-calendar-table td {
        padding: 1px;
    }
    .p-calendar-table td a > div em {
        font-size: 1.3rem;
    }
    .p-calendar-table td a > div em.day--triangle::after {
        font-size: 20px;
        top: -8px;
        right: -3px;
    }
    .p-calendar-table td a > div small {
        font-size: 1rem;
        margin: 3px 0;
    }
    .p-calendar-table td a > div dl dt {
        margin-bottom: 0;
        transform: scale(0.8);
        display: block;
        line-height: 1;
    }
    .p-calendar-table td a > div dl dd {
        transform: scale(0.9);
        display: block;
        line-height: 1.2;
    }
}
@media (min-width: 37.5em) {
    .p-calendar-table td {
        padding: 5px;
    }
    .p-calendar-table td a > div em {
        font-size: 1.8rem;
    }
    .p-calendar-table td a > div small {
        font-size: 1.8rem;
        margin: 8px 0 8px 0;
    }
    .p-calendar-table td a > div dl dd {
        font-size: 1.4rem;
    }
}
@media (min-width: 56.25em) {
    .p-calendar-table td {
        padding: 0;
    }
    .p-calendar-table td a > div small {
        font-size: 1.6rem;
        margin: 5px 0 5px 0;
    }
}
@media (min-width: 64.0625em) {
    .p-calendar-table td {
        padding: 0;
    }
    .p-calendar-table td a > div em {
        line-height: 1.2em;
        font-size: 2.2rem;
        padding-top: 5px;
    }
    .p-calendar-table td a > div em.day--triangle::after {
        position: absolute;
        font-size: 28px;
        font-family: "FontAwesome";
        content: "";
        transform: rotate(45deg);
        color: #c22047;
        top: -8px;
        right: -4px;
    }
    .p-calendar-table td a > div small {
        display: block;
        font-size: 1.8rem;
        line-height: 1em;
        margin: 5px 0 5px 0;
    }
    .p-calendar-table td a > div dl dt {
        font-size: 1rem;
        line-height: 1.6em;
        margin-bottom: 0;
    }
    .p-calendar-table td a > div dl dt span {
        padding: 0 2px;
        display: inline-block;
    }
}

.p-calendar-table td a {
    padding-bottom: 40px;
}
@media (min-width: 20em) and (max-width: 22.5em) {
    .p-calendar-table td a {
        padding-bottom: 35px;
    }
}
@media (min-width: 25.875em) {
    .p-calendar-table td a {
        padding-bottom: 30px;
    }
}
@media (min-width: 30em) {
    .p-calendar-table td a {
        padding-bottom: 20px;
    }
}
@media (min-width: 37.5em) {
    .p-calendar-table td a {
        padding-bottom: 10px;
    }
}
@media (min-width: 48.0625em) {
    .p-calendar-table td a {
        padding-bottom: 0px;
    }
}
@media (min-width: 56.25em) {
    .p-calendar-table td a {
        padding-bottom: 30px;
    }
}
@media (min-width: 64.0625em) {
    .p-calendar-table td a {
        padding-bottom: 40px;
    }
}
@media (min-width: 70em) {
    .p-calendar-table td a {
        padding-bottom: 20px;
    }
}

.p-calendar__prev {
    left: 5px;
    top: 0;
    text-align: left;
}
.p-calendar__prev::before {
    content: "";
}

.p-calendar__next {
    right: 5px;
    top: 0;
    text-align: right;
}
.p-calendar__next::before {
    content: "";
}

.p-calendar__prev,
.p-calendar__next {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    line-height: 1;
}
.p-calendar__prev::before,
.p-calendar__next::before {
    font-family: "FontAwesome";
    font-size: 3.2rem;
    width: 100%;
    height: 25px;
    display: block;
    color: #ddd;
}
@media (min-width: 48.0625em) {
    .p-calendar__prev::before,
.p-calendar__next::before {
        font-size: 4rem;
    }
}

.slick-initialized .slick-slide {
    display: block;
}

/*Recommended Carousel*/
.p-card-recommend-wrap .slick-prev {
    left: 11px;
    top: 23.5%;
}
.p-card-recommend-wrap .slick-prev:before {
    content: "";
    font-family: "FontAwesome";
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
}
.p-card-recommend-wrap .slick-next {
    right: 26px;
    top: 23.5%;
}
.p-card-recommend-wrap .slick-next:before {
    content: "";
    font-family: "FontAwesome";
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
}
.p-card-recommend-wrap .slick-dots li {
    margin: 0;
}
.p-card-recommend-wrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.p-card-recommend-wrap .slick-list {
    padding: 2px 0 20px 0;
}
.p-card-recommend-wrap .rcmd__crs.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.p-card-recommend-wrap.initialized {
    opacity: 1;
}
.p-card-recommend-wrap .slick-prev,
.p-card-recommend-wrap .slick-next {
    z-index: 2;
}

.rcmd__lead .js--ellip--multiple {
    position: relative;
    height: 80px;
    overflow: hidden;
    line-height: 1.3;
}

.rcmd__crs {
    width: 100%;
}

.p-card-recommend {
    width: calc(100vw - 30px) !important;
    border: solid 1px #e9e9e9;
    background-color: #fafafa;
    border-radius: 5px;
    overflow: hidden;
}
@media (min-width: 30em) {
    .p-card-recommend {
        width: calc(100vw / 2 - 33px) !important;
        margin: 0 10px;
    }
}
@media (min-width: 48.0625em) {
    .p-card-recommend {
        width: calc(100vw / 3 - 33px) !important;
    }
}
@media (min-width: 64.0625em) {
    .p-card-recommend {
        width: calc(100vw / 4 - 33px) !important;
    }
}
@media (min-width: 80em) {
    .p-card-recommend {
        width: 300px !important;
    }
}

.p-card-recommend a {
    display: block;
    width: 100%;
    position: relative;
}

.p-card-recommend__photo {
    position: relative;
    height: auto;
    width: 100%;
}
.p-card-recommend__photo:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.p-card-recommend__photo img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.p-card-recommend__unit-box {
    width: 100%;
    padding: 10px;
    color: #000;
}
.p-card-recommend__unit-box h3 {
    color: #4d8d4b;
    font-weight: bold;
    font-size: 1.8rem;
}

.p-card-recommend__unit-disc {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: dashed 1px #ddd;
    font-size: 1.2rem;
}
@media (min-width: 64.0625em) {
    .p-card-recommend__unit-disc {
        font-size: 1.4rem;
    }
}

.p-card-recommend__unit-disc-item {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.p-card-recommend__unit-disc-item:nth-last-of-type(n + 2) {
    margin-bottom: 3px;
}

.p-card-recommend__unit-disc-name {
    position: relative;
    padding-right: 1.5rem;
}
.p-card-recommend__unit-disc-name:after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: " :";
}

.p-card-recommend__unit-disc-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-card-recommend__unit-rate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
}

.p-card-recommend__unit-rate-currency {
    margin-right: 1rem;
}

.p-card-recommend__unit-rate-price {
    font-weight: 700;
}

.p-slider-rcmd__progress {
    display: block;
    width: 96%;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin: 20px auto;
}
@media (min-width: 48.0625em) {
    .p-slider-rcmd__progress {
        display: none;
    }
}

.p-day-select__title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
}
@media (min-width: 30em) {
    .p-day-select__title {
        font-size: 2rem;
    }
}

.p-day-select__people-number {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
@media (min-width: 30em) {
    .p-day-select__people-number {
        display: table;
    }
}
.p-day-select__people-number dt {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: middle;
}
.p-day-select__people-number dt span {
    font-size: 1.4rem;
    display: block;
}
@media (min-width: 30em) {
    .p-day-select__people-number dt {
        display: table-cell;
        width: 20%;
        font-size: 2rem;
    }
    .p-day-select__people-number dt span {
        display: inline-block;
        margin-left: 5px;
    }
}
.p-day-select__people-number dd {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}
.p-day-select__people-number dd > div {
    display: inline-block;
    margin-right: 20px;
    width: 100%;
}
.p-day-select__people-number dd input {
    text-align: right;
}
@media (min-width: 30em) {
    .p-day-select__people-number dd {
        display: table-cell;
        width: 80%;
    }
    .p-day-select__people-number dd > div {
        width: auto;
    }
}

.p-day-select__times-list li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    text-align: left;
}
.p-day-select__times-list li label input[type=radio] {
    transform: scale(1.5);
    margin-top: -8px;
}
.p-day-select__times-list li time {
    font-size: 1.6rem;
    margin-right: 20px;
    font-weight: 500;
    padding-left: 10px;
}
.p-day-select__times-list li em {
    font-style: normal;
}
@media (min-width: 30em) {
    .p-day-select__times-list li time {
        font-size: 2.2rem;
    }
}

.c-required {
    font-size: 1.4rem;
    color: #c1392e;
    margin-bottom: 5px;
    text-align: left;
}

.p-search-select__cld-input {
    width: 100%;
    height: 4.8rem;
    line-height: 1;
    background-color: #f3f3f3;
    padding: 0 1rem;
    border-radius: 4px;
    border: solid 2px #f3f3f3;
    border-right: none;
    text-align: left;
    color: #444;
}

.p-curency-day {
    display: block;
}
.p-curency-day span {
    padding-right: 10px;
    display: inline-block;
}
.p-curency-day em {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
@media (min-width: 30em) {
    .p-curency-day {
        display: inline-block;
    }
}

@media (min-width: 48.0625em) {
    .c-op-btn--cl {
        flex-direction: row;
        justify-content: center;
    }
}
/*# sourceMappingURL=details.css.map */