@charset "UTF-8";
.web_font {
  font-family: "Buenard", serif;
}
.common_fv {
  background-image: url(../img/contents/sea-plan/main_image_02.jpg);
}
@media screen and (min-width: 770px) {
  /*▼▼全体▼▼ */
  #conts_sea_play {
    margin-bottom: 125px;
  }
  #conts_sea_play .auto {
    width: 1100px;
  }
  #conts_sea_play img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  /*▲▲全体▲▲ */

  /*▼▼カテゴリから探す▼▼ */
  .category {
    margin-bottom: 46px;
  }
  .category .category_search {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .category .box_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category .box_wrapper a {
    width: calc(50% - 8px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 0 21px;
    padding: 76px 0 76px 69px;
    box-sizing: border-box;
  }
  .category .box_wrapper .box:nth-of-type(2n) {
    margin-right: 0;
  }
  .category .box_wrapper .box .inner {
    background-color: #fff;
    opacity: 0.9;
    width: 267px;
    padding: 25px 0 21px 0px;
    position: relative;
    text-align: center;
    margin: -8px 0 0px 68px;
  }
  .category .box_wrapper .box .inner:after {
    content: "";
    display: block;
    width: 29px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .category .box_wrapper .box .inner h2 .font_hind {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .category .box_wrapper .box .inner h2 .jp {
    font-size: 14px;
  }
  .category .btn {
    padding: 0 81px 0 0px;
    letter-spacing: 0.07rem;
    margin-right: 5px;
    position: relative;
    font-size: 13px;
    display: inline-block;
  }
  .category .btn:after {
    content: "";
    display: block;
    width: 74px;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 0;
    background-image: url("../img/index_2021/btn_icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 74px;
    transition: 0.3s;
  }
  .category a:hover .btn:after {
    right: -7px;
  }
  .category .box_wrapper .box {
    width: 538px;
    height: 238px;
  }
  .category .box_wrapper .box_01 {
    background-image: url("../img/contents/sea-plan/category_img_01.png");
  }
  .category .box_wrapper .box_02 {
    background-image: url("../img/contents/sea-plan/category_img_02.png");
  }
  .category .box_wrapper .box_03 {
    background-image: url("../img/contents/sea-plan/category_img_03.png");
  }
  .category .box_wrapper .box_04 {
    background-image: url("../img/contents/sea-plan/category_img_04.png");
  }
  /*▲▲カテゴリから探す▲▲ */
  /*▼▼ルートから探す▼▼ */
  .bottom_block>.auto {
    display: flex;
    justify-content: space-between;
  }
  .bottom_block .route_search {
    border: 1px solid var(--color-thema);
    width: 245px;
    height: 100%;
  }
  .bottom_block .route_search .check_inner {
    padding: 22px 13px 30px;
  }
  .bottom_block .link_list {
    margin-bottom: 22px;
  }
  .bottom_block .link_list:has(li) {
    padding-top: 11px;
    border-top: 1px solid #ddd;
  }
  .bottom_block .link_list:last-of-type {
    margin-bottom: 0;
  }
  .bottom_block .place {
    margin-bottom: 10px;
  }
  .bottom_block .place:last-of-type {
    margin-bottom: 0px;
  }
  .bottom_block .check_label {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
  }
  .bottom_block .check_label:last-of-type {
    margin-bottom: 0;
  }
  .bottom_block .check_label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #9e9e9e;
    position: absolute;
    left: -1px;
    top: 3px;
  }
  input[type="checkbox"]:checked+.check_label::before {
    background-color: #2191e8;
  }
  input[type="checkbox"]:checked+.check_label::after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    border: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255 255 255);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: 1;
  }
  .bottom_block .route_search_title {
    background-color: var(--color-thema);
    padding: 11px 0 11px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }
  .bottom_block .route_block:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .bottom_block .how_to_play {
    padding: 0 0 4px 0px;
    font-size: 17px;
  }
  .bottom_block .check_inner>.how_to_play {
    padding: 0 0 4px 0px;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .bottom_block input[type="checkbox"] {
    display: none;
  }
  .bottom_block .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bottom_block label,
  input[type="checkbox"] {
    cursor: pointer;
  }
  .bottom_block .article_box {
    width: 834px;
  }
  .bottom_block .article_box .category_title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .bottom_block .article_list {
    margin-bottom: 30px;
  }
  .bottom_block .article {
    display: flex;
    border: 1px solid var(--color-thema);
    margin-bottom: 17px;
    position: relative;
    cursor: pointer;
  }
  .bottom_block .article:last-of-type {
    margin-bottom: 0;
  }
  .bottom_block .article .box {
        display: flex;
        width: 214px;
    
    }
  .bottom_block .article .article_img {
    width: 100%;
    height: 100%;
  }
  /*▲▲ルートから探す▲▲ */
  /*▼▼記事▼▼ */
  .bottom_block .article_box .article_text_box {
        display: flex;
        width: 576px;
        padding: 20px 20px 46px 25px;
        flex-direction: column;
        justify-content: center;
    
    }
  .bottom_block .article_box .article_text_box .article_title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.4;
        overflow: hidden;
    
    }
  .bottom_block .article_box .article_text_box span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .bottom_block .article_box .article_text_box .article_text {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 6px;
        overflow: hidden;
    
    }
  .bottom_block .article_box .article_text_box .for {
        font-size: 14px;
        line-height: 1.2;
        margin: 0 4px 5px 0;
        padding: 3px 5px 2px;
        display: inline-block;
      border: 1px solid var(--color-thema);
    
    }
  .bottom_block .article_box .article_text_box .click {
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    right: 130px;
  }
  .bottom_block .click::after {
    content: "";
    display: block;
    width: 95px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/contents/sea-plan/btn_icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    transition: all 0.3s;
    left: 60px;
  }
  .bottom_block .article:hover .click::after {
    left: 67px;
  }
  /*▲▲記事▲▲ */
  /*▼▼ページネーション▼▼ */
  .pagination_area .pagination {
    width: 100%;
    text-align: center;
  }
  .pagination_area .pagination .nav-links {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    min-width: 400px;
  }
  .pagination_area .pagination .nav-links>* {
    width: auto;
    min-width: 27px;
  }
  .pagination_area .pagination h2 {
    display: none;
  }
  .pagination_area .pagination .nav-links a,
  .pagination .nav-links span {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding: 2px 4px;
    margin: 0 4px;
  }
  .pagination_area .pagination .nav-links a {
    transition-duration: 0.3s;
    color: #003366;
    border: 1px solid var(--color-thema);
  }
  .pagination_area .pagination .nav-links .current,
  .pagination_area .pagination .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination_area .pagination .nav-links .current,
  .pagination_area .pagination .nav-links .page-numbers:not(.dots):hover {
    background-color: var(--color-thema);
    color: #fff;
    opacity: 1;
  }
  .pagination_area .pagination .nav-links .dots {
    border: none;
    font-size: 16px;
    line-height: 1;
    padding: 5px 0;
    margin: 0;
    color: #cfcfcf;
  }
  .pagination_area .pagination .nav-links .prev,
  .pagination .nav-links .next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
  }
  .pagination_area .pagination .nav-links .prev, .pagination_area .pagination .nav-links .next {
    display: inline-block;
    background-image: url(../img/contents/sea-plan/next.png);
    background-repeat: no-repeat;
    background-size: 8px;
    font-size: 0;
    width: 28px;
    height: 28px;
  }
  .pagination_area .pagination .nav-links .next:hover {
    background-image: url(../img/contents/sea-plan/next_w.png);
  }
  .pagination_area .pagination .nav-links .prev {
    display: inline-block;
    background-image: url(../img/contents/sea-plan/prev.png);
    background-repeat: no-repeat;
    background-size: 8px;
    font-size: 0;
    width: 28px;
    height: 28px;
  }
  .pagination_area .pagination .nav-links .prev:hover {
    background-image: url(../img/contents/sea-plan/prev_w.png);
  }
  /*▲▲ページネーション▲▲ */
}

@media screen and (max-width: 769px) {
  /*▼▼全体▼▼ */
  .hiragino {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
      "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #conts_sea_play {
    margin-bottom: 80px;
  }
  /*▲▲全体▲▲ */
  /*▼▼カテゴリから探す▼▼ */
  #conts_sea_play .auto {
    max-width: 1100px;
  }
  .category .category_search {
    text-align: center;
    font-size: 22px;
    margin-bottom: 23px;
    line-height: 1.3;
  }
  .category .box_wrapper {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category .box_wrapper a {
    width: 49%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 0 8px;
    padding: 30px 0 30px 0px;
    box-sizing: border-box;
  }
  .category .box_wrapper .box:nth-of-type(2n) {
    margin-right: 0;
  }
  .category .box_wrapper .box .inner {
    display: flex;
    background-color: #fff;
    opacity: 0.9;
    width: 74%;
    min-height: 58px;
    padding: 8px 4px 4px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .category .box_wrapper .box .inner:after {
    content: "";
    display: block;
    width: 22px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .category .box_wrapper .box .inner h2 .eg {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .category .box_wrapper .box .inner h2 .jp {
    font-size: 12px;
  }
  .category .btn {
    padding: 0 81px 0 0px;
    letter-spacing: 0.07rem;
    margin-right: 5px;
    position: relative;
    font-size: 13px;
    display: inline-block;
  }
  .category .btn:after {
    content: "";
    display: block;
    width: 74px;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 0;
    background-image: url("../img/index_2021/btn_icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 74px;
    transition: 0.3s;
  }
  .category a:hover .btn:after {
    right: -7px;
  }
  .category .box_wrapper .box_01 {
    background-image: url("../img/contents/sea-plan/category_img_01.png");
  }
  .category .box_wrapper .box_02 {
    background-image: url("../img/contents/sea-plan/category_img_02.png");
  }
  .category .box_wrapper .box_03 {
    background-image: url("../img/contents/sea-plan/category_img_03.png");
  }
  .category .box_wrapper .box_04 {
    background-image: url("../img/contents/sea-plan/category_img_04.png");
  }
  /*▲▲カテゴリから探す▲▲ */
  /*▼▼ルートから探す▼▼ */
  .bottom_block .auto {
    display: flex;
    flex-direction: column-reverse;
  }
  .bottom_block .route_search {
    border: 1px solid var(--color-thema);
    width: 100%;
  }
  .bottom_block .route_search .check_inner {
    padding: 24px 5% 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bottom_block .route_search .route_block {
    width: 100%;
    margin-bottom: 10px;
  }
  .bottom_block .link_list {
    margin-bottom: 22px;
  }
  .bottom_block .link_list:has(li) {
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .bottom_block .link_list:last-of-type {
    margin-bottom: 0;
  }
  .bottom_block .place {
    margin-bottom: 10px;
  }
  .bottom_block .place:last-of-type {
    margin-bottom: 0;
  }
  .bottom_block .check_label {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
  }
  .bottom_block .check_label:last-of-type {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .bottom_block .check_label::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    position: absolute;
    left: -1px;
    top: 1.7px;
  }
  input[type="checkbox"]:checked+.check_label::before {
    background-color: #2191e8;
  }
  input[type="checkbox"]:checked+.check_label::after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255 255 255);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 6px;
    z-index: 1;
  }
  .bottom_block .route_search_title {
    background-color: var(--color-thema);
    padding: 11px 15px 11px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
  }
  .bottom_block .how_to_play {
    padding: 0 0 6px 0px;
    font-size: 15px;
  }
  .bottom_block .check_inner>.how_to_play {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .bottom_block input[type="checkbox"] {
    display: none;
  }
  .bottom_block .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .bottom_block label,
  input[type="checkbox"] {
    cursor: pointer;
  }
  .bottom_block .article_box {
    width: 100%;
  }
  .bottom_block .article_box .category_title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .bottom_block .article_list {
    margin-bottom: 26px;
  }
  .bottom_block .article {
    display: flex;
    border: 1px solid var(--color-thema);
    margin-bottom: 17px;
    box-sizing: border-box;
    position: relative;
    flex-direction: column-reverse;
    padding: 25px 15px 65px;
  }
  .bottom_block .article:hover {
    text-decoration: none;
  }
  .bottom_block .article:last-of-type {
    margin-bottom: 0px;
  }
  .bottom_block .article .article_img {
        width: 80%;
        margin: 0 auto;
    
    }
  .bottom_block .pagination_area {
    margin-bottom: 70px;
  }
  .bottom_block .pagination_area ul li {
    display: inline-block;
    margin: 0 5px 14px;
    letter-spacing: normal;
  }
  .bottom_block .pagination_area ul li a,
  .bottom_block .pagination_area ul .current {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-thema);
    border: 1px solid var(--color-thema);
    padding: 11px 0px 11px;
    display: inline-block;
    min-width: 27px;
  }
  .pagination_area ul li a:hover {
    background-color: var(--color-thema);
    color: #fff;
    opacity: 0.7;
  }
  .bottom_block .pagination_area ul .current {
    background-color: var(--color-thema);
    color: #fff;
  }
  .pagination_area ul li .arrow {
    border: none;
    padding: 0;
  }
  /*▲▲ルートから探す▲▲ */
  /*▼▼記事▼▼ */
  .bottom_block .article_box .article_text_box .article_title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.4;
      padding-bottom: 5px;
    }
  .bottom_block .article_box .article_text_box span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .bottom_block .article_box .article_text_box .article_text {
        line-height: 1.8;
        margin-bottom: 6px;
        overflow: hidden;
    
    }
  .bottom_block .article_box .article_text_box .for_box {
    margin-bottom: 15px;
  }
  .bottom_block .article_box .article_text_box .for {
        font-size: 13px;
        line-height: 1.3;
      border: 1px solid var(--color-thema);
        padding: 3px 6px 3px 5px;
        display: inline-block;
        margin: 0 2px 0px 0;
    
    }
  .bottom_block .article_box .article_text_box .click {
    font-size: 14px;
    position: absolute;
    bottom: 22px;
    right: 50%;
    transform: translateX(-50%);
  }
  .bottom_block .click::after {
    content: "";
    display: block;
    width: 95px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/contents/sea-plan/btn_icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    transition: all 0.3s;
    left: 60px;
  }
  /*▲▲記事▲▲ */
  /*▼▼一覧ページャー▼▼*/
  .pagination_area .pagination {
    width: 100%;
    text-align: center;
  }
  .pagination_area .pagination .nav-links {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    justify-content: center;
  }
  .pagination_area .pagination .nav-links>* {
    vertical-align: middle;
  }
  .pagination_area .pagination h2 {
    display: none;
  }
  .pagination_area .pagination .nav-links a, .pagination_area .pagination .nav-links span {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 34px;
    min-width: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 2px 4px;
    margin: 0 1px;
    border: 1px solid var(--color-thema);
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .pagination_area .pagination .nav-links a:hover {
    text-decoration: none;
  }
  .pagination_area .pagination .nav-links a {
    color: var(--color-thema);
  }
  .pagination_area .pagination .nav-links .current {
    background-color: var(--color-thema);
    color: #fff;
  }
  .pagination_area .pagination .nav-links .dots {
    border: none;
    width: 20px;
    min-width: 20px;
    font-size: 18px;
    line-height: 1;
    padding: 5px 0;
    margin: 0;
    color: #cfcfcf;
  }
  .pagination_area .pagination .nav-links .prev, .pagination_area .pagination .nav-links .next {
    display: flex;
    box-sizing: border-box;
    height: 34px;
    width: 30px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
    margin: 0;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
  }
  .pagination_area .pagination .nav-links .next {
    background-image: url(../img/contents/sea-plan/next.png);
    right: 0;
  }
  .pagination_area .pagination .nav-links .prev {
    background-image: url(../img/contents/sea-plan/prev.png);
    left: 0;
  }
  /*▲▲一覧ページャー▲▲*/
}