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


/*access
----------------------------------------*/

.access-block {
	display: flex;
	align-items: center;
}

.access-block .map-block{
	width: 65%;
	margin: 0 4% 0 0;
	height: 410px;
	overflow: hidden;
	position: relative;
}

.access-block .map-block iframe{
	
	height: 100%;
	width: 100%;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
}
.access-block .txt-block{
	flex-basis: auto;
}

.access-block .txt-block h3{
	color: #0C1E44;
	border-bottom: none;
}

.access-block .txt-block p{
	font-family: "Noto Sans JP";
}

.access-block .txt-block p.strong{
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.28rem;
}





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

footer .contct{
    background-image: url("../img/common/bg-footer@2x.png");
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0; 
}

footer .contct .title {
	font-size: 1.85rem;
	position: relative;
	display: inline-block;
	padding: 0 130px;
	text-align: center;
	margin: auto;
	margin: 0 0 18px;
}

footer .title:before, footer .title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 106px;
  height: 1px;
  background-color: #fff;
}

footer .title:before {
  left:0;
}
footer .title:after {
  right: 0;
}
footer p{
	text-align: center;
}

footer .tel{
	font-family: 'Cinzel', serif;
	font-size: 3rem;
	text-align: center;
	line-height: 1.2;
	
}

footer .tel span{
	font-size: 1.2rem;
	text-align: center;
}


footer p.f-hours{
	font-family: "Noto Sans JP";
	font-size: 0.85rem;
}



footer .office{
	display: flex;
	padding: 30px;
	justify-content: space-between;
	
}

footer .office .footer-logo{
	max-width: 20%
}

footer .office p{
	text-align: left;
}


footer .copyright{
	color:#fff;
	font-size: 0.714rem;
	text-align: center;
	padding: 10px;
	background: #292929;
}


@media(max-width:767px){
	
	/*access
----------------------------------------*/

	.access-block {
		flex-direction: column;
	}

	.access-block .map-block{
		width: 100%;
		margin: 0 ;
		height: 340px;
	}

	.access-block .txt-block{
		flex-basis: auto;
		padding: 0 2.5%;
		margin-bottom: 20px;
	}

	.access-block .txt-block h3{
		border-bottom: none;
		margin-bottom: 20px 0;
	}
	
	/*footer
----------------------------------------*/

footer .contct{
    background-image: url("../img/common/bg-footer@2x.png");
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	padding: 40px 2.5%; 
}

footer .contct .title {
	font-size: 1.42rem;
	padding: 0 80px;
}

footer .title:before, footer .title:after {
  width: 70px;
}

footer .title:before {
  left:0;
}
footer .title:after {
  right: 0;
}
footer p{
	text-align: center;
}

footer .tel{
	font-family: 'Cinzel', serif;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.2;
	
}

footer .tel span{
	font-size: 1.3rem;
	text-align: center;
}

footer .office{
	display: flex;
	padding: 12px;
	flex-direction: column;
	margin: 0 auto;
	
}

footer .office .footer-logo{
	max-width: 75%;
	margin: 15px auto 15px;
}

footer .office p{
	text-align: left;
	font-size: 0.714rem;
	margin: 0 auto 20px;
}
}