@charset "UTF-8";
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex4-2: calc(100% / 4);
  --navflex3: calc(100% / 3);
  --flex2-0: calc(100% / 2);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#1e42a8;
  --white:#ffffff;
  --accColor:#5eace3;
  --letter: 0.21em;
  --btnColor:#d52237;
  --paleColor:#eef7fe;
  --inner-2:82.5vw;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #262626;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.8rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
}

#g-nav.panelactive {
  background-color: white;
}

.navR {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 10px;
}

#g-nav {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    overflow-y: auto;
    display: block;
    padding: 100px 50px;
    height: 100vh;
  }
}
#g-nav .mainNav li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid #1e42a8;
  }
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #262626;
  line-height: 1em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 15px;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    line-height: 1.25em;
    color: #262626;
  }
  #g-nav .mainNav li a:before {
    font-family: "Phosphor-light" !important;
    content: "\e13a";
    color: var(--btnColor);
    position: absolute;
    font-size: 14px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    top: -2000%;
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 500px;
  background-color: #1e42a8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .dropdown {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    background: none;
  }
}
.dropdown li a {
  text-align: left !important;
  line-height: 1.2em !important;
  background-color: #1e42a8;
  display: block;
  color: #fff !important;
  padding: 15px 15px 15px 3rem !important;
  font-size: 1.6rem !important;
  position: relative;
}
.dropdown li a::before {
  content: "・";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: var(--transY);
}
.dropdown li a:hover {
  opacity: 0.55;
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: #262626 !important;
    background-color: rgba(30, 66, 168, 0.1);
  }
}

.drop_active {
  display: flex;
  flex-wrap: wrap;
}

.drop_none {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
    width: 54px;
    min-height: 54px;
    background: #1e42a8;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

.nav_dropdown > a {
  pointer-events: none;
}
.nav_dropdown > a::after {
  font-family: "Phosphor-fill" !important;
  content: "\e136";
  color: var(--btnColor);
  font-size: 14px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .nav_dropdown > a::after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .nav_dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav_dropdown a::before {
    content: "";
    display: none;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 100%;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--mainColor);
  border-bottom-left-radius: 20px;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 10px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 9997;
  padding: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.4s ease;
}
@media only screen and (min-width: 835px) and (max-width: 1450px) {
  .header {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 20px;
  }
}
.header .h-logo {
  text-align: left;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    width: 50%;
  }
}
.header--unpinned {
  transform: translateY(-150%);
}
.header--pinned {
  background-color: rgba(111, 85, 52, 0.6);
}

.fix_contact {
  gap: 10px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Zen Maru Gothic", serif;
}
.fix_contact address {
  font-size: 0.9em;
  font-weight: 500;
}
.fix_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
.fix_contact .tel a {
  font-family: "Comfortaa", serif;
  font-size: clamp(24px, 2.4vw, 27px);
  color: var(--mainColor);
  font-weight: bold;
}
.fix_contact .mail {
  position: relative;
  z-index: 1;
}
.fix_contact .mail::before {
  content: "";
  background-color: #f3eded;
  border-radius: 6px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fix_contact .mail a {
  padding: 18px;
  background-color: var(--btnColor);
  display: block;
  color: #fff;
  min-width: 190px;
  border-radius: 6px;
  font-weight: 500;
}
.fix_contact i {
  margin-right: 5px;
}

@media only screen and (max-width: 900px) {
  .fix_contact {
    display: none;
  }
}

.fix_contact2 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .fix_contact2 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}

.mainWrap {
  position: relative;
  z-index: 1;
}
.mainWrap .catch {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  bottom: 5%;
  left: 5%;
}
.mainWrap .catch .text1, .mainWrap .catch .text2 {
  border-radius: 14px;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: bold;
  line-height: 1.25em;
  background-color: var(--accColor);
  color: #fff;
  padding: 2px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.mainWrap .catch .text1 .small, .mainWrap .catch .text2 .small {
  font-size: 0.8em;
}
.mainWrap .catch .text1 .parentheses, .mainWrap .catch .text2 .parentheses {
  font-weight: 300;
  font-family: YakuHanRP;
}
.mainWrap .catch .text3 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  font-size: clamp(24px, 3.2vw, 48px);
  font-weight: bold;
  line-height: 1.25em;
  background-color: var(--accColor);
  color: #fff;
  border-radius: 14px;
}

.mainArea {
  max-width: 94.27vw;
  margin: auto;
}
.mainArea img {
  width: 100% !important;
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: calc(100vh - 180px);
}
#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.subArea {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.subArea h1 {
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

footer#global_footer {
  border-top: 1px solid var(--accColor);
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: #5eace3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #5eace3;
  position: fixed;
  right: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  max-width: 90.1vw;
  margin: auto;
  padding: 80px 24px;
  gap: 40px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
footer#global_footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-right {
    align-items: center;
  }
}
footer#global_footer .footer-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-left {
    align-items: center;
  }
}
footer#global_footer .footer-nav {
  max-height: 190px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: column wrap;
  gap: 5px 15px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  font-size: 1.6rem;
  padding: 10px;
  color: #262626;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  font-weight: 500;
}
footer#global_footer .footer-nav li a:before {
  font-weight: 400;
  font-size: 1.2em;
  font-family: "Phosphor-fill" !important;
  content: "\e02e";
  margin-right: 5px;
  color: var(--accColor);
}
footer#global_footer #copy {
  display: block;
  color: #fff;
  background-color: var(--mainColor);
  padding: 24px;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: #fff;
}

.index #contents_wrap {
  padding-bottom: 0 !important;
}

h2, h2, h1 {
  font-family: "Zen Maru Gothic", serif;
}

.title-01:has(img) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.title-01:has(img) h2 {
  padding-left: 6rem;
}
.title-01 h2 {
  font-size: clamp(32px, 3.4vw, 38px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
}
.title-01 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
  max-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
}
.title-01 article > div {
  line-height: 2em;
  margin-top: 30px;
}
.title-01 article > div:empty {
  margin-top: 0;
}
.title-02 h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
}
.title-02 article > div {
  line-height: 2em;
  margin-top: 30px;
}
.title-02 article > div:empty {
  margin-top: 0;
}
.title-icon-1 article {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-icon-1 h2 {
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
  position: relative;
}
.title-icon-1 img {
  margin-right: 10px !important;
}
.title-icon-1 article > div {
  line-height: 2em;
  margin-top: 30px;
}
.title-icon-1 article > div:empty {
  margin-top: 0;
}
.title-icon-2 h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
  position: relative;
  padding-left: 3.5rem;
}
.title-icon-2 h2::before {
  content: "";
  background: url(../images/home/ttl_news_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.title-icon-2 article > div {
  line-height: 2em;
  margin-top: 30px;
}
.title-icon-2 article > div:empty {
  margin-top: 0;
}
.title-01-white {
  color: var(--white);
}
.title-01-white h2 {
  font-size: clamp(32px, 3.4vw, 38px);
  line-height: 1.25em;
  font-weight: bold;
}
.title-01-white article > div {
  line-height: 2em;
  margin-top: 30px;
}
.title-01-white article > div:empty {
  margin-top: 0;
}

.scroll-hint-text {
  line-height: 1.25em;
}

.text > div, .text p {
  line-height: 2em;
}
.text article > div, .text p {
  line-height: 2em;
}
.text-time > div {
  line-height: 1.2em;
}
@media only screen and (max-width: 900px) {
  .text-time > div {
    text-align: center !important;
  }
}

.timetableWrap {
  position: absolute;
  right: 2.86vw;
  bottom: -45px;
}
@media only screen and (max-width: 900px) {
  .timetableWrap {
    width: -moz-fit-content;
    width: fit-content;
    position: inherit;
    margin: 50px auto 0;
  }
}

.td-timetable {
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  max-width: 630px;
  border-radius: 23px 0 23px 0;
}
.td-timetable article {
  position: relative;
}
.td-timetable article::before {
  content: url(../images/home/corner1.png);
  position: absolute;
  left: -22px;
  bottom: 0;
  height: 22px;
}
.td-timetable article::after {
  content: url(../images/home/corner1.png);
  position: absolute;
  right: 0;
  top: -22px;
  height: 22px;
}
.td-timetable td {
  text-align: center !important;
  border: none !important;
  padding: 1vw !important;
}
.td-timetable tr {
  border-bottom: 1px solid #ddeefa;
}
.td-timetable tr:last-of-type {
  border-bottom: none;
}
.td-timetable .td-top > div {
  font-weight: 500;
}
.td-timetable .td-left {
  font-family: "Comfortaa", serif;
}
.td-timetable .td-left .time {
  background-color: var(--accColor);
  color: var(--white);
  font-size: 0.7em;
  border-radius: 5px;
  margin-right: 5px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1em;
  padding: 2px 5px;
}
.td-timetable .td-left > div {
  font-weight: 500;
}

#form_calendar {
  margin: 0 !important;
  font-family: "Comfortaa", serif;
}
#form_calendar td {
  background-color: #fff;
}
#form_calendar .close label {
  color: #d52237 !important;
}
@media screen and (max-width: 640px) {
  #form_calendar span {
    font-size: 1.4rem !important;
  }
}

.recruit-wrapAll {
  margin-inline: calc(50% - 50vw);
}

.section-calendar {
  position: relative;
  z-index: 1;
}
.section-calendar .flex-deco {
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: var(--transX);
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}
.section-calendar .flex-deco .box {
  width: var(--flex4);
}
.section-recruit {
  position: relative;
  margin-inline: 2.92vw;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .section-recruit {
    height: 400px !important;
  }
}
.section-recruit > div {
  height: 100%;
}
.section-recruit a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #262626;
}
.section-recruit a .in {
  background-color: #fff;
  max-width: 630px;
  border-top-left-radius: 23px;
  padding: 3vw;
  position: relative;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section-recruit a .in {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.section-recruit a .in::before {
  content: url(../images/home/corner1.png);
  position: absolute;
  left: -22px;
  bottom: 0;
  height: 22px;
}
.section-recruit a .in::after {
  content: url(../images/home/corner1.png);
  position: absolute;
  right: 0;
  top: -22px;
  height: 22px;
}
.section-recruit a .in h2 {
  font-size: clamp(32px, 3.4vw, 38px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
  margin-bottom: 30px;
}
.section-recruit img {
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-recruit:hover img {
  transform: scale(1.1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section-doctor {
  background: linear-gradient(180deg, #eef7fe 0%, #eef7fe 70%, #fff 70%, #fff 100%);
}
.section-doctor .inner {
  max-width: 82.5vw;
  margin: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-doctor .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .section-doctor .inner {
    max-width: 100%;
  }
}
.section-profile .inner {
  max-width: 82.5vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .section-profile .inner {
    display: block;
  }
}
.section-profile .inner .section-left {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-profile .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-profile .inner .section-left {
    width: 100% !important;
  }
}
.section-profile .inner .section-right {
  width: 48%;
}
.section-profile .inner .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .section-profile .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-profile .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .section-profile .inner {
    max-width: 100%;
  }
}
.section-profile .inner .section-right {
  position: relative;
}
.section-profile .inner .section-right article {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-profile .inner .section-right .deco-img {
  position: absolute;
  right: 3%;
  bottom: -120px;
  z-index: -1;
}
.section-profile .inner .section-right .deco-img img {
  max-width: 20vw;
}
.section-profile .img img {
  border: 5px solid var(--paleColor);
}
.section-service .inner {
  max-width: 82.5vw;
  margin: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-service .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .section-service .inner {
    max-width: 100%;
  }
}
.section-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .section-info {
    display: block;
  }
}
.section-info .section-left {
  width: 20%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-info .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-info .section-left {
    width: 100% !important;
  }
}
.section-info .section-right {
  width: 88%;
}
.section-info .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .section-info .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-about .inner {
  max-width: 82.5vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .section-about .inner {
    display: block;
  }
}
.section-about .inner .section-left {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-about .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-about .inner .section-left {
    width: 100% !important;
  }
}
.section-about .inner .section-right {
  width: 48%;
}
.section-about .inner .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .section-about .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-about .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .section-about .inner {
    max-width: 100%;
  }
}
.section-about .img img {
  border: 5px solid #fff;
}
.section-news {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #eef7fe 50%, #eef7fe 100%);
}
.section-news .inner {
  max-width: 1000px;
  margin: auto;
  border: 5px solid #eef7fe;
  padding: 100px 24px;
  border-radius: 24px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .section-news .inner {
    padding: 50px 24px;
  }
}
.section-news .flex-deco .box img {
  max-width: 23vw;
}
.section-news .flex-deco .box:first-of-type {
  position: absolute;
  left: 3%;
  top: 30%;
  z-index: -1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-news .flex-deco .box:first-of-type {
    left: 2px;
  }
}
.section-news .flex-deco .box:last-of-type {
  position: absolute;
  right: 3%;
  top: 15%;
  z-index: -1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-news .flex-deco .box:last-of-type {
    right: 2px;
  }
}

.flex-medical {
  justify-content: flex-start;
  gap: 30px;
}
.flex-medical .box {
  width: var(--flex4);
}
@media screen and (max-width: 834px) {
  .flex-medical .box {
    width: var(--flex2);
  }
}
.flex-medical .box a {
  text-align: center;
  display: block;
  background-color: var(--paleColor);
  border-radius: 34px;
  color: var(--mainColor);
  position: relative;
  padding: 20px;
  height: 100%;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  .flex-medical .box a {
    padding: 15px;
  }
}
.flex-medical .box a img {
  margin-bottom: 10px;
  max-height: 115px;
  min-height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
}
@media screen and (max-width: 640px) {
  .flex-medical .box a img {
    max-height: 80px;
    min-height: 80px;
  }
}
.flex-medical .box a article > div {
  margin-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 18px);
  font-family: var(--ja);
}
.flex-medical .box a article > div::before {
  font-size: 1.5em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  right: 3%;
  bottom: 5%;
}
.flex-medical .box a:hover {
  background-color: var(--accColor);
}
.flex-contact {
  justify-content: center;
  gap: 50px;
  max-width: 990px;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .flex-contact {
    gap: 30px;
  }
}
.flex-contact .box {
  overflow: visible !important;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .flex-contact .box {
    width: 100%;
  }
}
.flex-contact .box > div {
  height: 100%;
  display: flex;
}
.flex-contact .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
.flex-contact .box .tel {
  position: relative;
  z-index: 1;
  width: 100%;
}
.flex-contact .box .tel::before {
  content: "";
  background-color: #5eace3;
  border-radius: 6px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flex-contact .box .tel a {
  background-color: #fff;
  padding: 18px 18px 10px;
  font-family: "Comfortaa", serif;
  font-size: clamp(28px, 4vw, 52px);
  color: var(--mainColor);
  font-weight: bold;
  border-radius: 6px;
}
.flex-contact .box .mail {
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", serif;
}
.flex-contact .box .mail::before {
  content: "";
  background-color: #5eace3;
  border-radius: 6px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flex-contact .box .mail a {
  font-size: clamp(24px, 2.4vw, 28px);
  padding: 18px;
  background-color: var(--btnColor);
  height: 100%;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.flex-contact .box i {
  margin-right: 5px;
}
.flex-doctor {
  justify-content: space-between;
  gap: 60px;
}
.flex-doctor .box {
  width: var(--flex2-60);
}
@media only screen and (max-width: 900px) {
  .flex-doctor .box {
    width: 100%;
  }
}
.flex-doctor .box article {
  display: flex;
  justify-content: space-between;
}
.flex-doctor .box article img {
  width: 50% !important;
  border-radius: 40px 0 40px 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-doctor .box article > div {
  width: 50%;
  background-color: #fff;
  padding: 3vw;
  border-radius: 0 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .flex-doctor .box article {
    flex-wrap: wrap;
  }
  .flex-doctor .box article img {
    width: 100% !important;
  }
  .flex-doctor .box article > div {
    width: 100%;
    padding: 5vw;
  }
}
.flex-doctor .box h3 {
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
}
.flex-doctor .box h3 .position {
  font-size: 0.6em;
  font-weight: 500;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
.flex-doctor .box h3 .en {
  font-family: "Comfortaa", serif;
  font-size: 0.6em;
  line-height: 1em;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.flex-service {
  justify-content: space-between;
  gap: 45px;
}
@media only screen and (max-width: 900px) {
  .flex-service {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .flex-service {
    gap: 50px;
  }
}
.flex-service .box {
  position: relative;
  width: var(--flex3-45);
  color: #fff;
  overflow: visible !important;
}
.flex-service .box img {
  border-radius: 40px;
}
.flex-service .box .btn-small {
  margin: 20px auto 0;
}
.flex-service .box .deco-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.flex-service .box .deco-icon .in {
  background-color: #6EBFF9;
  border-bottom-left-radius: 20px;
  padding: 1vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flex-service .box .deco-icon .in {
    padding: 3vw;
  }
}
.flex-service .box .deco-icon .in::before {
  content: url(../images/home/corner2.png);
  position: absolute;
  left: -22px;
  top: -1px;
  height: 22px;
}
.flex-service .box .deco-icon .in::after {
  content: url(../images/home/corner2.png);
  position: absolute;
  right: 0;
  bottom: -21px;
  height: 22px;
}
.flex-service .box .deco-icon img {
  border-radius: 0;
  width: auto !important;
}
.flex-service .box h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  margin: 20px 0;
}
@media only screen and (max-width: 900px) {
  .flex-service .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-service .box {
    width: 100%;
  }
}

.dl-news {
  max-height: 310px;
  overflow-y: auto;
  text-align: left;
}
.dl-news a {
  color: #262626;
}
.dl-news .tag {
  background-color: #f0f0f0;
  border-radius: 5px;
  line-height: 1em;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: var(--mainColor);
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl-news .tag {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
  }
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  padding: 30px 8px !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  line-height: 1em;
  font-family: "Comfortaa", serif;
  color: var(--mainColor);
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 834px) {
  .dl-news dd {
    padding: 15px 8px 30px !important;
  }
}
.dl-news dl {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-right: 5rem;
}
.dl-news dl:before {
  font-size: 1.5em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 1.2em;
}
.dl-news dl:first-of-type {
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  border-radius: 30px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  background-color: #f3eded;
  border-radius: 6px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn a {
  text-align: center;
  background-color: var(--btnColor);
  color: #fff;
  position: relative;
  display: block;
  min-width: 330px;
  padding: 24px;
  border-radius: 8px;
  line-height: 1em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
.btn a:before {
  font-size: 1.5em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.btn-small {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.btn-small::before {
  content: "";
  background-color: #5eace3;
  border-radius: 6px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn-small a {
  text-align: center;
  background-color: #eef7fe;
  color: var(--mainColor);
  position: relative;
  display: block;
  min-width: 270px;
  padding: 16px;
  border-radius: 8px;
  line-height: 1.25em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
.btn-small a:before {
  font-size: 1.5em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp-load {
  animation-name: fadeUpAnime-load;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.is-animated {
  opacity: 1 !important;
}

.is-animated h2 {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local-title-01 h2 {
  font-size: clamp(28px, 3vw, 32px);
  position: relative;
  line-height: 1.2em;
  padding: 18px 10px 18px 4rem;
  font-weight: bold;
  border: 1px solid var(--accColor);
  border-radius: 5px;
  background-color: #fff;
}
.local-title-01 h2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: var(--paleColor);
  border-radius: 5px;
  z-index: -1;
}
.local-title-01 h2::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 40px;
  background-color: var(--mainColor);
  border-radius: 2px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.local-title-01 article > div {
  line-height: 2em;
  margin-top: 30px;
}
.local-title-01 article > div:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 1.25em;
  background-color: #5eace3;
  padding: 15px;
  font-weight: 500;
  color: var(--white);
  border-radius: 8px;
  font-family: "Zen Maru Gothic", serif;
}
.sub-title-01 article > div {
  margin-top: 30px;
}
.sub-title-01 article > div:empty {
  margin-top: 0;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}
.img img {
  border-radius: 20px;
}

.imgL,
.imgR {
  margin: 0 !important;
}

.list-link ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list-link ul li .ttl {
  display: block;
}
.list-link ul li .ttl a {
  line-height: 1.25em;
  padding-left: 4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: var(--mainColor);
  font-size: 1.2em;
  position: relative;
}
.list-link ul li .ttl a:before {
  font-size: 0.8em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.local-td-timetable {
  border: 1px solid #ddeefa;
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  max-width: 630px;
  border-radius: 23px;
  margin: auto;
}
.local-td-timetable td {
  text-align: center !important;
  border: none !important;
  padding: 1vw !important;
}
.local-td-timetable tr {
  border-bottom: 1px solid #ddeefa;
}
.local-td-timetable tr:last-of-type {
  border-bottom: none;
}
.local-td-timetable .td-top > div {
  font-weight: 500;
}
.local-td-timetable .td-left {
  font-family: "Comfortaa", serif;
}
.local-td-timetable .td-left .time {
  background-color: var(--accColor);
  color: var(--white);
  font-size: 0.8em;
  border-radius: 5px;
  margin-right: 5px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1em;
  padding: 2px 5px;
}
.local-td-timetable .td-left > div {
  font-weight: 500;
}

.dl-qa dd,
.dl-qa dt {
  border: none !important;
  width: 100% !important;
}
.dl-qa dt {
  position: relative;
  padding: 30px 5rem 30px 6.5rem !important;
  line-height: 1.25em;
  font-weight: bold;
  background-color: #EEF7FE !important;
  border-radius: 15px;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
}
.dl-qa dt::before {
  content: "Q";
  font-family: "Comfortaa", serif;
  font-size: 2rem;
  color: #1e42a8;
  position: absolute;
  font-weight: 400;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dt::after {
  font-size: 3rem;
  color: #1e42a8;
  font-family: "Phosphor-fill" !important;
  content: "\e02e";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.dl-qa dt:hover {
  cursor: pointer;
}
.dl-qa dd {
  padding: 0 35px 0 5.5rem !important;
  margin: 20px 0;
  position: relative;
  line-height: 2.25em;
  font-size: 1.6rem;
}
.dl-qa dd::before {
  content: "A";
  font-size: 2rem;
  color: #1e42a8;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dl {
  display: block !important;
  margin-bottom: 30px;
}
.dl-qa dl:last-of-type {
  margin-bottom: 0;
}
.dl-history dt {
  padding: 15px !important;
  border: none !important;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: var(--mainColor);
  background-color: var(--paleColor) !important;
}
@media screen and (max-width: 640px) {
  .dl-history dt {
    width: 100% !important;
  }
}
.dl-history dd {
  padding: 15px !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .dl-history dd {
    width: 100% !important;
  }
}
.dl-history dl {
  border-bottom: 1px solid var(--accColor);
}
@media screen and (max-width: 640px) {
  .dl-history dl {
    display: block !important;
  }
}
.dl-orthopedic {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dl-orthopedic dt, .dl-orthopedic dd {
  width: 100% !important;
  border: none !important;
}
.dl-orthopedic dt {
  font-family: "Zen Maru Gothic", serif;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 1.2em;
  border-bottom: 1px solid var(--mainColor) !important;
}
.dl-orthopedic dl {
  display: block !important;
}
.dl-company dt {
  padding: 15px !important;
  border: none !important;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: var(--mainColor);
  background-color: var(--paleColor) !important;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
  }
}
.dl-company dd {
  padding: 15px !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl {
  border-bottom: 1px solid var(--accColor);
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.local-flex-rehaY {
  justify-content: flex-start;
  gap: 30px;
}
.local-flex-rehaY .box {
  width: var(--flex3);
  background-color: var(--paleColor);
  padding: 30px;
  border-radius: 15px;
}
.local-flex-rehaY .box img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-flex-rehaY .box h3 {
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  color: var(--mainColor);
  margin: 15px 0;
  line-height: 1.25em;
  font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-rehaY .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-rehaY .box {
    width: 100%;
  }
}
.local-flex-rehaX {
  justify-content: flex-start;
  gap: 30px;
}
.local-flex-rehaX .box {
  width: var(--flex3);
  background-color: var(--paleColor);
  padding: 30px;
  border-radius: 15px;
}
.local-flex-rehaX .box img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-flex-rehaX .box h3 {
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  color: var(--mainColor);
  margin: 15px 0;
  line-height: 1.25em;
  font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-rehaX .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-rehaX .box {
    width: 100%;
  }
}
.local-flex-doctor {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.local-flex-doctor .box {
  width: var(--flex2);
}
@media screen and (max-width: 640px) {
  .local-flex-doctor .box {
    width: 100%;
  }
}
.local-flex-doctor .box img {
  border-radius: 40px 0 40px 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-flex-doctor .box > div {
  background-color: #fff;
  border-radius: 0 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.local-flex-doctor .box h2 {
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
}
.local-flex-doctor .box h2 .position {
  font-size: 0.6em;
  font-weight: 500;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
.local-flex-doctor .box h2 .en {
  font-family: "Comfortaa", serif;
  font-size: 0.6em;
  line-height: 1em;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.local-flex-btn-anchor-info {
  justify-content: flex-start;
  gap: 15px;
}
.local-flex-btn-anchor-info .box {
  overflow: visible !important;
  width: var(--flex4-15);
  text-align: center;
  position: relative;
  z-index: 1;
}
.local-flex-btn-anchor-info .box::before {
  content: "";
  background-color: #f3eded;
  border-radius: 6px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor-info .box {
    width: var(--flex2-15);
  }
}
.local-flex-btn-anchor-info .box a {
  line-height: 1em;
  font-weight: 500;
  border-radius: 5px;
  background-color: var(--btnColor);
  padding: 18px;
  display: block;
  color: #fff;
  font-family: "Comfortaa", serif;
  position: relative;
}
.local-flex-btn-anchor-info .box a:before {
  font-size: 1.5em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.local-flex-btn-anchor {
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor {
    gap: 15px;
  }
}
.local-flex-btn-anchor .box {
  overflow: visible !important;
  width: var(--flex2);
  text-align: center;
  position: relative;
  z-index: 1;
}
.local-flex-btn-anchor .box::before {
  content: "";
  background-color: #f3eded;
  border-radius: 6px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .local-flex-btn-anchor .box {
    width: 100%;
  }
}
.local-flex-btn-anchor .box a {
  line-height: 1em;
  font-weight: 500;
  border-radius: 5px;
  background-color: var(--btnColor);
  padding: 18px;
  display: block;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
}
.local-flex-btn-anchor .box a:before {
  font-size: 1.5em;
  font-family: "Phosphor" !important;
  content: "\e06c";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.local-flex-img-3 {
  justify-content: flex-start;
  gap: 30px;
}
.local-flex-img-3 .box {
  width: var(--flex3);
}
.local-flex-img-3 .box img {
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 .box {
    width: 100% !important;
  }
}

.form dt {
  border: none !important;
  padding: 30px 15px !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .form dt {
    padding-bottom: 0 !important;
  }
}
.form dd {
  border: none !important;
  padding: 30px 15px !important;
}
.form dl {
  border-bottom: 1px solid var(--paleColor);
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */