/* -----------------------------------------------------------------
	kakizaki_tmpl base.css Document
	Description: 株式会社垣﨑住設様 デザインのテーマ
	Version: 1.0
 ----------------------------------------------------------------- */
/* 初期設定
-------------------------------------------------- */
/* Foundation 強制css指定 */
.off-canvas-content { box-shadow:none !important; }

/* Webフォント 読み込み */
/*
@font-face {
    font-family: 'rounded x-mplus 1m medium';
    src:url('../fonts/rounded-x-mplus-1m-medium.ttf');
    src:url('../fonts/rounded-x-mplus-1m-medium.ttf') format('truetype');
}
*/
/* IEのSVG対策 */
.header-name img[src$=".svg"],
.header-name img[src$=".svgz"],
footer img[src$=".svg"],
footer img[src$=".svgz"] {
	width: 100%;
	height:auto;
}
/* リンクをスマートフォン端末以外では無効にする（jQuery併用：commons/js/jquery_config.js内に記載） */
a[href^="tel:"] { cursor: default; }
/* カラムマージン設定 */
.columns-margin { display:inline; margin-bottom:3.5%; }
/* Firefoxのみ */
@-moz-document url-prefix() {
	.columns-margin { margin-bottom:20px; }
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
	.columns-margin { margin-bottom:20px; }
}

/* ----- 文字色 ----- */
.require, .emphasis, .red { color:#cc0000; }
.blue { color:#0080ff; }
.orange { color:#ff8c00; }
.green { color:#369b50; }
.brown { color:#6a3313; }

/* ----- フォントサイズ指定 ----- */
.font80 { font-size:80%; }
.font85 { font-size:85%; }
.font90 { font-size:90%; }
.font100 { font-size:100%; }
.font110 { font-size:110%; }
.font120 { font-size:120%; }
.font130 { font-size:130%; }
.font140 { font-size:140%; }
.font150 { font-size:150%; }
.font160 { font-size:160%; }
.font170 { font-size:170%; }
.font180 { font-size:180%; }
.font190 { font-size:190%; }
.font200 { font-size:200%; }
.font-bold { font-weight:bold; }
/* 行間設定 */
.font150, .font160, .font170,
.font180, .font190, .font200 {
	line-height:130%;
}

/* フォントファミリー */
.kaimin { font-family:"解ミン 宙 B","Kaimin Sora Bold"; }
.ryumin-m {	font-family:"リュウミン M-KL","Ryumin Medium KL", "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif; }

/* ---------- マージン設定 ---------- */
/* トップ */
.mt1 { margin-top:1% }
.mt2 { margin-top:2% }
.mt3 { margin-top:3% }
.mt4 { margin-top:4% }
.mt5 { margin-top:5% }
.mt6 { margin-top:6% }
.mt7 { margin-top:7% }
.mt8 { margin-top:8% }
.mt9 { margin-top:9% }
.mt10 { margin-top:10% }
/* ライト */
.mr1 { margin-right:1% }
.mr2 { margin-right:2% }
.mr3 { margin-right:3% }
.mr4 { margin-right:4% }
.mr5 { margin-right:5% }
.mr6 { margin-right:6% }
.mr7 { margin-right:7% }
.mr8 { margin-right:8% }
.mr9 { margin-right:9% }
.mr10 { margin-right:10% }
/* ボトム */
.mb1 { margin-bottom:1% }
.mb2 { margin-bottom:2% }
.mb3 { margin-bottom:3% }
.mb4 { margin-bottom:4% }
.mb5 { margin-bottom:5% }
.mb6 { margin-bottom:6% }
.mb7 { margin-bottom:7% }
.mb8 { margin-bottom:8% }
.mb9 { margin-bottom:9% }
.mb10 { margin-bottom:10% }
/* レフト */
.ml1 { margin-left:1% }
.ml2 { margin-left:2% }
.ml3 { margin-left:3% }
.ml4 { margin-left:4% }
.ml5 { margin-left:5% }
.ml6 { margin-left:6% }
.ml7 { margin-left:7% }
.ml8 { margin-left:8% }
.ml9 { margin-left:9% }
.ml10 { margin-left:10% }

/* NEWアイコン */
span.new {
	margin:0 0 0 5px;
	padding:1px 5px;
	font-size:80%;
	color:#fff;
	background-color:#cc0000;
	border-radius:3px;
}
/* 点滅 ここから */
@-webkit-keyframes pulse {
	from { opacity: 1.0;/*透明度100%*/ }
	to { opacity: 0.5;/*透明度50%*/ }
}
.blinking{
	-webkit-animation-name: pulse;/* 実行する名前 */
	-webkit-animation-duration: 0.5s;/* 0.5秒かけて実行 */
	-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}
/* 点滅 ここまで */

/* 右下 TOPへ戻るボタン
-------------------------------------------------- */
/* bodyは幅・高さのスペース確保用 */
body{
	width:100%;
	height:auto;
	color:#696969;
}
#page-top{
    width:50px;
    height:50px;
    position:fixed;
    right:3%;
    bottom:3%;
    display:none;
    z-index: 99;
}
#page-top p{
    margin:0;
    padding:0;
    text-align:center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
#page-top p:hover{
}
#page-top p a{
    color:#fff;
    line-height:50px;
    text-decoration:none;
    display:block;
    cursor:pointer;
}

/* もっと見る リンクアイコン */
.text-link-more {
	font-size:110%;
	background: -webkit-linear-gradient(#fff000, #e60012);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ヘッダーエリア
-------------------------------------------------- */
header {
	margin-bottom:1%;
}
.header-h1 {
	margin:0;
	padding:0;
}
.header-h1 h1 {
	margin:0 auto;
	padding:1.5% 1.5%;
	color:#006c3b;
	font-size:85%;
}
.header-name {
}
.header-about {
	text-align:right;
}

/* ヘッダーグローバルナビゲーション
-------------------------------------------------- */
nav {
	text-align:center;
	background-color:#006c3b;
}
.top-navi-bar ul {
	margin:0 0 0 0.5%;
	padding:0;
}
.top-navi-bar ul li {
	display:inline-block;
}
/* グローバルナビゲーション テキスト 非表示 */
.top-navi-bar ul li span {
	display:none;
}

/* パンくずリスト用（Breadcrumb NavXT）文字数制限用
-------------------------------------------------- */
.breadcrumbs span[property="name"] {
	display: inline-block;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* コンテンツエリア
-------------------------------------------------- */
/* foundation コンテンツエリア用 追加 */
.off-canvas-content {
	padding-top:3.5%;
}
/* コンテンツフッター */
.entry-footer {
	margin:0;
	padding:0;
}
/* transform scale用 追加 */
.images-scale {
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
}
a:hover .images-scale,
.images-scale img {
    -moz-transition: -moz-transform 1.0s linear;
    -webkit-transition: -webkit-transform 1.0s linear;
    -o-transition: -o-transform 1.0s linear;
    -ms-transition: -ms-transform 1.0s linear;
    transition: transform 1.0s linear;
}
a:hover .images-scale img,
.images-scale img:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/* リフォームのコツ アイコン */
ul.reform-knack-icon {
	margin:1.0% 0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
ul.reform-knack-icon li {
	margin:0.8%;
	padding:0.5%;
	width:15%;
}
ul.reform-knack-icon li img {
	width:100%;
	height:auto;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
	ul.reform-knack-icon li { margin-bottom:20px; }
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
	ul.reform-knack-icon li { margin-bottom:20px; }
}


/* サイドバー
-------------------------------------------------- */
.sidemenu-box {
	margin-bottom:5%;
	text-align:center;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
	.sidemenu-box { margin-bottom:15px;text-align:center; }
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
	.sidemenu-box { margin-bottom:15px;text-align:center; }
}
/* バナーリスト */
.sidemenu-box ul.side-banner-list {
	margin:0 0 2.5%;
	padding:0;
	list-style:none;
}
.sidemenu-box ul.side-banner-list li {
	margin:0 0 4.5%;
	padding:0;
}
/* コンテンツリスト */
.sidemenu-box h3 {
	margin:1.5% 0 0.5%;
	padding:1.5% 1.0%;
	font-family:'新ゴ M','Shin Go Medium','Mplus 1p';
	color:#ffffff;
	font-size:105%;
	font-weight:bold;
	text-align:center;
	background-color:#4c9875;
}
.sidemenu-box h3 a {
	display:block;
}
.sidemenu-box h3 a:link,
.sidemenu-box h3 a:visited {
	color:#ffffff;
}
.sidemenu-box h3 a:active,
.sidemenu-box h3 a:hover {
	color:#31d18c;
}
/* 施工事例リスト */
.sidemenu-box ul.side-contents-list,
.sidemenu-box ul.side-case-list,
.sidemenu-box ul.side-knack-list {
	margin:1% 0;
	padding:1% 0;
	list-style:none;
}
.sidemenu-box ul.side-contents-list li,
.sidemenu-box ul.side-case-list li,
.sidemenu-box ul.side-knack-list li {
	margin:0;
	text-align:left;
	/* font-family:'新ゴ M','Shin Go Medium','Mplus 1p'; */
	border-bottom:solid 1px #dcdcdc;
}
.sidemenu-box ul.side-contents-list li {
	padding:2.5% 4.0%;
	line-height:125%;
}
.sidemenu-box ul.side-case-list li,
.sidemenu-box ul.side-knack-list li {
	padding:3.0% 4.5%;
}
.sidemenu-box ul.side-contents-list li a,
.sidemenu-box ul.side-case-list li a,
.sidemenu-box ul.side-knack-list li a {
	display:block;
	font-size:90%;
	font-weight:bold;
}
.sidemenu-box ul.side-contents-list li a:hover,
.sidemenu-box ul.side-case-list li a:hover,
.sidemenu-box ul.side-knack-list li a:hover {
	margin:-4.0% -4.5%;
	padding:4.0% 4.5%;
	background-color:#faeee7;
}

/* メニューリスト */
.sidemenu-box ul.side-menu-list {
	margin:5% 0;
	padding:1% 0;
	list-style:none;
}
.sidemenu-box ul.side-menu-list li {
	margin:0;
	padding:4.0% 4.5%;
	text-align:left;
	/* font-family:'新ゴ M','Shin Go Medium','Mplus 1p'; */
	border-bottom:dashed 1px #dcdcdc;
}
.sidemenu-box ul.side-menu-list li:nth-child(1){
	border-top:0;
}
.sidemenu-box ul.side-menu-list li:nth-last-child(1) {
	border-bottom:0;
}
.sidemenu-box ul.side-menu-list li a {
	display:block;
	font-size:90%;
	font-weight:bold;
}
.sidemenu-box ul.side-menu-list li a:hover {
	margin:-4.0% -4.5%;
	padding:4.0% 4.5%;
	background-color:#faeee7;
}

/* サイドバー 各ブログ用 */
div.blog-sidebar {
	margin-bottom:20px;
}
/* カレンダー */
section.widget_calendar {
	margin:0;
	padding:0;
	border:0;
}
section.widget_calendar table {
	max-width:100%;
	width:100%;
	border:none;
}
section.widget_calendar table caption {
	margin-bottom:3px;
	font-size:100%;
	color:#666;
}
section.widget_calendar table{
	border:solid 1px #DDDDDD;
}
section.widget_calendar table th,
section.widget_calendar table td {
	margin:0;
	padding:4px 0;
	text-align:center;
	font-size:82%;
}
section.widget_calendar table tbody td a {
	padding:4px;
	color:#006c3a;
	background-color:#faeee7;
}
section.widget_calendar table tbody td a:hover {
	color:#ffffff;
	background-color:#006c3a;
}
section.widget_calendar table tfoot {
	background-color: inherit;
}
section.widget_calendar table tfoot td a {
	border-radius:5px;
	padding:4px 15px;
	color:#006c3a;
	background-color:#faeee7;
}
section.widget_calendar table tfoot td a:hover {
	color:#ffffff;
	background-color:#006c3a;
}

section.widget_recent_entries,
section.widget_archive {
	margin:10px 0;
	padding:10px;
	border:solid 1px #DDDDDD;
}
section.widget_recent_entries h3,
section.widget_archive h3 {
	margin:0 0 15px 0;
	padding:3px 5px;
	font-size:110%;
	font-weight:bold;
	color:#666;
	background-color:#ffffff;
	border-left:0;
	border-bottom:solid 1px #999;
}
section.widget_recent_entries ul,
section.widget_archive ul {
	margin:0;
	padding:0 5px;
	width:100%;
	height:265px;
	overflow:auto;
	list-style:none;
}
section.widget_recent_entries ul li,
section.widget_archive ul li {
	margin-bottom:4.5%;
	font-size:85%;
	line-height:140%;
}
section.widget_recent_entries ul li:before,
section.widget_archive ul li:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0a9";
	padding-right: 5px;
}
section.widget_recent_entries ul li:last-child,
section.widget_archive ul li:last-child {
	margin-bottom:0;
}

/* フッター
-------------------------------------------------- */
.footer-contents-area {
	margin:2.5% 0 0;
	padding:3.0% 0;
	background-color:#efefef;
}
/* いろいろお知らせ 横5件並び用 */
ul.oshirase-five-blef-box {
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
}
ul.oshirase-five-blef-box li {
	margin:0 1% 1%;
	padding:0;
	width:18%;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
	ul.oshirase-five-blef-box li { margin-bottom:10px; }
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
	ul.oshirase-five-blef-box li { margin-bottom:10px; }
}

/* いろいろお知らせ 下リンク */
ul.oshirase-footer-link {
	margin:0.5% 0 0 0;
	padding:0;
	list-style:none;
	text-align:right;
}
ul.oshirase-footer-link li {
	margin:0 1%;
	padding:0;
	display:inline;
}
ul.oshirase-footer-link li a {
	font-size:90%;
}
ul.oshirase-footer-link li a:link,
ul.oshirase-footer-link li a:visited {
	color:#696969;
}
ul.oshirase-footer-link li a:hover {
	color:#4c9875;
}

footer {
	margin:1.5% 0 0 0;
	padding:1.5% 0 0;
}
/* フッターコンテンツタイトル */
div.footer-content-title {
	margin-bottom:3.5%;
}
div.footer-content-title img {
	width:125px;
	height:auto;
}
/* フッターメニューリスト */
.footer-menu-box {
	background-image:url('images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:contain;
}
.footer-menu-box h4 {
	margin:0;
	padding:0;
	color:#006c3b;
	font-size:110%;
	font-weight:bold;
}
ul.footer-menu-list {
	margin:0 0 2.0% 0;
	padding:0;
}
ul.footer-menu-list li {
	margin:0 3.0% 0 0;
	padding:0;
	display: inline-block;
}
ul.footer-menu-list li a {
	margin:0;
	padding:0;
	font-size:80%;
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
ul.footer-menu-list li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #009b63;
	border-right: solid 2px #009b63;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
ul.footer-menu-list li a:link,
ul.footer-menu-list li a:visited {
	color:#696969;
}
ul.footer-menu-list li a:hover,
ul.footer-menu-list li a:active {
	color:#4c9875;
	text-decoration:underline;
}
/* コピーライト */
div.footer-copyright {
	margin:1.5% 0 0 0;
	padding:0.5% 0 3%;
	text-align:center;
	font-size:75%;
	color:#ffffff;
	background-color:#006c3b;
}
/* フローティングフッター
-------------------------------------------------- */
#bottom-contact {
    padding: 1.0% 0;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    display: none;
    background-color: rgba(255,255,255,0.9);
}
/* Googleクチコミ */
.footer-google-reviews {
	position: fixed;
	right: 1.0%;
	bottom: 6.5%;
	z-index: 99;
}
.footer-google-reviews img {
	width: 150px;
	height: auto;
}
/* LINE無料相談 */
.footer-line {
	position: fixed;
	right: 0;
	bottom: 12.5rem;
	width: 3.5rem;
}


/* ブレイクポイント 1024px以下
-------------------------------------------------- */
@media only screen and (max-width: 1024px){
	/* グローバルナビゲーション 画像 非表示 */
	.off-canvas ul li img {
		display:none;
	}
	.off-canvas ul li span {
		font-size:90%;
	}
	/* Googleクチコミ */
	.footer-google-reviews {
		right: 12.0%;
		bottom: 8.0%;
	}
}

/* ブレイクポイント 985px以下
------------------------------------------------------------*/
@media only screen and (max-width: 985px){
	/* 985px以下閲覧時に隠す
	-------------------------------------------------- */
	.tablet-hidden {
		display:none;
	}
	/* パンくずリスト */
	.breadcrumbs {
		margin:0 0 1.0% 0;
	}
	/* ナビバー
	-------------------------------------------------- */
	.top-navi-bar ul {
		margin:0;
		padding:0;
		max-width:100%;
		height:auto;
	}
	.top-navi-bar ul li {
		margin:0;
		padding:0;
		width:19.5%;
	}
	.top-navi-bar ul li img {
		width:100%;
	}

	/* transform scale用 追加 */
	a:hover .images-scale,
	.images-scale img {
		-moz-transition:none;
		-webkit-transition:none;
		-o-transition:none;
		-ms-transition:none;
		transition:none;
	}
	a:hover .images-scale img,
	.images-scale img:hover {
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}

	/* サイドバー
	-------------------------------------------------- */
	.sidebar {
		margin-top:4.5%;
	}
	.sidemenu-box {
		margin-bottom:0.5%;
	}
	.sidemenu-box h3 {
		padding:1.0%;
	}
	/* バナーリスト */
	.sidemenu-box ul.side-banner-list {
		display:flex;
		flex-wrap:no-wrap;
	}
	.sidemenu-box ul.side-banner-list li {
		margin:0 0.5%;
		padding:0;
		width:24%;
	}
	/* コンテンツリスト */
	.sidemenu-box ul.side-contents-list li {
		padding:2.0%;
	}
	.sidemenu-box ul.side-contents-list li br {
		display:none;
	}
	/* 施工事例リスト */
	.sidemenu-box ul.side-case-list,
	.sidemenu-box ul.side-knack-list {
		margin:1.5% 0;
		padding:0;
		display:flex;
		flex-wrap:wrap;
	}
	.sidemenu-box ul.side-case-list li {
		margin:1.0%;
		padding:1.0%;
		width:31.0%;
		text-align:center;
		background-color:rgba(76,152,117,0.1);
		border:solid 1px #4c9875;
		border-radius:6px;
	}
	/* リフォームのコツ */
	.sidemenu-box ul.side-knack-list li {
		margin:1.0%;
		padding:1.0%;
		width:23%;
		text-align:center;
		background-color:rgba(76,152,117,0.1);
		border:solid 1px #4c9875;
		border-radius:6px;
	}
	.sidemenu-box ul.side-case-list li a,
	.sidemenu-box ul.side-knack-list li a {
		font-size:85%;
	}
	/* メニューリスト */
	.sidemenu-box ul.side-menu-list {
		margin:0;
		padding:0;
		text-align:right;
	}
	.sidemenu-box ul.side-menu-list li {
		margin:0;
		padding:0 1.5%;
		text-align:left;
		border-bottom:0;
		display:inline-block;
	}

	/* フッター
	-------------------------------------------------- */
	.footer-about {
		margin-top:5%;
		margin-bottom:3%;
		text-align:center;
	}
}

/* ブレイクポイント 641px以上の場合
-------------------------------------------------- */
@media only screen and (min-width: 641px) {
	.more-smartphone-hidden {
		display:none;
	}
}

/* ブレイクポイント 641px以上 1023px以下
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 1023px){
    /* 右下 TOPへ戻るボタン
    -------------------------------------------------- */
    #page-top { bottom:9.0%; }
    /* フローティングフッター
    -------------------------------------------------- */
    #bottom-contact {
        padding: 1.0% 3.0%;
        width: 100%;
    }
}

/* ブレイクポイント 641px以上 985px以下
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 985px){
	div.blog-sidebar {
		display:flex;
		flex-wrap:no-wrap;
	}
	section.widget_recent_entries,
	section.widget_archive {
		margin:0 1.0%;
		width:48%;
	}
}

@media only screen and (max-width: 640px) {
	/* スマホ閲覧時に隠す
	-------------------------------------------------- */
	.smartphone-hidden {
		display:none;
	}
	/* パンくずリスト */
	.breadcrumbs {
		margin:0 0 1.5% 0;
	}
	/* ヘッダーエリア
	-------------------------------------------------- */
	.header-h1 {
		margin-bottom:2.5%;
		border-bottom: dashed 1px #cccccc;
	}
	.header-h1 h1 {
		padding:1.5% 3.0%;
		font-size:75%;
	}
	.header-about {
		text-align:center;
	}
	.header-name {
		padding-top:1.5%;
		padding-bottom:1.5%;
	}
	/* ヘッダーグローバルナビゲーション
	-------------------------------------------------- */
	nav {
		text-align:left;
	}
	/* Foundation 追加 */
	.off-canvas-content, .off-canvas-content {
		margin-top: 2% !important;
	}
	.close-button {
		z-index:99;
	}

	/* リフォームのコツ アイコン */
	ul.reform-knack-icon {
	}
	ul.reform-knack-icon li {
		margin:1.0%;
		padding:0.5%;
		width:23%;
	}

	/* コンテンツフッター */
	.entry-footer {
		display:none;
	}
	/* サイドバー
	-------------------------------------------------- */
	.sidebar {
		margin-top:4.5%;
	}
	.sidemenu-box {
		margin-bottom:2.5%;
	}
	/* バナーリスト */
	.sidemenu-box ul.side-banner-list {
		display:flex;
		flex-wrap:wrap;
	}
	.sidemenu-box ul.side-banner-list li {
		margin:1.0%;
		padding:0;
		width:48%;
	}
	/* 施工事例リスト */
	.sidemenu-box ul.side-case-list li,
	.sidemenu-box ul.side-knack-list li {
		margin:1.0%;
		padding:1.0%;
		width:48%;
		text-align:center;
		background-color:rgba(76,152,117,0.1);
		border:solid 1px #4c9875;
		border-radius:6px;
	}
	.sidemenu-box ul.side-menu-list li a {
		font-size:80%;
	}
	/* フッター
	-------------------------------------------------- */
	/* いろいろお知らせ 横5件並び用 */
	ul.oshirase-five-blef-box li {
		margin:0 1.5% 2.5%;
		width:47%;
	}
	footer {
		margin:0;
		padding:6% 0 0;
	}
	/* フッターコンテンツタイトル */
	div.footer-content-title {
		margin-bottom:4%;
		padding:2%;
		text-align:center;
	}
	div.footer-content-title img {
		width:60%;
		height:auto;
	}
	ul.footer-menu-list {
		margin-bottom:4.0%;
	}
	ul.footer-menu-list li {
		margin:0 1.5% 0 0;
		padding:1.5% 0;
		display:block;
		border-bottom:dashed 1px #dcdcdc;
	}
	ul.footer-menu-list li a {
		font-size:85%;
	}
	.footer-about {
		margin-top:5%;
		margin-bottom:3%;
	}
    /* 右下 TOPへ戻るボタン
    -------------------------------------------------- */
    #page-top{
        bottom: 14.0%;
    }
    /* フローティングフッター
    -------------------------------------------------- */
    #bottom-contact {
        padding: 2.5% 0 1.0%;
        width: 100%;
        border-top: double 3px #006c3b;
    }
    #bottom-contact i {
        font-size: 200%;
    }
    .floating-footer-title {
        margin: 0;
        padding: 0;
        font-size: 70%;
    }
	/* Googleクチコミ */
	.footer-google-reviews-mobile {
		margin: 0;
		margin-bottom: 0.25%;
		padding: 0 0 1.0%;
		text-align: center;
		background: rgba(255,255,255,0.75);
	}
	.footer-google-reviews-mobile a {
		display: block;
	}
	.footer-google-reviews-mobile img {
		width: auto;
		height: 30px;
	}
}