/*
Theme Name: cocoon_child
Template: cocoon-master
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* * {
  outline: 2px solid red;
} */
body {
  overflow-x: hidden;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.pc-only.inline-block {
  display: inline-block;
}
.sp-only.inline-block {
  display: none;
}
.pc-only.inline {
  display: inline;
}
.sp-only.inline {
  display: none;
}
.pc-only.flex {
  display: flex;
}
.sp-only.flex {
  display: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.display-block {
  display: block;
}
.display-flex {
  display: flex;
}
.display-flex.two-columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.display-flex.two-columns > div {
  width: 45%;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-none {
  display: none;
}

.header-in {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.header-catch {
  padding: 10px 30px;
  background-color: #0847b3;
  color: white;
}
.header-catch br {
  display: none;
}

.main {
  padding: 0 !important;
  border: none;
  position: initial;
}
.content {
  margin-top: 0 !important;
}
.home .article-header {
  display: none;
}
.top-hero-image-pc {
  min-height: 520px;
  display: grid;
}
.top-hero-image-pc img {
  height: 100% !important;
}
.top-hero-attached {
  width: 100%;
  top: 1em;
  justify-content: flex-end;
  align-items: center !important;
}
.sub-hero-attached {
  width: 100%;
  top: 1em;
  justify-content: flex-start;
  align-items: center !important;
}
.top-hero-text-box {
  margin-top: -1em;
}
.top-hero-text {
  width: 180px;
  height: 140px;
  font-size: 30px;
  font-weight: bold;
  color: #e94709;
  transform: rotateZ(-15deg);
  display: inline-block;
  padding: 40px 10px 40px 37px;
  margin-left: 1em;
  background: url(/wp-content/uploads/top-hero-baloon-01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.top-hero-title-main {
  top: 200px;
  justify-content: flex-end;
  align-items: center !important;
  gap: 0;
}
.top-hero-area-box {
  display: flex;
  justify-content: flex-end;
}
.sub-hero-area-box {
  display: flex;
  justify-content: flex-start;
  margin-top: -10px;
}
.top-hero-area,
.sub-hero-area {
  font-size: 32px;
  font-weight: bold;
  margin-right: 1em;
  position: relative;
  top: -20px;
  height: 85px;
  text-align: center;
}
.top-hero-area strong,
.sub-hero-area strong {
  background: linear-gradient(
    to bottom,
    #3b7cfb,
    #0027b1
  ); /* 青系グラデーション */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.outer-border {
  border: 3px solid #0040aa !important;
  border-radius: 10px;
  padding: 16px 8px;
  background-color: white;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.inner-border {
  background-color: white;
  border: 2px solid #007bff;
  border-radius: 5px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-border {
    border: 3px solid #0040aa !important;
    border-radius: 10px;
    padding: 16px 8px;
    background-color: white;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .inner-border {
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 5px;
    padding: 0 20px;
    text-align: center;
  }
}
.top-hero-main {
  top: 140px;
  justify-content: center;
  align-items: flex-end !important;
  gap: 0;
  margin-left: 2em !important;
}
.top-hero-main-right {
  margin-top: -80px !important;
}
.top-hero-footer {
  width: 600px;
  height: 120px;
  bottom: 50px;
  right: 30px;
  text-align: center;
  align-items: center !important;
  background: url(/wp-content/uploads/top-hero-white-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 650px) {
  .top-hero-footer {
    width: 90%;
  }
}
.hero-footer-01 {
  background: url(/wp-content/uploads/top-hero-baloon-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  position: relative;
  left: 10px;
  bottom: 10px;
}
.hero-footer-01 p {
  line-height: 26px;
  padding-top: 28px;
}
.hero-footer-01 strong {
  font-size: 22px;
}
.hero-footer-02 p {
  font-size: 38px;
  line-height: 60px;
}
.hero-footer-02 p .has-red-color {
  color: #e94709 !important;
}
.hero-footer-02 p .has-blue-color {
  color: #0847b3 !important;
}
.hero-footer-03 p {
  color: white;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  background-color: #e94709;
  border-radius: 50%;
  border: 3px solid white;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -15px;
  right: 30px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .top-hero-main-right {
    position: relative;
    top: 40px;
  }
}
/*768px以下*/
@media screen and (max-width: 768px) {
  .top-hero-main {
    top: 100px;
  }
  .top-hero-main-left img {
    width: 400px !important;
    position: relative;
    top: 30px;
  }
  .top-hero-main-right {
    margin-top: -140px !important;
  }
  .top-hero-main-right img {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .hero-footer-01 {
    background-size: 100% 100%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only.inline-block {
    display: none;
  }
  .sp-only.inline-block {
    display: inline-block;
  }
  .pc-only.inline {
    display: none;
  }
  .sp-only.inline {
    display: inline;
  }
  .pc-only.flex {
    display: none;
  }
  .sp-only.flex {
    display: flex;
  }

  .header-catch {
    font-size: 14px;
    white-space: nowrap;
  }
  .header-catch br {
    display: inline-block;
  }
  .main {
    padding: 0 10px !important;
  }
  .top-hero-attached {
    top: 10px;
  }
  .top-hero-image img {
    width: 100%;
  }
  .top-hero-text {
    width: 135px;
    height: 105px;
    font-size: 22px;
    padding: 30px 15px 34px 30px;
    margin-left: -10px;
  }
  .top-hero-area {
    font-size: 24px;
    height: 65px;
  }
  .sub-hero-area {
    font-size: 24px;
    width: auto;
    height: 65px;
  }
  .top-hero-main {
    top: 90px;
    margin-left: 0 !important;
  }
  .top-hero-main-left img {
    width: 340px !important;
    top: 0;
  }
  .top-hero-main-right {
    margin-top: -80px !important;
  }
  .top-hero-main-right img {
    width: 280px !important;
  }
  .top-hero-footer {
    width: 100%;
    height: 90px;
    bottom: 10px;
    right: 0;
    gap: 0;
  }
  .hero-footer-01 {
    font-size: 16px;
    position: relative;
    left: 5px;
    bottom: 5px;
  }
  .hero-footer-01 p {
    line-height: 20px;
    padding-top: 22px;
  }
  .hero-footer-01 strong {
    font-size: 18px;
  }
  .hero-footer-02 {
    margin-bottom: 0 !important;
  }
  .hero-footer-02 p {
    font-size: 28px;
    line-height: 42px;
  }
  .hero-footer-03 p {
    font-size: 24px;
    line-height: 30px;
    width: 100px;
    height: 100px;
    top: -5px;
    right: 10px;
  }
}
@media screen and (max-width: 380px) {
  .hero-footer-01 {
    font-size: 14px;
  }
  .hero-footer-01 p {
    padding-top: 18px;
  }
  .hero-footer-01 strong {
    font-size: 17px;
  }
}

.top-title-main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background-color: #e8f2ff !important;
}
.gradient-text span {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(
    to bottom,
    #00a0e9,
    #0078b9
  ); /* 上が明るめ、下が濃い青 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-title-sub {
  padding-bottom: 10px !important;
  background-color: #e8f2ff;
  border-radius: var(--cocoon-badge-border-radius);
  margin-bottom: 0 !important;
  font-weight: bold;
  font-size: 24px;
}
.top-trouble-border {
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    to right,
    #e8f2ff 0%,
    #0b89ad 10%,
    #0b89ad 90%,
    #e8f2ff 100%
  );
  margin: 0 !important;
  border: none;
}
.top-trouble-box {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #e8f2ff;
}
.top-trouble-box figure {
  position: relative;
}
.top-trouble-box figcaption {
  font-size: 18px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: white;
  opacity: 1;
}
.top-introduction-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #148ab0;
  border-radius: 10px;
  align-items: center !important;
}
.top-introduction-text strong {
  display: block;
  font-size: 24px;
}
h2.header-blue-baloon {
  background-color: transparent;
}
.header-blue-baloon span {
  position: relative;
  background: #0047ab; /* 吹き出しの青 */
  color: white;
  padding: 1em 3em;
  border-radius: 50px; /* 丸み */
  width: fit-content;
  margin: 2em auto;
  font-size: 22px;
  white-space: nowrap;
}
.header-blue-baloon span:after {
  content: "";
  position: absolute;
  bottom: -19px; /* 三角が飛び出す距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #0047ab; /* 吹き出しの青と同じ色 */
}
h2.header-yellow-baloon {
  background-color: transparent;
  margin: 1em auto 2em;
}
.header-yellow-baloon span {
  position: relative;
  background: #FFD500; /* 吹き出しの青 */
  color: #EB0000;
  padding: 1em 3em;
  border-radius: 50px; /* 丸み */
  width: fit-content;
  margin: 2em auto;
  font-size: 22px;
  white-space: nowrap;
}
.header-yellow-baloon span:after {
  content: "";
  position: absolute;
  bottom: -19px; /* 三角が飛び出す距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FFD500; /* 吹き出しの青と同じ色 */
}
@media screen and (max-width: 480px) {
  .top-title-sub {
    font-size: 20px;
  }
  .top-trouble-box {
    padding: 20px 0;
  }
  .top-trouble-box figcaption {
    font-size: 14px;
    line-height: 20px;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  .top-introduction-text strong {
    font-size: 22px;
  }
  .header-blue-baloon {
    padding: 1em 0 !important;
  }
  .header-blue-baloon span {
    padding: 1em 2em;
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .top-introduction-text strong {
    font-size: 20px;
  }
  .header-yellow-baloon span,
  .header-blue-baloon span {
    font-size: 16px;
  }
}

.pref-btn a {
  background: url(/wp-content/uploads/top-area-button.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-btn {
  display: block;
  width: 300px;
  height: 90px;
  margin: 0 auto 1em auto;
  text-align: center;
  padding: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #0047ab, 1px -1px 0 #0047ab, -1px 1px 0 #0047ab,
    1px 1px 0 #0047ab, -2px 0px 0 #0047ab, 2px 0px 0 #0047ab, 0px -2px 0 #0047ab,
    0px 2px 0 #0047ab;
  transition: 0.2s;
}
.slide-btn:hover {
  color: #0047ab;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff, -2px 0px 0 #ffffff, 2px 0px 0 #ffffff, 0px -2px 0 #ffffff,
    0px 2px 0 #ffffff;
}
.slide-contents {
  width: 100%;
  margin: 0 auto 1.6em;
  display: none;
  text-align: center;
}
.slide-contents .btn-area {
  width: 220px;
  margin: 5px;
  background: linear-gradient(to bottom, #00cfff, #0070b8);
  border: none;
  border-radius: 10px;
  padding: 12px 32px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.slide-contents .btn-area:hover {
  transform: scale(1.05);
}

.home .date-tags,
.home #toc {
  display: none;
}

/*スライドインメニューを右から出す*/
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(101%);
}

.footer-bottom {
  margin-top: 0;
}
footer {
  background-color: #2c62be !important;
}
footer a,
footer p {
  color: white;
}
footer li {
  list-style: none;
}
.footer-left img {
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  width: 350px;
}
.footer-about {
  border: 2px solid white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
.footer-about p {
  margin-bottom: 10px;
}
.footer-links {
  margin-top: 30px;
}
.footer-links a {
  text-decoration: none;
  transition: 0.2s;
}
.source-org.copyright {
  color: white;
}
@media screen and (max-width: 480px) {
  .footer-about,
  .footer-links {
    margin-top: 0;
  }
  footer aside,
  footer aside {
    margin-bottom: 0 !important;
  }
  .footer-left img {
    margin-bottom: 2em;
  }
}

/* 地域ページ */
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
  width: 100%;
  background-color: #e94709;
  color: white;
  padding-left: 10%;
  margin-bottom: 1em;
}
.breadcrumb.sbp-main-before a, .breadcrumb.sbp-footer-before a, .breadcrumb.pbp-main-before a, .breadcrumb.pbp-footer-before a {
  color: white;
}

.sub-area-buttons {
  margin-top: 2em;
}
.sub-area-buttons .display-flex {
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}
.sub-area-buttons .btn {
  white-space: nowrap;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  flex-basis: 50%;
}
.sub-hero-area {
  font-size: 32px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 20px;
  background-color: white;
}

/* 業者ページ */
.sub-hero-main {
  top: 120px;
  position: absolute;
  max-width: 100%;
  justify-content: center;
}
.entry-card-taxonomy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.entry-card-taxonomy > * {
  font-size: 0.7em;
  padding: 2px;
}
figure.entry-card-thumb.display-thumb {
  display: block !important;
}

.vendor-hero-attached {
  width: 100%;
  justify-content: space-between;
  align-items: center !important;
}
.vendor-hero-area {
  font-size: 30px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 40px;
  position: relative;
  top: 5px;
  left: 1em;
  background-color: white;
}
.vendor-hero-main {
  line-height: 52px;
  width: 60%;
}
.vendor-hero-after {
  align-items: center;
  position: relative;
  top: 20px;
  left: 10px;
}
.vendor-hero-after span {
  background-color: white;
  border: 3px solid #ffb900;
  padding: 0px 40px;
  font-size: 3.6vw;
  font-weight: bold;
  color: #e94709;
  white-space: nowrap;
}
.vendor-hero-count {
  font-size: 3.6vw;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  padding: 20px 30px;
  background-color: #ffb900;
  position: relative;
  left: -25px;
  white-space: nowrap;
  color: black; /* 文字色を白に */
}
.vendor-hero-area-box {
  display: flex;
  justify-content: flex-end;
}
.sub-hero-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 925px) and (min-width: 480px) {
  .sub-hero-footer {
    display: none;
  }
}
.sub-hero-footer ul {
  gap: 20px;
}
.sub-hero-footer ul li {
  font-size: 2vw;
  font-weight: bold;
  color: white;
  list-style: none;
  background-color: #e94709;
  border: 3px solid white;
  border-radius: 5px;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
    margin-top: 0;
  }
  .sub-hero-main {
    top: 70px;
    flex-direction: column;
  }
  .vendor-hero-after {
    top: -5px;
    left: 80px;
    width: 80%;
  }
  .vendor-hero-after span {
    border: 2px solid #ffb900;
    padding: 0px 30px;
    font-size: 34px;
  }
  .vendor-hero-count {
    font-size: 42px;
    padding: 10px 25px;
  }
  .sub-hero-footer ul {
    gap: 10px;
  }
  .sub-hero-footer ul li {
    font-size: 4vw;
    border: 2px solid white;
    padding: 10px;
  }
}
@media screen and (max-width: 380px) {
  .sub-hero-main {
    top: 50px;
    flex-direction: column;
  }
  .vendor-hero-after {
    top: -5px;
    left: 80px;
  }
  .vendor-hero-after span {
    padding: 0px 30px 0 10px;
    font-size: 28px;
  }
  .vendor-hero-count {
    font-size: 36px;
    padding: 10px 20px;
  }
  .sub-hero-footer ul li {
    font-size: 3.4vw;
    border: 2px solid white;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .sub-hero-footer ul li {
    display: none;
  }
}

.vendor-introduction {
  padding: 2em 8em 2em 2em;
  border: 3px solid #00AAFF;
  border-radius: 20px;
  position: relative;
  width: 65%;
  margin: 0 auto;
  box-shadow: 3px 3px 6px #CCCCCC;
}
.vendor-introduction img {
  position: absolute;
  right: -2px;
  bottom: -2px;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vendor-list h2 {
  text-align: center;
  position: relative;
  color: #0847b3;
}
.vendor-list h2 span {
  display: inline-block;
  padding: 0 20px; /* 見出しの左右の余白 */
  background-color: #fff;
  position: relative;
  z-index: 1;
}
/* :after または :before */
.vendor-list h2:after {
  content: "";
  width: 100%; /* 横幅いっぱい */
  height: 1px; /* 線の高さ */
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 縦位置中央 */
}
.vendor-list-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  white-space: nowrap;
}
.vendor-list-table th {
  background-color: #0093be;
  color: white;
  font-weight: bold;
  min-width: 150px;
}
.vendor-list-table th.vendor-list-name {
  min-width: 400px;
}
@media screen and (max-width: 420px) {
  .vendor-list-table th.vendor-list-name {
    min-width: 300px;
  }
}
.vendor-list-table th,
.vendor-list-table td {
  white-space: nowrap;
  font-size: 16px;
}
.vendor-list-table td {
  color: #0093be;
  font-weight: bold;
  max-width: 350px; /* 必要に応じて調整 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vendor-rank {
  margin-right: 10px;
  padding: 10px;
}
.vendor-rank.rank-1,
.vendor-rank.rank-2,
.vendor-rank.rank-3 {
  color: white;
  border-radius: 30px;
}
.vendor-rank.rank-1 {
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.vendor-rank.rank-2 {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.vendor-rank.rank-3 {
  background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.vendor-list-image {
  max-width: 100%;
  width: 80px;
  height: 40px;
  object-fit: cover;
  object-position: top;
  margin-right: 10px;
  margin-left: -5px;
  display: inline-block;
}
.vendor-list-table:not(.has-border-color) :where(th, td) {
  border: 1px solid #0093be;
  padding: 5px 10px;
}
.vendor-anchor,
.vendor-anchor-time {
  position: relative;
  top: -80px;
}
.compact {
  display: inline-block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

body.page-template #toc {
  border: 1px solid #0847b3;
  background-color: #f1f8fe;
  border-radius: 20px;
  padding: 20px;
  margin: 30px auto 0;
  width: 50%;
}
body.page-template #toc h2 {
  margin-top: 0;
}
body.page-template #toc ul li {
  list-style: none;
}

.vendor-point-container {
  margin: 50px -10% 0;
}
.vendor-attention-container {
  margin: 50px -10% 0;
}
.background-pink {
  background-color: #f7f0f7;
}
.background-gray {
  background-color: #EAE9E9;
}
.vendor-point-container .background-pink {
  padding: 30px 25%;
}
.vendor-attention-container .background-gray {
  padding: 30px 25%;
}
.vendor-point-box h3 {
  border-bottom: 1px solid #837f7f;
  margin-top: 20px;
}
.vendor-point-detail {
  align-items: center;
  gap: 1em;
  margin-top: 15px;
}
.vendor-point-detail div {
  padding: 20px 40px;
  background-color: #0093be;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  min-width: 200px;
  text-align: center;
}
.vendor-point-comment {
  background-color: white;
  padding: 15px;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 3px 3px 6px #cccccc;
}
.vendor-point-comment h4 {
  color: #0093be;
}
.vendor-point-comment figure {
  margin: 15px auto 0;
  text-align: center;
}
.vendor-attention-header-text {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px !important;
  border-left-width: 8px !important;
  --tw-border-opacity: 1;
  border: 1px solid rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .vendor-attention-header-text {
    display: block;
  }
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
}
.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
.mr-3 {
    margin-right: .75rem;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}

.vendor-attention-box h3 {
  border-bottom: 1px solid #837f7f;
  margin-top: 20px;
}
.vendor-attention-detail {
  align-items: center;
  gap: 1em;
  margin-top: 15px;
}
.vendor-attention-detail div {
  padding: 20px 40px;
  background-color: #FFD500;
  color: #EB0000;
  font-weight: bold;
  border-radius: 10px;
  min-width: 200px;
  display: none;
}
.vendor-attention-detail p {
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}
.vendor-attention-detail strong {
  color: #EB0000;
}
.vendor-attention-comment {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px !important;
  border-left-width: 8px !important;
  --tw-border-opacity: 1;
  border: 1px solid rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  margin-top: 2rem;
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
@media screen and (max-width: 768px) {
  .vendor-attention-detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .vendor-point-detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .vendor-introduction {
    padding: 2em 1em 110px;
    width: 100%;
  }
  .vendor-attention-comment {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  body.page-template #toc {
    width: 90%;
  }
  body.page-template #toc ul {
    padding-left: 0;
  }
  body.page-template #toc ul li {
    margin-bottom: 10px;
  }
  .vendor-list-table th {
    max-width: 250px;
    min-width: 150px;
    min-height: 60px;
  }
  .vendor-list-table th.vendor-list-name {
    max-width: 330px;
  }
  .vendor-point-container {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .vendor-point-container .background-pink {
    padding: 30px 10px;
  }
  .vendor-point-detail {
    align-items: flex-start;
  }
  .vendor-point-detail div {
    padding: 10px;
    min-width: 100%;
    text-align: left;
  }
  .vendor-attention-container {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .vendor-attention-container .background-gray {
    padding: 30px 10px;
  }
  .vendor-attention-detail {
    align-items: flex-start;
  }
  .vendor-attention-detail div {
    padding: 10px;
    min-width: 100%;
  }
  .vendor-web {
    padding: 10px;
  }
  .vendor-price-container .price-box {
    width: 100%;
  } 
}

.vendor-box {
  width: 100%;
  margin: 3em auto;
}
.vendor-header {
  background-color: #0093be;
  padding: 10px 50px 10px 20px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .vendor-header {
    flex-direction: column;
    gap: 10px;
  }
}
.vendor-header h3,
.vendor-header p,
.vendor-header span {
  color: white;
}
.vendor-header h3 {
  font-size: 26px;
}
.vendor-header .vendor-rank {
  font-size: 20px;
}
.vendor-header .vendor-rank.rank-1 {
  background: url(/wp-content/uploads/crown-gold.png) no-repeat;
  background-size: 100%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
  border-radius: 0;
  color: black;
  position: relative;
  font-size: 24px;
  padding: 38px 14px 17px 14px;
}
.vendor-header .vendor-rank.rank-2 {
  background: url(/wp-content/uploads/crown-silver.png) no-repeat;
  background-size: 100%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
  border-radius: 0;
  color: black;
  position: relative;
  font-size: 24px;
  padding: 38px 14px 17px 14px;
}
.vendor-header .vendor-rank.rank-3 {
  background: url(/wp-content/uploads/crown-copper.png) no-repeat;
  background-size: 100%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
  border-radius: 0;
  color: black;
  position: relative;
  font-size: 24px;
  padding: 38px 14px 17px 14px;
}
.vendor-box h4 {
  margin: 20px 0 10px;
  padding-left: 10px;
  border-left: 8px solid #0093BE;
}
.vendor-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vendor-header-title {
  margin: 2em auto 0.5em;
}

.vendor-type {
  visibility: hidden;
}
.designated {
  background: url(/wp-content/uploads/designated-vendor.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
  padding-left: 46px;
  padding-top: 8px;
  font-size: 15px;
  color: black !important;
  width: 200px;
  display: inline-block;
}
.vendor-info {
  border: 2px solid #0093be;
  padding: 2em;
  gap: 2em;
}
.basic-info {
  margin-bottom: 0;
}
.basic-info th {
  white-space: nowrap;
}
.basic-info.costs {
  font-size: 24px;
  font-weight: bold;
  color: #0093be;
}
.vendor-detail .sponsor-info.benefits {
  font-size: 20px;
  font-weight:bold;
  color: red;
}
@media screen and (max-width: 480px) {
  .basic-info.costs {
    font-size: 20px;
  }
  .vendor-detail .sponsor-info.benefits {
    font-size: 17px;
  }
}
/* .sponsor-info.recommend {
  display: block;
  background-color: #0093be;
  color: white;
  padding: 10px;
  border-radius: 10px;
} */

.vendor-basic {
  width: 50%;
}
.vendor-web a {
  --tw-bg-opacity: 1;
  background: rgb(16 185 129/var(--tw-bg-opacity,1)) no-repeat;
  background-size: 100%;
  color: white;
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: .2s;
}
.vendor-web a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.vendor-web a span {
  --tw-space-x-reverse: 0;
  margin-right: calc(.75rem * var(--tw-space-x-reverse));
  margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.vendor-detail {
  width: 50%;
  background-color: lightyellow;
  padding: 1em;
  border-radius: 20px;
  /* height: fit-content; */
}
.vendor-sponsor {
  border: 2px solid #0093be;
  border-top: none;
  padding: 2em;
  margin-top: -2em;
  background-color: white;
}
.vendor-image-wrap a {
  transition: 0.2s;
}
.vendor-image-wrap a:hover {
  opacity: 0.8;
}
.vendor-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.vendor-map iframe {
  height: 200px !important;
}
.vendor-area,
.vendor-genre {
  width: 600px;
  max-height: 200px;
  overflow-y: auto;
  display: block;
}
.vendor-recommend h3 {
  color: #0093BE;
  border-bottom: 2px solid #0093BE;
  padding-left: 32px; /* アイコンのスペース分 */
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.vendor-recommend h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンの横幅 */
  height: 24px; /* アイコンの高さ */
  background-image: url('/wp-content/uploads/sponsor-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  
}
.vendor-services {
  background-color: #E5F4F9;
  border-radius: 10px;
  padding: 15px;
}
.vendor-services h3 {
  color: #0093BE;
  border-bottom: 2px solid #0093BE;
  padding-left: 32px; /* アイコンのスペース分 */
  position: relative;
}
.vendor-services h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンの横幅 */
  height: 24px; /* アイコンの高さ */
  background-image: url('/wp-content/uploads/sponsor-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.vendor-contact a {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  background-size: 100%;
  color: white;
  width: 250px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: .2s;
}
.vendor-contact a:hover {
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.vendor-contact a span {
  --tw-space-x-reverse: 0;
  margin-right: calc(.75rem * var(--tw-space-x-reverse));
  margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.vendor-price-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 3em auto 0;
  gap: 2em;
}
.vendor-price-container .price-box {
  width: calc(50% - 1em);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.vendor-price-container .price-box h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
  color: white;
  display: flex;
  background-color: #0b89ad;
  border-radius: 20px 20px 0 0;
  align-items: center;
  padding: 10px 50px;
}
.vendor-price-container .price-box img {
  width: 100px;
  height: 100px;
}
.vendor-price-container .price-box ul {
  list-style: none;
  padding-left: 1em;
  padding-bottom: 1em;
}
.vendor-price-container .price-box ul li {
  padding: 0.3em 0;
  font-size: 18px;
  position: relative;
  gap: 1em;
}
.vendor-price-container .price-box h5 {
  font-size: 20px;
  font-weight: bold;
}
.vendor-price-container .price-box span {
  color: #e94709;
  font-size: 22px;
  font-weight: bold;
}
.vendor-price-container .price-box p {
  width: calc(100% - 2em);
  margin: 0 auto 1em;
  box-shadow: 0 0 5px #CCC;
  padding: 5px 10px;
}
.vendor-price-after {
  width: 60%;
  margin: 2em auto 0;
  padding: 1em;
  background-color: #FFFEEC;
  border: 1px solid #989797;
  border-radius: 10px;
}
.sponsor-benefits {
  display: inline-block;
  background: url(/wp-content/uploads/benefits-back.png) no-repeat;
  background-size: 100%;
  padding: 2em 5em;
}
.sponsor-benefits span {
    position: relative;
    top: -1.4em;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

/* もっと見るボタン */
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
	0% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
@keyframes slideDown {
	0% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
.slide-down {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}
@-webkit-keyframes slideUp {
	0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	}
	100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	}
}
@keyframes slideUp {
	0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	}
	100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	}
}
.slide-up {
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}
.table-wrap {
	height: 285px;
	position: relative;
	margin: 0;
  overflow-y: hidden;
}
.content-wrap {
	height: 270px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.voices-content-wrap {
	height: 170px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.more-btn.sp-only {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp-only-wrap {
    height: 135px;
    overflow: hidden;
    position: relative;
    margin: 0;
  }
  .more-btn.sp-only {
    display: block !important;
  }
}
.close-btn, .more-btn {
	display: block;
	width: 100%;
	padding: 40px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.close-btn {
	background: none;
}
.table-wrap .slide-up {
	height: 235px;
	padding-bottom: 0;
	overflow: hidden;
}
.content-wrap .slide-up {
	height: 235px;
	padding-bottom: 0;
	overflow: hidden;
}
.slide-down {
	height: auto;
	padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  /* background: linear-gradient(to right, #66CCFF, #3399FF, #66CCFF); */
  background: #3399FF;
  padding: 5px 20px;
  width: 50%;
  border-radius: 0.5rem;
}
.close-btn {
	padding:0;
}
.close-btn p {
	/* background: linear-gradient(to right, #555555, #000000, #555555); */
  background: #000000;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .footer-widgets {
    display: block;
  }
  .vendor-image {
    width: 100%;
    height: 200px;
  }
  .vendor-area,
  .vendor-genre {
    width: 100%;
    max-height: 200px;
  }
  .vendor-box {
    width: 100%;
    margin-top: 20px;
  }
  .vendor-basic {
    width: 100%;
  }
  .vendor-detail {
    width: 100%;
  }
  .vendor-info {
    gap: 1em;
    flex-direction: column;
  }
  .vendor-price-after {
    width: 100%;
  }
  .vendor-price-container {
    width: 100%;
    margin: 2em auto 0;
  }
  .vendor-price-container .price-box {
    width: 100%;
  }
  .vendor-price-container .price-box ul li {
    font-size: 16px;
  }
  .vendor-price-container .price-box h5 {
    font-size: 18px;
  }
  .vendor-price-container .price-box span {
    font-size: 18px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /* 地域ページ */
  .sub-area-buttons .display-flex {
    flex-direction: column;
    width: 80%;
  }
  .sub-hero-area {
    font-size: 24px;
    top: 0.5em;
    left: 0.5em;
  }

  /* 業者ページ */
  .vendor-header {
    padding: 10px 20px;
  }
  .vendor-header h3 {
    font-size: 22px;
  }
  .designated {
    height: 40px;
    font-size: 12px;
    padding-left: 38px;
    padding-top: 7px;
  }
  .vendor-anchor,
  .vendor-anchor-time {
    top: -20px;
  }
  .compact {
    width: 150px;
  }
  .vendor-hero-attached {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .vendor-hero-area {
    font-size: 24px;
    padding: 0 20px;
    top: 0.5em;
    left: 0.5em;
  }
  .vendor-hero-main {
    margin: 0.5em auto 0;
    width: 90%;
  }
  .vendor-hero-text {
    font-size: 32px;
  }
  .vendor-info {
    padding: 0.5em;
    gap: 0;
  }
  .vendor-map iframe {
    height: 200px !important;
  }
  .vendor-sponsor {
    padding: 2em 0.5em 1em;
    margin-top: -1em;
  }
}


/* sitemap */
.page-template-page-normal .date-tags {
  display: none;
}
.sitemap {

}
.sitemap .wsp-container {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .sitemap .wsp-container {
    width: 100%;
  }  
}