/* フッター左背景色消去 */
#footer .headbox .textwidget {
background: none;
padding:5px 0 0;
}
/* フッター左見出し設定 */
#footer .footer-l .st-widgets-title{
border-bottom:solid 2px #fff;
text-align:left;
padding-left:0px;
margin-top:-5px;
}
/* フッター中見出し設定 */
.footer-r-2 .st-widgets-title{
border-bottom:solid 2px #fff;
border-radius:0px;
padding-left:10px;
}
.footer-r-2 .st-widgets-title {
padding-left: 0px;
}
/* フッター右見出し設定 */
.footer-r-3 .st-widgets-title{
border-bottom:solid 2px #fff;
border-radius:0px;
padding-left:10px;
}
.footer-r-3 .st-widgets-title {
padding-left: 0px;
}
/* フッター左BOX設定 */
#footer .headbox p {
font-size: 12px;
line-height: 27px;
text-align:justify;
margin-bottom: 0;
}
/* スマホ間調整 */
#footer .footer-l, .footer-r-2{
margin-bottom: 10px;
}
/* フッターロゴ消去 */
#footer .footerlogo{
display:none;
}
/* フッターキャッチ削除 */
#footer .footer-description a{
display:none;
}


/*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;
}
/* 必須・任意のサイズ調整 */	
.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;
}

/*メニューを中央寄せ*/
@media print, screen and (min-width: 960px) {
header .smanone ul.menu {
display:flex; /*フレシキブルボックス化*/
justify-content:center; /*中央寄せ*/
}
}

/* フッターメニューカスタマイズ */
/* フッターメニューの途中改行禁止 */
footer .footermenust li {
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* フッターメニュー項目のボーダーを削除 */
footer .footermenust li {
  border-right: none;
}
/* フッターメニュー項目にアイコンを追加 */
footer .footermenust li a:before{
  font-family:'FontAwesome'; /* アイコン用のフォント */
  content:"\f0da"; /* FontAwesomeのfa-caret-rightを使用 */
  margin-right:5px; /* 項目とマークの間のマージン */
}

	/********************
loading effects
********************/
.loading-flexbox{
display: flex;
justify-content: center;
align-items: center;
background:#555;
color:#999;opacity:0.7;
width:100%;height:100%;/* 親要素で高さを設定していないなら、こちらで高さ調整 例）height:35vh; */
}