@charset "UTF-8";

/* コピーライト表示下のLightning表記の非表示 */
div.site-footer-copyright p:nth-child(2){
    display: none;
}

/* サイトロゴのレスポンシブ */
@media (max-width: 567px){
    .site-header-logo img{
		width: 200px;
		height: auto;
		margin-left: 0px;
	}
}


/* 固定ページのタイトル背景 */
.page-header{
    background-image: var(--h1-bg);
    background-position: top;
    background-size: cover;
}

/* 見出し設定 */
h2{
    all: initial;
    display: block;
    width: fit-content;
    margin: 0px auto 1em auto;
    padding: 0px 0px 0px 0px;
    /* font-family: "BIZ UDMincho", serif; */
    font-weight: bold;
    font-size: 2.2rem;
    color: #333;
    text-align: center;
}
/* h2:before{
    content: attr(data-label);
    display: block;
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
} */
    h2:after{
      content:"";
      display: block;
      width: 100%;
      border-bottom: 1px solid #555;
      margin-top: 10px;
    }
/* h2:after{
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    border-radius: 5px;
    background-color: darkorange;
    margin: 15px auto 0px auto;
} */
h2 img{
    height: 48px;
}


/******************************************
    会社概要：署名
*******************************************/
@media (max-width: 480px){
	#sign img{
		max-width: 200px;		
	}
}
#signature{
    text-align: end;
    font-family: "Yuji Mai", serif;
    color: #333;
    vertical-align: middle;
}
.company_name{
  font-size: 24px;
}
.ceo_name{
  font-size: 32px;
  margin-bottom: 4rem;
  border-bottom: 1px solid #777;
}
.ceo_name:before{
    content: "代表取締役";
    font-size: 16px;
    line-height: 32px;
    font-family: "BIZ UDMincho", serif;
    margin-right: 2rem;
    vertical-align: middle;
}

/******************************************
    会社概要：会社情報
*******************************************/
dl.info {
    max-width: 720px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
  }
  dl.info dt,
  dl.info dd {
    box-sizing: border-box;
    border-top: 1px solid darkgray;
  }
  dl.info dt {
    width: 160px;
    margin: 5px 20px 5px 0px;
    padding: 5px 0px 0px 5px;
    text-align: right;
    font-weight: bold;
  }
  
  dl.info dd {
    width: calc(100% - 180px);
    margin: 5px 0px;
    padding: 5px 0px 0px 0px;
  }
  
  @media screen and (max-width: 480px) {
  
    dl.info dt,
    dl.info dd {
      width: 100%;
      text-align: center;
      margin: 0px 0px;
    }
    dl.info dt{
        color: #555;
    }
    dl.info dd {
      border-top: none;
      margin-bottom: 5px;
      margin-left: 0px;
    }
  }
  

/******************************************
    会社概要：アクセス
*******************************************/
  #access{
    width: 100%;
    max-width: 780px;
    height: 100vh;
    max-height: 320px;
    margin: 30px auto;
  }
  #access iframe {
    width: 100%;
    height: 100%;
  }

/****************************************
    お問い合わせ：お電話でのお問い合わせ
****************************************/
#tel_appoint, #tel_appoint *{
  all: initial;
  display: block;
  text-align: center;
  user-select: none;
}

#tel_appoint{
  text-align: center;
}
#tel_appoint a{
  cursor: pointer;
}
#tel_appoint a.bttel{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  margin: 0.5rem auto;
  font-family: 'arial black';
  color: steelblue;
  font-size: 2rem;
}
#tel_appoint a.bt01{
  display: block;
  margin: 1rem auto;
  width: fit-content;
  padding: 10px 20px;
  background-color: steelblue;
  color: white;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: 0.3s;
}
#tel_appoint a.bt01:hover{
  opacity: 0.7;
}




/* 外観のカスタマイズからコピー */

.contactus {
    text-align: center;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    border: 5px solid #ddd;
    max-width: 450px;
    margin: auto;
}
  
 .contactus p {
    margin-bottom: 10PX;
  }

.adress {
    font-size: 15px;
}


.tel {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #8b0000;
    text-decoration: none;
	  margin-bottom: 20px;
}
  
  .tel:hover {
    color: #b10000;
  }

.tel i {
    color: #8b0000;
    font-size: 30px;
    margin-right: 1px;
}
  
.tel i:hover {
    color: #b10000;
  }
  
.text {
    font-size: 15px;
    color: #333;
}

.btform {
    display: inline-block;
    text-decoration: none;
    background: #252a3d;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.btform:hover {
    background: #3c4463 !important;
}

.btform i {
    margin-right: 5px;
}

.btform span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.btform:hover {
    color: #fff !important;
    background: #357abd;
}
  
  