@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&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 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;
  font-size: clamp(0.813rem, 0.6rem + 0.5vw, 1.1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
  overflow-x: hidden;
}
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;
}

/*-------------------------------------------*/
/*  Header
/*-------------------------------------------*/
header.site-header {
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
  max-height: 54px;
  max-width: 60vw;
}

/*---------- ナビ ----------*/
.navbar-nav {
  --bs-navbar-nav-link-padding-x: 0.9rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.8);
  --bs-nav-link-hover-color: rgba(0, 0, 0, 1);
  --bs-navbar-active-color: rgba(0, 0, 0, 1);
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-link-active-color: #212529;
  --bs-dropdown-link-active-bg: #ffffff;
  --bs-dropdown-link-hover-color: #6b6b6b;
  --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: transparent;
}
.offcanvas .offcanvas-body {
  font-size: 0.95rem;
  --bs-nav-link-font-size: 0.95rem;
}
.offcanvas .offcanvas-body .nav-link:hover, .offcanvas .offcanvas-body .nav-link:focus {
  border-bottom: #0062b1 solid 4px;
}
.offcanvas .offcanvas-body .btn-contact .nav-link:hover, .offcanvas .offcanvas-body .btn-contact .nav-link:focus,
.offcanvas .offcanvas-body .nav-icon .nav-link:hover,
.offcanvas .offcanvas-body .nav-icon .nav-link:focus {
  border-bottom: none;
}
.offcanvas.show {
  --bs-offcanvas-width: 100%;
  max-width: 560px;
}
.offcanvas.show .offcanvas-body {
  color: #000000;
  font-size: 1rem;
}
.offcanvas.show .offcanvas-body .nav-link {
  color: #000000;
}
.offcanvas.show .offcanvas-body .nav-link.active, .offcanvas.show .offcanvas-body .nav-link.show {
  color: #000000;
}
.offcanvas.show .offcanvas-body .nav-link:hover, .offcanvas.show .offcanvas-body .nav-link:focus {
  border-bottom: none;
}
.offcanvas.show .offcanvas-body .dropdown-menu {
  --bs-dropdown-font-size: 1em;
  --bs-dropdown-color: #000000;
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-active-color: #000000;
  --bs-dropdown-link-hover-color: #000000;
  --bs-dropdown-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-border-width: 0;
}

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

.nav-icon a {
  padding: 0 !important;
}
.nav-icon a:hover, .nav-icon a:focus {
  opacity: 0.75;
}

/*-------------------------------------------*/
/*  フッター
/*-------------------------------------------*/
#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: #afafaf;
}
#footer .nav-link {
  padding: 0.3rem 1rem;
}
#footer .dropdown-item:hover:before, #footer .dropdown-item:focus:before {
  color: #0062b1;
}

/*-------------------------------------------*/
/*  メイン
/*-------------------------------------------*/
.btn-dark:hover {
  color: #ffffff;
  background-color: #0062b1;
  border-color: #0062b1;
  --bs-nav-link-hover-color: #eeeeee;
  --bs-navbar-active-color: #eeeeee;
}

/*-------------------------------------------*/
/*  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 #3cb3e4;
  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);
}

/*-------------------------------------------*/
/*  ホバーエフェクト
/*-------------------------------------------*/
.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%; /* マーカーの横幅 / 縦幅 */
}

/*-------------------------------------------*/
/*  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: 100%;
}
#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.5em 1em;
  text-align: right;
  border-radius: 0;
  border: 0;
  border-right: 0;
}
@media only screen and (max-width: 767.98px) {
  #wpcf7 table th,
  #wpcf7cpcnf table th {
    /* モバイル用 */
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0.1em;
    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: #000000;
  background-image: none;
  border: 2px #000 solid;
  box-shadow: none;
  color: #ffffff;
  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: #ffffff;
  color: #000000;
}
@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;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  background-color: #0062b1;
  background-image: none;
  border: 2px #0062b1 solid;
  box-shadow: none;
  color: #ffffff;
  padding: 0.7rem 5rem;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn:hover {
  background-color: #ffffff;
  color: #0062b1;
}/*# sourceMappingURL=style.css.map */