
html {
    font-size: 16px;
}
img {
    border-radius: 2px;
}
@media screen and (max-width: 1180px) {
    html {
        font-size: 12px;
    }
}
@media screen and (max-width: 912px) {
    html {
        font-size: 11px;
    }
}

.header__logo {
    width: 258px;
}
.header__logoImg {
    max-width: 100%;
    height: 44px;
    vertical-align: bottom;
}
@media screen and (max-width: 912px) {
    .header__logo {
        width: 250px;
    }
}
.languageAnchor {
    color: #420f12;
    font-size: 12px;
    text-decoration-line: none;
    line-height: 1.2;
}
@media screen and (max-width: 911px) {
    .languageAnchor {
        font-size: 1rem;
    }
}
.languageAnchor:hover {
    text-decoration-line: underline;
}
.hn__item {
    font-weight: bold;
    margin-left: 1em;
}
@media screen and (max-width: 1280px) {
    .hn__item {
        margin-left: 1.3em;
    }
}
@media screen and (max-width: 1180px) {
    .hn__item {
        margin-left: 1.0em;
    }
}
@media screen and (max-width: 1024px) {
    .hn__item {
        margin-left: 0.5em;
    }
}

.hn__item--btnWrap {
    display: flex;
    align-items: stretch;
}
.hn__item .request_button {
    padding: 5px 20px;
    margin: 11px 0;
    margin: 11px 0px 11px 0;
    font-size: 0.7rem;
    line-height: 1.2em;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center ;
}
.hn__item .subscription_button {
    padding: 5px 20px;
    margin: 11px 0;
    font-size: 0.7rem;
    line-height: 1.2em;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center ;
}
.hn__item .subscription_button_fittness {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center ;
}
.hn__item .request_button:hover,
.hn__item .request_button:focus {
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.hn__item .subscription_button:hover,
.hn__item .subscription_button:focus {
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.hn__link {
    font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
    .hn__item .request_button {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1350px) {
    .hn__item .request_button {
        padding: 5px 5px;
    }
    .hn__item .subscription_button {
        padding: 5px 5px;
    }
}
@media screen and (max-width: 1180px) {
    .hn__item .request_button {
        padding: 5px 5px;
        font-size: 0.75rem;
    }
    .hn__item .subscription_button {
        padding: 5px 5px;
        font-size: 0.75rem;
    }
    .hn__link {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1024px) {
    .hn__link {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 912px) {
    .hn__link {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .hn__item .request_button {
        padding: 5px 20px;
        font-size: 1rem;
    }
    .hn__item .subscription_button {
        padding: 5px 20px;
        font-size: 1rem;
    }
}

.topBannerWrapper {
    height: 604px;
    overflow: hidden;
}
.shadowWrapper {
    height: 602px;
    background: url("https://spot.accea.co.jp/images/affiliated/top_banner_pc.jpg") center center / cover no-repeat;
    display: flex;
    transition: 0.3s;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.topBanner_subscription {
    width: 50%;
}
.topBanner_buttons {
    width: 50%;
    position: relative;
}
.buttons {
    position: absolute;
    top: 495px;
    left: 57px;
}
.request_button {
    line-height: 1.5;
    margin-right: 21px;
    padding: 14px 44px;
    text-align: center;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: 4px solid #B8193F;
    border-radius: 30px;
    background-color: #B4193E;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.subscription_button {
    line-height: 1.5;
    padding: 14px 44px;
    text-align: center;
    color: #B4193E;
    font-size: 1rem;
    font-weight: bold;
    border: 4px solid #B8193F;
    border-radius: 30px;
    background-color: #FFEE00;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.subscription_button_fittness {
    padding: 5px 44px;
}
.request_button:hover,
.request_button:focus {
    color: white;
    border: 4px solid #E84D72;
    background-color: #E84D72;
    box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
}
.subscription_button:hover,
.subscription_button:focus {
    color: #B4193E; 
    border: 4px solid #B4193E;
    background-color: #FFC975;
    box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
}
.topbr_sp {
    display: none;
}
@media screen and (max-width: 1600px) {
    .request_button {
        margin-right: 10px;
        padding: 14px 30px;
        font-size: 0.8rem;
    }
    .subscription_button {
        padding: 14px 30px;
        font-size: 0.8rem;
    }
    .subscription_button_fittness {
        padding: 5px 30px;
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 1180px) {
    .topBannerWrapper {
        height: 449px;
    }
    .shadowWrapper {
        height: 447px;
        background: url("https://spot.accea.co.jp/images/affiliated/top_banner_tab.jpg") center center / cover no-repeat;
    }
    .buttons {
        top: 370px;
        left: 00px;
    }
    .request_button {
        padding: 14px 38px;
    }
    .subscription_button {
        padding: 14px 38px;
    }
    .subscription_button_fittness {
        padding: 5px 38px;
    }
}
@media screen and (max-width: 912px) {
    .topBannerWrapper {
        height: 711px;
    }
    .shadowWrapper {
        height: 709px;
        background: url("https://spot.accea.co.jp/images/affiliated/top_banner_sp.jpg") center center / cover no-repeat;
    }
    .buttons {
        top: 310px;
        left: -110px;
        line-height: 65px;
    }
    .request_button {
        padding: 14px 44px;
    }
    .subscription_button {
        padding: 14px 44px;
    }
    .subscription_button_fittness {
        padding: 5px 44px;
    }
    .topbr_sp {
        display: inline;
    }
}

.subscriptionBanner {
    height: 406px;
    overflow: hidden;
}
.subscriptionBanner .shadowWrapper {
    height: 404px;
    background: url("https://spot.accea.co.jp/images/affiliated/subscription_banner_pc.jpg") center center / cover no-repeat;
}
.subscriptionBanner .topBanner_subscription {
    width: 50%;
}
.subscriptionBanner .topBanner_buttons {
    width: 50%;
    position: relative;
}
.subscriptionBanner .buttons {
    position: absolute;
    top: 225px;
    left: 345px;
    line-height: 70px;
}
.subscriptionBanner .request_button {
    margin-right: 21px;
    padding: 14px 44px;
}
.subscriptionBanner .subscription_button {
    padding: 14px 44px;
}
@media screen and (max-width: 1600px) {
    .subscriptionBanner .buttons {
        top: 225px;
        left: 325px;
        line-height: 70px;
    }
    .subscriptionBanner .request_button {
        padding: 14px 20px;
    }
    .subscriptionBanner .subscription_button {
        padding: 14px 20px;
    }
}
@media screen and (max-width: 1180px) {
    .subscriptionBanner {
        height: 406px;
    }
    .subscriptionBanner .shadowWrapper {
        height: 404px;
        background: url("https://spot.accea.co.jp/images/affiliated/subscription_banner_tab.jpg") center center / cover no-repeat;
    }
    .subscriptionBanner .buttons {
        top: 310px;
        left: 12px;
    }
    .subscriptionBanner .request_button {
        margin-right: 16px;
        padding: 14px 28px;
    }
    .subscriptionBanner .subscription_button {
        padding: 14px 28px;
    }
    .subbr_pc {
        display: none;
    }
}
@media screen and (max-width: 912px) {
    .subscriptionBanner {
        height: 377px;
    }
    .subscriptionBanner .shadowWrapper {
        height: 375px;
        background: url("https://spot.accea.co.jp/images/affiliated/subscription_banner_sp.jpg") center center / cover no-repeat;
    }
    .subscriptionBanner .buttons {
        top: 308px;
        left: -165px;
    }
    .subscriptionBanner .request_button {
        margin-right: 8px;
        padding: 8px 15px;
    }
    .subscriptionBanner .subscription_button {
        padding: 8px 20px;
    }
}

.no_shadowBanner .subscriptionBanner {
    overflow: auto;
    height: 404px;
}
@media screen and (max-width: 912px) {
    .no_shadowBanner .subscriptionBanner {
        overflow: auto;
        height: 375px;
    }
}
.no_shadowBanner .shadowWrapper {
    transition: none;
    box-shadow: none;
}

.sectionTitle {
    font-size: 28px;
    color: black;
    margin: 40px 0 40px 0;
}
.sectionWrapper {
    padding-bottom: 100px;
}
.sectionHeading {
    font-weight: bold;
    font-size: 1.57rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #AA2C42;
    border-bottom: 1px solid #AA2C42;
    margin: 0 0 10px;
}
.secContentsBody {
    border-top: 0px;
}
.txt {
    letter-spacing: 0em;
    color: #5E5E5E;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.freeWrapper {
    padding-bottom: 60px;
}
.freeWrapper .sectionHeading {
    text-align: center;
    border-bottom: none;
    margin-bottom: 30px;
}
.freeFlex {
    display: flex;
    justify-content: center;
}
.freeFlex div {
    display: inline;
    padding: 0 2.5em;
}
@media screen and (max-width: 1180px) {
    .freeFlex div {
        padding: 0 2em;
    }
}
@media screen and (max-width: 912px) {
    .freeFlex div {
        padding: 0 1.5em;
    }
}
@media screen and (max-width: 428px) {
    .freeFlex {
        flex-direction: column;
    }
    .freeFlex div {
        padding: 1em;
        text-align: center;
    }
}

.problemWrapper {
    text-align: center;
    padding-bottom: 75px;
}
.problem {
    margin-bottom: 55px;
}
.problemWrapper .sectionHeading {
    width: 530px;
    margin: 0 auto;
}
.problemWrapper .problems_border {
    color: #888888;
    text-align: left;
    width: 530px;
    margin: 0 auto;
    border: 1.5px #888888 solid;
    background-color: white;
    border-radius: 3px;
    padding: 20px 45px;
    margin-bottom: 30px;
}
.problemWrapper .problems_txt {
    text-align: center;
    margin-bottom: 55px;
}
.problemWrapper .checkinStepItem {
    flex: 1 1 33%;
    padding: 0 2.5em;
}
.problemWrapper .csTitle {
    display: block;
    text-align: left;
    margin: 25px 0 22.5px 0;
    font-size: 21px;
    color: #B8193F;
}
.problemWrapper .csTxtBox .txt {
    letter-spacing: 0em;
    color: #000;
}
@media screen and (max-width: 912px) {
    .problem {
        margin-bottom: 60px;
    }
    .problemWrapper .checkinStepItem {
        margin-bottom: 40px;
    }
    .problemWrapper .csTitle {
        margin: 15px 0 10px 0;
    }
}

.meritWrapper .txt {
    font-weight: normal;
}
.meritWrapper .checkinStepList {
    justify-content: center;
    flex-direction: initial;
    margin-bottom: 45px;
}
.meritWrapper .checkinStepItem {
    width: 350px;
    flex: initial;
    padding: 0 2.5em;
}
.meritWrapper .csTitle {
    text-align: center;
    margin: 22.5px 0 12.5px 0;
}
@media screen and (max-width: 1180px) {
    .meritWrapper .checkinStepItem {
        padding: 0 1.25em;
    }
}
@media screen and (max-width: 912px) {
    .meritWrapper .checkinStepList {
        flex-wrap: wrap;
    }
    .meritWrapper .checkinStepItem {
        width: 44%;
    }
    .meritWrapper .checkinStepList {
        margin: 0;
    }
}
@media screen and (max-width: 550px) {
    .meritWrapper .checkinStepItem {
        width: 90%;
    }
}

.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 {
    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;
    text-align: justify;
}

.spotlistBtn {
    padding-right: 62.5px;
    padding-left: 62.5px;
}

.spotlistBtn2 {
    border: #B8193F;
    background-color: #B8193F;
    padding-right: 62.5px;
    padding-left: 62.5px;
}

.spotlist__link {
    width: 100%;
    display: block;
    text-align: center;
    color: #420f12;
    font-size: 16px;
    text-decoration-line: none;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .spotlist__link {
        font-size: 14px;
    }
}
.spotlist__link:hover {
    text-decoration: underline;
}

.checkinStepItem:nth-child(n+2)::before {
    content: "";
}

.stepImg {
    text-align: center;
}

.alt {
    display: none;
}
.shrink {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.txt_bold {
    font-weight: bold;
}
.padding15 {
	padding: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
@media screen and (max-width: 912px) {
    .mb_sp {
        margin-bottom: 25px;
    }
}
.tab_block {
    display: none !important;
}
@media screen and (max-width: 1180px) {
    .tab_block {
        display: block !important;
    }
}