@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: '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{
	height: 600px;
	height: 42.85vw;
	background-image:url("../images/7_12doradora_pc1.jpg");
	background-size: cover
}
.header .logo{
	display: block;
	padding: 32px 0;
}
.site-title{
	padding-bottom: 40px;
}

/*-----------
*
*section
*
*-----------*/
.inner{
	max-width: 750px;
	margin: 0 auto;
	padding: 80px 0 140px;
}
.inner-b{
	padding-bottom: 64px;
}

.section-title{
	padding: 16px 0;
	background-color: #608054;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
/*-----------
*
*section-title2
*
*-----------*/
.section-title2{
	margin-bottom: 60px;
	font-size: 1.8rem;
	font-weight: bold;
}
/*-----------
*
*access
*
*-----------*/
.maps-outer{
	position: relative;
	padding-top: 26.25%;
}
.maps{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----------
*
*contact
*
*-----------*/

.form{
	max-width: 550px;
	margin: 0 auto;
}
.form-item{
	margin-bottom: 72px;
}

.form-parts{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: 100%;
	padding: 8px 0;
	border: none;
	border-bottom: solid 1px #999;
	font-size: 1.6rem;
	outline: none;
}
.btn{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display: block;
	width: 100px;
	margin:0 auto;
	padding: 10px 0;
	border: none;
	background-color: #608054;
	color:#fff;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
/*-----------
*
*footer
*
*-----------*/
.footer{
	padding: 80px 0;
	background-color: #608054;
	color: #fff;
}

.footer .logo{
	margin-bottom: 32px;
}
.footer-text{
	margin-bottom: 64px;
}
.br-footer{
	display: none;
}
@media screen and (max-width:768px){
	
	/*-----------
	*
	*header
	*
	*-----------*/
	.header{
		height: 300px;
		height:  80vw;
		background-image: url("../images/7_12doradora_sp1.jpg");	
	}
	.header .logo{
		width: 50px;
		margin: auto;
		padding: 16px 0;
	}
	.site-title{
		width: 83.2%;
		margin: auto;
		padding-bottom: 16px;
	}
	.pc__img{
		display: none;
	}
	.sp__img{
		display: inline;
		
	}
	/*-----------
	*
	*section
	*
	*-----------*/
	.section-title{
		padding: 16px 0;
		font-size: 2rem;
		line-height: 1;
	}
	.inner{
		padding: 40px 20px 70px;
	}
	.inner-b{
		padding-bottom: 40px;
	}
	/*-----------
	*
	*section-title2
	*
	*-----------*/
	.section-title2{
		margin-bottom: 40px;
	}
	/*-----------
	*
	*access
	*
	*-----------*/
	.maps-outer{
		padding-top: 66.7%;
	}
	/*-----------
	*
	*contact
	*
	*-----------*/
	.form-item{
		margin-bottom: 40px;
	}
	.form-item:last-of-type{
		margin-bottom: 56px;
	}
	.btn{
		width: 25%;
		margin-bottom: 6px;
		padding: 12px 0;
	}
	/*-----------
	*
	*footer
	*
	*-----------*/
	.footer{
		padding: 40px 0;
	}
	.footer-text{
		margin-bottom: 32px;
	}
	.br-footer{
		display: block;
	}
}
