@charset "utf-8";

@import url(css-SawarabiGothic.css);

@import url(css-JosefinSans300400600_swap.css);

/* =========================
   CSS VARIABLES
   ========================= */

:root {
  /* Fonts */
  --font-base: "Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "Helvetica Neue", "Helvetica, Arial", "Lucida Grande", sans-serif;
  --font-sans-ja: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-serif: "Cinzel", "Garamond", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --font-en-sans: "Josefin Sans", var(--font-sans-ja);
  --font-awesome-solid: "Font Awesome 5 Free";
  --font-awesome-legacy: "FontAwesome";
  /* Base sizing */
  --font-size-base: 14px;
  --line-height-base: 1.8;
  /* Neutrals / text */
  --color-white: #fff;
  --color-black: #000;
  --color-text-main: #302d2d;
  --color-text-link-hover: #6f9d40;
  --color-border-light: #d7daad;
  --color-border-gray: #ccd9a9;
  --color-border-gray2: #d7daad;
  --color-bg-muted: #fbfcf5;
  /* Accent palette */
  --color-accent-pink: #98b753;
  --color-accent-pink-soft: #dfeecb;
  --color-accent-pink-icon: #f1f7e6;
  --color-accent-pink-bg: #8db04d;
  --color-accent-pink-border: #c9d99f;
  --color-accent-pink-dark2: #5f8e35;
  --color-accent-red: #8db04d;
  --color-accent-red2: #a5c05c;
  --color-accent-red4: #a5c05c;
  --color-accent-red5: #5f8e35;
  --color-accent-orange: #d59f27;
  --color-accent-gold: #d6d463;
  --color-accent-yellow-line: #fbfff5;
  --color-accent-green-line: #58aa5d;
  --color-accent-brown: #302d2d;
  /* Backgrounds / forms / borders */
  --color-bg-dark: #56722f;
  --color-bg-form: #f6faee;
  --color-border-double: #6a8f453c;
  /* Shadows */
  --shadow-soft: 0 8px 26px rgba(105,153,58,.16);
  --shadow-nav-footer: 0 0 18px rgba(141,176,77,.55);
  /* Transitions */
  --transition-fast: 0.3s ease-in-out;
  --transition-normal: 0.7s ease-in-out;
  --transition-long: 2s;
  /* Layout / breakpoints */
  --header-height-pc: 73px;
  --header-height-sp: 58px;
  --bp-lg: 1200px;
  --bp-md: 1024px;
  --bp-sm: 768px;
  --bp-xs: 500px;
  --bp-xxs: 320px;
  /* Final leaf-green theme tokens */
  --iitime-bg: #f7faf1;
  --iitime-pale: #edf6df;
  --iitime-soft: #dfeecb;
  --iitime-mid: #b6cf81;
  --iitime-main: #8db04d;
  --iitime-deep: #5f8e35;
  --iitime-ink: #302d2d;
  --iitime-white: #fff;
  --iitime-line: rgba(86,114,47,.28);
  --iitime-glow: rgba(255,255,255,.72);
}

/* =========================
   RESET & BASE
   ========================= */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

@font-face {
  font-family: var(--font-awesome-solid);
  font-weight: 900;
  src: url("../font/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: var(--font-awesome-solid);
  font-weight: 400;
  src: url("../font/fa-regular-400.woff2") format("woff2");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-base);
  line-height: var(--line-height-base);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow: hidden;
  -ms-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  color: var(--color-text-main);
  background: url(../images/bg.jpg);
}

.STYLE1 {
  font-size: 16px;
}

.STYLE3 {
  color: var(--color-accent-red5);
  font-weight: bold;
}

.STYLE4 {
  font-size: 12px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 80000;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
  display: block;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover,
a:active {
  color: var(--color-text-link-hover);
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--color-border-gray2);
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

.flort_plus:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
}

button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

/* =========================
   GENERIC ELEMENTS
   ========================= */

main {
  width: 100%;
  min-height: 750px;
  overflow: hidden;
}

section {
  text-align: center;
  margin: 0 auto;
}

main section:last-child {
  padding: 0 0 40px 0;
}

main section:first-child {
  padding: 75px 0 30px;
}

main .other_page:last-child {
  padding: 40px 0;
}

.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

/* =========================
   LINK ANIMATIONS
   ========================= */

/* 容器：按钮横排 + 居中对齐 */

.footer_link {
  display: flex;
  flex-wrap: wrap;
  /* 默认允许换行（给手机用） */
  justify-content: center;
  /* 水平居中 */
  gap: 10px;
  /* 按钮之间间距 */
}

/* 按钮样式 */

.footer_link .link_act_01 {
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  background: var(--color-accent-red4);
  /* 按钮背景色 */
  color: var(--color-white);
  /* 文字颜色 */
  border-radius: 4px;
  /* 圆角 */
  text-decoration: none;
  /* 去掉下划线 */
  font-size: 14px;
  box-sizing: border-box;
}

/* hover 效果（可选） */

.footer_link .link_act_01:hover {
  opacity: 0.85;
}

/* —— 手机端：2列布局 —— */

@media (max-width: 767px) {
  .footer_link .link_act_01 {
    flex: 0 0 calc(45% - 10px);
    /* 一行放 2 个 */
  }
}

/* —— 电脑端：1行显示 —— */

@media (min-width: 768px) {
  .footer_link {
    flex-wrap: nowrap;
    /* 不换行 => 一行显示 */
  }

  .footer_link .link_act_01 {
    flex: 0 0 auto;
    /* 宽度由内容决定 */
    min-width: 120px;
    /* 需要的话设个最小宽度 */
  }
}

@keyframes anime {
  0% {
    transform: scale(0.9);
  }

  30% {
    transform: scale(0.9);
  }

  40% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.9);
  }

  60% {
    transform: scale(1.1);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(0.9);
  }
}

/* =========================
   REVEAL ANIMATIONS (mvXX)
   ========================= */

.list-mv02 {
  transition: var(--transition-long);
  opacity: 0;
}

.mv02 {
  opacity: 1.0;
}

.list-mv03 {
  opacity: 1.0;
  transition: var(--transition-long);
  transform: translate(0,5px);
  -webkit-transform: translate(0,5px);
  -ms-transform: translate(0,5px);
  -moz-transform: translate(0,5px);
}

.mv03 {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv04 {
  -webkit-transform: rotateY(270deg);
  -ms-transform: rotateY(270deg);
  -moz-transform: rotateY(270deg);
}

.mv04 {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.list-mv05 {
  transition: 2s;
  transform: translate(0,10px);
  -webkit-transform: translate(0,10px);
  -ms-transform: translate(0,10px);
  -moz-transform: translate(0,10px);
}

.mv05 {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv06 {
  transition: 1.5s;
  transform: translate(0,10px);
  -webkit-transform: translate(0,10px);
  -ms-transform: translate(0,10px);
  -moz-transform: translate(0,10px);
}

.mv06 {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv07 {
  opacity: 0;
  transition: .5s;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
}

.mv07 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.list-mv07_01 {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
}

.mv07_01 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv07_02 {
  opacity: 0;
  transition: 2s;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
}

.mv07_02 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv07_03 {
  opacity: 0;
  transition: 3s;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
}

.mv07_03 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv07_04 {
  opacity: 0;
  transition: 1.1s;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
}

.mv07_04 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

.list-mv08 {
  opacity: 0;
  transition: 2.0s;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
}

.mv08 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.list-mv10 {
  transition: 4.5s;
  opacity: 0;
}

.mv10 {
  opacity: 1.0;
}

.list-mv11 {
  opacity: 0;
  transition: 4s;
  transform: translate(0,20px);
  -webkit-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
}

.mv11 {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}

@keyframes block_left {
  100% {
    transform: translateX(100%);
  }
}

.list-mv13 {
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.mv13 {
  opacity: 1;
}

.mv13:before {
  animation: block_right 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: var(--color-accent-yellow-line);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes block_right {
  100% {
    transform: translateX(-100%);
  }
}

.mv14:before {
  animation: block_top 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: var(--color-accent-yellow-line);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes block_top {
  100% {
    transform: translatey(100%);
  }
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  pointer-events: none;
  opacity: 0;
}

/* =========================
   SAMPLE CONTENT
   ========================= */

.contents .sample-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.contents .text-area {
  margin-bottom: 20px;
}

.sample-tit {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.sample-txt {
  text-align: center;
}

.sample-link {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.9);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  .contents .sample-img > div {
    width: 80%;
    display: inline-block;
  }

  .contents .text-area,
  .contents .link-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contents .text-area > div {
    width: 500px;
    display: inline-block;
  }

  .sample-tit {
    font-size: 38px;
  }

  .sample-txt {
    font-size: 18px;
  }

  .contents .link-area > div {
    display: inline-block;
  }

  .sample-link {
    width: 300px;
    margin: 0 auto;
  }
}

/* =========================
   CATCH / KANA FADING
   ========================= */

.catch span.off {
  transition: 4.5s;
  opacity: 0;
}

.catch span.on {
  opacity: 1.0;
}

.catch span:nth-child(1) {
  transition-delay: .0s;
}

.catch span:nth-child(2) {
  transition-delay: .1s;
}

.catch span:nth-child(3) {
  transition-delay: .2s;
}

.catch span:nth-child(4) {
  transition-delay: .3s;
}

.catch span:nth-child(5) {
  transition-delay: .4s;
}

.catch span:nth-child(6) {
  transition-delay: .5s;
}

.catch span:nth-child(7) {
  transition-delay: .6s;
}

.catch span:nth-child(8) {
  transition-delay: .7s;
}

.catch span:nth-child(n/**/+9) {
  transition-delay: .7s;
}

.kana span.off {
  transition: 4.5s;
  opacity: 0;
}

.kana span.on {
  opacity: 1.0;
}

.kana span {
  transition: 4.5s;
  opacity: 0;
}

.kana span:nth-child(1) {
  transition-delay: .0s;
}

.kana span:nth-child(2) {
  transition-delay: .1s;
}

.kana span:nth-child(3) {
  transition-delay: .2s;
}

.kana span:nth-child(4) {
  transition-delay: .3s;
}

.kana span:nth-child(5) {
  transition-delay: .4s;
}

.kana span:nth-child(6) {
  transition-delay: .5s;
}

.kana span:nth-child(7) {
  transition-delay: .6s;
}

.kana span:nth-child(8) {
  transition-delay: 7s;
}

.kana span:nth-child(n/**/+9) {
  transition-delay: .7s;
}

/* =========================
   PASSING ANIMATION (icons)
   ========================= */

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@-moz-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}

.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}

.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}

/* =========================
   BOUNCE ANIMATIONS
   ========================= */

.animation-bounce {
  animation: bounce 2.5s ease infinite;
  -webkit-animation: bounce 2.5s ease infinite;
  -ms-animation: bounce 2.5s ease infinite;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(-3px);
  }
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(-3px);
  }
}

.animation-bounce02 {
  animation: bounce02 1.7s ease infinite;
  -webkit-animation: bounce02 1.7s ease infinite;
  -ms-animation: bounce02 1.7s ease infinite;
}

@keyframes bounce02 {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(-3px);
  }
}

@-webkit-keyframes bounce02 {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* =========================
   TITLES / TYPOGRAPHY
   ========================= */

.subtitle {
  width: 100%;
  color: var(--color-text-main);
  font-size: 1.8em;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-text-main);
  padding: 10px 0;
  text-align: center;
}

.subtitle_02 {
  margin: 10px auto 10px;
  padding: 10px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  max-width: 1024px;
  display: flex;
  color: var(--color-accent-brown);
  justify-content: center;
  align-items: center;
  font-family: var(--font-serif);
}

.subtitle_02 .en {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}

.subtitle_02 .en:first-letter {
  font-size: 38px;
}

.subtitle_02 .ja {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}

.subtitle_02 > .template_box > .content_borderbox {
  padding: 0 10px;
}

.subtitle_03 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.5em;
  color: #867876;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
}

.subtitle_03:after {
  margin-left: .4em;
}

.subtitle_03:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #867876;
  display: block;
}

/* =========================
   LAYOUT HELPERS
   ========================= */

.inner {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}

.text_center {
  text-align: center;
}

.center_100 {
  width: 100%;
  margin: auto;
  text-align: center;
}

.text_left {
  text-align: left;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_20_pc {
  margin-bottom: 20px;
}

.mb_20_sp {
  margin-bottom: 0;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40_pc {
  margin-bottom: 40px;
}

.pb_30 {
  padding-bottom: 30px;
}

/* duplicate class kept for backward compatibility */

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.wb {
  font-weight: bold;
}

.fs_14 {
  font-size: 14px;
}

.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}

.fs_20 {
  font-size: 20px;
}

.fs_23 {
  font-size: 23px;
}

.fs_25 {
  font-size: 25px;
}

/* =========================
   DL / TABLE STYLES
   ========================= */

.table_collum_01 tbody tr th {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.17);
}

.table_collum_01 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.table_collum_01 tr {
  display: block;
  margin: 10px 0;
}

.table_collum_01 th {
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 20px;
}

.table_collum_01 td {
  padding: 15px 30px;
  text-align: center;
  border-top: none;
  border-bottom: none;
  font-family: var(--font-sans-ja);
}

.table_collum_01 td,
.table_collum_01 th {
  width: 100%;
  display: block;
}

.table_collum_02 {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  table-layout: fixed;
}

.table_collum_02 input {
  border: 1px solid #dbe6c4;
}

.table_collum_02 tr {
  margin-bottom: 30px;
}

.table_collum_02 tr.check_list input {
  width: auto;
}

.table_collum_02 th,
.table_collum_02 td {
  padding: 20px;
  vertical-align: middle;
}

.table_collum_02 th {
  text-align: left;
  padding: 20px;
  color: var(--color-text-muted);
  vertical-align: top;
  width: 35%;
  border-right: 1px dotted var(--color-border-gray);
}

.table_collum_02 td {
  text-align: left;
  background: rgba(255,255,255,0.5);
}

.table_collum_02 td a {
  color: var(--color-text-main);
}

.table_collum_02 .requier {
  border-radius: 2px;
  background: var(--color-accent-pink-dark2);
  color: var(--color-white);
  font-size: 0.6em;
  letter-spacing: 1px;
  padding: 4px 12px;
}

.at_fierd td {
  padding: 5px;
}

.table_collum_03 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  text-align: center;
  table-layout: fixed;
}

.table_collum_03 th,
.table_collum_03 td {
  padding: 20px;
  vertical-align: middle;
  font-size: 30px;
}

.table_collum_03 th span,
.table_collum_03 td span {
  font-size: 16px;
}

.table_collum_03 th {
  text-align: center;
  padding: 20px;
  vertical-align: top;
  background: var(--color-bg-muted);
  color: var(--color-text-muted);
  -webkit-font-smoothing: antialiased;
}

.table_collum_03 td {
  text-align: center;
  border-top: 1px dotted #d7daad;
}

.table_collum_03 td.center {
  text-align: center;
}

.table_collum_03 .txt {
  font-size: 21px;
}

/* =========================
   BREADCRUMB
   ========================= */

.pankuzu {
  padding: 5px 20px;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0;
  position: relative;
}

.pankuzu ol li {
  display: inline-block;
  list-style-type: none;
  padding-right: 5px;
}

.pankuzu ol li:first-child:before {
  content: "";
  font-family: var(--font-awesome-solid);
  font-weight: 900;
}

.pankuzu ol li:before {
  content: " > ";
}

.pankuzu ol li a {
  padding-left: 5px;
}

/* =========================
   HEADER / NAV (PC)
   ========================= */

.btn_menu {
  position: fixed;
}

.btn_menu .txt {
  position: absolute;
  height: auto;
  background: none;
  letter-spacing: 0;
  max-height: 100%;
  white-space: nowrap;
  display: inline;
  word-break: normal;
}

.btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-accent-pink);
}

.btn_trigger,
.btn_trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
  text-shadow: 0 0 3px var(--color-white), 0 0 3px var(--color-white), 0 0 3px var(--color-white);
}

.open .btn_trigger {
  color: var(--color-text-main);
}

/* open-close animation of btn_top */

#btn_top span:nth-of-type(1) {
  -webkit-animation: btn_trigger_01 .5s forwards;
  animation: btn_trigger_01 .5s forwards;
}

@-webkit-keyframes btn_trigger_01 {
  0% {
    -webkit-transform: translateY(13px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes btn_trigger_01 {
  0% {
    transform: translateY(13px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

#btn_top span:nth-of-type(2) {
  -webkit-animation: btn_trigger02 .5s forwards;
  animation: btn_trigger02 .5s forwards;
}

@-webkit-keyframes btn_trigger02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btn_trigger02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#btn_top span:nth-of-type(3) {
  -webkit-animation: btn_trigger03 .5s forwards;
  animation: btn_trigger03 .5s forwards;
}

@-webkit-keyframes btn_trigger03 {
  0% {
    -webkit-transform: translateY(-13px) rotate(45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes btn_trigger03 {
  0% {
    transform: translateY(-13px) rotate(45deg);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

#btn_top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 30px;
  height: 30px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  transition: all .1s;
  opacity: 0;
}

#btn_top.active span:nth-of-type(1) {
  -webkit-animation: active_btn_top_bar01 .5s .5s forwards;
}

@-webkit-keyframes active_btn_top_bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  100% {
    -webkit-transform: translateY(13px) rotate(-45deg);
  }
}

@keyframes active_btn_top_bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(13px) rotate(-45deg);
  }
}

#btn_top.active span:nth-of-type(2) {
  -webkit-animation: active_btn_top_bar02 .5s .5s forwards;
}

@-webkit-keyframes active_btn_top_bar02 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes active_btn_top_bar02 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#btn_top.active span:nth-of-type(3) {
  -webkit-animation: active_btn_top_bar03 .5s .5s forwards;
}

@-webkit-keyframes active_btn_top_bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-13px) rotate(45deg);
  }
}

@keyframes active_btn_top_bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(-13px) rotate(45deg);
  }
}

/* drawer nav bg */

#nav_bg {
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
}

.open #nav_bg {
  top: 0px;
}

#nav_drawer {
  font-size: 18px;
  align-items: baseline;
}

#nav_drawer > ul {
  flex-wrap: wrap;
}

#nav_drawer li {
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  -webkit-transform: translateY(-3px);
}

#nav_drawer li.info {
  width: 100%;
  font-size: 20px;
  text-align: center;
}

#nav_drawer li.info_open {
  font-size: 20px;
  text-align: center;
  color: var(--color-accent-brown);
  width: 100%;
  display: block;
}

#nav_drawer a {
  color: var(--color-accent-brown);
  width: 100%;
  display: block;
  padding: 15px 0;
}

.open #nav_drawer li {
  -webkit-transform: translateY(0px);
}

.open #nav_drawer li:nth-child(1) {
  transition-delay: 0s;
}

.open #nav_drawer li:nth-child(2) {
  transition-delay: .1s;
}

.open #nav_drawer li:nth-child(3) {
  transition-delay: .2s;
}

.open #nav_drawer li:nth-child(4) {
  transition-delay: .3s;
}

.open #nav_drawer li:nth-child(5) {
  transition-delay: .4s;
}

.open #nav_drawer li:nth-child(6) {
  transition-delay: .5s;
}

.open #nav_drawer li:nth-child(7) {
  transition-delay: .6s;
}

.open #nav_drawer li:nth-child(8) {
  transition-delay: .7s;
}

.open #nav_drawer li:nth-child(9) {
  transition-delay: .8s;
}

.open #nav_drawer li:nth-child(10) {
  transition-delay: .9s;
}

.open #nav_drawer li:nth-child(11) {
  transition-delay: 1s;
}

/* =========================
   CONTENT BOXES
   ========================= */

.subtitle_02 > .content_borderbox {
  padding: 0 20px 20px 20px;
}

.content_borderbox {
  width: 100%;
  padding: 20px;
  margin: 0 auto 40px;
  border: 3px double var(--color-border-double);
}

.content_borderbox:last-child {
  margin-bottom: 0;
}

.content_borderbox p {
  font-size: 1.1em;
  border-bottom: 1px dotted #cfd9b1;
  padding: 10px 0;
  text-align: left;
}

.content_borderbox p:last-child {
  border-bottom: none;
}

.content_borderbox a {
  color: var(--color-text-main);
}

.content_colorbox {
  width: 100%;
  padding: 40px;
  margin: 0 auto 40px;
  background: var(--color-accent-pink-bg);
  border: 3px double var(--color-accent-pink-border);
}

.subttile > .content_colorbox {
  padding: 0 30px;
}

.content_colorbox:last-child {
  margin-bottom: 0;
}

.content_colorbox p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--color-accent-pink-border);
  text-align: left;
}

.content_colorbox p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.content_colorbox_02 {
  padding: 20px;
  margin: 0 auto 30px;
  background: #f6faee;
  border-radius: 4px;
  color: var(--color-text-main);
}

.content_colorbox_02 p {
  margin-bottom: 20px;
}

.content_colorbox_02 p:last-child {
  margin-bottom: 0;
}

/* =========================
   TEMPLATE BOX LAYOUT
   ========================= */

.template_box {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  text-align: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.template_box.fcd {
  margin: 0 auto 10px;
}

.template_box:last-child {
  margin: 0 auto 0;
}

.template_box > div:first-child {
  margin-right: 10px;
}

.template_box div.content_borderbox:first-child {
  margin-right: 0px;
}

.template_box div.content_colorbox:first-child {
  margin-right: 0;
}

.template_box > div.col_1:first-child,
.template_box > div.col_3:first-child,
.template_box > div.col_4:first-child {
  margin-right: 0;
}

.template_photo .content_colorbox,
.template_photo .content_borderbox,
.template_text .content_colorbox,
.template_text .content_borderbox {
  margin-bottom: 0;
}

.template_photo {
  width: 27%;
}

.template_photo img {
  width: 100%;
  max-width: 300px;
}

.template_photo.min img {
  width: 100%;
  max-width: 150px;
}

.template_text {
  width: 71%;
}

.template_box:last-child table.table_collum_03 {
  margin: 0 auto 0;
}

.col_1 {
  width: 100%;
}

.col_2 {
  width: 48.5%;
  text-align: center;
}

.col_2 img,
.col_3 img,
.col_4 img {
  max-width: 100%;
}

.col_2.lg img,
.col_3.lg img,
.col_4.lg img {
  max-width: 100%;
}

.col_3 {
  width: 32%;
  text-align: center;
}

.col_4 {
  width: 24%;
  text-align: center;
}

/* =========================
   HEADER
   ========================= */

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10999;
}

header.sticky {
  opacity: 1;
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  transition: var(--transition-fast);
  background: rgba(255,255,255,1);
}

header h1 {
  width: auto;
  margin: auto;
}

header .inner {
  position: relative;
}

header .area {
  display: flex;
}

header .inner ul.header_nav li,
header .inner ul.header_nav {
  width: auto;
  margin: auto 80px auto auto;
  color: var(--color-accent-pink);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 0;
  font-size: 13px;
  text-align: center;
  text-shadow: 0 0 3px var(--color-white), 0 0 3px var(--color-white), 0 0 3px var(--color-white);
}

.header_nav a.active {
  color: #282626;
}

header .inner .logo {
  display: flex;
  align-items: center;
}

header a {
  color: var(--color-accent-pink);
}

header a:hover {
  color: var(--color-text-main);
}

/* =========================
   MIDDLE INFO / NAV
   ========================= */

.middle_info {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--color-border-gray);
}

.middle_info a {
  color: var(--color-text-main);
}

.middle_info .middle_info_area p {
  flex-grow: 1;
}

.middle_info .middle_info_area .reception {
  font-size: 14px !important;
}

/* =========================
   TOP MENU (3 items)
   ========================= */

.menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.menu ul li {
  width: 33%;
  flex-grow: 1;
  padding: 20px 0;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  background: var(--color-bg-dark);
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  border: 0.5px solid #56722f;
}

.menu ul li span {
  display: block;
  font-size: 12px;
  line-height: 12px;
}

/* =========================
   MAIN VISUAL
   ========================= */

#mainvisual .main_text {
  position: absolute;
  -webkit-transform: translateY(-20%) translateX(-50%);
  margin: auto;
}

/* =========================
   OTHER PAGE TITLE / TOP
   ========================= */

.other_page_title {
  padding: 0;
  text-align: center;
  font-size: 31px;
  color: #463b37;
  border-bottom: 1px solid #463b37;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  font-family: var(--font-serif);
}

.other_page_title:first-letter {
  font-size: 41px;
}

.other_page .inner {
  padding: 0 10px;
  max-width: 1024px;
}

.other_page.other_page_top {
  padding: 0 0 10px 0;
}

.page_top_outer {
  position: relative;
  padding-top: 0px;
}

.page_top {
  padding: 0;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}

.page_top img {
  margin: 0 auto;
  width: 100%;
}

/* =========================
   INFORMATION BLOCKS
   ========================= */

#infomation {
  margin: 0 0 20px;
}

.infomation_inner {
  max-width: 940px;
  margin: auto;
}

#infomation p.open {
  padding: 3px 0;
  border: 1px solid var(--color-accent-red2);
  border-bottom: none;
}

.btn_base {
  width: 90%;
  max-width: 500px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
}

.btn_base a {
  padding: 10px 20px;
  display: block;
  color: var(--color-white);
  line-height: 20px;
  position: relative;
}

.btn_base a:hover {
  opacity: 0.7;
}

.btn_base a:after {
  position: absolute;
  top: 35%;
  right: 5%;
  font-family: var(--font-awesome-legacy);
  content: "";
}

.info_tel {
  background: var(--color-accent-pink);
  box-shadow: 0 2px 0 #6f953e;
}

.info_tel {
  position: relative;
  padding-left: 30px;
}

.info_tel:before {
  position: absolute;
  top: 18%;
  left: 20px;
  font-family: var(--font-awesome-legacy);
  content: "";
  color: var(--color-white);
  font-size: 25px;
}

/* =========================
   ENTRY / TEL / LINE BUTTONS
   ========================= */

.btn_entry {
  line-height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7d9f42;
  text-align: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.btn_entry_line {
  line-height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7d9f42;
  text-align: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.btn_entry_line img {
  width: 20px;
  margin-bottom: 4px;
}

.btn_tel {
  line-height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7d9f42;
  text-align: center;
  width: 100%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.btn_tel img {
  height: 40px;
  line-height: 40px;
  background-color: rgb(104, 153, 58);
  box-sizing: border-box;
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
  width: 40%;
  margin-right: 2%;
  border-bottom: 3px solid #4f732b;
}

/* =========================
   SYSTEM / PRICE TABLE
   ========================= */

.section_system .bg_price {
  padding: 5px !important;
  margin: 0 auto 5%;
  max-width: 670px;
  letter-spacing: 0.1em;
}

.section_system .b_box1 {
  padding: 3%;
}

.section_system .table_system h2,
.section_system .table_option h2 {
  font-size: 36px;
  letter-spacing: 6px;
}

.section_system .table_system {
  margin: 0px auto 70px;
  font-family: var(--font-en-sans);
}

.section_system .table_option {
  margin: 0 auto 60px;
  font-family: var(--font-en-sans);
}

.section_system .table_system table,
.section_system .table_option table {
  width: 90%;
  font-size: 1.8em;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
  margin: 0 auto;
}

.section_system .table_system span,
.section_system .table_option span {
  font-size: 0.7em;
}

.section_system .table_system tr.t_box td,
.section_system .table_option tr.t_box td {
  border: 1px solid var(--color-black);
  padding: 10px 5px;
  font-size: 0.65em;
  line-height: 1.5;
}

.section_system .table_system th,
.section_system .table_system td,
.section_system .table_option th,
.section_system .table_option td {
  padding: 36px 0 15px;
  vertical-align: text-bottom;
}

.section_system .table_system .top {
  color: #ccd9a9;
  letter-spacing: 4px;
  font-size: 0.8em;
}

.section_system .table_system .top th,
.section_system .table_system .top td {
  padding: 50px 0 0;
}

.section_system .table_system table .arrow,
.section_system .table_option table .arrow {
  width: 15%;
  background: url(../images/bg_photo_bnr02.png)no-repeat;
  background-size: 40px;
  background-position: 50% 65%;
}

.section_system .kome_txt {
  font-size: 0.8em;
  text-align: left;
  width: 90%;
  margin: 20px auto 0;
  padding: 20px 0;
  border-bottom: 1px dotted var(--color-black);
  line-height: 2;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* =========================
   FOOTER
   ========================= */

footer {
  background-size: cover;
  padding: 60px 0;
}

footer p {
  text-align: center;
}

.seo {
  color: var(--color-text-main);
}

.footer_link a {
  margin: 1%;
}

footer a {
  color: var(--color-text-main) !important;
}

footer a:hover {
  opacity: 0.8;
  color: var(--color-text-main) !important;
}

/* =========================
   CAST / STAFF / MARQUEE
   ========================= */

.cast_box li.cast_li p.img_box {
  overflow: hidden;
  position: relative;
}

.cast_box li.cast_li .txt_box .time {
  padding: 0;
  font-size: 16px;
}

.cast_box li.cast_li .txt_box .time span {
  padding: 0;
  font-size: 11px;
}

.cast_box li.cast_li .txt_box .icon {
  height: 25px;
}

.cast_box li.cast_li .txt_box .size {
  font-size: 12px;
  color: var(--color-accent-green-line);
}

.cast_box li.cast_li .txt_box .name {
  font-size: 13px;
}

.cast_box li.cast_li .txt_box .age {

  font-size: 13px;
}

.cast_box li.cast_li .txt_box .age span {
  font-size: 16px;
}

.icon_new {
  font-size: 12px;
  position: absolute;
  z-index: 7999;
  margin: auto;
}

.icon_class {
  position: absolute;
  z-index: 999;
  top: -2px;
  left: 0;
}

.cast_box li.cast_li .icon_twitter {
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.cast_box li.cast_li .icon_blog {
  font-size: 12px;
  position: absolute;
  right: 51px;
  bottom: 5px;
}

.cast_box li.cast_li .icon_new img:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.cast_box li.cast_li .icon_new i {
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.cast_box li.cast_li .time dd {
  max-width: 95%;
  margin: auto;
}

/* timing delays */

.cast_box li:nth-child(1) {
  transition-delay: .3s;
}

.cast_box li:nth-child(2) {
  transition-delay: .5s;
}

.cast_box li:nth-child(3) {
  transition-delay: .7s;
}

.cast_box li:nth-child(4) {
  transition-delay: .3s;
}

.cast_box li:nth-child(5) {
  transition-delay: .5s;
}

.cast_box li:nth-child(6) {
  transition-delay: .7s;
}

.cast_box li:nth-child(7) {
  transition-delay: .3s;
}

.cast_box li:nth-child(8) {
  transition-delay: .5s;
}

.cast_box li:nth-child(9) {
  transition-delay: .7s;
}

.staff_list {
  width: 100%;
  margin: 20px auto;
  max-width: 90%;
}

.staff_list ul {
  width: 100%;
  display: table;
}

.staff_list ul li {
  display: table-cell;
  width: 50%;
}

.staff_list ul li a {
  display: block;
  color: var(--color-black);
  padding: 10px;
  border: 1px solid;
  opacity: 1;
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  transition: var(--transition-fast);
}

.staff_list ul li a:hover {
  background: var(--color-black);
  color: var(--color-accent-gold);
  opacity: 1;
  filter: alpha(opacity=80);
}

#contents_profile .marquee p {
  padding-left: 600px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }

  99%,to {
    -webkit-transform: translate(-100%);
  }
}

@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }

  99%,to {
    -moz-transform: translate(-100%);
  }
}

@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }

  99%,to {
    -ms-transform: translate(-100%);
  }
}

@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }

  99%,to {
    -o-transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }

  99%,to {
    transform: translate(-100%);
  }
}

.pagetext_box {
  width: 90%;
  height: 100%;
  margin: 20px auto 20px;
}

/* =========================
   TOPICS / TODAY
   ========================= */

#section_topics {
  background: url(../images/bg_news.jpg) repeat-y center;
  margin-bottom: 50px;
}

#section_topics .subtitle_02 {
  background: url(../images/title_second_topics.png) 85% top no-repeat;
  background-size: 230px;
}

#section_topics .info_box {
  max-width: 768px;
  margin: auto;
}

#section_topics .info_box article img {
  max-width: 100%;
  height: auto !important;
}

.newslist-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 6px;
}

.newslist-desc p {
  margin: 0 0 .6em;
}

.newslist-thumb {
  display: flex;
  gap: 10px;
}

.todayschedule {
  background: url(../images/bg_today.jpg) repeat-y center;
}

.todayschedule .subtitle_02 {
  background: url(../images/title_second_today.png) 85% top no-repeat;
  background-size: 230px;
}

/* =========================
   THERAPIST LIST
   ========================= */

#section_therapist .inner {
  position: relative;
  background-size: cover;
}

#section_therapist .cast_box {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

#section_therapist .cast_box li.cast_li {
  text-align: center;
}

#section_therapist .cast_box li.cast_li div.img_box {
  overflow: hidden;
  position: relative;
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  transition: var(--transition-fast);
}

#section_therapist .cast_box li.cast_li div.txt_box {
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  transition: var(--transition-fast);
  width: 100%;
  margin: auto;
}

#section_therapist .cast_box .name {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
}

#section_therapist .cast_box .name span {
  color: var(--color-text-main);
  font-size: 16px;
}

#section_therapist .cast_box .profile_info {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  min-height: 25px;
}

#section_therapist .cast_box .profile_info span {
  color: var(--color-text-light);
  font-size: 14px;
}

#section_therapist .cast_box li.cast_li p.img_box img .photo {
  width: 100%;
  object-fit: cover;
}

/* =========================
   PROFILE PAGE
   ========================= */

#contents_profile {
  position: relative;
}

#contents_profile .profile_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#contents_profile .profile_box_right {
  width: 60%;
  margin-bottom: 20px;
  max-width: 67%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#contents_profile .profile_box_right .name {
  padding: 3px 0;
  text-align: center;
}

#contents_profile .profile_box_right .size {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

#contents_profile .profile_box_right .size  span {
  color: var(--color-text-light);
  font-size: 18px;
}

#contents_profile .profile_box_right .twitter {
  color: var(--color-white);
  word-break: break-word;
  text-align: left;
  padding: 20px;
}

#contents_profile .profile_box_left {
  width: 32%;
  margin-bottom: 20px;
}

/* 只影响这个区域的 ul，可以加上父级限制 */

.profile_box_left ul {
  list-style: none;
  /* 先頭の・を消す */
  margin: 10px auto;
  padding: 10px;
  display: flex;
  /* 横並びにする */
  flex-wrap: wrap;
  /* 画面が狭い時は折り返す（不要なら消してOK） */
}

.profile_box_left ul li {
  margin-right: 8px;
  /* サムネ同士の間隔 */
}

.profile_box_left ul li img {
  display: block;
  /* 画像の下に余白が出ないように */
}

.thumb-small {
  max-width: 80px;
}

#contents_profile .profile_box_left .img_box {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0px;
}

#contents_profile .profile_box_left .img_box .photo {
  object-fit: cover;
  height: 450px;
}

#contents_profile .cast_thumb {
  margin-bottom: 10px;
}

#contents_profile .profile_option_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#contents_profile .can,
#contents_profile .good {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  background: #1f241b;
  border: 1px solid #b4c88b;
  border-radius: 2px;
  text-align: center;
}

#contents_profile .profile_option_box .normal {
  background: #d7daad;
}

.profile_box_left .icon_new {
  position: absolute;
  bottom: 10px;
}

#contents_profile .profile_box_schedule {
  clear: both;
  max-width: 1024px;
  margin: auto;
  padding: 0 0 30px 0;
}

.profile_sp {
  display: none;
}

.profile_box_schedule .table_02 {
  width: 100%;
  border-spacing: 0;
  text-align: left;
}

.profile_box_schedule .table_02 tr {
  vertical-align: middle;
}

.profile_box_schedule .table_02 th,
.profile_box_schedule .table_02 td {
  padding: 15px;
  line-height: 35px;
}

.profile_box_schedule .table_02 th {
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  color: var(--color-white);
  background: var(--color-accent-red4);
}

.profile_box_schedule .table_02 td {
  text-align: center;
  background: rgba(255,255,255,0.5);
}

.profile_box_schedule .table_02 td a {
  display: block;
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  transition: var(--transition-fast);
  padding: 8px 2px;
  text-decoration: underline;
}

.profile_box_schedule .table_02 td a:hover {
  background: #5f8e35;
  color: var(--color-white);
}

.profile_pc {
  margin-bottom: 20px;
}

/* =========================
   ACCESS MAP
   ========================= */

/* =========================
   LINK PAGE
   ========================= */

#contents_link {
  position: relative;
}

#contents_link a {
  color: #a3904f;
}

.list_link_box {
  padding: 10px;
  font-size: 11px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list_link_box li {
  margin: 10px;
}

/* =========================
   GENERIC FORM INPUT
   ========================= */

button, select {
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d7daad;
  -webkit-appearance: none;
}

textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: var(--color-bg-form);
  padding: 20px;
}

select {
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 15px;
  background: var(--color-bg-form);
  border: none;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

#contents_form input {
  padding: 15px;
  width: 100%;
  border: none;
  color: var(--color-black);
  text-shadow: none;
  box-shadow: none;
  background: var(--color-bg-form);
}

#contents_form .pia input {
  width: 30px;
}

#contents_form .check_list input[type=radio],
#contents_form .check_list input[type=checkbox] {
  width: 30px;
  float: left;
}

#contents_form label {
  display: block;
  text-align: left;
  padding: 10px;
  -webkit-transition: var(--transition-fast);
  -moz-transition: var(--transition-fast);
  -o-transition: var(--transition-fast);
  -ms-transition: var(--transition-fast);
  transition: var(--transition-fast);
  margin-bottom: 10px;
  background: var(--color-bg-form);
}

#contents_form label:hover {
  opacity: 0.8;
}

/* =========================
   DRAWER (ANOTHER NAV) 
   ========================= */

#drawer {
  position: relative;
  z-index: 99999;
}

#drawer .container {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  min-height: 540px;
  overflow: hidden;
  -webkit-transform: scale(1);
  display: block;
  position: absolute;
  right: 0;
  margin-top: -10px;
  pointer-events: none;
  z-index: -9999;
}

#drawer .u_txt {
  font-size: 10px;
  color: var(--color-white);
  letter-spacing: 0.1em;
  margin-top: 10px;
  display: block;
}

#drawer .menu-trigger,
#drawer .close-trigger {
  position: absolute;
  top: 35px;
  right: 26px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 333;
  pointer-events: auto;
  line-height: 0.8;
}

#drawer .menu-trigger:hover .menu-trigger-bar:before,
#drawer .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}

#drawer .menu-trigger:hover .close-trigger-bar:before,
#drawer .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

#drawer .close-trigger {
  z-index: 5;
  top: 42px;
}

#drawer .menu-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
  margin-bottom: 5px;
  transform: rotate(-45deg);
  position: relative;
}

#drawer .menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #d7daad;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#drawer .menu-trigger-bar.top {
  width: 50%;
}

#drawer .menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}

#drawer .menu-trigger-bar.bottom {
  width: 50%;
  margin-left: 50%;
}

#drawer .close-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--color-accent-brown5);
  position: relative;
}

#drawer .close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: var(--color-white);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#drawer .close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}

#drawer .close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: -3px;
}

#drawer .inner-container,
.menu-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

#drawer .inner-container {
  z-index: 20;
}

#drawer .menu-container {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}

#drawer .menu {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  padding-top: 80px;
  max-width: 300px;
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#drawer .menu a {
  text-decoration: none;
  color: #e7eed8;
  display: inline-block;
  padding: 25px 0 5px;
  position: relative;
  line-height: 25px;
  width: 150px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}

#drawer .menu a.active {
  color: var(--color-white);
}

#drawer .menu a:hover {
  color: var(--color-white);
}

#drawer .menu a:hover:before {
  opacity: 1;
  transform: translateX(0px);
}

#drawer .menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  opacity: 0;
  background-color: var(--color-white);
  transform: translateX(100px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#drawer .menu-bg {
  position: absolute;
  display: block;
  width: 200%;
  left: -53%;
  top: -25%;
  height: 65%;
  background: rgba(110, 91, 47, 0.9) url(../images/bg_photo_bnr02.png) !important;
}

#drawer .menu-bg.middle {
  top: 29%;
  left: -53%;
  transform: rotate(-45deg) scaleY(0);
}

#drawer .menu-bg.top {
  left: -33%;
  top: -63px;
  transform: rotate(-45deg) translateY(-152%);
}

#drawer .menu-bg.bottom {
  top: 133%;
  transform: rotate(-45deg) translateY(25%);
  left: 18px;
}

#drawer .menu li.last {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

#drawer .menu li.last .btn_box a {
  padding: 0;
  width: 100%;
  color: var(--color-white);
}

#drawer .menu li.last .btn_box a:hover {
  color: var(--color-accent-brown4);
}

#drawer .menu li.last a:before {
  display: none;
}

#drawer .btn_box i {
  margin-right: 3px;
}

#drawer .menu li.last .d_txt {
  font-size: 12px;
  margin-bottom: 5px;
}

#drawer .menu .f_snsicon {
  text-align: right;
}

#drawer .menu .f_snsicon a {
  padding: 0;
  width: auto;
}

#drawer .drawer_info {
  color: var(--color-white);
  margin: 20px 0;
  text-align: left;
}

#drawer .drawer_info span {
  font-size: 20px;
}

#drawer .drawer_info a {
  width: 100%;
  max-width: 300px;
  padding: 0;
  line-height: 35px;
}

/* =========================
   MEDIA QUERIES
   ========================= */

@media screen and (max-width:1200px) {
  header .inner ul.header_nav li,
    header .inner ul.header_nav {
    font-size: 12px;
  }
}

@media screen and (max-width:1024px) {
  .shop {
    display: block;
  }

  #section_therapist .cast_box li.cast_li {
    margin: 10px 5px 20px;
    overflow: hidden;
    width: 31%;
  }

  .title_tenpo p {
    font-size: 13px;
  }

  .title_tenpo p span {
    font-size: 13px;
  }

  .txt_short {
    font-size: 11px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 12px;
  }

  header .inner ul.header_nav {
    display: none;
  }

  .btn_menu {
    top: 10px;
  }

  h1 {
    text-align: center;
  }

  header h1 {
    margin: auto auto auto 30px;
  }

  .inner {
    padding: 0 20px;
  }

  .no_2,.no_3 {
    font-size: 16px;
  }

  .page_top {
    max-height: 200px;
  }

  .pankuzu {
    padding: 10px;
  }

  .subtitle {
    margin: 0 auto 10px;
  }

  .mb_20_sp {
    margin-bottom: 20px;
  }

  .mb_40_pc {
    margin-bottom: 0;
  }

  .table_collum_02 th,
    .table_collum_02 td {
    border-right: 1px none;
    padding: 15px;
  }

  .footer_link {
    margin-bottom: 10px;
  }

  .marquee p {
    font-size: 15px;
  }

  .template_photo {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    text-align: center;
  }

  .template_box {
    margin: 0 auto 40px;
  }

  .template_box > div:first-child {
    margin-right: 0px;
  }

  .template_text {
    width: 100%;
    order: 2;
  }

  .content_colorbox {
    padding: 20px;
  }

  .col_2 , .col_3 , .col_4 {
    width: 100%;
  }

  .col_3:last-child {
    margin-bottom: 0;
  }

  .col_4:nth-last-child(-n/**/+4) {
    margin-bottom: 20px;
  }

  .recruit_txt, .recruit_txt02 {
    position: static;
    padding: 30px 20px;
  }

  .recruit_txt {
    margin: 0 auto 20px;
  }

  .recruit_txt02 {
    margin: 0;
  }

  .recruit_photo,.recruit_photo02 {
    margin-bottom: 10px;
    position: static;
  }

  .recruit_box.no_02,
    .recruit_box.no_03 {
    margin-bottom: 0px;
  }

  .bnr_box_inner {
    flex-wrap: wrap;
  }

  .middle_info {
    align-items: center;
    padding: 5px 0;
  }

  .middle_info .middle_info_area {
    padding: 0 10px;
    font-size: 15px;
  }

  .menu ul li {
    width: 50%;
    font-size: 13px;
  }

  #content_bnr .col_2 {
    width: 100%;
  }

  #section_therapist .cast_box li.cast_li {
    width: 46% !important;
  }

  #section_therapist .cast_box {
    margin: 0 auto 10px;
  }

  #section_therapist .cast_box.slick_mb {
    margin: 0 auto 30px;
  }

  #mainvisual li {
    background: url(../images/mainvisual_s.jpg)  bottom no-repeat;
    background-size: cover;
    height: 100vh;
  }

  #section_therapist .cast_box li.cast_li {
    flex-wrap: wrap;
  }

  .bnr_box {
    max-width: 1200px;
    margin: 0;
    padding: 20px 10px;
  }

  .bnr_col_1 {
    width: 100%;
  }

  .bnr_col_2 {
    width: 100%;
    text-align: center;
  }

  .bnr_col_3 {
    width: 100%;
    text-align: center;
    margin: 10px;
  }

  #contents_profile .profile_box_right {
    width: 100%;
    float: none;
  }

  #contents_profile .profile_box_left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  #contents_profile .profile_box_left .img_box img {
    width: 100%;
    max-width: 300px;
  }

  .profile_box_schedule .table_02 {
    width: 630px;
    height: 100px;
  }

  #contents_schedule .schedule_nav li {
    width: 32%;
  }

  #contents_profile .marquee p {
    padding-left: 400px;
  }

  .link_banner {
    display: none;
  }

  .map {
    display: block;
  }
}

@media screen and (max-width:500px) {
  h2 {
    background-size: 650px;
  }

  h3 {
    font-size: 16px;
  }

  section {
    padding: 20px 0;
  }

  main {
    min-height: auto;
  }

  main section:last-child {
    padding: 0 0 20px 0;
  }

  .inner {
    padding: 0 10px;
  }

  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

  .subtitle_02 {
    text-align: left;
    line-height: 22px;
    margin: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .subtitle_02 .en:first-letter {
    font-size: 28px;
  }

  .subtitle_02 .en {
    font-size: 25px;
    width: 100%;
  }

  .subtitle_02 .ja {
    font-size: 14px;
    margin: 0;
  }

  .other_page_title {

    font-size: 27px;
    top: 70px;
  }

  .other_page .inner {
    padding: 0 10px;
  }

  ul.list-check li {
    text-align: justify;
  }

  .middle_info .middle_info_area .open {
    padding-bottom: 10px;
  }

  .middle_info .middle_info_area .tel {
    text-align: right;
  }

  #mainvisual {
    margin: auto;
  }

  .pankuzu {
    padding: 5px 0;
  }

  #section_pickup {
    background: url(../images/bg_pickup.jpg) center 80px no-repeat;
  }

  #section_pickup h2 {
    left: 5px;
    text-align: left;
  }

  #section_pickup h2 .en {
    display: inline;
    font-size: 25px;
  }

  #section_pickup h2 .en:first-letter {
    font-size: 38px;
  }

  #section_pickup h2 .ja {
    font-size: 14px;
  }

  #section_pickup .cast_box li div.txt_box {
    background-size: 160px;
  }

  .todayschedule {
    background: url(../images/bg_today.jpg) repeat-y top 0 left 0px;
  }

  .todayschedule .subtitle_02 {
    background: url(../images/title_second_today.png) 95% 0 no-repeat;
    background-size: 180px;
  }

  #section_therapist .cast_box li.cast_li:nth-child(2n) {
    transform: translateY(0px);
  }

  #section_event {
    padding: 20px;
  }

  header .inner .logo img {
    max-width: 150px;
  }

  header .area {
    height: var(--header-height-sp);
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
  }

  .middle_nav ul li {
    font-size: 16px;
  }

  .middle_info .middle_info_area p {
    margin: 5px;
    text-align: left;
    flex-grow: 1;
  }

  #drawer .menu-bg.top {
    left: -23%;
    top: -103px;
    transform: rotate(-45deg) translateY(-152%);
  }

  .bnr_twitter {
    padding: 30px 0;
  }

  .middle_info .middle_info_area .open span,
    .middle_info .middle_info_area .reception span,
    .middle_info .middle_info_area .tel span {
    font-size: 18px;
  }

  .bnr_twitter .template_bnr_btn,
    .bnr_line .template_bnr_btn {
    font-size: 13px;
  }

  footer .seo p {
    text-align: justify;
  }

  .table_collum_03 th, .table_collum_03 td {
    padding: 10px 5px;
  }

  .table_collum_03 .txt {
    text-align: left;
  }

  .seo {
    padding: 20px 0;
  }

  .content_borderbox {
    padding: 20px;
    margin: 0 auto 20px;
  }

  .bnr_area {
    padding: 0px 0 !important;
    background: none;
  }

  .template_bnr_btn {
    padding: 10px;
  }

  .col_2 img, .col_3 img, .col_4 img {
    max-width: 300px;
  }

  .section_system .b_boxouter {
    padding: 3px;
  }

  .section_system .table_system {
    margin: 0px auto 70px;
  }

  .section_system .table_option {
    margin: 0 auto 50px;
  }

  #section_therapist .cast_box li.cast_li div.img_box {
    width: 100%;
  }

  #section_therapist .cast_box li.cast_li .img_box .photo {
    object-fit: cover;
    height: 310px;
  }

  #section_therapist .cast_box li.cast_li div.txt_box {
    margin-top: 0;
    letter-spacing: 0;
    padding: 10px 2px;
  }

  #section_therapist .cast_box dl dt {
    width: 90%;
    font-size: 12px;
  }

  #section_therapist .txt_box .name {
    margin-bottom: 0;
    padding: 0;
  }

  #contents_schedule .schedule_nav li {
    width: 47%;
  }

  .icon_new img {
    max-width: 30px;
  }

  #contents_schedule #section_therapist .cast_box li.cast_li {
    width: 46%;
  }

  #contents_cast #section_therapist .cast_box li.cast_li {
    width: 46%;
  }

  #contents_cast #section_therapist .cast_box li.cast_li .img_box .photo,
    #contents_schedule #section_therapist .cast_box li.cast_li .img_box .photo {
    object-fit: cover;
    height: 240px;
  }

  #section_therapist .cast_box {
    justify-content: flex-start;
  }

  #section_therapist .cast_box .name span {
    font-size: 11px;
  }

  #contents_profile .profile_box_left .img_box img {
    max-width: 300px;
  }

  #contents_profile .profile_box_left .icon_new img {
    max-width: 40px;
  }

  #contents_profile .profile_box_left .icon_class img {
    max-width: 100px;
  }

  #section_therapist .cast_box .profile_info span {
    font-size: 12px;
  }

  #section_pickup .cast_box li div.img_box .photo {
    object-fit: cover;
    height: 285px;
  }

  iframe.access_map {
    height: 300px;
  }

  .table_collum_recruit th,
    .table_collum_recruit td {
    display: block;
    width: 100%;
    border: none;
  }

  .table_collum_recruit th {
    border-left: 3px solid var(--color-text-main);
    padding: 5px 10px;
  }

  .table_collum_recruit td {
    padding: 5px 12px 10px;
    margin-bottom: 10px;
  }

  .recruit_label span {
    width: 100%;
  }
}

@media screen and (max-width:320px) {
  .subtitle_02 .en {
    font-size: 25px;
  }

  #contents_schedule .schedule_nav li {
    width: 46.5%;
  }

  #drawer .menu-trigger,
    #drawer .close-trigger {
    top: 34px;
  }

  header .inner .logo img {
    max-width: 120px;
  }

  #contents_cast #section_therapist .cast_box li.cast_li {
    width: 46.5%;
  }

  #section_therapist .cast_box li.cast_li .img_box .photo {
    object-fit: cover;
    height: 200px;
  }
}

/* footer base */

.global-footer {
  width: 100%;
  padding: 30px 0;
  background-color: var(--color-white);
}

.global-footer .inner {
  max-width: 1000px;
  /* 你站点的主体宽度可改 */
  margin: 0 auto;
  padding: 0 15px;
}

/* clearfix */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* logo + text layout */

.footerlogo {
  float: left;
  margin: 20px 0px;
}

.footerlogo img {
  height: auto;
  max-width: 350px;
  /* 视你的 logo 大小调整 */
  display: block;
}

.global-footer .des {
  float: right;
  text-align: left;
}

.global-footer .des .tit {
  margin: 0 0 8px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 18px;
}

.global-footer .des .txt {
  margin: 0 0 10px;
  line-height: 1.6;
}

.global-footer .des .tel {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
}

.global-footer .des .tel a {
  text-decoration: none;
}

/* PC only */

.visiblePC {
  display: block;
}

@media (max-width: 768px) {
  .visiblePC {
    display: none;
  }

  .footerlogo, .global-footer .des {
    float: none;
  }

  .footerlogo img {
    max-width: 220px;
    margin: 0 auto;
  }

  .global-footer .inner {
    text-align: center;
  }
}

/* =========================================================
   PinkGirl theme override
   Reference: tsuki-bijinpinkgirl.iest.in / domino-pinkgirl
   ========================================================= */

html {
  background: #f3f8ea url(../images/pinkgirl/bg-check-pc.jpeg) repeat top center fixed;
}

body,
body.pinkgirl-theme {
  color: var(--color-text-main);
  background: #f3f8ea url(../images/pinkgirl/bg-check-pc.jpeg) repeat top center fixed !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* Header / navigation */

header {
  background: rgba(255,255,255,.78) !important;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(151,185,85,.25);
  box-shadow: 0 8px 22px rgba(151,185,85,.08);
}

header#other {
  position: relative;
}

header .inner ul.header_nav li {
  font-family: var(--font-base);
  font-weight: 700;
  letter-spacing: .04em;
}

header .inner ul.header_nav li a:hover,
.header_nav a.active {
  color: #79a343 !important;
  text-decoration: none;
}

.btn_menu {
  top: 10px;
  right: calc(50% - 470px);
  width: 65px;
  height: 65px;
  border-radius: 9px;
  z-index: 999999;
  background: linear-gradient(-45deg,#79a343,#a1bd58,#79a343);
  box-shadow: 0 8px 16px rgba(121,163,67,.28);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_menu .txt {
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-shadow: none;
  text-transform: uppercase;
}

.btn_trigger span:nth-of-type(2) {
  width: 100%;
}

#btn_top.active span:nth-of-type(3) {
  bottom: 0;
}

#nav_drawer li {
  line-height: 1.4;
  font-size: 17px;
}

#nav_drawer li a {
  position: relative;
}

#nav_drawer li a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  transition: .25s ease;
}

#nav_drawer li a:hover::after {
  right: 6px;
}

#nav_drawer li.info a,
#nav_drawer li.info_open {
  margin: 0 auto;
}

#nav_drawer li.info_open {
  padding: 18px 15px;
  border-bottom: 1px dotted rgba(255,255,255,.82);
}

/* Hero */

#mainvisual ul {
  margin: 0;
  padding: 0;
}

.theme-sparkle {
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/pinkgirl/xing.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 5;
  animation: pinkgirlTwinkle 2.4s ease-in-out infinite;
}

.theme-sparkle.s1 {
  top: 18%;
  left: 10%;
  animation-delay: .1s;
}

.theme-sparkle.s2 {
  top: 38%;
  right: 12%;
  animation-delay: .7s;
}

.theme-sparkle.s3 {
  bottom: 20%;
  left: 22%;
  animation-delay: 1.2s;
}

.theme-sparkle.s4 {
  bottom: 28%;
  right: 28%;
  animation-delay: 1.8s;
}

.theme-sparkle.s5 {
  top: 14%;
  right: 32%;
  animation-delay: 2.1s;
}

@keyframes pinkgirlTwinkle {
  0% {
    opacity: 0;
    transform: scale(.45) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(10deg);
  }

  100% {
    opacity: 0;
    transform: scale(.6) rotate(-8deg);
  }
}

/* Telephone / shop info banner */

.middle_info .middle_info_area {
  font-weight: 700;
}

.middle_info .middle_info_area a {
  text-decoration: none;
}

.middle_info .middle_info_area .open span,
.middle_info .middle_info_area .tel span {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  color: #000;
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 700;
  letter-spacing: .03em;
}

.middle_info .middle_info_area .tel span {
  font-size: 4.35rem;
}

/* Titles */

.subtitle,
.subtitle_02,
.other_page_title {
  max-width: 100%;
}

.subtitle_02 .en,
.subtitle_02 p.en,
.other_page_title .t_top,
.other_page_title p.t_top {
  flex: 0 0 100%;
  display: block;
  margin: 0;
  color: #a1bd58;
  text-shadow: 3px 0 3px #fff,0 4px 4px #fff,-2px -2px 4px #fff;
  font-size: 3rem;
  line-height: 1;
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 700;
  letter-spacing: .02em;
}

.subtitle_02 .ja,
.subtitle_02 p.ja,
.other_page_title .t_bottom,
.other_page_title p.t_bottom {
  margin: 8px 0 0;
  font-family: var(--font-base);
}

.other_page_title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
}

.other_page_title p.t_bottom span {
  font-size: inherit;
  margin-left: 0;
  color: #000;
}

/* Main layout and framed content */

.template_box,
.content_borderbox,
#section_topics .info_box,
#contents_profile .profile_box_right,
#contents_profile .profile_box_left .img_box,
.profile_box_schedule,
.section_system .bg_price,
.table_collum_02,
.table_collum_03 {
  position: relative;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(151,185,85,.36);
  box-shadow: 0 6px 24px rgba(151,185,85,.16);
}

.template_box > *,
.content_borderbox > *,
#section_topics .info_box > *,
#contents_profile .profile_box_right > *,
.profile_box_schedule > * {
  position: relative;
  z-index: 1;
}

.template_box img,
.section_system .template_box img,
#section_topics .news_photo img {
  border: 5px solid #fbfcf5;
  box-shadow: 0 5px 10px rgba(151,185,85,.35),0 15px 20px rgba(151,185,85,.12);
}

/* News */

#section_topics .topics_inner {
  padding: 0;
}

#section_topics table,
#section_topics tbody,
#section_topics tr,
#section_topics td {
  display: block;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
}

#section_topics table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
}

#section_topics tr {
  padding: 0;
  margin: 0 0 18px;
}

#section_topics td {
  padding: 0 !important;
}

#section_topics article {
  padding: 18px 20px;
  margin: 0 auto 18px;
  text-align: left;
}

#section_topics article time {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

#section_topics .STYLE3,
#section_topics h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  text-shadow: 0 1px 2px rgba(0,0,0,.08);
}

#section_topics .newslist-desc {
  color: #fff;
  font-size: 14px;
}

.newslist-thumb {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news_photo {
  display: inline-block;
  margin: 8px 8px 0 0;
}

.news_photo img {
  max-width: 220px;
  border-radius: 4px;
}

/* Therapist cards */

#section_therapist .cast_box li.cast_li .img_box .photo {
  width: 100%;
  object-fit: cover;
}

#section_therapist .cast_box li.cast_li div.txt_box {
  text-align: center;
}

.icon_new {
  left: 5px;
  top: 5px;
}

.icon_new img {
  max-width: 26px;
}

/* System, profile, tables */

.section_system .bg_price {
  background: rgba(151,185,85,.76) !important;
  color: #fff;
  border-color: #fff;
}

.section_system .b_boxouter {
  background: rgba(151,185,85,.76) !important;
  padding: 6px;
}

.section_system .table_system h2,
.section_system .table_option h2 {
  color: #a1bd58;
  font-family: "Times New Roman",Georgia,serif;
  text-shadow: 3px 0 3px #fff,0 4px 4px #fff,-2px -2px 4px #fff;
}

.section_system .table_system tr.t_box td,
.section_system .table_option tr.t_box td,
.section_system .table_system th,
.section_system .table_system td,
.section_system .table_option th,
.section_system .table_option td {
  border-color: #c9d99f;
  color: #302d2d;
}

.table_collum_02 th,
.table_collum_03 th,
.profile_box_schedule .table_02 th {
  background: #a1bd58 !important;
  color: #fff !important;
  border-color: #c9d99f;
}

.table_collum_02 td,
.table_collum_03 td,
.profile_box_schedule .table_02 td {
  background: rgba(255,255,255,.75);
  border-color: #c9d99f;
}

#contents_profile .profile_box_left .img_box {
  padding: 5px;
}

#contents_profile .profile_box_left .img_box .photo {
  border: 5px solid #fbfcf5;
  box-shadow: 0 5px 10px rgba(151,185,85,.35);
}

#contents_profile .profile_box_right .name {
  font-family: "Times New Roman",Georgia,serif;
  color: #a1bd58;
  font-size: 2rem;
  text-shadow: 3px 0 3px #fff,0 4px 4px #fff,-2px -2px 4px #fff;
}

#contents_profile .profile_box_right .size {
  color: #79a343;
}

#contents_profile .can,#contents_profile .good {
  background: #a1bd58;
  border-color: #fff;
  color: #fff;
}

#contents_profile .profile_option_box .cant {
  background: #b7cd97;
  color: #fff;
}

.thumb-small {
  border: 2px solid #fbfcf5;
  box-shadow: 0 2px 8px rgba(151,185,85,.2);
}

/* Other-page hero */

.page_top_outer {
  background: transparent;
  overflow: hidden;
}

.page_top {
  margin: 0 auto;
  opacity: .92;
}

.page_top::after {
  content: "";
  position: absolute;
  inset: 0;
}

.pankuzu {
  border-top: 1px solid rgba(151,185,85,.18);
  border-bottom: 1px solid rgba(151,185,85,.18);
}

/* Footer */

.global-footer {
  background: rgba(255,255,255,.82) !important;
  border-top: 1px solid rgba(151,185,85,.32);
  box-shadow: 0 -6px 24px rgba(151,185,85,.12);
}

.global-footer .des .tit {
  color: #302d2d;
}

.global-footer .des .tel a {
  display: inline-block;
  color: #fff !important;
  background: #a1bd58;
  padding: 4px 18px;
  font-family: "Times New Roman", Georgia, serif;
  line-height: 1.05;
}

footer {
  background: rgba(151,185,85,.16) !important;
  color: #302d2d;
}

.footer_link a {
  display: inline-block;
  padding: 7px 14px;
  color: #fff !important;
  background: rgba(151,185,85,.85);
  border: 1px solid rgba(255,255,255,.8);
  font-weight: 700;
  transition: .25s ease;
}

.footer_link a:hover {
  background: #79a343;
  text-decoration: none;
}

.m-cta__btn.is-tel,.m-cta__btn.is-web,.m-cta__btn.is-line {
  background: #a1bd58 !important;
}

.m-cta__btn:nth-child(2) {
  background: #b7cd97 !important;
}

.m-cta__btn:nth-child(3) {
  background: #79a343 !important;
}

.footer_nav a {
  color: #fff !important;
  background: #a1bd58 !important;
}

/* Motion from reference theme */

.list-mv04 {
  transition: .8s;
  transform: rotateY(270deg);
}

.mv04 {
  transform: rotateY(1turn);
}

.list-mv12 {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition-delay: .5s;
}

.mv12 {
  opacity: 1;
}

.mv12:before {
  animation: pinkgirlBlockLeft 1s cubic-bezier(.4,0,.2,1) forwards;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  transition-delay: .5s;
}

@keyframes pinkgirlBlockLeft {
  to {
    transform: translateX(100%);
  }
}

.list-mv14 {
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.mv14 {
  opacity: 1;
}

@keyframes pinkgirlBlockTop {
  to {
    transform: translateY(100%);
  }
}

@media screen and (max-width:1100px) {
  .btn_menu {
    right: 14px;
  }

  header .inner ul.header_nav {
    margin: auto 86px auto auto;
  }
}

@media screen and (max-width:767px) {
  html,body,body.pinkgirl-theme {
    background: #f3f8ea url(../images/pinkgirl/bg-check-sp.jpeg) repeat top center fixed !important;
  }

  header {
    height: 58px;
  }

  .btn_menu {
    top: 7px;
    right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }

  .btn_trigger span {
    height: 4px;
  }

  .btn_trigger span:nth-of-type(3) {
    bottom: 2px;
  }

  .btn_menu .txt {
    display: none;
  }

  #nav_bg {
    max-width: 100%;
  }

  #nav_drawer li a,#nav_drawer li.info a,#nav_drawer li.info_open {
    width: 82% !important;
  }

  #mainvisual li {
    background-image: url(../images/mainvisual_s.jpg) !important;
    background-position: center bottom !important;
  }

  .middle_info {
    width: 94%;
    background-size: 100% 100% !important;
  }

  .middle_info .middle_info_area .open span {
    font-size: 1.8rem;
  }

  .inner {
    padding: 0 12px;
  }

  .subtitle_02,.other_page_title {
    padding: 1.4rem 0 .8rem;
    justify-content: center;
    text-align: center;
  }

  .subtitle_02 .en,.subtitle_02 p.en,.other_page_title .t_top,.other_page_title p.t_top {
    font-size: 2rem;
    width: 100%;
  }

  .subtitle_02 .ja,.subtitle_02 p.ja,.other_page_title .t_bottom,.other_page_title p.t_bottom {
    font-size: 1rem;
  }

  .page_top {
    border-width: 3px;
  }

  #section_topics article {
    padding: 14px;
    margin-bottom: 14px;
  }

  .news_photo img {
    max-width: 100%;
  }

  #contents_profile .profile_box_left,#contents_profile .profile_box_right {
    width: 100%;
    max-width: 100%;
  }

  #contents_profile .profile_box_left .img_box {
    max-width: 330px;
  }

  #contents_profile .profile_box_left .img_box .photo {
    height: 430px;
  }

  .section_system .table_system table,.section_system .table_option table {
    font-size: 1.25em;
    width: 100%;
  }
}

@media screen and (max-width:420px) {
  .subtitle_02 .en,.subtitle_02 p.en,.other_page_title .t_top,.other_page_title p.t_top {
    font-size: 1.75rem;
  }
}

/* =========================================================
   Added pages: Room / Recruit
   ========================================================= */

@media screen and (min-width: 769px) {
  header .inner ul.header_nav li {
    margin: auto 7px;
  }

  header .inner ul.header_nav li a {
    white-space: nowrap;
  }
}

.header_nav a.active,
.footer_link a.active,
#nav_drawer a.active {
  color: #79a343 !important;
}

#nav_drawer a.active {
  text-decoration: none;
}

#contents_room .template_box,
#contents_recruit .template_box {
  align-items: stretch;
}

.room_intro_box p,
.recruit_message p {
  text-align: left;
  line-height: 2;
}

.room_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 auto 42px;
  max-width: 1024px;
}

.room_card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(151,185,85,.35);
  box-shadow: 0 6px 24px rgba(151,185,85,.16);
  padding: 12px;
  text-align: center;
}

.room_card img,
.room_photo_placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border: 5px solid #fbfcf5;
  box-shadow: 0 5px 10px rgba(151,185,85,.28),0 15px 20px rgba(151,185,85,.10);
}

.room_photo_placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: .08em;
}

.room_photo_placeholder span {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}

.room_photo_placeholder small {
  margin-top: 6px;
  color: #302d2d;
  opacity: .72;
}

.room_card h4 {
  margin-top: 12px;
  color: #302d2d;
  font-weight: 700;
  letter-spacing: .04em;
}

.room_point_table th,
.room_point_table td {
  vertical-align: middle;
}

.table_collum_recruit {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  table-layout: fixed;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(151,185,85,.36);
  box-shadow: 0 6px 24px rgba(151,185,85,.16);
}

.table_collum_recruit th,
.table_collum_recruit td {
  padding: 18px 20px;
  vertical-align: middle;
  border-bottom: 1px dotted rgba(151,185,85,.45);
}

.table_collum_recruit tr:last-child th,
.table_collum_recruit tr:last-child td {
  border-bottom: none;
}

.table_collum_recruit th {
  width: 28%;
  color: #79a343;
  font-weight: 700;
  background: rgba(242,247,230,.78);
  border-right: 1px dotted rgba(151,185,85,.45);
}

.table_collum_recruit td {
  background: rgba(255,255,255,.72);
}

.table_collum_recruit td a {
  font-weight: 700;
}

.recruit_merit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1024px;
  margin: 0 auto 42px;
}

.recruit_merit_card {
  padding: 24px 20px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(151,185,85,.35);
  box-shadow: 0 6px 24px rgba(151,185,85,.16);
  text-align: left;
}

.recruit_merit_card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #a1bd58;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.recruit_merit_card h4 {
  margin-bottom: 8px;
  color: #302d2d;
  font-size: 18px;
  font-weight: 700;
}

.recruit_merit_card p {
  line-height: 1.8;
  text-align: left;
}

.recruit_entry_box {
  max-width: 720px;
  margin: 0 auto 20px;
  padding: 28px 24px;
  text-align: center;
  background: rgba(151,185,85,.12);
  border: 1px solid rgba(151,185,85,.35);
  box-shadow: 0 6px 24px rgba(151,185,85,.14);
}

.recruit_entry_box h3 {
  color: #79a343;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.recruit_entry_box p {
  margin-bottom: 18px;
}

.recruit_entry_btn {
  display: inline-block;
  padding: 12px 34px;
  color: #fff !important;
  background: linear-gradient(-45deg,#79a343,#a1bd58,#79a343);
  border-radius: 4px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 8px 16px rgba(121,163,67,.25);
}

.recruit_entry_btn:hover {
  opacity: .88;
  color: #fff !important;
}

@media screen and (max-width:900px) {
  .room_gallery,
  .recruit_merit {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
  .room_gallery,
  .recruit_merit {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }

  .room_card,
  .recruit_merit_card {
    padding: 10px;
  }

  .room_photo_placeholder span {
    font-size: 22px;
  }

  .table_collum_recruit th,
  .table_collum_recruit td {
    display: block;
    width: 100%;
    border-right: none;
  }

  .table_collum_recruit th {
    padding: 12px 14px 6px;
  }

  .table_collum_recruit td {
    padding: 6px 14px 14px;
  }

  .recruit_entry_box {
    padding: 22px 14px;
  }

  .recruit_entry_btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 19px;
  }
}

/* =========================================================
   Final theme override: 「素敵な時間」風 Kuroba Green / Japanese Esthe
   PC + Mobile unified visual system
   ========================================================= */

html,
body,
body.pinkgirl-theme,
body.iitime-theme {
  color: var(--iitime-ink) !important;
  background: radial-gradient(circle at 13% 19%, rgba(255,255,255,.92) 0 0, rgba(255,255,255,.85) 0 38px, transparent 115px),
    radial-gradient(circle at 87% 24%, rgba(255,255,255,.78) 0 0, rgba(255,255,255,.68) 0 50px, transparent 145px),
    radial-gradient(circle at 18% 74%, rgba(226,238,200,.48) 0 0, rgba(226,238,200,.34) 0 105px, transparent 245px),
    radial-gradient(circle at 82% 82%, rgba(180,200,139,.42) 0 0, rgba(180,200,139,.28) 0 95px, transparent 230px),
    linear-gradient(180deg,#fcfff8 0%,#f3f8ea 42%,#e8f2d9 100%) !important;
  background-attachment: fixed !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.35), transparent 26%, rgba(255,255,255,.28) 50%, transparent 72%, rgba(255,255,255,.22)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.16) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 7% 43%, rgba(255,255,255,.55) 0 0, transparent 170px),
    radial-gradient(circle at 95% 55%, rgba(255,255,255,.48) 0 0, transparent 185px);
  opacity: .95;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.54) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(161,189,88,.22) 0 1px, transparent 2px);
  background-size: 66px 66px, 42px 42px;
  background-position: 0 0, 20px 12px;
  opacity: .45;
}

::selection {
  background: var(--iitime-main);
  color: #fff;
}

a {
  color: var(--iitime-deep);
}

a:hover,a:active {
  color: #5f8e35;
}

.loader-wrap {
  background: linear-gradient(180deg,#fcfff8 0%,#e8f2d9 100%) !important;
}

.loader-wrap img {
  filter: drop-shadow(0 0 15px rgba(141,176,77,.55));
}

/* Header: translucent leaf-green strip with Japanese luxury spacing */

header,
header#other {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-pc) !important;
  z-index: 10999;
  background: radial-gradient(circle at 16% 18%, rgba(255,255,255,.34) 0 0, transparent 145px),
    radial-gradient(circle at 85% 22%, rgba(255,255,255,.28) 0 0, transparent 130px),
    linear-gradient(90deg, rgba(180,200,139,.93) 0%, rgba(226,238,200,.93) 48%, rgba(161,189,88,.93) 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,.52) !important;
  box-shadow: 0 1px 0 rgba(86,114,47,.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

header .inner {
  max-width: none !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

header .area {
  height: var(--header-height-pc) !important;
  max-width: none;
  width: 100%;
  padding: 0 82px 0 30px;
  justify-content: space-between !important;
  align-items: center;
  overflow: visible !important;
}

header h1,
header .inner .logo {
  margin: 0 !important;
  flex: 0 0 auto;
  align-items: center;
}

header .inner .logo img {
  display: block;
  max-width: 205px !important;
  width: 205px;
}

header .inner ul.header_nav {
  height: 100%;
  margin: 0 22px 0 auto !important;
  padding: 0;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0;
  width: auto !important;
  color: #302d2d;
  text-shadow: none !important;
}

header .inner ul.header_nav li {
  width: auto !important;
  height: 34px;
  margin: 0 !important;
  padding: 0 17px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-left: 1px dotted rgba(71,42,89,.55);
  line-height: 1.15;
}

header .inner ul.header_nav li:last-child {
  border-right: 1px dotted rgba(71,42,89,.55);
}

header .inner ul.header_nav li a {
  display: block;
  color: #2f3428 !important;
  font-family: var(--font-serif);
  font-size: 11px;
  line-height: 1.13;
  letter-spacing: .12em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.62) !important;
  transition: opacity .25s ease, color .25s ease;
  white-space: nowrap;
}

header .inner ul.header_nav li a span {
  display: block;
  margin-top: 2px;
  color: #1f241b !important;
  font-size: 13px;
  letter-spacing: .12em;
  font-family: "Times New Roman", var(--font-serif);
  font-weight: 700;
}

header .inner ul.header_nav li a:hover,
.header_nav a.active,
.header_nav a.active.current {
  color: #5f8e35 !important;
  opacity: .72;
  text-decoration: none !important;
}

/* Hamburger: square leaf-green block like reference */

.btn_menu,
.btn_menu.sticky {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  width: 66px !important;
  height: var(--header-height-pc) !important;
  z-index: 999999;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg,#98b753 0%,#7fa844 100%) !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
}

.btn_menu:hover {
  filter: brightness(1.03);
}

.btn_trigger {
  width: 42px !important;
  height: 43px !important;
  position: relative;
  display: block !important;
  cursor: pointer;
}

.btn_trigger span:not(.menu_label) {
  position: absolute;
  left: 4px !important;
  width: 34px !important;
  height: 4px !important;
  border-radius: 2px;
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: transform .35s ease, opacity .25s ease, top .35s ease !important;
  animation: none !important;
}

.btn_trigger span:nth-of-type(1) {
  top: 5px !important;
}

.btn_trigger span:nth-of-type(2) {
  top: 16px !important;
}

.btn_trigger span:nth-of-type(3) {
  top: 27px !important;
  bottom: auto !important;
}

.btn_trigger .menu_label,
.btn_trigger::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  text-shadow: none;
  white-space: nowrap;
}

.btn_trigger .menu_label + * {
  display: none;
}

#btn_top.active span:nth-of-type(1) {
  top: 16px !important;
  transform: rotate(45deg) !important;
  animation: none !important;
}

#btn_top.active span:nth-of-type(2) {
  opacity: 0 !important;
  transform: scaleX(.4) !important;
  animation: none !important;
}

#btn_top.active span:nth-of-type(3) {
  top: 16px !important;
  transform: rotate(-45deg) !important;
  animation: none !important;
}

#btn_top::after {
  display: none !important;
}

/* Drawer: translucent leaf-green veil with dotted Japanese menu */

#nav_bg {
  position: fixed;
  inset: 0 auto auto 0;
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
  max-width: none !important;
  width: 100% !important;
  height: 100dvh !important;
  opacity: 0;
  pointer-events: none;
  z-index: -99999;
  background: rgba(104,153,58,.84) !important;
  box-shadow: none !important;
  transition: opacity .28s ease !important;
  overflow: auto;
}

#nav_bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 14% 14%, rgba(255,255,255,.28) 0 0, transparent 180px),
    radial-gradient(circle at 85% 12%, rgba(255,255,255,.25) 0 0, transparent 150px),
    radial-gradient(circle at 50% 85%, rgba(255,255,255,.15) 0 0, transparent 240px),
    linear-gradient(180deg,rgba(180,200,139,.54),rgba(86,114,47,.66));
}

.open #nav_bg {
  opacity: 1 !important;
  pointer-events: auto;
  transition-delay: 0s !important;
  z-index: 90000 !important;
  background: rgba(104,153,58,.84) !important;
}

#nav_drawer {
  position: relative;
  z-index: 1;
  max-width: 560px !important;
  width: 100% !important;
  margin: var(--header-height-pc) auto 0 !important;
  padding: 20px 36px 48px !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#nav_drawer > ul {
  display: block !important;
  width: 100%;
}

#nav_drawer li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  text-align: left !important;
  transform: translateY(-4px);
  transition: opacity .34s ease, transform .34s ease;
  font-family: var(--font-serif);
}

#nav_drawer li a {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 17px 12px !important;
  display: block;
  color: #fff !important;
  border-bottom: 1px dotted rgba(255,255,255,.74) !important;
  font-size: 15px !important;
  line-height: 1.3;
  letter-spacing: .08em;
  font-weight: 700;
  text-shadow: 0 1px 5px rgba(62,88,33,.22) !important;
}

#nav_drawer li a::after {
  display: none !important;
}

#nav_drawer li a:hover,
#nav_drawer a.active,
#nav_drawer a.current {
  color: #fff !important;
  opacity: .78;
  text-decoration: none !important;
}

#nav_drawer li span {
  display: inline-block;
  margin-left: 5px;
  color: #fff !important;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 11px !important;
  letter-spacing: .08em;
  font-weight: 700;
  opacity: .98;
}

#nav_drawer li.info a,
#nav_drawer li.info_open {
  width: 100% !important;
  color: #fff !important;
  padding: 17px 12px !important;
  border-bottom: 1px dotted rgba(255,255,255,.74) !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 700;
}

#nav_drawer li.info_open img {
  display: block;
  width: 170px !important;
  margin: 14px auto 0;
  filter: drop-shadow(0 2px 10px rgba(62,88,33,.22));
}

.open #nav_drawer li {
  opacity: 1;
  transform: translateY(0);
}

/* Hero */

#mainvisual {
  width: min(1054px,100%) !important;
  max-width: 1054px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: var(--header-height-pc) auto 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: rgba(255,255,255,.22);
}

#mainvisual li {
  height: 720px !important;
  min-height: 720px !important;
  background: linear-gradient(90deg,rgba(255,255,255,.58) 0%,rgba(255,255,255,.22) 38%,rgba(161,189,88,.18) 100%),
    url(../images/mainvisual1.jpg) center center / cover no-repeat !important;
  background-blend-mode: screen,normal;
  position: relative;
}

#mainvisual li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 23%, rgba(255,255,255,.60) 0 0, transparent 155px),
    radial-gradient(circle at 68% 18%, rgba(180,200,139,.16) 0 0, transparent 210px),
    linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.04));
  pointer-events: none;
  z-index: 1;
}

#mainvisual li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,.10) 45%,rgba(141,176,77,.10) 100%) !important;
  pointer-events: none;
  z-index: 2;
}

#mainvisual .main_text {
  top: 45% !important;
  left: 34% !important;
  width: 54% !important;
  max-width: 570px !important;
  transform: translate(-50%,-50%) !important;
  z-index: 4;
  filter: drop-shadow(0 4px 14px rgba(86,114,47,.20));
}

.theme-sparkle {
  filter: hue-rotate(35deg) saturate(.55) brightness(1.12) drop-shadow(0 0 6px rgba(180,200,139,.4));
  opacity: .72;
}

/* Info strip under hero */

.middle_info {
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 13px 18px !important;
  display: block !important;
  color: #fff !important;
  background: linear-gradient(90deg,#8db04d 0%,#a5c05c 48%,#7fa844 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

.middle_info .middle_info_area {
  max-width: 1054px !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff !important;
  line-height: 1.25;
  font-family: var(--font-serif);
  font-size: 17px !important;
  letter-spacing: .08em;
}

.middle_info .middle_info_area p {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 22px !important;
  color: #fff !important;
  text-align: center !important;
  position: relative;
  font-weight: 700;
}

.middle_info .middle_info_area p:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(255,255,255,.70);
}

.middle_info .middle_info_area a {
  color: #fff !important;
}

.middle_info .middle_info_area .open::before,
.middle_info .middle_info_area .tel a::before,
.middle_info .middle_info_area .station::before {
  display: inline-block;
  margin-right: 6px;
  font-family: var(--font-awesome-solid);
  font-weight: 900;
  color: #fff;
}

.middle_info .middle_info_area .open::before {
  content: "";
}

.middle_info .middle_info_area .tel a::before {
  content: "";
}

.middle_info .middle_info_area .station::before {
  content: "";
}

.middle_info .middle_info_area .open span,
.middle_info .middle_info_area .tel span,
.middle_info .middle_info_area .station span {
  display: inline-block;
  color: #fff !important;
  font-family: "Times New Roman", var(--font-serif);
  font-size: 23px !important;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
}

.middle_info .middle_info_area .reception {
  display: none !important;
}

/* Content, titles, cards */

main {
  background: transparent !important;
  padding-bottom: 0 !important;
}

section {
  position: relative;
  padding: 34px 0 !important;
}

main section:first-child {
  padding-top: 42px !important;
}

.inner {
  max-width: 1054px !important;
  padding-left: 18px;
  padding-right: 18px;
}

.subtitle,
.subtitle_02,
.other_page_title {
  border: 0 !important;
  background: none !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  color: #282626 !important;
  letter-spacing: .03em;
  font-family: var(--font-serif);
}

.subtitle_02 .en,
.subtitle_02 p.en,
.other_page_title .t_top,
.other_page_title p.t_top,
.subtitle_02 > span.en {
  flex: 0 0 100%;
  display: block;
  color: #282626 !important;
  text-shadow: 0 2px 0 #fff, 0 0 10px rgba(255,255,255,.65) !important;
  font-family: "Times New Roman", Georgia, var(--font-serif);
  font-size: 38px !important;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: .08em;
}

.subtitle_02 .en:first-letter,
.subtitle_02 p.en:first-letter,
.other_page_title .t_top:first-letter,
.other_page_title p.t_top:first-letter {
  font-size: inherit !important;
}

.subtitle_02 .ja,
.subtitle_02 p.ja,
.other_page_title .t_bottom,
.other_page_title p.t_bottom {
  flex: 0 0 100%;
  display: block;
  margin-top: 4px !important;
  color: #302d2d !important;
  text-shadow: none !important;
  font-size: 13px !important;
  line-height: 1.2;
  letter-spacing: .16em;
  font-weight: 700;
}

.subtitle_02 .ja::before,
.subtitle_02 p.ja::before,
.subtitle_02 .ja::after,
.subtitle_02 p.ja::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 8px 4px;
  background: rgba(86,114,47,.30);
}

.template_box,
.content_borderbox,
.content_colorbox,
.content_colorbox_02,
#section_topics .info_box,
#contents_profile .profile_box_right,
#contents_profile .profile_box_left .img_box,
.profile_box_schedule,
.section_system .bg_price,
.table_collum_02,
.table_collum_03,
.room_card,
.table_collum_recruit,
.recruit_merit_card,
.recruit_entry_box {
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(141,176,77,.34) !important;
  box-shadow: 0 8px 26px rgba(105,153,58,.15) !important;
}

.template_box,
.content_borderbox,
#section_topics .info_box,
#contents_profile .profile_box_right,
.profile_box_schedule {
  padding: 28px 24px;
}

.template_box img,
.section_system .template_box img,
#section_topics .news_photo img,
.room_card img,
.room_photo_placeholder {
  border: 5px solid rgba(255,255,255,.90) !important;
  box-shadow: 0 8px 22px rgba(105,153,58,.16) !important;
}

#section_topics,
.todayschedule {
  background: rgba(255,255,255,.22) !important;
  margin-bottom: 0 !important;
}

#section_topics article {
  background: linear-gradient(135deg, rgba(161,189,88,.86), rgba(121,163,67,.82)) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: 0 8px 22px rgba(105,153,58,.18) !important;
}

#section_topics article time {
  background: #fff !important;
  color: var(--iitime-deep) !important;
}

#section_topics .STYLE3,
#section_topics h3,
#section_topics .newslist-desc {
  color: #fff !important;
}

#section_topics .new_mark {
  background: rgba(255,255,255,.94) !important;
  color: var(--iitime-deep) !important;
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 700;
}

#section_therapist .cast_box {
  gap: 20px;
  margin: 0 auto 20px;
  justify-content: center;
}

#section_therapist .cast_box li.cast_li {
  width: calc(33.333% - 20px) !important;
  max-width: 300px;
  margin: 0 0 22px !important;
  background: linear-gradient(180deg,rgba(161,189,88,.88),rgba(133,171,73,.90)) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  box-shadow: 0 8px 24px rgba(105,153,58,.20) !important;
  transition: transform .32s ease, box-shadow .32s ease;
}

#section_therapist .cast_box li.cast_li:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(105,153,58,.26) !important;
}

#section_therapist .cast_box li.cast_li div.img_box {
  padding: 5px;
  background: #fff !important;
}

#section_therapist .cast_box li.cast_li .img_box .photo {
  height: 420px;
  box-shadow: none !important;
}

#section_therapist .cast_box li.cast_li div.txt_box {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 13px 8px 15px;
  font-weight: 700;
  letter-spacing: .06em;
}

#section_therapist .cast_box .name span,
#section_therapist .cast_box .profile_info span {
  color: #fff !important;
}

.section_system .bg_price,
.section_system .b_boxouter {
  background: rgba(141,176,77,.76) !important;
  color: #fff !important;
}

.section_system .b_box1 {
  background: rgba(255,255,255,.90) !important;
  border: 1px solid rgba(141,176,77,.44) !important;
}

.section_system .table_system h2,
.section_system .table_option h2,
#contents_profile .profile_box_right .name,
.recruit_entry_box h3,
.recruit_merit_card span {
  color: var(--iitime-deep) !important;
  text-shadow: 0 2px 0 #fff,0 0 10px rgba(255,255,255,.6) !important;
}

.table_collum_02 th,
.table_collum_03 th,
.profile_box_schedule .table_02 th,
.table_collum_recruit th {
  background: linear-gradient(180deg,#b6cf81,#8db04d) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.72) !important;
}

.table_collum_02 td,
.table_collum_03 td,
.profile_box_schedule .table_02 td,
.table_collum_recruit td {
  background: rgba(255,255,255,.76) !important;
  border-color: rgba(141,176,77,.34) !important;
}

footer,
.global-footer {
  background: linear-gradient(180deg,rgba(229,240,208,.86),rgba(204,217,169,.88)) !important;
  color: #302d2d !important;
  border-top: 1px solid rgba(255,255,255,.65) !important;
  box-shadow: none !important;
}

.footer_link .link_act_01,
.footer_link a {
  background: transparent !important;
  color: #302d2d !important;
  border: 0 !important;
  border-left: 1px solid rgba(71,42,89,.35) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.footer_link a:last-child {
  border-right: 1px solid rgba(71,42,89,.35) !important;
}

.footer_link a:hover {
  color: var(--iitime-deep) !important;
  opacity: .75;
}

.global-footer .des .tel a,
.recruit_entry_btn {
  color: #fff !important;
  background: linear-gradient(180deg,#b6cf81,#7fa844) !important;
  box-shadow: 0 8px 20px rgba(105,153,58,.22) !important;
}

.footer_nav,
.m-cta {
  display: none !important;
}

body.has-bottom-cta main {
  padding-bottom: 0 !important;
}

.page_top {
  max-width: 1054px !important;
  height: 300px !important;
  border: 0 !important;
  box-shadow: 0 8px 26px rgba(105,153,58,.16) !important;
}

.page_top::after {
  background: linear-gradient(180deg,rgba(255,255,255,.36),rgba(141,176,77,.16)) !important;
}

.other_page_title {
  top: calc(var(--header-height-pc) + 58px) !important;
}

.pankuzu {
  background: rgba(255,255,255,.62) !important;
  border-color: rgba(141,176,77,.28) !important;
}

.pankuzu ol li:first-child:before {
  color: var(--iitime-deep) !important;
}

.room_photo_placeholder {
  background: linear-gradient(135deg, rgba(248,239,255,.95), rgba(255,255,255,.96)) !important;
  color: var(--iitime-deep) !important;
}

.table_collum_recruit td a {
  color: var(--iitime-deep) !important;
}

.mv12:before {
  background: rgba(141,176,77,.86) !important;
}

.mv13:before,.mv14:before {
  background: rgba(229,240,208,.92) !important;
}

@media screen and (max-width:1100px) {
  header .area {
    padding-left: 18px;
    padding-right: 74px;
  }

  header .inner .logo img {
    max-width: 176px !important;
    width: 176px;
  }

  header .inner ul.header_nav li {
    padding: 0 11px;
  }

  header .inner ul.header_nav li a {
    font-size: 10px;
  }

  header .inner ul.header_nav li a span {
    font-size: 12px;
  }
}

@media screen and (max-width:767px) {
  :root {
    --header-height-sp: 58px;
  }

  html,
  body,
  body.pinkgirl-theme,
  body.iitime-theme {
    background: radial-gradient(circle at 14% 17%, rgba(255,255,255,.84) 0 0, rgba(255,255,255,.72) 0 28px, transparent 82px),
      radial-gradient(circle at 88% 30%, rgba(255,255,255,.70) 0 0, rgba(255,255,255,.55) 0 40px, transparent 118px),
      linear-gradient(180deg,#fcfff8 0%,#edf6df 48%,#e3f0d1 100%) !important;
  }

  header,
  header#other {
    height: var(--header-height-sp) !important;
  }

  header .area {
    height: var(--header-height-sp) !important;
    padding: 0 62px 0 14px !important;
    justify-content: flex-start !important;
  }

  header .inner .logo img {
    max-width: 150px !important;
    width: 150px;
  }

  header .inner ul.header_nav {
    display: none !important;
  }

  .btn_menu,
  .btn_menu.sticky {
    width: 54px !important;
    height: var(--header-height-sp) !important;
  }

  .btn_trigger {
    width: 38px !important;
    height: 40px !important;
  }

  .btn_trigger span:not(.menu_label) {
    left: 5px !important;
    width: 28px !important;
    height: 3px !important;
  }

  .btn_trigger span:nth-of-type(1) {
    top: 5px !important;
  }


  .btn_trigger span:nth-of-type(2) {
    top: 14px !important;
  }

  .btn_trigger span:nth-of-type(3) {
    top: 23px !important;
  }

  .btn_trigger .menu_label,
  .btn_trigger::after {
    font-size: 11px;
    bottom: 0;
  }

  #btn_top.active span:nth-of-type(1),
  #btn_top.active span:nth-of-type(3) {
    top: 14px !important;
  }

  #nav_drawer {
    margin: var(--header-height-sp) auto 0 !important;
    padding: 0 37px 42px !important;
    max-width: 420px !important;
  }

  #nav_drawer li a {
    padding: 18px 12px !important;
    font-size: 14px !important;
  }

  #nav_drawer li span {
    font-size: 10px !important;
  }

  #nav_drawer li.info a,
  #nav_drawer li.info_open {
    font-size: 13px !important;
  }

  #mainvisual {
    width: 100% !important;
    max-width: none !important;
    margin-top: var(--header-height-sp) !important;
  }

  #mainvisual li {
    height: 474px !important;
    min-height: 274px !important;
    background: url(../images/mainvisual_s.jpg) center center / cover no-repeat !important;
  }

  #mainvisual .main_text {
    top: 70% !important;
    left: 50% !important;
    width: 72% !important;
    max-width: 300px !important;
    transform: translate(-50%,-50%) !important;
  }

  .theme-sparkle {
    display: none;
  }

  .middle_info {
    margin: 0 !important;
    padding: 8px 10px 10px !important;
  }

  .middle_info .middle_info_area {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.45;
  }

  .middle_info .middle_info_area p {
    display: block;
    padding: 2px 0 !important;
    text-align: center !important;
  }

  .middle_info .middle_info_area p::after {
    display: none !important;
  }

  .middle_info .middle_info_area .open span,
  .middle_info .middle_info_area .station span {
    font-size: 18px !important;
  }

  .middle_info .middle_info_area .tel span {
    display: block;
    margin-top: 2px;
    font-size: 28px !important;
    letter-spacing: .08em;
  }

  section {
    padding: 28px 0 !important;
  }

  main section:first-child {
    padding-top: 30px !important;
  }

  .inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .subtitle_02 .en,
  .subtitle_02 p.en,
  .other_page_title .t_top,
  .other_page_title p.t_top,
  .subtitle_02 > span.en {
    font-size: 29px !important;
    letter-spacing: .06em;
  }

  .subtitle_02 .ja,
  .subtitle_02 p.ja,
  .other_page_title .t_bottom,
  .other_page_title p.t_bottom {
    font-size: 12px !important;
  }

  .template_box,
  .content_borderbox,
  #section_topics .info_box,
  #contents_profile .profile_box_right,
  .profile_box_schedule {
    padding: 18px 14px !important;
  }

  #section_therapist .cast_box {
    gap: 12px;
    justify-content: center !important;
    padding: 0 !important;
  }

  #section_therapist .cast_box li.cast_li {
    width: calc(50% - 7px) !important;
    max-width: 220px;
    margin: 0 0 14px !important;
  }

  #section_therapist .cast_box li.cast_li .img_box .photo {
    height: 255px !important;
  }

  #section_therapist .cast_box li.cast_li div.txt_box {
    font-size: 13px;
    padding: 10px 4px 11px;
  }

  .page_top {
    height: 210px !important;
  }

  .other_page_title {
    top: calc(var(--header-height-sp) + 44px) !important;
  }

  .global-footer {
    display: none !important;
  }

  .footer_link {
    display: flex !important;
    gap: 0 !important;
    margin-bottom: 18px !important;
  }

  .footer_link .link_act_01 {
    flex: 0 0 50% !important;
    font-size: 12px;
    padding: 7px 4px !important;
  }
}

@media screen and (max-width:420px) {
  #mainvisual li {
    height: 274px !important;
    min-height: 274px !important;
  }

  #mainvisual .main_text {
    width: 78% !important;
    left: 37% !important;
  }

  .middle_info .middle_info_area .tel span {
    font-size: 26px !important;
  }

  #section_therapist .cast_box li.cast_li .img_box .photo {
    height: 232px !important;
  }
}

/* Reference hero keeps the key logo only; detailed access copy is moved to the info strip. */

.mainvisual_txt {
  display: none !important;
}

/* =========================================================
   Mobile footer links / quick actions
   Scope: mobile only (<=767px)
   Palette: unified with current leaf-green site theme
   ========================================================= */

@media screen and (max-width: 767px) {
  :root {
    --tr-sp-footer-text: var(--iitime-ink, #302d2d);
    --tr-sp-footer-deep: var(--iitime-deep, #5f8e35);
    --tr-sp-footer-main: var(--iitime-main, #8db04d);
    --tr-sp-footer-mid: var(--iitime-mid, #b6cf81);
    --tr-sp-footer-soft: var(--iitime-soft, #dfeecb);
    --tr-sp-footer-pale: var(--iitime-pale, #edf6df);
    --tr-sp-footer-line: rgba(86, 114, 47, .28);
    --tr-sp-footer-line-strong: rgba(86, 114, 47, .36);
    --tr-sp-footer-shadow: 0 4px 14px rgba(105, 153, 58, .12);
    --m-cta-h: 64px;
  }

  body,
  body.has-bottom-cta,
  body main,
  body.has-bottom-cta main,
  main#scroll_top {
    padding-bottom: 0 !important;
  }

  footer {
    background: linear-gradient(180deg, rgba(229,240,208,.88) 0%, rgba(204,217,169,.92) 100%) !important;
    color: var(--tr-sp-footer-text) !important;
    border-top: 1px solid rgba(255,255,255,.65) !important;
    box-shadow: none !important;
    padding: 32px 10px calc(var(--m-cta-h) + env(safe-area-inset-bottom) + 30px) !important;
  }

  /* Footer page links: two-column panels using the site's leaf-green tone. */

  .footer_link.mb_30 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px !important;
    width: 100%;
    max-width: 460px;
    margin: 0 auto 24px !important;
    padding: 0 2px !important;
  }

  .footer_link.mb_30 .link_act_01,
  .footer_link.mb_30 a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 12px !important;
    background: linear-gradient(105deg, rgba(255,255,255,.84) 0%, rgba(239,247,226,.88) 52%, rgba(226,238,200,.78) 100%) !important;
    color: var(--tr-sp-footer-text) !important;
    border: 1px solid var(--tr-sp-footer-line) !important;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), var(--tr-sp-footer-shadow) !important;
    font-family: var(--font-serif);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    letter-spacing: .04em;
    text-align: left;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.60);
  }

  .footer_link.mb_30 .link_act_01:hover,
  .footer_link.mb_30 .link_act_01:focus,
  .footer_link.mb_30 .link_act_01.active,
  .footer_link.mb_30 a:hover,
  .footer_link.mb_30 a:focus,
  .footer_link.mb_30 a.active {
    background: linear-gradient(105deg, rgba(248,251,242,.96) 0%, rgba(226,238,200,.92) 54%, rgba(161,189,88,.82) 100%) !important;
    color: var(--tr-sp-footer-deep) !important;
    opacity: 1 !important;
  }

  .footer_link.mb_30 .link_act_01:active,
  .footer_link.mb_30 a:active {
    opacity: .86 !important;
  }

  .footer_link.mb_30 a:last-child {
    border-right: 1px solid var(--tr-sp-footer-line) !important;
  }

  .footer_link.mb_30 .link_act_01:nth-child(1) {
    order: 1;
  }

  .footer_link.mb_30 .link_act_01:nth-child(3) {
    order: 2;
  }

  .footer_link.mb_30 .link_act_01:nth-child(2) {
    order: 3;
  }

  .footer_link.mb_30 .link_act_01:nth-child(6) {
    order: 4;
  }

  .footer_link.mb_30 .link_act_01:nth-child(4) {
    order: 5;
  }

  .footer_link.mb_30 .link_act_01:nth-child(5) {
    order: 6;
  }

  /* Bottom CTA: mobile only; visually hidden until the user scrolls down. */

  .m-cta {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60000;
    height: calc(var(--m-cta-h) + env(safe-area-inset-bottom));
    padding: 0 0 env(safe-area-inset-bottom) !important;
    background: linear-gradient(180deg, rgba(229,240,208,.97) 0%, rgba(204,217,169,.98) 100%) !important;
    border-top: 1px solid rgba(255,255,255,.72) !important;
    box-shadow: 0 -4px 16px rgba(105,153,58,.18) !important;
    transform: translate3d(0, 110%, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease, visibility 0s linear .28s;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .m-cta.is-visible,
  body.is-mobile-cta-visible .m-cta {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .28s ease, opacity .28s ease, visibility 0s linear 0s;
  }

  .m-cta::after {
    display: none !important;
    content: none !important;
  }

  .m-cta__btn,
  .m-cta__btn.is-tel,
  .m-cta__btn.is-web,
  .m-cta__btn.is-line,
  .m-cta__btn.is-system,
  .m-cta__btn.is-top {
    width: auto !important;
    height: var(--m-cta-h) !important;
    min-width: 0;
    float: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 !important;
    padding: 7px 2px 6px !important;
    background: linear-gradient(180deg, rgba(239,247,226,.96) 0%, rgba(226,238,200,.96) 100%) !important;
    color: var(--tr-sp-footer-text) !important;
    border: 0 !important;
    border-right: 1px solid var(--tr-sp-footer-line) !important;
    border-radius: 0 !important;
    box-shadow: inset 1px 0 0 rgba(255,255,255,.42) !important;
    font-family: var(--font-base);
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.1;
    letter-spacing: .02em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.48);
    -webkit-tap-highlight-color: rgba(95,142,53,.13);
  }

  .m-cta__btn:last-child {
    border-right: 0 !important;
  }

  .m-cta__btn:active {
    filter: brightness(.98) !important;
    opacity: .86 !important;
  }

  .m-cta__btn br,
  .m-cta .footer_icon {
    display: none !important;
  }

  .m-cta__btn::before {
    display: block;
    font-family: "Font Awesome 5 Free", var(--font-awesome-solid), sans-serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
    color: var(--tr-sp-footer-deep);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .m-cta__btn.is-tel::before {
    content: "";
  }

  .m-cta__btn.is-web::before {
    content: "";
  }

  .m-cta__btn.is-line::before {
    content: "";
  }

  .m-cta__btn.is-system::before {
    content: "";
  }

  .m-cta__btn.is-top::before {
    content: "";
  }

  .m-cta__label {
    display: block !important;
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.1;
    white-space: nowrap;
  }
}

@media screen and (max-width: 420px) {
  .footer_link.mb_30 .link_act_01,
  .footer_link.mb_30 a {
    min-height: 46px;
    padding-left: 10px !important;
    font-size: 13px !important;
  }

  .m-cta__btn,
  .m-cta__btn.is-tel,
  .m-cta__btn.is-web,
  .m-cta__btn.is-line,
  .m-cta__btn.is-system,
  .m-cta__btn.is-top {
    font-size: 11px !important;
  }

  .m-cta__btn::before {
    font-size: 20px;
  }
}
