@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body.b-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
body.fixed {
  overflow: hidden;
  height: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
main {
  position: relative;
}
main .h1_box {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  width: 100%;
  margin: auto;
}
main .h1_box .h_tit br {
  display: none;
}

.column {
  padding: 0 0 80px 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 0 0 40px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .inner.column {
    padding-bottom: 30px;
  }
}
.inner.w1100 {
  max-width: 1100px;
}
.inner.w1000 {
  max-width: 1000px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 820px) {
  .pt100 {
    padding-top: 40px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .pb80 {
    padding-bottom: 30px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .pb100 {
    padding-bottom: 50px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.light_bg {
  background: #f9f9f9;
}

.light_bg2 {
  background: #f4f8f6;
}

.nobg {
  background: unset !important;
}

.main_color {
  color: #b35092;
}

.sub_color {
  color: #1c7342;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  position: relative;
  line-height: 1.4;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  background: #b35092;
  padding: 15px 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}

.close_btn {
  display: block;
  padding: 6px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #b35092;
  position: relative;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .close_btn {
    padding: 6px 10px;
  }
}

.more_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  /* ホバーエフェクト */
}
.more_btn text {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.more_btn .arrow_circle {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #1c7342;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.more_btn .arrow_circle .arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  left: -15px;
}
.more_btn .arrow_circle .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 20px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%);
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.more_btn .arrow_circle .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.more_btn:hover .arrow_circle {
  background-color: #b35092;
}
.more_btn:hover .arrow {
  transform: translateX(10px);
  opacity: 0;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
}

.sec_title {
  font-size: clamp(2.8rem, 3vw, 3.4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec_title {
    margin-bottom: 20px;
  }
}
.sec_title .color {
  color: #b35092;
}
.sec_title .medi {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec_title .medi {
    font-size: 0.7em;
  }
}
.sec_title .label {
  background: #1c7342;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
.sec_title .big {
  font-size: 1.1em;
}
.sec_title.mark:before {
  content: "";
  background: url(../img/common/title_mark.png);
  width: 158px;
  height: 60px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
.sec_title .flex {
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.archive_title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}
.archive_title .color {
  color: #b35092;
}
.archive_title .en {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.archive_title .en:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #1c7342;
  padding-right: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.catch {
  font-size: clamp(1.7rem, 4vw, 1.8rem);
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .catch {
    text-align: left;
  }
}

.breadcrumbs {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.1em 0 0.2em;
    overflow-x: scroll;
  }
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
  display: block;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    align-items: flex-end;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 5px;
    z-index: 800;
  }
  .footer_floating_sp .item {
    position: relative;
  }
  .footer_floating_sp .item a {
    display: block;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header {
    padding-top: 51px;
  }
}
#header.contact_header {
  border-bottom: 2px solid #b35092;
}
@media screen and (max-width: 1100px) {
  #header.contact_header .head_belt .inner {
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }
  #header.contact_header .head_belt .inner .head_l {
    max-width: 200px;
  }
  #header.contact_header .head_belt .inner .logo_area img {
    max-width: 200px;
  }
}
#header .head_belt {
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  background: #fff;
}
#header .head_belt.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 5px;
    border-bottom-width: 2px;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
    padding: 0;
  }
}
#header .head_belt .inner h1 {
  font-size: 1.2rem;
  font-weight: 400;
}
#header .head_belt .inner .logo_area {
  position: relative;
}
#header .head_belt .inner .logo_area img {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .logo_area img {
    max-width: 250px;
  }
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_r:not(.spin) {
    display: none;
  }
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: right;
}
#header .head_belt .inner .head_r .tel .flex {
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
#header .head_belt .inner .head_r .tel .tel_anime {
  height: 30px;
}
#header .head_belt .inner .head_r .tel .tel_num {
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: -1px;
}
#header .head_belt .inner .head_r .head_link {
  display: inline-block;
}
#header .head_belt .hurry_btn .head_f {
  background: #d72e2e;
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 45px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
}
#header .head_belt .hurry_btn .head_f::before {
  content: url(../img/common/hurry_icon.png);
  position: absolute;
  left: 15px;
  top: 30%;
}
#header .head_belt .hurry_btn .head_f::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
#header .head_belt .hurry_btn .head_f span {
  font-size: 1.4rem;
  display: block;
}
#header .head_belt .hurry_btn a {
  display: block;
}

body:not(.home) .head_belt {
  background: #fff;
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .navigation_sp {
    display: block;
  }
  .navigation_sp .nav_list_wrap {
    padding: 80px 20px;
    width: 100%;
    height: 100vh;
    background: #f7f7f7;
    text-align: center;
    right: 0;
    top: -200%;
    position: fixed;
    transition: all 0.3s;
    z-index: 800;
  }
  .navigation_sp .nav_list_wrap .title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_list_wrap .contact {
    margin-bottom: 30px;
  }
  .navigation_sp .nav_list_wrap .contact a {
    display: block;
    text-align: left;
    font-weight: 700;
    padding: 14px 10px 14px 55px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px #ccc;
    margin: 0 auto 10px;
    position: relative;
    font-size: 2rem;
    border: 1px solid;
  }
  .navigation_sp .nav_list_wrap .contact a:before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    font-size: 30px;
  }
  .navigation_sp .nav_list_wrap .contact a.tel {
    color: #d72e2e;
    background: #fdf5f5;
  }
  .navigation_sp .nav_list_wrap .contact a.tel .tel_anime {
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    height: 30px;
  }
  .navigation_sp .nav_list_wrap .contact a.tel .time {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
    padding-left: 1em;
  }
  .navigation_sp .nav_list_wrap .contact a.service {
    color: #4a75b7;
    background: #f6f8fb;
  }
  .navigation_sp .nav_list_wrap .contact a.service:before {
    content: "";
    background: url(../img/common/inquiry.svg);
    width: 35px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation_sp .nav_list_wrap .contact a.mail {
    color: #11137a;
    background: #f3f3f8;
  }
  .navigation_sp .nav_list_wrap .contact a.mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
  .navigation_sp .nav_list_wrap .contact a.line {
    padding: 0;
    border-color: #0ac654;
  }
  .navigation_sp .nav_list_wrap .contact a.line img {
    border-radius: 5px;
    overflow: hidden;
  }
  .navigation_sp .nav_list_wrap .nav_list {
    margin-bottom: 20px;
  }
  .navigation_sp .nav_list_wrap .nav_list .nav_item a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #aaa;
    text-align: left;
    position: relative;
  }
  .navigation_sp .nav_list_wrap .nav_list .nav_item:not(.accordion) a::after {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #666;
    font-size: 0.7em;
    position: absolute;
    right: 0.5em;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_list_wrap .nav_list .tgl_menu {
    display: none;
  }
  .navigation_sp .nav_list_wrap .nav_list .tgl_menu .nav_item a {
    padding-left: 1em;
  }
  .navigation_sp .nav_list_wrap .nav_list .tgl_menu .nav_item a::after {
    content: "\f0da";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
}
.navigation_sp .toggle_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .navigation_sp .toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 999;
  }
  .navigation_sp .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .navigation_sp .toggle_btn span:nth-child(1) {
    top: 35%;
  }
  .navigation_sp .toggle_btn span:nth-child(2) {
    top: 50%;
  }
  .navigation_sp .toggle_btn span:nth-child(3) {
    top: 65%;
  }
}
.navigation_sp.open .nav_list_wrap {
  top: 0;
  overflow-y: scroll;
}
.navigation_sp.open .toggle_btn span:nth-child(1) {
  transform: translateY(5px) rotate(-315deg);
}
.navigation_sp.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.navigation_sp.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width: 1100px) {
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .black_bg.open {
    opacity: 0.8;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    position: relative;
    border-top: 2px solid #ded4db;
    border-bottom: 3px solid #b4117d;
    background: #fff;
    width: 100%;
  }
  .nav.fixed {
    position: fixed;
    top: 0;
  }
  .nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    position: relative;
  }
  .nav .nav_list .nav_item:last-of-type a {
    border-right: 1px solid #ccc;
  }
  .nav .nav_list .nav_item.home img {
    height: 24px;
  }
  .nav .nav_list .nav_item.home a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav .nav_list .nav_item a {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    border-left: 1px solid #ccc;
    font-weight: 700;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    z-index: 100;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    white-space: nowrap;
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    margin: 0 auto;
    padding: 5px 0;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    border: 0;
    text-align: left;
    display: block;
    padding: 0.5em 1em;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #b35092;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
}
/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__pagination {
  bottom: 15px;
}
.splide__pagination__page {
  border: 1px solid #ccc;
}
.splide__pagination__page.is-active {
  border: 1px solid #b35092;
  background: #b35092;
}
.splide__arrow {
  width: 40px;
  height: 40px;
  background: #b35092;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .splide__arrow svg {
    width: 1em;
  }
}
.splide__arrow--next {
  right: -20px;
}
@media screen and (max-width: 1100px) {
  .splide__arrow--next {
    right: -10px;
  }
}
.splide__arrow--prev {
  left: -20px;
}
@media screen and (max-width: 1100px) {
  .splide__arrow--prev {
    left: -10px;
  }
}
.splide__arrow svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}

.slide_wrap {
  position: relative;
}

.main_visual {
  text-align: center;
}

#main_slider_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main_slider_sp {
    display: block;
    overflow: hidden;
  }
}

.column_news {
  background-image: url(../img/common/news_bg.png);
  background-size: cover;
}
.column_news .inner {
  max-width: 1000px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 90px;
}
@media screen and (max-width: 820px) {
  .column_news .inner {
    padding: 40px 20px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .column_news .inner {
    padding: 20px;
    flex-direction: column;
  }
}
.column_news .title_wrap {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_news .title_wrap {
    width: 100%;
  }
  .column_news .title_wrap img {
    top: -50px;
    transform: scale(0.7);
    right: -30px;
    position: absolute;
  }
}
.column_news .title_wrap .sec_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_news .title_wrap .sec_title {
    margin-bottom: 0;
  }
}
.column_news .newslist {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .column_news .newslist {
    width: 100%;
  }
}
.column_news .newslist .news_row {
  margin-bottom: 30px;
}
.column_news .newslist .news_row .column_item {
  width: 100%;
  font-weight: 700;
  position: relative;
  border-bottom: 1px dashed #a97d9c;
}
.column_news .newslist .news_row .column_item:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  color: #1c7342;
}
.column_news .newslist .news_row .column_item a {
  display: block;
  padding: 10px 5px;
}
.column_news .newslist .news_row .column_item .date {
  display: inline-block;
  color: #a97d9c;
  font-size: 1.4rem;
}
.column_news .newslist .news_row .column_item .title {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .column_news .newslist .news_row .column_item .title {
    display: block;
    margin: 0;
  }
}
.column_news .newslist .btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .column_news .newslist .btn {
    margin: 0 auto;
  }
}

/*----------------------------------------------------
	CTA
----------------------------------------------------*/
.column_cta {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .column_cta {
    padding: 30px 15px;
  }
  .column_cta .inner {
    background: #fafafa;
    padding: 40px 20px 20px;
  }
}
.column_cta .cta_title {
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .column_cta .cta_title {
    margin-bottom: 20px;
  }
}
.column_cta .tel_wrap {
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .column_cta .tel_wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .column_cta .tel_wrap > img {
    position: absolute;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .column_cta .tel_wrap .tel {
    width: 100%;
  }
}
.column_cta .tel_wrap .tel .catch {
  color: #d72e2e;
  font-size: 2.1rem;
  position: relative;
  padding: 0 20px;
  font-weight: 700;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .column_cta .tel_wrap .tel .catch {
    text-align: center;
  }
}
.column_cta .tel_wrap .tel .catch:before, .column_cta .tel_wrap .tel .catch:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #d72e2e;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .column_cta .tel_wrap .tel .catch:before, .column_cta .tel_wrap .tel .catch:after {
    height: 50%;
    top: 40%;
  }
}
.column_cta .tel_wrap .tel .catch:before {
  left: 0;
  transform: rotate(-35deg);
}
.column_cta .tel_wrap .tel .catch:after {
  right: 0;
  transform: rotate(35deg);
}
.column_cta .tel_wrap .tel .flex {
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_cta .tel_wrap .tel .flex {
    background: #d72e2e;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 0 #9b1e1e;
    padding: 15px 10px;
    color: #fff;
  }
}
.column_cta .tel_wrap .tel .tel_anime {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .column_cta .tel_wrap .tel .tel_anime svg {
    fill: #fff;
  }
}
.column_cta .tel_wrap .tel .tel_num {
  font-size: clamp(6rem, 4vw, 7.5rem);
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.column_cta .tel_wrap .tel .tel_text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.column_cta .tel_wrap .tel .tel_text .mini {
  font-size: 0.8em;
}
.column_cta .tel_wrap .tel .time {
  font-size: 1.9rem;
  background: #eee;
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px;
  font-weight: 700;
}
.column_cta .cta_wrap {
  justify-content: center;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_cta .cta_wrap {
    flex-direction: column;
  }
}

/*----------------------------------------------------
	特長コーナー
----------------------------------------------------*/
.front_greeting {
  overflow: unset;
  background: #f7f7f7;
}
.front_greeting:before {
  content: "";
  max-width: 1413px;
  height: 829px;
  background: url(../img/top/greeting_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 6%;
  margin: auto;
}
.front_greeting .bg_r {
  position: absolute;
  right: 0;
  top: 11%;
  width: 30vw;
  max-width: 493px;
}
@media screen and (max-width: 1500px) {
  .front_greeting .bg_r {
    top: 6%;
  }
}
@media screen and (max-width: 820px) {
  .front_greeting .bg_r {
    top: 2%;
    width: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .bg_r {
    top: 19%;
  }
}
.front_greeting .bg_l {
  position: absolute;
  left: 0;
  top: 16%;
  width: 30vw;
  max-width: 477px;
}
@media screen and (max-width: 1500px) {
  .front_greeting .bg_l {
    top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .bg_l {
    top: 11.5%;
    width: 30vw;
  }
}
.front_greeting .wrap {
  padding-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .front_greeting .wrap {
    padding-bottom: 20%;
  }
}
.front_greeting .banner_list {
  top: -50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front_greeting .banner_list {
    margin: 0 auto 10px;
  }
}
.front_greeting .symbol {
  display: block;
  margin: 0 auto 60px;
  width: 180px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
@media screen and (max-width: 820px) {
  .front_greeting .symbol {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .symbol {
    width: 80px;
    margin-bottom: 30px;
  }
}
.front_greeting .greeting_title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 60px;
}
.front_greeting .greeting_title .main_color {
  font-size: 1.1em;
}
.front_greeting .greeting_lead {
  position: relative;
  text-align: center;
  padding: 15px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .front_greeting .greeting_lead {
    text-align: left;
  }
}
.front_greeting .greeting_lead:before, .front_greeting .greeting_lead:after {
  content: "";
  width: 55px;
  height: 20px;
  background-image: radial-gradient(#1c7342 30%, transparent 24%);
  background-position: 17px 18px;
  background-size: 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.front_greeting .greeting_lead:after {
  top: unset;
  bottom: -20px;
}
.front_greeting .service_list__wrap {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list__wrap {
    margin-bottom: 30px;
  }
}
.front_greeting .service_list__wrap:before {
  content: "";
  width: 90%;
  height: 222px;
  background: #fffdf6;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list__wrap:before {
    height: 90%;
    bottom: -5%;
  }
}
.front_greeting .service_list__wrap:nth-child(2):before {
  left: unset;
  right: 0;
}
.front_greeting .service_list__wrap:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list__wrap:last-of-type {
    margin-bottom: 40px;
  }
}
.front_greeting .service_list .inner.flex {
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .front_greeting .service_list .inner.flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list .inner.flex {
    flex-direction: column;
    gap: 30px;
  }
}
.front_greeting .service_list .item {
  width: calc(50% - 15px);
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list .item {
    width: 100%;
  }
}
.front_greeting .service_list .item:nth-child(2) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list .item:nth-child(2) {
    padding: 0;
  }
}
.front_greeting .service_list .item .title {
  color: #fff;
  border-radius: 50px;
  padding: 8px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.front_greeting .service_list .item img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.front_greeting .service_list .item .lead {
  margin-bottom: 1em;
}
.front_greeting .service_list .item.jumoku .title {
  background: #b35092;
}
.front_greeting .service_list .item.bochi .title {
  background: #565040;
}
.front_greeting .service_list .item.sougi .title {
  background: #60336f;
}
.front_greeting .service_list .item.hoji .title {
  background: #324070;
}
.front_greeting .service_list .item:hover .arrow_circle {
  background-color: #b35092;
}
.front_greeting .service_list .item:hover .arrow {
  transform: translateX(10px);
  opacity: 0;
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  font-size: 1.5rem;
  padding: 60px 0 0;
}
@media screen and (max-width: 1400px) {
  #footer {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 820px) {
  #footer {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 0;
  }
}
#footer .footer_wrap {
  align-items: flex-start;
  margin-bottom: 100px;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap {
    padding: 0 2%;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 30px;
  }
}
#footer .footer_wrap .logo {
  display: block;
  width: 300px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .logo {
    width: 100%;
  }
}
#footer .footer_wrap .adrs {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .adrs {
    text-align: center;
  }
}
#footer .footer_wrap .linkbtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .linkbtn {
    margin: 0 auto;
  }
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu {
    margin: 0;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
    text-align: center;
  }
}
#footer .footer_wrap .footer_menu li {
  padding-bottom: 1rem;
  font-weight: 700;
}
#footer .footer_wrap .footer_menu li.child_link {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu li.child_link {
    padding: 0 0 1em;
  }
}
#footer .footer_wrap .footer_menu li.recruit {
  padding: 30px 0 0;
}
#footer .footer_wrap .footer_menu li.recruit img {
  max-width: 187px;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  background: #b35092;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    padding: 5px 5px 60px;
  }
}
#footer.contact {
  padding: 0;
}
#footer.contact .copy {
  padding: 5px;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list.front {
  padding-bottom: 0;
}
.column_plan_list .catch {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .column_plan_list .catch {
    margin-bottom: 30px;
  }
}
.column_plan_list .caution {
  font-size: 1.5rem;
}
.column_plan_list .plan_box {
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box {
    flex-direction: column;
  }
}
.column_plan_list .plan_box .box {
  width: calc(33.3333333333% - 15px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box .box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box .box {
    width: 100%;
  }
}
.column_plan_list .plan_box .box:hover {
  opacity: 0.9;
}
.column_plan_list .plan_box .box a {
  display: block;
  position: relative;
  z-index: 2;
}
.column_plan_list .plan_box .box a:hover {
  opacity: 1;
}
.column_plan_list .plan_box .box .plan_box_info_wrap {
  padding: 15px;
}
.column_plan_list .plan_box .box .plan_box_catch {
  text-align: center;
  background: #fff;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 15px;
}
.column_plan_list .plan_box .box .plan_box_title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(3rem, 4vw, 3.8rem);
  margin-bottom: 15px;
  line-height: 1.2;
}
.column_plan_list .plan_box .box .plan_box_img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_plan_list .plan_box .box .plan_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_plan_list .plan_box .box .plan_box_price {
  text-align: center;
}
.column_plan_list .plan_box .box .plan_box_price .untax {
  letter-spacing: -1px;
  font-size: 5.6rem;
  color: #c94a4a;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 10px;
}
.column_plan_list .plan_box .box .plan_box_price .untax .num {
  font-family: "Oswald", sans-serif;
}
.column_plan_list .plan_box .box .plan_box_price .untax .yen {
  font-size: 0.5em;
  position: relative;
}
.column_plan_list .plan_box .box .plan_box_price .untax .yen .tax {
  font-size: 0.5em;
  position: absolute;
  top: -50%;
  left: 0;
}
.column_plan_list .plan_box .box .plan_box_price .taxin {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px;
}
.column_plan_list .plan_box .box .plan_box_price .taxin .num {
  font-size: 1.1em;
  font-family: "Oswald", sans-serif;
}
.column_plan_list .plan_box .box .plan_inset {
  gap: 5px;
  flex-wrap: wrap;
}
.column_plan_list .plan_box .box .plan_inset .item {
  width: calc(33.3333333333% - 5px);
  background: #b1b1b1;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box .box .plan_inset .item {
    font-size: 1.5rem;
  }
}
.column_plan_list .plan_box .box .plan_inset .item.in {
  background: #c95b20;
}
.column_plan_list .plan_box .box .plan_inset .item br {
  display: none;
}
.column_plan_list .plan_box .box .more {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.column_plan_list .plan_box .box .more:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.column_plan_list .plan_box .box.plan_goudo {
  position: relative;
}
.column_plan_list .plan_box .box.plan_goudo:before {
  content: "";
  width: 100%;
  height: 30%;
  background: #b06356;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.column_plan_list .plan_box .box.plan_goudo .plan_box_catch {
  color: #b06356;
}
.column_plan_list .plan_box .box.plan_goudo .more {
  background: #b06356;
}
.column_plan_list .plan_box .box.plan_kobetsu {
  position: relative;
}
.column_plan_list .plan_box .box.plan_kobetsu:before {
  content: "";
  width: 100%;
  height: 30%;
  background: #4e8b54;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.column_plan_list .plan_box .box.plan_kobetsu .plan_box_catch {
  color: #4e8b54;
}
.column_plan_list .plan_box .box.plan_kobetsu .more {
  background: #4e8b54;
}
.column_plan_list .plan_box .box.plan_funeral {
  position: relative;
}
.column_plan_list .plan_box .box.plan_funeral:before {
  content: "";
  width: 100%;
  height: 30%;
  background: #29466e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.column_plan_list .plan_box .box.plan_funeral .plan_box_catch {
  color: #29466e;
}
.column_plan_list .plan_box .box.plan_funeral .more {
  background: #29466e;
}

/*----------------------------------------------------
	特長
----------------------------------------------------*/
.front_feature {
  counter-reset: number2 0;
}
.front_feature .catch {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .front_feature .catch {
    margin-bottom: 30px;
  }
}
.front_feature .f_links {
  gap: 10px;
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 85px;
  counter-reset: number 0;
}
@media screen and (max-width: 1100px) {
  .front_feature .f_links {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .front_feature .f_links {
    flex-direction: column;
  }
}
.front_feature .f_links:before {
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  background-image: repeating-linear-gradient(-45deg, #b35092, #b35092 8px, #bb629d 8px, #bb629d 9px);
  height: 60%;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .front_feature .f_links:before {
    height: 90%;
  }
}
.front_feature .f_links .item {
  width: calc(20% - 5px);
  background: #fff;
  border-radius: 4px;
  background-image: url(../img/top/f_mark.png);
  background-position: 95% 95%;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(177, 52, 107, 0.1);
}
@media screen and (max-width: 1100px) {
  .front_feature .f_links .item {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .front_feature .f_links .item {
    width: 100%;
    background-position: 90% 90%;
  }
}
.front_feature .f_links .item a {
  display: block;
  padding: 10px 10px 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .front_feature .f_links .item a {
    display: flex;
    gap: 10px;
    padding: 10px;
  }
}
.front_feature .f_links .item a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 23px solid #fff;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .front_feature .f_links .item a:after {
    border-top-color: #ccc;
    bottom: 10px;
    left: unset;
    right: 5px;
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-width: 12px;
  }
}
.front_feature .f_links .item a img {
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .front_feature .f_links .item a img {
    width: 20%;
    aspect-ratio: 1/1;
  }
}
.front_feature .f_links .item a .title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .front_feature .f_links .item a .title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    padding: 0;
  }
}
.front_feature .f_links .item a .title:before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 80px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  border-radius: 80px;
  color: #b35092;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.8rem, 4vw, 3.2rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .front_feature .f_links .item a .title:before {
    position: unset;
    margin: 0;
    width: unset;
    height: unset;
    line-height: 1;
  }
}
.front_feature .feature_box {
  align-items: center;
  gap: 0;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box {
    flex-direction: column;
    max-width: 600px;
  }
}
.front_feature .feature_box:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .front_feature .feature_box:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.front_feature .feature_box figure {
  width: 53%;
}
@media screen and (max-width: 1100px) {
  .front_feature .feature_box figure {
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box figure {
    width: 94%;
  }
}
.front_feature .feature_box figure img {
  width: 100%;
}
.front_feature .feature_box .info {
  flex: 1;
  height: 360px;
  padding: 50px;
  border-bottom: 7px solid #b35092;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box .info {
    width: 94%;
    padding: 20px;
  }
}
.front_feature .feature_box .info .title {
  position: relative;
  padding-left: 100px;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  line-height: 1.2;
  color: #b4117d;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .front_feature .feature_box .info .title {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .front_feature .feature_box .info .title {
    padding-left: 45px;
    margin-bottom: 15px;
  }
}
.front_feature .feature_box .info .title:before {
  counter-increment: number2 1;
  content: "0" counter(number2);
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  font-size: 7.2rem;
  line-height: 1;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  color: initial;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .front_feature .feature_box .info .title:before {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .front_feature .feature_box .info .title:before {
    font-size: 3rem;
  }
}
.front_feature .feature_box .info .pet {
  position: absolute;
  bottom: -40px;
  right: 10px;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box .info .pet {
    transform: scale(0.5);
    right: unset;
    left: -40px;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .front_feature .feature_box .info .pet {
    display: none;
  }
}
.front_feature .feature_box .info .pet.cat {
  bottom: -60px;
  right: 30px;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box .info .pet.cat {
    right: -80px;
    left: unset;
  }
}
.front_feature .feature_box .info .lead {
  margin-bottom: 20px;
}
.front_feature .feature_box .info .more {
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  color: #b4117d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 10px 50px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box .info .more {
    margin: 0 auto;
  }
}
.front_feature .feature_box .info .more:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.front_feature .feature_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box:nth-child(odd) {
    flex-direction: column;
  }
}
.front_feature .feature_box:nth-child(odd) .pet {
  right: unset;
  left: 10px;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_box:nth-child(odd) .pet {
    left: unset;
    right: -50px;
  }
}
.front_feature .feature_box:last-of-type .pet {
  right: unset;
}

.front_slider .splide__slide {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 5px;
}
.front_slider .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	施設案内
----------------------------------------------------*/
.column_access {
  background: #f7f7f7;
  padding: 80px 0 100px;
}
@media screen and (max-width: 820px) {
  .column_access {
    padding: 80px 0 40px;
  }
}
.column_access:before, .column_access:after {
  content: "";
  width: 50vw;
  height: 780px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #f0e6ed;
}
.column_access:after {
  left: unset;
  right: 0;
  top: unset;
  bottom: 50px;
}
.column_access .inner {
  background: #fff;
  position: relative;
  padding: 60px 90px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .column_access .inner {
    padding: 40px 15px 30px;
    width: 94%;
  }
}
.column_access .inner .access_title {
  position: absolute;
  background: #b35092;
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.4rem);
  padding: 10px 30px;
  border-radius: 4px;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  margin: auto;
  left: 0;
  right: 0;
  top: -25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
.column_access .inner .access_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #b35092;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
.column_access .intro_wrap {
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_access .intro_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_access .intro_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.column_access .intro_wrap img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_access .intro_wrap img {
    width: 100%;
  }
}
.column_access .intro_wrap .info {
  width: 50%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .column_access .intro_wrap .info {
    width: 100%;
    padding-top: 0;
  }
}
.column_access .intro_wrap .info .access_catch {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.column_access .intro_wrap .info .access_catch:after {
  content: url(../img/common/foot.png);
  position: absolute;
  right: -70px;
  bottom: 0;
}
.column_access .intro_wrap .info .access_catch .color {
  color: #b4117d;
}
.column_access .intro_wrap .info .lead {
  line-height: 2;
  margin-bottom: 30px;
}
.column_access .intro_wrap .info .btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .column_access .intro_wrap .info .btn {
    margin: 0 auto;
  }
}
.column_access .map_wrap {
  margin-bottom: 50px;
}
.column_access .access_wrap {
  background: #faf9f9;
  padding: 60px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_access .access_wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_access .access_wrap {
    flex-direction: column;
  }
}
.column_access .access_wrap:before {
  content: url(../img/common/cat.png);
  position: absolute;
  bottom: -30px;
  left: -30px;
}
@media screen and (max-width: 820px) {
  .column_access .access_wrap:before {
    bottom: -70px;
    left: -40px;
    transform: scale(0.5);
  }
}
.column_access .access_wrap:after {
  content: url(../img/common/bird.png);
  position: absolute;
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 820px) {
  .column_access .access_wrap:after {
    top: -60px;
    right: -50px;
    transform: scale(0.5);
  }
}
.column_access .access_wrap .access_left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_access .access_wrap .access_left {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .column_access .access_wrap .access_left {
    width: 100%;
  }
}
.column_access .access_wrap .access_left img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .column_access .access_wrap .access_left img {
    width: 200px;
  }
}
.column_access .access_wrap .access_left .lead {
  margin-bottom: 20px;
}
.column_access .access_wrap .access_right {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .column_access .access_wrap .access_right {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .column_access .access_wrap .access_right {
    width: 100%;
  }
}
.column_access .access_wrap .access_right .title {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 1.7rem;
}

/*----------------------------------------------------
	コラム
----------------------------------------------------*/
.columnn_column {
  background-image: url(../img/common/colum_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 820px) {
  .columnn_column {
    background-size: 100% 50%;
  }
}
.columnn_column .splide__news {
  margin-bottom: 40px;
}
.columnn_column .splide__slide {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .columnn_column .splide__slide {
    padding: 10px;
  }
}
.columnn_column .splide__slide a {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 30px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(177, 52, 107, 0.1);
}
.columnn_column .splide__slide a .img_box {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #fafafa;
  margin-bottom: 15px;
}
.columnn_column .splide__slide a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.columnn_column .splide__slide a .date {
  color: #a97d9c;
  font-size: 1.4rem;
  font-weight: 700;
}
.columnn_column .splide__slide a .title {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px dashed #a97d9c;
  margin-bottom: 5px;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: 1px solid #b4117d;
}
.faq_wrap:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq_wrap .question {
  position: relative;
}
.faq_wrap .question .question_mark {
  position: absolute;
  content: "Q";
  display: inline-block;
  color: #b35092;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  left: 20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question .question_mark {
    left: 10px;
  }
}
.faq_wrap .question .open_btn {
  position: relative;
  border: unset;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 20px 20px 20px 60px;
  background: #fbecf6;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question .open_btn {
    padding: 10px 35px 10px 40px;
  }
}
.faq_wrap .answer {
  padding: 20px 20px 20px 60px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer {
    padding: 10px 10px 10px 40px;
  }
}
.faq_wrap .answer .answer_mark {
  position: absolute;
  counter-increment: number;
  content: "A";
  display: inline-block;
  color: #4a75b7;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  left: 20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer .answer_mark {
    left: 10px;
  }
}
.faq_wrap .answer a {
  text-decoration: underline;
  color: #b35092;
}
.faq_wrap .title {
  margin-bottom: 20px;
}

.accordion .open_btn {
  position: relative;
  cursor: pointer;
  border: unset;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 20px 20px 20px 60px;
  background: unset;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn {
    padding: 10px 35px 10px 40px;
  }
}
.accordion .open_btn:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn:before {
    width: 20px;
  }
}
.accordion .open_btn:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 21px;
  transition: all 0.3s;
  width: 2px;
  height: 24px;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn:after {
    height: 20px;
    right: 19px;
  }
}
.accordion .open_btn.open::after {
  transform: rotate(270deg);
  opacity: 0;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 70px;
    right: 10px;
  }
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #b35092;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

body.page-template-form #pagetop {
  bottom: 30px;
}

.fixed_bnrs_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 80;
}
.fixed_bnrs_sp .floating_list {
  gap: 5px;
}
.fixed_bnrs_sp .floating_list .item {
  flex: 1;
  border-radius: 5px;
}
.fixed_bnrs_sp .floating_list .item.tel {
  background: #d72e2e;
}
.fixed_bnrs_sp .floating_list .item.inquiry {
  background: #4a75b7;
}
.fixed_bnrs_sp .floating_list .item.contact {
  background: #ff8a4f;
}
.fixed_bnrs_sp .floating_list .item a {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  padding: 8px 0;
  display: block;
}
.fixed_bnrs_sp .floating_list .item a .mini {
  font-size: 1.3rem;
  display: block;
}
.fixed_bnrs_sp .floating_list .item a .big {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime {
  width: 30px;
  height: 30px;
}
.tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #d72e2e;
}
.tel_anime svg .line1 {
  -webkit-animation: fillAnimation1 infinite ease 1.5s;
          animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  -webkit-animation: fillAnimation2 infinite ease 1.5s;
          animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  -webkit-animation: fillAnimation3 infinite ease 1.5s;
          animation: fillAnimation3 infinite ease 1.5s;
}
@-webkit-keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

@media screen and (max-width: 1100px) {
  .plan_comparison .table_wrap {
    overflow-y: scroll;
  }
}
.plan_comparison .comparison {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  max-width: 1200px;
}
.plan_comparison .comparison .con_title {
  background: #f7eef4;
  font-size: 1.8rem;
}
.plan_comparison .comparison .plan_title {
  background: #eee;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.plan_comparison .comparison th,
.plan_comparison .comparison td {
  border: 1px solid #ccc;
  padding: 1em;
  white-space: nowrap;
}
.plan_comparison .comparison .price_cell {
  font-weight: 700;
}
.plan_comparison .comparison .price_cell .num {
  font-size: 1.2em;
  line-height: 1;
}
.plan_comparison .comparison .price_cell .ippan {
  font-weight: 700;
  margin-bottom: 10px;
}
.plan_comparison .comparison .price_cell .club_notax {
  color: #d72e2e;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan_comparison .comparison .price_cell .club_notax .num {
  font-size: 2.5em;
}
.plan_comparison .comparison .discount {
  color: #d72e2e;
}
.plan_comparison .comparison .discount .num {
  font-size: 2em;
  line-height: 1;
}
.plan_comparison .comparison .flow {
  text-align: center;
  gap: 5px;
  justify-content: center;
}
.plan_comparison .comparison .flow li {
  font-size: 1.8rem;
  padding: 10px;
  background: #eee;
  writing-mode: vertical-rl;
}
/*# sourceMappingURL=common.css.map */