@charset "UTF-8";
/* CSS Document */
body{
	overflow: unset !important;
}

/* scroll_up */
.scroll_ap {
  transition: 1.5s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.scroll_ap.on {
  transform: translateY(0);
  opacity: 1.0;
}


/*  ---------- main_v_ep ---------- */
.main_v_ep{
	position:relative;
	height:100%;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background:#b5c1c5;
}
.main_up{
	height:100vh;
	position:relative;
	width:100%;
	max-width:1000px;
	margin:auto;
}
.main_up .main_up_bus{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	overflow:hidden;
	z-index:1
}
.main_up .main_up_bus .bus_area{
	width:100%;
	height:100%;
	max-width:1400px;
	margin:auto;
	display:block;
	animation: loop_animation_right 10s linear infinite;
}
.main_up .main_up_bus .bus_ele{
	position:absolute;
	bottom:0px;
	width:10%;
}
@keyframes loop_animation_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.main_up .main_up_bg{
	width:100%;
	max-width:1000px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.main_v{
	height:70vh;
	background:#b5c1c5;
	position:relative;
}

.main_v .title{
	color:#fff;
	position:absolute;
	height:fit-content;
	width:fit-content;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1
}
.main_v .title  h2{
	color:#fff !important;
	font-size:10.5rem !important;
	font-family: "Roboto", sans-serif !important;
	font-weight:100 !important;
	line-height:0.9em !important;
	letter-spacing:-0.05em;
	display:block;
}
.main_v .title  h2 span{
	color:#fff !important;
	font-size:7.8rem !important;
	display:block;
	line-height:1em;
}
.main_v .title  h2 em{
	display:block;
	font-weight:100 !important;
	font-size:4.5rem !important;
	letter-spacing:0.05em !important;
	line-height:1em;
}
.main_v .title  h4{
	font-weight:400 !important;
	font-size: 1.2rem !important;
	padding: 0!important;
	margin:20px auto 0 !important;
	position: unset !important;
	border-bottom:unset !important;
	width:100%;
	background:#fff;
	color:#000;
	text-align:center;
}
.main_v .title  h4 span{
}
.main_v .title .day{
	font-size:5rem;
	font-family: "Roboto", sans-serif !important;
	font-weight:400;
	line-height:1em;
}
.main_v .title .day em{
	font-size:60%;
	margin-right:0.3em;
}
.main_v .title .day .week{
	font-size:60%;
	margin-left:0.1em;
}
.main_v .title .day .time{
	font-size:60%;
	margin-left:0.1em;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
	.main_v .title  h2{
		font-size:20vw !important;
		text-align:center;
	}
	.main_v .title  h2 span{
		font-size:15.0vw !important;
	}
	.main_v .title  h2 em{
		font-size:7.5vw!important;
	}
	.main_v .title  h4{
		font-size: 2.5vw !important;
		width:fit-content !important;
		padding:0 1em !important;
	}
	.main_v .title .day{
		font-size:9.0vw !important;
		text-align:center;
	}
}
@media screen and (max-width: 599px) {
	.main_v .title  h2{
		font-size:23vw !important;
	}
	.main_v .title  h2 span{
		font-size:17.0vw !important;
	}
	.main_v .title  h2 em{
		font-size:8.5vw!important;
	}
	.main_v .title  h4{
		font-size: 2.8vw !important;
	}
	.main_v .title .day{
		font-size:10.0vw !important;
		text-align:center;
	}
}


.main_ep{
	width:100%;
	max-width:1000px;
	margin:auto;
	position:relative;
	background:urL("/event/wp-content/uploads/2025/07/0713bustour/main_ep_bg.svg") no-repeat bottom / 80%;
}
.main_ep .inner{
	width:80%;
	max-width:700px;
	margin:auto;
	z-index:1;
	position:relative;
	color:#fff;
	padding:0 0 70vh;
}
.main_ep .inner h3{
	font-size:1.8rem !important;
	color:#fff !important;
	text-align:left !important;
	margin:0 0 3rem 0 !important;
	font-weight:700 !important;
}
.main_ep .inner p{
	font-size:1.1rem !important;
	color:#fff !important;
	text-align:left !important;
	margin:0 0 3rem 0 !important;
	font-weight:bold !important;
}
.main_ep .inner p span{
	line-height:2.2em;
}
.main_bg_img{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.main_bg_img .inner{
	position:sticky;
	top:0;
	height:100vh;
	align-items:center;
	display:flex;
	width:100%;
}
.main_bg_img .inner .swiper{
	width:60%;
	max-width:450px;
	height:600px;
}
.main_bg_img .inner .swiper-slide img {
  height: auto;
  width: 100%;
	height:100%;
}
@media screen and (max-width: 768px) {
	.main_ep{
		background:urL("/event/wp-content/uploads/2025/07/0713bustour/main_ep_bg.svg") no-repeat bottom / 100%;
	}
	.main_bg_img .inner .swiper{
		width:80%;
		max-width:450px;
		height:60vh;
		margin-top:-10vh
	}
	.main_ep .inner h3{
		font-size:4.5vw !important;
	}
	.main_ep .inner p{
		font-size:2.8vw !important;
	}
}
@media screen and (max-width: 599px) {
	.main_ep .inner{
		width:100%;
		padding:0 5% 50vh;
		max-width:unset;
		background: linear-gradient(180deg, transparent 0%, #889aa0cc 20%,#889aa0cc 70%,transparent 100%);
		box-sizing:border-box;
	}
	.main_ep .inner h3{
		font-size:5.5vw !important;
	}
	.main_ep .inner p{
		font-size:3.5vw !important;
	}
}

/*  ---------- point ---------- */
.point{
	margin: 0 auto 60px;
	padding: 200px 0 100px;
	position: relative;
}
.point .title_box{
	position: relative;
	top: -2rem;
	z-index: 1;
    display: inline;
}

.point .title_box h3{
	margin: 0px 0px !important;
    font-size: 100% !important;
    padding: 0 !important;
	text-align: left !important;
}
.point .title_box h5{
	font-family: "Roboto", sans-serif !important;
	font-weight:bold !important;
	font-size:2rem !important;
	line-height:1em
}
.point .flow{
	margin: 0 0 70px;
}
.point .flow ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.point .flow ul li{
	width: 16.6%;
	color: #fff;
	font-size: 120%;
	background: #90A8B1;
	height: 50px;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.point .flow ul li:not(:first-child):not(:last-child){
	padding: 0 0 0 20px;
}
.point .flow ul li:before,
.point .flow ul li:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
}
.point .flow ul li:before{
	border: solid 32px transparent;
	border-right: solid 13px transparent;
	border-left: solid 13px #F9F9F0;
	top: -7px;
	left: 0;
	z-index: 1;
}
.point .flow ul li:after{
	border: solid 25px transparent;
	border-left: solid 10px #90A8B1;
	border-right: solid 10px transparent;
	top: 0;
	right: -20px;
	z-index: 2;
}
.point .flow ul li:first-child::before,
.point .flow ul li:last-child::after{
	content: none;
}
.point .wrapper{
	display: flex;
	justify-content: space-between;
	width: 90%;
    margin: 0 auto;
}
.point .stepbar{
	width: 20%;
}
.point .stepbar ol{
	height: 100%;
}
.point .step{
	 position: relative;
	padding-top: 75px;
  	padding-bottom: 75px;
	box-sizing: border-box;
	padding: 75px 0 75px;
	height: 20%;
}
.point .step:not(:last-child)::before {
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 200%;
  content: "";
  background-color: #000;
}

.point .step-title {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #3b4252;
	font-family: "Roboto", sans-serif;
}

.point .step-title::before {
	z-index: 1;
	display: grid;
	place-items: center;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	content: "";
	background-color: #000;
}

.point .step-text {
	padding-left: 30px;
	font-size: 1rem;
	line-height: 1.5;
	color: #4c566a;
	font-weight:700;
}
.point .detail{
	width: 79%;
}
.point .detail ul{
}
.point .detail ul li{
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.point .detail ul li:last-child{
	margin-bottom: 0;
}
.point .detail ul li dt{
	width: 35%;
	border-radius:10px;
	overflow:hidden;
}

.point .detail ul li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.point .detail ul li dl{
	width: 65%;
    padding: 3%;
	box-sizing: border-box;
}
.point .detail ul li dl span{
	color:#000000;
	font-size:70%;
}
.point .detail ul li dl h5{
	font-size: 130%;
	margin:0 0 0.3em 0;
	line-height: 1.7;
	color: #000000;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: 400;
}

/*
.point .detail ul li dl h5 span {
	font-size:40%;
	font-weight:500;
	display:block;
	color: #000;
}
*/


/*  ---------- info_box ---------- */
.info_box{
    margin: 0 auto 80px !important;
}
.info_box h3{
    font-size: 150% !important;
    text-align: left !important;
    margin: 0 0 5px!important;
}
.info_box ul {
    display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.info_box ul li:nth-child(1){
    width: 48%;
}
.info_box ul li:nth-child(2){
    width: 50%;
    height: auto;
    overflow: hidden;
}
.info_box ul li table{
    width: 100%;
    margin-bottom: 20px;
}
.info_box ul li tr{
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.info_box ul li tr th{
    font-size:90%;
    color:#fff;
    font-weight:bold;
    width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    padding: 10px 0;
    margin-right: 16px;
}
.info_box ul li tr td{
    padding-left: 16px;
}
.info_box .notes {
	font-size: 90%;
	margin: 0 0 20px;
}

/*  ---------- info_box item_box ---------- */
.info_box .item_box{
	background: #F9F9F0;
    padding: 2%;
}
.info_box .item_box dl{
	display: flex;
	justify-content: space-between;
    margin-bottom: unset;
}
.info_box .item_box dl dt{width: 32%;}
.info_box .item_box dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_box .item_box dl dd{
	width: 65%;
	margin-left: 3%;
}
.info_box .item_box dl dd .pre_tag{
    display: table;
    margin: 0 0 0.5em;
}
.info_box .item_box dl dd .pre_tag span{
    color: #90A8B1;
    font-family: 'Grey Qo', cursive !important;
    font-size: 250%;
	line-height: 1;
}
.info_box .item_box dl dd h4{
    width: unset !important;
    font-size: 120% !important;
    border-bottom: 1px solid #000 !important;
    margin: 0 auto 0 !important;
}

.form_title {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
	.point ul li dt:after{
		font-size:500%;
		bottom:-10px;
		right:20px;
	}
	.point ul li dt:before {
		bottom:-20px;
		right:-20px;
		width: 80px;
	}
    .info_box {
        width: 96%;
    }
    .form_box {
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 959px){
	section.main_v::after{
		
	}
	.main_ep > dd {
		width:90%;
	}
	.main_ep > dd:before {
		bottom:10px;
		right:0;
		width: 100px;
	}
	.main_ep > dd:after {
		top:10px;
		left:0;
		width: 100px;
	}
	.point{
		padding: 10% 3%;
	}
	.point .flow ul li{
		font-size: 100%;
	}
	.point .wrapper{
		width: 100%;
	}
	.point .stepbar{
		width: 30%;
	}
	.point .detail{
		width: 70%;
	}
	.point .detail ul{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	section.main_v {
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	section.main_v::after{
		right: 5%;
	}
	section.main_v .title_cnt{
		left: 5%;
	}
	section.main_v .main_image_title {
		width: 100%;
		margin:auto;
		display:block;
	}
	section.main_v .main_image_title img.pcImg{
		width:95%;
		display:block;
		margin:auto;
	}

	section.main_v .main_box {
		width: 100%;
		height: auto;
		margin: 100px auto 40px;
	}
	section.main_v .main_box ul li {
		width: 50%;
		height: 25vh;
		min-height:350px;
	}
	section.main_v .main_box ul li:nth-child(-n+2){
	}
	section.main_v .main_box ul li img {
		position: absolute;
		width:70%;
		left: 0;
		right:0;
		bottom: 0px;
		margin:auto;
	}
	.main_ep {
	}
	.main_ep > dd h4 {
		font-size: 150% !important;
	}

	ul.column1 {
		display: block;
		justify-content: unset;
	}
	ul.column1 li {
		width: unset;
	}

	ul.column1 li dl {
		display: flex;
		margin-bottom: 1em;
	}
	ul.column1 li dl dt {
		width: 45%;
	}

	ul.column1 li dl dd{
		width: 50%;
	}
	ul.column1 li dl dd::before{
		position:unset;
	}
	.point.bustour{
		padding: 100px 3%;
	}
	.point h3 {
	    font-size: 200% !important;
		text-align:center;
	}
	.point h3::before,.point h3::after{
		width: 30px;
		height: 30px;
	}
	.point .title_box{
		width:100%;
	}
	.point ul li:nth-child(2),
	.point ul li:nth-child(5){
		margin-top:0px;
	}
	.point ul li:nth-child(3n){
		margin-right:0;
		margin-top:0px;
	}
	.point ul dt{
	}
	.point ul li dl{
	}
	.point ul li dt:after{
		font-size:700%;
		bottom:-10px;
		right:20px;
	}
	.point ul li dt:before {
		bottom:-20px;
		right:-20px;
		width: 90px;
	}
	.end_box dl{
		width:90%;
		padding:50px 4%;
	}
	.end_box dl h5{
	    font-size:150%;
	}
}
@media screen and (max-width: 599px) {
	section.main_v{
		height: 100vw;
	}
	section.main_v:after{
		width: 60%;
		min-width: 100px;
	}
	section.main_v .title_cnt{
		font-size: 80%;
	}
	.minibus img{
		width: 180px;
	}
	section.main_v .main_box ul li {
		min-height: 250px;
	}
	.point{
		margin:  15% 0;
	}
	.point h3 {
	    font-size: 180% !important;
	}
	.point .title_box:before{
		right: 40%;
	}
	.point .wrapper{
		display: block;
		position: relative;
	}
	.point .stepbar{
		width: 100%;
		height: 100%;
		position: absolute;
		top: -75px;
	}
	.point .stepbar ol{
		height: 100%;
	}
	.point .step{
		box-sizing: border-box;
		padding: 0 0 90%;
	}
	.point .detail{
		width: 90%;
		margin: 60px 0 0 auto;
	}
	.point .detail ul li{
		display: block;
		padding: 0 0 20%;
		box-sizing: border-box;
		margin: 0;
	}
	.point .detail ul li dt,.point .detail ul li dl{
		width: 100%;
	}
	.info_box ul {
        display: block;
        justify-content: unset;
    }
    .info_box ul li:nth-child(1){
        width: unset;
    }
    .info_box ul li:nth-child(2){
        width: unset;
        height: 400px;
        overflow: hidden;
    }
    .info_box .notes {
        margin-bottom: 20px !important;
    }
	.info_box .item_box{
		margin-bottom: 20px;
	}
	.end_box{
		padding:50px 0;
	}
	.end_box dl h5{
	    font-size:130%;
	}
}

@media screen and (max-width: 519px) {
	.end_box dl{
		padding:20px 3%;
	}
}
@media screen and (max-width: 499px) {
	ul.column1 {
		display: block;
		justify-content: unset;
	}
	ul.column1 li {
		width: unset;
	}

	ul.column1 li dl {
		display: block;
		margin-bottom: 1em;
	}
	ul.column1 li dl dt {
		width: unset;
		padding: 20px 20px 0 20px;
		height: 250px;
	}
	ul.column1 li dl dd{
		width: unset;
	}
	.point .flow{
		display: none;
	}
/*
	.point .flow ul{
		flex-wrap: wrap;
	}
	.point .flow ul li{
		width: 28%;
		margin-bottom: 10px;
	}
*/
	.point .detail ul li{
		flex-direction: column;
		width: 100%;
		margin-bottom: 40px;
	}
	.point .detail ul li dt{
		width: 100%;
	}
	.point .detail ul li dl{
		width: 100%;
	}
	.point .detail ul li dl h5{
		margin: 0;
	}
	.end_box dl h5{
	    font-size:100%;
	}
}
