@charset "UTF-8";


.footer_prof .address {
  max-width: 280px;
  margin: auto;
}

.contactus {
  max-width: 300px;
  border: 3px solid lightgray;
  border-radius: 5px;
  background-color: whitesmoke;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
}

.contactus .adress {
  text-align: center;
  color: rgb(60, 60, 60);
}

.contactus .tel {
  text-decoration: none;
  font-family: "arial black";
  color: darkred;
  display: block;
  text-align: center;
  font-size: 24px;
}

.contactus .text {
  font-size: 14px;
  color: rgb(60, 60, 60);
  text-align: center;
}

.contactus .btform {
  text-decoration: none;
  background: linear-gradient(to top left, seagreen 70%, mediumseagreen);
  color: white;
  display: block;
  width: 200px;
  height: auto;
  margin: 10px auto;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px outset khaki;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}

.contactus .btform span {
  all: initial;
  line-height: 12px;
  font-size: 12px;
  color: white;
}

.contactus .btform:hover {
  opacity: 0.7;
}

.contactus .btform:active {
  transform: translate(1px, 1px);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}


/* 外観・カスタマイズからコピー */
.grecaptcha-badge { visibility: hidden; }
.site-footer-copyright p:nth-child(2) {
    display:none;
}
h3.ltg-slide-text-title{
	font-size: 1.7em;
}

@media screen and (max-width: 480px){
	h3.ltg-slide-text-title{
	  font-size: 1.1em;
  }
}