/*
Theme Name: jinguuji.or.jp
Text Domain: jinguuji.or.jp
Version: 2.0
Requires at least: 5.5
Requires PHP: 7.2.9
Description:
Author: jinguuji.or.jp
Author URI:
Theme URI:
License:
License URI:
Tags: White
Tested up to: 6.7.1
*/
:root {
  --body-color: #333;
  --normal-font-weight: 400;
  --bold-font-weight: 700;
  --breadcrumb-font-color: #666;
  --stk-transition-default: 2s;
}


html {
  height: 100%;
}

body {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 16px;
  color: var(--body-color);
  font-weight: var(--normal-font-weight);
  padding: 0;
  margin: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aligncenter {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.alignwide {
    width: 1170px;
    margin-left: auto;
    margin-right: auto; 
}

@media only screen and (min-width: 768px) {
    .stk-block .stk-block.alignwide, .stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align.alignwide {
      max-width: inherit;
    }
}


/* block style 横罫線のみ */

.is-style-line-table td {
  border-left: none;
  border-right: none;
  border-color: #ccc;
  padding: 15px;
}

.is-style-line-table td:first-child {
  width: 120px;
  vertical-align: top;
  white-space: nowrap;
}

@media (max-width:767px) {

  .is-style-line-table tr:not(:first-child) td:first-child {
    border-top: none;
  }

  .is-style-line-table td:first-child {
    width: inherit;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: var(--bold-font-weight);
  }


  .is-style-line-table td:first-child br {
    display: none;
  }


  .is-style-line-table td:last-child {
    padding-top: 10px;
    border-top: none;
  }

  .is-style-line-table td {
    display: block;
  }
}

/* block style 改行無-PC／モバイル */
.is-style-pc-no-break-all br {
  display: none;
}

@media (max-width:575px) {

  /* block style 改行無-スマホ */
  .is-style-sp-no-break-all br {
    display: none;
  }

  /* block style 改行無-PC／モバイル */
  .is-style-pc-no-break-all br {
    display: block;
  }

}

/* block style 列反転-スマホ */
@media (max-width:767px) {
  .is-style-column-reverse-sp.stk-block-columns > .stk-inner-blocks {
    flex-direction: column-reverse !important;
  }

  .is-style-column-reverse-sp.stk-block-feature > .stk-container > .stk-inner-blocks {
    flex-direction: column !important;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: var(--normal-font-weight);
  margin-block-start: 0;
  margin-block-end: 0;
}

.breadcrumb {
  text-align: left;
  clear: both;
  padding: 15px;
  background-image: url(/wp-content/uploads/2026/01/bright-bg.jpg);
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.breadcrumb .the-nav {
	list-style: none;
  padding-inline-start: 0;
  margin-left: 0;
  margin: 0 auto;
}

.breadcrumb .the-item {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  color: var(--breadcrumb-font-color);
}

.breadcrumb .the-link {
  text-decoration: underline;
  color: var(--breadcrumb-font-color);
}

.anker {
  display: block;
  margin-top: -100px !important;
  padding-top: 100px !important;
  visibility: hidden;
}

.my-link a {
  color: #333;
}

.sub-menu-wrapper {
  margin-top: 20px;
  border-bottom: solid 2px #ddd;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 24px 0;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;

  font-size: 20px;
}

.sub-menu-wrapper::-webkit-scrollbar {
  display: none;
}

.sub-menu-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}



.sub-menu {
  display: inline-flex;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0;

  margin-left: clamp(0px, calc(50vw - 450px - 24px), 100vw);
  margin-right: 0;

  width: max-content;
  min-width: 900px;
}

.sub-menu-wrapper:active { cursor: grabbing; }

@media (max-width:767px) {
  .sub-menu-wrapper {
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .sub-menu {
    padding: 8px 16px 0;
    min-width: auto;
  }
}

.sub-menu > a {
  display: block;
  padding: 0 16px;
  color: #555;
  text-decoration: none;
}

.sub-menu > a:hover {
  border-bottom: solid 4px #ddd;
}

.sub-menu > a.active {
  font-weight: var(--bold-font-weight);
  color: #333;
  border-bottom: solid 4px #333;
  padding: 0 16px;
}

pre {
  font-family: inherit;
}