@charset "utf-8";

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */



html {
	font-size: 62.5%;
	color: #444;
	background-color: #bdbdbd;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.8em;
	background-color: #fff;
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" ,Meiryo, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	max-width: 1600px;
}


img {
	max-width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}

a {
	color: #256f99;
	text-decoration: none;
}
a:visited {
	color: #256f99;
}
a:hover {
	color: #ff4e00;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-variant-east-asian: proportional-width;
	-webkit-font-feature-settings: "pwid";
	font-feature-settings: "pwid";
}

h2 {
	margin: 3em 0 1.5em 0;
	font-size: 2.8rem;
	line-height: 1.4em;
}

h3 {
	font-size: 2.2rem;
	line-height: 1.4em;
}

h4 {
	font-size: 2rem;
	line-height: 1.4em;
}

h5 {
	font-size: 1.8rem;
	line-height: 1.4em;
}

h6 {
	font-size: 1.6rem;
	line-height: 1.4em;
}

p {
	margin: 1.5em 0;
}




.note {
	font-size: 1.2rem;
	color: #666;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}



.content {
	width: 70%;
	float: left;
	font-size: 1.6rem;
}

.sidebar {
	width: 25%;
	float: right;
	background-color: #f3f3f3;
	padding: 2rem 3rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.sidebar h2 {
	margin: 2rem 0 1rem 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.sidebar input[type="text"] {
	border: none;
	background-color: #fff;
	padding: 0.5rem;
	margin: 0;
	min-height: 2.0rem;
	vertical-align: middle;
	font-size: 1.4rem;
}
.sidebar input[type="submit"] {
	border: none;
	background-color: #dadada;
	padding: 0.5rem 1rem;;
	margin: 0;
	min-height: 2.0rem;
	vertical-align: middle;
	font-size: 1.4rem;
	margin: 0;
}

.sidebar ul {
	margin: 1rem 0 2rem 0;
	padding: 0 0 0 2rem;
}


#header {
	padding: 10rem 1rem 3rem 2rem;
	margin: 0;
	color: #fff;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #eaeaea;
	box-sizing: border-box;
	max-width: 1600px;
}

#header .inner {
	margin: 0 auto;
}


.mainNav ul {
	margin: 0;
	padding: 0;
	text-align: right
}

.mainNav li {
	display: inline-block;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
}
.mainNav a, .mainNav a:visited {
	color: #666;
	text-decoration: none;
	padding: 1.5rem ;
	display: block;
}

.mainNav a:hover {
	color: #ff4e00;
}

a.link-more {
	color: #444;
}
.material-icons {
	vertical-align: middle;
}

.button {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.5em 1em;
	border: 1px solid #1b859c;
	border-radius: 5px;
	display: inline-block;
}
.button .material-icons {
	vertical-align: text-top;
}

a.button:hover {
	color: #ff4e00;
	border: 1px solid #ff4e00;
	background-color: #fff;
}

.align-center {
	text-align: center;
}

.float-right {
	float: right;
	margin: 0 0 1em 1em;
}

.float-left {
	float: left;
	margin: 0 1em 1em 0;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 22px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


main h2, .content h2, .content h1 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}

.content header {
	font-size: 1.2rem;
	color: #999;
	margin: 0 0 1.5rem 0
}


/* header */

#header.fixed {
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding-top: 0;
}


#header .inner {
	position: relative;
}


#header h1 {
	margin: 0;
	padding: 0;
}
.title {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 250px;
}

/* Fixed */
#header.fixed {
	background-color: rgba(234,234,234,0.9);
	height: 52px;
	margin: 0;
	position: fixed;
	-o-transition: top 1.65s ease-in;
	transition: top 1.65s ease-in;
	-webkit-transition: top 1.65s ease-in;
	-moz-transition: top 1.65s ease-in;
}
#header.fixed .title {
	top: 15px;
	left: 15px;
	width: 200px;
}




 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 14px;
	top: 16px;
	width: 30px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #aaa;
	border-radius: 1px;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}


#footer {
	background-color: #2f3748;
	color: #fff;
	padding: 5rem 0;
	margin: 15rem 0 0 0;
}

#footer small {
	display: block;
	text-align: center;
	clear: both;
}

#footer .float-left {
	width: 35%;
	margin: 0;
}
#footer .float-right {
	width: 60%;
	margin: 0;
}

#footer .float-right p {
	margin: 0 0 2rem 0;
}
#footer a.button, #footer a.button:visited {
	border: 1px solid #fff;
	color: #fff;
	margin: 0 1.5rem 0 0;
}

#footer a.button:hover {
	color: #ff4e00;
	border: 1px solid #ff4e00;
	background-color: #fff;
}


.button .material-icons {
	vertical-align: text-top;
}
#footer h4 {
	margin: 0 0 0.5rem 0;
	font-size: 1.6rem;
}
#footer h5 {
	margin: 0 0 0.2rem 0;
	font-size: 1.5rem;
}
#footer p {
	margin: 0 0 1rem 0;
}





/*** HOME ***/

.home main {
	background-color: #eaeaea;
	padding: 0 0 15rem 0;
}
.home #footer {
	margin: 0;
}


.home h2 {
	clear: both;
	margin: 8rem 0 2rem 0;
}

.top-slider img {
}
.top-slider {
	width: 100%;
	padding: 0 0 2rem 0;
	background-color: #eaeaea;
}


.examplelist ul {
	margin: 1rem 0 2rem 0;
	padding: 0;
	list-style: none;
	text-align: right;
	line-height: 1;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	clear: both;
}
.examplelist li {
	text-align: left;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.examplelist img {
	max-width: 100%;
}

.examplelist h3 {
	margin: 1rem 0 0 0;
	padding: 0 1.5rem 0 0;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.examplelist .link-more, .intro .link-more {
	float: right;
	margin: -4.5rem 0 1.5rem 0;
	display: inline-block;
}

.examplelist a, .info a, .blog a {
	color: #444;
	display: block;
}
.examplelist a:hover {
	opacity: 0.6;
}
.info a:hover, .blog a:hover {
	color: #ff4e00;
}

.info {
	width: 48%;
	float: left;
	margin: 0 0 5rem 0;
}

.blog {
	width: 48%;
	float: right;
	margin: 0 0 5rem 0;
}

.info ul, .blog ul {
	margin: 1rem 0 2rem 0;
	padding: 0;
	list-style: none;
}

.info li, .blog li {
	border-bottom: 1px dotted #ccc;
}
.info h3, .blog h3 {
	margin: 0;
	font-size: 1.4rem;
}
.info a, .blog a {
	color: #444;
	padding: 1rem 0;
	display: block;
}
.info li:last-child, .blog li:last-child {
	border-bottom: none;
}

.contact .float-left {
	width: 40%;
}
.contact .float-right {
	width: 55%;
	text-align: right;
}

.contact .button {
	margin: 5rem 2rem 2rem 0;
}

.contact h3 {
	margin: 0 0 0.5rem 0;
	font-size: 2rem;
}

.contact p {
	margin: 0 0 1rem 0;
}

.contact iframe {
	width: 100%;
}

.wpcf7-recaptcha div {
	margin: 0 auto;
}

#map {
	width: 100%;
	height: 480px;
}

.content h2:first-child, .content h1 {
	margin-top: 0;
}

.container.archive, .container.single, .container.page {
	background-color: #fff;
	padding: 8rem 0; 
}


.hero-image {
	height: 30rem;
	font-size: 4rem;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	background-image: url(/img/common/hero-image04.jpg);
	background-size: cover;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-image h1 {
	font-size: 4rem;
	margin: 0;
	padding: 0;
}

.hero-image.blogtitle {
	background-image: url(/img/common/hero-image01.jpg);
}
.hero-image.infotitle {
	background-image: url(/img/common/hero-image03.jpg);
}
.hero-image.page {
	background-image: url(/img/common/hero-image02.jpg);
}
.hero-image.example {
	background-image: url(/img/common/hero-image03.jpg);
}
.hero-image.archive {
	background-image: url(/img/common/hero-image04.jpg);
}

.hero-image.renovation {
	background-image: url(/img/common/hero-image04.jpg);
}
.hero-image.newconst {
	background-image: url(/img/common/hero-image03.jpg);
}
.hero-image.ordermade {
	background-image: url(/img/common/hero-image06.jpg);
}



ul.point {
	margin: 2rem 0 3rem 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
ul.point li {
	width: 30%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, 0 0 10px #000;
}
ul.point li:first-child {
	background-image: url(/img/company/wood.jpg)
}
ul.point li:nth-child(2) {
	background-image: url(/img/company/kitchin.jpg)
}
ul.point li:last-child {
	background-image: url(/img/company/beam.jpg)
}
ul.point li h3 {
	text-align: center;
	margin: 3rem 0;
	font-weight: bold;
	font-size: 1.8rem;
}

table.outline, table.history {
	width: 100%;
	border-bottom: 1px solid #fafafa;
}

table.outline tr:nth-child(odd), table.history tr:nth-child(odd) {
	background-color: #fafafa;
}

table.outline th, table.history th {
	text-align: left;
	font-weight: normal;
	padding: 0.5rem 1rem;
	white-space: nowrap;
	width: 8em;
}
table.outline td, table.history td {
	text-align: left;
	font-weight: normal;
	padding: 0.5rem 1rem;
}



.content input[type="text"], .content input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem 1rem;
}
.content textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	max-width: 100%;
	min-width: 50%;
	height: 15rem;
	box-sizing: border-box;
}

.content input[type="submit"] {
	font-size: 1.6rem;
	border: 1px solid #ccc;
	display: inline-block;
	background-color: #256f99;
	color: #fff;
	margin: 2rem 0;
	text-align: center;
	padding: 1rem 1.5rem 1rem 2rem;
	border: none;
	border-radius: 5px;
	letter-spacing: 0.5rem;
}

dl.contact-form {
	overflow: hidden;
}
.contact-form dt {
	width: 10em;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: both;
	margin: 1em 1em 1em 0;
	padding: 0;
}
.contact-form dd {
	width: calc(100% - 12em);

	float: left;
	margin: 1em 0;
	padding: 0;
}
span.need {
	display: inline-block;
	border-radius: 3px;
	background-color: #d36969;
	color: #fff;
	font-size: 1rem;
	padding: 0.2rem 0.5rem;
	line-height: 1;
	margin: 0 0 0 0.3rem;
}
.contact-form input[type="radio"] {
	margin: 0 0.2rem 0;
	vertical-align: middle;
}
.wpcf7-list-item-label {
	margin: 0 1.5rem 0 0;
	display: inline-block
}
.contact-form textarea {
	width: 100%;
}

.content iframe {
	width: 100%;
}


.page-id-26 section {
	margin: 4rem 0;
}
.page-id-26 section:first-of-type {
	margin: 0;
}

.staff li {
	padding: 0.3rem 0;
}
.staff h3 {
	color: #666;
	font-size: 1.4rem;
	margin: 0;
}

.staff h4 {
	font-size: 1.8rem;
	margin: 0;
}
.staff p {
	margin: 0;
}





ul.serch-list, ul.txt-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #f0f0f0;
}
ul.serch-list time, ul.txt-list time {
	opacity: 0.6;
	font-size: 1.2rem;
}
ul.serch-list li, ul.txt-list li {
	border-bottom: 1px solid #f0f0f0;
	clear: both;
	margin: 0 0 1rem 1.5rem;
	list-style: none;
	padding: 0 0;
	margin: 0;
}
ul.serch-list a, ul.txt-list a {
	display: block;
	padding: 2rem 0.5rem;
	overflow: hidden;
}
ul.serch-list h3, ul.txt-list h2 {
	margin: 0 0 0.5rem 0;
	font-size: 1.8rem;
}
ul.serch-list p, ul.txt-list p {
	margin: 0;
	font-size: 1.4rem;
	opacity: 0.8;
}
ul.serch-list img, ul.txt-list img {
	width: 30%;
	float: right;
	margin: 0;
}
ul.serch-list a, ul.serch-list a:visited, ul.txt-list a, ul.txt-list a:visited {
	color: #333;
}
ul.serch-list a:hover, ul.txt-list a:hover {
	background-color: #f0f0f0;
}
ul.serch-list a:active, ul.txt-list a:active {
	background-color: #256f99;
}


/*** SNS ***/
ul.sns-buttons { margin: 2rem -1%; padding: 0; overflow: hidden; list-style: none; }
ul.sns-buttons li { margin: 0; padding: 1%; width: 25%; text-align: center; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul.sns-buttons a { display: block; border-radius: 4px; background-color: #eee; padding: 0.5rem 0; font-size: 1.2rem; color: #fff; }
ul.sns-buttons li:first-child a { background-color: #00aced; }
ul.sns-buttons li:nth-child(2) a { background-color: #3b5998; }
ul.sns-buttons li:nth-child(3) a { background-color: #d34836; }
ul.sns-buttons li:last-child a { background-color: #00B900; }
ul.sns-buttons a:hover { opacity: 0.8; text-decoration: none; }
ul.sns-buttons a:active { opacity: 1; position: relative; top: 1px; left: 0; }




.sidebar .button {
	font-size: 1.6rem;
	border: 1px solid #ccc;
	display: block;
	background-color: #fff;
	margin: 2rem 0;
	text-align: center;
}

.sidebar .button .material-icons {
	vertical-align: middle;
	margin: 0 0.5rem 0 0;
}







/* ==========================================================================
   Media Queries min640
   ========================================================================== */

@media screen and (min-width: 640px) {


}


/* ==========================================================================
   Media Queries 1280
   ========================================================================== */

@media screen and (max-width: 1280px) {



.container {
	width: 90%;
	padding: 0;
}




}

/* ==========================================================================
   Media Queries 960
   ========================================================================== */

@media screen and (max-width: 960px) {


.content {
	width: 100%;
	float: none;
	margin: 0 0 5rem 0;
}

.sidebar {
	width: 100%;
	float: none;
}


.contact .button {
	margin: 0 0 2rem 0;
	width: 100%;
	box-sizing: border-box;
}
.contact .float-right a.button:first-child {
	margin: 2rem 0 1rem 0;
}

.contact .float-left {
	width: 100%;
	float: none;
	margin: 0;
}
.contact .float-right {
	width: 100%;
	text-align: left;
	float: none;
	margin: 0;
}


#footer .float-left {
	width: 100%;
	float: none;
	margin: 0;
}
#footer .float-right {
	width: 100%;
	float: none;
	margin: 0;
}

#footer a.button {
	margin: 0 0 1.5rem 0;
}





ul.point {
	display: block;
}
ul.point li {
	display: block;
	width: 100%;
	margin: 2rem 0;
}





}


/* ==========================================================================
   Media Queries 720
   ========================================================================== */

@media screen and (max-width: 720px) {




#header {
	margin: 0;
	padding: 0;
}
.title {
	top: 15px;
	left: 15px;
	width: 200px;
}

.intro .link-more {
	margin: 0 0 1.5rem 0;
}

.hero-image h1 {
	font-size: 3rem;
}


#footer .container {
	width: 90%;
}

#footer {
	margin: 40px 0 0 0;
	padding: 20px 0;
}

.info {
	width: 100%;
	float: none;
}

.blog {
	width: 100%;
	float: none;
}

.mainNav {
	position: absolute;
	top: -505px;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: rgba(234,234,234,0.9);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	        box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	z-index: 99;
}

#header.fixed .mainNav {

}
#mobile-head {
	background-color: rgba(234,234,234,0.8);
	height: 52px;
	margin: 0;
}
.mainNav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 16px;
	margin: 0;
	padding: 0;

}
.mainNav ul li {
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;

}

#header .mainNav ul li a,
#header.fixed .mainNav ul li a {
	width: 100%;
	display: block;
	margin: 0;
	padding: 1.5em 0;
	color: #333;
	border-top: 1px solid #f0f0f0;
}

#header .mainNav ul li a:hover,
#header.fixed .mainNav ul li a:hover {
	background-color: #f3f3f6;
	color: #256f99;
}


#nav-toggle {
	display: block;
	}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
	}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}
.open #nav-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	    transform: rotate(-315deg);
	}
	/* .mainNav スライドアニメーション */
.open .mainNav {
	/* .mainNav top + #mobile-head height */
	-webkit-transform: translateY(556px);
	-ms-transform: translateY(556px);
	    transform: translateY(556px);
}


}


/* ==========================================================================
   Media Queries 640
   ========================================================================== */

@media screen and (max-width: 640px) {

#footer a.button {
	margin: 2rem 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: block;
}




.contact-form dt {
	width: 100%;
	text-align: left;
	float: none;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
.contact-form dd {
	width: 100%;
	float: none;
	margin: 0.5em 0 1em;
}





}


/* ==========================================================================
   Media Queries 480
   ========================================================================== */

@media screen and (max-width: 480px) {


.hero-image, .hero-image h1 {
	font-size: 3rem;
	line-height: 1.4em;
}

.examplelist h2 {
	font-size: 1.8rem;
}
.examplelist ul {

	display: block;
}
.examplelist li {
	display: block;
	width: 100%;
	margin: 0 0 2rem 0;
}
.examplelist li img {
	width: 100%;
}



.contact a.button {
	margin: 2rem 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: block;
}



}






/***** WP標準 *****/


blockquote {
	font-size:100%;
	background:#eee;
	border-left:3px solid #666;
	padding:2 rem;
}
 
.aligncenter {
    display: block;
    margin: 1rem auto;
}
.alignright { 
	margin: 0 0 1.5rem 1.5rem;
	float: right;
}

.alignleft {
	margin: 0 1.5rem 1.5rem 0;
	float: left;
}

.wp-caption {
	
}
.wp-caption img {
	margin: 0 0 0.5rem 0;
	display: block;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}


/***** CONTACT FORM 7 *****/

.wpcf7-validation-errors {
	border: 2px solid #f34;
	border-radius: 5px;
	background-color: #f2dfe0;
	padding: 5px 10px;
}

.screen-reader-response ul {
	margin: 0 0 0 2em;
	padding: 0;
	color: #f34;
	font-weight: bold;
}

span.wpcf7-not-valid-tip {
	display: inline-block;
	margin: 0.3em 0;
	border: 2px solid #ffd334;
	border-radius: 5px;
	background-color: #f3f1e0;
	padding: 5px 10px;
}

