@charset "UTF-8";
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/* chromeで画像ぼける対策 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* rollover */
.roll_opacity {
  transition: all 0.05s ease;
}
.roll_opacity:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* .str-contents
----------------------------------------------- */
.str-contents {
  width: auto;
}

/* ----------------------------------------------------------------
  Contents
----------------------------------------------------------------- */
/* .area_contents
----------------------------------------------- */
/* .area_section
----------------------------------------------- */
/* .area_search
----------------------------------------------- */
.sp .area_search {
  margin-top: 10px;
  margin-bottom: 0;
}
.sp .area_search .dp-search {
  margin-top: 0;
  margin-bottom: 0;
}
.sp .area_search .dp-search .search-main-content-01 {
  margin-top: 0;
  margin-bottom: 0;
}
.sp .area_search a {
  text-decoration: none;
}

.pc .area_search {
  margin-top: 60px;
  margin-bottom: 20px;
}

/* .共通
----------------------------------------------- */
.line_deco {
  width: 100%;
}
.line_deco img {
  width: 100%;
}

.area_spot__container {
  width: 1160px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.sp .area_spot__container {
  width: 95%;
  margin: 0 auto;
}

/* .area_mv
----------------------------------------------- */
.area_mv {
  overflow: hidden;
  background: #4946D1;
}

.pc .area_mv ul li.slick-slide {
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 500px;
  padding: 0 20px;
}
.pc .area_mv ul li.slick-slide img {
  position: relative;
  width: 100%;
}
.pc .area_mv .ttl_mv {
  max-width: 894px;
  margin: 0 auto;
  padding-top: 40px;
}
.pc .area_mv .ttl_mv img {
  width: 100%;
}

.sp .area_mv {
  overflow: hidden;
}
.sp .area_mv ul li.slick-slide {
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 280px;
  padding: 0;
  align-items: center;
}
.sp .area_mv .img_slider img {
  width: 100%;
}
.sp .area_mv .ttl_mv img {
  width: 100%;
}

.pc .sp_only {
  display: none;
}

/* .spot_summary
----------------------------------------------- */
.spot_summary {
  background: linear-gradient(180deg, #040509 0%, #4946D1 100%);
}

.menu_btn_box {
  background: #A75AD5;
  border-radius: 10px;
  margin-top: 30px;
}
.menu_btn_box ul {
  display: flex;
  padding: 14px;
  justify-content: space-around;
  text-align: center;
}
.menu_btn_box ul li::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 55px;
}
.menu_btn_box ul li img {
  width: 30px;
}
.menu_btn_box ul li p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  padding-top: 8px;
}

.sp .menu_btn_box ul {
  gap: 25px;
}
.sp .menu_btn_box li img {
  width: 14px;
}
.sp .menu_btn_box li p {
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}

.area_spot_box {
  margin-top: 40px;
  padding: 32px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.05);
}
.area_spot_box .ttl_box {
  text-align: center;
  margin-bottom: 32px;
}

.sp .area_spot_box {
  padding: 16px 16px 40px;
}
.sp .area_spot_box .ttl_box {
  margin-bottom: 16px;
}

.spot_summary {
  color: #fff;
}
.spot_summary_style-01 .ttl_box img {
  height: 50px;
}
.spot_summary_style-01__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spot_summary_style-01__box .img {
  width: 38%;
}
.spot_summary_style-01__box .img img {
  width: 100%;
}
.spot_summary_style-01__box .txt {
  width: 60%;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  line-height: 160%; /* 38.4px */
}
.spot_summary_style-02 {
  position: relative;
  padding-bottom: 72px;
}
.spot_summary_style-02 .ttl_box img {
  height: 60px;
}
.spot_summary_style-02 table tr {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 24px;
  font-style: normal;
  line-height: 100%; /* 24px */
  padding: 12px 0;
  font-weight: 700;
}
.spot_summary_style-02 table tr th {
  min-width: 184px;
  padding: 12px 8px;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
}
.spot_summary_style-02 table tr td {
  line-height: 150%; /* 36px */
}
.spot_summary_style-02 table tr td.caution {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.spot_summary_style-02 .map {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.spot_summary_style-02 .map .img {
  width: 49%;
}
.spot_summary_style-02 .map .img img {
  width: 100%;
}
.spot_summary_style-03 {
  position: relative;
  padding-bottom: 72px;
}
.spot_summary_style-03 .ttl_box img {
  height: 120px;
}
.spot_summary_style-03__box ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 20px;
}
.spot_summary_style-03__box ul li {
  padding: 8px 0;
  grid-column: auto;
  grid-row: auto;
  align-self: start;
}
.spot_summary_style-03__box ul li p.ttl {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.spot_summary_style-03__box ul li span.num {
  width: 40px;
  padding: 8px;
  border-radius: 4px;
  background: #50AEE9;
  padding: 12px 0;
  text-align: center;
}
.spot_summary_style-03__box ul li p.txt {
  padding-top: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.spot_summary_style-03__box ul li span.caution {
  color: rgba(255, 255, 255, 0.6);
}
.spot_summary_style-03__box ul li .img {
  width: 100%;
  padding-top: 16px;
}
.spot_summary_style-03__box ul li .img img {
  width: 100%;
}

.sp .spot_summary {
  color: #fff;
}
.sp .spot_summary_style-01 .ttl_box img, .sp .spot_summary_style-02 .ttl_box img {
  height: 30px;
}
.sp .spot_summary_style-01__box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sp .spot_summary_style-01__box .img {
  width: 100%;
  order: 2;
}
.sp .spot_summary_style-01__box .img img {
  width: 100%;
}
.sp .spot_summary_style-01__box .txt {
  width: 100%;
  order: 1;
  font-size: 14px;
  line-height: 150%; /* 21px */
}
.sp .spot_summary_style-02 table tr {
  font-size: 14px;
  padding: 6px 0;
}
.sp .spot_summary_style-02 table tr th {
  min-width: 114px;
  padding: 8px;
}
.sp .spot_summary_style-02 table tr td {
  line-height: 150%; /* 36px */
}
.sp .spot_summary_style-02 table tr td.caution {
  font-size: 12px;
}
.sp .spot_summary_style-02 .map {
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 6px;
}
.sp .spot_summary_style-02 .map .img {
  width: 100%;
}
.sp .spot_summary_style-02 .map .img img {
  width: 100%;
}
.sp .spot_summary_style-03 .ttl_box img {
  height: 50px;
}
.sp .spot_summary_style-03__box ul {
  display: block;
}
.sp .spot_summary_style-03__box ul li p.ttl {
  display: flex;
  font-size: 14px;
}
.sp .spot_summary_style-03__box ul li span.num {
  width: 30px;
  padding: 8px 0;
}
.sp .spot_summary_style-03__box ul li p.txt {
  font-size: 14px;
}
.sp .spot_summary_style-03__box ul li .img {
  width: 100%;
  padding-top: 16px;
}
.sp .spot_summary_style-03__box ul li .img img {
  width: 100%;
}

/* .more-btn
----------------------------------------------- */
.more-btn {
  position: absolute;
  width: 168px;
  padding: 12px 24px;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  border-radius: 8px 8px 0 0;
  background: #A75AD5;
  border: none;
  cursor: pointer;
}
.more-btn span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}

.sp .more-btn {
  width: 114px;
  padding: 8px;
}
.sp .more-btn span {
  font-size: 14px;
}

/* .アコーディオン
----------------------------------------------- */
.spot_summary_style-02 .area_spot_box__inner table tr:nth-child(6) {
  display: none;
}

.spot_summary_style-02 .area_spot_box__inner .map {
  display: none;
}

.spot_summary_style-02:has(.more-btn.open) .area_spot_box__inner table tr:nth-child(6) {
  display: flex;
}

.spot_summary_style-02:has(.more-btn.open) .area_spot_box__inner .map {
  display: flex;
}

.spot_summary_style-03__box ul {
  /* 左列（1列目）に上から 1, 2, 3 を配置 */
  /* 右列（2列目）に上から 4, 5, 6 を配置 */
  /* 7番目以降の li はすべて非表示（存在しないものとして扱う） */
}
.spot_summary_style-03__box ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.spot_summary_style-03__box ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.spot_summary_style-03__box ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.spot_summary_style-03__box ul li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.spot_summary_style-03__box ul li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.spot_summary_style-03__box ul li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.spot_summary_style-03__box ul li:nth-child(n+7) {
  display: none;
}

.sp .spot_summary_style-03__box ul {
  /* 7番目以降の li はすべて非表示（存在しないものとして扱う） */
}
.sp .spot_summary_style-03__box ul li:nth-child(n+4) {
  display: none;
}

.area_spot_box:has(.more-btn.open) .spot_summary_style-03__box ul {
  /* Gridを解除して、2列組みに切り替える */
  display: block;
  column-count: 2; /* 強制的に2列に分割する */
  column-gap: 20px; /* 列と列の間の余白 */
  /* 開いたときに、7番目以降の li を表示状態にする */
}
.area_spot_box:has(.more-btn.open) .spot_summary_style-03__box ul li {
  grid-column: auto !important;
  grid-row: auto !important;
  display: block;
  width: 100%;
  /* 要素の途中で列が泣き別れ（改行）するのを防ぐ */
  break-inside: avoid;
  page-break-inside: avoid;
}
.area_spot_box:has(.more-btn.open) .spot_summary_style-03__box ul li:nth-child(n+7) {
  display: block;
}

.sp .area_spot_box:has(.more-btn.open) .spot_summary_style-03__box ul {
  /* Gridを解除して、2列組みに切り替える */
  display: block;
  column-count: 1; /* 強制的に2列に分割する */
  column-gap: 0px; /* 列と列の間の余白 */
  /* 開いたときに、7番目以降の li を表示状態にする */
}
.sp .area_spot_box:has(.more-btn.open) .spot_summary_style-03__box ul li {
  grid-column: auto !important;
  grid-row: auto !important;
  display: block;
  width: 100%;
  /* 要素の途中で列が泣き別れ（改行）するのを防ぐ */
  break-inside: avoid;
  page-break-inside: avoid;
}
.sp .area_spot_box:has(.more-btn.open) .spot_summary_style-03__box ul li:nth-child(n+3) {
  display: block;
}

/* .spot_root
----------------------------------------------- */
.spot_root {
  background: linear-gradient(180deg, #040509 0%, #4946D1 100%);
  color: #fff;
  padding: 80px 0;
}
.spot_root .box_spot_slide .ttl_box {
  text-align: center;
}
.spot_root .box_spot_slide .ttl_box img {
  height: 60px;
}
.spot_root .box_spot_slide ul.img_slider {
  display: flex;
  gap: 10px;
  padding: 30px 0;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box {
  margin: 0 8px;
  width: 320px;
  min-height: 530px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 400;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .schedule_txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 8px;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .schedule_txt p {
  font-weight: 700;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .schedule_txt p.time {
  border-radius: 4px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.07);
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .schedule_txt p.time-bl {
  background: #50AEE9;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .schedule_txt-flex {
  flex-wrap: nowrap !important;
  align-items: flex-start;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box p.txt_area {
  padding-bottom: 8px;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .spot_name {
  border-radius: 4px;
  background: #50AEE9;
  text-align: center;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .spot_name p {
  padding: 4px 8px;
  font-weight: 700;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .img {
  width: 100%;
  padding: 8px 0;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .img img {
  width: 100%;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box p.txt_area {
  line-height: 150%; /* 21px */
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .slide_item_box__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  height: 90%;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .slide_item_box__inner-01 {
  display: flex;
  justify-content: space-between;
  height: 50%;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .slide_item_box__inner-01 .box-left {
  width: 49%;
}
.spot_root .box_spot_slide ul.img_slider li.slide_item_box .slide_item_box__inner-01 p.txt_area {
  width: 49%;
}

.sp .spot_root {
  padding: 40px 0;
}
.sp .spot_root .box_spot_slide .ttl_box img {
  height: 76px;
}
.sp .spot_root .box_spot_slide ul.img_slider li.slide_item_box {
  min-height: 395px;
  padding: 16px;
  font-size: 12px;
}

/* .spot_hotel_ticket
----------------------------------------------- */
.spot_hotel_ticket {
  background: linear-gradient(180deg, #040509 0%, #4946D1 100%);
  color: #fff;
}
.spot_hotel_ticket .ttl_box {
  text-align: center;
}
.spot_hotel_ticket .ttl_box img {
  height: 60px;
}
.spot_hotel_ticket .box_spot_slide {
  padding: 40px 0;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider {
  display: flex;
  padding: 40px 0;
  gap: 10px;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box {
  margin: 0 8px;
  width: 320px;
  min-height: 450px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box p.txt_area {
  padding-bottom: 8px;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box .hotel_ttl p {
  padding: 8px 0px;
  font-weight: 700;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box p.star {
  color: #F0D492;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 8px;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box .img {
  width: 100%;
  padding: 8px 0;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box .img img {
  width: 100%;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box p.txt_area {
  line-height: 150%; /* 21px */
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box .link_btn {
  position: absolute;
  bottom: 0;
  left: 47%;
  transform: translateX(-50%);
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box .link_btn a {
  color: #fff;
  display: flex;
  gap: 8px;
  border-radius: 8px 8px 0 0;
  background: #A75AD5;
  padding: 8px 16px;
  justify-content: center;
  font-size: 14px;
  align-items: center;
}
.spot_hotel_ticket .box_spot_slide ul.img_slider li.slide_item_box .link_btn a img {
  width: 16px;
  height: 16px;
}
.spot_hotel_ticket h4 {
  text-align: center;
  font-size: 24px;
  padding: 40px 0;
}
.spot_hotel_ticket h4 span {
  display: block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 8px;
}
.spot_hotel_ticket a {
  width: 100%;
}
.spot_hotel_ticket a img {
  width: 100%;
}
.spot_hotel_ticket .tips {
  padding: 40px 0;
}
.spot_hotel_ticket .tips p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.spot_hotel_ticket .tips p.tips_txt {
  border-radius: 4px;
  background: #50AEE9;
  display: inline-block;
  padding: 8px;
  margin-bottom: 8px;
}

.sp .box_spot_ticket.area_spot__container {
  width: 100% !important;
}

.sp .spot_hotel_ticket .ttl_box img {
  height: 40px;
}
.sp .spot_hotel_ticket ul.img_slider li.slide_item_box {
  padding: 16px;
}
.sp .spot_hotel_ticket h4 {
  font-size: 14px;
  padding: 40px 0;
  margin: 0 12px;
}
.sp .spot_hotel_ticket h4 span {
  margin-bottom: 8px;
  padding: 8px;
}
.sp .spot_hotel_ticket .tips {
  margin: 0 12px;
  padding: 40px 0;
}
.sp .spot_hotel_ticket .tips p {
  font-size: 14px;
}

/* .area_air_price
----------------------------------------------- */
.area_air_price {
  text-align: center;
  padding: 40px 0 80px;
}
.area_air_price h2.hdg_02-01 {
  font-size: 28px;
  padding: 24px 0;
}
.area_air_price .area_section_inner {
  width: 1000px;
  padding: 24px 0;
  margin: 0 auto;
}
.area_air_price .area_section_inner h3.hdg_03 {
  font-size: 24px;
  margin-bottom: 20px;
}
.area_air_price .area_section_inner p {
  text-align: left;
}

.sp .area_air_price {
  padding: 16px 0 20px;
}
.sp .area_air_price h2.hdg_02-01 {
  font-size: 22px;
  padding: 14px 0;
}
.sp .area_air_price .area_section_inner {
  width: 358px;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 12px 30px;
}
.sp .area_air_price .area_section_inner h3.hdg_03 {
  font-size: 15px;
}

/* .area_air_calendar
----------------------------------------------- */
.area_air_calendar {
  text-align: center;
  background: #E7F3F9;
}
.area_air_calendar h2.hdg_02-01 {
  background: #50A2D2;
  color: #fff;
  font-size: 28px;
  padding: 24px 0;
}
.area_air_calendar .area_section_inner {
  width: 850px;
  padding: 24px 0;
  margin: 0 auto;
}
.area_air_calendar .area_section_inner h3.hdg_03 {
  font-size: 28px;
  padding: 24px 0;
}
.area_air_calendar .area_section_inner .box_air_item {
  text-align: left;
}
.area_air_calendar .area_section_inner .box_air_item .item-frame-hdg {
  text-align: center;
  font-size: 24px;
  border: 1px solid #707070;
  padding: 8px;
  background: #fff;
  width: 436px;
  margin: 0 auto;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.area_air_calendar .area_section_inner .box_air_item .item-frame-tbl {
  margin-bottom: 40px;
}

.item-frame-cal-month {
  color: #323232;
  border: 1px solid #707070;
  background: #FFF;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 4px;
  margin-bottom: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.sp .item-frame-cal-month {
  font-size: 14px;
  width: 240px;
}

.sp .area_air_calendar {
  text-align: center;
  background: #E7F3F9;
  background-size: cover;
}
.sp .area_air_calendar h2.hdg_02-01 {
  font-size: 22px;
  padding: 14px 0;
}
.sp .area_air_calendar .area_section_inner {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 0px 30px;
}
.sp .area_air_calendar .area_section_inner h3.hdg_03 {
  font-size: 22px;
  padding: 14px 0;
}
.sp .area_air_calendar .area_section_inner .notice {
  font-size: 11px;
  margin-bottom: 14px;
}
.sp .area_air_calendar .area_section_inner .box_air_item {
  text-align: left;
}
.sp .area_air_calendar .area_section_inner .box_air_item .item-frame-hdg {
  font-size: 12px;
  padding: 4px;
  background: #fff;
  width: 218px;
  margin-bottom: 15px;
}
.sp .area_air_calendar .area_section_inner .box_air_item .item-frame-tbl {
  margin-bottom: 30px;
}

.box_linkbtn {
  padding: 15px 0;
  text-align: left;
}
.box_linkbtn ul li {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 14px;
}
.box_linkbtn ul li a {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #196FB9;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.box_linkbtn ul li a .link_icon {
  display: block;
  height: 24px;
  background-position: center;
  background-size: auto 24px;
  background-repeat: no-repeat;
  margin-right: 16px;
  position: relative;
}
.box_linkbtn ul .iink_htl a .link_icon {
  background-image: url(//s.skygate.co.jp/images/shared/ico/ico_overseas_hotel-01.svg);
  width: 22px;
}
.box_linkbtn ul .iink_dp a .link_icon {
  background-image: url(//s.skygate.co.jp/images/shared/ico/ico_overseas_air_hotel-01.svg);
  width: 75px;
  margin-top: 20px;
}
.box_linkbtn ul .iink_dp a .link_icon::before {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 68px;
  height: 18px;
  background: url(//s.skygate.co.jp/sp/shared/images/icon_airtrip_plus.svg?2019082701);
  content: "";
}
.box_linkbtn ul .iink_activity a .link_icon {
  background-image: url(//s.skygate.co.jp/images/shared/ico/ico_activity-01.svg);
  width: 22px;
}

.pc .box_linkbtn ul {
  display: flex;
  width: 966px;
  justify-content: space-between;
}
.pc .box_linkbtn ul li {
  width: 302px;
}
.pc .box_linkbtn ul li a {
  height: 69px;
}

/* .area_copyright
----------------------------------------------- */
.area_copyright {
  text-align: center;
  width: 880px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 14px;
}
.area_copyright p {
  padding: 20px 0;
}
.area_copyright img {
  width: 225px;
}

.sp .area_copyright {
  width: auto;
  font-size: 12px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sp .area_copyright p {
  text-align: left;
}
.sp .area_copyright img {
  width: 150px;
}

/* ----------------------------------------------------------------
  parts
----------------------------------------------------------------- */
.text_01 {
  color: #222222;
  font-size: 17px;
  line-height: 1.75;
}

.text_02 {
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
}

.text_03 {
  color: #fff;
  font-size: 12px;
}

.text_04 {
  color: #000;
  font-size: 12px;
  line-height: 1.75;
}

.sp .text_01 {
  font-size: 15px;
}

.txt_deco_01 {
  position: relative;
  text-align: center;
}

/* .scrollbar
----------------------------------------------- */
/* スクロールバーの高さ */
ul.airways_contents::-webkit-scrollbar {
  height: 12px;
}

/* スクロールバーの軌道 */
ul.airways_contents::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}

/* スクロールバーの動く部分 */
ul.airways_contents::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 10px;
}

ul.airways_contents {
  scrollbar-width: auto; /*細さ(幅・高さ両方に適用)*/
  scrollbar-color: #a8a8a8 #fff; /*つまみの色 軌道の色*/
}

/* .sliderカスタマイズ
----------------------------------------------- */
.slide-items-02 .slick-track {
  display: flex !important;
}
.slide-items-02 .slick-slide {
  height: auto !important;
  display: flex !important;
}
.slide-items-02 .slick-slide img {
  width: 100%;
}
.slide-items-02 .slide-arrow {
  z-index: 10;
  background-color: #a453db;
  border: 3.4px solid #000000;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
}
.slide-items-02 .slide-arrow > span {
  position: relative;
  padding-left: 25px;
}
.slide-items-02 .slide-arrow > span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 14px;
  bottom: 0;
  background-color: #ffffff;
}
.slide-items-02 .slide-arrow > span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 15px;
  bottom: 0;
  background-color: #ffffff;
}
.slide-items-02 .prev-arrow {
  position: absolute;
  left: -10px;
}
.slide-items-02 .prev-arrow > span {
  position: relative;
  padding-left: 25px;
}
.slide-items-02 .prev-arrow > span::before {
  left: 11px;
  width: 16px;
  height: 3px;
}
.slide-items-02 .prev-arrow > span::after {
  left: 11px;
  width: 7px;
  height: 7px;
  background-color: transparent; /* 背景は透明にして枠線だけ使う */
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg); /* 45度回転させて左を向かせる */
}
.slide-items-02 .next-arrow {
  position: absolute;
  right: -10px;
}
.slide-items-02 .next-arrow > span {
  position: relative;
  padding-left: 25px;
}
.slide-items-02 .next-arrow > span::before {
  right: 1px;
  width: 16px;
  height: 3px;
}
.slide-items-02 .next-arrow > span::after {
  right: 1px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(45deg); /* 45度回転させて左を向かせる */
}

.sp .slide-items-02 .slick-slide {
  padding: 0 10px 20px;
}
.sp .slide-items-02 .slick-list {
  padding-left: 0;
}
.sp .slide-items-02 .prev-arrow {
  left: 0px;
}
.sp .slide-items-02 .next-arrow {
  right: 0px;
}

.slick-dots {
  bottom: -32px !important;
}

.sp .slick-dots {
  bottom: -14px !important;
}

.slick-dots li {
  width: 10px !important;
  margin: 0 8px !important;
}

.sp .slick-dots li {
  margin: 0 4px !important;
}

/* 非アクティブボタン */
.slick-dots li button:before {
  content: "○" !important;
  color: #fff !important;
  font-size: 16px !important;
  opacity: 0.5 !important;
}

.sp .slick-dots li button:before {
  font-size: 10px !important;
}

/* アクティブボタン */
.slick-dots li.slick-active button:before {
  content: "●" !important;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 20px !important;
}

.sp .slick-dots li.slick-active button:before {
  font-size: 12px !important;
}
