/*
Theme Name:garagehouse
CSS Document
*/
@charset "utf-8";
body {
	background:#fff;
	font-family:"Helvetica","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	letter-spacing:0.02em;
	color: #222 !important;
	line-height: 1.5;
	margin:0;
	padding:0;
	position: relative;
	left: 0;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
	body {
	width:100% !important;
	}
}
html{
  scroll-behavior: smooth;
}
a {
	color:#00497c;
	text-decoration:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color:#986844;
}
@font-face {
	font-family: APJapanesefont;
	src: url('fonts/APJapanesefont.eot');
}
@font-face {
	font-family: 'APJapanesefont';
	src: url('fonts/APJapanesefont.woff');
}
@font-face {
	font-family: 'Impact';
	src: url('fonts/impact.ttf');
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*---------------------------------------

  基本フレーム
    
----------------------------------------*/
.contents {
	position:relative;
	width:auto;
	padding:1.3em 12px 2.5em 12px;
	margin:0 auto;
	max-width:1060px;
	text-align:left;
}
.contents section {
	background:#fff;
	padding:0 !important;
	border-radius:3px;
	overflow:hidden;
    box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.3);
}
article {
	width:auto;
	margin:0 auto !important;
	position:relative;
	display:block;
	padding:10px 0 30px 0;
	text-align:center;
}
article:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
article#inquiry {
	background:#787775;
	color:#fff;
	max-width:2640px !important;
}
section {
	width:auto;
	position:relative;
	display:block;

	/*
	border:1px dashed green;
	*/
}
section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media screen and (max-width:1160px) {
	section {
		padding:0 2.3% 4em 2.3%;
	}
}
@media screen and (max-width: 767px) {
	article {
		padding:5px 0 18px 0;
	}
	section {
		padding:0 3.6% !important;
		margin:18px auto 38px auto;
	}
}
body.home section {
	max-width:1320px;
	margin:0 auto;
	padding:0 3.6% 41px 3.6%;
}
body.page section {
	max-width:1120px;
	margin:0 auto;
}

body.home section p,
body.page section p {
	text-align:left;
	font-size:1.1em;
}
body.contact section,
body.privacy section
{
	max-width:970px !important;
	margin:0 auto 32px auto;
	text-align:left !important;
}
h2.cnt {
	display:inline-block;
	width:80%;
	max-width:290px;
	margin:0 auto 2.6em auto;
	padding:2.05% 0;
	font-size:1em;
	font-weight:normal;
	background:#476e96;
	color:#fff;

}
h2.cnt span {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:182%;
	letter-spacing:0.07em;
	font-weight:normal;
}
@media screen and (max-width: 767px) {
	h2.cnt {
		max-width:220px;
		font-size:1em !important;
	}
	h2.cnt span {
		font-size:162%;
	}

}

body.single section.head,
body.single section.cont,
body.single section.list
{
	width:auto;
	max-width:1340px;
	position:relative;
	padding:0 12px;
	display:block;
	margin:0 auto 29px auto;
}
section .inner {
	padding:1.3em 3.2% 3em 3.2%;
	margin:2em auto 0 auto;
}
.main section {
	padding:0 12px !important;
	margin-bottom:60px;
}
.main section p {
	padding:0 0.9em 1.2em 0.9em;
	line-height:1.6em;
}

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


}

.page-child section {
	width:92% !important;
}
.section {
	width:auto;
	max-width:1160px;
	position:relative;
	padding:0.9em 0 2.9em 0;
	display:block;
	margin:0 auto;
	/*
	border:1px dashed green;
	*/
}
.section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.sect {
	width:auto;
	max-width:880px;
	position:relative;
	padding:0;
	display:block;
	padding:0;
	font-size:1.2em;
	margin:0 auto 30px auto;
}
.contact_sect {
	width:auto;
	max-width:880px;
	position:relative;
	padding:0;
	display:block;
	padding:0;
	margin:0 auto 30px auto;
}
@media screen and (max-width: 767px) {
	section {
		width:auto;
		margin:0 auto 2em auto;
	}
	body.page section {
		width:auto;
	}
	.page-child section {
		width:100% !important;
	}
	.contents {
		padding:1.6em 0 2.5em 0;
	}
	.sect {
		font-size:1.1em;
	}
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

.wrap {
	margin:0 0 9px 0;
	padding:0;
}
.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.page_left {
	float:left;
	margin:0;
	padding:0;
}
.page_right {
	float:right;
	margin:0;
	padding:0;
}
.same { width:47.9%; }
.wide { width:64.0%; }
.narrow { width:32.0%; }

.sn { width:22.0%; }
.sw { width:74.0%; }

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

	.page_left {
		float:none;
		margin:0 0 1.6em 0;
	}
	.page_right {
		float:none;
		margin:0 0 0.9em 0;
	}
	.same { width:auto; }
	.wide { width:auto; }
	.narrow { width:auto; }
}



.cont_img {
	float:left;
	width:46%;
	margin:0;
	padding:0;
}
.cont_txt {
	float:right;
	width:49.2%;
	margin:0;
	padding:0;
}

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

	.page_left {
		float:none;
		margin:0 0 1.6em 0;
	}
	.page_right {
		float:none;
		margin:0 0 0.9em 0;
	}
	.same { width:auto; }
	.wide { width:auto; }
	.narrow { width:auto; }
}

figure {
	text-align:center;
	margin:0 auto 2em auto;
}
figure img {
	max-width:100%;
	height:auto;
}







.img_center {
	text-align:center;
}
.img_center img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.sml_img {
	text-align:center;
}
.sml_img img {
	width:72%;
	max-width:420px;
	height:auto;
	margin:3em auto 1.5em auto;
}

.right_block {
	float:right;
	width:45%;
	background:#fff;
	padding:1em;
	margin-top:2em;
}


.notes {
	max-width:880px;
	margin:0 auto;
}
.box {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.dat ul li {
	list-style:none;
}
.dat ul li::before {
	position: relative;
	top: -2px;
  	left: -11px;
  	display: inline-block;
  	width: 6px;
  	height: 6px;
  	content: '';
  	background: #d9d9d9;
}



/*  お問い合わせボタン 
----------------------------------------*/
.fix_contact {
	position:fixed;
	right:194px;
	top:0;
	z-index:1500;
}
.fix_contact a {
	position:relative;
	display:block;
	background:#5b504c;
	padding:0.36em 2.9em 0.29em 0.7em;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	letter-spacing:0.01em;
}
.fix_contact a span {
	font-size:108%;
	padding-right:0.9em;
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
}
.fix_contact a:hover {
	background:#3d60c9;
}
/* 矢印を描く */
/* 横線 */
.fix_contact a:before {
	content: '';
	display: block;
	position: absolute;
	top: 60%;
	width:26px; /* 幅を入れないと描かれない */
	right:6px;
	height: 1px !important;
	background: #fff;
}
/* 斜めの線 */
.fix_contact a:after {
	content: '';
	display: block;
	position: absolute;
	margin:auto;
	top: 58%;
	height: 1px;
	background: #fff;
	right:18%;
	width: 11px; /* 斜め線の長さ */
	transform-origin: right center;
	transform: translate(30px, 0) rotate(25deg);
}
@media screen and (max-width: 980px) {
	.fix_contact {
		left:0;
		right:0;
		top:auto;
		bottom:0;
		width:100%;
	}
	.fix_contact a {
		height:auto;
	}
	.fix_contact a span {
		display:inline-block;
		font-size:110%;
		padding-right:0.8em;
	}
	/* 矢印を描く */
	/* 横線 */
	.fix_contact a:before {
		top: 60%;
		width:38px; /* 幅を入れないと描かれない */
		right:6px;
	}
	/* 斜めの線 */
	.fix_contact a:after {
		top: 59.3%;
		right:36px;
	}
}

/*---------------------------------------

  layout / headers
  
----------------------------------------*/
header {
	position:relative;
	display:block;
	padding:0;
	margin:0;
}
@media screen and (max-width: 767px) {
	header {
		padding:0;
	}
}

h3.news {
	background: url(images/bg_news.jpg) no-repeat center;
	background-size:cover;
	margin:2.5em auto 1.2em auto;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	text-align:center;
	font-size:3.8em !important;
	font-weight:normal;
	padding:1.3em 0 0.8em 0;
	letter-spacing:0.09em;
}










/* 左右にライン 
-------------------------------*/
h3.lines {
	margin:0 auto 1.4em auto;
	font-size:1.6em;
	font-weight:normal;
	display: flex;
	font-weight:bold;
	letter-spacing:0.08em;
	align-items: center;
}
h3.lines:before,
h3.lines:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #c1ac97;
	display: block;
}
h3.lines:before {
	margin-right: .7em;
}
h3.lines:after {
	margin-left: .7em;
}

/* 右にライン 
-------------------------------*/

h3.rline {
	margin:0 auto 1.4em auto;
	font-size:1.6em;
	font-weight:normal;
	display: flex;
	font-weight:bold;
	letter-spacing:0.08em;
	align-items: center;
	letter-spacing:0.03em;
}
h3.rline span {
	letter-spacing:1.2em !important;
}
h3.rline:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #5a6db6;
	display: block;
}
h3.rline:after {
	margin-left: 0.7em;
}
body.contact h3,
body.contact-thanks h3,
body.privacy h3,
body.entryform h3,
body.entry-thanks h3
{
	width:100% !important;
	text-align:left !important;
	font-weight:normal !important;
	color:#222;
    font-size:1.46em;
   	padding:0 0 0 0.1em;
	border-bottom:3px solid #4e89c4;
}















h4.pl {
	text-align:center;
}
h4.pl div {
	color: #9a7d64;
	letter-spacing: 0.09em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal !important;
	font-size: 1.5em;
}
h4.pl span {
	
	display:block;
	font-size:0.9em;
}
h3.posts {
	width:auto !important;
	font-size:1.5em;
	margin:0 0 0.9em 0 !important;
	padding:0;
}

h4.pl {
	font-size:1.3em;
	padding:0.2em;
	margin:0 0 1.9em 0;
	font-weight:normal;
	text-align:center;
}

h4.left {
	font-family:'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	text-align:left;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:0.16em;
	padding:0 0 0.6em 0;
	margin:0;
}
h4.ja {
	
	font-size:1.8em !important;
	font-weight:bold !important;
	text-align:center;
}
h4.ja span {
	font-size:130%;
	display:block;
}
h4.ja2 {
	
	font-size:1.5em !important;
	font-weight:bold !important;
	text-align:center;
	color:#222;
}
h4.ja2 span {
	display:block;
}
h4.line {
	text-align:center;
	border-bottom:2px solid #232323;
}
h4.line span {
	
	font-size:1.6em;
	color:#d9d9d !important;
}
@media screen and (max-width: 767px) {
	h4.ja {
		font-size:1.3em !important;
	}
	
	h4.line span {
		
		font-size:1.14em;
	}
}



h5.sq {
	position:relative;
	font-weight:normal !important;
	font-size:1em;
	padding:0.1em 0 0 1.2em;
	margin:1.5em 0 -0.6em 0 !important;
}
h5.sq:before {
    background:#555;
    content: "";
    height:11px;
    width:11px;
	left: 0;
    position: absolute;
    top:6px;
}
@media screen and (max-width: 767px) {
	
	h5.sq {
		font-size:1.05em;
	}
	h5.sq:before {
    	height:9px;
    	width:9px;
    	top:7px;
	}
}
body.home h5.us {
	font-weight:normal !important;
	font-size:1em;
	padding:0.1em;
	margin:0;
	color:#777;
}
.camera_wrap {
	background:none !important;
}

.header_contents {
	position:relative;
	display:block;
	width:auto;
	max-width:1240px;
	text-align:right;
	margin:0 auto; 
	padding:0 16px;
	z-index:10000;
}
@media screen and (max-width: 767px) {
	.header_contents {
		margin:0 auto 10px auto; 
	}
}
.sp_logo {
	display:none;
}
.footer_cont {
	background:rgba(255,255,255,0.7);
	position:relative;
	display:inline-block;
	width:auto;
	padding:0.3em 4% 0.5em 4% !important;
	margin:0 auto;
	text-align:center;
}

.footer_cont p {
	color:#e25325;
	font-size:1em;
	margin:0;
	padding:0.2em;
}
.footer_logo {
	padding-top:3em;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}
.footer_logo img {
	width:100%;
	max-width:260px;
	margin:0 auto 18px auto;
	height:auto;
}
.footer_tel img {
	max-width:80%;
	height:auto;
	margin:0 auto;
}
.sp_center {
	text-align:left;
}

footer .info {
	color:#fff;
	padding-bottom:1.6em;
}
footer .info ul {
	padding:0;
	margin:0 auto;
	max-width:190px;
}
footer .info ul li {
	list-style:none;
	text-align:left;
}



@media screen and (max-width:920px) {
	.footer_logo {
		margin:0 auto 1.5em auto;
	}
	.footer_logo img {
		width:100%;
		max-width:240px;
		margin:0 auto;
		height:auto;
	}
	.footer_left {
		float:none;
		width:auto;
		margin:0 auto;
		padding:0;
		max-width:420px;
	}

	.footer_right {
		float:none;
		width:auto;
		margin:0 auto;
		padding:0.8em 12px !important;
		max-width:613px;
	}
	.footer_info {
		max-width:380px;
		margin:1em auto;
	}
	.sp_center {
		text-align:center;
	}
}
h1 img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.h1_sp { display:none; }
@media screen and (max-width: 767px) {
	.h1_sp { display:block; }
	.footer_tel img {
		max-width:60%;
	}
}


.pc_slide {
	display:block;
}
.sp_slide {
	display:none;
}
@media screen and (max-width: 767px) {
	.pc_slide {
		display:none;
	}
	.sp_slide {
		display:block;
	}
}
#inquiry .cname img {
	width:100%;
	max-width:180px;
	height:auto;
}
#inquiry .tm span {
	padding-left:4em;
}
#inquiry p {
	font-size:0.9em;
}

.footer_fig {
	position:relative;
	background: url(images/bg_footer_fig.png) no-repeat center;
	background-size:cover;
	width:93%;
	margin:0 auto 3em auto;
	min-height:290px;
	text-align:center;
}

.footer_fig .wrap {
	position:absolute;
	margin:auto;
	top:15px;
	bottom:15px;
	left:0;
	right:0;
	width:100%;
	max-width:490px;
	background:rgba(44,62,109,0.9);
	z-index:99;
	padding:0;
	text-align:center;
}
.footer_fig .wrap p {
	font-weight:bold;
	font-size:1em;
	text-align:center;
	margin:0;
	padding:0;
}
.footer_fig .wrap .cont {
	margin-top:110px;
	padding:0;
}
.easy {
	position:absolute;
	background: url(images/img_easy.png) no-repeat center;
	width:330px;
	height:200px;
	margin:auto;
	left:0;
	right:0;
	top:-96px;
	z-index:100;
}
.tel_img_pc {
	display:inline;
}
.tel_img_sp {
	display:none;
	text-align:center;
	margin:0 auto;
}
footer {
	background:#fff;
	position: relative;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:3em 0 0.6em 0;
}
.footer_img {
	position:relative;
	max-width:1680px;
	margin:0 auto;
	padding-top:36%;
	background: url(images/footer_img.jpg) no-repeat center;
	background-size:cover;
}
.footer_img .inners {
	position:absolute;
	margin:auto;
	top:16%;
	left:0;
	right:0;
	text-align:center;
}
.footer_img .inners p {
	color:#fff;
	font-size:2.6em;
	font-weight:bold;
}
.gmap {
	max-width:1680px;
	margin:0 auto 4em auto;
	position:relative;
}
.gmap iframe {
	filter:grayscale(5%);
	-webkit-filter:grayscale(5%);
	margin-bottom:-6px;
}
.footer_info .times {
	max-width:330px;
	margin:0 auto;
	font-weight:bold;
	font-size:1.12em;
}
.footer_info .times table {
	margin-top:0.32em;
}
.footer_info .times td {
	border:none !important;
}
footer .tel img {
    max-width: 186px;
    height: auto;
}
@media screen and (max-width: 767px) {
	.footer_info .ttl {
		font-size:1.15em;
		padding-top:0.7em;
	}

	.footer_info .times {
		font-size:0.95em;
	}

	.footer_img {
		padding-top:43%;
	}
	.footer_img .inners {
		top:8%;
	}
	.footer_img .inners p {
		color:#fff;
		font-size:1.3em;
	}
}
.footer_wrap {
	position:relative;
	display:block;
	padding:0;
	margin-top:5.6em;
	text-align:center;
}
footer .contact {
	
	font-size:1.1em;
	text-align:center;
	color:#fff;
}
.copyright {
	font-size:0.95em;
	text-align:center;
	font-weight:normal;
}
.copyright span {
	color:#333;
	font-size:0.88em;
	letter-spacing: 0.09em;
	font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
	.footer_wrap {
		margin-top:1.2em;
	}
	.copyright {
		padding-bottom:30px;
	}
}


/*---------------------------------------

  	header_tag　
    
----------------------------------------*/
.wrap_ttl {
	background:rgba(255,255,255,0.6);
	text-align:center;
	margin:-0.8em auto 12px auto;
	padding:0.08em 10px;
}


.btn_wrap {
	padding:8px 0;
}
a.btns {
	float:right;
	margin:0;
    position: relative;
    display:inline-block;
    padding: 0.2em 2.6em 0.2em 0.7em;
    text-align: left;
	color:#fff;
    background:#035c98;
}
a.btns:hover {
	opacity:0.8;
}
/* >  を描く */
a.btns:before{
	position:absolute;
	bottom:0.7em;
	right:7%;
	content:'';
	height:6px;
	width:6px;
	display:block;
	border:1px solid #fff;
	border-top-width:0;
	border-left-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
p.sml { font-size:0.85em; }


/* = パンくず
--------------------------------------- */
.breadcrumbs {
	width:auto;
	max-width:1000px;
	text-align:left;
	font-size:11px;
	padding:0 0.8em;
	margin:0 auto 0.5em auto;
}
@media screen and (max-width: 767px) {
	.breadcrumbs {
		padding:1.3em 0.8em 0 0.8em;
	}
}
/*---------------------------------------

	装飾系
  
----------------------------------------*/
.dots {
   	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:99.3%;
	background: url(images/dot.png) repeat top left;
	z-index:505;
	overflow:hidden;
}
.mask {
   	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.05);
	z-index:505;
}

/*---------------------------------------

  	イントロ 
    
----------------------------------------*/

/*---------------------------------------

  	イントロ ブロック　
    
----------------------------------------*/

.intro_block {
	margin:0.5em 0 0 0;
}
.intro_left {
	float:left;
	width:35%;
	padding:0;
	margin:0;
}
.intro_right {
	float:right;
	width:58.8%;
	padding:6em 0 0 0;
	margin:0;
}
.intro_right p {
	font-size:1.15em;
	line-height:1.9em;
	margin:0;
	padding:0 0 1.2em 0;
}
.intro_right img {
	float:right;
	max-width:88%;
	height:auto;
}

@media screen and (max-width: 767px) {
	
	.intro_left {
		float:none;
		width:auto;
		padding:0;
	}
	.intro_left p {
		font-size:1.05em;
		line-height:1.76em;
		margin:0;
		padding:0;
	}

	.intro_right {
		float:none;
		width:auto;
		text-align:center;
	}
}






















.lge_ttl {
	
	font-size:5em;
	font-weight:bold;
	text-align:center;
	margin-bottom:0.8em;
	color:#fff;
}
.lge_ttl div {
	font-size:30%;
	margin:0;
	padding:0.03em;
}
.lge_txt {
	
	font-size:2.3em;
	font-weight:bold;
	padding-bottom:0.9em;
	text-align:center;
	margin-top:0.6em;
}
@media screen and (max-width: 767px) {
	.lge_ttl {
		font-size:3.6em;
	}
}

.bg_imgs {
	position:relative;
    min-height:720px;
	position:relative;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 auto;
}
.bg01 {
	background-image: url("images/bg_imgs01.png");
}
.bg02 {
	background-image: url("images/bg_imgs02.png");
}
.bg03 {
	background-image: url("images/bg_imgs03.png");
}

/* パララックス風 */
.para_copy {
	background:url(images/para_bg.png) no-repeat 50% 50%;
	height:240px;
	background-attachment: fixed !important;
	background-size: contain;
	width:auto;
	max-width:910px;
	margin:0 auto;
	text-align:center;  	
}
.para_copy div {
	
	font-size:2.9em;
	font-weight:bold;
	padding:0;
	text-align:center;
	margin:70px auto 0 auto;
	display:inline-block;
	text-shadow:6px 6px 9px #fff;
}
.para_copy div span {
	display:block;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.para_copy {
		height:200px;
		background-attachment:local !important;
	}
	.para_copy div {
		font-size:1.9em;
	}
}
.para_wrap {
	position:relative;
	display:block;
	margin-bottom:6em;
}
.parallax-window {
	position:relative;
    min-height:640px;
    background: transparent;
	margin:0;
}
.intro_txt {
	padding:3em 12px 0 12px;
	max-width:840px;
	margin:0 auto;
}
.intro_txt p {
	
	font-size:1.08em !important;
	margin:0;
	padding:0.3em 0.3em 0.7em 0.3em !important;
	line-height:1.54em !important;
}
.intro_txt ol {
	display:block;
	padding:0;
	margin-left:13%;
}
.intro_txt ol li {
	
	font-size:1.12em !important;
	margin:0;
	padding:0.2em !important;
	text-align:left;
	line-height:1.2em !important;
}
.intro_txt h3 {
	
	text-align:left !important;
	font-size:1.2em !important;
	padding:0.12em 0.3em;
	border-bottom:1px solid #999;
}
.intro_txt .equal {
	
	display:inline-block;
	background:#e9e9e9;
	color:#111;
	font-weight:bold;
	text-align:center;
	font-size:1.3em;
	padding:0.4em 0.8em;
	margin:0.5em auto;
}
.intro_txt .equal span {
	font-size:80%;
	font-weight:normal !important;
	display:block;
}
.txt_area {
    font-size: 3em;
    text-align: center;
    padding: 50px 0;
    letter-spacing: -.05em;
}
@media screen and (max-width: 767px) {
	.parallax-window {
    	min-height:246px;
	}

}
.nav_01 {
	width:49.99%;
	float:left;
	background:#0f378e;
}



/*  トップへ戻るボタン 
----------------------------------------*/
.totop {
	width:52px;
	height:32px;
	
	margin-bottom:0;
		
	position:relative;
	display:block;
	background:#ccc3be;
	border-radius:3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.totop:hover {
	background:#c4b8b2;
}
/* >  を描く */
.totop:before {
	position:absolute;
	top:14px;
	left:21px;
	content:'';
	height:11px;
	width:11px;
	display:block;
	border:1px solid #fff;
	border-bottom-width:0;
	border-left-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.totop {
		margin-bottom:23px;
	}
}



/* venobox の閉じるボタンの位置変更 */
.vbox-close {
    top: 80px !important;
    right: 0;
    z-index: 1500 !important;
}

/*---------------------------------------

	ホーム
  
----------------------------------------*/
.top_left {
	float:left;
	width:40.5%;
	margin:0;
	padding:0;
	
	border:1px solid red;
}
.top_right {
	float:right;
	width:54.6%;
	margin:0;
	padding:3em 0;
	
	border:1px solid red;
}
.top_right p {
	font-size:1.2em;
	text-align:left;
	line-height:2.1em;
	font-weight:bold;
}

@media screen and (max-width: 767px) {
	.top_left {
		float:none;
		width:auto;
		margin:0 0 1.6em 0;
	}
	.top_right {
		float:none;
		width:auto;
		margin:0 0 0.9em 0;
	}
}







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


article.bz {
	background:#acd2ed;
}
body.home .wd {
	max-width:560px;
	padding:0 2.3% 2.3em 2.3%;
	margin:0 auto;
	line-height:1.8em;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}
.top_biz {
	padding:0 3%;
}
.top_biz .block {
	position:relative;
	display:block;
	min-height:220px;
	padding-top:2em;
	margin-bottom:5em;
}
.top_biz .block h4 {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	width:7em;
	padding:0.32em 0;
	text-align:center;
	background:#2d3b6a;
	color:#fff;
	font-size:1.72em;
	letter-spacing:0.09em;
}
.top_biz .block .img {
    margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:17%;
}
.top_biz .block .exp {
	max-width:640px;
	padding:1.16em;
	margin:0 auto;
	line-height:1.8em;
	font-size:1.1em;
	text-align:left;
}

@media screen and (max-width: 767px) {
	.top_biz {
		padding:0;
	}
	.top_biz .block h4 {
		width:7em;
		padding:0.28em 0;
		font-size:1.4em;
	}
	.top_biz .block .img {
		padding-top:28%;
	}	
}



.news_list {
	max-width:860px;
	width:auto;
	margin:0.9em auto 1.6em auto;
}
/* clearfix */
.news_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.news_list ul {
	margin: -7px -3.06% 0 0;
	padding: 0;
 	/zoom: 1;/* for IE6,7 */
}
.news_list ul li {
	width: 29.96%;
	height:auto;
	float:left;
	display:inline-block;
	*display:inline;
	/zoom: 1;/* for IE6,7 */
	margin: 0 3.06% 1.2em 0 !important;
	padding:0;
	list-style: none;
	text-align:center;
}
.news_list li a {
	position:relative;
	display:block;
	padding:0;
	text-align:left;
}
.news_list ul li .tm_img {
	position:relative;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:132px;
}
.news_list ul li .news_date {
	font-family:'Oswald', sans-serif;
	font-weight:normal !important;
	margin:0;
	padding:0 0 0.12em 0;
	font-size:0.9em;
	letter-spacing:0.03em;
	color:#555;
}
.news_list ul li .news_date .dts {
	display:inline;
}
.news_list ul li .news_date .new {
	padding:0 0.2em;
	color:#cf4c52;
}
.news_list ul li .news_date .c1 {
	display:inline-block;
	margin:0.2em;
	padding:0.05em 0.3em;
	color:#fff;
	font-size:0.9em;
	background:#36ad1a;
	border-radius:2px;
}
.news_list ul li .news_date .c2 {
	display:inline-block;
	margin:0.2em;
	padding:0.05em 0.3em;
	color:#fff;
	font-size:0.9em;
	background:#f3aa2a;
	border-radius:2px;
}



.news_list ul li p.ttl {
	height:2.4em;
	line-height:1.3em !important;
	font-size:0.82em !important;
	margin-top:0.32em;
	color:#222;
	padding:0;
}
.news_list ul li a:hover {
	opacity:0.8;
}
@media only screen and (max-width:1280px) {
	.news_list {
		width:auto;
		float:none;
	}
}
@media only screen and (max-width:980px) {
	.news_list {
		max-width:640px;
		margin:0 auto;
	}
	.news_list ul {
		margin: 0 -3.1% 0 0;
	}
	.news_list ul li {
		width: 46.7%;
		margin: 5px 3.1% 1.7em 0 !important;
	}
	.news_list ul li .tm_img {
		width:100%;
		height:auto;
		padding-top:60%;
	}
	.news_list ul li .news_date .dts {
		display:block;
	}
}


/* ホーム・お品書き 
----------------------------------------*/

article.news {

}
.rec_wrap {
	padding:0;
}
.rec_wrap h3 {
	text-align:left;
	font-size:2.2em;
	padding:0.6em 0 0.2em 0;
}
.rec_wrap .inner {
	position:relative;
	margin:0;
	min-height:290px;
	padding:0 22% 0 46%;
	overflow:hidden;
}
.rec_img {
	position:absolute;
	margin:auto;
	width:43%;
	top:0;
	bottom:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:99;
}
.rec_img .grad {
	position:absolute;
	margin:auto;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	background: url("images/rec_grad.png") repeat-y top right;
	z-index:100;
}
@media screen and (max-width: 767px) {
	.rec_wrap {
		padding-bottom:1.3em;
	}
	.rec_wrap h3 {
		text-align: center;
		font-size:1.9em;
		padding:0.1em 0 0.2em 0;
	}
	.rec_wrap .inner {
		padding:0;
	}
	.rec_img {
		position:relative;
		display:block;
		margin:0 auto;
		width:auto;
		height:190px;
	}
	.rec_img .grad {
		display:none;
	}
	.rec_wrap .cont {
		padding:0 6%;
	}
}
.rec_right {
	float:right;
	width:55.6%;
	margin:0;
	padding:3em 0;
}
rec_right p {
	font-size:1.2em;
	text-align:left;
	line-height:2.1em;
	font-weight:bold;
}




@media screen and (max-width: 767px) {
	.top_left {
		float:none;
		width:auto;
		margin:0 0 1.6em 0;
	}
	.top_right {
		float:none;
		width:auto;
		margin:0 0 0.9em 0;
	}
}


.entry_btn {
	padding-top:1.5em;
}
.entry_btn a {
	position:relative;
	display:inline-block;
	text-align:left;
	float:left;
	margin-left:18%;
	background:#cc3333;
	color:#fff;
	line-height:2em;
	padding:0.55em 2.6em 0.5em 1.5em;
	font-weight:bold;
	font-size:1.12em;
}
/* >  を描く */
.entry_btn a::before {
	position: absolute;
	right: 18px;
	top: 20px;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}
.entry_btn a::after {
	position: absolute;
	right: 9px;
	top: 20px;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.entry_btn {
		padding-top:0;
		text-align:center;
	}
	.entry_btn a {
		float:none;
		margin:0 auto;
	}
}

/*  コンタクト 
----------------------------------------*/

.contact_block {
	text-align:center;
}
.contact .inner {
	background:#e6ebeb;
	max-width:560px;
	margin:0 auto;
}
.contact .inner img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.contact .inner p {
	font-size:1.1em;
}



/* サイトリンク 
----------------------------------------*/

.links {
	text-align:center;
	padding:3em 12px;
}
.links a {
	background: url("images/arw_h.png") no-repeat 96% 44% #333;
	max-width:430px;
	position:relative;
	display:block;
	margin:0 auto;
	text-align:left;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	padding:0.2em 4em 0.2em 0.35em;
}
.links a:hover {
	opacity:0.8;
}
.links a span {
	display:inline-block;
	padding:0 0.22em;
	font-size:80%;

}










.views {
	width:auto;
	margin:0 auto 25px auto;
	padding:0;
	overflow: hidden;
}
/* clearfix */
.views:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.views ul {
	margin: 0;
	padding: 0;
 	/zoom: 1;
}
.views ul li {
	width: 33.26%;
	float:left;
	display:inline-block;
	*display:inline;
	/zoom: 1;
	position:relative;
	margin: 0 !important;
	padding:0 !important;
	list-style: none;
	text-align:center;
	overflow: hidden;
}
.views ul li img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}


.exp p {
	padding:0;
	margin:0;
}

















/*---------------------------------------

  	ズームスライダー
    
----------------------------------------*/
body.home .sec_cont {
	display:none;
}
.slide {
	position:relative;
	
  	width: 100%;
  	max-width: 1920px;
  	height:980px;
  	margin: 0 auto;
	text-align:center;
}
.slide .img {
	position:absolute;
	margin:auto;
	bottom:23%;
	left:0;
	right:0;
	padding:0;
	text-align:center;
}
.slide .img img {
	max-width:88%;
	height:auto;
	margin:0 auto;
}
@media screen and (max-width: 1160px) {
	.slide {
  		height:740px;
	}
	.slide .img {
		bottom:14%;
	}
}
@media screen and (max-width: 767px) {
	.slide {
  		height:430px;
	}
	.slide .img {
		bottom:14%;
	}
}
@media screen and (max-width: 480px) {
	.slide {
  		height:330px;
	}
	.slide .img {
		bottom:8.5%;
	}
}


/*---------------------------------------

  　事業紹介　　business
      
----------------------------------------*/
body.business .intro {
	margin:0 auto;
	padding:0;
}
body.business .intro img {
	margin:3em auto 0 auto !important;
}
body.business .intro p {
	max-width:800px;
	font-size:1.12em;
	line-height:1.88em;
	text-align:left;
	margin:0 auto;
	font-weight:bold;
}
section.int {
	background:#fcfcf4;
}

/*
	お品書き　
----------------------------------------*/

body.single-job section {
}
.job_block {
	max-width:910px;
	margin:0 auto 5em auto;
	/*
	border:1px dashed green;
	*/
}
.job_blocks {
	max-width:1000px;
	margin:0 auto 5em auto;
}
.job_head {
	background:#e9f4f7;
	position:relative;
	text-align:left;
	padding:1.2% 0 1.6% 16.5%;
	overflow:hidden;
	border-top:6px solid #419bc5;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	margin-bottom:-2px;
}
.job_head h4 {
	font-size:1.3em;
	color:#2d4062 !important;
}
.job_head .img {
	position:absolute;
	top:0;
	left:0;
	width:14%;
	height:auto;
    margin:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:14%;
}
.job_head .cate {
	color:#2d4062 !important;
	font-size:0.9em;
	padding:0 0.5em;
}
.job_head .cate span {
	font-size:1.1em;
	color:#2d4062 !important;
	background:#fff;
	display:inline-block;
	border:1px solid #4a5e83;
	padding:1px 7px;
	margin-left:0.6em;
	font-weight:bold;
}
@media only screen and (max-width:767px) {
	.job_head {
		background:#e9f4f7;
		position:relative;
		text-align:left;
		padding:1.1% 1.3% 1.5% 1.3%;
		overflow:hidden;
		border-top:6px solid #419bc5;
		border-left:none;
		border-right:none;
		margin-bottom:5px;
	}
	.job_head .img {
		position:relative;
		top:0;
		left:0;
		margin:0 auto;
		width:80%;
		max-width:160px;
		padding-top:20%;
	}
	.job_head h4 {
		font-size:1.18em;
		padding:0.4em 0;
		margin:0;
	}
}

.job_tbl {
	margin:0.15em auto 3.5em auto;
	border-collapse: collapse;
	width:100%;
}
.job_tbl th {
	background:#f5f5f5;
	width:25%;
	text-align:left;
	font-weight:bold !important;
	font-weight:normal;
	padding:0.9em;
	letter-spacing:0.1em;
	border:1px solid #ddd !important;
}
.job_tbl td {
	text-align:left;
	padding:0.9em;
	border:1px solid #ddd !important;
}
.job_tbl td p {
	padding:0;
	margin:0;
}
.job_tbl th span {
	display:inline-block;
	color:#cc0000;
	padding:0.2em 0.8em;
	font-weight:bold;
	border:1px solid #f0633d;
	border-radius:5px;
}
.job_tbl td p {
	margin:0;
	padding:0;
}
.job_tbl tr:last-child td {
	background:#fcefdc;
	text-align:center;
}
@media only screen and (max-width:767px) {
	job_tbl {
		width:auto;
		display: block;
		font-size:1em !important;
	}
	.job_tbl thead {
		display: none;
	}
	.job_tbl tbody {
		display: block;
	}
	.job_tbl tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	
	.job_tbl th {
		background:#eaeaea;
		width:auto;
		padding:0.1em 0.8em;
		text-align:left;
		display: list-item;
		margin:0;
		font-weight:bold;
		list-style-type: none;
		border:none !important;
	}
	.job_tbl td {
		width:auto;
		display: list-item;
		list-style:none;
		background:none;
		margin:0;
		padding:0.3em 0.8em !important;
		text-align:left;
		border:none !important;
	}
}


/* ボタン */
a.job_link {
	position:relative;
	display:inline-block;
	margin:0 auto;
	color:#fff;
	font-size:1.12em;
	font-weight:bold;
	padding:0.34em 2.4em 0.3em 1.7em;
	background:#ff6600;
}
a.job_link:hover {
	background:#cc0000;
	color:#fff;
}

/* >  を描く */
a.job_link:before {
	position:absolute;
	bottom:0.9em;
	right:7%;
	content:'';
	height:6px;
	width:6px;
	display:block;
	border:1px solid #fff;
	border-top-width:0;
	border-left-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}


body.recruit .entry {
	text-align:center;
	max-width:940px;
	margin:0 auto;
	background:#f8f7e6; 
	border: 1px solid #9f9f9f !important;
}

a.form_link {
	position:relative;
	display:inline-block;
	margin:0.9em auto;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	padding:0.34em 2.4em 0.3em 1.7em;
	background:#ff6600;
}
a.form_link:hover {
	background:#cc0000;
	color:#fff;
}
/* >  を描く */
a.form_link:before {
	position:absolute;
	bottom:0.9em;
	right:7%;
	content:'';
	height:6px;
	width:6px;
	display:block;
	border:1px solid #fff;
	border-top-width:0;
	border-left-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

ul.blocks {
	padding:0;
	display:inline-block;
	width:100%;
	margin:0 auto;
}

ul.blocks li {
	float:left;
	width:49.986%;
	list-style:none;
	margin:0;
}
ul.blocks li a {
	position:relative;
}
ul.blocks li a .inner {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:13% 0;
}

ul.blocks li a .inner {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:7% 0 8.5% 0;
	color:#fff;
	
}

ul.blocks li a .inner h2 {
	text-align:center;
	font-size:4.7em;
	padding:0;
	margin:0;
}
ul.blocks li a .inner .txt {
	width:77%;
	height:7em;
	margin:11% auto 0 auto;
}
ul.blocks li a .inner h3 {
	font-size:1.7em;
	padding:0;
	margin:0;
}
ul.blocks li a .inner p {
	font-size:1.14em;
	font-weight:bold;
	padding:0.7em 0 0 0;
	margin:0;
}

/*---------------------------------------

  	ページヘッダー　
    
----------------------------------------*/
.page_header {
	position:relative;
	display:block;
	max-width:1680px;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	min-height:370px;
	margin:0 auto;
}
.page_header .cover {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.26);
	z-index:300;
}
.page_header .ttl {
	position:absolute;
	margin:auto;
	top:38%;
	left:0;
	right:0;
	text-align:center;
	z-index:301;
}
.page_header .ttl h2 {
	text-align:center;
	font-size:2.85em;
	color:#fff;
	letter-spacing:0.2em;
}
.bg_404 {
	background-image:url("images/bg_404.jpg");
}
.bg_news {
	background-image:url("images/ec_news.jpg");
}

body.archive_cases .page_header,
.case_ec .page_header,
body.single_cases .page_header
{
	background-image:url("images/ec_case.png");
}

body.category .page_header .inner,
body.archive .page_header .inner {
	background-image:url("images/ec_img_cate.png");
}
body.single .page_header .inner {
	background-image:url("images/ec_img_single.png");
}
@media screen and (max-width: 767px) {
	.page_header {
		margin:0 auto;
		min-height:210px;
		background-size:cover;
		overflow:hidden;
	}
	.page_header .ttl {
		top:35%;
	}
	.page_header .ttl {
		bottom:22px;
	}
	.page_header .ttl div {
		font-size:32px;
	}
	.page_header .ttl h2 {
		font-size:1.3em;
	}
}
@media screen and (max-width: 480px) {
	.page_header {
		min-height:190px;
		overflow:hidden;
	}
	.page_header .ttl {
		bottom:10px;
	}
	.page_header .ttl div {
		font-size:16px;
		padding-bottom:2px;
	}
	.page_header .ttl h2 {
		font-size:1.4em;
	}
}

/*---------------------------------------

  	SNS ・　ブログリンク
    
----------------------------------------*/

.ins {
	max-width:1023px;
	margin:0 auto;
}
.ins img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}

/*---------------------------------------

  	・プライバシーポリシー
	・お問い合わせ
	・お問い合わせ（送信完了）
    
----------------------------------------*/

body.privacy section p,
body.contact section p,
body.contact-thanks section p
{
	max-width:1120px;
	margin:0 auto;
	line-height:1.9em;
}
body.privacy section li {
	max-width:1000px;
	margin:0 auto;
	line-height:1.9em;
}



/*---------------------------------------

  	お問い合わせ
    
----------------------------------------*/

body.home article#contact h3 {
	color:#ff6600;
	font-size:1.6em;
}

body.home article#contact .bnr {
	margin:3em auto 0 auto;
}

body.home article#contact .bnr img {
	border:1px solid #1d466c;
	margin:0 auto;
	width:100%;
	height:auto;
	max-width:420px;
}

body.home article#contact .bnr a:hover {
	opacity:0.8;
}

/*===========================================================

  	ブログ / お知らせ     
    
============================================================*/
.post_head {
	background:url("images/bg_post_ttl.png") no-repeat center;
	background-size:cover;
	text-align:left;
	padding:0.7em 6.8%;
	margin-bottom:1em;
}
.post_head h3 {
	
	font-size:1.41em;
	margin:0;
	padding:0;
	color:#321305;
}
.posts_date {
	font-size:0.9em;
	font-family: 'Oswald', sans-serif;
	padding-bottom:3px;
	color:#666;
}
.post_head .cate {
	text-align:right;
}
.post_head .cate .c1 {
	display:inline-block;
	margin:0.2em;
	padding:0.05em 0.3em;
	color:#fff;
	font-size:1.05em;
	background:#36ad1a;
	border-radius:2px;
}
.post_head .cate .c2 {
	display:inline-block;
	margin:0.2em;
	padding:0.05em 0.3em;
	color:#fff;
	font-size:1.05em;
	background:#f3aa2a;
	border-radius:2px;
}
@media screen and (max-width: 767px) {
	.post_head h3 {
		font-size:1.22em;
	}
	.post_head .cate .c1,
	.post_head .cate .c2
	 {
		font-size:0.92em;
	 }
}

.post_wrap {
	padding:2em 6.8%;
}
.post_wrap p {
	line-height:1.96em;
}
.footer_wdt {
	max-width:920px;
	padding:12px 4.3%;
	margin:5em auto 0 auto;
	text-align:left;
	background:#fff;
	border-radius:2px;
    box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.3);
}

.widget-area {
	padding:0 8px;
	margin-top:0;
}
.widget-container {
	position: relative;
	display: block;
	padding:0;
	margin:0 0 2.6em 0;
}

.footer_wdt h3 {
	background: url("images/bg_mark.png") no-repeat 1px 4px;
	
	font-size: 1.48em;
	color: #333;
	letter-spacing: 0.09em;
	margin:0 5px 30px 5px !important;
	padding: 0.2em 0.2em 0.2em 1.7em;
	text-align: left;
}
.footer_wdt h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: linear-gradient(to right, #309511 90%, #fff);
	margin:0 0 0 -36px;
	display: block;
}
.widget-container h4 {
	background: url("images/bg_mark.png") no-repeat 1px 4px;
	
	font-size: 1.48em;
	color: #333;
	letter-spacing: 0.09em;
	padding: 0.2em 0.2em 0.2em 1.7em;
}
.widget-container h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: linear-gradient(to right, #309511 90%, #fff);
	margin:0 0 0 -36px;
	display: block;
}
@media screen and (max-width: 767px) {
	.footer_wdt h3 {
		background: url("images/bg_mark.png") no-repeat 1px 1px;
		padding: 0.2em 0.2em 0.2em 2em;
		font-size: 1.15em;
	}
	.widget-container h4 {
		background: url("images/bg_mark.png") no-repeat 1px 1px;
		font-size: 1.15em;
		padding: 0.2em 0.2em 0.2em 2em;
	}
}




.widget-container ul {
	margin:0;
	padding:0;
}
.widget-container ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.widget-container ul li a {
	background:url("images/wdt_arrow.png") no-repeat 1px 10px;
	position:relative;
	display:block;
	margin:0;
	padding:0.35em 0.1em 0.35em 0.4em;
	font-size:0.9em;
}
.posts_label {
	text-align:right;
}
.post_date {
	text-align:right;
}
.post_date span {
	background: #f19614;
	color: #fff;
	font-size: 0.9em;
	padding: 0 0.9em;
	text-align: center;
	border-radius: 3px;
}
.tablenav {
    margin:10px 0 18px 0;
    line-height:2em;
    text-align:center;
	color:#000;
}

.tablenav a {
	text-decoration: none;
}
.tablenav a:hover {
	color: #cc124d;
	text-decoration: none;
}
 
a.page-numbers, .tablenav .current {
	text-align:center;
    padding: 0.3em .8em;
	color:#fff;
    text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px 3px 3px 3px;
}

.page-numbers {
	background:#fdbe64;
}
.page-numbers:hover {
	background:#e58b0a;
	color:#fff !important;
}
.tablenav .current {
	background: #e58b0a;
}


/*---------------------------------------

  			404
  
----------------------------------------*/

.err_img {
	text-align:center;
}

.err_img img {
	width:100%;
	max-width:640px;
	height:auto;
	margin:0 auto;
}

/*---------------------------------------

  			404
  
----------------------------------------*/
.e_msg {
	font-family: 'Oswald', sans-serif;
	font-size:3.2em;
	text-align:center;
}

/*******************************
/* フォーム
*******************************/

/* テーブル */
#form_waku {
border-collapse: collapse;
/*margin: 20px auto;*/
width:100%;
margin-bottom:30px;
border: #CCCCCC 1px solid;
}

#form_waku th, #form_waku td {
text-align: left;
border: 1px solid #CCCCCC;
padding: 10px;
}

#form_waku th {
white-space: nowrap;
padding-left:25px;
background:#F0F0F0;
color:#493831;
font-weight: bold;
}

#form_waku td {
background: #FFFFFF;
}

/* フォーム */

/*input[type="text"], textarea, select{
vertical-align:middle;
min-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
}*/
input.txt{
vertical-align:middle;
width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
}
input.mail{
vertical-align:middle;
width:50%;
line-height:30px;
height:30px;
padding:1px 5px;
}
input.post{
vertical-align:middle;
width:20%;
line-height:30px;
height:30px;
margin-bottom:10px;
padding:1px 5px;
}
@media only screen and (max-width: 768px) {
input.txt{
vertical-align:middle;
width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
}
input.mail{
vertical-align:middle;
width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
}
input.post{
vertical-align:middle;
width:100px;
line-height:30px;
height:30px;
margin-bottom:10px;
padding:1px 5px;
}
input#submit_button3 {
width: 150px;
height: 40px;
display:block;
}
}

textarea{
height:auto;
line-height:1.5;
width:90%;
}

input#submit_button3 {
width: 150px;
height: 40px;
}
.table01 {
	margin:0 0 0 1.2em;
}

.table02 {
	margin:0.8em;
}




/* for table */
.form_block{
	max-width:60%;
	margin:0 auto;
}
.form_block li{
	list-style:none;
}
#form-tbl {
	/*margin-left: 1.5em;*/
}
#form {
border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}
#form th, #form td {
	border: 1px solid #666;
	padding: 8px;
}
#form th {
	white-space: nowrap;
	background: #e8e8e8;
	width: 30%;
}
#form td {
	background: #fff;
}
p.btn input {
	width: 110px;
	height: 32px;
}

/* for title */
.form_block h2 {
	font-size: 100%;
	text-align: left;
	border-left: solid 4px #ef002d;
	border-bottom: 1px solid gray;
	padding: 4px 6px;
	margin: 1.5em 0;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

/* スマホ用 */
@media only screen and (max-width: 768px) {
.form_block {
    max-width: 90%;
    margin: 0 auto;
}
	/* 投稿フォーム */
	#form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 95%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
	width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
    }
    #form tr:first-child th	{ border-top: 1px solid #666; }
    p.btn input { width: 10em; }
    
	/* 小見出し */
	h2 { margin:0 ; width: 100%; }
	
	/* サンクス */
	p.msg { margin: 1em auto; }
}

/*--画像をふわっと表示--*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}

/*--順番に要素を表示--*/
.fadein {
  opacity : 0;
  transform : translate(-30px, 0);
  transition : all 1.5s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadein_r {
  opacity : 0;
  transform : translate(70px, 0);
  transition : all 1.5s;
}
.fadein_r.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadein_l {
  opacity : 0;
  transform : translate(-70px, 0);
  transition : all 1.5s;
}
.fadein_l.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadein_t {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s;
}
.fadein_t.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadein_main {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s;
}
.fadein_main.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*--パララックス背景固定--*/
.parallax-bg01 {
  max-width:100%;
  background-image: url('./../img/bg_aqualine.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eng_h3{
font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
margin-top:50px;
    display: block;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-weight: normal;
    padding: 3px 0 5px 0;
    background-color: #f2f2f2;
}
.eng_h3sub{
	font-size:0.6em;
	display:block;
}