@charset "utf-8";

/*PC*/
@media print, screen and (min-width:641px){
	/* PCでは電話ボタンが見えないようにする*/
	.footer_mobile_area{
		    display: none;
	  }
}

/*tablet*/
@media screen and (max-width:1000px) and (min-width:641px){
	  /* スマホ電話番号用 */
  .footer_mobile_area {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba( 0, 0, 0, 0.6 );
    z-index: 10000;
  }
  .footer_mobile_area .footer_mobile_area_inner {
      position: relative;
      width: 80%;
      margin: 0px auto;
      padding: 10px 0;
    margin-right: 0px;
  }
  .footer_mobile_area .footer_mobile_area_inner .footer_mobile_area_inner_btn {
      width: 85%;
      padding: 11px 0;
      font-size: 20px;
      font-weight: bold;
      margin-left: 15px;
    line-height: 1.3;
      
  }
  .inquiry_btn {
      background-color: #EBCE14;
      -webkit-border-radius: 3px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
    width: 80%;
      padding: 5px 0;
      font-size: 18px;
      font-weight: bold;
  }
  .inquiry_btn:link, .inquiry_btn:visited {
      color: #FFFFFF !important;
  }
  .footer_mobile_area_inner span{
    color: #fff;
  }

}

/*smart*/
@media screen and (max-width:640px){
	
	  /* スマホ電話番号用 */
  .footer_mobile_area {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba( 0, 0, 0, 0.6 );
    z-index: 10000;
  }
  .footer_mobile_area .footer_mobile_area_inner {
      position: relative;
      width: 80%;
      margin: 0px auto;
      padding: 10px 0;
    margin-right: 0px;
  }
  .footer_mobile_area .footer_mobile_area_inner .footer_mobile_area_inner_btn {
      width: 85%;
      padding: 11px 0;
      font-size: 20px;
      font-weight: bold;
      margin-left: 15px;
    line-height: 1.3;
      
  }
  .inquiry_btn {
      background-color: #EBCE14;
      -webkit-border-radius: 3px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
    width: 80%;
      padding: 5px 0;
      font-size: 18px;
      font-weight: bold;
  }
  .inquiry_btn:link, .inquiry_btn:visited {
      color: #FFFFFF !important;
  }
  .footer_mobile_area_inner span{
    color: #fff;
  }
}
