@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: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body .b-fixed {
  position: fixed;
  width: 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
----------------------------------------------------*/
.column {
  padding: 80px 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 40px 0;
  }
}
.column--pdt {
  padding-top: 0;
}
.column--bg-top {
  padding-top: 20px;
  background: #f9f8f1;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .column--bg-top {
    margin-top: 32px;
  }
}
.column--bg-top:before {
  content: "";
  background: url(../img/common/wave.svg) no-repeat;
  width: 100%;
  height: 64px;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: -64px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .column--bg-top:before {
    height: 32px;
    top: -32px;
  }
}
.column--pdg {
  padding-top: 0;
  padding-bottom: 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .inner {
    padding: 0 15px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

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

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

.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;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  .pb160 {
    padding-bottom: 40px;
  }
}

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

.center_bnr {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  line-height: 1.2;
  padding: 20px 0;
  margin: 30px 0;
  background: #008e72;
  margin: 0 auto;
  display: block;
  position: relative;
  box-shadow: 3px 0 6px #9f9d9f;
}
.btn:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 1;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #008e72;
  position: relative;
}
@media screen and (max-width: 767px) {
  .close_btn {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
	TAB
----------------------------------------------------*/
.tab_wrap {
  position: relative;
  margin-top: 30px;
}
.tab_wrap .tab_btn {
  width: calc(25% - 0px);
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  padding: 5px;
  font-size: 1.8rem;
}
.tab_wrap .tab_btn:hover {
  cursor: pointer;
}
.tab_wrap .tab_btn.show {
  background: #008e72;
  color: #fff;
}
.tab_wrap .tab_btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .tab_wrap .tab_btn {
    width: calc(33.3333333333% - 0px);
  }
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_btn {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    width: 48%;
    text-align: center;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .tab_wrap .tab_btn.show {
    padding: 10px 0;
  }
}
.tab_wrap .tab_list {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab_wrap .panel_area {
  position: relative;
  border-top: 2px solid #ccc;
}
.tab_wrap .tab_contents {
  display: none;
}
.tab_wrap .tab_contents.show {
  display: block;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.sec_title {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #23160f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 10px;
  }
}
.sec_title--icon:before {
  content: "";
  background: url(../img/common/title.png);
  width: 240px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .sec_title--icon:before {
    width: 180px;
    height: 32px;
    margin-bottom: 20px;
  }
}
.sec_title .big {
  font-size: 1.1em;
}
.sec_title .medi {
  font-size: 0.7em;
}
.sec_title .color {
  color: #008e72;
}
.sec_title.noicon:before {
  content: none;
}

.fukidashi_title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: center;
  margin-bottom: 30px;
}
.fukidashi_title .big {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #008e72;
}
.fukidashi_title .red {
  color: #e21628;
}
.fukidashi_title .wrap {
  position: relative;
  display: inline-block;
}
.fukidashi_title .wrap:before {
  content: url(../img/common/fuku_left.png);
  left: -5%;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:before {
    left: -8%;
  }
}
.fukidashi_title .wrap:after {
  content: url(../img/common/fuku_right.png);
  right: -5%;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:after {
    right: -5%;
  }
}
.fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
    bottom: -10px;
  }
}

.catch {
  font-size: clamp(1.7rem, 4vw, 1.8rem);
  color: #505455;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .catch {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .catch--sp-left {
    text-align: left;
  }
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 10px 0 30px;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 15px;
    overflow-x: scroll;
    height: 2.5rem;
    white-space: nowrap;
  }
}

main {
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 40px;
  }
}
main .h1_box {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  main .h1_box {
    left: 1rem;
  }
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 80vw;
  }
}
main .h1_box .h_tit br {
  display: none;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs .btns_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #70625f;
  background-size: cover;
  padding: 13px 0;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr {
    padding: 0;
    height: 100px;
  }
}
.foot_fixed_bnr .flex {
  gap: 10px;
}
.foot_fixed_bnr .inner {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.foot_fixed_bnr .inner .lady {
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .inner .lady {
    position: static;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .foot_fixed_bnr .inner .telnum {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .inner .telnum {
    width: 24%;
  }
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    padding-bottom: env(safe-area-inset-bottom); /* iOSの安全域 */
    -webkit-tap-highlight-color: transparent;
  }
  .footer_floating_sp .time_attend {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  .footer_floating_sp .time_attend .time {
    color: #fff000;
  }
  .footer_floating_sp .flex {
    gap: 5px;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
  #header.scroll .menu-box_sp2 {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
  }
}
#header .head_links {
  background: #f2f2ef;
}
@media screen and (max-width: 767px) {
  #header .head_links {
    display: none;
  }
}
#header .head_links .inner {
  justify-content: flex-end;
  gap: 0;
  padding: 2px 0;
}
#header .head_links .inner li {
  font-size: 1.4rem;
}
#header .head_links .inner li:first-child a {
  border-right: 1px solid;
}
#header .head_links .inner li a {
  padding: 0 10px;
  line-height: 1;
  color: #535353;
}
#header .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#header .head_belt {
  background: #fff;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt {
    padding: 7px;
    height: 60px;
  }
}
#header .head_belt .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .h_tit {
    width: 80vw;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
    height: 100%;
  }
}
#header .head_belt .inner .head_l {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l {
    max-width: 200px;
    width: 100%;
  }
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_r {
  width: calc(100% - 320px);
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 15px;
}
#header .head_belt .inner .head_r--kyouka-none {
  justify-content: end;
}
#header .head_belt .inner .head_r .head_btn {
  border: 1px solid #008e72;
  border-radius: 4px;
  display: block;
  padding: 10px 25px 10px 10px;
  position: relative;
  font-size: 1.4rem;
}
#header .head_belt .inner .head_r .head_btn:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  color: #008e72;
}
#header .head_belt .inner .head_r .wrap {
  display: flex;
  gap: 20px;
}
#header .head_belt .inner .head_r .tel {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
#header .head_belt .inner .head_r .tel .tel_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
#header .head_belt .inner .head_r .tel .tel_anime {
  width: 30px;
  height: 30px;
}
#header .head_belt .inner .head_r .tel .tel_anime svg {
  fill: #008e72;
}
#header .head_belt .inner .head_r .tel .tel_num {
  display: flex;
  align-items: end;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  color: #e21628;
  font-family: "Oswald", sans-serif;
}
#header .head_belt .inner .head_r .tel .tel_num ruby {
  line-height: 1;
  display: flex;
  flex-direction: column-reverse;
}
#header .head_belt .inner .head_r .tel .tel_num ruby rt {
  font-size: 1.2rem;
  color: #333;
  line-height: 1;
  text-align: center;
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.2;
}
#header .head_belt .hurry_btn .head_f {
  background: #e21628;
  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;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}
#header.form_header .head_belt .inner {
  gap: 10px;
  flex-wrap: nowrap;
}
#header.form_header .head_belt .inner .head_r {
  width: auto;
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navigation_sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 999;
  }
  .navigation_sp.visible {
    width: 100vw;
  }
  .navigation_sp.visible .nav_flex > li {
    width: calc(25% - 0px);
  }
  .navigation_sp .nav_flex {
    background: #fafafa;
    gap: 0;
  }
  .navigation_sp .nav_flex > li {
    width: 100%;
  }
  .navigation_sp .nav_flex > li .link_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2rem;
    margin-bottom: 3px;
    color: #6b4f4a;
  }
  .navigation_sp .nav_flex .menu_btn {
    height: 60px;
    text-align: center;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .open_btn, .navigation_sp .nav_flex .menu_btn .link_txt .home_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .close {
    background: #6b4f4a;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    right: 0;
    top: 60px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px 20px 100px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_lead {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 20px auto 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_lead .big {
    display: block;
    font-size: 2.6rem;
    color: #d70524;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_feature {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_feature li {
    width: 48%;
    text-align: center;
    background: #ffd800;
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 3px 0;
    border-radius: 5px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_notes {
    font-size: 1.4rem;
    padding-left: 10px;
    text-align: left;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_notes li:not(:last-of-type) {
    margin-bottom: 2px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box a.title {
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box a.title::after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-left: 0.5rem;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn:after {
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.2s;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn.open:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .title {
    margin-bottom: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm {
    padding: 0;
    gap: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img {
    width: 100px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .text {
    padding-right: 2rem;
    width: calc(100% - 100px);
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a i {
    color: #6b4f4a;
    font-size: 2rem;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp {
    margin-bottom: 30px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul {
    flex-wrap: wrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li {
    width: calc(50% - 10px);
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .search_box {
    background: unset;
    margin: 0 auto 30px;
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #e21628;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt i {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point {
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #e21628;
    padding: 10px;
    background: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    color: #e21628;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #e21628;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .tel_point_flex {
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .tel_point_flex li {
    width: calc(50% - 0px);
    border: 1px solid #008e72;
    background: #008e72;
    font-weight: 600;
    font-size: 1.7rem;
    border-radius: 50px;
    white-space: nowrap;
    padding: 3px 5px;
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_function {
    border: 2px solid #008e72;
    padding: 0.8em;
    text-align: left;
    background: #fff;
    font-size: 1.5rem;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone {
    display: none;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone.visible {
    display: block;
  }
}

@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: 1101px) {
  .nav {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .pulldown i {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: 0.7em;
    margin-top: 0.1em;
  }
  .nav .nav_list .nav_item {
    width: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    border-left: 1px solid #eee;
  }
  .nav .nav_list .nav_item a {
    flex: auto;
    padding: 15px 0;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
  }
  .nav .nav_list .nav_item a span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item.hurry {
    background: #e21628;
    border-radius: 5px;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    border-left: 0;
    position: relative;
  }
  .nav .nav_list .nav_item.hurry a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(../img/common/hurry_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .nav .nav_list .nav_item.hurry a .icon {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 2rem;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #f9f8f1;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    width: 32%;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
    color: #333;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a .thumbnail img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p {
    font-size: 1.5rem;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #008e72;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p span {
    display: inline-block;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p span img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list {
    justify-content: flex-start;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li {
    width: auto;
  }
  .nav .nav_list .nav_item .tgl_menu ul.dwn_plan {
    justify-content: flex-start;
  }
  .nav .nav_list .nav_item .tgl_menu ul.dwn_plan li {
    width: auto;
  }
  .nav .nav_list .nav_item .tgl_menu ul.dwn_plan li .thumbnail img {
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 23%;
  }
  .nav .nav_list .nav_item .dwn_plan li img {
    object-fit: cover;
    width: 100%;
    height: 190px;
    display: block;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
  }
  .nav .nav_list .nav_item.hurry {
    background: #e21628;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.4;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.97);
  }
  #gnav.fixed .nav_item.hurry {
    border-radius: 0;
  }
}
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
.column_banner .parent_wrap {
  background: linear-gradient(#f3f3ea 0%, #f3f3ea 80%, #fff 80%, #fff 100%);
}
.column_banner .parent_wrap .parent_catch {
  text-align: center;
  background: #6b4f4a;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 10px;
}
.column_banner .parent_wrap .parent_catch .point {
  color: #fff000;
}
.column_banner .parent_wrap .banner_wrap {
  background: #fff;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px;
  box-shadow: 0 3px 10px #b6b4aa;
}
@media screen and (max-width: 1100px) {
  .column_banner .parent_wrap .banner_wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_banner .parent_wrap .banner_wrap {
    padding-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.column_banner .parent_wrap .banner_wrap .banner_catch {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  margin-bottom: 20px;
  line-height: 1.4;
}
.column_banner .parent_wrap .banner_wrap .banner_box {
  max-width: 960px;
  gap: 10px;
}

.banner_box {
  display: flex;
  justify-content: center;
  gap: 20px 10px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .banner_box {
    gap: 10px;
  }
}
.banner_box li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .banner_box li {
    width: 100%;
    text-align: center;
  }
}
.banner_box li img {
  filter: drop-shadow(0 0 5px #ccc);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.banner_box .w100 {
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .banner_box .w100 {
    margin: 0;
  }
}
.banner_box .w100:has(.catch) {
  position: relative;
}
.banner_box .w100:has(.catch) .catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: clamp(2rem, 4vw, 2.2rem);
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .banner_box .w100:has(.catch) .catch {
    position: unset;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
.banner_box .time_attend {
  background: #6b4f4a;
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  line-height: 1.4;
}
.banner_box .time_attend .point {
  color: #fff000;
  margin-right: 0.5rem;
}
.banner_box .time_attend .time {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .banner_box .time_attend .time {
    font-size: 1.3em;
  }
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.column_voice {
  background: linear-gradient(#e9f2f1 0%, #e9f2f1 50%, #fff 50%, #fff 100%);
  overflow: hidden;
  padding-top: 60px;
}
.column_voice .splide__news {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_voice .splide__news {
    margin-bottom: 0;
  }
}
.column_voice .sec_title .sub {
  color: #6b4f4a;
  font-size: clamp(1.8rem, 1.518rem + 1.202vw, 2.6rem);
}
.column_voice .splide__track {
  overflow: unset;
}
.column_voice .splide:not(.is-overflow) .splide__pagination {
  display: flex;
  bottom: 0;
}
.column_voice .voice_row {
  margin-bottom: 30px;
}
.column_voice .voice_row li {
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 3px 10px #c0bfc0;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li a {
    border-radius: 5px;
  }
}
.column_voice .voice_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_voice .voice_row li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column_voice .voice_row li .rbox {
  padding: 20px;
}
.column_voice .voice_row li .rbox .title {
  font-weight: bold;
}
.column_voice .voice_row li .rbox .date {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
}

.column_event .flex {
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .column_event .flex {
    flex-direction: column;
    gap: 20px;
  }
}
.column_event .sec_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .column_event .sec_title {
    margin: 30px auto 0;
  }
}
.column_event .sec_title:before {
  content: "";
  background-image: url(../img/common/news.png);
  width: 160px;
  height: 128px;
  z-index: -1;
  left: 0;
  right: 0;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .column_event .sec_title:before {
    width: 100px;
    height: 80px;
    background-size: cover;
  }
}
.column_event .event_row {
  margin-bottom: 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .column_event .event_row {
    width: 100%;
  }
}
.column_event .event_row li {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #eee;
}
.column_event .event_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_event .event_row li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column_event .event_row li .cat {
  display: none;
}
.column_event .event_row li .rbox {
  padding: 20px 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_event .event_row li .rbox {
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.column_event .event_row li .rbox:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 0;
  color: #cacaca;
}
.column_event .event_row li .rbox .date {
  color: #666;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .column_event .event_row li .rbox .date {
    width: 100%;
  }
}
.column_event .event_row li .rbox .title {
  width: 75%;
  color: #23160f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .column_event .event_row li .rbox .title {
    width: 100%;
  }
}

.column_knowledge {
  position: relative;
  background: #f9f5f1;
}
.column_knowledge .tab_wrap .tab_btns {
  margin-bottom: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_knowledge .tab_wrap .tab_btns {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.column_knowledge .tab_wrap .tab_btns .tab_btn {
  border: 1px solid #6b4f4a;
  border-radius: 50px;
  color: #6b4f4a;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 140px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_knowledge .tab_wrap .tab_btns .tab_btn {
    min-width: unset;
    width: calc(33.3333333333% - 10px);
  }
}
.column_knowledge .tab_wrap .tab_btns .tab_btn.show {
  background: #6b4f4a;
  color: #fff;
}
.column_knowledge .tab_wrap .tab_contents .splide {
  visibility: visible;
}
.column_knowledge .knowledge_row {
  margin-bottom: 40px;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .column_knowledge .knowledge_row {
    /*flex-wrap: wrap;*/
  }
}
.column_knowledge .knowledge_row li {
  width: calc(25% - 15px);
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px #b6b4aa;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_knowledge .knowledge_row li {
    width: 100%;
  }
}
.column_knowledge .knowledge_row li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.column_knowledge .knowledge_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_knowledge .knowledge_row li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column_knowledge .knowledge_row li .cat {
  font-size: 1.4rem;
  background: #008e72;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}
.column_knowledge .knowledge_row li .rbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  flex: 1;
}
.column_knowledge .knowledge_row li .rbox .date {
  font-size: 1.5rem;
  color: #666;
}
.column_knowledge .knowledge_row li .rbox .text {
  width: 100%;
  color: #444;
  flex: 2;
}
.column_knowledge .knowledge_row li .rbox .title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  flex: 1;
}
.column_knowledge .splide__track {
  padding-top: 10px;
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__hall {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .splide__hall {
    padding: 0;
  }
}
.splide__news .splide__arrow {
  background: #6b4f4a;
  opacity: 0.7;
  width: 56px;
  height: 56px;
  line-height: 56px;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.splide__news .splide__arrow svg {
  display: none;
}
.splide__news .splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 1300px) {
  .splide__news .splide__arrow--next {
    right: 0;
  }
}
.splide__news .splide__arrow--next:after {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.splide__news .splide__arrow--prev {
  left: -40px;
}
@media screen and (max-width: 1300px) {
  .splide__news .splide__arrow--prev {
    left: 0;
  }
}
.splide__news .splide__arrow--prev:after {
  content: "\f060";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.splide__track.newslist {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .splide__track.newslist a {
    display: block;
  }
}
.splide__slide.thum {
  opacity: 0.3;
  transition: all 0.3s;
}
.splide__slide.thum.is-active {
  opacity: 1;
  border: 0 !important;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__slide__arrow--next {
  right: 7%;
}
.splide__pagination {
  bottom: 15px;
}
.splide__pagination__page {
  border: 1px solid #ccc;
}
.splide__pagination__page.is-active {
  border: 1px solid #008e72;
  background: #008e72 !important;
}

.slide_wrap {
  position: relative;
}

#main_slider {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #main_slider {
    display: none;
  }
}
#main_slider .splide__arrow {
  background: rgba(255, 255, 255, 0.9019607843);
  color: #7a7b7b;
  width: 56px;
  height: 56px;
  line-height: 56px;
}
#main_slider .splide__arrow svg {
  display: none;
}
#main_slider .splide__arrow--next::after {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#main_slider .splide__arrow--prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#main_slider .splide__pagination {
  bottom: -25px;
}

#main_slider_sp {
  display: none;
}
@media screen and (max-width: 820px) {
  #main_slider_sp {
    display: block;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main_slider_sp {
    margin-bottom: 40px;
  }
}
#main_slider_sp .splide__pagination {
  bottom: -25px;
}

/*------トップバナー------------------------------*/
.column_banner_top {
  padding-bottom: 50px;
}

.category .column_banner_top {
  padding-bottom: 100px;
}

/*------お問い合わせコーナー------------------------------*/
.column_contact .contact_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.column_contact .contact_wrap .sumire {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_wrap .sumire {
    display: none;
  }
}
.column_contact .contact_wrap .staff_box {
  width: auto;
  flex: 1;
  border: 1px solid #008e72;
  border-radius: 5px;
}
.column_contact .contact_wrap .staff_box .staff_box_title {
  background-color: #008e72;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
  padding: 5px;
  border-radius: 4px 4px 0 0;
}
.column_contact .contact_wrap .staff_box ul {
  display: flex;
  gap: 30px;
  padding: 20px;
  flex-wrap: wrap;
}
.column_contact .contact_wrap .staff_box ul li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap .staff_box ul li {
    width: 100%;
  }
}
.column_contact .contact_wrap .staff_box ul li .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.column_contact .contact_wrap .staff_box ul li .flex figure {
  width: 120px;
}
.column_contact .contact_wrap .staff_box ul li .flex .title {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap .staff_box ul li .flex .title {
    width: 100%;
  }
}
.column_contact .contact_wrap .staff_box ul li .flex .lead {
  width: 100%;
}
.column_contact .contact_wrap .tel_bnr {
  width: 100%;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list {
  background: #fcf6f6;
}
.column_plan_list .big_catch {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  text-align: center;
  font-weight: bold;
  color: #23160f;
  margin-bottom: 30px;
}
.column_plan_list .big_catch .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  color: #e21628;
}
.column_plan_list .plan_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box {
    margin-bottom: 20px;
  }
}
.column_plan_list .plan_box li {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  box-shadow: 0 3px 10px #b1a594;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box li {
    width: 100%;
    border: none !important;
  }
}
.column_plan_list .plan_box li.plan50 {
  border: 1px solid #43a85d;
}
.column_plan_list .plan_box li.plan50 .plan_box_catch {
  background: #43a85d;
}
.column_plan_list .plan_box li.plan50 .plan_box_title {
  color: #43a85d;
}
.column_plan_list .plan_box li.plan50 .flow.in {
  background: #43a85d;
}
.column_plan_list .plan_box li.plan75 {
  border: 1px solid #d64c62;
}
.column_plan_list .plan_box li.plan75 .plan_box_catch {
  background: #d64c62;
}
.column_plan_list .plan_box li.plan75 .plan_box_title {
  color: #d64c62;
}
.column_plan_list .plan_box li.plan75 .flow.in {
  background: #d64c62;
}
.column_plan_list .plan_box li.plan90 {
  border: 1px solid #3c83bf;
}
.column_plan_list .plan_box li.plan90 .plan_box_catch {
  background: #3c83bf;
}
.column_plan_list .plan_box li.plan90 .plan_box_title {
  color: #3c83bf;
}
.column_plan_list .plan_box li.plan90 .flow.in {
  background: #3c83bf;
}
.column_plan_list .plan_box .plan_box_catch {
  color: #fff;
  padding: 5px;
  margin: 0 0 10px;
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
  border-radius: 20px 20px 0 0;
}
.column_plan_list .plan_box .plan_box_title {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box .plan_box_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_title {
    text-align: left;
    margin-left: 10px;
  }
}
.column_plan_list .plan_box .plan_box_title .mini {
  font-size: 0.7em;
}
.column_plan_list .plan_box .plan_box_title:after {
  content: "";
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/plan_btn.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_title:after {
    right: 10px;
  }
}
.column_plan_list .plan_box .plan_box_info_wrap {
  padding: 20px 15px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_info_wrap {
    padding: 20px 10px;
  }
}
.column_plan_list .plan_box .plan_box_img {
  width: 100%;
  margin: 0 0 10px;
  aspect-ratio: 5/2;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.column_plan_list .plan_box .recommended {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 9px;
  left: auto;
  margin: auto;
  width: 70px;
  height: 70px;
  font-size: 1.8rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box .recommended {
    display: none;
  }
}
.column_plan_list .plan_box .plan_ippan {
  text-align: center;
  font-size: 1.4rem;
  width: fit-content;
  margin: 0 auto 5px;
  position: relative;
}
.column_plan_list .plan_box .plan_ippan:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.column_plan_list .plan_box .plan_ippan .num {
  font-size: 1.3em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.column_plan_list .plan_box .plan_box_discount {
  background: #f4f4f4;
  font-size: 2rem;
  border: 1px solid #e0e0dc;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_discount {
    font-size: 1.6rem;
  }
}
.column_plan_list .plan_box .plan_box_discount:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #e0e0dc;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -8px;
  margin: auto;
}
.column_plan_list .plan_box .plan_box_discount:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #f4f4f4;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -7px;
  margin: auto;
}
.column_plan_list .plan_box .plan_box_discount .num {
  color: #e21628;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.column_plan_list .plan_box .plan_box_discount .color {
  color: #e21628;
}
.column_plan_list .plan_box .plan_box_price {
  width: fit-content;
  margin: 0 auto 10px;
}
.column_plan_list .plan_box .plan_box_price .discount {
  color: #e21628;
  font-size: 5.6rem;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
.column_plan_list .plan_box .plan_box_price .discount .num {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}
.column_plan_list .plan_box .plan_box_price .discount .yen {
  font-size: 2.4rem;
  font-weight: bold;
}
.column_plan_list .plan_box .plan_box_price .discount .yen .tax {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 50%;
}
.column_plan_list .plan_box .plan_box_price .taxin {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
.column_plan_list .plan_box .plan_box_price .taxin .num {
  font-size: 1.1em;
  font-family: "Oswald", sans-serif;
}
.column_plan_list .plan_box .plan_box_flow {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
.column_plan_list .plan_box .plan_box_flow .flow {
  flex: auto;
  color: #fff;
  border-radius: 4px;
  background: #ccc;
  padding: 8px 5px;
  font-size: 1.5rem;
}

/*----------------------------------------------------
	斎場一覧　簡易版
----------------------------------------------------*/
.column_hall_list .hall_area_wrap {
  margin-bottom: 50px;
}
.column_hall_list .hall_area_wrap .hall_list {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_area_wrap .hall_list {
    justify-content: center;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  border: 1px solid #6b4f4a;
  border-radius: 10px;
  box-shadow: 0 2px 10px #b6b4aa;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_area_wrap .hall_list .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap .hall_list .item {
    width: 100%;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item .part_hall_img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap .hall_list .item .part_hall_img {
    overflow: unset;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item .part_hall_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_area_wrap .hall_list .item .hall_info {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap .hall_list .item .hall_info {
    padding: 15px;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .hall_name {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: center;
  color: #008e72;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap .hall_list .item .hall_info .hall_name {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .hall_name .mini {
  font-size: 0.7em;
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .add,
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .access {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.5rem;
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .add:before,
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .access:before {
  margin-right: 5px;
  color: #6b4f4a;
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .access {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap .hall_list .item .hall_info .access {
    margin: 0;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .add:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.column_hall_list .hall_area_wrap .hall_list .item .hall_info .access:before {
  content: "\f7da";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.column_hall_list .hall_area_wrap .hall_list .item .btn_box {
  width: 100%;
  gap: 10px;
  margin-top: auto;
}
.column_hall_list .hall_area_wrap .hall_list .item .btn_box a {
  font-weight: bold;
  text-align: center;
}
.column_hall_list .hall_area_wrap .hall_list .item .btn_box a:nth-child(2) {
  padding-right: 20px;
}
.column_hall_list .hall_area_wrap .hall_list .item .btn {
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap .hall_list .item .btn {
    width: calc(50% - 5px);
    border-radius: 4px;
    margin: 0 auto;
    text-align: left;
    padding: 15px 10px;
  }
  .column_hall_list .hall_area_wrap .hall_list .item .btn::after {
    right: 10px;
  }
}
.column_hall_list .hall_area_wrap .hall_list .item .btn.tel {
  background: #e21628;
  text-align: center;
}
.column_hall_list .hall_area_wrap .hall_list .item .btn.tel::after {
  content: none;
}
.column_hall_list .hall_area_wrap.osaka .btn_box {
  padding: 0 20px 20px;
}
.column_hall_list .hall_area_wrap.other {
  margin-bottom: 0;
}
.column_hall_list .hall_area_wrap.other .hall_list {
  margin-bottom: 50px;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_area_wrap.other .hall_list {
    gap: 25px;
    margin-bottom: 30px;
  }
}
.column_hall_list .hall_area_wrap.other .hall_list .item {
  width: calc(50% - 20px);
  flex-direction: row;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item {
    width: 100%;
  }
}
.column_hall_list .hall_area_wrap.other .hall_list .item .part_hall_img {
  width: 40%;
  height: 100%;
  position: relative;
  aspect-ratio: unset;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item .part_hall_img {
    width: 100%;
    height: auto;
  }
}
.column_hall_list .hall_area_wrap.other .hall_list .item .part_hall_img .label {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
  font-size: 1.4rem;
  background: #7dae03;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item .part_hall_img .label {
    top: 15px;
    left: auto;
    display: inline-block;
    right: 15px;
  }
}
.column_hall_list .hall_area_wrap.other .hall_list .item .hall_info {
  width: 60%;
  flex-direction: column;
  gap: 0;
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item .hall_info {
    padding: 15px;
    width: 100%;
  }
}
.column_hall_list .hall_area_wrap.other .hall_list .item .hall_info .hall_name {
  text-align: left;
}
.column_hall_list .hall_area_wrap.other .hall_list .item .btn {
  background: #7f605a;
  width: 100%;
}
.column_hall_list .hall_area_wrap.other .hall_list .item .btn.tel {
  background: #e21628;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_area_wrap.other .hall_list .item .btn {
    width: calc(50% - 5px);
    margin-top: 15px;
  }
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.front_feature .feature_list {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.front_feature .feature_list .item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px #b6b4aa;
  padding: 15px 15px 30px;
}
@media screen and (max-width: 820px) {
  .front_feature .feature_list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .front_feature .feature_list .item {
    width: 100%;
  }
}
.front_feature .feature_list .item .img_wrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.front_feature .feature_list .item .img_wrap .feature_laber {
  font-size: 3.2rem;
  display: inline-block;
  padding: 20px 40px 0;
  border-radius: 100px 100px 0 0;
  text-align: center;
  color: #99c332;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .front_feature .feature_list .item .img_wrap .feature_laber {
    padding: 25px 40px 0;
  }
}
.front_feature .feature_list .item .img_wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_feature .feature_list .item .title {
  text-align: center;
  color: #008e72;
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .front_feature .feature_list .item .title {
    margin-bottom: 10px;
  }
}
.front_feature .feature_list .item .lead {
  padding: 0 15px;
  text-align: justify;
}

/*----------------------------------------------------
	会員制度コーナー
----------------------------------------------------*/
.front_club {
  background: url(../img/common/club_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front_club {
    background-size: unset;
    background-position: center right;
  }
}

/*----------------------------------------------------
	アフターサポートコーナー
----------------------------------------------------*/
.front_after {
  background: #e9f2f1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .front_after {
    padding-bottom: 50px;
  }
}
.front_after .inner:before, .front_after .inner:after {
  content: url(../img/top/flower.png);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .front_after .inner:before, .front_after .inner:after {
    content: none;
  }
}
.front_after .inner:before {
  left: -10%;
  top: 10%;
}
.front_after .inner:after {
  right: -10%;
  bottom: 10%;
}
.front_after .after_list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .front_after .after_list {
    gap: 10px;
  }
}
.front_after .after_list .item {
  border: 1px solid #6b4f4a;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 3px 10px #b6b4aa;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .front_after .after_list .item {
    width: calc(50% - 5px);
  }
}
.front_after .after_list .item img {
  margin-bottom: 20px;
}
.front_after .after_list .item .title {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .front_after .after_list .item .title {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	初めての方へコーナー
----------------------------------------------------*/
.front_beginner_menu {
  background: url(../img/top/beginner_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px 40px 10px 10px;
  max-width: 1350px;
  text-align: center;
  padding: 40px 15px 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .front_beginner_menu {
    width: 94%;
  }
}
@media screen and (max-width: 820px) {
  .front_beginner_menu {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .front_beginner_menu {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.front_beginner_menu .beginner_title {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
}
.front_beginner_menu .beginner_title .color {
  color: #fbf48c;
}
.front_beginner_menu .beginner_title:before {
  content: url(../img/top/leaf_l.png);
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front_beginner_menu .beginner_title:before {
    content: none;
  }
}
.front_beginner_menu .beginner_title::after {
  content: url(../img/top/leaf_r.png);
  position: absolute;
  right: -20%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front_beginner_menu .beginner_title::after {
    content: none;
  }
}
.front_beginner_menu .lady {
  position: absolute;
  right: 150px;
  top: -65px;
}
@media screen and (max-width: 1100px) {
  .front_beginner_menu .lady {
    right: 30px;
  }
}
@media screen and (max-width: 820px) {
  .front_beginner_menu .lady {
    display: none;
  }
}
.front_beginner_menu .links {
  justify-content: center;
  z-index: 2;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .front_beginner_menu .links {
    flex-direction: column;
    align-items: center;
  }
}
.front_beginner_menu .links .item {
  max-width: 360px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px #0d7762;
  position: relative;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2rem);
  padding: 7px;
}
@media screen and (max-width: 820px) {
  .front_beginner_menu .links .item {
    max-width: none;
  }
}
.front_beginner_menu .links .item::after {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #008e72;
  border-radius: 15px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front_beginner_menu .links .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px;
  border: solid 1px #a0d4ca;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .front_beginner_menu .links .wrap {
    gap: 5px;
    padding: 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  .front_beginner_menu .links .wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front_beginner_menu .links .wrap {
    padding: 10px;
  }
}
.front_beginner_menu .links .wrap .title {
  line-height: 1.2;
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.consultation_attend {
  background: url(../img/common/consul_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.consultation_attend .sec_title .medi {
  display: inline-block;
  margin: 0 auto 10px;
}
.consultation_attend .consul_box {
  padding: 50px 60px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px #dee2db;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .consultation_attend .consul_box {
    padding: 30px 20px;
  }
}
.consultation_attend .consul_box .flex {
  gap: 50px;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .consultation_attend .consul_box .flex {
    gap: 20px;
    flex-direction: column;
  }
}
.consultation_attend .consul_box .flex img {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .consultation_attend .consul_box .flex img {
    width: 100%;
  }
}
.consultation_attend .consul_box .text_box {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .consultation_attend .consul_box .text_box {
    width: 100%;
  }
}
.consultation_attend .consul_box .text_box .catch {
  font-size: clamp(2rem, 4vw, 2.6rem);
  text-align: left;
}
.consultation_attend .consul_box .text_box .catch .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  color: #f95165;
}
.consultation_attend .consul_box .text_box .lead {
  line-height: 2;
}
.consultation_attend .consul_box .fuki_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  color: #008e72;
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: 700;
}
.consultation_attend .consul_box .fuki_catch:before {
  content: url(../img/common/fuki_l.png);
}
.consultation_attend .consul_box .fuki_catch:after {
  content: url(../img/common/fuki_r.png);
}
.consultation_attend .btn {
  background: #cf366c;
  margin-top: -30px;
}

/*----------------------------------------------------
	資料請求
----------------------------------------------------*/
.column_inquiry {
  padding: 0;
  margin-bottom: 60px;
}
.column_inquiry::before {
  content: "";
  background: url(../img/common/inquiry_bg.jpg);
  width: 960px;
  height: 670px;
  position: absolute;
  right: 0;
  z-index: -1;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .column_inquiry::before {
    content: none;
  }
}
.column_inquiry .inquiry_wrap {
  width: 50%;
  padding: 60px;
  padding-left: 0;
  background: #fff;
  float: left;
}
@media screen and (max-width: 1100px) {
  .column_inquiry .inquiry_wrap {
    width: 60%;
    padding: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .column_inquiry .inquiry_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.column_inquiry .inquiry_wrap .inquiry_title {
  color: #008e72;
  font-size: 2.4rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_inquiry .inquiry_wrap .inquiry_title {
    font-size: 2rem;
    padding-top: 30px;
  }
}
.column_inquiry .inquiry_wrap .doc_box {
  border-top: 1px solid #008e72;
  border-bottom: 1px solid #008e72;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_inquiry .inquiry_wrap .doc_box {
    padding: 20px;
  }
}
.column_inquiry .inquiry_wrap .doc_box_title {
  color: #008e72;
  margin-bottom: 10px;
}
.column_inquiry .inquiry_wrap .doc_box_title span {
  color: #333;
  border-bottom: 0;
  padding-left: 1rem;
}
.column_inquiry .inquiry_wrap .doc_box_laber {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.column_inquiry .inquiry_wrap .doc_box_laber p {
  width: 48%;
  background: #f6f908;
  color: #333;
  border-radius: 45px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .column_inquiry .inquiry_wrap .doc_box_laber p {
    width: 100%;
  }
}
.column_inquiry .btn {
  position: relative;
}
.column_inquiry .btn .inquiry_img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .column_inquiry .btn .inquiry_img {
    display: none;
  }
}
.column_inquiry .sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_inquiry .sp_img {
    display: block;
  }
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #332c27;
  color: #fff;
  font-size: 1.5rem;
  padding: 40px 0 100px;
}
@media screen and (max-width: 1100px) {
  #footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 60px;
  }
}
#footer .logo {
  margin-bottom: 50px;
  max-width: 80%;
}
#footer .footer_menu {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #footer .footer_menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_menu {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
#footer .footer_menu .title {
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 20px;
  border-left: 4px solid #008e72;
}
@media screen and (max-width: 820px) {
  #footer .footer_menu .menu_wrap:nth-child(1) {
    width: 100%;
  }
  #footer .footer_menu .menu_wrap:nth-child(2), #footer .footer_menu .menu_wrap:nth-child(3), #footer .footer_menu .menu_wrap:nth-child(4) {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_menu .menu_wrap:nth-child(2), #footer .footer_menu .menu_wrap:nth-child(3), #footer .footer_menu .menu_wrap:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_menu .menu_wrap > .flex {
    flex-direction: column;
  }
}
#footer .footer_menu .menu_wrap .link_list {
  padding-left: 20px;
}
#footer .footer_menu .menu_wrap .link_list a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
}
#footer .footer_menu .menu_wrap .title a {
  color: #fff;
}
#footer .other_menu {
  margin-bottom: 50px;
}
#footer .other_menu .flex {
  justify-content: flex-end;
  gap: 0;
}
#footer .other_menu .flex li a {
  color: #fff;
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.4rem;
}
#footer .other_menu .flex li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  background: #fff;
  color: #333;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    padding: 20px 0 35px;
  }
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  border: 1px solid #d2cac8;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.faq_wrap:last-child {
  margin-bottom: 0;
}
.faq_wrap .question {
  position: relative;
  background: #f9f8f1;
  padding: 20px 20px 20px 60px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question {
    padding: 15px 15px 15px 40px;
  }
}
.faq_wrap .question .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: #23160f;
}
.faq_wrap .question:before {
  position: absolute;
  content: "Q.";
  display: inline-block;
  color: #008e72;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question:before {
    left: 13px;
  }
}
.faq_wrap .answer {
  padding: 20px 20px 20px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer {
    padding: 15px 15px 15px 40px;
  }
}
.faq_wrap .answer:before {
  position: absolute;
  counter-increment: number;
  content: "A.";
  display: inline-block;
  color: #f37887;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer:before {
    left: 13px;
  }
}
.faq_wrap a {
  color: #f37887;
  text-decoration: underline;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #008e72;
  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;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    display: none !important;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@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) {
  .smart_hide,
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime {
  width: 40px;
  height: 40px;
}
.tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #e21628;
}
.tel_anime svg .line1 {
  animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  animation: fillAnimation3 infinite ease 1.5s;
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}