@charset "UTF-8";
html {
  margin: 0 !important;
  padding: 0 !important;
}

@font-face {
  font-family: "subTitle";
  src: url("https://localhost/clarinet4/wp-content/themes/v4/assets/webfonts/Tangerine-Regular.ttf") format("truetype");
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-display: auto;
  background: #fff;
  color: #3b2300;
}

header h1 {
  margin: 0;
  padding: 0;
}

p {
  opacity: 1 !important;
  animation: none !important;
  transition: none !important;
}

p:empty {
  display: none;
}

a.hoverOpacity img:hover {
  opacity: 0.9;
}

.breadcrumbs-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.breadcrumbs {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
.breadcrumbs a,
.breadcrumbs span {
  margin: 0 4px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .separater {
  margin: 0 14px;
}
.breadcrumbs a,
.breadcrumbs .current-item {
  color: #1787ff !important;
  text-decoration: none;
}
.breadcrumbs .current-item {
  color: #333 !important;
}

a.btn:hover {
  color: #fff !important;
  text-decoration: none;
}

a.tdn {
  text-decoration: none;
  color: #3b2300;
}

a.tdn:hover {
  color: #1787ff !important;
}

a.tdu {
  text-decoration: underline;
}

i {
  margin-right: 6px;
}

hr {
  border: 1px solid #ccc !important;
}

ul {
  font-size: 16.5px;
}

.bdn {
  border: none;
}

.risGreen {
  color: #598f3b;
}

.hover:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.noAfter::after {
  content: none !important;
  display: none !important;
}

.noBefore::before {
  content: none !important;
  display: none !important;
}

.ip,
strong {
  color: #44a50b;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffffb3 60%);
}

.text-green {
  color: #588f3e;
}

.bg-green {
  background: #588f3e;
}

.feedPosts {
  margin: 20px auto;
}
.feedPosts .thumb {
  width: 100%;
  height: auto;
}
.feedPosts h3 {
  font-size: 16px;
  margin-bottom: 4px;
}
.feedPosts p {
  font-size: 14px !important;
  line-height: 1.7em;
}

.rehearsalPerformanceResultTable th,
.rehearsalPerformanceResultTable td {
  font-weight: normal;
}
.rehearsalPerformanceResultTable td {
  text-align: right !important;
}

.faq .cat {
  font-size: 18px;
}
.faq .qaContainer {
  margin-bottom: 30px;
  border-radius: 8px;
  background: #fffef0;
}
.faq .qaContainer .question {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.faq .qaContainer .question a {
  text-decoration: none;
}
.faq .qaContainer .answer {
  font-size: 16px;
  line-height: 1.9em;
}

.blinking {
  animation: blink 0.6s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.article .flexContainer,
.mce-content-body .flexContainer {
  display: flex;
  justify-content: space-between;
  /* 子要素を均等に配置する */
}
.article .entry-meta,
.mce-content-body .entry-meta {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.article p,
.mce-content-body p {
  word-break: break-all;
}
.article img,
.mce-content-body img {
  /* ブロック要素化 */
  display: block;
  /* 左右中央寄せ */
  margin: 0 auto;
}
.article blockquote,
.mce-content-body blockquote {
  margin-bottom: 60px;
  border-radius: 8px;
  position: relative;
  padding: 5px 12px 5px 56px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #ffefc8;
}
.article blockquote:before,
.mce-content-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  background: #ffd596;
  border-radius: 50%;
  font-weight: 900;
}
.article blockquote p,
.mce-content-body blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 20px;
  z-index: 3;
  line-height: 1.7;
}
.article blockquote cite,
.mce-content-body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.article .memoContainer,
.mce-content-body .memoContainer {
  margin-bottom: 40px;
  padding: 12px;
  border: 1px solid #ffeedb;
  border-radius: 8px;
  background: #fff6ec;
}
.article .divBordered,
.mce-content-body .divBordered {
  margin: 0 10px;
  margin-top: 20px;
  /* border: 1px solid #ccc;
  border-radius: 8px; */
  color: #598f3b;
  text-align: center;
  font-size: 1.2em !important;
  line-height: 1.6em;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffffb3 80%);
}
.article .circle-image,
.mce-content-body .circle-image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
}
.article .circle-image img,
.mce-content-body .circle-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.article table + h3,
.mce-content-body table + h3 {
  margin-top: 60px;
}
.article table + p,
.mce-content-body table + p {
  margin-top: 20px;
}
.article table th,
.article td,
.mce-content-body table th,
.mce-content-body td {
  padding: 10px 6px;
  border: 1px solid #ccc;
}
.article table td,
.mce-content-body table td {
  line-height: 1.9;
}

.gmapContainer {
  width: 100%;
  margin: 0 auto;
}
.gmapContainer .gmap {
  position: relative;
  /* はみ出した部分を切り取る */
  overflow-y: hidden;
  width: 100%;
  /*16:9の比率にしたい場合、9/16=56.25%*/
  padding-top: 100%;
}
.gmapContainer .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gmapContainer .gmap iframe.gmapHideLabel {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}