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

* {
    word-break: break-all;
}

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

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;
}

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

a:hover {
    text-decoration: none;
}



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

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

@media (max-width: 320px) {

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

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

.tab-buttons .under-line {
    width: calc(100% / 3);
    height: 3px;
    top: calc(var(--h-top) - 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;
    /*top: calc(2.8rem - 3px);*/
}

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

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

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

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

.tab-contents-tabs#head {
    height: calc(100vh - var(--m-top));
    padding-top: var(--h-top);
}

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

.cover_inc {
    width: 100vw;
    min-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
    /*height: calc(100vh - var(--m-top)); 親要素のスクロールにしないとechoが効かない */
}

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

/* ▲共通部品 */

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

.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-detail {
    padding: 0.8rem 0.3rem;
    border-top: solid 0.2rem #e6e6e6;
    border-bottom: solid 0.2rem #e6e6e6;
}

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

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

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

/*------------------------------------*\
	History Article
\*------------------------------------*/

.history-article {
    margin-left: 0.4rem;
    margin-bottom: 5px;
    text-align: left;
}

.history-article .article-img>a {
    display: block;
}

.history-article>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 0.4rem 5px 0.4rem;
}

/******* メディアクエリ での制御 スマホのタップではhoverが誤った動きになる *******/
/* :hoverが使える端末を想定 */
@media (hover: hover) {
    .history-article:hover>a:after {
        opacity: 0.3;
    }
}

/* :hoverが使えない端末を想定 */
@media (hover: none) {
    .history-article:active>a:after {
        opacity: 0.3;
    }
}

.history-article .article-img {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    filter: drop-shadow(1px 1px 1px #DDDDDD);
}

.history-article .article-img img {
    width: 10rem;
    height: 6.5rem;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    /* height: 100%;  */
}

.history-article .article-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
    background: linear-gradient(to top, #222 0%, transparent 100%);
    opacity: 0.5;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;*/
}

.history-article:hover .article-img:after {
    opacity: 1;
}

.history-article .article-body {
    position: absolute;
    margin-left: 9.2rem;
    margin-right: 0.4rem;
    top: 0;
    bottom: 0;
    /* left: 10%; */
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    background: #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 1px 1px #DDDDDD;
}

.history-article .article-date {
    /*text-transform: uppercase;*/
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #000000;
    overflow: hidden;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .history-article .article-date {
        font-size: 0.6rem;
    }
}

.history-article .article-area {
    /*text-transform: uppercase;*/
    margin-top: 0px;
    font-size: 0.75rem;
    color: #000000;
    /*padding-left: 0.3rem;*/
    padding-right: 0.3rem;
    white-space: nowrap;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .history-article .article-area {
        font-size: 0.5rem;
    }
}

.history-article .article-area36 {
    /*color: #3987C9;*/
    background: url('../images/ico_pref_blue.png');
    background-position: center;
    background-size: 0.7rem 0.7rem;
    background-repeat: no-repeat;
    padding-left: 1rem;
}

.history-article .article-area37 {
    /*color: #34BB78;*/
    background: url('../images/ico_pref_green.png');
    background-position: center;
    background-size: 0.7rem 0.7rem;
    background-repeat: no-repeat;
    padding-left: 1rem;
}

.history-article .article-area38 {
    /*color: #FF8824;*/
    background: url('../images/ico_pref_orange.png');
    background-position: center;
    background-size: 0.7rem 0.7rem;
    background-repeat: no-repeat;
    padding-left: 1rem;
}

.history-article .article-area39 {
    /*color: #EE5993;*/
    background: url('../images/ico_pref_pink.png');
    background-position: center;
    background-size: 0.7rem 0.7rem;
    background-repeat: no-repeat;
    padding-left: 1rem;
}

.history-article .article-title {
    height: 2.5rem;
    /*text-transform: uppercase;*/
    margin-top: 0px;
    text-align: left;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #000000;
    overflow: hidden;
}

.history-article .article-body .article-title>a {
    color: #FFF;
}

.history-article .article-body .article-title>a:hover {
    color: #DDD;
}

/*------------------------------------*\
	Point Article
\*------------------------------------*/

.point-article {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 5px;
    text-align: left;
}

.point-article .article-img>a {
    display: block;
}

.point-article>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 0.4rem 5px 0.4rem;
}

/******* メディアクエリ での制御 スマホのタップではhoverが誤った動きになる *******/
/* :hoverが使える端末を想定 */
@media (hover: hover) {
    .point-article:hover>a:after {
        opacity: 0.3;
    }
}

/* :hoverが使えない端末を想定 */
@media (hover: none) {
    .point-article:active>a:after {
        opacity: 0.3;
    }
}

.point-article .article-img {
    position: absolute;
    width: 64px;
    height: 64px;
    margin-top: 5px;
    margin-left: 5px;
    overflow: hidden;
    object-fit: cover;
    filter: drop-shadow(1px 1px 1px #DDDDDD);
}

.point-article .article-img img {
    width: 10rem;
    height: 6.5rem;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    /* height: 100%;  */
}

.point-article .article-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
    background: linear-gradient(to top, #222 0%, transparent 100%);
    opacity: 0.5;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;*/
}

.point-article:hover .article-img:after {
    opacity: 1;
}

.point-article .article-body {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 6.5rem;
    top: 0;
    bottom: 0;
    /* left: 10%; */
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 1px 1px #DDDDDD;
}

.article-detail {
    position: relative;
    width: 100%;
    height: 4.5rem;
    top: 0;
    bottom: 0;
    /* left: 10%; */
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    background: #FFFFFF;
}

.point-article .article-date {
    /*text-transform: uppercase;*/
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #000000;
    overflow: hidden;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .point-article .article-date {
        font-size: 0.8rem;
    }
}

.point-article .article-area {
    /*text-transform: uppercase;*/
    margin-top: 0px;
    font-size: 0.75rem;
    color: #000000;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    white-space: nowrap;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .point-article .article-area {
        font-size: 0.8rem;
    }
}

.point-article .article-title {
    /* height: 2.5rem; */
    /*text-transform: uppercase;*/
    margin-top: 7px;
    margin-left: 75px;
    text-align: left;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #000000;
    overflow: hidden;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .point-article .article-title {
        font-size: 0.8rem;
    }
}

.point-article .article-descript {
    /* height: 2.5rem; */
    /* position: absolute; */
    position: relative;
    top: 0;
    width: -webkit-fill-available;
    /*    text-transform: uppercase;*/
    margin-left: 75px;
    /* margin-top: 78px; */
    text-align: left;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    color: #000000;
    overflow: hidden;
}

.article-price {
    width: -webkit-fill-available;
    /*    text-transform: uppercase;*/
    text-align: left;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .point-article .article-descript {
        font-size: 0.8rem;
        margin-top: 70px;
    }
}

.point-article .article-body .article-title>a {
    color: #FFF;
}

.point-article .article-body .article-title>a:hover {
    color: #DDD;
}

.refund,
.edit {
    height: 50px;
    -webkit-appearance: none;
    border-radius: 0.5rem;
    border: solid 1px transparent;
    border-color: #007bff;
    color: #007bff;
    text-align: center;
    background: #FFFFFF;
    padding: 0 20px;
}

.edit_disabled {
    height: 50px;
    -webkit-appearance: none;
    border-radius: 0.5rem;
    border: solid 1px transparent;
    border-color: #aacbff;
    color: #aacbff;
    text-align: center;
    background: #FFFFFF;
    padding: 0 20px;
}