@charset "UTF-8";
#page-camping-archive {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 100px 0 0; }
  @media (min-width: 1024px) {
    #page-camping-archive {
      padding: 120px 0 0; } }
  #page-camping-archive .title-menu {
    margin-bottom: 20px;
    /*お知らせカテゴリー*/ }
    #page-camping-archive .title-menu h1 {
      font-size: 1.65em; }
      @media (min-width: 1024px) {
        #page-camping-archive .title-menu h1 {
          font-size: 2.25em; } }
    #page-camping-archive .title-menu p {
      font-size: 0.9em;
      line-height: 1.6em;
      text-align: justify;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #page-camping-archive .title-menu p {
          font-size: 1.0em; } }
    #page-camping-archive .title-menu #category-list {
      margin: 30px auto 40px; }
      #page-camping-archive .title-menu #category-list li {
        display: inline-block;
        margin-right: 10px; }
        #page-camping-archive .title-menu #category-list li:last-child {
          margin-right: 0; }
        #page-camping-archive .title-menu #category-list li a {
          display: inline-block;
          line-height: 36px;
          border-radius: 20px;
          width: 80px;
          height: 36px;
          font-size: 0.9em;
          text-align: center;
          background-color: #fff;
          transition: .5s; }
          @media (min-width: 1024px) {
            #page-camping-archive .title-menu #category-list li a {
              width: 140px; } }
        #page-camping-archive .title-menu #category-list li a:hover {
          background-color: rgba(77, 77, 77, 0.85);
          color: #fff; }
        #page-camping-archive .title-menu #category-list li a.active {
          background-color: #0b198c;
          color: #fff; }
  #page-camping-archive #campingcar-list {
    margin-bottom: 200px; }
    @media only screen and (min-width: 768px) {
      #page-camping-archive #campingcar-list .o-3column .col-xl-3 {
        padding: 0 10px; }
      #page-camping-archive #campingcar-list .o-3column {
        margin: 0 -10px; } }
    @media only screen and (min-width: 1024px) {
      #page-camping-archive #campingcar-list .o-3column .col-xl-3 {
        padding: 0 15px; }
      #page-camping-archive #campingcar-list .o-3column {
        margin: 0 -15px; } }
    @media only screen and (min-width: 1250px) {
      #page-camping-archive #campingcar-list .o-3column .col-xl-3 {
        padding: 0 20px; }
      #page-camping-archive #campingcar-list .o-3column {
        margin: 0 -20px; } }
    #page-camping-archive #campingcar-list .archive-box {
      margin-bottom: 60px; }
      #page-camping-archive #campingcar-list .archive-box a:hover .thumbnail > img {
        transform: scale(1.04); }
      #page-camping-archive #campingcar-list .archive-box a:hover .txt-area > h3 {
        color: #0b198c; }
      #page-camping-archive #campingcar-list .archive-box a .thumbnail {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        z-index: 1; }
        #page-camping-archive #campingcar-list .archive-box a .thumbnail img {
          display: block;
          transition-duration: 0.8s;
          transform: scale(1);
          border-radius: 10px; }
      #page-camping-archive #campingcar-list .archive-box a .txt-area {
        margin-top: 5px; }
        #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price {
          position: relative;
          margin-bottom: 10px; }
          #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price h5 {
            font-size: 0.8em;
            color: #fff;
            display: inline-block;
            text-align: center; }
            #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price h5 .old-car {
              background-color: #202656;
              padding: 3px 2px 4px;
              display: inline-block;
              width: 60px;
              border-radius: 2px; }
            #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price h5 .new-car {
              background-color: #6CBDC6;
              padding: 3px 2px 4px;
              display: inline-block;
              width: 60px;
              border-radius: 2px; }
          #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price ul.price {
            display: flex;
            align-items: flex-end;
            position: absolute;
            top: 0;
            right: 0; }
            #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price ul.price li {
              font-size: 0.8em; }
              #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price ul.price li:first-child {
                margin-right: 5px; }
              #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price ul.price li:nth-child(odd) {
                line-height: 1.2em; }
              #page-camping-archive #campingcar-list .archive-box a .txt-area .category-price ul.price li:nth-child(2) {
                font-size: 1.8em;
                font-weight: bold;
                line-height: 1.0em; }
        #page-camping-archive #campingcar-list .archive-box a .txt-area h3 {
          font-size: 1.125em;
          line-height: 1.3em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          transition: .5s; }

#post-title {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding-top: 80px;
  border-bottom: 2px solid #000; }
  @media (min-width: 1024px) {
    #post-title {
      width: 92%; } }
  @media (min-width: 1250px) {
    #post-title {
      padding: 120px 0 20px; } }
  #post-title #ArchiveTitle {
    margin: 10px 0 20px; }
    @media (min-width: 1024px) {
      #post-title #ArchiveTitle {
        position: absolute;
        bottom: 20px;
        right: 0;
        margin: 0; } }
    #post-title #ArchiveTitle .Pulldown {
      display: flex; }

#post-top {
  max-width: 1600px;
  width: 90%;
  padding-top: 40px;
  margin: 0 auto 40px; }
  @media (min-width: 1024px) {
    #post-top {
      width: 92%;
      margin: 0 auto 60px; } }
  @media (min-width: 1250px) {
    #post-top {
      padding-top: 40px; } }
  #post-top .post-top-in a:hover .thumbnail > img {
    transform: scale(1.04);
    opacity: 0.6; }
  #post-top .post-top-in a:hover .post-txt > h2 {
    color: #0b198c; }
  #post-top .post-top-in a .thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    z-index: 1;
    border-radius: 20px; }
    #post-top .post-top-in a .thumbnail img {
      border-radius: 20px;
      display: block;
      transition-duration: 0.8s;
      transform: scale(1); }
    #post-top .post-top-in a .thumbnail::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
      height: 100%;
      mix-blend-mode: multiply; }
  #post-top .post-top-in a .post-data {
    margin-top: 10px; }
  #post-top .post-top-in a .post-txt {
    margin-top: 10px; }
    #post-top .post-top-in a .post-txt h2 {
      font-size: 1.4em;
      line-height: 1.4em;
      transition: .5s; }
      @media (min-width: 1024px) {
        #post-top .post-top-in a .post-txt h2 {
          font-size: 2.6em; } }
    #post-top .post-top-in a .post-txt p {
      font-size: 0.8em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #post-top .post-top-in a .post-txt p {
          font-size: 0.9em; } }
  #post-top .post-top-in .tag {
    margin-top: 10px; }
    #post-top .post-top-in .tag ul {
      display: flex; }
      #post-top .post-top-in .tag ul li {
        margin-right: 10px; }
        #post-top .post-top-in .tag ul li:last-child {
          margin-right: 0; }
        #post-top .post-top-in .tag ul li a {
          font-size: 0.8em;
          color: #979797; }

#post-archive {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto 100px; }
  @media (min-width: 1024px) {
    #post-archive {
      width: 92%;
      margin: 0 auto 120px; } }
  @media only screen and (min-width: 1024px) {
    #post-archive .o-6column .col-lg-6 {
      padding: 0 20px; }
    #post-archive .o-6column {
      margin: 0 -20px; } }
  #post-archive .post-box a:hover .post-box-in > .thumbnail > img {
    transform: scale(1.04);
    opacity: 0.6; }
  #post-archive .post-box a:hover .post-box-in > .txt > .txt-in > h2, #post-archive .post-box a:hover .post-box-in > .txt > h3 {
    color: #0b198c; }
  #post-archive .post-box a:hover .post-box-in > .txt > .txt-in > h4 {
    background-color: #0b198c; }
  #post-archive .post-box a .post-box-in {
    border-bottom: 1px solid #A3A3A3;
    padding: 25px 0;
    transition: .5s; }
    @media (min-width: 1024px) {
      #post-archive .post-box a .post-box-in {
        display: flex;
        padding: 15px 0; } }
    #post-archive .post-box a .post-box-in .thumbnail {
      width: 100%;
      position: relative;
      border-radius: 5px;
      overflow: hidden;
      display: block;
      z-index: 1;
      transition: .5s; }
      @media (min-width: 1024px) {
        #post-archive .post-box a .post-box-in .thumbnail {
          width: 200px; } }
      #post-archive .post-box a .post-box-in .thumbnail img {
        border-radius: 5px;
        display: block;
        transition-duration: 0.8s;
        transform: scale(1); }
      #post-archive .post-box a .post-box-in .thumbnail::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        mix-blend-mode: multiply; }
    #post-archive .post-box a .post-box-in .txt {
      position: relative; }
      @media (min-width: 1024px) {
        #post-archive .post-box a .post-box-in .txt {
          width: calc(100% - 200px);
          padding-left: 4%;
          display: flex;
          align-items: center;
          margin-top: -20px; } }
      #post-archive .post-box a .post-box-in .txt .txt-in h4 {
        font-size: 0.60em;
        line-height: 1.0em;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        text-align: center;
        padding: 4px 8px 5px;
        background-color: #000;
        transition: .5s;
        border-radius: 4px; }
        @media (min-width: 1024px) {
          #post-archive .post-box a .post-box-in .txt .txt-in h4 {
            font-size: 0.70em; } }
      #post-archive .post-box a .post-box-in .txt .txt-in h2 {
        font-size: 1.25em;
        line-height: 1.4em;
        transition: .5s; }
      #post-archive .post-box a .post-box-in .txt h3 {
        position: absolute;
        top: 8px;
        right: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9em;
        transition: .5s; }
        @media (min-width: 1024px) {
          #post-archive .post-box a .post-box-in .txt h3 {
            top: inherit;
            bottom: 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
プルボタン・セレクトメニューデザイン
---------------------------------------------------------------------------------------------------------------------
*/
.cp_ipselect {
  overflow: hidden;
  width: 120px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #B4B4B4;
  border-radius: 50px;
  margin: 10px 10px 0 0; }
  @media (min-width: 768px) {
    .cp_ipselect {
      width: 170px; } }
  .cp_ipselect.Pc {
    display: none; }
    @media (min-width: 768px) {
      .cp_ipselect.Pc {
        display: inherit; } }
  .cp_ipselect select {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    line-height: 1.0em;
    padding: 2px 10px 8px 0px;
    color: #000;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    .cp_ipselect select::-ms-expand {
      display: none; }
    @media (min-width: 768px) {
      .cp_ipselect select {
        font-size: 0.8em;
        padding: 8px 38px 8px 8px; } }
  .cp_ipselect::before {
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 6px;
    height: 6px;
    content: '';
    border-bottom: solid 1px #111;
    border-right: solid 1px #111;
    transform: rotate(45deg);
    pointer-events: none; }
    @media (min-width: 768px) {
      .cp_ipselect::before {
        top: -4px;
        width: 8px;
        height: 8px; } }
