@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_guntu{
	background-image: url("../image/mv_bgred.png"),url("../image/mv_guntu_open_deck.jpg");
	background-size: auto 100%, cover;
	background-position: -200px top, center;
	background-repeat: no-repeat;
	/*padding: 80px 0;*/
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	/*z-index: 111111;*/
}
.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;*/
	font-size: 40px;
	line-height: 1;
	margin-bottom: 12px;
	color: #fff;
	text-shadow: 2px 2px 0 #333;
}
.mv_maincatch_title img{
	width: 680px;
	margin: 2px 0;
}
.mv_maincatch_eng {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	font-size: 17px;
}
.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;
}
.mv_tour{
	color: #333;
}
.mv_tour_list {
  color: #fff;
  text-shadow:
    1px 1px 0 #333,
    -1px -1px 0 #333,
    1px -1px 0 #333,
    -1px 1px 0 #333,
    0 1px 0 #333,
    1px 0 0 #333,
    0 -1px 0 #333,
    -1px 0 0 #333;
}
.mv_tour_list{
	text-align: left;
	border-top: 2px solid #fff;
}
.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: #ffffcc;
}
.mv_tour_list th{
	font-size: 20px;
}
.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 #fff;
}
.mv_tour_link:before{
	content: "";
	display: block;
	background-image: url("../image/frame_top2.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/frame_middle2.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/frame_bottom2.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: 90;
}
.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 #3e4f8c;
	background: #fff;
	color: #050505;
	position: relative;
	font-weight: bold;
}
.mv_link_label{
	width: 100%;
	background: #3e4f8c;
	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-gold.png) 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-gold.png) no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}

.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;
	right: 0;
	top: 0;
	background-image: url("../image/mv_deco1.png");
	background-position: right top;
	background-size: cover;
	width: 300px;
	height: 63px;
}
.mv_bottomimg_wrap{
	position: absolute;
	right: 0;
	background-image: url("../image/mv_deco2.png");
	background-position: right bottom;
	background-size: cover;
	width: 210px;
	height: 352px;
	bottom: 0;
	z-index:111;
}
.mv_tour_info{
	width: 55%;
}
.mv_tour_info table{
	width: 100%;
}
.mv_tour_price{
	background: #fff;
	border: 2px solid #46464D;
	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: #46464D;
	color: #FFFFFF;
	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 #46464D 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 #46464D;
}

/*全国旅行支援*/
.mv_maincatch_sub2 {
	background: #bf1717;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	padding: 0 25px;
}
.mv_maincatch_sub2 br{
	display: none;
}
.mv_maincatch_sub2:before {
	background: transparent;
	position: absolute;
    top: 0;
    left: -20px;
    content: '';
    border-width: 24px 20px 24px 0;
    border-style: solid;
    border-color: transparent #bf1717 transparent transparent;
}
.mv_maincatch_sub2:after {
	background: transparent;
	position: absolute;
    top: 0;
    right: -19px;
    content: '';
    border-width: 24px 0 24px 19px;
    border-style: solid;
    border-color: transparent transparent transparent #bf1717;
}
/*全国旅行支援*/


.mv_maincatch_info {
	color: #46464D;
	font-weight: bold;
	font-size: 30px;
	justify-content: center;
	align-items: baseline;
}

.mv_day {
	/*font-size: 44px;*/
	font-size: 35px;
	margin-right: 8px;
	color: #FFFFFF;
}
.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;
}

/*=======================================
	インフォメーション
=======================================*/
.main .section .info .inner{
  padding: 20px 0px 50px 0px;
  background-image: url("../image/tour_bg2.jpg");
}
.main .section .info dl {
  background: #46464d;
}
.main .section .info dt {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
.main .section .info dt::after {
  content: "+";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: initial;
  background: #000;
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.main .section .info dt.active::after {
  content: "−";
}
.main .section .info dd {
  padding: 30px 30px 20px 30px;
}
/*コロナウイルス感染症対策について*/
.main .section .info.guntu_route .lead-txt {
  max-width: 600px;
  margin: 0 auto 30px auto;
  letter-spacing: 1px;
  color: #ffffff;
}
.main .section .info.guntu_route .route_img {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.main .section .info.guntu_route ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
}
.main .section .info.guntu_route ul li {
  width: calc(100% / 3 - 40px);
  margin: 15px;
  background: #FFF;
  padding: 15px;
  position: relative;
}
.main .section .info.guntu_route ul li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 5px solid #999;
  border-bottom: 5px solid #B8FF00;
  border-left: 5px solid #999;
  border-right: 5px solid #B8FF00;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}
.main .section .info.guntu_route ul li .midashi {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #ffffff;
}
.main .section .info.guntu_route ul li .txt {
  font-size: 14px;
}
.main .section .info.guntu_route .note {
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.main .section .info.guntu_route .btn {
  max-width: 600px;
  text-align: center;
  margin: 10px auto 0 auto;
	display: block;
	white-space: normal;
}
.main .section .info.guntu_route .btn a {
  display: block;
  background: #FFF;
  border-radius: 3px;
  color: #FF424E;
  padding: 2px 0;
}
.main .section .info.guntu_route .btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  margin: 0 0 0 10px;
  color: #FFF;
}

@media screen and (max-width:768px) {
  .main .section .info dt {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
  }
  .main .section .info dd {
    padding: 10px 30px 20px 30px;
  }
  .main .section .info.guntu_route ul {
    flex-direction: column;
  }
  .main .section .info.guntu_route ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}


/*
.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;
}
.section_about{
	padding: 40px 0;
	background: #ffe5e5;
}
.section-inner{
	width: 1020px;
	margin: 0 auto;
}
.text-center{
	text-align: center;
}

h3{
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

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.5em;
}

.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;
  color: #FFF;
}
.itinerary-wrap{
	border: 1px solid #ccc;
	margin-top: 10px;
}
.itinerary-wrap .btn:hover{
	background: #FFF;
	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: #46464D;
	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: #46464D 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: #d12121;
	color: #fff;
	border: none;
}
.btn-l:after{
	background: url(../img/arrow_bottom.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.btn_campaign{
	background: #3e4f8c;
	color: #fff;
	border: none;
}
.btn_campaign:after{
	background: url(../img/arrow_bottom.svg) no-repeat;
	background-size: contain;
	background-position: center;
  color: #FFF;
}
.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;
}

.point_block{
	position: relative;
}
.point_block:before{
	content: "";
	display: block;
	/*background-image: url(../image/point_n1.png);*/
	position: absolute;
	background-size: cover;
	right: 5px;
  top: -41px;
}
.point_block.point1:before{
	/*background-image: url(../image/point_n1.png);*/
	width: 82px;
	height: 80px;
}
.point_block.point2:before{
	/*background-image: url(../image/point_n2.png);*/
	width: 84px;
	height: 80px;
}
.point_block.point3:before{
	/*background-image: url(../image/point_n3.png);*/
	width: 78px;
	height: 80px;
}
.point_block.point2{
	margin-top: 30px;
}
.point_block.point3{
	margin-top: 60px;
}
.point_block_img{
	margin-bottom: 12px;
}
.point_block_img img{
	height: 240px;
	width: 100%;
	object-fit: cover;
}
.point_block_wrap{
	justify-content: space-between;
}
.point_h3{
	color: #FFFFFF;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.point_text{
	color: #FFFFFF;
}

.column_3{
	width: 32%;
}
@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;
}

#tour{
	background-image: url("../image/tour_bg2.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 #46464D;
	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;
	margin-right: 5px;
	/*float: left;*/
}
.hotel-slide{
	justify-content: start;
}
.hotel-block{
	width: 24%;
	/*background: #fafafa;*/
	background: #B02222;
	text-align: center;
	margin: 5px;
	border-radius: 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;
	color: #ffffff;
}
.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;
	color: #ffffff;
}
.tour-price--hotel .t-number{
	font-size: 15px;
	font-weight: normal;
}
.circle:before {
    right: -12px;
    bottom: -12px;
}
.circle:after {
    left: -12px;
    bottom: -12px;
}
.tour-one:last-child{
	margin-bottom: 0;
}
.tour-img {
	font-family: sans-serif;
	width: 47%;
	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;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.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;
}
.tour_image_p{
	text-align: center;
}

#highlight{
	background-image: url("../image/black_dot.png"),url("../image/guntu_entrance.jpg");
	background-attachment: fixed;
	background-size: auto,cover;
	background-repeat: repeat,no-repeat;
}
#highlight h2{
	color: #fff;
}
.hl_h3{
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.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: left;
}
.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{
	align-items: center;
	margin-top: 10px;
	float: right;
	
}
.tour-btn .btn{
	font-size: 15px;
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding: 10px 38px 10px 10px;
}
.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;
}
.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;
}
.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: 25px;
	}
	.mv_maincatch_info{
		font-size: 25px;
	}
	.mv_maincatch_wrap{
		margin-bottom: 20px;
	}
	.mv_maincatch_sub{
		width: 96%;
		margin: 0 auto;
	}
	.mv_maincatch_sub2{
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1024px){

	p{
		font-size: 16px;
	}
	.mv_rightimg_wrap{
		top: 0;
		right: 0;
	}

	.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: 30px 0 20px;
		background-position: 100% top,top right;
	}
	.mv_contents{
		width: 95%;
		margin: 0 auto;
	}
	.mv_contents img{
		max-width: 96%;
	}
	.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_sub2{
		font-size: 20px;
		width: 85%;
		margin: 0 auto;
		padding: 12px 0;
		height: 48px;
		line-height: 1.2;
	}
	.mv_maincatch_sub:before {
    border-width: 24px 13px 24px 0;
    left: -13px;
	}
	.mv_maincatch_sub2:before {
    border-width: 24px 13px 24px 0;
    left: -13px;
	}
	.mv_maincatch_sub:after {
    border-width: 24px 0 24px 13px;
    right: -13px;
	}
	.mv_maincatch_sub2:after {
    border-width: 24px 0 24px 13px;
    right: -13px;
	}
	.mv_maincatch_sub br{
		display: block;
	}
	.mv_maincatch_sub2 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: 15px;
		text-align: left;
		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%;
		border-bottom: 0 !important;
		padding-bottom: 0;
		font-size: 16px;
		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_rightimg_wrap{
		width: 189px;
	}
	.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: 7px 30px 7px 0px;
		position: relative;
		right: 7px;
	}
	.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;
	}

	.desc-in:last-child{
		margin-bottom: 0;
	}
}

/*==========================================
動画の調整CSS
==========================================*/
.point_block_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.column_3 {
  width: 32%;
  box-sizing: border-box;
}

.point_block_img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 8px;
}

.point_block_img iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.point_block {
  position: relative;
}

.point_block:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  right: 5px;
  top: -41px;
}

.point_block.point1:before {
  width: 82px;
  height: 80px;
}

.point_block.point2:before {
  width: 84px;
  height: 80px;
}

.point_block.point3:before {
  width: 78px;
  height: 80px;
}

.point_block.point2 {
  margin-top: 30px;
}

.point_block.point3 {
  margin-top: 60px;
}

.point_h3 {
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.1em;
}

.point_text {
  color: #FFFFFF;
  font-size: 0.95em;
}