@charset "UTF-8";
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
main,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
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;
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

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

caption,
th {
  text-align: left;
}

th {
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

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

textarea {
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
}

[hidden] {
  display: none !important;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --color-primary: #B4221B;
  --color-primary-sub: #101820;
  --color-secondary: #EFEFEF;
  --color-gray-line: #C1C1C1;
  --color-gray-bg: #EFEFEF;
  --font-inter: "Inter", sans-serif;
  --font-ls-base: 0.06em;
  --container-width: 1248px;
  --grad-main: linear-gradient(45deg, #C94D97 0%, #7F0073 100%);
}

/*  Set
--------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
html.block-editor-iframe__html,
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Lato", sans-serif;
  color: #000;
  text-align: left;
  background-color: var(--color-primary-sub);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

/**
 # Layout
 */
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.clearance--box {
  width: 100%;
  height: 104px;
}

.l-wrapper {
  position: relative;
  width: 100%;
  padding: 64px 48px 128px;
  background-color: #FFF;
}

.l-container {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .clearance--box {
    height: 16.1691542289vw;
  }
  .l-wrapper {
    padding: 11.9402985075vw 3.9800995025vw;
  }
  .l-container {
    max-width: initial;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Footer
--------------------------------------------------------------*/
.l-footer {
  padding: 80px 24px;
  background-color: var(--color-primary-sub);
}
.l-footer__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.l-footer__logo-event {
  width: 100px;
  height: 41.66px;
  margin: 0 auto 48px;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-footer__logo-event:hover {
  opacity: 0.75;
}
.l-footer__logo-event img {
  width: 100%;
  height: auto;
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 24px;
  gap: 16px;
  justify-content: center;
}
.l-footer__list > li {
  padding: 0 16px 0 0;
  border-right: 1px solid #FFF;
}
.l-footer__list > li:last-child {
  padding: 0;
  border: none;
}
.l-footer__list > li > a {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #FFF;
  font-size: 1.4rem;
}
.l-footer__list > li > a:after {
  content: "";
  background-color: #FFF;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-footer__list > li > a:hover:after {
  width: 100%;
}
.l-footer-copyright {
  display: block;
  margin: 48px 0 0;
  text-align: center;
  color: #FFF;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 11.9402985075vw 5.9701492537vw;
  }
  .l-footer__inner {
    max-width: initial;
  }
  .l-footer__logo-event {
    width: 18.9054726368vw;
    height: 8.9552238806vw;
    margin: 0 auto 5.9701492537vw;
  }
  .l-footer__list {
    display: flex;
    flex-direction: column;
    margin: 0 0 5.9701492537vw;
    gap: 0;
  }
  .l-footer__list > li {
    padding: 0;
    border-right: none;
    margin: 0 0 3.9800995025vw;
  }
  .l-footer__list > li:last-child {
    padding: 0;
    border: none;
    margin: 0;
  }
  .l-footer__list > li > a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 2.9850746269vw;
  }
  .l-footer__list > li > a:after {
    display: none;
  }
  .l-footer-copyright {
    margin: 5.9701492537vw 0 0;
    font-size: 2.4875621891vw;
    font-weight: 400;
  }
}
/*
     Page top
--------------------------------------------------------------*/
.l-gotop {
  margin: 0;
  position: fixed;
  bottom: 2.245%;
  right: 2.245%;
  z-index: 100;
  width: 64px;
  height: 64px;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-gotop:hover {
  opacity: 0.45;
}
.l-gotop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  transform: translate(-50%, -30%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-gotop {
    bottom: 2.0512820513vw;
    right: 2.0512820513vw;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    border: 0.5128205128vw solid var(--color-primary);
  }
  .l-gotop::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-top: 0.5128205128vw solid var(--color-primary);
    border-right: 0.5128205128vw solid var(--color-primary);
    transform: translate(-50%, -30%) rotate(-45deg);
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  Header
--------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  background-color: var(--color-primary-sub);
  height: 104px;
}
.l-header__inner {
  position: relative;
  height: 104px;
}
.l-header__logo {
  position: absolute;
  width: 128px;
  height: 58px;
  left: 48px;
  top: 24px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-header__logo:hover {
  opacity: 0.75;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__button-list {
  z-index: 20;
  position: absolute;
  right: 340px;
  top: 28px;
  display: flex;
  justify-content: flex-end;
}
.l-header__button-list > li {
  margin-right: 24px;
}
.l-header__button-list > li:last-child {
  margin: 0;
}
.l-header__button-list > li > a {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border: 1px solid var(--color-gray-line);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-sizing: border-box;
}
.l-header__button-list > li > a:hover {
  background-color: var(--color-primary-sub);
  border: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 15.92039801vw;
  }
  .l-header__inner {
    position: relative;
    height: 15.92039801vw;
  }
  .l-header__logo {
    width: 18.9054726368vw;
    height: 8.9552238806vw;
    left: 3.9800995025vw;
    top: 3.9800995025vw;
  }
  .l-header__button-list {
    display: none;
  }
}
/*  Language
--------------------------------------------------------------*/
.stt-lang-select.tr {
  display: none;
  left: 0;
  right: inherit !important;
}

.translation__menu {
  position: relative;
  display: inline-block;
  z-index: 20;
  width: 184px;
}
.translation__menu__wrap {
  position: absolute;
  top: 32px;
  right: 128px;
}
.translation__menu:before {
  content: "";
  position: absolute;
  top: 1.35em;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-primary-sub);
  border-right: 1px solid var(--color-primary-sub);
  transform: translate(-50%, -50%) rotate(135deg);
}

.translation__menu li a:hover {
  background: #DDD;
}

.translation__menu li {
  display: none;
  background: #f0f0f0;
  border-radius: 6px;
}

.translation__menu.is-open li {
  display: block;
  border-bottom: 1px solid #DDD;
  border-radius: 0;
}
.translation__menu.is-open li:first-child {
  border-radius: 6px 6px 0 0;
}
.translation__menu.is-open li:last-child {
  border-radius: 0 0 6px 6px;
}

.translation__menu li a {
  display: block;
  padding: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-inter);
  font-size: 1.2rem;
  color: var(--color-primary-sub);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.translation__menu li.is-active a {
  background: #f0f0f0;
}

.translation__menu li.is-trigger {
  display: block;
  background: #f0f0f0;
}

.translation__menu li.is-trigger a {
  display: block;
  padding: 16px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .translation__menu {
    width: 36.815920398vw;
  }
  .translation__menu__wrap {
    top: 3.9800995025vw;
    right: 21.8905472637vw;
  }
  .translation__menu:before {
    top: 1em;
    right: 1.9900497512vw;
    width: 2.4875621891vw;
    height: 2.4875621891vw;
  }
  .translation__menu li {
    border-radius: 1.4925373134vw;
  }
  .translation__menu.is-open li:first-child {
    border-radius: 1.4925373134vw 1.4925373134vw 0 0;
  }
  .translation__menu.is-open li:last-child {
    border-radius: 0 0 1.4925373134vw 1.4925373134vw;
  }
  .translation__menu li a {
    display: block;
    padding: 2.9850746269vw;
    border-radius: 1.4925373134vw;
    font-size: 2.9850746269vw;
  }
  .translation__menu li.is-trigger a {
    padding: 2.9850746269vw;
    font-size: 2.9850746269vw;
  }
}
/*  Gmenu
--------------------------------------------------------------*/
body.scroll-lock {
  overflow: hidden;
  height: 100%;
}

.burger-wrap {
  display: block;
}

.burger--wrap {
  width: 48px;
  height: 32px;
  top: 36px;
  right: 48px;
  position: absolute;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.burger {
  width: 48px;
  height: 32px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.burger .line {
  width: 32px;
  height: 3px;
  background: #FFF;
  transition: 0.3s;
  right: 0;
  position: absolute;
  border-radius: 3px;
}

.burger::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 3px;
  top: 0;
  right: 0;
  background: #FFF;
  transition: 0.6s;
  border-radius: 3px;
}

.burger::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  bottom: 0;
  right: 0;
  background: #FFF;
  transition: 0.8s;
  border-radius: 3px;
}

.navigation.nav-active {
  display: block;
  animation: show 0.25s linear 0s;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navigation {
  display: none;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navigation .navigation-content {
  background: #FFF;
  margin: 0 auto;
  top: 0;
  height: auto;
  position: fixed;
  width: 100%;
  left: inherit;
  right: 0;
  z-index: 1000;
}
.navigation .navigation-content__inner {
  padding: 128px 32px 32px;
  height: 100vw;
}
.navigation .navigation-content__logo {
  position: absolute;
  width: 128px;
  height: 58px;
  left: 48px;
  top: 24px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navigation .navigation-content__logo:hover {
  opacity: 0.75;
}
.navigation .navigation-content__logo img {
  width: 100%;
  height: auto;
}

.navigation-content__list-wrap {
  max-width: 1024px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.navigation-content__list {
  width: 31.25%;
  margin: 0 3.125% 48px 0;
}
.navigation-content__list:nth-child(3n) {
  margin: 0 0 48px 0;
}
.navigation-content__list dt {
  color: var(--color-primary);
  font-family: var(--font-inter);
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--color-primary);
}
.navigation-content__list dd > a {
  color: var(--color-primary-sub);
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin: 0 0 16px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navigation-content__list dd > a:hover {
  opacity: 0.65;
}
.navigation-content__list dd.state__comingsoon {
  color: #BABABA;
  font-weight: 600;
}

.burger-active::before {
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-primary-sub);
  height: 3px;
  border-radius: 3px;
  width: 48px;
}

.burger-active::after {
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-primary-sub);
  width: 48px;
  height: 3px;
  border-radius: 3px;
}

.burger-active > .line {
  transform: scale(0);
}

.nav-active {
  top: 0;
  right: 0;
  opacity: 1;
}

.burger-active .line {
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .burger--wrap {
    width: 11.9402985075vw;
    height: 7.960199005vw;
    top: 3.9800995025vw;
    right: 3.9800995025vw;
  }
  .burger {
    width: 11.9402985075vw;
    height: 7.960199005vw;
  }
  .burger .line {
    width: 7.960199005vw;
    height: 0.9950248756vw;
    border-radius: 0.2487562189vw;
  }
  .burger::before {
    width: 11.9402985075vw;
    height: 0.9950248756vw;
    border-radius: 0.2487562189vw;
  }
  .burger::after {
    width: 7.960199005vw;
    height: 0.9950248756vw;
    border-radius: 0.2487562189vw;
  }
  .navigation .navigation-content {
    height: 100dvh;
  }
  .navigation .navigation-content__inner {
    padding: 19.9004975124vw 5.9701492537vw 5.9701492537vw;
    height: 100dvh;
    overflow-y: scroll;
  }
  .navigation .navigation-content__logo {
    width: 18.9054726368vw;
    height: 8.9552238806vw;
    left: 3.9800995025vw;
    top: 3.9800995025vw;
  }
  .navigation-content__list-wrap {
    max-width: initial;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }
  .navigation-content__list {
    width: auto;
    margin: 0 0 7.960199005vw;
  }
  .navigation-content__list:nth-child(3n) {
    margin: 0 0 3.9800995025vw;
  }
  .navigation-content__list dt {
    font-size: 5.4726368159vw;
    padding: 0 0 3.9800995025vw;
    margin: 0 0 3.9800995025vw;
  }
  .navigation-content__list dd > a {
    font-size: 3.9800995025vw;
    margin: 0 0 3.9800995025vw;
  }
  .burger-active::before {
    height: 0.9950248756vw;
    border-radius: 0.2487562189vw;
    width: 11.9402985075vw;
  }
  .burger-active::after {
    width: 11.9402985075vw;
    height: 0.9950248756vw;
    border-radius: 0.2487562189vw;
  }
}
/**
 # Objects -  Compornent -
 */
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-buttons {
  margin: 0 0 32px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link {
  min-width: 248px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-gray-line);
  border-radius: 6px;
  font-family: var(--font-inter);
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #FFF;
  color: var(--color-primary-sub);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover {
  background-color: var(--color-primary-sub);
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover::before {
  background-image: url(assets/images/common/arrow01__wh.svg);
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link::before {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link.right--arrow:before {
  transform: translateY(-50%) rotate(180deg);
  right: inherit;
  left: 16px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link.left--arrow:before {
  transform: translateY(-50%);
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link.no--arrow:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link {
  border: 1px solid var(--color-primary-sub);
  background-color: var(--color-primary-sub);
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover {
  background-color: #FFF;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover::before {
  background-image: url(assets/images/common/arrow01__bk.svg);
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link::before {
  background-image: url(assets/images/common/arrow01__wh.svg);
}

.edit-post-layout .editor-styles-wrapper .is-style-button--type02 .wp-block-button__link:before {
  transform: translateY(-50%) rotate(90deg);
}

.edit-post-layout .editor-styles-wrapper .is-style-button--type03 .wp-block-button__link {
  border: 1px solid var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-gray-line);
  font-weight: 700;
  pointer-events: none;
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type03 .wp-block-button__link:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .is-layout-flex {
    justify-content: center;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-buttons {
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link {
    min-width: initial;
    min-height: 13.9303482587vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2487562189vw solid var(--color-gray-line);
    border-radius: 1.4925373134vw;
    font-size: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover {
    background-color: var(--color-primary-sub);
    color: #FFF;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover::before {
    background-image: url(assets/images/common/arrow01__wh.svg);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link::before {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 16px;
    background-image: url(assets/images/common/arrow01__bk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link.right--arrow:before {
    transform: translateY(-50%) rotate(180deg);
    right: inherit;
    left: 16px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link.left--arrow:before {
    transform: translateY(-50%);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link.no--arrow:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link {
    border: 1px solid var(--color-primary-sub);
    background-color: var(--color-primary-sub);
    color: #FFF;
  }
  .edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover {
    background-color: #FFF;
    color: var(--color-primary-sub);
  }
  .edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover::before {
    background-image: url(assets/images/common/arrow01__bk.svg);
  }
  .edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link::before {
    background-image: url(assets/images/common/arrow01__wh.svg);
  }
  .edit-post-layout .editor-styles-wrapper .is-style-button--type02 .wp-block-button__link:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .edit-post-layout .editor-styles-wrapper .is-style-button--type03 .wp-block-button__link {
    text-align: center;
    font-size: 3.4825870647vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper blockquote {
  margin: 30px 0px 30px 5px;
  padding: 30px 15px 30px 20px;
  margin-top: 20px;
  font-style: normal;
  border-left: 5px solid #cccccc;
  background-color: #f6f6f6;
  position: relative;
}
.edit-post-layout .editor-styles-wrapper blockquote p {
  position: relative;
  z-index: 3;
}
.edit-post-layout .editor-styles-wrapper blockquote p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper blockquote:before {
  content: "”";
  font-size: 300%;
  font-weight: bold;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper blockquote {
    margin: 5.1282051282vw 0px 5.1282051282vw 1.2820512821vw;
    padding: 5.1282051282vw 3.8461538462vw 5.1282051282vw 5.1282051282vw;
    border-left: 1.0256410256vw solid #cccccc;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    display.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-column img {
  width: 100%;
  vertical-align: bottom;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-columns {
    gap: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-column .wp-block-image {
    margin: 0 auto 5.1282051282vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    headline.scss
---------------------------------------------------------------------------- */
.wp-admin.post-type-info.block-editor-page h1.wp-block-post-title {
  font-size: 2.8rem;
  color: var(--color-primary-sub);
  font-weight: 700;
  padding: 0;
}
.wp-admin.post-type-info.block-editor-page h1.wp-block-post-title::after {
  display: none;
}

.edit-post-layout .editor-styles-wrapper h1,
.editor-styles-wrapper h1 {
  font-family: var(--font-inter);
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--color-primary);
  position: relative;
  position: relative;
  padding: 0 0 24px;
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper h1:after,
.editor-styles-wrapper h1:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.edit-post-layout .editor-styles-wrapper h2,
.editor-styles-wrapper h2 {
  font-size: 2.8rem;
  color: var(--color-primary);
  margin: 80px 0 32px;
  padding: 0 0 24px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.edit-post-layout .editor-styles-wrapper h2:first-child,
.editor-styles-wrapper h2:first-child {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper h2:after,
.editor-styles-wrapper h2:after {
  content: "" !important;
  display: block;
  width: 48px;
  height: 4px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  top: inherit !important;
  opacity: 1 !important;
}
.edit-post-layout .editor-styles-wrapper h2.is-style-headline--type02,
.editor-styles-wrapper h2.is-style-headline--type02 {
  font-size: 4.8rem;
  color: var(--color-primary-sub);
  line-height: 1.4;
  text-align: center;
}
.edit-post-layout .editor-styles-wrapper h2.is-style-headline--type02:after,
.editor-styles-wrapper h2.is-style-headline--type02:after {
  display: none;
}
.edit-post-layout .editor-styles-wrapper h3,
.editor-styles-wrapper h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-primary-sub);
  margin: 32px 0 32px;
  padding: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 16px;
}
.edit-post-layout .editor-styles-wrapper h3::after,
.editor-styles-wrapper h3::after {
  content: "" !important;
  position: relative !important;
  left: inherit !important;
  top: inherit !important;
  opacity: 1 !important;
  flex: 1;
  height: 1px;
  background: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper h3:first-child,
.editor-styles-wrapper h3:first-child {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper h4,
.editor-styles-wrapper h4 {
  font-size: 1.6rem;
  color: var(--color-primary-sub);
  margin: 40px 0 20px;
  padding: 0;
  line-height: 1.25;
}
.edit-post-layout .editor-styles-wrapper h4:first-child,
.editor-styles-wrapper h4:first-child {
  margin: 0 0 20px;
}
.edit-post-layout .editor-styles-wrapper h5,
.editor-styles-wrapper h5 {
  font-size: 1.6rem;
  color: var(--color-primary-sub);
  margin: 40px 0 20px;
  padding: 0;
  line-height: 1.25;
}
.edit-post-layout .editor-styles-wrapper h5:first-child,
.editor-styles-wrapper h5:first-child {
  margin: 0 0 20px;
}
.edit-post-layout .editor-styles-wrapper h6,
.editor-styles-wrapper h6 {
  font-size: 1.6rem;
  color: var(--color-primary-sub);
  margin: 40px 0 20px;
  padding: 0;
  line-height: 1.25;
}
.edit-post-layout .editor-styles-wrapper h6:first-child,
.editor-styles-wrapper h6:first-child {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h1,
  .editor-styles-wrapper h1 {
    font-size: 15.92039801vw;
    padding: 0 0 5.9701492537vw;
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper h1:after,
  .editor-styles-wrapper h1:after {
    width: 15.92039801vw;
    height: 0.2487562189vw;
  }
  .edit-post-layout .editor-styles-wrapper h2,
  .editor-styles-wrapper h2 {
    font-size: 5.9701492537vw;
    margin: 15.92039801vw 0 5.9701492537vw;
    padding: 0 0 3.9800995025vw;
    position: relative;
    text-align: left;
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child,
  .editor-styles-wrapper h2:first-child {
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper h2:after,
  .editor-styles-wrapper h2:after {
    width: 11.9402985075vw;
    height: 0.4975124378vw;
    left: 0 !important;
    right: inherit !important;
    margin: 0;
    bottom: 0;
    top: inherit !important;
    opacity: 1 !important;
  }
  .edit-post-layout .editor-styles-wrapper h2.is-style-headline--type02,
  .editor-styles-wrapper h2.is-style-headline--type02 {
    font-size: 8.9552238806vw;
  }
  .edit-post-layout .editor-styles-wrapper h3,
  .editor-styles-wrapper h3 {
    font-size: 4.9751243781vw;
    margin: 5.9701492537vw 0;
    gap: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper h3::after,
  .editor-styles-wrapper h3::after {
    content: "" !important;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    opacity: 1 !important;
    flex: 1;
    height: 1px;
    background: var(--color-primary-sub);
  }
  .edit-post-layout .editor-styles-wrapper h3:first-child,
  .editor-styles-wrapper h3:first-child {
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper h4,
  .editor-styles-wrapper h4 {
    font-size: 4.4776119403vw;
    margin: 5.9701492537vw 0;
    padding: 0;
    line-height: 1.25;
  }
  .edit-post-layout .editor-styles-wrapper h4:first-child,
  .editor-styles-wrapper h4:first-child {
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper h5,
  .editor-styles-wrapper h5 {
    font-size: 4.4776119403vw;
    margin: 5.9701492537vw 0;
    padding: 0;
    line-height: 1.25;
  }
  .edit-post-layout .editor-styles-wrapper h5:first-child,
  .editor-styles-wrapper h5:first-child {
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper h6,
  .editor-styles-wrapper h6 {
    font-size: 4.4776119403vw;
    margin: 5.9701492537vw 0;
    padding: 0;
    line-height: 1.25;
  }
  .edit-post-layout .editor-styles-wrapper h6:first-child,
  .editor-styles-wrapper h6:first-child {
    margin: 0 0 5.9701492537vw;
  }
}
/*
	hr.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  max-width: initial;
}

.wp-block-separator {
  border-bottom: 1px solid var(--main-color);
}

/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  clear: both;
  margin: 0 auto 30px;
}
.edit-post-layout .editor-styles-wrapper .wp-element-caption,
.editor-styles-wrapper .wp-element-caption {
  line-height: 1.35;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter,
.editor-styles-wrapper .wp-block-image .aligncenter {
  margin: 0 auto;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter img,
.editor-styles-wrapper .wp-block-image .aligncenter img {
  max-width: 100%;
  width: auto;
}

.wp-block-media-text__media img {
  height: auto;
}

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

.wp-block {
  margin-top: 0;
}

.edit-post-layout .editor-styles-wrapper img.size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: block;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
}

/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  list.scss
--------------------------------------------------------------*/
/*
    List
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
}

.edit-post-layout .editor-styles-wrapper ul,
.editor-styles-wrapper ul {
  margin: 0 0 64px;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper ul li,
.editor-styles-wrapper ul li {
  font-size: 1.5rem;
  color: var(--color-primary-sub);
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 21px;
  margin: 0 0 16px;
  list-style: none;
  list-style-position: outside;
}
.edit-post-layout .editor-styles-wrapper ul li:before,
.editor-styles-wrapper ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
}
.edit-post-layout .editor-styles-wrapper ul li:last-child,
.editor-styles-wrapper ul li:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper ul.list--indent,
.editor-styles-wrapper ul.list--indent {
  padding: 0 0 0 24px;
}
.edit-post-layout .editor-styles-wrapper ol,
.editor-styles-wrapper ol {
  margin: 0 0 64px;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.edit-post-layout .editor-styles-wrapper ol li,
.editor-styles-wrapper ol li {
  font-size: 1.5rem;
  color: var(--color-primary-sub);
  padding: 0 0 16px 32px;
  margin: 0 0 16px;
  line-height: 1.3333333333;
  position: relative;
  list-style: none;
  list-style-position: outside;
}
.edit-post-layout .editor-styles-wrapper ol li:before,
.editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number) "";
  display: block;
  position: absolute;
  font-size: 1.3rem;
  font-weight: 900;
  font-family: var(--font-inter);
  background-color: var(--color-primary);
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0px;
  color: #FFF;
  margin-right: 0.5em;
  width: 24px;
  height: 24px;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
    padding-left: 0;
  }
  .edit-post-layout .editor-styles-wrapper ul,
  .editor-styles-wrapper ul {
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper ul li,
  .editor-styles-wrapper ul li {
    font-size: 3.7313432836vw;
    padding: 0 0 0 3.9800995025vw;
    margin: 0 0 1.9900497512vw;
    line-height: 1.75;
  }
  .edit-post-layout .editor-styles-wrapper ul li:before,
  .editor-styles-wrapper ul li:before {
    content: "";
    width: 1.2437810945vw;
    height: 1.2437810945vw;
    top: 0.85em;
  }
  .edit-post-layout .editor-styles-wrapper ol,
  .editor-styles-wrapper ol {
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li,
  .editor-styles-wrapper ol li {
    font-size: 3.7313432836vw;
    padding: 0 0 3.9800995025vw 7.960199005vw;
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li:before,
  .editor-styles-wrapper ol li:before {
    font-size: 2.9850746269vw;
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    line-height: 5.9701492537vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  table.scss
--------------------------------------------------------------*/
/*
    Table
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper table,
.editor-styles-wrapper table {
  margin: 0 0 48px;
  width: 100%;
}
.edit-post-layout .editor-styles-wrapper table p,
.editor-styles-wrapper table p {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper table thead th,
.editor-styles-wrapper table thead th {
  border: 1px solid var(--color-gray-line);
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFF;
  line-height: 1.8;
  background-color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper table th,
.editor-styles-wrapper table th {
  border: 1px solid var(--color-gray-line);
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFF;
  line-height: 1.8;
  background-color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper table td,
.editor-styles-wrapper table td {
  border: 1px solid var(--color-gray-line);
  color: var(--color-primary-sub);
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table > table tr th {
  border: 1px solid var(--color-gray-line);
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFF;
  line-height: 1.8;
  background-color: var(--color-primary-sub);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper table,
  .editor-styles-wrapper table {
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper table thead th,
  .editor-styles-wrapper table thead th {
    border: 0.2487562189vw solid var(--color-gray-line);
    padding: 3.9800995025vw;
    font-size: 3.4825870647vw;
    line-height: 1.6;
  }
  .edit-post-layout .editor-styles-wrapper table th,
  .editor-styles-wrapper table th {
    border: 0.2487562189vw solid var(--color-gray-line);
    padding: 3.9800995025vw;
    font-size: 3.4825870647vw;
    line-height: 1.6;
  }
  .edit-post-layout .editor-styles-wrapper table td,
  .editor-styles-wrapper table td {
    border: 0.2487562189vw solid var(--color-gray-line);
    padding: 3.9800995025vw;
    font-size: 3.4825870647vw;
    line-height: 1.6;
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table tr th {
    border: 0.2487562189vw solid var(--color-gray-line);
    padding: 3.9800995025vw;
    font-size: 3.4825870647vw;
    line-height: 1.6;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper p,
.editor-styles-wrapper p {
  color: var(--color-primary-sub);
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  word-break: break-all;
  margin: 0 0 32px;
  letter-spacing: 0.02em;
}
.edit-post-layout .editor-styles-wrapper p em,
.editor-styles-wrapper p em {
  font-style: italic;
}
.edit-post-layout .editor-styles-wrapper p strong,
.editor-styles-wrapper p strong {
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper p mark,
.editor-styles-wrapper p mark {
  font-weight: normal;
  font-style: normal;
}
.edit-post-layout .editor-styles-wrapper p a,
.editor-styles-wrapper p a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p a:link,
.editor-styles-wrapper p a:link {
  text-decoration: underline;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p a:visited,
.editor-styles-wrapper p a:visited {
  text-decoration: underline;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p a:hover,
.editor-styles-wrapper p a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p.is-style-text--type01,
.editor-styles-wrapper p.is-style-text--type01 {
  margin: 0 0 48px;
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper p.is-style-text--type02,
.editor-styles-wrapper p.is-style-text--type02 {
  margin: 0 0 32px;
  padding: 0 0 32px;
  line-height: 2;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-gray-line);
}
.edit-post-layout .editor-styles-wrapper .style-marker,
.editor-styles-wrapper .style-marker {
  background: var(--secondary-color);
  display: inline;
  padding: 3px 5px;
  font-style: normal;
  color: var(--color-primary-sub);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper p,
  .editor-styles-wrapper p {
    color: var(--color-primary-sub);
    font-size: 3.9800995025vw;
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type01,
  .editor-styles-wrapper p.is-style-text--type01 {
    margin: 0 0 5.9701492537vw;
    font-size: 4.4776119403vw;
    text-align: left;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type01 br,
  .editor-styles-wrapper p.is-style-text--type01 br {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type01,
  .editor-styles-wrapper p.is-style-text--type01 {
    line-height: 1.6;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type02,
  .editor-styles-wrapper p.is-style-text--type02 {
    margin: 0 0 5.9701492537vw;
    padding: 0 0 5.9701492537vw;
    font-size: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .style-marker,
  .editor-styles-wrapper .style-marker {
    padding: 0.7462686567vw 1.2437810945vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    _module.scss
---------------------------------------------------------------------------- */
/**
 # Objects -  Module -
 */
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  pager.scss
--------------------------------------------------------------*/
/*
    Common
--------------------------------------------------------------*/
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 48px auto 0;
}
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--font-inter);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  border: 1px solid var(--color-primary-sub);
}
.wp-pagenavi a:link {
  color: var(--color-primary-sub);
  text-decoration: none;
}
.wp-pagenavi a:visited {
  color: var(--color-primary-sub);
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--color-primary-sub);
}
.wp-pagenavi span.current {
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-family: var(--font-inter);
  margin: 0 8px;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--color-primary-sub);
  width: 32px;
  height: 32px;
}
.wp-pagenavi span.extend {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: var(--font-roboto);
  margin: 0 16px;
  color: var(--main-color);
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--color-primary);
  border: none;
  width: 32px;
  height: 32px;
}
.wp-pagenavi .previouspostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 20px 0 0;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -9999px;
  background-image: url(assets/images/common/arrow02__wh__left.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 60% center;
}
.wp-pagenavi .previouspostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__left.svg);
}
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .nextpostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0 0 20px;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -9999px;
  background-image: url(assets/images/common/arrow02__wh__right.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 40% center;
}
.wp-pagenavi .nextpostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__right.svg);
}
.wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 12.3076923077vw auto 0;
  }
  .wp-pagenavi a {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    margin: 0 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
  .wp-pagenavi span.current {
    font-size: 4.1025641026vw;
    margin: 0 2.0512820513vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi span.extend {
    font-size: 4.1025641026vw;
    margin: 0 4.1025641026vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 5.1282051282vw 0 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    display: none;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 5.1282051282vw 0 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    display: none;
  }
}
/*
   pager.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .p--info-single-nav {
  margin: 64px 0 0;
}

.edit-post-layout .editor-styles-wrapper .p--single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 248px;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li:last-child {
  padding: 0;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li a {
  min-width: initial;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a {
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:hover {
  color: #FFF;
  background-color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:hover {
  color: #FFF;
  background-color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:hover {
  color: #FFF;
  background-color: var(--color-primary-sub);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--info-single-nav {
    margin: 8.2051282051vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav > li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav > li {
    min-width: 23.8805970149vw !important;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-index a {
    font-size: 3.4825870647vw;
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-prev a {
    line-height: 1;
    font-size: 3.4825870647vw;
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-prev a.right--arrow:before {
    left: 1.9900497512vw;
    width: 0.9950248756vw;
    height: 1.7412935323vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-next a {
    line-height: 1;
    font-size: 3.4825870647vw;
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-next a.left--arrow:before {
    right: 1.9900497512vw;
    width: 0.9950248756vw;
    height: 1.7412935323vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .c-button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 48px 0 80px;
}
.edit-post-layout .editor-styles-wrapper .c-button__wrap li {
  padding: 0;
  margin: 0 16px;
}
.edit-post-layout .editor-styles-wrapper .c-button__wrap li:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .c-button__wrap li:before {
  display: none;
}

.c-button01__strgon-block {
  border: 1px solid var(--color-gray-line);
  background-color: var(--color-secondary);
  border-radius: 8px;
}
.c-button01__strgon-block .c-button__wrap {
  margin: 48px 0 !important;
}
.c-button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 568px;
  height: 88px;
  padding: 0 64px;
  border-radius: 8px;
  position: relative;
  background-color: var(--color-primary-sub);
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-button01 span {
  display: block;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.125em;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #FFF;
  text-align: center;
}
.c-button01 i {
  overflow: hidden;
  width: 20px;
  height: 20px;
  right: 24px;
  position: absolute;
}
.c-button01 i:before, .c-button01 i:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  background-image: url(assets/images/common/arrow02__wh.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-button01 i:before {
  transform: translateX(0);
}
.c-button01 i:after {
  transform: translateX(-100%);
  background-image: url(assets/images/common/arrow02__wh.svg);
}
.c-button01:hover {
  text-decoration: none;
  filter: drop-shadow(0px 2px 10px #666);
}
.c-button01:hover i:before {
  transform: translateX(120%);
}
.c-button01:hover i:after {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .c-button__wrap {
    margin: 11.9402985075vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .c-button__wrap li {
    padding: 0;
    margin: 0 1.9900497512vw;
  }
  .c-button01__strgon-block {
    border-radius: 1.9900497512vw;
  }
  .c-button01__strgon-block .c-button__wrap {
    margin: 11.9402985075vw 0 !important;
  }
  .c-button01 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 81.592039801vw;
    height: 17.9104477612vw;
    padding: 0 11.9402985075vw;
    border-radius: 1.9900497512vw;
  }
  .c-button01 span {
    font-size: 3.9800995025vw;
  }
  .c-button01 i {
    width: 3.9800995025vw;
    height: 3.9800995025vw;
    right: 3.9800995025vw;
  }
  .c-button01 i:before, .c-button01 i:after {
    content: "";
    width: 3.9800995025vw;
    height: 3.9800995025vw;
    background-image: url(assets/images/common/arrow02__wh.svg);
    background-size: 3.9800995025vw 3.9800995025vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  headline.scss
--------------------------------------------------------------*/
/*
    Headline
--------------------------------------------------------------*/
.s-headline {
  background-color: #FFF;
  position: relative;
  min-height: 300px;
  border-bottom: 1px solid var(--color-gray-line);
}
.s-headline__bg {
  position: absolute;
  z-index: 100;
  height: 300px;
  width: 100%;
}
.s-headline__bg-photo {
  width: 100vw;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.s-headline__inner {
  display: flex;
  justify-content: space-between;
}
.s-headline__wrap {
  padding: 0 48px 0;
}
.s-headline__inner {
  max-width: 1344px;
  min-height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.s-headline__title {
  position: relative;
  z-index: 110;
  padding: 0 0 24px;
}
.s-headline__title::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-headline__title .title--en {
  font-family: var(--font-inter);
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--color-primary);
  display: block;
}
.s-headline__title .title--en-sub {
  font-family: var(--font-inter);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--color-primary);
  display: block;
  margin: 16px 0 0;
}
.s-headline__title .title--jp {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-primary-sub);
  display: block;
  margin: 0 0 16px;
}

.s-headline-nav {
  background-color: var(--color-secondary);
  border-bottom: 1px solid var(--color-gray-line);
  border-top: 1px solid var(--color-gray-line);
  overflow-x: scroll;
  width: 100%;
}
.s-headline-nav__title {
  background-color: #FFF;
  display: block;
}
.s-headline-nav__title span {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.6rem;
  padding: 16px 20px 16px 40px;
  background-image: url(assets/images/common/arrow01__rd.svg);
  background-size: 6px;
  background-position: center right;
  background-repeat: no-repeat;
}
.s-headline-nav__list {
  display: flex;
}
.s-headline-nav__list > li > a {
  display: block;
  padding: 16px 40px;
  font-size: 1.8rem;
  font-family: var(--font-inter);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-right: 1px solid var(--color-gray-line);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.s-headline-nav__list > li > a span {
  display: block;
}
.s-headline-nav__list > li > a:hover {
  background-color: var(--color-primary);
  color: #FFF;
}
.s-headline-nav__list > li > a.status__active {
  background-color: var(--color-primary);
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .s-headline {
    min-height: 43.7810945274vw;
  }
  .s-headline__bg {
    height: 43.7810945274vw;
  }
  .s-headline__bg-photo {
    width: 100vw;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 43.7810945274vw;
  }
  .s-headline__wrap {
    padding: 0 3.9800995025vw 0;
  }
  .s-headline__inner {
    max-width: initial;
    min-height: 43.7810945274vw;
  }
  .s-headline__title {
    padding: 0 0 5.9701492537vw;
  }
  .s-headline__title::after {
    width: 15.92039801vw;
    height: 0.2487562189vw;
  }
  .s-headline__title .title--en {
    font-size: 9.9502487562vw;
  }
  .s-headline__title .title--en-sub {
    font-size: 5.9701492537vw;
    margin: 3.9800995025vw 0 0;
  }
  .s-headline__title .title--jp {
    font-size: 3.9800995025vw;
    margin: 0 0 3.9800995025vw;
  }
  .s-headline-nav {
    border-bottom: 0.2487562189vw solid var(--color-gray-line);
    border-top: 0.2487562189vw solid var(--color-gray-line);
    width: 100%;
  }
  .s-headline-nav__title span {
    font-size: 2.9850746269vw;
    padding: 1.9900497512vw 3.9800995025vw 1.9900497512vw 3.9800995025vw;
    background-size: 1.4925373134vw;
  }
  .s-headline-nav__list > li > a {
    padding: 3.9800995025vw 3.9800995025vw;
    font-size: 3.4825870647vw;
    border-right: 0.2487562189vw solid var(--color-gray-line);
  }
  .s-headline-nav__list > li > a span {
    padding: 0 3.9800995025vw 0 0;
    background-size: 1.4925373134vw;
    white-space: nowrap;
  }
}
/**
 # Objects -  project -
 */
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  home.scss
--------------------------------------------------------------*/
/*
    Hero [.h-hero]
--------------------------------------------------------------*/
.h-hero {
  position: relative;
  overflow: hidden;
  background-color: floralwhite;
}
.h-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/images/pages/home/main.png) no-repeat center/cover;
  opacity: 0.45;
  mix-blend-mode: multiply;
}
.h-hero__inner {
  position: relative;
  z-index: 1;
}
.h-hero__nav {
  margin: 0;
  border-top: 0.5px solid #FFF;
  border-bottom: 0.5px solid #FFF;
  background-color: var(--color-primary-sub);
}
.h-hero__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: scroll;
}
.h-hero__nav-list > li {
  min-height: 64px;
  border-left: 0.5px solid #FFF;
}
.h-hero__nav-list > li:last-child {
  border-right: 0.5px solid #FFF;
}
.h-hero__nav-list > li.status__invalid {
  position: relative;
}
.h-hero__nav-list > li.status__invalid:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
}
.h-hero__nav-list > li > button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 128px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-hero__nav-list > li > button:hover {
  background-color: var(--color-primary);
}
.h-hero__nav-list__icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.h-hero__nav-list__icon img {
  height: 24px;
  display: block;
  margin: 0 auto 8px;
}
.h-hero__nav-list__icon figcaption {
  font-size: 1.2rem;
  font-family: var(--font-inter);
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: 600;
}
.h-hero__information {
  background-color: var(--color-primary);
  padding: 16px 24px;
  margin: 0 0 32px;
}
.h-hero__information-text {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #FFF;
}
.h-hero__information-text a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0 0 4px;
  display: block;
  border-bottom: 0.5px solid #FFF;
}
.h-hero__information-text a:hover {
  opacity: 0.65;
}
.h-hero__pickup {
  max-width: 528px;
  border-radius: 8px;
  margin: 0 auto 48px;
  position: relative;
}
.h-hero__pickup__title {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 1.8rem;
  font-family: var(--font-inter);
  font-weight: 700;
  padding: 0 0 0 8px;
  border-left: 3px solid var(--color-primary);
}
.h-hero__pickup-box {
  border-radius: 8px;
  background-color: #FFF;
  min-height: 128px;
  display: flex;
  align-items: center;
}
.h-hero__pickup-box__inner {
  max-width: 424px;
  margin: 0 auto;
}
.h-hero__pickup__content {
  padding: 0;
}
.h-hero__pickup__date {
  font-family: var(--font-inter);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 16px;
  color: var(--color-primary);
  display: block;
  position: relative;
  margin: 0 0 16px;
}
.h-hero__pickup__date:after {
  content: "";
  background-color: var(--color-primary);
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.h-hero__pickup__text {
  font-size: 1.6rem;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.h-hero__pickup__text a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-hero__pickup__text a:hover {
  opacity: 0.65;
}
.h-hero .slick-dotted {
  margin: 0;
}
.h-hero .slick-prev, .h-hero .slick-next {
  position: absolute;
  top: 58%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-hero .slick-prev:before, .h-hero .slick-next:before {
  content: "";
  font-size: 0;
  display: block;
  opacity: 1;
}
.h-hero .slick-prev:hover, .h-hero .slick-next:hover {
  opacity: 0.65;
}
.h-hero .slick-prev {
  left: -16px;
  transform: translate(0, -50%) scaleX(-1);
  -webkit-transform: translate(0, -50%) scaleX(-1);
}
.h-hero .slick-next {
  right: -16px;
}
.h-hero .slick-dots {
  bottom: -16px;
}
.h-hero .slick-dots > li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.h-hero .slick-dots > li.slick-active button {
  background-color: #FFF;
}
.h-hero .slick-dots > li > button {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
}
.h-hero .slick-dots > li > button:before {
  display: none;
}
.h-hero .slick-dots > li > button:after {
  display: none;
}
.h-hero .slick-dots > li > button {
  background-color: var(--color-primary-sub);
  border: 1px solid var(--color-primary-sub);
  border-radius: 50%;
}
.h-hero__logo {
  margin: 0 auto 32px;
  width: 184px;
}
.h-hero__logo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.h-hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 364px;
  margin: 0 auto 32px;
  height: 64px;
  padding: 0 32px;
  border-radius: 8px;
  position: relative;
  background-color: var(--color-primary-sub);
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-hero__button span {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: var(--font-inter);
  letter-spacing: 0.06em;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #FFF;
  text-align: center;
}
.h-hero__button i {
  overflow: hidden;
  width: 16px;
  height: 16px;
  right: 24px;
  position: absolute;
}
.h-hero__button i:before, .h-hero__button i:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0;
  background-image: url(assets/images/common/arrow02__wh.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.h-hero__button i:before {
  transform: translateX(0);
}
.h-hero__button i:after {
  transform: translateX(-100%);
  background-image: url(assets/images/common/arrow02__wh.svg);
}
.h-hero__button:hover {
  text-decoration: none;
  filter: drop-shadow(0px 2px 10px #666);
}
.h-hero__button:hover i:before {
  transform: translateX(120%);
}
.h-hero__button:hover i:after {
  transform: translateX(0);
}
.h-hero__main-nav {
  background-color: #FFF;
  border-radius: 6px;
  max-width: 632px;
  padding: 8px 8px 0;
  margin: 0 auto 64px;
}
.h-hero__main-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.h-hero__main-nav__list > li {
  width: 32.4675324675%;
  margin: 0 1.2987012987% 8px 0;
}
.h-hero__main-nav__list > li:nth-child(3n) {
  margin: 0 0 8px 0;
}
.h-hero__main-nav__list > li > button {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  width: 100%;
  min-height: 128px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.h-hero__main-nav__list > li > button:hover {
  opacity: 0.65;
}
.h-hero__main-nav__list > li > button::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #FFF;
  pointer-events: none;
}
.h-hero__main-nav__list > li > button.icon__program {
  background-image: url(assets/images/pages/home/programs__bg.png);
}
.h-hero__main-nav__list > li > button.icon__program span {
  background-color: #B4221B;
}
.h-hero__main-nav__list > li > button.icon__xopo {
  background-image: url(assets/images/pages/home/expo__bg.png);
}
.h-hero__main-nav__list > li > button.icon__xopo span {
  background-color: #D79A2C;
}
.h-hero__main-nav__list > li > button.icon__ffg {
  background-image: url(assets/images/pages/home/ffg__bg.png);
}
.h-hero__main-nav__list > li > button.icon__ffg span {
  background-color: #5C82A6;
}
.h-hero__main-nav__list > li > button.icon__ps {
  background-image: url(assets/images/pages/home/products__bg.png);
}
.h-hero__main-nav__list > li > button.icon__ps span {
  background-color: #41693D;
}
.h-hero__main-nav__list > li > button.icon__information {
  background-image: url(assets/images/pages/home/information__bg.png);
}
.h-hero__main-nav__list > li > button.icon__information span {
  background-color: #101820;
}
.h-hero__main-nav__list > li > button.icon__mypages {
  background-image: url(assets/images/pages/home/mypage__bg.png);
}
.h-hero__main-nav__list > li > button.icon__mypages span {
  background-color: #475888;
}
.h-hero__main-nav__list > li > button.status__comingsoon {
  pointer-events: none;
}
.h-hero__main-nav__list > li > button.status__comingsoon::after {
  content: "coming soon";
  color: #FFF;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.h-hero__main-nav__icon {
  width: 88%;
  margin: 0 auto;
}
.h-hero__main-nav__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #CCC;
  margin: 0 auto 8px;
}
.h-hero__main-nav__icon figcaption {
  display: block;
  border-radius: 6px;
  background-color: var(--color-primary-sub);
  padding: 8px;
  text-align: center;
  color: #FFF;
  font-family: var(--font-inter);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.h-hero__banner {
  min-height: 196px;
  background-color: #FFF;
  padding: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32));
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-hero__banner:hover {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.64));
}
.h-hero__banner__text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.h-hero__banner__set {
  position: fixed;
  right: 6.66%;
  bottom: 6.66%;
  transition: opacity 0.4s ease;
  z-index: 1400;
}
.h-hero__banner__set.is-hide {
  opacity: 0;
  pointer-events: none;
}
.h-hero__banner::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid var(--color-primary-sub);
  pointer-events: none;
}
.h-hero__banner__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url(assets/images/common/btn__close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-hero__banner__close:hover {
  transform: scale(1.15);
}

@media screen and (max-width: 768px) {
  .h-hero__nav-list {
    display: flex;
    justify-content: flex-start;
  }
  .h-hero__nav-list > li {
    min-height: 15.92039801vw;
  }
  .h-hero__nav-list > li > button {
    min-height: 15.92039801vw;
    min-width: 31.8407960199vw;
  }
  .h-hero__nav-list__icon img {
    height: 4.9751243781vw;
    margin: 0 auto 1.9900497512vw;
  }
  .h-hero__nav-list__icon figcaption {
    font-size: 2.9850746269vw;
  }
  .h-hero__information {
    padding: 1.9900497512vw 3.9800995025vw;
    margin: 0 0 5.9701492537vw;
    overflow-x: auto;
  }
  .h-hero__information-date {
    display: inline-block;
  }
  .h-hero__information-text {
    gap: 1.9900497512vw;
    font-size: 3.4825870647vw;
  }
  .h-hero__information-text a {
    padding: 0 0 0.9950248756vw;
    height: 3.4825870647vw;
    overflow: hidden;
  }
  .h-hero__pickup {
    max-width: initial;
    width: 48.2587064677vw;
    border-radius: 1.9900497512vw;
    margin: 0 0 11.9402985075vw 3.9800995025vw;
    position: relative;
  }
  .h-hero__pickup__title {
    margin: 0 0 3.9800995025vw;
    font-size: 3.9800995025vw;
    padding: 0 0 0 1.9900497512vw;
    border-left: 0.7462686567vw solid var(--color-primary);
  }
  .h-hero__pickup-box {
    border-radius: 1.9900497512vw;
    min-height: 30.3482587065vw;
  }
  .h-hero__pickup-box__inner {
    max-width: 44.2786069652vw;
    margin: 0 auto;
  }
  .h-hero__pickup__content {
    padding: 0;
  }
  .h-hero__pickup__date {
    font-family: var(--font-inter);
    font-size: 3.4825870647vw;
    padding: 0 0 1.9900497512vw;
    margin: 0 0 1.9900497512vw;
  }
  .h-hero__pickup__date:after {
    width: 5.9701492537vw;
    height: 0.2487562189vw;
  }
  .h-hero__pickup__text {
    font-size: 3.4825870647vw;
    line-height: 1.6;
    height: 3em;
    overflow: hidden;
  }
  .h-hero__pickup__text a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .h-hero__pickup__text a:hover {
    opacity: 0.65;
  }
  .h-hero .slick-arrow {
    display: none !important;
  }
  .h-hero .slick-prev, .h-hero .slick-next {
    display: none;
  }
  .h-hero .slick-dots {
    bottom: -3.9800995025vw;
  }
  .h-hero .slick-dots > li {
    width: 1.9900497512vw;
    height: 1.9900497512vw;
    margin: 0 1.9900497512vw;
  }
  .h-hero .slick-dots > li > button {
    width: 1.9900497512vw;
    height: 1.9900497512vw;
  }
  .h-hero__logo {
    margin: 0;
    position: absolute;
    top: 47.7611940299vw;
    left: 59.7014925373vw;
    width: 32.3383084577vw;
  }
  .h-hero__button {
    min-width: 92.039800995vw;
    margin: 0 auto 7.960199005vw;
    height: 13.9303482587vw;
    padding: 0 7.960199005vw;
    border-radius: 1.9900497512vw;
  }
  .h-hero__button span {
    font-size: 3.9800995025vw;
  }
  .h-hero__button i {
    overflow: hidden;
    width: 3.9800995025vw;
    height: 3.9800995025vw;
    right: 3.9800995025vw;
  }
  .h-hero__button i:before, .h-hero__button i:after {
    content: "";
    width: 3.9800995025vw;
    height: 3.9800995025vw;
    background-image: url(assets/images/common/arrow02__wh.svg);
    background-repeat: no-repeat;
    background-size: 3.9800995025vw 3.9800995025vw;
  }
  .h-hero__main-nav {
    border-radius: 0;
    max-width: 89.552238806vw;
    padding: 0;
    margin: 0 auto 30.8457711443vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .h-hero__main-nav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .h-hero__main-nav__list > li {
    width: 29.3532338308vw;
    margin: 0 0.4975124378vw 0.4975124378vw 0;
  }
  .h-hero__main-nav__list > li:nth-child(3n) {
    margin: 0 0 0.4975124378vw 0;
  }
  .h-hero__main-nav__list > li > button {
    min-height: 18.407960199vw;
    height: 100%;
  }
  .h-hero__main-nav__list > li > button::before {
    inset: 0.4975124378vw;
    border: 0.2487562189vw solid #FFF;
  }
  .h-hero__main-nav__list > li > button.status__comingsoon {
    pointer-events: none;
  }
  .h-hero__main-nav__list > li > button.status__comingsoon::after {
    font-size: 3.9800995025vw;
  }
  .h-hero__main-nav__icon {
    width: 29.3532338308vw;
  }
  .h-hero__main-nav__icon span {
    width: 9.9502487562vw;
    height: 9.9502487562vw;
    margin: 0 auto 1.9900497512vw;
  }
  .h-hero__main-nav__icon span img {
    height: 4.9751243781vw;
  }
  .h-hero__main-nav__icon figcaption {
    border-radius: 1.4925373134vw;
    padding: 1.4925373134vw;
    font-size: 2.4875621891vw;
  }
  .h-hero__banner {
    max-width: 89.552238806vw;
    width: 89.552238806vw;
    min-height: 14.9253731343vw;
    background-color: #FFF;
    padding: 3.9800995025vw;
  }
  .h-hero__banner__text {
    font-size: 3.9800995025vw;
  }
  .h-hero__banner__set {
    right: inherit;
    left: 5.9701492537vw;
    bottom: inherit;
    top: 161.1940298507vw;
    margin: 0 auto;
    transition: opacity 0.4s ease;
    z-index: 1400;
  }
  .h-hero__banner__set.is-hide {
    opacity: 0;
    pointer-events: none;
  }
  .h-hero__banner::before {
    inset: 0.9950248756vw;
    border: 1px solid var(--color-primary-sub);
  }
  .h-hero__banner__close {
    position: absolute;
    top: -3.9800995025vw;
    right: 3.9800995025vw;
    width: 7.960199005vw;
    height: 7.960199005vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  page.scss
--------------------------------------------------------------*/
/*
    Config & Common
--------------------------------------------------------------*/
.js-tab-panel {
  display: none;
}

.js-tab-panel.active {
  display: block;
}

/*
    Config & Common [modal]
--------------------------------------------------------------*/
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.c-modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 640px);
  max-height: 90vh;
  background: #FFF;
  z-index: 1;
}

.c-modal__content__inner {
  padding: 48px;
}
.c-modal__content__inner .navigation-content__list {
  width: auto;
  margin: 0;
  padding: 0;
}
.c-modal__content__inner .navigation-content__list dt {
  text-align: center;
}
.c-modal__content__inner .navigation-content__list dd {
  text-align: center;
}

.c-modal__close {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url(assets/images/common/btn__close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-modal__close:hover {
  transform: scale(1.15);
}

/*
    FFG[/ffg/]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .ffg__title,
.editor-styles-wrapper .ffg__title {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper .ffg__title .is-style-headline--type02,
.editor-styles-wrapper .ffg__title .is-style-headline--type02 {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .ffg__title,
  .editor-styles-wrapper .ffg__title {
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper .ffg__title .is-style-headline--type02,
  .editor-styles-wrapper .ffg__title .is-style-headline--type02 {
    padding: 0;
    margin: 0;
    font-size: 6.9651741294vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-image .alignright,
  .editor-styles-wrapper .wp-block-image .alignright {
    float: none;
  }
}
/*
    FAQ[/faq/]
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .b-faq__navlist .wp-block-button,
  .editor-styles-wrapper .b-faq__navlist .wp-block-button {
    width: 100%;
  }
}
/*
    Speakers[/session/speakers/]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p-speakers__tab {
  margin: 0 0 64px;
  border-bottom: 4px solid var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .p-speakers__tab-list {
  margin: 0;
  display: flex;
  justify-content: center;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li {
  margin: 0 24px 0 0;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li::before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 432px;
  border-radius: 6px 6px 0 0;
  min-height: 64px;
  background-color: var(--color-secondary);
  color: #BFBFBF;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li > span:hover {
  background-color: var(--color-primary);
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li.active > span {
  background-color: var(--color-primary);
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__snslist {
  margin: 0;
  display: flex;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li {
  margin: 0 16px 0 0;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-sub);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li > a img {
  height: 20px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li > a:hover {
  background-color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__block {
  border-bottom: 1px solid var(--color-gray-line);
  padding: 0 0 48px;
  margin: 0 0 48px;
  display: flex;
  justify-content: space-between;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__block:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__photo {
  width: 35.15625%;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__photo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__content {
  width: 60.15625%;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__content p {
  font-size: 1.4rem;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__content h3 {
  margin: 32px 0 16px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__title {
  text-align: left;
  padding: 0;
  margin: 0 0 16px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__title:after {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__title:first-child {
  margin: 0 0 16px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__title .title__en {
  display: block;
  margin: 0 0 8px;
  color: var(--color-primary-sub);
  letter-spacing: 0.06em;
  font-family: var(--font-inter);
  font-size: 3.2rem;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__title .title__jp {
  display: block;
  color: var(--color-primary-sub);
  letter-spacing: 0.06em;
  font-size: 1.8rem;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-guest__post {
  padding: 8px 24px;
  border: 1px solid var(--color-primary-sub);
  display: inline-block;
  margin: 0 0 16px;
  font-size: 1.4rem;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list > li {
  width: 23.2421875%;
  margin: 0 2.34375% 32px 0;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list > li:nth-child(4n) {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__photo {
  margin: 0 0 24px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__photo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin: 0 0 16px;
}
.edit-post-layout .editor-styles-wrapper .p-speakers-corporate__post {
  font-size: 1.4rem;
  line-height: 1.714285714;
  display: block;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p-speakers__tab {
    margin: 0 0 5.9701492537vw;
    border-bottom: 0.9950248756vw solid var(--color-primary);
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li {
    margin: 0 1.9900497512vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers__tab-list > li > span {
    min-width: 36.815920398vw;
    border-radius: 1.4925373134vw 1.4925373134vw 0 0;
    min-height: 11.9402985075vw;
    font-size: 2.9850746269vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li {
    margin: 0 1.9900497512vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li > a {
    width: 7.960199005vw;
    height: 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers__snslist > li > a img {
    height: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__block {
    border-bottom: 0.2487562189vw solid var(--color-gray-line);
    padding: 0 0 5.9701492537vw;
    margin: 0 0 5.9701492537vw;
    flex-direction: column;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__photo {
    width: 59.7014925373vw;
    margin: 0 auto 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__content {
    width: auto;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__content p {
    font-size: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__content h3 {
    margin: 5.9701492537vw 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__title {
    text-align: center;
    padding: 0;
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__title:first-child {
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__title .title__en {
    margin: 0 0 1.9900497512vw;
    font-size: 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__title .title__jp {
    font-size: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-guest__post {
    padding: 1.9900497512vw 3.9800995025vw;
    border: 0.2487562189vw solid var(--color-primary-sub);
    max-width: 55.7213930348vw;
    display: block;
    margin: 0 auto 3.9800995025vw;
    font-size: 3.4825870647vw;
    text-align: center;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list > li {
    width: 44.776119403vw;
    margin: 0 2.4875621891vw 7.960199005vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list > li:nth-child(4n) {
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__list > li:nth-child(2n) {
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__photo {
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__name {
    font-size: 3.9800995025vw;
    text-align: left;
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-speakers-corporate__post {
    font-size: 3.4825870647vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  post.scss
--------------------------------------------------------------*/
/*
    Info [Archives]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p-info__list {
  margin: 0 0 64px;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .p-info__list > li {
  border-bottom: 1px solid var(--color-gray-line);
  margin: 0 0 16px;
  padding: 0 0 16px;
  display: flex;
  justify-content: space-between;
}
.edit-post-layout .editor-styles-wrapper .p-info__list > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-info__date {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: var(--font-inter);
  width: 11.71875%;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p-info__text {
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: var(--font-inter);
  width: 87.890625%;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p-info__text a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p-info__text a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p-info__text a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p-info__text a:hover {
  opacity: 0.45;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p-info__list {
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-info__list > li {
    border-bottom: 0.2487562189vw solid var(--color-gray-line);
    margin: 0 0 3.9800995025vw;
    padding: 0 0 3.9800995025vw;
    display: flex;
    flex-direction: column;
  }
  .edit-post-layout .editor-styles-wrapper .p-info__date {
    font-size: 3.9800995025vw;
    width: auto;
  }
  .edit-post-layout .editor-styles-wrapper .p-info__text {
    font-size: 3.9800995025vw;
    width: auto;
    margin: 0;
  }
}
/*
    Info [Single]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p-info__meta {
  margin: 0 0 32px;
  border-bottom: 1px solid var(--color-gray-line);
  padding: 0 0 16px;
}
.edit-post-layout .editor-styles-wrapper .p-info__meta__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 32px;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p-info__meta__title::after {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-info__meta__title:first-child {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper .p-info__meta__date {
  font-weight: 700;
  color: var(--color-primary-sub);
  font-family: var(--font-inter);
  display: block;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p-info__meta {
    margin: 0 0 5.9701492537vw;
    border-bottom: 0.2487562189vw solid var(--color-gray-line);
    padding: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-info__meta__title {
    font-size: 5.9701492537vw;
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-info__meta__title:first-child {
    margin: 0 0 5.9701492537vw;
  }
}
/*
Theme Name: SIMBA ANIMAL HOSPITAL
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  _gutenberg.scss
--------------------------------------------------------------*/
/*
     Config [gutenberg Adjust]
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}
body.acf_content p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 25px;
}

.wp-block {
  max-width: 100%;
}

.wp-admin .edit-post-layout .editor-styles-wrapper,
.block-editor-iframe__html .editor-styles-wrapper {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 7.1428571429vw 0;
  background-color: #FFF;
}

.editor-styles-wrapper .editor-post-title__block a:link {
  color: #000;
  text-decoration: underline;
}
.editor-styles-wrapper .editor-post-title__block a:visited {
  color: #000;
  text-decoration: none;
}
.editor-styles-wrapper .editor-post-title__block a:hover {
  color: #000;
  text-decoration: none;
}

.editor-block-list__block-edit .block-editor-block-list__block-edit figure.is-resized {
  margin: -28px 0 0;
}

/* Admin checkBox */
.acf-input input[type=checkbox], .acf-input input[type=radio] {
  height: 1rem;
  width: 1rem;
}

.acf-input input[type=checkbox]:checked::before {
  height: 2.3125rem;
  width: 2.3125rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .acf-taxonomy-field .acf-checkbox-list li {
  border: none;
  font-size: 13px;
  padding: 5px;
  margin: 0 0 5px;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .categorychecklist-holder {
  background-color: #F5F5F5;
}

#wpcontent #wpbody .block-editor-link-control.aioseo-link-format .block-editor-link-control__settings {
  color: #000;
}

/*
     Config [ACF Adjust]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-table {
  border: #DFDFDF solid 1px;
}
.edit-post-layout .editor-styles-wrapper .acf-table td {
  border: 1px solid #CCC;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:link {
  color: #FFF;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:visited {
  color: #FFF;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:hover {
  color: #FFF;
  text-decoration: none;
}

/*
     Editor Contents
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Lato", sans-serif;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li {
  margin: 8px 20px 0 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li:before {
  display: none;
}

/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group {
  border: 1px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 24px;
  background-color: var(--color-gray-bg);
  margin: 32px 0 32px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
  background-color: #FFF;
  padding: 48px;
  border-radius: 6px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h3 {
  margin: 0 0 16px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h3:first-child {
  margin: 0 0 16px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 {
  display: block;
  text-align: center;
  background-color: #FFF;
  margin: 0 auto 32px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container {
  border: 3px solid var(--color-primary);
  padding: 24px;
  min-width: 486px;
  border-radius: 0;
  display: inline-block;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container p {
  color: var(--color-primary);
  font-weight: 700;
  text-align: center;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  border-radius: 6px;
  padding: 24px;
  background-color: var(--color-secondary);
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container {
  padding: 0;
  min-width: inherit;
  border-radius: 0;
  display: inline-block;
  background: none;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container p {
  color: var(--color-gray-line);
  font-family: var(--font-inter);
  font-weight: 700;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
  text-align: center;
  margin: 0 auto 32px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 24px;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 24px 0 0;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text {
  margin: 0 0 48px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-group {
    border-radius: 1.4925373134vw;
    padding: 1.9900497512vw;
    margin: 5.9701492537vw 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
    padding: 5.9701492537vw;
    border-radius: 1.4925373134vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h3 {
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h3:first-child {
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 {
    margin: 0 auto 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container {
    border: 0.7462686567vw solid var(--color-primary);
    padding: 3.9800995025vw;
    min-width: initial;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container p {
    color: var(--color-primary);
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 {
    min-height: 31.8407960199vw;
    border-radius: 1.4925373134vw;
    padding: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container p {
    font-size: 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
    text-align: center;
    margin: 0 auto 32px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 24px;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 24px 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text {
    margin: 0 0 48px;
  }
}
/*
     Gutenberg Block[registration]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .b-registration__wrap {
  border: 1px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 24px;
  background-color: var(--color-gray-bg);
  margin: 64px 0 32px;
}
.edit-post-layout .editor-styles-wrapper .b-registration__inner {
  background-color: #FFF;
  padding: 48px;
  border-radius: 6px;
}
.edit-post-layout .editor-styles-wrapper .b-registration__caution {
  margin: 0;
  text-align: right;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list-title {
  width: 17.9545454545%;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 16px 16px;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list-date {
  width: 46.5909090909%;
  padding: 0 0 16px 16px;
  font-size: 1.8rem;
  font-weight: 600;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list-price {
  width: 28.1818181818%;
  padding: 0 16px 16px 0;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: var(--font-inter);
  text-align: right;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list-price em {
  font-size: 1.8rem;
  font-style: normal;
  margin-left: 8px;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li.active span {
  border-bottom: 1px solid var(--color-gray-line);
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li.active .b-registration__list-price {
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li.active .b-registration__list-price em {
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li {
  margin: 0 0 48px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li span {
  display: block;
  border-bottom: 1px solid #ECECEC;
  color: #B7BABC;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .b-registration__list > li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .b-registration__wrap {
    border: 0.2487562189vw solid var(--color-gray-line);
    border-radius: 1.4925373134vw;
    padding: 1.9900497512vw;
    margin: 7.960199005vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__inner {
    padding: 3.9800995025vw;
    border-radius: 1.4925373134vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list {
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list-title {
    width: auto;
    font-size: 3.9800995025vw;
    padding: 0 3.9800995025vw 0;
    text-align: center;
    border: none;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list-date {
    width: auto;
    padding: 0 3.9800995025vw 0;
    font-size: 3.9800995025vw;
    text-align: center;
    border: none;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list-price {
    width: auto;
    padding: 0 3.9800995025vw 0;
    font-size: 5.9701492537vw;
    text-align: center;
    border: none;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list-price em {
    font-size: 4.4776119403vw;
    margin-left: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list > li.active {
    border: 2px solid var(--color-gray-line);
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list > li.active span {
    border-bottom: none;
    color: var(--color-primary-sub);
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list > li.active .b-registration__list-price {
    color: var(--color-primary);
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list > li.active .b-registration__list-price em {
    color: var(--color-primary-sub);
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list > li {
    padding: 3.9800995025vw;
    margin: 0 0 1.9900497512vw;
    border: 1px solid var(--color-secondary);
    border-radius: 1.4925373134vw;
    display: flex;
    flex-direction: column;
  }
  .edit-post-layout .editor-styles-wrapper .b-registration__list > li span {
    border-bottom: none;
    margin: 0;
    padding: 0 0 1.9900497512vw;
  }
}
/*
     Gutenberg Block[datelist]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper ul > li.b-datelist {
  display: flex;
  gap: 16px;
}
.edit-post-layout .editor-styles-wrapper ul .b-datelist__date {
  flex-shrink: 0;
}
.edit-post-layout .editor-styles-wrapper ul .b-datelist__content {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper ul > li.b-datelist {
    display: flex;
    flex-direction: column;
    gap: 0vw;
  }
  .edit-post-layout .editor-styles-wrapper ul .b-datelist__date {
    flex-shrink: 0;
  }
  .edit-post-layout .editor-styles-wrapper ul .b-datelist__line {
    display: none;
  }
}
/*
     Gutenberg Block[b-programs]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .b-programs__tab {
  margin: 0 0 24px;
  border-bottom: 4px solid var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .b-programs-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li {
  margin: 0 12px;
  padding: 0;
  position: relative;
  display: flex;
  min-width: 288px;
  border: 1px solid #E8E8E8;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
  background-color: var(--color-secondary);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li span {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--font-inter);
  color: #BFBFBF;
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li.active {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li.active span {
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li:hover {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li:hover span {
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .b-programs-list > li:last-child {
  padding: 0;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .b-programs__section {
  border-radius: 6px;
  border: 1px solid var(--color-gray-line);
  background-color: var(--color-secondary);
}
.edit-post-layout .editor-styles-wrapper .b-programs__section__inner {
  padding: 24px;
}
.edit-post-layout .editor-styles-wrapper .b-programs__content {
  margin: 0 0 48px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .b-programs__tab {
    margin: 0 0 5.9701492537vw;
    border-bottom: 0.4975124378vw solid var(--color-primary);
  }
  .edit-post-layout .editor-styles-wrapper .b-programs-list > li {
    margin: 0 0.9950248756vw;
    padding: 0;
    min-width: 29.3532338308vw;
    height: 11.9402985075vw;
    border-radius: 1.4925373134vw 1.4925373134vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-programs-list > li span {
    font-size: 2.9850746269vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-programs__section {
    border-radius: 1.4925373134vw;
    border: 0.2487562189vw solid var(--color-gray-line);
  }
  .edit-post-layout .editor-styles-wrapper .b-programs__section__inner {
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-programs__content {
    margin: 0 0 5.9701492537vw;
  }
}
/*
     Gutenberg Block[b-areamaplist]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .b-areamaplist {
  border: 1px solid var(--color-gray-line);
  background-color: var(--color-secondary);
  border-radius: 8px;
  padding: 24px;
  margin: 0 0 48px;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__inner {
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px 24px 0;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__list > li {
  margin: 0 40px 24px 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__list > li:last-child {
  margin: 0 40px 24px 0;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__list > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-gray-line);
  font-weight: 600;
  font-family: var(--font-inter);
  margin-right: 16px;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__links {
  padding: 0 24px 0 0;
  display: inline-block;
  background-image: url(assets/images/common/icon__map__bk.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__links:link {
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__links:visited {
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .b-areamaplist__links:hover {
  text-decoration: underline;
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .b-areamaplist {
    border: 0.2487562189vw solid var(--color-gray-line);
    border-radius: 1.9900497512vw;
    padding: 1.9900497512vw;
    margin: 0 0 7.960199005vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-areamaplist__inner {
    border-radius: 1.9900497512vw;
    padding: 3.9800995025vw 3.9800995025vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-areamaplist__list > li {
    margin: 0 5.9701492537vw 3.9800995025vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-areamaplist__list > li:last-child {
    margin: 0 5.9701492537vw 3.9800995025vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-areamaplist__number {
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    border: 0.2487562189vw solid var(--color-gray-line);
    margin-right: 1.9900497512vw;
  }
}
/*
     Gutenberg Block[b-faq]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .b-faq__box {
  border-radius: 6px;
  background-color: #FFF;
  margin: 0 0 24px;
  border: 1px solid var(--color-gray-line);
}
.edit-post-layout .editor-styles-wrapper .b-faq__box::last-of-type {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__inner {
  padding: 32px;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 0 48px 0 0;
  gap: 0;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title:first-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title:after {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title-q {
  font-family: var(--font-inter);
  font-size: 3.6rem;
  color: var(--color-primary-sub);
  font-weight: 700;
  margin-right: 16px;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title-a {
  font-family: var(--font-inter);
  font-size: 3.6rem;
  color: #b4221b;
  font-weight: 700;
  margin-right: 16px;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title i {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #F5F5F5;
  border-radius: 6px;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title i::before, .edit-post-layout .editor-styles-wrapper .b-faq__box__title i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__title.is-active i::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__content__wrap {
  padding: 24px 48px 0 0;
  display: none;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__content__inner {
  display: flex;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__content {
  padding: 4px 0 0;
}
.edit-post-layout .editor-styles-wrapper .b-faq__box__content p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .b-faq__navlist .wp-block-buttons {
    margin: 0 0 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__navlist .wp-block-button__link {
    min-height: 9.9502487562vw;
    font-size: 3.4825870647vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box {
    border-radius: 1.4925373134vw;
    margin: 0 0 5.9701492537vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__inner {
    padding: 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__title {
    font-size: 3.9800995025vw;
    padding: 0 11.9402985075vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__title-q {
    font-family: var(--font-inter);
    font-size: 5.9701492537vw;
    margin-right: 1.9900497512vw;
    line-height: 1.8;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__title-a {
    font-family: var(--font-inter);
    font-size: 5.9701492537vw;
    margin-right: 1.9900497512vw;
    line-height: 1.8;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__title i {
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    border-radius: 1.4925373134vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__title i::before, .edit-post-layout .editor-styles-wrapper .b-faq__box__title i::after {
    width: 2.9850746269vw;
    height: 0.4975124378vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__content__wrap {
    padding: 3.9800995025vw 0 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__content {
    padding: 0.9950248756vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-faq__box__content p {
    font-size: 3.9800995025vw;
  }
}
/*
     Gutenberg Block[b-iconcard]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .b-iconcard__list,
.editor-styles-wrapper .b-iconcard__list {
  display: flex;
  flex-wrap: wrap;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__list > li,
.editor-styles-wrapper .b-iconcard__list > li {
  width: 31.25%;
  border-radius: 8px;
  padding: 32px;
  border: 1px solid #E9E9E9;
  box-shadow: 1px 1px 3px 2px rgba(143, 143, 143, 0.1);
  margin: 0 3.125% 32px 0;
  display: flex;
  flex-direction: column;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__list > li::before,
.editor-styles-wrapper .b-iconcard__list > li::before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__list > li:nth-child(3n),
.editor-styles-wrapper .b-iconcard__list > li:nth-child(3n) {
  margin: 0 0 32px;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__images,
.editor-styles-wrapper .b-iconcard__images {
  margin: 0 auto 16px;
  width: 128px;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__images img,
.editor-styles-wrapper .b-iconcard__images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__title,
.editor-styles-wrapper .b-iconcard__title {
  font-size: 2rem;
  color: var(--color-primary);
  line-height: 1.2;
  text-align: center;
  min-height: 2.4em;
  margin: 0 0 16px;
  font-family: var(--font-inter);
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__text,
.editor-styles-wrapper .b-iconcard__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 24px;
  flex: 1;
}
.edit-post-layout .editor-styles-wrapper .b-iconcard__list .is-style-button--type01,
.editor-styles-wrapper .b-iconcard__list .is-style-button--type01 {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .b-iconcard__list > li,
  .editor-styles-wrapper .b-iconcard__list > li {
    width: 45.0248756219vw;
    border-radius: 1.4925373134vw;
    padding: 5.9701492537vw 1.9900497512vw;
    margin: 0 1.9900497512vw 3.9800995025vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-iconcard__list > li:nth-child(3n),
  .editor-styles-wrapper .b-iconcard__list > li:nth-child(3n) {
    margin: 0 1.9900497512vw 3.9800995025vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .b-iconcard__list > li:nth-child(2n),
  .editor-styles-wrapper .b-iconcard__list > li:nth-child(2n) {
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-iconcard__images,
  .editor-styles-wrapper .b-iconcard__images {
    margin: 0 auto 3.9800995025vw;
    width: 23.8805970149vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-iconcard__title,
  .editor-styles-wrapper .b-iconcard__title {
    font-size: 3.9800995025vw;
    margin: 0 0 3.9800995025vw;
  }
  .edit-post-layout .editor-styles-wrapper .b-iconcard__text,
  .editor-styles-wrapper .b-iconcard__text {
    font-size: 3.4825870647vw;
    margin: 0 0 5.9701492537vw;
    flex: 1;
  }
  .edit-post-layout .editor-styles-wrapper .b-iconcard__list .is-style-button--type01,
  .editor-styles-wrapper .b-iconcard__list .is-style-button--type01 {
    margin-top: auto;
  }
}
/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
/*# sourceMappingURL=style.css.map */