.search-h4 {
	margin: 0;
	padding: 15px 0 0 0;
}

.result__option02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 13px 0 0;
}

@media screen and (max-width: 767px) {
  .result__option02 {
    /*margin: 18px -5px 0;*/
  }
}
/*
.result__option02-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 10px 0;
  width: 104px;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #33b9ff;
  border: solid 2px #33b9ff;
  border-radius: 10px;
  background: #d6f1ff;
  line-height: 1.2;
  text-align: center;
}
*/
.result__option02-item {
	display: inline-block;
	margin: 5px 5px 0 0;
	padding: 15px 10px;
	color: #33b9ff;
	background-color: #d6f1ff;
	border: solid 2px #33b9ff;
	border-radius: 10px;
}
/*
@media screen and (max-width: 1100px) {
  .result__option02-item {
    font-size: 14px;
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .result__option02-item {
    font-size: 15px;
    width: calc((100%/4) - 10px);
    height: 66px;
    margin: 0 5px 10px;
  }
}
*/
.result__option03 {
	display: inline-block;
}
.result__option03-item {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 15px 10px;
	color: #FF7C38;
	background-color: #FFE2D4;
	border: solid 2px #FF7C38;
	border-radius: 10px;
}

.search_thumbnail {
	max-width: 180px;
}
@media screen and (max-width: 899px) {
	.search_thumbnail {
		max-width: 100%;
	}
}

.submit_btn {
	width: 334;
	height: 70px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #00a8b7;
	border-radius: 10px;
	margin: 0 auto;
	letter-spacing: 2px;
}

.detail__cont {
  margin: 0;
}

.detail_label {
	margin: 25px 0 5px 0;
	padding: 0 0 0 5px;
	font-weight: bold;
	border-left: 3px solid #00a8b7;
}

.detail__table {
  width: 100%;
  margin: 0;
  border-radius: 15px;
}

.detail__table th, .detail__table td {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  vertical-align: middle;
  border: solid 1px #655443;
}

@media screen and (max-width: 1100px) {
  .detail__table th, .detail__table td {
    display: block;
    line-height: 1.4;
  }
}

.detail__table th {
  width: 100px;
  background: #d6f1ff;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .detail__table th {
    width: 100%;
    padding: 10px;
  }
}

.detail__table td {
  padding: 10px 18px;
}

@media screen and (max-width: 1100px) {
  .detail__table td {
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
}

.detail__table td.detail__table-tel {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .detail__table td.detail__table-tel {
    border-bottom: 1px solid #655443;
  }
  .detail__table td.last {
    border-bottom: solid 1px #655443;
  }
}

.detail__table-price-title {
  font-weight: 500;
  color: #655443;
}

.detail__table-price-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail__table-price-num {
  color: #ff7bab;
}

.detail__table-price .big {
  font-size: 18px;
  font-weight: 800;
}

@media screen and (max-width: 1100px) {
  .detail__table-price .big {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .detail__table-price .big {
    font-size: 18px;
  }
}

.table_orange th {
	background-color: #FFF3EE;
}

.upd_info {
	margin: 0;
	padding: 0 5px;
	font-size: 15px;
	font-weight: bold;
	color: #ff7bab;
	border: 2px solid #ff7bab;
	border-radius: 10px;
}
.upd_info_not {
	margin: 0;
	padding: 0 25px;
	font-size: 15px;
	color: #ffffff;
	background-color: #cccccc;
	border: 2px solid #cccccc;
	border-radius: 10px;
}
.table_caution {
	display: block;
	margin: 5px 0 0 0;
	font-size: 14px;
}
.img-container {
  margin: 30px auto 0;
  max-width: 640px;
  width: 100%;
}
.img-container img {
  height: auto;
  width: 100%;
}

.map {
	margin: 0;
	padding: 20px 0 0 0;
}
.tour_conditions {
	margin: 0;
	padding: 10px 0 0 0;
}
.reset_btn {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}
.reset_btn a {
	color: #4d4d4d;
}
.reset_btn a:hover {
	text-decoration: underline;
}
.no_hit {
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
}
.slick-prev {
    left: -20px;
    z-index: 1;
}
 
.slick-next {
    right: -20px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-text {
	margin: 10px 0 0 0;
}