@charset "utf-8";


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

	create	20210519-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */
main {
	margin-top: 30px;
}
main .head .guidePersonalBox {
	margin: 0 10px 30px;
}
main .head .guidePersonalBox .guidePersonalPhoto {
	margin: 0 0 10px;
}
main .head .guidePersonalBox .guidePersonalPhoto img {
	width: 100%;
}
main .head .guidePersonalBox .guidePersonalProfile {
	margin: 0;
}
main .head .guidePersonalBox .guidePersonalProfile h3 {
	font-size: 3rem;
	margin-bottom: 20px;
}
main .head .guidePersonalBox .guidePersonalProfile h3 span {
	font-size: 2rem;
	font-weight: normal;
	margin-top: 3px;
	display: block;
}
main .head .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 .head .guidePersonalBox .guidePersonalProfile .gengoList dt {
	width: 100px;
}
main .head .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 .head .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 .head .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 .head .guidePersonalBox .guidePersonalProfile .areaList dt {
	width: 100px;
}
main .head .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 .head .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 .head .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 .head .guidePersonalBox .guidePersonalProfile .specialityList dt {
	width: 100px;
}
main .head .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 .head .guidePersonalBox .guidePersonalProfile .specialityList dd span {
	margin: 0 0 2px 2px;
	padding: 2px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
}
main .contactBlock {
	margin: 0 10px 30px;
}
main .contactBlock h1 {
	font-size: 2rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #048665;
}
main .contactBlock h2 {
	font-size: 2rem;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #048665;
}
main .contactBlock h3 {
	text-align: left;
	margin-bottom: 5px;
	background-color: #eee;
	padding: 5px;
}
main .contactBlock h3 span {
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #f00;
	margin-left: 3px;
	padding: 3px 3px;
	border-radius: 2px;
	display: inline-block;
}
main .contactBlock textarea {
	width: 100%;
	margin-bottom: 30px;
	padding: 5px;
	border-color: #ccc;
}
main .contactBlock input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	border-color: #ccc;
}
main .contactBlock input[type=submit],
main .contactBlock input[type=button] {
	width: auto;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 10px;
	background-color: #048665;
	border: none;
	border-radius: 3px;
}
main .contactBlock input::placeholder{
	color:#ccc
}
main .contactBlock .contactBox {
	margin: 0 0 15px;
}
main .contactBlock .contactBox p {
	text-align: left;
	margin: 0 0 15px;
	padding: 5px;
}
.pankuzu {
	padding: 15px 0px;
}
.comment {
	color: #f00;
	text-align: left;
	line-height: 1.8;
	margin: 0 0 20px;
}



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

	main .head .guidePersonalBox {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		    justify-content: space-between;
	}
	main .head .guidePersonalBox .guidePersonalPhoto {
		width: calc(50% - 10px);
	}
	main .head .guidePersonalBox .guidePersonalProfile {
		width: calc(50% - 10px);
	}
	main .head .guidePersonalBox .guidePersonalProfile h3 {
		text-align: left;
	}
}





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

	main .head {
		width: 980px;
		margin: 0 auto 80px;
	}
	main .head .guidePersonalBox .guidePersonalProfile h3 {
		font-size: 3.2rem;
	}
	main .head .guidePersonalBox .guidePersonalProfile h3 span {
		font-size: 2.4rem;
	}
}



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

	main .head {
		width: 1160px;
	}
}
