@charset "UTF-8";

.icon_all{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}
.icon_all .ico{
	width:17%;
	margin-left: 3.75%;
	margin-bottom: 40px;
	text-align: center;
}
.icon_all .ico p{
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 12px;
	letter-spacing: 0;
	line-height: 1.4;
	color: #fff;
	border-bottom: 3px dotted #fff;
	display: inline-block;
	padding-bottom: 10px;
}
.icon_all .ico:first-child,
.icon_all .ico:nth-child(6),
.icon_all .ico:nth-child(11){
		margin-left: 0%;
}
.icon_all .text{
	color: #fff;
	font-weight: 600;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 20px;
	align-items: center;
	display: flex;
	letter-spacing: 0;
}
@media screen and (max-width: 900px){
	.icon_all .ico p {
    	font-size: 1.3rem;
	}
	.icon_all .text {
    	font-size: 1.6rem;
	}
}
@media screen and (max-width: 700px){
	.icon_all .ico{
		width:30%;
		margin-left: 5%;
	}
	.icon_all .ico:nth-child(6),
	.icon_all .ico:nth-child(11){
		margin-left: 5%;
	}
	.icon_all .ico:nth-child(4),
	.icon_all .ico:nth-child(7),
	.icon_all .ico:nth-child(10),
	.icon_all .ico:nth-child(13){
		margin-left: 0%;
	}
	.icon_all .ico p {
    	font-size: 1.8rem;
	}
}
@media screen and (max-width: 550px){
	.icon_all .ico p {
    	font-size: 1.2rem;
	}
	.icon_all .ico {
    	margin-bottom: 25px;
	}
}

/*釣行スケジュール*/
#schedule+div{
	position: relative;
}
#schedule+div::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("/common/upload_data/amakusamiucom/image/schedule_img1_1.png");
	background-repeat: no-repeat;
	background-position: left 15% top 45%;
	z-index: 2;
	background-size: 235px auto;
}
#schedule+div::after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url("/common/upload_data/amakusamiucom/image/schedule_img2.png");
	background-repeat: no-repeat;
	background-position: right 15% bottom 30%;
	z-index: 2;
	background-size: 235px auto;
}


#schedule+div .content_wrapper{
	background: #fff;
	padding: 60px 90px;
	border-radius: 30px;
}
#schedule+div .inner_item_img img{
	height: auto !important;
}
#schedule+div .inner_item{
	width: 45%;
}
#schedule+div .inner_item:nth-child(2){
	margin-left:10%;
}
#schedule+div a{
	pointer-events: none;
}
@media screen and (max-width: 1650px){
	#schedule+div::before{
		background-position: left 3% top 45%;
		background-size: 200px auto;
	}
	#schedule+div::after{
		background-position: right 2% bottom 30%;
		background-size: 200px auto;
	}
}
@media screen and (max-width: 1200px){
	#schedule+div::before{
		background-position: left -6% top 43%;
		background-size: 170px auto;
	}
	#schedule+div::after{
		background-position: right -5% bottom 27%;
		background-size: 160px auto;
	}
}
@media screen and (max-width: 1100px){
	#schedule+div .content_wrapper{
		width: 90%;
	}
}
@media screen and (max-width: 900px){
	#schedule+div .content_wrapper {
    	padding: 40px 60px;
	}
}
@media screen and (max-width: 700px){
	#schedule+div .content_wrapper {
    	padding: 30px 30px;
    	border-radius: 20px;
	}
	#schedule+div::before{
		background-size: 120px auto;
	}
	#schedule+div::after{
		background-position: right -7% bottom 27%;
    	background-size: 120px auto;
	}
}
@media screen and (max-width: 480px){
	#schedule+div::before{
		background-position: left -6% top 23%;
	}
	#schedule+div::after{
		background-position: right -6% bottom 21%;
	}
}