@charset "utf-8";
/* CSS Document */

/* レイアウト */

*{ 
font-family : "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
}


body {
	width: 320px;
	font-size:13px;
	margin-bottom: 10px;
	margin:auto;
	line-height: 1.3;
	text-align: center;
}

a {
   color:#666;
   text-decoration:none;
}

a:visited {
	color:#606;
}

a:hover {
   color:#F00;
   text-decoration:none;
}


ul{/*余白と本来あるマークを消します*/
	margin:0 0 0 20px;
	padding:0;
}

li{
	font-size:13px;
	margin:0;
	padding:0;
	text-align:left;
} 

em {
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0;
}

strong{
	font-weight:bold;
	font-size:16px;
}

.hr2{
	border:#999 dashed 1px;
	margin-bottom:20px;
}

hr.hr80{
	border: 1px dashed #999;
	margin:80px 0;
}

.spR{
	color:#F00;
}

strong {
	font-size: 18px;
	font-weight: bold;
	color: #FF0004;
}

em {
	font-weight: bold;
	color: #FF0004;
	font-style: normal;
}

table.Pricerist {
	width:100%;
	border:hidden;
	border-collapse: collapse;
	border:1px solid #000000;
}

table.Pricerist th {
	text-align:center;
	padding:10px 0;
	border:1px solid #000000;
	background-color: #FF0004;
	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
}

table.Pricerist th.Bblack{
	background-color: #000000;
}

table.Pricerist td {
	text-align:center;
	padding:10px 0;
	border:1px solid #000000;
	font-size:13px;
}


h1 {
	margin:10px 0 10px 0;
	padding:0;
	font-size:8px;
}

h2{
	font-size:24px;
	padding:0 0 20px 0;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

h2:before {
  content: '';
  position: absolute;
  bottom: 5px;
  display: inline-block;
  width: 60px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#20DB18;
  border-radius: 2px;
}

.Th2{
    padding:20px 0 0 0;
}

.Th2:before{
    content: none;
}

.Th2B{
	color:#FFF;
}

.Th2B:before{
    content: none;
}

.Mh2{
	font-size:20px;
	text-align: center;
	position:absolute;
	left:20%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
}

.Mh2:before{
    content: none;
}

h3 {
    margin: 20px 0;
    font-size: 20px;
	text-align:center;
}

.Mt3{
	margin:30px 0 0 0;
	text-shadow: 1px 2px 3px #808080;
}

.Th3{
	margin:0 0 10px 0;
	padding: 10px;/*文字周りの余白*/
	color: #494949;/*文字色*/
	border:solid 3px #166E38;
	border-left: solid 8px #166E38;/*左線（実線 太さ 色）*/
	text-align: left;
	font-size: 20px;
}

h4 {
	height:40px;
	padding:30px 0;
	font-size:18px;
	font-weight:bold;
	color:#666;
	text-align: center;
}

.h4f{
	height:inherit;
	padding:5px 0;
	text-align: left;
}

.h4s{
	padding:0;
}

h5 {
	padding:0;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	color:#0C3;
}

#header {
	width:100%;
	padding:0;
	text-align: left;
}

#Hmenu{
	width:100%;
	height:180px;
	background-image: url("images/bg-menu.jpg");
	background-position: center;
	background-size: auto;
}

#Hshop{
	width:100%;
	height:180px;
	background-image: url("images/bg-shop.jpg");
	background-position: center;
	background-size: auto;
}

#Hkameiten{
	width:100%;
	height:180px;
	background-image: url("images/bg-kameiten.jpg");
	background-position: center;
	background-size: auto;
}

.Htitle{
	width:30%;
	height:165px;
	margin: auto;
	padding-top:15px;
	background: rgba(177,177,177,0.9);
	position:absolute;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#333333;
}

.swiper-slide{
	background-color: #FF4F00;
}

.Box50-windowglass{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-windowglass.JPG");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-windowglass a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-windowrepair{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-windowrepair.JPG");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-windowrepair a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-windowkenma{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-windowkenma.JPG");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-windowkenma a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-hororepair{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-hororepair.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-hororepair a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-naisourepair{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-naisourepair.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-naisourepair a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-carcleaning{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-carcleaning.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-carcleaning a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-headlightcoat{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-headlightcoat.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-headlightcoat a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-mizuakayumakutori{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-mizuakayumakutori.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-mizuakayumakutori a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-glassaming{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-aming.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-glassaming a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.Box50-carfilm{
	float: left;
	width:50%;
	height:150px;
	color:#FFF;
	text-align: center;
	background-image:url("images/menu-carfilm.jpg");
	background-position:center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.Box50-carfilm a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

#hBox{
	width:92%;
	padding:3% 4%;
	border:1px solid #FF0004;
	border-radius: 1em;/*角丸*/
}

.form-width { max-width: 100%;}

.Box100 {
	width:100%;
	margin:auto;
	padding:0;
	text-align: center;
}

.Box100 a:hover {
   color:#333;
   text-decoration:none;
}

.BSline{
	display: inline-block;
	width:100px;
	padding:5px;
	margin:5px 20px 0px 0;
	border: #000000 solid 1px;
	text-align: center;
}

.W100p{
	width:280px;
	margin:auto;
	padding:20px;
	border: 2px solid #000000;
	text-align: center;
}



#Wjirei {
	float:left;
	width: 150px;
	height:280px;
	margin-right:10px;
	margin-bottom:30px;
	text-align:left;
}

#Wjirei hr{
	border:1px dashed #CCC;
}

.ShousaiThm {
	width:60px;
	margin:5px 4px 5px 0;
	float:left;
}

img.p1 {
	border:0;
	width:60px;
	height:40px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor:pointer;
}

img.w50p {
	width:50%;
}

.contents {
   width:320px;
   padding:0;
   margin:auto;
   margin-top:45px;
}

.contentsL {
   width:320px;
   padding:0;
   margin:auto;
   margin-top:45px;
   text-align:left;
}

.contentsC {
   width:320px;
   padding:0;
   margin:auto;
   margin-top:10px;
   text-align:center;
}

#footerH2 {
	width: 100%;
	padding:30px 0;
	color:#FFF;
	background: #56595b;
	/* -45度斜めから25%、50%、75%、100%とボーダーが交互に色違いとなるように指定 
	background-image: linear-gradient(
    -45deg,
    #ccc 25%,
    #A3D5C0 25%, #A3D5C0 50%,
    #ccc 50%, #ccc 75%,
    #A3D5C0 75%, #A3D5C0
		);
	background-size: 8px 8px;*/
}

.footerBox{
	width:94%;
	margin: auto;

}

#footer-menu{
	z-index: 200;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	width:100%;
	height:55px;
	text-align:center;
}

.footer1{
	float:left;
	width:50%;
	padding:20px 0;
	background-color:#FF0004;
	text-align:center;
}

.footer2{
	float:left;
	width:50%;
	padding:20px 0;
	background-color:#000;
	text-align:center;
}

.footer1 a{
	display: block;
	background-color:#FF0004;
	text-align:center;
	color:#FFF;
	font-weight: bold;
}

.footer2 a{
	display: block;
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-weight: bold;
}

footer {
	margin-bottom:70px;
	text-align: center;
}

img { 
    max-width: 100%; 
    height:auto;
}

.p460{
	width:310px;
}

img.p320 {
	width: 320px;
}

img.p320m {
	width: 320px;
}

img.p300 {
	width: 300px;
}

img.p260 {
	width: 260px;
}

img.p220 {
	width: 220px;
}

img.p210 {
	width: 210px;
}

img.p160 {
	width: 160px;
}

img.p150 {
	width: 150px;
}
img.p140 {
	width: 140px;
}

img.p140a {
	width: 140px;
}

img.p120 {
	width: 120px;
}

.Hshitei img{
 vertical-align:middle;
}

img.p100 {
	width: 100px;
}

img.p80 {
	width: 80px;
}

img.p50 {
	width: 50px;
}

img.p60 {
	height: 60px;
}


img.gleft {
  float: left; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin-right:20px;
}

img.gleft90 {
  float: left; /* 画像を左寄せにする場合は left */
  width:90px;
  height:50px;
  display: inline; /* for IE6,7 */
  margin:0 20px 20px 0;
}


img.gright {
  float: right; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin: -5px 0 5px 0;
}

p.cl {
	clear:both;
}

td.by {
    border-right:1px;
    border-bottom:1px dotted;
    background-position:left top;
    padding:2em 1.5em;
}

table.abautt {
	width: 320px;/*テーブルの幅*/
	margin:auto;
}

table.abautt td {
	border-bottom:solid 1px #666666;
	padding:10px;
	font-size:14px;
	text-align:left;
}

/*****************************
*ブログ
*****************************/
.BlogBox ul{
	margin:0;
	padding:0;
	background:none;
}

.BlogBox li{
	margin:0 0 0 -20px;
	padding:0;
	list-style:none;
	font-size:16px;
	background:none;
}

.BlogBoxF ul{
	margin:0;
	padding:0;
	background:none;
}

.BlogBoxF li{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	font-size:16px;
	background:none;
}

.Bh2t {
	font-size:18px;
	font-weight:bold;
	color: #000000; 
    padding: 10px 10px;
	border-top: 3px dotted #666;
	border-bottom: 3px dotted #666;
}

#side-menu-rp ul{
	margin:0;
	padding:0;
}

#side-menu-rp li{
	margin:0;
	padding:5px 0 5px 5px;
	list-style:none;
	font-size:16px;
	text-align:left;
}

.Bh3t {
	background-color:#000;
	    border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
	padding:10px;
	margin:5px 0;
	color:#FFF;
	text-align:center;
	font-size:18px;
}

/*****************************
*カレンダーに枠を付ける
*****************************/
#wp-calendar {
    border-collapse: collapse;
    width: 300px;
}
 
/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
  background-color: #C0DDF9;
}
 
/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
  background-color: #F5D0D3;
}

#wp-calendar td {
    text-align:center;
}

#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#wp-calendar tbody tr #today {
    background-color: #CCC;
}

/* サムネイルつき矢印リスト */
.list3 ul{
 border-bottom: 1px solid #ccc;
 margin: 0;
 padding: 0;
 }
 .list3 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 1px solid #ccc;
 height: 70px;
 margin: 0px;
 }
 .list3 ul li a{
 background: url(css/list_mark1.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 70px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list3 ul li img{
 float: left;
 height: 70px;
 width: 70px;
 margin-right: 10px;
 }
 .list3 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 }

/* レスポンシブなナビゲーションメニュー */
 .global-nav {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 13px;
  list-style-type: none;
}
/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}
.global-nav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*奇数のli要素に適応*/
.global-nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
}
.global-nav a {
  display: block;
  line-height: 44px;
  color: #000;
  text-decoration: none;
}
.global-nav a:hover {
  color: #000;
  background: #e6e6e6;
}


/* youtube埋め込みスマホ最適化 */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*アコーディオン
-------------------------------------*/
.acordion{
 background:#fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);
 border-radius:5px;
}
 
.trigger{
    padding:10px 10px 10px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-radius:5px;
}
 
.trigger.active{
    border-radius:5px 5px 0 0;
    border-bottom:1px solid #cfcfcf;
}
 
.acordion_tree{
	margin:10px;
    padding-top:15px;
	padding-bottom:15px;
}
 
.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin-top:-5px;
    height:11px;
    width:20px;
    background:url(images/open.png) no-repeat;
    -webkit-background-size:20px 11px;
}
 
.trigger.active .open-close{
    background:url(images/close.png) no-repeat;
    -webkit-background-size:20px 11px;
}

/* =======================================
	slidechow
======================================= */

#slideshow {
	margin: 0 auto;
	width: 320px;
	text-align: left;

}
#slideshow div {
	width: 320px;
	height: 322px;
	position: relative;
	float: left;
	padding-top: 35px;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}
#slideshow ul {
	width: 320px;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
}
#slideshow ul li {
	width: 60px;
	height: 60px;
	float: left;
	padding-top: 13px;
	padding-right: 15px;
	list-style:none;
}
#slideshow .active {
	filter: alpha(opacity=0.3)!important;
	-moz-opacity: 0.3!important;
	opacity: 0.3!important;
}

.line_box {
	margin: 0;
	border: 1px solid #DADADA;
	width: 320px;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
/* =======================================
	slidechow END
======================================= */

/* =======================================
	slidechow2
======================================= */

#slideshow2 {
	margin: 0 auto;
	width: 320px;
	text-align: left;

}
#slideshow2 div {
	width: 320px;
	height: 322px;
	position: relative;
	float: left;
	padding-top: 35px;
}
#slideshow2 div div {
	top: 0;
	left: 0;
	position: absolute;
}
#slideshow2 ul {
	width: 320px;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
}
#slideshow2 ul li {
	width: 60px;
	height: 60px;
	float: left;
	padding-top: 13px;
	padding-right: 15px;
	list-style:none;
}
#slideshow2 .active {
	filter: alpha(opacity=0.3)!important;
	-moz-opacity: 0.3!important;
	opacity: 0.3!important;
}

.line_box {
	margin: 0;
	border: 1px solid #DADADA;
	width: 320px;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow2 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#slideshow2 ul {
	display: inline-block;
	overflow: hidden;
}
/* =======================================
	slidechow2 END
======================================= */


/* 各メニュー */
.ribbon {
    position: relative;
    color: #ffffff ;
    background: #ec524e;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #ccc ;
    border-top:3px solid #ea9878;
}
.ribbon:after, .ribbon:before {
    content: &amp;quot;&amp;quot;;
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #bb2925;
}
.ribbon:after {
    left: 0;
    border-right: 5px solid #bb2925;
}
.ribbon:before {
    right: 0;
    border-left: 5px solid #bb2925;
}


/*  ページナビをスマホ用に幅調整　*/
.wppn{
	padding: 0 0 0 20px;
}
 
.wp-pagenavi {
	clear: both;
}
 
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	font-size: 14px;
	font-size: 1rem;
	text-decoration: none;
	color: #000000;
	background-color: #bcbcff;
	border: 1px solid #ff7fff;
	padding: 8px 12px;
	margin: 5px 5px 15px 5px;
}
 
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
 
.wp-pagenavi span.current {
	font-weight: bold;
}

/*****************************
* Concept zoom
*****************************/

.list_zoom{
	margin: 0 0 0 0;
	list-style-type: none;
	overflow: hidden;
}
.list_zoom li{
	margin: 5px 0 0 -5px;
	padding:10px 0 5px 0;
	background-image:none;
	float: left;
	transition: .8s;
}

.list_zoomC{
	margin: 0 0 0 0;
	list-style-type: none;
	overflow: hidden;
}
.list_zoomC li{
	margin: 10px 0 0 0;
	padding:10px 0 5px 0;
	background-image:none;
	transition: .8s;
}

.list_zoom-mv01{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

/*****************************
*ボタン
*****************************/
.button {
	position: relative;
	width:320px;
	height:40px;
	background-color:#F59100;
	border-radius: 4px;
	margin:auto;
	padding:10px 0;
	font-size:20px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #000;
	text-align: center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.button a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.button:hover {
    background-color: #9E0002;
} 

.button2 {
	position: relative;
	width:100%;
	height:35px;
	background-color:#00C704;
	border-radius: 4px;
	margin:auto;
	margin-top:30px;
	padding:10px 0;
	font-size:20px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #000;
	text-align: center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.button2 a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

/*****************************
* Contact Form 7
*****************************/

span.wpcf7-list-item { display: block; }

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}

/*****************************
* ページＴＯＰへ
*****************************/

#pageTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
}
 
/*****************************
* animatedModal
*****************************/

#animatedModal{
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#animatedModal a{
	color:#FFF;
	text-decoration:none;
}
 
#animatedModal a:hover{
	cursor:pointer;
	color:#f00;
}

#animatedModal a:visited{
	color:#FFF;
}

.modal-content{
	padding:0px 10px;
}

.close-animatedModal{
	margin:20px 10px 0 0;
	text-align:right;
	color:#FFF;
}

.close-animatedModal a{
	color:#FFF;
	text-decoration:underline;
}
 
.close-animatedModal a:hover{
	cursor:pointer;
	color:#f00;
}

.close-animatedModal a:visited{
	color:#FFF;
}

/* よくある質問 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 3em 1em 3em;
	background:#E5E5E5;
	text-align: left;
	font-size:18px;
}
.cp_qa dd {
	margin: 0 3em 3em 3em;
	background:#5FFF67;
	text-align: right;
	font-size:18px;
}
/* 吹き出し?? */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し?? */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #E5E5E5 transparent transparent;
}
/* 答え吹き出し?? */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #5FFF67;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 24px;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q';
	background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
	right: -1.5em;
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.55em;
	content:url("images/qanda-bond.png");
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 90%;
    border: 2px #DDD solid;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 10px;
}
/*th（項目欄）は30%幅、テキストを左寄せ*/
.table-res-form th {
    width: 30%;
    text-align: left;
	vertical-align: middle;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
	margin-top:5px;
    padding: 5px 10px;
    background: red;
    border-radius: 4px;
}

/*｢任意」部分のスタイリング*/
.table-res-form .nini {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
	margin-top:5px;
    padding: 5px 10px;
    background:#F88301;
    border-radius: 4px;
}

/*選択肢の２行改行*/
span.wpcf7-list-item {
width: 100%
}

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"] {
    border: 1px #999 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-top: 0.5em;
    width: 90%;
	height:35px;
}

.table-res-form textarea {
    border: 1px #999 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-top: 0.5em;
    width: 90%;
}

.table-res-form input[type="number"], input[type="tel"] {
    border: 1px #999 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-top: 0.5em;
    width: 30%;
	height:35px;
}

.table-res-form select{
    border: 1px #999 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-top: 0.5em;
    width: 60%;
	height:40px;
}

/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*左に線*/
.LeftLine {
  border-left :solid 5px #999;
  padding: 5px 10px;
	line-height: 1.2;
}

.hT2 {
	font-size:30px;
	color:#B40003;
	font-weight: bold;
	text-align: center;
	padding:0 0 15px 0;
}

.hT3 {
	font-size:20px;
	color:#B40003;
	font-weight: bold;
	padding:15px 0;
}

.sRed{
	color:red;
	font-weight: bold;
	margin:-5px 0;
}

.h174{
	height:173px;
}

input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
}