@charset "UTF-8";

body.find.shops.hotel-info .hotel-datas{
    background: var(--col4-95);
    padding-block: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


body.find.shops.hotel-info .hotel-datas > .status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    > * {
        width: 100%;
    }
    > div {
        display: flex;
        gap: 8px;
        padding: 4px 8px;
        background: var(--col4-85);
        border: 1px solid var(--colgray-70);
        width: 100%;
        font-size: 1.4rem;
        border-radius: 5px;

        @media (min-width: 600px) {
            width: calc((100% - 8px) / 2);
        }
        * {
            font-size: 1.4rem;
        }
    }

    > :is(.can, .pickup) {
        width: 100%;
        border-radius: 5px;
        font-weight: bold;
        padding: 8px 16px;
        color: #fff;
        * {
            font-size: 1.6rem;
        }
    }
    > .can {
        background: var(--col1-50);
    }
    > .pickup {
        background: var(--col5-50);
    }
}

body.find.shops.hotel-info .hotel-datas > .btns {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    > * {
        padding: 8px 16px;
        width: calc((100% - 16px) / 3);
        flex-grow: 1;
        font-weight: bold;
        color: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        font-size: 1.6rem;
        min-height: 50px;
    }
    * {
        font-size: 1.6rem;
    }
    *[class*=material-symbols] {
        font-size: 1.8rem;
    }
    button.detail {
        background: var(--col7-60);
    }
    button.review {
        background: var(--colgray-30);
    }
    button.review-write {
        background: var(--col3-30);
    }
    button.bookmark {
        background: var(--col6-40);
    }
    button.bookmark-to::after {
        background: var(--col6-90);
        color: #000;
        content: "保存済み";
        font-size: 1.2rem;
        padding: 4px 16px;
        line-height: 1;
        border-radius: 5px;
        font-weight: normal;
    }
    button.bookmark .wrap {
        display: flex;
        gap: 8px;
        align-items: center;
    }
}

body.find.shops.hotel-info > main > .modal {
    padding-inline: 0;
    .inner .reviews li {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}

body.find.shops.hotel-info :is(.modal.fix.hotel-post, .modal.fix.hotel-detail, .modal.fix.hotel-review) {
    justify-content: center;
    align-items: center;
    > .inner {
        max-height: 550px;
        min-height: 400px;
        height: 70dvh;
        border-radius: 10px;
        padding-block: 0 16px;
        border: none;
    }
    > .inner > .title {
        margin: 0;
        padding: 8px;
        background: var(--col1-50);
        color: #fff;
    }
}

body.find.shops.hotel-info .modal.fix.hotel-detail {
    * {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    > .inner {
        gap: 8px;
    }
    > .inner :is(h2, dl div, div) {
        padding-inline: 8px;
    }
    > .inner dl {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 8px;
    }
    > .inner dl div {
        border-bottom: 1px dotted var(--colgray-50);
    }
    > .inner dl dt {
        font-weight: bold;
    }
}

body.find.shops.hotel-info .modal.fix.hotel-post {
    > .inner form {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    > .inner form > * {
        display: flex;
        flex-wrap: wrap;
        padding-inline: 8px;
        border-bottom: 1px dotted var(--colgray-70);
    }
    > .inner form > *.selector {
        justify-content: space-between;
        align-items: center;
        padding: 4px 8px;
        > select {
            width: 40%;
            border: 1px solid var(--colgray-60);
            padding-block: 8px;
            border-radius: 5px;
        }
    }
    > .inner form >  .subject {
        font-size: 1.4rem;
    }

    > .inner form >  button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        max-width: 150px;
        height: 50px;
        padding: 8px 24px;
        border: none;
        background: var(--colgray-30);
        color: #fff;
        text-align: center;
        margin-inline: auto;
        border-radius: 5px;
    }
}


body.find.shops.hotel-info .modal.fix.hotel-review {
	.detail {
        display: flex;
        flex-direction: column;
        gap: 4px;
		width: 100%;
		padding: 4px 8px 4px 16px;
		border-bottom: var(--col1-50) dotted 1px;
	}
    .detail > * {
        width: 100%;
    }
    .detail .datetime {
        display: flex;
        gap: 4px;
        align-items: center;
    }
    .detail .datetime *[class*=material-symbols] {
        font-size: 1.8rem;
    }
}
