@charset "UTF-8";
* {
  font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -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: #fff !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;
}
/*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/main.png") no-repeat;
    background-size: contain;
    height: 420px;
    width: 100%;
    background-position: center top 10px;
    /*margin-bottom: 50px;*/
  }
  .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: #0e96c7;
    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;
  }
  .nav_wrap-item a {
    color: #fff;
  }
  .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 {
    background: #f9f9ef;
    height: auto;
    padding-top: 45px;
    padding-bottom: 40px;
  }  
  .intro_txt { 
    margin: 30px 0 0 0; 
    /*padding: 0;*/
    padding-bottom: 30px;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.3em;
  }
  .schedule_waku {
    border: solid 3px #0e96c7;
    margin: 0 auto;
    width: 60%;
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 17px;
  }
  .schedule { 
    margin: 20px 0 0 0; 
    padding: 0;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.4em;
  }
  /*.schedule_ttl {
    font-weight: bold;
  }*/
  .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: double 7px #dbc009;
  position: relative;
  margin: 0 310px;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  }

 /*.intro_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0e96c7;
  bottom: -3px;
  width: 26%;
  } */
  .br-sp {
  display: none;
  }
  .tour_block {
    text-align: center;
    background: #f4f9f8;
    /*background: url(../img/sakaku.png) bottom repeat-x #ffffff;*/
    background-size: 122px;
    padding: 50px 0 30px;
  }
  .tour_block__txt { 
    margin: 40px 0 0 0; 
    /*padding: 0;*/
    /*padding-bottom: 30px;*/
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }
  .performer_block {
    text-align: center;
    /*background: #f4fbf9;*/
    /*background: url(../img/sakaku.png) bottom repeat-x #ffffff;*/
    background-size: 122px;
    padding: 80px 0 10px;
  }
  .tour_block_ttl {
    text-align: center;
    font-size: 30px;
    color: #222222;
    font-weight: bold;
  }
  .tour_block_ttl span {
    font-size: 20px;
  }
  .tour_block_ttl_line {
    border-top: 2px solid #0e96c7;
    width: 15%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .tour_item {
    background: #FFFFFF;
    margin: 35px auto;
    width: 1024px;
    border: #0e96c7 3px solid;
  }
  .tour_item_inner {
    padding: 20px;
    display: flex;
  }
  .tour_item_ttl {
    font-size: 20px;
    color: #222222;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .tour_item_cap {
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .tour_item_subttl {
    font-size: 16px;
    color: #222222;
    position: absolute;
    left: 0;
    top: 70px;
  }
  .tour_item_price {
    font-size: 19px;
    color: #FF0000;
    font-weight: bold;
    position: absolute;
    top: 160px;
    left: 0px;
  }
  .tour_item_btn {
    background: #dbc009;
    width: 340px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 150px;
    right: 10px;
  }
  .tour_item_btn a {
    color: #fff;
    font-size: 16px;
  }
  .tour_item_btn:hover {
    opacity: 0.5;
    transition: 0.5s;
    color: #fff;
  }
  .tour_item_btn::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_ph {
    margin-right: 20px;
  }
  .tour_item_text {
    text-align: left;
  }
  .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: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ccc;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-radius: 10px 10px 0 0;
  }
  .list-tab .active {
    background: #000000;
  }
  .tab-content {
    display: none;
    padding: 1em;
    margin-bottom: 2em;
	border: 2px solid #bfbfbf;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content.active {
    display: block;
    background: #FFFFFF;
	/*background-image: linear-gradient(#FFF,#e6f5f1,#d7e8f1);*/
  }
  .tab-content2 {
    display: none;
    padding: 1.2em;
	border: 2px solid #bfbfbf;
    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;*/
    background-image: linear-gradient(#e8f3f1,#daebf3);
    /*margin-bottom: 70px;*/
  }
  .r-txt-s {
    font-size: 12px;
  }
  .d-txt-s {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
  }
  .r-txt-b {
    font-size: 16px;
    font-weight: bold;
  }
  .r-txt-b-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #c5ac07;
  }
  .r-txt-b span {
    font-size: 14px;
    font-weight: bold;
    /*color: #09144f;*/
  }
  .r-txt-day {
    font-size: 21px;
    font-weight: bold;
    color: #222222;
  }
  .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 {
    padding: 0 1em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px !important;
  }
  .itinerary-info {
    width: 74%;
  }
  .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;
  }
  .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: 300;
    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, .sec_qa h2 span {
    font-size: 30px;
    color: #222222;
    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 #0e96c7;
    padding: 30px 30px 30px 60px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
  }
  .qa .text_min.selected {
    border-bottom: none;
  }
  .qa .text_min::after {
    content: 'Q';
    position: absolute;
    font-size: 22px;
    color: #0e96c7;
    top: 30px;
    left: 30px;
    display: block;
  }
  .qa .qa_dd {
    position: relative;
    border-left: 1px solid #0e96c7;
    border-right: 1px solid #0e96c7;
    border-bottom: 1px solid #0e96c7;
    padding: 0 30px 30px 60px;
  }
  .qa .qa_dd::after {
    content: 'A';
    position: absolute;
    font-size: 22px;
    color: #FF0000;
    top: 0;
    left: 30px;
    display: block;
  }
  .qa .qa_dd p {
    font-size: 16px;
  }
  .wrap_qa .text_min span.plus {
    position: absolute;
    width: 40px;
    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: 20px;
    height: 1px;
    background: #09144f;
    position: absolute;
    right: -8px;
    top: 20px;
  }
  .wrap_qa .text_min span.plus_inner::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #0e96c7;
    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: #222222;
    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: #0e96c7;
    border-radius: 10px;
    font-size: 1.4rem;
    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) {
  .ttl-block_smp {
    background: url("../img/ttl_smp.png") 0 0 no-repeat;
    background-size: cover;
    height: 430px;
    width: 100%;
  }
  .nav_wrap {
    background: #0e96c7;
    width: 100%;
    height: auto;
  }
  .nav_wrap-item {
    font-size: 4.3vw;
    color: #fff;
    /*width: 33.3%;*/
    width: 50%;
    width: 50%;
    text-align: center;
    border: #FFFFFF 1px solid;
    padding: 2.5%;
    line-height: 1.6;
  }

  /*ナビ増えたら表示させる*/
  .nav_wrap-item:nth-child(1) {
    width: 50%;
  }
  .nav_wrap-item:nth-child(2) {
    width: 50%;
  }
  .nav_wrap-item:nth-child(3) {
    width: 50%;
  }
  .nav_wrap-item:nth-child(4) {
    width: 50%;
  }
  .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;
  }
  .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: #f9f9ef;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  } 
 .intro_txt { 
    margin: 30px 15px 0 15px; 
    padding-bottom: 20px;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.1em;
  }
  .schedule_waku {
    border: solid 1px #0e96c7;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 15px;
  }
  .schedule { 
    margin: 15px 0 0 0; 
    padding: 0;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.1em;
  }
  .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: double 5px #dbc009;
  position: relative;
  margin: 0 30px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  }
  /*.intro_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1a0c61;
  bottom: -3px;
  width: 30%;
  }*/ 
  .br-pc {
  display: none;
  }
  .tour_block {
    text-align: center;
    /*background: url(../img/sakaku.png) bottom repeat-x #ffffff;*/
    background: #f4f9f8;
    background-size: 122px;
    padding-bottom: 6%;
    padding-top: 3%;
  }
  .tour_block__txt { 
    margin: 20px 15px 0 15px; 
    /*padding-bottom: 20px;*/
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
  }
  .performer_block {
    text-align: center;
    /*background: url(../img/sakaku.png) bottom repeat-x #ffffff;*/
    /*background: #f4fbf9;*/
    background-size: 122px;
    padding-bottom: 3%;
    padding-top: 3%;
  }
  .tour_block_ttl {
    text-align: center;
    font-size: 4.5vw;
    color: 222222;
    font-weight: bold;
  }
  .tour_block_ttl span {
    font-size: 3.5vw;
  }
  .tour_block_ttl_line {
    border-top: 1px solid #0e96c7;
    width: 30%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .tour_item {
    background: #FFFFFF;
    margin: 7% auto;
    width: 95%;
    border: #0e96c7 2px solid;
  }
  .tour_item_inner {
    padding: 3%;
  }
  .tour_item_ttl {
    font-size: 4vw;
    color: #222222;
    line-height: 1.3;
    margin: 3% auto;
    font-weight: bold;
  }
  .tour_item_cap {
    font-size: 3.5vw;
    color: #222222;
    line-height: 1.2;
    margin-bottom: 3%;
  }
  .tour_item_subttl {
    font-size: 3.5vw;
    color: #222222;
  }
  .tour_item_price {
    font-size: 4.5vw;
    color: #FF0000;
    font-weight: bold;
    text-align: right;
    margin-bottom: 3%;
  }
  .tour_item_btn {
    background: #dbc009;
    width: 90%;
    padding: 3%;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
  }
  .tour_item_btn a {
    color: #fff;
    font-size: 4.5vw;
    line-height: 1.8;
  }
  .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 img {
    width: 100%;
  }
  .tour_item_text {
    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;
    padding: 0;
    list-style-type: none;
  }
  .wrap-tab p {
    margin: 0;
  }
  .wrap-tab-content{
	margin-right: 10px;
	margin-left: 10px;
  }
  .wrap-tab-content2{
	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: 4.25vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ccc;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-radius: 10px 10px 0 0;
  }
  .list-tab .active {
    background: #000000;
  }
  .tab-content {
    display: none;
    padding: 4%;
	border: 2px solid #bfbfbf;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content.active {
    display: block;
	background: #FFFFFF;
    /*background-image: linear-gradient(to bottom,#FFF 40%,#e6f5f1,#d7e8f1);*/
  }
  .tab-content2 {
    display: none;
    padding: 4%;
	border: 2px solid #bfbfbf;
    /*border-bottom: 1px solid #b29f6b;
    border-left: 1px solid #b29f6b;
    border-right: 1px solid #b29f6b;*/
  }
  .tab-content2.active {
    display: block;
	/*background: #FFF;*/
    background-image: linear-gradient(to bottom,#e8f3f1,#daebf3);
    /*margin-bottom: 20px;*/
  }
  .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;
    font-weight: bold;
  }
  .r-txt-b-ttl {
    font-size: 4vw;
    font-weight: bold;
    color: #c5ac07;
  }
  .r-txt-b span {
    font-size: 2.8vw;
    font-weight: bold;
    /*color: #09144f;*/
  }
  .r-txt-day {
    font-size: 4.2vw;
    font-weight: bold;
    color: #222222;
    margin-bottom: 2%;
  }
  .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%;
  }
  .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;
  }
  .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 {
    margin: 0 4%;
  }
  .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, .hotel_block_ttl, .highlight_block_ttl {
    margin: 5% auto;
    font-size: 5.5vw;
    text-align: center;
    font-weight: bold;
	color: #222222;
  }
  .sec_wear h2 span, .sec_access h2 span, .sec_qa h2 span, .recomm_block_ttl span, .tour_block_ttl span, .hotel_block_ttl span, .highlight_block_ttl span {
    display: block;
  }
  .sec_qa {
    padding-bottom: 20%;
  }
  .qa .text_min {
    position: relative;
    border: 1px solid #0e96c7;
    padding: 3% 10% 3% 7%;
    font-size: 3.74vw;
    font-weight: 300;
    margin-top: 4%;
  }
  .qa .text_min.selected {
    border-bottom: none;
  }
  .qa .text_min::after {
    content: 'Q';
    position: absolute;
    font-size: 3.74vw;
    font-weight: bold;
    color: #0e96c7;
    top: 15%;
    left: 3%;
    display: block;
  }
  .qa .qa_dd {
    position: relative;
    border-left: 1px solid #0e96c7;
    border-right: 1px solid #0e96c7;
    border-bottom: 1px solid #0e96c7;
    padding: 0 3% 3% 7%;
  }
  .qa .qa_dd::after {
    content: 'A';
    position: absolute;
    font-size: 3.74vw;
    font-weight: bold;
    color: #FF0000;
    top: 0;
    left: 3%;
    display: block;
  }
  .qa .qa_dd p {
    font-size: 3.47vw;
  }
  .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: #0e96c7;
    position: absolute;
    right: -5px;
    top: 17px;
  }
  .wrap_qa .text_min span.plus_inner::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #0e96c7;
    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: #222222;
  }
  .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.5rem;
    width: 95%;
    background-color: #0e96c7;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 4.5rem;
    text-align: center;
    color: #fff;
	margin: 0 auto 15 auto;
    }
  /*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の場合*/