@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/2024/06/0609bustour/cloud01.svg) repeat-x ;
	background-size:150%;
}
.cloud02 {
	background: url(/event/wp-content/uploads/2024/06/0609bustour/cloud02.svg) repeat-x;
	background-size:150%;
}
.cloud03 {
	background: url(/event/wp-content/uploads/2024/06/0609bustour/cloud03.svg) repeat-x;
	background-size:150%;
}
.cloud04 {
	background: url(/event/wp-content/uploads/2024/06/0609bustour/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 100px;
	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;
}



/*  ---------- point ---------- */
.point.bustour{
	margin: 0 auto 60px;
	background: #EAEFF4;
	padding: 100px 50px;
	position: relative;
}
.point .title_box{
	position: absolute;
	top: -80px;
}
.point .title_box h3{
	margin: 0px 0px !important;
	font-size: 600% !important;
	font-weight:500 !important;
	font-family: 'Jost', sans-serif !important;
}
.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: #316496;
	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 #EAEFF4;
	top: -7px;
	left: 0;
	z-index: 1;
}
.point .flow ul li:after{
	border: solid 25px transparent;
	border-left: solid 10px #316496;
	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 .detail ul{
	margin:auto;
	width: 80%;
}
.point .detail ul li{
	margin-bottom: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.point .detail ul li:last-child{
	margin-bottom: 0;
}
.point .detail ul li dt{
	width: 35%;
}

.point .detail ul li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.point .detail ul li dl{
	width: 60%;
}
.point .detail ul li dl h5{
	font-size: 300%;
	margin:0 0 0.3em 0;
	font-family: 'Jost', sans-serif !important;
	line-height: 1;
	color: #316496;
}
.point .detail ul li dl h5 span {
	font-size:40%;
	font-weight:bold;
	display:block;
	color: #000;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*  ---------- 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%;
}

/*  ---------- info_box item_box ---------- */
.info_box .item_box{
	background: #EAEFF4;
    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: #316496;
    font-family: 'Jost', sans-serif !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){
	.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/2024/06/0609bustour/cloud01.svg) repeat-x ;
		background-size:250%;
	}
	.cloud02 {
		background: url(/event/wp-content/uploads/2024/06/0609bustour/cloud02.svg) repeat-x;
		background-size:250%;
	}
	.cloud03 {
		background: url(/event/wp-content/uploads/2024/06/0609bustour/cloud03.svg) repeat-x;
		background-size:250%;
	}
	.cloud04 {
		background: url(/event/wp-content/uploads/2024/06/0609bustour/cloud04.svg) repeat-x;
		background-size:250%;
	}
	.point .flow ul li{
		font-size: 100%;
	}
	.point .detail ul{
		width: 100%;
	}
}
@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: 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%;
		left: 50%;
		transform: translateX(-50%);
	}
	.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.bustour{
		margin:  15% 0;
	}
	.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 .flow{
		display: none;
	}
	.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;
		font-size: 350%;
	}
	.end_box dl h5{
	    font-size:100%;
	}
}