@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/*Google re CAPTCHA保護マーク削除 */
.grecaptcha-badge {
	visibility: hidden;
}

/* フォント */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

/* メールフォーム */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.8em;
  overflow: auto;
}
@media(max-width:599px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #ddd !important;
  }
}
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f8f8f8;
  border: solid 1px #ddd;
}
.inquiry td {
  font-size: 14px;
  border: solid 1px #ddd;
}
.req { /* 必須 */
  font-size: 12px;
  padding: 5px;
  background: #e44141;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any { /* 任意 */
  font-size: 12px;
  padding: 5px;
  background: #f09f4d;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
input,
select,
textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.text-center{
  text-align:center;
}

.wpcf7-submit {
  display: block;
  border: none;
  width: 350px;
  margin: 25px auto 0;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  background-color: #8BCBBA;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: var(--swl-btn_shadow);
  transition: box-shadow .25s;
}
.wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}

/* コンタクトフォーム7　プライバシーポリシー同意 */
.privacy-consent {
  text-align: center !important;
  margin-top: 20px !important;
}
.wpcf7-submit:disabled {
background-color: #999;
}

/* コピーライトカスタム */
.custom-copyright {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: block;
}

.l-header__body {
    padding-left: 3vw;
	padding-right: 2vw;
}

/* ヘッダー右エリア全体 */
.my-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* テキストボックス */
.my-header__box {
  margin-left: auto;
  margin-bottom: 2px;
  line-height: 1.3em;
}

.my-header__box span {
  display: block;
}

.my-header__box-text {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}

.my-header__box-phon {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.my-header__box-time {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}

/* ボタン共通 */
.my-header__contact-button,
.my-header__reserve-button {
  padding-left: 8px;
}

.my-header__contact-button .far,
.my-header__reserve-button .fa-solid {
  padding-right: 5px;
}

.my-header__button {
  font-size: 16px;
  font-weight: bold;	
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-top: 3px;
  text-decoration: none;

  border: 1px solid #8bcbba;
  background: #8bcbba;
  color: #333;
  height: 50px;
  border-radius: 9999px;
  transition: background-color 0.3s, color 0.3s;
  margin-left: 8px;
}

.my-header__button:hover {
  background: #fff;
  color: #333;
  border-color: #333;
}

.my-header__contact-button {
  margin-left: 0;
}

/* スマートフォンでヘッダー内カスタマイズを非表示 */
@media (max-width: 999px){
.my-header-right{
display:none;
}
}
/* ヘッダーメニューのフォント */
.c-gnav .__mainText, .c-gnav .__subText {
	font-size: 16px;
    font-weight: 600;
}

/* ドロワー上部にロゴ設置 */
.drawer-img-wrap {
    text-align: center;
    padding: 20px 0;
}
.drawer-img-wrap img {
    width: 150px;
    height: auto;
}

/* ドロワー内にボタンを設置 */
.my-drawer__body {
	padding: 16px;
	border-top: 1px solid #ccc;
}

.my-drawer__button {
	display: block;
	text-align: center;
	background-color: #333;
	color: #fff;
	padding: 12px 0;
	margin-bottom: 12px;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: bold;
}

.my-drawer__button:hover {
	background-color: #555;
}

/* 症例のH2見出し */
.case_h2 {
  background-image: linear-gradient(#8BCBBA 50%, #357C73 50%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
  padding-left: 18px;
}

/* サイドバーCTAボタン */
.cta-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cta-button .ark-block-button__link {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.cta-button .ark-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  animation: shine 1.2s infinite ease-in-out;
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
}
  
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

.p-postList .p-postList__title {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
/* --- 全体を中央固定配置 --- */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px; /* ボタン間の余白 */
}

/* --- 各ボタン共通スタイル --- */
.follow-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  transition: opacity 0.25s;
  width: 48px;
  height: auto;
}

/* --- 各ボタンの個別カラー（任意で調整）--- */
.follow-banner-web a {
  background-color: var(--wp--preset--color--arkb-green); /* Web予約色 */
}

.follow-banner-line a {
  background-color: #06C755; /* LINEの公式グリーン */
}

.follow-banner-tel a {
  background-color: #007BFF; /* 電話ボタン用ブルー */
}

.follow-banner a:hover {
  opacity: 0.75;
}

/* --- モバイル非表示 --- */
@media screen and (max-width: 999px) {
  .follow-banner {
    display: none;
  }
}

/* 固定フッターメニューのスタイル */
#fix_bottom_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 9999;
	background-color: #E25151;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	padding-bottom: calc(env(safe-area-inset-bottom) * 0.5);
}

#fix_bottom_menu .menu_list {
	display: flex;
	justify-content: space-between;
	height: 60px;
}

#fix_bottom_menu .menu-item {
	flex: 1;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
}

#fix_bottom_menu .menu-item i {
	font-size: 22px;
	margin-bottom: 3px;
}

#fix_bottom_menu .menu-item a {
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (max-width: 999px) {
	#fix_bottom_menu {
		display: block;
	}
}
