@charset "UTF-8";

/*
	Theme Name: imamura
	Version: 1.0
	Author: T Hira
	Description: 2025/12/03 Ver1.0 新規制作.
*/

@import url("reset.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

/* ------------------------------
body
------------------------------ */
body {
	min-width: 320px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px auto;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-color:  #c7e2fa;

}
body .gothic {
	font-family: 'Noto Sans JP', sans-serif;
}
body .mincho {
	font-family: 'Noto Serif JP', serif;
}
body a ,
body a img ,
body a.notOpacity ,
body a.notOpacity img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
	color: #333;
}
body a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	color: #0099f5;
}
body a:hover img {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body a.notOpacity:hover ,
body a.notOpacity:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	color: #fff;
}
body img.rollover:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
body img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
body .text {
	text-align: justify;
	text-justify: inter-ideograph;
}
body input ,
body textarea {
	font-family: 'Noto Sans JP', sans-serif;
}

/* ------------------------------
header
------------------------------ */
header {
	color: #fff;
	background-color: #4e4f53;
	background: linear-gradient(180deg, #fff 0px, #fff 50px, #4e4f53 50px, #4e4f53 100px, transparent 100px, transparent);
}
header .inner {
	overflow: hidden;
	max-width: 1150px;
	margin: 0px auto;
}
header .white-p {
	text-align: right;
	line-height: 50px;
}
header .white-p a {
	display: inline-block;
	color: #051ca6;
	vertical-align: bottom;
	min-width: 150px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
header .white-p a.tel {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 0px 10px;
}
header .white-p a.to-contact {
	font-size: 16px;
	background-color: #dcdcdc;
}
header .logo {
	float: left;
}

header img {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 4px;
}

/* モバイル用ナビ */
header .desktop-nav ul {
	text-align: right;
	font-size: 0px;
	letter-spacing: 0px;
}
header .desktop-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
}
header .desktop-nav ul li {
	line-height: 24px;
	border-right: solid 1px #fff;
	margin: 13px 0px;
}
header .desktop-nav ul li:last-child {
	border-right: none;
}
header .desktop-nav ul li a {
	display: inline-block;
	color: #fff;
	min-width: 150px;
	line-height: 24px;
	text-align: center;
}

/* モバイル用ナビ */
header .mobile-nav {
	display: none;
}
header .mobile-nav > ul {
	position: fixed;
	background-color: #fff;
	padding: 0;
	z-index: 102;
	top: 0px;
	right: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all 1.0s;
	border-bottom: solid 1px #0099f5;
	overflow: auto;
	max-height: 100%;
}
header .mobile-nav ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #0099f5;
}
header .mobile-nav ul li:last-child {
	border-bottom: none;
}
header .mobile-nav ul li .noLink ,
header .mobile-nav ul li a {
	display: block;
	text-align: center;
	line-height: 1.25;
	color: #0099f5;
	padding: 0.5em;
	font-size: 18px;
}
header .mobile-nav ul .current {
	display: block;
	text-align: left;
	line-height: 1.25;
	padding: 0.5em;
	font-size: 16px;
	background-color: #0099f5;
	color: #fff;
}
header .mobile-nav ul li a:hover {
	text-decoration: none;
	background-color: #0099f5;
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
header .mobile-nav ul.active {
	transform: translate(0px,0px);
}
header .mobile-nav .toggle {
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 56px;
	height: 56px;
	cursor: pointer;
	z-index: 103;
	background-color: #0099f5;
	border: solid 2px #fff;
	border-radius: 5px;
	text-align: center;
}
header .mobile-nav .toggle span {
	display: block;
	position: absolute;
	width: 40px;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
header .mobile-nav .toggle span:nth-child(1) {
	top: 9px;
}
header .mobile-nav .toggle span:nth-child(2) {
	top: 18px;
}
header .mobile-nav .toggle span:nth-child(3) {
	top: 27px;
}
header .mobile-nav .toggle span:nth-child(4) {
	border: none;
	color: #fff;
	font-size: 10px;
	top: 36px;
}
header .mobile-nav .toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .mobile-nav .toggle.active span:nth-child(2),
header .mobile-nav .toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .mobile-nav .child {
	display: none;
	background-color: #fff;
}
header .mobile-nav .parent:after {
	content: '+';
	font-weight: 600;
	margin-left: 0.5em;
	background: #fff;
	display: inline-block;
	text-align: center;
	width: 1em;
	border-radius: 0.5em;
}
header .mobile-nav .parent.active:after {
	content: '-';
}


/* ------------------------------
main
------------------------------ */
main {
	overflow: hidden;
	background: url(./images/common/cloud_bg.png) no-repeat top center, 
				url(./images/common/paint_bg.png) no-repeat bottom center;

	background-size: 100%;
	margin-top: -51px;
	padding-top: 80px;
}
#page-home main {
	padding-top: 0px;
}
#page-menu main ,
#page-contact main {
	background: url(./images/common/argyle_bg.jpg) no-repeat top center, 
				url(./images/common/paint_bg.png) no-repeat bottom center;
	background-size: 100%;
}
main .common-h {
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
main:after {
	clear: both;
	content: "";
	display: block;
}

/* お知らせ */
#information {
	overflow: hidden;
}
#information .inner {
	overflow: hidden;
	max-width: 1150px;
	margin: 0px auto;
	padding: 60px !important;
	background-color: #fff;
}
#information h2 {
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 1em;
	color: #bfbfbf;
	text-align: center;
}
#information h2 .en {
	display: block;
}
#information h2 .ja {
	display: block;
	font-size: 24px;
	color: #000;
}
#information .article-ul {
	overflow: hidden;
	list-style: none;
	margin: 0px auto 40px;
	text-align: left;
	border-top: solid 1px #000;
}
#information .article-ul li {
	overflow: hidden;
	font-size: 24px;
	line-height: 40px;
	border-bottom: solid 1px #000;
}
#information .article-ul li.arrow {
	text-align: right;
	border-bottom: none;
}
#information .article-ul li a ,
#information .article-ul li.noArticle {
	display: block;
	padding: 10px;
}
#information .article-ul li a:hover {
	background-color: #eee;
}
#information .article-ul li .date {
	margin-right: 1em;
}
#information .article-ul li a {
	color: #000;
}
/* お知らせ 個別ページ用 */
#information .single-information {
	overflow: hidden;
	margin: 0px auto 40px;
	line-height: 2;
}
#information .single-information .date {
	line-height: 2;
	text-align: left;
}
#information .single-information > h1 {
	font-size: 24px;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	border-top: solid 1px #000;
	border-bottom: solid 5px #000;
}
#information .single-information .content {
	overflow: hidden;
	font-size: 16px;
	text-align: left;
	margin-bottom: 40px;
}
#information .single-information .arrow a {
	text-align: right;
	display: block;
	padding: 20px;
}
#information .single-information .arrow img {
	vertical-align: middle;
	margin-right: 10px;
}
#information .single-information .arrow a:hover {
	background-color: #c7e2fa;
}

/* ------------------------------
footer
------------------------------ */
footer {
	background-color: #051ca6;
	color: #fff;
	text-shadow: 2px 2px 10px #051ca6 ,
				-2px 2px 10px #051ca6 ,
				2px -2px 10px #051ca6 ,
				-2px -2px 10px #051ca6;
}
footer a {
	color: #fff !important;
}
footer .inner {
	overflow: hidden;
	background: url(./images/common/footer_bg.png) no-repeat right bottom;
	max-width: 1150px;
	min-height: 324px;
	margin: 0px auto;
	padding-top: 80px;
}
footer .logo {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
footer h2 {
	font-size: 20px;
}
footer h2 strong {
	font-size: 35px;
}
footer .access {
	font-size: 16px;
	line-height: 1.5;
}
footer .tel {
	font-size: 35px;
	font-weight: bold;
}
footer .tel img {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 4px;
}
footer .copyright {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	padding: 0.75em;
}
footer .pageTop a {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

/* ------------------------------
common
------------------------------ */

/* margin */
.mb_0 {
	margin-bottom: 0px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_80 {
	margin-bottom: 80px !important;
}
.mt_minus20 {
	margin-top: -20px;
}
.mt_minus30 {
	margin-top: -30px;
}
/* float */
.f_left {
	float: left;
	margin-right: 10px;
}
.f_right {
	float: right;
	margin-left: 10px;
}
/* clear */
.c_both {
	clear: both;
}

.under1150 {
	display: none;
}
.under600 {
	display: none;
}

/* ------------------------------
wordpress
------------------------------ */
.alignnone {
	margin: 10px;	
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.alignleft {
	float: left;
	margin: 10px;
}
.alignright {
	float: right;
	margin: 10px;
}
.size-full {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------
home HOME
------------------------------ */
#page-home main .inner {
	max-width: 1150px;
	margin: 0px auto;
	padding: 60px 0px;
}
#page-home #catch {
	background: url(./images/home/catch_bg.jpg) no-repeat center;
	background-size: cover;
	min-height: 500px;
	color: #fff;
	text-shadow: 2px 2px 10px #444 ,
				-2px 2px 10px #444 ,
				2px -2px 10px #444 ,
				-2px -2px 10px #444;
	padding-top: 160px;
}
#page-home #catch h2 {
	font-size: 44px;
	line-height: 1.5;
}
#page-home #catch h2 .area {
	display: inline-block;
	font-size: 22px;
	border: solid 3px #fff;
	padding: 0px 1em;
}
#page-home #message {
	background: url(./images/home/message_bg.jpg) no-repeat center;
	background-size: cover;
	min-height: 640px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.25;
}
#page-home #message h2 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 1.5em;
}
#page-home #message .text {
	font-size: 24px;
	text-align: center;
}
#page-home #menu {
	background: url(./images/common/argyle_bg.jpg) no-repeat center top;
	background-size: 100%;
	text-align: center;
}
#page-home #menu h2 {
	font-size: 60px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 1em;
}
#page-home #menu h2 .en {
	display: block;
}
#page-home #menu h2 .ja {
	display: block;
	font-size: 24px;
}
#page-home #menu ul {
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
}
#page-home #menu ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 300px;
	margin: 0px 40px 40px;
}
#page-home #menu ul li h3 {
	font-size: 30px;
	line-height: 2;
	font-weight: normal;
	color: #051ca6;
}
#page-home #menu ul li .text {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}
#page-home #works {
	overflow: hidden;
	margin: 0px auto 40px;
	padding: 60px 0px;
	text-align: center;
	border-top: solid 2px #fff;
}
#page-home #works h2 {
	font-size: 60px;
	line-height: 1.25;
	margin-bottom: 1em;
}
#page-home #works h2 .en {
	display: block;
	color: #0099f5;
}
#page-home #works h2 .ja {
	display: block;
	font-size: 24px;
}
#page-home #works .works-ul {
	margin-bottom: 40px;
}
#page-home #works .works-li {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	width: 500px;
	background-color: #fff;
	margin: 0px 35px;
	padding: 30px 50px;
}
#page-home #works .works-li a:hover {
	background-color: #c7e2fa;
}
#page-home #works .works-li .area {
	display: block;
	width: 320px !important;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	background-color: #0099f5;
	color: #fff;
	margin: -30px 0px 30px -50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px 0.5em;
}
#page-home #works .works-li .thumbnail {
	overflow: hidden;
	width: 400px;
	height: 300px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: bold;
	background-color:#afafb0;
	color: #fff;
	margin: 0px auto;
}
#page-home #works .works-li .thumbnail img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition:1s all;	
}
#page-home #works .works-li .detail {
	text-align: right;
}
#page-home #works .works-li .detail img {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
#page-home #works .works-li .detail a {
	display: inline-block !important;
	color: #959595;
	padding: 10px;
}

/* slick (トップページに使用) */
#page-home #works .slick-ul {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0;
}
#page-home #works .slick-ul .slick-list {
	overflow: visible;
}
#page-home #works .slick-ul .slick-slide {
	transition-duration: 0.3s;
}
#page-home #works .slick-ul .slick-slide.slick-current {
	opacity: 1;
}
#page-home #works .slick-ul .slick-slide a {
	display: block;
}
#page-home #works .slick-ul .slick-slide a:hover {
	display: block;
	opacity: 0.7;
}
#page-home #works .slick-prev {
	z-index: 1;
	zoom: 200%;
	left: 0px;
}
#page-home #works .slick-next {
	z-index: 1;
	zoom: 200%;
	right: 0px;
}
#page-home #works .slick-prev:before ,
#page-home #works .slick-next:before {
	color: rgba(0, 0, 0, 0.7);
	text-shadow: 0 2px 5px rgba(255, 255, 255, 0.7);
}

/* ------------------------------
menu 取扱商品・工法
------------------------------ */
#page-menu #menu {
	overflow: hidden;
	max-width: 1150px;
	margin: 0px auto 60px;
}
#page-menu #menu ul {
	list-style: none;
}
#page-menu #menu li {
	overflow: hidden;
	background-color: #fff;
	padding: 60px;
	margin-bottom: 60px;
	border-radius: 0px 30px 30px 30px;
}
#page-menu #menu li h3 {
	width: 560px;
	background-color: #4e4f53;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 0.5em;
	margin: -60px 0px 20px -60px;
}
#page-menu #menu li .image {
	float: right;
	margin-left: 60px;
}
#page-menu #menu li .text {
	font-size: 18px;
	line-height: 2;
	max-width: 500px;
	margin: 80px 0px 20px;
}
#page-menu #menu li .note {
	font-size: 18px;
	line-height: 2;
	max-width: 500px;
}
#page-menu #menu li .button {
	max-width: 500px;
	margin-bottom: 20px;
}
#page-menu #menu li .button a {
	display: block;
	background-color: #0099f5;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	text-align: center;
	border-radius: 20px;	
}

/* ------------------------------
overview 会社概要
------------------------------ */
#page-overview #greeting {
	max-width: 1150px;
	margin: 0px auto 60px;
	padding: 60px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 18px;
	line-height: 2;
}
#page-overview #greeting h2 {
	text-align: center;
	margin-bottom: 1em;
}
#page-overview #greeting .text {
	color: #373737;
}
#page-overview #overview {
	overflow: hidden;
	max-width: 1150px;
	margin: 0px auto 60px;
	text-align: center;
	font-size: 18px;
}
#page-overview #overview h2 {
	width: 240px;
	background-color: #0099f5;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	border-radius: 20px 20px 0px 0px;
	margin: 0px auto 40px;
}
#page-overview #overview table {
	max-width: 720px;
	width: 100%;
	border-top: solid 1px #0099f5;
	margin: 0px auto 60px;
}
#page-overview #overview table tr {
	border-bottom: solid 1px #0099f5;
}
#page-overview #overview table th {
	padding: 0.5em 2em;
	font-weight: normal;
}
#page-overview #overview table td {
	padding: 0.5em 2em;
	text-align: left;
}
#page-overview #overview .image {
	margin-bottom: 60px;
}
#page-overview #eco {
	overflow: hidden;
	max-width: 720px;
	margin: 0px auto;
	padding: 30px;
	background-color: #fff;
	color: #373737;
	border-radius: 30px;
	font-size: 18px;
	line-height: 1.5;
}
#page-overview #eco h3 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 0.5em;
}
#page-overview #eco .image {
	float: right;
	margin: 30px;
}
#page-overview #map {
	position: relative;
	width: auto;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	margin: 0px 30px 60px;
}
#page-overview #map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------
* works 施工事例
*------------------------------*/
#page-works {
	overflow: hidden;
	max-width: 1150px;
	margin: 0px auto 60px;
	padding: 60px 120px;
	text-align: center;
	background-color: #fff;
}
#page-works h2 {
	font-size: 60px;
	line-height: 1.25;
	margin-bottom: 1em;
}
#page-works h2 .en {
	display: block;
	color: #0099f5;
}
#page-works h2 .ja {
	display: block;
	font-size: 24px;
}
#page-works .works-ul {
	list-style: none;
}
#page-works .works-li {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 40px;
}
#page-works .works-li .thumbnail {
	float: right;
	overflow: hidden;
	width: 400px;
	height: 300px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: bold;
	background-color:#afafb0;
	color: #fff;
	margin: 0px auto;
}
#page-works .works-li .thumbnail img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition:1s all;	
}
#page-works .works-li table {
	float: left;
	max-width : 450px;
	width: 100%;
	border-top: solid 3px #afafb0;
	border-bottom: solid 3px #afafb0;
}
#page-works .works-li table caption {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
#page-works .works-li table caption .name {
	font-size: 14px;
	background-color: #373737;
	color: #fff;
	padding: 3px 10px;
	margin-right: 10px;
}
#page-works .works-li table th {
	font-weight: normal;
	min-width: 5em;
	padding: 0.5em;
}
#page-works .works-li table td {
	font-weight: bold;
	padding: 0.5em;
}

/* ------------------------------
cotact お問合せ
------------------------------ */
#page-contact #contact {
	overflow: hidden;
	max-width: 1150px;
	margin: 0px auto 80px;
	padding: 60px 120px;
	text-align: center;
	background-color: #fff;
}
#page-contact #contact h2 {
	width: 240px;
	background-color: #a9a6a6;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	border-radius: 20px 20px 0px 0px;
	margin: 0px auto 40px;
}
#page-contact .introduciton {
	font-size: 18px;
	color: #645f5f;
	line-height: 1.75;
	margin-bottom: 40px;
}
#page-contact .introduciton .text {
	display: inline-block;
}
/* 入力エリア */
#page-contact .form-div {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	font-size: 18px;
	color: #645f5f;	
	max-width: 800px;
	margin: 0px auto;
}
#page-contact .form-div dt {
	line-height: 22px;
	margin-top: 40px;
	margin-bottom: 5px;
}
#page-contact .form-div dd.check {
	padding: 15px;
	background-color: #eee;
}
#page-contact .form-div dd.check label {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
#page-contact .mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px;
}
#page-contact .form-div .must {
	background-color: #fe2626;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	padding: 0px 6px;
	vertical-align: top;
	border-radius: 5px;
}
#page-contact .form-div .note {
	color: #CC3300;
	margin-left: 35px;
}
#page-contact .form-div input[type="text"] {
	border-radius: 0;
	border: none;
	line-height: 28px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #e5e1e1;
	width: 100%;
	font-size: 18px;
}
#page-contact .form-div .mwform-tel-field input ,
#page-contact .form-div .mwform-zip-field input {
	width: 27.5% !important;
}
#page-contact .form-div .mwform-tel-field input {
	width: auto;
}
#page-contact .form-div .mwform-radio-field {
	display: inline-block;
	min-width: 200px;
	width: 47.5%;
	box-sizing: border-box;
	background-color: #e5e1e1;
	border: solid 2px #eee;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page-contact .form-div textarea {
	border-radius: 0;
	border: none;
	line-height: 28px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #e5e1e1;
	width: 100%;
	font-size: 18px;
	margin-bottom: 40px;
}
#page-contact .form-div .error {
	background-color: #fcc;
	padding-left: 20px;
}
#page-contact .form-div .buttons {
	margin: 40px auto;
	text-align: center;
}
#page-contact .form-div .buttons input {
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	background-color: #8a8585;
	line-height: 2;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 10px;
	padding: 0px 40px;
	min-width: 240px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#page-contact .form-div .buttons input:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#page-contact .form-div .privacyPolicy {
	overflow: hidden;
	max-width: 800px;
	margin: 0px auto;
	line-height: 1.75;
	font-size: 14px;
}

/* 確認画面 */
.mw_wp_form_confirm .note ,
.mw_wp_form_confirm .must ,
.mw_wp_form_confirm .buttons input[type="reset"] {
	display: none;
}
.mw_wp_form_confirm dd.check {
	background-color: #fff !important;
	padding: 15px 0 !important;
}
/* 確認画面と完了画面 */
.mw_wp_form_confirm .introduciton ,
.mw_wp_form_complete .introduciton {
	display: none;
}

/* ------------------------------
レスポンシブウェブデザイン
------------------------------ */
@media screen and (max-width:1169.999px) {

	.over1150 {
		display: none;
	}
	.under1150 {
		display: block;
	}

	/* header */
	header {
		color: #fff;
		background-color: #4e4f53;
		background: linear-gradient(180deg, #fff 0px, #fff 50px, #4e4f53 50px, #4e4f53 100px, transparent 100px, transparent);
	}
	header .white-p {
		display: none;
	}
	header .desktop-nav {
		display: none;
	}
	header .mobile-nav {
		display: block;
	}


	/*main */
	main {
		padding-top: 60px;
	}
	#page-home main {
		padding-top: 0px;
	}
	#page-menu main ,
	#page-contact main {
		background: url(./images/common/argyle_bg.jpg) no-repeat top center, 
					url(./images/common/paint_bg.png) no-repeat bottom center;
		background-size: 100%;

	}
	main .common-h {
		font-size: 28px;
		margin-bottom: 30px;
		text-shadow: 2px 2px 10px #051ca6 ,
					-2px 2px 10px #051ca6 ,
					2px -2px 10px #051ca6 ,
					-2px -2px 10px #051ca6;
	}

	/* お知らせ */
	#information .inner {
		padding: 30px 10px !important;
	}
	#information h2 {
		font-size: 28px;
	}
	#information h2 .ja {
		font-size: 16px;
	}
	#information .article-ul li {
		font-size: 16px;
		line-height: 2;
	}

	/* お知らせ 個別ページ用 */
	#information .single-information > h1 {
		font-size: 18px;
	}
	#information .single-information .content {
		font-size: 14px;
	}


	/* footer */
	footer .inner {
		overflow: hidden;
		background: url(./images/common/footer_bg.png) no-repeat right bottom;
		background-size: 300px;
		max-width: 1150px;
		min-height: auto;
		padding: 60px 10px 10px;
	}
	footer .logo {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	footer .logo img {
		width: 100px;
	}
	footer h2 {
		font-size: 18px;
	}
	footer h2 strong {
		font-size: 24px;
	}
	footer .access {
		font-size: 14px;
		line-height: 1.5;
	}
	footer .tel {
		font-size: 24px;
	}
	footer .copyright {
		clear: both;
		font-size: 14px;
		line-height: 1.5;
		padding: 0.75em;
	}

	/* home HOME */
	#page-home main .inner {
		padding: 30px 10px;
	}
	#page-home #catch {
		background: url(./images/home/catch_bg.jpg) no-repeat center;
		background-size: cover;
		min-height: 300px;
		color: #fff;
		padding-top: 80px;
	}
	#page-home #catch h2 {
		font-size: 30px;
	}
	#page-home #catch h2 .area {
		font-size: 16px;
	}
	#page-home #message {
		background: url(./images/home/message_bg.jpg) no-repeat center;
		background-size: cover;
		min-height: auto;
		line-height: 1.5;
	}
	#page-home #message h2 {
		font-size: 21px;
	}
	#page-home #message .text {
		font-size: 15px;
	}
	#page-home #menu h2 {
		font-size: 40px;
	}
	#page-home #menu h2 .ja {
		font-size: 18px;
	}
	#page-home #menu ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		width: 300px;
		margin: 0px 40px 40px;
	}
	#page-home #menu ul li h3 {
		font-size: 24px;
	}
	#page-home #menu ul li .text {
		font-size: 18px;
	}
	#page-home #works h2 {
		font-size: 40px;
	}
	#page-home #works h2 .ja {
		font-size: 18px;
	}
	#page-home #works .works-ul {
		margin-bottom: 40px;
	}
	#page-home #works .works-li {
		font-size: 14px;
		margin: 0px 10px;
		padding: 10px 20px;
	}
	#page-home #works .works-li .area {
		width: 240px !important;
		height: 40px;
		font-size: 21px;
		line-height: 40px;
		margin: -10px 0px 10px -20px;
		padding: 0px 0.5em;
	}
	#page-home #works .works-li .thumbnail {
		overflow: hidden;
		width: 280px;
		height: 210px;
		font-size: 24px;
	}

	/* menu 取扱商品・工法 */
	#page-menu main {
		padding: 60px 10px;
	}
	#page-menu #menu li {
		max-width: 720px;
		margin: 0px auto;
		padding: 30px;
		margin-bottom: 30px;
		border-radius: 0px 10px 10px 10px;
	}
	#page-menu #menu li h3 {
		width: 240px;
		font-size: 18px;
		margin: -30px 0px 10px -30px;
	}
	#page-menu #menu li .image {
		float: none;
		margin: 0px auto;
		text-align: center;
	}
	#page-menu #menu li .text {
		font-size: 14px;
		margin: 0px auto 20px;
	}
	#page-menu #menu li .note {
		font-size: 14px;
		max-width: 500px;
		margin: 0px auto;
	}
	#page-menu #menu li .button {
		max-width: 500px;
		margin: 0px auto;
		margin-bottom: 20px;
	}
	#page-menu #menu li .button a {
		font-size: 14px;
		border-radius: 10px;	
	}

	/*overview 会社概要 */
	#page-overview {
		padding: 60px 10px;
	}
	#page-overview #greeting {
		margin: 0px auto 30px;
		padding: 20px;
		border-radius: 20px;
		font-size: 16px;
	}
	#page-overview #overview {
		margin: 0px auto 30px;
		font-size: 16px;
	}
	#page-overview #overview h2 {
		font-size: 16px;
	}
	#page-overview #overview table {
		max-width: 500px;
		margin: 0px auto 30px;
	}
	#page-overview #overview table th {
		padding: 0.5em 1em;
	}
	#page-overview #overview table td {
		padding: 0.5em 1em;
	}
	#page-overview #overview .image {
		margin-bottom: 30px;
	}
	#page-overview #eco {
		max-width: 500px;
		margin: 0px auto;
		padding: 20px;
		border-radius: 20px;
		font-size: 15px;
		line-height: 1.5;
	}
	#page-overview #eco h3 {
		font-size: 18px;
	}
	#page-overview #eco .image {
		float: none;
		text-align: center;
		margin: 0px auto 20px;
	}
	#page-overview #map {
		padding-bottom: 60%;
		margin: 0px 10px 20px;
	}

	/* works 施工事例 */
	#page-works {
		margin: 0px auto 30px;
		padding: 60px 10px;
	}
	#page-works h2 {
		font-size: 40px;
	}
	#page-works h2 .ja {
		font-size: 18px;
	}
	#page-works .works-ul {
		max-width: 500px;
		margin: 0px auto;
	}
	#page-works .works-li {
		font-size: 14px;
		margin-bottom: 60px;
	}
	#page-works .works-li .thumbnail {
		float: none;
		width: 280px;
		height: 210px;
		font-size: 24px;
	}
	#page-works .works-li table {
		float: none;
		margin: 0px auto 10px;
	}
	#page-works .works-li table caption {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#page-works .works-li table caption .name {
		font-size: 14px;
	}

	/* cotact お問合せ */
	#page-contact main {
		padding: 60px 10px;
	}
	#page-contact #contact {
		overflow: hidden;
		max-width: 720px;
		margin: 0px auto 30px;
		padding: 20px;
	}
	#page-contact #contact h2 {
		font-size: 15px;
		margin: 0px auto 20px;
	}
	#page-contact .introduciton {
		font-size: 15px;
		margin-bottom: 20px;
	}
	/* 入力エリア */
	#page-contact .form-div {
		font-size: 15px;
		max-width: 720px;
	}
	#page-contact .form-div dt {
		margin-top: 20px;
	}
	#page-contact .form-div input[type="text"] {
		font-size: 15px;
	}
	#page-contact .form-div textarea {
		font-size: 15px;
	}
	#page-contact .form-div .buttons input {
		font-size: 15px;
	}

	/* wordpress */
	.alignnone {
		display: block;
		margin: 5px auto;
	}
	.aligncenter {
		float: none;
		display: block;
		margin: 5px auto;
	}
	.alignleft {
		display: block;
		float: none;
		margin: 5px auto;
	}
	.alignright {
		float: none;
		display: block;
		margin: 5px auto;
	}
	.size-full {
		max-width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 600px) {
	.over600 {
		display: none;
	}
	.under600 {
		display: inline;
	}
}