@charset "UTF-8";
/* CSS Document */

/*  ---------- main_v ---------- */
section.main_v {
	width: 100%;	position: relative;
}
section.main_v .main_image_title {
	width: 97%;
	margin: auto;
	box-sizing: border-box;
	z-index: 30;
	position:relative;
}


section.main_v .main_image_title img.spImg{
	display:none;
}
section.main_v .main_box {
	width: 100%;
	margin:-90px 0 0 0;
}
section.main_v .main_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.main_v .main_box ul li {
	width: 24.5%;
	min-height: 450px;
	height: 50vh;
	position: relative;
}
section.main_v .main_box ul li:nth-child(1) {
	background: #29AAD1;
}
section.main_v .main_box ul li:nth-child(2) {
	background: #4FB27B;
}
section.main_v .main_box ul li:nth-child(3) {
	background: #F6D351;
}
section.main_v .main_box ul li:nth-child(4) {
	background: #DB6C51;
}
section.main_v .main_box ul li img {
	position: absolute;
	left: 0;
	right:0;
	bottom: 10px;
	width: 100%;
	margin:auto;
}
#cloud {
    width: 100%;
    height: 100%;
    animation: cloudmove 50s linear infinite;
}
@keyframes cloudmove {
	0% {background-position: 0 30px;}
	100% {background-position: 800px 30px;}
}
.cloud01 {
	background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud01.svg) repeat-x ;
	background-size:150%;
}
.cloud02 {
	background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud02.svg) repeat-x;
	background-size:150%;
}
.cloud03 {
	background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud03.svg) repeat-x;
	background-size:150%;
}
.cloud04 {
	background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud04.svg) repeat-x;
	background-size:150%;
}
.minibus{
	margin-top:-50px
}
.minibus img{
  height:100px;
  width: 220px;
  padding-left: 100%;
  animation: bus 7s linear infinite;
  z-index: 50;
}

@keyframes bus {
  from {
    transform: translate(-100%);
  }
  to {
    transform: translate(0);
  }
}
/*  ---------- main_ep ---------- */
.main_ep {
	width:100%;
	margin:70px auto 70px;
	position:relative;
	background: url(ep_bg_cloud.svg) no-repeat top 0px right 30px / 25%,
		url(ep_bg_tree.svg) no-repeat bottom 0px left 30px / 25%;
}

.main_ep > dd {
	width:70%;
	margin:auto;
	padding:50px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.main_ep > dd:before {
	content: '';
	position: absolute;
	bottom:30px;
	right:100px;
	width: 150px;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.main_ep > dd:after {
	content: '';
	position: absolute;
	top:30px;
	left:100px;
	width: 150px;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.main_ep > dd h4 {
	text-align:
	center !important;
	font-size: 180% !important;
	border-bottom: unset !important;
	margin: 0 0 0.5em !important;
	padding: 0 0 0 !important;
	font-weight:500 !important;
	width:100% !important;
}
.main_ep  > dd h4 span {
	font-size: 100%;
	display:
	block;
	width: fit-content;
	padding: 0em 1em;
	margin: 0 auto 5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.main_ep  > dd h4 span em{
	color:#000000;
		font-family: 'Jost', sans-serif;
	font-size:180%;
	font-weight:500;
	line-height:1.5em;
}

/*  ---------- event_box ---------- */
/*
.event_box {
	background: #e2ede2;
	padding: 2%;
}

ul.column1 {
	display: flex;
	justify-content: space-between;
    box-sizing: border-box;
}
ul.column1 li {
	width: 35%;
	box-sizing: border-box;
	background: #fff;
}

ul.column1 li dl dt {
    overflow: hidden;
}
ul.column1 li dl dt img{
    width:100%;
	height: 100%;
    box-sizing:border-box;
    object-fit: cover;
}

ul.column1 li dl dd{
	padding: 20px;
	position: relative;
}
ul.column1 li dl dd::before{
	position: absolute;
	content:
	'';
	right:0;
	width: 1px;
	top: 15px;
	bottom: 15px;
	background: #e2ede2;
}
ul.column1 li:last-child dl dd::before{
	position: unset;
}

ul.column1 li dl dd h4{
	font-family: 'Jost', sans-serif !important;
	font-size: 100% !important;
	border-bottom: unset !important;
	margin: 0 0 0.5em !important;
	padding: 0 0 0.2em !important;
	text-align: center  !important;
	font-weight: lighter !important;
	width: unset !important;
}
ul.column1 li dl dd h5{
	
	font-size:130%;
	font-weight: bold;
	border:
	none;
	text-align:
	center;
	line-height: 1.1em;
}
*/

/*  ---------- point ---------- */
.point.bustour{
	margin: 0 auto 60px;
	background: url(point_bg_tree.svg) no-repeat bottom 0px right 5% / 35%,
		linear-gradient(180deg, transparent 0%, transparent 4%, #f9f9f9 4%, #f9f9f9 100%);
	padding:0 50px 50px;
}

.point .title_box{
	width:60%;
	margin:0 0 80px 0;
}
.point h3{
	margin: 0px 0px !important;
	font-size: 200% !important;
	font-weight:500 !important;
}
.point h3 strong{
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 400%;
	font-weight:bold;
	margin: 0 5px;
	line-height: 1em;
	vertical-align:-0.1em;
	  background: -webkit-linear-gradient(0deg,#28a9d1 0%, #28a9d1 30%, #4eb47a 31%,#4eb47a 49%,#f6d251 50%,#f6d251 74%, #db6c51 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.point ul{
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.point ul li{
	width: 29%;
	margin-bottom: 80px;
	position: relative;
}
.point ul li:nth-child(2),
.point ul li:nth-child(5){
	margin-top:-50px;
}
.point ul li:nth-child(3n){
	margin-right:0;
	margin-top:-100px;
}

.point ul li dt{
	position:relative;
}

.point ul li dt img{
	width:100%;
}
.point ul li dt:after{
	font-family: 'Jost', sans-serif;
	font-size:800%;
	position:absolute;
	bottom:-20px;
	right:20px;
}
.point ul li dt:before {
	content: '';
	position: absolute;
	bottom:-20px;
	right:-40px;
	width: 130px;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.point ul li:nth-child(1) dt:after{
	color:#28a9d1;
	content:"1";
}
.point ul li:nth-child(2) dt:after{
	color:#4eb37a;
	content:"2";
}
.point ul li:nth-child(3) dt:after{
	color:#f6d251;
	content:"3";
}
.point ul li:nth-child(4) dt:after{
	color:#db6c51;
	content:"4";
}
.point ul li:nth-child(5) dt:after{
	color:#28a9d1;
	content:"5";
}
.point ul li:nth-child(6) dt:after{
	color:#4eb37a;
	content:"6";
}
.point ul li dl{
	position: relative;
}
.point ul li dl h5{
	font-weight: bold;
	font-size: 150%;
	padding:0 0 0.3em 0;
	margin:0 0 0.3em 0;
}
  
.point ul li dl h5 span {
	font-size:70%;
	font-weight:500;
	font-family: 'Jost', sans-serif;
	display:block;
}

/*  ---------- end_box ---------- */
.end_box{
	padding:120px 0;
	background:url(bustour_endbox_bg.webp) center;
	background-size:cover;
	margin:0 0 100px 0;
	border:5px solid;
    border-image: linear-gradient(90deg,#28a9d1 0%, #28a9d1 30%, #4eb47a 31%,#4eb47a 49%,#f6d251 50%,#f6d251 74%, #db6c51 75%);
    border-image-slice: 1;
}
.end_box dl{
	width:700px;
	margin:auto;
	background:#fff;
	padding:50px;
	box-sizing:border-box;
}

.end_box dl h5{
    color:#000;
    font-size:170%;
    font-weight:bold;
    margin-bottom:0.8em;
    text-align:center;
}

.end_box dl h5 strong {
    font-size:230%;
    line-height:1em;
    display:block;
    border-bottom:1px solid #666;
    padding-bottom:10px;
    font-feature-settings: "palt";
}
.end_box dl h5 strong em{
	font-family: 'Jost', sans-serif;
    font-size:180%;
	vertical-align:-0.05em;
	line-height:1em
}
.end_box dl h5 strong em:nth-of-type(2){
    display:inline-block;
    transform: rotate(20deg);
}


/*  ---------- 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: 400px;
    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%;
}
.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;
	}
	.point ul li{
		width: 31%;
	}
    .info_box {
        width: 96%;
    }
    .form_box {
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 959px){
	.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;
	}
	.cloud01 {
	background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud01.svg) repeat-x ;
		background-size:250%;
	}
	.cloud02 {
		background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud02.svg) repeat-x;
		background-size:250%;
	}
	.cloud03 {
		background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud03.svg) repeat-x;
		background-size:250%;
	}
	.cloud04 {
		background: url(/event/wp-content/uploads/2022/10/1016_bustour/cloud04.svg) repeat-x;
		background-size:250%;
	}
	.point.bustour{
		padding:0 3% 0px;
	}
}
@media screen and (max-width: 768px) {
	section.main_v {
		margin: 0 auto 0px;
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	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: -60px 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;
	}
	.cloud01 {
		background-size:100%;
	}
	.cloud02 {
		background-size:100%;
	}
	.cloud03 {
		background-size:100%;
	}
	.cloud04 {
		background-size:100%;
	}
	.minibus{
		margin-top:-100px
	}
	
	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:0 3% 50px;
		background: url(point_bg_tree.svg) no-repeat bottom 0px center / 50%,
			linear-gradient(180deg, transparent 0%, transparent 4%, #f9f9f9 4%, #f9f9f9 100%);
	}
	.point h3 {
	    font-size: 200% !important;
		text-align:center;
	}
	.point h3::before,.point h3::after{
		width: 30px;
		height: 30px;
	}
	.point .title_box{
		width:100%;
		margin:0 0 30px 0;
	}
	.point ul li{
		width:48%;
	}
	.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: 639px) {
	section.main_v .main_box ul li img {
		width:90%;
	}
}
@media screen and (max-width: 599px) {
		section.main_v .main_box ul li {
		min-height: 250px;
	}
	.cloud01 {
		background-size:110%;
	}
	.cloud02 {
		background-size:110%;
	}
	.cloud03 {
		background-size:110%;
	}
	.cloud04 {
		background-size:110%;
	}
	.point h3 {
	    font-size: 180% !important;
	}
	.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;
    }
	.end_box{
		padding:50px 0;
	}
	.end_box dl h5{
	    font-size:130%;
	}
	
}

@media screen and (max-width: 519px) {
	.main_ep {
		background: url(ep_bg_cloud.svg) no-repeat top 0px right 0px / 40%,
			url(ep_bg_tree.svg) no-repeat bottom 0px left 0px / 40%;
	}
	.main_ep:before {
		bottom:30px;
		right:-50px;
		width: 120px;
		height: 1px;
	}
	.main_ep:after {
		top:20px;
		left:-50px;
		width: 120px;
		height: 1px;
	}
	section.main_v .main_box {
		margin: -40vw auto 40px;
	}
	section.main_v .main_image_title img.pcImg{
		display:none;
	}
	section.main_v .main_image_title img.spImg{
		width:85%;
		display:
		block;
		margin:auto;
		box-sizing:border-box;
	}
	.main_ep > dd h4 {
		font-size: 130% !important;
	}
	.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 ul li{
		width:100%;
	}
	.point ul li dt:after{
		font-size:800%;
		bottom:-0.05em;
		right:7%;
	}
	.point ul li dt:before {
		bottom:-10px;
		right:-10px;
		width: 100px;
	}
	.end_box dl h5{
	    font-size:100%;
	}
}