ttl-block@charset "UTF-8";
* {
  font-family: Yu Mincho, "游明朝", "游明朝体", "Noto Serif JP" , serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: none;
  outline: none;
}
a:hover {
  color: #96a4f5 !important;
}
* a:focus {
  color: #fff !important;
}
.header {
  position: relative;
  z-index: 100;
  background: #fff;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.tab__panel-box.tab__panel-box002.is-show {
  padding: 100px 0;
}
/* 2023/10/カレンダー */
.calender-wrap{
  background-color: #000!important;
}
.slider-item{
  padding: 20px;
}
@media screen and (min-width: 767px) {
.slider-item {
  padding: 20px;
  border: solid 1px white;
  background-color: #676767;
}
}


.slider-item h3{
  color: #fff;
  font-size: 18px;
}
  .slider-item a{
    background-color: #dbdbdb;
    color: #3f3f3f;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 2px;
    font-weight: 800;
  }
  .slider-item a.genchi{
    border: solid #3737af;
  }
  .slider-item a.fukushima{
    border: solid #a30808;
  }
.slider-item a:hover{
 opacity: 0.5!important;
 color: inherit!important;
}

/* slickの矢印 */
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */

.slick-next {
  right: -22px;
}
.slick-next::after {
  right: -10px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: -42px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}


/*------数字ドットのスタイル------*/

/*--------ドットを初期化---------*/
/* .slick-dots li button{
  font-size:initial;
  color:initial;
  background:initial;
}
.slick-dots li button:before{
  content:none;
} */

.otherSpecial{
  background-color: #fff!important;

}
.slick-dots li{
  width: 25px;
  height: 25px;
}
.slick-dots li button{
  width:100%;
  height:100%;
  background:gray;
  border-radius:50%;
  color:#fff;
}
.slick-dots li.slick-active button{
  background: #c1ab00;
}


/* カレンダーのスタイルを追加できます */

.calender-wrap .calendar table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.calender-wrap .calendar th, td {
  border: 1px solid #ccc;
  padding: 10px!important;
  text-align: left;
  height: 80px;
  vertical-align: top;
}

.calender-wrap .calendar th {
  background-color: #f2f2f2;
  width: 10%;
  text-align: center;
  vertical-align: middle;
}


@media (max-width: 768px) {
.calender-wrap .calendar th, td {
  border: 1px solid #ccc;
  padding: 1px!important;
  }
  .slider-item a {
    padding: 1px 2px;
    margin: 2px;
    font-weight: 500;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
}

/* 2023/05/タブ追加 */
.salabes{
  color: #fff;
  border: solid 1px #fff;
  padding:5px 0px 5px 50px;
  display: inline-block;
  border-radius: 5px;
  margin: 5px 0;
  transition: 0.5s;
  background-color: gray;
}
.salabes:hover{
  background-color: #e7e7e7;
  color: #373737!important;
}
.salabes::after{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/link.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 3px 30px;
}
.zoom{
  display: inline-block;
  border: solid 1px #fff;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 30px;
}

.dptour{
  color: #fff;
  display: inline-block;
  padding: 25px 90px;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.dptour:after{
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left:0;
background: url(../img/dptour.jpg) no-repeat;
background-position: center;
background-size: cover;
transition: all .3s ease-out;
z-index: -1;
}
.dptour:hover:after{
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}


@media (max-width: 768px) {
  .dptour{
    padding: 15px 40px;
  }
  .zoom {
    width: 95%;
  }
}


.tab {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
}

/* タブメニュー */
.tab__menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え&高さを調整 */
  justify-content: center;
  min-height: 50px; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}

.tab__menu-item {
  font-size: 18px;
  list-style: none;
  width: 100%;
  padding: 8px 5px 8px 5px; /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  background-color: #ffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: all 1s; /* アニメーション */
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 5px 8px 5px;
  font-size: 20px;
  border-top: solid 1px;
}

@media (max-width: 768px) {
  .tab {
    margin-top: 25px;
  }
  .tab .tab__menu{
   padding: 0 15px;
  } 
  .tab__menu-item {
    width: inherit;
    font-size: 13px;
    padding:8px 10px 5px 10px;
    margin-right: 1px;
    width: 100%;
  }
  .tab__menu-item.is-active {
    font-size: 16px;
    padding: 12px 20px 8px 20px;
  }
  .tab__panel-box {
    padding: 50px 0 40px !important;
  }
}

/* タブパネル */
.tab__panel {
  width: 100%;
 }
 
 .tab__panel-box001 {
   background-color: gray;
   display: none;
 }
 .tab__panel-box002 {
   background-color:#f1f1f1;
   display: none;
 }
 .tab__panel-box003 {
   background-color:#000000;
   display: none;
 }
 .tab__panel-box004 {
  background-color: #000000;
  display: none;
}
 .tab__panel-box005 {
  background-color: #000000;
  display: none;
}
 .tab__panel-box006 {
  background-color: #FFFBEB;
  display: none;
}
 /* is-showがついている時のスタイル */
 .tab__panel-box.is-show {
   display: block;
   animation: fuwaMenu 1s linear 0s;
 }

 @keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}


/* 工程表のアコーディオン */
.trigger{
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
.trigger::after{
  content: "+";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: initial;
  background: #d3d3d3;
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 5px;

}
.trigger.active::after{
  content: "−";
}
.acordion_tree{
  margin-top: 10px;
}

@media (max-width: 768px) {
.trigger::after {
  top: -10px;
  right: -10px;
  }
}

/* ハンバーガー */
@media (max-width: 768px) {
  .openbtn_wrap{
    position: fixed;
    z-index: 1000;
    top: 2%;
    left: 85%;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn4{
    background: #d3d3d3;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: relative;

  }

  /*ボタン内側*/
  .openbtn4 span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 5px;
      background: #fff;
      width: 45%;
    }
  .openbtn4 span:nth-of-type(1) {
    top:13px; 
  }
  .openbtn4 span:nth-of-type(2) {
    top:19px;
  }
  .openbtn4 span:nth-of-type(3) {
    top:25px;
  }
  .openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 3px;
    left: -1px;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn4.active span:nth-of-type(1) {
      top: 14px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }

  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn4.active span:nth-of-type(3){
      top: 26px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }

  .openbtn4.active span:nth-of-type(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
      transform: translateY(0) rotate(-45deg);
    top:5px;
    left:4px;
  }
}
.tour_item_ph{
  position: relative;
}
.tour_item_ph2{
  position: relative;
}
.day-trip{
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    background: linear-gradient(to bottom, #4500ff 0%, #200000 100%);
    padding: 3px 5px;
    font-size: 16px;
    border-radius: 3px;
}
.ovnight-trip{
    position: absolute;
    top: -5px;
    color: #fff;
    background: linear-gradient(to bottom, #ff0000 0%, #200000 100%); 
    padding: 3px 5px;
    font-size: 16px;
    left: -5px;
    border-radius: 3px;
}
.day_night__box{
  display: flex;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 12px;
}

.day_plan{
  color: #fff;
  background: linear-gradient(to bottom, #4500ff 0%, #200000 100%);
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 3px;
  margin: 0 5px;
}

.night_plan{
  color: #fff;
  background: linear-gradient(to bottom, #ff0000 0%, #200000 100%);
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 3px;
  margin: 0 5px;
}

h2.tour_block_ttl::before,
h2.tour_block_ttl::after {
  content: "";
  display: inline-block;
  width: 170px; /* 線の長さを調整 */
  height: 2px; /* 線の太さを調整 */
  background-color:#292929; /* 線の色を指定 */
  vertical-align: middle;
  margin: 0 10px;
}
h2.tour_block_ttl2::before,
h2.tour_block_ttl2::after {
  content: "";
  display: inline-block;
  width: 170px; /* 線の長さを調整 */
  height: 2px; /* 線の太さを調整 */
  background-color:#d3d3d3; /* 線の色を指定 */
  vertical-align: middle;
  margin: 0 10px;
}

.tour_item_inner.gray{
  border: solid 3px #232323;
}

@media (max-width: 768px) {
  h2.tour_block_ttl::before,
  h2.tour_block_ttl::after {
    width: 50px; /* 線の長さを調整 */
  }
  .logo {
    height: 35px!important;
    margin-top: 5px!important;
  }
  .logo2{
    height: 60px!important;
    margin-top: 5px!important;
  }
  h2.tour_block_ttl2::before,
  h2.tour_block_ttl2::after {
    content: "";
    display: inline-block;
    width: 170px; /* 線の長さを調整 */
    height: 2px; /* 線の太さを調整 */
    background-color:#d3d3d3; /* 線の色を指定 */
    vertical-align: middle;
    margin: 0 10px;
  }
}
  @media (max-width: 768px) {
    .ttl-block {
      margin: 0!important;
    }

    h2.tour_block_ttl2::before,
    h2.tour_block_ttl2::after {
      width: 50px; /* 線の長さを調整 */
    }
    .logo {
      height: 35px!important;
      margin-top: 5px!important;
    }
    .logo2{
      height: 60px!important;
      margin-top: 5px!important;
    }
    .cast_block {
      margin: 60px 0;
   }

}

.qa_dd a{
  color: #a4a4e3;
  text-decoration: underline;
}
.qa_dd a:hover{
  color: blue !important;
  opacity: 80%;
}

.logo{
  height: 45px;
  margin-top: 10px;
}
.logo2{
  height: 70px;
  margin-top: 10px;
}
/* 2023/05/タブ追加ここまで */

.cast_block{
  background-color: #fff!important;
}


/*pcの場合*/
@media (min-width: 767px) {
  *.contents_wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  .ttl-block .wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  .ttl-block {
    background: url("../img/alladin_mv_pc.jpg") no-repeat;
    /* background-size: contain; */
    background-size: cover;
    height: 500px;
    width: 100%;
    background-position: center;
    margin-top: 0px !important;
  }
  .ttl-block_inner {
    position: relative;
    width: 100%;
  }
  .ttl-block_Patch {
    position: absolute;
    top: -1%;
    left: 6%;
  }
  .ttl-block_Patc_img img {
    width: 106%;
    overflow: hidden;
  }
  .nav_wrap {
    background-color: #d3d3d3;
    width: 100%;
    height: 80px;
  }
  .ttl-block_decor {
    /*border-left: 310px solid #FFFFFF;*/
    padding: 24rem 0;
  }
  .ttl-block_moyou {
    position: absolute;
    content: "";
    bottom: -51px;
    background: url(../img/sakaku.png) bottom repeat-x;
    width: 100%;
    background-size: 161px;
    height: 80px;
    z-index: 10;
    border-bottom: solid 52px #FFF;
  }
  .nav_wrap-item {
    font-size: 20px;
    color: #fff;
    position: relative;
    /* width: 180px; */
    text-align: center;
    padding: 0 20px;
  }
  .nav_wrap-item a {
    color: 3;
  }
  .nav_wrap-item a:hover {
    opacity: 0.5;
    transition: 0.5s;
    color: #fff;
  }
  .nav_wrap-item::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #FDFDFD;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .nav_wrap-item:last-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #FDFDFD;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .nav_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
  }
  .recomm_block {
    text-align: center;
    padding: 5% 5% 10%;
    background: url(../img/sankaku02.png) bottom repeat-x;
    background-size: 122px;
  }
  .recomm_block_ico {
    padding: 20px 0 25px;
    text-align: center;
  }
  .recomm_block_ttl {
    font-size: 30px;
    color: #4C4C4C;
    font-weight: bold;
  }
  .recomm_block_item {
    width: 30%;
  }
  .recomm_block_item-ttl {
    font-size: 20px;
    width: 240px;
    margin: 0 auto 10px;
    color: #4C4C4C;
    font-weight: bold;
    text-align: left;
  }
  .recomm_block_item-ttl h3 {
    font-weight: bold;
  }
  .recomm_block_item-txt {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    width: 250px;
  }
  .recomm_block_contioner {
    display: flex;
    justify-content: center;
    width: 1024px;
    margin: 0 auto;
  }
  .recomm_block_item_inner {
    margin-left: 50px;
  }
  .pc_no {
    display: none;
  } 
  .intro {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #ebebeb;
  }  
  .intro_txt { 
    color: #434343;
    /* margin: 30px 0 0 0; */
    /*padding: 0;*/
    padding-bottom: 30px;
    /* text-align: center; */
    /*font-weight: bold;*/
    font-size: 1.1em;
  }

  .intro_txt a{
    color: #0000b9;
    border-bottom: solid 1px;
  }  
  .intro-box {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .intro-box-txt {
    width: 55%;
  }
  .intro-box-img {
    width: 40%;
    margin-left: 10px;
    text-align: center;
    margin: 0 auto;
  }
  .intro-box-img img {
    width: 95%;
  }
  .intro-box-img-txt {
    font-size: 12px;
    text-align: center;
    color: #434343;
  }
  .schedule_waku {
    border: solid 2px #717097;
    margin: 90px auto 0;
    width: 60%;
    padding-bottom: 20px;
    border-radius: 5px;
    color: #2c2c2c;
  }
  .schedule.small{
    font-size: 1.2em;
    letter-spacing: normal;
  }
  .schedule { 
    margin: 15px 0 0 0; 
    padding: 0;
    text-align: center;
    font-size: 1.7em;
    font-weight: 500;
    font-family: serif;
    letter-spacing: 15px;
  }
  .schedule span { 
    background-color: #c1ab05;
    padding: 3px 20px;
    color: #FFFFFF;
    border-radius: 5px;
  } 
  .sheculeDetail {
    color: #fff!important;
  }
  .sheculeDetail:hover {
    opacity: 0.5;
  }

  .calendar{
    padding: 20px 0 65px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  /*.img_calendar{
	width: 800px;
  }*/
  .box1 {
    padding: 0.5em 1em;
    margin: 0 80px;
    border: solid 3px #000000;
  }
  .box1 p {
    margin: 0; 
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .intro_ttl {
  border-bottom: solid 3px #434343;
  position: relative;
  margin: 0 240px;
  padding-bottom: 13px;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #434343;
  }

 .intro_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d3d3d3;
  bottom: -3px;
  width: 26%;
  } 
  .br-sp {
  display: none;
  }
  .tour_block {
    background-color: #fff !important;
  }
  .tour_block .plan_ttl {
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
	  margin-bottom: 18px;
  }
  .tour_block .plan_ttl span {
	padding: 8px 15px;
	/* border-bottom: 1px solid #FFFFFF; */
  border: 1px solid #7f7f7f;
	border-radius: 22px;
  }
  .tour_block_ttl {
    text-align: center;
    font-size: 30px;
    color: #d3d3d3;
    font-weight: 900;
  }
  .tour_block_ttl2 {
    text-align: center;
    font-size: 30px;
    color: #292929;
    font-weight: 900;
  }
  .tour_txt_area {
    text-align: center;
    font-size: 25px;
    color: #c1ab05;
    margin: 15px 0 0;
  }
  .tour_txt_plan {
    text-align: center;
    font-size: 18px;
    color: #0c2378;
    margin: 15px 0 0;
	font-weight: 500;
  }
  .tour_flex {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
  }
  .tour_item {
    margin: 20px auto;
    width: 1024px;
  }
  .tour_item2 {
    background: #fff;
    margin: 20px auto;
	  width: calc(100%/3 - 20px);
    border: 1px solid #7f7f7f;
  }
  .tour_item2:last-child {
    margin: 20px auto;
  }
  .tour_item_inner {
    padding: 20px;
    display: flex;
    border: solid 3px #d3d3d3;
    background-color: #ffff;
    
  }  
  .tour_item_inner2 {
    padding: 20px;
  }
  .tour_item_ttl {
    display: block;
    font-size: 20px;
    color: #646464;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }
  .tour_item_ttl2 {
    display: block;
    font-size: 18px;
    color: #0c2378;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .tour_item_cap {
    display: block;
    font-size: 15px;
    color: #646464;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    border-bottom: solid 2px #d3d3d3;
    padding-bottom: 10px;
  }
  .tour_item_subttl {
	  display: block;
    font-size: 15px;
    color: #646464;
	  margin-top: 5px;
    /*position: absolute;
    left: 0;
    top: 70px;*/
  }
  .tour_item_subttl2 {
    font-size: 16px;
	display: block;
    color: #060241;
	margin-top: 5px;
    /*position: absolute;
    left: 0;
    top: 180px;*/
  }
  .tour_item_price {
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
  }
  .btn_wrap{
	display: block;
  margin-top: -50px;
  }
  .btn_dep{	
	/*position: absolute;
    top: 250px;
    right: 10px;*/
	display: flex;
	justify-content: flex-end;
	
  }
	
  .tour_item .btn_dep{	
	/*position: absolute;
    top: 250px;
    right: 10px;*/
	display: block;
	text-align: end;
	
  }
 	
	.tour_item .tour_item_btn{
		margin: 10px 0;
	}
  .tour_item_btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: #ff0000;
    width: 340px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .tour_item_btn:hover {
    opacity: 0.5;
    transition: 0.5s;
    color: #fff;
  }
  .tour_item_btn a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 1.5px 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .tour_item_btn .hanbaisyuryo {
    pointer-events: none;
  }
  .tour_item_ph {
    margin-right: 20px;
  }
  .tour_item_ph2 img {
	width: 100%;
  }
  .tour_item_text {
    text-align: left;
	width:75%;
  }
  .tour_item_text2 {
    text-align: left;
	width: 100%;
	margin-top: 12px;
  }
  .tour_item_notbox {
    position: relative;
  }
  .tour_block_btn {
    border: 1px solid #ad0c0c;
    background: #fff;
    color: #ad0c0c;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 3px 3px #000000;
    margin: 30px 20px 0;
	display: inline-block;
  }
  .tour_block_btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    border-top: 1px solid #ad0c0c;
    border-right: 1px solid #ad0c0c;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .tour_block_btn-link:hover {
    opacity: 0.3;
    transition: 0.5s;
  }
  .hotel_block {
    text-align: center;
    background: url(../img/sankaku02.png) bottom repeat-x #fff;
    background-size: 122px;
    padding: 80px 0 100px;
  }
  .hotel_block_ico {
    padding: 20px 0 25px;
  }
  .hotel_block_ttl {
    font-size: 23px;
    margin-bottom: 30px;
    color: #0e1b34;
    font-weight: bold;
  }
  .hotel_block_subttl-small {
    font-size: 16px;
    font-weight: normal;
    margin-left: 35px;
  }
  .hotel_block_subttl {
    font-size: 18px;
    color: #00818A;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px #00818A solid;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
  .hotel_block_cap {
    font-size: 16px;
    color: #4C4C4C;
    margin-bottom: 15px;
  }
  .hotel_block_address {
    font-size: 16px;
    color: #0c224d;
    margin-bottom: 20px;
  }
  .hotel_block_btn {
    background: #3275a6;
    width: 380px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
  }
  .hotel_block_btn a {
    font-size: 16px;
    color: #fff;
  }
  .hotel_block_btn a:hover {
    opacity: 0.3;
    transition: 0.2s;
    color: #fff;
  }
  .hotel_block_btn a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 1.5px 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .hotel_block_ph-inner {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  .hotel_block_item {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 1024px;
  }
  .hotel_block_text {
    width: 48%;
    text-align: left;
    margin-left: 15px;
  }
  .hotel_block_ph-item {
    margin-left: 10px;
  }
  .highlight_block {
    background: #ffffff;
    text-align: center;
    padding: 80px 0 100px;
  }
  .highlight_block_ttl {
    font-size: 30px;
    color: #4C4C4C;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .highlight_block_ico {
    padding: 20px 0 25px;
  }
  .scroll_xbox_map {
    margin-bottom: 30px;
  }
  .highlight_block_map {
    background: url("../img/alpen-route-map-base.png") 0 0 no-repeat;
    background-size: cover;
    width: 1024px;
    height: 440px;
    margin: 0 auto 50px;
  }
  .highlight_map_inner {
    position: relative;
  }
	
  .highlight_map_inner li a img {
    filter: drop-shadow(1px 1px 3px #666666);
  }
	
  .highlight_map-list01 {
    position: absolute;
    top: 115px;
    left: 87px;
  }
  .highlight_map-list02 {
    position: absolute;
    top: 90px;
    left: 157px;
  }
  .highlight_map-list03 {
    position: absolute;
    top: 65px;
    left: 205px;
  }
  .highlight_map-list04 {
    position: absolute;
    top: 43px;
    left: 268px;
  }
  .highlight_map-list05 {
    position: absolute;
    top: 25px;
    left: 447px;
  }
  .highlight_map-list06 {
    position: absolute;
    top: 20px;
    left: 323px;
  }
  .highlight_map-list07 {
    position: absolute;
    top: 39px;
    left: 543px;
  }
  .highlight_map-list08 {
    position: absolute;
    top: 62px;
    left: 628px;
  }
  .highlight_map-list09 {
    position: absolute;
    top: 65px;
    left: 694px;
  }
  .highlight_map-list10 {
    position: absolute;
    top: 94px;
    left: 785px;
  }
  .highlight_map-list01:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list02:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list05:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list06:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list07:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list08:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list09:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list10:hover {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
 /*マイカープランおすすめの過ごし方ここから	*/
  .route_block {
    text-align: center;
    background: url(../img/sankaku02.png) bottom repeat-x #fff;
    background-size: 122px;
    padding: 80px 0 100px;
  }
  .route_block_ico {
    padding: 20px 0 25px;
    text-align: center;
  }
  .route_block_ttl {
    font-size: 30px;
    margin-bottom: 60px;
    color: #4C4C4C;
    font-weight: bold;
  }
  .wrap-tab {
    overflow: hidden;
    width: 1024px;
    margin: 0 auto;
  }
  .wrap-tab ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .wrap-tab p {
    margin: 0;
  }
  /*.wrap-tab-content{
	margin-right: 10px;
	margin-left: 10px;
  }:*/
  .list-tab {
    display: flex;
    /*margin: 0 -2px;*/
    /*border-bottom: 3px solid #b29f6b;*/
  }
  .list-tab > li {
    display: block;
    padding: 0.5em 1em;
    /*margin: 0 2px;*/
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #dbcd8a;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ffff;
    border-radius: 10px 10px 0 0;
  }
  .list-tab .active {
    background: #c2a41d;
	/*border: 2px solid #c2a41d;*/
  }
  .tab-content {
    display: none;
    padding: 1em;
    margin-bottom: 2em;
    border: 1px solid #7f7f7f;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content.active {
    display: block;
    background-color: gray;
  }
 
  .tab-content2 {
    display: none;
    padding: 1em;
  	border: 1px solid #ffff;
    margin-top: 20px;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content2.active {
    display: block;
	background: #FFF;
  }
  .tab-content3 {
    display: none;
    padding: 1em;
  	border: 2px solid #c2a41d;
    margin-top: 20px;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content3.active {
    display: block;
	background: #FFF;
	background-image: url("../img/kirakira.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
  }
  .r-txt-s {
    font-size: 12px;
  }
  .d-txt-s {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
  }
  .r-txt-b {
    font-size: 16px;
    color: #ffff;
  }
  .r-txt-b-ttl {
    font-size: 25px;
    color: #ffff;
    font-weight: 500;
    letter-spacing: 10px;
  }
  .r-txt-day {
    font-size: 21px;
    font-weight: bold;
    color: #0c2378;
    border-bottom: 1px solid #0c2378;
  }
  .r-trip-box {
    border: 1px solid #000000;
    background: #FAFFEF;
    border-radius: 5px;
    margin-bottom: 10px !important;
  }
  .r-trip-wrap {
    padding: 1em;
    display: flex;
    justify-content: space-between;
  }
  .r-trip-wrap:nth-child(n+2) {
    padding: 0 1em 1em;
  }
  .r-trip-info {
    width: 48%;
  }
  .r-trip-info a {
    font-size: 16px;
    font-weight: bold;
    color: #FD0307;
  }
  .r-trip-info a:hover {
    opacity: 0.6 !important;
    color: #FD0307 !important;
  }
  .trip-info-hd {
    font-size: 18px;
    font-weight: bold;
    color: #FD0307;
  }
  .trip-info-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .r-trip-photo {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  .r-trip-photo figure {
    width: 48.5%;
  }
  .r-trip-photo figure img {
    max-width: 100%;
    height: auto;
  }
  .r-trip-photo figcaption {
    font-size: 12px;
    text-align: left;
    margin-top: 5px !important;
  }
  .date-box + .date-box {
    border-top: 1px solid #CDD6DD;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .itinerary-wrap {
    position: relative;
    padding: 0 1em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px !important;
  }
  .itinerary-info {
    width: 90%;
    font-family: serif;
  }
  .itinerary-txt {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 3.5em;
  }
  .itinerary-photo {
    width: 24%;
  }
  .itinerary-photo figure {
    width: 100%;
  }
  .itinerary-photo figure + figure {
    margin-top: 20px !important;
  }
  .itinerary-photo figure img {
    max-width: 100%;
    height: auto;
  }
  .itinerary-photo figcaption {
    font-size: 12px;
    text-align: left;
    margin-top: 5px !important;
  }
  .r-trip-col2 {
    display: flex;
    justify-content: space-between;
  }
  .r-trip-col2 .r-trip-box {
    width: 49%;
    margin-bottom: 0 !important;
  }
  .r-trip-col2 .r-trip-info {
    width: 47%;
  }
  .r-trip-col2 .r-trip-photo figure {
    width: 100%;
  }
  /*マイカープランおすすめの過ごし方ここまで	*/
  
  /*みどころ　ここから*/
  .highlights_item-show {
    display: flex;
    justify-content: space-between;
  }
  .highlights_photo {
    width: 360px;
  }
  .highlights_photo img {
    width: 100%;
  }
  .highlights_info {
    width: 633px;
    text-align: left;
  }
  .highlights_info_name {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #98A6B5;
    margin-bottom: 5px;
    padding-bottom: 5px;
    align-items: center;
  }
  .highlights_info_name h3 {
    font-size: 24px;
    font-weight: bold;
    color: #4C4C4C;
  }
  .highlights_info_name a {
    font-size: 16px;
    color: #004BB1;
  }
  .highlights_info_name a:hover {
    color: #004BB1 !important;
    opacity: 0.6;
    transform: translateX(10px);
    transition: transform 0.2s;
  }
  .highlights_info ul {
    font-size: 15px;
    color: #ff0000;
    margin-bottom: 10px;
  }
  .highlights_info ul li {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
  }
  .highlights_info ul li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background-size: contain;
    background-position: center bottom;
    margin-right: 5px;
  }
  .highlights_info_jyousya-small::before {
    background: url(../img/jyousya.svg) no-repeat;
    margin-left: 5px;
  }
  .highlights_info_kyori-small::before {
    background: url(../img/kyori.svg) no-repeat;
    margin-left: 5px;
  }
  .highlights_info_sabetu-small::before {
    background: url(../img/sabetu.svg) no-repeat;
    margin-left: 5px;
  }
  .highlights_info_elevation::before {
    background: url(../img/icon_elevation.svg) no-repeat;
  }
  .highlights_info_flower::before {
    background: url(../img/icon_flower.svg) no-repeat;
  }
  .highlights_info_animal::before {
    background: url(../img/icon_animal.svg) no-repeat;
  }
  .highlights_info_text {
    font-size: 16px;
    color: #4C4C4C;
    line-height: 1.7;
  }
  .highlights_photo .slick-dots {
    display: flex !important;
    justify-content: space-between;
    position: static;
    margin-top: 5px;
  }
  .highlights_photo .slick-dots li {
    width: 32.5%;
    height: 30px;
    margin: 0;
  }
  .highlights_photo .slick-dots li button:before {
    color: #fff;
    background-color: #707F89;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    opacity: 0.7;
  }
  .highlights_photo .slick-dots li:nth-child(1) button:before {
    content: "春";
  }
  .highlights_photo .slick-dots li:nth-child(2) button:before {
    content: "夏";
  }
  .highlights_photo .slick-dots li:nth-child(3) button:before {
    content: "秋";
  }
  .highlights_photo .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .slick-prev:before, .slick-next:before {
    display: none;
  }
  .highlights_item {
    display: flex;
    justify-content: space-between;
  }
  .highlights_info_ico {
    display: flex;
    font-size: 15px;
    margin: 10px 0;
  }
  .highlights_info-small {
    font-size: 15px;
    color: #ff0000;
  }
  .highlights_info-small li {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
  }
  .highlights_info-small li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background-size: contain;
    background-position: center bottom;
    margin-right: 5px;
    vertical-align: sub;
  }
  .highlights_item-small {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0px 0 0px 75px;
    align-items: center;
  }
  .highlights_info-small {
    width: 533px;
    text-align: left;
    margin-left: 20px;
  }
  .highlights_item-small::before {
    content: url("../img/pc_Arrow.png");
    margin: 30px;
    position: relative;
  }
  /*tamu210407ここから*/
  /*写真2コ*/
  .highlights_photo.photo02 .slick-dots {
    display: flex;
    justify-content: center;
  }
  .highlights_photo.photo02 .slick-dots li {
    width: auto;
    margin: 10px 10px 0;
  }
  .highlights_photo.photo02 .slick-dots li:nth-child(1) button:before, .highlights_photo.photo02 .slick-dots li:nth-child(2) button:before {
    content: "";
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #707F89;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-slider {
    opacity: 0;
    transition: opacity .25s ease;
  }
  .slick-slider.slick-initialized {
    opacity: 1;
  }
  /*tamu210407ここまで*/
  /*みどころ　ここまで*/
  /*kojiここから*/
  .sec_midokoro {
    background: #ffffff;
    background: url(../img/sakaku.png) bottom repeat-x #ffffff;
    background-size: 122px;
    padding-bottom: 100px;
	text-align: center;
  }
  .sec_midokoro h3 {
    width: 1024px;
    margin: 0 auto;
    padding: 5px;
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .midokoro_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1022px;
    padding: 30px 30px 55px;
    margin: 0 auto 30px;
    border: 1px solid #ff0000;
    background: #fff;
  }
  .midokoro_flex dl {
    width: 300px;
  }
  .midokoro_flex dl dt {
    margin-bottom: 5px;
  }
  .midokoro_flex dl dt img {
    width: 300px;
  }
  .midokoro_flex dl dd {
    margin-top: 5px;
    font-size: 16px;
    color: #4C4C4C;
    line-height: 1.7;
	text-align: left;
  }
  .midokoro_flex dl dd span {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    text-align: right;
    color: #4C4C4C;
  }
  .midokoro_flex dl dd.animal_txt {
    border-bottom: 1px solid #98A6B5;
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
  }
  .midokoro_flex dl dd.animal_txt span {
    display: block;
    margin: 3px 0;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
  }
  .shokubutsu_txt {
    position: absolute;
    top: 503px;
    right: 20px;
    font-size: 15px;
    color: #4C4C4C;
  }
  .shokubutsu_txt-yase {
    position: absolute;
    top: 530px;
    right: 20px;
    font-size: 15px;
    color: #4C4C4C;
  }
  .wrapper section {
    border-bottom: none;
    background-color: #f1f1f1;
    text-align: center;
    margin-top: 100px;
  }
  .contents_wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  .sec_access {
    text-align: center;
    background: url(../img/sakaku.png) bottom repeat-x #ffffff;
    background-size: 122px;
    padding: 80px 0 100px;
  }
  .sec_wear {
    padding-bottom: 100px;
    background: url(../img/sankaku02.png) bottom repeat-x;
    background-size: 122px;
    padding: 80px 0 100px;
  }
  .sec_wear h3 {
    position: relative;
    width: 100%;
    margin: 40px 0 15px;
    padding: 5px;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .sec_wear h3::after {
    content: '';
    position: absolute;
    z-index: 2;
    color: #000000;
    border-bottom: 10px solid #000000;
    border-right: 10px solid #000000;
    width: 12px;
    height: 12px;
    top: 31px;
    right: 50%;
    display: block;
    transform: translateX(50%)rotate(45deg);
    transition: 0.5s;
  }
  .wear_wraper {
    position: relative;
    margin-top: -15px;
    height: 500px;
    background: #ffffff;
  }
  .wear_wraper::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/wear_il.png);
    background-repeat: no-repeat;
    width: 158px;
    height: 263px;
    top: 18%;
    left: 40%;
  }
  .wear_txta {
    color: #4C4C4C;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
  }
  .wear_txtb, .wear_txtc, .wear_txtd, .wear_txte, .wear_txtf, .wear_txtg {
    position: absolute;
    width: 345px;
  }
  .wear_txtb {
    top: 80px;
    left: 30px;
  }
  .wear_txtc {
    top: 180px;
    left: 30px;
  }
  .wear_txtd {
    top: 260px;
    left: 30px;
  }
  .wear_txte {
    top: 80px;
    right: 30px;
  }
  .wear_txtf {
    top: 180px;
    right: 30px;
  }
  .wear_txtg {
    top: 260px;
    right: 30px;
  }
  .wear_txth {
    position: absolute;
    bottom: 30px;
    background: #fff;
    padding: 2%;
    margin: 5%;
    font-size: 16px;
    width: 90%;
    color: #4C4C4C;
    border: 2px solid #DFD858;
    text-align: center;
  }
  .wear_txth span {
    display: block;
  }
  .wear_txtb dt, .wear_txtc dt, .wear_txtd dt, .wear_txte dt, .wear_txtf dt, .wear_txtg dt {
    color: #ff0000;
    font-size: 16px;
    text-indent: 40px;
  }
  .wear_txtb dt::after, .wear_txtc dt::after, .wear_txtd dt::after, .wear_txte dt::after, .wear_txtf dt::after, .wear_txtg dt::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/wear_ico.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    top: 0px;
    left: 0px;
  }
  .wear_txtb dd, .wear_txtc dd, .wear_txtd dd, .wear_txte dd, .wear_txtf dd, .wear_txtg dd {
    margin-top: 10px;
    color: #4C4C4C;
    font-size: 16px;
  }
  .sec_access h3 {
    width: 100%;
    margin: 40px 0 15px;
    padding: 5px;
    text-align: center;
    color: #ad0c0c;
    font-size: 24px;
    font-weight: bold;
  }
  .sec_access h4 {
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #98A6B5;
  }
  .sec_wear h2, .sec_wear h2 span, .sec_access h2, .sec_qa h2, .calender-wrap h2, .sec_qa h2 span {
    font-size: 30px;
    text-align: center;
    /* font-weight: bold; */
  }
  .sec_access .scroll_xbox {
    background: #fff;
    margin-bottom: 30px;
  }
  .sec_qa {
    padding: 80px 0 100px;
  }
  .qa .text_min {
    position: relative;
    border: 1px solid #000000;
    padding: 30px 30px 30px 60px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    color: #232323;
  }
  .qa .text_min.selected {
    border-bottom: none;
  }
  .qa .text_min::after {
    content: 'Q';
    position: absolute;
    font-size: 22px;
    color: #d3d3d3;
    top: 30px;
    left: 30px;
    display: block;
  }
  .qa .qa_dd {
    position: relative;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0 30px 30px 60px;
  }
  .qa .qa_dd::after {
    content: 'A';
    position: absolute;
    font-size: 22px;
    color: #ff8a8a;
    top: 0;
    left: 30px;
    display: block;
  }
  .qa .qa_dd p {
    font-size: 16px;
    color: #232323;
  }
  .wrap_qa .text_min span.plus {
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Times", "Times New Roman", "serif";
    font-weight: normal;
    font-size: 28px;
  }
  .wrap_qa .text_min span.plus_inner {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .wrap_qa .text_min span.plus_inner::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
    right: -8px;
    top: 20px;
  }
  .wrap_qa .text_min span.plus_inner::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #d3d3d3;
    position: absolute;
    right: 2px;
    top: 10px;
  }
  .wrap_qa .text_min.selected span.plus_inner::after {
    display: none;
  }
  .recommend_tokusyu_btn{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 50px;
    padding-top: 15px;
  }
  .recommend_tokusyu {
    font-size: 30px;
    color: #ffff;
    text-align: center;
    /* font-weight: bold; */ 
    margin-top: 50px;
  }
  .tour_item_btn2{
	width: 330px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	padding: 20px;
}  
  .tour_item_btn2 a{
	display: inline-block;
    height: 6rem;
    width: 100%;
    background-color: #bf1313;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 4.5rem;
    text-align: center;
    color: #fff;
	margin: 0 auto;
    padding: 10px;
}

.tour_item_btn2 a::after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1.5px 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.tour_item_btn2 a:hover{
	opacity: 0.7;
} 
    
  /*kojiここから*/
  #map_list09 {
    margin-top: 60px;
  }
}
/*pcの場合*/
/*smpの場合*/
@media only screen and (max-width: 767px) {
  .sp_no {
    display: none;
  } 
  .schedule.small{
    font-size: 1em;
    letter-spacing: 4px;
  }
  .ttl-block_smp {
    /*display:block;*/
	background: url("../img/header_sp.jpg") 0 0 no-repeat;
    background-size: cover;
	background-position: center;
    height: 395px;
    width: 100%;
	
  }
  .nav_wrap {
    background-color:#d3d3d3;
    width: 100%;
    height: auto;
  }
  .nav_wrap-item {
    font-size: 4vw;
    color: #fff;
    text-align: center;
    border: #FFFFFF 1px solid;
    padding: 8.5%;
    line-height: 1.6;
    background-color: #d3d3d3;
  }

  /*ナビ増えたら表示させる*/
  .nav_wrap-item:nth-child(1) {
    width: 100%;
  }
  .nav_wrap-item:nth-child(2) {
    width: 100%;
  }
  .nav_wrap-item:nth-child(3) {
    width: 100%;
  }
  .nav_wrap-item a {
    color: #fff;
  }
  .nav_wrap-item a:active {
    opacity: 0.3;
    transition: 0.2s;
    color: #fff;
  }
  .nav_inner {
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
    position: fixed;
    z-index: 100;
    top: 10%;
    right: 0;
    background-color: #000;
    width: 65%;
    display: none;
  }
  .recomm_block {
    text-align: center;
    padding: 5%;
    background: url(../img/sankaku02.png) bottom repeat-x #fff;
    background-size: 122px;
    background-position: 45% 100%;
  }
  .recomm_block ul {
    margin: 30px 0 30px 0;
  }
  .recomm_block_ico {
    margin: 0 auto 2%;
    padding-top: 8%;
    text-align: center;
  }
  .recomm_block_ttl {
    font-size: 4.5vw;
    color: #4C4C4C;
    font-weight: bold;
    border-bottom: 1px #cacaca solid;
    padding-bottom: 5%;
  }
  .recomm_block_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 3%;
  }
  .recomm_block_item-ttl {
    font-size: 3.7vw;
    width: 100%;
    margin: 3% auto;
    color: #4C4C4C;
    font-weight: bold;
    text-align: left;
  }
  .recomm_block_item-ttl h3 {
    font-weight: bold;
  }
  .recomm_block_item-txt {
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: left;
    width: 100%;
  }
  .recomm_block_item-icn img {
    width: 100%;
  }
  .recomm_block_item_inner {
    width: 100%;
    margin-bottom: 5%;
  }
  .recomm_block_item-rbox {
    float: right;
    width: 640px;
  }
  .smp_no {
    display: none;
  }
  .intro {
        /* background: url(../img/alladin_bc.jpg) no-repeat; */
        background-size: cover;
        /* height: 1095px; */
        width: 100%;
        background-position: center;
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #f1f1f1;
  } 
 .intro_txt { 
    margin: 30px 15px 0 15px; 
    padding-bottom: 25px;
    color: #323232;
    font-size: 1em;
  }
    .intro_txt a{
    color: #0000b9;
    border-bottom: solid 1px;
  } 
  .intro-box {
    width: 95%;
    margin: 0 auto;
  }
  .intro-box-txt {
    width: 100%;
    text-align: center;
  }
  .intro-box-img {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .intro-box-img img {
    width: 95%;
  }
  .intro-box-img-txt {
    font-size: 5.5vw;
    text-align: center;
    color: #d3d3d3;
    font-weight: 900;
  }
  .schedule_waku {
    border: solid 1px #717097;
    margin: 30px auto;
    width: 95%;
    padding: 30px 0;
    background-color: #fff;
    color: #292929;
    border-radius: 5px;
    font-family: serif;
  }
  .schedule { 
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5;
    letter-spacing: 12px;

  }
  .sheculeDetail {
    color: #fff!important;
  }
  .sheculeDetail:hover {
    opacity: 0.5;
  }
  .schedule span { 
   background-color: #c1ab05;
    padding: 3px 20px;
    color: #FFFFFF;
    border-radius: 5px;
  } 
  .calendar{
    padding: 10px 0 50px;
	  text-align: center;	
  }
  .img_calendar{
	width: 300px;
  }
  .box1 {
    padding: 0.5em 1em;
    margin: 0 80px;
    border: solid 3px #000000;
  }
  .box1 p {
    margin: 0; 
    padding: 0;
    text-align: center;
  }  
  .intro_ttl {
    border-bottom: solid 3px #323232;
    position: relative;
    margin: 0 15px;
    padding-bottom: 18px;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.3;
    color: #323232;
    font-weight: 500;
  }
  .intro_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d3d3d3;
  bottom: -3px;
  width: 30%;
  }  
  .tour_block {
    text-align: center;
    padding: 80px 0px;
    width: 100%;
    background-color: #fff;
  }
  .tour_block .plan_ttl {
    text-align: center;
    font-size: 5vw;
    color: #FFFFFF;
	margin: 25px 0 10px;
  }
  .tour_block .plan_ttl span {
	padding: 6px 10px;
	/* border-bottom: 1px solid #FFFFFF; */
	border: 1px solid #FFFFFF;
	border-radius: 20px;
  }
  .tour_block_ttl {
    text-align: center;
    font-size: 4.5vw;
    color: #c2a41d;
    /* font-weight: bold; */
  }
  .tour_block_ttl2 {
    text-align: center;
    font-size: 4.5vw;
    color: #c2a41d;
    /* font-weight: bold; */
  }
  .tour_txt_area {
    text-align: center;
    font-size: 20px;
    color: #c1ab05;
    margin: 22px 0;
  }
  .tour_txt_plan {
    text-align: center;
    font-size: 17px;
    color: #0c2378;
    margin: 22px 0;
	font-weight: 500;
  }
  .tour_item {
    background: #ffff;
    margin: 3% auto;
    width: 95%;
    border: solid 1px #d3d3d3;
  }
  .tour_item2 {
    background: #fff;
    margin: 3% auto 8%;
    width: 95%;
    /*border: #bbb8b8 1px solid;*/
	 border: #c1ab05 2px solid;
  }
  .tour_item_inner {
    padding: 3%;
  }
  .tour_item_inner2 {
    padding: 3%;
  }
  .tour_item_ttl {
    font-size: 4.5vw;
    line-height: 1.3;
    margin: 3% auto;
    font-weight: bold;
    color: #232323;
    text-align: center;
  }
  .tour_item_ttl2 {
    font-size: 4vw;
    color: #0c2378;
    line-height: 1.3;
    margin: 4% auto;
    font-weight: bold;
  }
  .tour_item_inner.gray {
    border: solid 2px #232323;
  }
  .tour_item_cap {
    font-size: 4vw;
    color: #323232;
    line-height: 1.2;
    margin-bottom: 3%;
    font-weight: 500;
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 10px;
  }
  .tour_item_subttl {
    font-size: 3.5vw;
    color: #232323;
  }
  .tour_item_subttl2 {
    font-size: 3.5vw;
    color: #060241;
  }
  .tour_item_price {
    font-size: 4.5vw;
    color: #FF0000;
    font-weight: bold;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 4%;
  }
  .tour_item_btn a {
    color: #fff;
    line-height: 1.5;
    background: #FF0000;
    width: 95%;
    padding: 5% 3%;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 0;
    display: inline-block;
  }
  .btn_wrap{
    text-align: center;
    padding-top: 15px;
  }
  .tour_item_btn .hanbaisyuryo {
    pointer-events: none;
  }
  .tour_item_btn:active {
    opacity: 0.3;
    transition: 0.5s;
  }
  .tour_item_btn::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 3px 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: baseline;
  }
  /* グーグルマップレスポンシブ化 */
  .tour_item_ph {
    position: relative;
  /* 縦横比を維持するためのpadding-bottom
     Googleマップのデフォルトの縦横比は4:3なので、(3 / 4) * 100 = 75%
     もしマップの縦横比を変更している場合は、それに合わせて調整してください。
     例: 16:9 の場合は (9 / 16) * 100 = 56.25% */
    padding-bottom: 75%; /* または 56.25% (16:9の場合) */
    height: 0;
    overflow: hidden; /* はみ出した内容を隠す */
    max-width: 100%; /* 親要素の幅を超えないように */
    margin-bottom: 20px; /* 必要であれば下部に余白を追加 */
  }
  .tour_item_ph iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ここまで */

  .tour_item_ph img {
    width: 100%;
  }
  .tour_item_ph2 img {
    width: 100%;
  }
  .tour_item_text {
    text-align: left;
  }
  .tour_item_text2 {
    text-align: left;
  }
  .tour_block_btn {
    border: 1px solid #ad0c0c;
    background: #fff;
    color: #ad0c0c;
    padding: 3% 4%;
    font-size: 4vw;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 3px 3px #be1f1f;
    margin: 3% auto 0;
    line-height: 2;
  }
  .tour_block_btn::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 2px 10px 5px 10px;
    border-top: 2px solid #ad0c0c;
    border-right: 2px solid #ad0c0c;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .tour_block_btn-link:active {
    opacity: 0.3;
    transition: 0.5s;
  }
  .hotel_block {
    text-align: center;
    background: url(../img/sankaku02.png) bottom repeat-x #fff;
    background-size: 122px;
    padding-bottom: 18%;
  }
  .hotel_block_ico {
    padding-top: 8%;
  }
  .hotel_block_ttl {
    font-size: 4.5vw;
    margin-bottom: 3%;
    color: #4C4C4C;
    font-weight: bold;
  }
  .hotel_block_subttl-small {
    font-size: 3vw;
    font-weight: normal;
    margin-left: 2%;
  }
  .hotel_block_subttl {
    font-size: 4vw;
    color: #00818A;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px #00818A solid;
    margin: 3% auto;
    width: 90%;
    font-feature-settings: "palt";
  }
  .hotel_block_cap {
    font-size: 3.8vw;
    color: #4C4C4C;
    margin-bottom: 3%;
    text-align: left;
  }
  .hotel_block_address {
    font-size: 3.8vw;
    color: #0c224d;
    margin-bottom: 3%;
    text-align: left;
  }
  .hotel_block_btn {
    background: #3275a6;
    width: 100%;
    padding: 4%;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
  }
  .hotel_block_btn > a {
    font-size: 4vw;
    color: #fff;
  }
  .hotel_block_btn a:active {
    opacity: 0.3;
    transition: 0.2s;
  }
  .hotel_block_btn a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .hotel_block_ph-inner img {
    width: 100%;
  }
  .hotel_block_item {
    margin: 0 auto 3%;
    margin-bottom: 28px;
  }
  .hotel_block_text {
    width: 90%;
    margin: 5% auto;
  }
  /*マイカープランおすすめの過ごし方ここから	*/
  .route_block {
    text-align: center;
    background: url(../img/sankaku02.png) bottom repeat-x #fff;
    background-size: 122px;
    padding: 50px 0 50px;
  }
  .route_block_ico {
    padding: 0;
    text-align: center;
  }
  .route_block_ttl {
    font-size: 30px;
    margin-bottom: 60px;
    color: #4C4C4C;
    font-weight: bold;
  }
  .wrap-tab {
    overflow: hidden;
    width: 100%;
    margin: 8% auto;
  }
  .wrap-tab ul {
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
  }
  .wrap-tab p {
    margin: 0;
  }

  .list-tab {
    display: flex;
    /*margin: 0 -2px;*/
    /*border-bottom: 3px solid #b29f6b;*/
	
	  
  }
  .list-tab > li {
    display: block;
    padding: 0.5em 1em;
    /*margin: 0 2px;*/
    width: 100%;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #dbcd8a;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #c2a41d;
    border-radius: 10px 10px 0 0;
	/*margin-right:10px;*/
  }
  .list-tab .active {
    background: #c2a41d;
	/*margin:0 0 0 10px;*/
  }
  .tab-content {
    display: none;
    padding: 4%;
    background: #373737;
    border: 1px solid #7f7f7f;
    margin: 3% auto;
    width: 95%;
  }
  .tab-content.active {
    display: block;
  }

  .tab-content2 {
    display: none;
    padding: 4%;
	border: 2px solid #c2a41d;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content2.active {
    display: block;
	background: #FFF;
  }
  .tab-content3 {
    display: none;
    padding: 4%;
	border: 2px solid #c2a41d;
	background-image: url("../img/kirakira.png");
	background-repeat: no-repeat;
	background-position: bottom;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content3.active {
    display: block;
	background: #FFF;
  }
  .r-txt-s {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 3% !important;
  }
  .d-txt-s {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
  }
  .r-txt-b {
    font-size: 3.5vw;
    color: #fff;
  }
  .r-txt-b-ttl {
    font-size: 5.5vw;
    color: #ffff;
  }
  .r-txt-day {
    font-size: 4.2vw;
    font-weight: bold;
    color: #0c2378;
    border-bottom: 1px solid #0c2378;
    /* margin-bottom: 2%; */
    padding-bottom: 3px;
  }
  .r-trip-box {
    border: 1px solid #be1f1f;
    background: #FAFFEF;
    border-radius: 5px;
    margin-bottom: 10px !important;
  }
  .r-trip-wrap {
    padding: 2%;
    display: flex;
    justify-content: space-between;
  }
  .r-trip-wrap:nth-child(n+2) {
    padding: 0 2% 2%;
  }
  .r-trip-info {
    width: 48%;
  }
  .r-trip-info a {
    font-size: 3.2vw;
    font-weight: bold;
    color: #be1f1f;
  }
  .r-trip-info a:hover {
    opacity: 0.6 !important;
    color: #be1f1f !important;
  }
  .trip-info-hd {
    font-size: 4vw;
    font-weight: bold;
    color: #be1f1f;
    margin-bottom: 2% !important;
  }
  .trip-info-txt {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .r-trip-photo {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  .r-trip-photo figure {
    width: 100%;
  }
  .r-trip-photo figure img {
    max-width: 100%;
    height: auto;
  }
  .r-trip-photo figcaption {
    font-size: 12px;
    text-align: left;
    margin-top: 2% !important;
  }
  .date-box + .date-box {
    border-top: 1px solid #CDD6DD;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .itinerary-wrap {
    margin-bottom: 10px !important;
  }
  .itinerary-info {
    width: 100%;
    background: #373737;
    position: relative;
    font-family: serif;
  }
  .itinerary-txt {
    font-size: 3.5vw;
    line-height: 1.3;
    padding-left: 3.5em;
  }
  .itinerary-photo {
    display: flex;
    width: 100;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .itinerary-photo figure {
    width: 49%;
  }
  .itinerary-photo figure + figure {
    margin-top: 2% !important;
  }
  .itinerary-photo figure img {
    max-width: 100%;
    height: auto;
  }
  .itinerary-photo figcaption {
    font-size: 12px;
    text-align: left;
    margin-top: 2% !important;
  }
  .r-trip-col2 {
    /* display: flex; */
    /* justify-content: space-between; */
  }
  .r-trip-col2 .r-trip-box {
    width: 100%;
    margin-bottom: 2% !important;
  }
  .r-trip-col2 .r-trip-info {
    width: 47%;
  }
  .r-trip-col2 .r-trip-photo figure {
    width: 100%;
  }
  /*マイカープランおすすめの過ごし方ここまで	*/	
  /*みどころ　ここから*/
  .highlights_item-show {
    padding: 0 4%;
    margin-bottom: 3%;
  }
  .highlights_photo {
    width: 100%;
    margin-top: 3%;
  }
  .highlights_photo img {
    width: 100%;
  }
  .highlights_info {
    width: 100%;
  }
  .highlights_info_name {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #98A6B5;
    margin-bottom: 5px;
    padding-bottom: 5px;
    align-items: center;
  }
  .highlights_info_name h3 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #4C4C4C;
    padding: 2%;
  }
  .highlights_info_name a {
    color: #004BB1;
    font-size: 4vw;
  }
  .highlights_info ul {
    font-size: 3.75vw;
    color: #ff0000;
    margin-bottom: 10px;
  }
  .highlights_info ul li {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
    text-align: left;
  }
  .highlights_info ul li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background-size: contain;
    background-position: center bottom;
    margin-right: 5px;
  }
  .highlights_info_jyousya-small::before {
    background: url(../img/jyousya.svg) no-repeat;
  }
  .highlights_info_kyori-small::before {
    background: url(../img/kyori.svg) no-repeat;
  }
  .highlights_info_sabetu-small::before {
    background: url(../img/sabetu.svg) no-repeat;
  }
  .highlights_info_elevation::before {
    background: url(../img/icon_elevation.svg) no-repeat;
  }
  .highlights_info_flower::before {
    background: url(../img/icon_flower.svg) no-repeat;
  }
  .highlights_info_animal::before {
    background: url(../img/icon_animal.svg) no-repeat;
  }
  .highlights_info_text {
    font-size: 4vw;
    color: #4C4C4C;
    line-height: 1.7;
    text-align: left;
  }
  .highlights_photo .slick-dots {
    display: flex !important;
    justify-content: space-between;
    position: static;
    margin-top: 5px;
  }
  .highlights_photo .slick-dots li {
    width: 32.5%;
    height: 30px;
    margin: 0;
  }
  .highlights_photo .slick-dots li button:before {
    color: #fff;
    background-color: #707F89;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 4vw;
    height: 30px;
    line-height: 30px;
    opacity: 0.7;
  }
  .highlights_photo .slick-dots li:nth-child(1) button:before {
    content: "春";
  }
  .highlights_photo .slick-dots li:nth-child(2) button:before {
    content: "夏";
  }
  .highlights_photo .slick-dots li:nth-child(3) button:before {
    content: "秋";
  }
  .highlights_photo .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  .highlights_item {
    padding: 0 4%;
    margin-bottom: 6%;
  }
  .highlights_item-small {
    padding: 0 4%;
    margin-bottom: 6%;
  }
  .highlights_item-small::before {
    content: url(../img/smp_Arrow.png);
    position: relative;
    bottom: 2px;
  }
  .highlights_info-small {
    font-size: 3.75vw;
    color: #ff0000;
    margin-bottom: 10px;
  }
  .highlights_info-small li {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
    text-align: left;
  }
  .highlights_info-small li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background-size: contain;
    background-position: center bottom;
    margin-right: 5px;
  }
  .highlights_info_elevation-small::before {
    background: url(../img/icon_elevation.svg) no-repeat;
    margin-left: 5px;
  }
  /*みどころ　ここまで*/
  /*kojiここから*/
  .sec_midokoro {
    padding: 5% 5% 20%;
    background: url(../img/sakaku.png) bottom repeat-x #;
    background-size: 122px;
  }
  .sec_midokoro h3 {
    width: 100%;
    margin: 0 auto;
    padding: 3%;
    background: #ff0000;
    color: #fff;
    font-size: 5.34vw;
    font-weight: bold;
    text-align: center;
  }
  .midokoro_flex {
    position: relative;
    width: 100%;
    padding: 5%;
    margin: 0 auto 30px;
    border: 1px solid #ff0000;
    background: #fff;
  }
  .midokoro_flex dl {
    margin-bottom: 4%;
  }
  .midokoro_flex dl dt img {
    width: 100%;
  }
  .midokoro_flex dl dt {
    margin-bottom: 5px;
    font-size: 5.07vw;
  }
  .midokoro_flex dl dd {
    margin-top: 5px;
    font-size: 4vw;
    color: #4C4C4C;
    line-height: 1.7;
  }
  .midokoro_flex dl dd.animal_txt {
    color: #ff0000;
    font-size: 5.07vw;
    padding: 2% 0;
  }
  .midokoro_flex dl dd span {
    font-size: 3.74vw;
    color: #4C4C4C;
    margin-left: 5%;
  }
  .midokoro_flex dl dd span.spblock {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #98A6B5;
    padding: 0 0 2%;
  }
  .spborder .animal_txt {
    border-bottom: 1px solid #98A6B5;
  }
  .shokubutsu_txt {
    color: #4C4C4C;
    font-size: 3.74vw;
  }
  .shokubutsu_txt-yase {
    color: #4C4C4C;
    font-size: 3.74vw;
  }
  .wrapper section {
    border-bottom: none;
    text-align: center;
    margin: 50px 0;
  }
  .sec_wear {
    position: static;
    text-align: center;
    padding: 5% 5% 20%;
    background: url(../img/sankaku02.png) bottom repeat-x #fff;
    background-size: 122px;
    background-position: 45% 100%;
  }
  .wear_wraper {
    position: relative;
    padding: 5%;
    background: #ffffff;
  }
  .wear_wraper::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/wear_il.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 30%;
    height: 240px;
    top: 2%;
    right: 0;
  }
  .sec_wear h3 {
    width: 100%;
    margin: 5% 0 0;
    padding: 3%;
    text-align: center;
    background: #be1f1f;
    color: #fff;
    font-size: 5.34vw;
    font-weight: bold;
  }
  .wear_txta {
    width: 65%;
    margin-bottom: 10%;
    font-size: 4.27vw;
    font-weight: bold;
  }
  .wear_txtb, .wear_txtc, .wear_txtd, .wear_txte, .wear_txtf, .wear_txtg {
    position: relative;
    margin-bottom: 5%;
    text-align: left;
  }
  .wear_txth {
    font-size: 4vw;
    background: #fff;
    border: 1px solid #DFD858;
    padding: 4%;
    color: #4C4C4C;
    line-height: 5.6vw;
  }
  .wear_txtb dt, .wear_txtc dt, .wear_txtd dt, .wear_txte dt, .wear_txtf dt, .wear_txtg dt {
    color: #ff0000;
    font-size: 16px;
    text-indent: 40px;
  }
  .wear_txtb dt::after, .wear_txtc dt::after, .wear_txtd dt::after, .wear_txte dt::after, .wear_txtf dt::after, .wear_txtg dt::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/wear_ico.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    top: 0px;
    left: 0px;
  }
  .wear_txtb dd, .wear_txtc dd, .wear_txtd dd, .wear_txte dd, .wear_txtf dd, .wear_txtg dd {
    margin-top: 10px;
    color: #4C4C4C;
    font-size: 16px;
  }
  .sec_access {
    padding: 0 4%;
    text-align: center;
    background: url(../img/sakaku.png) bottom repeat-x #ffffff;
    background-size: 122px;
    padding-bottom: 20%;
  }
  .sec_access h3 {
    margin: 4% 0 1%;
    color: #ad0c0c;
    font-size: 5.07vw;
    text-align: center;
  }
  .sec_access h4 {
    width: 100%;
    padding: 1%;
    background: #98A6B5;
    color: #fff;
    font-size: 4.27vw;
    text-align: center;
  }
  .sec_qa {
    background-color: #f1f1f1;
  }
  .scroll_xbox {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 3%;
    background: #fff;
  }
  .scroll_xbox::-webkit-scrollbar {
    height: 10px;
  }
  .scroll_xbox::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .scroll_xbox::-webkit-scrollbar-track-piece {
    background: #efefef;
    border-radius: 5px;
  }
  .sec_wear .scroll_xbox p {
    overflow-x: auto;
    width: 1024px;
  }
  .sec_wear .scroll_xbox img {
    height: 420px;
    width: 100%;
  }	
  .sec_wear h2, .sec_access h2, .sec_qa h2, .recomm_block_ttl, .tour_block_ttl, .tour_block_ttl2,.hotel_block_ttl, .highlight_block_ttl {
    font-weight: 900;
    font-size: 5.5vw;
    text-align: center;
    color: #292929;
  }
  .sec_wear h2 span, .sec_access h2 span, .sec_qa h2 span, .recomm_block_ttl span, .tour_block_ttl span, .tour_block_ttl span, .hotel_block_ttl span, .highlight_block_ttl span {
    display: block;
  }
  .sec_qa {
    padding-bottom: 20%;
  }

  .sec_qa h2{
  padding: 40px 0 0 0;
  }
  .qa .text_min {
    position: relative;
    border: 1px solid #232323;
    padding: 3% 10% 3% 7%;
    font-size: 3.74vw;
    font-weight: 500;
    margin-top: 4%;
    color: #232323;
  }
  .qa .text_min.selected {
    border-bottom: none;
  }
  .qa .text_min::after {
    content: 'Q';
    position: absolute;
    font-size: 3.74vw;
    font-weight: bold;
    color: #d3d3d3;
    top: 15%;
    left: 3%;
    display: block;
  }
  .qa .qa_dd {
    position: relative;
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    padding: 0 3% 3% 7%;
  }
  .qa .qa_dd::after {
    content: 'A';
    position: absolute;
    font-size: 3.74vw;
    font-weight: bold;
    color: #d3d3d3;

    top: 0;
    left: 3%;
    display: block;
  }
  .qa .qa_dd p {
    font-size: 3.47vw;
    color: #232323;
  }
  .wrap_qa{
    margin:0 10px ;
  }
  .wrap_qa .text_min span.plus {
    position: absolute;
    height: 40px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Times", "Times New Roman", "serif";
    font-weight: normal;
    font-size: 28px;
  }
  .wrap_qa .text_min span.plus_inner {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .wrap_qa .text_min span.plus_inner::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    right: -5px;
    top: 17px;
  }
  .wrap_qa .text_min span.plus_inner::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #d3d3d3;
    position: absolute;
    right: 2px;
    top: 10px;
  }
  .wrap_qa .text_min.selected span.plus_inner::after {
    display: none;
  }
  .recommend_tokusyu_btn{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 15px;
    padding-top: 40px;
  }    
  .recommend_tokusyu {
    margin: 10% auto;
    font-size: 5.5vw;
    text-align: center;
    /* font-weight: bold; */
	color: #ffff;
  }
  .tour_item_btn2 {
    width: 100%;
    padding: 0;
    margin-top: 0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
	}
	.tour_item_btn2 a{
	display: inline-block;
    height: 4.3rem;
    width: 95%;
    background-color: #bf1313;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 4.3rem;
    text-align: center;
    color: #fff;
	margin: 0 auto 15 auto;
    }
    .tour_item_btn2 a::after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1.5px 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    }
  /*kojiここから*/
  /*210407追加*/
  /*写真2コ*/
  .highlights_photo.photo02 .slick-dots {
    display: flex;
    justify-content: center;
  }
  .highlights_photo.photo02 .slick-dots li {
    width: auto;
    margin: 5px 5px 0;
  }
  .highlights_photo.photo02 .slick-dots li:nth-child(1) button:before, .highlights_photo.photo02 .slick-dots li:nth-child(2) button:before {
    content: "";
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #707F89;
  }
  .slick-slider {
    opacity: 0;
    transition: opacity .25s ease;
  }
  .slick-slider.slick-initialized {
    opacity: 1;
  }
  .hotel_block_ph-inner .slick-list {
    width: 82%;
    margin: 0 auto;
  }
  .hotel_block_ph-inner .slick-prev {
    left: 3%;
  }
  .hotel_block_ph-inner .slick-next {
    right: 3%;
  }
  .hotel_block_ph-inner .slick-prev:before, .hotel_block_ph-inner .slick-next:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    border-top: 3px solid #b29f6b;
    border-right: 3px solid #b29f6b;
  }
  .hotel_block_ph-inner .slick-prev:before {
    transform: rotate(-135deg);
  }
  .hotel_block_ph-inner .slick-next:before {
    transform: rotate(45deg);
  }
  /*    マップ*/
  .highlight_block {
    background: #ffffff;
    text-align: center;
  }
  .highlight_block_ttl {
    font-size: 6.5vw;
    color: #4C4C4C;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .highlight_block_ico {
    padding-top: 8%;
  }
  .highlight_block_map {
    background: url("../img/alpen-route-map-base.png") 0 0 no-repeat;
    background-size: cover;
    width: 1024px;
    height: 440px;
    margin: 0 auto 50px;
  }
  .highlight_map_inner {
    position: relative;
  }
  .highlight_map_inner li a img {
    filter: drop-shadow(1px 1px 3px #666666);
  }
  .highlight_map-list01 {
    position: absolute;
    top: 115px;
    left: 87px;
  }
  .highlight_map-list02 {
    position: absolute;
    top: 90px;
    left: 157px;
  }
  .highlight_map-list03 {
    position: absolute;
    top: 65px;
    left: 205px;
  }
  .highlight_map-list04 {
    position: absolute;
    top: 43px;
    left: 268px;
  }
  .highlight_map-list05 {
    position: absolute;
    top: 25px;
    left: 447px;
  }
  .highlight_map-list06 {
    position: absolute;
    top: 20px;
    left: 323px;
  }
  .highlight_map-list07 {
    position: absolute;
    top: 39px;
    left: 543px;
  }
  .highlight_map-list08 {
    position: absolute;
    top: 62px;
    left: 628px;
  }
  .highlight_map-list09 {
    position: absolute;
    top: 65px;
    left: 694px;
  }
  .highlight_map-list10 {
    position: absolute;
    top: 94px;
    left: 785px;
  }
  .highlight_map-list01:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list02:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list05:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list06:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list07:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list08:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list09:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .highlight_map-list10:active {
    opacity: 0.6;
    transform: translateY(-6px);
    transition: 0.2s;
  }
  .scroll_xbox_map {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 3%;
  }
  .scroll_xbox_map::-webkit-scrollbar {
    height: 10px;
  }
  .scroll_xbox_map::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .scroll_xbox_map::-webkit-scrollbar-track-piece {
    background: #efefef;
    border-radius: 5px;
  }
  /*    マップまで*/
  .highlights_info_name a {
    font-size: 16px;
    color: #004BB1 !important;
  }
  .highlights_info_name a:active {
    color: #004BB1;
    opacity: 0.6;
    transform: translateX(10px);
    transition: transform 0.2s;
  }
}
/*smpの場合*/