@charset "UTF-8";
/*
Theme Name: 建物劣化調査サービス 株式会社ゼスト
Description: 
Version: 1.0
Author: Shirokuma Systems LLC.
*/

/* Basic Tag Setting
------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--gray: #999;
	--soft-gray: #b9b9b9;
	--dull-gray: #ccc;
	--light-gray: #ddd;
	--pale-gray: #f4f5f5;
	--gold: #b8a821;
	--bright-gold: #d9cb52;
	--navy: #002255;
	--deep-navy: #001133;
	--pink: #ff005a;
}
body {
	position: relative;
	letter-spacing: 1px;
	font-weight: 500;
	font-family:
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-size: 16px;
}
address, em {
	font-style: normal;
}
a {
	text-decoration: none;
}
figure {
	margin: 0;
}
.taC {
	text-align: center;
}
.taR {
	text-align: right;
}
.break {
	display: block;
}
.min {
	font-family:
		"Noto Serif JP",
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
}
.goth {
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}
.lato {
	font-family:
		"Lato",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}
.corm {
	font-family:
		"Cormorant", "Times New Roman", "Noto Serif JP",
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
}
.times {
	font-family:
		"Times New Roman", "Noto Serif JP",
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
}


/* SVG
------------------------- */
.svg-symbol {
	position: absolute;
	width: 0;
	height: 0;
}
.svg-instance {
	width: 100%;
	height: auto;
}

/* Up Button
------------------------- */
#up-button {
	display: none;
	width: 32px;
	height: 32px;
	position: fixed;
	right: 12px;
	bottom: 14px;
}
#up-button .svg-up-path {
	fill: #fff;
}
#up-button .svg-up-rect {
	transition: 0.4s;
	fill: var(--gold);
}
#up-button:hover .svg-up-rect {
	fill: var(--bright-gold);
}

/* Edit Link
------------------------- */
.edit-link {
	width: 300px;
	margin: 2rem auto;
}
.edit-link a {
	transition: 0.4s;
	display: block;
	padding: 0.9rem 0 0.7rem;
	background-color: #000;
	text-indent: 2rem;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.edit-link a:hover {
	background-color: #666;
}
.edit-link a:after {
	content: "\f105";
	margin-left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

/* Login
------------------------- */
#log-in {
	background-color: #000;
	text-align: right;
	color: #fff;
}
#log-in p {
	padding: 1.6rem 0 1.3rem 0;
}
#log-in a {
	display: inline-block;
	padding: 0 7rem 0 1rem;
	text-decoration: none;
	color: #fff;
}
#log-in a:after {
	content: "\f2f6";
	margin-left: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


/* Post Meta
------------------------- */
.post-meta {
	margin: 20px 0;
}
.post-meta a {
	text-decoration: none;
}
.post-meta li {
	display: inline-block;
	margin-right: 1.6rem;
	font-size: 14px;
}
.post-meta li.tags {
	/*display:none;*/
}
.post-meta li.cate {
	/*display:none;*/
}
.post-meta .time:before {
	content: "\f017";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta .cate:before {
	content: "\f07b";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta .pen:before {
	content: "\f044";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta .taxo:before {
	content: "\f02b";
	margin-right:1px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta a {
	color:#000;
}

/* Float
------------------------- */
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	display:block;
	margin:1rem auto;
	text-align:center;
}
.fullWideImage {
	padding: 0 20px;
	margin: 0 0 50px;
}
.fullWideImage img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.fullWideImage figcaption {
	text-align: center;
}

/* Table
------------------------- */
table {
	border-collapse: collapse;
	border-top: solid 1px var(--light-gray);
}
table th {
	min-width: 180px;
	background-color: var(--pale-gray);
}
table th, table td {
	padding: 18px 15px 15px;
	border-bottom: solid 1px var(--light-gray);
}
table thead th {
	padding: 18px 15px 15px;
	background-color: var(--deep-navy);
	border-bottom: solid 1px var(--light-gray);
	color: #fff;
}
table ol, table ul {
	margin: 0 0 10px 30px;
}
.alpha {
	list-style-type: lower-latin;
}
.core-contents table td p {
	margin: 0;
}

/* MW WP Form
------------------------- */
.mw_wp_form input {
	padding: 5px;
	font-size: 17px;
}
.mw_wp_form input::placeholder {
	color: #ccc;
}
.mw_wp_form textarea {
	padding: 20px;
	font-size: 17px;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea {
	width: 100%;
	border: solid 1px #999;
	border-radius: 4px;
}
.mw_wp_form select {
	width: 285px;
	padding: 7px 10px;
	vertical-align: middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.mw_wp_form select option {
	padding-right: 10px;
	margin-left: 10px;
	font-size: 16px;
}
.mw_wp_form input[type="submit"] { 
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	width: 240px;
	padding: 10px 0 10px;
	border: none;
	background-color: var(--navy);
	line-height: 1.3;
	letter-spacing: 1px;
	font-weight: 500;
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-size: 16px;
	color: #fff;
}
.mw_wp_form input[type="submit"]:hover {
	background-color: #359;
}
.mw_wp_form_preview dd {
	color: #359;
}
.entry-form {
	text-align: center;
}
.wrap-submit {
	position: relative;
	display: inline-block;
}
.wrap-submit:after {
	position: absolute;
	content: "\f105";
	top: 14px;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}
#form-area {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}
#form-area dd {
	margin: 0 0 20px;
}

/* Google Map
------------------------- */
.wrap-video {
	width: 70%;
	margin: auto;
}
.yt,
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt video,
.yt iframe,
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* アスペクト比 FWXGA 0.562857 */
.wrap-video2 {
	width: 90%;
	margin: auto;
}
.yt.fwxga {
	position: relative;
	padding-bottom: 56.2857%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}


/* ふわっと現れる (fuwatto.js対応)
------------------------- */
.fuwatto {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.fuwatto.appear {
	transform: translateY(0);
	opacity: 1.0;
}
.delay1  { transition-delay: 0.1s; }
.delay2  { transition-delay: 0.2s; }
.delay3  { transition-delay: 0.3s; }
.delay4  { transition-delay: 0.4s; }
.delay5  { transition-delay: 0.5s; }
.delay6  { transition-delay: 0.6s; }
.delay7  { transition-delay: 0.7s; }
.delay8  { transition-delay: 0.8s; }
.delay9  { transition-delay: 0.9s; }
.delay10 { transition-delay: 1.0s; }
.delay11 { transition-delay: 1.1s; }
.delay12 { transition-delay: 1.2s; }
.delay13 { transition-delay: 1.3s; }
.delay14 { transition-delay: 1.4s; }

/* Read More Button
------------------------- */
.readMore {
	transition: ease .2s;
	position: relative;
	overflow: hidden;
	outline: none;
	display: block;
	border: solid 1px var(--navy);
	color: var(--navy);
}
.readMore .readMore__inner {
	position: relative;
	z-index: 3;
	color: var(--navy);
}
.readMore:before {
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--navy);
}
.readMore:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.readMore:hover .readMore__inner {
	color: #fff;
}
/* End of file */