@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#service{
	font-family: 'Noto Sans JP Regular', serif;
	font-size: 15px;
}





/* コンテンツ幅 */
#service .contents{
	max-width:800px;
	width: 100%;
	margin:0 auto;
}





/* タイトル */
#service .title{
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	margin: 95px 0px;
}





/* 業務一覧観光案内所一覧アイコン */
/* ページ内ボタン */
#service .page1{
	text-align: center;
	margin: 0px 20px;
}

#service .page2{
	text-align: center;
	margin: 0px 20px;
}

#service .service_btn{
	display: flex;
	justify-content: center;
	margin-bottom: -10px;
	align-items: flex-end;
	height: 60px;
}

#service .page1:hover {
    content: url("../img/service/page1_hover.png");
}

#service .page2:hover {
    content: url("../img/service/page2_hover.png");
}






/* 業務一覧 */
#service .service_box{
	background-color: #F0F0EC;
	padding: 120px 0px;
	padding-bottom: 150px;
}

#service .service_box_01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#service .service_01{
	margin-top: 60px;
	width: 370px;
	height: auto;
	display:flex;
	flex-direction: column;
}

#service .service_02{
	margin-top: 60px;
	width: 370px;
	height: auto;
}

#service .link_line{
	color: #000;
	text-decoration: underline;
}




/* 業務一覧タイトル */
#service .title_01{
	text-align: center;
	font-size: 34px;
	font-weight: 600;
}

#service .title_02{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

#service .title_02 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#service .title_02::before,.title_02::after {
    content: "";
    height: 1px;
    width: 72px;
    background-color: #000000;
}

#service .title_02::before {
    margin-right: 20px;
}

#service .title_02::after {
    margin-left: 20px;
}





/* 業務一覧テキスト */
#service .service_title{
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}

#service .service_text{
	font-size: 14px;
	margin-bottom: 25px;
}






/* 場所名 */
#service .service_spot{
	display: flex;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
	margin-top: auto;
}

#service .service_spot a{
	color: #000000;
}

#service .service_spot_text{
	margin-left: 10px;
}




/* リンク二行 */
#service .service_link{
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
}

#service .service_link a{
	color: #000000;
}

#service .service_entry{
	display: flex;
	margin-bottom: 10px;
}

#service .service_contact{
	display: flex;
}

#service .service_contact p{
	margin-top: -6px;
	margin-left: 10px;
}

#service .icon_mail{
	width: 30px;
	margin-top: 5px;
}

#service .service_mail a{
	display: block;
	width: calc(100% - 30px);
}



/* お問い合わせリンク */
#service .service_mail{
	display: flex;
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	margin-top: auto;
}

#service .service_mail a{
	color: #000000;
}





/* 観光案内所一覧 */
#service .information{
	padding-top: 100px;
}

#service .information_box{
	margin-top: 60px;
}

#service .information_01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #000000;
	padding: 30px 0px;
}

#service .information_text{
	font-size: 20px;
	font-weight: 600;
}





/* トップへ戻るボタン */
#service .top_btn{
	margin-top: 170px;
	margin-bottom: 140px;
}




/* スマホレイアウト */
@media (max-width: 1024px) {
	
	#service{
		font-size: 14px;
	}
	
	
	
	
	
	/* コンテンツ幅 */
	#service .contents{
		max-width:800px;
		width: 100%;
		margin:0 auto;
		padding: 0px 15px;
	}

	
	
	
	
	/* タイトル */
	#service .title{
		text-align: center;
		font-size: 26px;
		margin-top: 65px;
		margin-bottom: 36px;
	}
	
	
	
	
	
	/* ページ内ボタン */
	#service .page1{
		text-align: center;
		margin: 0px 10px;
	}

	#service .page2{
		text-align: center;
		margin: 0px 10px;
	}

	#service .access_btn{
		display: flex;
		justify-content: center;
		margin-bottom: -12px;
		align-items: flex-end;
		height: 80px;
	}

	#service .page1:hover {
		content: url("../img/service/page1_hover_sp.png");
	}

	#service .page2:hover {
		content: url("../img/service/page2_hover_sp.png");
	}
	
	
	
	
	
	/* 業務一覧 */
	#service .service_box{
		padding: 80px 0px;
		padding-bottom: 35px;
	}
	
	
	
	
	
	/* 業務一覧タイトル */
	#service .title_01{
		font-size: 24px;
	}

	#service .title_02{
		font-size: 12px;
	}

	#service .title_02::before,.title_02::after {
		width: 28px;
	}

	#service .title_02::before {
		margin-right: 10px;
	}

	#service .title_02::after {
		margin-left: 10px;
	}
	
	
	
	
	
	/* 業務一覧A */
	#service .service_title{
		margin-top: 15px;
	}

	#service .service_text{
		margin-bottom: 30px;
		margin-top: 5px;
		letter-spacing: -1.4px;
	}

	
	
	
	
	/* 場所名 */
	#service .service_spot{
		border-bottom: 2px solid #B3B3B3;
	}
	
	#service .service_spot_text{
		font-size: 12px;
		margin-left: 6px;
		margin-top: 3px;
	}

	#service .service_box_01{
		display: block;
		flex-wrap: wrap;
		justify-content: center;
	}

	#service .service_01{
		width: 100%;
		display:block;
		margin: auto;
		margin-top: 50px;
	}
	
	#service .img_service_01{
		text-align: center;
		width: 100%;
	}
	
	
	
	
	
	/* 業務一覧B */
	#service .service_02{
		width: 100%;
		display:block;
		margin-top: 60px;
	}

	
	
	
	
	/* リンク二行 */
	#service .service_link{
		border-bottom: 2px solid #B3B3B3;
	}

	#service .service_contact p{
		margin-top: -3px;
		margin-left: 6px;
		font-size: 12px;
	}
	
	
	
	
	
	/* お問い合わせリンク */
	#service .service_mail{
		border-bottom: 2px solid #B3B3B3;
	}

	#service .service_mail a{
		font-size: 12px;
		margin-left: -3px;
		margin-top: 3px;
	}
	
	
	
	
	
	/* 観光案内所一覧 */
	#service .information{
		padding-top: 50px;
	}

	#service .information_box{
		margin-top: 40px;
	}

	#service .information_01{
		display: block;
		text-align: center;
	}

	#service .information_text{
		font-size: 16px;
		font-weight: 600;
	}
	
	
	
	
	
	/* ボタン */
	#service .btn{
		margin-top: 15px;
	}
	
	
	
	
	
	/* トップへ戻るボタン */
	#service .top_btn{
		margin-top: 115px;
		margin-bottom: 80px;
	}



	
	
}

