.container, p {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}
p.small, p>.small {
    font-size: 12px;
}
p.big, p>.big {
    font-size: 16px;
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container img {
    vertical-align: top;
}
.container a:hover {
    text-decoration: none;
}
a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto;
}
a.yellow {
    background-color: #E8FF69;
    border: 1px solid #261857;
    color: #261857;
}
.link_out {
    position: relative;
}
.link_out::after {
    content: '';
    display: inline-block;
    background: url(/images/kankou/nagarekawa/icon_link_w.svg) no-repeat center /auto;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    vertical-align: -2px;
}
#menu_bar.fixed .navbar li .min {
    display: none;
}
* {
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1120px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .wrap {
        width: 92%;
    }
}
@media screen and (min-width: 960px) {
    body {
        min-width: auto;
    }
    
}
@media screen and (max-width: 599px) {
    body.fixed {
        position: fixed!important;
    }
    p.big, p>.big {
        font-size: 14px;
    }
}
/* fv */
.fv {
    position: relative;
}
.fv::before {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/fv_frame_topleft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 346px;
    max-height: 346px;
    width: 25.33vw;
    height: 25.33vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.fv::after {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/fv_frame_bottomright.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 346px;
    max-height: 346px;
    width: 25.33vw;
    height: 25.33vw;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 3;
}
.fv .item03 {
    position: absolute;
    width: 14.42vw;
    height: 8.57vw;
    max-width: 197px;
    max-height: 117px;
    top: 1.24vw;
    left: 61px;
    z-index: 5;
}
.fv .item04 {
    position: absolute;
    width: 8.13vw;
    height: 10.83vw;
    max-width: 111px;
    max-height: 148px;
    top: 8.35vw;
    left: 2px;
    z-index: 5;
}
.fv .item05 {
    position: absolute;
    width: 7.83vw;
    height: 13.03vw;
    max-width: 107px;
    max-height: 178px;
    bottom: 5.27vw;
    right: 12px;
    z-index: 5;
}
.fv .item06 {
    position: absolute;
    width: 17.13vw;
    height: 10.54vw;
    max-width: 234px;
    max-height: 144px;
    bottom: -3.60vw;
    right: 0;
    z-index: 5;
}
.fv .maintitle {
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 466px;
    height: 465px;
    margin-top: 10vh;
}
.fv .maintitle_inner {
    position: relative;
    content: "";
    width: 466px;
    height: 465px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 5s;
}
.fv .bg {
    position: absolute;
    top: 0;
    left: 0;
}
.fv .maintitle .maintitle_txt {
    position: relative;
    color: #261757;
    font-weight: bold;
    font-size: 100px;
    font-family: "Zen Kaku Gothic New", serif;
    line-height: 0.92;
    text-align: center;
    text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
    margin-bottom: 30px;
}
.fv .maintitle .maintitle_txt .sub {
    font-size: 68px;
}
.fv .maintitle .maintitle_txt .hiroshima {
    position: absolute;
    background-color: #261757;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 200%;
    text-shadow: none;
    top: 10px;
    left: -46px;
}
.fv .maintitle .subtitle {
    display: inline-flex;
    background-color: #44C12D;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 7px 15px;
    line-height: 100%;
    text-shadow: none;
    display: inline-block;
    word-break: keep-all;
    position: absolute;
    left: 0;
    bottom: -70px;
    -webkit-font-smoothing: antialiased;
}
.fv .maintitle_inner .subtxt {
    position: absolute;
    top: -19px;
    left: -73px;
}
.fv .item01 {
    position: absolute;
    bottom: 107px;
    left: -84px;
}
.fv .item02 {
    position: absolute;
    top: 73px;
    right: -28px;
}
.fv .splide__track {
    position: relative;
}
.fv .splide__track::before {
    content: '';
    position: absolute;
    background: #fff;
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.fv .splide__list .splide__slide img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
    .fv .maintitle_inner .subtxt {
        left: -34px;
    }
}
    .fv .splide__list .splide__slide img {
        height: 600px;
        object-fit: cover;
    }
}

@media screen and (min-width: 390px) and (max-width: 599px) {
    /*599px~290pxまでfvの高さを550pxで固定する*/
    .fv .splide__list .splide__slide img {
        height: 550px;
        object-fit: cover;
    }
    .fv .maintitle {
        margin-top: 17vh;
    }
}
@media screen and (max-width: 599px) {
    .fv::before,
    .fv::after {
        max-width: 200px;
        max-height: 200px;
        width: 51.28vw;
        height: 51.28vw;
    }
    .fv .item03 {
        max-width: 118px;
        max-height: 70px;
        width: 30.26vw;
        height: 17.95vw;
    }
    .fv .item04 {
        max-width: 59px;
        max-height: 79px;
        width: 15.13vw;
        height: 20.26vw;
    }
    .fv .item05 {
        max-width: 65px;
        max-height: 108px;
        width: 16.67vw;
        height: 27.69vw;
        bottom: 13.59vw;
        right: -0.03vw;
    }
    .fv .item06 {
        max-width: 143px;
        max-height: 87px;
        width: 36.67vw;
        height: 22.31vw;
        bottom: -8.21vw;
        right: 3.08vw;
    }
    .fv .maintitle,
    .fv .bg,
    .fv .maintitle_inner {
        width: 296px;
        height: 295px;
    }
    .fv .maintitle {
        margin-top: 20vh;
    }
    .fv .maintitle_inner .subtxt {
        left: -9.74vw;
        top: -7.69vw;
    }
    .fv .maintitle .maintitle_txt {
        font-size: 80px;
        line-height: 0.838;
    }
    .fv .maintitle .maintitle_txt .sub {
        font-size: 50px;
    }
    .fv .maintitle .maintitle_txt .hiroshima {
        font-size: 20px;
        padding: 15px;
        top: 3px;
        left: -34px;
    }
    .fv .maintitle .subtitle {
        font-size: 16px;
        padding: 5px 12px;
        left: calc(50% - 104px);
        bottom: -48px;
    }
    .fv .item01 {
        bottom: 65px;
        left: -61px;
    }
    .fv .item02 {
        top: 42px;
        right: -28px;
    }
}

@media screen and (max-width: 389px) {
    /*390px以下でFVの要素を収縮させる*/
    .fv .maintitle,
    .fv .bg,
    .fv .maintitle_inner {
        width: 75.9vw;
        height: 75.64vw;
    }
    .fv .maintitle .maintitle_txt {
        font-size: 20.51vw;
        line-height: 73%;
        margin-bottom: 2.69vw;
    }
    .fv .maintitle .maintitle_txt .sub {
        font-size: 12.82vw;
    }
    .fv .maintitle .maintitle_txt .hiroshima {
        font-size: 5.13vw;
        padding: 3.85vw;
    }
    .fv .maintitle .subtitle {
        bottom: -10.31vw;
        font-size: 4.1vw;
        padding: 1.28vw 3.08vw;
    }
    .fv .maintitle_inner .subtxt {
        width: 48.21vw;
        height: 25.64vw;
        z-index: 5;
    }
    .fv .item01 {
        width: 25.9vw;
        height: 25.38vw;
        bottom: 52px;
        left: -56px;
    }
    .fv .item02 {
        width: 23.59vw;
        height: 24.1vw;
    }
}


/* intro */
.intro {
    background: #261757;
}
.intro .MainTitle {   
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #E8FF69;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}
.intro .MainTitle::before {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/intro_line.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 470px;
    height: 52px;
    position: absolute;
    top: 18px;
    left: -204px;
    z-index: -1;
}
.intro .wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.intro_txt {
    width: 50%;
    max-width: 600px;
    padding: 80px 0 95px;
}
.intro_txt p {
    font-weight: 500;
    color: #fff;
}
.intro_img {
    width: 50%;
    max-width: 467px;
    position: relative;
    margin: 0 40px;
    display: flex;
    align-items: center;
}
.intro_img .txt {
    border: 1px solid #D53939;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 380px;
    height: 130px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.intro_img .txt::after {
    content: '';
    position: absolute;
    background: url(/images/kankou/nagarekawa/bubble.svg) no-repeat top right / auto;
    width: 21px;
    height: 33px;
    top: 63%;
    right: -21px;
    z-index: -1;
}
.intro_img .txt p {
    color: #D53939;
    font-weight: 500;
}
.intro_illust {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1120px) {
    .intro_img .txt {
        width: 72%;
        height: auto;
    }
    .intro_img {
        margin-right: 0;
    }
}
@media screen and (max-width: 900px) {
    .intro_img .txt {
        width: 68%;
        height: auto;
        padding: 20px;
    }
    .intro_img {
        margin-left: 25px;
    }
}
@media screen and (max-width: 599px) {
    .intro {
        padding: 40px 0;
        position: relative;
        z-index: 0;
    }
    .intro .wrap {
        flex-direction: column;
    }
    .intro .MainTitle {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .intro_txt, .intro_img {
        width: 100%;
        justify-content: center;
    }
    .intro_txt {
        padding: 0;
        margin-bottom: 20px;
    }
    .intro_img {
        margin: 0;
    }
    .intro_img .txt {
        width: 100%;
        padding: 25px 20px;
    }
    .intro_img .txt::after {
        display: none;
    }
    .intro_illust {
        z-index: -1;
        width: 85px;
        top: 15px;
        right: 15px;
        opacity: 0.8;
    }
    .intro .MainTitle::before {
        left: calc(50% - 235px);
    }
}

/* news */
.news {
    background: #D1C9AE;
    padding: 15px 0;
}
.news_list {
    display: flex;
    font-weight: 500;
}
.news_list p {
    color: #fff;
    line-height: 2;
}
.news_list .tag {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 8px;
    margin-right: 15px;
}
.news_list:hover  {
    opacity: 1;
}
.news_list:hover p {
    text-decoration: underline;
}
/* menu */
.navbar {
    height: 92px;
    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;
}
.navbar li svg {
    transition: transform .2s ease;
}
.navbar li a:hover {
    opacity: 1;
    color: #3D2A7B;
}
.navbar li a:hover svg {
    fill: #3D2A7B;
    transform: translateY(-5px);
}
.navbar li span {
    display: block;
    margin-bottom: 5px;
}
#menu_bar.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    background: #fff;
    width: 100%;
    transition: all .3s ease-in-out;
    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 span {
    margin-bottom: 0;
    margin-right: 8px;
}
#menu_bar.fixed .navbar li a:hover {
    color: #3D2A7B;
}
#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: 15px; height: 22px;}
#menu_bar.fixed .navbar li:nth-child(2) svg {width: 18px; height: 17px;}
#menu_bar.fixed .navbar li:nth-child(3) svg {width: 17px; height: 15px;}
#menu_bar.fixed .navbar li:nth-child(4) svg {width: 17px; height: 17px;}
#menu_bar.fixed .navbar li:nth-child(5) svg {width: 20px; height: 16px;}
#menu_bar.fixed .navbar li:nth-child(6) svg {width: 20px; height: 16px;}
@media screen and (max-width: 1120px) {
    #menu_bar.fixed .navbar li {
        padding: 0 3vmin;
    }
}
@media screen and (max-width: 900px) {
    .navbar {
        gap: 2vmin;
    }
    #menu_bar.fixed .navbar li {
        padding: 0 1vmin;
    }
}
@media screen and (max-width: 599px) {
    .navbar {
        flex-wrap: wrap;
        height: auto;
        gap: 0;
    }
    .navbar li {
        width: calc(33.334vw - 1px);
    }
    .navbar li a {
        height: 80px;
        justify-content: center;
        text-align: center;
    }
    .navbar li a:hover svg {
        transform: none;
    }
    .navbar li:nth-of-type(-n+3) {
        border-bottom: 1px solid #E5E1D0;
    }
    .navbar li:not(:nth-of-type(3n)) {
        border-right: 1px solid #E5E1D0;
    }
    #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;
    }
}

/*流川DEEPポイント*/
.point {
    background-color: #261757;
    padding-top: 80px;
    position: relative
}
.point::before {
    content: "";
    display: block;
    height: 100.26%;
    width: 100vw;
    background-image: url(/images/kankou/nagarekawa/point_head.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 1;
}
.point .wrap {
    position: relative;
    z-index: 5;
}
.point .MainTitle {
    text-align: center;
    margin-bottom: 50px;
}
.point .listbox {
    display: flex;
    align-items: center;
    gap: 0 7%;
}
.point .listbox:nth-child(even){
    flex-direction: row-reverse;
}
.point .date {
    max-width: 600px;
    width: 50%;
    flex-shrink: 0;
}
.point .title {
    color: #fff;
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.333;
}
.point .title .sub {
    width: 100%;
    display: block;
    line-height: 100%;
    margin-bottom: 15px;
}
.point .title .sub img {
    max-width: 190px;
    height: auto;
}
.point .listbox .txt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.point .listbox figure {
    max-width: 520px;
    width: 43%;
}
@media screen and (max-width:599px) {
    .point {
        padding-top: 40px;
        padding-bottom: 49px;
        position: relative;
        z-index: 5;
    }
    .point::before {
        content: "";
        display: block;
        height: 100.26%;
        width: 100%;
        background-image: url(/images/kankou/nagarekawa/point_head_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .point .wrap {
        position: relative;
        z-index: 5;
    }
    .point .MainTitle {
        margin-bottom: 40px;
    }
    .point .listbox {
        display: block;
        margin-bottom: 20px;
    }
    .point .listbox:last-child {
        margin-bottom: 0;
    }
    .point .listbox:last-child .title {
        letter-spacing: -1px;
    }
    .point .date,
    .point .listbox figure {
        max-width: unset;
        width: 100%;
    }
    .point .listbox figure {
        margin-top: 23px;
        text-align: center;
    }
    .point .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .point .title .sub img {
        width: 125px;
    }
}
/*施設情報*/
.shoplist_section {
    padding-bottom: 76px;
}
.shoplist_section .MainTitle {
    text-align: center;
    padding-top: 80px;
}
.shoplist_section .lead {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 29px;
    margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
    .shoplist_section {
        padding-bottom: 40px;
    }
    .shoplist_section .lead {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/*グルメ*/
.shoplist_gourmet {
    background-color: #3D2A7B;
    padding-top: 10%;
    position: relative;
}
.shoplist_gourmet::before {
    content: "";
    display: block;
    width: 100%;
    height: 74vh;
    background-image: url(/images/kankou/nagarekawa/point_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}
.shoplist_gourmet .wrap {
    position: relative;
}
.shoplist_gourmet .wrap::before {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/item_gourmet_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.33vw;
    height: 12.83vw;
    max-width: 140px;
    max-height: 134px;
    position: absolute;
    top: 72px;
    left: calc(50% - 553px);
}
.shoplist_gourmet .wrap::after {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/item_gourmet_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.33vw;
    height: 12.83vw;
    max-width: 152px;
    max-height: 134px;
    position: absolute;
    top: 70px;
    right: 0;
}
/*バー*/
.shoplist_bar {
    background-color: #261857;
}
.shoplist_bar .wrap {
    position: relative;
}
.shoplist_bar .wrap::before {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/item_bar_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.92vw;
    height: 15vw;
    max-width: 159px;
    max-height: 160px;
    position: absolute;
    top: 38px;
    left: calc(50% - 484px);
}
.shoplist_bar .wrap::after {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/item_bar_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.92vw;
    height: 15vw;
    max-width: 159px;
    max-height: 160px;
    position: absolute;
    top: 38px;
    right: 0;
}
/*スタンド・ラウンジ*/
.shoplist_stand {
    background-color: #3D2A7B;
}
.shoplist_stand .wrap {
    position: relative;
}
.shoplist_stand .wrap::before {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/item_stand_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.25vw;
    height: 13.92vw;
    max-width: 163px;
    max-height: 147px;
    position: absolute;
    top: 55px;
    left: calc(50% - 536px);
}
.shoplist_stand .wrap::after {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/item_stand_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 15.25vw;
    height: 13.92vw;
    max-width: 163px;
    max-height: 147px;
    position: absolute;
    top: 55px;
    right: 0;
}
@media screen and (max-width:1200px) {
    .shoplist_gourmet .wrap::before {
        left: 1%;
        top: 72px;
    }
    .shoplist_gourmet .wrap::after {
        right: 1%;
        top: 72px;
    }
    .shoplist_bar .wrap::before {
        left: 1%;
    }
    .shoplist_bar .wrap::after {
        right: 1%;
        top: 36px;
    }
    .shoplist_stand .wrap::before {
        left: 1%;
    }
    .shoplist_stand .wrap::after {
        right: 1%;
    }
}
@media screen and (max-width: 1120px) {
    .shoplist_stand .wrap::before,
    .shoplist_stand .wrap::after {
        top: 19%;
        max-width: 143px;
        max-height: 127px;
    }
}
@media screen and (max-width: 800px) {
    .shoplist_gourmet .wrap::before,
    .shoplist_gourmet .wrap::after {
        top: 72px;
    }
    .shoplist_bar .wrap::before,
    .shoplist_bar .wrap::after {
        top: 48px;
    }
    .shoplist_stand .wrap::before,
    .shoplist_stand .wrap::after {
        top: 71px;
    }
    .shoplist_stand .MainTitle img {
        width: 65%;
    }
}
@media screen and (max-width: 599px) {
    .shoplist_gourmet .MainTitle {
        padding-top: 40px;
    }
    .shoplist_gourmet .wrap::before {
        max-width: 81px;
        max-height: 75px;
        width: 20.77vw;
        height: 19.23vw;
        top: 14px;
    }
    .shoplist_gourmet .wrap::after {
        max-width: 84px;
        max-height: 75px;
        width: 21.54vw;
        height: 19.23vw;
        top: 13px;
    }
    .shoplist_bar .wrap::before {
        max-width: 27px;
        max-height: 87px;
        width: 6.92vw;
        height: 22.31vw;
        left: 6.67vw;
    }
    .shoplist_bar .wrap::after {
        max-width: 81px;
        max-height: 87px;
        width: 20.77vw;
        height: 22.31vw;
    }
    .shoplist_stand .MainTitle img {
        width: auto;
    }
    .shoplist_stand .wrap::before {
        max-width: 60px;
        max-height: 95px;
        width: 15.38vw;
        height: 24.36vw;
        top: 80px;
    }
    .shoplist_stand .wrap::after {
        max-width: 82px;
        max-height: 95px;
        width: 21.03vw;
        height: 24.36vw;
        top: 80px;
    }
}
@media screen and (max-width: 390px) {
    .shoplist_stand .wrap::before {
        top: 120px;
    }
    .shoplist_stand .wrap::after {
        top: 120px;
    }
}
/*掲載情報リスト*/
.shop_info {
    scrollbar-width: thin;
    scrollbar-color: #C7C7C7 transparent;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 35px 30.5px;
    box-sizing: border-box;
}
.shop_info_inner {
    overflow-y: auto;
    height: 550px;
}
@media screen and (max-width: 599px) {
    .shop_info {
        padding: 20px 15px;
    }
    .shop_info_inner {
        height: 450px;
    }
}/*バーのみ適応*/
.shoplist_stand .shop_info {
    padding-top: 0;
}
.shoplist_stand .shop_info_inner {
    height: auto;
}
/*有料掲載*/
.paidshop_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%;
    margin: auto;
    justify-content: space-between;
}
.paidshop_list::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: url(/images/kankou/nagarekawa/under_line.svg);
    background-repeat: repeat-x;
}
.paidshop_list .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    max-width: 540px;
    gap: 0 3%;
    align-items: flex-start;
}
.paidshop_list .image {
    flex-shrink: 1;
    width: 31.7%;
    max-width: 170px;
}
.paidshop_list .image img {
    border-radius: 10px;
    width: 100%;
    /*max-width: 170px;*/
    height: auto;
}
.paidshop_list .date {
    color: #fff;
    width: 66%;
    max-width: 350px;
    flex-shrink: 1.5;
    flex-grow: 2;
}
.paidshop_list .catch {
    font-size: 14px;
}
.paidshop_list .shopname {
    font-size: 18px;
    line-height: 1.444;
    margin-top: 14px;
    margin-bottom: 10px;
}
.paidshop_list .address {
    font-size: 12px;
    font-weight: 300;
    color: #E8FF69;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.paidshop_list a.btn {
    max-width: 250px;
    width: 71%;
    margin-left: auto;
    margin-top: 15px;
}
@media screen and (max-width:599px) {
    .paidshop_list {
        display: block;
        margin-bottom: 30px;
    }
    .paidshop_list .paidshop_list_box {
        margin-bottom: 75px;
    }
    .paidshop_list .paidshop_list_box:last-child {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .paidshop_list .content {
        width: 100%;
        max-width: unset;
        margin-bottom: 65px;
        gap: 20px 2%;
        position: relative;
    }
    .paidshop_list .content:last-child {
        margin-bottom: 84px;
    }
    .paidshop_list .image {
        width: 35%;
        flex-shrink: 0;
    }
    .paidshop_list .date {
        flex-shrink: 0;
        max-width: unset;
        width: 63%;
    }
    .paidshop_list .date .catch {
        font-size: 12px;
        display: inline-block;
        line-height: 1.417;
    }
    .paidshop_list .date .shopname {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .paidshop_list .date .address {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .paidshop_list .content a.btn {
        width: 100%;
        max-width: 300px;
        margin: auto;
        position: absolute;
        left: calc(50% - 150px);
        bottom: -50px;
        line-height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    @media screen and (max-width: 390px) {
        .paidshop_list .image {
            max-width: 115px;
            flex-shrink: 0;
        }
        .paidshop_list .date {
            max-width: 205px;
        }
    }
}
/*無料掲載*/
.freeshop_list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
}
.freeshop_list .content {
    max-width: 350px;
    width: 31%;
}
.freeshop_list .store_name {
    color: #E8FF69;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #e8ff69;
    display: inline;
}
.freeshop_list .store_name::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/images/kankou/nagarekawa/icon_circle_yellow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin-right: 2px;
}
.freeshop_list .store_name::after {
    content: "▸";
}
@media screen and (max-width: 959px) {
    .freeshop_list .content {
        width: 47%;
    }
}
@media screen and (max-width:599px) {
    .freeshop_list {
       flex-direction: column;
       gap: 20px 0;
       margin-top: 30px;
    }
    .freeshop_list .content {
        width: 100%;
    }
    .freeshop_list .content {
        max-width: unset;
    }
    
}
/*ポップアップの中*/
.freeshop_list .popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 860px;
	max-width: 860px;
	height: auto;
	max-height: 400px;
	background: #FFF;
    border: 2px solid #3D2A7B;
	z-index: 11;
	padding: 60px 50px;
	border-radius: 20px;
	box-sizing: border-box;
}
/* popup */
.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 .popupWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
}
.popup .closeBtn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.popup .pop_ttl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	color: #000;
    border-bottom: 1px solid #D53939;
}
.popup .pop_ttl .date {
    color: #D53939;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
.popup .pop_ttl h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
}
.popup p {
	font-weight: 300;
    margin-bottom: 10px;
}
.popup dl {
    margin: 20px 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popup dt {
    flex-shrink: 0;
    width: 5em;
}
.popup dt span {
    text-align-last: justify;
    width: 4em;
    display: inline-block;
}
.popup dd {
    width: calc(100% - 78px);
}
.freeshop_list .popup .popupWrap {
    display: block;
}
.freeshop_list .popup .store_detail_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}
.freeshop_list .popup .store_detail_top .txt {
    width: 61%;
    max-width: 450px;
}
.freeshop_list .popup .store_detail_top .txt .store_name {
    font-size: 18px;
    margin-bottom: 15px;
    color: #3D2A7B;
    font-weight: 400;
    border-bottom: none;
}
.freeshop_list .popup .store_detail_top .txt .store_name::before,
.freeshop_list .popup .store_detail_top .txt .store_name::after {
    content: none;
}
.freeshop_list .popup .store_detail_top .txt .store_txt {
    font-weight: 300;
}
.freeshop_list .popup .store_detail_top .img {
    width: 34%;
    max-width: 250px;
}
.freeshop_list .popup .store_detail_top .img img {
    border-radius: 10px;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 166px;
}
.freeshop_list .popup .store_detail_bottom dl {
    margin: 20px 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.freeshop_list .popup .store_detail_bottom dt {
    flex-shrink: 0;
    width: 5em;
}
.freeshop_list .popup .store_detail_bottom span {
    /* text-align-last: justify; */
    width: 4em;
    display: inline-block;
}
.freeshop_list .popup .store_detail_bottom dd {
    width: calc(100% - 78px);
}
.freeshop_list .popup .store_detail_bottom .store_detail_link {
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    color: #333333;
} 
@media screen and (max-width: 900px) {
    .popup {
        max-width: 92%;
        max-height: unset;
    }
}
@media screen and (max-width: 599px) {
    .news {
        padding: 8px 0;
    }
    .news_list {
        height: 2em;
        margin-right: -4%;
    }
    .news_list p.date {
        margin-right: 10px;
    } 
    .news_list p.ttl {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
	.popup {
		width: 92%;
		padding: 40px 30px;
        max-height: inherit;
	}
    .popup .pop_ttl {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .popup .pop_ttl h3 {
        font-size: 16px;
    }
    .popup dl {
        margin: 15px 0 10px;
        flex-direction: column;
    }
    .popup dd {
        width: 100%;
    }
    .freeshop_list .popup .closeBtn {
        top: 70px;
    }
}
@media screen and (max-width: 599px) {
    .freeshop_list .popup {
        width: 100%;
        height: 100vh;
        max-height: unset;
        border-radius: 0;
        border: none;
        padding:  95px 15px;
        overflow-y: auto;
    }
    .freeshop_list .popup .store_detail_top {
        display: block;
        position: relative;
    }
    .freeshop_list .popup .store_detail_top .txt {
        width: 100%;
        max-width: unset;
    }
    .freeshop_list .popup .store_detail_top .txt .store_txt {
        margin-top: 252px;
    }
    .freeshop_list .popup .store_detail_top .img {
        width: 100%;
        max-width: 360px;
        position: absolute;
        top: 35px;
        left: 0;
    }
    .freeshop_list .popup .store_detail_top .img img {
        max-height: unset;
    }
    .freeshop_list .popup dl {
        flex-direction: row;
    }
    .freeshop_list .popup .store_detail_bottom span {
        width: auto;
    }
    .freeshop_list .popup .store_detail_bottom dd {
        width: calc(100% - 78px);
    }
}
@media screen and (max-width: 390px) {
    .freeshop_list .popup .store_detail_top .txt .store_txt {
        margin-top: 71%;
    }
}
/*もっとDEEPな〜*/
.moredeep {
    background-color: #3D2A7B;
    padding-bottom: 80px;
}
.moredeep img {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 599px) {
    .moredeep {
        padding-bottom: 35px;
    }
}
/* イベント event */
.event {
    background: #E5E5E5;
    background-image: url(/images/kankou/nagarekawa/event_bg.png);
    padding: 60px 0;
}
.event .MainTitle {
    margin-bottom: 20px;
}
.event_post {
    position: relative;
    padding: 20px 0 0;
    width: 250px;
    font-weight: 500;
}
.event_post .event_tag {
    color: #261857;
    border: 1px solid #261857;
    border-radius: 20px;
    background: #E8FF69;
    padding: 10px 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -6px;
}
.event_post .event_tag::before {
    content: '';
    position: absolute;
    background: url(/images/kankou/nagarekawa/event_tag_bubble.svg) no-repeat bottom center / auto;
    width: 9px;
    height: 8px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.event_post .event_tag img {
    display: block;
}
.event_post .event_img img {
    border-radius: 40px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.event_post p {
    color: #261857;
}
.event_post .event_ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event .splide__track {
    padding-bottom: 60px;
    padding-right: 6px !important;
    padding-left: 6px !important;
}
.event .splide__list .splide__slide {
    margin-right: 60px;
}
.event .splide__arrows {
    position: absolute;
    bottom: 0;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
}
.event .splide__arrow {
    background: none;
    opacity: 1;
    width: 20px;
    height: 20px;
}
.event .splide__arrow:disabled {
    opacity: 0.5;
}
.event .splide .splide__pagination {
    counter-reset: pagination-num;
    font-size: 18px;
    font-weight: 500;
    color: #261857;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5em;
    display: flex !important;
}
.event .splide .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter( pagination-num );
}
@media screen and (max-width: 1024px) {
    .event .splide__list .splide__slide {
        margin-right: 40px;
    }
}
@media screen and (max-width: 599px) {
    .event {
        padding: 40px 0;
    }
    .event_post {
        width: 200px;
    }
    .event_post .event_img img {
        width: 200px;
        height: 200px;
    }
    .event_post .event_ttl {
        font-size: 14px;
    }
    .event_post p.small {
        text-align: center;
        line-height: 1.3;
    }
    .event .splide__list .splide__slide {
        margin-right: 26px;
    }
    .event .splide__track {
        padding-bottom: 50px;
        margin-left: -4vw;
        padding-left: calc(4vw + 6px) !important;
        padding-right: calc(4vw + 6px) !important;
        width: 100vw;
        box-sizing: border-box;
    }
    .event .splide__arrows {
        height: 26px;
    }
    .event .splide__arrow {
        width: 26px;
        height: 26px;
    }
    .event .splide .splide__pagination {
        font-size: 16px;
    }
}

/* 流川トピック tips */
.tips {
    background: url(/images/kankou/nagarekawa/tips_bg.svg);
    background-color: #3D2A7B;
    padding: 50px 0 80px;
}
.tips .MainTitle {
    margin-bottom: 45px;
    position: relative;
}
.tips .splide__track  {
    overflow: visible;
}
.tips .splide__list {
    padding: 10px 0;
}
.tips .splide__slide:nth-of-type(even) .card,
.tips .splide__slide:nth-of-type(even) .card_hover {
    transform: rotate(-5deg);
}
.tips .splide__slide:nth-of-type(odd) .card, 
.tips .splide__slide:nth-of-type(odd) .card_hover {
    transform: rotate(3deg);
}
.tips .splide__slide {
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
}
.tips .splide__slide:hover {
    top: -10px;
}
.tips .splide__slide .ttl {
    position: absolute;
    top: 25px;
    left: 30px;
}
.tips .splide__slide .txt {
    font-size: 23px;
    font-weight: 500;
}
.tips .card {
    background-image: url(/images/kankou/nagarekawa/tip_card_bg.svg);
    background-repeat: no-repeat;
    background-color: #261857;
    background-position: bottom 12px right 11px;
    border: 1px solid #E8FF69;
    border-radius: 40px;
    width: 300px;
    height: 300px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.tips .card .txt {
    color: #fff;
}
.tips .card_hover {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-image: url(/images/kankou/nagarekawa/tip_card_bg_r.svg);
    background-repeat: no-repeat;
    background-position: bottom 12px right 11px;
    background-color: #fff;
    border: 2px solid #E8FF69;
    border-radius: 40px;
    width: 300px;
    height: 300px;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.tips .card_hover .txt {
    color: #3D2A7B;
}
.tips .card_hover .txt.tips2_b {
    padding-top: 30px;
}
.card:focus + .card_hover {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*背景のイラスト*/
.tips .illust01 {
    position: absolute;
    right: 0;
    top: 30px;
    transform: rotate(15deg);
}
.tips .wrap {
    position: relative;
}
.tips .wrap::before {
    content: "";
    display: block;
    height: 180px;
    width: 164px;
    background-image: url(/images/kankou/nagarekawa/tip_illust02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -435px;
    right: 0;
    z-index: 2;
}
@media screen and (max-width: 599px) {
    .tips .MainTitle {
        margin-bottom: 30px;
    }
    .tips .card_hover .txt.tips2_b {
        padding-top: 15px;
    }
    .tips {
        padding: 36px 0 50px;
    }
    .tips .card, .tips .card_hover {
        background-size: 27%;
        width: 200px;
        height: 200px;
        padding: 18px;
    }
    .tips .splide__slide .ttl, .tips .card_hover .ttl {
        top: 18px;
        left: 18px;
    }
    .tips .splide__slide .txt, .tips .card_hover .txt {
        font-size: 16px;
    }
    .tips .wrap::before {
        height: 102px;
        width: 117px;
        bottom: -286px;
    }
    .tips .wrap::after {
        content: "";
        display: block;
        width: 99px;
        height: 50px;
        background-image: url(/images/kankou/nagarekawa/tip_illust01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 26px;
        right: 0;
        z-index: 0;
        transform: rotate(15deg);
    }
}

/*ひとことコラム column*/
.column {
    background-color: #CEC9E0;
    padding: 40px 0 80px;
    position: relative;
}
.column::before {
    content: "";
    display: block;
    background-image: url(/images/kankou/nagarekawa/column_head_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 630px;
    height: 161px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.column .wrap {
    position: relative;
    z-index: 2;
}
.column .column_section {
    margin-bottom: 30px;
    margin-top: 20px;
}
.column .column_section .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.column .column_section .nigaoe {
    max-width: 172px;
    width: 14%;
    padding-left: 80px;
    position: relative;
}
.column .column_section .inner .name {
    position: absolute;
    left: 0;
    bottom: -40px;
    color: #261857;
    font-size: 11px;
    width: 120%;
    font-weight: 500;
}
.column .hitokoto {
    color: #3D2A7B;
    font-size: 14px;
    padding: 28px 30px 20px;
    line-height: 2;
    background-color: #CEC9E0;
    border: 2px solid #261857;
    border-radius: 20px;
    position: relative;
    max-width: 490px;
    width: 35.8%;
    font-weight: 500;
}
.column .hitokoto::before {
    content: '';
    position: absolute;
    background: url(/images/kankou/nagarekawa/bubble_column.svg) no-repeat bottom left / auto;
    width: 22px;
    height: 19px;
    bottom: 27%;
    left: -10px;
    transform: translateX(-50%);
    z-index: 3;
}
.column .btn {
    background-color: #261857;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    max-width: 250px;
    border-radius: 10px;
    margin: 20px auto 0;
    -webkit-font-smoothing: antialiased;
}
.column .btn img{
    vertical-align: middle;
}
.column .column_section figure {
    max-width: 395px;
    width: 33%;
}
.column .column_section figure img {
    border-radius: 20px;
    height: auto;
}
/*対談記事*/
.interview_section {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column .bubble {
    position: relative;
    width: 20.5vw;
    max-width: 260px;
    max-height: 60px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #E8FF69;
    padding: 20px;
    color: #261857;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}
.column .bubble::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(13px / 2) 0 calc(13px / 2) 22px;
    border-color: transparent transparent transparent #E8FF69;
    content: "";
    right: -13px;
    top: calc(50% - 6.5px);
    position: absolute;
}
.column .interview_wrap {
    display: flex;
    position: relative;
    width: 76.25vw;
    max-width: 915px;
}
.column .interview_wrap .thumb {
    flex-shrink: 0;
}
.column .interview_wrap .thumb img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.column .interview_wrap .txt {
    box-sizing: border-box;
    padding-left: 4.37%;
    max-width: 683px;
    width: 74.64vw;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    border-top: 1px solid #261857;
    border-right: 1px solid #261857;
    border-bottom: 1px solid #261857;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.column .interview_wrap .txt p {
    color: #3D2A7B;
    font-size: 18px;
    display: inline-block;
    max-width: 530px;
    width: 83%;
    font-weight: 500;
}
.column .interview_wrap::before {
    position: absolute;
    top: calc(50% - 16.5px);
    right: 39px;
    right: 5.71%;
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: url(/images/kankou/nagarekawa/arrow_next.svg) no-repeat;
    background-size: contain;
}
@media screen and (min-width: 1450px) {
    .column::before {
        width: 100%;
        height: 27vh;
    }
}
@media screen and (max-width: 1120px) {
    .column .column_section {
        margin-top: 20px;
    }
    .column .column_section .nigaoe {
        padding-left: 0;
    }
    .column .column_section .inner .name {
        width: 200px;
    }
    .column .column_section .hitokoto {
        flex-grow: 0.5;
    }
    .column .interview_section .bubble {
        width: 12.5vw;
        max-height: initial;
    }
    .column .interview_wrap::before {
        right: 15px;
    }
    .column .interview_wrap .txt {
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    .column .interview_wrap .txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 959px) {
    .column .column_section {
        margin-top: 20px;
    }
}
@media screen and (max-width:599px) {
    .column {
        padding: 40px 0 40px;
        position: relative;
    }
    .column::before {
        content: "";
        display: block;
        background-image: url(/images/kankou/nagarekawa/column_head_sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 35.33vw;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .column .wrap {
        position: relative;
        z-index: 2;
    }
    .column h2 {
        position: absolute;
        top: 0;
        right: 0;
    }
    .column .nigaoe {
        max-width: 335px;
        width: 85.9%;
        margin-top: 7%;
    }
    .column .MainTitle {
        text-align: right;
        padding-right: 10px;
    }
    .column .column_section {
        margin: 0;
        margin-top: 10px;
    }
    .column .hitokoto {
        font-size: 13px;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 15px;
        max-width: unset;
        width: auto;
        /*color: #333;*/
    }
    .column .hitokoto::before {
        content: none;
    }
    .column .column_img {
        text-align: center;
        max-width: unset;
        width: 100%;
    }
    .column .column_img img {
        border-radius: 10px;
    }
    .column .btn {
        max-width: 330px;
        margin-top: 15px;
    }
    .column .interview_section {
        margin-top: 30px;
        display: block;
    }
    .column h3 {
        color: #261857;
        background-color: #E8FF69;
        display: inline-block;
        white-space: nowrap;
        padding-right: 10px;
        position: relative;
        padding-left: 4.0vw;
        font-weight: 500;
    }
    .column h3::after {
        content: "";
        display: block;
        width: 15px;
        height: 100%;
        background: url(/images/kankou/nagarekawa/column_h3_point.svg) no-repeat;
        background-size: auto;
        position: absolute;
        top: 0;
        right: -15px;
    }
    .column .interview_wrap {
        width: 100%;
        max-width: unset;
        margin-top: 10px;
    }
    .column .interview_wrap::before {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }
    .column .interview_wrap .txt {
        width: 61.11vw;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding-left: 15px;
        flex-grow: 1;
    }
    .column .interview_wrap .txt p {
        font-size: 13px;
        line-height: 1.385;
    }
    .column .interview_section .thumb img {
        object-fit: cover;
        height: 100%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}
@media screen and (max-width: 494px) {
    .column .nigaoe {
        margin-top: 0;
    }
}
@media screen and (max-width: 390px) {
    .column::before {
        max-height: 135px;
    }
}

/* 歴史 story */ 
.story {
    background: url(/images/kankou/nagarekawa/story_bg.jpg) center / cover;
    position: relative;
    padding: 80px 0;
}
.story .wrap {
    display: flex;
}
.story .MainTitle {
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.story .txt {
    text-align: center;
    width: 40%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    flex-shrink: 0;
}
.story .txt p {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}
.story .txt p.big {
    line-height: 100%;
}
.story .splide {
    width: 55.8vw;
    margin-left: 80px;
    position: unset;
    right: 0;
    z-index: 1;
}
.story .splide__track {
    padding-right: 3%!important;
    position: relative;
}
.story .splide__track::after {
    content: '';
    background-color: #96F3FF;
    height: 4px;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: -1;
}
.story .splide__arrows {
    position: absolute;
    width: 284px;
    bottom: 18%;
    left: 50%;
    transform: translateX(-191%);
    height: 40px;
}
.story .splide__arrow {
    background: none;
    width: 92px;
    height: 40px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    justify-content: space-between;
    opacity: 1;
}
.story .splide__arrow:disabled {
    opacity: 0.5;
}
.story .timeline .year {
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.story .timeline .img_box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 30px 0 15px;
}
.story .timeline .img .img-border {
    display: block;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.story .timeline .img {
    position: relative;
}
.story .timeline button.memo {
    position: absolute;
    top: 5px;
    left: 5px;
    border: 0;
    z-index: 3;
    cursor: pointer;
    background: none;
    width: 63px;
    transition: all .2s ease;
}
.story .timeline button.memo .memo_on {
    transition: all .2s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.story .timeline button.memo .memo_hover {
    display: block;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.story .timeline button.memo:hover .memo_on {opacity: 0;}
.story .timeline button.memo:hover .memo_hover {opacity: 1;}
.story .timeline .memo_more {
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #D53939;
    border-radius: 20px;
    display: none;
    width: 310px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    z-index: 3;
    font-weight: 500;
    line-height: 1.5;
}
.story .timeline .memo_more.show {
    display: block;
}
.story .timeline .detail {
    color: #fff;
    line-height: 1.5;
}
.story .timeline .detail li {
    position: relative;
    padding-left: 15px;
}
.story .timeline .detail li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
}
.story .txt {
    text-align: center;
    width: 40%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.story li.txt {
    width: 195px!important;
    margin-top: 0;
    text-align: left;
    padding-top: 0;
}
.story .timeline li.txt .img_box {
    margin-top: 46%;
}
@media screen and (max-width: 1800px) {
    .story .splide {
        width: 57vw;
    }
}
@media screen and (max-width: 1600px) {
    .story .splide {
        width: 57.5vw;
    }
}
@media screen and (max-width: 1320px) {
    .story .splide {
        width: 59.2vw;
    }
}
@media screen and (max-width: 1199px) {
    .story .splide {
        margin-left: 4vw;
        width: 62vw;
    }
    .story .splide__arrows {
        transform: translateX(-44vw);
        left: 50vw;
    }
}
@media screen and (max-width: 1120px) {
    .story .MainTitle {
        font-size: 28px;
    }
    .story .txt p.big {
        font-size: 15px;
    }
    .story .txt p {
        font-size: 13px;
    }
    .story .splide {
        width: 55.5vw;
    }
    .story .splide__arrows {
        transform: translateX(-41vw);
    }
    .story .splide__track {
        padding-right: 6% !important;
    }
}
@media screen and (max-width: 1024px) {
    .story {
        height: 36vw;
    }
    .story .splide {
        position: absolute;
        width: 59vw;
    }
    .story .splide__arrows {
        transform: translateX(-83vw);
    }
}
@media screen and (max-width: 940px) {
    .story {
        height: 40vw;
    }
    .story .txt {
        padding-top: 13vw;
    }
    .story .MainTitle {
        font-size: 28px;
    }
    .story .txt p.big {
        font-size: 15px;
    }
    .story .txt p {
        font-size: 13px;
    }
    .story .splide {
        width: 54vw;
    }
    .story .splide__arrows {
        width: 26vw;
        transform: translateX(-86vw);
        bottom: -6.5vw;
    }
    .story .splide__arrow {
        width: 76px;
    }
    .story .splide__arrow img {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 799px) {
    .story {
        height: 50vw;
    }
    .story .MainTitle {
        font-size: 25px;
    }
}
@media screen and (max-width: 700px) {
    .story {
        height: 56vw;
    }
    .story .splide__arrows {
        width: 31vw;
        transform: translateX(-90vw);
        bottom: -2vw;
    }
}
@media screen and (max-width: 599px) {
    .story {
        padding: 60px 0 50px;
        height: unset;
        background: url(/images/kankou/nagarekawa/story_bg_sp.jpg) center / cover;
    }
    .story .wrap {
        position: unset;
        flex-direction: column;
        row-gap: 40px;
    }
    .story .txt {
        padding: 0;
        width: 100%;
        max-width: unset;
    }
    .story .MainTitle {
        font-size: 28px;
        line-height: 1.4;
    }
    .story .txt p.big {
        font-size: 14px;
    }
    .story .txt p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .story .splide {
        position: relative;
        width: 100vw;
        margin-left: -4vw;
        margin-right: 0;
        padding-bottom: 50px;
    }
    .story .splide::after {
        width: 102%;
        top: 39.5%;
    }
    .story .splide__track {
        padding-left: 4vw !important;
        padding-right: 4vw !important;
    }
    .story .splide__arrows {
        left: 48%;
        transform: translateX(-50%);
        bottom: 0;
        width: 65%;
    }
    .story .splide__arrow {
        width: 84px;
        height: 26px;
        font-size: 16px;
    }
    .story .splide__arrow img {
        width: 26px;
        height: 26px;
    }
    .story .timeline button.memo {
        padding: 12px 15px;
    }
    .story .timeline button.memo:hover .memo_on {
        opacity: 1;
    }
    .story .timeline button.memo .memo_hover {
        display: none;
    }
    .story .timeline .img_box {
        margin: 15px 0 15px;
    }
    .story .splide__track::after {
        top: 10%;
    }
}

/* 記事 共通 */
.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 .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 {
    padding: 20px 21px 40px;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 8px;
    color: #fff;
    font-family: "Zen Kaku Gothic New", serif;
}
.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: 25px;
    width: 6px;
    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/nagarekawa/icon_article_add.svg);}
.pr_article-info p.pr_article-time::before {background-image: url(/images/kankou/nagarekawa/icon_article_calendar.svg);}
.pr_article-info p.pr_article-holiday::before {background-image: url(/images/kankou/nagarekawa/icon_article_rest.svg);}
.pr_article-info p.pr_article-access::before {background-image: url(/images/kankou/nagarekawa/icon_article_walk.svg);}
.pr_article-info p.pr_article-bus::before {background-image: url(/images/kankou/nagarekawa/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: 80px;*/
}
.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;
}
/*周辺グルメ記事*/
.nearby_gourmet {
    margin-top: 80px;
}
.nearby_gourmet .ttl_article_nearby_gourmet {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 10px;
}
.nearby_gourmet #gourmet_article_related h3.article_related-ttl {
    display: none;
}
/*宿の記事を読むタブを反転*/
@media screen and (min-width: 600px) {
    #yado .topArea .main_article-img a {
        flex-direction: row-reverse;
    }
    #yado .main_article-readmore::before {
        transform: scale(-1, 1);
    } 
}

@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;
        line-height: 1.85;
        letter-spacing: 0;
        padding: 2px 34px 2px 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-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;
    }
    .article_related .article_related-wrap {
        max-height: 800px;
    }
    .article_related .moreBtn {
        border-radius: 5px;
    }
    /*.article_related {
        margin-top: 40px;
    }*/
    .nearby_gourmet {
        margin-top: 40px;
    }
    .nearby_gourmet .ttl_article_nearby_gourmet {
        font-size: 13px;
    }
}

/* グルメ 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/nagarekawa/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/nagarekawa/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/nagarekawa/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%;
}
#yado .topArea.ttlRight {
    flex-direction: row;
}
@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/nagarekawa/gourmet_txt_bg.svg);
        top: 2.57vw;
        width: 22.82vw;
        height: 24vw;
    }
    #kankou::after {
        background-image: url(/images/kankou/nagarekawa/kankou_txt_bg.svg);
        top: 5.1vw;
        width: 19.5vw;
        height: 18.7vw;
    }
    #yado::after {
        background-image: url(/images/kankou/nagarekawa/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/nagarekawa/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/nagarekawa/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 */
.article_block#yado .MainTitle {
    max-width: 100%;
}
.article_block#yado .MainTitle img {
    width: 164px;
    height: auto;
}
.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/nagarekawa/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_block#yado .MainTitle {
        text-align: center;
    }
    .article_block#yado .MainTitle img {
        width: 100%;
        max-width: 360px;
        height: auto;
    }
}

/* 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/nagarekawa/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/nagarekawa/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;
    }
}