/* [ 福田カメラ・掛川福田スタジオ ] : aboutus.css */


.boxWrap:first-child, 
.boxWrap:first-child .boxInner {
	margin-bottom: 75px;
}


/*======================================================================*
 *  [ promoPoint | ポイント ]
 *======================================================================*/

.promoPoint {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0;
	text-align: center;
}
.promoPoint section {
	position: relative;
	width: calc(33.33% - 20px);
	margin: 0 auto;
}

/* [ Image ] */
.promoPoint figure { margin-top: 0; }
.promoPoint figure img { border-radius: 50%; }

/* [ Text ] */
.promoPoint h3 {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 140px;
	height: 36px;
	background: #f5a500;
	color: #fff;
	font-size: 2rem;
	font-family: Century Gothic, 'Muli', sans-serif;
	line-height: 36px;
} 
.promoPoint h3::after {
	position: absolute;
	top: 0;
	right: -8px;
	border-top: 18px solid #f5a500;
	border-right: 8px solid transparent;
	border-bottom: 18px solid #f5a500;
	content: "";
}
.promoPoint p {
	margin-bottom: 0;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.promoPoint {
		display: inline-block;
		min-width: 300px;
		margin: 0;
	}
	.promoPoint section {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
	}
	.promoPoint section + section { margin-top: 15px; }
	
	/* [ Image ] */
	.promoPoint figure {
		width: 130px;
		margin: 0 15px 0 0;
	}
	
	/* [ Text ] */
	.promoPoint .text {
		-webkit-flex: 1;
		flex: 1;
	}
	.promoPoint h3 {
		position: relative;
		top: 0;
		left: 0;
		width: 115px;
		height: 28px;
		margin: 0;
		font-size: 1.6rem;
		line-height: 28px;
	} 
	.promoPoint h3::after {
		border-top-width: 14px;
		border-bottom-width: 14px;
	}
	.promoPoint p {
		margin-top: 10px;
		font-size: 1.2rem;
		text-align: left;
	}
} /* */

/*======================================================================*
 *  [ staffList | スタッフリスト ]
 *======================================================================*/

.staffList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px -15px;
	text-align: center;
}
.staffList > * {
	width: 33.33%;
	padding: 0 15px;
	margin: 50px 0 0 !important;
}
.staffList > *:nth-of-type(1), 
.staffList > *:nth-of-type(2), 
.staffList > *:nth-of-type(3) { margin-top: 0 !important; }

/* [ Image ] */
.staffList figure { margin: 0 0 25px 0; }
.staffList img {
	max-width: 260px !important;
	border-radius: 50%;
}

/* [ Position ] */
.staffList .position {
	padding: 5px 10px;
	background: #96b1b9;
	color: #fff;
	font-size: 1.4rem;
}

/* [ Title ] */
.staffList h3 {
	margin: 10px 0;
	font-size: 1.8rem;
}

/* [ Text ] */
.staffList p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.4;
	/* text-align: left; */
}

@media screen and (max-width: 767px) { /* Smartphone */
	.staffList {
		display:  block;
		margin: 20px 0;
	}
	.staffList > * {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.staffList > * + *, 
	.staffList > *:nth-of-type(2), 
	.staffList > *:nth-of-type(3) { margin-top: 30px !important; }
	
	/* [ Image ] */
	.staffList figure {
		width: 130px;
		margin: 0 10px 0 0;
	}
	.staffList figure img {
		width: 100%;
	}
	
	/* [ Position ] */
	.staffList .position {
		padding: 3px 5px;
		font-size: 1.2rem;
	}
	
	/* [ Text ] */
	.staffList .text {
		-webkit-flex: 1;
		flex: 1;
	}
	.staffList h3 {
		margin: 5px 0;
		font-size: 1.6rem;
	} 
	.staffList p {
		margin-top: 5px;
		font-size: 1.2rem;
		text-align: left;
	}
} /* */


/*======================================================================*
 *  [ shopBox |  ]
 *======================================================================*/

.shopBox {
	position: relative;
	margin: 30px 0 !important;
	padding: 20px 45px 20px 45px;
	background: #fff;
	background:
		-moz-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-moz-linear-gradient(135deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(225deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-o-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-o-linear-gradient(135deg, transparent 15px, #fff 15px),
		-o-linear-gradient(225deg, transparent 15px, #fff 15px),
		-o-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-webkit-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-webkit-linear-gradient(135deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(225deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: bottom left, bottom right, top right, top left;
	-moz-background-size: 51% 51%;
	-webkit-background-size: 51% 51%;
	background-size: 51% 51%;
	background-repeat: no-repeat;
}
.shopBox::after {
	content: "";
	clear: both;
	display: block;
}
.shopBox > section {
	margin: 35px 0 20px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	clear: both;
}

/* [ Title ] */
.shopBox .title {
	width: 490px;
	float: left;
}

/* [ Text ] */
.shopBox .text {
	width: 490px;
	float: left;
}

/* [ Title ] */
.shopBox h3 { font-size: 2rem; }
.shopBox h3 span, 
.shopBox h3 b { display: block; }
.shopBox h3 span { font-size: 1.5rem; }
.shopBox h3 b { font-size: 2.5rem; }
.shopBox h3 span + b { margin-top: 10px; }
.shopBox h3 + p { color: #718b94; }

/* [ Detail ] */
.shopBox .detail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
}
.shopBox .detail dt, 
.shopBox .detail dd {
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
}
.shopBox .detail dt {
	width: 30%;
	padding: 10px 10px 10px 20px;
	color: #718b94;
	font-weight: bold;
}
.shopBox .detail dd {
	width: 70%;
	padding: 10px 20px 10px 10px;
}

/* [ Menu ] */
.shopBox .menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px -3px 20px 0;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
.shopBox .menu li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: calc(33.33% - 3px);
	margin: 3px 3px 0 0;
	padding: 7px 0;
	background: #96b1b9;
	color: #fff;
}
.shopBox .menu li > * {
	width: 100%;
	margin: 0;
	line-height: 1.2;
}
.shopBox .menu span { font-size: 1.2rem; }

/* [ Image ] */
.shopBox figure {
	float: right;
	width: 490px;
	margin-bottom: 35px;
}

/* [ Map ] */
.mapBox {
	position: relative;
	height: 50vh;
	margin: 20px 0;
	overflow: hidden;
}
.mapBox iframe, 
.mapBox object, 
.mapBox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* [ Instagram ] */
.instaList {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin-left: 0 !important;
}
.instaList li + li { margin: 0 0 0 5px; }
.instaList + .btnBox { margin-top: 10px; }

/* [ Account ] */
.shopBox .account {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
	font-size: 1.4rem;
	line-height: 1.2;
}
.shopBox .account dt {
	width: 7em;
	padding: 3px 0;
	background: #e84566;
	color: #fff;
	text-align: center;
}
.shopBox .account dd + dt { margin-left: 20px; }
.shopBox .account dd { padding-left: 10px; }
.shopBox .account a { color: #718b94; }


@media screen and (max-width: 767px) { /* Smartphone */
	.shopBox {
		margin: 20px 0;
		padding: 10px 20px;
	}
	.shopBox > section {
		margin: 30px 0 20px;
		padding-top: 10px;
	}
	
	/* [ Title ] */
	.shopBox .title {
		width: 100%;
		float: none;
	}
	
	/* [ Text ] */
	.shopBox .text {
		width: 100%;
		float: none;
	}
	
	/* [ Title ] */
	.shopBox h3 { font-size: 1.8rem; }
	.shopBox h3 span { font-size: 1.4rem; }
	.shopBox h3 b { font-size: 2rem; }
	.shopBox h4 { font-size: 1.6rem; }
	
	/* [ Detail ] */
	.shopBox .detail {
		display: block;
		font-size: 1.2rem;
	}
	.shopBox .detail dt, 
	.shopBox .detail dd { width: 100%; }
	.shopBox .detail dt {
		padding: 10px 10px 5px 10px;
		border-bottom: none;
	}
	.shopBox .detail dd { padding: 0 10px 10px 10px; }
	
	/* [ Menu ] */
	.shopBox .menu {
		margin: 15px -3px 15px 0;
		font-size: 1.2rem;
	}
	.shopBox .menu li { width: calc(50% - 3px); }
	.shopBox .menu span { font-size: 1.1rem; }
	
	/* [ Image ] */
	.shopBox figure {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	
	/* [ Map ] */
	.shopBox > .map {
		float: none;
		width: 100%;
	}
	.shopBox .mapBox.honten, 
	.shopBox .mapBox.valor { padding-top: 56.25%; }
	
	/* [ Instagram ] */
	.instaList {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.instaList li {
		width: calc(33.33% - 2px);
		margin: 1px !important;
	}
	
	/* [ Account ] */
	.shopBox .account { font-size: 1.2rem; }
	.shopBox .account dd { width: calc(100% - 7em); }
	.shopBox .account dd + dt, 
	.shopBox .account dd + dt ~ * { margin: 5px 0 0; }

} /* */


/*======================================================================*
 *  [ contactBox | お問い合わせ方法 ]
 *======================================================================*/

 .contactBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contactBox section {
	position: relative;
	width: calc(50% - 15px);
	margin: 0;
	padding: 20px 45px 20px 45px;
	background: #fff;
	background:
		-moz-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-moz-linear-gradient(135deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(225deg, transparent 15px, #fff 15px),
		-moz-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-o-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-o-linear-gradient(135deg, transparent 15px, #fff 15px),
		-o-linear-gradient(225deg, transparent 15px, #fff 15px),
		-o-linear-gradient(315deg, transparent 15px, #fff 15px);
	background:
		-webkit-linear-gradient(45deg,  transparent 15px, #fff 15px),
		-webkit-linear-gradient(135deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(225deg, transparent 15px, #fff 15px),
		-webkit-linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: bottom left, bottom right, top right, top left;
	-moz-background-size: 51% 51%;
	-webkit-background-size: 51% 51%;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	text-align: center;
}

/* [ タイトル ] */
.contactBox h3 {
	position: relative;
	margin: 0 0 25px;
	padding: 10px 0;
	color: #666;
	font-size: 2.4rem;
	font-weight: normal;
}
.contactBox h3::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 55px;
	height: 1px;
	margin-left: -27px;
	background: #96b1b9;
	content: "";
}

/* [ 電話 ] */
.contactBox .tel b {
	padding-left: 30px;
	background: url(../img/icon_tel_gy.svg) left center no-repeat;
	background-size: 30px 30px;
	color: #666;
	font-size: 3.5rem;
}

/* [ LINE ] */
.contactBox .line a {
	display: inline-block;
	padding: 18px 40px 18px 88px;
	border: 1px solid #00B900;
	background-color: #fff;
	background-image: url(../img/icon_line.png), url(../img/arrow_nl_gy.svg);
	background-size: 48px 48px, 9px 16px;
	background-position: left 20px center, right 15px center;
	background-repeat: no-repeat;
	color: #00B900;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.contactBox .line a:hover, 
.contactBox .line a:active { background-color: #e5f8e5; }


@media screen and (max-width: 767px) { /* Smartphone */
	.contactBox {
		display: block;
	}
	.contactBox > section {
		width: 100%;
		margin: 20px 0;
		padding: 10px 20px;
	}
	
	/* [ タイトル ] */
	.contactBox h2 {
		margin: 10px 0 20px;
		padding: 0 0 5px;
		font-size: 2rem;
	}
	
	/* [ 電話 ] */
	.contactBox .tel b {
		padding-left: 22px;
		background-size: 22px 22px;
		font-size: 2.6rem;
	}
	
	/* [ フォーム ] */
	.contactBox .form a {
		padding: 15px 40px 15px 65px;
		background-color: #666;
		background-image: url(../img/icon_mail_wh.svg), url(../img/arrow_nl_wh.svg);
		background-size: 35px 35px, 9px 16px;
		background-position: left 15px center, right 15px center;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 1.6rem;
	}
	
	/* [ LINE ] */
	.contactBox .line a {
		padding: 15px 40px 15px 62px;
		background-size: 32px 32px, 9px 16px;
		background-position: left 15px center, right 15px center;
		font-size: 2.2rem;
	}
} /* */

