@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 91.875rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.95em;
  line-height: 1.6em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-20 {
  font-size: max(1.25rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__fsiz-20 {
    font-size: 1.05em;
  }
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__ttlstyle01 span.__en {
  color: #df6b71;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.95em;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  font-weight: 500;
  font-size: max(2.5rem, 2em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.5em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
}

.__ttlstyle02 {
  text-align: center;
}
.__ttlstyle02::after {
  content: "";
  display: block;
  width: 9em;
  aspect-ratio: 20/1;
  background-image: url(../images/dot-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02::after {
    width: 6em;
  }
}
.__ttlstyle02 span.__en {
  color: #df6b71;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: 0.95em;
  }
}
.__ttlstyle02 span.__jp {
  display: block;
  font-weight: 500;
  font-size: max(2.25rem, 1.75em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: 1.375em;
  }
}

.__ttlstyle03 {
  display: flex;
  align-items: flex-start;
}
.__ttlstyle03::before {
  color: #df6b71;
  content: "\f219";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}

a.__txtlink {
  font-size: 1em;
  color: #df6b71;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
@media screen and (min-width: 992px) {
  .__hover-style:hover {
    opacity: 0.6;
  }
}

.__linkbtn01 a, .__linkbtn01 button {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  font-weight: 500;
  margin-right: 1em;
}
.__linkbtn01 a span.__btn, .__linkbtn01 button span.__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__btn, .__linkbtn01 button span.__btn {
    width: 2.4em;
  }
}
.__linkbtn01 a span.__btn::before, .__linkbtn01 button span.__btn::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ec6e75;
  transition: all 0.24s ease;
}
.__linkbtn01 a span.__btn .__arrow, .__linkbtn01 button span.__btn .__arrow {
  display: block;
  width: 0.6em;
  aspect-ratio: 1/1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-right: 10%;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__btn .__arrow, .__linkbtn01 button span.__btn .__arrow {
    width: 0.4em;
  }
}
.__linkbtn01 a:hover span.__btn::before, .__linkbtn01 button:hover span.__btn::before {
  width: 90%;
  height: 90%;
  background-color: #f5d3d5;
}
.__linkbtn01 a:hover span.__btn .__arrow, .__linkbtn01 button:hover span.__btn .__arrow {
  border-top-color: #df6b71;
  border-right-color: #df6b71;
}
.__linkbtn01.__newwin a span.__btn i, .__linkbtn01.__newwin button span.__btn i {
  color: #fff;
  font-size: 0.8em;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-right: 0;
  margin-left: 1em;
}
.__linkbtn01.__back a span.__btn::before, .__linkbtn01.__back button span.__btn::before {
  background-color: #666666;
}
.__linkbtn01.__back a span.__btn .__arrow, .__linkbtn01.__back button span.__btn .__arrow {
  transform: rotate(-135deg);
  margin-right: 0;
  margin-left: 10%;
}
.__linkbtn01.__back a:hover span.__btn::before, .__linkbtn01.__back button:hover span.__btn::before {
  background-color: #333;
}
.__linkbtn01.__back a:hover span.__btn .__arrow, .__linkbtn01.__back button:hover span.__btn .__arrow {
  border-top-color: #fff;
  border-right-color: #fff;
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  color: #fff;
  background-color: #ec6e75;
  border-radius: 50vh;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1em;
  padding: 0.6em 2em 0.7em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a {
    font-size: 0.85em;
    padding: 0.8em 2em 0.9em;
  }
}
.__linkbtn02 a img {
  display: inline-block;
  width: 0.6em;
  height: auto;
  margin-left: 0.6em;
}
.__linkbtn02 a:hover {
  background-color: #e9989c;
}

.__img-style {
  position: relative;
}
.__img-style::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/fluid-shape.png);
  background-size: cover;
}
.__img-style img {
  aspect-ratio: 1.6/1;
  -webkit-mask: url(../images/fluid-shape.svg) no-repeat center/100% 100%;
          mask: url(../images/fluid-shape.svg) no-repeat center/100% 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__img-style.__white::after {
  background-image: url(../images/fluid-shape_white.png);
}

.__deco-item {
  position: absolute;
  z-index: -1;
}
.__deco-item img {
  width: 100%;
  height: auto;
}

.__bg-wave::after {
  content: "";
  width: 100%;
  background-color: #f7f6f5;
}
.__bg-wave img {
  width: 100%;
  height: auto;
}
.__bg-wave.__01::after {
  display: block;
}
.__bg-wave.__02 {
  background-color: #fff;
}
.__bg-wave.__02 img {
  transform: scaleY(-1);
}
.__bg-wave.__03 {
  background-color: #fff;
}

.__cate-style {
  color: #df6b71;
  background-color: #fff;
  border: solid 1px #df6b71;
  border-radius: 50vh;
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.2em;
}
@media screen and (max-width: 767px) {
  .__cate-style {
    font-size: 0.85em;
    padding: 0.6em 1.2em;
  }
}
.__cate-style.__current {
  pointer-events: none;
  color: #fff;
  background-color: #df6b71;
}

.news-list ul .news-list-item {
  padding: 3em 0;
  border-bottom: solid 1px #d1d1d1;
}
.news-list ul .news-list-item:nth-of-type(1) {
  padding-top: 0;
}
.news-list ul .news-list-item .news-info {
  display: flex;
  align-items: center;
}
.news-list ul .news-list-item .news-info .__date {
  font-weight: 600;
  font-size: 0.95em;
}
.news-list ul .news-list-item .news-info .__cate {
  font-size: 0.8em;
  padding: 0.6em 1.2em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .news-list ul .news-list-item .news-info .__cate {
    font-size: 0.75em;
  }
}
.news-list ul .news-list-item .news-info .__new {
  color: #d4212b;
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 1em;
}
.news-list ul .news-list-item .news-content {
  margin-top: 1em;
}
.news-list ul .news-list-item .news-content a {
  display: inline;
}

.__calendar-style table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #ebeae8;
  border-radius: max(0.625rem, 6px);
  overflow: clip;
  font-size: min(1.375rem, 1em);
}
@media screen and (max-width: 1199px) {
  .__calendar-style table {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__calendar-style table {
    font-size: 0.9em;
  }
}
.__calendar-style tr td.__no-border-right, .__calendar-style tr th.__no-border-right {
  border-right: none;
}
.__calendar-style tr.__border-bottom td {
  border-bottom: solid 1px #ebeae8;
}
.__calendar-style td, .__calendar-style th {
  text-align: center;
  vertical-align: middle;
  padding: 0.8em;
  border-right: 1px solid #ebeae8;
}
.__calendar-style th {
  color: #fff;
  background-color: #df6b71;
  font-weight: 500;
  font-size: max(1rem, 0.9em);
  line-height: 1em;
}
.__calendar-style td {
  background-color: #fff;
}
.__calendar-style td.__time {
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding: 1em 0.8em;
}
@media screen and (max-width: 1199px) {
  .__calendar-style td.__time {
    padding: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .__calendar-style td.__time {
    font-size: min(3.6vw, 1em);
    padding: 0.8em 0.6em;
  }
}
.__calendar-style td.__time span.__note {
  display: block;
  font-size: 0.8em;
}
.__calendar-style td.__mark {
  color: #df6b71;
  font-weight: 700;
  font-size: max(1.125rem, 0.9em);
}
.__calendar-style p {
  font-weight: 500;
  font-size: 0.9em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__calendar-style p {
    font-size: 0.8em;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translateY(8px);
  transition: 0.6s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1359px) {
  header {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(223, 107, 113, 0.12);
  }
}
header.__scroll {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(223, 107, 113, 0.12);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em max(1.875rem, 20px);
}
@media screen and (max-width: 1359px) {
  header .header-inner {
    padding: 1.2em 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 1em 14px;
  }
}
@media screen and (max-width: 1359px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  flex-shrink: 0;
  width: 360px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 324px;
  }
}
@media screen and (max-width: 1359px) {
  header .header-logo {
    width: 243px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 189px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1359px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1359px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1359px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu {
    background-color: #eee;
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    padding-top: 72px;
    padding-bottom: 40px;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1359px) {
  header .header-menu .header-menu-inner {
    display: block;
    padding: 0 1.6em;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu .left-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1359px) {
  header .header-menu .left-content {
    display: block;
  }
}
header .header-menu .left-content nav {
  order: 2;
  margin-top: 0.48em;
}
header .header-menu .left-content nav ul {
  display: flex;
}
@media screen and (max-width: 1359px) {
  header .header-menu .left-content nav ul {
    display: block;
  }
}
header .header-menu .left-content nav ul li a {
  font-size: max(1rem, 0.95em);
  margin: 0 1em;
  padding: 0.24em 0;
}
@media screen and (max-width: 1359px) {
  header .header-menu .left-content nav ul li a {
    margin: 1em 0;
    padding: 0.6em 0;
    border-bottom: solid 1px #fff;
  }
}
header .header-menu .left-content nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu .left-content nav ul li.__current a {
  pointer-events: none;
  color: #ec6e75;
}
header .header-menu .left-content .top-content {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  order: 1;
  margin-top: 0.4em;
}
@media screen and (max-width: 1359px) {
  header .header-menu .left-content .top-content {
    display: block;
    margin-top: 2em;
  }
}
header .header-menu .left-content .top-content .tel-wrap {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: max(1.6875rem, 1.375em);
  line-height: 1em;
}
header .header-menu .left-content .top-content .tel-wrap img {
  display: inline-block;
  width: 1em;
  height: auto;
  margin-right: 0.4em;
}
header .header-menu .left-content .top-content .tel-wrap a {
  display: inline;
  font-size: 1em;
}
header .header-menu .left-content .top-content .access-link {
  margin-left: 1.6em;
}
@media screen and (max-width: 1359px) {
  header .header-menu .left-content .top-content .access-link {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
header .header-menu .right-content {
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border: solid 1px #ec6e75;
  border-radius: max(0.625rem, 6px);
  padding: 0.6em;
  margin-left: 2em;
}
@media screen and (max-width: 1359px) {
  header .header-menu .right-content {
    padding: 0.6em 1em 1em;
    margin-left: 0;
    margin-top: 2.4em;
  }
}
header .header-menu .right-content dl {
  display: flex;
  align-items: center;
  font-size: max(0.875rem, 0.85em);
}
@media screen and (max-width: 1359px) {
  header .header-menu .right-content dl {
    display: block;
    font-size: max(1rem, 0.9em);
  }
}
header .header-menu .right-content dl dt {
  color: #ec6e75;
  font-weight: 700;
  font-size: 1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1359px) {
  header .header-menu .right-content dl dt {
    font-size: 0.95em;
    writing-mode: initial;
  }
}
header .header-menu .right-content dl dd {
  font-weight: 500;
  font-size: 0.95em;
  margin-left: 0.4em;
  padding-left: 0.8em;
  margin-right: 0.4em;
  border-left: solid 1px #f5d3d5;
}
@media screen and (max-width: 1359px) {
  header .header-menu .right-content dl dd {
    margin: 0;
    padding: 0;
    border-left: none;
    margin-top: 0.4em;
    padding-top: 0.4em;
    border-top: solid 1px #f5d3d5;
  }
}
header .header-menu .right-content dl dd span.__week {
  display: inline-block;
  width: 7em;
}

/* footer
---------------------------------------------------- */
footer {
  background-color: #f7f6f5;
}
footer .footer-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-top: 72px;
  }
}
footer .footer-inner .__ring {
  top: 0;
  left: 0;
  width: 6.25rem;
  margin-top: -12.5vw;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .__ring {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .__ring {
    width: 40px;
  }
}
footer .footer-inner .__illust {
  top: 0;
  right: 0;
  width: 18.75rem;
  margin-top: -12.5vw;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .__illust {
    width: 180px;
    margin-top: calc(-0.125 * 100vw * 0.8);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .__illust {
    width: 120px;
    margin-top: -10px;
  }
}
footer .footer-inner .footer-logo {
  width: 400px;
  margin-top: 1em;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-logo {
    width: 360px;
  }
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .footer-logo {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo {
    width: 240px;
  }
}
footer .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap {
    display: block;
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap {
    margin-top: 1em;
  }
}
footer .footer-inner .flex-wrap .left-content {
  width: calc(100% - max(50rem, 36em) - 5rem);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .left-content {
    width: 100%;
  }
}
footer .footer-inner .flex-wrap .left-content .footer-info p {
  font-size: max(1rem, 0.95em);
  margin-top: 0.6em;
  padding-left: 1.6em;
  border-left: solid 1px #df6b71;
}
footer .footer-inner .flex-wrap .left-content .footer-info p a {
  font-size: 1em;
  display: inline;
}
footer .footer-inner .flex-wrap .left-content .footer-access .map-wrap {
  background-color: #ebeae8;
  border: solid 1px #ebeae8;
  width: 100%;
  font-size: max(1rem, 0.95em);
  height: 14em;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .left-content .footer-access .map-wrap {
    width: 100%;
    height: 20em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .left-content .footer-access .map-wrap {
    height: 16em;
  }
}
footer .footer-inner .flex-wrap .left-content .footer-access .map-wrap iframe {
  width: 100%;
  height: 100%;
}
footer .footer-inner .flex-wrap .left-content .footer-access .access-link {
  margin-top: 1em;
  margin-left: auto;
}
footer .footer-inner .flex-wrap .right-content {
  width: max(50rem, 36em);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .right-content {
    width: 100%;
    margin-top: 2em;
  }
}
footer .footer-inner .flex-wrap .right-content .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner .flex-wrap .right-content .footer-menu ul li {
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
  margin-top: 0.4em;
}
footer .footer-inner .flex-wrap .right-content .footer-menu ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .right-content .footer-menu ul li {
    width: calc(50% - 0.5em);
  }
  footer .footer-inner .flex-wrap .right-content .footer-menu ul li:nth-of-type(3n) {
    margin-right: 1em;
  }
  footer .footer-inner .flex-wrap .right-content .footer-menu ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
footer .footer-inner .flex-wrap .right-content .footer-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #d1d1d1;
  font-size: max(1rem, 0.95em);
  padding: 0.6em 0;
}
footer .footer-inner .flex-wrap .right-content .footer-menu ul li a::after {
  content: "";
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  transform: rotate(45deg);
}
footer .footer-inner .flex-wrap .right-content .footer-calendar {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .right-content .footer-calendar {
    margin-top: 3em;
  }
}
footer .footer-inner .flex-wrap .right-content .footer-calendar table {
  font-size: max(1rem, 0.95em);
}
footer .copyright {
  transform: translateY(0);
  padding-bottom: 3em;
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding-bottom: 1em;
    margin-top: 2em;
  }
}
footer .copyright p {
  color: #666666;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    text-align: start;
    font-size: 0.75em;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 2em;
}
@media screen and (max-width: 1199px) {
  #pagetop {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 10px;
  }
}
#pagetop a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #df6b71;
  transition: all 0.24s ease;
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 52px;
    height: 52px;
  }
}
#pagetop a .__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16%;
  margin-top: 4%;
  aspect-ratio: 1/1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.24s ease;
}
#pagetop a:hover {
  background-color: #ec6e75;
}/*# sourceMappingURL=common.css.map */