@charset "utf-8";


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

	create	20210519-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */
main {
	margin-top: 0px;
}
main .head {
	width: 100%;
	padding: 20px;
	text-align: left;
}
main .head h1 {
	font-size: 2rem;
	margin-bottom: 10px;
	word-break: break-all;
}
main .head p {
	font-size: 1.4rem;
}
#sliderMain {
	position: relative;
}
main .tourBlock {
	margin: 50px 0;
}
main .tourBlock h1 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	word-break: break-all;
}
main .tourBlock .tourMovie {
	margin: 0 10px 30px;
}
main .tourBlock .tourMovie iframe {
	width: 100%;
}
main .tourBlock .tourMap {
	margin: 0 10px 30px;
}
main .tourBlock .tourMap iframe {
	width: 100%;
}
main .tourSetumei {
	margin: 0 10px 30px;
}
main .tourSetumei h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
main .tourSetumei p {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	word-break: break-all;
}
main .tourTable {
	margin: 0 10px 30px;
}
main .tourTable table {
	width: 100%;
	border-top: 1px solid #E1E7EC;
	margin-bottom: 10px;
}
main .tourTable table tr {
}
main .tourTable table td {
	font-size: 1.6rem;
	line-height: 1.8;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #E1E7EC;
	display: block;
	word-break: break-all;
}
main .tourTable table td:first-of-type {
	background-color: #F8F9FA;
}
main .tourTable table:last-of-type td:last-of-type {
	text-align: left;
}
main .btnMessage {
	margin: 0 0 50px;
}
main .btnMessage a {
	width: 220px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #048665;
	border-radius: 3px;
	display: block;
}
footer {
	padding: 0px;
}




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

	#sliderMain .logoMain {
		width: 300px;
		right: 10px;
		margin-top: calc(-180px / 2);
	}
	main .tourTable {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	main .tourTable table {
		width: calc(50% - 10px);
	}
	main .tourTable table td {
		width: calc(100% - 120px);
		padding: 15px;
		text-align: left;
		display: table-cell;
	}
	main .tourTable table td:first-of-type {
		width: 120px;
	}
	main .tourBlock .tourMovie iframe {
		max-width: 560px;
		margin: 0 auto;
	}
	main .tourSetumei {
		margin: 0 10px 50px;
	}
	main .tourSetumei h3 {
		font-size: 2.4rem;
		text-align: left;
	}
}





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

	#sliderMain {
/*		margin-top: 38px!important; */
		height: 430px;
	}
	#sliderMain .logoMain {
		width: 420px;
		right: calc(50% - 470px);
		margin-top: calc((-247px / 2) - 20px);
	}
	main .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 .btnMessage a:hover {
		background-color: #02604F;
	}
}



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


}
