@charset "UTF-8";
/*
Theme Name: JetPress
Description: 株式会社グリーン造園様テーマ
Version: 1.0
Author: 
*/

/* Basic Tag Setting
------------------------- */
* {
	word-break: break-all;
	overflow-wrap: break-word;
	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;
	--pale-gray: #f5f5f1;
	--gold: #ab8c42;
	--bright-gold: #d4d3cd;
	--mint-green: #5ec998;
	--green: #47b459;
	--darkgreen: #006934;
	--light-green: #e9f5cb;
	--pale-green: #e7f9dc;
}
body {
	position: relative;
	letter-spacing: 1px;
	font-weight: 400;
	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;
}
address, em {
	font-style: normal;
}

/* 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(--green);
}
#up-button:hover .svg-up-rect {
	fill: var(--mint-green);
}

/* Edit Link
------------------------- */
.edit-link {
	display: block;
	width: 300px;
	margin: 0 auto 20px;
}
.edit-link a {
	transition: 0.4s;
	display: block;
	padding: 8px 0;
	background-color: #000;
	text-indent: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.edit-link a:hover {
	background-color: #666;
}
.edit-link a:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 15px;
	margin: 0 0 0 10px;
	background-image: url("./img/icon/gt_thinline.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: -2px;
}

/* Login
------------------------- */
#log-in {
	background-color: #000;
	text-align: right;
	color: #fff;
}
#log-in p {
	padding: 16px 0 13px 0;
}
#log-in a {
	display: inline-block;
	padding: 0 70px 0 10px;
	text-decoration: none;
	color: #fff;
}
#log-in a:after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	background-image: url("./img/icon/icon-signout_white.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: -2px;
}

/* Breadcrumbs
------------------------- */
#outer-breadcrumbs {
	background: #fff;
}
.breadcrumbs {
	margin: 0px auto 30px ;
	padding: 5px 0px 3px 10px;
	line-height: 1.8;
	font-size: 12px;
	color: #000;
}
.breadcrumbs a {
	text-decoration: none;
	color: #000;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: var(--light-blue);
}
.breadcrumb li:first-child:before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 3px 0 0;
	background-image: url("img/icon/icon-home.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: -2px;
}
.breadcrumb ul {
	list-style-type: none;
}
.breadcrumb ul li {
	display: inline-block;
	margin: 0 4px 0 0;
}

/* Float
------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
}

/* Button
------------------------- */
.rectBtn {
	display: block;
	width: 185px;
	height: 40px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #000;
}

/* Google Map
------------------------- */
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.google-map iframe {
	border: solid 1px var(--bright-gold);
}

/* Measured Value
------------------------- */
#nv {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 150px;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	font-size: 14px;
}

/* Pagenation
------------------------- */
.pagination {
	margin: 50px 0 0;
	text-align: center;
}
.pagination a {
	text-decoration: none;
}
.pagination .page_num {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}
.pagination .pager {
	transition: 0.4s;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 3px;
	border: solid 1px var(--gray);
	border-radius: 4px;
	background-color: #fff;
	line-height: 31px;
}
.pagination .pager:hover {
	border: solid 1px var(--mint-green);
	background-color: var(--mint-green);
	color: #fff;
}
.pagination a.pager {
	color: #000;
}
.pagination .prev {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--darkgreen);
}
.pagination .first {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--darkgreen);
}
.pagination .next {
	display: inline-block;
	margin: 0 5px 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--darkgreen);
}
.pagination .last {
	display: inline-block;
	margin: 0 5px 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--darkgreen);
}
.pagination .pager.current {
	border: solid 1px var(--darkgreen);
	background-color: var(--darkgreen);
	font-weight: 900;
	color: #fff;
}

/* End of CSS File */