@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

/*@mixin pc {
  @media (max-width: ($pc)),print {
    @content;
  }
}
@mixin min-tab {
  @media screen and (max-width: ($tab)){
    @content;
  }
}
@mixin tab {
  @media screen and (max-width: ($tab)){
    @content;
  }
}
@mixin sp {
  @media screen and (max-width: ($sp)){
    @content;
  }
}
*/

/* ------------------------------------ */

/* Reset
/* ------------------------------------ */

/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, .footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
input, textarea{margin:0;padding:0;}
ol, ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}*/

#pickup_dtour {
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  /* エリアページ */
}

#pickup_dtour img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
}

#pickup_dtour .center {
  text-align: center;
}

#pickup_dtour .dis_pc {
  display: none;
}

#pickup_dtour .dis_tab {
  display: none;
}

#pickup_dtour .dis_sp {
  display: block;
}

#pickup_dtour em {
  font-style: normal;
}

#pickup_dtour .h1img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (非標準の名前) */
  image-rendering: crisp-edges;
}

#pickup_dtour .top_img {
  background: #57D7FF;
  position: relative;
  margin-bottom: 12px;
}

#pickup_dtour .top_img::after {
  content: "";
  width: 100%;
  background: #fff;
  height: 90px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  /*@include pc{
				height: 75px;
			}*/
}

#pickup_dtour .top_img .h1img {
  max-width: 96%;
  margin-left: -5%;
}

#pickup_dtour .top_img .top_ill {
  width: 90%;
  margin: -45px 0 0 5%;
  display: block;
  z-index: 1;
  position: relative;
}

#pickup_dtour .pdbox {
  width: 90%;
  margin: 0 auto;
}

#pickup_dtour section.pdbox {
  padding: 20px 0;
}

#pickup_dtour section.pdbox.sec_tour.last {
  border-bottom: 2px dashed #EF5B3B;
  margin-bottom: 15px;
}

#pickup_dtour .lead {
  color: #EF5B3B;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.4;
}

#pickup_dtour .lead.big {
  font-size: 1.9rem;
}

#pickup_dtour .cpn_btn {
  background: #EF5B3B;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 0 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  display: flex;
  align-items: stretch;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

#pickup_dtour .cpn_btn span {
  padding: 5px;
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  font-size: 2.4rem;
  align-self: center;
}

#pickup_dtour .cpn_btn::before {
  content: "";
  width: 5%;
  margin-right: 3%;
  border-right: 2px dashed #fff;
}

#pickup_dtour .cpn_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -2.5%;
}

#pickup_dtour .cpn_btn.cpn_btn_end {
  background: #b0b0b0;
  box-shadow: none;
  pointer-events: none;
}

#pickup_dtour .cpn_btn.cpn_btn_end span {
  margin-right: 15px;
}

#pickup_dtour .area_link {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
}

#pickup_dtour .area_link.no_link .area_btn {
  cursor: default;
  pointer-events: none;
}

#pickup_dtour .area_link li {
  flex: 0 1 31%;
  padding: 0 2%;
}

#pickup_dtour .area_link li .area_btn {
  border: 1px solid #EF5B3B;
  border-radius: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
}

#pickup_dtour .area_link li .area_btn:hover {
  opacity: 0.75;
}

#pickup_dtour .area_link li .area_btn .area_thumb {
  position: relative;
  padding-top: 68%;
}

#pickup_dtour .area_link li .area_btn .area_thumb .area_img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  /*top: 50%;
						left: 50%;
						transform: translate(-50%,-50%);*/
}

#pickup_dtour .area_link li .area_btn .area_thumb .area_name {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

#pickup_dtour .area_link li .area_btn p {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 8px 0 10px;
}

#pickup_dtour .area_link li .area_btn p .price {
  font-size: 1.5rem;
  color: #EF5B3B;
  display: block;
}

#pickup_dtour .tith2 {
  margin-bottom: 15px;
  text-align: center;
}

#pickup_dtour .tith2 * {
  color: #EF5B3B;
  font-weight: bold;
  font-size: 1.6rem;
}

#pickup_dtour .tith2 img {
  max-height: 49px;
  width: auto;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (非標準の名前) */
  image-rendering: crisp-edges;
  margin: 10px auto;
  display: block;
}

#pickup_dtour .about img {
  max-height: 37px;
}

#pickup_dtour .about b {
  color: #EF5B3B;
  font-weight: bold;
}

#pickup_dtour .about .sale_movie {
  margin: 30px auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#pickup_dtour .about .sale_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#pickup_dtour #coupon .cpn_list {
  margin: 20px 0 0;
}

#pickup_dtour #coupon .cpn_list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 35px;
  background: #EF5B3B;
}

#pickup_dtour #coupon .cpn_list li.cpn2 {
  background: #EFA13B;
}

#pickup_dtour #coupon .cpn_list li.cpn3 {
  background: #4DC56D;
}

#pickup_dtour #coupon .cpn_list li.cpn4 {
  background: #34A2EC;
}

#pickup_dtour #coupon .cpn_list li.cpn5 {
  background: #995CC7;
}

#pickup_dtour #coupon .cpn_list li.cpn_end {
  background: #b0b0b0;
  /*.code{
						color: #333;
					}*/
}

#pickup_dtour #coupon .cpn_list li.cpn_end .cpn_price {
  text-decoration: line-through;
}

#pickup_dtour #coupon .cpn_list li.cpn_end .c_txt {
  background: #EF5B3B;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 5px 20px 3px;
}

#pickup_dtour #coupon .cpn_list li .cpn_cnt {
  padding: 15px;
  border-left: 2px dashed #fff;
  flex: 0 0 80%;
}

#pickup_dtour #coupon .cpn_list li .cpn_price {
  font-size: 3.0rem;
  font-weight: bold;
  padding-bottom: 10px;
}

#pickup_dtour #coupon .cpn_list li .c_txt {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #333;
  padding: 5px 10px 3px;
}

#pickup_dtour #coupon .cpn_list li .code {
  font-size: 2.0rem;
  display: block;
  font-weight: bold;
  padding: 12px 0 0;
  line-height: 1;
}

#pickup_dtour #coupon .cpn_list li .cpn_info {
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 10px 0 0;
}

#pickup_dtour #coupon .cpn_list li .first_rsv {
  flex: 0 0 20%;
  font-size: 1.3rem;
  text-align: center;
  color: #FFFB78;
  font-weight: bold;
  align-self: center;
}

#pickup_dtour #coupon .cpn_list li .first_rsv .ppl_num {
  font-size: 2.0rem;
  display: block;
}

#pickup_dtour #coupon .mnb_btn {
  border: 1px solid #EF5B3B;
  border-radius: 5px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  display: block;
  position: relative;
  color: #EF5B3B;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#pickup_dtour #coupon .mnb_btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #EF5B3B;
  border-bottom: 1px solid #EF5B3B;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

#pickup_dtour #coupon .mnb_btn:hover {
  background: #EF5B3B;
  color: #fff;
}

#pickup_dtour #coupon .mnb_btn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

#pickup_dtour #coupon .cpn_conditions {
  background: #FAFFBA;
  padding: 20px 20px 0;
  margin: 20px auto;
}

#pickup_dtour #coupon .cpn_conditions h4 {
  color: #EF5B3B;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 20px;
}

#pickup_dtour #coupon .cpn_conditions h5 {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.3rem;
}

#pickup_dtour #coupon .cpn_conditions p {
  font-size: 1.3rem;
  padding-bottom: 30px;
}

#pickup_dtour #coupon .cpn_conditions .howimg {
  display: block;
  margin: 10px auto 0;
}

#pickup_dtour .area_top {
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 56px;
  background-image: url(../images/bg.jpg);
}

#pickup_dtour .area_top .h1img {
  width: 100%;
}

#pickup_dtour .top_cpn_btn {
  width: 74%;
  margin: -60px 5% 0 auto;
}

#pickup_dtour .top_cpn_btn .lead {
  text-align: right;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

#pickup_dtour .top_cpn_btn .lead span {
  display: inline-block;
  background: #FFFB78;
  padding: 0 10px;
  margin-bottom: 2px;
}

#pickup_dtour .top_cpn_btn .cpn_btn {
  width: 80%;
  margin: 0 0 15px auto;
}

#pickup_dtour .top_cpn_btn .cpn_btn::after {
  width: 6px;
  height: 6px;
  margin-top: -2%;
}

#pickup_dtour .top_cpn_btn.is_fixed {
  padding-bottom: 50px;
}

#pickup_dtour .top_cpn_btn.is_fixed .cpn_btn {
  width: 90px;
  position: fixed;
  right: 10px;
  top: 60px;
  transition: all .3s;
  border: 1px solid #fff;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#pickup_dtour .top_cpn_btn.is_fixed .cpn_btn span {
  font-size: 1.2rem;
  line-height: 1.2;
}

#pickup_dtour .top_cpn_btn.is_fixed .cpn_btn::before {
  width: 0;
}

#pickup_dtour .top_cpn_btn.is_fixed .cpn_btn::after {
  width: 5px;
  height: 5px;
  margin-top: -5%;
  right: 6px;
}

#pickup_dtour .anker {
  width: 94%;
  max-width: 640px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#pickup_dtour .anker li {
  flex: 1 1 31%;
  padding: 0 2%;
}

#pickup_dtour .anker a {
  border: 1px solid #EF5B3B;
  border-radius: 5px;
  display: block;
  width: 100%;
  background: #fff;
  color: #EF5B3B;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 5px 5px 15px;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
  font-size: 1.1rem;
}

#pickup_dtour .anker a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #EF5B3B;
  border-bottom: 1px solid #EF5B3B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -4px;
}

#pickup_dtour .anker a:hover {
  background: #EF5B3B;
  color: #fff;
}

#pickup_dtour .anker a:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

#pickup_dtour .anker.anker_btm {
  margin: 0 auto 20px;
}

#pickup_dtour .anker.anker_btm li {
  flex: 0 1 50%;
  padding: 0 2%;
  margin-bottom: 3%;
}

#pickup_dtour .anker.anker_btm a {
  padding: 15px 5px 5px;
}

#pickup_dtour .anker.anker_btm a::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 9px;
}

#pickup_dtour .sec_tour .theme_tit h2 {
  background: #EF5B3B;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 15px 20px;
  line-height: 1.2;
}

#pickup_dtour .sec_tour .theme_tit .tour_lead {
  font-size: 1.3rem;
  padding: 15px 0 0;
  width: 90%;
  margin: 0 auto;
}

#pickup_dtour .sec_tour .tour_tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #EF5B3B;
  margin-top: 15px;
  padding: 0 5%;
}

#pickup_dtour .sec_tour .tour_tab li {
  background: #fff;
  flex: 0 1 24%;
  border-radius: 5px 5px 0 0;
  border: 1px solid #EF5B3B;
  border-bottom: none;
  padding: 5px;
  margin: 0 0.5%;
  text-align: center;
  color: #EF5B3B;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#pickup_dtour .sec_tour .tour_tab li:hover {
  cursor: pointer;
  background: #EF5B3B;
  color: #fff;
}

#pickup_dtour .sec_tour .tour_tab li.is_active {
  background: #EF5B3B;
  color: #fff;
}

#pickup_dtour .sec_tour .tour_tab li.is_active:hover {
  opacity: 1;
  cursor: default;
}

#pickup_dtour .sec_tour .tour_panel {
  display: none;
}

#pickup_dtour .sec_tour .tour_panel.is_active {
  display: block;
}

#pickup_dtour .sec_tour .tour_dep_bl {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

#pickup_dtour .sec_tour .tour_dep_bl li {
  flex: 0 0 32%;
  margin-top: 15px;
}

#pickup_dtour .sec_tour .tour_dep_bl li a {
  border: 1px solid #EF5B3B;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
  justify-content: space-between;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}

#pickup_dtour .sec_tour .tour_dep_bl li a:hover {
  opacity: 0.75;
}

#pickup_dtour .sec_tour .tour_dep_bl li a.no_link {
  position: relative;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  background: #ccc;
}

#pickup_dtour .sec_tour .tour_dep_bl li a.no_link .tour_price::before,
#pickup_dtour .sec_tour .tour_dep_bl li a.no_link .tour_price::after {
  content: none;
}

#pickup_dtour .sec_tour .tour_dep_bl li a.no_link .tour_ph::after {
  content: "完売しました";
  display: block;
  border: 2px solid #EF5B3B;
  border-radius: 3px;
  padding: 5px;
  width: 90%;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 5%;
  text-align: center;
  font-weight: bold;
  color: #EF5B3B;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}

#pickup_dtour .sec_tour .tour_dep_bl li a.no_link .tour_ph img {
  opacity: 0.3;
}

#pickup_dtour .sec_tour .tour_dep_bl li a.sale_end .dis_txt {
  background: #ddd;
  text-decoration: line-through;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt {
  flex: 0 0 64%;
  order: 2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt .tour_tit {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt .tour_dep {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 15px;
  background: #ef5b3b;
  padding: 3px 10px 2px;
  margin-bottom: 5px;
  align-self: flex-start;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt .tour_price {
  font-size: 2.4rem;
  line-height: 1;
  color: #EF5B3B;
  font-weight: bold;
  position: relative;
  width: 100%;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt .tour_price::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #EF5B3B;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt .tour_price::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 9px;
  bottom: 8px;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_txt .dis_txt {
  color: #EF5B3B;
  background: #FFFB78;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  padding: 3px 8px;
  margin-top: 10px;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_ph {
  position: relative;
  width: 36%;
  order: 1;
  background: #fff;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_ph::before {
  content: "";
  display: block;
  padding-top: 67%;
}

#pickup_dtour .sec_tour .tour_dep_bl .tour_ph img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#pickup_dtour .sec_tour .more_btn {
  background: #EF5B3B;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 50px;
  padding: 10px 25px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  max-width: 80%;
  position: relative;
}

#pickup_dtour .sec_tour .more_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

#pickup_dtour .sec_tour .more_btn:hover {
  opacity: 0.75;
}

#pickup_dtour form input,
#pickup_dtour form textarea,
#pickup_dtour form select,
#pickup_dtour form button {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #444;
  font-size: 1.6rem;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

#pickup_dtour #search {
  padding-bottom: 40px;
}

#pickup_dtour #search select,
#pickup_dtour #search input[type="text"] {
  border: 1px solid #ccc;
  padding: 10px;
}

#pickup_dtour #search h2 {
  background: #444;
  font-weight: bold;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  padding: 15px;
}

#pickup_dtour #search .search_wrap {
  background: #eee;
  padding: 5px 5%;
}

#pickup_dtour #search .form_tit {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 5px;
  margin: 10px 0 5px;
}

#pickup_dtour #search .form_tit.req::after {
  font-size: 1.1rem;
  color: #EF5B3B;
}

#pickup_dtour #search .form_tit::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px;
  font-size: 1.6rem;
}

#pickup_dtour #search .form_tit_purpose::before {
  content: "\f3c5";
}

#pickup_dtour #search .form_tit_depday::before {
  content: "\f073";
}

#pickup_dtour #search .form_tit_days::before {
  content: "\f783";
}

#pickup_dtour #search .form_tit_hotel::before {
  content: "\f236";
}

#pickup_dtour #search .form_tit_sp::before {
  content: "\f00c";
}

#pickup_dtour #search .form_tit_sp::before {
  content: "\f00c";
}

#pickup_dtour #search .form_tit_budget::before {
  content: "\f157";
}

#pickup_dtour #search .form_tit_keyword::before {
  content: "\f4ad";
}

#pickup_dtour #search .form_info {
  color: #EF5B3B;
  font-size: 1.1rem;
  margin-top: -5px;
}

#pickup_dtour #search .form_box {
  margin-bottom: 8px;
  display: flex;
}

#pickup_dtour #search .form_box > div {
  flex-grow: 1;
}

#pickup_dtour #search .form_box .purpose {
  flex: 0 0 30%;
}

#pickup_dtour #search .form_box .purpose::after {
  content: none;
}

#pickup_dtour #search .form_box .purpose select {
  border-right: none;
}

#pickup_dtour #search .form_box .purpose_area {
  flex: 0 0 53%;
}

#pickup_dtour #search .form_box #purpose_btn {
  background: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 1.05rem;
  padding: 5px;
  flex: 0 0 15%;
  margin: 2% 0 2% 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

#pickup_dtour #search .form_box #purpose_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

#pickup_dtour #search .form_box span.budget {
  align-self: center;
  margin: 0 2%;
}

#pickup_dtour #search #purpose_02 {
  display: none;
}

#pickup_dtour #search .row_group {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
}

#pickup_dtour #search .row_group > div {
  flex: 0 1 48.5%;
}

#pickup_dtour #search .form_label {
  position: relative;
}

#pickup_dtour #search .form_label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #EF5B3B;
  border-bottom: 1px solid #EF5B3B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

#pickup_dtour #search .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

#pickup_dtour #search .form_btn_wrap .btn_detail {
  background: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 1.05rem;
  padding: 5px;
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

#pickup_dtour #search .form_btn_wrap .btn_detail:hover {
  cursor: pointer;
  opacity: 0.7;
}

#pickup_dtour #search .form_btn_wrap .btn_search {
  flex: 0 0 40%;
}

#pickup_dtour #search .form_btn_wrap .btn_search input {
  background: #EF5B3B;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px;
  transition: all .3s;
}

#pickup_dtour #search .form_btn_wrap .btn_search input:hover {
  cursor: pointer;
  opacity: 0.7;
}

#pickup_dtour #search .form_btn_wrap .btn_clear input {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: all .3s;
}

#pickup_dtour #search .form_btn_wrap .btn_clear input:hover {
  cursor: pointer;
  opacity: 0.7;
}

#pickup_dtour #search .check_list {
  display: flex;
  flex-wrap: wrap;
}

#pickup_dtour #search .check_list li {
  margin-right: 20px;
}

#pickup_dtour #search .check_list li input[type=checkbox] {
  display: none;
}

#pickup_dtour #search .check_list li input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  cursor: pointer;
  padding: 0 0 0 20px;
}

#pickup_dtour #search .check_list li input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #FFF;
  border-radius: 0px;
  border: solid 1px #d2d2d2;
}

#pickup_dtour #search .check_list li input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #EF5B3B;
  border-bottom: 3px solid #EF5B3B;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pickup_dtour #search .search_bl_02 {
  display: none;
}

@media screen and (min-width: 641px) {
  #pickup_dtour .dis_tab {
    display: block;
  }

  #pickup_dtour .dis_sp {
    display: none;
  }

  #pickup_dtour .top_img::after {
    height: 43px;
  }

  #pickup_dtour .top_img .h1img {
    margin-left: -3%;
  }

  #pickup_dtour .top_img .top_ill {
    width: 50%;
    margin: -20% 2% 0 auto;
  }

  #pickup_dtour section.pdbox.sec_tour {
    padding: 25px 0 55px;
  }

  #pickup_dtour section.pdbox.sec_tour.last {
    padding-bottom: 80px;
  }

  #pickup_dtour .lead {
    font-size: 1.7rem;
    margin: 0 auto 15px;
  }

  #pickup_dtour .cpn_btn {
    max-width: 300px;
    margin: 0 auto 30px;
  }

  #pickup_dtour .top_lead {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
  }

  #pickup_dtour .top_lead .lead {
    text-align: left;
    margin: 0 10px 10px;
    font-size: 2.0rem;
  }

  #pickup_dtour .top_lead .cpn_btn {
    margin: 0 10px 30px;
    width: 48%;
  }

  #pickup_dtour .area_link li .area_btn .area_thumb .area_name {
    font-size: 1.8rem;
  }

  #pickup_dtour .area_link li .area_btn p {
    font-size: 1.6rem;
  }

  #pickup_dtour .area_link li .area_btn p .price {
    font-size: 2.0rem;
  }

  #pickup_dtour .tith2 img {
    margin: 20px auto;
  }

  #pickup_dtour #coupon .cpn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #pickup_dtour #coupon .cpn_list li {
    max-width: 380px;
    flex: 0 0 48%;
  }

  #pickup_dtour #coupon .cpn_list li.cpn1 {
    margin: 0 25% 35px;
  }

  #pickup_dtour #coupon .mnb_btn {
    max-width: 300px;
    margin: 0 auto 30px;
  }

  #pickup_dtour #coupon .cpn_conditions {
    padding: 25px 25px 0;
  }

  #pickup_dtour #coupon .cpn_conditions h4 {
    font-size: 1.6rem;
  }

  #pickup_dtour #coupon .cpn_conditions h5 {
    font-size: 1.4rem;
  }

  #pickup_dtour #coupon .cpn_conditions p {
    font-size: 1.4rem;
    display: flex;
  }

  #pickup_dtour #coupon .cpn_conditions .howimg {
    margin: 0 0 15px 15px;
    max-width: 40%;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (非標準の名前) */
    image-rendering: crisp-edges;
  }

  #pickup_dtour .area_top {
    padding-bottom: 15px;
    background-size: 100% auto;
    background-position: center center;
  }

  #pickup_dtour .area_top .h1img {
    width: auto;
  }

  #pickup_dtour .top_cpn_btn {
    margin: -107px 5% 0 auto;
  }

  #pickup_dtour .anker {
    margin: 30px auto 20px;
  }

  #pickup_dtour .anker a {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0 25px;
  }

  #pickup_dtour .anker a::after {
    width: 10px;
    height: 10px;
    margin-left: -7px;
    bottom: 12px;
  }

  #pickup_dtour .anker.anker_btm li {
    flex: 1 1 25%;
    padding: 0 1.5%;
  }

  #pickup_dtour .anker.anker_btm a {
    padding: 25px 0 10px;
  }

  #pickup_dtour .anker.anker_btm a::after {
    top: 15px;
  }

  #pickup_dtour .sec_tour .tour_tab {
    padding: 0 2.5%;
    margin: 25px 0 0;
  }

  #pickup_dtour .sec_tour .tour_dep_bl {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
  }

  #pickup_dtour .sec_tour .tour_dep_bl li {
    margin-top: 25px;
    flex: 0 0 31.5%;
  }

  #pickup_dtour .sec_tour .tour_dep_bl .tour_txt {
    flex-basis: 100%;
  }

  #pickup_dtour .sec_tour .tour_dep_bl .tour_txt .tour_tit {
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }

  #pickup_dtour .sec_tour .tour_dep_bl .tour_ph {
    width: 100%;
  }

  #pickup_dtour .sec_tour .more_btn {
    margin-top: 30px;
    max-width: 50%;
  }
}

@media screen and (min-width: 770px) {
  #pickup_dtour .dis_pc {
    display: block;
  }

  #pickup_dtour .top_img .h1img {
    margin-left: 1%;
  }

  #pickup_dtour .top_img .top_ill {
    width: 47%;
    margin: -22% 2% 0 auto;
  }

  #pickup_dtour .pc_wrap {
    max-width: 990px;
    margin: 0 auto;
  }

  #pickup_dtour .pdbox {
    font-size: 1.5rem;
    width: 780px;
  }

  #pickup_dtour .pdbox.w940 {
    width: 940px;
  }

  #pickup_dtour section.pdbox {
    padding: 25px 0;
  }

  #pickup_dtour .cpn_btn:hover {
    opacity: 0.75;
  }

  #pickup_dtour .top_lead {
    max-width: 610px;
    margin-bottom: 20px;
    justify-content: space-between;
  }

  #pickup_dtour .top_lead .lead,
  #pickup_dtour .top_lead .cpn_btn {
    margin-left: 0;
    margin-right: 0;
  }

  #pickup_dtour .area_link {
    margin-bottom: 30px;
    max-width: 460px;
  }

  #pickup_dtour .area_top {
    background-position: left 50% bottom 30%;
    background-image: url(../images/bg_pc.jpg);
  }

  #pickup_dtour .top_cpn_btn {
    width: 43%;
    margin: -195px 5% 0 auto;
  }

  #pickup_dtour .top_cpn_btn .lead {
    font-size: 2.6rem;
  }

  #pickup_dtour .top_cpn_btn .cpn_btn {
    border: 1px solid #fff;
  }

  #pickup_dtour .sec_tour .theme_tit .tour_lead {
    width: auto;
  }

  #pickup_dtour .sec_tour .theme_tit {
    background: #EF5B3B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
  }

  #pickup_dtour .sec_tour .theme_tit h2 {
    padding: 0;
    font-size: 2.4rem;
  }

  #pickup_dtour .sec_tour .theme_tit .tour_lead {
    color: #fff;
    padding: 0;
    text-align: right;
    line-height: 1.4;
    margin: 0;
  }

  #pickup_dtour .sec_tour .tour_tab li {
    flex: 0 1 15%;
    margin: 0 1%;
  }

  #pickup_dtour .sec_tour .tour_dep_bl .tour_txt {
    align-items: stretch;
  }

  #pickup_dtour .sec_tour .tour_dep_bl .tour_txt .dis_txt {
    font-size: 1.5rem;
    text-align: center;
    padding: 5px;
  }

  #pickup_dtour .sec_tour .more_btn {
    max-width: 30%;
  }

  #pickup_dtour #search .search_wrap {
    padding: 15px 60px;
  }

  #pickup_dtour #search .pc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #pickup_dtour #search .pc_flex > div {
    flex-basis: 48%;
  }

  #pickup_dtour #search .pc_flex > div.not50 {
    flex-basis: 100%;
  }

  #pickup_dtour #search .form_btn_wrap {
    width: 50%;
    margin: auto;
  }
}

@media screen and (min-width: 1025px) {
  #pickup_dtour .area_top {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  #pickup_dtour section.pdbox.sec_tour {
    width: 100%;
  }

  #pickup_dtour section.pdbox.sec_tour:first-of-type {
    padding-top: 0;
  }

  #pickup_dtour .top_cpn_btn .cpn_btn span {
    font-size: 1.6rem;
  }

  #pickup_dtour .anker {
    margin-top: -55px;
  }

  #pickup_dtour .sec_tour .tour_tab li {
    font-size: 1.3rem;
  }

  #pickup_dtour #search {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #pickup_dtour .h1img {
    max-width: 100%;
  }

  #pickup_dtour .top_img {
    padding-bottom: 50%;
  }

  #pickup_dtour .lead {
    font-size: 1.3rem;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
