body, h1, p {
    margin: 0;
    padding: 0;
    font-family: "Kosugi", sans-serif;
    color: #474f67;
}

.home-img img {
    width: 100%;
    height: auto;
    display: block;
}

.title{
    font-family: "Zen Maru Gothic", serif;
    color: #EBAA92;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    text-align: center;
}
  

.title::before,
.title::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #AEC1BA;
}
  .title::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
  .title::after {
  margin-left: 30px;
  transform: rotate(35deg)
  }

  .tel-title{
    margin-bottom: 70px;
    margin-top: 50px;
  }
  
  .tel{
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    background-color: #d2e9d9;
  }

 .tel-explain{
  padding-top: 30px;
 }

  .flex{
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .tel-icon{
    margin: 35px 10px 50px 0px;
    width: 50px;
    height: 50px;
}

  .tel-font{
    margin-top: 0px;
    font-weight: bold;
  }


  
a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(39, 172, 217);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn:hover::before {
	transform: translateX(0);
}
a.btn:hover {
	color: #fff;
}

.sub-title{
  margin-top: 17px;
  margin-bottom: 15px;
}

