﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0 15px 0; /* nav 合わせる */
}
footer {
    background: #333;
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
/* 全体の画面幅(container)を指定 */
.w-80{width: 100% !important;}

@media (min-width: 768px){
    .w-80{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-80{width: 860px !important;}
}
@media (min-width: 1200px){
    .w-80{width: 860px !important;}
}

.w-90{width: 100% !important;}

@media (min-width: 768px){
    .w-90{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-90{width: 900px !important;}
}
@media (min-width: 1200px){
    .w-90{width: 980px !important;}
}

/* 
===========================================================
   # Heading
===========================================================
*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h3,h4,h5,h6{
    line-height: 1.6;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 160%;line-height: 1.5;}
h3 {font-size: 130%;}
h4 {font-size: 1rem;}

/*----- tag-lineなし -----*/
.jumbotron-fluid.header-1{
    min-height: 260px;
}
@media (min-width: 992px){
    .jumbotron-fluid.header-1{
        min-height: 380px;
    }
}

.header-title{
    font-size: 22px;
    padding: 30px 0px;
    line-height: 1.4;
    text-shadow: 0 0 2px rgba(0,0,0, .35);
}
.header-title > span{
    display: block;
    font-size: 12px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    color: #999;
}
@media (min-width: 768px){
    h1 {font-size: 1rem; line-height: 1rem;}
    .header-title{
        font-size: 28px;
        padding: 60px 50px;
    }
    .header-title > span{
        font-size: 15px;
    }
}

/* -------------- Custom Header -------------- */
h3.business{
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 0.5rem;
    margin-bottom: 8px;
    position: relative;
    border-bottom: solid 1px #ccc;
}
h3.business:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 0;
    border-bottom: solid 1px #dabb7a;
    bottom: -1px;
    width: 30%;
}

@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 170%;}
    h3 {font-size: 1.3rem;font-weight: bold;line-height: 1.8;letter-spacing: 0.04em;}
    h3.business{font-size: 1.5rem;padding-bottom: 3px;margin-top: 0;margin-bottom: 10px;}
}

body{           
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
p{
    line-height: 1.8;
    margin-bottom: 0;
}
p.article{
    font-size: ;
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
    p.article{
        font-size: 16px;
        line-height: ;
    }
}

/* 
===========================================================
   # リンク｜Link
===========================================================
*/
a:link, a:visited, a:focus {
  color: #007bff;
  transition: .17s;
}
a:active {
  color: #666;
}
a:hover {
  color: #666;
  transition: .12s;
  text-decoration: none;
}


/*------- ボタンリンク -------*/
a:link.btn-link, a.btn-link:visited, a.btn-link:focus{
    width: 100%;
    text-align: center;
    padding: 5px 10px 5px;
    background: #333;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
    transition: .3s ease;
}
a.btn-link:hover{
    background: #c99c3e;
    color: #fff;
    transition: .17s ease;
    text-decoration: none;
    transition: .17s ease;
}

/* 
===========================================================
   # Style
===========================================================
*/
.font-alt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.font-alt.bold{
    font-weight: 500 !important;
}
.font-alt.xbold{
    font-weight: 700 !important;
}
.font-bold{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.font-en{
    font-family: 'Dosis', serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.bg-gray{
    background: #f7f8f9;
}

/* 
===========================================================
   # Button
===========================================================
*/
.btn-send{
    background: #333;
    padding: 7px 13px 9px;
    color: #fff;
    letter-spacing: 0.25rem;
    border-radius: 3px;
    transition: .3s ease;
    border: 1px solid #fff;
    letter-spacing: .75rem;
}
.btn-send > span{
    margin-left: 0.75rem;
}
.btn-send:hover{
    background: #c99d3e;
    color: #fff;
    transition: .2s ease;
}

/* 
===========================================================
   # Page
===========================================================
*/
/*-------- Summary page LI --------*/
ol.summary{
    margin-left: -1rem;
    margin-bottom: 0;
}
ol.summary li{
    list-style-type: ;
    text-indent: 0; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}

/*-------- Standard page LI --------*/
ul.standard{
    margin-left: -1.5rem;
    margin-bottom: 0;
}
ul.standard li{
    list-style-type: disc;
    text-indent: 0; /* -1em */
    margin-bottom: 3px;
    margin-left: 0;
    padding-left: 0;
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.first-section {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
    overflow: hidden;
}
section.page-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    overflow: hidden;
}
section.page-section.top-page{
    padding-top:  !important;
    padding-bottom:  !important;
}
@media (min-width: 992px) {
    section.first-section {
        padding-top: 10px !important;
        padding-bottom: 60px !important;
        overflow: hidden;
}
    section.page-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

/* 
===========================================================
   # BS Contact
===========================================================
*/
.form-group{
    font-size: ;
}
.form-control{
    font-size: 98%;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.help-block{
    background: ;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 0;
}
#contact ul{
    list-style: none;
    margin-left: -2.5em;
    margin-right: 0.5em;
}
#contactForm{
    font-size: ;
}
#contactForm label{
    font-weight: bold;
}
.form-required:after{
	content: "必須";
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	background: #c99d3e;
	color: #fff;
	padding: 2px 3px;
	margin-left: 3px;
	border-radius: 1px;
	vertical-align: text-top;
}
h3.policy{
    font-size: 1em;
    font-weight: bold;
}
.close-policy{
    position: fixed;
    right: 35px;
    bottom: 20px;
    font-size: 4rem;
    color: #aaa;
}
.help-block > ul{
    margin: 0;
}

/* 
===========================================================
   # Footer
===========================================================
*/
.footer-section{
    background: ;
}
.footer-copy{
    font-size: 0.8125rem;
    color: rgba(0,0,0, .7);
    text-align: center;
    margin: 0 auto;
}

/* 
===========================================================
   # Logo
===========================================================
*/
.logo{
    height: 48px;
    width: auto;
}
@media (min-width: 992px){
    .logo{
        height: 48px;
        width: auto;
    }
}

/* 
===========================================================
   # MainNavi |  Navi > Color > Style
===========================================================
*/
/* ============================================= スマホ・タブレット縦 ===*/
nav{
    height: 70px;
}
.nav-bg {
    background: rgba(255,255,255, .99);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 8px; /* nav 合わせる(調整) */
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #222;
    transition: all .17s linear;
}

.navbar-brand{
    display: inline-block;
    padding: auto;
padding-top: 3px;
padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px) { /* ============= 追加 =========*/
    .navbar-brand{
        margin-left: 0.5rem;
        margin-right: 1rem;
    }
}

/* ============================================= PC =================*/
@media (min-width: 992px) {
    nav{
        height: 70px; /* nav 合わせる */
        padding-left: 60px;
    }
  .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
  }
    #mainNav .navbar-brand .img-logo{
        max-width: 5rem;
        max-height: 5rem;
  }
  .navbar{
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
  .navbar li{
        border-top: 0;
        background: none;
        transition: none;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 0rem;
    }
    .navbar li:hover{
        background: none;
        transition: none;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:18px;}
.navbar-toggler-icon:nth-of-type(3) {top:26px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:18px;
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top:18px;
    transform: rotate(-45deg);
}

/* 
===========================================================
   # Main Navi Color
===========================================================
*/
.navbar-light .navbar-brand {
  color: #fff;
}
/* ============================================= スマホ・タブレット縦 ===*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #fff;
}
/* リンクの色*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255, .75);
  padding: ;
  margin: 0 ;
}
/* ホバーの色*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255,255,255, .85);
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255, .75);
}
/* アクティブの色 */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255,255,255, 85);
  font-weight: bold;
  box-shadow: none;
}

/* ============================================= PC =================*/
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .9);
        font-weight: 500;
        font-size: 0.9375rem;
        padding: 5px 0; /* メニューバーの余白 */
        margin: 0 13px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -1px 0 0 #dabb7a inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .9);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, 0.25);
    }
    /* アクティブの色 */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0,0,0, .9);
     font-weight: 500;
     box-shadow: 0 -1px 0 0 #dabb7a inset;
     }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0, .5);
  border-color: (0,0,0, .5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0, 0.5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.header-1{
    background:url(../img/header-1.jpg) left 50% top 90% / cover no-repeat;
    background-position: ;
    text-shadow: 0 0 4px rgba(0,0,0, .35);
}
.header-2{
    background:url(../img/header-2.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.header-3{
    background:url(../img/header-3.jpg) left 50% top 35% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, .85);
}
.header-4{
    background:url(../img/header-4.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, .0);
}
.header-5{
    background:url(../img/header-5.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, .45);
}

.bg-0{
    background-size: 16px 16px;
    background: #fff / repeat;
    background-image: linear-gradient(transparent 95%, #f6f6f6 5%),
                                    linear-gradient(90deg, transparent 95%, #f6f6f6 5%);
}
.bg-1{
    background:url(../img/top-check.gif) repeat;
    background-size: 16px 16px;
}

.bg-2{
    background:url(../img/white-stripe.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}
.bg-3{
    background:url(../img/dining.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}
.bg-4{
    background:url(../img/bg-pattern.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}

.bg-alfa{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa:before{
	content: ' ';
	background: linear-gradient(90deg, rgba(255,255,255, .15), rgba(255,255,255, .75) 50%, rgba(255,255,255, .15)100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bg-alfa-dark{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa-dark:before{
	content: ' ';
	background-color: rgba(0,0,0, .15);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .6;
    transition: .17s;
}
@media (min-width: 992px){
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        height: 64px;
        width: 64px;
    }
}

/* 
===========================================================
   # Loader
===========================================================
*/
.loader-wrap{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: #f29c98;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 110% !important;}
.large{font-size: 130% !important;}
.xlarge{font-size: 160% !important;}
.largest{font-size: 180% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: bold !important;}
.normal{font-weight: normal !important;}

/*-------- Text Color --------*/
.white{color: #fff !important;}
.light{color: #fafafa !important;}
.dark{color: #333 !important;}
.black{color: #000 !important;}
.lightgray{color: #999 !important;}
.color{ color: #e41919 !important;}
.glass{ opacity: .5;}

/*-------- Bg-color --------*/
.bg-white{background: #fff !important;}
.bg-light{background: #f9f9f9 !important;}
.bg-gray-lighter{background: #f7ffff !important;}
.bg-gray{background: #fafafa !important;}
.bg-dark{background: #333 !important;}
.bg-black{background: #000 !important;}
.bg-blue{background: #2bd1ff !important;}
.bg-blue-lighter{background: #eafefe !important;}
.transp{background: transparent !important;}

/*-------- Shadow --------*/
.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}
.shadow{
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15) !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .15) !important;
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

/*-------- etc. --------*/
.align-center{ text-align:center !important;}
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}
.left{float:left !important;}
.right{float:right !important;}
.align-center-left{text-align: left !important;}
.align-left-center{text-align: center !important;}
.align-left-right{text-align: right !important;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center !important;}
}
@media screen and (min-width: 992px){
	.align-left-center{text-align: left !important;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}
hr.hr-dark{border-top: 1px solid #bbb;}
hr.hr-light{border-top: 1px solid #eaeaea;margin: 0;}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}

/* 
===========================================================
   # 
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

/* 
===========================================================
   # トップページ｜Top page
===========================================================
*/
.small-title{
    font-size: 80%;
    color: #bbb;
    text-align: center;
}
.guide-box{
    background: #fff;
    border-bottom: 1px solid #d7cfb9;
}
@media (min-width: 992px) {
    .guide-box{
        border-right: 1px solid #d7cfb9;
    }
}

/* -------------- Color Link -------------- */
a:link.color-link, a.color-link:visited, a.color-link:focus,a.color-link:active{
    color: #333;
    transition: color .17s ease;
}
a.color-link h3 > span{
    color: #10ccfe;
    transition: color .17s ease;
}

a.color-link:hover{
    transition: color .17s ease;
    text-decoration: none;
}
a.color-link:hover h3 > span{
    color: #0e97ff;
    transition: .12s;
    text-decoration: none;
}

/* 
===========================================================
	 # 事業内容
===========================================================
*/
.service{
    display: inline-block;
    background: #0097e7;
    padding: 4px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

/* 
===========================================================
	 # 会社概要｜Recruit Table DL DT DD
===========================================================
*/
#summary-table dl dt{
	width: 100%;
	border-top: 1px solid #e0e0e0;
	margin: 0;
	padding: 15px 0 0 3px;
}
#summary-table dl dd{
	margin: 0 ;
	padding: 5px 0 15px;
	padding-left: 3px;
	border-top: none;
}
	#summary-table dl:last-child{
		border-bottom: 1px solid #e0e0e0;
	}

@media (min-width: 992px){
	#summary-table dl{
		background: #f7f9fb;
	}
	#summary-table dl dt{
		width: 235px;
		margin: 0;
		padding: 20px 3px;
		text-align: center;
		float: left;
		clear: left;
	}
	#summary-table dl dd{
		margin: 0 0 0 235px;
		padding: 20px 3px;
		padding-left: 20px;
		border-top: 1px solid #e0e0e0;
		background: #fff;
	}
}
/* 
===========================================================
   # Bottom お電話でお問い合わせ｜Contact
===========================================================
*/
/* 前後に線 */
.phone{
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    white-space: nowrap;
}
.phone:before, .phone:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 100%; /* 線の長さ */
}
.phone:before {
    margin-right: 1rem; /* 文字の右隣 */
}
.phone:after {
    margin-left: 1rem; /* 文字の左隣 */
}
.phone-number{
    font-size: 30px;
    letter-spacing: 0.06em;
}
.hours{
    display: inline-block;
    padding: 2px 18px;
    background: #cfa752;
    color: #fff;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .phone-number{
        font-size: 34px;
    }
    .contact-mail{
        margin-top: 35px;
    }
}

/* スマホ以外で電話自動発信を無効に */
a[href*="tel:"]{
        pointer-events: ;
        text-decoration: none;
        color: #333;
    }
a[href*="tel:"]:hover{
    text-decoration: none;
}
@media (min-width: 768px){
    a[href*="tel:"]{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333 !important;
    }
}
