@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

p{
	font-size: 14px;
	font-weight: normal;
}


.fixedcontainer{
	width:1024px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}

.mt-m{
	margin-top: 12px;
}

.red{
	color: #F03C3C;
}
.gray{
	color: #8F8F8F;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch
}

@media screen and (max-width:650px){
	.flex,
	.flex-change{
		flex-flow: column !important;
	}
	.flex > div{
		width: 100%;
	}
	.flex-padding > *{
		padding: 0 !important;
	}
	.flex-sp{
		flex-flow: row !important;
	}
}
/*-------------header----------------------*/
.main {
	position: relative;
	overflow: hidden;
	font-family: Yu Mincho, "游明朝", "游明朝体", "Noto Serif JP" , serif;
	background-color:#fff;
	color:#222;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
/* .mv{
	/* background-image: url("../image/mv_bgred.png"),url("../image/mv_main.jpg"); 
    background-size: auto 100%, cover;
    background-position: -200px top, center;
    background-repeat: no-repeat;
    padding: 220px 0 150px;
    position: relative;
    overflow: hidden;
    z-index: 1;
} */

.mv{
    height: 600px;
    background-size: auto 100%, cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mv_contents{
	margin: 0 auto;
	text-align: center;
	max-width: 1020px;
	font-weight: normal;
}
/* .mv_maincatch_wrap{
	color: #fff;
	max-width: 750px;
	margin: 0 auto 60px;
	position: relative;
} */
.mv_maincatch_title{
	font-size: 46px;
	line-height: 1;
	margin-bottom: 12px;
}
/* .mv_maincatch_title img{
	width: 680px;
	margin: 2px 0;
} */

.mv_maincatch_title img{
    width: 450px;
    position: absolute;
	top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv_maincatch_eng {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	font-size: 17px;
    text-align: center;
}
.mv_copy{
	position: absolute;
	width: 117px;
	left: -160px;
	font-family: 'Shippori Mincho B1', serif;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-align: left;
	font-size: 17px;
	text-orientation: upright;
	min-height: 320px;
	letter-spacing: -0.05em;
}
.mv_copy b{
	font-weight: bold;
	font-size: 20px;
	color: black;
}
.mv_tour{
	color: #3b3b3b;
	margin: 50px 0 150px;
}
.mv_tour_list{
	text-align: left;
	border-top: 2px solid #dbab6e;
}
.mv_tour_list h2{
	font-size: 19px;
	padding: 14px 0;
	border-bottom: 1px rgba(255, 255, 255, 0.411) dashed;
}
.mv_info_label{
	margin-right: 8px;
	color: #D9BF62;
}
.mv_tour_list th{
	font-size: 17px;
}
.mv_tour_list td,
.mv_tour_list th{
	padding: 10px 2px;
	border-bottom: 1px rgba(255, 255, 255, 0.411) dashed;
}
.mv_tour_list tr:last-child td,
.mv_tour_list tr:last-child th{
	border-bottom: 2px solid #dbab6e;
	text-align: center;
}
.mv_tour_link:before{
	content: "";
	display: block;
	background-image: url("../image/mv_frame_top.png");
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	height: 36px;
	background-repeat: no-repeat;
	position: absolute;
	top: -36px;
	left: 0;
}
.mv_tour_link{
	position: relative;
	background-image: url("../image/mv_frame_middle.png");
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	margin: 36px 0;
	color: #050505;
	padding: 0 30px;
}
.mv_tour_link:after{
	content: "";
	display: block;
	background-image: url("../image/mv_frame_bottom.png");
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	height: 36px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -34px;
	left: 0;
}
.mv_tour_link > div{
	position: relative;
	z-index: 111;
}
.mv_tour_link h2{
	border-bottom: #050505;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 23px;
	border-bottom: 2px solid #050505;
}
.mv_tour_linkouter{
	width: 42%;
}
.mv_link_block{
	border: 1px solid #BE1F1F;
	background: #fff;
	color: #BE1F1F;
	position: relative;
	font-weight: bold;
}
.mv_link_label{
	width: 100%;
	background: #BE1F1F;
	color: #fff;
	display: block;
}
.mv_link_pickup{
	margin-bottom: 14px;
}
.mv_link_pickup .mv_link_block{
	width: 48%;
  display: flex;
  flex-direction: column;
}
.mv_link_pickup .mv_link_title{
	padding: 12px 5px;
}
.mv_link_pickup .mv_link_more{
	background: #fafafa;
	width: 100%;
	display: block;
	margin-top: auto;
	font-size: 14px;
	padding: 6px;
	position: relative;
}
.mv_link_pickup .mv_link_more:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../image/arrow-right-red.svg) no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}
.mv_link_normal .mv_link_label{
	width: 46px;
	height: 100%;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv_link_normal  .mv_link_block{
	align-items: center;
	height: 100%;
	height: 58px;
}
.mv_link_normal .mv_link_block .mv_link_title{
	text-align: left;
	font-size: 16px;
	width: 100%;
	padding: 16px;
}
.mv_link_normal .mv_link_block{
	margin-bottom: 12px;
}
.mv_link_normal .mv_link_block:last-child{
	margin-bottom: 0;
}
.mv_link_normal .mv_link_more{
	margin-right: 15px;
}
.mv_link_normal .mv_link_block .mv_link_title:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../image/arrow-right-red.svg) no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}
.mv_tour .burari-title{
	font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: left;
    border: none;
    padding-top: 50px;
}
.burari-txt-box{
	padding-left: 175px;
}
.burari-image{
	width: 37%;
    margin-left: 100px;
    margin-bottom: 0px;
	margin-top: 100px;
}

@media screen and (max-width:700px){
	.burari-image{
	  width: 80%;
      margin: 40px auto;
	}
	.burari-txt-box {
		padding: 0 30px;
	}
	.burari-ping {
		margin-top: 0 !important;
        padding-left: 130px !important;
        width: 105% !important;
	}
	.point_block:before {
		left: -8px!important;
	}
	.point_txt_wrap {
		padding-left: 0!important;
	}
	.point2 {
		margin-left: 0!important;
	}
	.mv_rightimg_wrap {
		top: 16%!important;
	}
	.block_img img{
		width: 50%;
	}
  }

.burari-ping{
	margin-top: -180px;
    padding-left: 30px;
}

.text-l{
	font-size: 70px;
	font-family: 'Cormorant Infant', sans-serif;
	font-weight: bold;
	line-height: 1;
}
.t-yellow{
	color: #FFE352;
}
.t-red{
	color: #D62828;
}
.mv_campaign_text{
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}
.mv_campaign_detail{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
.mv_campaign_detailblock{
	background: #fff;
	width: 49%;
	padding: 15px;
}
.mv_campaign_detailblock p{
	font-size: 15px;
}
.mv_campaign_detailblock h2{
	color: #D62828;
	font-size: 20px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D62828;
}
/* .mv_rightimg_wrap{
	position: absolute;
    background-image: url(../image/point_deco4.png);
    background-size: cover;
    width: 300px;
    height: 100px;
    top: 30%;
    left: 68%;
    transform: translate(-32%, -15%);
} */

.mv_rightimg_wrap{
	position: absolute;
	background-image: url(../image/mv_deco8.png);
	background-size: cover;
	width: 100%;
	height: 23vw;
	top: 3%;
}

/* .mv_leftimg_wrap{
    position: absolute;
    background-image: url(../image/point_deco3.png);
    background-size: cover;
    width: 300px;
    height: 100px;
    top: 20%;
	left: 38%;
    transform: translate(-62%, -15%);
} */

.mv_leftimg_wrap {
    position: absolute;
    background-image: url(../image/mv_deco7.png);
    background-size: cover;
    width: 100%;
    height: 25vw;
    bottom: -3%;
}

/* .mv_bottomimg_wrap{
	雲と海
	position: absolute;
    right: 0;
    background-image: url(../image/mv_deco6.png);
    background-size: contain;
    width: 100%;
    height: 205px;
    bottom: -23px;
    z-index: 2;
} */
/* .mv_bottomimg_wrap{
    position: absolute;
    background-image: url(../image/mv_deco6.png);
    background-size: cover;
    width: 100%;
    height: 55vw;
    z-index: 0;
} */
.mv_tour_info{
	width: 100%;
}
.mv_tour_info table{
	width: 100%;
}
.mv_tour_price{
	background: #fff;
	border: 2px solid #D9BF62;
	margin-top: 18px;
	padding: 24px;
	color: #050505;
	font-weight: bold;
	font-size: 19px;
	justify-content: center;
}
.mv_link_title{
	font-size: 16px;
	line-height: 1.2;
}
.mv_tour_linkbutton__sp{
	display: none;
}
.close-btn{
	display: none;
}
.spbr br{
	display: none;
}
.mb-m {
	margin-bottom: 50px;
}

.mb-s {
	margin-bottom: 30px;
}

.flex-change {
	flex-flow: row-reverse
}

.mv_maincatch_sub {
	background: #D9BF62;
	color: #050505;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	padding: 0 25px;
}
.mv_maincatch_sub br{
	display: none;
}
.mv_maincatch_sub:before {
	background: transparent;
	position: absolute;
    top: 0;
    left: -20px;
    content: '';
    border-width: 24px 20px 24px 0;
    border-style: solid;
    border-color: transparent #D9BF62 transparent transparent;
}
.mv_maincatch_sub:after {
	background: transparent;
	position: absolute;
    top: 0;
    right: -19px;
    content: '';
    border-width: 24px 0 24px 19px;
    border-style: solid;
    border-color: transparent transparent transparent #D9BF62;
}

.mv_maincatch_info {
	color: #D9BF62;
	font-weight: bold;
	font-size: 32px;
	justify-content: center;
	align-items: baseline;
}

.pc_no {
	display: none;  
}

.mv_day {
	font-size: 44px;
	margin-right: 8px;
}
.mv_day span{
	font-size: 0.6em;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
	color: rgba(170, 170, 170, 0.644);
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: rgba(255, 255, 255, 0.658);
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*========= レイアウトのためのCSS ===============*/

h1{
  font-size:1.2rem;
}

h2{
  font-size:1.2rem;
  text-align: center;
}

p{
  margin-top:20px;  
}

small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}

#header{
  background:#333;
  color:#fff;
  text-align: center;
  padding: 20px;
}

section{
  padding:30px;
}

section:nth-child(2n){
  background-image: url("../image/tour_bg.jpg");; 
}

#main-vidual img{
  width: 100%;
}

#page-link{
  display: flex;
  justify-content: center;
  padding: 20px;
}

#page-link li{
  list-style: none;
}

#page-link li a{
  color: #333;
  padding:0 20px;
  text-decoration: none;
}

#page-link li a::before{
  content:'▼';
  font-size:0.8rem;
  padding:0 10px 0 0;
  color: #ccc;
}

#footer{
  position: relative;
  z-index: 2;
}


/*
.title .pc{
    max-width: 1920px;
    max-height: 600px;
    width: 105%;
}
.main .sp{
    display: none;
}
.title {
    background: url("../img/bg_main.jpg") no-repeat scroll center / cover;
    position: relative;
}
.title #title-txt{
    position: absolute;
    left: 4vw;
    width: 40vw;
    top: 50%;
    transform: translateY(-50%);
    color: #F03C3C;
}
.title #title-txt img{
    width: 90%;
}
.title #title-txt ul{
    padding: 25px 0 5px;
}
.title #title-txt ul li{
    padding: 0 0 15px;
}
.title #title-txt .ico{
    background: #F03C3C;
    width: 120px;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 0 0 8px;
}
.title #title-txt dl{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
}
.title #title-txt dl dd{
    font-size: 34px;
    padding: 0 0 0 10px;
}
.title #title-txt ul + p{
    font-size: 52px;
    line-height: 1;
}
.title #title-txt ul + p span{
    margin: 0 6px 0 -6px;
    font-size: 53px;
}

@media screen and (max-width:1380px){

  .title #title-txt .ico {
    font-size: 13px;
    padding: 7px 5px 4px;
  }
  .title #title-txt dl {
    font-size: 17px;
    line-height: 1.1;
  }
  .title #title-txt ul + p {
    font-size: 40px;
    line-height: 1;
  }
  .title #title-txt ul + p span {
    margin: 0 6px 0 -6px;
    font-size: 38px;
  }

}
@media screen and (max-width:1000px){

  .title #title-txt .ico {
    font-size: 11px;
    padding: 7px 5px 4px;
  }
  .title #title-txt dl {
    font-size: 14px;
    line-height: 1.1;
  }
  .title #title-txt dl dd {
    font-size: 30px;
  }
  .title #title-txt ul {
    padding: 20px 0 0;
  }
  .title #title-txt ul + p {
    font-size: 33px;
    line-height: 1;
  }
  .title #title-txt ul + p span {
    margin: 0 6px 0 -6px;
    font-size: 35px;
  }

}
@media screen and (max-width:960px){
  .title .pc {
      display: none;
  }
  .title .sp {
      display: block;
  }
  
  .main {
    border-top: none;
    border-bottom: none;
    margin: 0;
  }
  .title #title-txt {
    position: absolute;
    left: 10vw;
    width: 80vw;
    top: 10vw;
    transform: translateY(0);
    color: #F03C3C;
  }
  .title #title-txt ul {
    padding: 4% 0 2%;
  }
  .title #title-txt ul li {
    padding: 0 0 3%;
  }
  .title #title-txt dl {
    font-size: 4vw;
  }
  .title #title-txt dl dd {
    font-size: 8vw;
  }
  .title #title-txt .ico {
    font-size: 13px;
    padding: 5px;
    margin: 0 0 2%;
  }
  .title #title-txt img {
    width: 100%;
  }
  .title #title-txt ul + p {
    font-size: 8vw;
  }
  .title #title-txt ul + p span {
    font-size: 7.5vw;
  }
  
}
@media screen and (max-width:700px){
  .title #title-txt {
    top: 8vw;
  }
  .title #title-txt dl {
    font-size: 4.5vw;
  }
  .title #title-txt .ico {
    font-size: 11px;
    width: 100px;
  }
}
/*
.main:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 76px;
	background: #fff;
	left: 0;
	top: 0;

	z-index: 2;
}
*/

/*
.main img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 682px;
	max-width: 1920px;
	z-index: 1;
}
*/
.g-nav{
	padding: 20px 0;
	border-bottom: 1px solid #F2F2F2;
}
.g-nav a{
	font-size: 18px;
	font-weight: 400;
}
.g-nav ul{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
}
.g-nav ul li{
	padding: 0 60px;
	border-right: 1px solid #BDBDBD;
}
.g-nav ul li:first-child{
	border-left: 1px solid #BDBDBD;
}
.section{
	padding: 100px 0;
	background-image: url(../image/tour_bg.jpg);
}
.section_about{
	padding: 40px 0;
	background: #ffe5e5;
}
.section-inner{
	width: 1020px;
	margin: 0 auto;
}
.text-center{
	text-align: center;
}

h3{
	font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: double 4px #dbab6e;
}

h4{
	font-size: 26px;
	text-align: center;
	color: #050505;
	margin-bottom: 16px;
	line-height: 1.5em;
}


.text-l{
	font-size: 1.9em;
}
.text-m{
	font-size: 16px;
}
.text-s{
	font-size: 14px;
}
.text-big{
	font-size: 1.7em;
}

.btns-wrapper{
	text-align: center;
}
.btn{
	display: inline-block;
	font-size: 22px;
	text-align: left;
	padding: 15px 65px 15px 40px;
	position: relative;
	border-radius: 6px;
	margin: 0 10px;
	font-weight: bold;
}
.btn:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../image/i-add.svg) no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}
.itinerary-wrap{
	border: 1px solid #ccc;
	margin-top: 10px;
}
.itinerary-wrap .btn:hover{
	background: #eee;
	transition: .5s;
}
.itinerary-wrap .btn{
	background: #fff;
	font-family: sans-serif;
	font-size: 14px;
	width: 100%;
	font-weight: normal;
	color: #444;
	padding: 0;
	margin: 0;
	display: block;
	transition: .5s;
	border-radius: 0;
}
.itinerary-wrap .btn{
	padding: 10px 14px;
}
.itinerary-detail{
	font-size: 14px;
	font-family: sans-serif;
}
.itinerary-block{
	margin-bottom: 5px;
}
.itinerary-label{
	display: inline-block;
	background: #D9BF62;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 2px;
	font-size: 12px;
}
.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
	right: 18px;
}
.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}
.accordion__title.is-active::before {
  opacity: 0;
}
.accordion__title.is-active::after {
  transform: rotate(0);
}
.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
	padding-top: 10px;
	padding: 18px;
	display: none;
}
.accordion__content.is-open {
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
	display: block;
	border-top: 1px dashed #ddd;
}
.itinerary-arrow{
	display: block;
	padding-bottom: 3px;
}
.itinerary-arrow img{
	vertical-align: middle;
}
.itinerary-hotel{
	font-weight: normal;
	font-size: 12px;
	color: #999;
	margin-top: 2px;
	margin-bottom: 10px;
	display: block;
}
.itinerary-option{
	border: #D9BF62 solid 1px;
	padding: 5px;
	font-size: 13px;
}
.itinerary-option:before{
	display: inline-block;
	content: "";
}
.itinerary-detail p{
	font-size: 13px;
}
.itinerary-detail p img{
	vertical-align: middle;
	margin: 0 6px;
	display: inline-block;
}
.btn-l{
	background: #BE1F1F;
	color: #fff;
	border: none;
}
.btn-l:after{
	background: url(../img/arrow_bottom.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.btn-gray{
	background: #555;
}
.premium-ticket {
	border: 3px solid #F03C3C;
	border-radius: 5px;
	margin: 40px 0 0;
	padding: 32px;
}

.contents_h2_eng{
	color: #BE1F1F;
}
.contents_h2_wrap{
	margin-bottom: 36px;
}


.plan_wrap{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.plan_block{
	width: 31%;
}
.plan_block .text-s{
	min-height: 170px;
}
.plan_title{
	background: url(../img/plan_bg1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 2;
	font-size: 0.8em;
}
.plan_title .text-l{
	font-size: 21px;
}
.plan_title2{
	background: url(../img/plan_bg2.jpg) no-repeat;
	background-size: cover;
}
.plan_title3{
	background: url(../img/plan_bg3.jpg) no-repeat;
	background-size: cover;
}
.plan_list{
	margin-top: 30px;
}
.plan_list h5{
	color: #D62828;
	font-size: 15px;
	padding-bottom: 4px;
	border-bottom: 2px solid #D62828;
	text-align: center;
}
.plan_list h5:before{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/plan_icon.svg) no-repeat;
	top: 4px;
	position: relative;
	margin-right: 4px;
}
.plan_list ul li a{
	padding: 8px 20px;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	justify-content: space-between;
}
.plan_list ul li:last-child a{
	border-bottom: 0;
}
.plan_list ul li a:after{
	display: inline-block;
	content: "";
	width: 14px;
	height: 8px;
	background: url(../img/arrow_bottom_red.svg) no-repeat;
	top: 10px;
	position: relative;
	margin-right: 4px;
}

.section_tour{
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #eaeaea;
}

.h4_line{
	text-align: center;
	margin-bottom: 50px;
}
.h4_line span{
	font-size: 32px;
	color: #222;
	border-bottom: 5px solid #D62828;
	padding-bottom: 10px;
	display: inline-block;
}

.sec-in2{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 60px;
}
.back{
	background: #F1F9FF;
}

.contents_h2{
	font-size: 34px;
	letter-spacing: 0.02em;
}
.contents_h2_eng{
	font-family: 'Cormorant Infant', sans-serif;
	letter-spacing: 0.09em;
	font-size: 17px;
}

.point2{
   margin-left: 100px;
}


.fadeIn_right {
	opacity: 0;
	transform: translate(20%, 0);
	transition: 3s;
  }
  .fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
  }

  .fadeIn_left {
	opacity: 0;
	transform: translate(-20%, 0);
	transition: 3s;
  }
  .fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
  }
  .fadeIn_bottom {
	opacity: 0;
	transform: translate(0, 20%);
	transition: 3s;
  }
  .fadeIn_bottom.is-show {
	transform: translate(0, 0);
	opacity: 1;
  }


.point_block{
	position: relative;
	margin-bottom: 100px;
}
.point_block:before{
	content: "";
	display: block;
	background-image: url(../image/bunka.jpg);
	position: absolute;
	background-size: cover;
	left: -48px;
    top: -43px;
    z-index: 9;
}
.point_block.point1:before{
	background-image: url(../image/food.png);
	width: 110px;
	height: 110px;
}
.point_block.point2:before{
	background-image: url(../image/bunka.png);
	width: 110px;
	height: 110px;
}
.point_block.point3:before{
	background-image: url(../image/experience.png);
	width: 110px;
	height: 110px;
}

.point_block_img{
	margin-bottom: 12px;
}
.point_block_img img{
	height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
	display: block;
    margin: 0 auto;
}
.point_block_wrap{
	justify-content: space-between;
}
.column_3{
	width: 100%;
}
@media screen and (max-width:650px){
	.column_3{
		width: 100%;
	}
}
/* .section_point{
	background-image: url(../image/poing_bg.png),url(../image/poing_bg2.jpg);
	background-repeat: repeat-x,repeat;
} */

.contents_h2_center{
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 36px;
}
.contents_h2_sub{
	background: #2a3063;
	color: #fff;
	font-size: 26px;
	padding: 0 4px;
}
/*=======================================
	テーマで絞り込む（タブ切り替え）
=======================================*/
.section-inner .tabs li a {
	background: #f8f4e6;
}
.section-inner .tabs li a:hover {
	background: #10537D;
	opacity: 1;
	transition: 0.3s;
}
.section-inner .tabs li.active a {
	background: #d13209;
}
/*タブの中身*/
.section-inner .tab-wrap {
  background: #ecf4ef url("");
}
/*=======================================
	テーマで絞り込む（タブ切り替え）
=======================================*/
.section-inner .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-inner .tabs li {
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.section-inner .tabs li a {
  display: block;
  padding: 10px 20px;
  background: #EEE;
  color: #333;
}
.section-inner .tabs li.active a {
  background: ##2A3063;
  color: #FFF;
  cursor: default;
}
.section-inner .tabs li.active a:hover {
  opacity: 1;
}
/*タブの中身*/
.nenmatsu .tab-wrap {
  padding: 50px 0 0 0;
}
@media screen and (max-width:768px) {}

#tour{
	background-image: url("../image/tour_bg.jpg");
	padding: 80px 0 40px;
}
.tour-block{
	margin-bottom: 40px;
	background: #fff;
	padding: 30px;
	border-top: #2a3163 3px solid;
}
.tour-blockinner{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.has-hotel-list .tour-blockinner{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.tour-block.tour1{
	border: 5px double #D9BF62;
	position: relative;
	margin-top: 20px;
}
.special_tour{
	width: 125px;
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 111;
}
.tour-block.tour1:before {
    top: -12px;
    left: -12px;
}
.tour-block.tour1:after {
    top: -12px;
    right: -12px;
}
.tour-price-wrap{
	margin-bottom: 10px;
}
.hotel-slide{
	justify-content: start;
}
.hotel-block{
	width: 24%;
	background: #fafafa;
	text-align: center;
	margin-right: 10px;
}
.hotel-block a{
	display: block;
	transition: .2s;
}
.hotel-block a:hover{
	opacity: 0.6;
}
.hotel-h{
	font-size: 22px;
	text-align: left;
}
.hotel-h:before{
	content: "";
	background-image: url("../image/arrow-right-slim.svg");
	background-size: 10px;
	display: inline-block;
	width: 10px;
	height: 17px;
	margin-right: 5px;
}
.hotel-name{
	font-size: 16px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.hotel-name span{
	font-weight: normal;
}
.hotel-text{
	padding: 10px 3px;
	font-size: 15px;
}
.hotel-img img{
	height: 140px;
	width: 100%;
	object-fit: cover;
}
.hotel-price-wrap{
	font-weight: normal;
	font-size: 11px;
}
.tour-price--hotel .t-number{
	font-size: 18px;
	font-weight: normal;
}
.circle:before {
    right: -12px;
    bottom: -12px;
}
.circle:after {
    left: -12px;
    bottom: -12px;
}
.tour-one:last-child{
	margin-bottom: 0;
}
.point_txt_wrap{
    width: 100%;
    padding-left: 70px;
    line-height: 2.5;
}
.tour-img {
	font-family: sans-serif;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.tour-img figure{
	margin: 0;
}
.tour-img figcaption{
	font-weight: normal;
	color: #888;
	font-size: 13px;
}
.tour-img .tour-slide div p{
	padding: 12px 0 0;
	font-size: 15px;
}
.tour-img-block{
	position: relative;
	margin-bottom: 20px;
}
.slick-slide img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0;
}
.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	margin-bottom: 0 !important;
}
.tour-img-label{
	background: #D62828;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index:1111;
	font-weight: normal;
}
.tour-icon-wrap{
	display: flex;
	flex-grow: 1;
	justify-content: start;
	margin-bottom: 10px;
}
.tour-icon{
	display: flex;
	border-radius: 2px;
	text-align: center;
	padding: 5px;
	line-height: 1.1;
	background: linear-gradient(180deg, #F3F3F3 0%, #E3E3E3 100%);
	color: #444;
	margin-right: 5px;
	font-family:sans-serif;
	align-items: center;
	justify-content: start;
}
.tour-icon img{
	width: 20px;
	margin-right: 5px;
}
.tour-icon{
	font-size: 11px;
}
.itinerary-btn{
	margin-top: 10px;
}
.service-disable{
	opacity: 0.7;
	color: #aaa;
}
.service-disable img{
	opacity: 0.3;
}
.slick-slide img{
	height: 300px;
	object-fit: cover;
}
.tour-content{
	width: 49%;
	position: relative;
}
.tour-ttl{
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 1.3;
	padding-bottom: 12px;
	border-bottom: 2px solid #050505;
	font-weight: bold;
}
.tour-ttl1{
	font-size: 25px;
	padding: 5px 0;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	text-align: center;
	writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 5px;
}
.tour-ttl2{
	margin-left: 30px;
	font-size: 33px;
	color: #5B5B5B;
	width: calc(100% - 75px);
}

@media screen and (max-width:700px){
  .tour-ttl2 .ico-web {
    font-size: 13px;
    padding: 4px 10px 4px 12px;
  }
}

.tour-txt{
	margin-bottom: 14px;
	font-family: sans-serif;
	line-height: 1.6;
	margin-bottom: 0;
	background: #fafafa;
	padding: 5px;
	margin: 5px 0;
	font-size: 14px;
}
.tour-info{
	font-family: sans-serif;
}
.tour-point {
	font-size: 15px;
}
.tour-point li{
	margin-bottom: 5px;
}
.tour-point li:before{
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/check.svg) no-repeat;
	left: 0;
	position: relative;
	margin-right: 4px;
	top: 2px;
}

#highlight{
	background-image: url("../image/black_dot.png"),url("../image/hightlight_bg.jpg");
	background-attachment: fixed;
	background-size: auto,cover;
	background-repeat: repeat,no-repeat;
}
#highlight h2{
	color: #fff;
}
.hl_h3{
	color: #fff;
}
.day_list_label{
	background: #2a3163;
	color: #fff;
	text-align: center;
}
.day_list_block{
	color: #050505;
	margin-right: 1px;
	background: #fff;
	text-align: center;
	font-size: 16px;
}
.day_list_day{
	padding: 10px;
	font-size: 16px;
}

.flex-padding > *,
.flex-padding.flex-change > *{
	padding-right: 20px;
}
.flex-padding > *:last-child,
.flex-padding.flex-change > *:first-child{
	padding-right: 0;
}
.flex-padding.flex-change > *{
	padding-right: 20px;
}

.hl_h3{
	font-size: 26px;
	margin-bottom: 24px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block_contents h4{
	color: #fff;
	text-align: left;
}
.highlight_block{
	color: #fff;
}
.highlight_block h4{
	font-size: 20px;
}
.highlight_block .block_img{
	width: 40%;
}
.highlight_block .block_contents{
	width: 60%;
}
.wrestler_block h4{
	font-size: 18px;
	margin-bottom: 4px;
}
.wrestler_block .block_contents{
	padding: 10px;
	background:rgba(0, 0, 0, 0.8);
	color: #fff;
}

#access{
	padding: 50px 0;
	background: #fafafa;
}

#access iframe{
	width: 100%;
	height: 300px;
}

#qaa{

}

.hote-price{
	text-align: center;
}
.tour-price-default{
	background: #fafafa;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4
}
.tour-price-default .line-through{
	text-decoration: line-through;
	margin-left: 10px;
}
.tour-price{
	color: #D62828;
	line-height: 1;
}
.t-number{
	font-family: 'Cormorant Infant', sans-serif;
	font-weight: bold;
}
.tour-pricewrap{
	display: flex;
	text-align: left;
	margin-top: 10px;
}
.tour-pricewrap .text-s{
	font-family: sans-serif;
}
.tour-info-wrap{
	border-top: #ccc solid 1px;
	align-items: center;
	margin-top: 10px;
}
.tour-btn .btn{
	font-size: 18px;
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding: 10px 38px 10px 15px;
}
.tour-btn .btn:after{
	background-image: url("../image/arrow-right.svg");
	background-repeat: no-repeat;
	width: 14px;
}

.last-block{
	margin-bottom: 0;
}

.tour-last{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section_desc{
	background: #fafafa;
	padding-top: 60px;
}
.section_desc h2{
	border-bottom: 2px solid #D62828;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.desc-txt{
	color: #D62828;
	border-top: 1px solid #D62828;
	border-bottom: 1px solid #D62828;
	padding: 20px 0;
}
.btn3{
	display: inline-block;
	font-size: 17px;
	text-align: left;
	padding: 5px 65px 3px 20px;
	position: relative;
	border: 2px solid #4E4E4E;
	border-radius: 5px;
}
.btn3:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 7px;
	background: url(../img/arrow.svg) no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.faq-ques{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	border-bottom: 1px solid #050505;
	padding-bottom: 6px;
    padding-top: 6px;
}
.faq-ques span{
	margin-left: 5px;
}
.faq-one{
	margin-bottom: 30px;
}
.faq-one:last-child{
	margin-bottom: 0;
}
.faq-ans{
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
    padding: 9px;
}
.slick-list{
	margin-bottom: 20px;
}
.slick-dots li button:before{
	content: none;
}
.slick-dots{
	position: absolute;
	top: 300px;
}
.slick-dots li{
	width: 10px;
}
.slick-dots li button{
	padding: 2px;
	background: #aaa;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
.slick-dots li.slick-active button{
	background: #444;
}
.slick-prev{
	left: 10px
}
.slick-next{
	right: 10px
}
.slick-prev, .slick-next{
	z-index: 111;
	top: 145px;
	width: 26px;
	height: 26px;
	transform: none;
}
.slick-prev:before, .slick-next:before{
	font-size: 26px;
}
.visible-tb{
	display: none;
}

.other_campaign {
	width: 33%;
}
.other_campaign a{
	display: block;
	padding: 20px;
	text-align: center;
	transition: .4s;
	font-size: 18px;
}
.other_campaign a:after{
	display: none;
}
.other_campaign a:hover{
	opacity: 0.8;
	transition: .2s;
}

.other_campaign_wrap{
	display: flex;
	justify-content: space-between;
}

footer{
	border-top: 1px solid #ddd;
	/* padding: 30px 0; */
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}

@media screen and (max-width:1024px){
	.mv_day{
		font-size: 28px;
	}
	.mv_maincatch_info{
		font-size: 28px;
	}
	.mv_maincatch_wrap{
		margin-bottom: 20px;
	}
	.mv_maincatch_sub{
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1024px){

	p{
		font-size: 16px;
	}

	.section-inner{
		max-width: 94%;
	}

	.section{
		padding: 40px 0;
	}

	.breadcrumb{
		display: none;
	}
}

@media screen and (max-width:650px){
	.mv_tour_linkbutton__sp{
		display: block;
		background: #be3624;
		color: #fff;
		padding: 12px 2px;
		font-size: 18px;
		font-weight: bold;
		margin-top: 12px;
		border: 1px solid #fff;
		border-radius: 5px;
	}

	p{
		font-size: 14px;
	}

	.section_about p br{
		display: none;
	}

	img{
		max-width: 100%;
	}

	.mv{
		background-size: auto 100%;
		padding: 70px 0 20px;
		background-position: -310px top, center;
		height: 400px;
	}
	.mv_contents{
		width: 95%;
		margin: 0 auto;
	}
	.mv_contents img{
		max-width: 70%;
	}
	.mv_maincatch_eng{
		margin: 10px auto 0;
		font-size: 12px;
	}
	.mv_maincatch_sub{
		font-size: 15px;
		width: 85%;
		margin: 0 auto;
		padding: 5px 0;
		height: 48px;
		line-height: 1.2;
	}
	.mv_maincatch_sub:before {
    border-width: 24px 13px 24px 0;
    left: -13px;
	}
	.mv_maincatch_sub:after {
    border-width: 24px 0 24px 13px;
    right: -13px;
	}
	.mv_maincatch_sub br{
		display: block;
	}
	.mv_maincatch_info{
		font-size: 18px;
		line-height: 1.4;
	}
	.mv_maincatch_wrap{
		margin-bottom: 20px;
	}
	.mv_day{
		font-size: 28px;
	}
	.mv_tour_linkwrap{
		padding: 20px;
		padding-top: 30px;
		background: linear-gradient(0deg, #0D0D0D 90%, rgba(13, 13, 13, 0) 100%);;
		margin: 0 -5% 0;
		width: 110% !important;
	}
	.mv_copy{
		display: block;
	}
	.mv_link_normal .mv_link_block .mv_link_title{
		padding: 4px;
		font-size: 13px;
	}
	.mv_link_normal .mv_link_block .mv_link_title:after{
		right: 4px;
	}
	.mv_link_normal .mv_link_block{
		margin-bottom: 4px;
	}
	.mv_link_normal .mv_link_label{
		width: 30px;
	}

	.popup {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		transition: .6s;
	}
	.popup.is-show {
		opacity: 1;
		visibility: visible;
	}
	.popup-inner {
		position: absolute;
		left: 0;
    top: 0;
		width: 100%;
		z-index: 2;
	}
	.popup-inner img {
		width: 100%;
	}
	.close-btn {
		display: block;
		position: absolute;
    right: 0;
    top: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 111;
	}
	.close-btn i {
		font-size: 20px;
		color: #fff;
	}
	.black-background {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.8);
		z-index: 1;
		cursor: pointer;
	}
	.mv_tour_link{
		padding: 0 2%;
		margin: 26px 0;
	}
	.mv_img img{
		width: 100%;
    height: 100%;
	}
	.mv_campaign_label{
		top: -2vw;
	}
	.mv_tour_list h2{
        font-size: 20px;
        text-align: center;
		padding: 8px 0;
	}
	.mv_tour_list table,
	.mv_tour_list tbody{
		margin: 0;
		display: block;
	}
	.mv_tour_list tr{
		display: block;
		text-align: left;
		border-bottom: 1px rgba(255, 255, 255, 0.411) dashed;
		width: 100%;
	}
	.mv_tour_list th{
		display: block;
		width: 100%;
		padding-bottom: 4px;
		font-size: 15px;
		padding-top: 4px;
	}
	.mv_tour_list td{
		display: inline-block;
		border-bottom: 0 !important;
		padding-top: 0;
		font-size: 13px;
		padding: 0;
		padding-bottom: 4px;
		margin-top: -10px;
	}
	.mv_tour_list td br{
		display: none;
	}
	.mv_tour_list tr:last-child{
		border-bottom: 2px solid #fff;
	}
	.mv_tour_price{
		padding: 10px;
		font-size: 15px;
	}
	.spbr br{
		display: block;
	}
	.mv_tour_link:before{
		height: 26px;
		top: -26px;
	}
	.mv_tour_link:after{
		height: 26px;
		bottom: -24px;
	}
	.mv_tour_link h2{
		font-size: 20px;
	}
	.mv_bottomimg_wrap{
		display: none;
	}
	.point_block.point2,
	.point_block.point3{
		margin-top: 60px;
	}

	h3,.h4_line span{
		font-size: 18px;
		margin-bottom: 5px;
	}
	h2 br,h3 br,h4 br{
		display: none;
	}
	h4{
		font-size: 25px;
	}
	.section_desc h2{
		font-size: 5vw;
	}
	.btn{
		font-size: 16px;
	}

	.text-l{
		font-size: 1.9em;
	}
	.text-m{
		font-size: 15px;
	}
	.text-s{
		font-size: 0.8em;
	}

	.plan_wrap{
		margin-top: 20px;
	}

	.plan_list{
		margin-top: 10px;
	}
	.plan_list h5{
		font-size: 4.5vw;
	}

	.contents_h2{
		font-size: 27px;
	}

	.plan_wrap,
	.tour-block,
	.other_campaign_wrap{
		flex-wrap: wrap;
	}
	.plan_title{
		padding: 30px 0;
	}
	.plan_block{
		width: 100%;
		margin-bottom: 40px;
	}
	.plan_block:last-child{
		margin-bottom: 0;
	}
	.plan_block .text-s{
		min-height: auto;
	}
	.plan_list ul li a{
		font-size: 16px;
	}
	.section_tour{
		padding-top: 30px;
		margin-top: 30px;
	}

	#tour{
		padding: 40px 0;
	}
	.special_tour{
		width: 86px;
		position: absolute;
		left: -20px;
		top: -20px;
		z-index: 111;
	}

	.contents_h2_center{
		font-size: 26px
	}
	.contents_h2_center br{
		display: block;
	}
	.contents_h2_sub{
		font-size: 20px;
		line-height: 1.8;
	}

	.contents_h2_wrap{
		margin-bottom: 20px;
	}

	.hl_h3{
		font-size: 20px;
		margin-bottom: 14px;
	}

	.day_list{
		display: grid;	
		grid-template-rows: auto auto auto auto;	
		grid-template-columns: 16% 16% 16% 16% 16% 16%;
	}
	.day_list_label{
		font-size: 12px;
	}
	.day_list_day{
		padding: 5px 0;
		font-size: 14px;
		line-height: 1.2;
	}
	.tour-block{
		padding: 15px;
	}
	.tour-img{
		margin-bottom: 10px;
	}
	.tour-img,.tour-content{
		width: 100%;
	}
	.tour-img .tour-slide div p{
		font-size: 13px !important;
		padding-bottom: 0;
	}
	.tour-img figcaption{
		font-size: 11px !important;
	}
	.tour-point li{
		font-size: 15px;
	}
	.tour-point li:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/check.svg) no-repeat;
		background-size: cover;
    left: 0;
    position: relative;
    margin-right: 4px;
    top: 2px;
	}
	.slick-dots{
		top: 200px;
		text-align: center !important;
	}
	.slick-prev, .slick-next{
		top: 95px;
	}
	.slick-slide img{
		height: 200px;
	}

	.hotel-block{
		margin-right: 14px;
	}
	.hotel-slide .slick-list {
		padding: 0 30% 0 0!important;

	}
	.hotel-slide{
		width: calc(100% + 15px);
	}

	.tour-price{
		font-size: 18px;
	}
	.line-through .text-big{
		font-size: 1.5em
	}
	.tour-pricewrap{
		margin-top: 5px;
		text-align: center;
	}

	.highlight_block .block_img,
	.highlight_block .block_contents{
		width: 100%;
	}
	.highlight_block .block_img{
		margin-bottom: 10px;
	}

	.tour-block{
		margin-bottom: 15vw;
	}
	.tour-block:last-child{
		margin-bottom: 0;
	}
	.tour-icon{
		width: 25%;
		font-size: 10px;
		padding: 3px 0;
	}
	.tour-icon img{
		margin: 0;
	}
	.tour-icon span{
		margin-top: 2px;
	}

	.wrestler_block{
		margin-bottom: 10px;
	}
	.wrestler_block:last-child{
		margin-bottom: 0;
	}

	.mb-s{
		margin-bottom: 15px;
	}

	.other_campaign{
		width: 100%;
		margin-bottom: 10px;
	}

	.day-label{
		font-size: 13px;
		width: 60px;
	}
	.day-plan li{
		font-size: 13px;
	}
	.day-plan-caption{
		font-size: 11px;
	}

	.spot-img{
		margin-bottom: 10px;
	}
	.spot-ttl{
		font-size: 16px;
		margin-top: 5px;
	}

	.desc-txt2 a{
		display: block;
		font-size: 4.5vw;
	}

	.h2 span{
		font-size: inherit
	}

	.faq-ques{
		font-size: 18px;
	}

	.faq-ans{
		font-size: 14px;
        padding: 5px;
	}

	.desc-in:last-child{
		margin-bottom: 0;
	}
}