/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* 連絡先 */


@media screen and (max-width: 420px) { 
	#footer_contact_area{ 
		display:none;
	}
	}
	
	
#footer_contact_area { background:#fff; width:100%; min-width:650px; padding:20px 0 0 0; margin-bottom:30px; }

#footer_contact_area_inner {
  width:650px; margin:0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
.footer_contact_content {
  width:100%; position:relative; padding:30px; background:#fff; border:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;

}
.footer_contact_content:last-of-type { border-left:none; }
.footer_contact_content:only-of-type { border-left:1px solid #ddd; margin:0 auto; }

#footer_tel > div, #footer_contact > div 
{ position:relative; top:0%; -webkit-transform: translateY(-5%); -ms-transform: translateY(-5%); transform: translateY(-5%); }

#footer_tel { border-right:1px solid #ddd; }

#footer_tel .headline {
  line-height:1; position:absolute;
  top:0px; -webkit-transform: translateY(-5%); -ms-transform: translateY(-5%); transform: translateY(-5%);
}
#footer_tel .right_area { float:left }
#footer_tel .number {
		font-size:30px;
		margin-top:30px;
color:#ff8c00;
}
#footer_tel .number span { font-size:15px; }
#footer_tel .time { 
		margin:-30px 0 0px 0; }

#footer_contact .headline {
  line-height:1; position:absolute;
  top:0px; -webkit-transform: translateY(-5%); -ms-transform: translateY(-5%); transform: translateY(-5%);
}
#footer_contact .button { 
		float:left; 
		text-align:center; 
		margin-top:40px; 


}

/* ボタン */
.design_button a { 
  display:inline-block; height:55px; line-height:55px; min-width:220px; padding:0; background:#337ab7; color:#fff; text-align:center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
				margin-left:0px; 
}



.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.col-md-12{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:0px
}

.page-header_pageTitle2, h1.page-header_pageTitle2:first-child {
margin:30px 0 25px 0px;
font-size:32px
}

@media only screen and (max-width: 800px) {
		
		.page-header_pageTitle2, h1.page-header_pageTitle2:first-child {
margin:30px 0 25px 0px;
font-size:15px
}
}

.acd-check{
    display: none;
}
.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

p.sample img {
width: 130px;
	margin-bottom: 10px;
}
.entry-meta {
	display:none ;
}

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
.col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
.col-head-type1 th,
.col-head-type1 td {
    border-top: none;
  }
}



.col-head-type2 {
  border-collapse: collapse;
  width: 100%;
	
}
table, th, td {
    border:none;
}

.col-head-type2 th,
.col-head-type2 td {
  border: none; 
  padding: 8px;
}
 
.col-head-type2 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type2 tr,
  .col-head-type2 th,
  .col-head-type2 td {
    display: block;
    width: auto;
  }
.col-head-type2 tr:first-child {
    border-top: none;
  }
  
.col-head-type2 th,
.col-head-type2 td {
    border-top: none;
  }
}

h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
		margin-bottom: 20px;
}


.box11{
    padding: 0.5em 1em;
margin-top: 0px;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
padding-top: 20px;
	padding-left: 20px;
		padding-right: 20px;
	padding-bottom: 0px !important;

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


.fuwatto_btn_yellow{
  display: inline-block;
  background-color: #FFC605;
  color: #FFF;
  width: 160px;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
	margin-top: 20px;
		margin-bottom: -50px !important;
}
.fuwatto_btn_yellow:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}


/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}

.wpcf7 textarea[name="addr placeholder"] {
 width: 20% !important;
}	

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}




* {
    box-sizing: border-box;
}

ul {
    padding: 0;
		
}
li {
    list-style-type: none;
}
dd {
    margin-left: 0;
		border-left: none;
}

.flow {
    padding-left: 120px;
    position: relative;
}
.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 8vh;
}
.flow > li .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #66d5e9;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flow > li dl {
    padding-left: 70px;
    position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #6b90db;
    border-radius: 50%;
    left: -4px;
}
.flow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107,144,219);
    margin-bottom: 1vh;
		border-left: none;
}

@media(max-width:35em) {
		.navbar-brand img {
			max-height: 50px !important;
    margin-top: 0 !important;
		}
}

#menu-gmenu #menu-item-1226 a {
		background-color:#f6cd02;
		transition:.3s;
		border:1px solid #fff;
		padding:14px;
}

#menu-gmenu #menu-item-1226 a:hover {
		background-color:#FD9535;
		color:white;
		transition:.3s;
		border:1px solid #f6cd02;
		border-top:1px solid #f6cd02;
}

#mennu-gmenu li#menu-item-1226 a > strong.gManu-name {
		font-weight:bold;
}