/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 07:57:58 */
#footer{
	padding-top:20px;
}

/* コーポレートロゴ */
.p-footer__logo {
    width: 216px;
	margin-bottom:-10px;
}

/* 電話番号（SPのみ） */
.footer__tel {
	text-align:center;
}

.footer__action-tel{
  font-weight:bold;
  position:relative;
  line-height:1.2;
  color:var(--color_text);
  text-decoration:none!important;
  display:inline-block;
}

/* 通話無料アイコン */
.footer__action-tel::before{
  content:"";
  position:absolute;
  top:5px;
  left:15px;
  width:38px;
  height:38px;
  background-image:url("/wp-content/uploads/icon_tel.png");
  background-repeat:no-repeat;
  background-size:contain;
}

/* 電話番号・営業時間・注意書き */
.footer__action-tel span{
  display:block;
}

.footer__action-number{
  font-size:2.5rem;
  padding-left:33px;
}
.footer__action-note{
  font-size:0.85rem;
  font-weight:normal;
  padding:10px;
  margin-top:5px;
  color:var(--color_text);
  background-color:#f7f8fc;
}

/* メニュー */
.footer_menu_ {
	font-size:0.9rem;
}
.footer_menu_ a { 
	text-decoration:none!important;
}
.footer_menu_ a:hover { 
	text-decoration:underline!important;
	text-underline-offset:3px!important;
	opacity:1!important;
}
.footer_menu_ a.target::after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    height: auto;
    display: inline-block;
    margin-left: 5px;
    }


