@charset "UTF-8";
:root {
  --color1: #927665;
	--color2: #f3a35c;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, figure, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
a {
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
	opacity: .7;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
  box-sizing: content-box;
  border-style: none;
  vertical-align: middle;
  margin: 2em 0;
}
body, p, .entry-content {
  font-size: 16px;
}
.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  [href*='tel:'] {
    pointer-events: none;
  }
  a, a:hover {
    transition: .2s;
  }
  a:hover {
    text-decoration: none;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  body, p, .entry-content {
    font-size: 14px;
  }
}
/*//////////////////////////////

全体設定

//////////////////////////////*/
html {
  font-size: 62.5%;
  touch-action: manipulation;
}
body {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color1);
}
.wrap {
  margin: auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4em;
  }
  .wrap {
    max-width: 1060px;
    padding: 0 30px;
  }
}
.bg-white {
  background-color: #fff;
}
/*//////////////////////////////

あおぞら

//////////////////////////////*/
#all {}
.all-inner {
  max-width: 960px;
  padding: 6em 1em 6em 1em;
  margin: 0 auto;
}
.header-title {
  font-size: 2.5em;
  text-align: center;
  margin: 0 0 1em 0;
}
.header-title h1 {
  font-weight: bold;
}
.header-subtitle {
  font-size: 0.6em;
  text-align: center;
  font-weight: bold;
}
.section {
  margin: 0 0 6em 0;
}
h2.topimg-caption {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 1em 0;
}
h2.section-title {
  font-size: 2em;
  font-weight: bold;
	line-height: 1.5;
  text-align: center;
  margin: 1em 0 1em 0;
}
h2.section-title span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fdf1e6 60%);
}
.section-body {}
.p-bg {
  background-color: #fdf1e6;
  padding: 2em;
  border-radius: 12px;
  margin: 2em 0;
}
.section-youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 0 0 1em 0;
}
.section-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-subtitle {
  margin: 0 0 1em 0;
  text-align: center;
}
.section-bottan a {
  display: block;
	border: 2px solid var(--color1);
  border-radius: 12px;
  padding: 1em;
  margin: 1em 0;
  text-align: center;
  color: var(--color1);
	background: #fff;
	cursor: pointer;
}
.section-bottan-o a {
  display: block;
  background-color: var(--color1);
  border-radius: 12px;
  padding: 1em;
  margin: 1em 0 1em 0;
  text-align: center;
  color: #fff;
	cursor: pointer;
}
.sp-only {
  display: none;
}
.pc-only {
  display: inline-block;
}
.align-center {
  text-align: center;
}
.bottan-w {
  padding: 1em;
  background-color: #fff;
  text-align: center;
  display: block;
  border-radius: 6px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
    margin: 1em 0;
    border-radius: 6px;
  }
  body {
    font-size: 1.6em;
  }
  .wrap {
    max-width: 1060px;
    padding: 0 30px;
  }
  .all-inner {
    padding: 2em 1em;
  }
  .header-title {
    font-size: 1.5em;
  }
  h2.topimg-caption {
    font-size: 1.25em;
    font-weight: bold;
    margin: 1em 0 1em 0;
  }
  h2.section-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 2em 0 1em 0;
  }
  p {
    font-size: 14px;
    margin: 0 0 1em 0;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
  .align-center {
    text-align: left;
  }
}
/*//////////////////////////////

イベントページ

//////////////////////////////*/
span.news-subtitle {
  font-weight: bold;
  margin: 3em 0 0 0;
  display: block;
}
.section-body iframe {
  display: block;
}
a.form-bottan-a {
  display: block;
  text-align: center;
  padding: 1em;
  width: 100%;
  border-radius: 9px;
  background-color: #36BBD9;
  color: #fff;
  margin: 4em 0;
}
@media screen and (max-width: 768px) {
  a.form-bottan-a {
    display: block;
    text-align: center;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
    border-radius: 9px;
    background-color: #36BBD9;
    color: #fff;
    margin: 4em 0 0em 0;
  }
  .form-bottan {
    width: 100%;
    position: fixed;
    bottom: 1em;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 1em;
  }
}
/*//////////////////////////////

甲状腺 コンテンツリスト

//////////////////////////////*/
/* 全体を2列にする親要素 */
.contentlist-area {
  display: flex;
  flex-wrap: wrap;
  gap: 2%; /* カード間の余白 */
}
/* 各コンテンツブロック */
.contentlist-all {
  display: flex;
  width: 48%;
  margin-bottom: 3em;
  box-sizing: border-box;
  border-radius: 8px;
}
/* 画像ブロック */
.contentlist-img {
  flex: 0 0 30%; /* 固定40% */
}
.contentlist-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
/* テキストブロック */
.contentlist-text {
  flex: 1;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contentlist-text a {
	color: var(--color1);
}
/* タイトル調整 */
.contentlist-text-h3 {
  font-size: 1.25em;
  font-weight: bold;
	line-height: 1.5;
  margin: 0 0 0.5em 0;
}
/* 説明文調整 */
.contentlist-text-body {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.4;
}
.contentlist-text-body span {
	color: var(--color2);
}
/* ✅ スマホ表示：1列化せず、縮小だけ行う */
@media (max-width: 767px) {
  .contentlist-all {
    width: 100%; /* 1列分の幅を与える */
  }
  .contentlist-img {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .contentlist-img img {
    margin: 0;
  }
  .contentlist-text {
    padding-left: 0.8em;
  }
  .contentlist-text-h3 {
    font-size: 1.1em; /* 少しだけ小さく調整可 */
  }
  .contentlist-text-body {
    font-size: 14px;
  }
}
.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* 表示状態の切り替え */
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-content {
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  text-align: center;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.modal-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5em;
  cursor: pointer;
}
.modal-options {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.modal-btn {
  padding: 0.75em 1.2em;
  background: var(--color1);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.2s;
}
.modal-btn:hover {
	color: #fff;
}

.section.is_gray {
	color: #7f8080;
}

.section.is_gray .p-bg {
	background: #f6f6f6;
}

.section.is_gray .section-bottan-o a {
	background: #7f8080;
}