@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
.ec {
  padding: 80px 0 120px; }
  .ec-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .ec-content {
    width: 700px;
     }
  .ec-title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 19px;
    font-weight: 500; }
    .ec-btn{
      margin-bottom: 40px;}
    .ec-btn li{
      list-style: none;}
  .ec-btn-small {
    width: 385px;
    display: block;
    padding: 12px 40px 12px 12px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #f03c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative; }
  .ec .ec-btn-small:hover {
    color: #fff;}
  .ec-btn-small:after {
    content: "";
    background: url(../images/svg/icon_arrow_next.svg) no-repeat 0 0;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 15px;
  }
  .ec-btn-small:focus {
    color: #fff;
  }
  .ec-movie-container {
    padding: 0 0 40px;
  }
.ec-movie-container .movie-content-item > div {
  padding-top: 56.25%;
  position: relative;}
.ec-movie-container .movie-content-item > div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;}
  .ec-movie-container {
    margin-inline: auto;
    position: relative;}
  .ec-movie-container .swiper {
    overflow: inherit;
    margin-top: 20px;}
   .ec-movie-container  .domestic-new-slideTitle {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    margin-top: 0.8em;}
   .ec-movie-container  .movie-content-item {
    list-style-type:none;}
    .ec #tour_list .tour-swiper {
      position: relative;
    }
    .ec #tour_list .card-badge {
      left: 5px;
      top: 5px;
    }
    .ec #tour_list {
      border-bottom: none;
      margin-bottom: 50px;
    }
    .ec #tour_list .swiper {
      position: relative;
      overflow: inherit;
    }
    .ec #tour_list .swiper .swiper-pagination {
      bottom: -20px;
    }
    .ec .pickup-content-item {
      list-style: none;
    }
    .ec .pickup-content-item  img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      border-radius: 4px;
    }
    .ec .domestic-new-slideImg {
      margin-bottom: 15px;
    }
    .ec .domestic-new-slideTitle {
      font-weight: 500;
      font-size: 1.6rem;
    }
    .ec .domestic-new-slideText p {
      font-size: 1.2rem;
      line-height: 1.667;
    }
    .ec .section-pickup .sec-container {
      position: relative;
    }
    .ec .section-pickup .swiper-button-next {
      right:0!important;
    }
    .ec .section-pickup .swiper-button-prev {
      left:0!important;
    }
    .ec .section-pickup .swiper-pagination {
      bottom: -20px;
    }
    .ec .section-pickup,.section-style,.sec {
      border-bottom: none;
    }
      .ec .section-style-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .ec .section-style-list-item {
        width: 48%;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
      }
      .ec .section-style-list-item-img {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
      }
      .ec .section-style-list-item-img:after {
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      }
      .ec .section-style-list-item a {
        display: block;
        width: 100%;
        position: relative;
      }
      .ec .section-style-list-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-weight: 500;
        color: #fff;
        font-size: 1.4rem;
      }
      .ec .section-style-list-item-img img{
        width: 100%;
      }
      .ec .section-pdf .section-style-list{
        justify-content: flex-start;
      }
      .ec .section-pdf .section-style-list-item+.section-style-list-item{
        margin-left: 20px;
      }
      .ec .section-pdf .section-style-list-item a{
        padding: 30px 20px;
        background: #F03C3C;
      }
      .ec .section-pdf .section-style-list-item{
        width: calc((100% - 20px) / 2);
      }
      .ec .section-pdf .section-style-list-item:nth-of-type(odd){
        margin-left: 0;
      }
      .ec-yoyaku-block._abroad {
        margin-top: 20px;
      }
    .ec .tour-date{
      font-size: 18px;
      font-weight: 500;
    }
    .ec .domestic-new-container{
      padding-bottom: 50px;
    }
      .ec .sec-foot-btn {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px
      }
      .ec .sec-foot-btn a{
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px;
        background: #ec2230;
        font-size: 1.6rem;
        color: #fff;
        font-family: "Noto Sans JP", Osaka, sans-serif;
        line-height: 1.2;
        border-radius: 6px;
        text-align: center;
        text-decoration: none;
        position: relative;
      }
    .ec .sec-foot-btn a:after {
      content: "";
      background: url(../images/svg/icon_arrow_next.svg) no-repeat 0 0;
  		background-size: contain;
  		width: 20px;
  		height: 20px;
  		position: absolute;
  		top: 50%;
  		-webkit-transform: translateY(-50%);
  		transform: translateY(-50%);
  		right: 15px;
    }
    @media (min-width: 1024px) {
      .ec-btn{
        margin-bottom: 70px;}
      .ec .sec-foot-btn {
        margin-top: 0;
        margin-bottom: 70px
      }
      .ec .sec-foot-btn a{
        width: auto;
        display: inline-block;
        font-size: 1.6rem;
        padding: 18px 80px 18px 50px;
      }
      .ec .sec-foot-btn a:hover{
      opacity: 0.75;}
    .ec .section-pickup .swiper-button-next {
      right:-30px!important;
    }
    .ec .section-pickup .swiper-button-prev {
      left:-30px!important;
    }
    .ec .section-pickup .swiper-paginatio {
      bottom:-20px;
    }
      .ec .tour-date{
        font-size: 20px;
        margin-bottom: 30px;
      }
      .ec .section-pdf .section-style-list-item a{
        padding: 40px 30px; }
      .ec .section-pdf .section-style-list-item{
        width: calc((100% - 60px) / 4);
        margin-right: 0;
      }
      .ec .section-pdf .section-style-list-item:nth-of-type(odd){
        margin-left: 20px;
      }
      .ec .section-pdf .section-style-list-item:nth-of-type(5n){
        margin-left: 0;
      }
      .ec .section-pdf .section-style-list-item:first-of-type{
        margin-left: 0;
      }
      .ec .section-pdf .section-style-list-item a:hover{
        opacity: 0.7;
        transition: 0.2s;
      }
      .ec-yoyaku {
        display: flex;
      }
      .ec-yoyaku-title {
        font-weight: 600;
      }
      .ec-yoyaku-block._abroad {
        margin-top: 0;
        margin-left: 50px;
      }
      .ec .section-style-list {
        justify-content: flex-start;
      }
      .ec .section-style-list-item {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 30px;
      }
      .ec .section-style-list-item:nth-child(4n) {
        margin-right: 0;
      }
      .ec .section-style-list-title {
        font-size: 1.8rem;
      }
      .ec .section-style-list-item-img{
        height: 100px;
      }
    .ec .domestic-new-container{
      padding-bottom: 100px;
    }
  .ec-movie-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 70px; }
  .ec-movie-container .swiper {
    margin-top: 30px;}
    .ec-btn{
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;}
    .ec-btn li+li{
      margin-left: 20px;}
      .ec-btn-small {
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .ec-btn-small:hover {
          color: #fff;
          opacity: 0.75;
          filter: alpha(opacity=75); } }
  .ec-aside {
    width: 1200px;
    margin: 60px auto 100px; }
    .ec-aside.is-pc {
      display: block; }
    .ec-aside.is-sp {
      display: none; }
    .ec-aside-title {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 15px;
      font-weight: 500; }
    .ec-aside-box {
      width: 100%;
      background: #f9f9f9;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      padding: 24px 15px;
      display: inline-block; }
    .ec-aside-label {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 8px; }
    .ec-aside-tel {
      position: relative;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      font-size: 28px;
      line-height: 34px;
      padding-left: 32px;
      margin-bottom: 12px;
      font-weight: 600; }
      .ec-aside-tel:before {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -14px;
        display: block;
        width: 28px;
        height: 28px;
        background: url(../images/svg/ico_tel_red.svg) no-repeat 0 0;
        background-size: 28px 28px;
        content: ""; }
    .ec-aside-list {
      list-style-type: none; }
      .ec-aside-list li {
        position: relative; }
        .ec-aside-list li[data-label-off]:before {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          color: #fff;
          position: relative;
          vertical-align: middle;
          top: -2px;
          margin-right: 6px;
          display: inline-block;
          padding: 0 8px;
          font-size: 11px;
          background: #b4b4b4;
          content: attr(data-label-off); }
        .ec-aside-list li[data-label-on]:before {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          color: #fff;
          position: relative;
          vertical-align: middle;
          top: -2px;
          margin-right: 6px;
          display: inline-block;
          padding: 0 8px;
          font-size: 11px;
          background: #f03c3c;
          content: attr(data-label-on); }
      .ec-aside-list li + li {
        margin-top: 10px; }
  .ec-thumb {
    width: 385px;
    margin-left: auto; }
    .ec-thumb > div a {
      padding: 10px;
      display: block;
      position: relative; }
      .ec-thumb > div a:before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        z-index: 2;
        content: ""; }
      .ec-thumb > div a:after {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -20px;
        margin-left: -20px;
        background: url(../images/svg/ico_blank.svg) no-repeat 0 0;
        background-size: 40px 40px;
        z-index: 2;
        content: ""; }
      .ec-thumb > div a img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .ec-thumb .button-red {
      margin-top: 16px;
      display: block;
      padding: 12px 0;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      background: #f03c3c;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      @media (min-width: 1024px) {
    .ec-aside-box {
      width: auto;}
    .ec-aside-list {
      list-style-type: none;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center; }
      .ec-aside-list li + li {
        margin-top: 0;
        margin-left: 16px; }
        .ec-thumb .button-red {
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear; }
          .ec-thumb .button-red:hover {
            color: #fff;
            opacity: 0.75;
            filter: alpha(opacity=75); } }
  .ec-lead {
    margin-bottom: 20px; }
    .ec-lead p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400; }
      .ec-aside+.ec-aside {
        margin-top: 0;
      }
  @media (max-width: 1024px) {
    .ec {
      padding: 40px 0 60px; }
      .ec-main {
        width: 100%;
        padding: 0 20px;
        flex-direction: column; }
      .ec-content-new {
        width: 100%; }
      .ec-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px; }
      .ec-btn-small {
        width: 100%; }
      .ec-lead {
        margin-bottom: 16px; }
        .ec-lead p {
          font-size: 13px;
          line-height: 22px; }
      .ec-aside {
        width: 100%;
        margin-top: 28px;
        padding: 0 20px; }
        .ec-aside.is-pc {
          display: none; }
        .ec-aside.is-sp {
          display: block; }
        .ec-aside-title {
          font-size: 18px; }
        .ec-aside-label {
          font-size: 16px;
          line-height: 32px; }
        .ec-aside-tel {
          font-size: 24px;
          line-height: 29px; }
      .ec-thumb {
        width: 100%;
        margin-left: 0;
        margin-top: 36px; } }

.branch {
  padding: 80px 0 120px; }
  .branch-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .branch-main {
    width: 700px; }
    .branch-main .sec {
      border-bottom: none;
      padding-bottom: 0; }
  .branch-table {
    margin-bottom: 60px;
    width: 100%; }
    .branch-table tbody tr th {
      width: 200px;
      font-size: 14px;
      padding: 16px;
      line-height: 22px;
      vertical-align: middle;
      border: 1px solid #e6e6e6; }
    .branch-table tbody tr td {
      padding: 16px;
      font-size: 14px;
      line-height: 22px;
      vertical-align: middle;
      border: 1px solid #e6e6e6; }
  .branch-title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 19px;
    font-weight: 500; }
  .branch-tags {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none; }
    .branch-tags li {
      margin: 0 12px 12px 0;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      font-size: 15px;
      line-height: 22px;
      padding: 6px 12px; }
  .branch-edit h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 31px; }
  .branch-edit p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px; }
    .branch-edit p a {
      color: #f03c3c;
      text-decoration: underline; }
      .branch-edit p a.btn-red {
        color: #fff;
        background: #f03c3c;
        display: block;
        padding: 11px 0;
        width: 385px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-decoration: none; }
        @media (min-width: 1024px) {
          .branch-edit p a.btn-red {
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            -ms-transition: all 0.15s linear;
            transition: all 0.15s linear; }
            .branch-edit p a.btn-red:hover {
              opacity: 0.75;
              filter: alpha(opacity=75); } }
  .branch-sub {
    width: 385px;
    margin-left: auto; }
  .branch-map {
    position: relative;
    padding-top: 400px;
    margin-bottom: 16px; }
    .branch-map.is-sp {
      display: none; }
    .branch-map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .branch-map-link {
      font-size: 16px;
      font-weight: 500;
      position: relative;
      display: block;
      padding-left: 24px; }
      .branch-map-link:before {
        margin-top: -7px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
        background-size: 16px 16px;
        content: ""; }
  .branch-ec {
    margin-top: 40px; }
    .branch-ec.is-sp {
      display: none; }
    .branch-ec a {
      color: #fff;
      background: #f03c3c;
      display: block;
      padding: 11px 0;
      width: 385px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .branch-ec a {
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear; }
          .branch-ec a:hover {
            opacity: 0.75;
            filter: alpha(opacity=75); } }
  .branch-banners {
    margin-top: 40px; }
  .branch-banner {
    margin-bottom: 28px; }
    .branch-banner a {
      display: block; }
      .branch-banner a img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
  @media (max-width: 1024px) {
    .branch {
      padding: 40px 0 60px; }
      .branch-container {
        width: 100%;
        padding: 0 20px;
        flex-direction: column; }
      .branch-main {
        width: 100%; }
        .branch-main .sec {
          padding: 30px 0; }
      .branch-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px; }
      .branch-tags li {
        margin: 0 8px 8px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 11px;
        line-height: 17px; }
      .branch-edit h3 {
        font-size: 20px;
        margin-bottom: 24px; }
      .branch-edit p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 20px; }
        .branch-edit p a {
          color: #f03c3c;
          text-decoration: underline; }
          .branch-edit p a.btn-red {
            width: 100%; }
      .branch-sub {
        width: 100%;
        margin-left: 0;
        margin-top: 36px; }
      .branch-ec {
        margin-top: 20px;
        margin-bottom: 45px; }
        .branch-ec.is-pc {
          display: none; }
        .branch-ec.is-sp {
          display: block; }
        .branch-ec a {
          color: #fff;
          width: 100%; }
      .branch-map.is-pc {
        display: none; }
      .branch-map.is-sp {
        display: block; }
      .branch-map-link {
        display: none; } }

.sec {
  padding: 80px 0; }
  .sec._column {
    padding: 100px 0 120px;
    color: #fff;
    background-color: #f03c3c; }
    .sec._column .sec-body h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 16px; }
    .sec._column .swiper-slide a {
      color: #fff; }
      .sec._column .swiper-slide a:hover h3 {
        color: #fff;
        opacity: .75; }
    .sec._column .sec-foot {
      margin-top: 32px; }
  .sec._gl-bottom {
    padding-bottom: 0; }
  .sec-container {
    width: 1200px;
    margin: 0 auto; }
  .sec-head {
    margin-bottom: 46px; }
  .sec-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    position: relative; }
    .sec-title._tour:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_tour_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._movie:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_movie.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._dept:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_area_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._paper:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_paper.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._feature:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_feature_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._recommend:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_map_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._hotel:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_hotel_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._guidance:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_guidance_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._spots:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_spots.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._boarding:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_boarding.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._theme:before {
      border-right: 1px dotted #b4b4b4;
      margin-right: 14px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2px;
      background: url(../images/svg/ico_theme_red.svg) no-repeat 0 0;
      background-size: 41px 41px;
      width: 55px;
      height: 41px;
      content: ""; }
    .sec-title._column {
      color: #fff; }
      .sec-title._column:before {
        border-right: 1px dotted #fff;
        margin-right: 14px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-top: -2px;
        background: url(../images/svg/ico_column.svg) no-repeat 0 0;
        background-size: 41px 41px;
        width: 55px;
        height: 41px;
        content: ""; }
      .sec-title._search:before {
        border-right: 1px dotted #b4b4b4;
        margin-right: 14px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-top: -2px;
        background: url(../images/svg/ico_search_red.svg) no-repeat 0 0;
        background-size: 41px 41px;
        width: 55px;
        height: 41px;
        content: ""; }
  .sec-sub-title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px; }
  .sec-tab-list {
    margin-bottom: 40px;
    list-style-type: none;
    display: inline-flex;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f03c3c;
    max-width: 100%;
    overflow-x: auto; }
    .sec-tab-list.is-sp {
      display: none; }
    .sec-tab-list li a {
      width: 160px;
      padding: 10px 0;
      text-align: center;
      color: #f03c3c;
      font-size: 14px;
      font-weight: 500;
      display: block;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .sec-tab-list li a.is-current {
        background: #f03c3c;
        color: #fff; }
      .sec-tab-list li a.is-auto {
        width: auto;
        padding: 10px 20px; }
      .sec-tab-list._type2 li a.is-auto {
        width: auto;
        padding: 10px 25px; }
      @media (min-width: 1024px) {
        .sec-tab-list li a:hover {
          background: #f03c3c;
          color: #fff; } }
    .sec-tab-list li + li {
      border-left: 1px solid #f03c3c; }
  .sec-tab-list._type2 {
    max-width: 100%;
    overflow-x: scroll;
  }
  .sec-tab-list._type2 li a {
    width: initial;
    white-space: nowrap;
  }
  .sec-tab-pannel {
    display: none; }
  .sec-tab-sm li a {
    padding: 5px 0; }
  .sec-lead {
    margin-top: 12px; }
    .sec-lead p {
      font-size: 14px;
      font-weight: 400; }
  .sec-foot {
    margin-top: 24px; }
  .sec-index {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    padding-left: 24px; }
    .sec-index:before {
      margin-top: -7px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 16px;
      height: 16px;
      background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
      background-size: 16px 16px;
      content: ""; }
    .sec-index._column {
      color: #fff; }
      .sec-index._column:before {
        margin-top: -7px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        background: url(../images/common/arrow_2x.png) no-repeat 0 0;
        background-size: 16px 16px;
        content: ""; }
  .sec._faq, .sec._voice {
    border-bottom: none; }
  .sec._free {
    padding: 100px 0;
    border-top: 1px solid #e6e6e6; }
  .sec-accordion {
    padding: 24px 0;
    border-top: 1px dotted #b4b4b4; }
    .sec-accordion:last-child {
      border-bottom: 1px dotted #b4b4b4; }
    .sec-accordion-trigger {
      cursor: pointer;
      position: relative;
      padding-left: 24px; }
      .sec-accordion-trigger:before {
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear;
        transform: rotate(90deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -8px;
        display: block;
        width: 16px;
        height: 16px;
        background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
        background-size: 16px 16px;
        content: ""; }
      .sec-accordion-trigger p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600; }
      .sec-accordion-trigger.active:before {
        transform: rotate(270deg); }
    .sec-accordion-body {
      display: none;
      margin: 12px 0 0;
      padding-left: 24px; }
      .sec-accordion-body p {
        font-size: 14px;
        line-height: 22px; }
  .sec-row {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
  .sec-free {
    margin-bottom: 100px; }
    .sec-free:nth-child(odd) .sec-free-box {
      width: 384px; }
    .sec-free:nth-child(odd) .sec-free-img {
      margin-left: auto;
      width: 696px; }
      .sec-free:nth-child(odd) .sec-free-img img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .sec-free:nth-child(even) .sec-free-box {
      width: 488px;
      order: 2;
      margin-left: auto; }
    .sec-free:nth-child(even) .sec-free-img {
      width: 592px;
      order: 1; }
      .sec-free:nth-child(even) .sec-free-img img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .sec-free-box-title {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 12px;
      font-weight: 600; }
    .sec-free-box-en {
      margin-bottom: 20px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      color: #f03c3c;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
    .sec-free-box-content {
      font-size: 14px;
      line-height: 28px; }
  .sec-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch; }
  .sec-main {
    width: 900px; }
  .sec-side {
    width: 248px;
    margin-left: auto; }
  .sec-anchor {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    list-style: none;
    border-top: 1px dotted #b4b4b4; }
    .sec-anchor li {
      border-bottom: 1px dotted #b4b4b4; }
      .sec-anchor li a {
        display: block;
        padding: 24px 0 24px 24px;
        font-size: 14px;
        font-weight: 500;
        position: relative; }
        .sec-anchor li a:after {
          display: block;
          position: absolute;
          width: 16px;
          height: 16px;
          top: 50%;
          left: 0;
          margin-top: -8px;
          content: "";
          background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
          background-size: 16px 16px; }
  .sec-block {
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 40px 0 0; }
    .sec-block-title {
      margin-bottom: 30px;
      border-left: 4px solid #f03c3c;
      padding-left: 16px;
      font-size: 24px;
      font-weight: 500; }
    .sec-block-more {
      margin-top: 16px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      position: relative; }
      .sec-block-more:before {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        transform: rotate(90deg);
        top: -1px;
        margin-right: 4px;
        width: 16px;
        height: 16px;
        background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
        background-size: 16px 16px;
        content: ""; }
      .sec-block-more:hover {
        color: #f03c3c; }
  .sec-block + .sec-block {
    margin-top: 60px; }
  .sec-branch {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch; }
    .sec-branch-main {
      width: 700px; }
    .sec-branch-sub {
      width: 385px;
      margin-left: auto; }
      .sec-branch-sub-container {
        position: sticky;
        top: 40px; }
      .sec-branch-sub-title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
        font-weight: 500; }
      .sec-branch-sub-card {
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 20px; }
      .sec-branch-sub-top {
        padding: 0 0 12px; }
        .sec-branch-sub-top .row p {
          font-size: 14px;
          line-height: 22px; }
          .sec-branch-sub-top .row p span {
            margin-right: 4px;
            color: #b4b4b4; }
      .sec-branch-sub-bottom {
        padding-top: 12px;
        border-top: 1px dotted #b4b4b4; }
    .sec-branch-tel {
      margin-bottom: 6px;
      position: relative;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: .8px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
      .sec-branch-tel:before {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 8px;
        width: 28px;
        height: 28px;
        background: url(../images/svg/ico_tel_red.svg) no-repeat 0 0;
        background-size: 28px 28px;
        content: ""; }
    .sec-branch-mail {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      position: relative; }
      .sec-branch-mail:before {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 8px;
        width: 28px;
        height: 28px;
        background: url(../images/svg/ico_mail_red.svg) no-repeat 0 0;
        background-size: 28px 28px;
        content: ""; }
  @media (max-width: 1024px) {
    .sec {
      padding: 60px 0; }
      .sec._column {
        padding: 60px 0; }
        .sec._column .sec-body h3 {
          font-size: 16px;
          margin-bottom: 12px; }
          .sec._column .sec-body h3.subtitle-01 {
            margin-top: 30px; }
          .sec._column .sec-body h3.subtitle-02 {
            margin-top: 40px; }
      .sec._free {
        margin-bottom: 0;
        padding: 70px 0; }
      .sec-container {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        margin: 0; }
      .sec-head {
        margin-bottom: 16px; }
      .sec-title {
        font-size: 20px; }
        .sec-title._tour:before {
          margin-right: 8px;
          background: url(../images/svg/ico_tour_red.svg) no-repeat 0 0;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
        .sec-title._dept:before {
          margin-right: 8px;
          background: url(../images/svg/ico_area_red.svg) no-repeat 0 0;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
        .sec-title._column:before {
          margin-right: 8px;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
        .sec-title._movie:before {
          margin-right: 8px;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
        .sec-title._feature:before {
          margin-right: 8px;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
        .sec-title._search:before {
          margin-right: 8px;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
        .sec-title._paper:before {
          margin-right: 8px;
          background-size: 26px 26px;
          width: 34px;
          height: 26px; }
.sec-tab.sec-tab-sm .sec-tab-list a {
    width: 80px;
  }
  .sec-tab-list {
    margin-bottom: 28px;
    border: none;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec-tab-list.is-sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sec-tab-list._bottom {
    margin-top: 28px;
    margin-bottom: 0;
  }
  .sec-tab-list li {
    width: 100%;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
  }
  .sec-tab-list li:first-child{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid red;
  }
  .sec-tab-list li:last-child{
    border-radius: 0 4px 4px 0;
    border-right: 1px solid red;
  }
  .sec-tab-list li a {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding: 10px;
    min-width: 80px;
  }
  .sec-tab-list._type2 {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec-tab-list._type2 li {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
  }
  .sec-tab-list._type2 li:first-child{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid red;
  }
  .sec-tab-list._type2 li:last-child{
    border-radius: 0 4px 4px 0;
    border-right: 1px solid red;
  }
  .sec-tab-list._type2 li a.is-auto {
    height: 100%;
    white-space: nowrap;
    width: initial;
  }

      .sec-foot {
        margin-top: 24px; }
      .sec-index {
        font-size: 14px; }
        .sec-index:before {
          margin-top: -8px; }
      .sec-row {
        flex-direction: column; }
      .sec-free {
        margin-bottom: 50px; }
        .sec-free:nth-child(odd) .sec-free-box {
          width: 100%;
          order: 1; }
        .sec-free:nth-child(odd) .sec-free-img {
          margin-left: 0;
          width: 100%;
          order: 2; }
        .sec-free:nth-child(even) .sec-free-box {
          width: 100%;
          order: 1;
          margin-left: 0; }
        .sec-free:nth-child(even) .sec-free-img {
          width: 100%;
          order: 2; }
        .sec-free-box {
          margin-bottom: 24px; }
          .sec-free-box-title {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px; }
          .sec-free-box-en {
            margin-bottom: 16px;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
            color: #f03c3c;
            font-weight: 600;
            font-size: 14px;
            line-height: 19px; }
          .sec-free-box-content {
            font-size: 13px;
            line-height: 20px; }
      .sec-sub-title {
        font-size: 16px;
        margin-bottom: 12px; }
      .sec-wrapper {
        flex-direction: column; }
      .sec-main {
        width: 100%; }
      .sec-side {
        display: none; }
      .sec-block {
        padding: 32px 0 0; }
        .sec-block-title {
          margin-bottom: 16px;
          border-left: 3px solid #f03c3c;
          padding-left: 15px;
          font-size: 18px; }
      .sec-block + .sec-block {
        margin-top: 32px; }
      .sec-branch {
        flex-direction: column; }
        .sec-branch-main {
          width: 100%; }
        .sec-branch-sub {
          margin-top: 40px;
          width: 100%;
          margin-left: 0; }
          .sec-branch-sub-container {
            position: static;
            top: 0; }
          .sec-branch-sub-title {
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 28px;
            font-weight: 500; }
          .sec-branch-sub-card {
            border: 1px solid #e6e6e6;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            padding: 20px; }
          .sec-branch-sub-top {
            padding: 0 0 12px; }
            .sec-branch-sub-top .row p {
              font-size: 14px;
              line-height: 22px; }
              .sec-branch-sub-top .row p span {
                margin-right: 4px;
                color: #b4b4b4; }
          .sec-branch-sub-bottom {
            padding-top: 12px;
            border-top: 1px dotted #b4b4b4; }
        .sec-branch-tel {
          margin-bottom: 6px;
          position: relative;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: .8px;
          font-weight: 400;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600; }
          .sec-branch-tel:before {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 8px;
            width: 28px;
            height: 28px;
            background: url(../images/svg/ico_tel_red.svg) no-repeat 0 0;
            background-size: 28px 28px;
            content: ""; }
        .sec-branch-mail {
          font-size: 16px;
          line-height: 22px;
          font-weight: 500;
          position: relative; }
          .sec-branch-mail:before {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 8px;
            width: 28px;
            height: 28px;
            background: url(../images/svg/ico_mail_red.svg) no-repeat 0 0;
            background-size: 28px 28px;
            content: ""; } }

.card {
  margin-bottom: 62px; }
  .card > a {
    display: block;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    @media (min-width: 1024px) {
      .card > a:hover {
        color: #fff;
        opacity: 0.75;
        filter: alpha(opacity=75); }
        .card > a:hover .card-title {
          color: #222; } }
  .card-head {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative; }
    .card-head img {
      transition: 1s all;
      width: 100%;
      height: 180px;
      object-fit: cover;
      vertical-align: bottom; }
      .card-head img:hover {
        transform: scale(1.1, 1.1);
        transition: .2s all; }
  .card-head-new {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative; }
    .card-head-new img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      vertical-align: bottom; }
  .card-tag {
    border-radius: 4px 4px 0 0;
    background: #fff;
    padding: 5px 12px 0;
    text-align: center;
    color: #f03c3c;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 12px;
    z-index: 4; }
  .card-tag-new {
    border-radius: 3px;
    background: #ec2230;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4; }
    .card-tag-02 {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      list-style-type: none; }
      .card-tag-02 li {
        color: #5f5f5f;
        padding-top: 4px;
        font-size: 13px;
        line-height: 20px;
        margin: 0 8px 4px 0px; }
  .card-badge {
    position: absolute;
    top: -13px;
    left: 8px;
    display: inline-block;
    padding: 4px 12px;
    background: #f03c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    z-index: 6; }
    .card-badge-populartour {
      top: 8px; }
    .card-badge-in {
      position: relative; }
      .card-badge-in:before {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        top: -1px;
        margin-right: 4px;
        width: 14px;
        height: 14px;
        background: url(../images/svg/ico_arrive_white.svg) no-repeat 0 0;
        background-size: 14px 14px;
        content: ""; }
    .card-badge-cat {
      display: block;
      top: auto;
      left: 16px;
      bottom: 0;
      font-size: 11px;
      border-radius: 4px 4px 0 0; }
      .card-badge-cat._column {
        background: #fff;
        color: #f03c3c; }
  .card-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 4px; }
  .card-title-new {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 4px; }
  .card-list {
    margin-bottom: 6px;
    list-style-type: none; }
    .card-list li {
      color: #5f5f5f;
      font-size: 10px;
      font-family: 'Noto Sans JP',Osaka,sans-serif; }
    .card-list._tour-dept {
      padding-left: 18px;
      position: relative; }
      .card-list._tour-dept:before {
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -6px;
        background: url(../images/svg/ico_dept_gray.svg) no-repeat 0 0;
        background-size: 14px 14px;
        content: ""; }
  .card-calander {
    position: relative;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #5f5f5f;
    padding-left: 18px; }
    .card-calander:before {
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -6px;
      background: url(../images/svg/ico_cal_gray.svg) no-repeat 0 0;
      background-size: 14px 14px;
      content: ""; }
    .card-calander._column {
      color: #fff;
      padding-left: 16px; }
      .card-calander._column span {
        color: #fff; }
      .card-calander._column:before {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        background: url(../images/common/icon_date_s_w.png) no-repeat 0 0;
        background-size: 10px 10px;
        content: ""; }
  .card-foot {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dotted #b4b4b4; }
  .card-text {
    font-size: #f03c3c;
    font-size: 12px;
    line-height: 20px; }
    .card-text-lg {
      font-size: #f03c3c;
      font-size: 16px; }
      .card-text-lg._tour-price {
        color: #f03c3c;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
    .card-text-lg-new {
      color: #f03c3c;
      font-weight: bold;
      font-size: 24px; }
      .card-text-lg-new._tour-price {
        font-family: "Noto Sans JP", Osaka, sans-serif;
        font-weight: 600; }
    .card-text._tour-per_person {
      color: #f03c3c; }
    .card-text-new._tour-per_person {
      color: #000;
      font-weight: 500 }
    .card-btn a{
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      flex: 1;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      padding: 0 12px;
      height: 40px;
      background: #ec2230;
      border-radius: 4px;
      color: #fff;
      position: relative;
      transition: all 0.15s linear;
      font-family: 'Noto Sans JP',Osaka,sans-serif;
      margin-top: 10px;
    }
    .card-btn a:hover{
      background: #fff;
      border: #ec2230 1px solid;
      box-sizing: border-box;
      color: #ec2230;
    }
    .card-btn a:before{
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: rotate(45deg);
      content: "";
    }
    .card-btn a:hover:before{
      border-color: #ec2230;
    }
  @media (max-width: 1024px) {
    .card {
      margin-bottom: 0; }
      .card-head img {
        height: 280px; }
      .card-head-new img {
        height: 53.3333333333vw; }
      .card-tag-02 {
        margin: 0 0 0.8em 0;
        padding-top: 0;
        font-size: 10px;
        line-height: 20px; }
        .card-tag-02 li + li {
          margin-left: 0; } }

.area-card-item a {
  display: block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .area-card-item a:after {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .area-card-item a img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  @media (min-width: 1024px) {
    .area-card-item a:hover .area-name {
      color: #fff; }
    .area-card-item a:hover img {
      transform: scale(1.1, 1.1); } }
.area-name {
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  text-align: center; }

.recommend {
  background-image: url(../images/svg/svg_map.svg);
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 654px 438px; }
  .recommend-container.is-pc {
    display: block; }
  .recommend-container.is-sp {
    display: none; }
  .recommend-lists {
    height: 429px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    list-style-type: none; }
    .recommend-lists li a {
      display: inline-block;
      padding: 8px 16px;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      font-size: 16px;
      font-weight: 600;
      background: #fff;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      @media (min-width: 1024px) {
        .recommend-lists li a:hover {
          background: #f03c3c;
          border: 1px solid #f03c3c;
          color: #fff; } }
    @media (min-width: 1024px) {
      .recommend-lists li {
        position: absolute; }
      .recommend-lists-01 {
        top: 0;
        right: 402px; }
      .recommend-lists-02 {
        top: 98px;
        right: 418px; }
      .recommend-lists-03 {
        bottom: 136px;
        right: 506px; }
      .recommend-lists-04 {
        top: 133px;
        right: 530px; }
      .recommend-lists-05 {
        bottom: 76px;
        right: 530px; }
      .recommend-lists-06 {
        bottom: 176px;
        left: 510px; }
      .recommend-lists-07 {
        bottom: 176px;
        left: 382px; }
      .recommend-lists-08 {
        bottom: 76px;
        left: 446px; }
      .recommend-lists-09 {
        bottom: 76px;
        left: 318px; }
      .recommend-lists-10 {
        top: 70px;
        left: 318px; } }
  @media (max-width: 1024px) {
    .recommend {
      background: none; }
      .recommend-container.is-pc {
        display: none; }
      .recommend-container.is-sp {
        display: block; }
      .recommend-lists {
        height: auto;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .recommend-lists li {
          width: 48.5%;
          margin-bottom: 12px; }
          .recommend-lists li:nth-child(even) {
            margin-left: auto; }
          .recommend-lists li a {
            display: block;
            padding: 10px 12px;
            position: relative; }
            .recommend-lists li a:after {
              position: absolute;
              right: 12px;
              top: 50%;
              margin-top: -6px;
              display: block;
              width: 12px;
              height: 12px;
              background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
              background-size: 12px 12px;
              content: ""; } }

.recommend-bus-container.is-pc {
  display: block; }
.recommend-bus-container.is-sp {
  display: none; }
.recommend-bus-lists {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  list-style-type: none; }
  .recommend-bus-lists li a {
    display: block;
    padding: 8px 16px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    @media (min-width: 1024px) {
      .recommend-bus-lists li a:hover {
        background: #f03c3c;
        border: 1px solid #f03c3c;
        color: #fff; } }
@media (max-width: 1024px) {
  .recommend-bus {
    background: none; }
    .recommend-bus-container.is-pc {
      display: none; }
    .recommend-bus-container.is-sp {
      display: block; }
    .recommend-bus-lists {
      height: auto;
      width: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .recommend-bus-lists li {
        width: 48.5%;
        margin-bottom: 12px; }
        .recommend-bus-lists li:nth-child(even) {
          margin-left: auto; }
        .recommend-bus-lists li a {
          display: block;
          padding: 10px 12px;
          position: relative; }
          .recommend-bus-lists li a:after {
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -6px;
            display: block;
            width: 12px;
            height: 12px;
            background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
            background-size: 12px 12px;
            content: ""; } }

.recommend-abroad {
  background-image: url(../images/svg/svg_world_map.svg);
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 654px 438px; }
  .recommend-abroad-container.is-pc {
    display: block; }
  .recommend-abroad-container.is-sp {
    display: none; }
  .recommend-abroad-lists {
    height: 429px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    list-style-type: none; }
    .recommend-abroad-lists li a {
      display: inline-block;
      padding: 8px 16px;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      font-size: 16px;
      font-weight: 600;
      background: #fff;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      @media (min-width: 1024px) {
        .recommend-abroad-lists li a:hover {
          background: #f03c3c;
          border: 1px solid #f03c3c;
          color: #fff; } }
    @media (min-width: 1024px) {
      .recommend-abroad-lists li {
        position: absolute; }
      .recommend-abroad-lists-01 {
        top: 20px;
        left: 522px; }
      .recommend-abroad-lists-02 {
        top: 38px;
        left: 260px; }
      .recommend-abroad-lists-03 {
        top: 0;
        right: 250px; }
      .recommend-abroad-lists-04 {
        top: 133px;
        right: 460px; }
      .recommend-abroad-lists-05 {
        bottom: 176px;
        right: 638px; }
      .recommend-abroad-lists-06 {
        bottom: 226px;
        left: 250px; }
      .recommend-abroad-lists-07 {
        bottom: 186px;
        right: 232px; }
      .recommend-abroad-lists-08 {
        top: 0;
        left: 396px; }
      .recommend-abroad-lists-09 {
        bottom: 286px;
        left: 358px; }
      .recommend-abroad-lists-10 {
        top: 70px;
        left: 318px; } }
  @media (max-width: 1024px) {
    .recommend-abroad {
      background: none; }
      .recommend-abroad-container.is-pc {
        display: none; }
      .recommend-abroad-container.is-sp {
        display: block; }
      .recommend-abroad-lists {
        height: auto;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .recommend-abroad-lists li {
          width: 48.5%;
          margin-bottom: 12px; }
          .recommend-abroad-lists li:nth-child(even) {
            margin-left: auto; }
          .recommend-abroad-lists li a {
            display: block;
            padding: 10px 12px;
            position: relative; }
            .recommend-abroad-lists li a:after {
              position: absolute;
              right: 12px;
              top: 50%;
              margin-top: -6px;
              display: block;
              width: 12px;
              height: 12px;
              background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
              background-size: 12px 12px;
              content: ""; } }

.alert-ticker {
  position: relative;
  background: #f03c3c;
  padding: 20px 90px; }
.alert-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 90px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  z-index: 1000; }
  .alert-close img {
    width: 24px;
    height: 24px;
    vertical-align: bottom; }
.alert-box p {
  text-align: center; }
  .alert-box p a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .alert-box p a:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); } }
@media (max-width: 1024px) {
  .alert-ticker {
    padding: 20px; }
  .alert-close {
    width: 20px;
    height: 20px;
    right: 20px;
    margin-top: -10px; }
    .alert-close img {
      width: 20px;
      height: 20px;
      vertical-align: bottom; }
  .alert-box p {
    text-align: left;
    padding-right: 40px; }
    .alert-box p a {
      font-size: 13px; } }

.faq-label {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 19px;
  font-weight: 500; }
.faq-search form {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center; }
.faq-search .mv-search-submit {
  width: 70px;
  height: auto;
  padding: 7px;
  margin-left: 10px; }
.faq-sec {
  margin-top: 60px;
  border-bottom: none; }
  .faq-sec-head {
    background: #f2f2f2;
    padding: 16px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 40px; }
  .faq-sec-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500; }
.faq-block {
  padding-bottom: 30px;
  border-bottom: 1px dotted #b4b4b4; }
  .faq-block-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 24px; }
    .faq-block-title:before {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -7px;
      transform: rotate(270deg);
      background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
      background-size: 16px 16px;
      content: ""; }
  .faq-block-body {
    padding-top: 12px;
    padding-left: 24px; }
    .faq-block-body p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px; }
      .faq-block-body p a {
        color: #f03c3c;
        text-decoration: underline; }
    .faq-block-body table {
      margin-bottom: 20px; }
      .faq-block-body table thead tr td {
        background: #f9f9f9; }
      .faq-block-body table tr th, .faq-block-body table tr td {
        border: 1px solid #e6e6e6;
        padding: 16px;
        vertical-align: middle;
        font-size: 14px;
        line-height: 24px; }
.faq-block + .faq-block {
  padding-top: 30px; }
@media (max-width: 1024px) {
  .faq-label {
    font-size: 16px;
    margin-bottom: 16px; }
  .faq-search .form-input-text {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 7px; }
  .faq-search .mv-search-submit {
    width: 95px; }
  .faq-sec {
    margin-top: 36px;
    border-bottom: none; }
    .faq-sec-head {
      margin-bottom: 32px; }
    .faq-sec-title {
      line-height: 23px; } }

._voice-container {
  border-top: 1px dotted #b4b4b4;
  border-bottom: 1px dotted #b4b4b4;
  padding: 28px 0 32px; }
._voice-card {
  border-left: 1px dotted #b4b4b4;
  padding: 0 26px; }
  ._voice-card:last-child {
    border-right: 1px dotted #b4b4b4; }
  ._voice-card-head {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
    ._voice-card-head .travel {
      background: #f03c3c;
      padding: 5px 12px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      color: #fff;
      font-size: 12px;
      position: relative;
      margin-right: 8px; }
      ._voice-card-head .travel svg {
        width: 14px;
        height: 14px;
        vertical-align: middle;
        margin-right: 4px; }
    ._voice-card-head .to {
      font-size: 16px;
      color: #f03c3c;
      font-weight: 500; }
  ._voice-card-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600; }
  ._voice-card-excerpt p {
    font-size: 14px;
    line-height: 22px; }
  ._voice-card-foot {
    padding-top: 16px; }
    ._voice-card-foot p {
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      color: #5f5f5f;
      position: relative; }
      ._voice-card-foot p:before {
        margin-right: 4px;
        position: relative;
        vertical-align: middle;
        top: -1px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(../images/svg/ico_cal_gray.svg) no-repeat 0 0;
        background-size: 14px 14px;
        content: ""; }
@media (max-width: 1024px) {
  ._voice-container {
    padding: 20px 0; }
  ._voice-card {
    padding: 0 16px; }
    ._voice-card:first-child {
      border-left: none;
      padding-left: 0; }
    ._voice-card:last-child {
      border-right: none; }
    ._voice-card-head {
      margin-bottom: 20px; }
      ._voice-card-head .to {
        font-size: 14px; }
    ._voice-card-title {
      font-size: 14px; }
    ._voice-card-excerpt p {
      font-size: 13px;
      line-height: 20px; } }

._hotel-card-img {
  margin-bottom: 10px; }
  ._hotel-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
._hotel-card-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 8px; }
._hotel-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  ._hotel-card-excerpt p {
    font-size: 13px;
    line-height: 20px;
    color: #5f5f5f;
    font-weight: 400; }
@media (max-width: 1024px) {
  ._hotel-card-img {
    margin-bottom: 10px; }
    ._hotel-card-img img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  ._hotel-card-excerpt p {
    font-size: 12px; } }

._guidance-edit h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 16px; }
._guidance-edit p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px; }
._guidance-edit.js-limited {
  height: 420px;
  overflow: hidden;
  position: relative; }
  ._guidance-edit.js-limited:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, white 100%);
    content: ""; }
._guidance-spots-img {
  margin-bottom: 10px; }
  ._guidance-spots-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    height: auto;
    vertical-align: bottom; }
._guidance-spots-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 4px; }
._guidance-spots-transport {
  color: #f03c3c;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px; }
._guidance-spots-excerpt p {
  color: #5f5f5f;
  font-size: 13px;
  line-height: 20px; }
._guidance-event-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 16px; }
._guidance-event-contents {
  margin-bottom: 16px; }
  ._guidance-event-contents p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
._guidance-event-table {
  margin-bottom: 30px;
  width: auto; }
  ._guidance-event-table thead tr th {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    width: 160px; }
    ._guidance-event-table thead tr th:first-child {
      width: 100px; }
  ._guidance-event-table tbody tr td {
    border: 1px solid #e6e6e6;
    padding: 12px 16px;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; }
._guidance-event-img {
  position: relative;
  margin-bottom: 26px; }
  ._guidance-event-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
._guidance-event-badge {
  position: absolute;
  display: inline-block;
  padding: 6px 10px;
  background: #f03c3c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  bottom: -20px;
  left: 0; }
._guidance-event-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4px; }
._guidance-event-venue {
  font-size: 13px;
  color: #b4b4b4;
  margin-bottom: 8px; }
._guidance-event-excerpt p {
  font-size: 13px;
  line-height: 20px;
  color: #5f5f5f; }
._guidance-faq {
  padding: 20px 0; }
  ._guidance-faq-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    padding-left: 32px; }
    ._guidance-faq-title:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      content: "Q."; }
  ._guidance-faq-answer {
    margin-top: 16px;
    position: relative;
    padding-left: 32px; }
    ._guidance-faq-answer:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      content: "A."; }
    ._guidance-faq-answer p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400; }
._guidance-faq + ._guidance-faq {
  border-top: 1px dotted #b4b4b4; }
@media (max-width: 1024px) {
  ._guidance-edit h4 {
    font-size: 16px;
    margin-bottom: 16px; }
  ._guidance-spots-img img {
    height: 220px;
    object-fit: cover; }
  ._guidance-spots-excerpt p {
    font-size: 12px; }
  ._guidance-event-title {
    font-size: 16px;
    margin-bottom: 16px; }
  ._guidance-event-contents {
    margin-bottom: 28px; }
  ._guidance-event-table {
    margin-bottom: 16px;
    width: 100%;
    table-layout: fixed; }
    ._guidance-event-table thead tr th {
      background: #f2f2f2;
      border: 1px solid #e6e6e6;
      padding: 6px 8px;
      font-size: 13px;
      width: auto; }
      ._guidance-event-table thead tr th:first-child {
        width: auto; }
    ._guidance-event-table tbody tr td {
      padding: 6px 8px;
      font-size: 13px; }
  ._guidance-event-img {
    position: relative;
    margin-bottom: 26px; }
    ._guidance-event-img img {
      height: 220px;
      object-fit: cover; }
  ._guidance-event-excerpt p {
    font-size: 12px; }
  ._guidance-faq {
    padding: 16px 0; }
    ._guidance-faq-title {
      font-size: 15px;
      line-height: 22px;
      padding-left: 24px; }
    ._guidance-faq-answer {
      margin-top: 8px;
      position: relative;
      padding-left: 24px; } }

._theme-cards a {
  display: block; }
  @media (min-width: 1024px) {
    ._theme-cards a {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      ._theme-cards a:hover ._theme-cards-img img {
        transform: scale(1.1, 1.1); }
      ._theme-cards a:hover ._theme-cards-title {
        color: #f03c3c; }
      ._theme-cards a:hover ._theme-cards-excerpt p {
        color: #5f5f5f; } }
._theme-cards-img {
  margin-bottom: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden; }
  ._theme-cards-img img {
    transition: .2s all;
    width: 100%;
    height: 246px;
    object-fit: cover;
    vertical-align: bottom; }
._theme-cards-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: 500; }
._theme-cards-excerpt p {
  font-size: 13px;
  line-height: 20px;
  color: #5f5f5f; }
._theme-recommend-item a {
  display: block; }
  @media (min-width: 1024px) {
    ._theme-recommend-item a {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      ._theme-recommend-item a:hover ._theme-cards-img img {
        transform: scale(1.1, 1.1); }
      ._theme-recommend-item a:hover ._theme-cards-title {
        color: #f03c3c; }
      ._theme-recommend-item a:hover ._theme-cards-excerpt p {
        color: #5f5f5f; } }
._theme-recommend-img {
  margin-bottom: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden; }
  ._theme-recommend-img img {
    transition: .2s all;
    width: 100%;
    height: 246px;
    object-fit: cover;
    vertical-align: bottom; }
._theme-recommend-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: 500; }
._theme-recommend-excerpt p {
  font-size: 13px;
  line-height: 20px;
  color: #5f5f5f; }
._theme-popular-item a {
  display: block; }
  @media (min-width: 1024px) {
    ._theme-popular-item a {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      ._theme-popular-item a:hover ._theme-popular-img img {
        transform: scale(1.1, 1.1); }
      ._theme-popular-item a:hover ._theme-popular-title {
        color: #f03c3c; }
      ._theme-popular-item a:hover ._theme-popular-excerpt p {
        color: #5f5f5f; } }
._theme-popular-img {
  margin-bottom: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden; }
  ._theme-popular-img img {
    transition: .2s all;
    width: 100%;
    height: 380px;
    object-fit: cover;
    vertical-align: bottom; }
._theme-popular-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: 500; }
._theme-popular-excerpt p {
  font-size: 13px;
  line-height: 20px;
  color: #5f5f5f; }
@media (max-width: 1024px) {
  ._theme-popular-img img {
    height: 190px; }
  ._theme-popular-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px; }
  ._theme-popular-excerpt p {
    font-size: 12px;
    line-height: 18px; } }

._spots-card-img {
  margin-bottom: 10px;
  position: relative; }
  ._spots-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
._spots-card-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 8px; }
._spots-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  ._spots-card-excerpt p {
    font-size: 13px;
    line-height: 20px;
    color: #5f5f5f;
    font-weight: 400; }
._spots-badge {
  position: absolute;
  top: -13px;
  left: 8px;
  display: inline-block;
  padding: 4px 12px;
  background: #f03c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 6; }
  ._spots-badge-in {
    position: relative; }
    ._spots-badge-in:before {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      top: -1px;
      margin-right: 4px;
      width: 14px;
      height: 14px;
      background: url(../images/svg/ico_arrive_white.svg) no-repeat 0 0;
      background-size: 14px 14px;
      content: ""; }
@media (max-width: 1024px) {
  ._spots-card-img {
    margin-bottom: 10px; }
    ._spots-card-img img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  ._spots-card-excerpt p {
    font-size: 12px; } }

._post h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 28px;
  border-left: 4px solid #f03c3c;
  padding-left: 12px; }
._post p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px; }
  ._post p a {
    color: #f03c3c;
    text-decoration: underline; }
    ._post p a.btn-red {
      color: #fff;
      background: #f03c3c;
      display: block;
      padding: 11px 0;
      width: 385px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none; }
      @media (min-width: 1024px) {
        ._post p a.btn-red {
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear; }
          ._post p a.btn-red:hover {
            opacity: 0.75;
            filter: alpha(opacity=75); } }
  ._post p img {
    width: 100%;
    height: auto; }
._post figure {
  margin-bottom: 28px; }
  ._post figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  ._post figure figcaption {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px; }
._post blockquote {
  padding: 16px 28px 16px 60px;
  background: #f9f9f9;
  margin-bottom: 28px;
  border-left: 1px solid #e6e6e6;
  position: relative; }
  ._post blockquote:before {
    display: block;
    position: absolute;
    left: 23px;
    top: 21px;
    width: 24px;
    height: 18px;
    background: url(../images/svg/ico_blockquote.svg) no-repeat 0 0;
    background-size: 24px 18px;
    content: ""; }
  ._post blockquote p {
    font-size: 16px;
    line-height: 28px; }
@media (max-width: 1024px) {
  ._post h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    border-left: 3px solid #f03c3c; }
  ._post p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 18px; }
    ._post p a.btn-red {
      width: 100%; } }

.blog-phrase {
  margin-bottom: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .blog-phrase-img {
    width: 48px; }
    .blog-phrase-img img {
      width: 48px;
      height: 48px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      object-fit: cover;
      vertical-align: bottom; }
  .blog-phrase-content {
    width: calc( 100% - 66px);
    padding: 16px 20px;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative; }
    .blog-phrase-content p {
      margin-bottom: 0; }
  .blog-phrase > div:first-child:before {
    position: absolute;
    left: 100%;
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e6e6e6;
    content: ""; }
  .blog-phrase > div:first-child:after {
    position: absolute;
    left: calc(100% - 1px);
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    content: ""; }
  .blog-phrase > div:last-child {
    margin-left: auto; }
    .blog-phrase > div:last-child:before {
      position: absolute;
      right: 100%;
      top: 16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #e6e6e6 transparent transparent;
      content: ""; }
    .blog-phrase > div:last-child:after {
      position: absolute;
      right: calc( 100% - 1px );
      top: 16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #fff transparent transparent;
      content: ""; }
@media (max-width: 1024px) {
  .blog-phrase {
    margin-bottom: 20px; }
    .blog-phrase-img {
      width: 40px; }
      .blog-phrase-img img {
        width: 40px;
        height: 40px; }
    .blog-phrase-content {
      width: calc( 100% - 66px);
      padding: 10px 20px;
      font-size: 14px;
      line-height: 24px; }
    .blog-phrase > div:first-child:before {
      position: absolute;
      left: 100%;
      top: 16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #e6e6e6;
      content: ""; }
    .blog-phrase > div:first-child:after {
      position: absolute;
      left: calc(100% - 1px);
      top: 16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #fff;
      content: ""; }
    .blog-phrase > div:last-child {
      margin-left: auto; }
      .blog-phrase > div:last-child:before {
        position: absolute;
        right: 100%;
        top: 16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e6e6e6 transparent transparent;
        content: ""; }
      .blog-phrase > div:last-child:after {
        position: absolute;
        right: calc( 100% - 1px );
        top: 16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent;
        content: ""; } }

._domestic-areas {
  list-style-type: none;
  height: 280px;
  overflow-y: auto; }
  ._domestic-areas li a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400; }
    ._domestic-areas li a.is-current {
      color: #f03c3c;
      position: relative;
      padding-left: 28px; }
      ._domestic-areas li a.is-current:before {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
        background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
        background-size: 16px 16px;
        content: ""; }
  ._domestic-areas li + li {
    margin-top: 23px; }
._domestic-prefs {
  list-style-type: none;
  height: 280px;
  overflow-y: auto;
  border-left: 1px solid #e6e6e6;
  padding-left: 24px; }
  ._domestic-prefs li a {
    display: block;
    font-size: 16px;
    padding-left: 28px;
    line-height: 24px;
    font-weight: 500;
    position: relative; }
    ._domestic-prefs li a:before {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px;
      background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
      background-size: 16px 16px;
      content: ""; }
    ._domestic-prefs li a.disabled {
      color: #b4b4b4;
      pointer-events: none; }
  ._domestic-prefs li + li {
    margin-top: 23px; }
@media (max-width: 1024px) {
  ._domestic-prefs {
    list-style-type: none;
    height: auto;
    overflow-y: auto;
    border-left: none;
    padding: 24px 20px; }
    ._domestic-prefs li a {
      font-size: 16px;
      font-weight: 400; } }

._abroad-areas {
  list-style-type: none;
  height: 280px;
  overflow-y: auto; }
  ._abroad-areas li a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400; }
    ._abroad-areas li a.is-current {
      color: #f03c3c;
      position: relative;
      padding-left: 28px; }
      ._abroad-areas li a.is-current:before {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
        background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
        background-size: 16px 16px;
        content: ""; }
  ._abroad-areas li + li {
    margin-top: 23px; }
._abroad-prefs {
  list-style-type: none;
  height: 280px;
  overflow-y: auto;
  border-left: 1px solid #e6e6e6;
  padding-left: 24px; }
  ._abroad-prefs li a {
    display: block;
    font-size: 16px;
    padding-left: 28px;
    line-height: 24px;
    font-weight: 500;
    position: relative; }
    ._abroad-prefs li a:before {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px;
      background: url(../images/svg/ico_arrow_red.svg) no-repeat 0 0;
      background-size: 16px 16px;
      content: ""; }
    ._abroad-prefs li a.disabled {
      color: #b4b4b4;
      pointer-events: none; }
  ._abroad-prefs li + li {
    margin-top: 23px; }
@media (max-width: 1024px) {
  ._abroad-prefs {
    list-style-type: none;
    height: auto;
    overflow-y: auto;
    border-left: none;
    padding: 24px 20px; }
    ._abroad-prefs li a {
      font-size: 16px;
      font-weight: 400; } }

.navi-bar {
  background: #f03c3c;
  padding: 24px; }
  .navi-bar-inner {
    width: 1200px;
    margin: 0 auto; }
.navi-container {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px; }
  .navi-container .blog-sns {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    list-style-type: none; }
    .navi-container .blog-sns li a img {
      width: 42px;
      height: 42px; }
    .navi-container .blog-sns li + li {
      margin-left: 16px; }
.navi-main {
  width: 696px; }
.navi-head {
  width: 100%;
  margin-bottom: 60px; }
  .navi-head .row {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row; }
  .navi-head .navi-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 696px;
    margin: 0; }
    .navi-head .navi-info .row {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-direction: row; }
    .navi-head .navi-info-top {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      margin-bottom: 24px; }
.navi-category {
  margin-left: -15px;
  margin-right: 16px; }
  .navi-category a {
    display: block;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f03c3c; }
.navi-tags {
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .navi-tags li a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 13px;
    color: #5f5f5f;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid 1px #e6e6e6;
    margin: 0 8px 4px 0; }
    .navi-tags li a:before {
      content: '＃';
      color: #f03c3c; }
.navi-times {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #5f5f5f; }
.navi-title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 56px;
  color: #222222;
  font-weight: 700; }
.navi-author-content {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center; }
.navi-author-image {
  margin-right: 12px; }
  .navi-author-image img {
    width: 48px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
.navi-author-name {
  font-size: 16px;
  font-weight: 500; }
.navi-author-info {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }
.navi-author-box_comment {
  margin-top: 8px; }
.navi-mv {
  width: 100%;
  margin-top: 32px; }
  .navi-mv img {
    width: 100%;
    height: auto; }
.navi-frame {
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 60px; }
  .navi-frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.navi-body {
  width: 100%; }
  .navi-body img {
    max-width: 100%;
    height: auto; }
  .navi-body h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 11px;
    border-bottom: 1px dotted #b4b4b4;
    margin-bottom: 28px; }
  .navi-body h3 {
    font-size: 20px;
    font-weight: 500;
    border-left: 4px solid #f03c3c;
    padding-left: 16px;
    margin-bottom: 28px; }
  .navi-body figure {
    margin-bottom: 28px; }
    .navi-body figure img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .navi-body figure figcaption {
      font-size: 13px;
      line-height: 22px; }
  .navi-body p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px; }
    .navi-body p a {
      color: #f03c3c;
      text-decoration: underline; }
      .navi-body p a.btn-red {
        color: #fff;
        background: #f03c3c;
        display: block;
        padding: 11px 0;
        width: 385px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-decoration: none; }
        @media (min-width: 1024px) {
          .navi-body p a.btn-red {
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            -ms-transition: all 0.15s linear;
            transition: all 0.15s linear; }
            .navi-body p a.btn-red:hover {
              opacity: 0.75;
              filter: alpha(opacity=75); } }
  .navi-body .blog-phrase-content p {
    margin-bottom: 0; }
  .navi-body blockquote {
    padding: 16px 28px 16px 60px;
    background: #f9f9f9;
    margin-bottom: 28px;
    border-left: 1px solid #e6e6e6;
    position: relative; }
    .navi-body blockquote:before {
      display: block;
      position: absolute;
      left: 23px;
      top: 21px;
      width: 24px;
      height: 18px;
      background: url(../images/svg/ico_blockquote.svg) no-repeat 0 0;
      background-size: 24px 18px;
      content: ""; }
    .navi-body blockquote p {
      font-size: 16px;
      line-height: 28px; }
.navi-sub {
  width: 384px;
  margin-left: auto; }
  .navi-sub-block {
    margin-bottom: 36px; }
    .navi-sub-block img {
      max-width: 100%;
      height: auto;
      margin-bottom: 36px; }
  .navi-sub-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500; }
  .navi-sub-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
    flex-wrap: wrap; }
    .navi-sub-list.navi-category {
      margin: 0; }
    .navi-sub-list li {
      margin: 0 8px 8px 0; }
  .navi-sub-banner {
    position: sticky;
    top: 40px; }
.navi-line {
  height: 1px;
  margin: 20px 0 40px;
  background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;
  background-position: top;
  background-repeat: repeat-x; }
.navi-foot .navi-author-content {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px; }
.navi-navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 40px;
  list-style-type: none; }
  .navi-navigation > li {
    width: 50%; }
.navi-prev {
  position: relative;
  padding: 0 67px 0 52px; }
  .navi-prev a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/common/arrow_2x.png) no-repeat 0 0;
    background-size: 36px 36px;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transform: rotate(180deg);
    content: ""; }
.navi-next {
  margin-left: auto;
  position: relative;
  padding: 0 52px 0 67px; }
  .navi-next a:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/common/arrow_2x.png) no-repeat 0 0;
    background-size: 36px 36px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    content: ""; }
.navi-items {
  width: 217px;
  margin: 0 28px 28px 0; }
  .navi-items:nth-child(5n) {
    margin-right: 0; }
  .navi-items a {
    display: block; }
  .navi-items-head {
    position: relative;
    margin-bottom: 10px; }
    .navi-items-head img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  .navi-items-category {
    position: absolute;
    bottom: 0;
    left: 16px;
    display: inline-block;
    padding: 3px 12px;
    background: #f03c3c;
    color: #fff;
    font-size: 11px;
    border-radius: 4px 4px 0 0; }
  .navi-items-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 8px; }
  .navi-items-date {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 500;
    position: relative; }
@media (max-width: 1024px) {
  .navi-bar {
    padding: 18px; }
    .navi-bar-inner {
      width: 100%;
      margin: 0; }
      .navi-bar-inner img {
        width: 240px;
        height: auto; }
  .navi-container {
    flex-direction: column;
    width: 100%;
    padding: 40px 20px 0;
    box-sizing: border-box; }
    .navi-container .blog-sns li a img {
      width: 32px;
      height: 32px; }
    .navi-container .blog-sns li + li {
      margin-left: 8px; }
  .navi-main {
    width: 100%; }
  .navi-head {
    margin-bottom: 40px; }
  .navi-category {
    margin-left: -15px;
    margin-right: 12px; }
    .navi-category a {
      display: block;
      padding: 5px 12px;
      font-size: 11px;
      line-height: 11px; }
  .navi-tags {
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow: scroll; }
    .navi-tags li a {
      font-size: 12px;
      line-height: 12px;
      padding: 5px 12px 5px 12px;
      white-space: nowrap; }
  .navi-times {
    font-size: 12px; }
  .navi-title {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 32px; }
  .navi-author-content {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
  .navi-author-image img {
    width: 40px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .navi-author-box_comment {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px; }
  .navi-info {
    width: 100%;
    max-width: calc(100vw - 40px); }
    .navi-info-top {
      min-width: calc(100vw - 20px);
      position: relative;
      overflow: scroll;
      margin: 0 -20px; }
  .navi-sub {
    width: 100%; }
    .navi-sub-block {
      margin-bottom: 40px; }
      .navi-sub-block img {
        margin-bottom: 24px; }
    .navi-sub-title {
      margin-bottom: 16px;
      line-height: 36px; }
    .navi-sub-list {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      list-style-type: none;
      flex-wrap: wrap; }
      .navi-sub-list.navi-category {
        margin: 0; }
        .navi-sub-list.navi-category li + li {
          margin-left: 8px; }
      .navi-sub-listnavi-tags {
        width: 100%;
        flex-wrap: wrap; }
  .navi-line {
    height: 1px;
    margin: 20px 0 20px; }
  .navi-foot .navi-author-content {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0; } }

@media (max-width: 1024px) {
  ._tour-card {
    flex-direction: column; }
    ._tour-card-item {
      width: 100%;
      margin-top: 23px;
      flex: 0 0 100%;
      max-width: 100%;
      }
    ._tour-card-item-new {
      width: 100%;
      margin-top: 23px;
      }
      ._tour-card-item-populartour {
        width: 78.2%;
        max-width: 78.2%;
        margin-right: 0;
        padding-right: 0; }
        ._tour-card-item-populartour .card-head img {
          height: 180px; } }
.tabixnavi-sec .swiper-button-next, .tabixnavi-sec .swiper-button-prev {
  top: 30% !important; }
.tabixnavi-sec .js-navitop-swiper-1 .swiper-slide .slide__img {
  max-height: 17vw; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide .slide__img {
  max-height: 154px; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:first-child:before {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  content: '1';
  z-index: 6; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:first-child:after {
  position: absolute;
  top: 8px;
  left: 28px;
  font-size: 14px;
  content: '位'; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(2):before {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  content: '2';
  z-index: 6; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(2):after {
  position: absolute;
  top: 8px;
  left: 34px;
  font-size: 14px;
  content: '位'; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(3):before {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  content: '3';
  z-index: 6; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(3):after {
  position: absolute;
  top: 8px;
  left: 33px;
  font-size: 14px;
  content: '位'; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(4):before {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  content: '4';
  z-index: 6; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(4):after {
  position: absolute;
  top: 8px;
  left: 36px;
  font-size: 14px;
  content: '位'; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(5):before {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  content: '5';
  z-index: 6; }
.tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(5):after {
  position: absolute;
  top: 8px;
  left: 34px;
  font-size: 14px;
  content: '位'; }
.tabixnavi-sec-column .archive-foot {
  margin-top: 0;
  text-align: center; }
.tabixnavi-sec-column .card {
  margin-bottom: 40px; }
  .tabixnavi-sec-column .card h3 {
    line-height: 24px; }
.tabixnavi-sec-column-bottom {
  padding-bottom: 120px; }
.tabixnavi-sec-cat {
  padding: 40px 0; }
.tabixnavi-top {
  margin-bottom: 68px; }
.tabixnavi-title {
  font-size: 40px;
  font-weight: 500; }
.tabixnavi-lead {
  margin-top: 36px;
  font-size: 16px; }
.tabixnavi-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none; }
  .tabixnavi-link-cat {
    display: block;
    padding: 12px 12px;
    margin-right: 14px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background-color: #f03c3c;
    border: #f03c3c solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .tabixnavi-link-cat:hover {
      background-color: #fff;
      border: #e6e6e6 solid 1px; }
  .tabixnavi-link-tags {
    display: block;
    padding: 8px 12px;
    margin-top: 10px;
    margin-right: 8px;
    font-size: 15px;
    line-height: 15px;
    color: #5f5f5f;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: #e6e6e6 solid 1px; }
    .tabixnavi-link-tags span {
      color: #f03c3c; }
    .tabixnavi-link-tags:hover {
      color: #fff;
      background-color: #f03c3c;
      border: #f03c3c solid 1px; }
      .tabixnavi-link-tags:hover span {
        color: #fff; }
    .tabixnavi-link-tags.is-current {
      background: #f03c3c;
      color: #fff;
      border-color: #f03c3c; }
.tabixnavi-head {
  padding: 26px 0 22px;
  background-color: #f03c3c; }
  .tabixnavi-head-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left; }
    .tabixnavi-head-inner a img {
      width: 310px;
      height: auto; }
@media (max-width: 1024px) {
  .tabixnavi-sec .js-navitop-swiper-1 .swiper-slide .slide__img {
    max-height: 207px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide h3 {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide .slide__img {
    max-height: 145px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide .card-badge-cat {
    left: 12px;
    padding: 4px 12px;
    font-size: 10px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:first-child:before {
    position: absolute;
    top: 8px;
    left: 14px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:first-child:after {
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 14px;
    content: '位'; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(2):before {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 28px;
    z-index: 6; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(2):after {
    position: absolute;
    top: 10px;
    left: 34px;
    font-size: 14px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(3):before {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 28px;
    z-index: 6; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(3):after {
    position: absolute;
    top: 10px;
    left: 33px;
    font-size: 14px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(4):before {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 28px;
    z-index: 6; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(4):after {
    position: absolute;
    top: 10px;
    left: 36px;
    font-size: 14px; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(5):before {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 28px;
    z-index: 6; }
  .tabixnavi-sec .js-navitop-swiper-2 .swiper-slide:nth-child(5):after {
    position: absolute;
    top: 10px;
    left: 34px;
    font-size: 14px; }
  .tabixnavi-sec-column .navi-card {
    flex-direction: column;
    margin: -22px 0 0; }
    .tabixnavi-sec-column .navi-card-item {
      width: 100%;
      margin: 0;
      padding: 0;
      flex: 0 0 100%;
      max-width: 100%; }
      .tabixnavi-sec-column .navi-card-item a {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border-bottom: 1px dotted #b4b4b4;
        padding: 16px 0; }
        .tabixnavi-sec-column .navi-card-item a .card-head {
          margin-right: 10px;
          width: 38%; }
          .tabixnavi-sec-column .navi-card-item a .card-head img {
            height: auto;
            width: 100%; }
          .tabixnavi-sec-column .navi-card-item a .card-head .card-badge-cat {
            left: 6px;
            padding: 3px 8px;
            font-size: 9px;
            line-height: 1.3; }
        .tabixnavi-sec-column .navi-card-item a .card-body {
          width: 60%; }
          .tabixnavi-sec-column .navi-card-item a .card-body .card-title {
            margin-bottom: 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 21px; }
          .tabixnavi-sec-column .navi-card-item a .card-body .card-calander span {
            font-size: 10px; }
          .tabixnavi-sec-column .navi-card-item a .card-body .card-tag-02 {
            margin-bottom: 4px; }
            .tabixnavi-sec-column .navi-card-item a .card-body .card-tag-02 li {
              font-size: 11px;
              margin: 0 4px 0px 0; }
          .tabixnavi-sec-column .navi-card-item a .card-body .mb-xs {
            margin-bottom: 4px !important; }
    .tabixnavi-sec-column .navi-card:last-child {
      margin-bottom: 27px; }
  .tabixnavi-sec-column-bottom {
    padding-bottom: 60px; }
  .tabixnavi-top {
    margin-bottom: 36px; }
  .tabixnavi-title {
    font-size: 28px;
    line-height: 36px; }
  .tabixnavi-lead {
    margin-top: 11px;
    font-size: 13px; }
  .tabixnavi-link-cat {
    padding: 10px 12px;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 13px; }
  .tabixnavi-link-tags {
    font-size: 12px; }
  .tabixnavi-head {
    padding: 16px 20px; }
  .tabixnavi-inner {
    max-width: 100%; }
    .tabixnavi-inner a img {
      width: 240px; } }

.js-swiper {
  position: relative; }
  .js-swiper .swiper-button-next, .js-swiper .swiper-button-prev {
    outline: none; }
  .js-swiper.js-feature-swiper-2 .swiper-button-next, .js-swiper.js-feature-swiper-2 .swiper-button-prev {
    top: 180px; }
  .js-swiper.js-feature-swiper-3 .swiper-button-next, .js-swiper.js-feature-swiper-3 .swiper-button-prev {
    top: 120px; }
  .js-swiper.js-hotel-swiper .swiper-button-next, .js-swiper.js-hotel-swiper .swiper-button-prev {
    top: 90px; }
  .js-swiper.js-spots-swiper .swiper-container {
    padding-top: 15px; }
  .js-swiper.js-spots-swiper .swiper-button-next, .js-swiper.js-spots-swiper .swiper-button-prev {
    top: 105px; }
  .js-swiper.js-block-swiper .swiper-button-next, .js-swiper.js-block-swiper .swiper-button-prev {
    top: 100px; }
  .js-swiper.js-event-swiper .swiper-button-next, .js-swiper.js-event-swiper .swiper-button-prev {
    top: 100px; }
  .js-swiper.js-theme-cards .swiper-button-next, .js-swiper.js-theme-cards .swiper-button-prev {
    top: 123px; }
  .js-swiper.js-theme-swiper .swiper-button-next, .js-swiper.js-theme-swiper .swiper-button-prev {
    top: 123px; }
  @media (max-width: 1024px) {
    .js-swiper {
      width: calc( 100% + 20px ); }
      .js-swiper .swiper-button-next, .js-swiper .swiper-button-prev {
        display: none; } }

.fixed-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 68px;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 100; }
  .fixed-menu-list {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-end; }
  .fixed-menu-mypage {
    margin-right: 48px; }
    .fixed-menu-mypage a {
      padding-bottom: 16px;
      display: block;
      text-align: center; }
      .fixed-menu-mypage a div {
        margin-bottom: 2px;
        text-align: center; }
        .fixed-menu-mypage a div img {
          width: 22px;
          height: 22px;
          vertical-align: bottom; }
      .fixed-menu-mypage a p {
        text-align: center;
        font-size: 9px; }
  .fixed-menu-search {
    width: 60px;
    position: relative;
    top: -18px; }
    .fixed-menu-search a {
      display: block;
      text-align: center; }
      .fixed-menu-search a div img {
        width: 60px;
        height: 60px;
        vertical-align: bottom; }
      .fixed-menu-search a p {
        color: #f03c3c;
        font-size: 9px;
        text-align: center; }
  .fixed-menu-menu {
    margin-left: 48px; }
    .fixed-menu-menu a {
      padding-bottom: 16px;
      display: block;
      text-align: center; }
      .fixed-menu-menu a div {
        margin-bottom: 2px;
        text-align: center; }
        .fixed-menu-menu a div img {
          width: 22px;
          height: 22px;
          vertical-align: bottom; }
      .fixed-menu-menu a p {
        text-align: center;
        font-size: 9px; }
  @media (min-width: 1024px) {
    .fixed-menu {
      display: none; } }

.js-emergencybanner-swiper {
  margin: 0 auto 0;
  max-width: 728px; }

.js-emergencybanner-swiper a .slide__img img.sp_img {
  display: none; }

.emergencybanner-swiper-container {
  position: relative;
  margin: 30px auto 0;
  max-width: 728px; }

.js-emergencybanner-swiper > .emergencybanner-button-prev {
  top: 55px; }

.js-emergencybanner-swiper > .emergencybanner-button-next {
  top: 55px; }

.js-emergencybanner-pagination, .js-emergencybanner-pagination-sp {
  text-align: center; }

.js-emergencybanner-pagination > .swiper-pagination-bullet {
  background-color: #777; }

.js-emergencybanner-pagination-sp > .swiper-pagination-bullet {
  background-color: #777; }

.js-emergencybanner-pagination > .swiper-pagination-bullet-active {
  background-color: #f03c3c; }

.js-emergencybanner-pagination-sp > .swiper-pagination-bullet-active {
  background-color: #f03c3c; }

.js-emergencybanner-swiper-sp {
  display: none; }

@media (max-width: 1024px) {
  .js-emergencybanner-swiper {
    max-width: calc(100% - 30px); }

  .emergencybanner-swiper-container {
    margin-top: 15px; }

  .js-emergencybanner-swiper-sp {
    display: block; }

  .js-emergencybanner-swiper-pc {
    display: none; } }
.cookie-notice {
  width: 80vw;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: -40vw;
  z-index: 100;
  color: #fff; }
  .cookie-notice-close {
    text-align: right; }
    .cookie-notice-close a {
      border-radius: 4px;
      display: inline-block;
      background: #fff;
      padding: 5px 10px; }
  @media (max-width: 1024px) {
    .cookie-notice {
      width: 100vw;
      margin-left: 0;
      left: 0;
      bottom: 0px;
      border-radius: 0; } }

.planicon {
  background: #F2F2F2; }
  .planicon-inner {
    max-width: 1200px;
    padding: 30px 0 46px;
    box-sizing: border-box;
    margin: 0 auto; }
  .planicon-wrap {
    display: flex;
    justify-content: space-between; }
  .planicon-box {
    width: 50%;
    padding: 0 20px; }
    .planicon-box-row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .planicon-box-icon {
      background: #fff;
      border-radius: 10px;
      width: 120px;
      height: 120px; }
      .planicon-box-icon a {
        display: block;
        width: 100%;
        height: 100%; }
    .planicon-box-img {
      height: 70%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .planicon-box-img img {
        display: block;
        height: 100%;
        width: auto; }
    .planicon-box-ttl {
      font-size: 12px;
      text-align: center;
      line-height: 1;
      height: 30%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .planicon-box-ttl br {
        display: none; }
    .planicon-box-abroad .planicon-ttl a:before {
      content: "";
      background: url(../images/svg/ico_abroad.svg) no-repeat 0 0;
      background-size: cover;
      width: 29px;
      height: 29px; }
    .planicon-box + .planicon-box {
      border-left: 1px dotted #B4B4B4; }
  .planicon-ttl {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px; }
    .planicon-ttl a {
      display: inline-block;
      position: relative; }
      .planicon-ttl a:before {
        content: "";
        background: url(../images/svg/ico_domestic.svg) no-repeat 0 0;
        background-size: cover;
        width: 26px;
        height: 23px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -40px; }
  .planicon-list {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .planicon-list-item {
      list-style: none;
      font-size: 14px;
      margin: 0 20px 10px 0;
      padding-right: 22px;
      position: relative; }
      .planicon-list-item:after {
        content: "";
        background: url(../images/svg/btnarrow.svg) no-repeat 0 0;
        background-size: cover;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0; }
  @media (max-width: 1024px) {
    .planicon-inner {
      max-width: 100%;
      padding: 20px; }
    .planicon-box {
      width: 50%;
      padding: 0; }
      .planicon-box-row {
        display: flex;
        justify-content: space-between; }
      .planicon-box-icon {
        width: calc(50% - 8px);
        height: auto;
        margin-bottom: 10px;
        position: relative;
        padding: 10px;
        box-sizing: border-box; }
        .planicon-box-icon:nth-child(2n) {
          margin-left: 16px; }
        .planicon-box-icon a {
          display: block;
          width: 100%;
          height: 100%; }
      .planicon-box-img {
        height: 70%;
        width: 100%;
        margin-bottom: 10px; }
        .planicon-box-img img {
          width: 80%;
          height: auto; }
      .planicon-box-ttl {
        font-size: 10px;
        position: absolute;
        width: 100%;
        height: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        .planicon-box-ttl br {
          display: block; }
      .planicon-box-abroad .planicon-ttl a:before {
        width: 17px;
        height: 17px; }
      .planicon-box + .planicon-box {
        border-left: none;
        margin-left: 16px; }
    .planicon-ttl {
      font-size: 14px;
      margin-bottom: 10px; }
      .planicon-ttl a:before {
        width: 15px;
        height: 13px;
        left: -25px; }
    .planicon-list {
      margin-top: 0;
      flex-direction: column; }
      .planicon-list-item {
        list-style: none;
        font-size: 12px;
        margin: 0 0 5px 0;
        padding-right: 0;
        padding-left: 22px;
        display: inline-block; }
        .planicon-list-item:after {
          width: 16px;
          height: 16px;
          right: auto;
          left: 0; }
        .planicon-list-item a {
          display: inline-block;
          position: relative; } }
