@charset "UTF-8";
/*
Theme Name:   Bootscore Child
Description:  Bootscore Child Theme
Author:       Bootscore
Author URI:   https://bootscore.me
Template:     bootscore
Version:      6.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
Text Domain:  bootscore
*/
/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
/*-------------------------------------------*/
/*  変数
/*-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Oswald:wght@400;700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700;1,900&family=Yuji+Syuku&display=swap");
:root,
[data-bs-theme=light] {
  --bs-link-color: #044ba8;
  --bs-link-color-rgb: 4, 75, 168;
  --bs-link-hover-color: #0064fa;
  --bs-link-hover-color-rgb: 10, 88, 202;
}

/*-------------------------------------------*/
/*  初期設定
/*-------------------------------------------*/
body {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(0.813rem, 0.6rem + 0.5vw, 1.1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
  overflow-x: hidden;
  overflow-y: scroll;
}
main {
  --sb-track-color: #cecece;
  --sb-thumb-color: #6bc0ff;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
main *::-webkit-scrollbar {
  width: var(--sb-size);
}
main *::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: var(--sb-size);
}
main *::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: var(--sb-size);
}

.sans-serif,
.sans-serif * {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif !important;
}

.serif,
.serif * {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.Roboto,
.Roboto * {
  font-family: "Roboto", sans-serif !important;
}

.Oswald,
.Oswald * {
  font-family: "Oswald", sans-serif !important;
}

.Cardo,
.Cardo * {
  font-family: "Cardo", serif !important;
}

.Yuji-Syuku,
.Yuji-Syuku * {
  font-family: "Yuji Syuku", serif !important;
}

.text-main {
  color: #445a28;
}

.bg-main {
  background-color: #445a28;
}

.tategaki {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/*-------------------------------------------*/
/*  Header
/*-------------------------------------------*/
.navbar-brand img {
  height: 70px;
  max-height: 70px;
  max-width: 50vw;
}

/*---------- ナビ ----------*/
.navbar-nav {
  --bs-navbar-nav-link-padding-x: 0.7em;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-link-active-color: #212529;
  --bs-dropdown-link-active-bg: #ffffff;
  --bs-dropdown-link-hover-color: #0f1216;
  --bs-dropdown-link-hover-bg: #d1d1d1;
}

.dropdown-item:before {
  content: "－";
  color: #0062b1;
  font-weight: 900;
  margin-right: 0.2rem;
}
.dropdown-item.active:before {
  content: "－";
  color: #003b6b;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item:hover:before, .dropdown-item:focus:before {
  color: #a200b1;
}

.btn-contact {
  display: flex;
  align-items: center;
}
.btn-contact a {
  font-size: 0.9em;
  color: #ffffff;
  background-color: #014f8f;
  border-color: #014f8f;
  display: inline-block;
  padding: 0.5em 1.5em !important;
  text-align: center;
  border-radius: 0.5em;
  --bs-nav-link-hover-color: #eeeeee;
  --bs-navbar-active-color: #eeeeee;
}

.nav-icon a {
  padding: 0 !important;
}

/*-------------------------------------------*/
/*  フッター
/*-------------------------------------------*/
#footer {
  background-color: #343434;
}
#footer *,
#footer a:link,
#footer a:visited {
  color: #ffffff;
}
#footer .active a,
#footer a:hover,
#footer a:active,
#footer .menu-item a[aria-current=page] {
  color: #ffffff;
}
#footer .nav-link {
  padding: 0.3rem 1rem;
}

/*-------------------------------------------*/
/*  single page
/*-------------------------------------------*/
.posted-on {
  color: #0062b1;
}

p.category-badge {
  display: inline-block;
}

.category-badge a {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-radius: 0 !important;
}

/*-------------------------------------------*/
/*  ページャー
/*-------------------------------------------*/
ul.pagination,
ul.lcp_paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
ul.pagination li,
ul.lcp_paginator li {
  margin: 0 0.2em;
  padding: 0;
  border: none;
  border-radius: 100%;
  /*&:first-child {
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
  }
  &:last-child {
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
  }*/
}
ul.pagination li a,
ul.lcp_paginator li a {
  padding: 0.3em 0.7em;
  display: block;
  overflow: hidden;
  float: left;
  list-style: none;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
ul.pagination li:hover:not(.active):not(.lcp_currentpage),
ul.lcp_paginator li:hover:not(.active):not(.lcp_currentpage) {
  background-color: #eee;
}
ul.pagination li.active .page-link, ul.pagination li.lcp_currentpage,
ul.lcp_paginator li.active .page-link,
ul.lcp_paginator li.lcp_currentpage {
  padding: 0.3em 0.7em;
  color: #222;
  background-color: #ccc;
  border: none;
  border-radius: 100%;
}

/*-------------------------------------------*/
/*  見出し
/*-------------------------------------------*/
main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}
main h1,
main .h1 {
  font-size: clamp(1.3rem, 1.5rem + 0.9vw, 2.7rem);
}
main h2,
main .h2 {
  font-size: clamp(1.2rem, 1.25rem + 0.6vw, 2.2rem);
}
main h3,
main .h3 {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.85rem);
}
main h4,
main .h4 {
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.5rem);
}
main h5,
main .h5 {
  font-size: clamp(0.85rem, 0.673rem + 0.5vw, 1.25rem);
}
main h6,
main .h6 {
  font-size: clamp(0.813rem, 0.6rem + 0.5vw, 1.1rem);
}

main .headding01 {
  color: #ffffff;
  text-align: center;
  margin-top: 1em;
  padding: 0.5em 1em;
  background: #222222;
  position: static;
}
main .headding01:after {
  background: none;
}
main .headding02 {
  text-align: center;
}
main .headding02:after {
  content: "";
  height: 2px;
  width: 3.5em;
  margin: 10px auto;
  display: block;
  border-radius: 2.5px;
  background: #222222;
}
main .headding03 {
  color: #222222;
  text-align: center;
  margin-top: 1em;
  padding: 0.7em 1.5em;
  background: #3d2520;
  position: static;
}
main .headding03:after {
  background: none;
}
main .headding04 {
  color: #222222;
  background-color: transparent;
  background-image: radial-gradient(#dbbb51 14%, transparent 24%), radial-gradient(#dbbb51 14%, transparent 24%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
}
main .headding05 {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.3em;
}
main .headding05:before {
  content: "";
  border-bottom: 3px solid #1b7692;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
main .headding05:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
main .headding06 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
main .headding06:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: #999;
  transform: rotate(60deg);
}
main .headding06:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: #999;
  transform: rotate(-60deg);
}

/*-------------------------------------------*/
/*  ボタン
/*-------------------------------------------*/
.btn-main {
  color: #ffffff;
  border-color: #445a28 !important;
  background-color: #445a28;
}
.btn-main:hover {
  color: #445a28;
  background-color: #ffffff;
}
.btn-main:hover a {
  color: #445a28;
}
.btn-main:disabled {
  background-color: #999999;
  border-color: #999999;
}

.btn-outline-main {
  color: #445a28;
  border-color: #445a28;
  background-color: #ffffff;
}
.btn-outline-main:hover {
  color: #ffffff;
  background-color: #445a28;
}
.btn-outline-main:hover a {
  color: #ffffff;
}
.btn-outline-main:disabled {
  color: #999999;
  border-color: #999999;
}

/*-------------------------------------------*/
/*  ホバーエフェクト
/*-------------------------------------------*/
.hover-toTrns {
  opacity: 1;
  transition-duration: 0.5s;
}
.hover-toTrns:hover {
  opacity: 0.3;
}

.hover-trnsTo {
  opacity: 0.3;
  transition-duration: 0.5s;
}
.hover-trnsTo:hover {
  opacity: 1;
}

.hover-toBlur {
  filter: blur(0);
  transition-duration: 0.5s;
}
.hover-toBlur:hover {
  filter: blur(3px);
}

.hover-blurTo {
  filter: blur(3px);
  transition-duration: 0.5s;
}
.hover-blurTo:hover {
  filter: blur(0);
}

.hover-toGray {
  filter: blur(0);
  transition-duration: 0.5s;
}
.hover-toGray:hover {
  filter: grayscale(1);
}

.hover-grayTo {
  filter: grayscale(1);
  transition-duration: 0.5s;
}
.hover-grayTo:hover {
  filter: grayscale(0);
}

.hover-zoom-in {
  overflow: hidden;
}
.hover-zoom-in img {
  transition-duration: 0.5s;
  margin: 0;
}
.hover-zoom-in img:hover {
  transform: scale(1.1, 1.1);
}

.hover-zoom-in-card {
  overflow: hidden;
}
.hover-zoom-in-card .card {
  transition-duration: 0.5s;
  margin: 0;
}
.hover-zoom-in-card .card:hover img.card-img {
  opacity: 75% !important;
  transform: scale(1.1, 1.1);
  transition-duration: 0.5s;
}

.hover-zoom-out {
  overflow: hidden;
}
.hover-zoom-out img {
  transition-duration: 0.5s;
  transform: scale(1.1, 1.1);
  margin: 0;
}
.hover-zoom-out img:hover img.card-img {
  opacity: 75% !important;
  transform: scale(1, 1);
  transition-duration: 0.5s;
}

.grayscaleTo,
.grayscaleTo img {
  transition: all 0.3s;
  filter: grayscale(0.9);
}
.grayscaleTo:hover,
.grayscaleTo img:hover {
  filter: grayscale(0);
}

.toGrayscale,
.toGrayscale img {
  transition: all 0.3s;
  filter: grayscale(0);
}
.toGrayscale:hover,
.toGrayscale img:hover {
  filter: grayscale(0.9);
}

.hover-marker-outer .hover-marker {
  display: inline;
  background-image: linear-gradient(90deg, #fcf69f, #fcf69f);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 40%;
  transition: all 0.8s ease;
  cursor: pointer;
}
.hover-marker-outer:hover .hover-marker {
  background-size: 100% 40%;
}

.service-hover {
  background-color: #000000 !important;
}
.service-hover .service-svg {
  filter: invert(100%);
}
.service-hover:hover {
  background-color: #ffffff !important;
}
.service-hover:hover .service-svg {
  filter: invert(0);
}

/*-------------------------------------------*/
/*  リストスタイル
/*-------------------------------------------*/
/* リーダー付きリスト https://design-remarks.com/css-menu-design/ */
dl.reader-list {
  width: 100%;
}

dl.reader-list div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
}

dl.reader-list div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #666666;
}

dl.reader-list dt {
  margin: 0;
  padding: 0 0.7em 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  width: auto;
  font-weight: 500;
}

dl.reader-list dd {
  margin: 0;
  padding: 0 0 0 0.7em;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  font-weight: 500;
}

@media only screen and (max-width: 576px) {
  dl.reader-list dt {
    width: auto;
    margin-bottom: 0;
  }
  dl.reader-list dd {
    width: auto;
    margin: 0;
  }
}
/* 縦ステップ https://coliss.com/articles/build-websites/operation/css/building-step-components.html */
:root {
  --circle-size: clamp(1.5rem, 5vw, 2rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
  --margin-top: clamp(0.25rem, 0.3vw, 0.5rem);
}

.y-stepper__item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
.y-stepper__item:before {
  content: "";
  flex: 0 0 var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: lightgrey;
  margin-top: var(--margin-top);
}
.y-stepper__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--circle-size) + var(--spacing) + var(--margin-top));
  bottom: var(--spacing);
  z-index: -1;
  transform: translateX(calc(var(--circle-size) / 2));
  width: 2px;
  background-color: #e0e0e0;
}

.y-stepper__title {
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.25rem);
  margin: 0 !important;
  padding: 0.5rem 0 !important;
  margin-bottom: clamp(0.85rem, 2vmax, 1rem);
  text-align: left !important;
  background-color: transparent !important;
  border: none !important;
  display: block !important;
}
.y-stepper__title:before, .y-stepper__title:after {
  content: "";
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.y-stepper__desc {
  color: grey;
  font-size: clamp(0.85rem, 2vmax, 1rem);
}

/*----- タイムライン表示 -----*/
ul.timeline {
  list-style: none;
}

ul.timeline > li {
  margin-bottom: 30px;
  border-bottom: 1px #ccc dotted;
}

ul li .timeline-date {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 767px) {
  /* PC用 */
  ul.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    line-height: 2em;
    border-bottom: none;
  }
  ul li .timeline-date {
    width: 120px;
    float: left;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.9em;
  }
  ul li .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e3f1ff solid;
    padding: 20px 0 0 20px;
  }
  ul li .timeline-content:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: #0f4c81;
    position: absolute;
    left: 116px;
    top: 1.8rem;
    border-radius: 100%;
  }
}
/*-------------------------------------------*/
/*  googlemap
/*-------------------------------------------*/
.gmap,
.g-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  border-radius: 0.5rem;
}
.gmap iframe,
.g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  /*filter: brightness(.95) grayscale(1) sepia(0);
  &:hover {
    filter: none;
  }*/
}

.gmap-50,
.g-map-50 {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  border-radius: 0.5rem;
}
.gmap-50 iframe,
.g-map-50 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  /*filter: brightness(.95) grayscale(1) sepia(0);
  &:hover {
    filter: none;
  }*/
}

.gmap-75,
.g-map-75 {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  border-radius: 0.5rem;
}
.gmap-75 iframe,
.g-map-75 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  /*filter: brightness(.95) grayscale(1) sepia(0);
  &:hover {
    filter: none;
  }*/
}

@media only screen and (max-width: 767.98px) {
  /* モバイル用 */
  .gmap,
  .g-map {
    padding-bottom: 75%;
  }
}
/*-------------------------------------------*/
/*  contact form 7
/*-------------------------------------------*/
span.wpcf7-spinner {
  display: none;
}

/* テーブル */
#wpcf7 table,
#wpcf7cpcnf table {
  border: none;
  width: auto;
  margin: 0 auto;
}
#wpcf7 table tr,
#wpcf7cpcnf table tr {
  background-color: transparent;
}
@media only screen and (max-width: 767.98px) {
  #wpcf7 table tr,
  #wpcf7cpcnf table tr {
    background-color: transparent;
  }
}
#wpcf7 table th,
#wpcf7cpcnf table th {
  width: 33.33333333%;
  font-weight: normal;
  padding: 0.875em 1em 0.5em;
  text-align: right;
  border-radius: 0;
  border: 0;
  border-right: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767.98px) {
  #wpcf7 table th,
  #wpcf7cpcnf table th {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0.2em;
    text-align: left;
    border: none;
  }
}
#wpcf7 table td,
#wpcf7cpcnf table td {
  width: 66.66666667%;
  padding: 0.5em 1em;
  text-align: left;
  border-radius: 0;
  border: 0;
  border-left: 0;
}
@media only screen and (max-width: 767.98px) {
  #wpcf7 table td,
  #wpcf7cpcnf table td {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
#wpcf7 p,
#wpcf7cpcnf p {
  margin: 0;
}
#wpcf7 .wpcf7cp-btns,
#wpcf7cpcnf .wpcf7cp-btns {
  display: flex !important;
  justify-content: center !important;
  gap: 1rem !important;
  margin-top: 3rem;
}
#wpcf7 .wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
#wpcf7 .wpcf7cp-btns .wpcf7cp-cfm-edit-btn,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px #445a28 solid;
  border-radius: 50rem;
  box-shadow: none;
  color: #445a28;
  padding: 0.7rem 5rem;
}
#wpcf7 .wpcf7cp-btns .wpcf7cp-cfm-submit-btn:hover,
#wpcf7 .wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn:hover,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  background-color: #445a28;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  #wpcf7 .wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
  #wpcf7 .wpcf7cp-btns .wpcf7cp-cfm-edit-btn,
  #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
  #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
    padding: 0.5rem 2rem;
  }
}

#wpcf7cpcnf table th {
  font-weight: 700;
  color: #000000;
  padding: 0.5em 1em;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px #006c86 solid;
  box-shadow: none;
  color: #006c86;
  padding: 0.7rem 5rem;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  background-color: #006c86;
  color: #ffffff;
}

/*-------------------------------------------*/
/*  Page Template 
/*-------------------------------------------*/
/* Stand Alone */
body.standalone .floating-menu {
  display: none;
}

/*-------------------------------------------*/
/*  Bootstrap
/*-------------------------------------------*/
/* Carousel */
#carousel-buildgrave01 .carousel-control-prev-icon,
#carousel-buildgrave01 .carousel-control-next-icon,
#carousel-buildgrave02 .carousel-control-prev-icon,
#carousel-buildgrave02 .carousel-control-next-icon,
#carousel-buildgrave03 .carousel-control-prev-icon,
#carousel-buildgrave03 .carousel-control-next-icon,
#carousel-repair-renovation01 .carousel-control-prev-icon,
#carousel-repair-renovation01 .carousel-control-next-icon,
#carousel-repair-renovation02 .carousel-control-prev-icon,
#carousel-repair-renovation02 .carousel-control-next-icon {
  border-radius: 50%;
  background-color: #445a28;
  border: 5px solid #445a28;
}

/* table */
table.company th,
table.company td {
  padding: 0.75em 1.25em;
}/*# sourceMappingURL=style.css.map */