@charset "utf-8";

/* --------------------------------------------------
  main_contents
-------------------------------------------------- */
#main_contents {
  background: #f7f7f7;
  padding-bottom: 195px;
}
#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;
  width: 960px;
  height: 30px;
  line-height: 30px;
  list-style: none;
  display: flex;
}
#pannavi ol li:after {
  margin-right: 16px;
  padding-left: 16px;
  content: ">";
}
#pannavi ol li:last-child:after {
  margin-right: 0;
  padding-left: 0;
  content: "";
}
#pannavi ol li a {
  color: #4a4647;
  text-decoration: none;
}
#pannavi ol li a:hover { color: #3399FF; }

/* --------------------------------------------------
  main_visual
-------------------------------------------------- */
#main_visual {
  background: url(../img/main_visual_pc.jpg) center top no-repeat;
  width: 100%;
  height: 500px;
}
#main_visual #mv_wrap {
  width: 100%;
  height: 500px;
  position: relative;
}
#main_visual #mv_wrap h2 {
  padding: 8px 0 0;
  text-align: center;
}
#main_visual #mv_wrap p {
  padding: 20px;
  width: 434px;
  height: 78px;
  color: #000;
  font-size: 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 109px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  overflow: hidden;
}

/* --------------------------------------------------
  出発地 タブ
-------------------------------------------------- */
#area_tab { border-bottom: solid 2px #ff1f79; }
#area_tab ul {
  margin: 0 auto;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#area_tab ul li { width: 33.33333%; }
#area_tab ul li a, #area_tab ul li span {
  background: #fff;
  height: 58px;
  line-height: 58px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  display: block;
  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: 60px;
}
.tours * { box-sizing: border-box; }
.tours nav {
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: solid 1px #dbdbdb;
}
.tours nav ul {
  margin: 0 auto;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tours nav ul li { margin: 0 10px; }
.tours nav ul li a {
  background: #dda138;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 34px;
  border: solid 1px #dda138;
  border-radius: 4px;
  display: block;
}
.tours nav ul li.gnav1 a { background-image: url(../img/icon_gnav1.png); }
.tours nav ul li.gnav2 a { background-image: url(../img/icon_gnav2.png); }
.tours nav ul li.gnav3 a { background-image: url(../img/icon_gnav3.png); }
.tours nav ul li a span {
  background: #ffe468;
  padding: 0 34px 0 10px;
  height: 34px;
  line-height: 37px;
  color: #805100;
  font-size: 15px;
  border-radius: 0 4px 4px 0;
  display: block;
  position: relative;
}
.tours nav ul li a span:after {
  width: 6px;
  height: 6px;
  border-top: solid 3px #dda138;
  border-right: solid 3px #dda138;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.tours .inner {
  margin: 0 auto;
  width: 980px;
}
.tours .inner section {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
}
.tours .inner section h2 {
  margin-bottom: 30px;
  height: 60px;
  text-align: center;
}
.tours .inner section h2 span {
  padding: 0 0 0 50px;
  height: 60px;
  line-height: 62px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  display: inline-block;
}
.tours .inner section.tour_type1 h2 {
  background: url(../img/ttl_tour1_pc.png) left top no-repeat;
  margin-bottom: 0;
}
.tours .inner section.tour_type2 h2 { background: url(../img/ttl_tour2_pc.png) left top no-repeat; }
.tours .inner section.tour_type3 h2 { background: url(../img/ttl_tour3_pc.png) left top no-repeat; }
.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;
  text-shadow: 2px 2px 1px #0d6ac9;
}
.tours .inner section.tour_type2 h2 span {
  background: url(../img/bg_ttl_tour2.png) left center no-repeat;
  text-shadow: 2px 2px 1px #b54000;
}
.tours .inner section.tour_type3 h2 span {
  background: url(../img/bg_ttl_tour3.png) left center no-repeat;
  text-shadow: 2px 2px 1px #c60251;
}
.tours .inner section .more {
  margin: 20px 0 0;
  padding: 0 0 50px;
  text-align: center;
}
.tours .inner section .more a {
  margin: 0 auto;
  width: 485px;
  height: 47px;
  line-height: 47px;
  color: #ff1f79;
  font-size: 18px;
  border: solid 1px #ff1f79;
  border-radius: 4px;
  display: block;
  position: relative;
}
.tours .inner section .more a:after {
  width: 6px;
  height: 6px;
  border-top: solid 3px #ff1f79;
  border-right: solid 3px #ff1f79;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

/*
  人気の日程から探す
------------------------------ */
.tour_type1 dl {
  background: url(../img/line01.png) center left 82px repeat-y;
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour_type1 dl:last-child { padding-bottom: 40px; }
.tour_type1 dl dt {
  margin: 0 18px 0 0;
  padding: 40px 0;
  width: 80px;
  display: table;
}
.tour_type1 dl dt span {
  background: #027ae2;
  width: 80px;
  height: 80px;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: table-cell;
}
.tour_type1 dl dt span em {
  font-size: 24px;
  font-style: normal;
}
.tour_type1 dl dd {
  padding: 40px 0 0;
  width: 798px;
}
.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 10px 10px 0; }
.tour_type1 dl dd ul li:nth-child(8n) { margin-right: 0; }
.tour_type1 dl dd ul li a {
  background: #ffffef;
  width: 90px;
  height: 95px;
  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;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 7px 7px 0 0;
}
.tour_type1 dl dd ul li a .month {
  padding: 0 10px;
  height: 29px;
  line-height: 31px;
}
.tour_type1 dl dd ul li a .day {
  line-height: 1;
  font-size: 26px;
  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 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tour_type2 #theme_list li { margin: 0 13px 9px 0; }
.tour_type2 #theme_list li a {
  background: #f7f7f7;
  padding: 0 24px;
  height: 40px;
  line-height: 42px;
  color: #555;
  font-size: 15px;
  text-align: center;
  border: solid 1px #b4b4b4;
  border-radius: 4px;
  display: block;
  position: relative;
}
.tour_type2 #theme_list li a:after {
  width: 6px;
  height: 6px;
  border-top: solid 3px #b4b4b4;
  border-right: solid 3px #b4b4b4;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.tour_type2 .theme h3 {
  background: #f7f7f7;
  margin: 0 0 22px;
  padding: 14px 25px;
  color: #000;
  font-size: 25px;
  border-bottom: solid 1px #ccc;
  border-left: solid 2px #ff1f79;
}

/* --------------------------------------------------
  list
-------------------------------------------------- */
/* type01 */
.list_type01 {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_type01 li {
  margin: 0 10px 20px 0;
  width: 300px;
  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 40px;
  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 10px;
  padding: 4px 8px;
  color: #830035;
  font-size: 16px;
}
.list_type01 li a .derail {
  margin: 0 0 10px;
  padding: 0 15px;
  color: #000;
  font-size: 12px;
  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: 102px; }
.list_type01 li a .derail dt {}
.list_type01 li a .price {
  background: #f7f7f7;
  width: 100%;
  height: 57px;
  line-height: 59px;
  color: #ff0000;
  font-size: 27px;
  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: 20px; }

/* type02 */
.list_type02 {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_type02 li {
  margin: 0 13px 16px 0;
  width: 220px;
  border: solid 1px #ccc;
}
.list_type02 li:nth-child(4n) { margin-right: 0; }
.list_type02 li a {
  padding: 0 0 64px;
  height: 100%;
  color: #555;
  display: block;
  position: relative;
}
.list_type02 li a h3 {
  background: #fff;
  margin: 0 0 8px;
  padding: 38px 11px 0;
  color: #ff1f79;
  font-size: 18px;
}
.list_type02 li a h3 span {
  background: #ff5a00;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.list_type02 li a .pic {
  margin: 0 0 13px;
  padding: 0 11px;
}
.list_type02 li a .pic img {
  width: 100%;
  height: auto;
}
.list_type02 li a p { padding: 0 11px; }
.list_type02 li a .link_btn {
  background: #f7f7f7;
  width: 200px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #b4b4b4;
  border-radius: 4px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.list_type02 li a .link_btn:after {
  width: 6px;
  height: 6px;
  border-top: solid 3px #b4b4b4;
  border-right: solid 3px #b4b4b4;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

/* --------------------------------------------------
  feature
-------------------------------------------------- */
#feature {
  margin: 0 auto;
  width: 980px;
}
#feature h2 {
  margin-bottom: 35px;
  color: #000;
  font-size: 25px;
  text-align: center;
}
#feature nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#feature nav ul li { margin: 0 8px; }
#feature nav ul li a {
  background: #ffe468;
  padding: 0 48px 0 21px;
  height: 36px;
  line-height: 38px;
  color: #805100;
  font-size: 15px;
  border: solid 1px #dda138;
  border-radius: 4px;
  display: block;
  position: relative;
}
#feature nav ul li a:after {
  width: 6px;
  height: 6px;
  border-top: solid 3px #dda138;
  border-right: solid 3px #dda138;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
