@charset "utf-8";
/* CSS Document */

/*common
=======================*/
.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
 
.noto-serif-jp-medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-serif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
html
#main {
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
}
#main img{
  vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
@media screen and (min-width:768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
/*=====================*/


/*kvArea
=======================*/
.kvArea {
  position: relative;
}
.kv {
  height: 470px;
  margin: 0;
}
.kvTitWrap {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 1160px;
  width: 100%;
  transform: translate(-50%, -40%);
  text-align: center;
  z-index: 5;
}
.kvArea h1 {
  position: relative;
  margin: 0;
  font-size: 3.4rem;
}
.kvArea .introTxt {
  margin-top: 45px;
  padding: 20px 50px;
  color: #fff;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 85%, rgba(255,255,255,0) 100%);
}
.kv .slider-item {
  height: 470px;
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767.98px) {
  .kv, .kv .slider-item {
    height: 235px;
  }
  .kvTitWrap {
    top: 45%;
    transform: translate(-50%, -50%);
  }
  .kvArea h1 {
    /*max-width: 265px;*/
    width: 50%;
    height: 50%;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .kvArea .introTxt {
    margin-top: 18px;
    padding: 8px 30px;
    font-size: 1.2rem;
  }
}
/*=====================*/


/*menuNav
=======================*/
.menuNav {
      background: #d9cfb2;
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.menuNav_inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.menuNav .navItem {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  background: #8f866b;
  border-right: 2px solid #fff;
}
.menuNav .navItem:last-of-type {
  border-right: none;
}
.menuNav .navItem a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.menuNav .navItem a span {
  position: relative;
}
.menuNav .navItem a span::after {
  position: absolute;
  content: '';
  top: 40%;
  right: -25px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .menuNav .navItem {
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover {
    /*background: #fff;*/
    background: #fffaed;
    color: #8f866b;
    opacity: .8;
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover span::after {
    border-right: 2px solid #8f866b;
    border-bottom: 2px solid #8f866b;

  }
}

@media screen and (max-width:767.98px) {
  .menuNav .menuNav_inner {
    flex-wrap: wrap;
  }
  .menuNav .menuNav_inner .navItem {
    font-size: 1.5rem;
    width: calc(100% / 2);
  }
  .menuNav_inner .navItem:first-of-type {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .menuNav .menuNav_inner .navItem a {
    padding: 15px 35px 15px 20px;
  }
  .menuNav .menuNav_inner .navItem a span::after {
    top: 30%;
    right: -20px;
    transform: translateY(-30%) rotate(45deg);
  }
}

@media screen and (max-width:359px) {
  .menuNav .navItem {
    font-size: 1.2rem;
  }
}
/*=====================*/


/*h2
=======================*/
h2 {
  margin: 0;
  text-align: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
h2 span {
  position: relative;
}
h2 span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -110px;
  width: 80px;
  height: 2px;
  background: #929292;
  transform: translateY(-50%);
}
h2 span::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -110px;
  width: 80px;
  height: 2px;
  background: #929292;
  transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
  h2 {
    overflow: hidden;
  }
  h2 span {
    font-size: 2rem;
  }
  h2 span::before,
  h2 span::after {
    height: 1px;
    width: 350%;
  }
  h2 span::before {
    left: -370%;
  }
  h2 span::after {
    right: -370%;
  }
}
/*=====================*/

/*Area 共通
=======================*/
.recommendArea, .mapArea, .themeArea {
  padding: 50px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
@media screen and (max-width:767.98px) {
  .recommendArea, .mapArea, .themeArea {
    padding: 30px 0;
  }
}
.courseArea_inner {
  max-width: 1160px;
  margin: 0 auto;
}
/*=====================*/

/*recommendArea
=======================*/
.recommendArea {
  background: #edede2;
}

/*=====================*/

/*mapArea
=======================*/
.mapArea_inner {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.map_i_box {
  width: 48%;
}
.map_i_box img {
  max-width: 556px;
  max-height: 586px;
}
.map_t_box {
  width: 50%;
}
.map_t_box .map_t_wrap {
  display: flex;
}
.map_t_box .map_t_wrap .map_c {
  margin-left: 25px;
}
.map_t_box .map_t_wrap .map_c a {
  position: relative;
  color: #333;
}
.map_t_box .map_t_wrap .map_c a::before {
  position: absolute;
  content: "●";
  width: 22px;
  height: 22px;
  top: 0;
  left: -25px;
  color: #5a5ba0;
}
.map_t_box .map_t_wrap .map_n {
  margin-left: 25px;
}
.map_t_box .map_t_wrap .map_n a {
  position: relative;
  color: #333;
}
.map_t_box .map_t_wrap .map_n a::before {
  position: absolute;
  content: "●";
  width: 22px;
  height: 22px;
  top: 0;
  left: -25px;
  color: #449e3f;
}
.map_t_box .map_t_wrap p {
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.map_i_box {
  position: relative;
}
.map_num p:nth-of-type(1) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 30%;
  left: 35%;
}
.map_num p:nth-of-type(2) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 32%;
  left: 30%;
}
.map_num p:nth-of-type(3) {
  position: absolute;
  color: #449e3f;
  width: 18px;
  height: 18px;
  bottom: 8%;
  left: 12%;
}
.map_num p:nth-of-type(4) {
  position: absolute;
  color: #449e3f;
  width: 18px;
  height: 18px;
  top: 34%;
  right: 43%;
}
.map_num p:nth-of-type(5) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 33%;
  left: 34%;
}
.map_num p:nth-of-type(6) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 41%;
  left: 40%;
}
.map_num p:nth-of-type(7) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 29%;
  left: 21%;
}
.map_num p:nth-of-type(8) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 29%;
  left: 19%;
}
.map_num p:nth-of-type(9) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 28%;
  left: 36%;
}
.map_num p:nth-of-type(10) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 42%;
  right: 45%;
}
.map_num p:nth-of-type(11) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  top: 28%;
  left: 27%;
}
.map_num p:nth-of-type(12) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 27%;
  left: 34%;
}
.map_num p:nth-of-type(13) {
  position: absolute;
  color: #449e3f;
  width: 18px;
  height: 18px;
  top: 13%;
  right: 23%;
}
.map_num p:nth-of-type(14) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 33%;
  left: 20%;
}
.map_num p:nth-of-type(15) {
  position: absolute;
  color: #449e3f;
  width: 18px;
  height: 18px;
  bottom: 29%;
  right: 25%;
}
.map_num p:nth-of-type(16) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  top: 41%;
  right: 38%;
}
.map_num p:nth-of-type(17) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 35%;
  right: 49%;
}
.map_num p:nth-of-type(18) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 40%;
  right: 48%;
}
.map_num p:nth-of-type(19) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 21%;
  left: 13%;
}
.map_num p:nth-of-type(20) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 37%;
  right: 45%;
}
.map_num p:nth-of-type(21) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 25%;
  left: 11%;
}
.map_num p:nth-of-type(22) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 23%;
  left: 9%;
}
.map_num p:nth-of-type(23) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  bottom: 31%;
  left: 33%;
}
.map_num p:nth-of-type(24) {
  position: absolute;
  color: #449e3f;
  width: 18px;
  height: 18px;
  top: 19%;
  left: 34%;
}
.map_num p:nth-of-type(25) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  top: 27%;
  right: 43%;
}
.map_num p:nth-of-type(26) {
  position: absolute;
  color: #5a5ba0;
  width: 18px;
  height: 18px;
  top: 48%;
  left: 46%;
}
@media (min-width: 768px) {
  .map_t_box .map_t_wrap p a:hover {
    cursor: pointer;
    color: #e13030;
    text-decoration: underline;
  }
  .map_t_box .map_t_wrap .map_c a:hover::before,
  .map_t_box .map_t_wrap .map_n a:hover::before {
    color: #e13030;
  }
  .map_num p:hover {
    cursor: default;
  }
}
@media screen and (max-width:767.98px) {
  .mapArea_inner {
    margin: 0 10px;
    padding: 25px 0 40px;
    flex-flow: column;
  }
  .map_sp .map_img_sp {
    width: 100%;
  }
  .mapArea_inner select {
    width: 100%;
    margin-top: 20px;
    font-family: "Noto Serif JP", serif;
    
  }
}


/*=====================*/

/*themeArea
=======================*/
.themeArea {
  background: #edede2;
  margin: 0 auto;
}
.themeArea h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.themeArea .areaBlock:first-of-type {
  margin-top: 0;
}
.themeArea h4 {
  font-size: 2.4rem;
  color: #fff;
  margin: 30px 0 10px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.themeArea h4::before {
  position: absolute;
  content: "";
  background: url("/med/feature/domestic/worldheritage/cmn/img/wh_h_left.webp") no-repeat;
  width: 101px;
  height: 59px;
  top: 0;
  left: 1%;
}
.themeArea h4::after {
  position: absolute;
  content: "";
  background: url("/med/feature/domestic/worldheritage/cmn/img/wh_h_right.webp") no-repeat;
  width: 101px;
  height: 59px;
  top: 0;
  right: 1%;
}
.themeArea .wh_c_h4 {
  background-color: #5a5ba0;
}
.themeArea .wh_n_h4 {
  background-color: #449e3f;
}
.themeArea .wh_p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 30px;
  background-color: #d7d7cb;
  padding: 5px 0;
}
@media screen and (max-width:767.98px) {
  .themeArea .wh_p {
    font-size: 1.4rem;
    margin: 15px 0 10px;
    padding: 0 5px;
  }
}

.theme_btn {
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  position: relative;
}
.theme_btn > li {
  width: 48%;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.theme_btn_h {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 3.0rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  cursor: pointer;
}
.btn_c {
  color: #383994;
  background: url("/med/feature/domestic/worldheritage/cmn/img/cul_h_bg.webp") no-repeat;
}
.btn_n {
  color: #2c8d27;
  background: url("/med/feature/domestic/worldheritage/cmn/img/nat_h_bg.webp") no-repeat;
}
/*「display: block;」でリンク範囲を親要素と同じ範囲まで広げる*/
/*.theme_btn > li a {
  display: block;
}*/
/*ドロップダウン用のメニュー
初期状態は表示しないため、「visibility: hidden;」で非表示にしておく*/
.theme_btn-second {
  visibility: hidden;
}
.theme_btn_w .theme_btn-second {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none; 
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  z-index: 20;
}
@media (min-width: 768px) {
  .theme_btn_w:hover .theme_btn-second,
  .theme_btn_w:focus-within .theme_btn-second { /* キーボード操作対応 */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease;
  }
}
.theme_btn_w .theme_btn-second_c {
  background-color: #f5f5ff;
}
.theme_btn_w .theme_btn-second_n {
  background-color: #f0faf2;
}
.theme_btn_w .theme_btn-second li {
  width: calc(100% / 3);
}
.theme_btn_w .theme_btn-second li + li {
  border-left: 1px solid #ccc;
}
.theme_btn_w .theme_btn-second li:nth-of-type(n+4) {
  border-top: 1px solid #ccc;
}
.theme_btn_w .theme_btn-second_n li:nth-of-type(3) {
  border-bottom: 1px solid #ccc!important;
}
.theme_btn_w .theme_btn-second_n li:last-of-type {
  border-right: 1px solid #ccc!important;
}
.theme_btn_w .theme_btn-second li a {
  color: #333;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_c span,
.btn_n span {
  position: relative;
}
.btn_c span::after {
  position: absolute;
  content: "";
  background: url("/med/feature/domestic/worldheritage/cmn/img/cul_h.webp") no-repeat;
  width: 106px;
  height: 72px;
  top: -10px;
  left: -190px;
}
.btn_n span::after {
  position: absolute;
  content: "";
  background: url("/med/feature/domestic/worldheritage/cmn/img/nat_h.webp") no-repeat;
  width: 106px;
  height: 72px;
  top: -10px;
  left: -190px;
}
@media (min-width: 768px) {
  .theme_btn_w .theme_btn-second li a:hover {
    color: #fff;
    background-color: #3588e6;
    cursor: pointer;
  }
  /*ホバー時にサブメニュー（Wide）を表示する*/
  .theme_btn_w:hover .theme_btn-second {
    visibility: visible;
  }
  .btn_c span,
  .btn_n span {
    position: relative;
  }
  .btn_c span::before,
  .btn_n span::before {
    position: absolute;
    content: '';
    top: 45%;
    right: -200px;
    width: 15px;
    height: 15px;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* 発地の表示/非表示は hidden 属性で制御 */
/*.region[hidden] { display: none !important; }*/

@media (max-width: 767px) {
  .themeArea h4 {
    font-size: 1.7rem;
  }
  .themeArea h4::before,
  .themeArea h4::after {
    width: 76px;

    height: 44px;
    background-size: contain;
  }
}


/*=====================*/

/*accordion
=======================*/

@media (max-width: 767px) {
  .accordion.show::after {
    opacity: 0;
  }
  .accordion.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
  
  /*-map_btn-*/
  .map_btn .accordion {
    position: relative;
  }
  .map_btn .accordion::before, .accordion::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.5rem;
    height: .3rem;
    background-color: #333;
    border-radius: 1px;
    top: 30px;
    right: 3%;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
  }
  .map_btn .accordion::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .map_btn .accordion__item01 {
    font-size: 2.0rem;
    position: relative;
    
    
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
  }
  .map_btn .accordion__item02 {
    display: none;
    border: 1px solid #dcdcdc;
  }
  .map_btn .accordion__item02 ul {
    padding-bottom: 15px;
  }
  .map_btn .accordion__item02 ul li {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px;
    padding: 10px 0;
  }
  .map_btn .accordion__item02 ul li a {
    color: #333;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .map_btn .accordion__item02 ul li a img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10%;
    left: 2%;
  }
  .map_btn .on::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .map_btn .map_btn_h {
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 2.0rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  }
  
  /*-theme_btn-*/
  .themeArea .ac_01,
  .themeArea .ac_02 {
    position: relative;
  }
  .themeArea .ac_01::before, .ac_01::after,
  .themeArea .ac_02::before, .ac_02::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.5rem;
    height: .2rem;
    border-radius: 1px;
    top: 30px;
    right: 3%;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
  }
  .themeArea .ac_01::before, .ac_01::after {
    background-color: #383994;
  }
  .themeArea .ac_02::before, .ac_02::after {
    background-color: #2c8d27;
  }
  .themeArea .ac_01::after,
  .themeArea .ac_02::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .themeArea .accordion {
    margin: 0 10px;
  }
  .theme_btn {
    display: none;
  }
  .theme_btn_sp .btn_n {
    margin-top: 20px;
  }
  .theme_btn_sp .accordion__item01 {
    font-size: 2.0rem;
    position: relative;
    height: 60px;
    line-height: 60px;
  }
  .theme_btn_sp .accordion__item02 {
    display: none;
  }
  .theme_btn_sp .accordion__item02 ul {
    padding-bottom: 15px;
  }
  .theme_btn_sp .accordion__item02 ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px;
  }
  .theme_btn_sp .accordion__item02 ul li a {
    color: #333;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    display: block;
    padding: 10px 0;
  }
  .theme_btn_sp .ac_01 .accordion__item02 {
    background-color: #f5f5ff;
  }
  .theme_btn_sp .ac_02 .accordion__item02 {
    background-color: #f0faf2;
  }
  .theme_btn_sp .on::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .theme_btn_sp .theme_btn_sp_h {
    font-size: 2.0rem;
  }
  .btn_c,
  .btn_n {
    background-position: bottom;
    background-size: cover;
    text-align: center;
  }
  .btn_c span::after {
    left: -130px;
    top: -13px;
    width: 85px;
    height: 58px;
    background-size: contain;
  }
  .btn_n span::after {
    left: -130px;
    top: -13px;
    width: 85px;
    height: 58px;
    background-size: contain;
  }
}
@media (max-width: 350px) {
  .theme_btn_sp .btn_c span::after {
    left: -105px;
    top: -13px;
    width: 85px;
    height: 58px;
    background-size: contain;
  }
  .theme_btn_sp .btn_n span::after {
    left: -105px;
    top: -13px;
    width: 85px;
    height: 58px;
    background-size: contain;
  }
}

/*=====================*/


/*courseArea
=======================*/
/*---courseItemsBox---*/
.areaBlock {
  padding-bottom: 70px;
}
.areaBlock:first-of-type {
  margin-top: 30px;
}
.areaBlock h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 2.4rem;
  text-align: center;
  background: #d7d7d7;
}
.courseItemsBox {
  display: flex;
  flex-wrap: wrap;
}
.courseItem_wrap {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem_wrap:nth-of-type(3n) {
  margin-right: 0;
}
.courseItem_wrap:nth-of-type(n+4) {
  margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.course__card__tagBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.course__card__tagBox ul li {
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  color: #fff;
  font-size: 1.3rem;
  background: rgb(0 0 0 / .5);
  border-radius: 30px;
}
.course__card__img__caption {
  background-color: #f2f2f2;
  font-size: 1.2rem;
  color: #707070;
  text-align: right;
  padding-right: 5px;
}
.course__card__body {
  padding: 18px 18px 15px;
  background: #fff;
}
.course__card__codeArea__box {
  display: flex;
}
.course__card__code {
  position: relative;
  display: inline-block;
  min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: 6px;
  height: 22px;
  background: #c51f1f;
}
.course__card__area__label {
  display: inline-block;
  min-width: 90px;
  margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.wh_icon_c,
.wh_icon_n {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
.wh_icon_c {
  background-color: #5a5ba0;
}
.wh_icon_n {
  background-color: #449e3f;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #707070;
  text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #cc0d21;
  text-align: right;
}
main [class*="course__card__head"] {
  padding-top: 52%;
  background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
  top: 0;
}
main [class*="js_rweb2404_caption_"] {
  z-index: 2;
}
.noCourseTxt {
  margin: 20px auto 0;
  font-size: 1.6rem;
}
.courseItemsBox .noCourseTxt_all{
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .courseItem a:hover .course__card__title {
    color: #cc0d21;
    text-decoration: underline;
    transition: all .3s;
  }
  .courseItem_wrap:nth-of-type(n+4) {
    margin-top: 85px;
  }
}
@media screen and (max-width:767.98px) {
  .courseItem_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .areaBlock {
    padding-bottom: 30px;
  }
  .areaBlock h3 {
    padding: 8px 0;
    font-size: 1.7rem;
  }
  .courseItemsBox {
    display: block;
    margin-top: 25px;
    padding: 0 10px;
  }
  .courseItem {
    width: 100%;
    margin-right: 0;
  }
  .courseItem:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .course__card {
    background: #fff;
  }
  .course__card__img__caption {
    right: 8px;
    bottom: 5px;
    font-size: 1rem;
  }
  .course__card__tagBox__square ul li {
    font-size: 1rem;
  }
  .course__card__tagBox__square ul li.squareTag_formal {
    border: 1px solid #f4e79f;
  }
  .course__card__tagBox__square ul li.squareTag_informal {
    border: 1px solid #c1caf5;
  }
  .course__card__tagBox__square ul li.squareTag_event {
    border: 1px solid #f0e2a2;
  }
  .course__card__tagBox__square ul li.square_lessthan2days {
    border: 1px solid #fbbcda;
  }
  .course__card__tagBox ul li {
    margin: 0 5px 5px 0;
    padding: 2px 7px;
    font-size: 1rem;
  }
  .course__card__body {
    width: 100%;
    padding: 8px 10px;
  }
  .course__card__code {
    min-width: 70px;
    font-size: 1.2rem;
  }
  .course__card__area {
    text-align: left;
  }
  .course__card__area__label {
    min-width: 60px;
    font-size: 1rem;
  }
  .course__card__title {
    font-size: 1.5rem;
  }
  .course__card__unit {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .course__card__price {
    margin-top: 5px;
    font-size: 1.7rem;
  }
  .noCourseTxt {
    font-size: 1.3rem;
    text-align: center;
  }
  .wh_icon_c,
  .wh_icon_n {
    font-size: 1.0rem;
  }
}

/*---line_share---*/
.courseItem_wrap {
  position: relative;
}
.line_share {
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #06c755;
  border-radius: 5px;
  margin-top: 10px;
}
.line_share_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}
.line_share_link img {
  max-width: 22px;
  max-height: 22px;
}
.line_share_link p {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .line_share_link:hover {
    opacity: 0.75;
    transition: .25s;
  }
}
@media screen and (max-width:767.98px) {
}
/*=====================*/

/*search_wrap
=======================*/
.search_wrap {
  max-width: 1160px;
  margin: 60px auto 20px;
  display: flex;
  width: 100%;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.search_wrap .cont_right_wrap {
  width: 100%;
}
.search_wrap .cont_right {
	height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px;
  background: url("/med/feature/domestic/worldheritage/cmn/img/course_bg.webp") no-repeat top center #000000;
  object-fit: cover;
  align-items: center;
  position: relative;
}
.search_wrap .hk_cont_right {
  width: 100%;
  background: url("/med/feature/domestic/worldheritage/cmn/img/course_bg.webp") no-repeat top -300px center #000000;
  background-size: 100% auto;
}
.search_wrap .cont_right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.search_wrap .cont_right h2 {
  text-align: center;
  margin: 0 0 30px 0;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.2;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  font-weight: 700;
  color: #333;
}
.home-anchor-nav__list__type--domestic:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 8px);
}
.search_wrap .home-anchor-nav__list__item {
  background-color: #ffffff;
  border-radius: 5px;
  width: 45%;
}
.search_wrap .hk_cont_right .home-anchor-nav__list__item {
  width: 70%
}
.home-tour-domestic__course-wrap {
  width: 75%;
  flex-basis: auto;
}
.hk_cont_right .home-tour-domestic__course-wrap {
  width: 70%;
  min-width: 70%;
}
.home-tour-domestic__course {
  background-color: #ffffff;
}
.home-tour-domestic-search__block {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-tour-domestic-search__head {
  width: 100%;
}
.search_wrap .cont_right h3 {
  font-size: 2.4rem;
  text-align: start;
  color: #ffffff;
}
.home-tour-domestic-search__head {
  flex-basis: auto;
  margin: 0;
}
.home-tour-domestic-search__type {
  border-radius: 5px;
  background-color: #ffffff;
}
/*-*/
.home-main-search, .hokkaido-main-search {
  align-items: center;
}
.hokkaido-main-search {
  margin-top: 20px;
}
.home-main-search__title--course, .hokkaido-main-search__title--course {
  color: #ffffff;
}
.home-main-search__form__input, .hokkaido-main-search__form__input {
  background-color: #ffffff;
}
.home-main-search__title--course, .hokkaido-main-search__title--course {
  color: #000000;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.home-main-search__example, .hokkaido-main-search__example {
  color: #ffffff;
}
.home-main-search__body, .hokkaido-main-search__body {
  width: 580px;
}
.home-tour-domestic__course-wrap {
  margin-top: 40px;
}
.home-tour-domestic__course-wrap a span {
  font-size: clamp(13px, 0.8vw, 16px) !important;
}
@media (min-width: 768px) {
  .home-tour-domestic__course__button__label, .home-tour-domestic__course__button__label--fixed, .home-tour-domestic__course__button__label--newcourse, .home-tour-domestic__course__button__label--newspaper {
    padding: 10px 10px 10px 42px;
  }
}
@media screen and (max-width:767.98px) {
  .search_wrap .home-anchor-nav__list__item {
    width: 95%;
  }
  .search_wrap .home-tour-domestic__course-wrap {
    width: 95%;
    margin-top: 10px;
  }
  .search_wrap .cont_left, .search_wrap .cont_right {
    width: 100%;
  }
  .search_wrap .cont_right_wrap {
    width: 100%;
  }
  .search_wrap .cont_right {
    width: 100%;
    padding: 10px;
  }
  .search_wrap .cont_right h2 {
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  .search_wrap {
    flex-wrap: wrap;
  }
  body .home-anchor-nav__list__type, body .home-anchor-nav__list__type--domestic {
    padding: 17px 15px;
  }
  body .home-anchor-nav__list__type--domestic:after {
    top: calc(50% - 5px);
    right: 10px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body .home-tour-domestic__course__button__type {
    padding: 8px 10px 3px;
    line-height: 1.2;
  }
  .home-anchor-nav__list__type--domestic .home-anchor-nav__list__label {
    padding-left: 30px;
    background-size: 21px auto;
  }
}
/*------------------------------------------------------------------------------------------------*/


/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: 700;
}
.selectdiv {
  position: relative;
  top: 0;
  max-width: 250px;
  width: 100%;
  margin: 35px auto;
  transition: .2s ease all;
}
select:focus {
  outline: 0;
  border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #323232;
  pointer-events: none;
  z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
  color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  -ms-word-break: normal;
  word-break: normal;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
  position: absolute;
  content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
pointer-events: none;
}
.selectdiv .decoration::before {
  top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
  top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .selectdiv:hover select {
    border: 1px solid #cc0d21;
    transition: .2s ease all;
  }
}

@media screen and (max-width:767.98px) {
  .selectdiv {
    max-width: 205px;
  }
  .selectdiv select {
    height: 48px;
    padding: 4px 30px 0 20px;
    font-size: 1.5rem;
  }
  .selectdiv .decoration::before {
    top: 17px;
  }
  .selectdiv .decoration::after {
    top: 24px;
  }
  /*---iPhone only---*/
  .iPhone .selectdiv select {
    padding-top: 0;
  }
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: 700;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
  .area_button {
    margin-top: 0;
  }
  .area_button__link li{
    max-width: 138px;
  }
  .area_button__link li a:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width:767.98px) {
  .area_button__link {
    margin: 0 10px 0;
  }
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
  display: inline-block;
  width: 52px;
  left: 93%;
  position: sticky;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  z-index: 10;
}
.pageTopBtn_inner {
  margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  background: #8f866b;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
  opacity: 1;
}
.pageTopBtn.-show a {
  cursor: pointer;
}
.pageTopBtn.-transition500 {
  transition: .2s ease;
}

@media screen and (min-width:768px) {
  .pageTopBtn a:hover {
    background: #fffaed;
    opacity: .8;
    transition: 0.2s ease all;
  }
  .pageTopBtn a:hover:before {
    border-color: #8f866b;
  }
}

@media screen and (max-width:767.98px) {
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
}
/*=====================*/

.scroll-hint-icon{
        z-index: 5;
    }