/* .photo_access {
	height: 550px !important;
	background-image: url(../images/access/photo_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} */


.profile {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}


.profile_photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 8px;
}


.photo_about {
	width: 260px;
	height: 550px !important;
	/* background-image: url(../images/about_us/photo_left.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	/*border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;*/
}

.photo_about img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.photo_concept {
	height: 430px !important;
	background-image: url(../images/concept/photo_left_s.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;*/
}

.photo_contact {
	height: 550px !important;
	background-image: url(../images/contact/photo_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;*/
}

.photo_thanks {
	height: 430px !important;
	background-image: url(../images/contact/photo_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;*/
}


.photo_privacy {
	height: 550px !important;
	background-image: url(../images/privacy/photo_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.toiawase-lead {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2px;
}

span.call {
	font-size: 28px;
	font-weight: 800;
	padding-left: 8px;
	padding-right: 8px;
	color: #865327;
}

.text-btn {
	display: inline-block;
	margin-top: 40px;
}

.text-btn a {
	display: block;
	text-decoration: none;
	padding: 24px 48px;
	text-align: center;
	background: #81b1eb;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 6px;
	
	-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}

.text-btn a:hover {
	background: #5e7ea5;
}

// Googleマップ
.g-map {
	display: block;
}

#gmap {
	margin-bottom: 40px !important;
	border: solid 8px #cfcfcf !important;
	border-radius: 16px;
}

.g-map > iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}