@charset "UTF-8";
/* CSS Document */
.timesale * {
  font-size: 16px;
  line-height: 140%;
  box-sizing: border-box;
}
.timesale a:hover img {
  opacity: 1;
}
.timesale a:hover * {
  opacity: 0.8;
}
.timesale section {
  width: 100%;
}
.timesale section .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.timesale .mainttl {
  text-align: center;
  margin-bottom: 30px;
}
.timesale .mainttl span:nth-of-type(1) {
  font-size: 180%;
  font-weight: bold;
  display: block;
}
.timesale .mainttl span:nth-of-type(2) {
  font-size: 100%;
  color: #BB0000;
  display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.pc-none {
	display: none;
}
@media screen and (max-width:750px) {
.sp-none {
	display: none;
}
.pc-none {
	display: inherit;
}
.timesale .mainttl span:nth-of-type(1) {
  font-size: 150%;
}
}
/*================================
	メインビジュアル
================================*/
.timesale .mainvisual {
  background: #BB0000
}
.timesale .mainvisual .inner {
  background: url(../img/bk.webp) no-repeat top left;
	position: relative;
	  min-height: 400px;
}
.timesale .mainvisual h2 {
	text-indent: -9999px;
}
.timesale .mainvisual .jyoken {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
    position: absolute;
    top: 60px;
    left: 70px;
}
.timesale .mainvisual .kikan {
	background: #000;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 auto;
    padding: 0 10px 0 0;
    width: 570px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 285px);
}
.timesale .mainvisual .kikan::before {
	content: "";
	display: block;
	width: 15px;
	height: 50px;
	border-top: 25px solid #000;
	border-bottom: 25px solid #000;
	border-left: 15px solid rgba(0,0,0,0);
	border-right: 0 solid #000;
	box-sizing: border-box;
	position: absolute;
	left: -15px;
	top: 0;
}
.timesale .mainvisual .kikan::after {
	content: "";
	display: block;
	width: 15px;
	height: 50px;
	border-top: 25px solid #000;
	border-bottom: 25px solid #000;
	border-right: 15px solid rgba(0,0,0,0);
	border-left: 0 solid #000;
	box-sizing: border-box;
	position: absolute;
	right: -15px;
	top: 0;
}
/*カウントダウン*/
.timesaleSubSection {
  background: #ffd910;
  padding: 10px;
  text-align: center;
}
.countdowntimer {
  font-size: 30px;
  margin-top: 5px;
}
.countdowntimer span {
  font-weight: bold;
  font-size: 24px;
}
.countdowntimer span.day, .countdowntimer span.hou, .countdowntimer span.min, .countdowntimer span.sec, .countdowntimer span.mil {
  font-size: 30px;
	padding: 0 10px;
}
@media screen and (max-width: 750px) {
.timesale .mainvisual .inner {
  background: url(../img/bk-sp.webp) no-repeat top center;
}
.timesale .mainvisual .jyoken {
    top: 230px;
	left: calc(50% - 118px);
	font-size: 36px;
}
.timesale .mainvisual .kikan {
    font-size: 18px;
    padding: 3px 10px 0 0;
    width: 90%;
    height: 66px;
    line-height: 30px;
    position: relative;
    bottom: -10px;
    left: 0;
    margin: 365px auto 0 auto;
	}
.timesale .mainvisual .kikan::before,
.timesale .mainvisual .kikan::after {
	height: 66px;
	border-top: 33px solid #000;
	border-bottom: 33px solid #000;
}
	.timesaleSubSection {
		padding: 10px 5px;
	}
.countdowntimer span {
  font-size: 16px;
	}
	.countdowntimer span.day, .countdowntimer span.hou, .countdowntimer span.min, .countdowntimer span.sec, .countdowntimer span.mil {
  font-size: 20px;
		padding: 0 2px;
}
}
/*================================
	タイムセールの説明
================================*/
.timesale-check {
  padding: 80px 0;
	    background: url(https://www.lifetour.jp/common/img/bk-hougan.png);
}
.timesale section.timesale-check .inner {
	max-width: 900px;
}
.timesale-check > div .df {
  display: flex;
  align-items: center;
}
.timesale-check > div .df .txt {
  width: 70%;
}
.timesale-check > div p.ttl {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 2px solid #BB0000;
  margin: 20px 0;
  line-height: 1.5;
	background: #BB0000;
    color: #FFF;
    padding: 5px 10px 3px 10px;
    border-radius: 3px;
}
.timesale-check > div dl {
  display: flex;
  align-items: center;
  width: 30%;
}
.timesale-check > div dl dt {
  width: 20%;
}
.timesale-check > div dl dt img {
  width: 100%;
}
.timesale-check .taisyo {
	margin: 0 0 10px 0;
}
.timesale-check .taisyo p {
  display: inline-block;
}
.timesale-check .taisyo p.ico {
  background: #00a1e9;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 30px 6px 10px;
  margin: 0 7px 0 0;
	position: relative;
}
.timesale-check .taisyo p.ico img {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 7px;
}
@media screen and (max-width: 750px) {
  .timesale_check {
    width: 100%;
    margin: 40px auto 0;
  padding: 50px 0;
  }
  .timesale_check > div {
    border: none;
    padding: 10px;
  }
  .timesale_check > div .df {
    display: inherit;
    align-items: inherit;
  }
}
/*================================
	出発地選択
================================*/
.depchange-wrap {
  box-sizing: border-box;
  background: #444;
  padding: 10px 0;
  width: 100%;
}
.depchange-wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.depchange-wrap select[name=depChange] {
  font-size: 110%;
  width: 150px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.depchange-wrap .txt-w {
  color: #fff;
  margin: 0 15px;
  font-size: 120%;
}
@media screen and (max-width: 750px) {
  .depchange-wrap {
    justify-content: space-between;
  }
  .infoBox {
    background: #fdfcfc;
    padding: 30px 0;
  }
  .depchange-wrap .txt-w {
    width: 50%;
    margin: 0;
  }
  .depchange-wrap select[name=depChange] {
    width: 45%;
  }
  .coachBnr {
    display: block;
    margin: 10px auto 0;
    width: 93%;
  }
}
/*================================
	ツアーリスト（.tour-list）
================================*/
.tour-list {
  padding: 50px 0;
}
/*方面タブメニュー*/
.areaTab1 {
  display: flex;
  width: 50%;
  margin: 10px auto 0;
  border: 2px solid #dc1515;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  justify-content: center;
}
.areaTab1 li {
  color: #dc1515;
  padding: 14px;
  text-align: center;
  border-right: 2px solid #dc1515;
  width: calc(100% / 6);
  cursor: pointer;
}
.areaTab1 li:last-child {
  border-right: none;
}
.areaTab1 li.sel {
  width: 100%;
  background: #dc1515;
  color: #fff;
}
/*ツアー表示*/
.tourList {
  margin: 15px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
}
.tourList li {
  width: calc(100% / 4 - 20px);
  margin: 0 10px 20px 10px;
  padding: 0 0 40px 0;
  background: #f7f6f5;
  box-shadow: 3px 3px 0 0 #BB0000;
  position: relative;
}
.tourList li .area-ico {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 14px;
  padding: 2px 10px;
}
.tourList li .img-box {
  width: 100%;
	height: 145px;
}
.tourList li .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tourList li .txt-box {
  padding: 10px 10px 0 10px;
}
.tourList li .txt-box h4 {
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 0 #FFF;
}
.tourList li .txt-box .price {
  font-weight: bold;
  font-style: italic;
  color: #BB0000;
  text-align: right;
}
.tourList li .txt-box .price span {
  font-size: 26px;
}
.tourList li .txt-box .note {
  font-size: 12px;
  margin: 10px 0;
}
.tourList li .txt-box .note::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  margin: 0 5px 0 0;
  color: #BB0000;
  font-weight: bold;
}
.tourList li .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #FFF;
}
.tourList li .btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  margin: 0 0 0 10px;
  font-weight: bold;
}
/*ツアーがない時*/
.tourList li.no-tour {
  background: none;
  box-shadow: none;
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  .scrollWrap {
    overflow-x: scroll;
    margin: 0;
  }
.areaTab1 {
		width: 80%;
	}
	.areaTab1 li {
		width: 100px;
	}
	.tourList li {
  width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
	.tourList li .img-box {
  width: 100%;
	height: auto;
}
.tourList li .img-box img {
	width: 100%;
	height: auto;
	object-fit: none;
}
}