@charset "utf-8";

/*********************
* カートの楽しみ方
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
#htek .page_header {
  background-image: url(../images/how_to_enjoy_kart/main.jpg);
}

#htek .s1 {
  margin: 80px 0 160px;
  padding-bottom: 80px;
  position: relative;
}

#htek .s1::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  width: 40.125vw;
  height: calc(100% - 120px);
  background-color: #f8f8f8;
  border-radius: 0 40px 40px 0;
}

#htek .s1 .item + .item {
  margin-top: 40px;
}

#htek .s1 .item.item1 {
  padding-top: 90px;
  position: relative;
}

#htek .s1 .item .img {
  width: 39.84%;
}

#htek .s1 .item .text {
  width: 53.34%;
  position: relative;
}
#htek .s1 .item.item1 .text {
  padding-top: 80px;
}

#htek .s1 .item .text h2 {
  font-size: 2.571em;
  line-height: 1.3;
  background: no-repeat left center;
  margin-bottom: 50px;
  padding: 3px 0 3px 90px;
}
#htek .s1 .item.item1 .text h2 {
  color: #f48400;
  background-image: url(../images/how_to_enjoy_kart/img03.png);
}
#htek .s1 .item.item2 .text h2 {
  color: #49c2d0;
  background-image: url(../images/how_to_enjoy_kart/img05.png);
}
#htek .s1 .item.item3 .text h2 {
  color: #8577d2;
  background-image: url(../images/how_to_enjoy_kart/img07.png);
}
#htek .s1 .item.item4 .text h2 {
  color: #f84848;
  background-image: url(../images/how_to_enjoy_kart/img09.png);
}
#htek .s1 .item.item5 .text h2 {
  color: #ec66a5;
  background-image: url(../images/how_to_enjoy_kart/img11.png);
}
#htek .s1 .item.item6 .text h2 {
  color: #61d09d;
  background-image: url(../images/how_to_enjoy_kart/img13.png);
}

#htek .s1 .item .text h2 .f_en {
  display: block;
  font-size: .5em;
  color: #999;
}

#htek .s1 .item .text p {
  font-size: 1.143em;
}

#htek .s1 .item .text .btns {
  margin-top: 30px;
}

#htek .s1 .item .text .btns li {
  font-size: 1.286em;
  color: #fff;
}
#htek .s1 .item.item4 .text .btns li,
#htek .s1 .item.item5 .text .btns li {
  width: 170px;
  margin-right: 20px;
}
#htek .s1 .item.item6 .text .btns li {
  width: 270px;
}

#htek .s1 .item .text .btns li a {
  display: block;
  font-weight: 700;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 0;
  transition: ease all .5s;
}
#htek .s1 .item.item4 .text .btns li:first-child a,
#htek .s1 .item.item5 .text .btns li:first-child a {
  background-color: #fac000;
}
#htek .s1 .item.item4 .text .btns li:last-child a,
#htek .s1 .item.item5 .text .btns li:last-child a {
  background-color: #f479b3;
}
#htek .s1 .item.item6 .text .btns li a {
  background-color: #425744;
}

#htek .s1 .item .text .btns li a:hover {
  opacity: .7;
}

#htek .s1 .item1 > img {
  position: absolute;
  top: 0;
  right: 0;
}

#htek .s2 {
  margin-bottom: 130px;
  margin-top: -118px;
  padding-top: 118px;
}

#htek .s2 .sidebar {
  width: 50%;
  padding-right: 3.75vw;
}

#htek .s2 .sidebar hr {
  width: 100%;
  background-color: #999;
  border: none;
  margin: 60px 0;
}

#htek .s2 .sidebar .caption {
  margin-bottom: 50px;
}

#htek .s2 .sidebar .caption span {
  display: inline-block;
  font-size: .364em;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid;
  border-radius: 30px;
  margin-left: 20px;
  padding: 7px 1.5em;
  vertical-align: middle;
}
#htek .s2.racepack .sidebar .caption span {
  color: #f48400;
  border-color: #f48400;
}
#htek .s2.prvt_rsrvtn .sidebar .caption span {
  color: #ec66a5;
  border-color: #ec66a5;
}

#htek .s2 .sidebar h3 {
  font-size: 1.714em;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#htek .s2 .sidebar .s2_box1 p,
#htek .s2 .sidebar .s2_box3 p {
  font-size: 1.143em;
}

#htek .s2 .sidebar p + p {
  margin-top: 1.5em;
}

#htek .s2 .sidebar h4 {
  font-size: 2.143em;
  line-height: 1.3;
  letter-spacing: .1em;
  background: no-repeat left center;
  margin-bottom: 20px;
  padding-left: 45px;
}
#htek .s2.racepack .sidebar h4 {
  background-image: url(../images/how_to_enjoy_kart/img14.png);
}
#htek .s2.racepack .sidebar .tbl_price + h4 {
  margin-top: 60px;
}
#htek .s2.prvt_rsrvtn .sidebar h4 {
  background-image: url(../images/how_to_enjoy_kart/img15.png);
}
#htek .s2.prvt_rsrvtn .sidebar p + h4 {
  margin-top: 50px;
}

#htek .s2 .sidebar h4 small {
  font-size: .6em;
  letter-spacing: 0;
  margin-left: 1em;
}

#htek .s2 .sidebar .tbl_price {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
#htek .s2 .sidebar .s2_box3 .tbl_price {
  margin: 15px 0;
}

#htek .s2 .sidebar .tbl_price thead tr th {
  font-weight: 700;
  border-left: 1px solid #fff;
  padding: 10px 0;
}
#htek .s2 .sidebar .tbl_price thead tr th:first-of-type {
  border-left: none;
  border-radius: 20px 0 0 0;
}
#htek .s2 .sidebar .tbl_price thead tr th:last-of-type {
  border-radius: 0 20px 0 0;
}
#htek .s2.racepack .sidebar .tbl_price thead tr th {
  font-size: 1.286em;
  background-color: #fff0bf;
}
#htek .s2.prvt_rsrvtn .sidebar .tbl_price thead tr th {
  font-size: 1.143em;
  background-color: #fcd7e8;
}

#htek .s2 .sidebar .tbl_price tbody tr th {
  font-size: 1.143em;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

#htek .s2 .sidebar .tbl_price tbody tr td {
  font-size: 1.143em;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

#htek .s2 .sidebar h5 {
  font-size: 1.714em;
  line-height: 1.3;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
#htek .s2 .sidebar .s2_box3 h5 {
  font-size: 1.286em;
  margin-bottom: 0;
}

#htek .s2 .sidebar h5 small {
  font-size: .75em;
  margin-left: .5em;
}

#htek .s2 .sidebar .tbl_schedule {
  padding-left: 20px;
  position: relative;
}

#htek .s2 .sidebar .tbl_schedule::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 48px;
  z-index: -1;
  width: 18px;
  height: calc(100% - 10px);
  background: url(../images/how_to_enjoy_kart/bg_schedule.jpg) repeat-y center;
  background-size: contain;
}

#htek .s2 .sidebar .tbl_schedule > div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#htek .s2 .sidebar .tbl_schedule > div.small {
  margin-left: 18px;
}

#htek .s2 .sidebar .tbl_schedule > div img {
  margin-right: 20px;
}
#htek .s2 .sidebar .tbl_schedule > div.small img {
  margin-right: 38px;
}

#htek .s2 .sidebar .tbl_schedule > div p {
  font-size: 1.286em;
  line-height: 1.3;
}

#htek .s2 .sidebar .tbl_schedule > div p small {
  font-size: .777em;
}

#htek .s2 .sidebar .list {
  margin-top: 20px;
}
#htek .s2 .sidebar .s2_box3 .list {
  margin-bottom: 20px;
}

#htek .s2 .sidebar .list li {
  list-style: none;
  text-indent: -15px;
  padding-left: 15px;
}

#htek .s2 .sidebar .list li + li {
  margin-top: 10px;
}

#htek .s2 .sidebar .list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
}
#htek .s2.racepack .sidebar .list li::before {
  background-color: #fac000;
}
#htek .s2.prvt_rsrvtn .sidebar .list li::before {
  background-color: #f479b3;
}

#htek .s2 .sidebar .s2_box2 {
  margin-bottom: 30px;
}

#htek .s2 .sidebar .s2_box2 dt {
  font-size: 1.286em;
  font-weight: 700;
  color: #ec66a5;
}

#htek .s2 .sidebar .s2_box2 dd + dt {
  margin-top: 20px;
}

#htek .s2 .sidebar .s2_box3 + .s2_box3 {
  margin-top: 60px;
}

#htek .s2 .sidebar .s2_box3 p small {
  font-size: .875em;
}

#htek .s2 .sidebar .s2_box3 .list + p {
  font-size: inherit;
} 

#htek .s2 .sidebar .tbl_step {
  position: relative;
}

#htek .s2 .sidebar .tbl_step::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 45px;
  z-index: 0;
  width: 1px;
  height: calc(100% - 55px);
  background-color: #f479b3;
}

#htek .s2 .sidebar .tbl_step dt {
  font-size: 1.286em;
  font-weight: 700;
  color: #ec66a5;
  letter-spacing: 0;
  padding-left: 30px;
}
#htek .s2 .sidebar .tbl_step dd + dt {
  margin-top: 30px;
}

#htek .s2 .sidebar .tbl_step dt .num {
  font-size: 1.333em;
  margin-left: 5px;
}

#htek .s2 .sidebar .tbl_step dt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f479b3;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}

#htek .s2 .sidebar .tbl_step dd {
  padding-left: 80px;
}

#htek .s2 .sidebar .tbl_step dd p {
  font-size: 1.143em;
  line-height: 1.5;
}

#htek .s2 .sidebar .tbl_step dd p + p {
  margin-top: .5em;
}

#htek .s2 .sidebar .tbl_step dd p small {
  font-size: .875em;
}

#htek .s2 .right {
  width: 50%;
  height: 500px;
  /*height: 50vh;*/
  position: sticky;
  top: 118px;
  left: 0;
  padding-left: 70px;
}

#htek .s2 .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(50vw - 10px);
  height: 100%;
  border-radius: 50px 0 0 50px;
}
#htek .s2.racepack .right::before {
  background-color: #fac000;
}
#htek .s2.prvt_rsrvtn .right::before {
  background-color: #f479b3;
}

#htek .s2 .right .movie {
  border: 20px solid #fff;
  border-radius: 20px;
  margin-top: 90px;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
#htek .page_header {
	background-image: url(../images/how_to_enjoy_kart/main_sp.jpg);
}

#htek .s1 {
  margin: 15vw 0 20vw;
}

#htek .s1 .item + .item {
  margin-top: 10vw;
}

#htek .s1 .item.item1 {
  position: relative;
}

#htek .s1 .item .img {
  width: 75vw;
  margin: 0 auto 3vw;
}

#htek .s1 .item .text {
  width: 100%;
  position: relative;
}

#htek .s1 .item .text h2 {
  font-size: 1.538em;
  line-height: 1.3;
  background: no-repeat left center;
  background-size: 10.9375vw auto;
  margin-bottom: 3vw;
  padding: 3px 0 3px 15vw;
}
#htek .s1 .item.item1 .text h2 {
  color: #f48400;
  background-image: url(../images/how_to_enjoy_kart/img03.png);
}
#htek .s1 .item.item2 .text h2 {
  color: #49c2d0;
  background-image: url(../images/how_to_enjoy_kart/img05.png);
}
#htek .s1 .item.item3 .text h2 {
  color: #8577d2;
  background-image: url(../images/how_to_enjoy_kart/img07.png);
}
#htek .s1 .item.item4 .text h2 {
  color: #f84848;
  background-image: url(../images/how_to_enjoy_kart/img09.png);
}
#htek .s1 .item.item5 .text h2 {
  color: #ec66a5;
  background-image: url(../images/how_to_enjoy_kart/img11.png);
}
#htek .s1 .item.item6 .text h2 {
  color: #61d09d;
  background-image: url(../images/how_to_enjoy_kart/img13.png);
}

#htek .s1 .item .text h2 .f_en {
  display: block;
  font-size: .7em;
  color: #999;
}

#htek .s1 .item .text .btns {
  width: 90%;
  justify-content: space-between;
  margin: 5vw auto 0;
}

#htek .s1 .item .text .btns li {
  font-size: 1.077em;
  color: #fff;
}
#htek .s1 .item.item4 .text .btns li {
  width: 49%;
}
#htek .s1 .item.item5 .text .btns li {
  width: 100%;
}

#htek .s1 .item .text .btns li a {
  display: block;
  font-weight: 700;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 3vw 0;
}
#htek .s1 .item.item4 .text .btns li:first-child a {
  background-color: #fac000;
}
#htek .s1 .item.item4 .text .btns li:last-child a,
#htek .s1 .item.item5 .text .btns li:last-child a {
  background-color: #f479b3;
}
#htek .s1 .item.item6 .text .btns li a {
  background-color: #425744;
}

#htek .s1 .item1 > img {
  position: absolute;
  top: -17vw;
  right: -2vw;
  width: 39.375vw;
}

#htek .s2 {
  margin-bottom: 5vw;
  margin-top: -16vw;
  padding-top: 16vw;
}

#htek .s2 .contents_inner {
  padding: 0;
}

#htek .s2 .sidebar {
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: -10vw;
  padding: 10vw 7.1875vw;
}

#htek .s2 .sidebar hr {
  width: 100%;
  background-color: #999;
  border: none;
  margin: 7vw 0 5vw;
}

#htek .s2 .sidebar .caption {
  text-align: center;
  margin-bottom: 7vw;
}

#htek .s2 .sidebar .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#htek .s2 .sidebar .caption span {
  display: block;
  width: fit-content;
  font-size: .65em;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid;
  border-radius: 30px;
  margin: 1vw auto 0;
  padding: 1vw 1em;
}
#htek .s2.racepack .sidebar .caption span {
  color: #f48400;
  border-color: #f48400;
}
#htek .s2.prvt_rsrvtn .sidebar .caption span {
  color: #ec66a5;
  border-color: #ec66a5;
}

#htek .s2 .sidebar h3 {
  font-size: 1.231em;
  letter-spacing: .1em;
  margin-bottom: 1vw;
}

#htek .s2 .sidebar h4 {
  font-size: 1.385em;
  line-height: 1.3;
  letter-spacing: .1em;
  background: no-repeat left center;
  background-size: 5.625vw auto;
  margin-bottom: 3vw;
  padding-left: 7vw;
}
#htek .s2.racepack .sidebar h4 {
  background-image: url(../images/how_to_enjoy_kart/img14.png);
}
#htek .s2.racepack .sidebar .tbl_price + h4 {
  margin-top: 10vw;
}
#htek .s2.prvt_rsrvtn .sidebar h4 {
  background-image: url(../images/how_to_enjoy_kart/img15.png);
}
#htek .s2.prvt_rsrvtn .sidebar p + h4 {
  margin-top: 50px;
}

#htek .s2 .sidebar h4 small {
  font-size: .667em;
  letter-spacing: 0;
  margin-left: 1em;
}

#htek .s2 .sidebar .tbl_price {
  width: 100%;
  table-layout: fixed;
  margin-top: 3vw;
}
#htek .s2 .sidebar .s2_box3 .tbl_price {
  margin-bottom: 3vw;
}

#htek .s2 .sidebar .tbl_price thead tr th {
  font-size: 1.077em;
  font-weight: 700;
  border-left: 1px solid #fff;
  padding: 1vw 3px;
}
#htek .s2 .sidebar .tbl_price thead tr th:first-of-type {
  border-left: none;
  border-radius: 10px 0 0 0;
}
#htek .s2 .sidebar .tbl_price thead tr th:last-of-type {
  border-radius: 0 10px 0 0;
}
#htek .s2.racepack .sidebar .tbl_price thead tr th {
  background-color: #fff0bf;
}
#htek .s2.prvt_rsrvtn .sidebar .tbl_price thead tr th {
  background-color: #fcd7e8;
}
#htek .s2.prvt_rsrvtn .sidebar .s2_box3 .tbl_price thead tr th.small {
  font-size: .769em;
}

#htek .s2 .sidebar .tbl_price tbody tr th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: 1vw 3px;
}

#htek .s2 .sidebar .tbl_price tbody tr td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 1vw 3px;
}

#htek .s2 .sidebar h5 {
  font-size: 1.154em;
  line-height: 1.3;
  letter-spacing: .1em;
  margin-bottom: 3vw;
}
#htek .s2 .sidebar .s2_box3 h5 {
  font-size: 1.077em;
  margin-bottom: 0;
}

#htek .s2 .sidebar h5 small {
  font-size: .8em;
  margin-left: .5em;
}

#htek .s2 .sidebar .tbl_schedule {
  position: relative;
  z-index: 0;
}

#htek .s2 .sidebar .tbl_schedule::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4.0625vw;
  z-index: -1;
  width: 3.125vw;
  height: calc(100% - 10px);
  background: url(../images/how_to_enjoy_kart/bg_schedule.jpg) repeat-y center;
  background-size: contain;
}

#htek .s2 .sidebar .tbl_schedule > div {
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
}
#htek .s2 .sidebar .tbl_schedule > div.small {
  margin-left: 2.8125vw;
}

#htek .s2 .sidebar .tbl_schedule > div img {
  width: 11.25vw;
  margin-right: 2vw;
}
#htek .s2 .sidebar .tbl_schedule > div.small img {
  width: 5.625vw;
  margin-right: calc(2.8125vw + 2vw);
}

#htek .s2 .sidebar .tbl_schedule > div p {
  line-height: 1.3;
}

#htek .s2 .sidebar .tbl_schedule > div p small {
  font-size: .923em;
}

#htek .s2 .sidebar .list {
  margin-top: 3vw;
}
#htek .s2 .sidebar .s2_box3 .list {
  margin-bottom: 3vw;
}

#htek .s2 .sidebar .list li {
  list-style: none;
  text-indent: -15px;
  padding-left: 15px;
}

#htek .s2 .sidebar .list li + li {
  margin-top: 1vw;
}

#htek .s2 .sidebar .list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
}
#htek .s2.racepack .sidebar .list li::before {
  background-color: #fac000;
}
#htek .s2.prvt_rsrvtn .sidebar .list li::before {
  background-color: #f479b3;
}

#htek .s2 .sidebar .s2_box2 {
  margin-bottom: 3vw;
}

#htek .s2 .sidebar .s2_box2 dt {
  font-size: 1.077em;
  font-weight: 700;
  color: #ec66a5;
}

#htek .s2 .sidebar .s2_box2 dd + dt {
  margin-top: 1vw;
}

#htek .s2 .sidebar .s2_box3 + .s2_box3 {
  margin-top: 7vw;
}

#htek .s2 .sidebar .s2_box3 p small {
  font-size: .923em;
}

#htek .s2 .sidebar .s2_box3 .list + p {
  font-size: .923em;
} 

#htek .s2 .sidebar .tbl_step {
  position: relative;
}

#htek .s2 .sidebar .tbl_step::before {
  content: "";
  position: absolute;
  top: 5vw;
  left: 2.34375vw;
  z-index: 0;
  width: 1px;
  height: calc(100% - 20vw);
  background-color: #f479b3;
}

#htek .s2 .sidebar .tbl_step dt {
  font-size: 1.077em;
  font-weight: 700;
  color: #ec66a5;
  letter-spacing: 0;
}
#htek .s2 .sidebar .tbl_step dd + dt {
  margin-top: 5vw;
}

#htek .s2 .sidebar .tbl_step dt .num {
  font-size: 1.286em;
  margin-left: 5px;
}

#htek .s2 .sidebar .tbl_step dt::before {
  content: "";
  display: inline-block;
  width: 4.6875vw;
  height: 4.6875vw;
  background-color: #f479b3;
  border-radius: 50%;
  margin-right: 2vw;
  vertical-align: middle;
}

#htek .s2 .sidebar .tbl_step dd {
  padding-left: 6.6875vw;
}

#htek .s2 .sidebar .tbl_step dd p {
  line-height: 1.5;
}

#htek .s2 .sidebar .tbl_step dd p + p {
  margin-top: .5em;
}

#htek .s2 .sidebar .tbl_step dd p small {
  font-size: .923em;
}

#htek .s2 .right {
  order: -1;
  width: 100%;
  padding: 7.1875vw 7.1875vw 17.1875vw;
  position: relative;
}

#htek .s2 .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  border-radius: 20px 20px 0 0;
}
#htek .s2.racepack .right::before {
  background-color: #fac000;
}
#htek .s2.prvt_rsrvtn .right::before {
  background-color: #f479b3;
}

#htek .s2 .right .movie {
  height: 50vw;
  border: 10px solid #fff;
  border-radius: 20px;
}

#htek .s2 .right .movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

} /* @media screen and (max-width: 1000px) */