@charset "UTF-8";

/*!
Theme Name: co-tamakokufudosan
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/************************************
** ヘッダー
************************************/


/* ヘッダー */
.header-container {
  position: relative;
  height: 75px;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
  animation: slide_down_menu 0.5s ease !important;
}
.header .header-in { min-height: auto; }
@media screen and (max-width:767px) {
	.header-container { display:none; }
}

/************************************
** グローバルメニュー
************************************/
.navi-in > ul {
  justify-content: flex-end;
}

.fixed-header {
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
  animation: slide_down_menu 0.5s ease !important;
}

/************************************
** ヘッダーモバイルボタン
************************************/
@media screen and (max-width: 769px) {
  /* メニュー の文字を表示させない　*/
  .navi-menu-icon {
    font-size: 25px;
    padding-top: 5px;
  }

  .mobile-menu-buttons .menu-caption {
    display: none;
  }

  /*スライドインメニューを右から*/
  .navi-menu-content {
    left: auto;
    right: 0;
    transform: translateX(101%);
  }
  .menu-content {
    max-width: 50%;
  }
}
/************************************
** header
************************************/

#keyvisual {
  padding: 0;
  height: 100vh;
  max-height: 740px;
  min-height: 740px;
  overflow: hidden;
}

.section-contents {
  padding: 90px 12.5% 60px;
  width: 100%;
  text-align: center;
  position: relative;
}


#keyvisual > img {
  /* height: 740px; */
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#keyvisual .wrapper {
  position: absolute;
  top: 50%;
  left: 11.875%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-align: left;
  line-height: 2;
  z-index: 3;
}
#keyvisual .wrapper .site-title {
  font-size: 6.4rem;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#keyvisual .wrapper .site-caption {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
  #keyvisual {
    height: 100vh;
    min-height: auto;
  }
  #keyvisual .wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  #keyvisual .wrapper .site-title {
    font-size: 3.2rem;
  }
  #keyvisual .wrapper .site-caption {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  #keyvisual img {
    height: 100%;
    width: 100%;
    max-width: max-content;
  }
}

@keyframes anime-scale {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/************************************
** header navi contact-box
************************************/

/* //クリックするとスムーズに動作するように */
html { scroll-behavior: smooth;} 

.header-container-in.hlt-top-menu .navi {
    width: auto;
}

.header-contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.header-contact-box .tel {
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header-contact-box .tel-inner {
    font-size: 24px;
    line-height: 0.8;
}
.header-contact-box .tel a {
    text-decoration: none;
    color: #222;
    padding-left: 10px;
}
.header-contact-box .tel p {
    font-size: 16px;
}
.header-contact-box .mail {
    padding: 10px 50px;
    background: #fbb03b;
    border-radius: 30px;
    color: #fff;
}
.header-contact-box .mail a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 769px) {
	.header-contact-box{ display:none; }
}
/************************************
** sidebar
************************************/

.sidebar .search-edit {border-color: #3cb44a;}
.sidebar .search-submit { color: #3cb44a; }
.sidebar h3 { border-color: #3cb44a; color: #3cb44a; }

/************************************
** footer-contents
************************************/

.footer-contents {
  padding: 30px 12.5% 30px;
  width: 100%;
  text-align: center;
  position: relative;
  background: url(https://tamekokufudosan.com/wp-content/uploads/2021/05/4579201_m.jpg) center center;
}

.footer-info {
  margin-top: 12px;
  padding-bottom: 40px;
  z-index: 1;
}

.footer-data {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
}

.footer-data .item {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
}
.footer-data .item {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 20px;
}

/* .footer-data .item:first-of-type { margin: 0 25px 0 0; } */

.footer-data .item .sub-item {
  background: #fff;
  min-height: 200px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-info .footer-info-lead {
  color: #222;
}

.footer-data .item .sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-data .tel-number {
  font-size: 36px;
  font-weight: 700;
  color: #3cb44a;
}

.sub-item a {
    text-decoration: none;
    color: #3cb44a;
    margin-left: 1rem;
}

.footer-data .tel-number span:nth-child(1) {
  padding-right: 10px;
}

.footer-data .item .footer-schedule {
  height: 200px;
  margin-bottom: 0;
  font-size: 16px;
  border: 3px solid #259887;
}

.footer-schedule tr {
  background: #fff !important;
}
.footer-schedule td {
  border-color: #259887;
  width: 30px;
}
.footer-schedule .col1 {
  width: 90px;
}

.footer-contents-overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .footer_data {
    width: auto !important;
    margin-top: 35px;
    display: block;
  }
  .footer-contents {
    padding: 30px 20px;
  }

  .footer-data {
    display: block;
    width: auto;
    margin-top: 30px;
  }

  .footer-data .item:first-of-type {
    margin: 0 0 15px;
  }

  .footer-data .item .sub-item {
    display: block;
    padding: 10px;
    min-height: 140px;
  }

  .footer-data .headline {
    font-size: 18px;
  }
  .footer-data .tel-number {
    font-size: 30px;
  }
  .footer-data .tel-desc {
    font-size: 18px;
  }
  .footer-data .item .footer-schedule {
    height: 150px;
    font-size: 14px;
  }
}

/************************************
** トップへ戻るボタン
************************************/

.go-to-top-button {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  font-size: 30px;
}

.go-to-top .go-to-top-button {
    background-color: #faaf40;
}

/************************************
** contact form 7 
************************************/

.inquiry-table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    line-height: 1.8;
    margin-bottom: 20px;
}

.inquiry-table th {
    background-color: #29abe2;
    color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
}

.inquiry-table .lang-en {
    font-size: 14px;
    line-height: 1.2;
}

span.haveto {
    padding: 10px;
    color: #ffcc00;
}
.haveto { display: none;}

.inquiry-table td {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
}

.inquiry-table td .caption {
    line-height: 1.2;
    font-size: 14px;
    margin-top: 10px;
}

.submit-box {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 30px;
}

.box-inner-1 {
    padding: 30px 0;
}

.submit {
    width: 50%;
    margin: 0 auto;
}

input[type=submit] {padding: 20px;font-size: 20px;background-color: #444;color: #fff;transition: 0.5s all;}

input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #444;
    color: #444;
}

@media screen and (max-width:767px) {
	.wpcf7 { margin: 0 5%; }
	.submit-box {
      text-align: left;
      padding: 30px 5% 0;
	}
	.inquiry-table th, .inquiry-table td {
		padding: 10px;
	}
	.submit { width: 100%; }
}

