.sp_timesale_head {
  padding: 0 !important;
  height: 220px;
  background: url(https://www.img-ikyu.com/contents/special-cms/zurashi-trip/img/top_image.png?auto=compress,format&lossless=0) no-repeat center center;
  background-size: cover;
}

.sp_timesale_head:after {
  background:none !important;
  height: 100% !important;
}

.sp_timesale_top {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.main_subtitle {
  margin: 15px 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #1A4473;
  letter-spacing: .1em;
}
.text_emphasis {
  -webkit-text-emphasis:filled circle #1A4473;
  -moz-text-emphasis:filled circle #1A4473;
  text-emphasis: filled circle #1A4473;
  letter-spacing: 0;
}
.off {
  display: inline-block;
  margin-left: 10px;
  padding: 0 15px;
  background: #fff;
  border-radius: 8px;
  font-size: 32px;
  color: #FF4D4D;
  letter-spacing: 0;
}

.title {
  margin: 10px 0 0;
  font-size: 85px;
  line-height: 1;
  font-weight: 700;
  color: #B58F1E;
  letter-spacing: .1em;
}

.goto_use p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
}
.goto_use p .max {
  display: inline-block;
  color: #FF4D4D;
  border-bottom: 2px solid #FF4D4D;
  line-height: 1;
}
.goto_use p .max span {
  font-size: 25px;
}
.goto_use ul {
  display: flex;
  justify-content: center;
}
.goto_use li {
  width: 110px;
  padding: 10px 0;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
}
.goto_use li:nth-child(2) {
  margin: 0 40px;
  position: relative;
}
.goto_use li:nth-child(2)::before ,
.goto_use li:nth-child(2)::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '＋';
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.goto_use li:nth-child(2)::before {
  left: -30px;
}
.goto_use li:nth-child(2)::after {
  right: -30px;
}
.goto_use li strong {
  display: block;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #B58F1E;
}
.goto_use li strong span {
  font-size: 24px;
}

.catch {
  padding: 30px 0;
  background: url(https://www.img-ikyu.com/contents/special-cms/zurashi-trip/img/bg1.png) #fff repeat-x top center;
  text-align: center;
}
.catch h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #008DDE;
}
.catch p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.catch p span {
  color: #EFAF00;
}

.calendar_area {
  padding: 20px 0 30px;
  background: url(https://www.img-ikyu.com/contents/special-cms/zurashi-trip/img/bg2.png) #BBD7E3 repeat-x top center;
  text-align: center;
}
.calendar_box {
  width: 620px;
  margin: 25px auto 0;
  padding: 0 0 15px;
  background-color: #fff;
  border-radius: 6px;
}
.calendar_title {
  display: inline-block;
  width: 400px;
  margin: -20px 0 5px;
  padding: 3px 0;
  background-color: #1A4473;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.calendar_text {
  margin: 0 ;
  padding: 0;
  font-size: 30px;
  color: #1A4473;
}
.calendar_text span {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}
.calender_mark {
  display: flex;
  justify-content: center;
  margin: 10px 0 15px;
  font-size: 18px;
  color: #6c6c6c;
}
.calender_mark::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #B58F1E;
}
.calendar {
  margin: 0 auto;
  width: 95%;
}
.calendar th {
  width: 14.28%;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}
.calendar .holiday {
  color: #E83433;
}
.calendar .sat {
  color: #008DE4;
}
.calendar td {
  padding-bottom: 8px;
  font-size: 27px;
  text-align: center;
}
.calendar td > span {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}

.calendar td span.month ,
.calendar td span.day {
  position: absolute;
  display: inline;
  border: none;
  background: none;
  color: #E83433;
  line-height: 1;
}
.calendar td span.month {
  top: 1px;
  left: 5px;
  font-size: 15px;
}
.calendar td span.day {
  bottom: 5px;
  right: 5px;
  font-size: 24px;
}
.calendar td span.day::before {
  position: absolute;
  display: inline;
  content: '／';
  top: -15px;
  left: -11px;
  font-size: 25px;
}
.day::after {
  display: none!important;
}
.calendar td span.month.newyear {
  left: 13px;
  font-size: 16px;
}
.calendar td span.day.newyear {
  right: 13px;
  font-size: 25px;
}
.calendar td span.day.newyear::before {
  top: -13px;
  left: -13px;
}
.calendar td span.target {
  background: #B58F1E;
  border: none;
  color: #fff;
}
a.search_btn {
  display: inline-block;
  width: 400px;
  margin: 30px auto 0;
  padding: 15px 0;
  background: linear-gradient(45deg,#006198 0,#0085D1 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
}
a:link.search_btn {
  color: #fff;
}
a.search_btn:hover {
  background: #006198;
}
.overview {
  width: 1000px;
  margin: 30px auto;
  text-align: left;
}
.overview h2 {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #1A4473;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #1A4473;
}
.overview p.point {
  font-size: 18px;
  font-weight: 700;
  color: #B58F1E;
}
.overview dl {
  display: inline-flex;
  margin: 0;
  border: 1px solid #B58F1E;
  font-size: 14px;
  font-weight: 700;
}
.overview dt {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #B58F1E;
  color: #fff;
}
.overview dd {
  margin: 0;
  padding: 10px 15px;
  line-height: 2;
}
.overview p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.7;
}
.overview h3 {
  display: inline-block;
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #1A4473;
  border-bottom: 1px solid #1A4473;
}
.overview_text {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1.7;
}
ul.overview_text {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.7;
}
.overview_text li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}
.srch_parts_box ,
.result_box {
  display: none !important;
}

/* GOTO関連OFF　*/

.goto_display_box,.goto_note{
display:none !important;
}

