@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  color: #000000;
  font-size: 18px;
  background-color: #ffffff;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

/*リンク */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.hideInput {
  display: none;
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 20px;
    z-index: 999;
    background: #ffffff;
  }
  .header .headTop {
    max-width: 1420px;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .header .headWrap {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .header .logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    width: 20%;
  }
  .header .logo a {
    display: block;
  }
  .header .humberger {
    display: none;
  }
}
/* --------------------------------------------------
	  nav
  -------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    width: 100%;
    padding: 30px 340px 0 25%;
  }
  .navBox .navList {
    max-width: 680px;
  }
  .navBox .navList .ul {
    display: flex;
    font-size: 14px;
  }
  .navBox .navList .ul .li {
    width: 20%;
    font-weight: bold;
    text-align: center;
  }
  .navBox .navList .ul .li a {
    display: inline-block;
    padding: 0 0 0 10px;
    background: url(https://okayama-silvertai.co.jp/system_panel/uploads/images/header_nav_arrow.png) left center no-repeat;
    background-size: 5px auto;
  }
  .navBox .navItem {
    position: absolute;
    top: -15px;
    right: 0;
    width: 340px;
    text-align: center;
    background: url(https://okayama-silvertai.co.jp/system_panel/uploads/images/header_estimate.png) left center no-repeat;
    background-size: 50px auto;
  }
  .tel_he{
    font-size: 16px;
}
  .navBox .navItem a {
    display: block;
    max-width: 220px;
    margin: 0 auto 5px;
  }
  .navBox .navItem > p {
    font-size: 11px;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 115px 0 0;
}

.pageKv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 10px;
  text-align: center;
}

.secWrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap01 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap02 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.secTtlBox .secTtl {
  display: inline-block;
  margin: 0 0 20px;
}
.secTtlBox h2 {
  font-size: 50px;
  font-weight: bold;
  color: #1a7f6a;
  letter-spacing: 0.1em;
}

.btnMore {
  max-width: 320px;
  margin: 0 auto;
}
.btnMore a {
  display: block;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  background: #f8f7f0;
}
.btnMore.white a {
  background: #ffffff;
}
.btnMore p {
  padding: 10px 50px;
  background: url(https://okayama-silvertai.co.jp/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat;
  background-size: 40px auto;
}

.mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 40%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContactPanel {
  padding: 80px 0;
}
.footer .footContactPanel .footContact {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 6px;
  background: url(https://okayama-silvertai.co.jp/system_panel/uploads/images/footer_contact_bg.png) center no-repeat;
  background-size: cover;
}
.footer .footContactPanel .topBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.footer .footContactPanel .topBox .ttl01 {
  width: 45%;
}
.footer .footContactPanel .topBox .ttl02 {
  position: relative;
  right: 80px;
  bottom: -20px;
  width: 20%;
}
.footer .footContactPanel .dl {
  max-width: 750px;
  margin: 0 auto 30px;
  text-align: center;
}
.footer .footContactPanel .dl .dt {
  display: inline-block;
  margin: 0 0 20px;
}
.footer .footContactPanel .dl .dd {
  padding: 10px;
  border-top: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
}
.footer .footContactPanel .conBox {
  max-width: 750px;
  margin: 0 auto 30px;
  text-align: center;
}
.footer .footContactPanel .conBox .telBox > p {
  margin: 0 0 5px;
}
.footer .footContactPanel .conBox .telBox a {
  display: block;
  max-width: 320px;
}
.footer .footContactPanel .conBox + p {
  text-align: center;
}
@media (min-width: 1025px) {
  .footer .footContactPanel .conBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footContactPanel .conBox > * {
    width: 46%;
  }
}
.footer .pagetop {
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #1f5f4d;
}
.footer .pagetop .linkBtn {
  display: inline-block;
  padding: 0 0 0 40px;
  cursor: pointer;
  background: url(https://okayama-silvertai.co.jp/system_panel/uploads/images/pagetop.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .footPanel {
  padding: 60px 0 0;
  color: #ffffff;
  background: #468976;
}
.footer .footPanel .footBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.footer .footPanel .leftBox {
  width: 35%;
}
.footer .footPanel .leftBox .logo {
  max-width: 300px;
  margin: 0 0 40px;
}
.footer .footPanel .leftBox .txt {
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 2;
}
.footer .footPanel .leftBox .sns .ul .li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.footer .footPanel .leftBox .sns .ul a {
  display: block;
}
.footer .footPanel .rightBox {
  width: 60%;
  padding: 70px 0 0;
}
.footer .footPanel .rightBox .ul .li {
  display: inline-block;
}
.footer .footPanel .rightBox .ul .li + .li {
  margin: 0 0 0 30px;
}
.footer .footPanel .rightBox .ul a {
  display: inline-block;
  padding: 0 0 0 14px;
  font-weight: bold;
  color: #ffffff;
  background: url(https://okayama-silvertai.co.jp/system_panel/uploads/images/footer_nav_arrow.png) left center no-repeat;
  background-size: 5px auto;
}
.footer .footPanel .copy {
  padding: 10px;
  text-align: center;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}