@charset "UTF-8";

/*!
Theme Name: fuji-g-jp
Template:   cocoon-master
Version:    1.1.0
*/

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


/*一時的に非表示*/


.pc {
    display: block;
}
.sp{
    display:none;
}
@media screen and (max-width: 834px) {
	.pc {
		display: none;
	}
	.sp{
		display:block;
	}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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
************************************/

.navi-in > ul {
  justify-content: right;
  /*サブメニュー*/
}

/************************************
** ヘッダーモバイルボタン
************************************/
@media screen and (max-width: 769px) {
  .menu-content {
    max-width: 50%;
  }
  /* メニュー の文字を表示させない　*/
  .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%);
  }
}

/************************************
** footer-banner
************************************/

#sec_footer_banner {
  background: #fff;
}
.footer_banner_container {
  display: flex;
  justify-content: flex-start;
  width: auto;
  padding: 30px;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_banner {
  width: 30%;
  padding: 0 10px;
}
.footer_banner_2 {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .footer_banner_container {
    flex-wrap: wrap;
    padding: 20px;
  }
  .footer_banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_banner_2 {
    width: auto;
  }
}

/************************************
** footer-bottom 20240524
************************************/
/* フッター */
.footer-bottom {
  display: flex;
  justify-content: space-between;
}
.footer-bottom-logo {
  width: 40%;
  position: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 15px;
}
.footer-bottom-logo a {
  padding: 0 0.5em;
}
.footer-bottom-logo img {
  height: 45px;
}
@media screen and (max-width: 769px) {
  .footer-bottom {
    flex-wrap:wrap;
  }
  .footer-bottom-logo {
    width: 100%;
  }
}


/************************************
** contact-box-right  20250401
************************************/
.cb-r {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 20;
}
.cb-r .btn-r {
    margin-bottom: 20px;
}
.cb-r a {
  color: #fff;
  background-color: #222;
  font-size: 20px;
  font-weight: 700;
  /* letter-spacing: 0.1em; */
  padding: 10px 16px;
  border-radius: 10px;
  transition: opacity 0.25s;
}
.cb-r a:hover {
  background:#b5b5b5;
}

.cb-r .mail:after {
  content:'保険の事故受付';
  display: block;
  font-size: 10px;
  position: absolute;
  top: 105px;
  left: -40px;
  background: #ffffff;
  padding: 5px 10px;
  border: 1px solid #000;
  opacity: 0;
  transition: all 0.5s ease;
}
.cb-r .mail:hover:after {
  opacity:1
}
/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .cb-r {
	  display:block;
  top: 80%;
  transform: translateY(-85%);
  right: 0.25em;
	  z-index:100000;
  }

}

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

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

/************************************
** コンタクトフォーム
************************************/

.contact-detail-box {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 30px;
}
.contact-detail-box p {
  margin-bottom: 10px;
}
.contact-detail-box a {
  text-decoration: none;
  color: #222;
  font-size: 1.2em;
}
.contact-box-tel {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.contact-box-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  background: #222;
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .contact-detail-box,
  .contact-form-box {
    width: 100%;
  }
}

.contact03 .inquiry-table tr {
  border-right: 1px solid #eee;
}
.contact03 .inquiry-table th {
  width: 33%;
  background: #d0e3f4;
}
.contact03 .inquiry-table td {
  padding: 12px 20px;
}

table tr:nth-child(1) {
  border-top: 1px solid #eee;
}
.inquiry-table th {
  width: 25%;
  text-align: left;
  padding: 30px 6px;
}
.inquiry-table th .haveto,
.inquiry-table th .any {
  background: #1967d2;
  color: #fff;
  padding: 5px 7px;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  margin: 0 20px;
}
.inquiry-table th .any {
  background: #aaa;
}

table tr:nth-child(1) {
  border-top: 1px solid #eee;
}

.scrollcitation {
  overflow-y: scroll;
  height: 300px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin-bottom: 40px;
}

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

input[type="submit"] {
  font-size: 1.25em;
  padding: 1em;
  position: relative;
}

@media screen and (max-width: 769px) {
  .contact-detail-box p {
    font-size: 1.2em;
  }
  table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .inquiry-table th {
    width: 100%;
    padding: 10px;
  }
  .inquiry-table td {
    width: 100%;
  }
  .inquiry-table th .haveto,
  .inquiry-table th .any {
    margin-left: 0px;
  }
  .submit-box {
    width: 80%;
  }

  .contact03 .inquiry-table th {
    width: 100%;
  }
  .contact03 .inquiry-table td {
    padding: 12px 0;
  }
}
