@charset "utf-8";

/* SNSアイコン
-------------------- */
.entry-share{
	margin: 3rem 0 1.5rem;
}
ul.entry-share li {
	background: none !important;
	padding: 0 10px 0 0 !important;
}
.entry-share .btn-twitter,
.entry-share .btn-facebook,
.entry-share .btn-line,
.entry-share .btn-instagram {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	background: #fff;
	letter-spacing: 0;
}
.entry-share a {
	color: rgb(255,255,255) !important;
	text-decoration: none;
}
.entry-share a:hover {
	color: rgb(255,255,255);
	opacity: .7;
	text-decoration: none !important;
}
.entry-share a:visited {
	color: rgb(255,255,255);
}
.entry-share li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.btn-twitter,
.btn-twitter:visited,
.btn-twitter:focus,
.btn-twitter:hover,
.btn-twitter:active {
	background: #55ACEE !important;
	border: none;
}
.btn-facebook,
.btn-facebook:visited,
.btn-facebook:focus,
.btn-facebook:hover,
.btn-facebook:active {
	background: #3B5998 !important;
	border: none;
}

/* contact　入力フィールド
-------------------- */

input[type="text"], textarea, select, input[type="password"], input[type="email"] {
  margin: 3px 2px;
  padding: 6px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.7rem;
  font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}

/* ウィジェットエリア　検索ボタン
-------------------- */
.widget-search-box .submit_button,
.search-box .submit_button {
  font-weight: normal;
  border: none;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 3px;
  background-color: #43A075 !important;
}
.widget-search-box .submit_button:hover,
.search-box .submit_button:hover {
	opacity: .7;
}
.search-box input#SearchIndexQ, .widget-search-box input#SearchIndexQ {
  width: 165px;
  margin-right: 0px;
  font-size: 1em;
  padding: 6px;
}

/* layout
-------------------- */
.content {
	width: 1000px;
	margin: 0 auto 30px;
}
#Page {
	float: left;
	width: 680px;
}
#Side {
	float: right;
	width: 240px;
	padding: 20px;
	background: #F8F8F8;
}
@media screen and (max-width: 1000px) {
.content {
	width: calc(100% - 30px);
	margin: 0 15px 30px;
}
#Page {
	float: left;
	width: calc(100% - 300px);
}
#Side {
	float: right;
	width: 240px;
	padding: 20px;
	background: #F8F8F8;
}
}

@media screen and (max-width: 640px) {
	.content {
		width: auto;
		margin: 0 10px;
	}
	#Page {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#Side {
		float: none;
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
	}
}


/* Page
-------------------- */
#Page h2 {
	margin-bottom: 20px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.2;
}
#Page h3 {
	margin: 40px 0 20px;
	padding-bottom: 10px;
	font-size: 17px; font-size: 1.7rem;
	line-height: 1.2;
	border-bottom: 1px rgba(12, 136, 82,.8) solid;
	font-weight: 700;
}
#Page h3:first-child {
  margin-top: 10px;
}
#Page h4 {
	margin: 30px 0 15px;
	font-weight: bold;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.2;
}
#Page h4:first-child {
  margin-top: 10px;
}

	/* Hypertext */
#Page a {
	text-decoration: none;
}
#Page a:hover {
	text-decoration: underline;
}


	/* Breadcrumbs */
#Breadcrumbs {
	width: 1000px;
	margin: 20px auto 10px;
	padding: 6px 0 2px;
	font-size: 11px; font-size: 1.1rem;
}
#Breadcrumbs a {
	color: #999;
}
@media screen and (max-width: 1000px) {
	#Breadcrumbs {
		width: calc(100% - 30px);
		margin: 10px 15px;
	}
}

@media screen and (max-width: 640px) {
	#Breadcrumbs {
		width: auto;
		margin: 10px;
	}
}



	/* list tag */
.list-circle li {
	padding-left: 25px;
}
.list-circle span {
	vertical-align: middle;
}
.list-circle li::before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
  font-size: 6px;
  vertical-align: middle;
  color: #999;
}



	/* table tag */
.subpage table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.subpage th {
	padding: 10px;
	background: #ededed;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	vertical-align: middle;
}
.subpage td {
	padding: 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}




	/* ContentsNavi */
#ContentsNavi {
	margin: 30px 0 50px;
	text-align: center;
}
#ContentsNavi a {
	color: #333;
}

/* Side
-------------------- */
.widget {
	margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget img {
	max-width: 100%;
}
.widget h2 {
	margin-bottom: 6px;
	padding: 6px 10px;
	color: #fff;
}



	/* LocalNavi */
.widget-local-navi {
	width: 240px;
}
.widget-local-navi li.current a {
	background: #ededed;
	color: #000;
}
.widget-local-navi li.first a {
	padding: 6px 10px;
	color: #fff;
}


@media screen and (max-width: 640px) {
	.widget-local-navi {
		width: auto;
	}
}


/* blog theme
-------------------- */
#TitleImage {
	width: 1000px;
	margin: 0 auto 20px;
}
.blog {
}
.blog h2 span.archives {
	color: #999;
	font-size: 22px; font-size: 2.2rem;
}
.blog h3 a {
	color: #333;
	text-decoration: none !important;
	font-weight: 700;
}
.blog h3 a:hover {
	color: #999;
}
.blog .meta {
	margin: 20px 0 30px;
	padding: 6px 12px;
	background: #ededed;
	color: #999;
	line-height: 1.4;
	font-size: 12px; font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
}
.blog .meta span {
	color: #999;
	font-size: 12px; font-size: 1.2rem;
}.blog .meta .author {
	white-space: nowrap;
}

.blog #ContentsNavi {
	text-align: center;
}
.blog #ContentsNavi a {
	color: #333;
}
.prev-link::before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}
.next-link::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 1rem;
}
.prev-link {
  padding-right: 2rem;
}
.next-link {
  padding-left: 2rem;
}
.more::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
  color: #43A075;
}
.blog .more a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #43A075 !important;
}

@media screen and (max-width: 1000px) {
	#TitleImage {
		width: auto;
	}
}





	/* blog side calendar */
.widget-blog-calendar table {
	width: 240px;
	background: #fff;
	border-collapse: collapse;
	box-sizing: border-box;
}
.widget-blog-calendar th {
	border: 1px solid #ededed;
}
.widget-blog-calendar td {
	text-align: center;
	border: 1px solid #ededed;
}
.widget-blog-calendar td center {
	padding: 6px 10px;
	color: #fff;
}
.widget-blog-calendar td a {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.widget-blog-calendar table {
		width: 100%;
	}
}

	/* blog side list */
.blog-widget h2 {
	margin-bottom: 1px;
}
.blog-widget li a,
.widget-local-navi li a {
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px 6px 25px;
	background: #fff;
	color: #333;
}
.blog-widget li a::before,
.widget-local-navi li a::before {
content: "\f0da";
display: inline-block;
margin-left: -1rem;
padding-right: 1rem;
color: #43A075;
line-height: 0;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 1.2rem;
}
.blog-widget li a:hover,
.widget-local-navi li a:hover {
	background: #ededed;
	color: #000;
}


	/* blog comment */
#BlogComment {
}
#BlogCommentList {
	margin-bottom: 30px;
}

	/* pagination */
.pagination {
	margin: 60px 0;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
	margin: 0 20px;
	color: #333;
}
.pagination span.current,
.pagination span.number a {
	margin: 0 4px;
	padding: 7px 10px;
	background: #dedede;
	color: #fff;
	text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
	background: #666;
}
.pagination a:active {
	background: #666;
}





/* ContactForm
-------------------- */
.submit {
	margin: 30px 0;
	text-align: center;
}
.submit input.button {
	font-weight: normal;
	border: none;
	padding: 10px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 3px;
	background-color: #999 !important;
}
.auth-captcha {
	margin: 30px 0;
	text-align: center;
}
.auth-captcha-image {
  vertical-align: middle;
}
.mail-description {
	margin-bottom: 10px;
}
#flashMessage {
	margin-bottom: 10px;
}
.form-contact table {
	border: none;
	border-top: 1px dotted #ccc;
}
.form-contact th {
	background: #fff;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.form-contact table {
		box-sizing: border-box;
	}
	.form-contact tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form-contact th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.form-contact th,
	.form-contact td {
		display: list-item;
		width: auto;
		border: none;
	}
	.form-contact td textarea {
		width: 100%;
	}
}


/* ContactForm Error
-------------------- */








/* Service
-------------------- */
	/* service1 */





/* About
-------------------- */





/* Works
-------------------- */
.work-body {
	margin-bottom: 20px;
}
.work-body .left {
	width: 300px;
}
.work-body .right {
	width: 350px;
}
.work-body .more {
	text-align: right;
}
.template-works .left {
	width: 300px;
}
.template-works .left img {
	margin-bottom: 15px;
}
.template-works .right {
	width: 350px;
}
.work-body .eye-catch img.lastChild {
	display: none;
}
.work-body .eye-catch img.firstChild {
	display: block;
}

@media screen and (max-width: 1000px) {
	.work-body .left {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.work-body .right {
		width: auto;
		float: none;
	}

}


/* Works
-------------------- */
#SitemapBox .sitemap-left {
	float: left;
	width: 320px;
}
#SitemapBox .sitemap-right {
	float: right;
	width: 320px;
}
