/* contact
----------------------------------------------- */

.contactbg {
	height: 557px;
	background: url(../img/bg_contact.jpg) no-repeat center center;
	background-size: cover;
	}
	.contact {
	max-width: 1248px;
	margin: 0 auto;
	padding-top:  96px;
	}
	.contact h2 {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	}
	.contact h2 span {
	display: inline-block;
	margin-bottom:  10px;
	font-family: EB Garamond;
	font-size: 56px;
	line-height: 1.3em;
	font-weight: 500;
	}
	
	.contact .wrap {
	margin-top: 60px;
	padding: 0 10px;
	}
	.contact .box {
	font-family: 'Noto Serif JP';
	float: left;
	width: 486px;
	padding: 4px;
	box-sizing: border-box;
	text-align:  center;
	background: rgb(255,255,255,0.39);
	border: 1px solid rgb(227,197,114,0.39);
	}
	.contact .box:nth-child(2n) {
	float: right;
	}
	.contact .box .line {
	height: 180px;
	padding-top: 36px;
	box-sizing: border-box;
	border: 1px solid #f1a5b3;
	}
	.contact .box p {
	color: #111111;
	font-size: 16px;
	line-height: 1.35em;
	font-weight: bold;
	text-align: center;
	}
	
	.contact .box p.btn{
	width: 400px;
	margin: 24px auto 0;
	background: rgb(164,136,73);
	background: linear-gradient(90deg, rgba(164,136,73,1) 0%, rgba(238,233,179,1) 50%, rgba(164,136,73,1) 100%);
	}
	.contact .box p.btn a{
	display: block;
	color: #111111;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
	}
	.contact .box p.btn a:hover {
	opacity:.7;
	}
	.contact .box p.tel {
	margin: 15px 0 0;
	font-size: 40px;
	line-height: 1.3em;
	}
	.contact .box p.tel a {
	color: #111111;
	text-decoration: none;
	}
	
	
	@media screen and (max-width: 1400px) {
	.contact .wrap {
	width: 1000px;
	margin: 60px auto 0;
	}
	}
	@media screen and (max-width: 1100px) {
	.contactbg {
	height: auto;
	background: url(../img/bg_contact.jpg) no-repeat center center;
	background-size: cover;
	}
	.contact .wrap {
	width: auto;
	margin: 60px auto 0;
	padding-bottom: 60px;
	}
	.contact .box,
	.contact .box:nth-child(2n) {
	float: none;
	margin: 0 auto;
	margin-top: 30px;
	}	
	}
	@media screen and (max-width: 800px) {
	.contactbg {
	height: auto;
	}
	.contact {
	padding: 20% 0 15%;
	}
	.contact h2 {
	font-size: 13px;
	line-height: 1.3em;
	}
	.contact h2 span {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.3em;
	}
	.contact .wrap {
	margin: 10px auto 0;
	padding-bottom: 0;
	}
	.contact .box {
	width: 100%;
	}
	.contact .box p {
	font-size: 14px;
	line-height: 1.35em;
	}
	.contact .box p.btn{
	width: 90%;
	}
	.contact .box p.tel {
	margin: 15px 0 0;
	font-size: 30px;
	line-height: 1.3em;
	}
	}
	


/* footer
----------------------------------------------- */

footer {
	max-width: 1660px;
	margin: 0 auto;
	padding: 42px 0 40px;
	color: #111111;
	font-size: 12px;
	line-height: 2.0em;
	font-weight: normal;
	z-index: 1;
	position: relative;
	font-family: 'Noto Serif JP';
	}
	footer a{
	color: #111111;
	text-decoration: none;
	}
	footer a:hover{
	text-decoration: underline;
	}
	footer ul{
	float: left;
	padding-left: 10px;
	}
	footer ul li{
	float: left;
	margin-right: 10px;
	}
	footer p{
	padding-right: 10px;
	text-align: right;
	}
	
	@media screen and (max-width: 1000px) {
	footer {
	font-size: 2vw;
	line-height: 4vw;
	padding: 5%;
	}
	footer ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		float: none;
		overflow: hidden;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		padding-left: 4vw;
	}
	footer ul li{
	margin-right: 2vw;
	}
	footer p{
	margin-top: 5%;
	padding-right: 0;
	text-align: center;
	}
	}