@charset "utf-8";


/*
	通訳ガイド　ガイド検索一覧CSS
	search.html

	create	20210519-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */
main h1 {
	font-size: 2rem;
	margin: 0 10px 30px;
	text-align: left;
}
h1 span {
	background-color: #f00;
	display: block;
	margin: 5px 0 0;
	padding: 5px;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 3px;
	text-align: center;
	width: 100%;
}
h1 span input {
	margin-left: 15px;
}
main .guidePersonal {
	margin: 0 10px 30px;
}
main .guidePersonal .guidePersonalBox {
	margin: 0 0 30px;
}
main .guidePersonal .guidePersonalBox .guidePersonalPhoto {
	margin: 0 0 10px;
}
main .guidePersonal .guidePersonalBox .guidePersonalPhoto img {
	width: 100%;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile {
	margin: 0;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile h3 span {
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 3px;
	display: block;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .gengoList {
	text-align: left;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .gengoList dt {
	width: 100px;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .gengoList dd {
	width: calc(100% - 110px);
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .gengoList dd span {
	color: #fff;
	background-color: #048665;
	margin: 0 0 2px 2px;
	padding: 2px 5px;
	border-radius: 3px;
	display: inline-block;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .areaList {
	text-align: left;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .areaList dt {
	width: 100px;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .areaList dd {
	width: calc(100% - 110px);
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .areaList dd span {
	color: #fff;
	background-color: #048665;
	margin: 0 0 2px 2px;
	padding: 2px 5px;
	border-radius: 3px;
	display: inline-block;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .specialityList {
	text-align: left;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .specialityList dt {
	width: 100px;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .specialityList dd {
	width: calc(100% - 110px);
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
main .guidePersonal .guidePersonalBox .guidePersonalProfile .specialityList dd span {
	margin: 0 0 2px 2px;
	padding: 2px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
}
main .guidePersonal .btnMessage {
	width: 200px;
	margin: 0 auto 50px;
}
main .guidePersonal .btnMessage a {
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 15px 0;
	background-color: #048665;
	border-radius: 3px;
	display: block;
}
main .guidePersonal .biographyBlock {
	margin: 0 0 50px;
}
main .guidePersonal .biographyBlock h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}
main .guidePersonal .biographyBlock .biographyTable {
	margin: 0;
}
main .guidePersonal .biographyBlock .biographyTable table {
	width: 100%;
	border-top: 1px solid #E1E7EC;
}
main .guidePersonal .biographyBlock .biographyTable table td {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #E1E7EC;
}
main .guidePersonal .biographyBlock .biographyTable table td:first-of-type {
	background-color: #F8F9FA;
	text-align: center;
}
main .guidePersonal .priceBlock {
	margin: 0 0 50px;
}
main .guidePersonal .priceBlock h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}
main .guidePersonal .priceBlock .priceTable table {
	width: 100%;
	margin-bottom: 8px;
}
main .guidePersonal .priceBlock .priceTable table tr {
	border-bottom: 1px solid #E1E7EC;
}
main .guidePersonal .priceBlock .priceTable table td {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
	padding: 10px;
}
main .guidePersonal .priceBlock .priceTable table td:first-of-type {
	text-align: left;
	background-color: #F8F9FA;
}
main .guidePersonal .priceBlock .priceTable table td:last-of-type {
	background-color: #EEF5FC;
}
main .guidePersonal .priceBlock .priceTable table tr:first-of-type td {
/*	background-color: #fff; */
}
main .guidePersonal .priceBlock .priceTable > p {
    margin: 8px 0 0 0;
    text-align: right;
}
main .guidePersonal .tourBlock {
	margin: 0 0 50px;
}
main .guidePersonal .tourBlock h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}
main .guidePersonal .tourBlock .tourList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
		justify-content: left;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
main .guidePersonal .tourBlock .tourList a {
	width: calc((100% - 10px) / 2);
	color: #202833;
	margin: 0 2px 10px;
	text-decoration: none;
	border: 1px solid #ccc;
	display: block;
}
main .guidePersonal .tourBlock .tourList a .tourBox {
	width: 100%;
}
main .guidePersonal .tourBlock .tourList a .tourBox .tourBoxPhoto {
	width: 100%;
	padding-bottom: 68%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
main .guidePersonal .tourBlock .tourList a .tourBox h4 {
	font-size: 1.8rem;
	padding: 15px;
}
main .guidePersonal .tourBlock .tourList a .tourBox p {
	width: 100%;
/*	height: 58px; */
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 15px;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル second tablet */

	main .guidePersonal .guidePersonalBox {
		margin: 0 0 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
	}
	main .guidePersonal .guidePersonalBox .guidePersonalPhoto {
		width: calc(50% - 10px);
	}
	main .guidePersonal .guidePersonalBox .guidePersonalProfile {
		width: calc(50% - 10px);
	}
	main .guidePersonal .guidePersonalBox .guidePersonalProfile h3 {
		text-align: left;
	}
	main .guidePersonal .biographyBlock .biographyTable table td {
		width: calc(100% - 100px);
		display: table-cell;
	}
	main .guidePersonal .biographyBlock .biographyTable table td:first-of-type {
		width: 100px;
	}
	main .guidePersonal .priceBlock .priceTable table td {
		width: calc(100% / 3);
	}

	main .guidePersonal .tourBlock .tourList a {
		width: calc((100% - 30px) / 4);
		margin: 0 3px 10px;
	}
}





@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル pc style */

	main h1 {
		font-size: 3rem;
		width: 980px;
		margin: 0 auto 30px;
	}
	main .guidePersonal {
		width: 980px;
		margin: 0 auto 80px;
	}
	main .guidePersonal .guidePersonalBox .guidePersonalProfile h3 {
		font-size: 3rem;
	}
	main .guidePersonal .guidePersonalBox .guidePersonalProfile h3 span {
		font-size: 1.8rem;
	}
	main .guidePersonal .biographyBlock {
		margin: 0 0 80px;
	}
	main .guidePersonal .biographyBlock h3 {
		text-align: left;
	}
	main .guidePersonal .biographyBlock .biographyTable table td {
		width: calc(100% - 200px);
	}
	main .guidePersonal .biographyBlock .biographyTable table td:first-of-type {
		width: 200px;
		text-align: left;
	}
	main .guidePersonal .priceBlock h3 {
		text-align: left;
	}
	main .guidePersonal .tourBlock h3 {
		text-align: left;
	}
	main .guidePersonal .tourBlock .tourList a:hover {
		background-color: #fffff0;
	}
	main .guidePersonal .btnMessage a {
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	main .guidePersonal .btnMessage a:hover {
		background-color: #02604F;
	}
}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル pc style */

	main h1 {
		width: 1160px;
	}
	main .guidePersonal {
		width: 1160px;
	}
}
