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

/* mv */
.sub section#subContainer section.main_v{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
		background:url("/event/wp-content/uploads/2022/06/0619_bustour/20220619_bustour_mainV.webp") repeat center;
	background-attachment:fixed;
	background-size:40%;
}

.sub section#subContainer section.main_v dt{
    width:100%;
    text-align:center;
	margin: 0 0 0px;
}

.sub section#subContainer section.main_v dt img{
    width:80%;
    max-width:650px;
	margin:100px auto 0;
	box-shadow:10px 10px 20px #00000066;
}
.sub section#subContainer section.main_v dd{
    width:90%;
    max-width:800px;
    margin:50px auto;
    padding:30px;
	background:#ffffffee;
	    width:80%;
    max-width:650px;
	box-sizing:border-box;
	box-shadow:10px 10px 20px #00000066;
}
.sub section#subContainer section.main_v dd h4{
	width:100% !important;
    font-size:130% !important;
    font-weight:bold;
    text-align:center;
    line-height:2em;
    margin:0 0 1em 0 !important;
    padding:0 0 0 0;
    border-bottom:1px solid #000;
}

.sub section#subContainer section.main_v dd h4 span{
    display:block;
}

.sub section#subContainer section.main_v .marquee{
    height:170px;
    background:url("/event/wp-content/uploads/2022/06/0619_bustour/bustour_main_v_minibus_bg.svg") repeat-x bottom,
		#71baed;
    position:relative;
    background-size:auto 80%;
}


.sub section#subContainer section.main_v .marquee img {
  height:100px;
  width:auto;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee 7s linear infinite;
  position:absolute;
  bottom:-25px;
}

@keyframes marquee {
  from {
    transform: translate(-100%);
  }
  to {
    transform: translate(0);
  }
}

.sp_only{
	display: none!important;
}

.event_box1.bustour div.title20191208{
	font-size:250% !important;
	font-weight:bold;
	text-align:center;
	color:#ecde5e !important;
	margin:70px auto;
}

.event_box1.bustour div.title20191208 span{
	display:block;
}

ul.column1 {
	margin:30px auto 0;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}

ul.column1 li{
    width:31%;
	box-sizing:border-box;
	background:#fff;
	padding:10px;
	border-radius:10px;
}
ul.column1 li dl dt{
	margin-bottom: 20px;
	overflow:hidden;
	border-radius:5px;
}

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

ul.column1 li dl dd{
	width:95%;
	margin:auto;
}

ul.column1 li dl dd h5{
	color: #4897cd;
	font-size:130%;
	font-weight: bold;
	border:none;
	text-align:center;
	background: url(./20200119_bustour_head_deco.png) no-repeat left center;
	background-size:45px;
}

/* ttl */
.ttl_20220129 {
    font-size: 180% !important;
    font-weight: bold;
    text-align: center;
    color: #2aa8ff !important;
	margin:0 0 30px 0;
}
body#event section#subContainer .main_box .eventSingle .event_box1{
	width:unset;
	margin:unset;
}
.event_box1.bustour{
    margin: 0 calc(50% - 50vw) !important;
	background:#fffcf0;
	padding:70px 0;
}
.event_box1.bustour ol{
	width:96%;
	max-width:1200px;
	margin:auto;
}
.event_box1.bustour div.ttl_20220129 span {
    display: block;
}
.txt_span {
background: linear-gradient(transparent 60%, #fdf286 60%);
background-position: bottom;
position: relative;
padding: 0 0 3px;
}
/* point */
.point.bustour{
	width:96%;
	margin:0 auto 20px;
}
.point h3{
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 70px auto 30px !important;
}
.point h3::before,h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #71baed;
}
  
h3::before {
	margin-right: 10px;
	transform: rotate(-35deg);}
h3::after {
	margin-left: 10px;
	transform: rotate(35deg)
}
.point h3 strong{
	color: #71baed;
	font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: 300%;
	margin: 0 5px;
	line-height: 1;
	vertical-align:middle;
}

.point ul{
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.point ul li{
	width: 31%;
	margin-right:3.5%;
    margin-bottom: 40px;
}
.point ul li:nth-child(3n){
	margin-right:0;
}
.point ul li dt{
	overflow:hidden；
}
.point ul li dt img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.point ul li dl{
	position: relative;
	margin: 0 0;
}
.point ul li dl h5{
	position: relative;
	overflow: hidden;
	padding: 1rem 0rem 1.5rem 110px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 110%;
}
.point ul li dl h5:before {
	position: absolute;
	top: -150%;
	left: -115px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #71baed;
	}
  
.point ul li dl h5 span {
	font-size: 40px;
	font-family: 'Jost', sans-serif;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 0;
	display: block;
	padding-left: 16px;
	color: #fff;
}
.point ul li:last-child{
	position: relative;
}
.point ul li:last-child div{
	font-size:110%;
	font-weight: bold;
    line-height: 2rem;
	padding: 20px;
	position: relative;
	display: inline-block;
	background-color: #fefcf0;
	border-radius: 10px;
}
.point ul li:last-child div:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #fefcf0 transparent;
     border-width: 20px 0 0 20px;
     bottom: -20px;
     right: 35%;
     margin-right: -10px;
}
.point ul li:last-child span{
	color: #29a8ff;
    font-size: 130%;
}
.point ul li:last-child > img{
    width: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*  ---------- info_box ---------- */
.info_box{
	margin: 0 auto 80px !important;
}
.info_box h3{
	font-size: 150% !important;
    text-align: left !important;
    margin: 0 !important;
}
.info_box ul {
	display: flex;
	justify-content: space-between;
}
.info_box ul li:nth-child(1){
	width: 48%;
}
.info_box ul li:nth-child(2){
	width: 50%;
	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;
}

.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;
}
.form_title h5{
	font-size:160%;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px 0;
}
.form_title p{
	font-size:90%;
	padding:5px 2%;
	border:1px solid #333;
	box-sizing:border-box;
}

.form_title > p a{
	color:#E91E63;
}
@media screen and (max-width: 1199px) {
	 .sub section#subContainer section.main_v{
		background-size:70%;
	}
	.point h3{
		font-size:160% !important;
	}
	.info_box{
		width: 96%;
		margin: 0 auto !important;
	}
	.form_box{
		width: 96%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	 .sub section#subContainer section.main_v{
		background-size:85%;
	}
	.sp_only{
		display: block!important;
	}
	
	.pc_only{
		display: none!important;
	}
	ul.column1 {
		display:block;
	}
	ul.column1 li{
	    width: 100%;
		margin-bottom: 30px;
	}
	ul.column1 li dl{
		display:flex;
		justify-content:space-between;
	}
	ul.column1 li dl dt{
		width: 45%;
	}
	ul.column1 li dl dd{
		width: 50%;
		margin:unset;
	}
	ul.column1 li dl dd h5{
		text-align:left;
	}
	
	.event_box1.bustour div.title20191208{
		font-size:200% !important;
		margin:20px auto;
	}
	.point ul li{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-right:0;
	}
	.point ul dt{
		width: 45%;
	}
	.point ul li dl{
		width: 55%;
		margin: 0;
	}
	.point ul li dl dd{
		padding:0 0 0 10px;
	}
	.point ul li:last-child{
		display: unset;
		justify-content:unset;
		width: 100%;
	}
	.point ul li:last-child div{
		width:80%;
		margin:0 auto 30px;
		font-size:110%;
		font-weight: bold;
	    line-height: 2rem;
		padding: 20px;
		position: relative;
		display:block;
		background-color: #fefcf0;
		border-radius: 10px;
	}
	.point ul li:last-child > img{
	    width: 50%;
		max-width:300px;
		display:block;
		position:unset;
		margin:auto;
	}
	.point ul li:last-child div:before {
	     content: '';
	     position: absolute;
	     display: block;
	     z-index: 1;
	     border-style: solid;
	     border-color: #fefcf0 transparent;
	     border-width: 20px 0 0 20px;
	     bottom: -20px;
	     right: 50%;
	     margin-right: -10px;
	}
	.detail_box{
		width: 96% !important;
		margin: 0 auto 20px !important;
	}
	.info_box ul {
		display: block;
		justify-content: unset;
	}
	.info_box ul li:nth-child(1){
		width: unset;
		margin-bottom: 2em;
	}
	.info_box ul li:nth-child(2){
		width: unset;
		height: 40vh;
	}
	.info_box ul li:nth-child(2) iframe{
		width: 100%;
	}

}

@media screen and (max-width: 519px) {
	.sub section#subContainer section.main_v{
		background-size:150%;
	}
	.sp_only{
		display: block!important;
	}
	
	.pc_only{
		display: none!important;
	}
	
	.event_box1.bustour div.title20191208{
		font-size:150% !important;
		margin:20px auto;
	}
	ul.column1 {
		width:96%;
	}
	ul.column1 li dl{
		display:block;
		justify-content:unset;
	}
	ul.column1 li dl dt{
		width: 100%;
	}
	ul.column1 li dl dd{
		width: 100%;
	}
	ul.column1 li dl dd h5{
		font-size:140% !important;
		text-align:center;
	}
	.point ul li{
		display: block;
		width: 100%;
	}
	.point ul li dt{
		width: 100%;
	}
	.point ul li dl{
		width: 100%;
		margin: 0;
	}
	.point ul li h5{
		font-size: 130%;
	}
	.point ul li dl{
	}
	.point h3 {
		font-size: 200% !important;
		text-align:center;
	}
	.point h3 span{
		line-height: 1em !important;
	}
	.point h3::before,h3::after {
		height: 70px;
	}
	.point h3 strong{
		font-size: 200%;
		line-height: 0.9em !important;
		vertical-align:baseline;
	}
	.point h3 strong::before {
		content: "\A" ;
		white-space: pre ;
	}
	.point h3::before {
		margin-right: 10px;
		transform: rotate(-25deg);
	}
	.point h3::after {
		margin-right: 10px;
		transform: rotate(25deg);
	}
	.point ul li h5{
		font-size: 140% !important;
		padding: 0.5rem 1rem 0.5rem 80px;
	}
	.point ul li h5:before {
		top: -80px;
		left: -140px;
		width: 210px;
		height: 250%;
	}
	  
	.point ul li h5 span {
		font-size: 30px;
		padding-left: 10px;
	}
	.point ul li dl dd{
		padding:0 0 0 0;
	}
}