@charset 'UTF-8';
.f12 {
  font-size: 12px;
}
.left {
  text-align: left;
}
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.contents_area {
  padding: 5% 0;
}
@media screen and (min-width:769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (min-width:601px) {
  .tb_none {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .sp_none {
    display: none;
  }
}
/*********************************************************************************/
/* top                                                                          */
/*********************************************************************************/
.top {
  width: 100%;
  margin-top: 4em;
}
.slick-slide img {
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .top {
    margin-top: 4em !important;
  }
}
@media screen and (max-width: 768px) {
  .top {
    margin-top: 3em !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .slider {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .img_sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .top {
    margin-top: 2.6em;
  }
  .img_pc {
    display: none;
  }
  .slick-dots {
    display: none !important;
  }
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav {
  position: relative;
  line-height: 0.5em;
  margin-top: 25px;
}
/*#nav-wrapper {
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}*/
#nav ul {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #263578;
}
#nav ul li {
  vertical-align: middle;
  display: inline-block;
  margin: 1% 0;
  border-right: 1px #FFF solid;
}
#nav ul li a:hover {
  color: #F3EB2E;
}
#nav ul li:first-child {
  border-left: 1px solid #FFF;
}
#nav ul li:last-child {
  border-right: 1px solid #FFF;
  padding-right: 0;
}
#nav ul li a {
  display: inline-block;
  padding: 0.5em 1.5em;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-size: 1.1em;
  outline: 0;
  color: #FFF;
}
@media screen and (max-width: 820px) {
  #nav ul li a {
    font-size: 0.8em;
  }
  .tour_contents {
    margin-top: 3% !important;
  }
}
@media screen and (max-width: 780px) {
  #nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #nav_sp ul {
    display: flex;
    margin-top: 5%;
  }
  #nav_sp ul li {
    width: 19%;
    margin-right: 1%;
    margin-left: 0.3%;
  }
  #nav_sp ul li:last-child {
    margin-right: 0;
  }
  #nav_sp ul li img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 451px) {
  #nav_sp ul {
    display: none;
  }
}
/*********************************************************************************
新着情報
/*********************************************************************************/
.newsList__text, .newsList__text_end {
  display: block !important;
}
.topics {
  width: 80%;
  height: 175px;
  margin: 3% auto 3%;
  display: flex;
  border: 1px #999999 solid;
  padding: 0;
  font-weight: 700;
}
.topittl_new {
  width: 15%;
  background: #1d245f;
  padding: 2%;
  margin: 0;
  align-items: center;
  font-size: 1.2em;
}
.topittl_new p {
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.topic_item {
  width: 88%;
  overflow-y: scroll;
  margin: 5px auto 13%;
  height: 160px;
}
.topics ul {
  font-size: 1.1vw;
  line-height: 0.8;
  margin-bottom: 0;
  list-style-type: none;
}
.topics ul li {
  margin: 10px 0 17px;
}
.topics ul li p {
  display: inline-block;
  vertical-align: super;
  margin-bottom: 0;
  padding-left: .5%;
}
.topic_link1::before {
  display: inline-block;
  text-align: center;
  width: 120px;
  font-size: 0.8em;
  color: #FFF;
  padding: 8px 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #1974ca;
  content: "商品・サービス";
}
.topic_link2::before {
  display: inline-block;
  text-align: center;
  width: 100px;
  font-size: 0.8em;
  color: #FFF;
  padding: 8px 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #f70f0f;
  content: "キャンペーン";
}
.topic_link3::before {
  display: inline-block;
  text-align: center;
  width: 100px;
  font-size: 0.8em;
  color: #FFF;
  padding: 8px 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: rgb(39, 161, 59);
  content: "国内ツアー";
}
.topic_link4::before {
  display: inline-block;
  text-align: center;
  width: 100px;
  font-size: 0.8em;
  color: #FFF;
  padding: 8px 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: rgb(47, 147, 225);
  content: "海外ツアー";
}
/* scroll bar */
.topic_item::-webkit-scrollbar {
  width: 10px;
}
.topic_item::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
.topic_item::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
  box-shadow: none;
}
.newsList__text a, .newsList__text {
  color: #666666;
  font-weight: 400 !important;
}
.newsList__text a span img {
  vertical-align: text-bottom;
  padding-right: 8px;
}
.newsList__text a p:hover {
  text-decoration: underline !important;
  color: red;
}
.newsList__text a p::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  padding-left: 10px !important;
}
span.new {
  color: #ce0910;
  padding-left: 2%;
}
.topittl_new p {
  font-size: 0.8em;
}
span.small_ttl {
  font-size: 0.8em;
  color: #fff;
  display: block;
}
.date {
  padding: 0 15px;
  display: inline-block;
  color: #666666;
}
.topics img {
  width: 10%;
  max-width: 110px;
}
@media screen and (min-width: 1600px) {
  .topics {
    height: 250px;
  }
  .topic_item {
    height: 240px;
  }
  .date, .topics ul li p {
    font-size: 0.9em;
  }
  .topic_link1::before, .topic_link2::before, .topic_link3::before, .topic_link4::before {
    width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .topics {
    width: 95%;
  }
  span.small_ttl {
    font-size: 1.5vw;
  }
  .topics ul {
    font-size: 1.5vw;
  }
  .topics ul li {
    margin: 10px 0 10px;
  }
  .topics ul li p {
    display: block;
    padding-left: 1.3em;
    line-height: 1.5;
  }
  .date {
    font-size: 1.5vw;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .topic_link1::before, .topic_link2::before, .topic_link3::before, .topic_link4::before {
    display: inline-block;
    padding: 2px 5px;
  }
  .topics img {
    width: 10%;
  }
}
@media screen and (max-width: 600px) {
  .topics {
    margin: 3% 2.5% 18%;
    display: block;
  }
  .topittl_new {
    width: 100% !important;
  }
  .topics ul {
    width: 100%;
    padding: 0;
  }
  .topics ul li {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .topics ul li p {
    font-size: 2.2em;
  }
  .topic_item {
    width: 100%;
    margin: 0 auto;
    height: 115px;
  }
  .date {
    display: block;
    padding-bottom: 8px;
    font-size: 2.2em;
  }
  span.small_ttl {
    font-size: 0.9em;
  }
  .topics img {
    width: 30%;
    padding-left: 2%;
  }
}
/*コロナinfo*/
.colona_info {
  width: 80%;
  margin: 3% auto 0;
  padding: 1% 10% 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  border: 1px solid #999999;
}
.colona_info a {
  text-decoration: underline;
}
.colona_info h3 {
  color: #293F91;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #293F91;
  margin-bottom: 2%;
  padding-bottom: 1%;
}
.colona_info ul {
  display: flex;
  margin: 3% 0;
  line-height: 1.3;
  flex-wrap: wrap;
  flex-direction: row;
}
.colona_info ul li {
  width: 48%;
  margin: 8px 0;
}
.colona_info ul li dl dt {
  color: #293F91;
  font-weight: bold;
}
.colona_info1 {
  width: 70%;
  margin: 3% auto 0;
  padding: 1% 10% 0;
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  border: 1px solid #1d245f;
}
.colona_info1 a {
  text-decoration: underline;
  color: #1d245f !important;
}
.colona_info1 h3 {
  color: #1d245f;
  font-weight: bold;
  text-align: center;
  font-size: 1.4vw;
  border-bottom: 1px solid #1d245f;
  margin-bottom: 2%;
  margin-top: 1%;
  padding-bottom: 1%;
}
.colona_info1 ul {
  display: flex;
  margin: 3% 0;
  line-height: 1.3;
  flex-wrap: wrap;
  flex-direction: row;
}
.colona_info1 ul li {
  width: 48%;
  margin: 8px 0;
  text-align: center
}
.colona_info1 ul li dl dt {
  color: #293F91;
  font-weight: bold;
}
.colona_info2 {
  width: 70%;
  margin: 3% auto 0;
  padding: 1% 5% 0;
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  border: 1px solid #1d245f;
}
.colona_info2 a {
  text-decoration: underline;
  color: #1d245f !important;
}
.colona_info2 p {
  color: #1d245f !important;
  text-align: center !important;
}
.colona_info2 h3 {
  color: #1d245f;
  font-weight: bold;
  text-align: center;
  font-size: 1.4vw;
  border-bottom: 1px solid #1d245f;
  margin-bottom: 2%;
  margin-top: 1%;
  padding-bottom: 1%;
}
.colona_info_news {
  width: 100%;
  margin: 3% auto 0;
  padding: 1% 5% 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.colona_info_news a {
  text-decoration: underline;
}
.colona_info_news h3 {
  color: #293F91;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #293F91;
  margin-bottom: 2%;
  padding-bottom: 1%;
}
.colona_info_news ul {
  display: flex;
  margin: 3% 0;
  line-height: 1.3;
  flex-wrap: wrap;
  flex-direction: row;
}
.colona_info_news ul li {
  width: 48%;
  margin: 8px 0;
}
.colona_info_news ul li dl dt {
  color: #293F91;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .colona_info {
    width: 95%;
  }
  .colona_info1 {
    width: 95%;
  }
  .colona_info2 {
    width: 95%;
  }
  .colona_info_news {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  /*コロナinfo*/
  .colona_info {
    margin: 5% auto;
    padding: 3% 2% 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #999999;
  }
  .colona_info ul li {
    width: 45%;
    font-size: 11px;
    margin-left: 3.5%;
  }
  .colona_info ul li dl dd {
    word-wrap: break-word;
  }
  .colona_info1 {
    margin: 5% auto;
    padding: 3% 2% 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #999999;
  }
  .colona_info1 ul li {
    width: 45%;
    font-size: 11px;
    margin-left: 3.5%;
  }
  .colona_info1 ul li dl dd {
    word-wrap: break-word;
  }
  .colona_info2 {
    margin: 5% auto;
    padding: 3% 2% 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #999999;
  }
  .colona_info_news {
    margin: 5% auto;
    padding: 3% 2% 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #999999;
  }
  .colona_info_news ul li {
    width: 45%;
    font-size: 11px;
    margin-left: 3.5%;
  }
  .colona_info_news ul li dl dd {
    word-wrap: break-word;
  }
  .colona_info1 h3 {
    font-size: 4vw;
  }
  .colona_info2 h3 {
    font-size: 4vw;
  }
}
/*年末年始*/
.nenmatsu_waku {
  width: 70%;
  margin: 3% auto 0;
  padding: 1% 2% 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  border: 1.0px double #c1a470;
  background-color: #f2ede9;
  text-align: center;
}
.nenmatsu_waku2 {
  width: 70%;
  margin: 3% auto 0;
  text-align: center;
}
.nenmatsu_info {
  color: #000000;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px dotted #000000;
  margin-bottom: 2%;
  padding-bottom: 1%;
}
@media screen and (max-width: 450px) {
  /*年末年始*/
  .nenmatsu_waku {
    width: 95%;
    margin: 3% auto 0;
    padding: 1% 2% 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    border: 1.0px double #c1a470;
    background-color: #f2ede9;
    text-align: center;
  }
  .nenmatsu_waku2 {
    width: 100%;
    margin: 3% auto 0;
    text-align: center;
  }
  .nenmatsu_info {
    width: 100%;
  }
}
/*********************************************************************************/
/* タイトル                                                                       */
/*********************************************************************************/
.bttl2 {
  text-align: center;
  font-weight: 600;
}
.bttl2 p {
  font-size: 2.5vw;
  color: rgb(51, 51, 51);
}
.bttl2_sub {
  font-size: 0.55em;
}
.bttl2_sub2 {
  display: inline-block;
  font-size: 0.55em;
  margin-top: 15px;
}
.bttl_note::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/ttl_note.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  padding-right: 15px;
}
.bttl_package::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../images/ttl_package.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  padding-right: 15px;
}
@media screen and (max-width: 820px) {
  .bttl_note::before {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-right: 5px;
  }
  .bttl2 p {
    line-height: 1;
  }
  .bttl2_sub2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .bttl2 p {
    font-size: 5vw;
    line-height: 1;
  }
  .bttl2_sub {
    font-size: 4vw;
  }
  .bttl_note::before, .bttl_package::before {
    width: 30px;
    height: 30px;
    vertical-align: sub;
  }
  .bttl2_sub2 {
    margin-top: 5px;
  }
}
/*********************************************************************************/
/* card                                                                        */
/*********************************************************************************/
.card_area_2023 {
  background: url("../images/8off_bk.jpg") no-repeat;
  width: 100%;
  background-size: cover;
  margin: 5% 0;
  padding: 5% 0 3%;
}
.card_area_2023 {
  background: url("../images/8off_bk2023.jpg") no-repeat bottom;
  width: 100%;
  background-size: cover;
}
.card {
  text-align: center;
}
.p_top {
  color: #FFF;
  width: 80%;
  padding-bottom: 2%;
  margin: 0 auto 3%;
  font-size: 1.5vw;
  line-height: 2;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
  display: inline-block;
}
.card ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2% 0 5%;
  height: 7rem;
}
.card ul li:first-child {
  width: 45%;
  margin-right: 2%;
}
.card ul li h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.4rem;
  border: 1px double #FFF;
  padding: 1em 0;
  text-shadow: 3px 3px 5px #005c9d;
}
.card_face {
  width: 100%;
  max-width: 330px;
}
.card_txt {
  width: 80%;
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 768px) {
  .card_area_2023 {
    padding-top: 10%;
  }
  .card ul li:first-child h3 {
    font-size: 1.3rem;
  }
  .card_txt {
    width: 100%;
    margin: 0 auto;
    padding: 5% 8%;
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .card {
    width: 100%;
    margin: 0 0 10%;
    padding: 5%;
  }
  .p_top {
    width: 100%;
    font-size: 0.9em;
  }
  .card ul li:first-child {
    padding-bottom: 2%;
  }
  .card ul li:first-child h3 {
    font-size: 1.3rem;
  }
  .card ul {
    display: block;
    height: auto;
  }
  .card ul li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
  .card ul li:last-child h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .card ul li:last-child p {
    font-size: 4.5vw;
    padding-top: 10px;
  }
}
/*********************************************************************************/
/* JAFトラベルデスクとは */
/*********************************************************************************/
.about_area {
  background: linear-gradient(#0054a6, #94d4f5);
  padding: 5% 0;
  position: relative;
}
.about_bk {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.about {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.color_w {
  color: #FFF !important;
}
.txt {
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
}
.about ul {
  width: 80%;
  margin: 5% auto 0;
}
.about ul li {
  border: 1px solid #22318c;
  height: 50px;
  margin: 2% 0;
  background-color: #fff;
}
.about ul li dl {
  margin: 3px;
  margin: 0 !important;
  font-size: 1.2vw;
}
.about ul li dl dt.n_type {
  color: #FFF;
  display: inline-block;
  width: 20%;
  border-bottom: 50px solid #22318c;
  border-right: 25px solid transparent;
  height: 0;
  text-align: center;
}
.about ul li dl dt.n_type2 {
  color: #FFF;
  display: inline-block;
  width: 20%;
  border-bottom: 50px solid #344cb2;
  border-right: 25px solid transparent;
  height: 0;
  text-align: center;
}
.about ul li dl dt p {
  padding-top: 10px;
}
.merit_txt {
  display: inline-block;
  width: 75%;
  padding-left: 3%;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .txt {
    font-size: 1.5vw;
  }
  .about ul {
    width: 90%;
  }
  .about ul li dl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .about {
    width: 100%;
  }
  .about_area {
    padding: 10% 0;
  }
  .about ul {
    width: 95%;
  }
  .txt {
    text-align: center !important;
    padding: 2% 0 3%;
    font-size: 0.8em;
  }
  .about ul li {
    height: 40px;
  }
  .about ul li dl {
    font-size: 0.6em;
  }
  .about ul li dl dt.n_type {
    width: 30%;
    border-bottom: 40px solid #22318c;
  }
  .about ul li dl dt.n_type2 {
    width: 30%;
    border-bottom: 40px solid #22318c;
  }
  .merit_txt {
    width: 60%;
    line-height: 1.5;
    vertical-align: middle;
    padding-bottom: 5px;
  }
}
/*============================================================
    recommmend                                                
==============================================================*/
.recommend_bk {
  background-color: #f4f7f9;
  padding: 4% 0;
  margin-bottom: 5%;
}
.recommend_area {
  width: 90%;
  background-size: cover;
  margin: 3% 5%;
}
.bnr_springfes {
  width: 100%;
  padding: 0 7.5%;
  max-width: 900px;
  display: flex;
  align-items: center;
  margin: 0 auto 5%;
}
.bnr_springfes img {
  width: 100%;
}
.line {
  width: 80%;
  margin: 0 auto;
}
ul.recommend_inner {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
ul.recommend_inner a {
  width: 28%;
  margin: 1% 2.5%;
  color: #000;
}
ul.recommend_inner .w-30 {
  width: 28%;
  margin: 1% 2.5%;
  color: #000;
}
ul.recommend_inner .w-50 {
  width: 59%;
  margin: 1% 2.5%;
  color: #000;
}
ul.recommend_inner a li img {
  width: 100%;
}
ul.recommend_inner-kikan {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
ul.recommend_inner-kikan .w-30 {
  width: 28%;
  margin: 1% 2.5%;
  color: #000;
}
ul.recommend_inner-kikan .w-50 {
  width: 59%;
  margin: 1% 2.5%;
  color: #000;
}
ul.recommend_inner-kikan a li img {
  width: 100%;
}
.title {
  text-align: center;
  border-bottom: 1px solid #666666;
  padding: 0 2% 10px;
  margin: 8px 1% !important;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.title_recommend_tour {
  text-align: center;
  padding: 0 2% 10px;
  margin: 8px 5% !important;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.recommend_tour_caption {
  text-align: right;
  margin: 0 1% 10px !important;
  line-height: 1.3;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.tour_txt {
  font-size: 14px;
  text-align: left;
  margin: 2% 2% 0;
  line-height: 1.3;
}
.recommend h2, .howtouse h2 {
  width: 100%;
  margin: 0 0 -5% !important;
}
.recommend h1 img {
  width: 20%;
  margin: 0 40%;
}
.recommend h2 img {
  width: 4%;
}
.recommend_info {
  margin: 3% 0;
  text-align: center;
  font-weight: bold;
  color: #7c130e;
}
.bttl2_ribbon {
  width: 60px;
  padding-bottom: 1%;
}
.price {
  text-align: center;
  font-size: 1.2em;
  color: red;
  margin: 8px 5% !important;
  font-weight: 500;
}
.caution {
  text-align: center;
  color: red;
  font-weight: 500;
  font-size: 90%;
}
.right1 {
  text-align: right;
  margin: 8px 5% 2% 5% !important;
}
.contents_area_info {
  padding: 0 5%;
}
.contents_area h4 {
  color: #1d245f;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 2em;
  padding-left: 1rem;
  border-left: 5px solid #1d245f;
}
.cruise_another, .cruise_desk {
  background-color: #FFF;
  padding: 2em 0 1.5em;
  margin-bottom: 3%;
}
.cruise_another ul, .cruise_desk ul {
  display: flex;
}
.cruise_another ul {
  justify-content: flex-start;
}
.cruise_another ul a {
  width: 28%;
  margin: 1% 2.5%;
}
.cruise_another ul li img, .cruise_desk ul li img {
  width: 100%;
}
.col2 li {
  margin-right: 2%;
}
@media(max-width: 820px) {
  .recommend_category {
    width: 70%;
  }
  .recommend h1 img {
    width: 36%;
    margin: 0 32%;
  }
  .recommend h2 img {
    width: 10%;
  }
  .recommend_area {
    width: 90%;
    background-size: cover;
    margin: 0 5%;
  }
  .title {
    font-size: 16px !important;
  }
  ul.recommend_inner {
    padding-left: 0;
    margin-bottom: 5%;
  }
  ul.recommend_inner-kikan {
    padding-left: 0;
    margin-bottom: 5%;
  }
  .bnr_springfes {
    width: 100%;
    padding: 0 7.5%;
  }
}
@media(max-width: 600px) {
  .recommend_bk {
    padding: 5% 0;
  }
  .recommend_area {
    width: 95%;
    margin: 0 auto 8%;
  }
  ul.recommend_inner a {
    width: 47%;
    margin: 1% 1.5%;
  }
  ul.recommend_inner_sp a {
    width: 100%;
  }
  ul.recommend_inner a li dl {
    margin-bottom: 2%;
    padding-bottom: 10px;
  }
  ul.recommend_inner-kikan .w-30, ul.recommend_inner-kikan .w-50 {
    width: 90%;
    margin: 1% 1.5%;
  }
  .recommend_category {
    width: 80%;
  }
  .title_recommend_tour {
    font-size: 0.8em;
    text-align: left;
  }
  .price {
    font-size: 0.8em;
  }
  .caution {
    font-size: 0.8em;
  }
  .right1 {
    font-size: 0.8em;
  }
  .photo {
    width: 70px;
    position: absolute;
  }
  .photo img {
    width: 100%;
  }
  .title {
    border-bottom: none;
    margin-left: 28%;
    font-size: 17px;
    padding: 0;
    text-align: right;
  }
  .tour_txt {
    margin-left: 95px;
  }
  .tour_txt {
    font-size: 0.8em;
  }
  .recommend_info {
    text-align: left;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    margin: 7% 0;
  }
  .bttl2_ribbon {
    width: 40px;
  }
  .contents_area h4 {
    font-size: 1.1em;
  }
  .cruise_desk ul {
    display: block;
  }
  .cruise_desk ul li {
    margin-right: 0;
  }
  .cruise_another ul a {
    width: 47%;
    margin: 1% 1.5%
  }
}
/*********************************************************************************/
/* 予約の流れ                                                                  */
/*********************************************************************************/
#brand {
  margin-top: 2em;
}
.step_area {
  background-color: #f5fbfe;
}
.step {
  display: flex;
  width: 90%;
  padding-bottom: 5%;
  margin: 5% auto 0;
}
.step li {
  color: #263578;
  background-color: #FFF;
  width: 20%;
  margin: 0 1%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px dotted #263578;
  padding: 1% 10px;
}
.step li h3 {
  font-size: 1.5vw;
  padding: 10px 0;
  font-weight: bold;
  color: #263578;
}
.step li p {
  text-align: left;
  font-size: 1.1vw;
}
.step_number img, .step_icon img {
  width: 40%;
}
.line img {
  text-align: center;
  width: 100%
}
.span_info {
  font-size: 12px;
  text-align: left;
  padding-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 820px) {
  .step {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .step li h3 {
    font-size: 2vw;
  }
  .step li {
    width: 30%;
    margin: 2% 1.5%;
  }
  .step li p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .step {
    width: 100%;
    margin: 3% 0 6%;
    flex-wrap: wrap;
  }
  .step li h3 {
    font-size: 4vw;
  }
  .step li {
    width: 47%;
    margin: 2% 1.5%;
    padding: 5% 2%;
  }
  .step li p {
    font-size: 3.2vw;
  }
}
/*********************************************************************************/
/* パッケージツアー割引 */
/*********************************************************************************/
.tour_contents {
  margin: 3% auto 3%;
  width: 85%;
}
.tour_contents li {
  text-align: left;
}
.tour_contents h4 {
  text-align: center;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.6;
}
span.emphasis {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
.tour_title {
  font-size: 2em;
  background: url(../images/tour_title_bg.jpg) repeat-x;
  background-size: contain;
  width: 100%;
  display: inherit;
  color: #fff;
  padding: 1.5% 0;
  text-align: center;
}
.off_area img {
  width: 100%;
}
.discount_area ul {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .discount_area ul {
    width: 90%;
  }
}
.discount_area ul li {
  /*width: 20%;*/
  width: 28%;
  margin: 3% 1.7%;
  float: left;
}
.discount_area ul li img {
  width: 100%;
}
.open_btn {
  text-align: center;
}
.ext-center {
  margin-top: 3%;
}
.at {
  margin-bottom: 10%;
  text-align: left;
}
.at ul {
  padding: 10px 0;
}
@media screen and (max-width: 820px) {
  .tour_contents h4 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  span.emphasis {
    font-size: 22px;
  }
  .tour_title {
    font-size: 1.3em;
    padding: 2% 0
  }
  .tour_contents {
    width: 100%;
    margin: 5% auto 0;
  }
  .tour_contents h4 {
    text-align: left;
    width: 90%;
    margin: 0 auto 15%;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .discount_area ul li {
    width: 45%;
    flex-wrap: wrap;
  }
  .discount_area ul li img {
    width: 100%;
  }
  .area img {
    width: 100%;
  }
  .off_area img {
    width: 70%;
  }
  .at {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }
}
/*********************************************************************************/
/* 注意事項*/
/*********************************************************************************/
.tour_contents2 {
  margin: 5% auto;
  width: 70%;
  text-align: left;
}
h5 {
  font-size: 2vw;
  color: #ffffff;
}
.ate {
  list-style: disc;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .ate li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .tour_contents2 {
    margin: 5% auto;
    width: 100%;
    text-align: left;
  }
  .ate li {
    font-size: 0.8em;
  }
}
/*=================================
ページトップ スクロール
==================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1;
}
#page-top a {
  display: block;
  text-decoration: none;
}
#page-top a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1;
  }
  #page-top a {
    display: block;
    text-decoration: none;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  #page-top a img {
    width: 60%;
  }
}
/*=================================
インフォメーション
==================================*/
.businesshour {
  width: 80%;
  margin: 3% auto 0;
  padding: 1% 10% 2%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  border: 1px solid #999999;
  text-align: center;
}
.businesshour h3 {
  color: #293F91;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #293F91;
  margin-bottom: 2%;
  padding-bottom: 1%;
}
.businesshour ul {
  width: 70%;
  margin: 0 auto;
  line-height: 1;
  text-align: left;
  display: inline-block;
}
.businesshour ul li {
  padding: 0 5%;
  color: #00053a;
  font-weight: lighter;
}
@media screen and (max-width: 780px) {
  .businesshour {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .businesshour {
    margin: 5% auto;
    padding: 3% 2% 2%;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #999999;
  }
  .businesshour ul {
    width: 90%;
  }
}