@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver2
Template: stinger5ver20141227
---------------------------------------------------------*/
@import url('../stinger5ver20141227/style.css');
/*----
テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#F62459」、サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#00bcd4」を検索し、好きな色の値に置換して下さい。複数項目あります。
-----*/

/*2カラム設定
（ウインドウの幅が1150px以上の場合のみトップページの新着記事一覧部分が2カラムになります。
2カラムデザインを使用する場合は下記の数字「99999999」を「1150」に変更してください。）
--------------------*/

body {
	min-width: 320px;
	word-wrap: break-word;
	background-color:#fff;
}
.nennmatu {
	margin: 2em 0em;
}
.nennmatu2 {
	text-align:center;
	font-size:1.8em;
}
@media only screen and (min-width: 1150px) {
#topnews {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
div#topnews dl {
	width:44%
}
}
/*=================================================
 * 「PC版表示タグ」「スマホ版表示タグ」を作る
 * ================================================= */
/*-- PC版表示CSS  --*/
.pc_area {
	display:block;
}
.phone_area {
	display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width:480px) {
.pc_area {
	display:none;
}
.phone_area {
	display:block;
}
}
/*wrapper 周り
--------------------*/
#wrapper {
	max-width: 980px;
	overflow:hidden;
}
main {
	border-radius:0px;
	background: none repeat scroll 0% 0% transparent;
	padding: 0px;
}
#content {
	padding-top:10px;
}
@media screen and (max-width:480px) {
#wrapper {
	padding: 0 10px;
}
}
@media screen and (min-width: 380px) {
#wrapper {
	padding: 0 10px;
}
}
/*header 周り
--------------------*/
.sitename img {
	max-height: 50px;
}
header {
	text-align:center;
}
header h1 {
	margin:0;
}
header .sitename {
	font-size:20px;
	display: inline-block;
	margin-bottom:0px
}
header .descr {
	padding:0;
}
#headimg {
	padding-top:15px;
}
/*---------------------------------------------------------追加 */
h1.descr {
	font-size:14px;
	margin:0px auto;
	text-align: center;
	padding: 10px 20px 0px;
	font-weight: normal;
}
/*=================================================
 * pagetop-btn 周り
 * ================================================= */
#page-top {
	right:10px;
}
.page-id-20 #page-top {
	right:10px;
	bottom: 80px;
}
#page-top a {
	opacity: 0.4;
	padding: 10px 15px;
	background: none repeat scroll 0% 0% #F62459;
}
#page-top a:hover {
	background: none repeat scroll 0% 0% #F62459;
	color: #FFF;
	opacity: 0.8;
}
@media screen and (max-width:480px) {
#page-top {
	display:none!important;
}
}
/*index 周り
--------------------*/
#topnews dl {
	border:none;
	padding: 20px 20px;
	transition: all 0.4s ease;
	position:relative;
	background-color:#f2f2f2;
}
#topnews dl:hover {
	box-shadow: inset 0px -2px 0 0 #F62459;
}
#topnews dl:first-child {
	padding-top: 20px;
}
#topnews dt {
	float: none;
}
#topnews dd h3 {
	font-size: 17px;
	line-height: 23px;
}
#topnews .clearfix dd p {
	margin:0
}
a:hover img {
	opacity: 1 !important;
}
#kanren .clearfix dd p {
	margin:0
}
#kanren dd h5 {
	font-size:15px;
}
#topnews dl:hover:before {
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
	-moz-animation:blink 0.8s ease-in-out infinite alternate;
	animation:blink 0.8s ease-in-out infinite alternate;
	color:#fff;
	display: inherit;
}
/*個別記事 周り
--------------------*/
.post {
	background-color: #fff;
	padding: 20px 0px;
	clear:both;
}
@media only screen and (max-width:480px) {
.post {
	padding: 20px 0px;
}
}
.post img {
	margin: 0 auto;
}
.post h2.gaikouh2 {
	font-size:14px;
}
.post h3 {
	border-bottom:1px dotted #F62459
}
.post h3.gaikouh3:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/アンケートシートの無料アイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/アンケートシートの無料アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
.post h3.before-after:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/工事中アイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/工事中アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
/*---------------------------------------------------------画像縁取り */
.fuchi {
	box-sizing: border-box;
	display:block;
	overflow:hidden;
	border:10px solid #f5f5f5;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
@media only screen and (max-width:480px) {
.fuchi {
	border:none;
}
}
img.size-full, img.size-large {
	margin-bottom:20px;
}
/*=================================================
 * ページネーション　周り
 * ================================================= */
.pagination_waku {
	position: relative;
    margin: 2em auto 2em;
    text-align: center;
}
div.pagination {
	display: inline-block;
	margin: 0px;
	padding: 20px 0;
	font-size: 15px;
    line-height: 15px;
}
div.pagination a {
	color:#fff !important
}
div.pagination a:hover {
	opacity:0.8
}
div.pagination span, div.pagination a {
	padding: 19px 21px 17px !important;
	background-color: #F62459 !important;
}
div.pagination span.current {
	padding: 19px 21px 17px !important;
	background-color: #fefefe !important;
}
.pagination .current {
	color:#333
}
/*タイポグラフィ 周り
--------------------*/
p {
	font-size:15px;
	line-height:27px;
	margin-bottom:20px
}
.post a {
	text-decoration:none;
	border-bottom:1px dashed
}
.post blockquote {
	margin-right:0;
	border-left:3px solid #CCC
}
.post ul li {
	font-size:14px;
	line-height:27px;
	list-style-type:square
}
.post ol {
	padding-left:30px
}
.wp-caption-text:before {
	content:"■ "
}
table, table tr td, td, th, .post table {
	border-color:#ccc
}
/*index メタ周り
--------------------*/
.blog_info p a[rel="category tag"], .blog_info p a[rel="category"] {
	background-color: #F62459;
	padding: 1px 5px;
	border-radius: 2px;
	color:#fff;
	white-space: nowrap;
	opacity:1;
}
.blog_info p a[rel="tag"] {
	background-color: #00bcd4;
	padding: 1px 5px;
	border-radius: 2px;
	color:#fff;
	white-space: nowrap;
	opacity:1;
}
.blog_info p a:hover {
	color:#fff;
	opacity:0.8;
}
.pcone {
	color:#fff
}/*tagのコンマを消すため*/
/*icon font 基本宣言
--------------------*/
.blog_info p .fa {
	color:#666
}
/*navigatin 周り
-----------------------------*/
.menu-header-container {
	clear: both;
}
.menu-header-container ul#menu-header {
	height: 46px;
	background: url("https://gp-wada.com/wp/wp-content/uploads/2022/02/bg_nav.png") no-repeat left top;
}
.menu-header-container ul li.menu-item a {
	display: block;
	width: 175px;
	height: 46px;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
}
@media only screen and (max-width:1024px) {
.menu-header-container ul li.menu-item a {
	width: 167px;
	height: 46px;
}
}
.menu-header-container ul li.menu-item a span {
	color: #333;
	font-weight: normal;
	font-size: 0.7em;
	text-decoration: none;
}
.menu-header-container ul li.menu-item a:hover, .menu-header-container ul li.current-menu-item a, .menu-header-container ul li.current-menu-parent a, .menu-header-container ul li.current-post-ancestor a {
	box-shadow: inset 0px -2px 0 0 #F62459;
}
.menu-header-container ul li {
	position: relative;
	z-index: 1;
	float: left;
}
/*メニューのデザイン*/
	.menu-header-container #menu-header li a {
	display: block;
	padding: 0.1em 2em;
	text-align: center;
	color: #333; /* メニューのフォントの色*/
	font-family:'Hiragino Mincho ProN', serif;
	text-decoration: none;
}
/*170427*/
@media only screen and (max-width:480px) {
.menu-header-container ul li.menu-item {
	width: 100%;
	padding: 0em;
}
.menu-header-container ul li.menu-item a {
	width: 100%;
	height: auto;
}
.menu-header-container #menu-header li a {
	padding: 0.4em 1em 0.5em;
	text-align: left;
}
.acordion_tree li {
	margin-bottom: 5px;
}
}
/*グローバルナビ２行表示*/
	.menu-header-container #menu-header li a span {
	font-size:10px;
	font-size:0.7rem;
	color: #9d9d9d;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
/*------ここまで-----*/

/*artical メタ周り
--------------------*/
.tagst a {
	text-decoration: none;
	padding: 4px 7px;
	border-radius: 1px;
	margin-right: 5px;
	color: #818181;
	background-color: #f3f3f3;
	transition: all 0.4s ease;
	;
	border:none;
	font-size:12px;
}
.tagst a:hover {
	background-color:#F62459;
	color:#fff;
}
.blogbox {
	background-color: #f8f8f8 !important;
	border-left: 5px solid #ccc !important;
	border-top:none;
	border-bottom:none;
	padding: 10px;
	margin:0;
}
/*artical 周り.entry-title {margin-bottom:10px;}
--------------------*/
.entry-title {
	background-color:#f5f5f5;
	box-shadow:inset 0px 1px 5px rgba(0,0,0,0.20);
	margin:0px 0px 10px;
	border-bottom:1px solid #e5e5e5;
	font-size: 22px;
	padding: 25px 0px 21px;
	line-height: 110%;
}
.entry-title2 {
	font-size: 20px;
	line-height: 30px;
}
/*サイドバーRSS周り
--------------------*/
.rssbox a {
	background-color: #F62459;
	padding:7px 10px
}
.fa-rss-square {
	margin-right:5px;
}
.twi a {
	background-color: #2ca7e0;
	padding:7px 10px
}
.fa-twitter {
	margin-right:5px;
}
/*サイドバー検索周り
--------------------*/
#s {
	padding: 5px 65px 5px 10px;
	background: none repeat scroll 0% 0% #f8f8f8 !important;
	border: 1px solid #e1e1e1;
}
/*サイドバー（NEWPOST）周り
--------------------*/
#kanren dl {
	margin-bottom: 10px;
	padding: 20px;
	background-color: #F9F9F9;
	transition: all 0.4s ease;
	border:none;
}
#kanren dl:hover {
	box-shadow: inset 0px -2px 0 0 #F62459;
}
#kanren dl:hover:before {
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
	-moz-animation:blink 0.8s ease-in-out infinite alternate;
	animation:blink 0.8s ease-in-out infinite alternate;
	color:#fff;
	display: inherit;
}
@-webkit-keyframes blink {
0% {
opacity:0.2;
}
100% {
opacity:1;
}
}
@-moz-keyframes blink {
0% {
opacity:0.2;
}
100% {
opacity:1;
}
}
@keyframes blink {
0% {
opacity:0.2;
}
100% {
opacity:1;
}
}
/*サイドバー タイトル
--------------------*/
aside h4 {
	border-bottom: 3px dashed #ddd;
	padding: 5px 10px;
	margin: 20px 0px 10px 0px;
}
aside h4:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/チェックボックスアイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/チェックボックスアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
/*サイドバー カテゴリー
--------------------*/
aside #mybox ul li ul li a {
	color: #333;
	text-decoration: none;
}
aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 27px;
	background-color: #f9f9f9;
	padding: 5px 0px;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
aside #mybox ul li ul li:hover {
	padding-left: 10px;
	box-shadow: inset 5px 0 0 #F62459;
}
/*---------------------------------------------------------追加 */
li.cat-item a {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/arrow_gray.png") right bottom no-repeat;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 2%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
li.cat-item a:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/フォルダアイコン11.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/フォルダアイコン11.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
li.cat-item a:hover {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/arrow_bk.png") right bottom no-repeat #e6e6e6;
}
ul#menu-sidebar li a {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/arrow_gray.png") right bottom no-repeat;
	color:#333;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 3%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
ul#menu-sidebar li a:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/紙とペンのアイコン素材.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/紙とペンのアイコン素材.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
ul#menu-sidebar li a:hover {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/arrow_bk.png") right bottom no-repeat #e6e6e6;
}
/*サイドバー tagクラウド
--------------------*/
aside ul li .tagcloud a {
	text-decoration:none;
	color:#333;
	background-color:#f9f9f9;
	padding:3px;
	border-radius:2px;
	white-space:nowrap;
	transition:all 0.4s ease;
}
aside ul li .tagcloud a:hover {
	background-color:#F62459;
	color:#fff
}
/*=================================================
 * sns btn 周り
 * ================================================= */
.sns {
	position:relative;
	margin: 2em 0 2em;
}
.post .sns ul {
	position:relative;
	margin: 2em 0 2em;
	padding: 20px 0;
}
/* SNS ボタンのグループ */
.snsButtons_twitter {
	font-size:14px;
	line-height:21px;
	list-style-type:square
}
.snsButtons {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:14px;
	line-height:21px;
	list-style-type:square
}
.snsButtons a {
	text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
	display: inline-block;  /* 水平に並べる */
	list-style-type: none;  /* 先頭のポッチを消す */
	margin: 2px;
	padding: 6px 0px;
	color: white;
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
	opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
	font-size: 18pt;
	min-width: 30px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	vertical-align: baseline;
}
/* テキスト部分 */
.snsButtons_label {
	min-width: 60px;
	display: inline-block;
	padding: 0px 8px 0px 0px;
	text-align: center;
	font-size: 10pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter {
	background: #000;
}
.snsButtons_facebook {
	background: #3b5998;
}
.snsButtons_pocket {
	background: #ee4056;
}
.snsButtons_google {
	background: #dd4b39;
}
.snsButtons_line {
	background: #1dcd00;
}
.snsButtons li a {
	color: #fff;
	border-bottom: none;
}
/*=================================================
 * 記事アーカイブ、関連記事箇所
 * ================================================= */
.hani {
	position: relative;
	margin: 10px 0 0px;
	padding: 0 0 10px;
}
.hani dl dt a {
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	text-indent: 100%; /*テキスト非表示*/
	white-space: nowrap; /*テキスト非表示*/
	overflow: hidden; /*テキスト非表示*/
}
.hani dl dt a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
	border:none;
}
.hani dl dt img {
	margin: 0;
}
#kanren dd {
    padding: 0 0 20px 110px;
}
#kanren dl:last-child {
    margin: 0px;
    padding: 20px 0 20px;
    border-style: none;
}
.hani:after {
    content: "";
    display: block;
    clear: both;
}
.p-navi {
    margin: 2em 0px 0;
}
/*footer 周り
--------------------*/
#footer h3 {
	margin-bottom:10px;
	font-size:13px;
	font-weight:normal;
	color:#555
}
footer {
	text-align:center;
	margin-top:50px;
	border-top:3px dashed #ddd;
	padding:30px 0px;
}
#footer .copy {
	font-size:12px;
	color:#999;
	line-height:15px;
	opacity:0.5;
	margin:0;
	clear: both;
}
/*プラグイン 修正
--------------------*/
/*Key Shortcut Formatter*/
.key {
	padding: 2px 6px !important;
	margin: 0px 3px;
}
/*toc*/
div#toc_container a {
	border:none
}
div#toc_container {
	background-color: #f9f9f9 !important;
	padding: 20px;
	border:none;
}

/*media Queries PCサイズ（最低1150pxのサイズ）
----------------------------------------------------*/
@media only screen and (min-width: 1150px) {
header .sitename {
	padding: 40px 0px 40px
}
}

/*media Queries PCサイズ（最低780pxのサイズ）
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
aside {
	width: 240px;
	margin-top: 0px;
}
#contentInner {
	margin-right: -240px;
}
main {
	margin-right: 250px;
}
#topnews dd {
	padding:0
}
}
@media only screen and (max-width: 480px) {
main {
	margin: 0 0px 20px;
}
}
/* --- 追加 --- */
.subtitle05 {
	display: block;
	margin-bottom: 15px;
	padding: 6px 10px 4px 40px;
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/subtitle.jpg") no-repeat;
	color: #9f814d !important;
	line-height: 1.3em !important;
	font-weight: bold;
	font-size: 19px !important;
}

/*media Queries タブレットサイズ（最高780pxのサイズ）
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
#topnews dd {
	padding:0
}
}

/*media Queries タブレットサイズ（最低380pxのサイズ）
----------------------------------------------------*/
@media only screen and (min-width: 320px) {
#topnews dd {
	padding:0
}
#topnews dt {
	width:100%;
	margin:o auto;
	text-align: center;
}
}
/* 追加した
----------------------------------------------------*/
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.komoji {
	font-size: 11px;
}
.gaikoupg {
	font-size: 13px;
	margin:0;
} /* --- home.php --- */
/*---------------------------------------------------------テーブルレスポンシブ */
section table {
	width: 100%;
}
section th, section td {
	padding: 10px;
	border: 1px solid #ddd;
}
section th {
	background: #f4f4f4;
	font-weight: normal;
}
.demo01 th {
	width: 30%;
	text-align: center;
}
.demo01 th a {
	border-bottom: none;
}
@media only screen and (max-width:480px) {
.demo01 {
	margin: 0 0px;
}
.demo01 th, .demo01 td {
	width: 93%;
	display: block;
	border-top: none;
}
.demo01 tr:first-child th {
	border-top: 1px solid #ddd;
}
}
/*---------------------------------------------------------よくある質問 */
/* --- リストエリア --- */
ol.qa {
	width: 100%; /* リストエリアの幅 */
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}
/* --- リスト項目の内容 --- */
ol.qa dl {
	margin: 0;
	background: #f9f9f9 url("https://gp-wada.com/wp/wp-content/uploads/2015/04/qa_back.gif") repeat-x top; /* リスト項目の背景 */
}
/* --- Questionエリア --- */
ol.qa dt {
	margin: 0;
	padding: 8px 6px 6px 35px; /* Questionエリアのパディング（上右下左） */
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/q7g.gif") no-repeat 4px 5px; /* Questionエリアの背景 */
	border: 1px #c0c0c0 solid; /* Questionエリアの境界線 */
	font-weight: bold;
	line-height: 120%;
}
/* --- Answerエリア --- */
ol.qa dd {
	margin: 0;
	padding: 11px 6px 25px 35px; /* Answerエリアのパディング（上右下左） */
	background: #ffffff url("https://gp-wada.com/wp/wp-content/uploads/2015/04/a2.gif") no-repeat 4px 8px; /* Answerエリアの背景 */
	line-height: 150%;
}
/*=================================================
 * 問い合わせフォーム
 * ================================================= */
.form-width {
	width: 98%;
}
.red {
	color:#ff0000;
}
.wpcf7-submit {
	display: block;
	width: 500px;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	border-radius: 5px;
	background: #255b43 url("https://gp-wada.com/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
@media screen and (max-width:480px) {
.wpcf7-submit {
	display: block;
	width: 100%;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	border-radius: 5px;
	background: #255b43 url("https://gp-wada.com/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.wpcf7-form p {
	margin-bottom: 0px;
}
}
/*---------------------------------------------------------各ページH1見出し */
.pgh1 {
	border-top:1px solid #bab9b9;
	border-bottom:1px solid #f0f0ef;
	color:#2C1F18;
	font-size:139%;
	line-height:1.3;
	padding:8px 13px 7px;
	margin:0;
	background: #F1E9D5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0ef), to(#cecece));
	background: -webkit-linear-gradient(#f0f0ef, #cecece);
	background: -moz-linear-gradient(#f0f0ef, #cecece);
	background: -ms-linear-gradient(#f0f0ef, #cecece);
	background: -o-linear-gradient(#f0f0ef, #cecece);
	background: linear-gradient(#f0f0ef, #cecece);
}
.pgh1 span {
	font-size: 0.9em;
	background:url("https://gp-wada.com/wp/wp-content/uploads/2015/04/line.jpg") no-repeat left bottom;
	display:block;
	padding:10px 0 10px 20px;
}
/*---------------------------------------------------------記事詳細内の関連記事 */
.linkbox {
	border:1px solid #999;
	line-height:1.5;
}
.box_hover {
	background:#b1e4fa;
	cursor:pointer;
}
/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
	margin: 0px 0px 30px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	display:block;
	overflow:hidden;
	width:100%;
	z-index:10;
	position:relative;
	font-size:85.7%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
}
#footMenu .innerBox {
	width: 100%;
	margin: 0;
}
#footMenu .menu {
	display:block;
	overflow:hidden;
}
#footMenu .menu li {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	line-height:100%;
	font-size:12px;
}
#footMenu .menu li a {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/arrow_gray.png") right bottom no-repeat;
	color:#333;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 3%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#footMenu .menu li a:hover {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/04/arrow_bk.png") right bottom no-repeat #e6e6e6;
}
 @media (min-width: 770px) {
#footMenu {
	padding: 15px 0px;
}
#footMenu .innerBox {
	margin:0px 3%;
	width:94%;
}
#footMenu .menu li {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
	line-height:100%;
	font-size:12px;
}
#footMenu .menu li a {
	background: none;
	padding:0px 15px 0px;
	line-height:1em;
	text-decoration:none;
	border-right:1px solid #ccc;
	border-bottom: none;
}
#footMenu .menu li a:hover {
	color:#F62459;
	text-decoration:underline;
	background:none;
}
#footMenu .menu li:first-child a {
	border-left:1px solid #ccc;
}
}
@media (min-width: 970px) { /* スクロール分余裕に20px */
#footMenu .innerBox {
	margin:0px auto;
	width:950px;
}
#footerSiteMap {
	width:680px;
	padding-top:0px;
	font-size:12px;
	float:right;
}
#footer dl#footerOutline {
	float:left;
}
}
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
.footer_01 {
	font-size: 0.8em;
	margin-top: 10px;
	padding-bottom:10px;
	text-align:left;
}
.footer_02 {
	float: left;
	width: 620px;
	text-align:left;
	padding-right: 20px;
}
@media only screen and (max-width:480px) {
.footer_02 {
	float: none;
	width: auto;
	padding-right: 0px;
}
}
@media only screen and (max-width:568px) {
.footer_02 {
	float: none;
	width: auto;
	padding-right: 0px;
}
}
@media only screen and (max-width:768px) {
.footer_02 {
	float: none;
	width: auto;
	padding-right: 0px;
}
}
.footer_02 p {
	font-size: 0.8em;
	margin: 0px;
}
.footer_03 {
	float: left;
}
@media only screen and (max-width:480px) {
.footer_03 {
	float: none;
	padding-top: 20px;
}
}
@media only screen and (max-width:568px) {
.footer_03 {
	float: none;
	padding-top: 20px;
}
}
@media only screen and (max-width:768px) {
.footer_03 {
	float: none;
	padding-top: 20px;
}
}
.footer_03 p a img {
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------------------------------------外構工事流れ */
.nagare01:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/スマートフォンの無料アイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/スマートフォンの無料アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare02:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/会話アイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/会話アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare03:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/・アンケート・カルテのアイコン素材.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/・アンケート・カルテのアイコン素材.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare04:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/日めくりカレンダーアイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/日めくりカレンダーアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare05:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/ペンを持つ手のアイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/ペンを持つ手のアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare06:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/工事中アイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/工事中アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare07:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/フラッグアイコン14.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/フラッグアイコン14.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
.nagare08:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/工事の作業員のアイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/工事の作業員のアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: baseline;
	margin: 0 5px 0px 0;
}
/*---------------------------------------------------------トップページのみ表示 */
.topmidashi {
	display: inline;
	font-size:17px;
	padding: 0px 20px;
	margin:0px 0px 10px;
	font-weight: bold;
}
.topmidashi2 {
	font-size:17px;
	padding: 0px 20px;
	margin:10px 0px 10px;
	text-align: center;
}
.topbg1 {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/09/0904-3.jpg") right top no-repeat;
}
.top_01, .top_02, .top_03 {
	text-align: center;
	width: 240px;
	float: left;
	font-size: 0.8em;
	margin-bottom:30px;
}
.top_01 a, .top_02 a, .top_03 a {
	color: #000;
}
.top_01 a:hover, .top_02 a:hover, .top_03 a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	zoom:1;
	color: #F62459;
}
@media only screen and (max-width:480px) {
.topmidashi {
	padding: 0px 10px;
}
.topyohaku {
	padding: 0px 20px;
}
.top_01, .top_02, .top_03 {
	text-align: center;
	width: 240px;
	float: none;
	font-size: 0.8em;
	margin: 0 auto 0;
    display: block;
}
.topbg1 {
	background: none;
}
}
@media only screen and (max-width:768px) {
.top_01, .top_02, .top_03 {
	padding-left: 5px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.top_01, .top_02, .top_03 {
	text-align: center;
	width: 220px;
	float: left;
	font-size: 0.8em;
	margin-bottom:30px;
}
}
/*---------------------------------------------------------エクステリアローン */
.pgh3 {
	background: url("https://gp-wada.com/wp/wp-content/uploads/2015/10/icon.png") no-repeat;
	padding-left: 30px;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #1a1a1a;
	line-height: 27px;
	border-bottom: 1px #999999 dotted;
	background-repeat: no-repeat;
	background-position: left center;
}
.clear {
	clear:both;
}
.bgyellow {
	background-color: #ffff00;
}
/*=================================================
 * sns btn 周り
 * ================================================= */
div.snsbotan {
	overflow: hidden;
	position: relative;
	margin:20px 0 0 0;
	background-color: #fff;
}
ol.snsbotan1 {
	list-style-type: none;
	float: left;
	left:50%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0px 0 0 10px;
	float: left;
	background-color: #fff;
}
ol.snsbotan1 li a {
	margin-left:0px;
	background-color: #fff;
}
ol.snsbotan1 li a img {
	max-width: 45px;
}
ol.snsbotan1 li:first-child {
	margin-left: 0px;
}
@media only screen and (max-width:480px) {
ol.snsbotan1 li a {
	margin-left:20px;
	background-color: #fff;
}
ol.snsbotan1 li a img {
	max-width: 60px;
}
}
/*=================================================
 * パンくずリスト
 * ================================================= */
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding-bottom: 1em;
}
.pankuzu01 li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 1em;
}
.pankuzu01 li a:hover {
	position:relative;
	left: 2px;
	top:2px;
}
.pankuzu01 li:first-child {
	padding: 0 5px 0 0em;
}
@media screen and (max-width:750px) {
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 0 22px 1em;
}
.pankuzu01 span {
	display: inline;
}
}
@media screen and (max-width:480px) {
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 0 0px 1em;
}
.pankuzu01 li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}
}
/*=================================================
 * アイコン
 * ================================================= */
.fa-home:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/ホームのフリーアイコン素材.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/ホームのフリーアイコン素材.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 4px 0;
}
.fa-clock:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/カレンダーのフリーアイコン2.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/カレンダーのフリーアイコン2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 5px;
}
.fa-repeat:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/リロードのフリーアイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/リロードのフリーアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 5px;
}
.fa-bars:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/メニューの無料アイコン10.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/メニューの無料アイコン10.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.fa-angle-up:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/矢印アイコン上4.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/矢印アイコン上4.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px;
}
.fa-tags:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/タグアイコン3.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/タグアイコン3.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 0px 0;
}
.fa-th-list:before {
	content: "";
	background-color: #666;
	display: inline-block;
	height: 1.3em;
	width: 1.3em;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/本アイコン.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/08/本アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
.fa-twitter:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/02/x.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2025/02/x.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 10px 0px;
	padding: 5px 20px 5px 15px;
}
.fa-facebook-square:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2022/02/facebook.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2022/02/facebook.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
  margin: 2px 15px 3px 10px;
  padding: 5px 15px 0px 15px;
}
.fa-line:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://gp-wada.com/wp/wp-content/uploads/2022/02/line.svg");
	mask: url("https://gp-wada.com/wp/wp-content/uploads/2022/02/line.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
  margin: 2px 11px 1px;
  padding: 5px 18px 2px 15px;
}
@media only screen and (max-width:480px) {
  .fa-twitter:before {
    margin: 0 4px 0px 5px;
  }
  .fa-facebook-square:before {
    margin: 0 8px 5px 5px;
  }
  .fa-line:before {
    margin: 0 6px 3px 5px;
  }
}
