<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* --------------- *\
 * prefecture.top
\* --------------- */
#top {
  background-color: #fff;
}
#top .top_wrapper {
  width: 1024px;
  margin: 0 auto;
}
#top .top_wrapper h3,
#top .reviews_wrapper h3 {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*----- cover -----*/
#top .cover {
  position: relative;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
}
#top .slider {
  width: 100%;
}
#top .slider .slide_img {
  height: 520px;
  position: relative;
  background-color: #fff;
}
#top .slider .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .slider .slide_img a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
#top .slider .slick-dots {
  bottom: 50px !important;
}
#top .slider .slick-dots li {
  height: 16px;
  width: 16px;
  margin: 0 2px;
}
#top .slider .slick-dots li button {
  height: 16px;
  width: 16px;
}
#top .slider .slick-dots li button:before {
  color: #999;
  opacity: 1;
}
#top .slider .slick-dots li.slick-active button:before {
  color: #fff;
}


#top .slider .outline_frame {
  width: 1024px;
  height: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}
#top .slider .outline_frame h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-left: 380px;
  text-align: left;
  width: 100%;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 30px #333;
}
#top .cover.no_search_form .outline_frame h2 {
  text-align: center;
  padding: 0;
}

/*----- search_form -----*/
#search_form_top {
  width: 1024px;
  height: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}
#search_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  box-shadow: 0 1px 5px #ccc;
  z-index: 1;
  width: 360px;
  pointer-events: auto;
  -webkit-border-radius: 6px;/* for Safari and Chrome */
  -moz-border-radius: 6px; /* for Firefox */
  -o-border-radius: 6px; /* for opera */
  border-radius: 6px;
  padding: 20px 15px;
}
#search_box h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}


#search_box div.search_item {
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
}
#search_box div.search_item a {
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 10px center;
  border: 1px solid #ccc;
  padding: 12px 0 12px 30px;
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#search_box div.search_item a:hover {
  background-color: #efefef;
}


#search_box div.search_item:last-of-type:not(.date) {
  margin-bottom: 20px;
}

#search_box div.category_date {
  display: flex;
  justify-content: space-between;
}

#search_box div.category_date div.search_item:not(:last-of-type) {
  margin-right: 6px;
}

#search_box div.search_item.area a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_area_b.png');
}
#search_box div.search_item.category a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_cate_b.png');
}
#search_box div.search_item.date a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_date_b.png');
}
#search_box div.search_item.tag a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_tag_b.png');
}
#search_box div.search_item.freeword a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_key_b.png');
}
body.osaka #search_box div.search_item.area a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_area.png');
}
body.osaka #search_box div.search_item.category a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_cate.png');
}
body.osaka #search_box div.search_item.date a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_date.png');
}
body.osaka #search_box div.search_item.tag a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_tag.png');
}
body.osaka #search_box div.search_item.freeword a {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_key.png');
}



#search_box input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.0);
  font-weight: bold;
  border: 2px solid #000;
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
}
#search_box input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

body.osaka #search_box input[type="submit"] {
 background-color: #ffdb14;
 border: none;
}
body.osaka #search_box input[type="submit"]:hover {
  background-color: rgba(255, 219, 20, 0.5);
}


/*----- wide_slider_inner -----*/
.bg_gray {
  background-color: #f2f2f2;
  padding: 30px 0;
}
.bg_white {
  background-color: #fff;
  padding: 40px 0;
}



/*----- wide_slider_inner -----*/
.wide_slider_inner {
  width: 1224px;
  margin: 0 auto;
}



/*----- feature -----*/
#feature {
  padding: 0 0 30px 0;
}
#feature .content {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feature .content &gt; div {
  width: 330px;
  margin-bottom: 20px;
}

#feature .list_slider_feature {}
#feature .list_slider_feature .list_item {
  padding: 0 10px;
}
#feature .list_slider_feature .list_item img {
  border-radius: 4px;
}
#feature .list_slider_feature .list_item p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
#feature .list_slider_feature.center .slick-track {
  width: auto !important;
}



/*----- popular_activity -----*/
#popular_activity {
  margin-bottom: 30px;
}
.list_slider {
  opacity: 0;
  transition: opacity .3s linear;
  width: auto;
}
.list_slider.slick-initialized {
  opacity: 1;
}
#popular_activity .list_item_right {}
#popular_activity .list_item_right a {
  text-decoration: none;
}
#popular_activity .list_item_right a h4 {
  color: #333;
}
#popular_activity .list_item_right a span.price {
  color: #000;
}



/*----- original_tour -----*/
#original_tour {
  margin-bottom: 30px;
}
#original_tour h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#original_tour h3 a {
  font-size: 14px;
}
#original_tour .list_slider h4 {
  font-size: 14px;
  height: 46px;
  line-height: 23px;
  margin: 8px 0 4px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*----- all_products -----*/
#all_products {}
#all_products h3.all_products_ti {}
#all_products .top_wrapper {
  display: flex;
  justify-content: space-between;
}
#all_products .top_wrapper #filter {
  width: 278px;
}
#all_products .top_wrapper #filter div.modal__bg {
  width: 100vw;
}
#all_products .top_wrapper #filter div.filter_inner {}
#all_products .top_wrapper #filter div.filter_inner.on {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  overflow: hidden;
}

#all_products .top_wrapper #filter form.search_item_form {}

#all_products .top_wrapper #filter h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#all_products #filter .filter_items {
  border-bottom: 1px solid #c0c0c0;
  padding: 8px 0 12px 0;
}
#all_products #filter .filter_items .checkbox {
  margin-bottom: 4px;
}
#all_products #filter .filter_items.calendar,
#all_products #filter .filter_items.date_dependence,
#all_products #filter .filter_items.genre {
  border-bottom: none;
}
#all_products #filter .filter_items h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
#all_products #filter .filter_items.off h5 {
  color: #aaa;
}


/*----- moreOpen -----*/
#all_products #filter .moreOpen {
  margin-top: 5px;
}
#all_products #filter .moreOpen a,
#all_products #filter .moreClose a {
  position: relative;
  color: #000;
  text-decoration: none;
}
#all_products #filter .moreOpen a:hover,
#all_products #filter .moreClose a:hover {
  text-decoration: underline;
}
#all_products #filter .moreOpen a:after,
#all_products #filter .moreClose a:after {
  position: absolute;
  top: 0px;
  right: -16px;
  margin: auto;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#all_products #filter .moreOpen a:after {
  top: 0px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#all_products #filter .moreClose a:after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#all_products #filter .moreBody {
  display: none;
}



/*----- accd -----*/
.accd {
  position: relative;
  color: #000;
  margin-bottom: 5px;
}
.accd:hover {
  cursor: pointer;
  text-decoration: underline;
}
.accd:after {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: auto;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accd.selected:after {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*----- calendar -----*/
#all_products #filter .filter_items_calendar {
  background-color: #FFDB14;
  border-radius: 6px 6px 0 0;
  padding: 10px 10px 18px 10px;
}
#all_products #filter .filter_items_calendar .filter_items {
  padding: 8px 0 0 0;
}
#all_products #filter .filter_calendar_tool {
  position: relative;
}
#all_products #filter .filter_calendar_tool .openCalendar {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/filter_calendar.png');
  background-repeat: no-repeat;
  background-position: center left 12px;
  background-size: 20px 20px;
  padding: 0 18px 0 38px;
  background-color: #fff;
  color: #888;
  border: 1px solid #aaa;
  border-radius: 18px;
  height: 40px;
  display: flex;
  align-items: center;
}
#all_products #filter .filter_calendar_tool .openCalendar input {
  border: none;
  /*height: 38px;*/
  padding: 0;
}
#all_products #filter .filter_calendar_tool .openCalendar input:hover {
  cursor: pointer;
}
#all_products #filter .filter_calendar_tool .filter_calendar__content {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 390px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 1px 5px #ccc;
  border-radius: 6px;
}
#all_products #filter .filter_calendar_tool .filter_calendar__content .title {
  text-align: center;
  border-bottom: 1px solid #E8EBEF;
  padding: 8px 0;
  margin-bottom: 16px;
}
#all_products #filter .filter_calendar_tool .filter_calendar__content .title h6 {
  font-size: 14px;
  font-weight: bold;
}
#all_products #filter_calendar {
  margin: 0 16px;
}
#all_products #filter_calendar .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#all_products #filter_calendar .header .nav {
  width: 20%;
}
#all_products #filter_calendar .header .nav a {
  display: block;
}
#all_products #filter_calendar .header .nav.prev a {
  text-align: left;
}
#all_products #filter_calendar .header .nav.next a {
  text-align: right;
}
#all_products #filter_calendar .header .now {
  font-size: 16px;
  font-weight: bold;
}
#all_products #filter_calendar .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 16px;
}
#all_products #filter_calendar .footer p.reset a {
  display: block;
  color: #3678F2;
  height: 36px;
  text-decoration: none;
}
#all_products #filter_calendar .footer p.filter a {
  display: block;
  background-color: #ffdb14;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
}
#all_products .date_select {}
#all_products .date_select ul {
  margin: 0 0 16px 20px;
  display: flex;
  justify-content: flex-start;
}
#all_products .date_select ul li {
  margin-right: 10px;
}
#all_products .date_select ul li a {
  display: block;
  border-radius: 4px;
  border: 1px solid #aaa;
  padding: 4px 12px;
  text-decoration: none;
  color: #000;
}
#all_products #filter_calendar table {
  border-bottom: none;
}
#all_products #filter_calendar table th,
#all_products #filter_calendar table td {
  text-align: center;
  padding: 0;
  height: 36px;
  border-top: none;
  vertical-align: middle;
  width: calc(100% / 7);
}
#all_products #filter_calendar table td.range_out {
  color: #c0c0c0;
}
#all_products #filter_calendar table td.selected a {
  background-color: #ffdb14;
  border-radius: 50%;
}
#all_products #filter_calendar table td p.past {
  color: #c0c0c0;
}
#all_products #filter_calendar table td p.clickable {
  text-align: center;
}
#all_products #filter_calendar table td p.clickable a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: none;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
}
#all_products #filter_calendar table td p.clickable a:hover {
  background-color: #ffdb14;
  border-radius: 50%;
}


/*----- hour_zone -----*/
#all_products .hour_zone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all_products .hour_zone select {
  height: 40px;
  width: 45%;
  border: 1px solid #aaa;
}


/*----- people -----*/
#all_products .filter_items .people {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/filter_people.png');
  background-repeat: no-repeat;
  background-position: center left 12px;
  background-size: 20px 20px;
  padding: 0 6px 0 38px;
  background-color: #fff;
  color: #888;
  border: 1px solid #aaa;
  border-radius: 24px;
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#all_products .filter_items.off .people {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/filter_people_off.png');
}
#all_products .people .counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 108px;
}
#all_products .filter_items .people .counter .btn {
  width: 36px;
  height: 36px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}
#all_products .filter_items.off .people .counter .btn {
  background-color: #aaa;
}
#all_products .filter_items .people .counter .down {}
#all_products .filter_items .people .counter .num {}
#all_products .filter_items .people .counter .num input[type="text"] {
  border: none;
  text-align: center;
  padding: 0;
  width: 36px;
}
#all_products .filter_items.off .people .counter .num input[type="text"] {
  color: #aaa;
}
#all_products .filter_items .people .counter .up {}


/*----- price_range -----*/
#all_products #filter .price_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all_products #filter .price_range .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 4px;
  width: 45%;
}
#all_products #filter .price_range .price span {
  padding: 0 6px;
}
#all_products #filter .price_range .price input {
  border: none;
  padding: 0;
  height: 40px;
  background:rgba(255,255,255,0.0);
}

#all_products .top_wrapper #filter form {}
#all_products #filter .filter_items_other {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 10px 10px 20px 10px;
}
#all_products #filter #filter_text {
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
}
#all_products #filter #filter_text p.bold {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}
#all_products #filter #filter_text .values {
  display: flex;
  flex-wrap: wrap;
}
#all_products #filter #filter_text .values p:not(:last-of-type):after {
  content: '/';
  margin: 0 6px;
}
#all_products .top_wrapper #filter form .btn_area {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#all_products .top_wrapper #filter form .btn_area .sp {
  display: none;
}
#all_products .top_wrapper #filter form .btn_area p {}
#all_products .top_wrapper #filter form .btn_area a.searchItemsReset {
  text-decoration: none;
  color: #3678F2;
}
#all_products .top_wrapper #filter form .btn_area a.searchItemsReset:hover {
  text-decoration: underline;
}
#all_products .top_wrapper #filter form .btn_area a.searchItems {
  background-color: #FFDB14;
  color: #000;
  border-radius: 16px;
  width: 140px;
}
#all_products .top_wrapper #filter form .btn_area a.searchItems:hover {
  text-decoration: underline;
}
#all_products .top_wrapper #items {
  width: 700px;
}
#all_products .top_wrapper #items p.items_count {
  margin-bottom: 10px;
}
#all_products .top_wrapper #items ul#list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 340px;
}
#all_products .top_wrapper #items ul#list .list_item {
  width: 160px;
}
#all_products .top_wrapper #items ul#list li:nth-child(4n) .list_item {
  margin-right: 0;
}
#all_products .top_wrapper #items ul#list .list_item .thumb img {
  border-radius: 4px;
  margin-bottom: 6px;
}
#all_products .top_wrapper #items ul#list a {
  text-decoration: none;
  color: #000;
}
#all_products .list_item h4 {
  font-size: 14px;
  height: 46px;
  line-height: 23px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
span.star {
  margin-right: 10px;
}
span.star:before {
  content: "★";
  color: #ff0000;
}
span.time {
  background-image: url(../img/front/common/ico_time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}
span.price {
  font-size: 16px;
  font-weight: bold;
}
span.price span {
  font-size: 12px;
  font-weight: normal;
}
span.price span.line-through {
  text-decoration: line-through;
}

#all_products .moreItems {
  width: 1024px;
  margin: 0 auto 80px auto;
  text-align: center;
}
#all_products .moreItems a#next_btn{
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  padding: 4px 42px;
}
#all_products .moreLoading {
  text-align: center;
  height: 240px;
  position: relative;
}
#all_products .moreLoading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*----- reviews -----*/
#reviews {
  overflow: hidden;
}
#reviews .reviews_wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
#reviews ul.reviews_slider {}
#reviews ul.reviews_slider .slick-list {
  overflow: visible;
}
#reviews ul.reviews_slider li {}
#reviews ul.reviews_slider li .inner {
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 320px;
  height: 210px;
  padding: 20px;
  position: relative;
  color: #000;
}
#reviews ul.reviews_slider li .inner.open {
  height: auto !important;
}
#reviews .body[data-readmore] {
 transition: height 750ms;
 overflow: hidden;
 position: relative;
}
#reviews ul.reviews_slider li .inner .body::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -moz-linear-gradient(top,  rgba(246,246,246,0) 0%, rgba(246,246,246,0.6) 70%, rgba(246,246,246,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,0.6) 70%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom,  rgba(246,246,246,0) 0%,rgba(246,246,246,0.6) 70%,rgba(246,246,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#reviews ul.reviews_slider li .inner.open .body::before {
  display: none;
}

#reviews ul.reviews_slider li .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#reviews ul.reviews_slider li .head p.nick_name {
  font-weight: bold;
}
#reviews ul.reviews_slider li h4 {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#reviews ul.reviews_slider li .foot {
  color: #6d6d6d;
  border-top: 1px dashed #6d6d6d;
  height: 50px;
  position: absolute;
  padding-top: 4px;
  bottom: 6px;
  width: calc(100% - 40px);
}
#reviews ul.reviews_slider li .foot a {
  color: #6d6d6d;
}
#reviews ul.reviews_slider li .foot.open {
  position: static;
  width: auto;
  height: 46px;
  margin-top: 16px;
}
#reviews .star-rating {
  position: relative;
  display:inline-block;
  font-size: 16px;
  margin-right: auto;
  line-height: 20px;
  height: 20px;
}
#reviews .star-rating .star-rating-item{
  position:absolute;
  overflow: hidden;
  height: 20px;
}
#reviews .star-rating .star-rating-item::before{
  content:"★★★★★";
  color: #ff0000;
}
#reviews .star-rating::after {
  content:"★★★★★";
  color: #9d9d9d;
}

#reviews .body p {
  margin-bottom: 10px;
  word-wrap: break-word;
}

#reviews .btn-open,
#reviews .btn-close{
  cursor: pointer;
  text-decoration: underline;
  color: #6d6d6d;
}
#reviews .btn-open:hover,
#reviews .btn-close:hover {
  opacity: 0.7;
}




/*----- pickup -----*/
#pickup {
  margin-bottom: 30px;
}
#pickup .top_wrapper {
  background-color: #e6e6e6;
  padding: 20px;
}
#pickup .top_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
#pickup .top_wrapper ul li {
  width: 240px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#pickup .top_wrapper ul li:nth-child(4n) {
  margin-right: 0;
}
#pickup .top_wrapper ul li img {
  border-radius: 4px;
}



/*----- joinnow -----*/
#joinnow {
  padding-bottom: 40px;
}
#joinnow h2 {
  font-size: 52px;
  font-weight: bold;
}
#joinnow p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
#joinnow ul {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#joinnow ul li {
  width: 32%;
}
#joinnow ul li a {
  display: block;
  height: 42px;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}


#joinnow #join_soon {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 750px;
}
#joinnow #join_soon a {
  text-align: center;
  border: 2px solid #000;
  color: #000;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 0;
  width: 330px;
}
#joinnow #join_soon span {
  background-image: url('/assets/img/front/common/icon_date.png');
  background-repeat: no-repeat;
  background-position: top 2px left 0;
  background-size: 20px 20px;
  padding: 4px 0 4px 26px;
}
#joinnow #join_soon a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.osaka #joinnow #join_soon a {
  background-color: #ffdb14;
  border: none;
}
body.osaka #joinnow #join_soon a:hover {
  background-color: rgba(255, 219, 20, 0.5);
}
#joinnow p.safety_link {
  text-align: center;
  margin-top: 30px;
}


/*----- cate -----*/
#cate {
  padding: 0 0 40px 0;
}

#cate ul {
  display: flex;
  flex-wrap: wrap;
}
#cate ul li {
  width: 330px;
  margin-right: 17px;
  margin-bottom: 17px;
}
#cate ul li img {
  border-radius: 4px;
}
#cate ul li:nth-child(3n) {
  margin-right: 0;
}
#cate .relative .name {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 0 0 4px 4px;
}


/*----- area -----*/
#area {
  padding: 40px 0 0 0;
}


/*----- tips -----*/
#tips {}
#tips .tips_banner {
  position: relative;
  margin-bottom: 10px;
}
#tips .tips_banner p {
  background-color: rgba(255,219,20, 0.5);
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

body.osaka #tips .tips_banner p {
  background-color: rgba(255, 219, 20, 0.8);
}

/*----- activity_categories -----*/
#activity_categories {
  margin-bottom: 40px;
}
#activity_categories ul.ul_activity_categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
#activity_categories ul.ul_activity_categories li {
  aspect-ratio: 656 / 280;
  overflow: hidden;
  position: relative;
}
#activity_categories ul.ul_activity_categories li img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#activity_categories ul.ul_activity_categories li p.name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
/*  background-color: #000;*/
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.5));
  border-radius: 0 0 6px 6px;
}

@media (max-width: 767px) {
  #activity_categories ul.ul_activity_categories {
    display: block;
  }
  #activity_categories ul.ul_activity_categories li {
    margin-bottom: 10px;
  }
}






/*----- expert_guide -----*/
#expert_guide {
  margin-bottom: 40px;
}
#expert_guide h3 {
  margin-bottom: 0 !important;
}
#expert_guide p.outline {
  margin-bottom: 10px;
}
#guides {
  padding: 0 0 20px 0;
}
#guides ul#list {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#guides ul#list .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
}
#guides ul#list .arr.arr_l {
  left: -30px;
}
#guides ul#list .arr.arr_r {
  right: -30px;
}
#guides ul#list li {
  text-align: center;
}
#guides ul#list li a img {
  border-radius: 50%;
  width: 140px;
  margin: 0 auto 12px auto;
}
#guides ul#list li p.name {
  text-align: center;
}
#expert_guide .button {
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  padding: 4px 42px;
}
#guides_ja {
  padding: 0 0 40px 0;
}


@media (max-width: 1219px) {
  #guides ul#list {
    width: 820px;
  }
}
@media (max-width: 767px) {
  #guides ul#list {
    width: 90%;
  }
  #guides ul#list .arr.arr_l {
    left: -15px;
  }
  #guides ul#list .arr.arr_r {
    right: -15px;
  }
}


/*----- more -----*/
.more {
  margin-top: 30px !important;
}
.more a {
  color: #0000cd;
}
.more a:hover {
  text-decoration: underline;
}





/*----- osakanightoutpass_banner -----*/
.osakanightoutpass_banner {
  text-align: center;
  margin-bottom: 30px;
}




@media (max-width: 1219px) {
  .list_slider {
    width: 92%;
    margin: 0 auto;
  }
  #top .cover {}
  #top .top_wrapper {
    width: 96%;
    margin: 0 auto;
  }
  #joinnow ul {
    width: 100%;
  }
  #reviews .reviews_wrapper {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
  }
  #top .cover {
    height: 300px;
  }
  #top .slider .slide_img {
    height: 300px;
  }
  #top .slider .outline_frame {
    width: 100%;
    height: 300px;
  }
  #top .slider .outline_frame h2 {
    padding-left: 290px;
    font-size: 46px;
  }
  #search_form_top {
    width: 100%;
    height: 300px;
  }
  #search_box {
    width: 260px;
    left: 20px;
    padding: 10px 8px;
  }
  #search_box h2{
    font-size: 12px;
    margin-bottom: 8px;
  }
  #search_box div.search_item {
    margin-bottom: 4px;
  }
  #search_box div.search_item:last-of-type:not(.date) {
    margin-bottom: 10px;
  }
  #search_box div.search_item a {
    padding: 8px 0 8px 30px;
    font-size: 11px;
  }
  .wide_slider_inner {
    width: 100%;
  }
  #pickup .top_wrapper ul li {
    width: calc(33.3% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #cate ul li {
    width: calc(33.3% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #pickup .top_wrapper ul li {
    width: 24%;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  #pickup .top_wrapper ul li:nth-child(4n) {
    margin-right: 0;
  }

  #all_products .top_wrapper #filter {
    width: 220px;
  }
  #all_products .top_wrapper #items {
    width: calc(100% - 240px);
  }
  #all_products .top_wrapper #items ul#list {
    grid-template-columns: repeat(3, 1fr);
  }
  #all_products .top_wrapper #items ul#list .list_item a.datalayer_select_item img {}

  #all_products .top_wrapper #items ul#list .list_item {
    margin-bottom: 30px;
  }

  #reviews ul.reviews_slider li {
    width: 30%;
  }
  #reviews ul.reviews_slider li .inner {
    background-color: #f6f6f6;
    border-radius: 8px;
    width: 96%;
    height: 200px;
    padding: 10px;

  }
}

@media (max-width: 767px) {
  #top {
    margin-top: 0px;
  }
  #top .top_wrapper {
    width: 100%;
    padding: 0 10px;
  }
  #top .top_wrapper h3,
  #top .reviews_wrapper h3 {
    font-size: 20px;
  }
  #top .cover {
    height: 420px;
    background-color: #f2f2f2;
    border-radius: 0;
    width: 100%;
  }
  #top .cover.no_search_form{
    height: auto;
  }
  #top .slider {}
  #top .slider .slide_img {
    /*position: static;*/
    height: 160px;
  }
  #top .slider .outline_frame {
    width: 100%;
    height: 160px;
  }
  #top .slider .outline_frame h2 {
    font-size: 26px;
    padding: 0 20px;
  }
  #search_form_top {
    width: 100%;
    transform: none;
    height: auto;
    top: 132px;
    left: 0;
    padding: 0 10px;
  }
  #search_box {
    width: 100%;
    margin: 0 auto;
    position: static;
    transform: none;
  }

  .wide_slider_inner {
    padding: 0 10px;
  }
  #feature .list_slider_feature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
  }
  #feature .list_slider_feature .list_item {
    width: 49%;
    padding: 0;
    margin-bottom: 20px;
  }
  #feature .list_slider_feature .list_item a{
    display: block;
  }


  /*----- original_tour -----*/
  #original_tour {
    width: 92%;
    margin: 0 auto;
  }

  #pickup .top_wrapper {
    padding: 20px 10px;
  }
  #pickup .top_wrapper ul {
    justify-content: space-between;
  }
  #pickup .top_wrapper ul li {
    width: 49%;
    margin: 0 0 10px 0;
  }

  #joinnow ul {
    width: 100%;
  }
  #joinnow h2 {
    font-size: 22px;
  }
  #joinnow p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #joinnow #join_soon {
    width: 100%;
  }
  #joinnow #join_soon a {
    width: 49%;
  }

  #cate {
    padding: 20px 0;
  }
  #cate .top_wrapper {
    padding: 15px 10px;
  }
  #cate .top_wrapper ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }



  /*----- all_products -----*/
  #all_products a.filter_open {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 4px 12px 4px 28px;
    text-decoration: none;
    color: #000;
    background-image: url('https://assets.deep-exp.com/assets/img/front/common/filter_menu.png');
    background-repeat: no-repeat;
    background-position: center left 4px;
    background-size: 18px 18px;
    margin-bottom: 12px;
  }
  #all_products a.filter_open:hover {
    background-color: #f2f2f2;
  }
  #all_products h3.all_products_ti {
    margin-bottom: 0;
    line-height: 1.2;
  }
  #all_products .top_wrapper #filter {
    display: none;
    width: 100vw;
  }
  #all_products .top_wrapper #filter div.filter_inner.on .sp_header {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #E8EBEF;
    text-align: center;
    position: relative;
    height: 60px;
  }
  #all_products .top_wrapper #filter div.filter_inner.on .sp_header a.modal-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
  }
  #all_products .top_wrapper #filter div.filter_inner.on .sp_header h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #all_products .top_wrapper #filter form.search_item_form {
    height: calc(100% - 115px);
    overflow-y: scroll;
    padding-bottom: 200px;
    background-color: #fff;
  }
  #all_products #filter .filter_calendar_tool .openCalendar {
    height: 41px;
  }
  #all_products #filter #filter_text {
    border-radius: 0;
    margin-bottom: 0;
  }
  #all_products #filter .filter_items_calendar {
    border-radius: 0 0 0 0;
    padding: 10px 10px 20px 10px;
  }
  #all_products #filter .filter_calendar_tool .filter_calendar__content {
    top: 44px;
    left: 0;
    width: 100%;
  }
  #all_products #filter .filter_items_other {
    background-color: #fff;
    border-radius: 0;
  }

  #all_products .top_wrapper #items {
    width: 100%;
  }
  #all_products .top_wrapper #items ul#list {
    display: block;
  }
  #all_products .top_wrapper #items ul#list li {
    width: 100%;
  }
  #all_products .top_wrapper #items ul#list .list_item {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
  }
  #all_products .top_wrapper #items ul#list .list_item div.thumb {
    width: 135px;
  }
  #all_products .top_wrapper #items ul#list .list_item div.text {
    width: calc(100% - 145px);
  }
  #all_products .list_item h4 {
    height: auto;
    line-height: 23px;
  }
  #all_products .moreItems {
    width: 100%;
    margin: 0 auto 40px auto;
  }

  #all_products .top_wrapper #filter form .btn_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #E8EBEF;
    margin: 0;
    padding: 10px 0;
    border-radius: 0 0 6px 6px;
  }
  #all_products .top_wrapper #filter form .btn_area .sp {
    display: block;
  }


  /*----- reviews -----*/
  #reviews .reviews_wrapper {
    width: 96%;
    padding: 0;
  }
  #reviews ul.reviews_slider {
    width: 90%;
  }
  #reviews ul.reviews_slider li.slick-slide {}
  #reviews ul.reviews_slider li .inner {}

  #area .list_slider_area {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
  }
  #area .list_slider_area .list_item {
    width: calc(33.3% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #area .relative .name {
    width: 100%;
  }
  #area .list_slider_area div:nth-child(3n) {
    margin-right: 0;
  }

  #tips {
    padding: 20px 0;
  }
  #tips .flex.col2 div:not(:first-child){
    margin-top: 20px;
  }

  .osakanightoutpass_banner {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

</pre></body></html>