@charset "UTF-8";

main{
	padding-bottom: 150px;
}
.content_head {
    height: 200px;
    position: relative;
    overflow: hidden;
    background: url(../img/bus/bg01.png) center / 17px 17px;
    border-bottom: 1px solid #f4f4f4;
}
.content_head .sec {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
}
.head_ttl {
    margin-top: 0px;
    position: relative;
    z-index: 1;
    height: 165px;
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.head_ttl img{
    height: 135px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb {
    margin-top: 0;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec{
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.bus_ttl01{
	color: #fa858e;
	text-align: center;
	font-size: 24px;
    position: relative;
    background: url(../img/bus/bg01.png) center / 17px 17px;
    line-height: 50px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 700;
}

.anchor {
    visibility: hidden !important;
    height: 0px !important;
    pointer-events: none !important;
    margin-top: -30px;
    position: absolute;
}
.contentWrap {
    padding-top: 60px;
}
@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
.content_subttl{
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	background-color: #fcf1f2;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}
.wrap_inner2 .content_subttl{
	margin-top: 100px;
}
.event_con2{
	display: flex;
	justify-content: space-between;
}
.event_wrap .event_con.event_con2 .event_conTxt{
	width: 460px;
	display: flex;
	flex-direction: column;
}
.event_wrap .event_con.event_con2 .conttl{
	line-height: 1.58;
}
.event_wrap .event_con.event_con2 .contxt{
	padding-bottom: 40px;
}
.event_wrap .event_con.event_con2 .event_conImg{
	margin-top: auto;
}

/*pitapa_wrap*/
.pitapa_wrap{
	margin-top: 100px;
}
.pitapa_wrap .wrap_inner{
	background-color: #fcf1f2;
	padding: 45px;
	position: relative;
}
.pitapa_wrap h4{
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	font-weight: 700;
}
.pitapa_wrap .wrap_inner > p {
	font-size: 15px;
	line-height: 2;
	margin-top: 50px;
}
.pitapa_wrap .wrap_inner > p span {
	color: #fa858e;
}
.pitapa_wrap_sub{
	width: 474px;
}
.pitapa_wrap_sub .box1_ttl{
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	color: #fa858e;
	font-weight: 700;
	margin-top: 45px;
}
.pitapa_wrap_sub .box1 ul {
	margin-top: 15px;
}
.pitapa_wrap_sub .box1 ul li {
    position: relative;
    padding-left: 30px;
}
.pitapa_wrap_sub .box1 ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fa858e;
    position: absolute;
    top: 12px;
    left: 0;
}
.pitapa_wrap_sub .box1 ul li p {
    position: relative;
    font-size: 15px;
    line-height: 2;
}
.pitapa_wrap_sub .box2 {
    position: absolute;
    right: 60px;
    bottom: 50px;
    width: 358px;
}
.pitapa_wrap_sub .box2 p {
	font-size: 12px;
	line-height: 1.66;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.wrap_inner{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.breadcrumb_outer {
	    width: 100%;
	    height: 35px;
	    background: #fff;
	    display: flex;
	    align-items: center;
	}
}
@media screen and (min-width:681px) and (max-width:1200px) {
    .breadcrumb_outer {
	    padding-left: 20px;
	}}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	main{
		padding-bottom: 50px;
	}
	.content_head {
	    height: auto;
	    background: url(../img/bus/bg01.png) center / 13px 13px;
	    border-bottom: none;
	}
	.head_ttl {
	    margin-top: 0px;
	    position: relative;
	    z-index: 1;
	    height: auto;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 5% 0;
	    max-width: 450px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.head_ttl img {
	    height: auto;
	    width: 100%;
	}
	.bus_ttl01 {
	    font-size: 20px;
	    background: url(../img/bus/bg01.png) center / 13px 13px;
	    line-height: 50px;
	    margin-top: 60px;
	    margin-bottom: 30px;
	}
	.wrap_inner {
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.contentWrap {
	    padding-top: 30px;
	}
	.content_subttl {
	    font-size: 18px;
	    margin-bottom: 30px;
	}
	.pitapa_wrap {
	    margin-top: 70px;
	}
	.pitapa_wrap h4 {
	    font-size: 20px;
	    line-height: 1.45;
	}
	.pitapa_wrap .wrap_inner {
	    padding: 25px 5%;
	}
	.pitapa_wrap .wrap_inner > p {
	    line-height: 1.8;
	    margin-top: 20px;
	}
	/*.pitapa_wrap .wrap_inner > p span {
	    margin-top: -1em;
	    position: relative;
	    display: block;
	}*/
	.pitapa_wrap_sub {
	    width: 100%;
	}
	.pitapa_wrap_sub .box2 {
	    position: relative;
	    right: auto;
	    bottom: auto;
	    width: 100%;
	    margin-top: 15px;
	}
	.pitapa_wrap_sub .box1_ttl {
	    font-size: 16px;
	    margin-top: 30px;
	}
	.pitapa_wrap_sub .box1 ul li {
	    padding-left: 20px;
	}
	.pitapa_wrap_sub .box1 ul li p {
	    line-height: 1.7;
	}
	.pitapa_wrap_sub .box1 ul li::before {
	    top: 10px;
	}
	.pitapa_wrap_sub .box2 p {
	    line-height: 1.36;
	    top: -10px;
	    position: relative;
	    left: 10px;
	}
	br:not(.noneSP) + br:not(.noneSP){
		display: none;
	}
}

/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}











/* contentWrap sec01　bus_nav
***************************************************************/

.bus_nav{
	margin-top: 30px;
}
.bus_nav .inner {
    width: 100%;
}
.bus_nav .inner a {
    height: 110px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.bus_nav .inner a::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/common/arrow_p_u.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 16px;
    right: calc(50% - 12px);
    transform: translateY(0);
    transition: 0.3s;
}

.bus_nav_events{
	display: flex;
	justify-content: space-between;
}
.bus_nav_events a{
	width: calc((100% - 10px) / 3);
	border: 1px solid #fa858e;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.bus_nav_events a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 1px solid #fa858e;
    border-bottom: 1px solid #fa858e;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(calc(-50% - 6px)) rotate(45deg) ;
    transition: 0.3s;
}


.bus_nav .inner a.nolink {
	pointer-events: none;
	color: #ccc;
}
.bus_nav .inner a.nolink::before {
    background-image: url(../img/common/arrow_nolink.svg);
}

.sec01.reverse .bus_nav{
	margin-top: 90px;
}
.sec01.reverse .bus_nav .inner a::before {
    bottom: auto;
    top: 16px;
    transform: translateY(0) rotate(180deg);
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.bus_nav .inner {
	    max-width: 1200px;
	    display: flex;
	}
	.bus_nav .inner a:hover{
		color: #fa858e;
	}
	.bus_nav .inner a:hover::before {
	    transform: translateY(5px);
	}
	.bus_nav .inner a {
	    width: calc(100% / 5);
	    flex-shrink: 0;
	    line-height: 1.5;
	    border-left: 1px solid #fa858e;
	    padding-bottom: 2.3em;
	}
	.bus_nav .inner a:last-child{
		border-right: 1px solid #fa858e;
	}
	.bus_nav_events a:hover{
		color: #fff;
		background: #fa858e;
	}
	.bus_nav_events a:hover::after{
	    border-right: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	}


	.sec01.reverse .bus_nav .inner a {
	    padding-top: 2.3em;
	    padding-bottom: 0;
	}
	.sec01.reverse .bus_nav .inner a:hover::before {
	    transform: translateY(-5px) rotate(180deg);
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.bus_nav .inner {
	    width: 90%;
	    margin: 0 auto;
	}
	.bus_nav .inner a {
	    border-top: 1px solid #fa858e;
	    height: 80px;
	}
	.bus_nav .inner a:last-child{
		border-bottom: 1px solid #fa858e;
	}
	.bus_nav .inner a::before {
	    top: 0;
	    bottom: 0;
	    left: initial;
	    right: 0;
	    margin: auto;
	}
	.bus_nav_events {
	    flex-direction: column;
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.bus_nav_events a {
	    width: 100%;
	    line-height: 60px;
	}
	.bus_nav_events a + a {
		margin-top: 10px;
	}

	.sec01.reverse .bus_nav .inner a::before {
	    top: 0;
	    bottom: 0;
	    left: initial;
	    right: 0;
	    margin: auto;
	}

}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}




/* 過去のバスまつり
***************************************************************/

.event_wrap .wrap_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  position: relative;
}

.event_wrap .event_con{
	width: calc((100%  - 70px) / 3);
	background-color: #fcf1f2;
	padding: 10px 5px 15px;
}
.kaisu{
	font-weight: 700;
	font-size: 13px;
	color: #fa858e;
	text-align: center;
}
.kaisu span{
	font-weight: 700;
	font-size: 24px;
	color: #fa858e;
}
.event_wrap .event_con .event_conImg{
	max-width: 205px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
.event_wrap .event_con .event_conTxt{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	line-height: 1.5;
}
.event_wrap .event_con .event_conTxt *:nth-child(n + 3){
	margin-top: 4px;
}
.event_wrap .event_con .event_conTxt .conttl{
	font-size: 13px;
	width: 117px;
	padding-left: 2em;
	position: relative;
}
.event_wrap .event_con .event_conTxt .conttl::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fa858e;
    position: absolute;
    top: 0.5em;
    left: 0.7em;
}
.event_wrap .event_con .event_conTxt .contxt{
	font-size: 13px;

	width: calc(100% - 117px);
}

.event_wrap .event_con.nolink {
	pointer-events: none;}


.btn_dummy{
	background-color: #fa858e;
	color: #fff;
	position: relative;
    line-height: 35px;
    text-align: center;
    padding-right: 1em;
    margin-top: 8px;
    border:1px solid #fa858e;
    transition: .3s ease;
}

.btn_dummy::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    transform: rotate(
-45deg
);
    transition: .3s ease;
}

.archive-list::after{
	position: relative;
  content: "";
  width: calc((100%  - 70px) / 3);
  height: 0;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.event_wrap .event_con {
	    display: flex;
	    flex-direction: column;
	}
	.event_wrap .event_con .event_conTxt *:last-child{
		padding-bottom: 8px;
	}
	.event_wrap .event_con .btn_dummy{
		margin-top: auto;
	}
	.event_wrap .event_con:hover .btn_dummy{
		background-color: #fff;
		color: #fa858e;
	}
	.event_wrap .event_con + .event_con + .event_con + .event_con{
		margin-top: 30px;
	}

	.event_wrap .event_con:hover .btn_dummy::after {
	    border-right: 1px solid #fa858e;
	    border-bottom: 1px solid #fa858e;
	    /*right: 10px;*/
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.event_wrap .event_con {
	    flex-direction: column;
	    width: 100%;
	}
	.event_wrap .event_con + .event_con{
		margin-top: 20px;
	}
	.event_wrap .event_con .event_conTxt {
	    width: 100%;
	    margin-top: 10px;
	}
	.event_wrap .event_con .event_conTxt .conttl {
	}
	.event_wrap .event_con .event_conImg {
	    max-width: 320px;
	    width: 70%;
	    margin-top: 10px;
	}
	.sonota_event {
	    border-top: 4px solid #fa858e;
	    border-bottom: 4px solid #fa858e;
	    font-size: 16px;
	    margin-top: 45px;
	}
	.wrap_inner2 .content_subttl {
	    margin-top: 50px;
	}
	.event_wrap .event_con.event_con2 .event_conTxt + .event_conTxt{
		margin-top: 50px;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}


/* slider
***************************************************************/



.slider_wrap {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.slider_wrap .slide {
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider_ttl{
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
.slider_wrap + .slider_wrap {
	margin-top: 45px;
}

.slick-arrow{
	background-color: #fa858e;
	border-radius: 30px;
	width: 48px;
	height: 48px;
	z-index: 5;
	transition: .3s ease;
}
.slick-prev {
    left: -68px;
}
.slick-next {
    right: -68px;
}
.slick-prev:before {
    content: '';
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #fff;
    display: block;
    border-left: 1px solid #fff;
    transform: rotate(
45deg
);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -6px;
}
.slick-next:before {
    content: '';
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #fff;
    display: block;
    border-right: 1px solid #fff;
    transform: rotate(
-45deg
 );
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -4px;
    margin-top: -6px;
}
.movie_con{
	margin-left: auto;
	margin-right: auto;
}
.movie_con video{
	width: 650px;
	height: auto;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #fa858e;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.slick-prev:hover, .slick-next:hover {
	    opacity: 0.7;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.slider_wrap {
	    width: 100%;
	}
	.slider_ttl {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.slider_wrap .slide {
	    height: 58vw;
	}
	.slick-arrow {
	    width: 32px;
	    height: 32px;
	}
	.slick-next {
	    right: -5%;
	}
	.slick-prev {
	    left: -5%;
	}
	.movie_con video {
	    width: 100%;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}



/* 1-13回
***************************************************************/


.kakobus2{
	display: flex;
	flex-wrap: wrap;
}

.event_wrap .event_con2{
	width: calc((100%  - 100px) / 6);
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	    justify-content: flex-start;
}
.btn_dummy2 {
    line-height: 25px;
    background: #fa858e;
    color: #fff;
    font-size: 11px;
    padding-right: 1em;
    border:1px solid #fa858e;
    position: relative;
    text-align: center;
    transition: .3s ease;
	    margin-top: auto;
}
.btn_dummy2::after {
    content: '';
    width: 15px;
    height: 11px;
    background-image: url(../img/about/file_icon_on.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -6px;
    z-index: 2;
    transition: .3s ease;
}
.event_wrap .event_con2 .event_conImg{
	margin-top: 8px;
	flex-shrink: 0;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.event_wrap .event_con2:nth-child(6n){
		margin-right: 0px;
	}
	.event_wrap .event_con2 + .event_con2 + .event_con2 + .event_con2 + .event_con2 + .event_con2 + .event_con2{
		margin-top: 20px;
	}
	.event_wrap .event_con2:hover .btn_dummy2 {
	    background: #fff;
	    color: #fa858e;
	}
	.event_wrap .event_con2:hover .btn_dummy2::after {
	    background-image: url(../img/about/file_icon_off.png);
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){

	.event_wrap .event_con2{
		width: calc((100%  - 20px) / 2);
		display: flex;
		flex-direction: column;
		margin-right: 20px;
	}
	.event_wrap .event_con2:nth-child(2n){
		margin-right: 0px;
	}
	.event_wrap .event_con2 + .event_con2 + .event_con2{
		margin-top: 20px;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}

@media all and (max-width: 960px){
  .btn_dummy{
    transition: none;
  }
  .btn_dummy2 {
    transition: none;
  }
  .btn_dummy2::after {
    transition: none;
  }
}






/* aaaaa
***************************************************************/


/*--------------------PC--------------------*/
@media all and (min-width:681px){

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}

.cap{
    font-size: 12px;
    line-height: 1.4;
    color: #fa858e;
    margin-top: 10px;
    padding: 0 10px;
}




