/*
Theme Name: Tate Clean WP Theme
Theme URI: https://tateclean.com
Description: 舘クリーンサービスの公式WordPressテーマ
Version: 1.0.0
Author: Tate Clean Service
Author URI: https://tateclean.com
Text Domain: tateclean
*/


body {
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-align: justify;
	font-style: normal;
	font-weight: 400;
}

a {
	color: #222;
	text-decoration: none;
	transition: 0.3s ease-out;
}

a:hover {
	color: #42a0be;
}

::selection {
	background-color: #42a0be;
	color: #FFF;
}

::-moz-selection {
	background-color: #42a0be;
	color: #FFF;
}

body,
header,
footer {
	min-width: 1200px;
	max-width: 1920px;
	margin: auto;
}

@media screen and (max-width:640px) {
	body {
		font-size: 15px;
	}

	body,
	header,
	footer {
		min-width: 400px;
	}
}




/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	width: 100%;
	height: 350px;
	margin: auto;
	background: url("images/mv_img02.png") bottom, url("images/mv_img01.jpg") center no-repeat;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mainvisual h2 {
	position: relative;
	width: 100%;
	margin-top: 60px;
	font-size: 38px;
	letter-spacing: 3px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	text-shadow: 0 0 10px #00547b, 0 0 20px #00547b, 0 0 30px #00547b;
}

@media screen and (max-width:640px) {
	#mainvisual {
		height: 250px;
	}

	#mainvisual h2 {
		font-size: 28px;
		letter-spacing: 2px;
	}
}






/*==================================================================

	ぱんくず

==================================================================
.breadcrumbs {	
	width:100%;
	margin:0 auto 30px;
	padding-bottom:15px;
	border-bottom: 1px solid #fff;
	font-size:13px;
	color:#7e5b43;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {	
	color:#cfa972;
	margin-right:5px;
}	
.breadcrumbs a {	
	color:#7e5b43;
}	





/*==================================================================

	main

==================================================================*/
main {}

main #wrapper {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 60px 0 80px;
}

@media screen and (max-width:640px) {
	main #wrapper {
		width: 100%;
		padding: 50px 20px;
		box-sizing: border-box;
	}
}




/*==================================================================

	 タイトル

==================================================================
h3 {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 40px;
	font-size: 17px;
	font-weight: bold;
}
h3::before {
	position: absolute;
	content: "";
	top: -5px;
	left: 0;
	width: 23px;
	height: 33px;
	background-image: url(images/ico01.png);
	background-size: 23px 33px;
}

h4 {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	color:#68512e;
}

h5 {
	position: relative;
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color:#214083;
}






/*==================================================================

	text

==================================================================*/
.text {
	position: relative;
	margin-bottom: 50px;
}

.text p {
	margin-bottom: 1em;
	line-height: 2;
}

.text:last-child {
	margin-bottom: 0;
}










/*==================================================================

		#contact-form　＊　お問い合わせフォーム

==================================================================*/
#contact-form {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #e4eff3;
}

@media screen and (max-width: 640px) {
	#contact-form {
		padding: 60px 0;
	}

	#contact-form .inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}


/*------------------------------h2------------------------------*/
#contact-form h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

#contact-form h2 span {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	color: #249fd8;
	letter-spacing: 3px;
}

#contact-form h2 span::before,
#contact-form h2 span::after {
	position: relative;
	top: -3px;
	content: "-";
	padding: 0 5px;
	color: #ffa517;
}

#contact-form h2 em {
	font-size: 40px;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 1px;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	#contact-form h2 em {
		font-size: 26px;
		text-align: center;
	}
}



/*------------------------------問い合わせフォーム本体------------------------------*/
.contact-section {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

.contact-section dl {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-section dl dt {
	width: 300px;
	font-size: 18px;
}

.contact-section dl dd {
	flex: 1;
}

/* 上揃え */
.contact-section dl.is-top {
	align-items: flex-start;
}

.contact-section dl.is-top dt {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.contact-section {
		width: 100%;
	}

	.contact-section dl {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 25px;
	}

	.contact-section dl dt {
		width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.contact-section dl dd {
		width: 100%;
	}
}



/*-------------------- 必須・任意 --------------------*/
.contact-section dl dt span {
	font-size: 15px;
	padding: 2px 25px;
	margin-right: 15px;
	color: #fff;
}

span.haveto {
	background-color: #e68592;
}

span.any {
	background-color: #479bc2;
}

@media screen and (max-width: 640px) {
	.contact-section dl dt span {
		display: inline-block;
		font-size: 13px;
		padding: 2px 15px;
		margin-right: 10px;
	}
}



/*-------------------- 入力欄 --------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	padding: 12px 30px;
	border: 1px solid #FFF;
	font-size: 18px;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

textarea {
	height: 150px;
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	color: #a9a9a9;
	opacity: 1;
}

input:focus,
textarea:focus {
	outline: 2px solid #3498db;
	outline-offset: -2px;
}

@media screen and (max-width: 640px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		padding: 12px 15px;
		font-size: 16px;
		border-radius: 5px;
	}
}


/*-------------------- 送信ボタン --------------------*/
.form-submit {
	text-align: center;
	margin-top: 50px;
}

.form-submit input {
	width: 50%;
	padding: 20px 0;
	background-color: #152f69;
	font-size: 18px;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	transition: background-color 0.3s;
	cursor: pointer;
}

.form-submit input:hover {
	background-color: #3a5694;
}

@media screen and (max-width: 640px) {
	.form-submit {
		margin-top: 30px;
	}

	.form-submit input {
		width: 100%;
		font-size: 18px;
		padding: 18px 0;
	}
}