@charset "UTF-8";
@media screen and (min-width: 641px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    float: left;
    clear: both;
    font-size: 18px;
    line-height: 2.06;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #fff;
    font-feature-settings: "palt"1;
  }
  #contents img, #contents a {
    display: block;
    width: 100%;
    height: auto;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 1080px;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents section {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  #contents .pc_none {
    display: none !important;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  #contents .btn_link {
    border-radius: 100px;
    padding: 13px 0;
    text-align: center;
  }
  #contents .banner {
    background: #d6001a;
  }
  #contents .banner_content {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    padding: 37px 0 7px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .banner_item {
    width: 529px;
    margin: 0 0 30px;
    background-color: #fff;
  }
  #contents .banner_item:nth-of-type(2n) {
    margin-right: 0;
  }
  #contents .tour_about {
    padding: 46px 0 39px;
  }
  #contents .tour_title_image {
    width: 800px;
    margin: 0 auto;
  }
  #contents .tour_banner {
    min-width: 1080px;
    margin: 0 auto 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #contents .tour_items {
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
  }
  #contents .tour_item {
    width: 168px;
  }
  #contents .tour_item a {
    position: relative;
    padding-bottom: 18px;
  }
  #contents .tour_item a::after {
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
  }
  #contents .tour_item a:hover::after {
    bottom: -6px;
  }
  #contents .tour_block {
    padding-bottom: 60px;
  }
  #contents .tour_cards {
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
  }
  #contents .tour_card {
    width: calc(33.3% - 24px * 2 / 3);
    background: #f7f1f2;
    line-height: 1.6;
    padding-bottom: 105px;
    position: relative;
  }
  #contents .tour_card:not(:nth-child(3n + 1)) {
    margin-left: 24px;
  }
  #contents .tour_card:nth-child(n + 4) {
    margin-top: 25px;
  }
  #contents .tour_card_header {
    max-width: 687px;
    width: 100%;
    display: flex;
    color: #fff;
  }
  #contents .header_prefecture {
    width: 70px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d6001a;
  }
  #contents .header_place {
    width: 290px;
    font-size: 18px;
    letter-spacing: -.03em;
    font-weight: 600;
    padding: 10px 12px;
    background: #bd0017;
  }
  #contents .tour_card_body {
    padding: 20px 22px 0;
    background: #f7f1f2;
  }
  #contents .tour_card_image {
    margin-bottom: 15px;
  }
  #contents .tour_card_title {
    font-size: 22px;
    min-height: 58px;
    line-height: 1.36;
    letter-spacing: 0.002em;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #contents .tour_sub_title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2px;
  }
  #contents .tour_card_price {
    color: #d70a23;
    font-weight: 600;
    display: flex;
    line-height: 1.2;
  }
  #contents .small_price {
    margin-left: 10px;
    font-size: 34px;
    font-weight: 600;
  }
  #contents .undecided_price {
    margin-left: 0;
    font-size: 22px;
  }
  #contents .small_price span {
    font-size: 25px;
  }
  #contents .conjunction {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  #contents .tour_supplement {
    font-weight: 600;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
  }
  #contents .tour_tag_list {
    display: flex;
    font-weight: 600;
    flex-wrap: wrap;
  }
  #contents .tour_tag_list li {
    padding: 4px;
    font-size: 11px;
    color: #6b6b6b;
    line-height: 1.1;
    display: inline-block;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
    margin: 0 5px 5px 0;
  }
  #contents .tour_card .block_button {
    width: calc(100% - 44px);
    margin: 0 auto;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
  }
  #contents .tour_card .tour_block_button {
    background-color: #ffea03;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 1px 3px 1px #e0cd00;
  }
  #contents .measures {
    background: #d6001a;
    padding: 59.5px 0 90px 0;
  }
  #contents .measures_title {
    width: 727px;
    margin: 0 auto;
    margin-bottom: 36px;
  }
  #contents .measures_content {
    display: flex;
    justify-content: space-between;
  }
  #contents .measures_block {
    width: 524px;
    box-sizing: border-box;
    background: #fff;
    padding: 40px 42px 376px;
    position: relative;
  }
  #contents .block_logo {
    width: 200px;
    margin: 0 auto 20px;
  }
  #contents .block_title {
    text-align: center;
    width: 313px;
    margin: 0 auto 20px;
  }
  #contents .block_text {
    font-size: 16px;
    line-height: 1.68;
    min-height: 78px;
    letter-spacing: .05em;
    width: 386px;
    margin: 0 auto 32px;
  }
  #contents .block_image {
    width: calc(100% - 82px);
    height: 230px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
  #contents .block_image img, #contents .block_image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contents .measures_block .block_button {
    width: 297px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  #contents .measures_block .block_button_link {
    background-color: #ffea03;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0 7px;
    box-shadow: 1px 3px 1px #e0cd00;
  }
  /*▼▼プルダウン▼▼*/
  #contents .cp_box *, .cp_box *:before, .cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents .cp_box {
    position: relative;
  }
  #contents .cp_box label {
    position: absolute;
    z-index: 1;
    bottom: -90px;
    width: 100%;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  }
  #contents .cp_box input:checked + label {
    background: inherit;
  }
  #contents .cp_box label:after {
    position: absolute;
    z-index: 2;
    padding: 11px 0 8px;
    content: ' もっと見る';
    transform: translate(-50%, 0);
    width: 361px;
    margin: 0 auto;
    color: #fff;
    border-radius: 100px;
    background-color: #d6001a;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0.5px 3px 0 0.5px #ad0015;
  }
  #contents .cp_box input {
    display: none;
  }
  #contents .cp_box .cp_container {
    overflow: hidden;
    height: 630px;
    transition: all 0.5s;
    display: flex;
    flex-wrap: wrap;
  }
  #contents .cp_box input:checked + label:after {
    content: ' 閉じる';
  }
  #contents .cp_box input:checked ~ .cp_container {
    height: auto;
    transition: all 0.5s;
  }
  /*▲▲プルダウン▲▲*/
}
@media screen and (max-width:640px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents img, #contents a {
    display: block;
    width: 100%;
    height: auto;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 90%;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents section {
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
    position: relative;
  }
  #contents .sp_none {
    display: none !important;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #contents .btn_link {
    border-radius: 100px;
    padding: 14px 0 12px;
    text-align: center;
  }
  #contents .banner_content {
    background: #d6001a;
  }
  #contents .banner_item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #contents .banner_content {
    padding: 26px 5%;
  }
  #contents .tour_about {
    padding: 46px 0 50px;
  }
  #contents .tour_title_image {
    margin: 0 auto 20px;
  }
  #contents .tour_banner {
    margin-bottom: 50px;
  }
  #contents .tour_items {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents .tour_item {
    width: 46%;
    margin-bottom: 12px;
  }
  #contents .tour_item a {
    padding-bottom: 14px;
    position: relative;
  }
  #contents .tour_item a::after {
    content: "";
    display: block;
    width: 20px;
    height: 14px;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
  }
  #contents .tour_block {
    margin-bottom: 30px;
  }
  #contents .tour_cards {
    margin-bottom: 120px;
  }
  #contents .tour_card {
    background: #f7f1f2;
    line-height: 1.6;
    position: relative;
    margin-bottom: 30px;
  }
  #contents .tour_card:last-of-type {
    margin: 0;
  }
  #contents .tour_card_header {
    display: flex;
    color: #fff;
    max-width: 687px;
    width: 100%;
  }
  #contents .header_prefecture {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    background: #d6001a;
    width: 70px;
    justify-content: center;
  }
  #contents .header_place {
    font-size: 18px;
    letter-spacing: -.03em;
    font-weight: 600;
    background: #bd0017;
    width: 100%;
    padding: 10px 15px;
  }
  #contents .tour_card_body {
    padding: 20px 5% 30px;
    background: #f7f1f2;
  }
  #contents .tour_card_image {
    margin-bottom: 10px;
  }
  #contents .tour_card_title {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.002em;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #contents .tour_sub_title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2px;
  }
  #contents .tour_card_price {
    color: #d70a23;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3;
    align-items: center;
  }
  #contents .tour_card_price p {
    display: inline-block;
  }
  #contents .tour_card_price .small_price {
    margin-left: 6px;
    font-size: 28px;
    font-weight: 600;
    text-indent: 0;
  }
  #contents .tour_card_price .undecided_price {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
  }
  #contents .small_price span {
    font-size: 20px;
  }
  #contents .conjunction {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  #contents .tour_supplement {
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contents .tour_tag_list {
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  #contents .tour_tag_list li {
    padding: 4px;
    margin: 0 4px 4px 0;
    font-size: 11px;
    color: #6b6b6b;
    display: inline-block;
    line-height: 1.2;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
  }
  #contents .tour_block_button {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #ffea03;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 1px 3px 1px #e0cd00;
  }
  #contents .tour_button {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }
  #contents .tour_button_link {
    background-color: #d6001a;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 2px 5px 3px #ad0015;
  }
  /* 特集 */
  #contents .measures {
    background: #d6001a;
    padding: 42px 0 60px;
  }
  #contents .measures_title {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #contents .measures_content:last-of-type {
    margin: 0;
  }
  #contents .measures_block {
    background: #fff;
    padding: 30px 5% 30px;
    margin-bottom: 26px;
  }
  #contents .measures_block:last-of-type {
    margin: 0;
  }
  #contents .measures_block .block_logo {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
  }
  #contents .block_title {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  #contents .block_text {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .05em;
    margin: 0 auto 20px;
  }
  #contents .block_image {
    width: 100%;
    margin: 0 auto 20px;
  }
  #contents .block_image img, #contents .block_image video {
    width: 100%;
    display: block;
  }
  #contents .block_button {
    max-width: 297px;
    width: 100%;
    margin: 0 auto;
    color: #0f0f0f;
  }
  #contents .block_button_link {
    background-color: #ffea03;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 1px 3px 1px #e0cd00;
  }
  /*▼▼プルダウン▼▼*/
  #contents .cp_box *, .cp_box *:before, .cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents .cp_box {
    position: relative;
  }
  #contents .cp_box label {
    position: absolute;
    z-index: 1;
    bottom: -70px;
    width: 100%;
    height: 90px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 20%);
  }
  #contents .cp_box input:checked + label {
    background: inherit;
    bottom: -80px;
  }
  #contents .cp_box label:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    padding: 11px 0 8px;
    content: ' もっと見る';
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    color: #fff;
    border-radius: 100px;
    background-color: #d6001a;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    box-shadow: 0.5px 3px 0 0.5px #ad0015;
  }
  #contents .cp_box input {
    display: none;
  }
  #contents .cp_box .cp_container {
    overflow: hidden;
    height: 1332px;
    transition: all 0.5s;
    display: flex;
    flex-wrap: wrap;
  }
  #contents .cp_box input:checked + label:after {
    content: ' 閉じる';
  }
  #contents .cp_box input:checked ~ .cp_container {
    height: auto;
    transition: all 0.5s;
  }
  /*▲▲プルダウン▲▲*/
}