@charset "UTF-8";
/* ---------------------------------

 Page CSS - 各ページ用CSS

 --------------------------------- */
/* ---------------------------------
 page common #ページ共通パーツ
--------------------------------- */
/* page_head_cover ---- */
.page_head_cover{
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #003350;
}
.page_head_cover img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0.7;
}
.page_head_cover .page_title{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.page_head_cover .page_title .page_title_en{
  font-size: 3rem;
  text-align: center;
  line-height: 3.5rem;
  color: #fff;
}
.page_head_cover .page_title h1.page_title_h1{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 896px) {
  .page_head_cover{
    height: 250px;
  }
  .page_head_cover img{
    height: 250px;
  }
  .page_head_cover .page_title .page_title_en{
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
/* page_contents ---- */
.page_contents{
  width: 100%;
  padding: 100px 0;
}
.page_contents .page_contents_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.page_contents .page_contents_inner_short{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.page_contents_h2{
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .page_contents{
    padding: 50px 0;
  }
  .page_contents_h2{
    font-size: 1.3rem;
  }
}

/* ---------------------------------
 room #お部屋
--------------------------------- */
#room{
  width: 100%;
  padding-top: 150px;
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 50% auto, 40% auto;
}
#room.room_adventure_bg{
  background-image: url("../img/room/adventure_deco02.svg"), url("../img/room/adventure_deco01.png");
}
#room.room_symphony_bg{
  background-image: url("../img/room/symphony_deco02.svg"), url("../img/room/symphony_deco01.png");
}

@media screen and (max-width: 896px) {
  #room{
    padding-top: 80px;
    background-size: 50% auto, 50% auto;
  }
}

/* room_about ---- */
.room_about{
  width: 100%;
}
.room_about .room_about_inner{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.room_about .room_about_inner h2.room_about_h2{
  width: 100%;
  font-size: 2.0rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.room_about .room_about_inner h2.room_about_h2 span.world{
  display: inline-block;
  background-color: #FF7B69;
  padding: 3px 20px;
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 10px;
  border-radius: 15px;
}
.room_about .room_about_inner h2.room_about_h2 span.red{
  color: #FF7B69;
}
.room_about .room_about_inner h2.room_about_h2 span.green{
  color: #5BA349;
}
.room_about .room_about_inner h2.room_about_h2 span.orange{
  color: #FF852F;
}
.room_about .room_about_inner .room_about_p{
  line-height: 2.0;
}

@media screen and (max-width: 896px) {
  .room_about .room_about_inner h2.room_about_h2{
    font-size: 1.2rem;
    /* 白フチつける */
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
  }
  .room_about .none_stroke{
    /* 白フチをつけたくない箇所に設定 */
    -webkit-text-stroke: 0;
    text-stroke: 0;
    paint-order: normal;
  }
  .room_about .room_about_inner h2.room_about_h2 span.world{
    padding: 3px 20px;
    font-size: 1.0rem;
    border-radius: 10px;
  }
}
/* room_link ---------------- */
.room_link{
  width: 100%;
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.room_link a.room_link_btn{
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px;
  position: relative;
  border-radius: 15px;
}
.room_link a.room_link_btn.btn_bg_sy{
  background-color: #346f26;
}
.room_link a.room_link_btn.btn_bg_ad{
  background-color: #DEB646;
}
.room_link a.room_link_btn.three_btn{
  width: 31%;
}
.room_link a.room_link_btn.two_btn{
  width: 48%;
}
.room_link a.room_link_btn::before {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 896px) {
  .room_link{
    margin: 30px 0 50px;
  }
  .room_link a.room_link_btn{
    margin-bottom: 10px;
  }
  .room_link a.room_link_btn.three_btn{
    width: 100%;
  }
  .room_link a.room_link_btn.two_btn{
    width: 100%;
  }
}
/* .room_area ----- */
.room_area{
  width: 100%;
  padding: 100px 0;
}
.room_area .room_area_inner{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.room_area h3.room_title{
  width: 100%;
  text-align: center;
  padding-top: 80px;
  position: relative;
  font-size: 1.7rem;
}
.room_area h3.room_title::before{
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.room_area .room_adventure_icon h3.room_title::before{
  background-image: url('../img/room/adventure_room_icon.svg');
}
.room_area .room_symphony_icon h3.room_title::before{
  background-image: url('../img/room/symphony_room_icon.svg');
}
.col_adventure{
  color: #DEB646;
}
.col_bg_adventure{
  background-color: #DEB646;
}
.col_bg_sub_adventure{
  background-color: #F1F1E6;
}
.room_area p.room_area_note{
  text-align: center;
  margin: 30px 0 50px 0;
  line-height: 2.0;
}
.room_area .room_photo_box{
  width: 100%;
}
h4.room_box_name{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
h4.room_box_name span{
  display: inline-block;
  padding: 5px 20px;
  border-radius: 99999px;
  color: #fff;
}
.room_photo_slider_thumb .slick-track {
  transform: unset !important;
}
.room_photo_slide_thumb_item {
  opacity: 0.5;
  transition: opacity .3s linear;
}
.room_photo_slide_thumb_item.slick-current {
  opacity: 1;
}
.room_box_note{
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0 auto;
  padding: 30px 50px;
}
.room_box_note.room_n_mb{
  margin-bottom: 100px;
}
.room_box_note.bg_white{
  background-color: #fff;
}
.room_box_note .room_box_note_item.bg_white{
  background-color: #fff;
}
.room_box_note table.room_box_table{
  width: 100%;
}
.room_box_note table.room_box_table th,
.room_box_note table.room_box_table td{
  border-bottom: 1px solid #d8d8cc;
  padding: 10px;
}
.room_box_note table.room_box_table tr:first-child th,
.room_box_note table.room_box_table tr:first-child td{
  border-top: 1px solid #d8d8cc;
}
.room_box_note table.room_box_table th{
  text-align: left;
  width: 25%;
}
.room_box_note table.room_box_table td{
  width: 75%;
}
.room_reserve_btn{
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.room_reserve_btn a{
  display: block;
  max-width: 400px;
  text-align: center;
  padding: 10px 25px;
  border-radius: 9999px;
  color: #fff;
  margin: 0 auto;
}

/* room_guests_only ------------ */
.room_guests_only{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.room_guests_only .room_guests_only_box{
  width: 48%;
  padding: 50px;
  border-radius: 20px;
}
.room_guests_only .room_guests_only_box .room_guests_only_photo{
  width: 100%;
  margin-bottom: 20px;
}
.room_guests_only .room_guests_only_box .room_guests_only_note{
  width: 100%;
}

/* room_dogrun ------------ */
.room_dogrun{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
  padding: 50px;
  border-radius: 20px;
}
.room_dogrun .room_dogrun_photo{
  width: 50%;
}
.room_dogrun .room_dogrun_note{
  width: 47%;
  margin-left: 3%;
}

/* room_common ------------ */
.room_common_h4{
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.room_common{
  width: 100%;
}

@media screen and (max-width: 896px) {
  .room_area{
    padding: 50px 0;
  }
  .room_area h3.room_title{
    padding-top: 80px;
    font-size: 1.5rem;
  }
  .room_area p.room_area_note{
    margin: 15px 0 30px 0;
    line-height: 1.7;
  }
  .room_box_photo{
    margin: 25px 0;
  }
  .room_box_note{
    margin: 25px auto 0 auto;
    padding: 20px 20px;
  }
  .room_box_note.room_n_mb{
    margin-bottom: 50px;
  }
  .room_box_note table.room_box_table th{
    width: 30%;
  }
  .room_box_note table.room_box_table td{
    width: 70%;
  }
  .room_guests_only{
    margin-top: 30px;
  }
  .room_guests_only .room_guests_only_box{
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .room_dogrun{
    padding: 25px;
    border-radius: 20px;
  }
  .room_dogrun .room_dogrun_photo{
    width: 100%;
  }
  .room_dogrun .room_dogrun_note{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

/* ---------------------------------
 meal #お食事
--------------------------------- */
.meal_link{
  width: 100%;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.meal_link a.meal_link_btn{
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px;
  position: relative;
  background-color: #003350;
  border-radius: 15px;
  width: 24%;
}
.meal_link a.meal_link_btn::before {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 896px) {
  .meal_link{
    margin: 25px 0;
  }
  .meal_link a.meal_link_btn{
    margin-bottom: 10px;
    width: 100%;
  }
}
/* meal_box ------- */
.meal_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.meal_box .meal_box_photo{
  width: 60%;
}
.meal_box .meal_box_photo img{
  vertical-align: bottom;
}
  .meal_box .meal_box_note{
  width: 38%;
  margin-left: 2%;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #F1F1E6;
}
.meal_box h3.meal_title{
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.meal_box h3.meal_title span{
  display: inline-block;
  color: #fff;
  padding: 5px 25px;
  border-radius: 9999px;
}
.meal_box p.meal_title_en{
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.7rem;
}
.meal_box h4.meal_sub_title{
  width: 100%;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.2rem;
  padding-bottom: 10px;
  border-bottom: 5px solid #efda9f;
}
.meal_box .meal_menu_mt{
  /* 間隔調整用 */
  margin-top: 20px;
}
.meal_photo_slider_thumb .slick-track {
  transform: unset !important;
  float: left;
}
.meal_photo_slide_thumb_item {
  opacity: 0.5;
  transition: opacity .3s linear;
}
.meal_photo_slide_thumb_item.slick-current {
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .meal_box .meal_box_photo{
    width: 100%;
  }
  .meal_box .meal_box_note{
    width: 100%;
    margin-left: 0;
    padding: 20px;
    border-radius: 0 0 15px 15px;
  }
  .meal_box h3.meal_title{
    margin-bottom: 25px;
  }
  .meal_txt_point{
    text-align: right;
  }
}

/* ---------------------------------
 dog #わんちゃんサービス
--------------------------------- */
/* dogrun_box */
.dogrun_box{
  width: 94%;
  max-width: 1400px;
  margin: 100px auto;
}
.dogrun_box_img{
  width: 100%;
  height: 600px;
}
.dogrun_box_img img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 30px;
}
h3.dogrun_box_title{
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  margin:30px 0;
}
@media screen and (max-width: 896px) {
  .dogrun_box{
    margin: 50px auto;
  }
  .dogrun_box_img{
    height: 250px;
  }
  .dogrun_box_img img{
    height: 250px;
    border-radius: 15px;
  }
  h3.dogrun_box_title{
    font-size: 1.5rem;
    margin:20px 0;
  }
}
/* dog_contents */
h3.dog_contents_h3{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.5rem;
}
.dog_contents{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.dog_contents_box{
  width: 47%;
  margin-bottom: 70px;
}
.dog_contents_box h4{
  margin:15px 0;
}
.dog_contents_box_img img{
  width: 100%;
  border-radius: 20px;
}


@media screen and (max-width: 896px) {
  h3.dog_contents_h3{
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  .dog_contents_box{
    width: 100%;
  }
  .dog_contents_box h4{
    margin:10px 0;
  }
}

/* ---------------------------------
 qa #よくある質問
--------------------------------- */
.qa_link{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.qa_link a.btn_qp{
  display: block;
  width: 31%;
  padding: 10px;
  background-color: #003350;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.qa_link a.btn_qp::before {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 896px) {
  .qa_link a.btn_qp{
    width: 48%;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: left;
  }
}
.qa_box{
  width: 100%;
  margin-bottom: 100px;
}
.qa_box_item{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px;
}
.qa_box_item dt {
  padding-bottom: 20px;
  border-bottom: 1px solid #003350;
  margin-bottom: 20px;
  position: relative;
}
.qa_box_item dd {
  margin: 0;
  position: relative;
}
.qa_box_item dt span {
  font-weight: bold;
}
.qa_box_item dt span, .qa_box_item dd span {
  display: inline-block;
  margin-left: 34px;
  margin-top: 5px;
  line-height: 1.6;
}
.qa_box_item dt::before {
  content: "Q";
  display: inline-block;
  padding-right: 10px;
  color: #003350;
  position: absolute;
  top:-6px;
  left: 0;
  font-size: 1.5rem;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.qa_box_item dd::before {
  content: "A";
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  top:-6px;
  left: 0;
  font-size: 1.5rem;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
a.qa_link_btn{
  padding: 5px 15px;
  display: inline-block;
  background-color: #003350;
  margin-top: 10px;
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .qa_box{
    margin-bottom: 50px;
  }
}

/* ---------------------------------
 news #ニュース
--------------------------------- */
/* news single ------------------------------- */
.news_contents{
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.news_date{
  width: 100%;
  margin-bottom: 20px;
}
h2.news_title{
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.news_date .news_date_time{
  margin-right: 10px;
}
.news_cate{
  padding: 1px 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.news_cate.cat_bg_news,
.news_cate.cat_bg_event{
  background-color: #003350;
}
.cat_bg_tobu{
  background-color: #DEB646;
}
.cat_bg_glamping{
  background-color: #346f26;
}
.article_news{
  width: 100%;
  padding: 30px;
  border: 1px solid #DADADF;
}
a.btn_tp{
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 15px 10px;
  margin: 10px auto;
  border: 1px solid #696FB1;
  color: #10164C;
  text-align: center;
}
a.btn_tp:hover{
  background-color: #696FB1;
  color: #fff;
}

@media screen and (max-width: 896px) {
  h2.news_title{
    font-size: 1.2rem;
  }
  .article_news{
    padding: 20px;
  }
}
/* news_list -------------- */
h3.news_list_h3{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
}
ul.news_list{
  width: 100%;
  list-style:none;
  padding: 0;
}
ul.news_list li{
  width: 23%;
  padding: 20px;
  background-color: #fff;
  margin: 15px 1%;
}
ul.news_list .cate{
  padding: 1px 10px;
  display: inline-block;
  background-color: #10164C;
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}
ul.news_list li .news_list_img{
  width:100%;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
}
ul.news_list li .news_list_img img{
  width: 100%;
  height: 200px;
  transition: transform .6s ease;
  object-fit: cover;
}
ul.news_list li .news_list_img a:hover img{
  transform: scale(1.1);
}

/* news archive ------------------------------- */
.news_archive_area{
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 30px auto;
}
.news_archive_area .news_archive_box{
  width: 100%;
  margin: 20px 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.news_archive_area .news_archive_box .news_archive_box_img{
  width: 25%;
  margin-right: 5%;
}
.news_archive_area .news_archive_box .news_archive_box_note{
  width: 70%;
}
.news_archive_area .news_archive_box .news_cat{
  padding: 1px 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.news_archive_area .news_archive_box .news_cat.cat_bg_news,
.news_archive_area .news_archive_box .news_cat.cat_bg_event{
  background-color: #003350;
}
h3.news_archive_title{
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
}
.news_archive_area .news_archive_box .news_archive_more{
  width: 100%;
  margin-top: 20px;
}
.news_archive_area .news_archive_box .news_archive_more a{
  display: inline-block;
  padding: 3px 15px;
  border-radius: 99999px;
  background-color: #003350;
  color: #fff;
}
/* category選択用 */
.link_archive_category{
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.link_archive_category a.link_archive_category_link{
  display: block;
  width: 48%;
  max-width: 300px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}

/* categoryページ用 */
.archive_category_name{
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.archive_category_name span{
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 300px;
  color: #fff;
  padding: 2px 10px;
}

@media screen and (max-width: 896px) {
  h3.news_archive_title{
    font-size: 1.0rem;
  }
  .news_archive_area .news_archive_box{
    padding: 20px;
  }
  .news_archive_area .news_archive_box .news_archive_box_img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news_archive_area .news_archive_box .news_archive_box_note{
    width: 100%;
  }
  .news_archive_area .news_archive_box .news_archive_more{
    text-align: right;
  }
}

/* ---------------------------------
 surrounding #周辺観光
--------------------------------- */
/* surrounding_list ---------------- */
.surrounding_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.surrounding_list .surrounding_list_box{
  width: 31%;
  margin: 0 1% 40px 1%;
  padding: 30px;
  background-color: #fff;
}
.activity_pickup{
  background-color: #ffdcdc !important;
  border: 2px solid #fff;
}
.surrounding_list h3.surrounding_list_h3{
  margin: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 896px) {
  .surrounding_list .surrounding_list_box{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }
}
/* surrounding_main ---------------- */
.surrounding_main{
  width: 100%;
}
.surrounding_main h2.surrounding_title{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.surrounding_main .surrounding_img{
  width: 100%;
}
.surrounding_main .surrounding_txt{
  width: 100%;
  margin: 30px 0;
}
.surrounding_main dl.surrounding_dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #D9D9D9;
}
.surrounding_main dl.surrounding_dl dt{
  width: 20%;
  padding: 10px;
  color: #003350;
  font-weight: bold;
}
.surrounding_main dl.surrounding_dl dd{
  width: 80%;
  padding: 10px;
  margin: 0;
}
.surrounding_main .surrounding_googlemap{
  width: 100%;
  margin-top: 30px;
}
.surrounding_main .surrounding_googlemap iframe{
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 896px) {
  .surrounding_main dl.surrounding_dl dt{
    width: 30%;
  }
  .surrounding_main dl.surrounding_dl dd{
    width: 70%;
  }
  .surrounding_main .surrounding_googlemap iframe{
    height: 300px;
  }
  .surrounding_main h2.surrounding_title{
    font-size: 1.3rem;
  }
}
/* activity archive */
.activity_cat{
  padding: 1px 8px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
  border-radius: 3px;
}
/* activity single */
.activity_cat_box{
  width: 100%;
  margin-top: 15px;
}
.activity_cat_box .activity_single_cat{
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  border-radius: 3px;
}
.cat_bg_adventure{
  background-color: #003350;
}
.cat_bg_symphony{
  background-color: #346f26;
}
.cat_bg_pickup{
  background-color: #c04141;
}
@media screen and (max-width: 896px) {
  .activity_cat_box .activity_single_cat{
    padding: 3px 5px;
    font-size: 12px;
  }
}