@charset "utf-8";


/*
	通訳ガイド　トップCSS
	index.html

	create	20210518-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */
main .topSearch {
	margin-bottom: 50px;
	padding-top: 90px;
	position: relative;
}
main .topSearch .mainImage {
	width: 100%;
	padding-bottom: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
main .topSearch h1 {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	margin: 0 0 10px;
}
main .topSearch h1 span {
	display: none;
}
main .topSearch .searchBlock {
	background-color: #048665;
	width: 80%;
	margin: 60px calc(20% / 2) 0;
	padding: 15px;
}
main .topSearch .searchBlock .searchBox {
	margin: 0 auto 5px;
}
main .topSearch .searchBlock .searchBox h3 {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 3px;
}
main .topSearch .searchBlock .searchBox select {
/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
*/
	width: 100%;
	padding: 5px;
	background-color: #fff;
}
main .topSearch .searchBlock .searchBox input {
	width: 100%;
	padding: 5px;
}
main .topSearch .searchBlock .searchBox .keyBox {
	position: relative;
}
main .topSearch .searchBlock .searchBox .keyBox i {
	position: absolute;
	right: 12px;
	top: 6px;
}
main .topSearch .searchBlock .searchBox.pc {
	display: none;
}
main .guideList {
	margin: 0 10px 10px;
}
main .guideList a {
	color: #202833;
	text-decoration: none;
}
main .guideList .guideBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
	margin-bottom: 10px;
	position: relative;
}
main .guideList .guideBox .price {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	bottom: -5px;
	left: -5px;
	padding: 5px;
	background-color: #FF7700;
}
main .guideList .guideBox .price span {
	font-size: 1.2rem;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
main .guideList .guideBox .guidePhoto {
	width: calc(50% - 10px);
	padding-bottom: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}
main .guideList .guideBox .guideBoxProfile {
	width: calc(50% - 5px);
	text-align: left;
}
main .guideList .guideBox .guideBoxProfile h3 {
	font-size: 2rem;
	margin-bottom: 5px;
}
main .guideList .guideBox .guideBoxProfile h3 span {
	font-size: 1.4rem;
	margin-left: 10px;
	display: inline-block;
}
main .guideList .guideBox .guideBoxProfile .gengoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
			justify-content: left;
	list-style: none;
	margin-bottom: 5px;
}
main .guideList .guideBox .guideBoxProfile .gengoList li {
	color: #fff;
	font-size: 1.4rem;
	margin-right: 2px;
	padding: 2px 3px;
	background-color: #048665;
	border-radius: 3px;
}
main .guideList .guideBox .guideBoxProfile p {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
main .guideList .guideBox .guideBoxProfile .specialityList {
	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;
	list-style: none;
	margin-bottom: 5px;
}
main .guideList .guideBox .guideBoxProfile .specialityList li {
	color: #333;
	font-size: 1.4rem;
	margin: 0 2px 2px 0;
	padding: 2px 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
main .btnMore {
	margin: 10px 0 50px;
}
main .btnMore a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #048665;
	border-radius: 3px;
	display: block;
	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 .btnMore a:hover {
	background-color: #02604F;
}



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

	main .topSearch {
		padding-top: 120px;
	}
	main .topSearch .mainImage {
		padding-bottom: 300px;
	}
	main .topSearch h1 {
		font-size: 3.2rem;
	}
	main .topSearch h1 span {
		display: block;
		font-size: 1.6rem;
		margin-top: 8px;
	}
	main .topSearch .searchBlock {
		margin:80px calc(20% / 2) 0px
	}
	main .guideList .guideBox .guidePhoto {
		width: 150px;
	}
	main .guideList .guideBox .guideBoxProfile {
		width: calc(100% - 170px);
	}
	main .btnMore {
		margin: 20px 0 50px;
	}
}





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

	header .navi .naviRight .btnGuide {
		width: auto;
		margin: 0 0 0 15px;
	}
	main .topSearch {
		margin-bottom: 80px;
		padding-top: 180px;
	}
	main .topSearch .mainImage {
		padding-bottom: 400px;
	}
	main .topSearch h1 {
		font-size: 3.6rem;
		margin-bottom: 140px;
	}
	main .topSearch .searchBlock {
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
/*
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
*/
	}
	main .topSearch .searchBlock .searchBox {
		margin: 0 0 5px;
	}
	main .topSearch .searchBlock .searchBox:last-of-type {
		width: 60px;
	}
	main .topSearch .searchBlock .searchBox select {
		width: 120px;
	}
	main .topSearch .searchBlock .searchBox input {
		width: 90%;
	}
	main .topSearch .searchBlock .searchBox input[type=button] {
		margin-top: 18px;
	}
	main .topSearch .searchBlock .searchBox.pc {
		display: block;
	}
	main .guideList {
		margin: 0 auto 10px;
		width: 980px;
	}
	main .guideList a .guideBox h3 {
		margin-top: 15px;
	}
	main .guideList a:hover .guideBox {
		background-color: #fffff0;
	}
	main .guideList .guideBox .price {
		bottom: 5px;
		padding: 0px 5px 5px;
	}
}



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

	main .topSearch h1 {
		font-size: 4.2rem;
	}
}
