@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/"),url("../image/mv_main.jpg");
	background-size: auto 100%, cover;
	background-repeat: no-repeat;
	padding: 130px 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 1; /*111111から1に変更*/
}

/* リデザイン */
.mv_maincatch_title {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: clamp(60px, 8vw, 105px);
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #f0ece4;
    margin: 0 0 6px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.mv_maincatch_title_sub {
    display: block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(14px, 2.5vw, 22px);
    font-weight: 200;
    letter-spacing: 0.5em;
    color: #b89a4e;
    margin-top: 10px;
}

.mv_maincatch_divider {
    width: 120px;
    height: 1px;
    background: #ffffff;
    margin: 18px auto 18px;
    opacity: 0.6;
}
.mv::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 10, 0.55) 0%,
        rgba(0, 0, 10, 0.62) 60%,
        rgba(0, 0, 10, 0.45) 100%
    );
    pointer-events: none;
}

/* wrapにposition: relativeが必要 */
.mv_maincatch_wrap {
    position: relative;
}

/* テキスト要素はz-indexで前面に */
.mv_maincatch_eng,
.mv_maincatch_title,
.mv_maincatch_sub {
    position: relative;
    z-index: 1;
}
.mv_maincatch_eng {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.35em;
    color: #e8c96a;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 18px;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}
/* ここまで */

.mv_contents{
	    margin: 50px auto 0;
	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_eng {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
    font-size: 30px;
    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;
}
.mv_tour{
	color: #fff;
}
.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: #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 #fff;
}
.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;
}
.official{
	text-align: center;
}
.official a{
    border: solid 1px #fff;
    padding: 5px 20px;
    margin: 15px 0 0 0;
    display: inline-block;
}
.details{
	text-align: center;
}
.details a{
	padding: 25px 145px;
    border: double 4px rgb(83, 83, 83);
    display: inline-block;
	margin: 40px 0 40px;
    font-size: 18px;
	position: relative;
}
@media screen and (max-width:650px){
	.details a {
		padding: 25px 115px;
	}
}

	  /* モデルプラン */
.flow_design03 {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 100px;
}
@media (max-width: 767px) {
	.flow_design03 {
		margin-left: 35px;
	}
}
  
  .flow_design03 ul {
	padding: 0;
  }
  
  .flow_design03 li {
	list-style-type: none;
  }
  
  .flow_design03 dd {
	margin-left: 0;
  }
  
  .flow03 {
	position: relative;
  }
  
  .flow03::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
  }
  
  .flow03 > li {
	position: relative;
  }
  
  .flow03 > li:not(:last-child) {
	margin-bottom: 60px;
  }
  
  .flow03 > li .icon03 {
    font-size: 0.8em;
    line-height: 1.5;
    color: #fff;
    background: #ff2727;
    display: inline-block;
    margin-right: 0.3em;
    padding: 0 10px;
    border-radius: 5px;
  }
  
  .flow03 > li dl {
	padding-left: 70px;
	position: relative;
  }
  
  .flow03 > li dl::before,
  .flow03 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
  }
  
  .flow03 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #8EB83C;
	border-radius: 50%;
	left: -4px;
  }
  
  .flow03 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
  }
  
  .flow03 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color: #8EB83C;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
  }
	  /* アクセスの日程表ここまで */

/* ユーチューブ */

.youtube_container{
	display: flex;
	margin: 7rem auto 1.5rem;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1100px;
	}
	.youtube2{
	flex-basis: 49.5%;
	}
	.youtube2 > iframe {
	width: 100%;
	height: 310px;
	}
	  @media (max-width: 767px) {
		.youtube_container{
			display: block;
			margin: 2rem 0;
			width: 100%;
		}
	
	  }
	/* .youtube2 {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	  }
	  .youtube2 iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	  } */
	
	
	
	/* .youtube_container iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	  }
	  .youtube2 img{
		max-width: 100%;
	  } */
	   


/* アクセスのテーブル */
.m-table table {
	background-color: #fff;
	border-collapse: collapse;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
	margin-bottom: 40px;
}

.m-table th,.m-table thead {
  background-color: #ebebeb;
}

.m-table thead {
  text-align: center;
}

.m-table tbody {
  vertical-align: top;
}

.m-table tbody th {
	text-align: left;
	width: 300px;
	font-size: 1em;
}
	@media (max-width: 767px) {
		.m-table tbody th {
		width: inherit!important;
		}
	}	

	
	@media (min-width: 768px) {
		.m-table th {
			font-size:var(--FONT_SIZE_16)
		}
	}
	
	.m-table td {
		font-size: var(--FONT_SIZE_13)
	}
	
	@media (min-width: 768px) {
		.m-table td {
			font-size:var(--FONT_SIZE_16)
		}
	}
	
	.m-table td,.m-table th {
		border-bottom: 1px solid gray;
		border-right: 1px solid gray;
		padding: 16px 12px
	}
	
	@media (min-width: 768px) {
		.m-table td,.m-table th {
			padding:16px 24px
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table--spScroll {
			overflow:auto
		}
	
		.m-table--spScroll table {
			width: 800px
		}
	}
	
	@media (min-width: 768px) and (max-width:1259.98px) {
		.m-table--spScroll {
			overflow:auto
		}
	
		.m-table--spScroll table {
			width: 1200px
		}
	}
	
	.m-table--spBreak {
		text-align: left
	}
	
	.m-table--spBreak td,.m-table--spBreak th {
        font-size: 13px;
        line-height: 1.3;
	}
	
	@media (min-width: 768px) {
		.m-table--spBreak td,.m-table--spBreak th {
			font-size: 14px;
			line-height: 1.3;
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table--spBreak td,.m-table--spBreak th {
			display:block
		}
	}
	
	.m-table__caption {
		padding: 2px 0
	}
	
	.m-table__caption--bottom {
		caption-side: bottom
	}
	
	.m-table-break {
		line-height: var(--LINE_HEIGHT_LIST_AND_TABLE);
		margin-top: 40px
	}
	
	@media (min-width: 768px) {
		.m-table-break {
			margin-top:48px
		}
	}
	
	.m-table-break table {
		border-collapse: collapse;
		text-align: left;
		width: 100%
	}
	
	.m-table-break th {
		font-size: var(--FONT_SIZE_17);
		padding: 24px 0 0
	}
	
	@media (min-width: 768px) {
		.m-table-break th {
			font-size:var(--FONT_SIZE_16);
			padding: 24px 0
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-break th+th {
			padding-top:16px
		}
	}
	
	.m-table-break td {
		padding: 16px 0 0
	}
	
	@media (min-width: 768px) {
		.m-table-break td {
			padding:24px 0 24px 40px
		}
	}
	
	.m-table-break td,.m-table-break th {
		vertical-align: top
	}
	
	@media (max-width: 767.98px) {
		.m-table-break td,.m-table-break th {
			display:block
		}
	}
	
	.m-table-break tr:not(:first-child) {
		border-top: 1px solid gray;
	}
	
	@media (max-width: 767.98px) {
		.m-table-break tr:not(:last-child)>:last-child {
			padding-bottom:24px
		}
	}
	
	.m-table-break tr:first-child th {
		padding-top: 0
	}
	
	@media (min-width: 768px) {
		.m-table-break tr:first-child td {
			padding-top:0
		}
	
		.m-table-break tr:last-child>* {
			padding-bottom: 0
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-break tr:last-child>:last-child {
			padding-bottom:0
		}
	}
	
	.m-table-break tr:only-child {
		border-bottom: 1px solid var(--COLOR_OUTLINE_LIGHT)
	}
	
	@media (min-width: 768px) {
		.m-table-break tr:only-child>* {
			padding-bottom:24px
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-break tr:only-child>:last-child {
			padding-bottom:24px
		}
	}
	
	.m-table-location {
		display: grid
	}
	
	@media (max-width: 767.98px) {
		.m-table-location {
			border-top:1px solid var(--COLOR_OUTLINE_LIGHT);
			margin-top: 40px;
			padding-top: 16px
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location {
			gap:0;
			grid-template-columns: clamp(5rem,5rem + ((1vw - .48rem) * (20.325203252)),11.25rem) repeat(5,1fr);
			margin-left: 0;
			margin-right: 0;
			margin-top: 48px
		}
	
		.m-table-location--checkable {
			grid-template-columns: clamp(5rem,5rem + ((1vw - .48rem) * (20.325203252)),11.25rem) repeat(5,1fr) auto
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__headerGroup {
			display:none
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__headerGroup {
			display:contents
		}
	}
	
	.m-table-location__headerGroupCell {
		background-color: var(--COLOR_BRAND_PRIMARY);
		color: var(--COLOR_FOREGROUND_LIGHT);
		font-size: var(--FONT_SIZE_16);
		list-style: none;
		padding: 16px;
		text-align: center
	}
	
	.m-table-location__headerGroupCell--colspan {
		grid-column: span 2
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__row {
			display:grid;
			gap: 0 16px;
			grid-template-columns: clamp(8rem,8rem + ((1vw - .48rem) * (10.5691056911)),11.25rem) 1fr;
			margin-left: -20px;
			margin-right: -20px;
			padding: 24px 20px;
			width: calc(100% + 40px)
		}
	
		.m-table-location__row:nth-of-type(2n) {
			background-color: var(--COLOR_BACKGROUND_LIGHT_2)
		}
	
		.m-table-location__row:nth-of-type(odd) {
			background-color: var(--COLOR_BACKGROUND_LIGHT)
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__row {
			display:contents
		}
	
		.m-table-location__row:nth-of-type(2n) .m-table-location__cell,.m-table-location__row:nth-of-type(2n) .m-table-location__check,.m-table-location__row:nth-of-type(2n) .m-table-location__media {
			background-color: var(--COLOR_BACKGROUND_LIGHT_2)
		}
	
		.m-table-location__row:nth-of-type(odd) .m-table-location__cell,.m-table-location__row:nth-of-type(odd) .m-table-location__check,.m-table-location__row:nth-of-type(odd) .m-table-location__media {
			background-color: var(--COLOR_BACKGROUND_LIGHT)
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__media {
			grid-column:span 1;
			grid-row: span 1
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__media {
			align-items:center;
			display: flex;
			padding: clamp(.5rem,.5rem + ((1vw - .48rem) * (1.6260162602)),1rem)
		}
	}
	
	.m-table-location__mediaItem {
		display: block;
		height: auto;
		max-width: 100%
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__container {
			grid-column:span 1;
			grid-row: span 1
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__container {
			display:contents
		}
	
		.m-table-location__list {
			display: contents;
			padding: 20px
		}
	}
	
	.m-table-location__cell {
		display: flex;
		list-style: none
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__cell {
			width:100%
		}
	
		.m-table-location__cell:first-child {
			margin-bottom: 8px
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__cell {
			align-items:center;
			padding: clamp(.5rem,.5rem + ((1vw - .48rem) * (.8130081301)),.75rem)
		}
	
		.m-table-location__cell--centering {
			justify-content: center
		}
	
		.m-table-location__cell--centering .m-table-location__cellInner {
			display: inline-flex;
			width: auto
		}
	
		.m-table-location__cell:first-child {
			padding-left: 0
		}
	}
	
	@media (min-width: 768px) and (min-width:768px) {
		.m-table-location__cell:first-child .m-table-location__cellContent {
			display:flex;
			flex-direction: column;
			height: 100%;
			justify-content: center
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__cell:last-child {
			padding-right:0
		}
	}
	
	.m-table-location__cellInner {
		display: flex;
		font-size: clamp(.875rem,.875rem + ((1vw - .48rem) * (.406504065)),1rem);
		height: 100%;
		justify-content: center;
		width: 100%
	}
	
	@media (max-width: 559.98px) {
		[lang=en] .m-table-location__cellInner {
			flex-direction:column
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__cellInner {
			flex-direction:column
		}
	}
	
	.m-table-location__cellTitle {
		flex: 0 0 auto;
		font-size: var(--FONT_SIZE_14);
		line-height: 1.6
	}
	
	@media (min-width: 768px) {
		.m-table-location__cellTitle {
			font-size:var(--FONT_SIZE_12)
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__cellTitle:after {
			content:"："
		}
	}
	
	.m-table-location__cellContent {
		flex: 1 1 auto;
		font-size: clamp(.875rem,.875rem + ((1vw - .48rem) * (.406504065)),1rem);
		line-height: 1.6;
		text-decoration: none
	}
	
	@media (min-width: 768px) {
		.m-table-location__cellContent {
			flex:0 0 auto
		}
	}
	
	.m-table-location__cellContent small {
		display: block
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__cellContent small {
			display:none
		}
	}
	
	.m-table-location__cellContent b {
		display: block;
		font-size: clamp(1rem,1rem + ((1vw - .48rem) * (.406504065)),1.125rem);
		padding-right: 20px;
		position: relative;
		transition: color var(--TRANSITION);
		width: 100%
	}
	
	.m-table-location__cellContent b:before {
		background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2010%2011%22%20fill%3d%22%23856c34%22%3e%3cpolygon%20points%3d%220%2e8,10%2e9%200%2e2,10%2e1%207%2e6,5%2e5%200%2e2,0%2e9%200%2e8,0%2e1%209%2e4,5%2e5%20%22%2f%3e%3c%2fsvg%3e");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		height: 10px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 10px
	}
	
	.m-table-location__cellContent:hover b {
		color: var(--COLOR_BRAND_PRIMARY)
	}
	
	.m-table-location__check {
		display: flex
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__check {
			grid-column:span 2;
			grid-row: span 1
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__check {
			align-items:center;
			justify-content: center;
			padding: clamp(.5rem,.5rem + ((1vw - .48rem) * (1.6260162602)),1rem)
		}
	}
	
	.m-table-location__checkbox {
		display: inline-flex;
		position: relative
	}
	
	.m-table-location__checkboxItem {
		appearance: none;
		height: 1px;
		left: 10px;
		opacity: 0;
		position: absolute;
		top: 10px;
		width: 1px
	}
	
	.m-table-location__checkboxText {
		font-size: clamp(.875rem,.875rem + ((1vw - .48rem) * (.2032520325)),.9375rem);
		line-height: 1.6;
		position: relative
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__checkboxText {
			padding-left:24px
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__checkboxText {
			padding-top:18px
		}
	}
	
	.m-table-location__checkboxText:after,.m-table-location__checkboxText:before {
		content: "";
		display: block;
		position: absolute
	}
	
	@media (max-width: 767.98px) {
		.m-table-location__checkboxText:after,.m-table-location__checkboxText:before {
			height:16px;
			left: 0;
			top: .2em;
			width: 16px
		}
	}
	
	@media (min-width: 768px) {
		.m-table-location__checkboxText:after,.m-table-location__checkboxText:before {
			height:14px;
			left: 50%;
			top: 0;
			transform: translateX(-50%);
			width: 14px
		}
	}
	
	.m-table-location__checkboxText:before {
		background-color: var(--COLOR_BACKGROUND_LIGH);
		border: 1px solid var(--COLOR_OUTLINE_DARK);
		border-radius: 1px
	}
	
	.m-table-location__checkboxText:after {
		background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M97%2e9,16%2e4c2%2e8,2%2e8,2%2e8,7%2e3,0,10%2e1L40%2e8,83%2e6c%2d2%2e8,2%2e8%2d7%2e3,2%2e8%2d10%2e1,0L2%2e1,55c%2d2%2e8%2d2%2e8%2d2%2e8%2d7%2e3,0%2d10%2e1c2%2e8%2d2%2e8,7%2e3%2d2%2e8,10%2e1,0l23%2e3,23%2e5l52%2e3%2d52%2e1C90%2e6,13%2e6,95%2e1,13%2e6,97%2e9,16%2e4L97%2e9,16%2e4z%22%2f%3e%3c%2fsvg%3e");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 60%;
		opacity: 0
	}
	
	.m-table-location__checkboxItem:checked+.m-table-location__checkboxText:before {
		background-color: var(--COLOR_BRAND_PRIMARY);
		border: 1px solid var(--COLOR_BRAND_PRIMARY)
	}
	
	.m-table-location__checkboxItem:checked+.m-table-location__checkboxText:after {
		opacity: 1
	}
	
	.m-table-location__checkboxItem:disabled+.m-table-location__checkboxText {
		color: var(--COLOR_FOREGROUND_LIGHT_2)
	}
	
	.m-table-location__checkboxItem:disabled+.m-table-location__checkboxText:before {
		border: 1px solid var(--COLOR_FOREGROUND_LIGHT_2)
	}
	
	.m-table-location__checkboxItem:focus-visible+.m-table-location__checkboxText:before {
		border: 0;
		outline: medium solid currentColor
	}
	
	.m-table-overlap {
		--local-foreground: var(--COLOR_FOREGROUND_DARK);
		--local-background: var(--COLOR_BACKGROUND_LIGHT_2);
		line-height: var(--LINE_HEIGHT_LIST_AND_TABLE);
		margin-top: 32px
	}
	
	@media (min-width: 768px) {
		.m-table-overlap {
			margin-top:40px
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap__pc {
			display:none
		}
	}
	
	@media (min-width: 768px) {
		.m-table-overlap__sp {
			display:none
		}
	}
	
	.m-table-overlap table {
		background-color: var(--COLOR_BACKGROUND_LIGHT);
		border-collapse: collapse;
		font-size: var(--FONT_SIZE_14);
		width: 100%
	}
	
	@media (min-width: 768px) {
		.m-table-overlap table {
			font-size:var(--FONT_SIZE_16)
		}
	
		.m-table-overlap thead {
			background-color: var(--local-background);
			color: var(--local-foreground)
		}
	}
	
	.m-table-overlap tbody {
		vertical-align: top
	}
	
	@media (min-width: 768px) {
		.m-table-overlap tbody {
			vertical-align:center
		}
	
		.m-table-overlap tr+tr {
			border-left: none;
			border-top: 1px solid var(--COLOR_OUTLINE_LIGHT)
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap tr>* {
			border-left:1px solid var(--COLOR_OUTLINE_LIGHT)
		}
	
		.m-table-overlap tr>:first-child,.m-table-overlap tr>:nth-child(2) {
			border-left: none
		}
	
		.m-table-overlap tr:first-child>* {
			padding-top: 24px
		}
	
		.m-table-overlap tr:last-child>* {
			padding-bottom: 26px
		}
	
		.m-table-overlap tr>:first-child {
			background-color: var(--local-background);
			color: var(--local-foreground)
		}
	}
	
	@media (min-width: 768px) {
		.m-table-overlap tr>:first-child {
			padding-left:24px
		}
	
		.m-table-overlap tr>:last-child {
			padding-right: 34px
		}
	}
	
	.m-table-overlap th {
		padding: 12px;
		text-align: center
	}
	
	@media (min-width: 768px) {
		.m-table-overlap th {
			padding:24px 16px
		}
	}
	
	.m-table-overlap .m-table-overlap__tbodyTh,.m-table-overlap td {
		padding: 12px
	}
	
	@media (min-width: 768px) {
		.m-table-overlap .m-table-overlap__tbodyTh,.m-table-overlap td {
			padding:36px 16px 33px
		}
	}
	
	.m-table-overlap .m-table-overlap__tbodyTh {
		text-align: left
	}
	
	.m-table-overlap__parallel {
		align-items: center;
		display: flex;
		gap: 8px;
		justify-content: flex-start
	}
	
	@media (min-width: 768px) {
		.m-table-overlap__parallel {
			justify-content:center
		}
	}
	
	.m-table-overlap__parallel img,.m-table-overlap__parallel span {
		display: block
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap--spScroll {
			overflow:auto
		}
	
		.m-table-overlap--spScroll table {
			width: 600px
		}
	}
	
	.m-table-overlap--bgPrimary {
		--local-foreground: var(--COLOR_FOREGROUND_LIGHT);
		--local-background: var(--COLOR_BRAND_PRIMARY)
	}
	
	@media (min-width: 768px) {
		.m-table-overlap--small tr :first-child {
			padding-left:0
		}
	
		.m-table-overlap--small tr :last-child {
			padding-right: 40px
		}
	}
	
	.m-table-overlap--small th {
		letter-spacing: 0;
		padding-left: 12px;
		padding-right: 12px
	}
	
	@media (min-width: 768px) {
		.m-table-overlap--small th {
			padding:16px 20px
		}
	}
	
	.m-table-overlap--small .m-table-overlap__tbodyTh,.m-table-overlap--small td {
		padding-left: 12px;
		padding-right: 12px
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap--small .m-table-overlap__tbodyTh,.m-table-overlap--small td {
			font-size:var(--FONT_SIZE_13)
		}
	}
	
	@media (min-width: 768px) {
		.m-table-overlap--small .m-table-overlap__tbodyTh,.m-table-overlap--small td {
			padding:24px
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap--small .m-table-overlap__tbodyTh {
			font-size:var(--FONT_SIZE_14);
			text-align: center
		}
	}
	
	.m-table-overlap--banquet,.m-table-overlap--banquetType2 {
		overflow: auto
	}
	
	@media (min-width: 768px) {
		.m-table-overlap--banquet table,.m-table-overlap--banquetType2 table {
			min-width:1360px
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap--banquet col:first-child,.m-table-overlap--banquetType2 col:first-child {
			width:128px
		}
	}
	
	@media (min-width: 768px) {
		.m-table-overlap--banquet tbody,.m-table-overlap--banquetType2 tbody {
			vertical-align:middle
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap--banquet tr>:first-child,.m-table-overlap--banquetType2 tr>:first-child {
			left:0;
			position: sticky;
			z-index: var(--Z-INDEX-MODULES)
		}
	
		.m-table-overlap--banquet tr>:first-child:before,.m-table-overlap--banquetType2 tr>:first-child:before {
			background-color: var(--local-background);
			border-left: 1px solid var(--local-background);
			content: "";
			display: block;
			height: calc(100% + 1px);
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: var(--Z-INDEX-BACKGROUND)
		}
	
		.m-table-overlap--banquet tr:last-child>:first-child:before,.m-table-overlap--banquetType2 tr:last-child>:first-child:before {
			height: 100%
		}
	
		.m-table-overlap--banquet th,.m-table-overlap--banquetType2 th {
			text-align: left
		}
	}
	
	.m-table-overlap--banquet td,.m-table-overlap--banquetType2 td {
		text-align: left
	}
	
	@media (min-width: 768px) {
		.m-table-overlap--banquet td,.m-table-overlap--banquetType2 td {
			text-align:center
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-overlap--banquetType2 table {
			width:max-content
		}
	
		.m-table-overlap--banquetType2 col {
			width: 120px
		}
	}
	
	.m-table-cardComparison {
		line-height: var(--LINE_HEIGHT_LIST_AND_TABLE);
		margin-top: 48px
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison {
			margin-top:var(--SIZE_MODULE_MARGIN)
		}
	}
	
	.m-table-cardComparison table {
		border-collapse: collapse;
		text-align: left;
		width: 100%
	}
	
	.m-table-cardComparison thead tr>* {
		padding: 24px 12px
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison thead tr>* {
			padding:40px
		}
	}
	
	.m-table-cardComparison thead+tbody {
		border-top: 1px solid var(--COLOR_OUTLINE_LIGHT)
	}
	
	.m-table-cardComparison tbody tr>* {
		padding: 16px 12px
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison tbody tr>* {
			padding:24px 40px
		}
	}
	
	.m-table-cardComparison tbody,.m-table-cardComparison thead {
		vertical-align: top
	}
	
	.m-table-cardComparison tbody tr>:nth-child(2n),.m-table-cardComparison thead tr>:nth-child(2n) {
		background-color: var(--COLOR_BACKGROUND_LIGHT_3)
	}
	
	.m-table-cardComparison tbody tr>:first-child,.m-table-cardComparison thead tr>:first-child {
		padding-left: 0
	}
	
	.m-table-cardComparison tbody tr+tr,.m-table-cardComparison thead tr+tr {
		border-top: 1px solid var(--COLOR_OUTLINE_LIGHT)
	}
	
	.m-table-cardComparison th {
		font-size: var(--FONT_SIZE_14)
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison th {
			font-size:var(--FONT_SIZE_16)
		}
	}
	
	.m-table-cardComparison td {
		font-size: var(--FONT_SIZE_13)
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison td {
			font-size:var(--FONT_SIZE_16)
		}
	}
	
	.m-table-cardComparison__textLarge {
		font-size: var(--FONT_SIZE_22)
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison__textLarge {
			font-size:var(--FONT_SIZE_24)
		}
	}
	
	@media (max-width: 767.98px) {
		.m-table-cardComparison__paddingWideSP.m-table-cardComparison__paddingWideSP {
			padding-top:32px
		}
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison__paddingWidePC.m-table-cardComparison__paddingWidePC {
			padding-top:34px
		}
	}
	
	.m-table-cardComparison__media {
		display: flex;
		flex-direction: column-reverse;
		gap: 16px;
		justify-content: center;
		margin: 0 auto;
		width: fit-content
	}
	
	.m-table-cardComparison__mediaCaption {
		font-size: var(--FONT_SIZE_14)
	}
	
	@media (min-width: 768px) {
		.m-table-cardComparison__mediaCaption {
			font-size:var(--FONT_SIZE_16)
		}
	}
	
	.m-table-cardComparison__mediaItem {
		display: block;
		height: auto;
		max-width: 100%
	}
	/* アクセスのテーブル */




.details a:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../image/pdf.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: 100%;
	padding: 45px;
    background: rgb(0 0 0 / 50%);
    z-index: 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: #990000;
	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;
}


/*========= YOUTUBE ===============*/
/* .youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} */


/*========= レイアウトのためのCSS ===============*/

h1{
  font-size:1.2rem;
}

h2{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}

p{
  margin-top:20px; 
  line-height: 1.3; 
}

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;
}
.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.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: 13px;
}

.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;
}
.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;
}
/*=======================================
	テーマで絞り込む（タブ切り替え）
=======================================*/
.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;
}
.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;
}
.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;
    display: flex;
    flex-direction: column;
}
.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;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#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;
		justify-content: space-around;
}
.tour-btn .btn{
	font-size: 18px;
	width: 80%;
	margin: 5px 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;
	}
	.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: 70px 0 20px;
		background-position: -310px top, center;
	}
	.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_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: 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-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;
	}
}

/* -----------------------------------
   LP側：お役立ちガイド セクション全体
----------------------------------- */
.lp-guides-section {
  background-color: #F7FAFC; /* LPのメイン背景(白)と区別するため、ごく薄いグレーを敷く */
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.lp-guides-container {
  max-width: 1000px; /* LPのコンテンツ幅に合わせて調整してください */
  margin: 0 auto;
}

.lp-guides-header {
  text-align: center;
  margin-bottom: 48px;
}

.lp-guides-header h2 {
  /* font-size: 2.2rem; */
  color: #1A202C;
  margin-bottom: 12px;
  font-weight: 700;
}

.lp-guides-header p {
  /* font-size: 1.1rem; */
  color: #4A5568;
}

/* -----------------------------------
   カードのグリッドレイアウト
----------------------------------- */
.lp-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 300px以上で自動的に列を増やす魔法のコード */
  gap: 32px;
}

/* -----------------------------------
   カードのデザイン
----------------------------------- */
.lp-guide-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden; /* 画像の角丸をカードに合わせる */
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column; 

}

	



/* ホバー時のアクション（カードが浮き、影が濃くなる） */
.lp-guide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* -----------------------------------
   カード内の画像
----------------------------------- */
.lp-guide-thumb {
  width: 100%;
  aspect-ratio: 16 / 9; /* 画像を美しい16:9に固定 */
  overflow: hidden;
}

.lp-guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; /* ホバーで画像を少しズームさせる準備 */
}

.lp-guide-card:hover .lp-guide-thumb img {
  transform: scale(1.05); /* ホバー時に画像を5%拡大してリッチな演出 */
}

/* -----------------------------------
   カード内のテキストエリア
----------------------------------- */
.lp-guide-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 高さが違うカードでも、Read Moreボタンを下部に揃えるため */
}

.lp-guide-category {
  /* font-size: 0.8rem; */
  color: #D69E2E; /* ゴールドのアクセントカラー */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 8px;
}

.lp-guide-body h3 {
  font-size: 17px;
  color: #1A202C;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 12px;
}

.lp-guide-body p {
  font-size:12px;
  color: #4A5568;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 24px;
  flex-grow: 1; /* ここが伸びることでボタンが一番下に押し下げられる */
}

.lp-guide-readmore {
  /* font-size: 0.9rem; */
  color: #2B6CB0; /* リンク色 */
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

/* -----------------------------------
   モバイル向けレスポンシブ調整
----------------------------------- */
@media (max-width: 768px) {
  .lp-guides-section {
    padding: 60px 16px;
  }

  /* .lp-guides-header h2 {
    font-size: 1.8rem;
  } */

  .lp-guides-grid {
    gap: 24px; /* スマホではカード間の隙間を少し狭める */
  }

  .lp-guide-body {
    padding: 20px;
  }
}