@charset "UTF-8";

main{
	background-image: url("../img/background_image.jpg");
	background-color: rgba(255,255,255,0.9);
	background-position: center;
	background-attachment: fixed;
	background-blend-mode:overlay;
	background-repeat: no-repeat;
    margin:0 0 100px 0;
}
.access_top{
    margin: 0 0 100px 0;
}

.h2_about{
	color:#807571;
	font-size: 30px;
	text-align: center;
	margin: 0 0 100px 0;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing :0.3em;
}

h3{
	color:#807571;
	font-size: 20px;
	text-align: left;
	margin: 0 0 20px 100px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing :0.3em;
}

 .txt_about_01{
    color: #807571;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 3em;
    text-align:left;
    margin:0 0 200px 100px;
}

.txt_about_02{
    color: #807571;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 3em;
    text-align:left;
    margin:0 0 100px 100px;
}