body.noscr {
  position: relative !important;
}

.only_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .only_sp {
    display: block;
  }
}

.bg-lighblue {
  background-color: #E5F4FC;
}

.bg-pink {
  background-color: #FEF1F5;
}

.main-content {
  overflow-x: hidden;
}

.container {
  max-width: 1112px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container-sm {
  max-width: 1060px;
  margin: 0 auto;
  width: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .container-sm {
    padding: 0 15px;
  }
}

.grp-end {
  display: flex;
  justify-content: flex-end;
}

.btn-link {
  font-size: 12px;
  color: #66A1CF;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.btn-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #66A1CF;
  border-radius: 50%;
  margin-top: -6px;
  display: block;
  content: "";
}
.btn-link::before {
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -3px;
  display: block;
  content: "";
  z-index: 3;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}

.btn-black {
  background-color: #000000;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  display: block;
  border-radius: 4px;
  text-align: center;
}
.btn-black:hover {
  text-decoration: none;
  color: #fff;
}
.btn-black::before {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  display: block;
  content: "";
  z-index: 3;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

.breadcrumb {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 18px 15px;
}
.breadcrumb .list {
  margin: 0 auto !important;
  max-width: 1380px;
}
.breadcrumb .list span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.breadcrumb .list a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  color: #2E9CD2;
}
.breadcrumb .list a:hover {
  text-decoration: underline;
}
.breadcrumb .list a::after {
  padding: 4px;
  content: "/";
  margin-left: 10px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 15px 12px;
    margin-top: -4px;
  }
}

.ttl-head {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl-head h1 {
  font-weight: bold;
  font-size: 12px;
}
.ttl-head a {
  color: #3567ff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ttl-head a::after {
  display: inline-block;
  margin-left: 8px;
  border: 6px solid transparent;
  content: "";
  border-left-color: #3567ff;
}
@media only screen and (max-width: 991px) {
  .ttl-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
  .ttl-head a {
    margin-top: 5px;
  }
  .ttl-head h1 {
    line-height: 1.5em;
  }
}

.key-visual {
  background: url(../../../../images/special/hok/sapporo/kv_pc.jpg) top no-repeat;
  padding: 20px 0 60px;
}
.key-visual .h2-ttl {
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .key-visual {
    background: url(../../../../images/special/hok/sapporo/kv_sp.png) top no-repeat;
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .key-visual {
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual .h2-ttl {
    font-size: 22px;
    margin-top: 0;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .key-visual .h2-ttl {
    font-size: 20px;
  }
}

.page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-title .img-bell {
  width: 45px;
}
.page-title .img-star {
  width: 55px;
}
.page-title .img-flight {
  width: 56px;
}
.page-title .img-weather {
  width: 62px;
}
.page-title h2 {
  font-size: 25px;
  font-weight: bold;
  color: #66A1CF;
  position: relative;
  padding: 10px 0 20px;
  margin-bottom: 40px;
  text-align: center;
}
.page-title h2::after {
  content: "";
  position: absolute;
  background-color: #66A1CF;
  bottom: 0px;
  left: 50%;
  height: 5px;
  transform: translate(-50%, 0px);
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .page-title::after {
    width: 80px;
  }
  .page-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

.list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 27px;
  text-align: center;
  color: #000000;
}

/*  block-tours
=======================================================*/
.block-tours {
  max-width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}
.block-tours-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block-tours-item {
  margin-bottom: 30px;
}
.block-tours-item a:hover {
  text-decoration: none;
}
.block-tours-item a .h3-ttl {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px dashed #66A1CF;
  position: relative;
  padding: 10px 25px 10px 0;
}
.block-tours-item a .h3-ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #66A1CF;
  position: absolute;
  right: 0;
}
.block-tours-item a .h3-ttl::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #66A1CF;
  border-top: 1px solid #66A1CF;
  position: absolute;
  right: 8px;
  transform: rotate(45deg);
}
.block-tours-item a .h3-ttl span {
  flex: 0 0 90px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background-color: #66A1CF;
  margin-right: 10px;
  padding: 5px 0 3px;
}
.block-tours-item a .txt {
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .block-tours {
    max-width: 100%;
  }
}

/*  home-magazine
=======================================================*/
.home-magazine .box_news {
  display: flex;
}
.home-magazine .box_news .item {
  border-left: 2px dotted #4da2d2;
  border-top: none;
  flex: 1;
}
.home-magazine .box_news .item:first-child {
  border-left: none;
}
.home-magazine .box_news .item h3 {
  min-height: 78px;
  padding-bottom: 0;
}
.home-magazine .box_news .item a {
  padding: 0;
}
.home-magazine .box_news .item a .img {
  height: auto;
  margin-bottom: 10px;
}
.home-magazine .box_news .item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .home-magazine .box_news {
    flex-direction: column;
  }
  .home-magazine .box_news .item {
    border-top: 2px dotted #4da2d2;
    border-left: none;
    padding: 15px 0;
  }
  .home-magazine .box_news .item h3 {
    padding-bottom: 10px;
  }
}
.home-magazine .btn-link-maga {
  width: fit-content;
  margin: 20px auto 0;
}
.home-magazine .btn-link-maga a {
  background-color: #66A1CF;
  border-radius: 35px;
  padding: 10px 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
.home-magazine .btn-link-maga a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 2px;
}

/*  block--list
=======================================================*/
@media screen and (min-width: 768px) {
  .block--list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.block--list .item {
  border: 1px solid #707070;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  width: calc(25% - 19px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.block--list .item .coming-soon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  z-index: 99;
}
.block--list .item .coming-soon span {
  padding-top: 60px;
  display: inline-block;
}
.block--list .item--img {
  display: flex;
  position: relative;
}
.block--list .item--img label {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  border-radius: 4px;
  color: #000000;
  left: 12px;
  top: 12px;
  padding: 5px 19px;
  line-height: 1.2;
}
.block--list .item--img img {
  width: 100%;
  border: 6px 6px 0px 0px;
}
.block--list .item--text {
  padding: 19px 15px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.block--list .item--text strong {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.block--list .item--text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #66A1CF;
  min-height: 45px;
  line-height: 1.4;
}
.block--list .item--text p {
  min-height: 105px;
  margin-bottom: 15px;
}
.block--list .item--text a {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .block--list .item {
    width: calc(100% / 3 - 19px);
  }
}
@media screen and (max-width: 767px) {
  .block--list {
    flex-direction: column;
    gap: 25px;
  }
  .block--list .item {
    width: 100%;
    position: relative;
    min-height: inherit;
  }
  .block--list .item--text p {
    min-height: auto;
  }
}

/*  plan-sapporo
=======================================================*/
.plan-sapporo {
  background-color: #EAF5FD;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .plan-sapporo .slider-plan {
    margin-right: -20px;
  }
}
.plan-sapporo .slider-plan .slick-slide {
  height: auto;
}
@media screen and (max-width: 599px) {
  .plan-sapporo .slider-plan .slick-list {
    padding: 0 120px 0 0;
  }
}

.slick-slider {
  position: relative;
}

.slick-slide {
  margin: 0 10px;
}

.slick-prev {
  position: absolute;
  left: -25px;
  top: 45%;
  background: url(../../../../images/special/hok/sapporo/ico_right.png) center no-repeat;
  width: 60px;
  height: 60px;
  font-size: 0;
  transform: translate(0, -50%);
  border: none;
  z-index: 99;
}

.slick-next {
  position: absolute;
  right: -25px;
  top: 45%;
  background: url(../../../../images/special/hok/sapporo/ico_left.png) center no-repeat;
  width: 60px;
  height: 60px;
  font-size: 0;
  transform: translate(0, -50%);
  border: none;
  z-index: 99;
}

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100px;
  gap: 10px;
  margin: auto;
  flex-wrap: wrap;
}
.slick-dots li {
  height: 10px;
  display: flex;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #999;
  box-shadow: none;
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: #707070;
}

/*  hotels-sapporo
=======================================================*/
.hotels-sapporo {
  padding: 60px 0 0;
}
.hotels-sapporo .block--list {
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.hotels-sapporo .block--list .item--text p {
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .hotels-sapporo {
    background-color: #fff;
  }
  .hotels-sapporo .tab-content {
    display: none;
  }
  .hotels-sapporo .tab-content.current {
    display: block;
  }
  .hotels-sapporo .block--list {
    padding-bottom: 0;
  }
  .hotels-sapporo .block--list.border-bottom {
    border-bottom: none;
  }
  .hotels-sapporo .block--list .item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
  }
  .hotels-sapporo .block--list .item--img {
    flex: 0 0 45%;
    margin-right: 10px;
  }
  .hotels-sapporo .block--list .item--img img {
    height: 100%;
    object-fit: cover;
  }
  .hotels-sapporo .block--list .item--text {
    flex: auto;
    padding: 0;
  }
  .hotels-sapporo .block--list .item--text h3 {
    font-size: 14px;
    min-height: inherit;
    margin-bottom: 5px;
  }
  .hotels-sapporo .block--list .item--text p {
    margin-bottom: 5px;
  }
  .hotels-sapporo .block--list .item--text .btn-black {
    padding: 6px 10px 5px;
  }
}

/*  local-block
=======================================================*/
.local-block {
  padding: 60px 0;
  background-color: #EAF5FD;
}
.local-block .local-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.local-block .local-list .local-item {
  width: calc(100%/4 - 25px);
  border: 1px solid #707070;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.local-block .local-list .local-item .local-img {
  display: flex;
  justify-content: center;
}
.local-block .local-list .local-item .local-text {
  padding: 19px 15px 15px;
}
.local-block .local-list .local-item .local-text h3 {
  color: #66A1CF;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.local-block .local-list .local-item .local-text > p {
  font-size: 14px;
  font-weight: 400;
  min-height: 100px;
}
@media screen and (max-width: 991px) {
  .local-block .local-list .local-item {
    width: calc(100%/3 - 25px);
  }
}
@media screen and (max-width: 767px) {
  .local-block .local-list {
    gap: 20px;
    margin-right: -20px;
  }
  .local-block .local-list .slick-list {
    padding-right: 120px;
  }
}

/*  foods-block
=======================================================*/
.foods-block {
  padding: 60px 0;
  background-color: #EAF5FD;
}
.foods-block .foods-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.foods-block .foods-list .foods-item {
  width: calc(100%/4 - 25px);
  padding-bottom: 3px;
}
.foods-block .foods-list .foods-item .inner {
  border: 1px solid #707070;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.foods-block .foods-list .foods-item .foods-img {
  display: flex;
  justify-content: center;
}
.foods-block .foods-list .foods-item .foods-text {
  padding: 19px 15px 12px;
}
.foods-block .foods-list .foods-item .foods-text h3 {
  color: #66A1CF;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.foods-block .foods-list .foods-item .foods-text > p {
  font-size: 14px;
  font-weight: 400;
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .foods-block .foods-list {
    gap: 20px;
    margin-right: -20px;
  }
  .foods-block .foods-list .slick-list {
    padding-right: 120px;
  }
}

.moreinfo {
  position: relative;
}
.moreinfo .more-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  background: url(../../../../images/special/hok/sapporo/icon-plus.png) center no-repeat;
  cursor: pointer;
}

.modal-img .item img {
  width: 100%;
}
.modal-img .modal-header {
  position: relative;
  border-bottom: none;
}
.modal-img .modal-header .close {
  position: absolute;
  right: 20px;
  color: #000;
  top: 20px;
}

/*  sapporo-info
=======================================================*/
.sapporo-info {
  padding: 60px 0;
}
.sapporo-info .box_text {
  text-align: center;
}
.sapporo-info .box_text p.month-list {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sapporo-info .box_text p.month-list {
    font-size: 20px;
  }
}
.sapporo-info-nav-tabs {
  margin-top: 50px;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo {
  display: flex;
  gap: 10px;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li {
  flex: 1;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li p {
  border-radius: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding: 13px 10px;
  position: relative;
  transition: all 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li p::before {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -7px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-top: 14px solid transparent;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.active p::after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -3px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid transparent;
  z-index: 1;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab1 p {
  background: #FDDADA;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab1 p::after {
  border-top-color: #FDDADA;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab1.active p {
  border-color: #F55E5E;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab1.active p::before {
  border-top-color: #F55E5E;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab1.active p::after {
  border-top-color: #FDDADA;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab2 p {
  background: #D4FA98;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab2 p::after {
  border-top-color: #D4FA98;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab2.active p {
  border-color: #87E001;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab2.active p::before {
  border-top-color: #87E001;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab2.active p::after {
  border-top-color: #D4FA98;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab3 p {
  background: #F8FD75;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab3 p::after {
  border-top-color: #F8FD75;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab3.active p {
  border-color: #DBE219;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab3.active p::before {
  border-top-color: #DBE219;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab3.active p::after {
  border-top-color: #F8FD75;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab4 p {
  background: #C2E9FA;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab4 p::after {
  border-top-color: #C2E9FA;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab4.active p {
  border-color: #2EB0E9;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab4.active p::before {
  border-top-color: #2EB0E9;
}
.sapporo-info-nav-tabs .nav-tabs-sapporo li.tab4.active p::after {
  border-top-color: #C2E9FA;
}
@media only screen and (max-width: 767px) {
  .sapporo-info-nav-tabs {
    margin-top: 30px;
  }
  .sapporo-info-nav-tabs .nav-tabs-sapporo {
    gap: 2px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .sapporo-info-nav-tabs .nav-tabs-sapporo li {
    flex: 1;
  }
  .sapporo-info-nav-tabs .nav-tabs-sapporo li p {
    font-size: 12px;
    padding: 10px 0px;
  }
  .sapporo-info-nav-tabs .nav-tabs-sapporo li p::before {
    margin-right: -13px;
  }
  .sapporo-info-nav-tabs .nav-tabs-sapporo li.active p::after {
    margin-right: -9px;
  }
}
.sapporo-info-tab-content {
  margin-top: 60px;
}
.sapporo-info-tab-content .sapporo-info-list {
  display: flex;
  gap: 30px;
}
.sapporo-info-tab-content .sapporo-info-list .box-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .h3-ttl {
  padding: 17px 15px;
  display: flex;
  justify-content: space-between;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .h3-ttl .label {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .h3-ttl a {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  height: 33px;
  padding: 0 15px;
  display: none;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .h3-ttl a::after {
  content: "";
  border: 6px solid transparent;
  border-left-color: #000;
  margin-left: 5px;
  margin-top: -1px;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .inner {
  border-top: none;
  text-align: left;
  padding: 20px;
  height: 100%;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box:last-child {
  margin-top: 50px;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box .h4-ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box .txt01 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box .txt01 a {
  text-decoration: underline;
  color: #0948FB;
}
.sapporo-info-tab-content #tab01 .box-item {
  border-top: 5px solid #F55E5E;
}
.sapporo-info-tab-content #tab01 .box-item .h3-ttl {
  background-color: #FDDADA;
}
.sapporo-info-tab-content #tab01 .box-item .inner {
  border: 2px solid #FDDADA;
}
.sapporo-info-tab-content #tab01 .box-item .inner .info-box .h4-ttl {
  border-left: 3px solid #F55E5E;
}
.sapporo-info-tab-content #tab02 .box-item {
  border-top: 5px solid #87E001;
}
.sapporo-info-tab-content #tab02 .box-item .h3-ttl {
  background-color: #D4FA98;
}
.sapporo-info-tab-content #tab02 .box-item .inner {
  border: 2px solid #D4FA98;
}
.sapporo-info-tab-content #tab02 .box-item .inner .info-box .h4-ttl {
  border-left: 3px solid #87E001;
}
.sapporo-info-tab-content #tab03 .box-item {
  border-top: 5px solid #DBE219;
}
.sapporo-info-tab-content #tab03 .box-item .h3-ttl {
  background-color: #F8FD75;
}
.sapporo-info-tab-content #tab03 .box-item .inner {
  border: 2px solid #F8FD75;
}
.sapporo-info-tab-content #tab03 .box-item .inner .info-box .h4-ttl {
  border-left: 3px solid #DBE219;
}
.sapporo-info-tab-content #tab04 .box-item {
  border-top: 5px solid #2EB0E9;
}
.sapporo-info-tab-content #tab04 .box-item .h3-ttl {
  background-color: #C2E9FA;
}
.sapporo-info-tab-content #tab04 .box-item .inner {
  border: 2px solid #C2E9FA;
}
.sapporo-info-tab-content #tab04 .box-item .inner .info-box .h4-ttl {
  border-left: 3px solid #2EB0E9;
}
@media only screen and (max-width: 767px) {
  .sapporo-info-tab-content {
    margin-top: 30px;
  }
  .sapporo-info-tab-content .sapporo-info-list {
    flex-direction: column;
    gap: 15px;
  }
  .sapporo-info-tab-content .sapporo-info-list .box-item .inner {
    padding: 20px 15px;
  }
  .sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box:last-child {
    margin-top: 20px;
  }
  .sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box .h4-ttl {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sapporo-info-tab-content .sapporo-info-list .box-item .inner .info-box .txt01 {
    font-size: 14px;
    line-height: 22px;
  }
}

/*  question-content
=======================================================*/
.question-content {
  padding: 60px 0;
}
.question-content .question-content-item {
  border-bottom: 1px dashed #66A1CF;
  padding: 20px 0;
}
.question-content .question-content-item .question {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 10px 10px 10px 40px;
  color: #66A1CF;
}
.question-content .question-content-item .question::before {
  content: "Q";
  background-color: #66A1CF;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .question-content .question-content-item .question:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: solid #66A1CF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.5s;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 17px;
    right: 15px;
  }
}
.question-content .question-content-item .question.active:after {
  transform: rotate(225deg);
  top: 20px;
}
.question-content .question-content-item .answer {
  position: relative;
  padding: 5px 10px 0px 40px;
  font-size: 14px;
  display: none;
}
.question-content .question-content-item .answer::before {
  content: "A";
  background-color: #fff;
  border-radius: 50%;
  color: #66A1CF;
  border: 1px solid #66A1CF;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .question-content .question-content-item {
    padding: 0;
    margin: 0 -20px;
  }
  .question-content .question-content-item .question {
    font-size: 14px;
    background-color: #E5F4FC;
    padding: 15px 15px 15px 50px;
  }
  .question-content .question-content-item .question::before {
    left: 15px;
    top: 10px;
  }
  .question-content .question-content-item .answer {
    font-size: 12px;
    padding: 15px 15px 15px 50px;
  }
  .question-content .question-content-item .answer::before {
    left: 15px;
    top: 10px;
  }
}

.search .contain-btn .btn-search {
  font-weight: bold;
}

.tabs-container {
  display: none;
  background-color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tabs-container {
    display: block;
  }
}
.tabs-container .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.tabs-container .tabs li {
  width: calc(100%/3 - 10px);
  color: #66A1CF;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  background-color: #E5F4FC;
  position: relative;
  text-align: center;
  padding: 10px 5px;
  border-radius: 6px;
}
.tabs-container .tabs li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  margin-left: -10px;
  border-color: #E5F4FC transparent transparent transparent;
}
.tabs-container .tabs li.current {
  background-color: #66A1CF;
  color: #fff;
}
.tabs-container .tabs li.current::after {
  content: "";
  border-color: #66A1CF transparent transparent transparent;
}

/*  special_select-keyword
=======================================================*/
.special_select-keyword {
  padding-bottom: 70px;
}
.special_select-keyword .inner {
  border: 1px solid #66A1CF;
  padding: 30px;
  border-radius: 10px;
}
.special_select-keyword .inner .h2_ttl {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 36px;
  text-align: center;
}
.special_select-keyword .inner .h2_ttl span {
  font-size: 25px;
  color: #66A1CF;
  display: block;
}
.special_select-keyword .inner .h2_ttl::before {
  content: "";
  background: url(../../../../images/special/hok/sapporo/ico-search.png) left top no-repeat;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}
.special_select-keyword .inner .h2_ttl::after {
  content: "";
  background: #66A1CF;
  height: 5px;
  width: 200px;
  margin-top: 5px;
}
.special_select-keyword .inner .select-keyword-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.special_select-keyword .inner .select-keyword-list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.special_select-keyword .inner .select-keyword-list li a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 10px 8px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.special_select-keyword .inner .select-keyword-list li a:hover {
  text-decoration: none;
  color: #66b5e1;
  border: 1px solid #66b5e1;
}
@media screen and (max-width: 767px) {
  .special_select-keyword .inner {
    padding: 30px 15px;
  }
  .special_select-keyword .inner .h2_ttl {
    font-size: 18px;
    line-height: 30px;
  }
  .special_select-keyword .inner .h2_ttl span {
    font-size: 20px;
  }
  .special_select-keyword .inner .select-keyword-list {
    padding: 30px 0 0;
  }
}

.searchModal {
  animation: 0.5s ease-out 0s 1 normal none running eRLVJF;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1050;
  display: block !important;
}
.searchModal .search__content {
  max-width: 900px;
}
.searchModal .search {
  background: #d2d0d0;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 0 !important;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 10px 16px 16px !important;
}
.searchModal .conditions-collapse {
  overflow-y: scroll;
  max-height: calc(100vh - 240px);
}
.searchModal .search-box .search_name {
  color: #333;
}
.searchModal .nav_tab_sup .tabcontent#DomesticTour {
  background: none;
}
.searchModal .search__form a.open_others, .searchModal .search__form .open_others p {
  color: #333;
}
.searchModal .search-top .nav_tab_sup .tabcontent {
  border-radius: 4px;
}
.searchModal .search__form_box {
  position: relative;
}
.searchModal .searchModalClose {
  top: 8px;
  position: absolute;
  right: 8px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: #777;
  font-size: 18px;
  border-radius: 16px;
  padding: 0 10px;
}
.searchModal .conditions-collapse::-webkit-scrollbar {
  width: 5px;
}
.searchModal .conditions-collapse::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.searchModal .conditions-collapse::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.searchModal .search-top .search__form .search_main {
  padding: 0 25px 0;
}
@media (max-width: 767px) {
  .searchModal {
    width: 100vw;
  }
  .searchModal .search-top .search__form .search_main {
    padding-top: 43px;
  }
  .searchModal .search-top .nav_tab_sup .tabcontent {
    border-radius: 0;
  }
  .searchModal .nav_tab_sup .tabcontent#DomesticTour {
    background: #fff;
  }
  .searchModal .search__form_box {
    background: none !important;
    overflow-y: auto;
    max-height: 100vh;
    padding: 0 15px;
  }
  .searchModal .search {
    padding: 10px 0 16px !important;
  }
}

/*  SearchInner
=======================================================*/
.SearchInner {
  width: 100%;
  margin: 20px auto 0;
  max-width: 880px;
}
.SearchInner .search-top .nav_tab_sup .tabcontent {
  min-height: 275px;
}
.SearchInner .search-box div.search_input.airlines-checkbox .form_checkbox:last-child {
  width: 100px !important;
}
.SearchInner .banner_list_logo {
  display: none;
}
.SearchInner .search__form_box {
  background: rgba(112, 112, 112, 0.9);
}
.SearchInner .search__form_box .logo-air {
  margin: 30px 0 0 20px;
}
.SearchInner.searchModal {
  margin-top: 0;
  max-width: 100%;
}
.SearchInner.searchModal .logo-air {
  display: none;
}
.SearchInner.searchModal .search-top .nav_tab_sup .tabcontent#DomesticTour {
  padding: 43px 15px 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .SearchInner.searchModal .search-top .nav_tab_sup .tabcontent#DomesticTour {
    padding: 43px 0 30px;
  }
}
@media (max-width: 767px) {
  .SearchInner.searchModal .search-top .search__form .search_main {
    background: #fff;
  }
}
.SearchInner.searchModal .search-top .search__form .search_main .banner_list_logo_air {
  display: none;
}
.SearchInner.searchModal .search-top .search__form .search_name, .SearchInner.searchModal .search-top .search__form a.open_others, .SearchInner.searchModal .search-top .search__form .open_others p, .SearchInner.searchModal .search-top .search__form .search-box .search_input #selectDepartureAirport {
  color: #222526;
}
.SearchInner.searchModal .checkbox_custom .form_checkbox label {
  color: #333 !important;
}
.SearchInner .search-box {
  background: none;
}
@media (max-width: 767px) {
  .SearchInner .search-box.search {
    background: #fff;
  }
}
.SearchInner .search-box .container {
  padding: 0 !important;
  max-width: 100%;
}
.SearchInner .search-box .search-box-inner {
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.SearchInner .search-box .search_name {
  color: #333;
}
.SearchInner .search-box .search_name .numberPeople-label:hover, .SearchInner .search-box .search_name .numberPeople-label:focus {
  color: #333;
}
.SearchInner .search-box #btn_search:focus, .SearchInner .search-box .search-box #btn_search:hover {
  border: none !important;
  color: #fff !important;
  outline: none;
}
.SearchInner .search__title {
  font-size: 18px !important;
}
.SearchInner .search-top .search__form .search_main {
  padding: 0;
}
@media (max-width: 767px) {
  .SearchInner .search-top .search__form .search_main {
    background: #fff;
  }
}
.SearchInner .search-top .search__form .search_main .banner_list_logo {
  height: auto;
}
.SearchInner .search-top .search__form .search_main .banner_list_logo .banner_list_logo_air {
  position: static;
}
.SearchInner .search-top .nav_tab_sup .tabcontent#DomesticTour {
  background: none;
  padding: 10px 20px 20px;
}
@media (max-width: 767px) {
  .SearchInner .search-top .nav_tab_sup .tabcontent#DomesticTour {
    background: #fff;
    padding: 0px 0 20px;
  }
}
.SearchInner .search-top .search__form .search_name, .SearchInner .search-top .search__form a.open_others, .SearchInner .search-top .search__form .open_others p {
  color: #fff;
}
@media (max-width: 767px) {
  .SearchInner .search-top .search__form .search_name, .SearchInner .search-top .search__form a.open_others, .SearchInner .search-top .search__form .open_others p {
    color: #222526;
  }
}
.SearchInner .search-top .block-search {
  display: none;
}
.SearchInner .search__content {
  width: 100%;
}
.SearchInner .search {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/*  goSearch
=======================================================*/
#goSearch {
  position: fixed;
  bottom: 120px;
  right: -200px;
  transition: all 800ms ease;
  z-index: 999;
}
#goSearch.show {
  right: -5px;
}
#goSearch a {
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  width: 172px;
  height: 172px;
  display: block;
}
#goSearch a img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #goSearch a {
    width: 120px;
    height: 120px;
    display: block;
  }
  #goSearch a img {
    width: 100px;
  }
  #goSearch.show {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #goSearch.show {
    display: none !important;
  }
}

#goSearchSP {
  display: none;
}

@media screen and (max-width: 767px) {
  #goSearchSP {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    z-index: 99;
    box-shadow: 5px -2px 4px #00000029;
  }
  #goSearchSP a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: #05a0ae;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
  }
  #goSearchSP a::before {
    content: "";
    background: url(../../../../images/special/hok/sapporo/icon_search.svg) top center no-repeat;
    width: 20px;
    height: 20px;
  }
  #goSearchSP a:hover {
    text-decoration: none;
  }
}
#gotoTop.show {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #gotoTop.show {
    bottom: 70px;
  }
}

.anchor_link-grp {
  background-color: #66A1CF;
}
.anchor_link-grp ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.anchor_link-grp ul li {
  width: 20%;
  border-right: 1px dashed #fff;
  height: 100%;
}
.anchor_link-grp ul li.li-big {
  width: 30%;
}
.anchor_link-grp ul li:last-child {
  border-right: none;
}
.anchor_link-grp ul li a {
  color: #fff;
  font-size: 18px;
  padding: 20px 10px 0px;
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
}
.anchor_link-grp ul li a:hover, .anchor_link-grp ul li a:focus {
  text-decoration: none;
}
.anchor_link-grp ul li a span {
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.anchor_link-grp ul li a em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.anchor_link-grp ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 50%;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  padding: 5px;
  transform: rotate(45deg);
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .anchor_link-grp .container {
    padding: 0;
  }
  .anchor_link-grp ul {
    height: 68px;
  }
  .anchor_link-grp ul li {
    width: 25%;
  }
  .anchor_link-grp ul li.li-big {
    width: 25%;
  }
  .anchor_link-grp ul li::after {
    bottom: 10px;
  }
  .anchor_link-grp ul li a {
    font-size: 14px;
    padding: 10px 0 0px;
    width: 100%;
  }
  .anchor_link-grp ul li a em {
    display: none;
  }
  .anchor_link-grp ul li a::after {
    bottom: 8px;
    margin-right: -5px;
  }
}

/*# sourceMappingURL=index.css.map */
