.spot_topimg {
    height: 200px;
    background: url("../images/ja/spotlist/spot_topimg.jpg") center center / cover no-repeat;
}
@media screen and (max-width: 1179px) {
    .spot_topimg {
        height: 165px;
    }
}
.spot_topimg_en {
    height: 200px;
    background: url("../images/en/spotlist/spot_topimg.jpg") center center / cover no-repeat;
}
@media screen and (max-width: 1179px) {
    .spot_topimg {
        height: 165px;
    }
}

.lead_txt {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
    margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
    .lead_txt {
        text-align: justify;
        font-size: 14px;
        margin: 0 20px 30px 20px;
    }
}
.lead_txt2 {
    line-height: 1.6;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
    margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
    .lead_txt2 {
        font-size: 13px;
        margin: 0 20px 30px 20px;
    }
}

.contentsDiv {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.formBackground {
    background: #e9e5db;
    padding: 2px 0;
    margin-bottom: 50px;
}
.formTitle {
    font-size: 18.5px;
    font-weight: bold;
    color: #665600;
    text-align: center;
}

.infoCardContainer {
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    .infoCardContainer {
        margin-bottom: 30px;
    }
}
.infoCardBox.swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.infoCard {
    flex: auto;
    flex-shrink: 0;
}
.infoCardAnchor {
    text-decoration: none;
}
.infoCardAnchor:hover {
    filter: opacity(0.7);
    text-decoration: underline;
    text-decoration-color: #333;
}
.infoBox .tSecTitle {
    color: #d00;
}
.incaImgBox {
    position: relative;
    overflow: hidden;
}
.incaImgBox:before {
    content:"";
    display: block;
    padding-top: 100%;
    background: #a4a4a4;
}
.incaImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.incaTxtbox {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.2em;
    height: 30px;
    text-align: justify;
}
@media screen and (max-width: 720px) {
    .incaTxtbox {
        height: 35px;
    }
}
@media screen and (max-width: 320px) {
    .incaTxtbox {
        height: 40px;
    }
}
.incaTxt {
    overflow: hidden;
    text-overflow: ellipsis;
}
/* @media screen and (max-width: 720px) {
    .incaTxt {
        white-space: nowrap;
    }
}
@media screen and (max-width: 320px) {
    .incaTxt {
        white-space: nowrap;
    }
} */

.formDiv {
    max-width: 1134px;
    text-align: center;
    padding: 0 50px;
}
/* .formDiv:last-of-type {
    margin-bottom: 50px;
} */
@media screen and (max-width: 900px) {
    .formDiv {
        max-width: 728px;
        padding: 0 10px;
    }
}
.selectDiv {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
@media screen and (max-width: 1180px) {
    .selectDiv {
        display: block;
    }
}
.select_area {
    /* styling */
    width: 500px;
    margin: 0 auto;
    background-color: white;
    border: thin solid #067f7f;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    cursor: pointer;
    /* reset */ 
    box-sizing: border-box;
    appearance: none;
}
@media screen and (max-width: 1180px) {
    .select_area {
        width: 400px;
    }
}
@media screen and (max-width: 767px) {
    .select_area {
        max-width: 87.5%;
    }
}
/* arrows */
.select_area {
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}
.select_area:focus {
    background-image:
    linear-gradient(45deg, #067f7f 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #067f7f 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: #067f7f;
    outline: 0;
}
.select_area:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.stationsList {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .stationsList {
        width: 400px;
        max-width: 87.5%;
    }
}
.stationsItem {
    padding: 0 10px;
    display: flex;
    width: 25%;
    height: 90px;
    margin-bottom: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
/* .spotsItem:nth-child(2n+1):last-child {
    width: 100%;
} */
@media screen and (max-width: 767px) {
    .stationsItem {
        padding: 0;
        width: 100%;
        height: 50px;
    }
}
.stationsItem input {
    filter: opacity(0);
    appearance: none;
    position: absolute;
}
.stationContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    border: thin solid #067f7f;
    border-left: 15px solid #067f7f;
    border-radius: 4px;
    padding: 0.5em 1em 0.5em 1em;
    font: inherit;
    color: #333;
    font-size: 16px;
    text-decoration-line: none;
}
@media screen and (max-width: 767px) {
    .stationContent {
        flex-direction: column;
    }
}
.stationContent:hover,
.stationContent:active {
    background-color: #eee;
    /* filter: opacity(0.7); */
}
.stationContent.red {
    background-color: #ffadad;
}
.stationContent.blue {
    background-color: #add6ff;
}
.stationContent.yellow {
    background-color: #ffffad;
}
.stationContent.green {
    background-color: #067F7F;
}
.stationContent.gray {
    background-color: #eee;
}

.spotlistSec {
    padding-top: 30px;
}

.spotlistDiv {
    max-width: 1525px;
    padding: 0 50px;
}
@media screen and (max-width: 767px) {
    .spotlistDiv {
        max-width: 728px;
        padding: 0px;
    }
}

.spotSecTitle {
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 0.75em;
    border-bottom: 1px solid #188B8C;
    color: #007f80;
}
@media screen and (max-width: 767px) {
    .spotSecTitle {
        font-size: 1.25rem;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }
}
.accessArea {
    margin-bottom: 4em;
}
.spotsList {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .spotsList {
        margin: 0;
    }
}
.spotsItem {
    list-style: none;
    padding: 0 10px;
    display: flex;
    width: 50%;
    margin-bottom: 15px;
    box-sizing: border-box;
}
/* .spotsItem:nth-child(2n+1):last-child {
    width: 100%;
} */
@media screen and (max-width: 1180px) {
    .spotsItem {
        width: 100%;
    }
}
.spotContent {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #FFF;
    color: #333;
    text-decoration-line: none;
    /* border: 1px solid #ada99c;
    border: 1px solid #bab2b2; */
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 767px) {
    .spotContent {
        flex-direction: column;
    }
}
.spoti__imgbox {
    display: flex;
    align-items: center;
}
.spoti__img {
    display: block;
    width: 227px;
    height: 140px;
    margin: 10px 11px 10px 10px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .spoti__img {
        max-width: 100%;
        width: 100%;
        height: 140px;
        margin: 10px 10px 0 10px;
        object-fit: cover;
    }
}
.spoti__infoBox {
    flex: 1 1 auto;
    position: relative;
    padding: 10px 20px 10px 0;
}

@media screen and (max-width: 767px) {
    .spoti__infoBox {
        padding: 1px 10px 10px 10px;
    }
}
.spoti__shopName {
    display: block;
    color: #007f80;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
    .spoti__shopName {
        font-size: 14px;
        margin: 5px 0 5px 0;
    }
}
.spotLeedText {
    max-width: 700px;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .spotLeedText {
        font-size: 12px;
    }
}

.affiliatedDiv {
    width: 886px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .affiliatedDiv {
        width: 100%;
        padding: 0 10px;
    }
}

.breadcrumbsBg-beige {
    background-color: #FFF7DC;
    margin: -1.75px 0;
    color: #333333;
    font-size: 0.71rem;
}
@media screen and (max-width: 767px) {
    .breadcrumbsBg-beige {
        margin: -1.75px -2.5px;
    }
    .breadcrumbsBg-beige .spotWrap {
        padding: 10px 10px 10px 10px;
    }
}
.breadcrumbsBg-beige a:hover {
    text-decoration: none;
}
.breadcrumbsBg-beige a:visited {
    color: #000;
}

.topimgWrap {
    margin-bottom: 20px;
    padding: 15px 0;
    background: #000000;
    /* box-shadow: 0 2.75px 3px -3px #555555; */
}
.topimg {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 728px;
    max-height: 382px;
    overflow: hidden;
}

.spotNameTitle {
    font-size: 24px;
    margin: -4px 0 7px 0;
    color: #420F12;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .spotNameTitle {
        font-size: 20px;
        margin: 0 20px 8px;
        text-align: left;
        line-height: 1;
    }
}

.mainBg-beige  {
    background-color: #FFF7DC;
    padding-bottom: 30px;
} 
.spotSec--top {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .spotSec--top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.spotSec {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .spotSec {
        padding-bottom: 20px;
    }
}
.spotWrap {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 100px 10px 100px;
}
@media screen and (max-width: 1079px) {
    .spotWrap {
        padding: 10px 50px 10px 50px;
    }
}
@media screen and (max-width: 767px) {
    .spotWrap {
        padding: 10px 10px 10px 10px;
    }
}
.spotDiv {
    padding: 10px 100px 10px 100px;
}
@media screen and (max-width: 1079px) {
    .spotDiv {
        padding: 10px 50px 10px 50px;
    }
}
@media screen and (max-width: 767px) {
    .spotDiv {
        padding: 10px 20px 10px 20px;
    }
}

.tSecTitle3 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: bold;
    color: #007f80;
}
.spotText {
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
    /* margin-bottom: 30px; */
}
@media screen and (max-width: 767px) {
    .spotText {
        font-size: 0.85rem;
        line-height: 1.6;
    }
}

.spotMenu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.spotMenu__item1 {
    list-style: none;
    background: #E4E4E4;
    color: #43080e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    padding: 21px 10px;
    cursor: pointer;
    box-shadow: -2.75px -2.75px 3px -3px #555555 inset;
}
@media screen and (max-width: 767px) {
    .spotMenu__item1 {
        font-size: 16px;
        padding: 15px 10px;
    }
}
.spotMenu__item2 {
    list-style: none;
    background: #E4E4E4;
    color: #43080e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    padding: 21px 10px;
    cursor: pointer;
    box-shadow: 0 -2.75px 3px -3px #555555 inset;
    /* box-shadow: 2.75px -2.75px 3px -3px #555555 inset; */
}
@media screen and (max-width: 767px) {
    .spotMenu__item2 {
        font-size: 16px;
        padding: 15px 10px;
    }
}
.spotMenu__item3 {
    list-style: none;
    background: #E4E4E4;
    color: #43080e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    padding: 21px 10px;
    cursor: pointer;
    box-shadow: 2.75px -2.75px 3px -3px #555555 inset;
}
@media screen and (max-width: 767px) {
    .spotMenu__item3 {
        font-size: 16px;
        padding: 15px 10px;
    }
}
.spotMenu__item1.tab--active,
.spotMenu__item2.tab--active,
.spotMenu__item3.tab--active {
    background: #FFFFFF;
    color: #420F12;
    box-shadow: none;
}
.spotMenu__item1.tab--active {
    box-shadow: -5px 0 3px -5px #555555 inset;
}
.spotMenu__item3.tab--active { 
    box-shadow: 5px 0 3px -5px #555555 inset;
}

.spotBox {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    /* box-shadow: 2.75px 2.75px 3px -3px #555555; */
}

.featuresList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 25px 0 0 0;
    row-gap: 10px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .featuresList {
        row-gap: 2px;
    }
}
.featuresBox {
    width: 33%;
    padding: 0;
    list-style: none;
    display: flex;
}
@media screen and (max-width: 767px) {
    .featuresBox {
        width: 50%;
    }
}
.featuresImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.featuresTxtBox {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.featuresImg--icon {
    width: 50px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .featuresImg--icon {
        width: 40px;
    }
}
.fLeadText {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #007F80;
    text-align: left;
    padding-left: 1em;
}
@media screen and (max-width: 767px) {
    .fLeadText {
        font-size: 12px;
    }
}

.spotTb {
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .spotTb {
        font-size: 12px;
    }
}
.spotTb th {
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    width: 25%;
    padding: 5px;
}
.spotTb tr {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.spotTb td {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .spotTb td {
        line-height: 1.2;
    }
}

.facilityWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.facilityDiv {
    width: 45%;
}
@media screen and (max-width: 767px) {
    .facilityDiv {
        width: 100%;
    }
}
.facilityTitle {
    position: relative;
    z-index: 0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.facilityTitle::after {
    position: absolute;
    top: 26px;
    left: 0px;
    right: 0px;
    z-index: -1;
    content: "　";
    height: 1px;
    margin: 0px auto;
    background: #CCCCCC;
}
.facilityCaption {
    position: relative;
    z-index: 0;
    margin-right: auto;
    margin-left: auto;
    color: #333333;
    font-size: 14px;
}

.map_link {
    color: #333333;
    text-decoration-line: underline;
}
.map_link:hover {
    color: #333333;
    text-decoration-line: None;
}

.spotCardBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .spotCardBox {
        flex-direction: column;
    }
}
.spotCard { 
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 1%;
    margin: 0 0 20px;
    flex: 0 0 50%;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    transition-property: transform;
}
.spotImgBox {
    position: relative;
    overflow: hidden;
}
.spotImgBox:before {
    content:"";
    display: block;
    padding-top: 50%;
    background: #a4a4a4;
}
@media screen and (max-width: 767px) {
    .spotImgBox {
        width: auto;
    }
}
.spotImg{
    max-width: 100%;
    width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.spotTxtbox {
    flex: 0 1 auto;
    color: #333;
    font-size: 0.85rem;
    line-height: 1.2em;
    text-align: justify;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .spotTxtbox {
        padding: 10px 5px;
    }
}

.spotFlow {
    flex-wrap: wrap;
    gap: 74px;
}
@media screen and (max-width: 767px) {
    .spotFlow {
        gap: 0;
    }
}
.spotFlow .csImgBox img {
    border: 2px solid #007f80;
    border-radius: 1.42rem;
}

.cafe_green {
    color: #067f7f;
}

.img-hover:hover {
    filter: opacity(0.7);
}

.mb15 {
    margin-bottom: 15px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}