@charset "UTF-8";

@import url("https://use.typekit.net/hyk7chs.css");

/* font A */

/* ITC Avant Garde Gothic Pro Bold
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;

ITC Avant Garde Gothic Pro Book
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;

ITC Avant Garde Gothic Pro Medium
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal; */

/* Arial、Helvetica Neue、Helvetica、sans-serif */

/* FOT-TsukuARdGothic Std R
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal; */

/* font Z */
body {
  color: #333;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

section,
.pd_tb {
  padding-top: 50px;
}

section:last-child,
.pd_tb {
  padding-bottom: 90px;
}

.en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

/* .opa {
  opacity: 0;
} */
.page_wide {
  width: calc(100% - 40px);
  max-width: 1235px;
  margin: 0 auto;
}

.clr_036eb8 {
  color: #036eb8 !important;
}

.clr_323940 {
  color: #323940;
}

.clr_ff0000 {
  color: #ff0000;
}

.bg_f1f7fb {
  background-color: #f1f7fb;
}

.bg_fff {
  background-color: #fff;
}

.bg_fefaf5 {
  background-color: #fefaf5;
}

.bg_e6e6e6 {
  background-color: #e6e6e6;
}

.bord_e6e6e6 {
  border: 1px solid #e6e6e6;
}

.max_1160 {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.ilblk {
  display: inline-block;
}

.pdt_none {
  padding-top: 0;
}

header {
  z-index: 10;
}

header #head {
  /* position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 0; */
  /* background-color: #fff; */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 0;
  /* background-color: #fff; */
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 10;
}

header .page {
  max-width: 1354px;
  width: calc(100% - 80px);
  position: relative;
}

header #head p#h_logo {
  width: 221px;
  position: absolute;
  top: 0;
  left: 0;
}

header #head p#h_logo a {
}

header #head p#h_logo a img {
}

header #head p#h_logo a img.bh {
  display: none;
}

header #h_btn {
  text-align: right;
  padding-right: 70px;
}

header #h_btn ul {
  font-size: 0;
  display: block;
}

header #h_btn ul li {
  margin: 0 23px;
  display: inline-block;
  vertical-align: top;
}

header #h_btn ul li a {
  text-align: center;
}

header #h_btn ul li a figure {
  width: 24px;
  height: 26px;
  margin: 0 auto 5px;
}

header #h_btn ul li a figure img {
}

header #h_btn ul li a figure img.bh {
  display: none;
}

header #h_btn ul li a span {
  font-size: 13px;
  color: #fff;
}

header .h_spbtn_page {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 15;
}

header #h_spbtn {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 27px;
  border-radius: 50%;
  background-color: #036eb8;
  cursor: pointer;
}

header #h_spbtn.active {
  background-color: #fff;
}

header #h_spbtn span {
  width: 36px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

header #h_spbtn span:first-child {
  top: 33%;
}

header #h_spbtn span:last-child {
  top: 68%;
}

header #h_spbtn.active span {
  top: 50%;
  background-color: #036eb8;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 14px;
}

header #h_spbtn.active span:nth-child(2) {
  display: none;
}

header #h_spbtn.active span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

header #sp_nav {
  width: 90%;
  height: 100vh;
  max-width: 683px;
  position: fixed;
  right: -100vw;
  z-index: 5;
  background-color: #036eb8;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 13;
}

header #sp_nav.active {
  right: 0;
}

header #sp_nav #sp_nav_ct {
  max-width: 356px;
  max-height: calc(100vh - 40px);
  width: calc(100% - 20px);
  margin: 0 auto;
  overflow: scroll;
  padding-top: 50px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

header #sp_nav #sp_nav_ct #h_btn {
  display: none;
}

#sp_nav #sp_nav_ct::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#sp_nav #sp_nav_ct #sp_nav_ct_top {
  margin-bottom: 30px;
}

#sp_nav #sp_nav_ct #sp_nav_ct_top ul {
  margin-bottom: 10px;
}

#sp_nav #sp_nav_ct #sp_nav_ct_top ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#sp_nav #sp_nav_ct #sp_nav_ct_top ul li a {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  background: url(../imgs_new/common/arr_wh.png) center right 15px / 27px 11px no-repeat;
}

#sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul li {
  margin-bottom: 0;
  border: none;
}

#sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul li a {
  font-size: 13px;
  padding: 0 0 5px;
  background: none;
}

#sp_nav #sp_nav_ct #sp_nav_ct_bottom {
  margin-bottom: 15px;
}

#sp_nav #sp_nav_ct #sp_nav_ct_bottom ul {
}

#sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li {
  margin-bottom: 17px;
}

#sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li a {
  color: #fff;
  font-size: 14px;
}

/*============================
#sp_ct_sns
============================*/

#sp_ct_sns {
}

#sp_ct_sns ul {
  display: flex;
}

#sp_ct_sns li {
  width: 19px;
  margin-right: 20px;
}

#sp_ct_sns li a {
}

#sp_ct_sns li a img {
}

header #head.wh {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

header #head.wh p#h_logo a img.bh,
header #head.wh #h_btn ul li a figure img.bh {
  display: block;
}

header #head.wh p#h_logo a img.wh,
header #head.wh #h_btn ul li a figure img.wh {
  display: none;
}

header #head.wh #h_btn ul li a span {
  color: #036eb8;
}

/*パンくずリスト開始↓*/
#pankuzu {
  width: 100%;
  background: url(../imgs_new/common/backimg_pankuzu.png) center center / cover no-repeat;
}

#pankuzu ul {
  font-size: 0;
  padding: 12px 5px 10px 35px;
  display: table;
}

#pankuzu li {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  display: table-cell;
}

#pankuzu li.top {
  width: 25px;
}

#pankuzu li.yajirushi {
  width: 44px;
  padding: 0 15px;
}

/* #pankuzu li:before {
  content: ">>";
  display: inline-block;
  margin: 0 15px;
} */
/* #pankuzu li:first-child:before {
  display: none;
} */
#pankuzu li a {
  color: #fff;
}

/*パンくずリスト終了↑*/

/*topページ以外のmain_ttl開始↓*/
#main_ttl_box {
  padding: 58px 20px;
  background-color: #fff;
}

.main_ttl {
  color: #036eb8;
  font-weight: 300;
  font-size: 26px;
  text-align: center;
}

/*topページ以外のmain_ttl終了↑*/

/*共通項目開始↓*/
article.pd_top {
  padding-top: 114px;
}

.wh_box_wide {
  padding: 60px 75px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 1235px;
  width: 100%;
  left: 0;
}
.blue_ttl {
  color: #036eb7;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
.blue_ttl:after {
  content: "";
  width: 70%;
  max-width: 663px;
  margin: 0 auto;
  padding-top: 6px;
  display: block;
  border-bottom: 1px solid #036eb7;
}
/*共通項目終了↑*/

.btn1 {
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}

.btn1 a {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  border-radius: 75px;
  background: #fff;
  border: 2px solid #000;
  background: #fff url(../imgs_new/common/arr_bl.png) center right 15px / 27px 11px no-repeat;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.btn1 a span {
  color: #333333;
  text-align: center;
  font-size: 14px;
}

.btn1:hover a {
  background-color: #000;
  border: 2px solid #000;
  background-image: url(../imgs_new/common/arr_wh.png);
}

.btn1:hover a span {
  color: #fff;
}

.btn2 a {
  border-color: #036eb8;
  background-color: #036eb8;
  background: #036eb8 url(../imgs_new/common/arr3_wh.png) center right 15px / 9px 15px no-repeat;
}

.btn2:hover a {
  background-image: url(../imgs_new/common/arr3_wh.png);
}

.btn2 a span {
  color: #fff;
}

#news {
  padding-bottom: 58px;
}

#news .section_ttl.tal {
  color: #036eb8;
  margin-bottom: 37px;
}

#news .section_ttl.tal p.ttl {
}

#news .section_ttl.tal p.ttl span.lrg.en {
  margin-bottom: 0;
}

#news .section_ttl.tal p.ttl span.min {
}

#news #news_list {
  margin-bottom: 38px;
}

#news #news_list {
  border-top: 1px solid #eaebec;
}

#news #news_list li {
  font-size: 0;
  padding: 28px;
  border-bottom: 1px solid #eaebec;
  position: relative;
}

#news #news_list li:after {
  content: "";
  width: 37px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs_new/common/arr_n.png) center center / contain no-repeat;
}

#news #news_list li > * {
  display: inline-block;
  vertical-align: middle;
}

#news #news_list li span.date {
  width: 150px;
  font-size: 16px;
  padding-left: 10px;
}

#news #news_list li span.category {
  color: #fff;
  width: 110px;
  text-align: center;
  font-size: 11px;
  background-color: #036eb8;
  border-radius: 20px;
}

#news #news_list li span.category.tour {
  background-color: #28b472;
}

#news #news_list li .nl_link {
  width: calc(100% - 260px);
  font-size: 14px;
  position: relative;
  color: #036eb8;
  position: relative;
}

#news #news_list li .nl_link span.ttl {
  font-size: 14px;
  display: block;
  padding-left: 75px;
}

.point_list_ttl {
  font-weight: bold;
  font-size: 20px;
  padding-left: 27px;
  margin-bottom: 14px;
  position: relative;
}

.point_list_ttl:before {
  content: "";
  width: 18px;
  height: 2px;
  border-top: 2px solid #036eb8;
  position: absolute;
  top: 0.85em;
  left: 0;
}

.point_list_ttl span.min {
  font-weight: normal;
  font-size: 14px;
  padding-top: 2px;
  display: block;
}

/*2022/11/29 おすすめツアーラインナップカスタムフィールド開始↓*/
#tour_lineup .page {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0px 0 20px;
}

#tour_lineup .lineup_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

#tour_lineup .btn1 {
  margin-top: auto;
}

#tour_lineup .lineup_list li {
  /* width: calc(25% - 15px);
  max-width: 290px;
  margin-bottom: 20px; */
  width: calc(25% - 20px);
  max-width: 290px;
  margin-bottom: 60px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

#tour_lineup .lineup_list li .imgbk {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

#tour_lineup .lineup_list li .txtbk .ttl {
  font-size: 16px;
  color: #036eb8;
  margin-bottom: 15px;
}

#tour_lineup .lineup_list li .txtbk .conts {
  color: #323940;
  font-size: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #323940;
  box-sizing: content-box;
}

#tour_lineup .lineup_list li .txtbk dl {
  font-size: 0;
  margin-bottom: 25px;
}

#tour_lineup .lineup_list li .txtbk dl > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

#tour_lineup .lineup_list li .txtbk dl dt {
  width: 55px;
}

#tour_lineup .lineup_list li .txtbk dl dd {
  width: calc(100% - 55px);
}

/*2022/11/29 終了↑*/

footer {
  padding: 70px 0 90px;
  background: url(../imgs_new/index/blugra_1.jpg) center center / cover no-repeat;
}

footer .page,
footer #sp_nav .page {
  max-width: 1250px;
}

footer #sp_nav {
  position: relative;
}

footer small.sp {
  display: none;
  border-top: 1px solid #fff;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

footer #sp_nav p#h_logo {
  max-width: 274px;
  position: absolute;
  top: 0;
  right: 55px;
}

footer #sp_nav p#h_logo a {
  margin-bottom: 35px;
}

footer #sp_nav p#h_logo a img {
  max-width: 274px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

footer #sp_nav p#h_logo small {
  font-size: 12px;
  color: #fff;
}

footer #sp_nav #sp_nav_ct {
  width: calc(100% - 395px);
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top {
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul {
  display: flex;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul li {
  width: calc((99.9% - 96px) / 2);
  margin-right: 96px;
  border-bottom: 1px solid #64a6d3;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul {
  display: flex;
  flex-wrap: wrap;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul li.tokyo {
  width: 100%;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul li {
  width: 49.6%;
  margin-right: 0;
  border-bottom: none;
  display: inline-block;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul li:last-child {
  margin-right: 0;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul li a {
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom {
  display: flex;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom p {
  width: 40px;
  color: #fff;
  font-size: 15px;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct {
  width: calc(100% - 40px);
  padding-left: 11%;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #64a6d3;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top ul {
  margin-right: 10%;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top ul li {
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top ul li a {
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm {
  display: flex;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm ul {
  margin-right: 10%;
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm ul li {
}

footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm ul li a {
}

@media screen and (max-width: 1200px) {
  header #head p#h_logo {
    width: 185px;
  }

  header #h_spbtn {
    width: 55px;
    height: 55px;
    top: 30px;
  }

  header #h_spbtn span {
    width: 32px;
  }

  header #h_spbtn.active span {
    left: 12px;
  }

  #news .section_ttl.tal {
    margin-bottom: 25px;
  }

  #news #news_list li {
    padding: 20px;
  }

  #news #news_list li span.date {
    width: 120px;
    font-size: 15px;
    padding-left: 10px;
  }

  #news #news_list li span.category {
    width: 100px;
  }

  #news #news_list li .nl_link span.ttl {
    font-size: 14px;
    padding-left: 50px;
  }

  #news #news_list li:after {
    width: 32px;
    height: 11px;
  }

  /*2022/11/29 おすすめツアーラインナップカスタムフィールド開始↓*/
  #tour_lineup .lineup_list li .txtbk .ttl {
    font-size: 15px;
  }

  /*終了↑*/

  footer {
    padding: 50px 0 70px;
  }

  footer .page,
  footer #sp_nav .page {
    max-width: 1020px;
  }

  footer #sp_nav p#h_logo {
    max-width: 230px;
    right: 30px;
  }

  footer #sp_nav #sp_nav_ct {
    width: calc(100% - 345px);
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_top ul li a {
    font-size: 15px;
    padding: 20px 0;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul li {
    width: calc((99.9% - 75px) / 2);
    margin-right: 75px;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul li:last-child {
    margin-right: 0;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul li {
    width: 100%;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct {
    padding-left: 8%;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top ul,
  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm ul {
    margin-right: 7%;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li {
    margin-bottom: 10px;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 980px) {
  header .page {
    width: calc(100% - 40px);
  }

  header #head {
    padding: 20px 0;
  }

  header #head p#h_logo {
    width: 155px;
  }

  header #h_btn ul li {
    margin: 0 15px;
  }

  header #h_btn ul li a figure {
    width: 20px;
    height: 20px;
  }

  header #h_btn ul li a span {
    font-size: 10px;
  }

  header #h_btn {
    padding-right: 50px;
  }

  header #h_spbtn span {
    width: 24px;
  }

  header #h_spbtn.active span {
    left: 11px;
  }

  header #sp_nav {
    max-width: 500px;
  }

  header #sp_nav #sp_nav_ct {
    max-width: 250px;
  }

  header #h_spbtn {
    width: 45px;
    height: 45px;
    top: 19px;
  }

  #news #news_list li {
    padding: 15px;
  }

  #news #news_list li span.date {
    width: 90px;
    font-size: 11px;
    padding-left: 10px;
  }

  #news #news_list ul li span.category.tour {
    font-size: 10px;
  }

  #news #news_list li .nl_link span.ttl {
    font-size: 12px;
    padding-left: 40px;
  }

  #news #news_list li:after {
    width: 26px;
    height: 9px;
  }

  .btn1 {
    max-width: 225px;
  }

  .btn1 a {
    padding: 10px 0;
    background: #fff url(../imgs_new/common/arr_bl.png) center right 15px / 21px 10px no-repeat;
  }

  .btn1 a span {
    font-size: 12px;
  }

  .btn2 a span,
  #news .btn2 a span {
    font-size: 12px;
  }

  /*共通項目開始↓*/
  article.pd_top {
    padding-top: 83px;
  }
  .blue_ttl {
    font-size: 23px;
    margin-bottom: 10px;
  }
  /*共通項目終了↑*/

  /*2022/11/29 おすすめツアーラインナップカスタムフィールド開始↓*/
  #tour_lineup .lineup_list li {
    width: calc(33.3% - 20px);
  }

  #tour_lineup .lineup_list li .txtbk .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #tour_lineup .lineup_list li .txtbk .conts {
    font-size: 12px;
  }

  #tour_lineup .lineup_list li .txtbk dl {
    margin-bottom: 15px;
  }

  #tour_lineup .lineup_list li .txtbk dl > * {
    font-size: 13px;
  }

  #tour_lineup .lineup_list li .txtbk dl dt {
    width: 50px;
  }

  #tour_lineup .lineup_list li .txtbk dl dd {
    width: calc(100% - 50px);
  }

  /*終了↑*/

  footer #sp_nav p#h_logo a {
    margin-bottom: 25px;
  }

  footer #sp_nav p#h_logo small {
    font-size: 10px;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_top ul li a {
    font-size: 12px;
    padding: 10px 0;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_top .sub ul li a {
    font-size: 12px;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom p {
    width: 30px;
    font-size: 10px;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct {
    width: calc(100% - 30px);
    padding-left: 11%;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  header #h_spbtn {
  }

  header #h_spbtn {
    top: 13px;
    width: 40px;
    height: 40px;
  }

  header #head {
    padding: 0;
    height: 65px;
  }

  header #h_spbtn span {
    width: 20px;
  }

  header #h_spbtn.active span {
    left: 10px;
  }

  header #head p#h_logo {
    width: 135px;
    top: 15px;
  }

  header #h_btn {
    display: none;
  }

  header #sp_nav #sp_nav_ct #h_btn {
    display: block;
    padding: 0;
  }

  header #sp_nav #sp_nav_ct #h_btn ul {
    text-align: center;
  }

  header #sp_nav #sp_nav_ct #h_btn ul li {
    margin: 0 0 7px;
    display: block;
    width: 100%;
  }

  header #h_btn ul li a {
    text-align: left;
    font-size: 0;
  }

  header #h_btn ul li a > * {
    display: inline-block;
    vertical-align: middle;
  }

  header #h_btn ul li a figure {
    width: 17px;
    height: 17px;
    min-width: 19px;
    min-height: 0;
    margin-right: 10px;
  }

  header #sp_nav {
    max-width: 290px;
  }

  header #sp_nav #sp_nav_ct {
    max-width: 190px;
  }

  /*============================
#sp_ct_sns
============================*/
  #sp_ct_sns li {
    width: 18px;
    margin-right: 15px;
  }

  section,
  .pd_tb {
    padding-top: 40px;
  }

  section:last-child,
  .pd_tb {
    padding-bottom: 70px;
  }

  #rbt {
    margin-bottom: 70px;
  }

  #news #news_list ul li a.nl_link {
    width: 100%;
    padding-right: 45px;
    display: block;
  }

  #news #news_list li span.date {
    padding-left: 0;
  }

  #news #news_list li .nl_link span.ttl {
    font-size: 12px;
    padding-left: 0;
    padding-top: 10px;
  }

  #news #news_list li span.date {
    width: 70px;
  }

  /*topページ以外のmain_ttl開始↓*/
  #main_ttl_box {
    padding: 40px 20px;
  }

  .main_ttl {
    font-size: 23px;
  }

  /*topページ以外のmain_ttl終了↑*/

  /*共通項目開始↓*/
  article.pd_top {
    padding-top: 65px;
  }

  .wh_box_wide {
    padding: 45px;
  }

  .point_list_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blue_ttl {
    font-size: 21px;
  }
  /*共通項目終了↑*/

  /*2022/11/29 おすすめツアーラインナップカスタムフィールド開始↓*/
  #tour_lineup .lineup_list li {
    width: calc(50% - 20px);
    max-width: 380px;
  }

  footer {
    padding: 30px 0 0;
  }

  footer #sp_nav p#h_logo {
    max-width: 180px;
    right: 30px;
    margin: 0 auto 15px;
    display: block;
    position: static;
  }

  footer #sp_nav p#h_logo a {
    margin-bottom: 0;
  }

  footer #sp_nav p#h_logo small {
    display: none;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom p {
    display: none;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct {
    font-size: 0;
    width: 100%;
    padding-left: 0;
  }

  footer #sp_nav #sp_nav_ct,
  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top,
  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto;
  }

  footer #sp_nav #sp_nav_ct {
    margin-bottom: 10px;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top,
  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_top {
    margin-bottom: 20px;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul {
    display: block;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top {
    margin-bottom: 0;
    padding-bottom: 0px;
    border: none;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_top ul li,
  #sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li,
  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm ul {
    width: 100%;
  }

  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_top ul,
  footer #sp_nav #sp_nav_ct #sp_nav_ct_bottom .ct .ct_btm ul {
    margin-right: 0;
  }

  footer small.sp {
    color: #fff;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  section,
  .pd_tb {
    padding-top: 30px;
  }

  section:last-child,
  .pd_tb {
    padding-bottom: 50px;
  }

  /*topページ以外のmain_ttl開始↓*/
  .main_ttl {
    font-size: 20px;
    line-height: 1.6;
  }

  /*topページ以外のmain_ttl終了↑*/

  /*共通項目開始↓*/
  .wh_box_wide {
    padding: 30px;
  }

  .point_list_ttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .blue_ttl {
    font-size: 18px;
  }
  /*共通項目終了↑*/
}

@media screen and (max-width: 480px) {
  header .page {
    width: calc(100% - 20px);
  }

  header #h_btn ul li {
    margin: 0 10px;
  }

  header #h_btn ul li a figure {
    width: 15px;
    height: 14px;
  }

  /* header #h_spbtn {
    top: 13px;
    width: 30px;
    height: 30px;
  } */
  header #h_spbtn span {
    width: 16px;
  }

  header #h_spbtn.active span {
    left: 12px;
  }

  header #sp_nav {
    max-width: 240px;
  }

  header #sp_nav #sp_nav_ct {
    max-width: 175px;
    padding-top: 35px;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_top {
    margin-bottom: 20px;
  }

  #sp_nav #sp_nav_ct #sp_nav_ct_bottom ul li {
    margin-bottom: 7px;
  }

  /* header #sp_nav #sp_nav_ct #h_btn ul li {
    margin: 0 5px;
  } */
  #sp_nav #sp_nav_ct #sp_nav_ct_top ul li a {
    padding: 8px 0;
    background: url(../imgs_new/common/arr_wh.png) center right 5px / 22px 9px no-repeat;
  }

  header #h_btn {
    padding-right: 30px;
  }

  #mainvisual #mv_ct h1 span.min {
    font-size: 11px;
  }

  header #h_btn ul li {
    margin: 0 5px;
  }

  /*topページ以外のmain_ttl開始↓*/
  #main_ttl_box {
    padding: 27px 20px;
  }

  .main_ttl {
    font-size: 18px;
  }

  /*topページ以外のmain_ttl終了↑*/

  /*共通項目開始↓*/
  .wh_box_wide {
    padding: 20px 15px 30px;
    border-radius: 12px;
  }

  /*共通項目終了↑*/

  /*パンくずリスト開始↓*/
  #pankuzu ul {
    padding: 8px 5px 8px 10px;
  }

  #pankuzu li,
  #pankuzu li.top span {
    font-size: 11px;
  }

  #pankuzu li.top {
    width: 22px;
  }

  #pankuzu li.yajirushi {
    width: 33px;
    padding: 0 10px;
  }

  /*パンくずリスト終了↑*/
}

@media screen and (max-width: 340px) {
}

@media screen and (min-width: 769px) {
}
