@charset "utf-8";

/* common theme color */

.themes {
    color: #fff;
    font-size: 1.2rem;
}

[data-element-id] .themes {
    color: inherit;
}

.themes > * {
    display: inline-block;
    background-color: #990000;
    padding: 1px 5px;
    margin: 10px 10px 0 0;
}

.themes > .topics, .themes > .トピックス {
    background-color: #ff9900;
}

.themes > .news, .themes > .ゴルフ場情報, .themes > .現地情報 {
    background-color: #33bf04;
}

.themes > .experience, .themes > .旅行記 {
    background-color: #006699;
}

.themes > .information, .themes > .Ｑ＆Ａ {
    background-color: #6600cc;
}



/* tripHeader */

#tripHeader .inner {
    position: relative;
}

#tripHeader h1 {
    font-size: 1.2rem;
    background: #fff;
    padding: 10px 10px 0;
}

#tripHeader .box {
    background: #fff;
    padding: 10px 10px 0;
}

@media (max-width: 599px) {
    #tripHeader .inner {
        display: none;
    }

    #tripHeader .box {
        display: none;
    }
}



/* smartNav */

[data-element-id] .smartNav {
    display: block;
}

.smartNav {
    display: none;
    background: url(/upload/tenant_2/impactrip_bg_ptn01.webp);
    position: relative;
}

.smartNav:before {
    display: block;
    content: "";
    height: 5px;
    width: 100%;
    background: #0c4d1c;
}

.smartNav:after {
    display: block;
    content: "";
    height: 5px;
    width: 100%;
    background: #ddccba;
}

.smartNav-open {
    width: 50px;
    height: 50px;
    background: #0c4d1c;
    margin-left: auto;
    position: relative;
}

.smartNav-open:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 4px;
    background: #ffffff;
    top: 10px;
    left: 15%;
    -webkit-box-shadow: 0 13px 0 #ffffff, 0 26px 0 #ffffff;
    box-shadow: 0 13px 0 #ffffff, 0 26px 0 #ffffff;
}

[data-element-id] .smartNav-body {
    width: 400px;
    opacity: 1;
    visibility: visible;
    position: static;
}

.smartNav-body {
    width: 90%;
    background: #0c4d1c;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.smartNav-body.active {
    opacity: 1;
    visibility: visible;
}

.smartNav li:not(:last-of-type) {
    border-bottom: 1px solid #052a0e;
}

.smartNav li a {
    display: inline-block;
    color: #fff;
    padding: 15px;
}

.smartNav .dropdown > a {
    display: block;
    position: relative;
}

.smartNav .dropdown > a:after {
    display: block;
    content: "\f0da";
    font-size: 2rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smartNav .dropdown > ul {
    display: none;
    background: #246534;
}


@media (max-width: 599px) {
    .smartNav {
        display: block;
    }
}



/* globalNav */

.globalNav {
    background: #eee;
    margin-bottom: 20px;
}

.globalNav li {
    width: 20%;
    font-size: 1.8rem;
    font-weight: bold;
    border-right: solid 1px #fff;
    text-align: center;
}

.globalNav li:first-of-type {
    border-left: solid 1px #fff;
}

.globalNav li a {
    height: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .globalNav li {
        width: 25%;
        font-size: 1.6rem;
    }
}

@media (max-width: 599px) {
    .globalNav {
        display: none;
    }
}



/* areaNav */

.areaNav {
    margin-bottom: 20px;
}

.areaNav ul {
    border: 4px solid #0c4d1c;
}

.areaNav li {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.areaNav li:first-of-type {
    color: #fff;
    background-color: #0c4d1c;
    border: none;
    padding: 10px;
}

.areaNav li:not(:last-of-type) {
    border-right: solid 1px #fff;
}

.areaNav li a {
    display: block;
    background: #eee;
    padding: 10px;
}

@media (max-width: 599px) {
    .areaNav {
        display: none;
    }
}



/* bread */

.bread {
    margin-bottom: 20px;
}

.bread li {
    font-size: 1.2rem;
    margin-right: 10px;
}

.bread li:not(:first-of-type):before {
    display: inline-block;
    color: #999;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 10px;
}

.bread li a {
    display: inline-block;
    border-bottom: 1px dotted #ccc;
}

@media (max-width: 599px) {
    .bread {
        display: none;
    }
}



/* mainArticle */

.mainArticle .pc {
    position: relative;
}

.mainArticle .pc:after {
    display: block;
    content: "";
    padding-top: 40%;
}

.mainArticle .pc .item {
    position: absolute;
}

.mainArticle .pc .item:nth-of-type(3n+1) {
    width: 66.7%;
    top: 0;
    left: 0;
}

.mainArticle .pc .item:nth-of-type(3n+2) {
    width: 32.5%;
    top: 0;
    right: 0;
}

.mainArticle .pc .item:nth-of-type(3n+3) {
    width: 32.5%;
    bottom: 0;
    right: 0;
}

.mainArticle .item a {
    display: block;
    position: relative;
}

.mainArticle .item dl {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mainArticle .item dt {
    font-size: 1.4rem;
    font-weight: bold;
}

.mainArticle .item dd {
    color: #fff;
    text-shadow: 0px 1px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 0px -1px 1px #000, -1px -1px 1px #000, -1px 0px 1px #000;
    margin-top: 10px;
}

.mainArticle .item:first-of-type dd {
    font-size: 2.4rem;
}



/* articleList */

.articleWrap .box {
    background: #fff;
    padding: 40px;
}

.articleWrap .box .heading {
    font-size: 3rem;
    font-weight: bold;
    background: url(/upload/tenant_2/impactrip_title.webp) no-repeat;
    padding: 35px 0 30px 100px;
    margin-bottom: 20px;
}

.articleList .item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.articleList .item .pic {
    width: 25%;
}

.articleList .item .tbox {
    width: 70%;
}

.articleList .item .headline {
    margin-bottom: 25px;
}

.articleList .item .headline .date {
    width: 70px;
    color: #fff;
    font-size: 1.2rem;
    border: 3px solid #0c4d1c;
    background: #0c4d1c;
    border-radius: 10px 0 0 10px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
}

.articleList .item .headline .date:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 15px #0c4d1c;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.articleList .item .headline .date .days {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 5px;
}

.articleList .item .headline .tit {
    width: 100%;
    color: #0c4d1c;
    font-size: 2.4rem;
    font-weight: bold;
    background: #eee;
    padding: 10px;
    border: 3px solid #0c4d1c;
    border-radius: 0 10px 10px 0;
}

.articleList .item .editor {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: right;
}

.articleList .item .label li {
    font-size: 1.2rem;
    margin: 10px 10px 0 0;
}

.articleList .item .label .areaName a {
    display: block;
    color: #fff;
    background: #0c4d1c;
    padding: 2px 5px;
}

.articleList .item .label .tagName {
    color: #000;
    border: 1px solid #000;
    padding: 2px 5px;
}

.articleMore {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.articleMore a {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    background-color: #eee;
    padding: 20px;
}

.articleMore a:after {
    display: inline-block;
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 10px;
}

.articlePagenav {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
}

.articlePagenav li {
    font-weight: bold;
    margin: 0 5px;
}

.articlePagenav .active {
    color: #fff;
    background: #000;
    border: solid 1px #000;
    padding: 5px 10px;
}

.articlePagenav li a {
    display: block;
    border: solid 1px #000;
    padding: 5px 10px;
}

.articlePagenav .prev a, .articlePagenav .next a {
    color: #fff;
    background: #000;
}

@media (max-width: 1024px) {
    .articleWrap .box .heading {
        font-size: 2.6rem;
        background-size: 100% auto;
        padding: 30px 0 20px 90px;
    }

    .articleList .item .headline .tit {
        font-size: 2rem;
    }

    .articleList .item .headline .date .days {
        font-size: 2rem;
    }
}

@media (max-width: 599px) {
    .articleWrap .box {
        padding: 10px;
    }

    .articleWrap .box .heading {
        font-size: 2.2rem;
        background-size: 140% auto;
        padding: 15px 0 20px 65px;
    }

    .articleList .item .headline .date {
        width: 60px;
    }

    .articleList .item .headline .date .days {
        font-size: 1.8rem;
    }

    .articleList .item .headline .tit {
        font-size: 1.6rem;
    }

    .articleList .item .pic {
        width: 35%;
    }

    .articleList .item .tbox {
        width: 60%;
    }

    .articleList .item .editor {
        display: none;
    }

    .articleList .item .label {
        display: none;
    }

    .articleMore a {
        font-size: 1.6rem;
        padding: 15px;
    }

    .articlePagenav .prev .txt, .articlePagenav .next .txt {
        display: none;
    }

    .articlePagenav .prev a:before, .articlePagenav .next a:after {
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
    }

    .articlePagenav .prev a:before {
        content: "\f053";
    }

    .articlePagenav .next a:after {
        content: "\f054";
    }
}



/* articleSingle */

.articleSingle .headline {
    margin-bottom: 25px;
}

.articleSingle .headline .date {
    width: 70px;
    color: #fff;
    font-size: 1.2rem;
    border: 3px solid #0c4d1c;
    background: #0c4d1c;
    border-radius: 10px 0 0 10px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
}

.articleSingle .headline .date:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 15px #0c4d1c;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.articleSingle .headline .date .days {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 5px;
}

.articleSingle .headline .tit {
    width: 100%;
    color: #0c4d1c;
    font-size: 2.4rem;
    font-weight: bold;
    background: #eee;
    padding: 10px;
    border: 3px solid #0c4d1c;
    border-radius: 0 10px 10px 0;
}

.articleSingle .icon {
    min-height: 130px;
    padding-left: 100px;
    background: url(/upload/tenant_2/impactrip_oldman.webp) no-repeat;
}

.articleSingle .label li {
    display: inline-block;
    font-size: 1.2rem;
    margin: 10px 10px 0 0;
}

.articleSingle .label .areaName a {
    display: block;
    color: #fff;
    background: #0c4d1c;
    border: 1px solid #0c4d1c;
    padding: 1px 5px;
}

.articleSingle .label .tagName {
    color: #000;
    border: 1px solid #000;
    padding: 1px 5px;
}

.articleSingle .editor {
    font-size: 1.2rem;
}

.articleSingle .shareBtn {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 10px 0;
}

.articleSingle .textsizer {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.articleSingle .textsizer .txt {
    font-size: 1.4rem;
}

.articleSingle .textsizer li {
    width: 3em;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    background: #e0e0e0;
    cursor: pointer;
    padding: 2px;
    margin: 0 5px;
    text-align: center;
}

.articleSingle .textsizer li.active {
    color: #fff;
    background: #0c4d1c;
}

.articleSingle .handlebar {
    font-size: 1.6rem;
    line-height: 2;
}

.backLink {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
    margin-top: 30px;
}

.backLink ul {
    position: relative;
}

.backLink .prev, .backLink .next {
    position: absolute;
    top: 0;
}

.backLink .prev {
    left: 0;
}

.backLink .next {
    right: 0;
}

.backLink li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background: #000;
    padding: 10px;
}

@media (max-width: 1024px) {
    .articleSingle .headline .tit {
        font-size: 2rem;
    }

    .articleSingle .headline .date .days {
        font-size: 2rem;
    }
}

@media (max-width: 599px) {
    .articleSingle .headline .date {
        width: 60px;
    }

    .articleSingle .headline .date .days {
        font-size: 1.8rem;
    }

    .articleSingle .headline .tit {
        font-size: 1.6rem;
    }

    .articleSingle .icon {
        padding-left: 80px;
        background-size: 70px;
    }
}

.btnlist-btn01 {
  text-align: center;
}

.btnlist-btn01 a {
  color: #fff;
  background-color: #008744;
  width: 90%;
  font-size: 2.4rem;
  padding: 24px;
  margin: 14px 0;
  border-radius: 5px;
 font-weight: bold;
}

.btnlist-btn02 a .ico-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
    padding-left: 11px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.3em;
}

@media (max-width: 599px) {
  .btnlist-btn01 a {
        font-size: 2em;
        padding: 11px 0 9px;
        line-height: 1.1;
   }
  .btnlist-btn02 a .ico-arrow {
        border-width: 5px 0 5px 8px;
        padding-left: 6px;
        margin-top: 0.2em;
    }
}
