@charset "utf-8";
/* CSS Document */
#paraspot-page{
	width: 100%;
	margin: 90px 0 0;
}
#paraspot-page .breadcrumbs{
	width: 1180px;
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
}
#paraspot-page .breadcrumbs a{
	color: #aaaaaa;
}
#paraspot-page .breadcrumbs ol{
	display: flex;
	margin: 0 10px;
}
#paraspot-page .breadcrumbs li::after{
	content: '>';
	display: inline-block;
	padding: 0 10px; /*左右に余白*/
	color: #aaaaaa;
}
#paraspot-page .breadcrumbs li:last-child::after{
	display: none;
}
#paraspot-page .paraspot-kv{
	margin: 0 0 60px;
}
#paraspot-page .paraspot-kv img{
	width: 100%;
}
#paraspot-page .paraspot-kv-text{
	width: 1325px;
	margin: 0 auto;
}
#paraspot-page .paraspot-kv-text p{
	padding: 66px 0 0;
	font-size: 24px;
	text-align: center;
}
#paraspot-page .paraspot-kv-text .paraspot-title {
	padding-top: 66px;
}
#paraspot-page .paraspot-kv-text .paraspot-info p.text {
	padding-top: 0;
	text-align: left;
	max-width: 615px;
	margin-inline: auto;
	font-size: 17px;
	line-height: 26px;
}
#paraspot-page .paraspot-kv-text .paraspot-info .button {
	text-align: center;
}
#paraspot-page .paraspot-kv-text .paraspot-info .button a {
	display: inline-block;
	padding: 15px 30px;
	background: #ccc;
	border-radius: 100vmax;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#paraspot-page .paraspot-schedule,
#paraspot-page .paraspot-cooperation,
#paraspot-page .paraspot-connection{
	width: 1180px;
	margin: 0 auto;	
}
#paraspot-page .paraspot-title{
	position: relative;
	padding: 20px 0;
}
#paraspot-page .paraspot-title h2{
	padding: 17px 0 30px;
	background-image: url("../images/paraspot/mark02.png"),url("../images/paraspot/sec-bar.png");
	background-position: right 25px,center 100px;
	background-repeat: no-repeat;
	font-size: 44px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
#paraspot-page .mark-left h2{
	background-image: url("../images/paraspot/mark03.png"),url("../images/paraspot/sec-bar.png");
	background-position: left 25px,center 100px;
}
#paraspot-page .paraspot-schedule .paraspot-info{
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
}
#paraspot-page .paraspot-schedule .paraspot-info .mark{
	width: 118px;
	margin: 0 15px;
	background: #333333;
	border-radius: 13px;
	color: #fff;
	text-align: center;
}
#paraspot-page .paraspot-schedule .paraspot-info .text{
	width: 300px;
	margin: 0 15px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table{
	position: relative;
	margin: 50px 0;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .text1,
#paraspot-page .paraspot-schedule .paraspot-schedule-table .text2{
	font-size: 17px;
	line-height: 2;
	text-align: center;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .paraspot-fukidasi{
	position: absolute;
	top: -142px;
	left: -73px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .paraspot-fukidasi img{
    width: 209px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .text2{
	text-align: left;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table{
	width: 100%;
	margin: 5px 0;
	border: 2px solid #000;
	border-collapse: separate;
	border-spacing: 15px 20px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table{
	display: none;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table th,
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table td{
	padding: 20px;
	border: 2px solid #000;
	font-size: 20px;
	line-height: 1.2;
	vertical-align: middle;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .date-th,
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .area-th{
	width: 350px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .link-box{
    padding: 0;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .link-box a{
    display: block;
    padding: 40px 20px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .link-box a:hover{
    background: #ffee00;
    opacity: 1;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table th{
	background: #cccccc;
	text-align: center;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .area{
	font-size: 16px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .name{
	font-size: 24px;
	color: #459736;
	text-decoration: underline;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .program1,
#paraspot-page .paraspot-schedule .paraspot-schedule-table .program2{
	padding: 0 0 0 20px;
	text-indent: -24px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .program1::before,
#paraspot-page .paraspot-schedule .paraspot-schedule-table .program2::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
    width: 24px;
    height: 24px;
	padding: 0 11px 0 1px;
    background-image: url("../images/paraspot/program-mark1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 23px;
}
#paraspot-page .paraspot-schedule .paraspot-schedule-table .program2::before{
	vertical-align: top;
	padding: 0 5px 0 0;
    background-image: url("../images/paraspot/program-mark2.png");
    background-size: 18px 17px;
}
#paraspot-page .paraspot-cooperation ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px;
}
#paraspot-page .paraspot-cooperation ul li{
	width: 282px;
	margin: 0 13px 15px 0;
	border: 1px solid #ccc;
	color: #707070;
	font-size: 16px;
	line-height: 117px;
	text-align: center;
}
#paraspot-page .paraspot-cooperation ul li img{
	width: 280px;
}
#paraspot-page .paraspot-connection-wrap{
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 2;
}
#paraspot-page .paraspot-connection-wrap div{
	margin: 0  10px;
	text-align: center;
}
#paraspot-page .paraspot-connection-wrap div img{
	width: 440px;
}
.back-r1{
	position: absolute;
	top: 935px;
	left: 76%;
	transform: rotate(0deg);
	width: 55%;
	height: auto;
	z-index: -1;
	transition: ease-in-out 0.7s;
}
/*詳細ページ*/
#paraspot-page .paraspot-detail-title{
    position: relative;
    width: 1180px;
    margin: 40px auto 60px;
    padding: 100px 0;
}
#paraspot-page .paraspot-detail-title h2{
    position: absolute;
    top: 0;
    left: -110px;
}
#paraspot-page .paraspot-detail-title h3{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
#paraspot-page .paraspot-detail-contents,
#paraspot-page .paraspot-detail-map{
    width: 1000px;
    margin: 40px auto;
}
#paraspot-page .paraspot-detail-map{
    height: 350px;
}
#paraspot-page .paraspot-detail-contents{
    display: flex;
}
#paraspot-page .paraspot-detail-contents .text{
    width: 65%;
}
#paraspot-page .paraspot-detail-contents .text dl{
    display: flex;
}
#paraspot-page .paraspot-detail-contents .text dt{
    width: 140px;
    height: 28px;
    margin: 10px 20px 10px 0;
    background: #333333;
    border-radius: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
}
#paraspot-page .paraspot-detail-contents .text dd{
    width: 440px;
    margin: 5px 50px 30px 0;
    font-size: 18px;
    line-height: 2;
}
#paraspot-page .paraspot-detail-contents .text dd a{
    color: #459736;
    text-decoration: underline;
}
#paraspot-page .paraspot-detail-contents .image{
    width: 35%;
}
#paraspot-page .paraspot-detail-contents .image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
#paraspot-page .paraspot-detail-contents .image p{
    margin: 5px 30px;
	font-size: 14px;
	line-height: 1.4;
}
#paraspot-page .paraspot-detail-notes{
    position: relative;
    width: 900px;
    margin: 100px auto;
    padding: 30px;
    border: 2px solid #000;
}
#paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap{
    padding: 30px;
    border: 2px solid #000;
}
#paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap h3{
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
#paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap p{
    font-size: 18px;
    line-height: 1.6;
}
#paraspot-page .paraspot-detail-notes .mark1{
    position: absolute;
    top: -39px;
    left: -35px;
}
#paraspot-page .paraspot-detail-notes .mark2{
    position: absolute;
    bottom: -23px;
    right: -47px;
}
#paraspot-page .paraspot-detail-movebtn ol{
    display: flex;
    justify-content: center;    
}
#paraspot-page .paraspot-detail-movebtn ol li a{
    display: block;
    width: 200px;
    height: 28px;
    margin: 10px 20px;
    background: #333333;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
}
@media screen and (max-width:1350px) {
	#paraspot-page .paraspot-kv-text{
		width: 98%;
		padding: 0 100px;
		line-height: 1.6;
	}
	#paraspot-page .paraspot-kv-text p{
		padding: 36px 0 0;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .paraspot-fukidasi{
		left: 0;
	}
    /*詳細ページ*/
    #paraspot-page .paraspot-detail-title{
        width: 80%;
    }
}
@media screen and (max-width:1200px) {
	#paraspot-page .paraspot-schedule,
	#paraspot-page .paraspot-cooperation,
	#paraspot-page .paraspot-connection{
		width: 90%;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .date-th,
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table .area-th{
		width: 30%;
	}
	#paraspot-page .paraspot-cooperation ul{
		justify-content: center;
	}
    /*詳細ページ*/
    #paraspot-page .paraspot-detail-title{
        position: relative;
        width: 100%;
        margin: 40px auto;
        padding: 0;
    }
    #paraspot-page .paraspot-detail-title h2{
        position: static;
        width: 427px;
        margin: 0 auto 30px;
    }
    
}
@media screen and (max-width:1100px) {
    /*詳細ページ*/
    #paraspot-page .paraspot-detail-contents,
    #paraspot-page .paraspot-detail-map{
        width: 100%;
    }
    #paraspot-page .paraspot-detail-map{
        height: 300px;
    }
    #paraspot-page .paraspot-detail-contents{
        flex-direction: column-reverse;
    }
    #paraspot-page .paraspot-detail-contents .text{
        width: 100%;
    }
    #paraspot-page .paraspot-detail-contents .text dl{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    #paraspot-page .paraspot-detail-contents .text dt{
        width: 120px;
    }
    #paraspot-page .paraspot-detail-contents .text dd{
        width: 100%;
    }
    #paraspot-page .paraspot-detail-contents .image{
        width: 100%;
        margin: 0 0 40px;
    }
    #paraspot-page .paraspot-detail-contents .image img{
        height: 400px;
    }
	#paraspot-page .paraspot-detail-contents .image p{
        width: 285px;
		margin: 5px 20px 5px auto;
	}
    #paraspot-page .paraspot-detail-notes{
        width: 90%;
        padding: 15px;
    }
    #paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap{
        padding: 15px;
    }
    #paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap h3{
        margin: 0 0 15px;
    }
    #paraspot-page .paraspot-detail-notes .mark1{
        top: -20px;
        left: -13px;
    }
    #paraspot-page .paraspot-detail-notes .mark1 img,
    #paraspot-page .paraspot-detail-notes .mark2 img{
        width: 70%;
    }
}
@media screen and (max-width:1000px) {
	#paraspot-page .paraspot-connection-wrap{
		flex-wrap: wrap;
	}
	#paraspot-page .paraspot-connection-wrap div{
		margin: 30px 10px 10px;
	}
}
@media screen and (max-width:940px) {
	#paraspot-page .paraspot-schedule .paraspot-info{
		padding: 0 0 0 180px;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .text1{
		text-align: right;
	}
	#paraspot-page .paraspot-schedule .paraspot-title h2{
		background-image: url("../images/paraspot/sec-bar.png");
		background-position: center 100px;		
	}
}
/*@media screen and (max-width:394px) {*/
@media screen and (max-width:752px) {
    #paraspot-page{
        margin: 60px 0 0;
    }
	#paraspot-page .paraspot-kv-text{
		width: 90%;
		padding: 0;
		background-image: none;
	}
	#paraspot-page .paraspot-kv-text p{
		padding: 33px 0 0;
		font-size: 16px;
		line-height: 1.8;
	}
	#paraspot-page .paraspot-kv-text .paraspot-info p.text {
		font-size: 15px;
		margin-top: 20px;
	}
	#paraspot-page .paraspot-kv-text .paraspot-info .button a {
		font-size: 18px;
		padding-inline: 15px;
	}
	#paraspot-page .paraspot-title h2,
	#paraspot-page .paraspot-schedule .paraspot-title h2{
		padding: 10px 0;
		background-image: url("../images/paraspot/sec-bar.png");
		background-position: center bottom;
		background-size: 100% 2px;
		font-size: 32px;
		line-height: 1;
	}
	#paraspot-page .paraspot-schedule .paraspot-info{
		bottom: -25px;
		justify-content: flex-start;
		width: 100%;
		padding: 0;
	}
	#paraspot-page .paraspot-schedule .paraspot-info .mark{
		width: 54px;
		height: 26px;
		margin: 0 5px 0 0;
		font-size: 14px;
	}
	#paraspot-page .paraspot-schedule .paraspot-info .text{
    width: 100%;
		margin: 0 0 0 5px;
		font-size: 15px;
    text-align: center;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .text1,
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .text2{
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .text1{
		width: 44%;
		margin: 150px 0 20px auto;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .paraspot-fukidasi{
		top: -102px;
		left: -16px;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .pc-table{
		display: none;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table{
		display: block;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table a{
		display: block;
		margin: 0 0 10px;		
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table a:hover{
		opacity: 1;				
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table a:hover div{
		background: #ffee00;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table div{
		padding: 0 10px;
		background: #fff;
		border: 1px solid #000;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table dl{
		display: flex;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table dt{
		width: 100px;
		height: 18px;
		margin: 10px 10px 10px 0;
		background: #333333;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table dd{
		margin: 10px 0;
		font-size: 17px;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table .area{
		font-size: 16px;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table .name{
		font-size: 17px;
		color: #459736;
		text-decoration: underline;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .program1::before{
		padding: 0 10px 0 0;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .program1,
    #paraspot-page .paraspot-schedule .paraspot-schedule-table .program2{
		padding: 0 0 0 22px;
	}
	#paraspot-page .paraspot-connection-wrap{
		font-size: 14px;
	}
	#paraspot-page .paraspot-connection-wrap div img{
		width: 312px;
	}
    .back-r1{
        top: 740px;
        left: 55%;
    	width: 100%;    
    }
    /*詳細ページ*/
    #paraspot-page .paraspot-detail-title h2{
        width: 300px;
    }
    #paraspot-page .paraspot-detail-title h2 img{
        width: 100%;
    }
    #paraspot-page .paraspot-detail-title h3{
        font-size: 30px;
    }
    #paraspot-page .paraspot-detail-contents .text dt{
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }
    #paraspot-page .paraspot-detail-contents .text dd{
        font-size: 14px;
    }
    
    #paraspot-page .paraspot-detail-contents .image img{
        height: 200px;
    }
	#paraspot-page .paraspot-detail-contents .image p{
        width: 242px;
        margin: 5px 10px 5px auto;
		font-size: 12px;
	}
    #paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap h3{
        font-size: 22px;
    }
    #paraspot-page .paraspot-detail-notes .paraspot-detail-notes-wrap p{
        font-size: 14px;
    }
    #paraspot-page .paraspot-detail-movebtn ol{
        flex-wrap: wrap;
    }
}
@media screen and (max-width:600px) {
    #paraspot-page .paraspot-schedule .paraspot-schedule-table .sp-table dd{
        width: 300px;
    }
}
@media screen and (max-width:375px) {
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .paraspot-fukidasi{
		top: -65px;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .paraspot-fukidasi img{
		width: 180px;
	}
	#paraspot-page .paraspot-schedule .paraspot-schedule-table .text1{
		width: 44%;
		margin: 100px 0 20px auto;
	}
}
@media screen and (max-width:346px) {
	#paraspot-page .paraspot-schedule .paraspot-info{
		bottom: -43px;
	}
}