/*
Theme Name: Haraguchi Koumuten
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*------------------------------------*/
/* ヘッダー */
/*------------------------------------*/

.site-header {
/* .page-header { */
	width: 95%;
	height: 80px;
	margin-top: 30px;
    left: calc(50% - 95% / 2);
	position: fixed;
    background: #f1f4fc;
    background-size: cover;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4); 
    font-family: Hiragino Mincho ProN,"游ゴシック",serif;
}
.site-header-logo::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 50px;
    background-image: url(http://haraguchi-koumuten-test.uptv.info/wp-content/uploads/2022/11/rogo.png);
    background-size: cover;
    vertical-align: middle;
	margin-right: 10px;
}
.header_scrolled {
	transform: translateY(-100px);
}

@media (max-width: 991.98px) {
  .site-header-logo::before {
    width: 30px;
	height: 25px;
  }
}

/*------------------------------------*/
/* フッター */
/*------------------------------------*/

.site-footer {
    background-color:rgba(31,84,141,0.4);
}

/*------------------------------------*/
/* 全体 */
/*------------------------------------*/

.all {
	background-color: #F1F4FC;
}
.full-width {
	/*margin: 0 calc(50% - 50vw) 3em;*/
	margin-right: calc(50% - 49.4vw);
    margin-left: calc(50% - 49.4vw);
}
h2 {
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 3px;
}


/*------------------------------------*/
/* スライダー画像 */
/*------------------------------------*/
/* 画像上の文字 */
.ltg-slide-text-caption {
	font-size: 38px;
	background:linear-gradient(to bottom , transparent, rgba(232,218,94,0.5));
}

/*------------------------------------*/
/* 原口工務店について */
/*------------------------------------*/
.aboutus {
	margin-top: 50px;
	background-image: url(images/triangle.png); 
	background-position: right bottom;
	background-repeat: no-repeat;
}
.font-size {
	font-size: 14px;
}


/*------------------------------------*/
/* 実績 */
/*------------------------------------*/
.achievement{
  margin-top: 50px;
}

/* カード型 */
.card-group{
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.card{
  margin: 40px;
  width: calc((100% - 40px * 4) / 3);
  height: auto;
  /* ぼんやりした影 */
/*  box-shadow: 0 4px 15px rgba(0,0,0,.2); */
  /* くっきりした影 */
  box-shadow: 4px 4px 6px rgba(0,0,0,.4); 
}
.card__imgframe{
  width: 100%;
  height: auto;
/*  padding-top: 56.25%;
  background: #bbb; */
  box-sizing: border-box;
}
.card__textbox{
  width: 100%;
  height: auto;
  padding: 16px 14px;
  background: #fff;
  box-sizing: border-box;
}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__overviewtext{
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

/*------------------------------------*/
/* 選ばれる理由 */
/*------------------------------------*/
.reasons{
  margin-top: 70px;
}
/* 理由3つを横並び表示 */
.reason-group{
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.reason{
  margin: 10px;
  width: calc((100% - 18px * 4) / 3);
  height: auto;
}
.reason__imgnumber{
  width: 30%;
  height: auto;
  background-size: cover;
  box-sizing: border-box;
}
.reason__imgframe{
  width: 95%;
  height: auto;
/*  padding-top: 56.25%;
  background: #bbb; */
  box-sizing: border-box;
}
.reason__textbox{
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.reason__textbox > * + *{
  margin: 8px;
}
.reason__titletext{
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
}
.reason__overviewtext{
  font-size: 12px;
  line-height: 150%;
}


/*------------------------------------*/
/* 採用 */
/*------------------------------------*/
.recruit{
  margin-top: 50px;
}

/* 横長のカード */
.recruit-group{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1100px;
  width: 100%;
  height: auto;
  justify-content: center;
}
.recruit__summary_right{
  display: flex;
  padding: 20px;
  margin-right: 50px;
  background: #286DB7;
  box-shadow: 6px 6px 6px rgba(0,0,0,.4); 
}
.recruit__summary_left{
  display: flex;
  padding: 20px;
  margin-left: 50px;
  background: #286DB7;
  box-shadow: 6px 6px 6px rgba(0,0,0,.4); 
}
.recruit__imgframe{
 /* 画像サイズは1200×900（仮） */
  width: 50%;
  height: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.recruit__textbox{
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #286DB7;
  box-sizing: border-box;
}
.recruit__titletext{
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}
.recruit__overviewtext{
  font-size: 13px;
  line-height: 150%;
  text-align: left;
  color: #fff;
}
.recruit__contact{
  display: flex;
  padding: 10px;
  margin-right: 50px;
  background: #fff;
  border: solid 2px #000000;
  box-shadow: 4px 4px 6px rgba(0,0,0,.4); 
}
.recruit__contact_textbox{
  width: 100%;
  height: auto;
  padding: 30px 20px 20px 40px;
  background: #fff;
  box-sizing: border-box;
}
.recruit__contact_titletext{
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 125%;
  color: #286DB7;
}
.recruit__contact_overviewtext1{
  padding-top: 20px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #000;
}
.recruit__contact_overviewtext2{
  padding-top: 40px;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
  color: #286DB7;
}

/*------------------------------------*/
/* 会社概要 */
/*------------------------------------*/
.company{
  margin-top: 100px;
}
.outline{
  margin: 0px 0px 50px 100px;
  border-spacing: 0;
  width: 80%;
}
.outline th,.outline td{
  /*  order-bottom: 1px solid #000; */
  padding: 10px;
}

/*------------------------------------*/
/* 会社までのルート */
/*------------------------------------*/
.path{
  margin-top: 50px;
}

/* カード型 */

h3.small {margin-bottom: 5px;}

.route-group{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 1100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.route{
  margin: 20px;
  width: calc((100% - 20px * 1) / 2);
  height: auto;
}
.route__imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.route__textbox{
  width: 100%;
  height: auto;
  padding: 8px 5px 15px;
  box-sizing: border-box;
}
.route__textbox > * + *{
  margin-top: 10px;
}
.route__overviewtext{
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
