/************************************************************
 mediaquery 
************************************************************/
/* 1920px以上 */
/* 1200px以下 */
/* 1100px以下 */
/* 1024px以下 */
/* PC */
/* TAB */
/* 767px以下 */
/* 640px以下 */
/* SP */
/************************************************************
 common 
************************************************************/
/*** html,body ***/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  color: #333333;
  font-size: 62.5%;
  line-height: 2.5;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho',
    '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  letter-spacing: 0.1rem;
}

body {
  background: url("/assets/img/bg_01.png") top left repeat;
  background-size: 300px 300px;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

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

img,
embed,
object,
iframe {
  vertical-align: middle;
}

.scrolldown {
  position: absolute;
  bottom: 1%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}

/* ネスト展開 */
.pc_line_break br { display: block; }
.sp_line_break br { display: none; }

/* 下からの距離が変化して全体が下→上→下に動く */
@keyframes arrowmove {
  0% { bottom: 1%; }
  50% { bottom: 3%; }
  100% { bottom: 1%; }
}

/* Scrollテキストの描写 */
.scrolldown span {
  position: absolute;
  left: -35px;
  bottom: 5px;
  color: #eee;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}

.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #eee;
}

.content_wrap_S {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.content_wrap_L {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0;
}

.bg_Lgray {
  background: url("/assets/img/bg_01.png") top left repeat;
  background-size: 300px 300px;
}

.bg_Dgray { background-color: #ECEDE7; }
.bg_Black { background-color: #000000; }

a {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover { opacity: 0.5; }

/*** font ***/
h1, h2, h3 {
  line-height: 1;
  font-size: calc(5rem + (1vw - 19.2px) * 1.8123);
}

h2 {
  margin-bottom: 40px;
  font-size: calc(5rem + (1vw - 19.2px) * 1.8123);
  text-align: center;
  line-height: normal;
}

h3 {
  margin-bottom: calc(30px + (1vw - 19.2px) * 0.7767);
  font-size: calc(3rem + (1vw - 19.2px) * 0.7767);
  text-align: center;
}

p { font-size: calc(2rem + (1vw - 19.2px) * 0.5178); }

dt {
  font-weight: normal;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
  line-height: 2;
}

dd, li {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
  line-height: 2;
}

.caution {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.3883);
}

.ttlH1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}

.ttlH1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  content: "";
}

.ttlH1 h1 {
  position: relative;
  color: #fff;
  font-size: calc(3rem + (1vw - 19.2px) * 0.6472);
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
}

.page-feature.ttlH1 {
  background: url("/assets/img/bg_top_feature.jpg") center no-repeat;
  background-size: cover;
}

.page-contact.ttlH1 {
  background: url("/assets/img/bg_top_contact.png") center no-repeat;
  background-size: cover;
}

.page-reservation.ttlH1 {
  background: url("/assets/img/bg_top_reservation.png") center no-repeat;
  background-size: cover;
}

.page-staff.ttlH1 {
  background: url("/assets/img/bg_top_staff.png") center no-repeat;
  background-size: cover;
}

.page-guide.ttlH1 {
  background: url("/assets/img/bg_top_guide.png") center no-repeat;
  background-size: cover;
}

.page-testimonial.ttlH1 {
  background: url("/assets/img/bg_top_testimonial.png") center no-repeat;
  background-size: cover;
}

.page-first-treatment.ttlH1 {
  background: url("/assets/img/bg_top_treatment.jpg") center no-repeat;
  background-size: cover;
}

.page-archive.ttlH1 {
  background: url("/assets/img/bg_top_blog.png") center no-repeat;
  background-size: cover;
}

.page-house_visit.ttlH1 {
  background: url("/assets/img/bg_house_visit.png") center no-repeat;
  background-size: cover;
}

.ttl_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: calc(4rem + (1vw - 19.2px) * 1.4239);
}

.ttl_number .number {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(65px + (1vw - 19.2px) * 2.1036);
  height: calc(65px + (1vw - 19.2px) * 2.1036);
  margin-right: calc(35px + (1vw - 19.2px) * 0.9709);
  border-radius: 50%;
  background: #fff;
  font-size: calc(3.2rem + (1vw - 19.2px) * 1.0356);
  line-height: calc(65px + (1vw - 19.2px) * 2.1036);
  text-align: center;
}

.ttl_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(420px + (1vw - 19.2px) * 14.2395);
}

.ttl_img h2 {
  margin-bottom: 0;
  color: #fff;
}

.tools_white { color: #fff; }
.underLine { text-decoration: underline; }

/*** others ***/
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns .snsIcon {
  position: relative;
  width: 16px;
}

.sns .snsIcon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns .snsIcon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.sns .snsIcon:nth-of-type(n+2) { margin-left: 3.5rem; }

.sns .snsIcon:nth-of-type(n+2):before {
  position: absolute;
  top: 40%;
  left: -2.3rem;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  background: #333333;
  content: "";
}

.sp_block { display: none; }

/************************************************************
 table
************************************************************/

th {
  font-weight: normal;
  font-size: calc(1.8rem + (1vw - 19.2px) * 0.3236);
  line-height: 1.0;
}

td {
  font-weight: normal;
  font-size: calc(1.8rem + (1vw - 19.2px) * 0.3236);
  line-height: 1.0;
}

.table_caption {
  margin-bottom: calc(40px + (1vw - 19.2px) * 1.2945);
  font-size: calc(3rem + (1vw - 19.2px) * 0.9709);
  line-height: 1.5;
  text-align: center;
}

.table_common {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 1px;
}

.table_common th {
  padding: calc(20px + (1vw - 19.2px) * 0.3236) 0;
  background: #dddddd;
  font-size: calc(18px + (1vw - 19.2px) * 0.3883);
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.table_common th .table_small {
  display: block;
  font-size: calc(14px + (1vw - 19.2px) * 0.3883);
}

.table_common th:first-child {
  width: 24%;
  max-width: 300px;
}

.table_common td {
  padding: calc(20px + (1vw - 19.2px) * 0.3236) 0;
  background: #fff;
  font-size: calc(18px + (1vw - 19.2px) * 0.3883);
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.table_common td span {
  display: block;
  font-size: calc(14px + (1vw - 19.2px) * 0.3883);
}

/************************************************************
 header 
************************************************************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  width: 100%;
}

header .switch_lang {
  position: absolute;
  top: 46px;
  right: 120px;
  font-size: 18px;
  color: #FFF;
  line-height: 1;
}

.reserve {
  z-index: 1;
  position: fixed;
  bottom: calc(50px + (1vw - 19.2px) * 0.6472);
  right: 0;
}

.reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  padding: 20px 0 50px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(to bottom right, #f6c47d, #ee7773);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  color: #fff;
  font-size: calc(2rem + (1vw - 19.2px) * 0.3236);
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.reserve a:hover {
  background: #fff;
  color: #ee7773;
  opacity: 1;
}

.reserve .reserve_web span { position: relative; }

.reserve .reserve_web span:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 26px;
  height: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/assets/img/icon_web_wh.png") center no-repeat;
  background-size: contain;
  content: "";
}

.reserve .reserve_web a:hover span:after {
  background: url("/assets/img/icon_web_red.png") center no-repeat;
  background-size: contain;
}

/* ネスト展開: ロゴ画像 */
.header_ja_logo {
  position: absolute;
  top: 40px;
  left: 60px;
}

.header_ja_logo img { width: 180px; }

.header_en_logo {
  position: absolute;
  top: 40px;
  left: 60px;
}

.header_en_logo img { width: 180px; }

/* menu */
.menu_btn_wrap {
  position: absolute;
  top: 40px;
  right: 60px;
}

.menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}

.menu_btn span:before { top: 8px; }
.menu_btn span:after { bottom: 8px; }

.active .menu_btn span { background: transparent; }

.active .menu_btn span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active .menu_btn span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@keyframes slideInFromRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutToRight {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(100%); opacity: 0; }
}

.slide-in { animation: slideInFromRight 0.5s ease-out forwards; }
.slide-out { animation: slideOutToRight 0.5s ease-in forwards; }

.menu_wrap {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  padding: 32px;
  background-color: rgba(0,0,0,0.75);
  padding-top: 90px;
  overflow: auto;
  height: 100%;
}

.menu_wrap .menu li {
  font-size: 20px;
  line-height: 2.5;
  color: #efefef;
}

.menu_wrap .menu li:first-child {
  margin-right: calc(50px + (1vw - 19.2px) * 2.2321);
}

.menu_wrap .menu li:last-child { margin-left: 0; }

.menu_wrap .menu li a {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}

.menu_wrap .menu li a:hover { opacity: 1; }

/************************************************************
 bottom_contact / footer 
************************************************************/
.bottom_contact_inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px;
  color: #fff;
  text-align: center;
}

.bottom_contact_inner h2 { margin-bottom: 0; }

.bottom_contact_inner .content_read {
  padding: 20px 0;
  font-size: 16px;
}

.bottom_contact {
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url("/assets/img/bg_top_contact.png");
}

.bottom_contact .btn_common { position: relative; }

.bottom_contact .btn_common:before,
.bottom_contact .btn_common:after {
  display: none;
}

.bottom_contact .btn_common a {
  display: inline-block;
  position: relative;
  padding: 0 2rem 0.6rem 4rem;
}

.btn_common:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s;
  transition: -webkit-transform 0.3s ease 0.3s;
  -o-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.btn_common:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn_common:hover:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.btn_common a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#footer {
  padding: 80px;
  background: linear-gradient(to bottom right, #5cbfd8, #1941a0);
  line-height: 1.5;
  text-align: center;
}

.top_footer {
  padding: 40px;
  background: linear-gradient(to bottom right, #5cbfd8, #1941a0);
  line-height: 1.5;
  text-align: center;
}

.footer_logo {
  max-width: 40px;
  margin: 0 auto;
}

.footer_logo img {
  width: 100%;
  height: auto;
}

.access_common {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  color: #fff;
}

.access_common p br { display: block; }

.contact_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.tel {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: calc(2.4rem + (1vw - 19.2px) * 0.4531);
}

.tel br { display: none; }

.tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 15px;
  margin-right: 0.6rem;
}

.tel img {
  width: 100%;
  height: auto;
}

.copyright {
  color: #FFFFFF;
  font-size: calc(1.4rem + (1vw - 19.2px) * 0.3236);
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, メイリオ, Meiryo,
    "ＭＳ ゴシック", sans-serif;
}

.home .home-none { display: none; }

/************************************************************
 top 
************************************************************/
/*** kv ***/
#top_kv {
  position: relative;
  width: 100%;
  background: url("/assets/img/kv.jpg") no-repeat center / cover;
  background-blend-mode: darken;
  background-size: cover;
}

.top_ja_logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  text-align: center;
}

.top_ja_logo img {
  width: 100%;
  height: auto;
}

.top_en_logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

.top_en_logo img {
  width: 100%;
  height: auto;
}

/*** top contents ***/
.topBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topBox {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

.topBox h2 {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}

.topBox p {
  color: #fff;
  line-height: 1;
  font-size: 20px;
}

.top_introduction {
  width: 100%;
  background: url("/assets/img/bg_top_read.jpg") center no-repeat;
  background-size: cover;
}

.topBoxWrap {
  position: relative;
}

.topBoxWrap:before {
  transition: background-color 0.7s ease 0s;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.topBoxWrap.visible:before {
  background-color: rgba(0, 0, 0, 0.55);
}

.topBoxWrap .topBoxInner {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease 0s, visibility 0.7s;
}

.topBoxWrap.visible .topBoxInner {
  opacity: 1;
  visibility: visible;
}

.topBoxInner .top_txt {
  line-height: 2.5;
  padding: 8px 0;
  font-size: 20px;
}

.top_txt + .top_txt {
  margin-bottom: 20px;
}

.top_feature {
  width: 100%;
  background: url("/assets/img/bg_top_feature.jpg") center no-repeat;
  background-size: cover;
}

.top_guide {
  width: 100%;
  background: url("/assets/img/bg_top_guide.png") center no-repeat;
  background-size: cover;
}

.top_treatment {
  width: 100%;
  background: url("/assets/img/bg_top_treatment.jpg") center no-repeat;
  background-size: cover;
}

.top_staff {
  width: 100%;
  background: url("/assets/img/bg_top_staff.png") center no-repeat;
  background-size: cover;
}

.top_testimonial {
  width: 100%;
  background: url("/assets/img/bg_top_testimonial.png") center no-repeat;
  background-size: cover;
}

.top_reservation {
  width: 100%;
  background: url("/assets/img/bg_top_reservation.png") center no-repeat;
  background-size: cover;
}

.top_blog {
  width: 100%;
  background: url("/assets/img/bg_top_blog.png") center no-repeat;
  background-size: cover;
}

.top_house_visit {
  width: 100%;
  background: url("/assets/img/bg_top_house_visit.png") center no-repeat;
  background-size: cover;
}

.top_link_wrap {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}

.contact_link_wrap {
  padding-top: 30px;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}


.top_btn_common + .top_btn_common {
  margin-top: 10px;
}

.top_btn_common:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s;
  transition: -webkit-transform 0.3s ease 0.3s;
  -o-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.top_btn_common:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.top_btn_common:hover:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.top_btn_common a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.top_btn_common, .btn_common a:hover {
  opacity: 1;
}

/*** faq ***/
.faq {
  overflow-y: hidden;
  background: #fff;
}

.faq_detail {
  padding: 24px 70px;
  border-bottom: 2px solid #eaeaea;
  position: relative;
  cursor: pointer;
}

.faq_detail dt {
  font-size: 24px;
}

.faq_detail dt:before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ee7773;
  content: "";
}

.faq_detail dt:after {
  position: absolute;
  top: 50%;
  right: 42px;
  width: 2px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ee7773;
  content: "";
}

.faq_detail dt span {
  position: relative;
}

.faq_detail dt span:before {
  position: absolute;
  top: 50%;
  left: -6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "Q.";
  font-size: calc(3.6rem + (1vw - 19.2px) * 0.9061);
}

.faq_detail .active:after {
  display: none;
}

.faq_detail dd {
  display: none;
  padding-right: calc(80px + (1vw - 19.2px) * 1.9417);
  cursor: default;
}

/************************************************************
 みくまり院の特徴 
************************************************************/
.feature_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1160px;
  background: url("/assets/img/deco_stone.png") center no-repeat;
  background-size: 65% auto;
}

.feature_detail:after {
  display: block;
  width: calc(100% / 3);
  height: 0;
  content: "";
}

.reason {
  position: relative;
}

.reason .reason_img {
  z-index: 1;
  position: absolute;
  top: -38vw;
  right: 0;
  width: 34.375vw;
  height: 44.271vw;
  background: url("/assets/img/img_feature.png") center no-repeat;
  background-size: cover;
  content: "";
}

.reason .reason_item {
  margin-bottom: calc(80px + (1vw - 19.2px) * 2.589);
  padding-bottom: calc(80px + (1vw - 19.2px) * 2.589);
  border-bottom: 1px solid #cccccc;
}

.reason .reason_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.reason .ttl_img {
  width: 100%;
  background: url("/assets/img/ttl_img_reason.png") center no-repeat;
  background-size: cover;
}

.reason .ttl_number {
  text-align: left;
}

.reason .txt_common {
  margin-left: calc(100px + (1vw - 19.2px) * 2.9126);
}

/************************************************************
 治療家紹介 
************************************************************/
#staff .content_wrap_S {
  max-width: 920px;
}

.profile_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: calc(70px + (1vw - 19.2px) * 2.2654);
}

.profile_top .staff_name {
  padding-top: calc(50px + (1vw - 19.2px) * 1.6181);
  padding-left: calc(140px + (1vw - 19.2px) * 6.7961);
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.profile_top .staff_name .official-position {
  display: block;
  margin-left: calc(20px + (1vw - 19.2px) * 0.6472);
  font-size: calc(2rem + (1vw - 19.2px) * 0.6472);
}

.profile_top .staff_name .staff_point {
  margin-top: calc(30px + (1vw - 19.2px) * 0.9709);
  padding: calc(10px + (1vw - 19.2px) * 0.3236)
    calc(6px + (1vw - 19.2px) * 0.1942);
  background: #ee7773;
  color: #fff;
  font-size: calc(2rem + (1vw - 19.2px) * 0.6472);
}

.profile_top .staff_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: calc(460px + (1vw - 19.2px) * 16.8285);
}

.profile_top .staff_img img {
  width: 100%;
}

.staff_wrap:first-child {
  margin-bottom: calc(120px + (1vw - 19.2px) * 2.589);
}

.staff_wrap:last-child .profile_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.staff_wrap:last-child .profile_top .staff_name {
  padding-right: calc(140px + (1vw - 19.2px) * 6.7961);
  padding-left: 0;
}

.profile_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile_bottom .career {
  width: 50%;
  padding-right: 5%;
  border-right: 1px solid #d1cfcd;
}

.profile_bottom .career_item span {
  display: inline-block;
  position: relative;
  padding-bottom: calc(50px + (1vw - 19.2px) * 0.6472);
  padding-left: calc(40px + (1vw - 19.2px) * 0.9709);
}

.profile_bottom .career_item span:before {
  position: absolute;
  top: 15px;
  left: 4px;
  width: 2px;
  height: 100%;
  background: #d1cfcd;
  content: "";
}

.profile_bottom .career_item span:after {
  position: absolute;
  top: 14%;
  left: 0;
  width: calc(10px + (1vw - 19.2px) * 0.1294);
  height: calc(10px + (1vw - 19.2px) * 0.1294);
  border-radius: 50%;
  background: #333333;
  content: "";
}

.profile_bottom .career_item:last-child span:before {
  display: none;
}

.profile_bottom .career_item:last-child span:after {
  background: #ee7773;
}

.profile_bottom .others_wrap {
  width: 45%;
}

.profile_bottom .others {
  width: 100%;
  margin-bottom: calc(50px + (1vw - 19.2px) * 0.9709);
}

.profile_bottom .others:last-child {
  margin-bottom: 0;
}

.profile_bottom .others_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile_bottom .others_item dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile_bottom .others_item dl dd {
  position: relative;
  padding-left: 2rem;
}

.profile_bottom .others_item dl dd:before {
  position: absolute;
  left: 0.6rem;
  content: "/";
}

.profile_bottom .others_item:last-child dl dd:before {
  display: none;
}

/************************************************************
 ご案内 
************************************************************/
#guide {
  position: relative;
}

#access .access_inner {
  width: 100%;
}

#access .map {
  width: 100%;
  margin-bottom: calc(50px + (1vw - 19.2px) * 0.9709);
}

#access .map iframe {
  width: 100%;
  height: 31.54vw;
}

#access .access_detail {
  margin-top: calc(15px + (1vw - 19.2px) * 0.3236);
}

/************************************************************
 初診について 
************************************************************/
#treatment {
  position: relative;
}

.normal_txt {
  font-size: 16px;
  line-height: 2;
}

#treatment .caution {
  font-size: calc(1.4rem + (1vw - 19.2px) * 0.2589);
}

.flow_detail .flow_item {
  width: 80%;
  text-align: left;
  margin: 0 auto;
}

.flow_detail .flow_item {
  margin-bottom: 40px;
}

.flow_item:not(:first-child) {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}

.flow_detail .flow_item:last-child {
  margin-bottom: 0;
}

.flow_detail .ttl_number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(36px + (1vw - 19.2px) * 1.165);
  text-align: center;
}

.flow_detail .ttl_number .ttl_number_inner span {
  font-size: calc(26px + (1vw - 19.2px) * 0.8414);
}

.flow_detail .ttl_number .number {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(58px + (1vw - 19.2px) * 1.6828);
  height: calc(58px + (1vw - 19.2px) * 1.6828);
  margin-right: calc(24px + (1vw - 19.2px) * 0.7767);
  border-radius: 50%;
  background: #fff;
  font-size: calc(2.8rem + (1vw - 19.2px) * 0.7767);
  line-height: calc(58px + (1vw - 19.2px) * 1.6828);
}

.flow_detail .img_flow {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.flow_detail .img_flow img {
  width: 60%;
  aspect-ratio: 16 / 9;
}

.flow_detail .img_staff {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.flow_detail .img_staff img {
  width: 60%;
}

.flow_detail .img_book {
  width: 100%;
  margin: 10px 0 20px;
}

.flow_detail .img_book img {
  height: 200px;
}

#important-notice {
  position: relative;
}

#important-notice .important-notice_img {
  position: absolute;
  top: -5vw;
  right: 0;
  width: 34.375vw;
  height: 44.271vw;
  background: url("/assets/img/img_feature.png") center no-repeat;
  background-size: cover;
  content: "";
}

#important-notice h2 {
  text-align: left;
}

#important-notice .important-notice_detail p {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  line-height: 2;
}

#important-notice .important-notice_detail p:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/assets/img/icon_check.png") center no-repeat;
  background-size: contain;
  content: "";
}

#important-notice .important-notice_detail_S {
  width: 61.5%;
  max-width: 800px;
}

#important-notice .important-notice_detail_L p:last-child {
  margin-bottom: 0;
}

#disease .table_common th,
#disease .table_common td {
  padding: calc(20px + (1vw - 19.2px) * 0.3236)
    calc(50px + (1vw - 19.2px) * 2.2654);
  text-align: left;
}

.tools_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tools_detail .tools_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
}

.tools_detail .tools_item:nth-child(-n+4) {
  margin-bottom: calc(100px + (1vw - 19.2px) * 3.2362);
}

.tools_detail .tools_item p {
  padding-bottom: calc(50px + (1vw - 19.2px) * 1.6181);
  text-align: left;
}

.tools_detail .img_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.tools_detail .img_tools li { width: 48%; }

.tools_detail .img_tools li img { width: 100%; }

/************************************************************
 患者様のご感想
************************************************************/
/* ====== 全体 ====== */
.voice-card {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  max-width: 900px;
}

/* ====== 左：プロフィール ====== */
.voice-profile {
  width: 160px;
  flex-shrink: 0;
  text-align: center;
}

/* ====== アイコン（画像） ====== */
.voice-icon {
  width: 72px;
  margin: 0 auto 10px;
}

.voice-icon img { width: 100%; }

/* ====== 情報 ====== */
.voice-info {
  font-size: 14px;
  line-height: 1.8;
}

.voice-name {
  font-size: 16px;
  font-weight: 600;
}

.voice-attr {
  font-size: 13px;
  font-weight: 300;
}

.voice-issue {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

/* ====== 右：本文 ====== */
.voice-body { flex: 1; }

/* ====== レスポンシブ ====== */
@media (max-width: 640px) {
  .voice-card {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .voice-profile {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .voice-icon {
    width: 56px;
    margin: 0;
  }

  .voice-info { font-size: 13px; }
}

/************************************************************
 お問い合わせ 
************************************************************/
.page-id-121 .bottom_contact { display: none; }

.contact .content_wrap_S { padding-bottom: 0; }

.contact table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.contact tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.contact tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-bottom: 3.5rem;
}

.contact tr:last-child {
  width: 100%;
  margin-bottom: 0;
}

.contact th { margin-bottom: 1.2rem; }

.contact td {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
}

.contact .your-discover { position: relative; }

.contact .your-discover:after {
  position: absolute;
  top: 60%;
  right: 20px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  content: "";
}

.contact .linkBtn {
  margin-top: calc(50px + (1vw - 19.2px) * 0.9709);
  text-align: center;
}

.contact .linkBtn button,
.contact .linkBtn [type="button"],
.contact .linkBtn [type="reset"],
.contact .linkBtn [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 80px;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294);
  text-align: center;
  cursor: pointer;
}

.contact .linkBtn .ajax-loader { display: none; }

.contact_read {
  margin-bottom: calc(80px + (1vw - 19.2px) * 1.9417);
  font-size: calc(1.8rem + (1vw - 19.2px) * 0.3883);
  text-align: center;
}

.contact_read .caution {
  display: block;
  font-size: calc(1.4rem + (1vw - 19.2px) * 0.2589);
}

.must { color: #cd393a; }

.cf .cf-form { position: relative; }

.contact_tel {
  font-size: 30px;
}

.contact_tel br { display: none; }

.contact_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_tel a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 24px;
  margin-right: 0.6rem;
}

.contact_tel img {
  width: 100%;
  height: auto;
}

/************************************************************
 投稿 
************************************************************/
.ttlH1_post {
  position: relative;
  width: 100%;
}

.ttlH1_post .ttlH1_post_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.ttlH1_post .ttlH1_post_inner h1 {
  max-height: calc(420px + (1vw - 19.2px) * 10.3560);
  color: #fff;
  font-size: calc(3rem + (1vw - 19.2px) * 0.6472);
  line-height: 1.5;
  text-align: left;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: normal;
  word-break: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.ttlH1_post .post_category-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(30px + (1vw - 19.2px) * 0.9709);
}

.ttlH1_post .post_category-date .post-categories a {
  padding: calc(10px + (1vw - 19.2px) * 0.1294) 4px;
  background: #ee7773;
  color: #fff;
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.3883);
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.ttlH1_post .post_category-date .post-categories a:hover {
  background: #fff;
  color: #ee7773;
  opacity: 1;
}

.ttlH1_post .post_category-date .post_date span {
  color: #fff;
  font-size: calc(1.4rem + (1vw - 1.92rem) * 0.3236);
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.ttlH1_post .btn_common {
  z-index: 1;
  position: absolute;
  right: 18%;
  bottom: 10%;
  line-height: 1;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.ttlH1_post .btn_common a {
  color: #fff;
}

.ttlH1_post_bg {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.ttlH1_post_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ttlH1_post_bg:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.post_detail {
  max-width: 800px;
  padding-bottom: calc(90px + (1vw - 19.2px) * 2.9126);
}

.post_detail h2,
.post_detail ul {
  margin-bottom: calc(50px + (1vw - 19.2px) * 1.9417);
}

.post_detail h2 {
  font-size: calc(3rem + (1vw - 19.2px) * 0.7767);
  -moz-text-align-last: left;
  text-align-last: left;
}

.post_detail h3 {
  margin-bottom: calc(40px + (1vw - 19.2px) * 1.6181);
  font-size: calc(2.6rem + (1vw - 1.92rem) * 0.5178);
  -moz-text-align-last: left;
  text-align-last: left;
}

.post_detail h4 {
  margin-bottom: calc(20px + (1vw - 19.2px) * 0.6472);
  font-size: calc(2.2rem + (1vw - 1.92rem) * 0.3883);
  line-height: 1;
  -moz-text-align-last: left;
  text-align-last: left;
}

.post_detail p br {
  display: block;
}

.wp-block-image {
  width: 100%;
  margin-bottom: calc(60px + (1vw - 19.2px) * 1.9417);
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.related-article {
  max-width: 1300px;
  padding-top: 0;
}

.related-article_ttl {
  margin-bottom: calc(50px + (1vw - 19.2px) * 0.9709);
  padding-bottom: calc(25px + (1vw - 19.2px) * 0.3236);
  border-bottom: 1px solid #cccccc;
  font-size: calc(3rem + (1vw - 1.92rem) * 0.9709);
  text-align: left;
}

.related-article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-article_list:after,
.related-article_list:before {
  display: block;
  width: 22.30769230769231%;
  height: 0;
  content: "";
}

.related-article_list:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.related-article_item {
  width: 22.30769230769231%;
  margin-bottom: 0;
}

.related-article_item a p,
.related-article_item a div {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.related-article_item a:hover p,
.related-article_item a:hover div {
  opacity: 0.5;
}

.related-article_thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #cccccc;
}

.related-article_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.related-article_item_ttl {
  position: relative;
  margin: 10px 0;
  padding-right: 30px;
  font-size: calc(1.8rem + (1vw - 1.92rem) * 0.2589);
  line-height: 1.8;
  text-align: left;
}

.related-article_item_ttl:after {
  position: absolute;
  top: 10px;
  right: 0;
  width: calc(8px + (1vw - 19.2px) * 0.1294);
  height: calc(8px + (1vw - 19.2px) * 0.1294);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  content: "";
}

.related-article_post_date {
  font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
  line-height: 1;
}

.archive_inner .related-article_item {
  margin-bottom: 60px;
}

.pagination {
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.1294);
  text-align: center;
}

.pagination .nav-links a,
.pagination .nav-links span {
  padding: 0.6rem;
}

.pagination .current {
  position: relative;
}

.pagination .current:before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  content: "";
}

.sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: calc(90px + (1vw - 19.2px) * 3.5599);
}

.sns_wrap .share {
  position: relative;
  margin-right: 25px;
  padding-right: 94px;
  font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
}

.sns_wrap .share:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9c9a99;
  content: "";
}

/* ===== スクロール表示（投稿テンプレ内） ===== */
.scroll span {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -4%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 0 125px;
  overflow: hidden;
  color: #fff;
  font-size: calc(16px + (1vw - 19.2px) * 0.3883);
  line-height: 1;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.scroll span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

.square {
  width: 100%;
  padding: calc(20px + (1vw - 19.2px) * 0.3236) 0;
}

.square img {
  width: 100%;
}

/* ====== IE/Edgeレガシー系 ====== */
@media all and (-ms-high-contrast: none) {
  .reserve a {
    height: calc(16.5rem + (1vw - 1.92rem) * 2.6042);
    padding: 20px 0 0;
  }
  .feature_detail {
    max-width: 1180px;
  }
}

@media only screen and (max-width: 1100px) {
  .flow_detail .ttl_number {
    font-size: calc(22px + (1vw - 11px) * 0.5517);
  }
}

@media only screen and (max-width: 959px) {
  .menu_wrap {
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }

  .menu_wrap .menu li {
    font-size: 18px;
  }

  .menu_wrap .menu li a {
    display: block;
    padding: 6px;
  }

  #top_kv .sns .snsIcon:nth-of-type(n+2) {
    margin-top: 2rem;
  }

  #top_kv .sns .snsIcon:nth-of-type(n+2):before {
    top: -1rem;
  }

  .ttlH1_post_bg img {
    width: auto;
    height: 120%;
  }

  .related-article_item {
    width: 47%;
  }

  .related-article_item:nth-child(-n+2) {
    margin-bottom: 40px;
  }

  .archive_inner .related-article_item {
    margin-bottom: 40px;
  }

  .scroll span {
    padding: 0 0 110px;
  }
}

@media only screen and (max-width: 767px) {
  .topBoxInner .top_txt {
    line-height: 2;
    font-size: 18px;
  }

  .btn_common {
    font-size: 18px;
  }

  /* ネスト展開 */
  .pc_line_break br { display: none; }
  .sp_line_break br { display: block; }

  .flow_detail .img_flow img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .reason .ttl_number {
    font-size: 20px;
  }

  .reason .txt_common {
    margin-left: 0;
    font-size: 16px;
  }

  .header_ja_logo {
    top: 24px;
    left: 32px;
  }
  .header_ja_logo img {
    width: 140px;
  }

  .header_en_logo {
    top: 30px;
    left: 32px;
  }
  .header_en_logo img {
    width: 120px;
  }

  header .switch_lang {
    top: 30px;
    right: 80px;
  }

  .menu_btn_wrap {
    top: 24px;
    right: 32px;
  }

  .ttlH1 {
    height: 180px;
  }

  .ttl_number {
    line-height: 1.6;
  }

  .pc_block {
    display: none !important;
  }

  .sp_block {
    display: block !important;
  }

  .btn_common a:before {
    top: -12px;
    left: 40%;
  }

  .table_common th span {
    font-size: 1rem;
  }

  .reserve a {
    width: 35px !important; /*修正*/
    padding: 20px 0 40px;
  }

  .reserve .reserve_tel span:after {
    bottom: -20px;
    width: 19px;
    height: 16px;
  }

  .reserve .reserve_web span:after {
    bottom: -20px;
    width: 21px;
    height: 16px;
  }

  .bottom_contact {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
      url("/assets/img/bg_top_contact.png");
    background-size: cover;
  }

  .top_ja_logo {
    width: 20%;
  }

  .top_en_logo {
    width: 70%;
  }

  .topBox h2 {
    margin-bottom: 16px;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .top_introduction .top_ttl {
    margin-left: 0;
  }

  .faq_detail {
    padding: 2.5rem 5rem;
  }

  .faq_detail dt {
    line-height: 1.6;
    font-size: 18px;
  }

  .faq_detail dt:before {
    width: 22px;
    right: 11px;
  }

  .faq_detail dt:after {
    height: 22px;
    right: 20px;
  }

  .faq_detail dt span:before {
    left: -4rem;
  }

  .faq_detail dd {
    padding-top: 1rem;
    padding-right: 0;
  }

  .feature_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 86vw;
    background-size: 100% auto;
  }

  .feature_detail:after {
    display: none;
  }

  #access .map iframe {
    height: 335px;
  }

  .flow_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flow_detail .flow_item {
    width: 100%;
  }

  .flow_detail .flow_item:last-child {
    margin-bottom: 0;
  }

  #important-notice .important-notice_img {
    top: calc((86px + (1vw - 7.7px) * 12.7551) * -1);
    right: auto;
    left: 50%;
    width: 60vw;
    height: 80vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #important-notice h2 {
    text-align: center;
  }

  #important-notice .content_wrap_L {
    padding-top: calc(625px + (1vw - 7.7px) * 73.9796);
  }

  #important-notice .important-notice_detail_S {
    width: 100%;
  }

  .tools_detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tools_detail .tools_item {
    width: 100%;
  }

  .tools_detail .tools_item:nth-child(-n+5) {
    margin-bottom: calc(100px + (1vw - 19.2px) * 3.2362);
  }

  .tools_detail .tools_item p br {
    display: block;
  }

  .contact tr {
    width: 100%;
  }

  .contact_read br {
    display: block;
  }
}

@media only screen and (max-width: 559px) {
  .archive .ttlH1 {
    background-position: 52% 50%;
  }

  .profile_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile_bottom .career {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #d1cfcd;
  }

  .profile_bottom .career_item span:before {
    left: 3px;
  }

  .profile_bottom .career_item span:after {
    top: 13%;
  }

  .profile_bottom .others_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .profile_bottom .others {
    margin-top: calc(50px + (1vw - 19.2px) * 0.6472);
  }

  .profile_bottom .others:first-child {
    width: auto;
    margin-right: 3rem;
    margin-bottom: 0;
  }

  .profile_bottom .others:nth-child(2) {
    width: auto;
    margin-bottom: 0;
  }

  .profile_bottom .others:last-child {
    width: 100%;
  }

  .profile_bottom .others_item dl dd {
    padding-left: 1rem;
  }

  .profile_bottom .others_item dl dd:before {
    left: 0.2rem;
  }

  #openingHours td:first-child {
    font-size: 1.1rem;
  }

  #disease .table_common th:first-child {
    width: 36%;
  }

  .related-article_item {
    width: 100%;
    margin-bottom: 6%;
  }

  .related-article_item:last-child {
    margin-bottom: 0;
  }

  .flow_detail .img_staff img {
    width: 100%;
  }
}

/* ====== Thanks / Form周り ====== */
.btn_wrapper {
  margin-top: 20px;
}

.web_reservation_btn {
  background: linear-gradient(to bottom right, #f6c47d, #ee7773);
  color: #fff;
  width: 260px;
  font-size: 20px;
  border-radius: 6px;
  line-height: 2.5;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.line_btn {
  background-color: rgb(12, 199, 85);
  color: #fff;
  width: 260px;
  font-size: 20px;
  border-radius: 6px;
  line-height: 2.5;
  display: block;
  margin: 0 auto;
  text-align: center;
}

form.cf-form {
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.contact__title {
  font-size: 32px;
}

.form__container {
  background-color: #fff;
  border: 1px solid #E6E4E1;
  margin-bottom: 30px;
}

.form__item,
.form__item-message {
  display: flex;
  border-bottom: 1px solid #e6e4e1;
}

.form__item dt,
.form__item-message dt {
  max-width: 224px;
  width: 100%;
  padding: 28.8px;
  background-color: #f0f0f0;
  border-left: 1px solid #e6e4e1;
}

.form__item dt p,
.form__item-message dt p {
  font-size: 16px;
}

.form__item dt p span,
.form__item-message dt p span {
  color: #ee7773;
}

.form__text,
.form__radio,
.form__textarea {
  padding: 28.8px;
  width: 100%;
}

.form__radio {
  font-size: 16px;
}

.form__calendar {
  padding: 16px;
  width: 100%;
}

.form__text input {
  border: 1px solid #e6e4e1;
  border-radius: 6px;
  padding: 9.6px;
  max-width: 400px;
  width: 100%;
}

.form__textarea textarea {
  border: 1px solid #e6e4e1;
  border-radius: 6px;
  padding: 9.6px;
  max-width: initial;
  width: 100%;
  resize: vertical;
}

[type="radio"] {
  margin-top: -2.5px;
}

.contact__btn {
  text-align: center;
  margin-bottom: 10px;
}

.contact_goback_btn {
  text-align: center;
  margin-bottom: 10px;
}

.contact__btn button,
.contact__btn input {
  background: linear-gradient(to bottom right, #f6c47d, #ee7773);
  color: #fff;
  font-size: 20px;
  width: 280px;
  border-radius: 6px;
  padding: 8px 16px;
  line-height: 2.5;
}

/* ネスト展開: .form__item.invalid */
.form__item.invalid input,
.form__item.invalid textarea {
  border-color: #D13F3F;
}

.form__item.invalid .calendar-table {
  border-color: #D13F3F;
  border-width: 1.5px;
}

.invalid-msg {
  display: block !important;
  color: #D13F3F;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
  line-height: 2;
}

@media (max-width: 768px) {
  .contact__btn button,
  .contact__btn input {
    width: 180px;
  }

  form.cf-form {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact__title {
    font-size: 28px;
  }

  .form__item,
  .form__item-message {
    flex-direction: column;
  }

  .form__item dt,
  .form__item-message dt {
    max-width: initial;
    width: 100%;
    border-left: none;
    padding: 16px;
    border-bottom: 1px solid #e6e4e1;
  }

  .top_ja_logo img {
    width: 50%;
  }
}
