/* ▼共通部品 */
:root {
    --contents-num: 3;
    --ratio: calc(3 / 3);
    --h-top: 3.5rem;
    --m-top: calc(var(--h-top) + 2.8rem);
    --m-bottom: 7rem;
    --all: calc(var(--m-top) + var(--m-bottom));
}

.swal2-actions {
    margin-top: 0 !important;
}

* {
    word-break: break-all;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans HK', sans-serif;
    line-height: 1.4;
}

@media (max-width: 320px) {

    /* 横幅が320px以下の場合に適用するスタイル */
    body {
        font-size: 0.8rem;
    }
}

body .fixit {
    position: fixed;
    width: 100%;
}

p {
    margin: 0;
}

.base {
    padding: 0 0.5rem;
    /*margin-top: 0.4rem;*/
}

.col-12 {
    padding: 0;
    margin-top: 0;
}

.notice {
    color: #0000ff;
    font-weight: 500;
    line-height: 1.1;
}

.facility-img,
.about-img {
    width: 100vw;
    position: relative;
}

a:hover {
    text-decoration: none;
}

/* ------ ▼ spot.php ------ */
.headers {
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    display: table;
    color: #ffffff;
    height: var(--h-top);
}

.headers span,
.headers a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    filter: none;
}

.headers a:hover {
    /*filter: drop-shadow(0.3rem 0.4rem 0.3rem rgba(0, 0, 0, 0.6));*/
}

span.fa-stack.fa-sm {
    display: inline-block;
}

.headers a.heart {
    color: #CCCCCC;
    padding-left: 0.2rem;
}

.headers a.heart.favorite {
    color: #ff667d;
}

.headers a.heart .far.fa-heart {
    color: #ffd700;
}

.headers a.heart .fas.fa-circle {
    color: #ffffff;
}

.headers span.nm {
    font-size: 1.0rem;
    font-weight: 500;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.headers a.close-btn {
    display: table-cell;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    padding-right: 0.2rem;
}

.headers a.close-btn span:nth-child(1) {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 2.2rem;
}

.headers a.close-btn span:nth-child(2) {
    font-size: 0.5rem;
}

.footers {
    width: 100vw;
    bottom: 0;
    left: 0;
    height: var(--m-bottom);
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
    display: flex;
    border-top: 1.5px solid #808080;
    padding: 0.2rem 1rem;
    margin-bottom: calc(env(safe-area-inset-bottom));
}

.footers .use_point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #d3d3d3;
    width: 7rem;
    height: 4.4rem;
    border-radius: 0.5rem;
    margin-right: 0.2rem;
    align-items: center;
}

.footers .use_point span.round {
    display: block;
    height: 2.8rem;
    width: 2.8rem;
    font-size: 1.8rem;
    line-height: 2.65rem;
    border-radius: 50%;
    background-color: #007bff;
    text-align: center;
    font-family: 'GenevaBold', sans-serif;
    font-weight: 900;
    color: #ffffff;
    border: 0.15rem solid #ffffff;
    padding-right: 0.1rem;
}

.footers .use_point span.riyou {
    font-size: 0.6rem;
    color: #404040;
}

.footers .use {
    display: flex;
    justify-content: space-evenly;
    width: calc(100vw - 7rem);
    height: 4.4rem;
    border-radius: 0.5rem;
    background-color: #0000ff;
    color: #ffffff;
    align-items: center;
}

.footers .not_use {
    display: flex;
    justify-content: space-evenly;
    width: calc(100vw - 7rem);
    height: 4.4rem;
    border-radius: 0.5rem;
    background-color: #A8C5FF;
    color: #ffffff;
    align-items: center;
}

.btn_in_str {
    font-weight: 700;
    font-size: 12px !important;
    /*opacity: 0;*/
}

@media (max-width: 320px) {

    /* 横幅が320px以下の場合に適用するスタイル */
    .btn_in_str {
        font-size: 9px !important;
    }
}

.footers .use span:nth-child(2) {
    font-weight: 500;
}


/* ▼上部タブ */
.tab-buttons,
.tab-buttons_s {
    width: 100vw;
    background-color: #ffffff;
    position: fixed;
    top: var(--h-top);
    left: 0;
    z-index: 100;
    display: table;
}

.tab-buttons .content {
    width: calc(100vw / 3);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 2.8rem;
    font-size: 0.9rem;
}

.tab-buttons_s .content {
    width: calc(100vw / 2);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 2.8rem;
    font-size: 0.9rem;
}

.tab-buttons .content.active {
    color: #0000ff;
}

.tab-buttons_s .content.active {
    color: #0000ff;
}

.tab-buttons .under-line {
    width: calc(100% / 3);
    height: 3px;
    top: calc(2.8rem - 3px);
    display: block;
    position: absolute;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.tab-buttons_s .under-line {
    width: calc(100% / 2);
    height: 3px;
    top: calc(2.8rem - 3px);
    display: block;
    position: absolute;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.tab-buttons .under-line.first {
    left: 0;
    background: #0000ff;
}

.tab-buttons_s .under-line.first {
    left: 0;
    background: #0000ff;
}

.tab-buttons .under-line.second {
    left: calc(100% / 3);
    background: #0000ff;
}

.tab-buttons_s .under-line.second {
    left: calc(100% / 2);
    background: #0000ff;
}

.tab-buttons .under-line.third {
    left: calc(100% / 1.5);
    background: #0000ff;
}

.tab-contents#head {
    /* height: 100vh; */
    margin-top: var(--m-top);
    margin-bottom: var(--m-bottom);
}

.tab-contents_s#head {
    /* height: 100vh; */
    margin-top: var(--m-top);
    margin-bottom: var(--m-bottom);
}

.cover {
    width: 100vw;
    height: calc(100vh - var(--m-bottom));
    overflow-y: scroll;
    overflow-x: hidden;
    will-change: transform;
    padding-bottom: 8rem;
    -webkit-overflow-scrolling: touch;
}

/* ▲上部タブ */
/* ------ ▲ spot.php ------ */
.bdg {
    position: absolute;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.15rem;
    padding-left: 0.15rem;
    margin: -1rem;
    border-radius: 0.25rem;
    /*width: 4.5rem;*/
    height: 2rem;
    line-height: 2rem;
    top: 30px;
    left: 30px;
    color: #ffffff;
    padding: 0 10px;
}

.reserve_icon {
    position: absolute;
    text-align: center;
    padding-left: 0.15rem;
    margin: -1rem;
    border-radius: 0.25rem;
    width: 4.5rem;
    height: 2rem;
    line-height: 2rem;
    top: 70px;
    left: 30px;
    border-radius: 0 !important;
}

/* ▲共通部品 */

/* ▼TOP */
.top {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.star {
    font-size: 1.2rem;
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    /* グレーカラー 自由に設定可 */
    line-height: 1;
    margin-top: 0.2rem;
}

.star:before,
.star:after {
    content: '★★★★★';
}

.star:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.star[data-rate="5"]:after {
    width: 100%;
}

/* 星5 */
.star[data-rate="4.5"]:after {
    width: 90%;
}

/* 星4.5 */
.star[data-rate="4"]:after {
    width: 80%;
}

/* 星4 */
.star[data-rate="3.5"]:after {
    width: 70%;
}

/* 星3.5 */
.star[data-rate="3"]:after {
    width: 60%;
}

/* 星3 */
.star[data-rate="2.5"]:after {
    width: 50%;
}

/* 星2.5 */
.star[data-rate="2"]:after {
    width: 40%;
}

/* 星2 */
.star[data-rate="1.5"]:after {
    width: 30%;
}

/* 星1.5 */
.star[data-rate="1"]:after {
    width: 20%;
}

/* 星1 */
.star[data-rate="0.5"]:after {
    width: 10%;
}

/* 星0.5 */
.star[data-rate="0"]:after {
    width: 0%;
}

/* 星0 */

.point {
    font-family: 'GenevaBold', sans-serif;
    font-size: 1.1rem;
    margin-left: 0.4rem;
    color: #FE0000;
    font-weight: bold;
    letter-spacing: 0;
}

.time,
.closed {
    letter-spacing: 1px;
    display: table;
    width: 100%;
}

.time i,
.closed i {
    display: table-cell;
    width: 1.5rem;
    text-align: left;
}

.time span,
.closed span {
    display: table-cell;
    text-align: left;
}

/* ▲TOP */

/* ▼情報 */
table {
    width: 100%;
}

table.introduction tr>*,
table.info tr>* {
    padding: 0.5rem 0.8rem;
}

table.introduction {
    /*margin-top: 0.4rem;*/
}

table.introduction th,
table.introduction td {
    border-collapse: collapse;
    border-top: solid 2px #dcdcdc;
}

table.introduction th {
    vertical-align: top !important;
}

.menu-btn {
    margin: 0.8rem 0;
    height: 2.75rem;
}

table.info {
    border-top: solid 2px #808080;
    color: #696969;
}

table.info th {
    font-weight: inherit;
    width: 25%;
}

table.info tr:not(.no-border) {
    border-top: solid 1px #808080;
}

table.info tr td iframe.embed-responsive-item {
    border: 1px solid #808080;
}

/* ▼矢印 */
.arrow {
    float: right;
    top: 0.5rem;
    height: 0.5rem;
    width: 1.2rem;
    background-color: #ffffff;
    position: relative;
}

.arrow::after {
    float: right;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0.8rem;
    top: -0.45rem;
    border: 0.7rem solid transparent;
    border-left: 0.8rem solid #ffffff;
}

/* ▲矢印 */

.bookmark {
    color: #00b300;
}

.gray {
    background-color: #f5f5f5;
}

.blue {
    background-color: #0000ff;
    color: #ffffff;
}

/* ▲情報 */


/* ▼おすすめポイント */
.about-area:not(:last-of-type) {
    margin-bottom: 1rem;
}

.about-description {
    padding: 0 0.5rem;
}

.about-header {
    padding: 0.8rem 0.3rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.about-dater {
    padding: 0.1rem 0.3rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.about-detail {
    padding: 0.8rem 0.3rem;
    border-top: solid 0.2rem #e6e6e6;
    border-bottom: solid 0.2rem #e6e6e6;
}

.about-comment {
    padding: 0rem 0.3rem 0.8rem 0.3rem;
    border-bottom: solid 1px #CACACA;
}

table.callout th {
    font-weight: inherit;
    width: 25%;
}

table.callout td {
    padding: 0.5rem 0.8rem;
    width: 75%;
}

/* ▲おすすめポイント */


/* モーダル コンテンツエリア */
#modal-main,
#modal-main-decide {
    position: absolute;
    width: 90%;
    display: none;
    user-select: none;
    /* 選択を禁止する */
    margin: 0;
    padding: 0;
    color: #666666;
    background: #FFFFFF;
    z-index: 101;
}

/* モーダル 背景エリア */
#modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 100;
}

.dlg-title {
    background-color: #143CFF;
    color: #FFFFFF;
    padding: 5px 10px;
}

.dlg-body {
    padding: 0.7rem 0.5rem;
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 700;
}

.dlg-btns {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dlg_facility_nm {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
    font-weight: 700;
    font-size: 1.5rem;
    color: #0000FF;
    text-align: center;
    display: block;
}

.dlg-font-bold {
    font-family: 'GenevaBold', sans-serif;
    font-weight: 700;
    font-size: 3.0rem;
    color: #0000FF;
    text-align: center;
    vertical-align: middle;
    padding: 0 0.3rem 0 1.3rem;
}

.dlg-font {
    font-weight: 700;
    font-size: 1.5rem;
    color: #0000FF;
    text-align: center;
    vertical-align: bottom;
    padding-right: 0.5rem;
}

a.dlg-btn-circle,
a.dlg-btn-circle:link,
a.dlg-btn-circle:visited,
a.dlg-btn-circle_p,
a.dlg-btn-circle_p:link,
a.dlg-btn-circle_p:visited {
    display: inline-block;
}

.dlg-btn-circle:nth-child(1) {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    vertical-align: middle;
}

.dlg-btn-circle_p:nth-child(1) {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    vertical-align: middle;
}

.dlg-need-point {
    font-weight: 500;
    font-size: 1rem;
    background-color: #22A9ED;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

#dlg_facility_point {
    font-family: 'GenevaBold', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 0.3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.dlg-now-point {
    font-weight: 500;
    font-size: 1rem;
    color: #606060;
    text-align: center;
    vertical-align: middle;
}

#dlg_calc_point {
    font-family: 'GenevaBold', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #000000;
    text-align: center;
    padding-bottom: 0.3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.dlg-btn-submit,
.dlg-btn-cancel {
    width: 50%;
    font-weight: 500;
    font-size: 1rem;
    background-color: #FFFFFF;
    color: #0000FF;
    text-align: center;
    padding: 0.5rem;
    display: inline-table;
}

.dlgdc-btn-cancel {
    font-weight: 500;
    font-size: 1rem;
    background-color: #FFFFFF;
    color: #0000FF;
    text-align: center;
    padding: 0.7rem;
    display: inline-table;
    border: 1px solid;
    border-color: #0000FF;
    border-radius: 0.5rem;
    text-decoration: underline;
    text-decoration-color: #0000FF;
}

.dlgdc-btn-submit {
    font-weight: 500;
    font-size: 1rem;
    background-color: #0000FF;
    color: #FFFFFF;
    text-align: center;
    padding: 0.7rem;
    display: inline-table;
    border: 1px solid;
    border-color: #0000FF;
    border-radius: 0.5rem;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
}

.btnWhite {
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px transparent;
    border-color: #007bff;
}

.btnWhite>i {
    color: #007bff;
}

.btnWhite:hover {
    color: #007bff;
    background-color: #FFFFFF;
    opacity: 0.7;
}

.btnWhiteStr {
    color: #007bff;
    width: 100%;
    line-height: 2.0;
    padding: 20px;
}

.no_border {
    border-top: none !important;
}

.reserve_btn {
    /* font-size: 1.6rem; */
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    color: #fff;
    width: 15rem;
}

.btn_td {
    padding-top: 0 !important;
}