@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

h3:not(.name) {
	font-size: 2.0rem;
  border-bottom: solid 1px #b59358;
  margin-bottom: 3%;
	font-weight: 600;
}

h3:not(.name):before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f1b0";
  color: #b59358;
  margin-right: 10px;
}

.mrInner {
  margin: 0 2%;
}
/*############## contact(Tel) ##############*/
#contactTel ul {
	margin-bottom: 2%;
}

#contactTel ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}

#contactTel ul li:before {
  position: absolute;
  top: 8px;
  left: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b59358;
  display: inline-block;
}

#contactTel .reserve {
  width: 80px;
  height: 80px;
  font-size: 1.8rem;
  line-height: 80px;
}

#contactTel .telInfo {
  padding-top: 7px;
}

#contactTel .tel {
  font-size: 3.6rem;
  margin-top: 5px;
}

#contactTel .tel span {
  font-size: 1.8rem;
}

#contactTel .telInfo .time {
  font-size: 1.6rem;
}

/*############## contact(Mail) ##############*/

#contactMail .mailInfo{
	color: #dd7373;
}

/*iframeの設定*/
#contactMail iframe {
	width: 100%;
  height: 800px;
  border: 0;
  background-color: transparent;
	overflow: hidden;
  margin-top: 20px;
}

/*############## privacy ##############*/
#privacy p {
  margin-bottom: 20px;
}

#privacy ul li {
  margin-bottom: 10px;
}

#privacy ul li dt {
  font-weight: 600;
  margin-bottom: 5px;
}

#privacy ul li:last-child {
  margin-top: 25px;
  margin-bottom: 0;
}

#privacy ul li:last-child h4 {
  font-weight: 600;
  color: #b59358;
}

#privacy ul li dd a {
  display: inline-block;
}

#privacy ul li a:hover {
  text-decoration: underline;
}

/*############## 896px以下 ##############*/
@media screen and (max-width:896px) {
  #contactTel .reserve {
    float: left;
    border-radius: 50%;
  }
}

/*############## 560px以下 ##############*/
@media screen and (max-width:560px) {
  #contactTel .reserve {
    float: none;
    display: block;
    width: 60%;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
  }
  
  #contactTel .tel {
    font-size: 3.0rem;
    margin-bottom: 5px;
  }
  
}


