@charset "UTF-8";


.body .tmp_contents{
    
}
.tmp_btnList02LinkText{
    text-align: center;
}
.green_headingLead{
    margin-top: 25px;
    font-size: clamp(1.6rem, 1.509rem + 0.242vw, 1.8rem);
    text-align: center;
}
/*@media only screen and (max-width: 750px) {
    .green_headingLead{
        font-size: min(1.6rem, 4.266666666666667vw);
    }
}*/
@media only screen and (min-width: 751px) {
    body .tmp_heading01 {
        font-size: min(4.5vw, 5.4rem);
    }
}

#contents .green_pageLink{
    position: relative;
    margin-top: 20px;
}
@media only screen and (min-width: 751px) {
    html[lang=id] #contents .green_pageLink,
    html[lang=fr] #contents .green_pageLink,
    html[lang=de] #contents .green_pageLink,
    html[lang=es] #contents .green_pageLink{
        margin-top: 80px;
    }
}

#contents .green_pageLink .green_pageLinkContents{
    position: absolute;
    top: -11%;
    left: 0;
    right: 0;
    margin: auto;
}
.green_subttl {
    /*font-size: min(3.4rem, 9.066666666666666vw);*/
    font-size: clamp(2.5rem, 1.38rem + 1.66vw, 3.4rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: min(3.3333333333333335vw, 40px);
}
.green_subttl > span {
    display: inline-block;
    border-bottom: 2px solid #222222;
    padding-bottom: 0.1em;
}
@media only screen and (max-width: 750px) {
    .green_subttl {
        font-size: min(2.5rem, 6.666666666666667vw);
        margin-bottom: min(8vw, 30px);
    }
    .green_subttl > span {
        padding-bottom: 0;
    }
}

/* 設備紹介
-------------------------*/
#contents .green_about {
    margin-top: -13vw;
}
#contents .green_about .tmp_contents {
    padding-top: 80px;
}
@media only screen and (max-width: 750px) {
    #contents .green_about .tmp_contents {
        padding-top: min(50px, 18vw);
    }
}
@media only screen and (max-width: 750px) {
    #contents .tmp_bg_circle_top span {
        height: min(360px, 60vw);
        margin-left: -15vw;
        margin-right: -15vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
#contents .green_about .tmp_heading02Outer{
       margin-bottom: min(70px, 5.833333333333333vw);
}
@media only screen and (max-width: 750px) {
    #contents .green_about .tmp_heading02Outer{
        line-height: 1.5172;
        margin-bottom: min(44px, 11.733333333333333%);
    }
}
#contents .green_aboutExplanation{
    font-size: clamp(1.4rem, 1.2635rem + 0.364vw, 1.7rem);
    /*font-size: clamp(1.4rem, 12.912rem + 0.34vw, 1.7rem);*/
    /*font-size: min(1.7rem, 1.4166666666666665vw);*/
}
/*@media only screen and (max-width: 750px) {
    #contents .green_aboutExplanation{
        font-size: min(1.4rem, 3.733333333333334vw);
    }
}*/
#contents .green_aboutExplanation + .red{
    color: #b01010;
    font-size: clamp(1.4rem, 1.2635rem + 0.364vw, 1.7rem);
}
/*@media only screen and (max-width: 750px) {
    #contents .green_aboutExplanation + .red{
        font-size: min(1.3rem, 3.4666666666666663vw);
    }
}*/
#contents .green_about .green_aboutExplanation{
    margin-bottom: 22px;
}
#contents .green_about .green_aboutFacilitiesTypeOuter{
    margin-top: 30px;
}
#contents .green_about .green_aboutFacilitiesTypeList {
    display: flex;
    flex-wrap: wrap;
    gap: min(50px, 3vw);
}
@media only screen and (max-width: 750px) {
    #contents .green_about .green_aboutFacilitiesTypeList {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: min(30px, 8vw);
    }
}

#contents .green_about .green_aboutFacilitiesTypeListItem {
    background-color: #fff;
    border-radius: 50px;
    padding: calc(60 / 1200 * 100%) ;
    width: 100%;
}
@media print, screen and (min-width: 751px) {
    #contents .green_about .green_aboutFacilitiesTypeListItem {
        width: calc((100% - min(50px, 3vw)) / 2);
    }
}
@media only screen and (max-width: 750px) {
    #contents .green_about .green_aboutFacilitiesTypeListItem {
        border-radius: 30px;
        padding: 10% 5.797% 6.6666%;
    }
}

#contents .green_about .green_aboutFacilitiesTypeListImage {
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
    #contents .green_about .green_aboutFacilitiesTypeListImage {
        margin-bottom: 10px;
    }
}

#contents .green_about .green_aboutFacilitiesTypeListItemTtl {
    font-size: clamp(1.8rem, 1.618rem + 0.485vw, 2.2rem);
    margin-bottom: 15px;
    font-weight: bold;
    /*font-size: min(2.2rem, 1.8333333vw);*/
}
@media only screen and (max-width: 750px) {
    #contents .green_about .green_aboutFacilitiesTypeListItemTtl {
        margin-bottom: 3px;
        /*font-size: min(1.8rem, 4.8vw);*/
    }
}
#contents .green_about .green_aboutFacilitiesTypeListItemTxt {
    letter-spacing: -0.01em;
    font-size: clamp(1.4rem, 1.2635rem + 0.364vw, 1.7rem);
    /*font-size: min(1.7rem, 1.4166666666666665vw);*/
    
}
/*@media only screen and (max-width: 750px) {
    #contents .green_about .green_aboutFacilitiesTypeListItemTxt {
        font-size: min(1.4rem, 3.733333333333334vw);
    }
}*/


/* サービスエリア
-------------------------*/
#contents .green_aboutServiceBlock {
    margin-top: 120px;
}
@media only screen and (max-width: 750px) {
    #contents .green_aboutServiceBlock {
        margin-top: 14.6666%;
    }
}
#contents .green_aboutServiceBlock .green_subttl{
    margin-bottom: min(50px, 4.166666666666666vw);
}
#contents .green_aboutServiceBlock .green_aboutExplanation{
    margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
    #contents .green_aboutServiceBlock .green_aboutExplanation{
        margin-bottom: 25px;
    }
}
#contents .green_aboutServiceContents {
    background: #fff;
    border-radius: 50px;
    padding: 5% 10.16666% 3.58333% 11%;
}
@media only screen and (max-width: 750px) {
    #contents .green_aboutServiceContents {
        border-radius: 30px;
        padding: 6.4% 3.73333% 8% ;
    }
}


/* 利用料金
-------------------------*/
#contents .green_usageFeeHeadingUnderText{
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 1.218rem + 0.485vw, 1.8rem);
}
@media only screen and (max-width: 750px) {
    #contents .green_usageFee .tmp_heading02Outer{
        margin-bottom: 25px;
    }
    #contents .green_usageFeeHeadingUnderText{
        text-align: left;
        margin-bottom: 25px;
        /*font-size: min(1.4rem, 3.733333333333334vw);*/
    }   
}
#contents .green_usageFeeTableOuter{
    max-width: 904px;
    margin: auto;
}
.green_priceTable{
    width: 100%;
    border: 2px solid #c8c8c8;
    background-color: #fff;
    font-weight: bold;
    border-collapse: separate;
    margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
    .green_priceTable{
        margin-bottom: 18px;
    }
}
.green_priceTable th,
.green_priceTable td {
    vertical-align: middle;
}
thead .green_priceTable-th {
    height: 100px;
    padding: 0.8em;
    font-size: clamp(1.4rem, 1.127rem + 0.727vw, 2rem);
    background-color: #D8EECC;
    border-bottom: 2px solid #efefef;
    width: calc(100% / 3);
}
@media only screen and (max-width: 750px) {
    thead .green_priceTable-th {
        height: auto;
        padding: 1.1em 0.4em;
    }
}
tbody .green_priceTable-th {
    height: 110px;
    padding: 0.8em;
    background-color: #FAFAFA;
    font-size: clamp(1.4rem, 1.218rem + 0.485vw, 1.8rem);
    /*font-size: min(1.8rem, 1.5vw);*/
    
}
@media only screen and (max-width: 750px) {
    tbody .green_priceTable-th {
        height: auto;
        padding: 1.8em 1.4em;
        /*font-size: min(1.4rem, 3.733333333333334vw);*/
    }
}
tbody .green_priceTable-td {
    padding: 0.8em;
    /*font-size: min(2.6rem, 2.166666666666667vw);*/
    font-size: clamp(1.4rem, 0.854rem + 1.455vw, 2.6rem);
    text-align: center;
}
/*@media only screen and (max-width: 750px) {
    tbody .green_priceTable-td {
        font-size: min(1.4rem, 3.733333333333334vw);
    }
}*/
thead .green_priceTable-th:not(:first-child),
tbody .green_priceTable-td:not(:first-child) {
    border-left: 2px solid #efefef;
}
tbody tr:not(:first-child) .green_priceTable-th,
tbody tr:not(:first-child) .green_priceTable-td{
    border-top: 2px solid #efefef;
}
#contents .green_asterisList{
    font-size: clamp(1.3rem, 1.118rem + 0.485vw, 1.7rem);
    /*font-size: min(1.7rem, 1.4166666666666665vw);*/
}
/*@media only screen and (max-width: 750px) {
    #contents .green_asterisList{
        font-size: min(1.3rem, 3.4666666666666663vw);
    }
}*/
#contents .green_asterisList li{
    position: relative;
    padding-left: .5em;
}
#contents .green_asterisList li::before{
    position: absolute;
    content: "*";
    left: 0;
}
#contents .green_asterisList li.red{
    color: #b01010;
}
#contents .green_asterisList li + li{
    padding-top: 12px;
}


/* 購入方法
-------------------------*/
#contents .green_purchase .tmp_contents{
    padding-bottom: 68px; 
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .tmp_contents{
        padding-bottom: 58px; 
    }
}
#contents .green_purchase .icCardOuter{
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardOuter{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 75px;
    }
}
#contents .green_purchase .icCardContenst{
    font-size: clamp(1.4rem, 1.218rem + 0.485vw, 1.8rem);
    /*font-size: min(1.8rem, 1.5vw);*/
}
/*@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardContenst{
        font-size: min(1.4rem, 3.733333333333334vw);
    }
}*/
#contents .green_purchase .icCardContenst .icCardTitle{
    font-size: clamp(1.8rem, 1.618rem + 0.485vw, 2.2rem);
    font-weight: bold;
    position: relative;
    padding-left: 50px;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardContenst .icCardTitle{
        /*font-size: min(1.8rem, 4.8vw);*/
        padding-left: 40px;
    }
}
#contents .green_purchase .icCardContenst .icCardTitle::before{
    position: absolute;
    content: "";
    background: url("/multi/green/img/icon_iccard.svg") no-repeat center / contain;
    width: 34px;
    height: 27px;
    left: 0;
    transform: translateY(0.02em);
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardContenst .icCardTitle::before{
        width: 32px;
        height: 25px;
        transform: translateY(-0.08em);
    }
}
#contents .green_purchase .icCardContenst > p + .icCardTitle{
    margin-top: 36px;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardContenst > p + .icCardTitle{
        margin-top: 40px;
    }
}
#contents .green_purchase .icCardContenst .dotList{
    /*font-size: min(1.9rem, 1.5833333333333335vw);*/
    font-size: clamp(1.6rem, 1.4635rem + 0.364vw, 1.9rem);
    font-weight: normal;
    margin-top: 10px;
    padding-left: 23px;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardContenst .dotList{
        /*font-size: min(1.6rem, 4.266666666666667vw);*/
        margin-top: 10px;
        padding-left: 16px;
    }
}
#contents .green_purchase .icCardContenst .dotList li{
    position: relative;
    padding-left: 26px;
}
#contents .green_purchase .icCardContenst .dotList li + li{
    margin-top: 5px;
}
#contents .green_purchase .icCardContenst .dotList li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #222222;
    left: 6px;
    border-radius: 50px;
    top: 0.5em;
}

#contents .green_purchase .icCardImage{
    background: #fff;
    border-radius: 50px;
    padding: 2.3333% 4.16666% 2.6666% 5%;
    flex-shrink: 0;
    max-width: 400px;
    margin: auto;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .icCardImage{
        border-radius: 30px;
        padding: 10.6666% 17.6% 10.6666% 12.53333%;
        width: 100%;
    }
}


#contents .green_purchase .green_purchaseMethodHeadingUnderText{
    font-weight: bold;
    font-size: clamp(1.6rem, 1.418rem + 0.485vw, 2rem);
    text-align: center;
    /*font-size: min(2rem, 1.6666666666666667vw);*/
}
/*@media only screen and (max-width: 750px) {
    #contents .green_purchase .green_purchaseMethodHeadingUnderText{
        font-size: min(1.6rem, 4.266666666666667vw);
    }
}*/
#contents .green_purchase .green_purchaseMethodHeadingUnderText + * {
    margin-top: 60px;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .green_purchaseMethodHeadingUnderText + * {
        margin-top: 20px;
    }
}
#contents .green_purchase .purchaseTypePageLinkList {
    display: flex;
    justify-content: space-between;
    gap: min(40px, 3.3333333333333335vw);
    padding: 0 4.1666666%;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .purchaseTypePageLinkList {
        /*width: 43.73333%;*/
        flex-wrap: wrap;
        gap: min(17px, 4.533333333333333vw);
        padding: 0;
        /*padding: 0 4.1666666%;*/
    }
}
#contents .green_purchase .purchaseMethodTypePageLinkListItem {
    width: 100%;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .purchaseMethodTypePageLinkListItem {
        /*width: min(164px, 43.733333333333334vw);*/
        width: 47.5362%;
    }
}
#contents .green_purchase .purchaseMethodTypePageLinkListItemLink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0px 0px 29px 10px rgba(0, 0, 0, 0.09);
    padding: 12.7647% 10.91% min(40px, 11.7647%);
    transition: 0.5s;
    position: relative;
}
#contents .green_purchase .purchaseMethodTypePageLinkListItemLink:hover {
    background-color: #f3faee;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .purchaseMethodTypePageLinkListItemLink {
        padding: 7.7844% 10.91% min(40px, 17.964%);
        min-height: 84px;
    }
}
#contents .green_purchase .purchaseMethodTypePageLinkListItemLink::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-bottom: 2px #009100 solid;
    border-right: 2px #009100 solid;
    transform: rotate(45deg);
}
@media only screen and (max-width: 750px) {
    #contents .green_purchase .purchaseMethodTypePageLinkListItemLink::after {
        bottom: 14px;
    }
}
#contents .green_purchase .purchaseMethodTypePageLinkListItemLinkTitle {
    font-size: clamp(1.4rem, 1.218rem + 0.485vw, 1.8rem);
    font-weight: bold;
    text-align: center;
}
/*@media only screen and (max-width: 750px) {
    #contents .green_purchase .purchaseMethodTypePageLinkListItemLinkTitle {
        font-size: min(1.4rem, 3.733333333333334vw);
    }
}
*/
/*　アコーディオン　*/
#contents .green_purchaseMethod .purchaseMethodListItem {
    border-bottom: 4px solid #f3f8f0;
}
#contents .green_purchaseMethod .purchaseMethodListDetailsSummary{
    display: flex;
    align-items: center;
    min-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 76px;
    cursor: pointer;
    position: relative;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchaseMethod .purchaseMethodListDetailsSummary{
        min-height: min(120px, 18vw);
    }
}
#contents .green_purchaseMethod .purchaseMethodListDetailsSummaryIcon{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 24px;
    margin: auto;
    background-color: #0a8c0d;
    border-radius: 50%;
    z-index: 1;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchaseMethod .purchaseMethodListDetailsSummaryIcon{
        width: min(50px, 11vw);
        height: min(50px, 11vw);
        right: 16px;
    }
}
#contents .green_purchaseMethod .purchaseMethodListDetailsSummaryIcon::before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    z-index: 2;
    transition: 0.5s;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchaseMethod .purchaseMethodListDetailsSummaryIcon::before {
        width: min(25px, 5vw);
    }
}
.purchaseMethodListDetails.is-open .purchaseMethodListDetailsSummaryIcon::before {
    opacity: 0;
}
#contents .green_purchaseMethod .purchaseMethodListDetailsSummaryIcon::after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    opacity: 1;
    transition-duration: 0.1s;
    z-index: 3;
    transition: 0.5s;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchaseMethod .purchaseMethodListDetailsSummaryIcon::after {
        height: min(25px, 5vw);
    }
}
.purchaseMethodListDetails.is-open .purchaseMethodListDetailsSummaryIcon::after {
    transform: rotate(90deg);
}
.purchaseMethodListDetailsSummaryInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.purchaseMethodListDetailsSummaryTitle {
    /*font-size: min(2.8rem, 2.3333333333333335vw);*/
    font-size: clamp(2.0rem, 1.636rem + 0.97vw, 2.8rem);
    font-weight: bold;
}
/*@media only screen and (max-width: 750px) {
    .purchaseMethodListDetailsSummaryTitle {
        font-size: min(2rem, 5.333333333333334vw);
    }
}*/
#contents .green_purchaseMethod .green_purchaseMethodListDetailnsData {
    background-color: #f3f8f0;
}
#contents .green_purchaseMethod .green_purchaseMethodListDetailsDataInner {
    padding: 60px 0 90px;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchaseMethod .green_purchaseMethodListDetailsDataInner {
        padding: 6.4% 0 9.86666%;;
    }
}
#contents .green_purchaseMethod .green_accordionListDetailsDataContents{
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5.5% 3.334%;
}
@media only screen and (max-width: 750px) {
    #contents .green_purchaseMethod .green_accordionListDetailsDataContents{
        border-radius: 25px;
        padding: 35px 20px;
    }
}

/* Suica / Welcome Suica */
.green_purchaseMethod .wcsuica_ticketvendingmachineFlow{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: min(3.27vw, 40px);
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .wcsuica_ticketvendingmachineFlow{
        gap: 20px 15px;
    }
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 18px;
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItemText {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 14px;
    padding-top: 0.1em;
    font-size: clamp(1.4rem, 1.2635rem + 0.364vw, 1.7rem);
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .wcsuica_ticketvendingmachineFlowItemText {
        gap: 10px;
        /*font-size: min(1.4rem, 3.733333333333334vw);*/
    }
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItemText::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/multi/green/img/icon_num01.svg) no-repeat center / contain;
    transform: translateY(-0.3em);
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .wcsuica_ticketvendingmachineFlowItemText::before {
        width: 30px;
        height: 30px;
    }
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(2) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num02.svg);
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(3) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num03.svg);
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(4) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num04.svg);
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(5) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num05.svg);
}
.green_purchaseMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(6) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num06.svg);
}


/* Welcome Suica mobile */
.green_purchaseMethod .wcsuica_mobile {
    text-align: center;
    font-size: clamp(1.5rem, 1.3635rem + 0.364vw, 1.8rem);
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .wcsuica_mobile {
        text-align: left;
        /*font-size: min(1.5rem, 4vw);*/
    }
}
.green_purchaseMethod .green_mobileLinkListItemLink {
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 29px 10px rgba(0, 0, 0, 0.09);
    max-width: 570px;
    display: block;
    margin: 4.58333% auto 0;
    padding: 3% 10px 2.08333%;
    transition: 0.5s;
    position: relative;
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .green_mobileLinkListItemLink {
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
        margin: 25px auto 0;
        padding: 6.5573% 10px 4.8%;
        text-align: center;
    }

}
.green_purchaseMethod .green_mobileLinkListItemLink:hover {
    background-color: #F3FAEE;
}

.green_purchaseMethod .green_mobileLinkListItemImage{
    max-width: 180px;
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .green_mobileLinkListItemImage{
        max-width: 140px;
    }
}
.green_purchaseMethod .green_mobileLinkListItemLink::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 2px #009100 solid;
    border-right: 2px #009100 solid;
    transform: rotate(-45deg);
}
.green_purchaseMethod .wcsuica_mobile .green_mobileLinkListItemTitle {
    font-weight: bold;
    margin-top: 12px;
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .wcsuica_mobile .green_mobileLinkListItemTitle {
        margin-top: 10px;
    }
}

/* 紙のきっぷで購入 */
.green_purchaseMethod .paperTicket{
    display: flex;
    gap: 80px;
    padding: 0 20px;
    font-size: clamp(1.5rem, 1.3635rem + 0.364vw, 1.8rem);
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .paperTicket{
        flex-direction: column;
        gap: 15px;
        padding: 0;
        /*font-size: min(1.5rem, 4vw);*/
    }
}
.green_purchaseMethod .paperTicket .green_paperTicketItemImage{
    max-width: 290px;
    flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
    .green_purchaseMethod .paperTicket .green_paperTicketItemImage{
        max-width: 232px;
        margin: auto;
    }
}

/* 乗車方法 */
.green_boardMethod .tmp_heading02Outer{
    margin-bottom: min(40px, 3.3333333333333335vw)
}
.green_boardMethod .green_boardMethodHeadingText{
    font-size: clamp(2.0rem, 1.636rem + 0.97vw, 2.8rem);
    font-weight: bold;
    margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .green_boardMethodHeadingText{
        /*font-size: min(2rem, 5.333333333333334vw);*/
        margin-bottom: 20px;
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlow{
    /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(560px, 1fr));
    gap: min(6.666666666666667vw, 80px);*/
    margin-bottom: 60px;
    display: flex;
    gap: min(6.666666666666667vw, 80px);
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlow{
        /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
        gap: 10px;
        flex-direction: column;
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItem {
    width: calc((100% - min(6.666666666666667vw, 80px)) / 2);
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItem {
        width: 100%;
    }
}

.green_boardMethod .wcsuica_ticketvendingmachineFlowItemImage {
    margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItemImage {
        margin-bottom: 15px;
    }
}


.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 7px;
    padding-top: 0.1em;
    font-size: clamp(1.8rem, 1.618rem + 0.485vw, 2.2rem);
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItemText {
        gap: 10px;
        /*font-size: min(1.8rem, 4.8vw);*/
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/multi/green/img/icon_num01.svg) no-repeat center / contain;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItemText::before {
        width: 30px;
        height: 30px;
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .anno {
    font-size: clamp(1.5rem, 1.409rem + 0.242vw, 1.7rem);
    font-weight: normal;
    margin-top: 15px;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .anno {
        /*font-size: min(1.5rem, 4vw);*/
        margin-top: 10px;
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .dotList {
    font-size: clamp(1.5rem, 1.409rem + 0.242vw, 1.7rem);
    font-weight: normal;
    margin-top: 15px;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .dotList {
        /*font-size: min(1.5rem, 4vw);*/
        margin-top: 10px;
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .dotList li{
    position: relative;
    padding-left: 26px;
}
@media only screen and (max-width: 750px) {
    .green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .dotList li{
        padding-left: 20px;
    }
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .dotList li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #222222;
    left: 6px;
    border-radius: 50px;
    top: 0.5em;
}

.green_boardMethod .wcsuica_ticketvendingmachineFlowItemText .dotList li + li {
    margin-top: 10px;
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(2) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num02.svg);
}
.green_boardMethod .wcsuica_ticketvendingmachineFlowItem:nth-of-type(3) > .wcsuica_ticketvendingmachineFlowItemText::before {
    background-image: url(/multi/green/img/icon_num03.svg);
}

.green_boardMethod .green_boardMethodText{
    font-size: clamp(1.5rem, 1.409rem + 0.242vw, 1.7rem);
}


.wv_imgViewer {
  width: 100%;
  overflow: hidden;
}
.wv_imgViewer .viewport {
  background-color: #fff;
}
.wv_imgViewer .leaflet-control-zoom-in,
.wv_imgViewer .leaflet-control-zoom-out{
  cursor: pointer;
}