@charset "utf-8";

body.modal-open {
  -webkit-overflow-scrolling: auto !important; /* モーダルが開いたときに解除 */
  overflow: hidden !important; /* 背景のスクロールを防止 */
}

#taiwan {
    position: relative;
    overflow-x: hidden;
}

/*pc時に電話のリンク無効*/
@media (min-width: 767px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*共通ブロック*/
.layout-01{
  padding: 60px 0;
}
@media(min-width:767px) {
    .layout-01{
      padding: 80px 0;
    }
}

.small {
    font-size: 80%;
}

.color-red {
    color: #9F0B00;
}

.color-gold {
    color: #b9a86e;
}



/*余白*/
@media (max-width: 767px) { 
    .mt-sp-0 {
        margin-top: 0!important;
    }
}


/*タイトル・見出しの設定*/
.section-header{
  margin-bottom: 40px;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
#Tourlist .section-header .container {
	width: 100%;
	max-width: 876px;
	position: relative;
}
#Spot .section-header .container{
	width: 100%;
	max-width: 876px;
	position: relative;
}
.img-position-left{
	position: absolute;
	left: 10px;
	bottom:15px;
	width: 100%;
	max-width: 78px;
	height: auto;
}
.img-position-right{
	position: absolute;
	right: 10px;
	top:-15px;
	width: 100%;
	max-width: 70px;
	height: auto;
}
.label-taiwan{
	text-align: center;
	margin-bottom: 20px;
}
.label-taiwan img{
	zoom:0.3;
}
.title-contents{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.title-contents span{
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
    line-height: 1.3;
}
.title-contents span:after{
	content: "";
	display: block;
	width: 100px;
	height: 9px;
	background: #9F0B00;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translate(-50%, 0);
}
@media(min-width:767px) {
    .section-header{
      margin-bottom: 60px;
    }
    .img-position-left{
        position: absolute;
        left: 10px;
        bottom:auto;
        top: 0;
        max-width: 164px;
    }
    .img-position-right{
        position: absolute;
        right: 10px;
        top:auto;
        bottom:0;
        max-width: 106px;
    }
    .label-taiwan img{
        zoom:0.5;
    }
    .title-contents{
      font-size: 26px;
    }
}

/*背景*/
.bg-yellow-d {
    background: #EFE9D5;
}
.bg-bage-l {
    background: #F2EFE5;
}

/* 文字装飾 */
.marker {
    background-image: -webkit-linear-gradient(transparent 60%, #FDF190 40%);
    background-image: -o-linear-gradient(transparent 60%, #FDF190 40%);
    background-image: linear-gradient(transparent 60%, #FDF190 40%);
}

/*ボタンの設定*/
.btn-yellow{
	background: #EDBB17;
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 410px;
	padding: 15px 35px;
	position: relative;
	border-radius: 4px;
	text-align: center;
	margin:0 auto;
	color: #1C1C1C;
	font-size: 16px;
	font-weight: bold;
}
.btn-yellow:hover{
	text-decoration: none;
	opacity: 0.5;
}
.add-clone:after{
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	position: absolute;
	top:50%;
	right: 10px;
	transform: translate(0, -50%);
}
.add-arrow:after{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	top:50%;
	right: 10px;
	transform: translate(0, -50%);
}
.flex-item {
    margin: 0 auto 0;
}


/*slick 設定*/
/* slick arrow */
.slick-prev:before, 
.slick-next:before {
    z-index: 3;
    font-size: 24px;
    color: #9F0B00;
}
.slick-prev {
    z-index: 3;
    left: -10px;
}
.slick-next {
    right: 2px;
}

@media(min-width: 767px) {
     .slick-prev {
        left: -25px;
    }
    .slick-next {
        right: -25px;
    }
}

/* slick dots */
.slick-dots {
    bottom: -20px;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #9F0B00;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li {
    width: 16px;
    height: 16px;
}


/*KVの設定*/
#Hero{
	background: url(/static/img/tour/global/taiwan/bg.jpg) no-repeat;
	background-size: cover;
}
#Hero .title-hero{
	text-align: center;
	padding: 40px 0;
}
#Hero .title-hero img{
	zoom:0.25;
}
@media(min-width:767px) {
#Hero{
	background-position:center center;
	background-size: initial;
}
#Hero .title-hero{
	padding: 0;
	height: 600px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#Hero .title-hero img{
	zoom:1;
	width: 100%;
	max-width: 480px;
}
}


.section {
    padding: 40px 0;
}

@media(min-width:767px) {
    .section {
        padding: 80px 0;
    }
}




/*おすすめ観光スポットの設定*/
#Spot{
	padding:40px 0;
	background: #F2EFE5;
}
.row-spot{
	display: flex;
	flex-wrap: wrap;
}
.col-spot{
	width: 100%;
/*    max-width: 300px;*/
	padding: 0 10px;
	margin-bottom: 20px;
}
.dl-spot {
    /* background: #fff; ページor記事できたら解放*/
    padding: 14px 16px;
    border-radius: 5px;
    /* box-shadow: 0 0px 10px rgb(0, 0, 0, 0.1);　ページor記事できたら解放*/
}

.dl-spot dt{
	margin-bottom: 10px;
}
.title-spot-detail{
	font-weight: bold;
	margin-bottom: 5px;
}
.text-spot-detail{
	font-size: 14px;
}

.spot-link {
    display: inline-block;
    color: #9F0B00;
    padding-right: 16px;
    position: relative;
    font-weight: bold;
}

.spot-link::after {
    display: inline-block;
    position: absolute;
    content: '\f054';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9F0B00;
    font-size: 14px;
}

.spot-link:hover {
    color: #9F0B00;
    opacity: 0.6;
}


/*slick arrow*/
.spot-slide-wrap .slick-next {
    right: -4px;
}
/*
.spot-slide-wrap .slick-prev,
.spot-slide-wrap .slick-next {
    top: calc(50% + 50px);
}
*/

.spot-slide-wrap .slick-dots {
    bottom: 0;
}


@media(min-width:767px) {
    #Spot{
        padding:100px 0;
    }
    .col-spot{
        width: 33.33%;
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 40px;
    }
    
    /*slick arrow*/
    .spot-slide-wrap .slick-prev,
    .spot-slide-wrap .slick-next {
        top: 50%;
        right: -15px;
    }
}


/*FAQの設定*/
#Faq{
	padding:40px 0;
	background: #F2EFE5;
}
#faq-accordion{
   width: 100%;
   max-width: 960px;
   margin-left: auto;
   margin-right: auto;
   counter-reset:renban;
}
.card-faq{
   position: relative;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border-radius: 4px;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.card-faq + .card-faq{
   margin-top: 10px;
}
.card-faq-header{
   padding: 0;
   margin-bottom: 0;
}
.card-faq-header button{
   display:block;
   padding:15px 70px 15px 80px;
   position: relative;
   color:#333;
   background:#fff;
   border-radius: 4px;
   width: 100%;
   text-align: left;
   cursor: pointer;
}
.card-faq-header button:hover{
   cursor:pointer;
   background:#feebf2;
   opacity:1.0;
   text-decoration:none;
}
.card-faq-header button:after{
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 20px;
   font-size: 12px;
   content: "\f077";
   font-family: "Font Awesome 5 Free";
   font-weight:900;
   color:#fff;
   background: #1C1C1C;
   width: 25px;
   height: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   border-radius: 100px;
}
.card-faq .card-faq-header button:before{
   counter-increment:renban;
   content:"Q"counter(renban) ;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   background: #B9A86E;
   width: 45px;
   height: 45px;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   border-radius: 5px;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 20px;
}
.card-faq-header button.collapsed:after{
   content: "\f078";
}
.card-faq-ttl{
   font-size:14px;
   line-height:1.4;
   display: block;
}
.card-faq-body{
   padding:15px;
}
.card-faq-body p{
   font-size:14px;
   line-height:1.8;
   color:#333;
   margin-left:5px;
}
.card-faq-body p + p{
   margin-top:10px;
}
@media(min-width:767px) {
#Faq{
	padding:100px 0;
}
.card-faq-header button{
   padding:25px 70px 25px 80px;
}
.card-faq-ttl{
   font-size:18px;
}
}

/*モーダルの設定*/
.modal-header{
	background:#FAFAFA;
	border-radius:0;
	min-height:35px;
	padding:0;
	padding: 10px;
}
.modal-header .close{
	color:#333;
	font-size:30px;
	padding:0;
	opacity:1.0;
	position: absolute;
	top:23px;
	right:25px;
}
.modal-title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100%;
	max-width: 95%;
}
.modal .loc-title-zone{
	margin-bottom:10px;
}
.modal .areaconts{
	width:100%;
}
.modal .main-single,
.modal .box-d3{
	margin-bottom:0;
}
.modal-footer{
	display:block;
	border-top:none;
	text-align:center !important;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	width: 99.5%;
	background: rgba(255,255,255,0.8);
	z-index:10;
}
.modal-footer button{
	width:100%;
	background:#333 !important;
	border:none;
}
.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active{
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
} 
.modal-content {
	border-radius: 0 !important;
}
.modal-footer .btn.focus, .modal-footer .btn:focus, .modal-footer .btn:hover {
	color: #fff;
}
.reason-wrap h5 {
	text-align: center;
	font-weight: bold;
	color: #660000;
	margin-bottom: 15px;
}
.reason-wrap {
	border-bottom: 1px dashed #660000;
	margin-bottom: 30px;
	clear: both;
	padding-bottom: 30px;
}
.reason-wrap:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.reason-tum{
	float: left;
}
.reason-body p {
	padding-left: 175px;
	font-size: 14px;
	padding-bottom: 30px;
	min-height: 160px;
}


.faq-dot-list li {
    position: relative;
    font-size: 14px;
    padding-left: 16px;
}
.faq-dot-list li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;

    font-size: 14px;
}

.faq-attention-list li {
    position: relative;
    font-size: 13px;
    padding-left: 16px;
}

.faq-attention-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
}

/*よくある質問初期非表示対応*/
#more-faq { 
  display: none; 
}
.btn-faq-more {
    display: block;
    width: 70%;
    position: relative;
    font-size: 14px;
    padding: 8px 16px 8px 10px;
    margin: 16px auto 5px;
    text-align: center;
    background: #EFE9D5;
    border-radius: 10px;
    color: #212529;
}
.btn-faq-more::before {
    content: '\f13a';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: #1C1C1C;
}

@media (min-width: 767px) {
    .btn-faq-more {
        width: min(250px, 60%);
    }
}


/* about area
-----------------------------------------*/
.about-area {
    background: #F2EFE5;
    padding: 24px 0 20px;
}

.about-area .section-header {
    margin-bottom: 24px;
}

.about-area .section-header .container{
    width: 100%;
    max-width: 876px;
    position: relative;
    text-align: center;
}

.about-area .label-taiwan img {
    margin: auto;
}

.about-area .img-position-right {
    right: -4px;
    top: -29px;
}

.about-area .img-position-left {
    lrft: -6px;
    bottom: -10px;
}

.lead-about p {
    font-size: 14px;
}

.about-button {
    max-width:  220px;
}

.about-button .button-link {
    display: block;
    border-radius: 5px;
    border: 2px solid #1C1C1C;
    color: #1C1C1C;
    text-decoration: none;
    padding: 10px 30px;
    text-align: center;
    transition: 0.3s;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    box-shadow: none;
}

.about-button .button-link:hover {
    opacity: 0.6;
}

.about-button .button-link:after {
   content: '\f054';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1c1c1c;
}


/* slider */
.about-slide-wrap {
    margin-bottom: 0;
}

.about-slide-img {
    margin: 0 4px;
}

.about-slide-img img {
    border-radius: 5px;
}

/*slider 調整*/
.about-slide-wrap .slick-prev:before, 
.about-slide-wrap .slick-next:before {
    font-size: 16px;
    color: #fff;
}
.about-slide-wrap .slick-prev {
    left: 5px;
}
.about-slide-wrap .slick-next {
    right: 2px;
}

.about-slide-wrap .slick-dots {
    bottom: -22px;
}

.about-slide-wrap .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}
.about-slide-wrap .slick-dots li.slick-active button:before {
    color: #9F0B00;
}

.about-slide-wrap .slick-dots li button:before {
    font-size: 8px;
}

.about-button.arrow-bottom .button-link::after {
    transform: rotate(90deg);
    top: 26%;
}

.button-link.red {
    border-color: #9F0B00;
    color: #9F0B00;
}

.about-button.arrow-bottom .button-link::after {
    color: #9F0B00;
}

.about-slide-wrap .slick-dots li {
    width: 8px;
    height: 8px;
}


@media (min-width: 767px) {
    .about-area {
        padding: 60px 0 80px;
    }
    
    .about-area .section-header {
        margin-bottom: 60px;
    }
    
    .lead-about p {
        font-size: 18px;
    }
    
    .about-slide-img {
        margin: 0 8px;
    }
    .about-button {
        max-width:  300px;
    }

    .about-button .button-link {
        font-size: 16px;
    }
    
    .about-button-list {
        max-width: 660px;
        margin: auto;
    }

    
    /*slider*/
    .about-slide-wrap .slick-dots {
        bottom: -26px;
    }

    .about-slide-wrap .slick-dots li button:before {
        font-size: 10px;
    }
}


/* reason area
------------------------------------------*/
.inline-link {
    text-decoration: underline;
}

.reason-area {
    background: #F2EFE5;
    padding: 10px 0 40px;
}

.reason-slider-item {
    width: 100%;
    max-width: 270px;
    margin: 40px 10px 10px 10px;
    background-color: #FFFDF7;
    border-radius: 5px;
    border: 1px solid #9F0B00;
    padding: 5px;
}

.reason-card {
    border-radius: 5px;
    background-color: #FFFDF7;
    border: 1px solid #9F0B00;
    padding: 10px 10px 14px;
}

.reason-card header {
    text-align: center;
}

.point {
    margin: -26px auto 10px;
}

.point img {
    margin: auto;
}

.img-num img {
    margin: auto;
}

.card-link {
    width: 100%;
    display: block;
}

.reason-title {
    margin: 10px auto 12px; 
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.reason-img {
    text-align: center;
}

.reason-img img {
    margin: auto;
}

.reason-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/*slider*/
.reason-slider .slick-prev,
.reason-slider .slick-next{
    font-size: 20px;
}

.reason-slider .slick-prev{
   left: 31px;
}

.reason-slider .slick-next{
   right: 35px;
}


@media(min-width: 767px) {
    .reason-area {
        padding: 60px 0 100px;
    }
    .reason-slider {
        display: flex;
        justify-content: center;
    }
    .reason-title {
        font-size: 18px;
    }
    
    .reason-text {
        font-size: 16px;
    }
}


/* tourlist area
-----------------------------------------*/
/*ツアー一覧の設定*/
#Tourlist{
	padding: 40px 0;
}
.lead-tourlist{
	width: 100%;
	max-width: 1000px;
	padding: 0 16px;
	margin:0 auto 25px;
}
.lead-tourlist p{
	font-size: 16px;
    text-align: center;
}
.lead-tourlist p + p{
	margin-top: 30px;
}
.row-planlist{
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin-bottom: 25px;
}
.col-planlist + .col-planlist{
	margin-top: 20px;
}

.col-planlist a {
    display: block;
}


/* comingsoon */
.comingsoon a {
    position: relative;
}

.comingsoon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.89);
}

.comingsoon-text {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


@media(min-width:767px) {
    #Tourlist{
        padding: 100px 0;
    }
    .lead-tourlist p{
        font-size: 18px;
        text-align: center;
    }
    .row-planlist{
        display: flex;
        padding: 0 20px;
        margin:0 auto 40px;
    }
    .col-planlist{
        padding: 0 10px;
        width: 33.33%;
    }
    .col-planlist + .col-planlist{
        margin-top: 0px;
    }
    
    .comingsoon-text {
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
}

/*ツアー一覧タブ*/
.tour-tabs {
    border-bottom: 2px solid #9f0800;
    display: flex;
    justify-content: center;
}
.tour-tabs .nav-link {
    display: inline-block; 
    color: #9f0800;
    font-weight: bold;
    border: 1px solid #9f0800; 
    border-radius: 5px 5px 0 0;
    background: #fff;
    border-color: 2px solid #9f0800;
    padding: 12px 40px 10px;
    transition: 0.3s;
    font-size: 13px;
}
.tour-tabs .nav-link:hover {
    background: #9f0800;
    color: #fff;
    border-color: #9f0800;
} 
.tour-tabs .nav-link.active {
    background: #9f0800;
    color: #fff;
    border-color: #9f0800;
}
@media (min-width: 767px) {
    .tour-tabs .nav-link {
        padding: 12px 50px 10px;
        font-size: 18px;
    }
}

.tour-tab-content {
    background: #F2EFE5;
    border-radius: 10px;
}

/*　メリット・デメリット　*/
.merit-row {
    background: #fff;
    border-radius: 6px;
    margin: 30px auto 60px;
    max-width: 90%;
}
.merit .modal-header {
    background: #9f0800;
}
.merit h4 {
    padding: 8px 10px 8px 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    background: #9f0800;
    width: 100%;
/*    border-radius: 10px 10px 0 0;*/
}
.merit h4::before{
    content: '';
    position: absolute;
    top: 0;
    left: 23%;
    display: inline-block;
    width: 30px;
    height: 32px;
}

.merit h4::before {
    background: url('/static/img/tour/global/taiwan/ico-good.svg') no-repeat center center/100%;
}
.merit ul {
    padding: 6px 8px;
}
.merit li {
    font-size: 13px;
}

@media (min-width: 767px) {
    .merit-row {
        border-radius: 10px;
        margin: 30px auto;
        max-width: 550px;
    }
    .merit h4 {
        padding: 10px 12px 10px 16px;
        font-size: 16px;
    }
    .merit h4::before{
        content: '';
        position: absolute;
/*        left: 140px;*/
        left: 140px;
        display: inline-block;
        width: 36px;
        height: 38px;
    }
    .merit h4{
        background: #9f0800;
        border-radius: 10px 10px 0 0;
    }
    .merit li {
        font-size: 14px;
    }
}


/*ツアー一覧 プランの設定*/
.plan-group{
	width: 100%;
	max-width: 960px;
	margin:80px auto 0;
	padding: 0 15px;
}
.plan-group + .plan-group{
	margin-top: 60px;
}
.plangroup-header{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 5px solid #B9A86E;
}
.plangroup-header.plan-popular{
	display: flex;
	align-items: center;
}
.plan-popular > img{
	width: 100%;
	max-width: 80px;
}
/*
.plan-popular > div{
	width: calc(100% - 100px);
	padding-left: 10px;
}
*/

.title-plangroup{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.merit .close {
    color: #fff;
}

.name-plangroup{
	font-size: 18px;
	font-weight: bold;
}
.row-plan-outline{
	margin-bottom: 20px;
}
.plan-img{
	margin-bottom: 20px;
}
.list-planfeature > li{
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}
.list-planfeature > li.li-point{
	padding-left: 0;
}
.list-planfeature > li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.list-planfeature > li.li-point:before{
	display: none;
}
.list-planfeature > li + li{
	margin-top: 5px;
}
.list-planfeature > li.li-point + li{
	margin-top: 10px;
}
.list-plan-reserve{
	background: #fff;
	border-radius: 10px;
	border-left: 40px solid #B9A86E;
}
.btn-reserve{
	display: block;
	width: 100%;
	padding: 10px;
	position: relative;
	color: #1C1C1C;
}
.btn-reserve:after{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	top:50%;
	right: 10px;
	transform: translate(0, -50%);
}
.btn-reserve:hover{
	color: #1C1C1C;
	text-decoration: none;
}
.btn-reserve + .btn-reserve{
	border-top: 1px dashed #707070;
}
.list-reserve{
	padding-right: 25px;
}
.reserve-01 span{
	display: block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
.reserve-02{
	text-align: right;
	color: #AD0718;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.reserve-02 .num{
	font-size: 22px;
}
.reserve-02 .num:after{
  content: "円～";
  font-size: 16px;
}
.reserve-02 .num.min:after{
  content: "～";
}
.reserve-02 .num.max:after{
  content: "円";
}
.reserve-02 .num.min.only:after{
  content: "円";
}
@media(min-width:767px) {
    .plan-group + .plan-group{
        margin-top: 80px;
    }
    .row-plan-outline{
        display: flex;
    }
    .plan-img{
        width: 30%;
    }
    .title-plangroup{
        font-size: 18px;
    }
    .name-plangroup{
        font-size: 24px;
    }
    .list-planfeature{
        width: 70%;
        padding-left: 15px;
    }
    .list-planfeature > li{
        font-size: 16px;
    }
    .list-plan-reserve{
        padding-right: 30px;
    }
    .btn-reserve{
        padding: 20px 20px;
    }
    .btn-reserve:after{
        right: 0;
    }
    .list-reserve{
        display: flex;
        justify-content: space-between;
    }
    .reserve-01{
        display: flex;
        align-items: center;
    }
    .reserve-01 span{
        margin-top: 0px;
        font-size: 16px;
        margin-left: 10px;
    }
    .reserve-02{
        margin-top: 0px;
    }
}

/* ↓↓ 20240423 改修時追加 ↓↓ */
.tourlist-area {
    background-color: #EFE9D5;
}

.row-card-plan-01,
.row-card-plan-02,
.row-card-plan-03{
    display: flex;
    justify-content: flex-start;
    column-gap: 1%;
/*    padding: 0 3%;*/
    padding: 0;
}

.plan-card-item {
    width: 280px;
    height: 100%;
    border-radius: 5px;
    background: #FEFDF7;
/*    max-width: 49%;*/
    border: 2px solid #9F0B00;
    padding: 12px 10px;
    position: relative;
}

.plan-card-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #1c1c1c;
    transition: 0.3s;
    cursor: pointer;
}

.plan-card-link:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #1c1c1c;
}

.plan-card-link.button-link {
    font-size: 13px;
    background: #fff;
}

.plan-card-img {
    width: 100%;
    text-align: center;
    margin: 0 0;
}
.plan-card-img-copy {
    position: relative;
}
.plan-card-img-copy figcaption {
    width: fit-content;
    display: inline-block;
/*    padding: 3px 10px;*/
    padding: 3px 16px 3px 10px;
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: #b9a86e;
    border-radius: 3px;
}

.plan-card-img img {
    width: 100%;
    margin: auto;
}

.plan-card-text {
    max-width: 100%;
    width: 100%;
}

.plan-card-title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.plan-tag-list li {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    width: fit-content;
    padding: 4px 8px 3px;
    color: #fff;
    border-radius: 15px;
    background-color: #9F0B00;
/*    background-color: #e9c5b6;*/
    font-size: 10px; 
/*    font-weight: bold;*/
    text-align: center;
}

.plan-tag-list li:not(:first-child) {
    margin-left: 1%;
}

.plan-price {
    margin-top: 16px;
    margin-bottom: 10px;
/*
    display: block;
    text-align: right;
    margin-left: auto;
*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plan-price b {
    font-size: 12px;
    padding-top: 5px;
}

.plan-price .num {
    font-weight: bold;
    color: #9F0B00;
    font-size: 18px;
    text-align: right;
    margin-left: auto;
    width: 100%;
}

.price-attention {
    font-size: 60%;
}

.plan-point-label {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #9F0B00;
    border-bottom: 1px solid #9F0B00;
    margin-bottom: 8px;
    background: #fff;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.2;
}


/*plan arrow*/
.plan-arrow {
    position: relative;
}

.plan-arrow::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
    right: 12px;
    bottom: 10px;
    color: #9F0B00;
}

/*相乗り　プラン*/
.row-card-plan-01 .plan-arrow::after {
    right: 10px;
    bottom: 1px;
}
/*空港バス*/
.row-card-plan-02 .plan-arrow::after {
    right: 10px;
    bottom: 0;
}

/*貸し切り　プラン*/
.row-card-plan-03 .plan-arrow::after {
    right: 10px;
    bottom: 3px;
}
.arrow-right::after {
    content: "\f138";
}
.arrow-down::after {
    content: "\f13a";
}

/* pop icon*/
.plan-popular::before,
.plan-limited::before,
.plan-popular-family::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -12px;
    width: 65px;
    height: 65px;
    display: inline-block;
    z-index: 1;
}

.plan-popular::before {
    background: url('/static/img/tour/global/taiwan/ico-popular.svg') no-repeat center center/ 100%;
}

.plan-limited::before {
    background: url('/static/img/tour/global/taiwan/ico-limited.svg') no-repeat center center/ 100%;
}

.plan-popular-family::before {
    background: url('/static/img/tour/global/taiwan/ico-popular-family.svg') no-repeat center center/ 100%;
}


.tour-detaile {
    padding: 40px 0 0;
    background: #F2EFE5;
}


@media (min-width: 767px) {
    .row-card-plan-01 {
        /*flex-wrap: wrap;*/
    }
    .row-card-plan-02,
    .row-card-plan-03{
/*   justify-content: center;*/
        padding: 0;
    }
    .row-card-plan-02 {
        column-gap: 1.5%;
    }
    
    .plan-card-item {
        /*width: 270px;*/
/*        max-width: 264px;*/
        width: 225px;
        min-height: 100%;
        padding:  20px 12px;
    }
    
    .plan-card-title {
        font-size: 14px;
    }
    
    .plan-tag-list {
        column-gap: 0.5%;
    }
    .plan-tag-list li {
        font-size: 13px; 
    }
    
    .plan-price {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
/*        padding-right: 20px;*/
    }
    
    .plan-price b {
        font-size: 14px;
    }

    .plan-price .num {
        font-size: 18px;
    }
    
    .plan-card-link.button-link {
        font-size: 14px;
        box-shadow: 0 2px 0 #3b3b3b;
    }

    /* plan arrow */
/*
    .plan-arrow::after {
        bottom: -34px;
    }
*/
    /* pop icon*/
    .plan-popular::before,
    .plan-limited::before,
    .plan-popular-family::before{
        top: -40px;
        right: -8px;
        width: 80px;
        height: 80px;
    }
    
    .tour-detaile {
        padding: 80px 0 0;
    }
}

@media (min-width: 1024px) {
    .row-card-plan-01 {
        flex-wrap: wrap;
        column-gap: 0.5%;
    }

    .plan-card-item {
        width: 26.5%;
    }
}

@media (min-width: 1100px) {
    .plan-card-item {
        width: 24%;
    }
}

.plan-point {
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    font-size: 12px;
}
.plan-point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #d5b8b9;
    border-radius: 50px;
    transform: translateY(-50%);
}
.plan-point.ainori::before {
    background: #d5b8b9;
}
.plan-point.kashikiri::before {
    background: #bfc0b3;
}
.plan-point.airportbus::before {
    background: #c0c0b3;
}
.plan-point.freeplan::before {
    background: #d5a5a7;
}

@media (min-width: 767px) {
    .plan-point {
        padding-left: 24px;
        font-size: 16px;
    }
    
    .plan-point::before {
        width: 18px;
        height: 18px;
    }
}

/*プランタイプ*/
.plan-label {
    position: absolute;
    left: 13px;
    top: 8px;
    z-index: 2;
    font-weight: bold;
    padding: 6px 12px 4px;
    border-radius: 10px;
    font-size: 12px;
}
.label-ainori {
    background: #d5b8b9;
}
.label-kashikiri {
    background: #bfc0b3;
}
.label-airportbus {
    background: #c0c0b3;
}
.label-freeplan {
    background: #d5a5a7;
}





/*plan-comingsoon
----------------------*/
.plan-comingsoon {
    position: relative;
    z-index: 0;
}
.plan-comingsoon::after {
    content: 'Coming Soon';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 170px 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #9F0B00;
/*    background: rgba(51, 51, 51, 0.9);*/
    background: rgba(242, 239, 229, 0.9);
    text-align: center;
}
.plan-comingsoon .sold-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 16px;
}

@media (min-width: 501px) {
    .plan-comingsoon::after,
    .plan-comingsoon .sold-text {
        font-size: 20px;
    }
}





/*btn
----------------------------*/
.button-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    color: #212529;
    transition: 0.3s;
    background: #fdfcf0;
    border-radius: 10px;
    border: 2px solid #212529;
    box-shadow: 0 4px 0 #3b3b3b;
}

.button-link:hover {
    text-decoration: none;
    color: #212529;
    opacity: 0.6;
}

.button-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 6px;
    font-size: 16px;
    color: #212529;
    transform: translateY(-50%);
}


/* プラン モーダル
---------------------------------------*/
.plan-modal-wrap h3 {
    font-size: 14px;
    font-weight: bold;
}

.wrap-price {
    color: #9F0B00;
}

.wrap-price .min {
    font-size: 18px;
    color: #9F0B00;
}

.plan-modal-wrap .plan-name {
    font-size: 13px;
    width: 55%;
}

.plan-modal-wrap .modal-footer {
    border-top: 1px solid #e9ecef;
}

.plan-modal-wrap .modal-footer button {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    background: #fafafa !important;
}

.plan-modal-wrap .button-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 12px 12px;
}

/*  悠々カード説明モーダル
----------------------------------*/
.btn-modal-detail-yuyu {
    display: block;
/*    width: 60%;*/
    width: 100%;
    position: relative;
    font-size: 13px;
/*    padding: 8px 10px 8px 14px;*/
    padding: 0;
/*    margin: 12px auto 5px;*/
    margin: 0;
    text-align: center;
/*    background: #fff;*/
/*    background: #ededed;*/
    background: transparent;
    border-radius: 5px;
/*    color: #212529;*/
    color: #fff;
    text-decoration: underline;
}
.btn-modal-detail-yuyu:hover {
    opacity: 0.6;
}
.btn-modal-detail-yuyu::before {
    content: '\f05a';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
/*    color: #b9a86e;*/
    border-radius: 10px;
}
.madal-detaile-yuyu .modal-header h3{
   font-size: 16px;
   font-weight: bold;
}
.madal-detaile-yuyu .modal-body p {
    font-size: 14px;
}
.madal-detaile-yuyu .modal-body p.madal-detaile-yuyu-text {
    font-size: 16px;
}
.madal-detaile-yuyu .modal-body .img {
    margin-bottom: 12px;
}
.madal-detaile-yuyu .modal-footer {
    border-top: 1px solid #e9ecef;
    background: #fff;
}

.madal-detaile-yuyu .modal-footer button {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    background: #fafafa !important;
}
.madal-detaile-yuyu .modal-content {
    border-radius: 10px!important;
    overflow: hidden;
}

@media (min-width: 767px) {
    .btn-modal-detail-yuyu {
/*        width: min(250px, 60%);*/
        width: 100%;
        max-width: 100%;
    }
    .plan-modal-wrap .plan-name {
        font-size: 13px;
        width: auto;
    }
}

.btn-tour-map {
/*    background: rgba(255, 255, 255, 0.8);*/
    background-color: transparent;
    padinng-inline-block: 8px;
/*    color: #007bff;*/
    color: #333;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    position: relative;
    text-decoration: underline;
    transition: 0.3s;
}

.btn-tour-map::before,
.btn-tour-map::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    top: 50%;
}
.btn-tour-map::before {
    content: '\f059';
    left: -8px;
    font-size: 14px;
/*    color: #007bff;*/
}
/*
.btn-tour-map::after {
    content: '\f35d';
    right: -8px;
    font-size: 12px;
    color: #555;
}
*/
.btn-tour-map:focus {
    text-decolation: underline;
}
.btn-tour-map:active {
    text-decolation: underline;
}
.btn-tour-map:hover {
    border-color: transparent;
/*    color: #007bff;*/
    color: #212529;
    opacity: 0.8;
    text-decoration: underline;
}

/*　エリアマップモーダル　*/
.modal-tour-map .modal-header {
    width: 100%;
    margin: auto;
    text-align: center;
}
.modal-tour-map .modal-header h3{
    font-size: 18px;
    font-weight: bold;
}
.modal-tour-map .modal-content {
    border-radius: 10px !important;
    overflow: hidden;
}
.modal-tour-map .modal-footer button {
    background: #eee !important;
}

/*マップ位置*/
.modal-tour-map .spot-map {
    position: relative;
    width: 100%;
    max-width: 345px;
    height: 328px;
    margin: auto;
    background: url(/static/img/tour/global/taiwan/img-sightseeing.svg) no-repeat top center / cover;
}
.modal-tour-map .item {
    position: absolute;
    background: #fff;
    padding: 3px 18px 3px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}
.modal-tour-map .item::after {
    content: '●';
    position: absolute;
/*
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
*/
    right: 3px;
    top: 3px;
    font-size: 13px;
    color: #9F0B00;
}

    .modal-tour-map .item.area01 {
        top: 37px;
        left: 37%;
    }
    .modal-tour-map .item.area02 {
        top: 23px;
        right: 102px;
    }
    .modal-tour-map .item.area03 {
        top: 66px;
        right: 83px;
    }
    .modal-tour-map .item.area04 {
        top: 28%;
        left: 80px;
    }
    .modal-tour-map .item.area05 {
        bottom: 29%;
        left: 48px;
    }
    .modal-tour-map .item.area06 {
        bottom: 16%;
        left: 76px;
    }
    .modal-tour-map .item.area07 {
        top: 36%;
        left: 98px;
    }
    .modal-tour-map .item.area08 {
        bottom: 48%;
        left: 52px;
    }
    .modal-tour-map .item.area09 {
        top: 36%;
        right: 110px;
    }


@media (min-width: 767px) {
    .modal-tour-map .spot-map {
        max-width: 460px;
        min-height: 430px;
        background: url(/static/img/tour/global/taiwan/img-sightseeing.svg) no-repeat top center / cover;
    }
    
    .modal-tour-map .item {
        font-size: 13px;
    }
    
    .modal-tour-map .item.area01 {
        left: 38%;
    }
    .modal-tour-map .item.area02 {
        right: 154px;
    }
    .modal-tour-map .item.area03 {
        right: 128px;
    }
    .modal-tour-map .item.area04 {
        left: 134px;
    }
    .modal-tour-map .item.area05 {
        left: 83px;
    }
    .modal-tour-map .item.area06 {
        left: 117px;
    }
    .modal-tour-map .item.area07 {
        left: 153px;
    }
    .modal-tour-map .item.area08 {
        left: 115px;
    }
    .modal-tour-map .item.area09 {
        right: 164px;
    }
}


/*　相乗り・貸切　*/
.btn-modal-detail-bustype {
    display: block;
    width: 100%;
    position: relative;
    font-size: 11px;
    padding: 0 20px 0 0;
    text-align: center;
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s;
}
.btn-modal-detail-bustype:hover {
    opacity: 0.6;
}
.btn-modal-detail-bustype::before {
    content: '\f05a';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    color: #333;
}

@media (min-width: 767px) {
    .btn-modal-detail-bustype {
        font-size: 16px;
    }
}



/* scroll
-----------------------*/
.scroll-container {
    overflow-x: scroll;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.scroll-wrap {
/*  width: 1200px;*/
  width: fit-content;
}

@media (min-width: 576px) {
    .scroll-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .scroll-container {
        max-width: 720px;
    }
}
@media (min-width: 960px) {
    .scroll-container {
        max-width: 920px;
    }
}
@media (min-width: 1140px) {
     .scroll-container {
        max-width: 1080px;
        overflow-x: inherit;
    }
}

/*
@media (min-width: 1300px) {
     .scroll-container {
         max-width: 1240px;
    }
}
*/

/* select btn */
.wrap-select {
    position: relative;
    width: 210px;
    margin: auto;
}
.wrap-select::before {
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.select-btn {
    appearance: none;
    text-align: left;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    width: 210px;
    cursor: pointer;
/*    color: inherit;*/
}

@media (min-width: 767px) {
/*
    .wrap-select::before {
      top: 18px;
    }
*/
    
}


/* キャンセルポリシー
-----------------------------------------*/
.cancellationpolicy {
    margin-bottom: 60px;
}
.cancellationpolicy .card{
    border: 2px solid #b9a86e;
}

.cancellationpolicy .card-header {
    padding: 0;
}
     
.cancellationpolicy a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #212529;
    padding: 20px 20px 20px 46px;
    transition: 0.3s;
    background: #FFFDF7;
}

.cancellationpolicy a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.cancellationpolicy a::before {
    content: '\f138';
    position: absolute;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #b9a86e;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
}

.cancellationpolicy a[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(-90deg); 
}

.cancel-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.cancel-list {
    width: 100%;
    display: flex;
    border: 1px solid #efefef;
}

.cancel-list dt {
    width: 24%;
    padding: 1%;
    font-size: 13px;
    background: rgba(0, 0, 0, .03);
}
.cancel-list dd {
    width: 76%;
    padding: 1%;
    font-size: 14px;
}

.cancel-list.after dt {
/*    background: #f7d5d4;*/
    background: #e7ddba;
}

.cancel-list.after dd {
    background: #fffcf2;
}


@media (min-width: 767px) {
    .cancellationpolicy {
        margin-bottom: 10px;
    }

    .cancel-list-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    
    .cancellationpolicy a {
        font-size: 16px;
        padding: 20px 20px 20px 46px;
    }

    .cancellationpolicy a::before {
        font-size: 20px;
        left: 18px;
    }
    
    .cancel-list {
        display: flex;
        width: 50%;
        justify-content: center;
    }

}


/* column area
-----------------------------------------*/
    .column-area .heading {
        margin-bottom: 30px;
    }

    .list-column {
        width: 100%;
        max-width: 755px;
        margin-left: auto;
        margin-right: auto;
    }

    .list-column li:not(:first-child) {
        margin-top: 10px;
    }

    .btn-column {
        display: block;
        border-radius: 8px;
        background: #fff;
        padding: 10px 25px 10px 10px;
        position: relative;
        color: #1C1C1C;
        transition: 0.3s;
        text-decoration: none;
    }

    .btn-column:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    
    .btn-column::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        font-weight: bold;
        color: #b79f25;
        right: 10px;
    }

    .dl-column {
        display: flex;
    }
     
    .dl-column dt {
        width: 78.2%;
        display: flex;
        align-items: center;
        order: 2;
        color: #020000;
        padding: 5px 0 0 10px;
        font-size: 14px;
    }
    
    .dl-column dd {
        width: 35.7%;
        order: 1;
    }
  

@media (min-width: 767px) {
    .column-area .heading {
        margin-bottom: 40px;
    }

    .btn-column {
        padding: 10px 25px 10px 10px;
    }

    .btn-column::after {
        right: 20px;
    }
    
    .list-column li:not(:first-child) {
        margin-top: 20px;
    }

    .dl-column dt {
        font-size: 16px;
        width: 78.2%;
        padding: 0 25px;
        display: flex;
        align-items: center;
        order: 2;
        color: #020000;
    }

    .dl-column dd {
        width: 21.8%;
        order: 1;
    }

    .dl-column dd img {
        border-radius: 8px;
    }  
}



/**　観光スポット
-------------------------------------------------*/
.spot-map-area{
    position: relative;
    margin: 20px auto;
    box-sizing: border-box;
    background: #efe9d5;
    border-radius: 10px;
}

.spot-left {
    width: 100%;
    max-width: 345px;
    height: 328px;
    margin: auto;
}

.spot-right {
    width: 100%;
    padding: 2% 1%;
}

.spot-map-nav {
    width: 100%;
    height: 100%;
    background: url("/static/img/tour/global/taiwan/img-sightseeing.svg") no-repeat top center/ cover;
}

.spot-map-nav .nav-list {
    position: relative;
    width: 100%;
    height: 100%;
}

.spot-map-nav .nav-item {
    min-width: 300px;
    position: absolute;
    display: inline-block;
}

/*マップリンク位置*/
.spot-map-nav .nav-item.area01 {
   top: 16px;
   left: 160px;
}
.spot-map-nav .nav-item.area02 {
    top: 7px;
    right: -172px;
}
.spot-map-nav .nav-item.area03 {
    top: 66px;
    right: -143px;
}
.spot-map-nav .nav-item.area04 {
    top: 88px;
    left: 95px;
}
.spot-map-nav .nav-item.area05 {
    bottom: 29%;
    left: 68px;
}
.spot-map-nav .nav-item.area06 {
    bottom: 60px;
    left: 86px;
}
.spot-map-nav .nav-item.area07 {
    top: 126px;
    left: 130px;
}

.spot-map-nav .nav-item.area08 {
    bottom: 189px;
    left: 64px;
}

.spot-map-nav .nav-item.area09 {
    top: 126px;
    right: -154px;
}

/*ナビボタンのスタイル*/
.spot-map-nav .nav-link {
    width: fit-content;
    background: #fff;
    color: #9F0B00;
    font-size: 12px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    padding: 1% 6% 1% 2%;
    text-align: center;
    cursor: pointer;
}
.spot-map-nav .nav-link.is-active {
    color: #fff;
    background: #9F0B00;
}
.spot-map-nav .nav-link:hover {
    opacity: 0.9;
    color: #fff;
    background: #9F0B00;
}
.spot-map-nav .nav-link:focus,
.spot-map-nav .nav-link:active {
    color: #fff;
    background: #9F0B00;  
}
.spot-map-nav .nav-link::after {
    content: '\f138';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 1px;
    font-size: 14px;
    color: #9F0B00;
}
.spot-map-nav .nav-link:hover::after {
    color: #fff;
}
.spot-map-nav .nav-link.is-active::after {
    color: #fff;
}
.spot-map-nav .nav-link.is-active:hover::after {
    color: #fff;
}
.spot-map-nav .nav-link.is-active:focus::after,
.spot-map-nav .nav-link.is-active:active::after {
    color: #fff;  
}


/*スポットのスライダー*/
.spot-map-slider {
    display: none;/*スマホ時は非表示*/
    padding: 0 4%;
}

.slide-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 16px;
}

.slide-title small {
    font-size: 14px;
}

.spot-map-text {
    margin-top: 16px
}

.spot-map-box {
    margin-top: 20px;
/*    padding: 3%;*/
}

.spot-map-dl dt {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.spot-map-dl dt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 24px;
    display: inline-block;
    background: url('/static/img/tour/global/taiwan/icon-spot.svg') no-repeat center center/ 100%;
}

.spot-map-dl dd {
    font-size: 16px;
    margin-top: 6px;
}

.spot-map-access dt {
    position: relative;
    font-size: 16px;
    margin-top: 20px;
    padding-left: 20px;
}

.spot-map-access dt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px;
    display: inline-block;
    background: url('/static/img/tour/global/taiwan/icon-access.svg') no-repeat center center/ 100%;
}

.spot-map-access dd {
    margin-top: 6px;
}

/*スポットモーダル*/
.modal-backdrop {
  position: fixed !important; /* 必ず固定位置にする */
  z-index: 1040 !important;  /* Bootstrapの標準値 */
}

.spot-map-area .modal {
  position: fixed !important; /* モーダルも固定 */
  z-index: 1050 !important;  /* Bootstrapの標準値より高くする */
}

.spot-map-area .modal-content,
.spot-map-area .modal-header,
.spot-map-area .modal-footer {
    background: #EFE9D5;
}

.spot-map-area .modal-header {
    border: none;
    padding: 0;
}

.spot-map-area .modal-content {
    border: none;
    border-radius: 10px !important;
    overflow: hidden;
}

.spot-map-area .btn-close {
    display: block;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #fff!important;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    color: #333;
    text-align: center;
    margin: auto;
}

.spot-map-area .modal-header .close {
    top: 35px;
}
.spot-map-area .modal-body {
    padding-top: 5px;
}

@media (min-width: 767px) {
    .spot-map-area{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .spot-left {
        width: 100%;
        max-width: 460px;
        min-height: 420px;
        margin: auto 2% auto 0;
    }

    .spot-right {
        width: 100%;
    }

    .spot-map-nav {
        width: 100%;
        height: 100%;
    }
    
    /*ナビボタンのスタイル*/
    .spot-map-nav .nav-link {
        font-size: 13px;
    }
    
    /*マップリンク位置*/
    .spot-map-nav .nav-item.area01 {
       top: 37px;
       left: 47%;
    }
    .spot-map-nav .nav-item.area02 {
        top: 23px;
        right: -140px;
    }
    .spot-map-nav .nav-item.area03 {
        top: 66px;
        right: -128px;
    }
    .spot-map-nav .nav-item.area04 {
        top: 28%;
        left: 136px;
    }
    .spot-map-nav .nav-item.area05 {
        bottom: 29%;
        left: 83px;
    }
    .spot-map-nav .nav-item.area06 {
        bottom: 16%;
        left: 117px;
    }
    .spot-map-nav .nav-item.area07 {
        top: 36%;
        left: 153px;
    }
    .spot-map-nav .nav-item.area08 {
        bottom: 48%;
        left: 80px;
    }
    .spot-map-nav .nav-item.area09 {
        top: 36%;
        right: -90px;
    }
    
    /*スポットスライダー*/
    .spot-map-slider {
        display: block;
    }
    
    .spot-map-slider .slick-prev {
       left: 18px;
    }
    .spot-map-slider .slick-next {
        right: 32px;
    }
    
    .spot-map-box {
        margin-bottom: 20px;
    }

}

@media (min-width: 1100px) {
    .spot-map-area{
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    
    .spot-right {
        width: 58%;
    }

    .spot-map-nav {
        width: 100%;
        height: 100%;
    }

    /*スポットスライダー*/
    .spot-map-slider {
        display: block;
    }
    
    .spot-map-slider .slick-initialized .slick-slide {
        padding: 0 1%;
    }
    
    .spot-map-slider .slick-prev,
    .spot-map-slider .slick-next{
       top: calc(50% - 50px);
    }
    
}

@media(max-width: 340px) {
    .spot-left {
        height: 280px;

    }
    /*マップリンク位置*/
    .spot-map-nav .nav-item.area01 {
       top: 25px;
       left: 120px;
    }
    .spot-map-nav .nav-item.area02 {
        top: 10px;
        right: -197px;
    }
    .spot-map-nav .nav-item.area03 {
        top: 41px;
        right: -187px;
    }
    .spot-map-nav .nav-item.area04 {
        top: 76px;
        left: 70px;
    }
    .spot-map-nav .nav-item.area05 {
        bottom: 75px;
        left: 40px;
    }
    .spot-map-nav .nav-item.area06 {
        bottom: 40px;
        left: 54px;
    }
    .spot-map-nav .nav-item.area07 {
        top: 100px;
        left: 92px;
    }
    .spot-map-nav .nav-item.area08 {
        bottom: 125;
        left: 45px;
    }
    .spot-map-nav .nav-item.area09 {
        top: 100px;
        right: -173px;
    }
}


.spot-map-link {
    font-size: 16px;
}
@media (min-width: 767px) {
    .spot-map-link {
       max-width: 320px;
       margin: auto;
    }
}




/*
text-area
******************/

#text-area{
	padding:30px 0 ;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#text-area:before{
	display:block;
	background:rgba(0,0,0,0.7);
	background-size:cover;
	content:"";
	width:100%;
	height:600px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
}

#text-area:after{
	display:block;
	background:url(/static/img/tour/global/taiwan/bg-lantern-sp.jpg) no-repeat center center;
	background-size:cover;
	content:"";
	width:100%;
	height:600px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-2;
}

#text-area h2{
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	color:#fff;
	margin-bottom:20px;
}


#text-area p{
	font-size:15px;
	color:#fff;
	line-height:1.5;
	margin-bottom:10px;
}


@media(max-width:767px) {

	#text-area h2{
		font-size:18px;
	}

}





