@charset "UTF-8";

/* 基本色 */
:root {
	--main-color: #2B5566;
	--accent-color: #00008b;
	--dark-main-color: #2B5566;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--gray-color: #ddd;
	--large-width: 1000px;
	--middle-width: 800px
}

/* 基本設定： ページ全体 */
body {
	margin: 0;
	font-family: 'メイリオ',
		'Hiragino Kaku Gothic Pro', 
		sans-serif;
}

.logo {
    float: left;
    margin-top: 10px;
	margin-left: 10px;
}


/* ヘッダー */
header {
	top: 0;
	left: 0;
}


/* ヘッダーA: サイト名 */
.headA {
	display: inline-block;
	line-height: 70px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #5D9AB2;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
}


/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.headB a {
	display: block;
	padding: 15px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.headB a:hover {
	background-color: rgba(0,0,0,0.3);
}

@media (min-width: 768px) {
	header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.headB ul {
		display: flex;
	}
}


/* ヘッダーC： トグルボタン */

@media (max-width: 767px) {
	/* 小さい画面用の設定 */
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}

	.headC:hover {
		opacity: 0.3;
	}

	.headB {
		display: none;
	}
}

@media (min-width: 768px) {
	/* 大きい画面用の設定 */
	.headC {
		display: none;
	}

	.headB {
		display: block !important;
	}
}


/* 物件概要 */
.post1 .container {
    max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.post1 h1 {
	font-family: 'メイリオ', sans-serif;
    font-size: 20px;
	padding-left: 10px;
}

.post1 p {
	font-family: 'メイリオ', sans-serif;
	font-size: 1rem;
	padding-left: 10px;
}


/* 市原市I様邸トイレ工事 */
.con101 .container {
	padding: 10px;
	margin-bottom: 50px;
}

.con101 .photo {
	min-height: 200px;
	background-image: url("img_toilet/101a.jpg");
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.con101 .photo1 {
	min-height: 300px;
	background-image: url("img_toilet/101b.jpg");
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.con101 .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	
	.con101 .photo1 {
		flex: 4;
		margin: 20px;
	}

	.con101 .photo {
		flex: 2;
		margin: 80px;
	}
}


/* 千葉市K様邸　トイレ工事 */
.con102 .container {
	padding: 10px;
	margin-bottom: 50px;
}

.con102 .photo {
	min-height: 200px;
	background-image: url("img_toilet/102a.jpg");
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.con102 .photo1 {
	min-height: 300px;
	background-image: url("img_toilet/102b.jpg");
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.con102 .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	
	.con102 .photo1 {
		flex: 4;
		margin: 20px;
	}

	.con102 .photo {
		flex: 2;
		margin: 80px;
	}
}




/* 八千代市N様邸　トイレ工事 */
.con103 .container {
	padding: 10px;
	margin-bottom: 50px;
}

.con103 .photo {
	min-height: 200px;
	background-image: url("img_toilet/103a.jpg");
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.con103 .photo1 {
	min-height: 300px;
	background-image: url("img_toilet/103b.jpg");
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.con103 .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	
	.con103 .photo1 {
		flex: 4;
		margin: 20px;
	}

	.con103 .photo {
		flex: 2;
		margin: 80px;
	}
}


/* 千葉市緑区U様邸　トイレ工事 */
.con104 .container {
	padding: 10px;
	margin-bottom: 50px;
}

.con104 .photo {
	min-height: 200px;
	background-image: url("img_toilet/104a.jpg");
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.con104 .photo1 {
	min-height: 300px;
	background-image: url("img_toilet/104b.jpg");
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.con104 .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	
	.con104 .photo1 {
		flex: 4;
		margin: 20px;
	}

	.con104 .photo {
		flex: 2;
		margin: 80px;
	}
}


/* 千葉市中央区K様邸　トイレ工事 */
.con105 .container {
	padding: 10px;
	margin-bottom: 50px;
}

.con105 .photo {
	min-height: 200px;
	background-image: url("img_toilet/105a.jpg");
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.con105 .photo1 {
	min-height: 300px;
	background-image: url("img_toilet/105b.jpg");
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.con105 .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	
	.con105 .photo1 {
		flex: 4;
		margin: 20px;
	}

	.con105 .photo {
		flex: 2;
		margin: 80px;
	}
}


/* お問合せ */
.post .container {
  max-width: 800px;
	max-width: var(--middle-width);
	margin-left: auto;
	margin-right: auto;
	padding: 30px 10px;
}

.post h1 {
	padding-left: 0.5rem;
	border-left: solid 0.75rem #00008b;
	border-left: solid 0.75rem var(--accent-color);
	font-size: 2rem;
}

.post p {
	font-size: 1rem;
	line-height: 2;
}

.post img {
	max-width: 100%;
}

/* お問合せ方法 */
.contact {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	text-align: center;
}

.contact span	{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.2rem;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #5D9AB2;
	background-color: var(--main-color);
	color: #fff;
	color: var(--icon-color);
}

.contact h2 {
	margin-top: 0;
	font-size: 1.2rem;
}

.contact a {
	font-size: 1.4rem;
	color: inherit;
	text-decoration: none;
}


@media (min-width: 768px) {
	.contact-wrap {
		display: flex;
	}

	.contact {
		flex: 1;
	}

	.contact:first-child {
		margin-right: 20px;
	}
}

/* フッター */
footer {
	color: #fff;
	color: var(--text-bright-color);
	background-color: #2B5566;
  background-color: var(--dark-main-color);
}

footer .container {
	padding: 40px 20px;
}


@media (min-width: 768px) {
	footer .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.footA {
		flex: 0 0 40%;
	}

	.footB {
		flex: 0 0 60%;
	}

	.footC {
		flex: 0 0 100%;
	}
}


/* フッターA： サイト情報 */
.footA {
	margin-bottom: 30px;
}

.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	letter-spacing: 0.2em;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.footA a {
	color: inherit;
	text-decoration: none;
}


/* フッターB： フッターメニュー */
.footB div {
	margin-bottom: 20px;
}

.footB h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px currentColor;
	font-size: 14px;
}

.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.footB a:hover {
	background-color: rgba(0,0,0,0.3);
}


@media (min-width: 768px) {
	.footB {
		display: flex;
	}

	.footB div {
		flex: 1;
	}

	.footB div:not(:first-child) {
		margin-left: 40px;
	}
}


/* フッターC： コピーライト */
.footC {
	font-size: 12px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}