@charset "utf-8";
/* CSS Document */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child + html body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
/*html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
}
#elephant * {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#elephant img {
  border: 0px;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
#elephant li {
  list-style-type: none;
  text-decoration: none;
}
#elephant a {
  text-decoration: none;
}
#elephant a:hover {
  opacity: 0.8;
}
#elephant {
  width: 100%;
  font-size: 20px;
  color: #0d0d0d;
  line-height: 1.8;
  background-color: #FFF;
  min-width: 1140px;
}
/*top*/
#elephant .top {
  position: relative;
}
#elephant .top .background {
  background: url("../../image/animal-new/background.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 540px;
}
#elephant .top .title img {
  /*  width: 55%;*/
  min-width: 930px;
  object-fit: cover;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#elephant .top .review {
  display: table;
  background: #fff;
  border: 1px dashed #eb68c9;
  text-align: center;
  color: #b70d45;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  padding: 0 1em;
  min-width: 930px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#elephant .top .review .review_t,
#elephant .top .review .star {
  display: table-cell;
  vertical-align: middle;
}
#elephant .top .review a{
	display: block;
	color: #b70d45;
}
#elephant .top .review span img {
  padding: 1px;
  vertical-align: middle;
}
/*guid*/
#elephant .guide {
  margin: 2% auto;
  color: #683f33;
  text-align: center;
  line-height: 2em;
  font-size: 24px;
  font-weight: bold;
  min-width: 1100px;
}
/*about*/
#elephant .about {
  background: #fbf9e7;
  padding: 20px;
}
#elephant .about .elephantsafari {
  width: 69%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
#elephant .about h3 {
  color: #eb2e5f;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #eb2e5f;
}
#elephant .about .elephantsafari .elephantsafarisub {
  width: 93%;
  margin: 0 auto;
}
#elephant .about .elephantsafari .elephantsafarisub .text {
  width: 88%;
  float: right;
  padding: 3% 0% 2% 2%;
  padding-bottom: 0;
}
#elephant .about .elephantsafari .elephantsafarisub .text h4 {
  color: #eb510e;
  font-size: 26px;
  font-weight: bold;
}
#elephant .about .elephantsafari .elephantsafarisub .text p {
  padding: 1% 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.05em;
}
#elephant .about .elephantsafari .elephantsafarisub > img {
  width: 12%;
  object-fit: cover;
  padding: 1% 0;
}
#elephant .about .elephantsafari .elephantsafarisub .btn {
  display: inline-block;
  padding: 0.3em 0;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: #e3338a;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 2em;
  position: relative;
}
#elephant .about .elephantsafari .elephantsafarisub .btn img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/*tours*/
#elephant .tours {
  width: 72%;
  min-width: 1100px;
  margin: 0 auto;
  padding-bottom: 5%;
}
#elephant .tours .tourstitle {
  text-align: center;
  padding: 4% 0 3%;
}
#elephant .tours .tourstitle h3 {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #eb2e5f;
  padding: 0 3%;
  line-height: 2;
}
#elephant .tours .tourstitle img {
  display: inline;
  vertical-align: baseline;
}
#elephant .tourstitle p {
  color: #964d17;
  font-size: 24px;
  font-weight: bold;
}
/*toursphoto*/
#elephant .tours ul li {
  float: left;
  width: 50%;
  list-style: none;
}
#elephant .tours .photo {
  margin: 2% 3%;
  position: relative;
}
#elephant .tours .toursphoto .photo p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #33abe3;
  color: #fff;
  padding: 0.5em 5%;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
#elephant .tours ul li img {
  width: 100%;
  object-fit: cover;
}
#elephant .tours .toursphoto {
  width: 100%;
}
/*map*/
#elephant .map {
  background: #fbf9e7;
  padding: 40px 0;
  text-align: center;
  min-width: 1100px;
}
#elephant .map .map_inner{
	margin:0px auto;
  width: 1100px;
}
#elephant .map .map_inner .map_img{
	margin-bottom:20px;
}
#elephant .map h3 {
  display: flex;
  align-items: center;
  color: #eb2e5f;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
}
#elephant .map h3:before, .map h3:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
}
#elephant .map h3:before {
  margin-right: 2em;
}
#elephant .map h3:after {
  margin-left: 2em;
}
#elephant .map > img {
  padding: 2% 0;
}
#elephant .map .btn {
  display: inline-block;
  padding: 0.3em 0;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: #e3338a;
	width:1000px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 2em;
  position: relative;
}
#elephant .map .btn img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/*schedule*/
#elephant .schedule {
  width: 70%;
  min-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
#elephant .scheduletitle {
  text-align: center;
  padding: 5% 0 3%;
}
#elephant .scheduletitle h3 {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  color: #eb2e5f;
  padding: 0 2%;
  line-height: 2;
  padding-bottom: 3%;
}
#elephant .scheduletitle img {
  display: inline;
  vertical-align: baseline;
}
#elephant .scheduletitle .hotel .hotelbox {
  display: table;
  width: 100%;
  color: #24631d;
  font-weight: bold;
  border: 1px solid #318128;
  padding: 2% 2%;
  position: relative;
}
#elephant .scheduletitle .hotel .hotelbox span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 8px;
}
#elephant .scheduletitle .hotel span:first-of-type {
  font-size: 24px;
}
#elephant .scheduletitle .hotel span:nth-of-type(2) {
  font-size: 30px;
}
#elephant .scheduletitle .hotel .btn {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: #24631d;
  font-size: 24px;
  padding: 0.5em 4.5em;
  position: relative;
}
#elephant .scheduletitle .hotel .btn img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/*table*/
#elephant table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
  line-height: 2;
  border: 1px solid #6db940;
  box-sizing: border-box;
}
#elephant table th {
  width: 10%;
  background-color: #318128;
  color: #fff;
  border-bottom: 1px solid #6db940;
  padding: 1% 1% 1% 1%;
	text-align: center;
}
#elephant table td {
  background-color: #eaf5e1;
  padding: 1% 2%;
  font-size: 17px;
}
#elephant table td p {
  color: #318128;
  font-weight: bold;
  border-left: 7px solid;
  padding: 0.05em 0.5em;
  font-size: 19px;
}
#elephant table tr:nth-of-type(4) td {
  padding-top: 2%;
}
#elephant table tr:nth-of-type(7) td {
  position: relative;
}
#elephant table tr:nth-of-type(7) td img {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
#elephant table tr td .activity img {
  width: 48%;
  object-fit: cover;
}
#elephant table tr td .activity img:last-child {
  float: right;
}
#elephant table tr:last-of-type td {
  padding: 2em 2em 3em;
}
#elephant table tr td .btn {
  display: inline-block;
  padding: 0.3em 0;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: #e3338a;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 2em;
  position: relative;
}
#elephant table tr td .btn img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#elephant .white {
  background-color: #fff;
  border-bottom: 1px solid #6db940;
}
#elephant .orange {
  color: #ec4a1f;
  border: none;
  padding-left: 0;
  line-height: 1;
}
#elephant .tour{
    margin: 40px auto;
    max-width: 1100px;
}
#elephant .tour h3{
    color: #eb2e5f;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #eb2e5f;
    margin-bottom: 30px;
}

#elephant .hotelbox .data-box{
position: absolute;
top: 21px;
  width: auto;
  display: flex;
  align-items: center;
  left: 30px;
}
#elephant .hotelbox .data-box .iconbox{
  display: flex;
}
#elephant .hotelbox .data-box .iconbox p.rank{
    width: auto;
    font-size: 13px;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-right: 6px;
}
#elephant .hotelbox .data-box .iconbox p.rank.high{
    background: #a48700;
}
#elephant .hotelbox .data-box .iconbox p.rank.low {
    background: #213264;
}
#elephant .hotelbox .data-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 4px;
    font-size: 16px;
}
#elephant .hotelbox .data-box p.kuchikomi{
    display: flex;
    justify-content: center;
    align-items: center;
}
#elephant .hotelbox .data-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#elephant .hotelbox .data-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#elephant .hotelbox .data-box p.kuchikomi .evaluation .comment{
font-size: 16px;
    padding-left: 0;
}
#elephant .hotelbox .data-box p.kuchikomi .number {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#elephant .hotelbox .data-box p.kuchikomi .number a{
      text-decoration: underline  
}
#elephant .hotelbox .data-box p.kuchikomi .star {
    display: flex;
}
#elephant .scheduletitle .hotel .data-box span:first-of-type{
font-size: 16px;
}
#elephant .scheduletitle .hotel .hotelbox .data-box span{
display: flex;
padding: 0;
}
#elephant .scheduletitle .hotel .hotelbox .hotel_name{
padding-top: 34px;
  line-height: 1;
}

/*新対象コース*/
#elephant .tab_menu {
    margin-top: 30px;
    background-color: #fff;
    box-sizing: border-box;
}
#elephant .tab_menu ul.area {
    display: flex;
}
#elephant .tab_menu ul.area li {
    width: 25%;
    list-style-type: none;
    border: 1px solid #e34895;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    cursor: pointer;
    border-right: none;
    border-bottom: none;
    font-weight: bold;
}
#elephant .tab_menu ul.area li:last-of-type {
    border-right: 1px solid #e34895;
}
#elephant .tour_tab .tour-contents {
    border: 3px solid #fdb3d8;
    background-color: #fff;
    display: none;
}
#elephant .tour_tab .tour-contents * {
    box-sizing: border-box;
}
#elephant .tour_tab .tour-contents ul li {
    list-style-type: none;
    position: relative;
}
#elephant .tour_tab .tour-contents ul li a {
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    flex-wrap: wrap;
    text-decoration: none;
}
#elephant .tour_tab .tour-contents ul li a:hover {
    background-color: #ffb9e9;
    transition: 0.2s linear;
}
#elephant .tour_tab .tour-contents ul li a:hover .box .item1,
#elephant .tour_tab .tour-contents ul li a:hover .box .item3,
#elephant .tour_tab .tour-contents ul li a:hover .box .item2,
#elephant .tour_tab .tour-contents ul li a:hover .box .bottom_box .hotel_item{
    color: #fff;
}
#elephant .tour_tab .tour-contents ul li:last-child a{
    border-bottom: none;
}
#elephant .tour_tab .tour-contents ul li .img img {
    object-fit: cover;
    width: 250px;
    height: 150px;
}
#elephant .tour_tab .tour-contents ul li .box {
    width: calc(100% - 250px);
    padding: 0 10px;
    position: relative;
}
#elephant .tour_tab .tour-contents ul li .box .item1 {
    text-decoration: underline;
    font-size: 16px;
    color: #333;
    font-weight: bold;
           overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
#elephant .tour_tab .tour-contents ul li .box .item3{
    color: #333;
    display: flex;
    justify-content: right;
    align-items: flex-start;
min-width: 350px;
}
#elephant .tour_tab .tour-contents ul li .box .item3 .midashi{
width: 20px;
}
#elephant .tour_tab .tour-contents ul li .box .item2 {
    color: #333;
    font-size: 15px;
}
#elephant .tour_tab .tour-contents ul li .box .item3 .t-item span{
display: block;
}
#elephant .tour_tab .tour-contents ul li .item3 .t-item span.per-person,
#elephant .tour_tab .tour-contents ul li .item3 .t-item span.nenyu{
font-size: 13px;

}
#elephant .tour_tab .tour-contents ul li .item3 .t-item span.per-person{
color: #f51b44;
}
#elephant .tour_tab .tour-contents ul li .item3 .t-item{
margin-left: 6px;
}

#elephant .tour_tab .tour-contents ul li .box .bottom_box{
display: flex;
justify-content: space-between;
}
#elephant .tour_tab .tour-contents ul li .bottom_box .hotel_item{
color: #333;
  font-size: 14px;
  background: url(../../img/hotel_icon.png) no-repeat;
  background-size: 20px;
  width: calc(100% - 350px);
  padding-left: 25px;
  padding-top: 30px;
  background-position: left 30px;
}
.tour-contents ul li .box .item3 .price,#elephant .tour_tab .tour-contents ul li .item3 .price{
    font-size: 28px;
    color: #f51b44;
line-height: 1;
}
#elephant .tab_menu ul.area li.on {
    background-color: #e34895;
    color: #fff;
    border-color: #e34895;
}
#elephant .tab_menu ul.area li:hover {
    background-color: #e34895;
    color: #fff;
}
#elephant .tour_tab .tour-contents .link-button a {
    display: block;
    width: 770px;
    margin: 40px auto;
    background: #e34895;
    text-align: center;
    text-decoration: none;
    transition: 0.2s linear;
    padding: 1px;
    color: #fff;
    position: relative;
    border-radius: 10px;
}
#elephant .tour_tab .tour-contents .link-button a span {
    display: inline-block;
    font-size: 25px;
    padding: 15px;
    font-weight: bold;
    color: #FFF;
}
#elephant .tour_tab .tour-contents .link-button {
    margin: 20px 0;
}
#elephant .tour_tab .tour-contents .link-button a:hover {
    opacity: 0.8;
}
#elephant .tour_tab .tour-contents p.img {
    position: relative;
}
#elephant .tour_tab .tour-contents .area-name {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #676767;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}
#elephant .tour_tab .tour-contents .link-button a span::before {
    content: '';
    position: absolute;
   top: 48%;
    right: 4%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
    height: 11px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
#container #elephant .tour_tab .genre_detail{

	height: auto;
    font-size: 0;
}
#container #elephant .tour_tab .genre_detail span{
border: 1px solid #bebebe;
border-radius: 15px;
  margin-right: 5px;
    font-size: 12px;
    line-height: 175%;
    display: inline-block;
    padding: 1px 7px;
    font-weight: bold;
    margin-bottom: 3px;

    color: #333;
      background-color: #fff;
}
#container #elephant .tour_tab .genre_detail .left_area{
	float:left;
	width:525px;
	padding:0px;
	margin:0px;
}
#container #elephant .tour_tab .genre_detail .right_area{
	float:right;
	width:326px;
}
#container #elephant .tour_tab .genre_detail .right_area .bt_detail a{
	background:url(../img/bt_detail_l.png) left top no-repeat;
	width:326px;		
	height:54px;
	height:54px;
	padding:0px;
	display:block;
	margin:0px;
}
#container #elephant .tour_tab .genre_detail .right_area .bt_detail:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

#container #elephant .tour_tab .genre_detail .right_area .bt_detail a span{
	display:none;
}

#container #elephant .tour_tab .genre_detail .right_area .tour_cd{
	margin:0px;
	padding:4px 0px 0px 0px;
	text-align:center;
}
#container #elephant .tour_tab .genre_detail span.icon_ebf{background:url(../../img/icon_ebf.png) no-repeat right center #fff; padding-right:25px;background-size: 30px;}
#container #elephant .tour_tab .genre_detail span.icon_car{background:url(../../img/icon_car.png) no-repeat right center #fff; padding-right:35px}

#container .tour .data-box{
    display: flex;
    position: absolute;
  bottom: 56px;
  left: 270px;
  align-items: center;
  top: auto;
}
#container .tour .data-box .iconbox p.rank{
    width: auto;
    font-size: 13px;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
#container .tour .data-box .iconbox p.rank.high{
    background: #a48700;
}
#container .tour .data-box .iconbox p.rank.low {
    background: #213264;
}
#container .tour .data-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 4px;
    font-size: 15px;
}
#container .tour .data-box p.kuchikomi{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#container .tour .data-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#container .tour .data-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#container .tour .data-box p.kuchikomi .evaluation .comment{
font-size: 14px;
    padding-left: 0;
}
#container .tour .data-box p.kuchikomi .number {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#container .tour .data-box p.kuchikomi .number a{
      text-decoration: underline;
      display: inline;
}
#container .tour .data-box p.kuchikomi .star {
    display: flex;
}
#container .tour .data-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#container .tour .data-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#container .box-left .tour .data-box,#container .box-right .tour .data-box{
    width: 100%;
}

#elephant .tour_tab .tour-contents ul li .tour .data-box a{
border-bottom: none;
padding: 0;
}
#elephant .tour_tab .tour-contents ul li .tour .data-box a:hover{
background-color: transparent;
color: #333;
}

/* PCレイアウト */
@media (min-width: 640px) {
  /*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
  #elephant .pc_none {
    display: none !important;
  }
  .tour_tab{
      width: 1100px;
    margin: 0 auto;
  }
  #elephant .photobase{
      display: flex;
    align-items: flex-start;
  }
  #elephant .photobase img{
      width: 25%;
  }
  #elephant .photobase span{
      width: 74%;
  }
}
/* スマホレイアウト */
@media (max-width: 639px) {
  #elephant {
    font-size: 14px;
    line-height: 1.4;
    min-width: inherit;
  }
  /*top*/
  #elephant .top {
    position: relative;
  }
  #elephant .top .background {
    height: 150px;
	background-position: bottom;
background-color: #f9feaa;
background-size: contain;
  }

  #elephant .top .title img {
    width: 65%;
    min-width: 0;
    object-fit: cover;
    position: absolute;
    top: 35%;
    left: 50%;
  }
  #elephant .top .review {
  font-size: 12px;
  line-height: 20px;
	width: 90%;
  padding: 0 1em;
  min-width: 0;
   position: static;
   transform: none;
	  margin: 2% auto 0;	
  }
  #elephant .top .review .review_t {
    display: inline;
  }
  #elephant .top .review .star{
    width: 40%;
  }
  /*guid*/
  #elephant .guide {
    line-height: 1.75em;
    padding: 10px;
    font-size: 12px;
    min-width: 0px;
  }
  /*about*/
  #elephant .about {
    padding: 10px;
    min-width: 0px;
  }
  #elephant .about .elephantsafari {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    min-width: 0px;
  }
  #elephant .about h3 {
    font-size: 5vw;
    line-height: 1.5em;
		padding-top:3%;
  }
  #elephant .about .elephantsafari .elephantsafarisub {
    width: 100%;
    margin: 0 auto 5%;
    text-align: center;
  }
  #elephant .about .elephantsafari .elephantsafarisub .text {
    width: 100%;
    float: none;
    padding: 2%;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: left;
  }
  #elephant .about .elephantsafari .elephantsafarisub .text h4 {
    color: #eb510e;
    font-size: 18px;
    font-weight: bold;
  }
  #elephant .about .elephantsafari .elephantsafarisub .text p {
    padding: 2% 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  #elephant .about .elephantsafari .elephantsafarisub > img {
    width: 40%;
    object-fit: cover;
    padding: 5%;
    min-width: 0px;
  }
  #elephant .about .elephantsafari .elephantsafarisub .btn {
    font-size: 14px;
    line-height: 2.5;
    margin-top: 5%;
  }
  #elephant .about .elephantsafari .elephantsafarisub .btn img {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  /*tours*/
  #elephant .tours {
    width: 95%;
    min-width: 0px;
  }
  #elephant .tours .tourstitle img {
    width: 4%;
  }
  #elephant .tours .tourstitle h3 {
    font-size: 14px;
		padding:0;
  }
  #elephant .tourstitle p {
    font-size: 12px;
    line-height: 1.5em;
  }
  /*toursphoto*/
  #elephant .tours ul li {
    float: none;
    width: 100%;
  }
  #elephant .tours .photo {
    margin: 4% 4%;
  }
  #elephant .tours .toursphoto .photo p {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
  }
  /*map*/
  #elephant .map {
    padding: 10px 0;
    min-width: 0px;
  }
  #elephant .map .map_inner{
    width: 95%;
		margin:0px auto;
	}
	#elephant .map .map_inner .map_img{
		margin-bottom:0px;
	}
  #elephant .map h3 {
    font-size: 26px;
  }
  #elephant .map > img {
    padding: 2% 0;
    width: 100%;
  }
  #elephant .map .btn {
    width: 100%;
    font-size: 14px;
    line-height: 2.5em;
    margin: 5% 0;
  }
  #elephant .map .btn img {}
  /*schedule*/
  #elephant .schedule {
    width: 95%;
    margin-top: 5%;
    min-width: 0px;
	margin-bottom: 7%;
  }
  #elephant .scheduletitle {
    text-align: center;
    padding: 3% 0;
  }
  #elephant .scheduletitle h3 {
    font-size: 14px;
    padding: 0;
    line-height: 1.5;
    padding-bottom: 3%;
  }
  #elephant .scheduletitle .hotel .hotelbox {
    display: block;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
  #elephant .scheduletitle .hotel .hotelbox span {
    display: inline-block;
    line-height: 1.75;
  }
  #elephant .scheduletitle .hotel span:first-of-type {
    font-size: 12px;
  }
  #elephant .scheduletitle .hotel span:nth-of-type(2) {
    font-size: 18px;
  }
  #elephant .scheduletitle .hotel .btn {
    display: inline-block;
    font-size: 14px;
    padding: 0.2em 4.5em;
    line-height: 2.5em;
    margin: 5% 0;
  }
  /*table*/
  #elephant table {
    box-sizing: border-box;
  }
  #elephant table th, td {
    display: block;
  }
  #elephant table th {
    width: 100%;
    padding: 0%;
    font-size: 16px;
  }
  #elephant table td {
    width: 100%;
    padding: 1% 0;
    font-size: 12px;
    padding-left: 2%;
  }
  #elephant table td p {
    color: #318128;
    font-weight: bold;
    border-left: 5px solid;
    padding: 0.05em 0.5em;
    font-size: 14px;
  }
  #elephant table tr:nth-of-type(4) td {
    padding-top: 2%;
  }
  #elephant table tr:nth-of-type(7) td {
    position: relative;
  }
  #elephant table tr:nth-of-type(7) td img {
    position: static;
    transform: none;
    display: block;
    margin: 2% auto;
  }
  #elephant table tr:last-of-type td {
    width: 100%;
    padding: 3% 0 7%;
    padding-left: 0;
  }
  #elephant table tr td .activity img {
    width: 98%;
		margin:2% 0 2%;
  }
  #elephant table tr td .activity img:last-child {
    float: none;
  }
  #elephant table tr td .btn_base{
		text-align:center;
	}
  #elephant table tr td .btn {
    width: 95%;
    font-size: 14px;
    line-height: 2.5em;
  }
  #elephant .white {
    width: 100%;
    padding: 1% 0;
    padding-left: 2%;
  }
  
#elephant .hotelbox .data-box .data-box{
bottom: 63px;
top: auto;
left: 0;
  right: 0;
  justify-content: center;
  }
#elephant .scheduletitle .hotel .hotelbox .hotel_name{
padding-top: 0;
padding-bottom: 20px;
}

  
  /*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
  #elephant .sp_none {
    display: none !important;
  }
  
  #elephant .tour h3{
      font-size: 4vw;
  }
  

/*新対象コース*/
#elephant .tour_tab ul{
    flex-wrap: wrap;
    justify-content: center;
}
#elephant .tab_menu ul.area li{
    font-size: 3.8vw;
    width: 30%;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px 0;
    border-right: 1px solid #e34895;
    border-bottom: 1px solid #e34895;
}
#elephant .tour_tab .tour-contents ul li{
    padding: 5px;
}
#elephant .tab_menu {
    background: transparent;
    margin: 15px 10px 10px;
}
#container #elephant .tour_tab .tour-contents ul li .img img {
    width: 100px;
    height: 70px;
}
#elephant .tour_tab .tour-contents .area-name {
    font-size: 3.3vw;
    bottom: -8px;
    padding: 0 5px;
    width: 100px;
    text-align: center;
    top: auto;
}
#container #elephant .tour_tab .tour-contents ul li .box {
    width: calc(100% - 100px);
    position: static;
    min-height: 94px;
}
#container #elephant .tour_tab .tour-contents ul li .box .item1 {
    font-size: 3.5vw;
}
#container #elephant .tour_tab .tour-contents ul li .box .item2 {
    font-size: 3vw;
    font-feature-settings: "palt";
}
#container #elephant .tour_tab .tour-contents ul li .item3 {
    font-size: 5vw;
    right: auto;
    position: absolute;
    min-width: 0;
    left: 0;
    width: 100%;
    display: block;
    bottom: 0;
}
#container #elephant .tour_tab .tour-contents ul li a {
    position: relative;
    padding: 0;
    padding-bottom: 12vw;
}
#container #elephant .tour_tab .tour-contents .link-button a {
    width: 90%;
    margin: 20px auto;
}
#container #elephant .tour_tab .tour-contents .link-button a span {
    font-size: 5vw;
    padding: 5px;
}
#container #elephant .tour_tab .tour-contents .link-button {
    margin: 10px 0;
}
#container #elephant .tour_tab .tour-contents ul li .bottom_box .hotel_item {
    width: auto;
    font-size: 3vw;
    line-height: 1.3;
    padding-top: 25px;
    background-position: left 25px;
}
#container #elephant .tour_tab .tour-contents ul li .bottom_box {
    display: block;
}
.tour-contents p.img {
    height: 80px;
}
#container #elephant .tour_tab .tour-contents ul li .item3 .price {
    font-size: 5vw;
}
#container #elephant .tour_tab .tour-contents ul li .item3 .t-item span.per-person,
#container #elephant .tour_tab .tour-contents ul li .item3 .t-item span.nenyu {
    font-size: 3vw;
}
#container #elephant .tour_tab .tour-contents ul li .item3 .t-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}
#container #elephant .tour_tab .tour-contents ul li .item3 .t-item span.nenyu {
    width: 100%;
    color: #333;
}
#container #elephant .tour_tab .ttl-business{
    background: #6e2162;
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
}
#container #elephant .tour_tab .tour-contents ul li .box .business{
    border: solid 1px #6e2162;
    padding: 1px;
    font-size: 3vw;
    width: 60%;
    text-align: center;
    color: #6e2162;
    border-radius: 3px;
    margin-bottom: 5px;
}
#container #elephant .tour_tab .ttl-economy{
    background: #21406e;
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
}
#container #elephant .tour_tab .tour-contents ul li .box .economy{
    border: solid 1px #21406e;
    padding: 1px;
    font-size: 3vw;
    width: 60%;
    text-align: center;
    color: #21406e;
    border-radius: 3px;
    margin-bottom: 5px;
}
#elephant .economy-area .tab_menu ul.area li {
    border:1px solid #21406e;
}
#elephant .economy-area .tab_menu ul.area li.on {
    background-color: #21406e;
    color: #fff;
    border-color: #21406e;
}
.economy-area .tour-contents{
    border: 3px solid #8b9ac1;
}
/*ホテル評価スマホ*/
#container .tour-contents ul li .tour .data-box a {
    border-bottom: none;
    padding: 0;
}
#container #elephant .tour_tab .data-box .iconbox p.rank{
font-size: 2.2vw;
padding: 0 2px;
width: 80px;
}
#container #elephant .tour_tab .data-box p.kuchikomi .evaluation,
#container #elephant .tour_tab .data-box p.kuchikomi .number,
#container #elephant .tour_tab .data-box p.kuchikomi .evaluation .comment{
font-size: 2.5vw;
}
#container #elephant .tour_tab .data-box p.kuchikomi{
margin-left: 2px;
}
#container #elephant .tour_tab .data-box p.kuchikomi .star{
    position: relative;
        width: 55px;
        height: 15px;
}
#container #elephant .tour_tab .data-box p.kuchikomi .star img{
width: 15px;
height: auto;
position: absolute;
}
#container #elephant .tour_tab .data-box{
  bottom: auto;
        left: 110px;
        top: 15vw;
        font-feature-settings: "palt";
  } 
#container #elephant .tour_tab .data-box p.kuchikomi .star img:nth-child(1){
    left: 0px;
    z-index: 14;
}
#container #elephant .tour_tab .data-box p.kuchikomi .star img:nth-child(2){
    left: 10px;
    z-index: 13;
}
#container #elephant .tour_tab .data-box p.kuchikomi .star img:nth-child(3){
    left: 20px;
    z-index: 12;
}
#container #elephant .tour_tab .data-box p.kuchikomi .star img:nth-child(4){
    left: 30px;
    z-index: 11;
}
#container #elephant .tour_tab .data-box p.kuchikomi .star img:nth-child(5){
    left: 40px;
    z-index: 10;
}
#elephant .photobase img{
      display: block;
    margin: 10px auto;
  }
}
@media (max-width: 320px) {
#elephant .scheduletitle .hotel span:nth-of-type(2) {
    font-size: 4.5vw;
  }
  #elephant .data-box{
bottom: 67px;
  }
  #elephant .data-box .iconbox p.rank,
#elephant .scheduletitle .hotel .data-box span:first-of-type,#elephant .data-box p.kuchikomi .evaluation .comment{
font-size: 3.3vw;
}

}