@charset 'UTF-8'; /* CSS Document */
.ryokan-img {
    background: url(https://hokkaidotogo.com/common/css/common.css?v4) center no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (min-width: 1299px) {
    .ryokan-img {
        height: 700px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
    .ryokan-img {
        height: 80vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ryokan-img {
        height: 80vh;
    }
}

@media screen and (max-width: 767px) {
    .ryokan-img {
        height: 200px;
    }
}

/* ---------------------------
ryokan
--------------------------- */
.ryokan-item {
    margin-bottom: 32px;
    padding-bottom: 24px;
    position: relative;
}

.ryokan-item:before {
    width: 100vw;
    height: calc(100% - 16px);
    content: '';
    background: #cee2f3;
    background: -moz-linear-gradient(left, #bbe8f5 0%, #87bbd6 44%, #bd9adc 100%);
    background: -webkit-linear-gradient(left, #bbe8f5 0%, #87bbd6 44%, #bd9adc 100%);
    background: linear-gradient(to right, #bbe8f5 0%, #87bbd6 44%, #bd9adc 100%);
    opacity: .7;
    position: absolute;
    z-index: -1;
    top: 24px;
    left: 40px;
}

@media screen and (min-width: 768px) {
    .ryokan-item:before {
        height: 80%;
        top: 100px;
        left: 16%;
    }
}

.ryokan-img {
    background: center no-repeat;
    background-size: cover;
    position: relative;
}

.ryokan-text__box {
    background: #ffffff;
    position: relative;
}

.ryokan-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.ryokan-text__box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ryokan-text__name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ryokan-text__name {
    font-family: 'din-condensed', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', verdana, 'Osaka', 'MS PGothic', Sans-Serif;
    font-size: 32px;
    color: #2767c3;
}

@media screen and (min-width: 768px) {
    .ryokan-text__name {
        font-size: 48px;
    }
}

.ryokan-text__name-wrap__icon {
    margin-bottom: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ryokan-text__name-wrap__icon-item {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: #2767c3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ryokan-text__name-wrap__icon-item img {
    width: 24px;
    height: 24px;
}

.ryokan-text__description {
    font-weight: bold;
}

.ryokan-text__tel {
    margin-bottom: 0;
    font-family: din-condensed, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: 0;
}

.ryokan-text__tel a {
    margin-left: 8px;
    font-size: 24px;
    text-decoration: none;
}

.ryokan-text__link {
    margin-bottom: 0;
    font-family: din-condensed, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.ryokan-text__link a {
    margin-left: 8px;
    font-size: 24px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .ryokan-text__link a {
        font-size: 16px;
    }
}

.ryokan-text__price__text {
    margin-bottom: 0;
    font-family: din-condensed, sans-serif;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .ryokan-text__price__text {
        justify-content: flex-end;
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .ryokan-text__item {
        width: 100%;
        margin-top: 4px;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .ryokan-text__price__amount {
        margin-left: 8px;
    }
}

.ryokan-text__margin {
    margin-left: 16px;
}

@media screen and (max-width: 767px) {
    .ryokan-text__margin {
        width: calc(100% - 100px);
        margin-left: 0;
        text-align: right;
        padding-right: 16px;
    }

    .ryokan-text__price__amount {
        width: 100px;
    }
}

.amount {
    margin-right: 4px;
    font-size: 24px;
}

@media screen and (min-width: 1299px) {
    .ryokan-text__box {
        width: 900px;
        margin-top: -100px;
        margin-bottom: 40px;
        padding: 60px 60px 30px;
        padding-top: 0;
    }

    .ryokan-text__box-head {
        margin-top: -20px;
        margin-bottom: 24px;
    }

    .ryokan-text__description {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
    .ryokan-text__box {
        max-width: 900px;
        margin-top: -270px;
        margin-bottom: 40px;
        padding: 60px 60px 30px;
        padding-top: 0;
    }

    .ryokan-text__box-head {
        margin-top: -20px;
        margin-bottom: 36px;
    }

    .ryokan-text__description {
        margin-bottom: .5em;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ryokan-text__box {
        max-width: 900px;
        margin-top: -270px;
        margin-bottom: 40px;
        padding: 60px 60px 30px;
        padding-top: 0;
    }

    .ryokan-text__box-head {
        margin-top: -20px;
        margin-bottom: 36px;
    }

    .ryokan-text__description {
        margin-bottom: .5em;
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 767px) {
    .ryokan-text__box {
        padding: 0 20px 32px;
    }

    .ryokan-text__box-head {
        margin-top: -16px;
        margin-bottom: 16px;
    }

    .ryokan-text__description {
        margin-bottom: 24px;
        font-size: 16px;
        font-weight: 400;
    }
}
