.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: 92%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container img {
    vertical-align: bottom;
}
.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;
}
.link_out {
    position: relative;
}
.link_out::after {
    content: '';
    display: inline-block;
    background: url(/images/kankou/nagasaki-city/icon_link_w.svg) no-repeat center /cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: -2px;
}
.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;
}
#menu_bar.fixed .navbar li .min {
    display: none;
}
* {
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1120px) {
    img {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 900px) {
    body {
        min-width: auto;
    }
    
}
@media screen and (max-width: 599px) {
    body.fixed {
        position: fixed!important;
    }
    p.big, p>.big {
        font-size: 14px;
    }
    .moreBtn {
        border-radius: 5px;
    }
}

/* fv */
.fv {
    position: relative;
    z-index: 0;
}
.fv::before {
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-image: url("/images/kankou/nagasaki-city/fv_frame.svg") 123 round;
	border-width: 123px;
	border-style: solid;
    z-index: 9;
}
.fv::after {
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    border: 20px solid #6F2919;
    z-index: 8;
}
.fv .maintitle {
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fv .maintitle_inner {
    position: relative;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 5s;
}
.fv .maintitle .maintitle_txt {
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 45px;
    font-family: "Zen Old Mincho", serif;
    line-height: 2;
    text-align: center;
    filter: drop-shadow(0 0 10px rgba(0,0,0,.6));
}
.fv .maintitle .maintitle_txt span {
    font-size: 60px;
    display: block;
}
.fv .maintitle .subtitle {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 323px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,.6));
}
.fv .maintitle .subtitle img {
    display: block;
}
.fv .bg {
    position: absolute;
    top: 0;
    left: 0;
}
.fv .splide__track {
    position: relative;
}
.fv .splide__track::before {
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.fv .splide__list .splide__slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media screen and (max-width: 900px) {
    .fv .maintitle .maintitle_txt {
        font-size: 30px;
        line-height: 1.6;
    }
    .fv .maintitle .maintitle_txt span {
        font-size: 45px;
    }
    .fv .maintitle .subtitle {
        width: 53%;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .fv .splide__list .splide__slide img {
        height: 420px;
    }
}
@media screen and (min-width: 390px) and (max-width: 599px) {
    /*599px~290pxまでfvの高さを550pxで固定する*/
    .fv .splide__list .splide__slide img {
        height: 510px;
        object-fit: cover;
    }
}
@media screen and (max-width: 599px) {
    .fv::before {
        border-width: 89px;
    }
    .fv::after {
        border-width: 15px;
    }
    .fv .maintitle .maintitle_txt {
        font-size: 21px;
        line-height: 2;
    }
    .fv .maintitle .maintitle_txt span {
        font-size: 28px;
    }
    .fv .maintitle .subtitle {
        width: 172px;
    }
}
@media screen and (max-width: 389px) {
    /*390px以下でFVの要素を収縮させる*/
    .fv .splide__list .splide__slide img {
        height: 130vw;
    }
    .fv .maintitle .maintitle_txt {
        font-size: 5.38vw;
    }
    .fv .maintitle .maintitle_txt span {
        font-size: 7.18vw;
    }
    .fv .maintitle .subtitle {
        width: 44.1vw;
    }
    .fv .maintitle_top, .fv .maintitle_bottom {
        width: 24.87vw;
    }
}


/* intro */
.intro {
    background: #6F2919;
    padding: 40px 0 60px;
}
.intro .MainTitle {
    max-width: 585px;
    width: 100%;
    margin: 0 auto 38px;
}
.intro_txt {
    position: relative;
    z-index: 0;
}
.intro_txt::after {
    content: '';
    position: absolute;
    right: 50px;
    top: 25px;
    background-image: url("/images/kankou/nagasaki-city/intro_map.svg");
    z-index: -1;
    width: 166px;
    height: 165px;
}
.intro_txt p {
    max-width: 680px;
    text-align: center;
    margin: auto;
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    font-weight: 500;
    color: #EAE1C9;
    line-height: 2.5;
}
@media screen and (max-width: 900px) {
    .intro .MainTitle {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 599px) {
    .intro {
        padding-top: 27px;
    }
    .intro .MainTitle {
        max-width: 296px;
    }
    .intro_txt::after {
        right: 0;
        top: auto;
        bottom: -40px;
    }
}

/* menu */
.navbar {
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 0 10px;
    box-sizing: border-box;
    gap: 60px;
}
.navbar li {
    width: 110px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}
.navbar li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.navbar li svg {
    transition: transform .2s ease;
}
.navbar li a:hover {
    opacity: 1;
    color: #6F2919;
}
.navbar li a:hover svg {
    fill: #6F2919;
    transform: translateY(-5px);
}
.navbar li span {
    display: block;
    margin-bottom: 8px;
}
#menu_bar .navbar li:nth-child(2) span, #menu_bar .navbar li:nth-child(4) span {margin-bottom: 0px;}
#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;
    padding: 0;
    align-items: center;
}
#menu_bar.fixed .navbar li {
    width: auto;
    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;
    cursor: pointer;
}
#menu_bar.fixed .navbar li a br {
    display: none;
}
#menu_bar.fixed .navbar li span {
    margin-bottom: 0;
    margin-right: 8px;
}
#menu_bar.fixed .navbar li a:hover {
    color: #6F2919;
}
#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: 18px; height: 17px;}
#menu_bar.fixed .navbar li:nth-child(2) svg {width: 22px; height: 22px;}
#menu_bar.fixed .navbar li:nth-child(3) svg {width: 15px; height: 17px;}
#menu_bar.fixed .navbar li:nth-child(4) svg {width: 19px; height: 17px;}
#menu_bar.fixed .navbar li:nth-child(5) svg {width: 16px; height: 17px;}
#menu_bar.fixed .navbar li:nth-child(6) svg {width: 17px; height: 15px;}
@media screen and (max-width: 1120px) {
    .navbar {
        gap: 4%;
    }
}
@media screen and (max-width: 900px) {
    .navbar {
        gap: 1.5%;
    }
    #menu_bar.fixed .navbar li {
        padding: 0 1vmin;
    }
}
@media screen and (max-width: 599px) {
    .navbar {
        flex-wrap: wrap;
        height: auto;
        gap: 0;
        padding: 0;
    }
    .navbar li {
        width: calc(33.3333vw - 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;
    }
}

/* 歴史 story */ 
.story {
    background-image: url("/images/kankou/nagasaki-city/story_bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
}
.story .wrap {
    position: relative;
    z-index: 5;
}
.story .MainTitle {
    width: 209px;
    margin-bottom: 30px;
}
.story .story_block {
    display: flex;
    justify-content: space-between;
}
.story .story_box {
    width: 46.25%;
    max-width: 550px;
}
.story .story_box .story_tag {
    position: relative;
}
.story .story_box .story_tag::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid;
    top: 50%;
    margin-left: 15px;
    width: calc(100% - 80px);
}
.story .story_box.story_retro .story_tag::after {
    border-color: #EB6D54;
}
.story .story_box.story_trend .story_tag::after {
    border-color: #E2A826;
}
.story .story_box .story_img {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.story .story_box .story_img img {
    width: 100%;
}
.story .img-border {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    height: auto;
}
.story .story_box .story_detail {
    color: #FFFFFF;
    margin: 20px 0;
}
.story .story_link {
    text-align: right;
}
.story .story_link .link_out {
    color: #FFFFFF;
    text-decoration: underline !important;
}
@media screen and (max-width:900px) {
    .story .story_box .story_img {
        gap: 10px;
    }
}
@media screen and (max-width:599px) {
    .story {
        padding: 40px 0;
    }
    .story .MainTitle {
        width: 167px;
        margin: 0 auto 20px;
    }
    .story .story_block {
        flex-direction: column;
    }
    .story .story_box {
        width: 100%;
    }
    .story .story_box .story_detail {
        margin: 15px 0 20px;
    }
    .story .story_box.story_trend .story_tag {
        text-align: right;
    }
    .story .story_box.story_trend .story_tag::after {
        left: 0;
        margin-left: 0;
    }
}


/* おすすめスポット spots */
.spots {
    padding: 70px 0;
    background-color: #EAE1C9;
}
.spots .MainTitle {
    max-width: 606px;
    width: 100%;
    margin: 0 auto 50px;
}
.spots .spots_map {
    position: relative;
}
.spots .spots_map img {
    width: 100%;
}
.spots .spot_pin {
    position: absolute;
    background: #f7f0e0;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 16px;
    color: #6F2919;
}
.spots .spot_pin.spot01 { bottom: 0; left: 20%; }
.spots .spot_pin.spot02 { bottom: 2%; right: 9%; }
.spots .spot_pin.spot03 { top: 29%; left: 0; }
.spots .spot_pin.spot04 { top: 7%; right: 20%; }
.spots .spots_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    row-gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.spots .spots_list .item {
    width: 48.5%;
    max-width: 580px;
    border: 1px solid #6F2919;
    border-radius: 20px;
    padding: 28px;
    box-sizing: border-box;
    position: relative;
    background: #EAE1C9;
    box-shadow: 8px 8px 0 #6F2919;
    margin: 0 8px 8px 0;
}
.spots .splide {
    position: relative;
    margin-bottom: 50px;
}
.spots .splide img {
    width: 100%;
    border-radius: 10px;
}
.spots .splide .splide__pagination {
    justify-content: flex-end;
}
.spots .splide .splide__pagination__page {
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px solid #6F2919;
    opacity: 1;
    transform: none;
}
.spots .splide .splide__pagination__page.is-active {
    background: #6F2919;
    border: 1px solid #fff;
    transform: none;
}
.spots .item .figcaption {
    position: absolute;
    bottom: -30px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
}
.spots .item .figcaption p {
    background: #6F2919;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 4px 15px;
    display: inline-block;
}
.spots .item .txt {
    font-weight: 500;
    line-height: 2;
}
.spots .under_dot {
    background-image: url(/images/kankou/nagasaki-city/under_dot.svg);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 5px;
}
.spots .spots_list .spots_tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px 20px 10px;
    z-index: 2;
    background-color: #EAE1C9;
    border-radius: 20px;
    clip-path: circle(70% at 30% 30%);
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 599px) {
    .spots {
        padding: 40px 0;
    }
    .spots .MainTitle {
        margin-bottom: 30px;
    }
    .spots .spots_map {
        padding-top: 40px;
    }
    .spots .spot_pin.spot01 { bottom: 0; left: 0; }
    .spots .spot_pin.spot02 { bottom: 0; right: 0; }
    .spots .spot_pin.spot03 { top: 0; left: 0; }
    .spots .spot_pin.spot04 { top: 0; right: 0; }
    .spots .spots_list {
        flex-direction: column;
        row-gap: 25px;
        margin: 30px auto 0;
        padding-right: 5px;
    }
    .spots .spots_list .spots_tag {
        width: 46px;
        padding: 5px 14px 15px 5px;
    }
    .spots .spots_list .item {
        width: 100%;
        padding: 30px 20px;
        box-shadow: 5px 5px 0 #6F2919;
        margin: 0 5px 5px 0;
    }
    .spots .item .figcaption {
        bottom: -10px;
    }
    .spots .item .figcaption p {
        font-size: 16px;
        padding: 2px 15px;
    }
    .spots .splide {
        margin-bottom: 20px;
    }
}

/* 流川トピック tips */
.tips {
    background: url(/images/kankou/nagasaki-city/tips_bg.svg);
    background-color: #A23D25;
    padding: 50px 0 80px;
}
.tips .MainTitle {
    width: 346px;
    margin-bottom: 45px;
    position: relative;
}
.tips .splide__track  {
    overflow: visible;
}
.tips .splide__list {
    padding: 10px 0;
}
.tips .splide__slide {
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
}
.tips .splide__slide:hover {
    top: -10px;
}
.tips .splide__slide .ttl {
    width: 64px;
    margin-bottom: 30px;
}
.tips .splide__slide .txt {
    font-size: 23px;
    font-weight: 500;
}
.tips .card {
    background-color: #6F2919;
    border-radius: 40px;
    width: 300px;
    height: 300px;
    padding: 40px 30px 30px;
    box-sizing: border-box;
}
.tips .card .txt {
    color: #fff;
}
@media screen and (max-width: 599px) {
    .tips {
        padding: 40px 0;
    }
    .tips .MainTitle {
        width: 248px;
        margin-bottom: 30px;
    }
    .tips .splide__slide .ttl {
        width: 45px;
        margin-bottom: 20px;
    }
    .tips .splide__slide .txt {
        font-size: 16px;
        line-height: 1.67;
    }
    .tips .card {
        width: 200px;
        height: 200px;
        padding: 20px;
    }
}

/* イベント情報 */
.event {
    padding: 80px 0 47px;
    background: #6F2919;
}
.event .wrap {
    position: relative;
    max-width: 800px;
    width: 85%;
    margin: auto;
}
.event_block {
    max-width: 800px;
    width: 100%;
    border-radius: 20px;
    background-color: #F7F0DF;
    margin: auto;
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden;
    max-height: 517px;
    transition: max-height .3s ease-in-out;
}
.event_block.open {
    padding-bottom: 82px;
}
.event .MainTitle {
    width: 348px;
    margin: 0 auto 40px;
}
.event_block .toggle {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: linear-gradient(rgba(247, 240, 223, 0), rgba(247, 240, 223, 0.6) 20%, #F7F0DF 50%);
    padding: 20px 0;
}
.event_block .moreBtn {
    position: unset;
    transform: none;
    margin: auto;
    border-color: #4B3833;
    color: #4B3833;
}
.event_block.open .toggle {
    background: none;
}
.event_block dl {
    display: flex;
    flex-wrap: wrap
}
.event_block dl dt {
    width: 27%;
    padding-right: 20px;
    color: #6F2919;
    box-sizing: border-box;
}
.event_block dl dd {
    padding-right: 40px;
    width: 73%;
    box-sizing: border-box;
}
.event_block .event_list_head {
    background: #EAE1C9;
    color: #6F2919;
    margin-bottom: 15px;
}
.event_block .event_list_head dt {
    margin-left: 0;
    padding-left: 70px;
}
.event_block .event_list dt {
    margin-left: 70px;
    width: calc(27% - 70px);
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3D9BD;
}
.event_block .event_list dd {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3D9BD;
}
.event_block .event_list dt::before {
    content: '';
    position: absolute;
    left: -25%;
    top: 0;
    bottom: -1px;
    width: 2px;
    background: #6F2919;
}
.event_block .event_list dt:first-child:before {
    top: 50%;
}
.event_block .event_list .event_time {
    position: absolute;
    left: calc(-25% - 37px/2);
    background: #6F2919;
    color: #FFFFFF;
    font-size: 12px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.event_block .event_list .event_time span {
    font-size: 17px;
}
.event_block .event_list dt:first-child .event_time {
    font-size: 10px;
}
.event_block .event_list dt:last-of-type::before {
    display: none;
}
.event_block .event_list dt:last-of-type .event_time {
    top: calc(-37px/2);
    transform: none;
}
.event_block .event_list dt:last-of-type,.event_block .event_list dd:last-of-type {
    border-bottom: none;
}
.event_block .event_list dd p.small {
    font-weight: 300;
}
.event .event_link {
    max-width: 800px;
    margin: 15px auto 0;
    text-align: right;
}
.event .event_link a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline !important;
}
.event .event_link a.link_out::after {
    width: 13px;
    height: 13px;
}
.event .event_img {
    display: block;
    position: absolute;
    height: auto;
}
.event .event_img01 {
    left: -200px;
    top: 48px;
}
.event .event_img02 {
    left: -200px;
    top: 259px;
}
.event .event_img03 {
    right: -200px;
    top: 0;
}
.event .event_img04 {
    right: -200px;
    top: 250px;
}
@media screen and (max-width: 1120px) {
    .event .wrap {
        width: 70%;
    }
    .event_block dl dt {
        width: 30%;
    }
    .event_block dl dd {
        width: 70%;
    }
    .event_block .event_list dt {
        width: calc(30% - 70px);
    }
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 599px) {
    .event {
        padding-top: 0;
        padding-bottom: 20px;
        background-color: #F7F0DF;
    }
    .event_block {
        width: 100vw;
        border-radius: 0;
        max-height: 465px;
    }
    .event .MainTitle {
        width: 280px;
    }
    .event_block dl dt {
        width: 32%;
        padding-right: 25px;
        font-size: 13px;
    }
    .event_block dl dd {
        width: 68%;
        font-size: 13px;
    }
    .event_block .event_list_head {
        padding: 2px 0;
    }
    .event_block .event_list_head dt {
        padding-left: 15px;
    }
    .event_block .event_list dt {
        width: calc(32% - 15px);
        margin-left: 15px;
        font-size: 10px;
        line-height: 1.6;
        display: flex;
        align-items: center;
    }
    .event_block .event_list dd {
        width: calc(68% - 15px);
        margin-right: 15px;
        font-size: 13px;
        line-height: 1.5;
        padding-right: 0;
    }
    .event_block .event_list .event_time {
        display: none;
    }
    .event_block .toggle {
        padding-top: 28px;
    }
    .event_block .moreBtn {
        border-radius: 23px;
    }
    .event .event_link {
        margin-top: 0;
        text-align: center;
    }
    .event .event_link a {
        color: #333333;
    }
    .event .event_link a.link_out::after {
        background-image: url("/images/kankou/nagasaki-city/icon_link_b.svg");
    }
}

/* 旅スタイル */
.style {
    padding: 90px 0 100px;
    background: #69544F;
    position: relative;
}
.style::before, .style::after {
    content: '';
    position: absolute;
    height: 35px;
    width: 100%;
    background-image: url("/images/kankou/nagasaki-city/style_bg.svg");
    background-size: auto 100%;
}
.style::before {
    top: 0;
}
.style::after {
    bottom: 0;
    transform: rotate(180deg);
}
.style .MainTitle {
    max-width: 797px;
    width: 100%;
    margin: 0 auto 54px;
}
.style .style_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.style .style_nav .style_nav_item {
    max-width: 350px;
    width: 30%;
    padding-bottom: 60px;
    position: relative;
}
.style .style_nav .style_nav_item .style_nav_img {
    margin-bottom: 26px;
    width: 100%;
}
.style .style_nav .style_nav_item .style_nav_desc {
    color: #FFFFFF;
    min-height: 101px;
}
.style .style_nav .style_nav_item .style_nav_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.style .style_nav .style_nav_item .style_nav_link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 13px;
    box-sizing: border-box;
    cursor: pointer;
}
.style .style_wrap {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    box-sizing: border-box;
}
.style .style_block {
    padding: 60px 50px;
    position: relative;
    margin-bottom: 105px;
}
.style .style_block:first-child {
    padding-top: 80px;
}
.style .style_block:last-child {
    margin-bottom: 0;
    padding-bottom: 80px;
}
.style .style_block::after, .style .style_block::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 85px;
    background-size: cover;
    background-position-x: left;
    background-repeat: no-repeat;
}
.style .style_block::before {
    top: -85px;
    background-position-y: bottom;
}
.style .style_block::after {
    bottom: -85px;
    background-position-y: top;
}
.style .style_block .style_block_titleArea {
    text-align: center;
    width: 100%;
}
.style .style_block .style_block_titleArea .style_block_title {
    margin-bottom: 20px;
}
.style .style_block .style_block_titleArea .style_block_desc {
    font-weight: 300;
    line-height: 1.6;
}
.style .style_block .style_block_titleArea {
    text-align: center;
    position: relative;
    margin: 0 auto 40px;
    z-index: 0;
} 
.style .style_block .style_title_img01, .style .style_block .style_title_img02 {
    position: absolute;
    z-index: -1;
}
.style .style_block_list .style_list_title {
    margin-bottom: 15px;
    position: relative;
}
.style .style_block_list .style_list_title::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed;
    top: 50%;
    right: 0;
}
.style .style_hitoritabi .style_list_title::after {
    border-color: #8C8C10;
}
.style .style_couple .style_list_title::after {
    border-color: #D0732F;
}
.style .style_anniversary .style_list_title::after {
    border-color: #A04268;
}
.style .style_block_list {
    position: relative;
    overflow: hidden;
    max-height: 475px;
    transition: max-height .3s ease;
    margin-bottom: 40px;
}
.style .style_block_list:last-child {
    margin-bottom: 0;
}
.style .style_block_list.open {
    max-height: unset;
}
.style .style_block_list.pb_more {
    padding-bottom: 100px;
}
.style .style_block_list .showMoreBtn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: linear-gradient(rgba(247, 240, 223, 0), rgba(247, 240, 223, 0.8) 40%, #F7F0DF 100%);
    padding: 75px 0 5px;
    text-align: center;
    text-decoration: underline;
    color: #6F2919;
    cursor: pointer;
    box-sizing: border-box;
}
.style .style_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 5%;
}
.style .style_list .style_list_item {
    max-width: 568px;
    width: 47.5%;
    display: flex;
    column-gap: 20px;
    position: relative;
}
.style .style_list .style_list_item .style_item_img {
    display: block;
    width: 250px;
    height: 148px;
    border-radius: 10px;
    object-fit: cover;
}
.style .style_list .style_list_item .style_item_text {
    width: 298px;
}
.style .style_list .style_list_item .style_item_name {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.style .style_list .style_list_item .style_item_text .style_item_desc {
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 12px;
}
.style .style_list .style_list_item .style_item_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 23px;
    background: #6F2A19;
    color: #FFFFFF;
    text-align: center;
    max-width: 200px;
    width: 50%;
    padding: 6px 0;
}
.style .style_list.free {
    column-gap: 3%;
    margin-top: 40px;
}
.style .style_list.free .style_list_item {
    max-width: 375px;
    width: 32%;
    column-gap: 15px;
}
.style .style_list.free .style_list_item .style_item_img {
    display: block;
    width: 160px;
    height: 95px;
    border-radius: 10px;
}
.style .style_list.free .style_list_item .style_item_text {
    width: 195px;
}
.style .style_list .style_list_item .style_item_link {
    width: fit-content;
    font-size: 12px;
    color: #6F2A19;
    text-decoration: underline !important;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.style .style_list .style_list_item .style_item_link img {
    vertical-align: -1px;
    padding-left: 5px;
    width: 12px;
    height: auto;
}
/* グルメ */
.style .style_block.style_gourmet {
    background: #F7F0DF;
}
.style .style_block.style_gourmet::before {
    display: none;
}
.style .style_block.style_gourmet::after {
    background-image: url("/images/kankou/nagasaki-city/wave_01.svg");
}
.style .style_block.style_gourmet .style_block_titleArea {
    max-width: 878px;
}
.style .style_block.style_gourmet .style_title_img01 {
    width: 14.465%;
    left: 0;
    top: 25px;
}
.style .style_block.style_gourmet .style_title_img02 {
    width: 15.035%;
    right: 0;
    top: 16px;
}
.style .style_gourmet .style_hitoritabi .style_list_title::after {
    width: calc(100% - 377px);
}
.style .style_gourmet .style_couple .style_list_title::after {
    width: calc(100% - 510px);
}
.style .style_gourmet .style_anniversary .style_list_title::after {
    width: calc(100% - 401px);
}
/* レンジャー */
.style .style_block.style_leisure {
    background: #EAE1C9;
}
.style .style_block.style_leisure::before {
    background-image: url("/images/kankou/nagasaki-city/wave_02.svg");
}
.style .style_block.style_leisure::after {
    background-image: url("/images/kankou/nagasaki-city/wave_03.svg");
}
.style .style_block.style_leisure .style_block_titleArea {
    max-width: 1052px;
}
.style .style_block.style_leisure .style_title_img01 {
    width: 14.26%;
    left: 0;
    top: 6px;
}
.style .style_block.style_leisure .style_title_img02 {
    width: 15.78%;
    right: 0;
    top: 39px;
}
.style .style_leisure .style_hitoritabi .style_list_title::after {
    width: calc(100% - 419px);
}
.style .style_leisure .style_couple .style_list_title::after {
    width: calc(100% - 552px);
}
.style .style_leisure .style_anniversary .style_list_title::after {
    width: calc(100% - 443px);
}
/* レンジャー */
.style .style_block.style_yado {
    background: #F7F0DF;
}
.style .style_block.style_yado::before {
    background-image: url("/images/kankou/nagasaki-city/wave_04.svg");
}
.style .style_block.style_yado .style_block_titleArea {
    max-width: 1051px;
}
.style .style_block.style_yado .style_title_img01 {
    width: 15.7%;
    left: 0;
    top: 27px;
}
.style .style_block.style_yado .style_title_img02 {
    width: 12.275%;
    right: 0;
    top: 40px;
}
.style .style_yado .style_hitoritabi .style_list_title::after {
    width: calc(100% - 483px);
}
.style .style_yado .style_couple .style_list_title::after {
    width: calc(100% - 616px);
}
.style .style_yado .style_anniversary .style_list_title::after {
    width: calc(100% - 507px);
}
@media screen and (max-width: 1120px) {
    .style .style_nav .style_nav_item .style_nav_links {
        column-gap: 6px;
    }
    .style .style_nav .style_nav_item .style_nav_link {
        font-size: 11px;
    }
    .style .style_block {
        margin-bottom: 85px;
    }
    .style .style_block::after, .style .style_block::before {
        height: 66px;
    }
    .style .style_block::before {
        top: -65px;
    }
    .style .style_block::after {
        bottom: -65px;
    }
}
@media screen and (max-width: 900px) {
    .style .style_nav .style_nav_item {
        width: 32%;
    }
    .style .style_nav .style_nav_item .style_nav_link {
        font-size: 10px;
    }
    .style .style_block {
        margin-bottom: 70px;
        padding: 40px 25px 60px;
    }
    .style .style_block::after, .style .style_block::before {
        height: 51px;
    }
    .style .style_block::before {
        top: -50px;
    }
    .style .style_block::after {
        bottom: -50px;
    }
    .style .style_block .style_block_titleArea .style_block_title img {
        width: auto;
        height: 70px;
    }
    .style .style_list_title img {
        width: auto;
        height: 75px;
    }
    .style .style_list {
        gap: 25px 3%;
    }
    .style .style_list .style_list_item {
        width: 48.5%;
        column-gap: 10px;
    }
    .style .style_gourmet .style_hitoritabi .style_list_title::after { width: calc(100% - 314px); }
    .style .style_gourmet .style_couple .style_list_title::after { width: calc(100% - 425px); }
    .style .style_gourmet .style_anniversary .style_list_title::after { width: calc(100% - 334px); }
    .style .style_leisure .style_hitoritabi .style_list_title::after { width: calc(100% - 349px); }
    .style .style_leisure .style_couple .style_list_title::after { width: calc(100% - 460px); }
    .style .style_leisure .style_anniversary .style_list_title::after { width: calc(100% - 369px); }
    .style .style_yado .style_hitoritabi .style_list_title::after { width: calc(100% - 403px); }
    .style .style_yado .style_couple .style_list_title::after { width: calc(100% - 513px); }
    .style .style_yado .style_anniversary .style_list_title::after { width: calc(100% - 423px); }
}
@media screen and (max-width: 599px) {
    .style {
        padding: 50px 0;
    }
    .style .style_wrap {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .style::before, .style::after {
        height: 20px;
        background-size: auto 20px;
    }
    .style .MainTitle {
        max-width: 312px;
        margin-bottom: 30px;
    }
    .style .style_nav {
        flex-direction: column;
        row-gap: 25px;
        margin-bottom: 40px;
    }
    .style .style_nav .style_nav_item {
        width: 100%;
        max-width: 100%;
    }
    .style .style_nav .style_nav_item .style_nav_top {
        display: flex;
        align-items: flex-end;
        column-gap: 3px;
    }
    .style .style_nav .style_nav_item .style_nav_desc {
        font-size: 13px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .style .style_nav .style_nav_item .style_nav_img {
        margin-bottom: 0;
    }
    .style .style_nav .style_nav_item .style_nav_links {
        margin-top: 15px;
        column-gap: 9px;
    }
    .style .style_nav .style_nav_item .style_nav_link {
        font-size: 13px;
        height: 45px;
    }
    .style .style_block {
        padding: 35px 5px 30px;
        margin-bottom: calc(20px + 6.414vw);
    }
    .style .style_block:first-child {
        padding-top: 40px;
    }
    .style .style_block:last-child {
        margin-bottom: 6.414vw;
        padding-bottom: 30px;
    }
    .style .style_block::after, .style .style_block::before {
        height: 6.414vw;
        width: 100%;
    }
    .style .style_block::before {
        top: -6.414vw;
    }
    .style .style_block::after {
        bottom: -6.414vw;
    }
    .style .style_block .style_block_titleArea {
        margin-bottom: 20px;
    }
    .style .style_block .style_block_titleArea .style_block_title img {
        width: 100%;
        height: auto;
    }
    .style .style_block .style_block_titleArea .style_block_desc {
        padding: 0 10px;
    }
    .style .style_block .style_block_titleArea .style_block_desc br {
        display: none;
    }
    .style .style_list_title img {
        height: 58px;
    }
    .style .style_block_list .style_list_title {
        margin-bottom: 10px;
    }
    .style .style_block_list .style_list_title::after {
        display: none;
    }
    .style .style_block_list {
        max-height: 710px;
    }
    .style .style_block_list.pb_more {
        padding-bottom: 80px;
    }
    .style .style_block_list .showMoreBtn {
        padding: 42px 0 10px;
    }
    .style .style_list {
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 0 10px;
        gap: 15px 0;
    }
    .style .style_list .style_list_item {
        width: 100%;
        flex-wrap: wrap;
    }
    .style .style_list .style_list_item .style_item_name {
        width: 100%;
    }
    .style .style_list .style_list_item .style_item_img {
        width: 175px;
        height: 103px;
    }
    .style .style_list .style_list_item .style_item_text {
        width: calc(100% - 185px);
    }
    .style .style_list .style_list_item .style_item_text .style_item_desc {
        -webkit-line-clamp: 4;
        line-height: 1.4;
    }
    .style .style_list .style_list_item .style_item_btn {
        background: none;
        text-decoration: underline !important;
        padding: 0;
        color: #6F2919;
        font-size: 12px;
        text-align: right;
    }
    .style .style_list.free {
        margin-top: 20px;
    }
    .style .style_list.free .style_list_item {
        width: 100%;
        column-gap: 10px;
    }
    .style .style_list.free .style_list_item .style_item_img {
        width: 120px;
        height: 71px;
    }
    .style .style_list.free .style_list_item .style_item_name {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .style .style_list.free .style_list_item .style_item_text {
        width: calc(100% - 130px);
    }
    .style .style_list .style_list_item .style_item_link {
        right: 0;
    }
    .style .style_block.style_gourmet::after {
        background-image: url("/images/kankou/nagasaki-city/wave_01_sp.png");
    }
    .style .style_block.style_leisure::before {
        background-image: url("/images/kankou/nagasaki-city/wave_02_sp.png");
    }
    .style .style_block.style_leisure::after {
        background-image: url("/images/kankou/nagasaki-city/wave_03_sp.png");
    }
    .style .style_block.style_yado::before {
        background-image: url("/images/kankou/nagasaki-city/wave_04_sp.png");
    }
    .style .style_block.style_yado::after {
        background-image: url("/images/kankou/nagasaki-city/wave_01_sp.png");
    }
}
@media screen and (max-width: 430px) {
    .style .style_block .style_block_titleArea .style_block_desc {
        padding: 0;
    }
    .style .style_block .style_block_titleArea .style_block_desc br {
        display: block;
    }
}
@media screen and (max-width: 389px) {
    .style .style_block .style_block_titleArea .style_block_desc {
        font-size: 3.6vw;
    }
}

/* お取り寄せ */
.otoriyose {
    background-image: url("/images/kankou/nagasaki-city/otoriyose_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 80px;
}
.otoriyose .MainTitle {
    max-width: 482px;
    width: 100%;
    margin: 0 auto 30px;
}
.otoriyose .otoriyose_bnArea {
    display: flex;
    justify-content: space-between;
}
.otoriyose .otoriyose_bn {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 580px;
    width: 49%;
}
.otoriyose .otoriyose_bn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}
.otoriyose .otoriyose_bn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #ffffff;
    right: 20px;
}
.otoriyose .otoriyose_textArea {
    position: absolute;
    z-index: 3;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}
.otoriyose .otoriyose_text {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.otoriyose .otoriyose_textImg {
    max-width: 307px;
    width: 53%;
}
@media screen and (max-width: 599px) {
    .otoriyose {
        padding: 40px 0;
    }
    .otoriyose .MainTitle {
        max-width: 278px;
        margin-bottom: 20px;
    }
    .otoriyose .otoriyose_bn {
        border-radius: 10px;
    }
    .otoriyose .otoriyose_bn img {
        width: 100%;
    }
    .otoriyose .otoriyose_bn::after {
        right: 10px;
        border-width: 6px 0 6px 6px;
    }
    .otoriyose .otoriyose_textArea {
        padding: 0 20px 0 10px;
    }
    .otoriyose .otoriyose_text {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .otoriyose .otoriyose_textImg {
        width: 140px;
        vertical-align: top;
    }
}
@media screen and (max-width: 389px) {
    .otoriyose .otoriyose_text {
        font-size: 3vw;
    }
}


/* おすすめの旅行プラン plan */
.plan {
    background-color: #F6F5F0;
    height: 100%;
    overflow: hidden;
    padding: 60px 0;
}
.plan .TitleArea {
    margin-bottom: 20px;
}
.plan .TitleArea .Description {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 300;
}
.plan .ranking-box-intermediate .text-link {
    text-decoration: underline;
    font-weight: 500;
}
.plan_recommend-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.plan_recommend-item {
    background: #fff;
    padding: 30px 20px 20px;
    width: calc(50% - 20px);
    margin: 10px;
    border: 1px solid #D1C9AE;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.plan_recommend-head {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.plan_recommend-row {
    display: flex;
}
.plan_recommend-body {
    flex: 2.56;
}
.plan_recommend-info_label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: #E8A2A2;
    line-height: 1;
    padding: 5px 8px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    white-space: nowrap;
}
.plan_recommend-info_label:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: translateX(-99.5%);
    background: linear-gradient(60deg, transparent 50%, #e8a2a2 52%);
}
.plan_recommend-info_label.label_new {
    right: 50px;
    padding: 5px 20px 5px 8px;
    background: #D1C9AE;
}
.plan_recommend-info_label.label_new:before {
    background: linear-gradient(60deg, transparent 50%, #D1C9AE 52%);
}
.plan_recommend-info_row {
    margin: 10px 0 10px 0;
}
.plan_recommend-info_row img {
    margin-right: 8px;
}
.plan_recommend-info_area {
    margin: 5px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #E8A2A2;
}
.plan_recommend-info_budget {
    margin: 5px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.plan_recommend-info-txt {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.plan_recommend-planner {
    display: flex;
    padding: 0;
    box-sizing: border-box;
    margin-top: 10px;
}
.plan_recommend-planner img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.plan_recommend-planner_name {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
}
.plan_recommend-planner_name small {
    font-size: 11px;
    display: block;
}
.plan_recommend-img {
    margin-left: 15px;
}
.plan_recommend-schedule {
    margin-top: 15px;
}
.plan_recommend-schedule_head {
    position: relative;
    margin-bottom: 5px;
}
.plan_recommend-schedule_head img {
    width: 75px;
}
.plan_recommend-schedule_head:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: calc((100% - 85px)* 2);
    background: #E8A2A2;
    border-top: 4px dashed #fff;
    transform: scale(0.5);
    transform-origin: right;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.plan_recommend-schedule_destination {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 15px;
}
.plan_recommend-schedule_destination:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    transform: rotate(45deg);
    margin-right: 5px;
}
.plan_recommend-schedule_destination small {
    font-weight: 400;
    align-self: flex-end;
    margin-left: 3px;
    font-size: 13px;
}
.plan_recommend-schedule_street {
    display: flex;
    margin: -5px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 5px);
}
.plan_recommend-schedule_street-item {
    margin: 5px;
    width: 33.333%;
    padding-right: 35px;
    position: relative;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    min-width: 234px;
}
.plan_recommend-schedule_street-item:not(:last-child):after {
    content: "";
    display: block;
    background: url(/images/plan/ranking/icon_arrow.svg) no-repeat center center / 100% auto;
    width: 28px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.plan_recommend-schedule_street-item__body {
    margin-left: 10px;
}
.plan_recommend-schedule_street-item__label {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 2px 10px 3px;
    border-radius: 35px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    transform: translateY(-2px);
}
.plan_recommend-schedule_street-item__shop {
    font-weight: 500;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}
.plan_recommend-link {
    margin: 40px auto 0;
    width: 100%;
}
.plan_recommend-link img {
    margin-right: 10px;
}
.plan_recommend-link a {
    width: 380px;
    background: #6F2919;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.plan_recommend .ContentsArea {
    position: relative;
}
.plan_recommend .ContentsArea::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #F6F5F0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.plan_recommend .ContentsArea.open {
    position: relative;
    margin-bottom: 0px;
}
.plan_recommend .ContentsArea.open::after {
    display: none;
}
.ContentsAreaMore {
    width: 100%;
    max-width: 300px;
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #000;
    border-radius: 23px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
}
.ContentsAreaMore:hover {
    opacity: .7;
}
.ContentsAreaMore span {
    font-size: 12px;
}
@media screen and (max-width: 599px) {
    .plan {
        padding: 40px 0 20px;
    }
    .plan_recommend-list {
        flex-direction: column;
        margin: 0;
        row-gap: 10px;
    }
    .plan_recommend-item {
        width: 100%;
        margin: 0;
    }
    .plan_recommend-ttl {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .plan_recommend-img {
        width: 130px;
        margin-left: 10px;
    }
    .plan_recommend-info_area, .plan_recommend-info_budget {
        font-size: 11px;
    }
    .plan_recommend-planner_name {
        font-size: 12px;
        line-height: 1.1;
    }
    .plan_recommend-link {
        margin-top: 20px;
        width: 100%;
    }
    .plan_recommend-link a {
        font-size: 14px;
        width: 100%;
    }
}


/* 関連記事 */
.article_wrap {
    padding: 80px 0 100px;
}
.article_block:not(:first-child) {
    margin-top: 60px;
}
.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 .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;
    display: none;
}
.article_related-wrap .article_related-ttl {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.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;
}
@media screen and (max-width: 599px) {
    .article_wrap {
        padding: 40px 0 0;
    }
    .article_related-item {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #CCC;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .article_related-img {
        flex-shrink: 0;
    }
    .article_related-img img {
        width: 160px;
        height: 90px;
        object-fit: cover;
        object-position: center;
    }
    .article_related-ttl {
        font-size: 13px;
    }
    .article_related .article_related-wrap {
        max-height: 800px;
        margin-top: 20px;
    }
    .nearby_gourmet {
        margin-top: 40px;
    }
    .article_related-wrap .article_related-ttl {
        -webkit-line-clamp: 3;
        margin-top: 0;
    }
}


/* ---------------------------------------
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/kankounagasaki-city/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/kankounagasaki-city/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/kankounagasaki-city/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 .spotsTab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    column-gap: 30px;
}
.nearestSection .spotsTab input {
    display: none;
}
.nearestSection .spotsTab .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 .spotsTab 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/kankounagasaki-city/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 .spotsName {
    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 .spotsTab {
        column-gap: 15px;
    }
    .nearestSection .spotsTab .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/kankounagasaki-city/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;
    }
}

@media screen and (min-width: 600px) {
    .display_sp {
        display: none !important;
    }
}
@media screen and (max-width: 599px) {
    .display_pc {
        display: none !important;
    }
}