@charset "utf-8";

/* --------------------------------------------------
  main_contents
-------------------------------------------------- */
#main_contents {
  background: #f7f7f7;
  padding-bottom: 10vw;
}
#main_contents a {
  transition-property: all;
  transition: 0.3s linear;
}
#main_contents a:hover { opacity: 0.8; }

/* --------------------------------------------------
  パンくず
-------------------------------------------------- */
#pannavi { background: #f5f5f5; }
#pannavi ol {
  margin: 0 auto;
  padding: 0;
  height: 7vw;
  line-height: 7vw;
  list-style: none;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
}
#pannavi ol li:after {
  margin-right: 3vw;
  padding-left: 3vw;
  content: ">";
}
#pannavi ol li:last-child:after {
  margin-right: 0;
  padding-left: 0;
  content: "";
}
#pannavi ol li a {
  color: #3399FF;
  text-decoration: none;
}
#pannavi ol li, #pannavi ol li a, #pannavi ol li a span {
  font-size:3.5vw;
}

/* --------------------------------------------------
  main_visual
-------------------------------------------------- */
/*
#main_visual {
  background: url(../img/main_visual_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 82.8125vw;
  position: relative;
}
#main_visual h2 { text-indent: -9999px; }
#main_visual p {
  padding: 0.5vw 2vw;
  width: 59.84375vw;
  height: 14.53125vw;
  line-height: 1.4;
  color: #000;
  font-size: 3.125vw;
  box-sizing: border-box;
  position: absolute;
  bottom: 22.1875vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  overflow: hidden;
}
*/
#main_visual {
  background: url(../img/main_visual_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 82.8125vw;
}
#main_visual #mv_wrap {
  width: 100%;
  height: 82.8125vw;
  position: relative;
}
#main_visual #mv_wrap h2 {
  padding: 1.25vw 0 0;
  text-align: center;
}
#main_visual #mv_wrap h2 img {
  width: 100%;
  height: auto;
}
#main_visual #mv_wrap p {
  padding: 0.5vw 2vw;
  width: 59.84375vw;
  height: 14.53125vw;
  line-height: 1.4;
  color: #000;
  font-size: 3.125vw;
  box-sizing: border-box;
  position: absolute;
  bottom: 22.1875vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  overflow: hidden;
}



/* --------------------------------------------------
  出発地 タブ
-------------------------------------------------- */
#area_tab ul {
  margin: 0;
  width: 100%;
}
#area_tab ul li {}
#area_tab ul li a, #area_tab ul li span {
  background: #fff;
  padding: 4vw 0;
  color: #555;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  border-bottom: solid 2px #ff1f79;
  display: block;
  cursor: pointer;
  transition-property: all;
  transition: 0.3s linear;
}
#area_tab ul li a:hover, #area_tab ul li a.active,
#area_tab ul li span:hover, #area_tab ul li span.active {
  background: #ff1f79;
  color: #fff;
  opacity: 1;
}

/* --------------------------------------------------
  各ツアー
-------------------------------------------------- */
.tours {
  margin-bottom: 5vw;
}
.tours * { box-sizing: border-box; }
.tours nav {
  margin-bottom: 4vw;
  padding: 4vw 0 0;
  border-bottom: solid 1px #dbdbdb;
}
.tours nav ul {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tours nav ul li { margin: 0 2vw 4vw; }
.tours nav ul li a {
  background: #dda138;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 8vw;
  width: 42.5vw;
  border: solid 1px #dda138;
  border-radius: 4px;
  display: block;
}
.tours nav ul li.gnav1 a {
  background-image: url(../img/icon_gnav1.png);
  background-size: 8vw;
}
.tours nav ul li.gnav2 a {
  background-image: url(../img/icon_gnav2.png);
  background-size: 8vw;
}
.tours nav ul li.gnav3 a {
  background-image: url(../img/icon_gnav3.png);
  background-size: 8vw;
}
.tours nav ul li a span {
  background: #ffe468;
  padding: 0 4vw 0 2vw;
  height: 8vw;
  line-height: 8.5vw;
  color: #805100;
  font-size: 3.75vw;
  border-radius: 0 4px 4px 0;
  display: block;
  position: relative;
}
.tours nav ul li a span:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #dda138;
  border-right: solid 3px #dda138;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.tours .inner {
  margin: 0;
  padding: 0 2vw;
  width: 100%;
}
.tours .inner section {
  background: #fff;
  margin-bottom: 8vw;
  border-radius: 8px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
}
.tours .inner section h2 {
  margin-bottom: 5vw;
  height: 15.625vw;
  text-align: center;
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
}
.tours .inner section h2 span {
  padding: 0 0 0 8.5vw;
  height: 15.625vw;
  line-height: 15.625vw;
  color: #fff;
  font-size: 3.90625vw;
  letter-spacing: 0.2em;
  vertical-align: middle;
  display: inline-block;
}
.tours .inner section.tour_type1 h2 {
  background: url(../img/ttl_tour1_sp.png) left top no-repeat;
  background-size: 100% auto;
}
.tours .inner section.tour_type2 h2 {
  background: url(../img/ttl_tour2_sp.png) left top no-repeat;
  background-size: 100% auto;
}
.tours .inner section.tour_type3 h2 {
  background: url(../img/ttl_tour3_sp.png) left top no-repeat;
  background-size: 100% auto;
}
.tours .inner section h3:before { background: none; }
.tours .inner section.tour_type1 h2 span {
  background: url(../img/bg_ttl_tour1.png) left center no-repeat;
  background-size: 7vw auto;
  text-shadow: 2px 2px 1px #0d6ac9;
}
.tours .inner section.tour_type2 h2 span {
  background: url(../img/bg_ttl_tour2.png) left center no-repeat;
  background-size: 7vw auto;
  text-shadow: 2px 2px 1px #b54000;
}
.tours .inner section.tour_type3 h2 span {
  background: url(../img/bg_ttl_tour3.png) left center no-repeat;
  background-size: 7vw auto;
  text-shadow: 2px 2px 1px #c60251;
}
.tours .inner section .more {
  margin: 2vw 0 0;
  padding: 0 4vw 10vw;
  text-align: center;
}
.tours .inner section .more a {
  margin: 0 auto;
  padding: 4vw 0;
  width: 100%;
  color: #ff1f79;
  font-size: 3.125vw;
  border: solid 1px #ff1f79;
  border-radius: 4px;
  display: block;
  position: relative;
}
.tours .inner section .more a:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #ff1f79;
  border-right: solid 3px #ff1f79;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

/*
  人気の日程から探す
------------------------------ */
.tour_type1 dl { padding: 0 10vw; }
.tour_type1 dl:last-child { padding-bottom: 10vw; }
.tour_type1 dl dt {
  background: url(../img/line01.png) left top 50% repeat-x;
  margin: 0;
  padding: 4vw 0;
  width: 100%;
  text-align: center;
}
.tour_type1 dl dt div {
  background: #027ae2;
  margin: 0 auto;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  display: table;
}
.tour_type1 dl dt span {
  background: #027ae2;
  margin: 0 auto;
  width: 25vw;
  height: 25vw;
  line-height: 1.2;
  color: #fff;
  font-size: 4.375vw;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: table-cell;
}
.tour_type1 dl dt span em {
  font-size: 7.5vw;
  font-style: normal;
}
.tour_type1 dl dd { padding: 0 4vw; }
.tour_type1 dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour_type1 dl dd ul li { margin: 0 4vw 4vw 0; }
.tour_type1 dl dd ul li:nth-child(3n) { margin-right: 0; }
.tour_type1 dl dd ul li a {
  background: #ffffef;
  width: 20vw;
  height: 22vw;
  line-height: 1.2;
  color: #4c0000;
  font-weight: bold;
  border: solid 1px #ffd65e;
  border-radius: 8px;
  display: block;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
}
.tour_type1 dl dd ul li a .week {
  background: #ffdd7a;
  padding: 1vw 0;
  text-align: center;
  border-radius: 7px 7px 0 0;
}
.tour_type1 dl dd ul li a .month {
  padding: 1vw 4vw;
}
.tour_type1 dl dd ul li a .day {
  font-size: 5.625vw;
  text-align: center;
}

/* 土曜 */
.tour_type1 dl dd ul li.sta a {
  background: #f3f9ff;
  color: #004682;
  border: solid 1px #5aacff;
}
.tour_type1 dl dd ul li.sta a .week { background: #78bbff; }

/* 日曜 */
.tour_type1 dl dd ul li.sun a {
  background: #fff8f7;
  color: #bb0000;
  border: solid 1px #ff7575;
}
.tour_type1 dl dd ul li.sun a .week { background: #ff7271; }

/* 祝日 */
.tour_type1 dl dd ul li.holiday a {
  background: #fff8f7;
  color: #bb0000;
  border: solid 1px #ff7575;
}
.tour_type1 dl dd ul li.holiday a .week { background: #ff7271; }

/*
  テーマから探す
------------------------------ */
.tour_type2 #theme_list {
  padding: 0 3vw 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour_type2 #theme_list li {
  margin: 0 0 2vw 0;
  padding: 0 1vw;
}
.tour_type2 #theme_list li a {
  background: #f7f7f7;
  padding: 2.5vw 8vw 2.5vw 4vw;
  color: #555;
  font-size: 3.125vw;
  text-align: center;
  border: solid 1px #b4b4b4;
  border-radius: 4px;
  display: block;
  position: relative;
}
.tour_type2 #theme_list li a:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #b4b4b4;
  border-right: solid 3px #b4b4b4;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.tour_type2 .theme h3 {
  background: #f7f7f7;
  margin: 0 0 5vw;
  padding: 4vw;
  color: #000;
  font-size: 3.75vw;
  border-bottom: solid 1px #ccc;
  border-left: solid 2px #ff1f79;
}

/* --------------------------------------------------
  list
-------------------------------------------------- */
/* type01 */
.list_type01 { padding: 0 4vw; }
.list_type01 li {
  margin: 0 0 5vw 0;
  border: solid 1px #ff1f79;
  border-radius: 7px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
}
.list_type01 li:nth-child(3n) { margin-right: 0; }
.list_type01 li a {
  padding: 0 0 15vw;
  display: block;
  position: relative;
}
.list_type01 li a .pic img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.list_type01 li a p {
  background: #ffe6f0;
  margin: 0 0 2vw;
  padding: 2vw;
  color: #830035;
  font-size: 3.75vw;
}
.list_type01 li a .derail {
  margin: 0 0 2vw;
  padding: 0 4vw;
  color: #000;
  font-size: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.list_type01 li a .derail span {
  border-bottom: solid 1px #ff1f79;
  z-index: 2;
}
.list_type01 li a .derail dt { width: 25vw; }
.list_type01 li a .derail dt {}
.list_type01 li a .price {
  background: #f7f7f7;
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  color: #ff0000;
  font-size: 7.5vw;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.list_type01 li a .price span { font-size: 5vw; }

/* type02 */
.list_type02 {
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_type02 li {
  margin: 0 2vw 2vw 0;
  width: 43vw;
  border: solid 1px #ccc;
}
.list_type02 li:nth-child(2n) { margin-right: 0; }
.list_type02 li a {
  padding: 0 0 20vw;
  height: 100%;
  color: #555;
  display: block;
  position: relative;
}
.list_type02 li a h3 {
  background: #fff;
  margin: 0 0 1vw;
  padding: 8vw 2vw 0;
  color: #ff1f79;
  font-size: 3.75vw;
}
.list_type02 li a h3 span {
  background: #ff5a00;
  padding: 1vw 2vw;
  color: #fff;
  font-size: 3.125vw
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.list_type02 li a .pic {
  margin: 0 0 2vw;
  padding: 0 2vw;
}
.list_type02 li a .pic img {
  width: 100%;
  height: auto;
}
.list_type02 li a p { padding: 0 2vw; }
.list_type02 li a .link_btn {
  background: #f7f7f7;
  padding: 2vw 8vw 2vw 2vw;
  width: calc(100% - 4vw);
  font-size: 3.175vw;
  text-align: center;
  border: solid 1px #b4b4b4;
  border-radius: 4px;
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.list_type02 li a .link_btn:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #b4b4b4;
  border-right: solid 3px #b4b4b4;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

/* --------------------------------------------------
  feature
-------------------------------------------------- */
#feature { margin: 0; }
#feature h2 {
  margin-bottom: 5vw;
  color: #000;
  font-size: 6.25vw;
  text-align: center;
}
#feature nav ul {}
#feature nav ul li { margin: 0 5vw 2vw; }
#feature nav ul li a {
  background: #ffe468;
  padding: 2vw 8vw 2vw 4vw;
  color: #805100;
  font-size: 3.75vw;
  border: solid 1px #dda138;
  border-radius: 4px;
  display: block;
  position: relative;
}
#feature nav ul li a:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #dda138;
  border-right: solid 3px #dda138;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
