@charset "UTF-8";
/* CSS Document */

@font-face {

    font-family: 'Noto Sans JP';

    font-style: normal;

    font-weight: 400;

    src: local("Noto Sans CJK JP"),

         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),

         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),

         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');

 }
html{
	font-size: 62.5%;
}
body{
	color: #333;
	font-family: "Roboto",'Noto Sans JP',sans-serif;
	font-size: 1.6rem;
	line-height: 1.85;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
img{
	max-width: 100%;
	height: auto;
}

.text-center{
	text-align: center;
}
.pc__img{
	
}
.sp__img{
display: none;
}

/*-----------
*
*header
*
*-----------*/
.header{
	background-size: cover;
	}

.logo{
	padding:20px;
	margin: 0 auto;
}

.site-title{
	font-size: 30px;
}

.footer .logo{
	margin-bottom: 32px;
}

/*-----------
*
*section
*
*-----------*/
.inner{
	max-width: 950px;
	margin: 0 auto;
	padding: 60px 0 10px;
}

.section-title{
	background-color: #454848;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
.nedan{
	font-size: 3.6rem;
	font: italic;
	color: #a00;
}

.btn{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display: block;
	width: 300px;
	margin:0 auto;
	padding: 20px;
	border: none;
	background-color: #a00;
	color:#fff;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
	}
	.btn-submit{
		cursor: pointer;
	}
	.yoko1{
	display: flex;
	padding: 50px;
	margin-bottom: -60px;
	}

	.syouhinn-image1{
		padding: 0 5px;
		margin-top: 330px;
	}
	.kakomi1{
    padding: 8px 16px;
    margin: 32px 0;
    font-weight: normal;
    color: #333;
    background: #FFF;
    border: solid 8px #a38843;
    border-radius: 10px;
}
.kakomi2{
    padding: 8px 16px;
    margin: 90px 0 75px;
    font-weight: normal;
    color: #333;
    background: #FFF;
    border: solid 8px #a38843;
    border-radius: 10px;
}
	.syouhin-text{
		display: block;
	}
	.yoko2{
	display: flex;
	padding: 50px;
	}
	.syouhinn-image2{
		padding: 0 3px;
		margin-top: 36px;
	}
	.syouhin-text{
		display: block;
	}
.name{
	text-align: center;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
}
.name-waku{
	max-width: 700px;
	margin: 0 auto;
}
.text-justify{
	text-align: justify;
}
.br-pc{
	display: block;
}

.br-sp{
	display: none;
}
.text-faq{
	padding: 50px 50px 80px;
}
.fqa-q{
	font-weight: bold;
	margin: 30px 0px 5px 0px;
	border-bottom: 1px solid #333;

}

/*-----------
*
*footer
*
*-----------*/
.footer{
	padding: 80px 0;
	background-color: #454548;
	color: #fff;
}

.footer .logo{
	margin-bottom: 32px;
}
.footer-text{
	margin-bottom: 64px;
}
.br-footer{
	display: none;
}

@media screen and (max-width:768px){
	.sp__img{
		display: inline;
		
	}
	.pc__img{
	display: none;	
	}	
	/*-----------
	*
	*section
	*
	*-----------*/
	.section-title{
		padding: 16px 0;
		font-size: 2rem;
		line-height: 1;
	}
	.inner{
		padding: 0px 0px 10px;
	}
	.syouhinn-image1{
		display: none;
	}
	.text-koe{
		padding: 30px;
	}
	
	.yoko2{
		padding: 20px 50px;
	}
	.kakomi2{
		margin: 40px 0 0px;
	}
	.text-faq{
	padding: 40px 40px 70px;
	}
	
	/*-----------
	*
	*footer
	*
	*-----------*/
	.footer{
		padding: 40px 0;
	}
	.footer-text{
		margin-bottom: 32px;
	}
	
	.br-pc{
	display: none;
	}

	.br-sp{
	display: block;
	}
	
	.br-footer{
		display: block;
	}
	
}

