@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: 60px;
    margin-bottom: 50px;
    font-weight: 700;
}

.anchor {
    visibility: hidden !important;
    height: 0px !important;
    pointer-events: none !important;
    margin-top: 40px;
    position: absolute;
}
.contentWrap {
    padding-top: 60px;
}

.attention {
	margin: 0 auto 1.5em;
  text-align: center;
	font-size: 20px;
	color: red;
}

.attention a {
	text-decoration: underline;
	color: red;
}

.attention a:hover {
	color: black;
}

.wrap_inner .reception{
	margin: 0 auto 2em;
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
    color: red;
}
.t_red{
    color: red;
}

.sec00.info_cancel .wrap_inner{
	margin-top: 0;
/*    border: 2px solid #ff0000;
    border-radius: 15px;
	padding: 20px;
*/
}

.wrap_inner .cancel{
	margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 24px;
    color: red;
}
.sec00.info_cancel .wrap_inner a {
	margin: 25px auto 60px;
}

.mt_00{
	margin-top:0!important;
}

.btn_center{
	margin-left: auto;
	margin-right: auto;
	font-size:18px;
}
.naiyou_wrap p{
	line-height:1.6;
}

.btn_left01{
	margin-left: auto;
	margin-right:3%;
	font-size:18px;
}
.underline-link {
	text-decoration: underline;
}

@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
/*--------------------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;
	}
	.underline-link:hover{
		color: #fa858e;
	}
}
@media screen and (min-width:681px) and (max-width:1200px) {
    .breadcrumb_outer {
	    padding-left: 20px;
	}}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.dp_pc{ display: none;}
	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;
	}
	.anchor {
	    margin-top: 30px;
	}
	.contentWrap {
	    padding-top: 30px;
	}

	.sec02 .bus_ttl01 {
		margin-top:40px;
	}

.btn_left01{
	margin-right:auto;
}


}

/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}



/* contentWrap sec01　おしらせ
***************************************************************/
.news_wrap {
    max-width: 1200px;
    background-color: #fcf1f2;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 60px;*/
    padding: 30px 100px 20px;
    width: 100%;
}
.news_ttl {


    font-size: 20px;
    color: #fa858e;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.news_wrap ul{
	height: 80px;
	overflow-y: scroll;
}
.news_wrap ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.33;
	display: flex;
}
.news_wrap ul li span{
	font-size: 15px;
	line-height: 1.33;
	font-weight: 700;
	width: 120px;
	flex-shrink: 0;
}
.news_wrap ul li p{
	font-size: 15px;
	line-height: 1.33;
	width: calc(100% - 120px);
	flex-shrink: 0;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.news_wrap {
	    /*margin-top: 30px;*/
	    padding: 30px 30px;
	    width: 90%;
	}
	.news_ttl {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.news_wrap ul {
	    height: 150px;
	}
	.news_wrap ul li {
	    font-size: 14px;
	    line-height: 1.6;
	    flex-direction: column;
	}
	.news_wrap ul li span {
	    width: 100%;
	}
	.news_wrap ul li p {
	    font-size: 15px;
	    line-height: 1.6;
	    width: 100%;
	    margin-top: 5px;
	    text-align: justify;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}


/* bus_nav
***************************************************************/
.bus_nav{
	margin-top: 30px;
}
.bus_nav .inner {
    width: 100%;
}
.bus_nav .inner a {
    height: 110px;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    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 .inner a.nolink {
	pointer-events: none;
	color: #ccc;
}
.bus_nav .inner a.nolink::before {
    background-image: url(../img/common/arrow_nolink.svg);
}
/*--------------------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;
	}

}
/*--------------------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;
	}

}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}


/* sec00 バナー
***************************************************************/
	.sec00 .wrap_inner{
		margin:60px auto 0px;
	}
.online_wrap {
    max-width: 1000px;
    margin: auto auto 60px;
    padding-bottom: 60px;
    background-color: #fcf1f2;
    border-radius: 10px;
    overflow: hidden;
}
.online_inner {
    max-width: 720px;
    margin: auto;
}
.online_ttl{
	color: #ffffff;
	text-align: center;
	font-size: 24px;
    background-color: #fa858e;
    line-height: 1.3;
    width: 100%;
    margin-bottom: 30px;
    padding: .4em 1em;
    font-weight: 700;
}
.online_wrap .sec03_list a {
    transition: color 0.3s ease;
}
.online_wrap .sec03_list a:hover {
    color: #fa858e;
}
.online_wrap p {
    margin-top: 1em;
	font-size: 15px;
	line-height: 2;
}
.online_wrap .banner {
    border-right-color: #ffffff;
}
.online_wrap .banner .notes {
	display: block;
    color: #fa858e;
    font-weight: 500;
}
.online_wrap .banner img {
	max-width: 100%;
    height: auto;
    margin: auto;
}
.online_wrap .notes2 li{
	font-size:15px;
	margin-top:10px;
	text-indent:-1em;
	margin-left:1em;
	line-height:1.8;
}


.online_wrap .notes2 li .link_u {
	text-decoration:underline;
}
.online_wrap .notes2 li .link_u:hover {
    color: #fa858e;
	text-decoration:none;
}

.application-banner {
	display: flex;
	justify-content: space-between;
	padding: 22px 20px 22px 40px;
	border: 1px solid #cccccc;
}

.application-banner__item {
	width: 50%;
}

.application-banner__text {

	margin-right: 45px;
	text-align: center;
}

.application-banner__link {
	display: flex;
	flex-direction: column;
}

a.application-banner__link:hover {
	opacity: 0.7;
}

.application-banner__title {
	margin-bottom: 20px;
	padding-top: 5px;
	font-size: 36px;
	font-weight: bold;
}

.application-banner__state {
	display: block;
	padding: 15px 20px;
	background-color: #ffda65;
	font-size: 29px;
	font-weight: bold;
	color: #ff0500;
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.sec00 .wrap_inner{
		margin:20px auto 0px;
	}
    .online_wrap {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
    .online_inner {
        max-width: 90%;
        margin: auto;
    }
    .online_ttl {
	    font-size: 20px;
	    padding: .8em;
	}
	.application-banner {
		padding: 11px 10px 11px 15px;
	}
	.application-banner__text {
		margin-right: 15px;
	}
	.application-banner__title {
		margin-bottom: 10px;
		font-size: 3vw;
	}
	.application-banner__state {
		padding: 5px 2px;
		font-size: 2.5vw;
	}
}



/* sec02　バスまつりとは
***************************************************************/

.matusi_wrap_inner--left .box1 {
    display: flex;
    align-items: baseline;
}
.matusi_wrap_inner--left p.txt1{
	font-size: 26px;
	line-height: 1.61;
	font-weight: 700;
}
.matusi_wrap_inner--left p.txt2{
	margin-top: 30px;
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.sec02 .wrap_inner{
		display: flex;
		justify-content: space-between;
	}
	.matusi_wrap_inner--left{
		width: 430px;
		margin-right: 55px;
		flex-shrink: 0;
	}
	.matusi_wrap_inner--left .box1 .surutto_logo {
	    width: 146px;
	    height: auto;
	    margin-right: 8px;
	    top: -8px;
	    position: relative;
	}
	.matusi_wrap_inner--left .box1 .bus_logo{
		width: 237px;
		height: auto;
		margin-right: 7px;
	}
	.matusi_wrap_inner--right{
		width: 510px;
		height: auto;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.matusi_wrap_inner--left p.txt1{
		font-size: 20px;
		line-height: 1.61;
	}
	.matusi_wrap_inner--left p.txt2{
		margin-top: 20px;
	}







	.matusi_wrap_inner--right{
		margin-top: 15px;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}




/* sec03　概要
***************************************************************/


/*
.sec03 .wrap_inner{
	display: block;
}*/

/*.sec03_list{
	display: block;
}*/
.sec03_list .ttl{
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	letter-spacing: 0.1em;
	width: 190px;
}
.sec03_list .ttl::before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fa858e;
	position: absolute;
	top: 12px;
	left: 0;
}
.sec03_list .sub {
    font-size: 15px;
    width: calc(100% - 190px);
}
.sec03_list .txt_event_end {
    color: #e60012;
}

.list_txt .sub{
	line-height: 2;
}
.list_txt .sub p{
	position: relative;
	padding-left: 30px;
}
.ggmap {
	/*height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;*/
	height: 350px;
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
.ggmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.other_link {
	position: relative;
    margin-right: 30px;
}
.other_link::after {
    content: '';
    width: 20px;
    height: 15px;
    background-image: url(../img/about/file_icon_off.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -7px;
}
.fee_link {
    /*display: block;
    text-align: right;*/
    color: #fa858e;
}
.map_link{
    display: block;
    text-align: right;
    color: #fa858e;
    margin-top: 10px;
}

dl.orange_in{
	margin-bottom:3em;
	border:2px solid #ffda65;
	border-radius:15px;
	font-size:15px;
}

dl.orange_in dt{
	border-radius: 10px 10px 0 0;
	background:#ffda65;
	padding:1em;
	color:red;
	font-size:20px;
	font-weight:bold;
}




dl.orange_in dd{
	line-height:1.8;
	padding:1em;
}

.orange_in span.red_b2{
	color:red;
}


.COVID-19{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */}






.COVID-19 li:first-child{
	width:80%;
	margin-right:2%;
}

.COVID-19 li:last-child{
	width:18%;
	margin-top:60px;
}


.COVID-19 dl{
	margin:3em auto 2em;
}

.COVID-19 dl dt{
	line-height:1.8;
	font-weight:bold;
	border-bottom:2px solid #fa858e;
	margin-bottom:1em;
	padding-bottom:0.3em;
	font-size: 18px;
}

.COVID-19 dl dd{
	line-height:1.8;
	font-size: 15px;
}


@media all and (max-width:680px){
.COVID-19{
		display:block;
	}

.COVID-19 li:first-child{
	width:100%;
}

.COVID-19 li:last-child{
	width:60%;
	text-align:center;
	margin:2em auto 0em;
}

}


dl.Sponsorship{
	margin-top:2em;
	line-height:2;
}

dl.Sponsorship dt{
	margin-top:1em;
}


.sec03 a.link_blue {
	color:blue;
	text-decoration:underline;
}

.sec03 a.link_blue:hover {
	color:blue;
	text-decoration:none;
}

.sec03 a.link_red {
	color:red;
	text-decoration:underline;
	line-height:1.8;
}

.sec03 a.link_red:hover {
	color:red;
	text-decoration:none;
}


/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.sec03_list li{
		display: flex;
		padding: 15px 0;
		line-height: 2;
	}
	.other_link:hover {
		opacity: 0.7;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){

	.sec03_txt{
		margin-top: 15px;
	}
	.sec03_list{
		margin-top: 15px;
	}
	.sec03_list li{
		padding: 10px 0;
		line-height: 2;
	}
	.sec03_list li:first-child{
		padding-top: 0;
	}
	.sec03_list .ttl{
		padding-left: 20px;
		width: 100%;
		font-weight: 500;
	}
	.sec03_list .sub {
	    padding-left: 20px;
	    width: 100%;
	}
	.ggmap {
		height: 300px;
		width: 100%;
	}
	.fee_link {
	    white-space: nowrap;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}



/* sec04　参加事業者
***************************************************************/
.sec04-box + .sec04-box {
	margin-top: 50px;
}

.sec04-box_title {
	font-weight: 500;
}

.sec04_list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 25px;
}
.sec04_list li{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec04_list li span{
	height: 125px;
	width: auto;
}
.sec04_list li span img{
	height: 100%;
	width: auto;
}
.sec04_list li p{
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0;
}
.sec04 .wrap_inner .txt1 {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
}
.sec04 .wrap_inner .txt2{
	margin-top: 10px;
	font-size: 15px;
	text-align: right;
}


.sec04_list2{
	display: block;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 50px;
	font-size: 14px;
	padding-right: 50px;
	line-height: 1.6;
}


/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.sec04 .wrap_inner .txt1{
		float: left;
	}
	.sec04 .wrap_inner{
		clear: both;
	}
	.sec04_list li + li + li + li + li + li{
		margin-top: 55px;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.sec04_list li {
	    width: 50%;
	}
	.sec04_list li + li + li{
		margin-top: 30px;
	}
	.sec04_list li p {
	    margin-top: 10px;
	}
	.sec04_list2{
	display: block;
	margin-top: 20px;
	padding:0px 25px 25px;
	font-size:12px;
	line-height:2;
}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}



/* sec05 イベント内容
***************************************************************/
.sec05 .wrap_inner{
	display: flex;
	justify-content: space-between;
}
.naiyou_wrap_inner--left{
	width: 70%;

}
.naiyou_wrap_inner--left p{
	font-size: 15px;
	line-height: 2;
}
.naiyou_wrap_inner--right{
	width: 40%;
  text-align: center;
}
.naiyou_wrap_inner--right img {
  /* max-height: 250px; */
  width: auto;
}
.pink_btn{
	background-color: #fa858e;
	width: 360px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid #fa858e;
	margin-top: 45px;
	position: relative;

}

.pink_btn::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/common/arrow_p.png);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    right: 18px;
    transform: translateX(0);
    transition: 0.3s;
    margin-top: 0.02em !important;
}
/*--------------------PC--------------------*/

@media all and (min-width:681px){
	.pink_btn:hover{
		background-color: #fff;
		color: #fa858e;
	}

	.pink_btn:hover::before {
	    background-image: url(../img/common/arrow_w.png);
	    /*transform: translateX(5px);*/
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.sec05 .wrap_inner {
	    flex-direction: column;
	    align-items: center;
	}
	.naiyou_wrap_inner--left {
	    width: 100%;
	}
	.pink_btn {
	    width: 100%;
	    height: 60px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #fff;
	    border: 1px solid #fa858e;
	    margin-top: 25px;
	    position: relative;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-right: 1em;
	}
	.naiyou_wrap_inner--right {
	    width: 100%;
	    margin-top: 25px;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}



/* sec06 過去のバスまつり
***************************************************************/



.sec06 .naiyou_wrap p{
	line-height:1.6;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}

/* 事前応募
***************************************************************/
.entry_wrap p {
	font-size: 15px;
	line-height: 2;
}

.agree {
	margin-top: 60px;
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

.agree-checkbox {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding: 0;
	line-height: 1.3;
	vertical-align: middle;
	cursor: pointer;
}

.agree-checkbox__input {
	position: absolute;
	opacity: 0;
}

.agree-checkbox__text {
	display: inline-block;
	z-index: 1;
	position: relative;
	min-height: 20px;
	padding-left: 28px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
}

.agree-checkbox__text::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	z-index: 2;
	content: "";
}

.agree-checkbox__text::after {
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 10px;
	height: 10px;
	content: "";
}

.agree-checkbox__input:checked + .agree-checkbox__text::after {
	transform: rotate(45deg);
	border-width: 0 3px 3px 0;
	border-style: solid;
	border-color: #aaaaaa;
}

.application-box {
	font-size: 15px;
	margin-top: 60px;
}

.application-box__text {
	line-height: 2;
}

.application-btn-box {
	display: flex;
	margin: 0 -5px;
}

.application-box__title {
	margin-bottom: 10px;
}

.application-btn-box__btn {
	width: calc(25% - 10px);
	margin: 0 5px 20px;
}

.application-btn-box__btn .pink_btn {
	width: 100%;
	margin-top: 20px;
	font-size: 17px
}

.page-close {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #cccccc;
	text-align: center;
}

.page-close__btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-size: 15px;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/*--------------------PC--------------------*/

@media all and (min-width:681px){
	.application-btn-box__btn .pink_btn:hover {
		background-color: #fa858e;
		color: #fff;
		cursor: auto;
	}

	.application-btn-box__btn .pink_btn.is-enabled:hover {
		background-color: #fff;
		color: #fa858e;
		cursor: pointer;
	}

	.application-btn-box__btn .pink_btn:hover::before {
		background-image: url(../img/common/arrow_p.png);;
	}

	.application-btn-box__btn .pink_btn.is-enabled:hover::before {
		background-image: url(../img/common/arrow_w.png);;
	}

	.email {
		padding-left: 10px;
	}
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.application-btn-box {
		flex-wrap: wrap;
	}
	.application-btn-box__btn {
		width: calc(50% - 10px);
	}
	.application-btn-box__btn .pink_btn {
		margin-top: 10px;
	}
	.email {
		display: block;
	}
}

/* 2026/04/22追加
***************************************************************/

a.here {
	text-decoration: underline;
}
a.here:hover {
	color:#fff;
	background: #fa858e;
}

.bold {
	font-weight: bold !important;
}

.venue {
	display: flex;
	flex-wrap: wrap;
}

.venue dt,
.venue dd {
	line-height: 1.6;
	margin-bottom: 20px;
}

.venue dt {
	width: 20%;
	font-weight: bold;
	margin-bottom: 10px;
}

.venue dd {
	width: 80%;
	margin-bottom: 10px;
}

.sponser_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-width: 375px;
}

.sponser {
	width: 18%;
	margin: 10px;
}

.sponser img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.sponser.noborder {
	border: none;
}

.sponser_text {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

@media (max-width:680px) {

	.venue dt,
	.venue dd {
		width: 100%;
	}

	.sponser {
		width: 40%;
	}

	.sponser.noborder {
		display: none;
	}
}

@media (min-width:681px) {
	.naiyou_wrap_inner--right {
		margin-left: 20px;
	}
}

/* aaaaa
***************************************************************/


/*--------------------PC--------------------*/
@media all and (min-width:681px){

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}




