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

/*  ---------- main_v ---------- */
section.main_v {
	width: 100%;
	height: 600px;
	background: url("mainBg.webp?0125") center center / cover no-repeat;
	position: relative;
	margin: 0;
}
section.main_v::after{
	display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    width: 45%;
	min-width: 500px;
	height: 100%;
    background: url("mainV.svg?0125") 0 0 / 100% auto no-repeat;
    transform: translateX(-50%);
}
section.main_v .main_text{
	position: absolute;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
section.main_v .main_text .date{
	font-size: 500%;
	height: 1em;
	margin: 0 0 10px;
    letter-spacing: -0.02em;
}
section.main_v .main_text .date span{
	color: #e01d1d;
}
section.main_v .main_text .time{
	font-size: 300%;
}

.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 140px;
	position:relative;
	background: url(ep_bg_cloud.png) no-repeat top 0px right 65px / 18%,
		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: 'Shippori Mincho', 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: 700% !important;
	font-weight:500 !important;
	font-family: 'Grey Qo', cursive !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: 400%;
	margin:0 0 0.3em 0;
	font-family: 'Grey Qo', cursive !important;
	line-height: 1;
	color: #316496;
}

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

/*  ---------- 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,#ffd500 0%, #ffd500 30%, #fd9114 31%,#fd9114 49%,#eb4e7f 50%,#eb4e7f 74%, #844eab 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-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: 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: #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: '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 .bustour{
		padding: 10% 3%;
	}
	.point .flow ul li{
		font-size: 100%;
	}
	.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 .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%;
		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{

	}
	section.main_v .main_box ul li img {
		width:90%;
	}
}
@media screen and (max-width: 599px) {
	section.main_v{
		height: 100vw;
	}
	section.main_v:after{
		width: 80%;
		min-width: 100px;
	}
	.minibus{
		margin-top: -90px;
	}
	.minibus img{
		width: 180px;
	}
	section.main_v .main_box ul li {
		min-height: 250px;
	}
	.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;
    }
	.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) {
	.main_ep {
		background: url(ep_bg_cloud.png) 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;
	}
	.main_ep > dd h4 span{
		border-top: none;
	}
	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 .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;
		font-size: 350%;
	}
	.end_box dl h5{
	    font-size:100%;
	}
}
