@font-face {
	font-family: 'min400';
	src: url('../font/NotoSerifJP-400.otf') format("opentype");
}
@font-face {
	font-family: 'min500';
	src: url('../font/NotoSerifJP-500.otf') format("opentype");
}
@font-face {
	font-family: 'min600';
	src: url('../font/NotoSerifJP-600.otf') format("opentype");
}
@font-face {
	font-family: 'min700';
	src: url('../font/NotoSerifJP-700.otf') format("opentype");
}
@font-face {
	font-family: 'min900';
	src: url('../font/NotoSerifJP-900.otf') format("opentype");
}

.notice_sanuki_box{
	padding: 100px 15px 50px 15px;
	background-image: url(../img/sanuki/sanuki_back_img_lon.png);
	background-repeat:  no-repeat; 
	background-size: cover;
}
	.notice_sanuki_ttl{
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    align-items: center;
	    justify-content: space-around;
	    margin: 25px 0px;
	}
		.ttl_txt_img{
			max-width: 220px;
		}
		.ttl_txt_icon{
			max-width: 110px;
		}
		.ttl_txt_img img,
		.ttl_txt_icon img{
			width: 100%;
		}
	
	.notice_sanuki_txt{
		background-image: url(../img/sanuki/sanuki_back_img3_lon.png);
		background-repeat:  no-repeat; 
		background-size: cover;
		background-size: 100% 100%;
		background-position: left 3px top 0px;
	    padding: 35px 35px 45px 35px;
	    margin-bottom: 40px;
	}
		.notice_ttl{
			position: relative;
		}
			.yougo_img{
				max-width: 115px;
			    position: absolute;
			    top: -35px;
			    left: -15px;
			}
				.yougo_img img{
					width: 100%;
				}
			.yougo_txt{
			    text-align: right;
			}
				.yougo_normal{
					font-family: 'min900',sans-serif;
					color: #6a3907;
					font-size: 22px;
				}
				.yougo_small{
				    font-size: 14px;
				    color: #6a3905;
				    line-height: normal;
				    margin-top: 2px;
				}
		
		.notice_contents{
			margin-top: 35px;
		}
		.notice_contents.contents_first{
    margin-top: 10px;
		}
			.notice_contents p{
			    color: #6a3905;
			}
			.notice_contents p.contents_ttl{
			    font-weight: bold;
			    border-bottom: 1px solid;
			    padding-bottom: 6px;
			    margin-bottom: 10px;
			}
			.notice_contents p.contents_guide{
				font-size: 14px;
		    	line-height: 20px;
			}
			

@media screen and (max-width:375px){
	.ttl_txt_img{
		max-width: 180px;
	}
	.ttl_txt_icon {
	    max-width: 85px;
	    margin-right: 30px;
	}
	.yougo_normal{
		font-size: 20px;
	}
	.yougo_img{
		left: -35px;
	}
	.notice_contents p.contents_ttl{
		font-size: 16px;
	}
	.notice_contents p.contents_guide{
		font-size: 13px;
	}
}
@media screen and (max-width:360px){
	
}
@media screen and (max-width:320px){
	.yougo_normal{
		font-size: 16px;
	}
	.yougo_img{
		max-width: 100px;
	}
	.notice_contents p.contents_ttl {
    	font-size: 14px;
	}
	.notice_contents p.contents_guide {
    	font-size: 12px;
	}
}