/* ---------------------------------------
    COMMON SET
---------------------------------------- */
.container, p {
	font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.container {
    overflow: hidden;
}
p.small, p>.small {
    font-size: 14px;
}
p.big, p>.big {
    font-size: 17px;
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.container a:hover {
    text-decoration: none;
}

.pop_btn {
	cursor: pointer;
}
.bgAll {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 11;
}
.popup .popupWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.closeBtn {
    position: absolute;
}
.popup .closeBtn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.anc_target {
    position: absolute;
    top: -50px;
}
.deco_img {
    display: block;
    position: absolute;
    z-index: -1;
}

.section {
    position: relative;
    z-index: 0;
}
.section::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: url(/images/kankou/suzukacircuitpark/sec_border.svg) repeat-x top left / auto 100%;
    height: 22px;
}
.secTitleArea {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.secTitleArea .subTitle {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
}
.secTitleArea .MainTitle {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 3px;
}
.secTitleArea .lead {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
.TitleArea {
    text-align: center;
}
.TitleArea h3.MainTitle {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.15;
}
.TitleArea .lead {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.TitleArea .lead .small {
    font-size: 16px;
}
.column {
    padding: 62px 0 0;
    position: relative;
}
.column .column_title {
    position: absolute;
    top: 0;
    left: -30px;
    width: 417px;
    height: 298px;
}
.column .column_illust {
    position: absolute;
    top: 34px;
    right: 66px;
    width: 686px;
}
.column .column_illust img {
    max-width: 100%;
}
.column .column_inner {
    border-radius: 30px;
    padding: 186px 30px 30px 30px;
    box-sizing: border-box;
}
.column .column_item {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
}
.column .column_item_head {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.44;
    text-align: center;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
}
.column .column_item_txt {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    padding: 22px 30px 30px;
    flex-grow: 1;
    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
    border: 2px solid;
    border-top: none;
}

/* btn */
.link_btn {
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
    border: 1px solid #11B0BC;
    padding:  9px 0;
    border-radius: 10px;
    color: #11B0BC;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.link_out {
    position: relative;
}
.link_out::after {
    content: '';
    display: inline-block;
    background: url('/images/kankou/suzukacircuitpark/icon_link.svg') no-repeat center / 100%;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    vertical-align: -2px;
}
.link_btn.link_color {
    background: #11B0BC;
    color: #fff;
}
.link_out.link_color::after {
    background-image: url('/images/kankou/suzukacircuitpark/icon_link_w.svg');
}
.link_black {
    border: none;
    background: #000000;
    color: #FFFFFF;
}
.link_out.link_black::after {
    background-image: url('/images/kankou/suzukacircuitpark/icon_link_w.svg');
}
.link_black:hover {
    opacity: 1;
    background: #FFFFFF;
    color: #000000;
}
.link_out.link_black:hover::after {
    background-image: url('/images/kankou/suzukacircuitpark/icon_link_b.svg');
}
@media screen and (max-width: 1120px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .wrap {
        width: 92%;
    }
    p.big, p>.big {
        font-size: 16px;
    }
    .column .column_title {
        width: 34.75%;
    }
    .column .column_illust {
        width: 57.167%;
    }
    .column .column_inner {
        padding-top: 15%;
    }
}
@media screen and (max-width: 959px) {
    .secTitleArea .subTitle {
        font-size: 24px;
    }
    .secTitleArea .MainTitle {
        font-size: 48px;
    }
    .secTitleArea .lead {
        font-size: 18px;
    }
    .TitleArea h3.MainTitle {
        font-size: 42px;
    }
    .TitleArea .SubTitle img {
        height: 52px;
    }
    .column .column_item_head {
        font-size: 17px;
        height: 58px;
    }
    .column .column_item_txt {
        padding: 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    body.fixed {
        position: fixed!important;
    }
    p.big, p>.big {
        font-size: 16px;
    }
    p.small, p>.small {
        font-size: 12px;
    }
    .wrap {
        width: 360px;
    }
    .secTitleArea {
        margin-bottom: 20px;
    }
    .secTitleArea .MainTitle {
        font-size: 40px;
    }
    .secTitleArea .lead {
        line-height: 1.4;
        margin-top: 0;
    }
    .TitleArea h3.MainTitle {
        font-size: 44px;
        line-height: 1.25;
    }
    .TitleArea .lead .small {
        font-size: 12px;
    }
    .column {
        padding: 125px 0 0;
    }
    .column .column_title {
        width: 86%;
        height: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .column .column_illust {
        width: 340px;
        top: 186px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .column .column_inner {
        padding: 210px 0 25px;
    }
    .column .splide {
        padding: 0 15px 30px;
    }
    .column .splide__track {
        overflow: visible;
    }
    .column .column_item_head {
        height: 62px;
        font-size: 20px;
        line-height: 1.45;
    }
    .column .column_item_txt {
        font-size: 16px;
        padding: 15px 27px 20px;
    }
    .column .splide__pagination {
        gap: 15px;
        bottom: 0;
    }
    .column .splide__pagination__page {
        opacity: 1;
        margin: 0;
        width: 13px;
        height: 13px;
        background-color: #D9D9D9;
    }
    .column .splide__pagination__page.is-active {
        transform: none;
        background-color: #ffffff;
    }
}
@media screen and (max-width: 389px) {
    .wrap {
        width: 92%;
    }
    p.big, p>.big {
        font-size: 14px;
    }
    .secTitleArea .subTitle {
        font-size: 6.154vw;
    }
    .secTitleArea .MainTitle {
        font-size: 10.256vw;
    }
    .secTitleArea .lead {
        font-size: 4.615vw;
    }
    .TitleArea h3.MainTitle {
        font-size: 11.282vw;
    }
    .TitleArea .SubTitle img {
        height: 13.33334vw;
    }
    .TitleArea .lead {
        font-size: 4.615vw;
    }
    .TitleArea .lead .small {
        font-size: 3.59vw;
    }
    .column {
        padding-top: 32.051vw;
    }
    .column .column_illust {
        width: 87.18vw;
        top: 47.692vw;
    }
    .column .column_inner {
        padding: 53.846vw 0 6.41vw;
    }
    .column .splide {
        padding: 0 3.846vw 7.692vw;
    }
}
@media screen and (max-width: 374px) {
    .column .column_item_head {
        font-size: 5.128vw;
        height: 15.897vw;
    }
    .column .column_item_txt {
        font-size: 4.103vw;
        padding: 3.846vw 6.923vw 5.128vw;
    }
}

/* ---------------------------------------
    FV
---------------------------------------- */
.fv {
    position: relative;
    height: 640px;
    overflow: hidden;
    box-sizing: border-box;
}
.fv .wrap {
    position: relative;
}
.fv_heading {
    width: 100%;
    position: absolute;
    top: 137px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.fv_heading h1 {
    text-align: center;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
    color: #fff;
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.fv_heading h1 .fv_h_main {
    margin: 0 10px 30px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.fv_heading h1 .fv_h_main > span {
    font-size: 1.5em;
    position: relative;
    text-shadow: none;
    line-height: 1;
    letter-spacing: 0;
}
.fv_heading h1 .fv_h_main > span::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    width: 1.35em;
    height: 1.35em;
    background-color: #0072FF;
    border-radius: 50%;
}
.fv_heading h1 i {
    font-style: normal;
    transform: rotate(19deg) translateY(3px);
    display: inline-block;
    margin-left: 0.2em;
}
.fv_heading p.fv_txt {
    text-shadow: 0 0 10px rgba(0,0,0,1);
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}
.fv_illust {
    display: block;
    position: absolute;
    z-index: 4;
}
.fv_illust.illust01 {
    bottom: 13px;
    left: 0;
    width: 298px;
    height: 223px;
}
.fv_illust.illust02 {
    bottom: 124px;
    right: 61px;
    width: 82px;
    height: 190px;
}
.fv_img {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 640px;
    overflow: hidden;
}
.fv_img video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 640px;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: none;
}
.fv_img img {
    height: 640px;
    object-fit: cover;
    object-position: center center;
}
.fv_img::before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(115,115,115,1) 0%, rgba(115,115,115,0) 100%);
}
.fv_img::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('/images/kankou/suzukacircuitpark/top_border.svg');
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 2;
}

@media screen and (max-width: 1366px) {
    .fv_illust.illust01 {
        width: 21.8svw;
        height: 17svw;
        bottom: 0.9svw;
    }
    .fv_illust.illust02 {
        width: 6svw;
        height: 13.9svw;
        bottom: 9.15svw;
    }
}
@media screen and (max-width: 1120px) {
    .fv, .fv_img, .fv_img video {
        height: 600px;
    }
    .fv_heading {
        top: 180px;
    }
    .fv_heading h1 {
        font-size: 62px;
    }
    .fv_heading p.fv_txt {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .fv, .fv_img, .fv_img video {
        height: 520px;
    }
}
@media screen and (max-width: 599px) {
    .fv, .fv_img, .fv_img video {
        height: 460px;
    }
    .fv_heading {
        top: 144px;
    }
    .fv_heading h1 {
        font-size: 40px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }
    .fv_heading h1 .fv_h_main {
        margin-bottom: 20px;
    }
    .fv_heading h1 .fv_h_main > span {
        font-size: 59px;
        letter-spacing: 0px;
    }
    .fv_heading p.fv_txt {
        text-shadow: 0 0 5px rgba(0,0,0,1);
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.6px;
    }
    .fv_img::after {
        width: 100vw;
        height: 110px;
        background-image: url('/images/kankou/suzukacircuitpark/top_border_sp.svg');
    }
}
@media screen and (max-width: 389px) {
    .fv_heading h1 {
        font-size: 10vw;
    }
    .fv_heading h1 .fv_h_main {
        margin-bottom: 5.128vw;
    }
    .fv_heading h1 .fv_h_main > span {
        font-size: 15.128vw;
    }
    .fv_heading p.fv_txt {
        font-size: 4.103vw;
    }
}

/* intro */
.intro {
    background: #ffffff;
    padding: 0 0 60px;
    position: relative;
}
.intro .subTitle {
    font-size: 24px;
    font-weight: 500;
    color: #0072FF;
    line-height: 1;
}
.intro .MainTitle {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    color: #0072FF;
    margin-bottom: 10px;
}
.intro_txt {
    width: 100%;
    max-width: 720px;
    margin: auto;
    text-align: center;
}
.intro_txt p {
    color: #333333;
    font-weight: 500;
    line-height: 1.7;
}
.intro_illust {
    display: block;
    position: absolute;
    z-index: 4;
}
.intro_illust.illust01 {
    top: 50px;
    left: 53px;
    width: 218px;
    height: 138px;
}
.intro_illust.illust02 {
    top: -111px;
    right: -40px;
    width: 300px;
    height: 301px;
}

.info_link_list {
    display: flex;
    margin: 50px auto 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.info_link_list .link_btn {
    margin: 0;
    font-size: 18px;
    border-radius: 28px;
    padding: 10px 0;
    max-width: 301px;
}
.info_link_list .link_btn.link_out.link_color::after {
    width: 16px;
    height: 16px;
}
.sns_list {
    background: #F5F5F5;
    border-radius: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    box-sizing: border-box;
}
/* .sns_list::before {
    content: '';
    position: absolute;
    background: url('/images/kankou/suzukacircuitpark/sns_dec.svg') no-repeat center top / auto;
    width: 34px;
    height: 27px;
    top: -16px;
    right: -12px;
} */
.sns_list .ttl {
    border-right: 1px solid #D1C9AE;
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.sns_list ul {
    display: flex;
    padding: 0 20px;
    column-gap: 15px;
}
.sns_list img {
    display: block;
}
@media screen and (max-width: 1366px) {
    .intro_illust.illust01 {
        top: 3.66svw;
        left: 3.88svw;
        width: 15.96svw;
        height: 10.1svw;
    }
    .intro_illust.illust02 {
        top: -8.126svw;
        right: -2.9svw;
        width: 22svw;
        height: 22svw;
    }
}
@media screen and (max-width: 1120px) {
    .intro_illust.illust01 {
        left: -2.5svw;
    }
    .intro_illust.illust02 {
        right: -10.34svw;
    }
}
@media screen and (max-width: 599px) {
    .intro {
        padding: 0 0 40px;
    }
    .intro .MainTitle {
        margin-bottom: 20px;
    }
    .intro_txt {
        text-align: left;
    }
    .info_link_list {
        margin-top: 35px;
        gap: 7px;
    }
    .info_link_list .link_btn {
        font-size: 16px;
        padding: 8px 0;
        max-width: 163px;
    }
    .sns_list {
        padding: 8px 10px;
        background-color: #ffffff;
        border: 1px solid #36C4CF;
    }
    .sns_list ul {
        padding: 0 9px;
        gap: 9px;
    }
}
@media screen and (max-width: 389px) {
    .intro .subTitle {
        font-size: 6.154vw;
    }
    .intro .MainTitle {
        font-size: 8.205vw;
    }
    .info_link_list .link_btn {
        max-width: 41.8vw;
        font-size: 4.103vw;
        padding: 0.5em;
    }
    .sns_list {
        padding: 2.05vw 2.564vw;
    }
    .sns_list ul {
        padding: 0 2.31vw;
        gap: 2.31vw;
    }
}

/* ---------------------------------------
    NAV
---------------------------------------- */
.navbar {
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.navbar li {
    width: 110px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}
.navbar li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.navbar li svg {
    transition: transform .3s ease;
}
.navbar li a:hover {
    opacity: 1;
    color: #0072FF;
}
.navbar li a:hover svg {
    fill: #0072FF;
    transform: translateY(-5px);
}
.navbar li span {
    display: block;
    margin-bottom: 5px;
}
#menu_bar {
    height: 245px;
}
#menu_bar.fixed {
    height: 50px;
    position: fixed;
    z-index: 4;
    top: 0;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #D1C9AE;
}
#menu_bar.fixed .navbar {
    height: 50px;
    gap: 0;
}
#menu_bar.fixed .navbar li {
    width: auto;
    padding: 0 40px;
    flex-grow: 1;
}
#menu_bar.fixed .navbar li:not(:last-child) {
    border-right: 1px solid #F6F5F0;
}
#menu_bar.fixed .navbar li a {
    flex-direction: row;
    justify-content: center;
    color: #333;
}
#menu_bar.fixed .navbar li a br {
    display: none;
}
#menu_bar.fixed .navbar li span {
    margin-bottom: 0;
    margin-right: 8px;
}
#menu_bar.fixed .navbar li a:hover {
    color: #0072FF;
}
#menu_bar.fixed .navbar li a:hover svg {
    transform: none;
}
#menu_bar.fixed .navbar li svg {vertical-align: bottom;}
#menu_bar.fixed .navbar li:nth-child(1) svg {width: auto; height: 22px;}
#menu_bar.fixed .navbar li:nth-child(2) svg {width: auto; height: 22px;}
#menu_bar.fixed .navbar li:nth-child(3) svg {width: auto; height: 22px;}
#menu_bar.fixed .navbar li:nth-child(4) svg {width: auto; height: 22px;}
#menu_bar.fixed .navbar li:nth-child(5) svg {width: auto; height: 22px;}

@media screen and (max-width: 1120px) {
    #menu_bar.fixed .navbar li {
        padding: 0 3vmin;
    }
}
@media screen and (max-width: 959px) {
    #menu_bar {
        height: calc(95px + 12.35svw);
    }
    .navbar {
        gap: 2vmin;
    }
    #menu_bar.fixed .navbar li {
        padding: 0 1vmin;
    }
}
@media screen and (max-width: 599px) {
    #menu_bar {
        height: calc(86px + 40.513vw);
    }
    .navbar {
        flex-wrap: wrap;
        height: auto;
        gap: 0;
    }
    .navbar li {
        width: calc(33.334vw - 1px);
    }
    .navbar li:nth-last-of-type(-n+2) {
        width: calc(50vw - 1px);
    }
    .navbar li a {
        height: 86px;
        justify-content: center
    }
    .navbar li a:hover svg {
        transform: none;
    }
    .navbar li:not(:last-child) {
        border-right: 1px solid #B2B2B2;
    }
    #menu_bar.fixed {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    #menu_bar.fixed .navbar {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    #menu_bar.fixed .navbar li {
        padding: 0 15px;
    }
    #menu_bar.fixed .navbar li a {
        height: 50px;
    }
}
@media screen and (max-width: 389px) {
    #menu_bar {
        height: 63.077vw;
    }
    .navbar li {
        font-size: 3.2vw;
    }
    .navbar li a {
        height: 22.051vw;
    }
    .navbar li a svg {
        width: 10.256vw;
        height: 10.256vw;
    }
}
/* big nav */
.navbar_big {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar_big li {
    width: 398px;
    margin-right: 3px;
    position: relative;
}
.navbar_big li:last-child {
    margin-right: 0;
}
.navbar_big li span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    gap: 14px;
}
.navbar_big li span::after {
    content: '';
    display: block;
    width: 16px;
	height: 10px;
    background: url(/images/kankou/suzukacircuitpark/arrow_nav.svg) no-repeat center / 100%;
}
.navbar_big a[data="#park"] span {background: rgba(4, 182, 195, 0.80);}
.navbar_big a[data="#resort"] span {background: rgba(240, 207, 0, 0.80);}
.navbar_big a[data="#racing"] span {background: rgba(100, 195, 57, 0.80);}
#menu_bar.fixed .navbar_big {
    display: none;
}
.fixed-show {
    display: none;
}
#menu_bar.fixed .fixed-show {
    display: unset;
}
@media screen and (max-width: 1200px) {
    .navbar_big li {
        width: calc((100% - 3px / 2) * 3);
    }
}
@media screen and (max-width: 599px) {
    .navbar_big {
        gap: 1px;
    }
    .navbar_big li {
        width: calc(33.334vw - 1px);
        margin-right: 1px;
    }
    .navbar_big li img {
        width: 100%;
    }
    .navbar_big li span {
        font-size: 12px;
        gap: 10px;
        flex-direction: column;
        padding: 8px 0;
    }
}
@media screen and (max-width: 389px) {
    .navbar_big li span {
        font-size: 3.077vw;
        gap: 2.564vw;
        padding: 2.051vw;
    }
    .navbar_big li span::after {
        width: 4.102vw;
        height: 2.564vw;
    }
}

/* ---------------------------------------
    PARK AREA 
---------------------------------------- */
.park {
    background: #36C4CF;
    padding: 95px 0 0;
    position: relative;
    z-index: 0;
}
.park .secTitleArea .subTitle,.park .secTitleArea .MainTitle {
    color: #FFF4B1;
}
.park .secTitleArea .lead {
    color: #FFFFFF;
}
.park_img01 {
    width: 340px;
    left: calc(50% - 635px);
    top: -32px;
}
.park_img02 {
    width: 353px;
    right: calc(50% - 643px);
    top: -36px;
}
@media screen and (max-width: 599px) {
    .park {
        padding: 130px 0 0;
    }
    .park_img01 {
        width: 201px;
        left: -15px;
        top: 27px;
    }
    .park_img02 {
        width: 171px;
        right: -7px;
        top: 47px;
    }
}
@media screen and (max-width: 389px) {
    .park_img01 {
        width: 51.538vw;
        left: -3.846vw;
        top: 6.923vw;
    }
    .park_img02 {
        width: 43.846vw;
        right: -1.8vw;
        top: 12.051vw;
    }
}

/* info */
.info {
    padding: 20px 0 70px;
}
.info .MainTitle {
    margin-bottom: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.info .MainTitle::before,
.info .MainTitle::after {
    content: '';
    background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
    width: 100%;
}
.info_box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    row-gap: 30px;
}
.info_box .item {
    background: #fff;
    border-radius: 40px;
    width: calc((100% - 20px * 2 ) / 3);
    box-sizing: border-box;
    padding: 40px 30px;
}
.info_box .item h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.info_box .item p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.info_box .item p.big {
    font-weight: 500;
}
.info_box .item p.small {
    font-weight: 300;
}
.info_box dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 300;
}
.info_box dt {
    /* text-align-last: justify; */
    width: 5em;
    font-weight: 500;
}
.info_box dd {
    width: calc(100% - 5em);
}
@media screen and (max-width: 1120px) {
    .info_box .item {
        padding: 30px 22px;
    }
    .info_box .item br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .info {
        padding: 20px 0 46px;
    }
    .info .MainTitle {
        margin-bottom: 20px;
    }
    .info .MainTitle::before, .info .MainTitle::after {
        display: none;
    }
    .info_box {
        flex-direction: column;
        row-gap: 20px;
    }
    .info_box .item {
        width: 100%;
        padding: 20px 28px;
    }
    .info_box .item h4 {
        font-size: 18px;
        line-height: 1.2;
        justify-content: center;
    }
    .info_box .item p {
        text-align: center;
        margin-bottom: 5px;
    }
    .info_box .item p:last-child {
        margin-bottom: 0;
    }
    .info_box .item p.small {
        text-align: left;
    }
}
@media screen and (max-width: 389px) {
    .info_box .item {
        padding: 5.128vw;
    }
}

/* 見どころポイント point */
.point {
    padding: 70px 0;
    position: relative;
}
.point::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/kankou/suzukacircuitpark/bg1.svg);
    background-size: 8px 8px;
    opacity: 0.2;
}
.park_img03 {
    width: 194px;
    left: calc(50% - 660px);
    top: -46px;
}
.park_img04 {
    width: 202px;
    right: calc(50% - 554px);
    top: -45px;
}
.point .point_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.point .point_list .item {
    width: calc((100% - 20px) / 2);
    max-width: 590px;
    border-radius: 35px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.point_list .item img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.point .point_list .item .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.point .point_list .item .point_ttl {
    display: flex;
    align-items: flex-start;
    gap: 10px 6px;
    margin-bottom: 20px;
}
.point .point_list .item .point_num {
    color: #0072FF;
    font-size: 20px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    display: block;
    letter-spacing: 0;
    padding-top: 0.6em;
    padding-bottom: 3px;
    border-bottom: 1px solid #0072FF;
    flex-shrink: 0;
}
.point .point_list .item .point_ttl h4 {
    color: #0072FF;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
}
.point .point_list .item .point_ttl .en {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
}
.point .point_list .item .point_txt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    flex-grow: 1;
}
.point .point_list .item .point_note {
    position: relative;
    padding-top: 10px;
    padding-left: 13px;
}
.point .point_list .item .point_note p {
    font-size: 16px;
    font-weight: 500;
    color: #11B0BC;
    padding: 10px 20px 10px 107px;
    border: 1px solid #11B0BC;
}
.point .point_list .item .point_note_tag {
    font-size: 24px;
    line-height: 1;
    color: #FFF4B1;
    background-color: #11B0BC;
    border-radius: 0 1.5em 1.5em 0;
    padding: 10px 34px 10px 28px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.point .point_list .item.item01 {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
}
.point .point_list .item.item01 .image {
    width: 48.95%;
    max-width: 558px;
}
.point .point_list .item.item01 .text {
    width: 48.95%;
    max-width: 558px;
}
.point .point_list .item.item01 .point_ttl {
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (max-width: 1120px) {
    .point .point_list .item {
        padding: 25px;
    }
    .point .point_list .item .point_ttl h4 {
        font-size: 30px;
    }
    .point .point_list .item .point_ttl .en {
        font-size: 26px;
    }
    .point .point_list .item .point_num {
        font-size: 16px;
    }
    .point .point_list .item .point_note_tag {
        font-size: 20px;
        padding: 10px 28px 10px 24px;
    }
    .point .point_list .item .point_note p {
        font-size: 14px;
        padding-left: 85px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 959px) {
    .point .point_list .item .point_note br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .point {
        padding: 46px 0 70px;
    }
    .park_img04 {
        width: 131px;
        right: 33px;
        top: -28px;
    }
    .point .point_list,
    .point .point_list .item.item01 {
        flex-direction: column;
    }
    .point .point_list .item,
    .point .point_list .item.item01 .image,
    .point .point_list .item.item01 .text {
        width: 100%;
    }
    .point .point_list .item {
        padding: 18px;
        gap: 0;
    }
    .point .point_list .item .point_num {
        font-size: 18px;
    }
    .point .point_list .item .point_ttl {
        flex-direction: column;
        margin-bottom: 10px;
        gap: 6px;
    }
    .point .point_list .item .point_ttl h4 {
        font-size: 30px;
        line-height: 1.2;
    }
    .point .point_list .item .point_ttl .en {
        display: block;
        font-size: 30px;
        letter-spacing: 0;
    }
    .point .point_list .item .point_txt {
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .point .point_list .item .point_note {
        padding-top: 7px;
        padding-left: 8px;
    }
    .point .point_list .item .point_note_tag {
        padding: 5px 16px 5px 10px;
    }
    .point .point_list .item .point_note p {
        font-size: 13px;
        line-height: 1.7;
        padding: 5px 16px 5px 65px;
    }
    .park_img05 {
        width: 166px;
        left: 25px;
        bottom: 3px;
    }
}
@media screen and (max-width: 389px) {
    .park_img04 {
        width: 33.59vw;
        right: 8.46vw;
        top: -7.18vw;
    }
    .point .point_list .item .point_num {
        font-size: 4.615vw;
    }
    .point .point_list .item .point_ttl h4 {
        font-size: 7.692vw;
    }
    .point .point_list .item .point_ttl .en {
        font-size: 7.692vw;
    }
    .point .point_list .item .point_txt {
        font-size: 4.103vw;
    }
    .point .point_list .item .point_note_tag {
        font-size: 5.128vw;
        padding: 1.28vw 4.102vw 1.28vw 2.564vw;
    }
    .point .point_list .item .point_note p {
        padding: 1.28vw 4.102vw 1.28vw 14.103vw;
    }
    .park_img05 {
        width: 42.564vw;
        left: 6.41vw;
        bottom: 0.77vw;
    }
}

.park .column .column_inner {
    background-color: #8EDCE2;
}
.park .column .column_item_head {
    background-color: #11B0BC;
}
.park .column .column_item_txt {
    border-color: #11B0BC;
}

/*メニュー紹介*/
.food {
    padding: 50px 0 60px;
    background-color: #D7F3F1;
    position: relative;
    z-index: 0;
}
.food::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/kankou/suzukacircuitpark/bg2.svg);
    background-size: 23px 65px;
    opacity: 0.25;
}
.food::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background: url(/images/kankou/suzukacircuitpark/food_deco_text.svg) no-repeat center left / 100%;
}
.food .MainTitle {
    color: #11B0BC;
    margin-bottom: 20px;
}
.food .splide__track {
    overflow: visible;
}
.food .food_list .food_item {
    background-color: #11B0BC;
    border-radius: 40px;
    padding: 30px 30px 25px;
    box-sizing: border-box;
    box-shadow: 0 4px 0 #028892;
}
.food .food_item .food_img {
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}
.food .food_item .food_name {
    color: #FFF4B1;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    margin-top: 8px;
}
.food .food_item .food_restaurant {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
}
.food .food_item .food_text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 12px;
}
@media screen and (max-width: 959px) {
    .food .food_list .food_item {
        padding: 20px;
        min-height: unset;
    }
}
@media screen and (max-width: 599px) {
    .food::after {
        display: none;
    }
    .food .food_list .food_item {
        padding: 25px 30px;
    }
    .food .food_item .food_name {
        font-size: 22px;
    }
    .food .food_item .food_restaurant {
        font-size: 18px;
    }
    .food .food_item .food_text {
        font-size: 18px;
        line-height: 1.6;
        text-align: justify;
    }
}
@media screen and (max-width: 374px) {
    .food .food_list .food_item {
        padding: 6.41vw 7.69vw;
    }
    .food .food_item .food_name {
        font-size: 5.641vw;
    }
    .food .food_item .food_restaurant {
        font-size: 4.615vw;
    }
    .food .food_item .food_text {
        font-size: 4.615vw;
    }
}

/*メニュー紹介*/
.omiyage {
    padding: 50px 0 60px;
    background-color: #36C4CF;
    position: relative;
    z-index: 0;
}
.omiyage::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/kankou/suzukacircuitpark/bg2.svg);
    background-size: 23px 65px;
    opacity: 0.1;
}
.omiyage::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: url(/images/kankou/suzukacircuitpark/omiyage_deco_text.svg) no-repeat center left / 100%;
}
.omiyage .MainTitle {
    color: #FFF4B1;
    margin-bottom: 30px;
}
.omiyage .omiyage_item {
    width: 300px;
    height: 300px;
    padding: 25px 30px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #251E1C;
    box-sizing: border-box;
}
.omiyage .omiyage_item .omiyage_img {
    border-radius: 10px;
}
.omiyage .omiyage_item .omiyage_name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #028892;
    margin-top: 5px;
}
.omiyage .omiyage_item .omiyage_price {
    font-size: 16px;
}
.omiyage .omiyage_item .omiyage_text {
    color: #251E1C;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
@media screen and (max-width: 599px) {
    .omiyage::after {
        display: none;
    }
    .omiyage .splide {
        padding: 0 15px;
    }
    .omiyage .splide__track {
        overflow: visible;
    }
}
@media screen and (max-width: 374px) {
    .omiyage .omiyage_item {
        width: unset;
        padding: 6.41vw;
    }
    .omiyage .omiyage_item .omiyage_name {
        font-size: 18px;
    }
    .omiyage .omiyage_item .omiyage_price {
        font-size: 16px;
    }
    .omiyage .omiyage_item .omiyage_text {
        font-size: 14px;
    }
}

/* ---------------------------------------
    RESORT AREA 
---------------------------------------- */
.resort {
    background: #FDEA75;
    padding: 90px 0 70px;
    position: relative;
    z-index: 0;
}
.resort .secTitleArea .subTitle,.resort .secTitleArea .MainTitle {
    color: #0072FF;
}
.resort .secTitleArea .lead {
    color: #000000;
}
.resort_img01 {
    width: 95px;
    left: calc(50% - 385px);
    top: -210px;
}
.resort_img02 {
    width: 95px;
    right: calc(50% - 385px);
    top: -210px;
}
@media screen and (max-width: 599px) {
    .resort {
        padding: 70px 0 70px;
    }
    .resort_img01 {
        display: none;
    }
    .resort_img02 {
        width: 83px;
        right: -9px;
        top: -178px;
    }
}
@media screen and (max-width: 389px) {
    .resort_img02 {
        width: 21.282vw;
        right: -2.308vw;
        top: -45.641vw;
    }
}
.facility {
    margin-bottom: 60px;
    position: relative;
}
.facility .item {
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
}
.facility .item::before,
.facility .item::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.facility .item::before {
    background-image: url(/images/kankou/suzukacircuitpark/resort_itembg_top.svg);
    background-repeat: no-repeat;
    background-size: 478px 207px;
    background-position: top right;
}
.facility .item::after {
    background-image: url(/images/kankou/suzukacircuitpark/resort_itembg_bottom.svg);
    background-repeat: no-repeat;
    background-size: 355px 95px;
    background-position: bottom left;
}
.facility .item:nth-child(even) {
    flex-direction: row-reverse;
}
.facility .item:nth-child(even)::before,
.facility .item:nth-child(even)::after {
    transform: scaleX(-1);
}
.facility .itemImg {
    width: 48.9%;
    max-width: 557px;
}
.facility .itemTxt {
    width: 48.9%;
}
.facility .item_ttl {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}
.facility .item_ttl h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #0072FF;
}
.facility .itemTxt p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
@media screen and (max-width: 1120px) {
    .facility .item::before {
        background-size: 39% auto;
    }
    .facility .item::after {
        background-size: 29% auto;
    }
    .facility .itemTxt .item_ttl h3 {
        font-size: 30px;
    }
    .facility .itemTxt .item_ttl img {
        width: 50px;
    }
}
@media screen and (max-width: 599px) {
    .facility .item {
        padding: 40px 20px 30px;
    }
    .facility .item,
    .facility .item:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
    }
    .facility .item::before {
        background-image: url(/images/kankou/suzukacircuitpark/resort_itembg_top_sp.svg);
        background-size: 259px auto;
    }
    .facility .item::after {
        background-image: url(/images/kankou/suzukacircuitpark/resort_itembg_bottom_sp.svg);
        background-size: 326px auto;
    }
    .facility .itemImg {
        width: 100%;
        margin-bottom: 12px;
    }
    .facility .item_ttl h3 {
        font-size: 30px;
    }
    .facility .itemTxt {
        width: 100%;
    }
    .facility .itemTxt p {
        font-size: 16px;
        line-height: 1.75;
    }
}
@media screen and (max-width: 389px) {
    .facility .item::before {
        background-size: 66.41vw auto;
    }
    .facility .item::after {
        background-size: 83.59vw auto;
    }
    .facility .item_ttl h3 {
        font-size: 7.18vw;
    }
    .facility .item_ttl img {
        width: 10.77vw;
    }
    .facility .itemTxt p {
        font-size: 4.103vw;
    }
}

.resort .column .column_inner {
    background-color: #FFF4B1;
}
.resort .column .column_item_head {
    background-color: #BAA000;
}
.resort .column .column_item_txt {
    border-color: #F0CF00;
}
@media screen and (max-width: 599px) {
    .park .column .column_item_head {
        height: 75px;
    }
}
@media screen and (max-width: 374px) {
    .park .column .column_item_head {
        height: 19.23vw;
    }
}

/* ---------------------------------------
    RACING AREA 
---------------------------------------- */
.racing {
    position: relative;
    background: linear-gradient(0deg,rgba(44, 140, 0, 1) 0%, rgba(100, 195, 57, 1) 100%);
    padding: 90px 0 70px;
}
.racing::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/kankou/suzukacircuitpark/sec_border.svg) repeat-x top left / auto 100%;
    height: 22px;
}
.racing .secTitleArea .subTitle, .racing .secTitleArea .lead {
    color: #ffffff;
}
.racing .secTitleArea .MainTitle {
    color: #FFF4B1;
    font-weight: 700;
}
.racing_img01 {
    width: 502px;
    top: 22px;
    left: 0;
    mix-blend-mode: screen;
    pointer-events: none;
}
.racing .contentBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 0;
}
.racing .contentBlock .txtArea {
    width: 48.9%;
}
.racing .contentBlock .txtArea h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #FFF4B1;
    margin-bottom: 20px;
}
.racing .contentBlock .txtArea p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: justify;
}
.racing .contentBlock .imgArea {
    width: 48.9%;
    max-width: 557px;
    height: auto;
    display: block;
    border-radius: 20px;
    border: 3px solid #ffffff;
    box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
    .racing .contentBlock .txtArea h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 599px) {
    .racing_img01 {
        width: 202px;
    }
    .racing .contentBlock {
        flex-direction: column-reverse;
        padding: 0;
        gap: 10px;
    }
    .racing .contentBlock .txtArea,
    .racing .contentBlock .imgArea {
        width: 100%;
    }
    .racing .contentBlock .txtArea h3 {
        margin-bottom: 10px;
    }
    .racing .contentBlock .txtArea p {
        line-height: 1.7;
        text-align: justify;
    }
}
@media screen and (max-width: 389px) {
    .racing .contentBlock .txtArea h3 {
        font-size: 7.69vw;
    }
    .racing .contentBlock .txtArea p {
        font-size: 4.103vw;
    }
}


/* ---------------------------------------
    ACCESS アクセス
---------------------------------------- */
.access {
    padding: 60px 0 80px;
    background-color: #2770DD;
    position: relative;
    z-index: 0;
}
.access::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background: url(/images/kankou/suzukacircuitpark/sec_border.svg) repeat top left / 22px 22px;
    height: 100%;
    opacity: 0.03;
}
.access .TitleArea {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.access .MainTitle {
    font-family: "Kiwi Maru", serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    color: #FFF4B1;
}
.access .TitleArea::after {
    content: '';
    background-image: repeating-linear-gradient(90deg, #fff4b1 0px, #fff4b1 5px, transparent 5px, transparent 10px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 10px 3px;
    height: 3px;
    width: 100%;
    margin-top: 13px;
}
.access .contentBlock:not(:last-child) {
    margin-bottom: 60px;
}
.access .contentBlock h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
    .access .TitleArea {
        margin-bottom: 30px;
        display: block;
    }
    .access .TitleArea::after {
        display: none;
    }
    .access .contentBlock h3 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 389px) {
    .access .contentBlock h3 {
        font-size: 6.154vw;
    }
    .access .contentBlock h3 img {
        width: 7.95vw;
    }
}

/* ---------------------------------------
    Q&A
---------------------------------------- */
.qa {
    padding: 65px 0 60px;
    position: relative;
    z-index: 0;
    background-color: #E2EFFF;
}
.qa::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/kankou/suzukacircuitpark/bg1.svg);
    background-size: 32px 32px;
    opacity: 0.2;
}
.qa .MainTitle {
    margin-bottom: 40px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 1;
    color: #0072FF;
    text-align: center;
}
.qa .splide__track  {
    overflow: visible;
}
.qa .splide__list {
    padding: 10px 0;
}
.qa .splide__slide {
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
}
.qa .splide__slide:hover {
    top: -10px;
}
.qa .card {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.qa .splide__slide .qa_q {
    display: flex;
    align-items: stretch;
    min-height: 105px;
    padding: 10px 25px;
    box-sizing: border-box;
    background-color: #0072FF;
    border-radius: 15px 15px 0 15px;
    position: relative;
}
.qa .splide__slide .qa_a {
    border-radius: 0 0 15px 15px;
    border: 2px solid #0072FF;
    background-color: #FFFFFF;
    padding: 15px 16px 0;
    box-sizing: border-box;
    margin-left: 14px;
    margin-top: -2px;
    flex-grow: 1;
    box-shadow: 0 4px 0 rgba(0,114,255,0.5);
}
.qa .splide__slide .qa_num {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    color: #FDEA75;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.qa .splide__slide .qa_num::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: repeating-linear-gradient(180deg, #fff 0px, #fff 5px, transparent 5px, transparent 10px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 2px 10px;
}
.qa .splide__slide .qa_ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.qa .splide__slide .txt {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.5px;
}
@media screen and (max-width: 599px) {
    .qa {
        padding: 35px 0 55px;
    }
    .qa .MainTitle {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 389px) {
    .qa .MainTitle {
        font-size: 12.308vw;
    }
    .qa .card {
        width: 260px;
        height: 260px;
    }
    .qa .splide__slide .qa_q {
        min-height: 26.923vw;
        padding: 2.564vw 6.41vw;
    }
    .qa .splide__slide .qa_num {
        font-size: 8.21vw;
    }
    .qa .splide__slide .qa_ttl {
        font-size: 16px;
    }
    .qa .splide__slide .qa_a {
        padding: 3.846vw 3.846vw 0;
        margin-left: 3.59vw;
    }
    .qa .splide__slide .txt {
        font-size: 15px;
    }
}


/* ---------------------------------------
    お役立ち情報
---------------------------------------- */
.tips {
    padding: 80px 0;
}
.tips_inner {
    position: relative;
}
.tips_inner::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/kankou/suzukacircuitpark/tip_ttlbg.svg) no-repeat top center / 100%;
    width: 795px;
    height: 203px;
}
.tips_inner::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    background-color: #F4F4F4;
    top: 36px;
    left: 0;
    right: 0;
    height: calc(100% - 96px);
}
.tips .TitleArea h3.MainTitle {
    color: #0072FF;
    font-size: 44px;
    font-weight: 700;
}
.tips .TitleArea .lead {
    font-size: 20px;
}
.tips .tips_links {
    display: flex;
    gap: 3.4%;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px;
}
.tips .tips_links .link_block {
    border-radius: 50%;
    width: 30%;
    max-width: 350px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.tips .tips_links .link_block .imgArea {
    position: relative;
}
.tips .tips_links .link_block .ttl {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}
.tips .tips_links .link_block .txtArea {
    flex-grow: 1;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.tips .tips_links .link_block .txtArea .txt {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}
.tips .tips_links .link_block::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -72px;
    width: 102px;
    aspect-ratio: 1/1;
    background-color: #ffffff;
    border-radius: 50%;
}
.tips .tips_links .link_block::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 15px;
    mask: url(/images/kankou/suzukacircuitpark/arrow_link.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
}
.tips .tips_links .link_block:nth-child(1) .txtArea {background-color: #11B0BC;}
.tips .tips_links .link_block:nth-child(1) .ttl {background-color: rgba(4,182,195,0.6);}
.tips .tips_links .link_block:nth-child(1)::after {background-color: #11B0BC;}
.tips .tips_links .link_block:nth-child(2) .txtArea {background-color: #F0CF00;}
.tips .tips_links .link_block:nth-child(2) .ttl {background-color: rgba(240,207,0,0.6);}
.tips .tips_links .link_block:nth-child(2)::after  {background-color: #F0CF00;}
.tips .tips_links .link_block:nth-child(3) .txtArea {background-color: #64C339;}
.tips .tips_links .link_block:nth-child(3) .ttl {background-color: rgba(100,195,57,0.6);}
.tips .tips_links .link_block:nth-child(3)::after  {background-color: #64C339;}

@media screen and (max-width: 1120px) {
    .tips .tips_links .link_block .ttl {
        font-size: 24px;
    }
    .tips .tips_links .link_block .txtArea .txt {
        font-size: 17px;
    }
}
@media screen and (max-width: 959px) {
    .tips_inner::before {
        width: 91%;
    }
    .tips .tips_links .link_block .ttl {
        font-size: 2.25svw;
    }
    .tips .tips_links .link_block .txtArea .txt {
        font-size: 1.58svw;
    }
    .tips .tips_links .link_block::before {
        bottom: -6svw;
        width: 8.5svw;
    }
    .tips .tips_links .link_block::after {
        bottom: 0.3svw;
        width: 1.4svw;
        height: 1.25svw;
    }
}
@media screen and (max-width: 599px) {
    .tips {
        padding-bottom: 0;
    }
    .tips .TitleArea h3.MainTitle {
        font-size: 40px;
    }
    .tips .TitleArea .lead {
        font-size: 18px;
    }
    .tips_inner {
        padding-bottom: 40px;
    }
    .tips_inner::before {
        background-image: url(/images/kankou/suzukacircuitpark/tip_ttlbg_sp.svg);
        top: 0;
        width: 100vw;
    }
    .tips_inner::after {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
    }
    .tips .tips_links {
        flex-direction: column;
        gap: 10px;
    }
    .tips .tips_links .link_block {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        border-radius: 15px;
        aspect-ratio: unset;
    }
    .tips .tips_links .link_block .ttl {
        font-size: 20px;
        line-height: 1.1;
        position: unset;
        padding: 0;
        text-align: left;
        margin-bottom: 5px;
    }
    .tips .tips_links .link_block .txtArea {
        padding: 0 10px;
        align-items: flex-start;
    }
    .tips .tips_links .link_block .txtArea .txt {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        padding: 0;
    }
    .tips .tips_links .link_block::before {
        width: 60px;
        transform: none;
        left: auto;
        right: -24px;
        bottom: -24px;
    }
    .tips .tips_links .link_block::after {
        width: 17px;
        height: 14px;
        transform: none;
        left: auto;
        right: 8px;
        bottom: 9px;
    }
}
@media screen and (max-width: 389px) {
    .tips .TitleArea h3.MainTitle {
        font-size: 10.256vw;
    }
    .tips .TitleArea .lead {
        font-size: 4.615vw;
    }
    .tips .tips_links .link_block .ttl {
        font-size: 5.128vw;
    }
    .tips .tips_links .link_block .txtArea .txt {
        font-size: 3.59vw;
    }
    .tips .tips_links .link_block::before {
        width: 15.385vw;
        right: -6.154vw;
        bottom: -6.154vw;
    }
    .tips .tips_links .link_block::after {
        width: 4.36vw;
        height: 3.59vw;
        right: 2.051vw;
        bottom: 2.308vw;
    }
}


/* おすすめの旅行プラン plan */
.plan {
    background-color: #F6F5F0;
    height: 100%;
    overflow: hidden;
    padding: 60px 0;
}
.plan .TitleArea {
    margin-bottom: 20px;
}
.plan .TitleArea .Description {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 300;
}
.plan .ranking-box-intermediate .text-link {
    text-decoration: underline;
    font-weight: 500;
}
.plan_recommend-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.plan_recommend-item {
    background: #fff;
    padding: 30px 20px 20px;
    width: calc(50% - 20px);
    margin: 10px;
    border: 1px solid #D1C9AE;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.plan_recommend-head {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.plan_recommend-row {
    display: flex;
}
.plan_recommend-body {
    flex: 2.56;
}
.plan_recommend-info_label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: #E8A2A2;
    line-height: 1;
    padding: 5px 8px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    white-space: nowrap;
}
.plan_recommend-info_label:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: translateX(-99.5%);
    background: linear-gradient(60deg, transparent 50%, #e8a2a2 52%);
}
.plan_recommend-info_label.label_new {
    right: 50px;
    padding: 5px 20px 5px 8px;
    background: #D1C9AE;
}
.plan_recommend-info_label.label_new:before {
    background: linear-gradient(60deg, transparent 50%, #D1C9AE 52%);
}
.plan_recommend-info_row {
    margin: 10px 0 10px 0;
}
.plan_recommend-info_row img {
    margin-right: 8px;
}
.plan_recommend-info_area {
    margin: 5px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #E8A2A2;
}
.plan_recommend-info_budget {
    margin: 5px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.plan_recommend-info-txt {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.plan_recommend-planner {
    display: flex;
    padding: 0;
    box-sizing: border-box;
    margin-top: 10px;
}
.plan_recommend-planner img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.plan_recommend-planner_name {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
}
.plan_recommend-planner_name small {
    font-size: 11px;
    display: block;
}
.plan_recommend-img {
    margin-left: 15px;
}
.plan_recommend-schedule {
    margin-top: 15px;
}
.plan_recommend-schedule_head {
    position: relative;
    margin-bottom: 5px;
}
.plan_recommend-schedule_head img {
    width: 75px;
}
.plan_recommend-schedule_head:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: calc((100% - 85px)* 2);
    background: #E8A2A2;
    border-top: 4px dashed #fff;
    transform: scale(0.5);
    transform-origin: right;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.plan_recommend-schedule_destination {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 15px;
}
.plan_recommend-schedule_destination:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    transform: rotate(45deg);
    margin-right: 5px;
}
.plan_recommend-schedule_destination small {
    font-weight: 400;
    align-self: flex-end;
    margin-left: 3px;
    font-size: 13px;
}
.plan_recommend-schedule_street {
    display: flex;
    margin: -5px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 5px);
}
.plan_recommend-schedule_street-item {
    margin: 5px;
    width: 33.333%;
    padding-right: 35px;
    position: relative;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    min-width: 234px;
}
.plan_recommend-schedule_street-item:not(:last-child):after {
    content: "";
    display: block;
    background: url('/images/plan/ranking/icon_arrow.svg') no-repeat center center / 100% auto;
    width: 28px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.plan_recommend-schedule_street-item__body {
    margin-left: 10px;
}
.plan_recommend-schedule_street-item__label {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 2px 10px 3px;
    border-radius: 35px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    transform: translateY(-2px);
}
.plan_recommend-schedule_street-item__shop {
    font-weight: 500;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}
.plan_recommend-link {
    margin: 40px auto 0;
    width: 100%;
}
.plan_recommend-link img {
    margin-right: 10px;
}
.plan_recommend-link a {
    width: 380px;
    background: #271CAD;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.plan_recommend .ContentsArea {
    position: relative;
}
.plan_recommend .ContentsArea::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #F6F5F0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.plan_recommend .ContentsArea.open {
    position: relative;
    margin-bottom: 0px;
}
.plan_recommend .ContentsArea.open::after {
    display: none;
}
.ContentsAreaMore {
    width: 100%;
    max-width: 300px;
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #000;
    border-radius: 23px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
}
.ContentsAreaMore:hover {
    opacity: .7;
}
.ContentsAreaMore span {
    font-size: 12px;
}
@media screen and (max-width: 599px) {
    .plan {
        padding: 40px 0;
    }
    .plan_recommend-list {
        flex-direction: column;
        margin: 0;
        row-gap: 10px;
    }
    .plan_recommend-item {
        width: 100%;
        margin: 0;
    }
    .plan_recommend-ttl {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .plan_recommend-img {
        width: 130px;
        margin-left: 10px;
    }
    .plan_recommend-info_area, .plan_recommend-info_budget {
        font-size: 11px;
    }
    .plan_recommend-planner_name {
        font-size: 12px;
        line-height: 1.1;
    }
    .plan_recommend-link {
        margin-top: 20px;
        width: 100%;
    }
    .plan_recommend-link a {
        font-size: 14px;
        width: 100%;
    }
}

/* 記事 共通 */
.article_block {
    position: relative;
    padding-top: 100px;
    z-index: 1;
}
.article_block::before {
    content: '';
    width: calc(50vw + 200px);
    height: 800px;
    position: absolute;
    top: 180px;
    opacity: 0.1;
    z-index: -1;
}
.article_block.no_top {
    min-height: 800px;
}
.article_block.no_top .wrap {
    padding-top: 60px;
}
.article_block.no_top::before {
    content: '';
    top: 100px;
}
.article_block.no_top .MainTitle {
    margin-bottom: 20px;
}
.topArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.topArea.ttlRight {
    flex-direction: row-reverse
} 
.topArea .MainTitle {
    margin: 0 60px;
}
.topArea .main_article {
    width: 72%;
    max-width: 860px;
}
.topArea .main_article-img {
    margin-bottom: 30px;
}
.topArea .main_article-img img {
    display: block;
    width: 100%;
}
.topArea .main_article-img a {
    display: flex;
    align-items: flex-end;
}
.topArea.ttlLeft .main_article-img a {
    flex-direction: row-reverse;
}
.topArea .main_article-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.main_article-readmore {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    padding: 20px 21px 40px;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 8px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main_article-readmore::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 60px;
}
.main_article-readmore::after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
}
.topArea.ttlLeft .main_article-readmore::before {
    transform: scaleX(-1);
}
.prArea {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 30px;
}
.pr_article-img {
    max-width: 590px;
    width: 50%;
}
.pr_article-img img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.main_article-body {
    max-width: 570px;
    width: 47.5%;
}
.pr_article-ttl {
    margin-bottom: 20px;
}
.pr_article-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
}
.pr_article-name::before {
    content: 'PR';
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1.4;
}
.pr_article-intro {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pr_article-info p {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 30px;
}
.pr_article-info p img {
    display: inline-block;
    margin-right: 5px;
}
.pr_article-info p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.pr_article-info p.pr_article-add::before {background-image: url(/images/kankou/suzukacircuitpark/icon_article_add.svg);}
.pr_article-info p.pr_article-time::before {background-image: url(/images/kankou/suzukacircuitpark/icon_article_calendar.svg);}
.pr_article-info p.pr_article-holiday::before {background-image: url(/images/kankou/suzukacircuitpark/icon_article_rest.svg);}
.pr_article-info p.pr_article-access::before {background-image: url(/images/kankou/suzukacircuitpark/icon_article_walk.svg);}
.pr_article-info p.pr_article-bus::before {background-image: url(/images/kankou/suzukacircuitpark/icon_article_bus.svg);}
.pr_article-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    column-gap: 4.35%;
}
.pr_article-btn {
    background: #fff;
    width: 31%;
    max-width: 173px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.pr_article-btn::after {
    content: '▸';
    display: inline-block;
    position: absolute;
}
.pr_article-btn:last-of-type {
    background: #E8A2A2;
    color: #fff;
}
.article_list {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.article_list img {
    display: block;
}
.article_list-item {
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    overflow: hidden;
    width: calc(25% - 15px);
    max-width: 285px;
    box-sizing: border-box;
    position: relative;
}
.article_list-item a {
    display: block;
}
.article_list-body {
    padding: 8px 10px;
}
.article_list-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 10px;
    background: #F6F5F0;
    border: 1px solid #D1C9AE;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
.article_list-location {
    display: inline-flex;
    align-items: center;
    background: #F2F2F2;
    font-size: 10px;
    line-height: 1.4;
    column-gap: 5px;
    padding: 0 10px;
    font-weight: 500;
    color: #999;
    margin-bottom: 5px;
}
.article_list-location_spot {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 151px;
}
.article_list-location_dist {
    font-size: 16px;
    color: #AF9D63;
}
.article_list-name {
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}
.article_list-add {
    width: 84%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article_list-read {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.article_list-bottom {
    width: 100%;
    padding: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.article_list-bottom a {
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.article_list-more {
    width: 380px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.article_list-more img {
    height: auto;
    margin-right: 10px;
}
.article_list-map {
    flex-direction: column;
    width: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.article_related {
    margin-top: 40px;
}
.article_related .article_related-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s linear;
    position: relative;
    gap: 20px;
}
#gourmet_article_related .article_related-wrap.open,
#kankou_article_related .article_related-wrap.open,
#yado_article_related .article_related-wrap.open {
    max-height: unset;
}
.article_related .article_related-wrap::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: 150px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.8) 55%, #fff 90%);
}
.article_related .moreBtn {
    display: block;
    width: 100%;
    max-width: 300px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-align: center;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 23px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.article_related .article_related-wrap.open::after {
    display: none;
} 
.article_related-wrap.open .moreBtn {
    display: none;
}
.article_related-item {
    width: calc(25% - 15px);
    max-width: 285px;
}
.article_related-ttl {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 10px;
}
.article_related-date {
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    color: #333;
}
@media screen and (max-width: 1120px) {
    .topArea .MainTitle {
        margin: 0;
    }
}
@media screen and (max-width: 900px) {
    .topArea .MainTitle {
        width: 18%;
    }
    .topArea .main_article {
        width: 70%;
    }
    .article_list-location {
        padding: 0 5px;
    }
    .article_list-location_spot {
        max-width: 50%;
    }
    .article_list-location_dist {
        font-size: 13px;
    }
}
@media screen and (max-width: 599px) {
    .article_block {
        padding-top: 0;
        margin-top: 80px;
    }
    .article_block::after {
        content: '';
        position: absolute;
        left: 3.9vw;
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 1;
    }
    .article_block.no_top {
        min-height: unset;
    }
    .article_block.no_top .wrap {
        padding-top: 0;
    }
    .article_block.no_top::before {
        min-height: 728px;
    }
    .article_block.no_top .MainTitle {
        text-align: center;
        padding-top: 80px;
    }
    .topArea {
        flex-direction: column;
        position: relative;
        z-index: 0;
    }
    .topArea .MainTitle {
        width: 100%;
        max-width: 92%;
        margin: 0 auto;
        padding-top: 90px;
    }
    .topArea .MainTitle img {
        width: 100%;
    }
    .topArea .main_article {
        width: 100%;
        padding: 30px 0 40px;
    }
    .topArea .main_article-img {
        margin-bottom: 20px;
    }
    .topArea .main_article-img a {
        flex-direction: column;
    }
    .main_article-readmore {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        font-size: 14px;
        letter-spacing: 0;
        padding: 9px 34px 9px 24px;
        max-height: 30px;
    }
    .main_article-readmore::before {
        border-width: 0 12px 30px 0;
        top: 0;
        left: -12px;
    }
    .main_article-readmore::after {
        border-width: 5px 0 5px 6px;
        bottom: 10px;
        right: 12px;
    }
    .topArea .main_article-txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .main_article-bottom {
        position: absolute;
        bottom: -25px;
        right: 15px;
        font-size: 16px;
        font-family: "Kaisei Opti", serif;
        display: flex;
        align-items: center;
    }
    .main_article-bottom span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border: 1px solid;
        border-radius: 50%;
        margin-left: 10px;
    }
    .main_article-bottom img {
        display: block;
    }
    .prArea {
        flex-direction: column;
        margin: 40px 0;
    }
    .article_block.no_top .prArea {
        margin-top: 20px;
    }
    .pr_article-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .main_article-body {
        width: 100%;
    }
    .pr_article-intro {
        font-size: 14px;
        margin-bottom: 15px;
        -webkit-line-clamp: 3;
    }
    .pr_article-info p {
        font-size: 12px;
    }
    .pr_article-link {
        margin-top: 15px;
    }
    .pr_article-btn {
        width: 32%;
        padding: 12px 6px 12px 0;
    }
    .article_list {
        flex-direction: column;
        gap: 15;
    }
    .article_list-item {
        background: none;
        max-width: 100%;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #CCC;
        border-radius: 0;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .article_list-item a {
        display: flex;
        column-gap: 10px;
    }
    .article_list-img {
        flex-shrink: 0;
    }
    .article_list-body {
        padding: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: 100%;
    }
    .article_list-tag {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 8px;
        top: 0;
        left: 0;
    }
    .article_list-location {
        padding: 0;
        background: none;
        margin: 0;
        position: absolute;
        bottom: 0;
        width: 88%;
    }
    .article_list-location_spot {
        font-size: 12px;
        max-width: 60%;
    }
    .article_list-location_dist {
        font-size: 14px;
    }
    .article_list-read {
        right: 0;
        bottom: 0;
    }
    .article_list-bottom {
        padding: 20px 0 40px;
        column-gap: 8px;
    }
    .article_list-bottom a {
        font-size: 16px;
    }
    .article_list-more img {
        margin-right: 5px;
    }
    .article_list-bottom .article_list-map {
        font-size: 11px;
    }
    .article_related {
        margin-top: 0;
    }
    .article_related-item {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #CCC;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .article_related-img {
        flex-shrink: 0;
    }
    .article_related-img img {
        width: 160px;
        height: 90px;
        object-fit: cover;
        object-position: center;
    }
    .article_related-ttl {
        font-size: 13px;
        margin-top: 0;
    }
    .article_related .article_related-wrap {
        max-height: 800px;
    }
    .article_related .moreBtn {
        border-radius: 5px;
    }
}

/* グルメ gourmet */
#gourmet::before {
    right: 0;
    border-radius: 100px 0 0 100px;
    background: #EFBF22;
}
#gourmet .main_article-readmore {
    background: #EFBF22;
}
#gourmet .main_article-readmore::before {
    border-color: transparent transparent transparent #EFBF22;
}
#gourmet .article_list-more {
    background: #EFBF22;
}
#gourmet .article_list-map {
    background-image: url(/images/kankou/suzukacircuitpark/gourmet_map_bg.svg);
    background-color: #EFBF22;
}
#gourmet .backBtn {
    background: #EFBF22;
}
#gourmet .searchFacilityaWrap .toggle {
    background: #EFBF22;
}
#gourmet .searchFacilityaWrap .facilityList li .facilityText .facilityInfo .facilityAccess {
    color: #DBA800;
}
#gourmet .searchFacilityaWrap .facilityList li {
    border-color: #EFBF22;
}
#map-canvas-gourmet {
    width: 100%;
    height: 100%;
}

/* レジャー kankou */
#kankou::before {
    left: 0;
    border-radius: 0 100px 100px 0;
    background: #F5B581;
}
#kankou .main_article-readmore {
    background: #F5B581;
}
#kankou .main_article-readmore::before {
    border-color: transparent transparent transparent #F5B581;
}
#kankou .article_list-more {
    background: #F5B581;
}
#kankou .article_list-map {
    background-image: url(/images/kankou/suzukacircuitpark/kankou_map_bg.svg);
    background-color: #F5B581;
}
#kankou .backBtn {
    background: #F5B581;
}
#kankou .searchFacilityaWrap .toggle {
    background: #F5B581;
}
#kankou .searchFacilityaWrap .facilityList li .facilityText .facilityInfo .facilityAccess {
    color: #F5B581;
}
#kankou .searchFacilityaWrap .facilityList li {
    border-color: #F5B581;
}
.map #map-canvas-kankou {
    width: 100%;
    height: 100%;
}

/* 旅館・ホテル  yado */
#yado {
    padding-bottom: 100px;
}
#yado::before {
    right: 0;
    border-radius: 100px 0 0 100px;
    background: #66B2DD;
}
#yado .main_article-readmore {
    background: #66B2DD;
}
#yado .main_article-readmore::before {
    border-color: transparent transparent transparent #66B2DD;
}
#yado .article_list-more {
    background: #66B2DD;
}
#yado .article_list-map {
    background-image: url(/images/kankou/suzukacircuitpark/yado_map_bg.svg);
    background-color: #66B2DD;
}
#yado .backBtn {
    background: #66B2DD;
}
#yado .searchFacilityaWrap .toggle {
    background: #66B2DD;
}
#yado .searchFacilityaWrap .facilityList li .facilityText .facilityInfo .facilityAccess {
    color: #66B2DD;
}
#yado .searchFacilityaWrap .facilityList li {
    border-color: #66B2DD;
}
.map #map-canvas-yado {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 599px) {
    #yado {
        padding-bottom: 80px;
    }
    #gourmet::before, 
    #kankou::before, 
    #yado::before {
        top: 0;
        width: 100vw;
        height: 100vw;
        border-radius: 50vw 50vw 0 0;
    }
    #gourmet::after {
        background-image: url(/images/kankou/suzukacircuitpark/gourmet_txt_bg.svg);
        top: 2.57vw;
        width: 22.82vw;
        height: 24vw;
    }
    #kankou::after {
        background-image: url(/images/kankou/suzukacircuitpark/kankou_txt_bg.svg);
        top: 5.1vw;
        width: 19.5vw;
        height: 18.7vw;
    }
    #yado::after {
        background-image: url(/images/kankou/suzukacircuitpark/yado_txt_bg.svg);
        top: 0;
        width: 26.7vw;
        height: 25.13vw;
    }
    #gourmet .main_article-readmore::before {
        border-color: transparent #EFBF22 transparent transparent;
    }
    #kankou .main_article-readmore::before {
        border-color: transparent #F5B581 transparent transparent;
    }
    #yado .main_article-readmore::before {
        border-color: transparent #66B2DD transparent transparent;
    }
    #gourmet .main_article {
        background: #fdf8e8;
    }
    #gourmet .main_article-bottom {
        color: #EFBF22;
    }
    #kankou .main_article {
        background: #fef7f2;
    }
    #kankou .main_article-bottom {
        color: #F5B581;
    }
    #yado .main_article {
        background: #eff7fb;
    }
    #yado .pr_article-btn:last-of-type {
        padding: 2% 3.5%;
        line-height: 1.2;
    }
    #yado .main_article-bottom {
        color: #66B2DD;
    }
    #popMap-gourmet .mapTop {
        background: #EFBF22;
    }
    .mapWrap .backBtn {
        background: none;
    }
    #popMap-gourmet .toggle, #popMap-gourmet .searchFacilityaWrapSp .facilityList li .facilityText .facilityInfo .facilityAccess {
        color: #DBA800;
    }
    #popMap-kankou .mapTop {
        background: #F5B581;
    }
    #popMap-kankou .toggle, #popMap-kankou .searchFacilityaWrapSp .facilityList li .facilityText .facilityInfo .facilityAccess {
        color: #F5B581;
    }
    #popMap-yado .mapTop {
        background: #66B2DD;
    }
    #popMap-yado .toggle, #popMap-yado .searchFacilityaWrapSp .facilityList li .facilityText .facilityInfo .facilityAccess {
        color: #66B2DD;
    }
}


/* article page */
.articleWrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.articleMainBlock {
    max-width: 800px;
    width: 67%;
}
.articleSideBlock {
    max-width: 340px;
    width: 28.5%;
}
.articleTopImg {
    margin-bottom: 15px;
}
.articleTopTitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.articleTopText {
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 20px;
}
.articleTitle {
    margin-top: 40px;
    font-size: 23px;
    font-weight: 500;
}
.articleSubTitle {
    font-weight: 500;
    font-size: 23px;
    color: #333;
    line-height: 1.5;
    margin-top: 20px;
}
.articleText {
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    margin-top: 15px;
}
.articleInfoWrap {
    background: #F7F7F7;
    padding: 30px 35px 40px;
    margin-top: 30px;
}
.articleInfoWrap .infoName {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
}
.articleInfoWrap .articleInfo {
    position: relative;
    margin-top: 20px;
}
.articleInfoWrap .articleInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
.articleInfoWrap .articleInfo dl dt {
    width: 60px;
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.articleInfoWrap .articleInfo dl dd {
    width: calc(100% - 92px);
    font-weight: 300;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.articleInfoWrap .articleInfo dl dt:first-child,
.articleInfoWrap .articleInfo dl dt:first-child + dd { 
    margin-top: 0;
}
.articleInfoWrap .articleInfo dl dd:nth-of-type(-n+3) {
    padding-right: 125px;
}
.articleInfoWrap .articleInfo .link_out {
    color: #F5B581;
    font-weight: 500;
    text-decoration: underline;
}
.articleInfoWrap .articleInfo .link_out::after {
    background-image: url(/images/kankou/suzukacircuitpark/icon_link_color.svg);
}
.articleInfoLink {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}
.articleInfoLink .articleBtn {
    width: 245px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: relative;
}
.articleInfoLink .articleBtn::after {
    content: '▸';
    display: inline-block;
    margin-left: 5px;
    position: absolute;
}
.articleInfoLink .articleBtn.reservationBtn {
    background: #E39313!important;
}
.articleInfoWrap .map {
    position: absolute;
    top: 0;
    right: 0;
}
.articleInfoWrap .map a {
    display: block;
}
.articleInfoWrap .map a img {
    width: 100%;
    max-width: 98px;
    height: auto;
}
.articleBottomLink {
    margin: 60px auto;
    max-width: 500px;
    width: 100%;
}
.articleBottomLink a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 24px 40px;
    position: relative;
    border-radius: 20px;
}
.articleBottomLink a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000;
}

/* article side */
.sideBlock {
    margin-bottom: 40px;
}
.sideBlockTitle {
    color: #333;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 5px;
}
.sideBlockTitle img {
    display: block;
}
.sideRelationList {
    margin-top: 15px;
}
.sideRelationList li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sideRelationList li a {
    display: flex;
    justify-content: space-between;
}
.sideRelationText {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 61.7%;
    max-width: 210px;
    position: relative;
    box-sizing: border-box;
}
.sideRelationTitle {
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sideRelationDate {
    color: #333;
    width: calc(100% - 30px);
    font-weight: 500;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
}
/* article slider */
.articleSlidImg2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.articleSlidImg2 .swiper-main--wrap {
    width: calc(100% - 104px);
    position: relative;
}
.articleSlidImg2 .swiper-main--wrap .swiper-main {
    width: calc(100% - 15px);
    max-width: 680px;
    margin-left: 0;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.articleSlidImg2 .swiper-main--wrap .swiper-main .swiper-slide img {
    width: 100%;
    height: auto;
}
.articleSlidImg2 .swiper-thumbnail {
    width: 104px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.articleSlidImg2 .swiper-thumbnail .swiper-wrapper {
    display: block;
}
.articleSlidImg2 .swiper-thumbnail .swiper-slide {
    width: 104px;
    height: auto;
    margin-bottom: 5px;
    opacity: 0.4;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.articleSlidImg2 .swiper-thumbnail .swiper-slide:last-child {
    margin: 0;
}
.articleSlidImg2 .swiper-thumbnail .swiper-slide img {
    width: 100%;
    max-height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}
.articleSlidImg2 .swiper-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}
.articlePickupImg {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
}
/* article gourmet */
.gourmet_article .articleTitle {
    color: #333;
    padding-bottom: 5px;
    border-bottom: 3px solid #EFBF22;
}
.gourmet_article .articleInfoWrap .articleInfo .link_out {
    color: #E3B109;
}
.gourmet_article .articleInfoWrap .articleInfo .link_out::after {
    background-image: url(/images/kankou/suzukacircuitpark/icon_link_gourmet.svg);
}
.gourmet_article .articleInfoLink .articleBtn {
    background: #EFBF22;
}
.gourmet_article .articleInfoWrap .infoName {
    border-bottom: 2px solid #EFBF22;
}
.gourmet_article .articleSlidImg2 .swiper-thumbnail .swiper-slide-thumb-active {
    border-color: #D1B100;
}
.gourmet_article .sideBlockTitle {
    border-bottom: 3px solid #EFBF22;
}
.gourmet_article .sideRelationList li::after {
    content: "";
    background-image: linear-gradient(to right, #EFBF22, #EFBF22 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
/* article kankou */
.kankou_article .articleTitle {
    color: #000;
    padding-left: 18px;
    position: relative;
}
.kankou_article .articleTitle::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 30px;
    background: #F5B581;
    left: 0;
    top: 7px;
}
.kankou_article .articleInfoLink .articleBtn {
    background: #EFBF22;
}
.kankou_article .articleInfoWrap .infoName {
    position: relative;
}
.kankou_article .articleInfoWrap .infoName::after {
    content: "";
    background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* article yado */
.yado_article .articleTitle {
    color: #333;
    padding-bottom: 5px;
    border-bottom: 3px solid #66B2DD;
}
.yado_article .articleInfoWrap .articleInfo .link_out {
    color: #66B2DD;
}
.yado_article .articleInfoWrap .articleInfo .link_out::after {
    background-image: url(/images/kankou/suzukacircuitpark/icon_link_yado.svg);
}
.yado_article .articleInfoLink .articleBtn {
    background: #66B2DD;
}
.yado_article .articleInfoWrap .infoName {
    border-bottom: 2px solid #66B2DD;
}
@media screen and (max-width: 599px) {
    .articleWrap {
        display: block;
        margin-top: 5px;
    }
    .articleMainBlock, .articleSideBlock {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .articleTopTitle {
        font-size: 23px;
    }
    .articleTopText {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .articleTitle {
        font-size: 18px;
        line-height: 1.4;
    }
    .articleSubTitle {
        font-size: 18px;
    }
    .articleText {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .articleInfoLink {
        flex-direction: column;
        row-gap: 15px;
        margin-top: 20px;
    }
    .articleInfoLink .articleBtn {
        width: 88%;
        margin: auto;
        display: block;
        line-height: 1.5;
        font-size: 16px;
        padding: 10px 0;
    }
    .articleInfoWrap {
        padding: 20px 7%;
        margin: 20px -4% 0;
        position: relative;
    }
    .articleInfoWrap .infoName {
        font-size: 16px;
    }
    .articleInfoWrap .articleInfo {
        margin-top: 15px;
    }
    .articleInfoWrap .articleInfo dl {
        font-size: 12px;
    }
    .articleInfoWrap .articleInfo dl dt {
        width: 50px;
        font-size: 12px;
        margin-top: 15px;
        margin-right: 15px;
    }
    .articleInfoWrap .articleInfo dl dd {
        width: calc(100% - 65px);
        font-size: 12px;
        margin-top: 15px;
    }
    .articleInfoWrap .articleInfo dl dd:nth-of-type(-n+3) {
        padding-right: 0;
    }
    .articleInfoWrap .articleInfo dl dd.address {
        padding-right: 60px !important;
        min-height: 53px;
    }
    .articleInfoWrap .map {
        width: 52px;
    }
    .articleSlidImg2 {
        display: block;
    }
    .articleSlidImg2 .swiper-main--wrap {
        width: 100%;
        position: relative;
    }
    .articleSlidImg2 .swiper-main--wrap .swiper-main {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .articleSlidImg2 .swiper-thumbnail {
        max-width: unset;
        width: 100%;
    }
    .articleSlidImg2 .swiper-thumbnail .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 2%;
        border-width: 1px;
    }
    .articleSlidImg2 .swiper-thumbnail .swiper-slide {
        width: 15% !important;
        height: auto;
        margin-right: 2%;
        border-width: 1px;
    }
    .articlePickupImg {
        top: 10px;
        left: 10px;
    }
    .articleBottomLink {
        margin: 40px 0;
    }
    .articleBottomLink a {
        padding: 16px 20px;
    }
    .sideBlockTitle {
        font-size: 18px;
    }
    .sideRelationList .articleImg {
        width: 120px;
        object-fit: cover;
        object-position: center;
    }
    .sideRelationText {
        flex: 1;
        max-width: unset;
        width: auto;
        margin-left: 10px;
    }
    .gourmet_article .articleTitle {
        border-width: 2px;
    }
    .kankou_article .articleTitle::before {
        height: 100%;
        top: 0;
    }
}

/* article tabs */
.articleSpotTitle {
    margin-top: 40px;
}
.nearestSection .spotTab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    column-gap: 30px;
}
.nearestSection .spotTab input {
    display: none;
}
.nearestSection .spotTab .tabItem {
    display: block;
    flex-grow: 1;
    width: 37.5%;
    max-width: 300px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    padding: 8px 0px;
    border-bottom: unset;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    cursor: pointer;
}
.nearestSection .spotTab input:checked+.tabItem {
    color: #FFF;
    background: #000;
}
.nearestSection .aroundInfoWrap {
    scrollbar-width: thin;
    position: relative;
}
.nearestSection .aroundInfoWrap {
    display: none;
}
.nearestSection .aroundInfoWrap.on {
    display: block;
}
.nearestSection .aroundInfoWrap .swiper-container {
    padding-bottom: 10px;
}
.nearestSection .aroundInfoWrap .aroundInfoList {
    display: inline-flex;
    margin-top: 20px;
}
.nearestSection .aroundInfoWrap .aroundInfoList li {
    width: 260px;
    border: 1px solid #999;
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
}
.nearestSection .aroundInfoWrap .aroundInfoList li:before {
    content: "";
    display: block;
    width: 32px;
    height: 33px;
    background-image: url(/images/kankou/suzukacircuitpark/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 16px;
    right: 10px;
}
.nearestSection .aroundInfoWrap .aroundInfoList li a {
    display: block;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoImgWrap {
    position: relative;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoImgWrap img {
    width: 100%;
    height: auto;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap {
    width: 100%;
    padding: 8px 10px 15px;
    box-sizing: border-box;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTag {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    line-height: 1.2;
    padding: 4px 12px;
    background: #F6F5F0;
    border: 1px solid #D1C9AE;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap .aroundInfoDistance {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    background: #F2F2F2;
    padding: 1px 6px;
    box-sizing: border-box;
    line-height: 1.4;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap .aroundInfoDistance .spotName {
    display: inline-block;
    color: #999;
    font-size: 11px;
    margin-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap .aroundInfoDistance .small {
    display: inline-block;
    color: #999;
    font-size: 10px;
    margin-right: 6px;
    flex-shrink: 0;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap .aroundInfoDistance .num {
    display: inline-block;
    color: #AF9D63;
    font-size: 16px;
    flex-shrink: 0;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap .aroundInfoTitle {
    width: 100%;
    min-height: 39px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 6px;
}
.nearestSection .aroundInfoWrap .aroundInfoList li .aroundInfoTextWrap .aroundInfoAddress {
    width: calc(100% - 45px);
    min-height: 38px;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nearestSection .aroundInfoWrap .swiper-button-next, .nearestSection .aroundInfoWrap .swiper-button-prev {
    position: absolute;
    margin-top: 0;
    width: 30px;
    height: 45px;
    bottom: calc(50% - 40px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    top: unset;
    left: unset;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.nearestSection .aroundInfoWrap .swiper-button-prev {
    left: 0;
}
.nearestSection .aroundInfoWrap .swiper-button-next {
    right: 0;
}
.nearestSection .aroundInfoWrap .swiper-button-next.swiper-button-disabled, .nearestSection .aroundInfoWrap .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
}
.nearestSection .aroundInfoWrap .swiper-button-prev:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    top: 35%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 12px;
}
.nearestSection .aroundInfoWrap .swiper-button-next:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    top: 35%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 7px;
}
@media screen and (max-width: 599px) {
    .articleSpotTitle {
        margin-top: 20px;
    }
    .nearestSection .spotTab {
        column-gap: 15px;
    }
    .nearestSection .spotTab .tabItem {
        max-width: 150px;
        font-size: 14px;
    }
    .nearestSection .aroundInfoWrap .swiper-container {
        margin: 0 -4%;
        padding: 0 4% 10px;
    }
    .nearestSection .aroundInfoWrap .swiper-scrollbar {
        height: 4px;
    }
}

/* hitokoto */
.articleHitokotoWrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.articleHitokotoCol {
    flex: 1;
}
.articleHitokoto {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 58px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    cursor: pointer;
}
.articleHitokoto:hover {
    opacity: 0.7;
}
.articleHitokotoLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.articleHitokotoImg {
    width: 45px;
    line-height: 1;
}
.articleHitokotoImg img {
    border-radius: 50%;
    width: 100%;
}
.articleHitokotoText {
    width: 60px;
    margin-left: 8px;
    margin-right: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.articleHitokotoText p {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.articleHitokotoText p span {
    display: block;
}
.articleHitokotoFukidashi {
    position: relative;
    display: inline-block;
    margin: 0px 0 0px 0px;
    padding: 13px 12px;
    color: #333;
    font-size: 12px;
    background: #FFF;
    border: solid 1px #888;
    width: calc(100% - 110px);
    border-radius: 10px;
}
.articleHitokotoFukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -2px;
    border: 2px solid transparent;
    border-right: 4px solid #FFF;
    z-index: 2;
}
.articleHitokotoFukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-right: 6px solid #555;
    z-index: 1;
}
.articleHitokotoFukidashi img {
    position: absolute;
    top: -6px;
    left: 9px;
    background: #fff;
    padding: 1px 3px;
}
.articleHitokotoFukidashi p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
}
.articleTaiken {
    margin-top: 25px;
}
.articleTaiken a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.articleTaiken a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.articleTaiken .articleTaikenImg {
    width: 110px;
}
.articleTaiken .articleTaikenImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100px;
    vertical-align: top;
}
.articleTaiken .articleTaikenText {
    background: #F7F1EC;
    padding: 14px 30px 14px 15px;
    width: calc(100% - 155px);
}
.articleTaiken .articleTaikenText .articleTaikenTextTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.articleTaiken .articleTaikenText .articleTaikenTextPlanner {
    margin-left: 15px;
    width: 23px;
}
.articleTaiken .articleTaikenText .articleTaikenTextPlanner img {
    border-radius: 50%;
}
.articleTaiken .articleTaikenText .articleTaikenTextTop span {
    display: block;
}
.articleTaiken .articleTaikenText .articleTaikenTextTop span img {
    line-height: 1;
    display: block;
}
.articleTaiken .articleTaikenText .articleTaikenTextTop .articleTaikenTextSub {
    font-size: 10px;
    padding-bottom: 5px;
    margin-left: 2px;
    font-weight: 300;
}
.articleTaiken .articleTaikenText .articleTaikenTextdisc {
    font-size: 12px;
    margin-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 300;
}
#kankou .bgPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.articleHitokotoPop {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    position: fixed;
    z-index: 50;
    padding: 30px 40px 35px;
    border-radius: 20px;
    min-width: 720px;
}
.articleHitokotoPop .articleHitokotoPopTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.articleHitokotoPop .articleHitokotoPopImg img {
    border-radius: 50%;
}
.articleHitokotoPop .articleHitokotoPopText {
    margin-left: 20px;
}
.articleHitokotoPop .articleHitokotoPopText p {
    font-size: 14px;
    font-weight: 300;
}
.articleHitokotoPop .articleHitokotoPopText p span {
    margin-right: 2px;
}
.articleHitokotoPop .articleHitokotoPopLead {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
.articleHitokotoPop .articleHitokotoPopBtn {
    display: block;
    margin-top: 25px;
    margin-left: auto;
}
.articleHitokotoPop .articleHitokotoClose {
    position: absolute;
    top: 30px;
    right: 30px;
}
.articleHitokotoPopBtn {
    margin-top: 0;
    text-align: center;
    max-width: 240px;
    width: 100%;
    border: 1px solid #000;
    color: #333;
    font-size: 14px;
    background: #F5B581;
    border-radius: 20px;
    padding: 8px 6px 8px 0;
    position: relative;
    line-height: 1.4;
}
.articleHitokotoPopBtn::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 14px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/images/kankou/suzukacircuitpark/Icon_arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}
.areaTaikenMore {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
}
@media screen and (max-width: 599px) {
    .articleHitokotoPopBtn {
        font-size: 16px;
        line-height: 1.5;
        border-radius: 23px;
        padding: 9.5px 0;
        position: relative;
        max-width: 88%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .articleHitokotoPopBtn::after {
        width: 31px;
        height: 31px;
        bottom: 6px;
    }
    .articleHitokotoLeft {
        flex-direction: column;
    }
    .articleHitokotoImg {
        width: 41px;
    }
    .articleHitokotoText p {
        line-height: 1.2;
    }
    .articleHitokotoFukidashi p {
        -webkit-line-clamp: 2;
    }
    .articleTaiken {
        margin-top: 15px;
    }
    .articleTaiken .articleTaikenImg {
        width: 91px;
    }
    .articleTaiken .articleTaikenImg img {
        height: 83px;
    }
    .articleTaiken .articleTaikenText {
        width: calc(100% - 91px);
        padding: 11px 25px 11px 11px;
    }
    .articleTaiken .articleTaikenText .articleTaikenTextPlanner {
        width: 21px;
        margin-left: 10px;
    }
    .articleTaiken .articleTaikenText .articleTaikenTextdisc {
        margin-top: 5px;
        line-height: 1.34;
    }
    .articleTaiken .articleTaikenText .articleTaikenTextTop .articleTaikenTextSub {
        padding-bottom: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .articleHitokotoPop {
        min-width: 70%;
    }
    .articleHitokotoPop .articleHitokotoClose {
        top: 15px;
        right: 15px;
    }
    .articleHitokotoWrap {
        flex-direction: column;
    }
    .articleHitokotoCol {
        display: flex;
        column-gap: 15px;
        width: 100%;
        align-items: flex-start;
    }
    .articleHitokotoCol .articleHitokoto {
        position: relative;
        height: unset;
        z-index: 0;
        position: relative;
        flex: 1;
    }
    .articleHitokotoCol .articleHitokotoLeft {
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 2;
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0px;
        flex-direction: row;
    }
    .articleHitokotoCol .articleHitokotoLeft .articleHitokotoImg {
        width: 30px;
        height: auto;
        display: inline-block;
    }
    .articleHitokotoCol .articleHitokotoLeft .articleHitokotoImg img {
        width: 30px;
        height: auto;
        display: inline-block;
    }
    .articleHitokotoCol .articleHitokotoLeft .articleHitokotoText {
        width: calc(100% - 52px);
        margin-left: 8px;
        margin-right: 0;
        line-height: 1.2;
        margin-top: 0px;
        display: inline-block;
    }
    .articleHitokotoCol .articleHitokotoLeft .articleHitokotoText span {
        display: inline-block;
    }
    .articleHitokotoCol .articleHitokotoFukidashi {
        width: 100%;
        padding: 52px 15px 15px 15px;
    }
    .articleHitokotoCol .articleHitokotoFukidashi::before, 
    .articleHitokotoCol .articleHitokotoFukidashi::after {
        display: none;
    }
    .articleHitokotoCol .articleHitokotoFukidashi p {
        -webkit-line-clamp: 3;
        line-height: 1.4;
        margin-top: 0;
    }
    .areaTaikenMore {
        text-align: center;
        text-decoration: underline;
        margin-top: 10px;
    }
}


/* iOS26不具合暫定対応 */
@media screen and (max-width: 599px) {
    body#landmark .ios-fix {
        display: block !important;
        position: relative;
        z-index: 99999;
        pointer-events: none;
    }
    body#landmark .ios-fix::before {
        content: "";
        width: 100%;
        height: 200px;
        position: fixed;
        top: -200px;
        left: 0;
        background-color: #FFF;
        pointer-events: none;
    }
}