@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url('assets/fonts/Noto_Serif_JP/static/NotoSerifJP-Medium.ttf?xiqm4v') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  src: url('assets/fonts/Noto_Serif_JP/static/NotoSerifJP-SemiBold.ttf?xiqm4v') format('truetype');
  font-display: swap;
}

/* * {
  line-height: 2.1rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
} */

/* ヘッダーに翻訳ボタンを追加 */
/* .gtranslate_wrapper {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  #header {
    padding-right: 40px;
  }
  #fix_header {
    padding-right: 40px;
  }
  .gt_switcher_wrapper {
    top: 14px !important;
  }
}
@media (max-width: 959px) {
  .gt_switcher_wrapper {
    top: 8px !important;
    right: 8px !important;
  }
  .gglobe {
    height: 32px !important;
    width: 32px !important;
  }
} */
/** 管理者画面で管理バーが表示されている時の調整 **/
/* body:has(#wpadminbar) .gt_switcher_wrapper {
  top: calc(14px + 32px) !important;
} */

.l-container {
  max-width: 100%;
}

/* ボタンの折り返し防止 */
@media (min-width: 960px) {
  .flex-1 {
    flex: 1;
  }

  .one-line-button {
    width: 100%;
    white-space: nowrap;
  }
}

/* ボタンのスタイルが大きすぎる時に使う */
.custom-button-padding a {
  padding: 0.2rem 1rem;
}

/* Google Mapのアイコンを使えるようにする定義 */
@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon.eot?xiqm4v');
  src: url('assets/fonts/icomoon.eot?xiqm4v#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?xiqm4v') format('truetype'),
    url('assets/fonts/icomoon.woff?xiqm4v') format('woff'),
    url('assets/fonts/icomoon.svg?xiqm4v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-map:before {
  content: "\e948";
}


/* 固定フッターをPC表示でも出す設定 */
/* #fix_bottom_menu+.p-fixBtnWrap {
  bottom: 64px;
}
@media (min-width: 960px) {
  #fix_bottom_menu {
    display: block;
  }
  #fix_bottom_menu .menu-item {
    cursor: pointer;
  }
  .l-footer {
    padding-bottom: 65px !important;
  }
} */

/* お問い合わせフォーム用設定 */
.wpcf7-form {
  max-width: 868px;
  margin: 0 auto;
  padding: 1rem;
}

/* 定義リストのスタイル */
.wpcf7-form dl {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.wpcf7-form dt {
  margin-bottom: 0.3rem;
}

.wpcf7-form dt p {
  font-weight: bold;
  margin: 0;
}

.wpcf7-form dd {
  margin: 0;
}

.wpcf7-form dd p {
  margin: 0;
}

/* 必須マークのスタイル */
.required {
  color: #ff4b4b;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

/* 入力フィールドの共通スタイル */
.wpcf7-form-customized {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

/* フレックスボックスのスタイル */
.wpcf7-flex p {
  display: flex;
  gap: 0.5rem;
}

.wpcf7-flex .wpcf7-form-control-wrap {
  width: 50%;
}

/* ラジオボタンのスタイル */
.wpcf7-radio {
  display: flex;
  gap: 1rem;
  border: none;
  padding: 0;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}

.wpcf7-radio input[type="radio"] {
  width: auto;
}

/* 日付入力のスタイル */
.wpcf7-date {
  width: 100%;
}

/* シンプルCAPTCHAのスタイル */
.wpcf7-capthca img {
  padding: 0.3rem 0;
  margin-left: -0.3rem;
}

/* 送信ボタンのスタイル */
.submit-box {
  text-align: center;
  margin-top: 40px;
}

.submit p {
  margin: 0;
}

.wpcf7-submit {
  background: #2d2d2d;
  color: white;
  padding: 15px 60px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: auto;
}

.wpcf7-submit:hover {
  background: #4a4a4a;
}

/* スピナーのスタイル */
.wpcf7-spinner {
  margin: 0 0 0 10px;
}

/* エラーメッセージのスタイル */
.wpcf7-not-valid-tip {
  color: #ff4b4b;
  font-size: 0.8rem;
}

.wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 4px;
  text-align: center;
}

/* 全幅クラスのスタイル */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif JP', serif;
}

.l-container {
  width: 100% !important;
  max-width: 1338px !important;
  padding: 0 29px !important;
}

.w-100 {
  width: 100% !important;
}

.l-header,
.l-footer,
.p-social-nav {
  background-color: black !important;
  height: 85px;
}

.-series .l-header__inner {
  height: 85px;
}

.c-headLogo {
  height: auto;
}

.w-header {
  display: none;
}

.c-gnav>.menu-item>a .ttl {
  font-weight: 700;
  color: #fff;
  line-height: 25.6px;
  font-size: 14px;
}

.l-header .c-gnav>li>a:after {
  background: #f0b849;
}

.c-smallNavTitle {
  font-size: 11px;
  color: #fff;
  line-height: 21.6px;
  opacity: 1;
}

.wp-block-heading {
  margin-bottom: 0 !important;
}

#content {
  max-width: unset !important;
  padding: 0 !important;
}

.-frame-on .l-mainContent {
  background: #000 !important;
  color: #fff;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.l-article {
  max-width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slick-dots {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
  list-style: none !important;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  opacity: .25;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #BF0000;
  opacity: 1;
}

.slick-dots li:hover button {
  opacity: 1;
}

.l-table {
  max-width: 450px;
}

.name a,
.portrait a {
  color: #FB4264;
  animation: neon 3s ease infinite;
}

@keyframes neon {

  0%,
  100% {
    text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128;
    color: #FED128;
  }

  50% {
    text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B;
    color: #806914;
  }
}

.attendance {
  font-size: 16px;
  color: #fff;
  display: block !important;
}

.staff-block .wp-block-group {
  list-style: none;
  text-align: center;
  border: 1px solid #ddd;
}

.sme-highlighter {
  background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%);
}

.group-flex>div {
  display: flex;

}

.group-left {
  width: calc(100% - 850px);
}

.group-right {
  width: 850px;
  max-width: 100%;
}

.group-right .map-link a {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  background: #fff;
  border-color: #BF0000;
  border-width: 2px;
  border-style: solid;
  color: #BF0000;
  padding-top: 0.667em;
  padding-right: 1.33em;
  padding-bottom: 0.667em;
  padding-left: 1.33em;
}

.smb-accordion__item__title {
  background-color: gray;
}

.smb-accordion__item__title>.smb-accordion__item__title__icon {
  color: #f0b849 !important;
}

.l-footer {
  color: #fff !important;
}

.video_block {
  position: absolute;
  top: -6em;
  left: 0;
  z-index: -1;
}

.video_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.vertical-text {
  overflow: hidden;
}

.staff-block {
  gap: 5px !important;
}

.-frame-on .p-breadcrumb {
  background: #E0D39F !important;
}

.p-breadcrumb+.l-content {
  margin-bottom: 0;
}

.l-footer__inner {
  background: #000 !important;
}

.l-sidebar {
  display: none !important;
}

.-sidebar-on .l-mainContent {
  width: 100%;
}

.c-headLogo .c-headLogo__link img {
  width: 80px;
}

@media (min-width: 64em) {
  .c-headLogo .c-headLogo__link img {
    width: 160px;
  }
}

.contact_btn {
  margin: 10px auto !important;
  text-align: center;
}

.contact_btn a {
  display: inline-block;
  color: #E0D39F !important;
  padding: 15px 20px;
  border: 1px solid #E0D39F !important;
  border-radius: 10px;
  min-width: 200px;
}

@media screen and (max-width: 1024px) {

  .group-flex>div {
    flex-direction: column;
  }

  .group-left {
    width: 100%;
  }

  .group-right {
    width: 100%;
  }

  .video_block {
    width: 330%;
    left: -100%;
  }

  .l-access {
    --smb-grid--gap: 30px !important;
    --smb-grid--columns: 1 !important;
    --smb-grid--rows: 1 !important;
  }

  .staff-block {
    --smb-grid--gap: 10px !important;
    --smb-grid--columns: 2 !important;
    --smb-grid--rows: 1 !important;
  }

  .wp-block-table td {
    font-size: 10px;
  }

  .wp-block-table tr:first-child td {
    font-size: 9px;
  }
}

/* お問い合わせ ↓↓↓*/
.form__wrap {
  width: 100%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template03 {
  color: white;
  font-size: 14px;
}

.wpcf7 .template03 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}

.wpcf7 .template03 a:hover {
  opacity: .5;
  transition: opacity .25s;
}

.wpcf7 .template03 div.form__row {
  display: flex;
  align-items: center;
  margin: 0;
}

.wpcf7 .template03 div.form__row br {
	display: none;
}

.wpcf7 .template03 div.form__row.row-privacy,
.wpcf7 .template03 div.form__row.row-submit {
  display: block;
  margin-top: 1em;
  text-align: center;
}

.wpcf7 .template03 div.form__row.row-privacy .form__body,
.wpcf7 .template03 div.form__row.row-submit .form__body {
  width: 100%;
}

.wpcf7 .template03 div.form__row.row-message {
  align-items: flex-start;
}

.wpcf7 p.form__label,
.wpcf7 p.form__body {
  margin: 0;
  box-sizing: border-box;
}

.wpcf7 .template03 p.form__label {
  width: 36%;
  padding: 1em;
}

.wpcf7 .template03 p.form__body {
  width: 64%;
  padding: 1em;
}

.wpcf7 .template03 p.form__label label {
  position: relative;
  padding-left: 44px;
}

.wpcf7 .template03 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 0;
  background-color: #f6f6f8;
  color: black;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}

.wpcf7 .template03 p.form__label.is-required label {
  position: relative;
}

.wpcf7 .template03 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #e00022;
  background-color: #fff;
  color: #e00022;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}

/* テキストフィールド */
.wpcf7 .template03 input[type=text],
.wpcf7 .template03 input[type=tel],
.wpcf7 .template03 input[type=email],
.wpcf7 .template03 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #333;
  border-left: 4px solid #333;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: black;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template03 input[type=text]::placeholder,
.wpcf7 .template03 input[type=tel]::placeholder,
.wpcf7 .template03 input[type=email]::placeholder,
.wpcf7 .template03 input[type=url]::placeholder,
.wpcf7 .template03 input[type=date]::placeholder,
.wpcf7 .template03 input[type=number]::placeholder,
.wpcf7 .template03 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template03 input[type=text]:-ms-input-placeholder,
.wpcf7 .template03 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template03 input[type=email]:-ms-input-placeholder,
.wpcf7 .template03 input[type=url]:-ms-input-placeholder,
.wpcf7 .template03 input[type=date]:-ms-input-placeholder,
.wpcf7 .template03 input[type=number]:-ms-input-placeholder,
.wpcf7 .template03 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template03 input[type=text]::-ms-input-placeholder,
.wpcf7 .template03 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template03 input[type=email]::-ms-input-placeholder,
.wpcf7 .template03 input[type=url]::-ms-input-placeholder,
.wpcf7 .template03 input[type=date]::-ms-input-placeholder,
.wpcf7 .template03 input[type=number]::-ms-input-placeholder,
.wpcf7 .template03 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template03 input[type=text]:focus,
.wpcf7 .template03 input[type=tel]:focus,
.wpcf7 .template03 input[type=email]:focus,
.wpcf7 .template03 input[type=url]:focus,
.wpcf7 .template03 input[type=date]:focus,
.wpcf7 .template03 input[type=number]:focus,
.wpcf7 .template03 textarea:focus {
  outline: 0;
  box-shadow: 2px 3px 2px 1px rgba(205, 205, 205, .7);
}

/* チェックボックス */
.wpcf7 .template03 input[type=checkbox] {
  display: none;
}

.wpcf7 .template03 input[type=checkbox]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template03 input[type=checkbox]+span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #333;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template03 input[type=checkbox]+span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: all .25s;
}

.wpcf7 .template03 input[type=checkbox]:checked+span {
  color: white;
  transition: all .25s ease;
}

.wpcf7 .template03 input[type=checkbox]:checked+span::before {
  opacity: 0;
}

.wpcf7 .template03 input[type=checkbox]:checked+span::after {
  opacity: 1;
  border-bottom: 2px solid #E0D39F;
  border-right: 2px solid #E0D39F;
  transform: rotate(400deg);
  transition: all .25s;
}

/* ラジオボタン */
.wpcf7 .template03 input[type=radio] {
  display: none;
}

.wpcf7 .template03 input[type=radio]+span {
  cursor: pointer;
  position: relative;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template03 input[type=radio]+span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template03 input[type=radio]+span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template03 input[type=radio]:checked+span {
  color: white;
  transition: all .25s ease;
}

.wpcf7 .template03 input[type=radio]:checked+span::before {
  background-color: #E0D39F;
}

.wpcf7 .template03 input[type=radio]:checked+span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: transparent;
  animation-name: border-circle;
  animation-duration: .25s;
  transition: opacity .25s ease;
}

/* セレクト */
.wpcf7 .template03 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
}

.wpcf7 .template03 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 1.8em .5em 1em;
  border: 1px solid #333;
  border-left: 4px solid #333;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: black;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#visit-hour {
  width: 75px !important;
}
.wpcf7 .template03 select::-ms-expand {
  display: none;
}

.wpcf7 .template03 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .4em;
  height: .4em;
  top: calc(50% + .1em);
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template03 select:focus {
  outline: 0;
  box-shadow: 2px 3px 2px 1px rgba(205, 205, 205, .7);
}

.wpcf7 .template03 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* セレクト2 */
.wpcf7 .template03 span.select-wrap {
  position: relative;
  width: 250px !important;
  margin: 0;
}

#select2 {
  cursor: pointer;
  width: 75px !important;
  max-width: 100%;
  margin: 0;
  padding: .5em 1.8em .5em 1em;
  border: 1px solid #333;
  border-left: 4px solid #333;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: black;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template03 select::-ms-expand {
  display: none;
}

.wpcf7 .template03 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;

  width: .4em;
  height: .4em;
  top: calc(50% + .1em);
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template03 select:focus {
  outline: 0;
  box-shadow: 2px 3px 2px 1px rgba(205, 205, 205, .7);
}

.wpcf7 .template03 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template03 .submit-btn {
  overflow: hidden;
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template03 input[type="submit"] {
  cursor: pointer;
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
}

.wpcf7 .template03 input[type="submit"]~div.submit-bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 200%;
  height: 65px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #333, #333);
  background-position: 100% 0;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transform: translateX(-50%);
  transition: transform .25s;
  z-index: 1;
}

.wpcf7 .template03 input[type="submit"]:hover {
  color: #333;
}

.wpcf7 .template03 input[type="submit"]:hover~div.submit-bg {
  transform: translateX(-4px);
  transition: transform .25s;
}

.wpcf7 .template03 input[type="submit"]:focus {
  outline: 0;
}

.wpcf7 .template03 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 .template03 span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}

.wpcf7 .template03 .ajax-loader {
  display: block;
}

@keyframes border-circle {
  0% {
    width: 0;
    height: 0;
    transform: translate(.5em, .5em);
  }

  100% {
    width: 1em;
    height: 1em;
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template03 span.wpcf7-list-item {
    display: block;
  }

  .wpcf7 .template03 div.form__row {
    display: block;
  }

  .wpcf7 .template03 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }

  .wpcf7 .template03 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}

/* お問い合わせ ↑↑↑*/
@media screen and (max-width: 999px) {

  /*↓タブレット用CSSはここに記述↓*/
  .serapi ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .toptex span {
    letter-spacing: 0.4em !important;
    font-size: 4.8vw !important;
  }

  #media_image-2 img {
    width: 200px !important;
  }

  /*↑タブレット用CSSはここに記述↑*/
}
/* コピーフォーム */
.copy_form{
	width:450px;
	max-width: 100%;
	margin: 0 auto 20px;
	background-color:white;
	color:black;
 	border-radius: 13px;
	padding: 5px;
	position: relative;
}
.copy-the-code-button{
    border-radius: 7px!important;
	font-weight:bold!important;
	background-color:#00B901!important;
	color:white!important;
	position: absolute;
	top: 5px;
	right: 5px;
}
.copy-target {
	font-weight:bold;
	
}
.single-therapist .p-articleThumb,
.single-therapist .c-shareBtns,
.single-therapist .l-articleBottom,
.single-therapist .p-articleMetas,
.single-therapist .c-postTitle__date {
	display: none;
}
.therapist-list {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
}
.therapist-item {
	width: calc((100% - 25px) / 6);
	border: 1px solid #fff;
}
.therapist-thumb img {
	display: block;
}
.therapist-info {
	padding: 5px;
}
.therapist-name {
	animation: neon 3s ease infinite;
	font-size: 16px !important;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}
.therapist-name:before {
	display: none !important;
}
.therapist-working-time {
	font-size: 16px !important;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
/* お問い合わせレスポンシブ↓↓↓ */
@media only screen and (max-width: 768px) {
	.therapist-item {
		width: calc((100% - 5px) / 2);
	}
  .wpcf7 .template03 span.wpcf7-list-item {
    display: block;
  }

  .wpcf7 .template03 div.form__row {
    display: block;
  }

  .wpcf7 .template03 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }

  .wpcf7 .template03 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}

.p-postList.-type-thumb {
	justify-content: center;
}
.p-postList {
 display: flex;
 gap: 10px;
 flex-wrap: wrap;
 justify-content: center;
}
.p-postList > li {
 width: calc((100% - 20px)/3) !important;
}
.wpcf7-spinner {
	display: block;
}
@media screen and (max-width: 768px) {
 .p-postList {
/*   flex-direction: column; */
 }
 .p-postList > li {
   width: 100% !important;
	 
 }
	.c-smallNavTitle {
		color: #000;
	}
	.l-footer__foot .c-iconList {
		margin-bottom: 0;
	}
	.l-footer__foot,
	.l-footer__nav {
		padding: 0 !important;
	}
	.l-footer {
		height: 75px;
		background: #000;
		position: fixed;
		left: 0;
		width: 100%;
		bottom: 0;
		z-index: 1;
		padding-top: 5px !important;
	}
	.wpcf7 .template03 .__line-sp select {
		width: 70px;
	}
}

.c-headLogo .c-headLogo__link img {
	width: 85px;
}