@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/********************************************************/
お問い合わせ・プロフィールCSS
/********************************************************/
.footer_prof .address {
  width: auto;
  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, royalblue 70%, dodgerblue);
  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);
}
