@charset "UTF-8";

/* gallery
--------------------------------------------------------*/
/*.ttl_page {
	text-align: center;
	background: #fff;
	background-image: url(../img/gallery/bg_mansiongallery.jpg);
	background-position: center;
	background-repeat: repeat;
	height: 420px;	
}*/

.ttl_page02,
.ttl_page03 {
	text-align: center;
	background: #fff;
	background-image: url(../img/gallery/bg_mansiongallery-02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;	
	margin-bottom: 50px;
	margin-top: 60px;
}
.ttl_page03 {
	background-image: url(../img/gallery/bg_mansiongallery-03.jpg);
	margin-top: 0;
}

h2 span.font11 {
	font-weight: normal;
	display: block;
}

.contblock:first-child {
	margin-bottom: 35px;
}

.contblock .txt {
	font-weight: bold;
	text-align: center;
}

.txt_box {
	float: right;
	padding: 60px 0;
}

.txt_box span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.txt_box p + p {
	margin-top: 10px;
}

.txt_box .tel {
	margin-top: 25px;
	font-size: 26px;
	font-size: 2.6rem !important;
	font-weight: bold;
	line-height: 1;
}

.txt_box .tel img {
	padding-right: 10px;
}


@media only screen and (max-width: 736px) {
	.ttl_page02,
	.ttl_page03 {
		margin-top: 30px;
		height: 240px;	
		background-size: cover;
		background-position: left 30% center;
	}
	.ttl_page03 {
		background-position: right 57% center;
	}
	
	.img_float_l {
		float: none;
		width: 100%;
	}
	
	.txt_box {
		float: none;
		padding: 20px 0;
	}
	
	.txt_box .tel {
		margin-top: 15px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.txt_box .tel img {
		width: auto;
	}
	
	
	
}

/* gallery map
--------------------------------------------------------*/
#gmap,#gmap02 {
  position: relative;
	width: 100%;
  height: 400px;
  overflow: hidden;
	margin-bottom: 30px;
}

#gmap iframe,
#gmap02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 736px) {
	#gmap,
	#gmap02 {
		height: 200px;
		margin-bottom: 15px;
	}
}


