@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 {
  overflow-x: hidden;
  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.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body.club #footer, body.inquiry #footer, body.consultation #footer {
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}
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-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding-bottom: 30px;
  }
}
.column--pdb {
  padding-bottom: 0;
}
.column--mgb {
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .column--mgb {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .column--mgb {
    margin-bottom: 30px;
  }
}
.column--wh {
  background: #fff !important;
}
.column--wh .voice_item {
  border: solid 1px #e7e3e0;
}
.column--wh .part_hall_mini_item {
  border: solid 1px #e7e3e0;
}
.column--gray {
  background: #f7f7f7 !important;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .column--gray {
    padding-top: 50px;
  }
}

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

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

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

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

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .flex {
    gap: 10px;
  }
}

.marker {
  display: inline;
  background: linear-gradient(transparent 70%, #fdfc99 0%);
}

@media screen and (max-width: 767px) {
  .sp_mt20 {
    margin-top: 20px;
  }
}
/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-decoration: none;
  color: #fff;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  padding: 15px 10px;
  margin: 30px 0;
  background: #4a3b28;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}
.btn .pdf_icon {
  margin-left: 5px;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #4a3b28;
  position: relative;
}

/*----------------------------------------------------
	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: #4a3b28;
  color: #fff;
}
.tab_wrap .tab_btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    text-align: center;
    padding: 10px 0;
    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(3rem, 4vw, 4.6rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  color: #23160f;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.sec_title::before, .sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.sec_title::before {
  width: 100%;
  height: 1px;
  background: #ded9c9;
  left: 0;
}
.sec_title::after {
  width: 128px;
  height: 2px;
  background: #9c7e48;
  left: 50%;
  transform: translateX(-50%);
}
.sec_title--none {
  padding-bottom: 0;
}
.sec_title--none::before, .sec_title--none::after {
  display: none;
}
.sec_title .big {
  font-size: 3.2rem;
}
.sec_title .color {
  color: #774d25;
}
.sec_title .sub {
  background: #af8645;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.2rem);
  padding: 10px 20px;
  font-weight: normal;
  line-height: 1.1;
  border-radius: 4px;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec_title .sub {
    margin-bottom: 15px;
  }
}
.sec_title strong {
  font-weight: 600;
}
.sec_title--shikiclub .color {
  color: #BF0181;
}

.fukidashi_title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.fukidashi_title .big {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}
.fukidashi_title .red {
  color: #f73d3c;
}
.fukidashi_title .wrap {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .fukidashi_title .wrap {
    padding: 0 20px;
  }
}
.fukidashi_title .wrap:before {
  content: "";
  transform: rotate(-25deg);
  left: 0;
}
.fukidashi_title .wrap:after {
  content: "";
  transform: rotate(25deg);
  right: 0;
}
.fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
    height: 30%;
  }
}

.catch {
  font-size: 1.8rem;
  color: #505455;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catch {
    text-align: left;
    margin-bottom: 20px;
  }
  .catch--center {
    text-align: center;
  }
}
.catch--mgb {
  margin-bottom: 0;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 10px 0 30px;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

main {
  position: relative;
}
main .h1_box {
  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;
  position: absolute;
  width: 60vw;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  main .h1_box .h_tit {
    left: 15px;
  }
}
main .h1_box .h_tit br {
  display: none;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1002;
}
.fixed_bnrs .fixed_bnrs_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #4a3b28;
  background-size: cover;
  padding: 10px 0;
  color: #fff;
}
.foot_fixed_bnr .foot_wrap {
  position: relative;
  align-items: center;
  padding-left: 135px;
}
.foot_fixed_bnr .foot_img {
  position: absolute;
  bottom: -10px;
  left: 0;
}
.foot_fixed_bnr .foot_operator {
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.5rem;
  position: relative;
}
.foot_fixed_bnr .foot_operator::before, .foot_fixed_bnr .foot_operator::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 18px 18px 0px;
  border-color: transparent #fff transparent transparent;
}
.foot_fixed_bnr .foot_operator::after {
  top: 21px;
  left: -16px;
  border-width: 0px 16px 16px 0px;
  border-color: transparent #4a3b28 transparent transparent;
}
.foot_fixed_bnr .foot_tel {
  display: flex;
  flex-direction: column;
}
.foot_fixed_bnr .foot_tel .tel_text {
  line-height: 1.1;
  text-align: center;
  margin-left: 50px;
}
.foot_fixed_bnr .tel_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot_fixed_bnr .tel_wrap .tel_num {
  font-size: 4.2rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
  line-height: 1;
}
.foot_fixed_bnr .tel_wrap .tel_anime svg {
  fill: #fff;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    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 li {
    width: auto;
  }
  .footer_floating_sp li .tel_anime_bnr .tel_anime {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  .footer_floating_sp li .tel_anime_bnr .tel_anime svg {
    fill: #fff;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 1100px) {
  #header.simple_header .head_belt .inner {
    gap: 10px;
  }
}
#header.simple_header .logo_area {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header.simple_header .logo_area {
    flex-direction: column;
    gap: 0;
  }
  #header.simple_header .logo_area img {
    max-width: 150px;
  }
}
#header .head_submenu {
  background: #03476f;
  padding: 3px 0;
}
@media screen and (max-width: 1100px) {
  #header .head_submenu {
    padding: 3px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_submenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#header .head_submenu .inner {
  align-items: center;
}
#header .head_submenu .h_tit {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
}
#header .head_submenu .links {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #header .head_submenu .links {
    display: none;
  }
}
#header .head_submenu .links li {
  line-height: 1;
}
#header .head_submenu .links li a {
  color: #fff;
  font-size: 1.3rem;
}
#header .head_submenu .links li a i {
  padding-right: 4px;
}
@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 .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: 10px;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
}
#header .head_belt .inner .logo_area img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area_2 img {
    max-width: 150px;
  }
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_l {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l {
    flex-direction: column;
    gap: 0;
  }
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  gap: 20px;
}
#header .head_belt .inner .head_r .kyouka_btn {
  color: #7a5726;
  border: solid 1px #7a5726;
  width: 200px;
  position: relative;
  padding: 10px 15px 10px 10px;
  text-align: center;
  border-radius: 4px;
}
#header .head_belt .inner .head_r .kyouka_btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#header .head_belt .inner .head_r .tel_wrap {
  width: fit-content;
}
#header .head_belt .inner .head_r .tel_wrap .flex {
  gap: 10px;
  align-items: center;
}
#header .head_belt .inner .head_r .tel_wrap .tel_catch {
  font-size: 1.35rem;
  display: block;
  text-align: right;
  line-height: 1;
}
#header .head_belt .inner .head_r .tel_num {
  margin-bottom: 5px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  color: #4a3b28;
  font-family: YakuHanJP, "Oswald", sans-serif;
  white-space: nowrap;
}
#header .head_belt .inner .head_r .tel_time {
  font-weight: 600;
  white-space: nowrap;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 10px;
  border: solid 1px #c0bfbd;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.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 .nav_flex {
    border-top: 1px solid #eee;
    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.3rem;
    font-weight: 600;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2.6rem;
    color: #4a3b28;
  }
  .navigation_sp .nav_flex .menu_btn {
    height: 60px;
    text-align: center;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .open_btn {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .open_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: #4a3b28;
    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.plan {
    padding: 20px 15px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .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_head_flex .link_front {
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    color: #4a3b28;
  }
  .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 15px 0 0;
  }
  .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 i {
    color: #4a3b28;
    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.firstnone {
    display: none;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone.visible {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #d92136;
  }
  .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;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border: 1px solid #d92136;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #d92136;
    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 #4a3b28;
    background: #4a3b28;
    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 #4a3b28;
    padding: 0.8em;
    text-align: left;
    background: #fff;
    font-size: 1.5rem;
  }
}

@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;
    position: relative;
    padding: 10px 0;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    width: calc((100% - 80px) / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 1px #e7e3e0;
  }
  .nav .nav_list .nav_item a {
    width: 100%;
    padding: 8px 10px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
  }
  .nav .nav_list .nav_item a span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item--home {
    width: 80px;
  }
  .nav .nav_list .nav_item--home a {
    color: #b48a4e;
  }
  .nav .nav_list .nav_item--hurry {
    background: #d92136;
    border-left: none;
    border-radius: 4px;
  }
  .nav .nav_list .nav_item--hurry a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .nav .nav_list .nav_item--hurry a::before {
    content: "";
    background: url(../img/common/icon_hurry.svg) no-repeat;
    width: 25px;
    height: 25px;
  }
  .nav .nav_list .nav_item--hurry a .text_wrap {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.1;
  }
  .nav .nav_list .nav_item--hurry a .text_wrap small {
    font-size: 1.2rem;
  }
  .nav .nav_list .nav_item .tgl_menu {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
    display: none;
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #f3efe6;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    width: 30%;
    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 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: #4a3b28;
    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: center;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li {
    width: auto;
  }
  .nav .nav_list .nav_item .tgl_menu .thumbnail .plan_photo {
    position: relative;
  }
  .nav .nav_list .nav_item .tgl_menu .thumbnail .plan_photo .img_text {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
  }
  .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: #d92136;
  }
  .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 a.arrow {
    position: relative;
  }
  .nav .nav_list .nav_item.pulldown a.arrow::after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #c7b59d;
  }
  .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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  }
}
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
/*お急ぎの方への開閉ボタン*/
.hurry_box {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }
  .hurry_box .time_text {
    font-weight: 600;
    margin-bottom: -40px;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 820px) {
  .hurry_box .time_text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hurry_box .time_text {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .hurry_box .time_text small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_box .time_text .small {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hurry_box .time_text .small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_box .time_text .catch_color {
    color: #d92136;
  }
  .hurry_box .time_text .line {
    border-bottom: solid 1px #d92136;
  }
  .hurry_box .time_text strong {
    font-size: 120%;
    font-weight: normal;
    font-weight: 600;
  }
  .hurry_box .open_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #d92136;
    text-align: center;
    border-radius: 100px;
    box-shadow: 0 5px 0 #ad392a;
    border: 0;
    line-height: 1.4;
    position: relative;
  }
  .hurry_box .open_btn::after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
    font-size: 2rem;
  }
  .hurry_box .open_btn.active {
    margin-bottom: 20px;
  }
  .hurry_box .open_btn.active::after {
    content: "\f106";
  }
  .hurry_box .open_btn i {
    margin-right: 10px;
  }
  .hurry_box .title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    padding-right: 20px;
  }
  .hurry_box .hurry_detail {
    display: none;
    background: #f5f5f5;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  .hurry_box .hurry_detail::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #f5f5f5 transparent;
  }
  .hurry_box .reminder {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
  }
  .hurry_box .reminder li {
    background: #fff;
    border: solid 1px #d92136;
    color: #d92136;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hurry_box .reminder li .num {
    font-size: 125%;
  }
  .hurry_box .text {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .hurry_box .text--dial {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .hurry_box .color {
    color: #d92136;
  }
  .hurry_box .marker {
    background: linear-gradient(transparent 70%, #fff000 0%);
  }
  .hurry_box .hurry_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hurry_box .hurry_list li {
    display: flex;
  }
  .hurry_box .hurry_list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    font-weight: 700;
    color: #d92136;
    margin-right: 5px;
  }
}

.column_banner--pd .inner {
  padding: 0;
}
.column_banner .inner {
  max-width: 1000px;
}
.column_banner .fukidashi_title {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .column_banner .fukidashi_title {
    margin-bottom: 10px;
  }
}
.column_banner .fukidashi_title--mgb {
  margin-bottom: 10px;
}
.column_banner.banner_top {
  padding-top: 60px;
}
.column_banner a:hover {
  opacity: 1;
}

.banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .banner_box {
    gap: 10px;
  }
}
.banner_box li {
  width: auto;
}
@media screen and (max-width: 1100px) {
  .banner_box li {
    width: 49%;
  }
}
@media screen and (max-width: 820px) {
  .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 .w50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .banner_box .w50 {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .banner_box .w50 {
    width: 100%;
  }
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__hall {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .splide__hall {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .splide__hall {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.splide__news .splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow--next {
    right: 0;
  }
}
.splide__news .splide__arrow--prev {
  left: -40px;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow--prev {
    left: 0;
  }
}
.splide__track.newslist {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .splide__track.newslist {
    padding-bottom: 20px;
  }
  .splide__track.newslist a {
    margin: 0 20px;
    display: block;
  }
}
.splide__slide.thum {
  opacity: 0.3;
  transition: all 0.3s;
}
.splide__slide.thum.is-active {
  opacity: 1;
  border: 0 !important;
}
.splide__slide .i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__slide__arrow--next {
  right: 7%;
}
.splide__pagination {
  bottom: 0;
}
.splide__pagination__page {
  border: 1px solid #ccc;
}
.splide__pagination__page.is-active {
  border: 1px solid #c3995e;
  background: #c3995e !important;
}

.slide_wrap {
  position: relative;
}

#main_slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #main_slider {
    display: none;
  }
}
#main_slider .splide__arrows .splide__arrow {
  background: #fff;
  opacity: 0.9;
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
}
#main_slider .splide__arrows svg {
  fill: #46310d;
}

#main_slider_sp {
  display: none;
}
@media screen and (max-width: 820px) {
  #main_slider_sp {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #main_slider_sp .splide__arrows .splide__arrow {
    background: #fff;
    opacity: 0.9;
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
  }
  #main_slider_sp .splide__arrows svg {
    fill: #46310d;
  }
  #main_slider_sp .mv_img a, #main_slider_sp .mv_img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main_slider_sp .splide__arrows {
    display: none;
  }
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.part_feature {
  overflow: unset;
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #f7ebee 40%, #f7ebee 100%);
  margin-bottom: 32px;
  position: relative;
}
.part_feature .sec_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .part_feature .sec_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .part_feature .part_feature_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .part_feature .part_feature_list {
    margin-bottom: 20px;
  }
}
.part_feature .part_feature_item {
  width: 33.3333333333%;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .part_feature .part_feature_item {
    width: 100%;
    display: flex;
    border: solid 1px #f7ebee;
  }
}
@media screen and (max-width: 767px) {
  .part_feature .part_feature_item {
    flex-direction: column;
  }
}
.part_feature .part_feature_label {
  position: absolute;
  top: -20px;
  left: 20px;
  background: rgba(183, 124, 29, 0.9019607843);
  width: 76px;
  height: 76px;
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 820px) {
  .part_feature .part_feature_label {
    left: -10px;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .part_feature .part_feature_label {
    left: 10px;
    top: 10px;
  }
}
.part_feature .part_feature_label .number {
  font-size: 3.2rem;
}
.part_feature .part_feature_img {
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 820px) {
  .part_feature .part_feature_img {
    width: 30%;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .part_feature .part_feature_img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
.part_feature .part_feature_wrap {
  padding: 30px;
}
@media screen and (max-width: 820px) {
  .part_feature .part_feature_wrap {
    width: 70%;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .part_feature .part_feature_wrap {
    width: 100%;
  }
}
.part_feature .part_feature_title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
.part_feature .part_feature_title .big {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}
.part_feature .part_feature_title .color {
  color: #9d600b;
}
.part_feature .btn {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .part_feature .btn {
    width: 90%;
  }
}

/*----------------------------------------------------
	花安のポイント
----------------------------------------------------*/
.part_point {
  background: url(../img/common/part_point_bg_top.png) no-repeat top center, url(../img/common/part_point_bg_bottom.jpg) no-repeat bottom 24% center;
  background-size: contain;
  position: relative;
  padding: 100px 0 40px;
}
@media screen and (max-width: 1100px) {
  .part_point {
    padding-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .part_point {
    background: url(../img/common/part_point_bg_top.png) no-repeat top center, url(../img/common/part_point_bg_bottom.jpg) no-repeat bottom center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .part_point {
    padding-top: 30px;
  }
}
.part_point .part_point_title {
  text-align: center;
  position: relative;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .part_point .part_point_title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.part_point .part_point_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #ca9e26;
}
@media screen and (max-width: 767px) {
  .part_point .part_point_title::before {
    top: auto;
    bottom: 0;
    left: 0;
    transform: unset;
  }
}
.part_point .part_point_title .wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .part_point .part_point_title .wrap {
    padding: 0;
  }
}
.part_point .part_point_title .color {
  color: #ac7933;
}
.part_point .part_point_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .part_point .part_point_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .part_point .part_point_list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .part_point .part_point_item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .part_point .part_point_item {
    width: calc(50% - 5px);
  }
}
.part_point .part_point_item:last-child {
  position: relative;
}
.part_point .part_point_item:last-child::after {
  content: "";
  position: absolute;
  top: -56px;
  right: -16px;
  background: url(../img/common/part_point_icon.png) no-repeat;
  background-size: cover;
  width: 93px;
  height: 100px;
}
@media screen and (max-width: 820px) {
  .part_point .part_point_item:last-child::after {
    top: -20px;
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .part_point .part_point_item:last-child::after {
    top: 0;
    width: 65px;
    height: 70px;
  }
}
.part_point .part_point_note {
  width: fit-content;
  margin: 0 auto 105px;
}
@media screen and (max-width: 820px) {
  .part_point .part_point_note {
    margin-bottom: 30px;
  }
}
.part_point .part_point_contents {
  background: #fff;
  border: solid 1px #4a3b28;
  padding: 20px;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  box-shadow: 40px 50px 0 #fce0e3;
}
@media screen and (max-width: 1100px) {
  .part_point .part_point_contents {
    box-shadow: 10px 20px 0 #fce0e3;
  }
}
@media screen and (max-width: 820px) {
  .part_point .part_point_contents {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .part_point .part_point_contents {
    padding: 10px;
  }
}
.part_point .part_point_contents::before, .part_point .part_point_contents::after {
  content: "";
  position: absolute;
}
.part_point .part_point_contents::before {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 217px 321px 0px 0px;
  border-color: #fce0e3 transparent transparent transparent;
}
.part_point .part_point_contents::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 217px 321px 0px 0px;
  border-color: transparent #fce0e3 transparent transparent;
}
.part_point .part_point_wrap {
  border: solid 1px #4a3b28;
  position: relative;
  z-index: 2;
  padding: 60px 60px 150px;
}
@media screen and (max-width: 820px) {
  .part_point .part_point_wrap {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .part_point .part_point_wrap {
    padding: 15px;
  }
}
.part_point .part_point_subtitle {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .part_point .part_point_subtitle {
    margin-bottom: 0;
  }
}
.part_point .part_point_subtitle .color {
  color: #dd6471;
}
.part_point .part_point_text {
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  .part_point .part_point_text {
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .part_point .part_point_text {
    text-align: left;
  }
}
.part_point .part_point_label {
  position: absolute;
  bottom: 40px;
  right: -21px;
  background: #e06572;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px 0 0 50px;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
}
@media screen and (max-width: 820px) {
  .part_point .part_point_label {
    position: unset;
    text-align: center;
    border-radius: 50px;
  }
}
.part_point .part_point_deco {
  position: absolute;
  z-index: 3;
}
.part_point .part_point_deco--01 {
  top: -85px;
  left: -36px;
}
@media screen and (max-width: 1100px) {
  .part_point .part_point_deco--01 {
    max-width: 230px;
  }
}
.part_point .part_point_deco--02 {
  top: -80px;
  right: -21px;
}
@media screen and (max-width: 1100px) {
  .part_point .part_point_deco--02 {
    max-width: 215px;
  }
}
.part_point .part_point_deco--03 {
  bottom: -11px;
  left: 57px;
}
@media screen and (max-width: 1100px) {
  .part_point .part_point_deco--03 {
    max-width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .part_point .deco_list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .part_point .deco_list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .part_point .deco_item {
    width: 33.3333333333%;
    max-width: 252px;
  }
}
.part_point--hall {
  background: url(../img/common/part_point_bg_top.png) no-repeat top center;
  background-size: contain;
  padding-bottom: 0;
}
.part_point--hall .part_point_note {
  margin-bottom: 0;
}

/*----------------------------------------------------
	アフターサポート
----------------------------------------------------*/
.part_support .part_support_list {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .part_support .part_support_list {
    margin-bottom: 20px;
  }
}
.part_support .part_support_item {
  width: calc(33.3333333333% - 14px);
  text-align: center;
  border: solid 1px #a16e27;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  .part_support .part_support_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .part_support .part_support_item {
    width: 100%;
  }
}
.part_support .part_support_item:nth-child(even) {
  border: solid 1px #456e52;
}
.part_support .part_support_item:nth-child(even) .part_support_title {
  background: #456e52;
}
.part_support .part_support_item:nth-child(even) .part_support_title::before {
  border-color: #689577 transparent transparent transparent;
}
.part_support .part_support_title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  padding: 20px 10px;
  line-height: 1.2;
  color: #fff;
  background: #a16e27;
  position: relative;
}
.part_support .part_support_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 44px 0px 0px;
  border-color: #ca944a transparent transparent transparent;
}
.part_support .part_support_link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #234f31;
  border: solid 1px #234f31;
  font-size: 1.8rem;
  border-radius: 50px;
  max-width: 300px;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.2;
  font-weight: 600;
}
.part_support .part_support_link i {
  margin-left: 10px;
}

/*----------------------------------------------------
	花安四季クラブ
----------------------------------------------------*/
.part_club {
  background: url(../img/common/part_club_bg.png) repeat-y;
  background-size: cover;
  padding: 60px;
}
@media screen and (max-width: 1100px) {
  .part_club {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .part_club {
    padding: 15px;
  }
}
.part_club .catch {
  padding: 0 15px;
}
.part_club .inner {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .part_club .inner {
    padding: 10px;
  }
}
.part_club .part_club_contents {
  border: solid 1px #b47c43;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_contents {
    padding-bottom: 15px;
  }
}
.part_club .part_club_title {
  text-align: center;
  background: #fbf3f6;
  padding: 30px 0;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_title {
    padding: 15px 0;
  }
}
.part_club .part_club_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: url(../img/common/part_club_label.png) no-repeat;
  background-size: cover;
  width: 146px;
  height: 146px;
}
@media screen and (max-width: 820px) {
  .part_club .part_club_title::after {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: -100px;
    right: 10px;
  }
}
@media screen and (max-width: 820px) {
  .part_club .part_club_title::after {
    width: 80px;
    height: 80px;
    bottom: -110px;
    right: 10px;
  }
}
.part_club .part_club_title .sub {
  background: #be0080;
  color: #fff;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  padding: 10px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_title .sub {
    padding: 10px 15px;
  }
}
.part_club .part_club_title .sub::before, .part_club .part_club_title .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.part_club .part_club_title .sub::before {
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #FBF3F6;
  left: 0;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_title .sub::before {
    left: -5px;
  }
}
.part_club .part_club_title .sub::after {
  border-width: 25px 15px 25px 0;
  border-color: transparent #FBF3F6 transparent transparent;
  right: 0;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_title .sub::after {
    right: -5px;
  }
}
.part_club .part_club_title .main {
  font-size: clamp(2.4rem, 4vw, 4rem);
}
.part_club .part_club_detail {
  justify-content: center;
  align-items: center;
  padding: 40px 40px 20px;
}
@media screen and (max-width: 1100px) {
  .part_club .part_club_detail {
    padding: 20px;
  }
}
@media screen and (max-width: 820px) {
  .part_club .part_club_detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .part_club .part_club_detail {
    padding: 15px;
  }
}
.part_club .part_club_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.part_club .part_club_item {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  background: #f9f8f7;
  padding: 10px 15px;
  position: relative;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_item {
    min-height: 74px;
    align-items: center;
  }
}
.part_club .part_club_item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #be0080;
}
.part_club .part_club_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 52px 20px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 767px) {
  .part_club .part_club_item::after {
    border-width: 0px 0px 74px 20px;
  }
}

/*----------------------------------------------------
	お客様の声
----------------------------------------------------*/
.part_voice {
  background: #f7f4ec;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .part_voice {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .part_voice {
    padding-top: 30px;
  }
  .part_voice .btn {
    width: 90%;
  }
}
.part_voice .voice_item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.part_voice .voice_item .voice_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.part_voice .voice_item .info {
  justify-content: flex-start;
  gap: 5px;
}
.part_voice .voice_item .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.part_voice .voice_item .star {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  padding: 10px;
  line-height: 1.1;
}
.part_voice .voice_item .star_title {
  font-size: 1.4rem;
  font-weight: 600;
}
.part_voice .voice_item .star_num {
  color: #eb9b1d;
  font-size: 2rem;
}
.part_voice .voice_item .place {
  display: flex;
  align-items: stretch;
  border: solid 1px #90795c;
}
.part_voice .voice_item .place_title, .part_voice .voice_item .place_plan {
  padding: 10px;
  line-height: 1.1;
}
.part_voice .voice_item .place_title {
  background: #90795c;
  color: #fff;
  font-size: 1.2rem;
}
.part_voice .voice_item .place_plan {
  font-size: 1.4rem;
}
.part_voice #voice_slider .splide__track.newslist {
  padding-bottom: 30px;
}
.part_voice #voice_slider .splide__track.newslist a {
  margin: 0;
}
.part_voice #voice_slider .splide__arrows .splide__arrow {
  background: #a58e69;
  opacity: 0.6;
  height: 56px;
  width: 56px;
  top: calc(50% - 28px);
}
.part_voice #voice_slider .splide__arrows .splide__arrow--prev {
  left: 12%;
}
@media screen and (max-width: 767px) {
  .part_voice #voice_slider .splide__arrows .splide__arrow--prev {
    left: 10px;
  }
}
.part_voice #voice_slider .splide__arrows .splide__arrow--next {
  right: 12%;
}
@media screen and (max-width: 767px) {
  .part_voice #voice_slider .splide__arrows .splide__arrow--next {
    right: 10px;
  }
}
.part_voice #voice_slider .splide__arrows svg {
  fill: #fff;
}
.part_voice #voice_slider .splide__pagination {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .part_voice #voice_slider .splide__pagination {
    bottom: 10px;
  }
}
.part_voice #voice_slider .img_box {
  aspect-ratio: 3/2;
}
.part_voice #voice_slider .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	安心・明瞭なご葬儀プラン(葬儀サロン)
----------------------------------------------------*/
.plan_feature {
  background: #f7f4ec;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .plan_feature {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan_feature {
    padding-top: 30px;
  }
}
.plan_feature .plan_feature_photo {
  position: relative;
}
.plan_feature .btn--salon {
  background: #ad8a5c;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
}
.plan_feature .btn--consul {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  background: #df727e;
}
.plan_feature .plan_feature_contents {
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .plan_feature .plan_feature_contents {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .plan_feature .plan_feature_contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .plan_feature .plan_feature_contents {
    gap: 20px;
  }
}
.plan_feature .plan_feature_wrap {
  width: calc(100% - 490px);
}
@media screen and (max-width: 820px) {
  .plan_feature .plan_feature_wrap {
    width: 100%;
  }
}
.plan_feature .plan_feature_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.plan_feature .plan_feature_item {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px 0 0 0;
  padding-right: 20px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .plan_feature .plan_feature_item {
    gap: 10px;
  }
}
.plan_feature .plan_feature_item:nth-child(even) .plan_feature_label {
  background: #a98e69;
}
.plan_feature .plan_feature_label {
  background: #db8790;
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 15px;
  border-radius: 20px 0 20px 0;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  white-space: nowrap;
}
.plan_feature .plan_feature_label .jp {
  font-size: 1.4rem;
}
.plan_feature .plan_feature_label .num {
  font-size: 3.4rem;
}
.plan_feature .plan_feature_title {
  width: calc(100% - 123px - 14px);
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.2;
}
.plan_feature .plan_feature_icon {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------------------
	お知らせ・イベント
----------------------------------------------------*/
.part_info {
  background: #f8f6f1;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .part_info {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .part_info {
    padding-top: 30px;
  }
  .part_info .btn {
    width: 90%;
  }
}
.part_info .info_item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.part_info .info_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .part_info .info_wrap {
    padding: 20px 0;
  }
}
.part_info .date {
  font-size: 1.5rem;
  line-height: 1;
}
.part_info .title {
  font-weight: 600;
}
.part_info .text {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.4;
}
.part_info #info_slider .splide__arrows .splide__arrow {
  background: #a58e69;
  opacity: 0.6;
  height: 56px;
  width: 56px;
  top: calc(50% - 28px);
}
.part_info #info_slider .splide__arrows .splide__arrow--prev {
  left: 12%;
}
@media screen and (max-width: 767px) {
  .part_info #info_slider .splide__arrows .splide__arrow--prev {
    left: 10px;
  }
}
.part_info #info_slider .splide__arrows .splide__arrow--next {
  right: 12%;
}
@media screen and (max-width: 767px) {
  .part_info #info_slider .splide__arrows .splide__arrow--next {
    right: 10px;
  }
}
.part_info #info_slider .splide__arrows svg {
  fill: #fff;
}
.part_info #info_slider .splide__pagination {
  bottom: 20px;
}
.part_info #info_slider .img_box {
  aspect-ratio: 3/2;
}
.part_info #info_slider .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	豆知識
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .part_knowledge .btn {
    width: 90%;
  }
}
.part_knowledge .cat_name {
  background: #baa978;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.1;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
}
.part_knowledge .deta {
  font-size: 1.5rem;
}
.part_knowledge .title, .part_knowledge .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.part_knowledge .title {
  font-weight: 600;
}
.part_knowledge .knowledge_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .part_knowledge .knowledge_list {
    margin-bottom: 20px;
  }
}
.part_knowledge .knowledge_item {
  width: calc(50% - 10px);
  border: solid 1px #dadbdc;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .part_knowledge .knowledge_item {
    width: 100%;
  }
}
.part_knowledge .knowledge_link {
  display: flex;
  gap: 10px;
  padding: 15px;
}
.part_knowledge .knowledge_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 75%;
}
.part_knowledge .img_box {
  border-radius: 6px;
  aspect-ratio: 1/1;
  width: 25%;
}
.part_knowledge .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.part_faq--bg {
  background: #f7f7f7;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .part_faq--bg {
    padding-top: 50px;
  }
}
.part_faq .part_faq_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .part_faq .part_faq_list {
    gap: 20px;
  }
}
.part_faq .question, .part_faq .answer {
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .part_faq .question, .part_faq .answer {
    padding: 10px;
    gap: 10px;
  }
}
.part_faq .question .text, .part_faq .answer .text {
  padding-top: 0.25em;
}
.part_faq .question a, .part_faq .answer a {
  text-decoration: underline;
}
.part_faq .question {
  font-size: 1.8rem;
  font-weight: 600;
  background: #f4efe6;
  line-height: 1.4;
  border-radius: 6px 6px 0 0;
}
.part_faq .answer {
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.part_faq .icon {
  color: #a78421;
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
}

/*----------------------------------------------------
	斎場一覧　ミニ
----------------------------------------------------*/
.part_hall_mini {
  background: #f3efe6;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .part_hall_mini {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .part_hall_mini {
    padding-top: 30px;
  }
  .part_hall_mini .part_hall_mini_contact {
    padding: 0 10px 10px;
    flex-direction: column;
    gap: 5px;
  }
  .part_hall_mini .part_hall_mini_contact .contact_tel, .part_hall_mini .part_hall_mini_contact .contact_hall {
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
  .part_hall_mini .part_hall_mini_contact .contact_tel {
    background: #d92136;
  }
  .part_hall_mini .part_hall_mini_contact .contact_tel .tel_wrap {
    align-items: center;
  }
  .part_hall_mini .part_hall_mini_contact .contact_tel .tel_anime {
    width: 20px;
    height: 20px;
  }
  .part_hall_mini .part_hall_mini_contact .contact_tel .tel_anime svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
  .part_hall_mini .part_hall_mini_contact .contact_hall {
    background: #4a3b28;
  }
}
.part_hall_mini .part_hall_mini_inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .part_hall_mini .part_hall_mini_inner {
    margin-bottom: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_inner {
    gap: 10px;
  }
}
.part_hall_mini .part_hall_mini_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.part_hall_mini .part_hall_mini_list.salon {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_list.salon {
    justify-content: flex-start;
  }
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .part_hall_mini .part_hall_mini_list.salon .part_hall_mini_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_list.salon .part_hall_mini_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_item a {
  gap: 0;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_list.salon .part_hall_mini_item a {
    flex-direction: column;
  }
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_wrap {
  width: calc(100% - 25px);
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_list.salon .part_hall_mini_wrap {
    width: 100%;
  }
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_wrap .title {
  text-align: left;
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_photo {
  max-width: 250px;
  aspect-ratio: 5/4;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_list.salon .part_hall_mini_photo {
    max-width: unset;
    aspect-ratio: 3/2;
  }
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_contact {
  flex-direction: row;
}
.part_hall_mini .part_hall_mini_list.salon .part_hall_mini_contact a {
  width: 50%;
}
.part_hall_mini .part_hall_mini_item {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .part_hall_mini .part_hall_mini_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_item {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.part_hall_mini .part_hall_mini_item a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_item a {
    height: auto;
  }
}
.part_hall_mini .part_hall_mini_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_wrap {
    padding: 10px;
    gap: 5px;
  }
}
.part_hall_mini .part_hall_mini_wrap .title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  color: #663f1a;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part_hall_mini .part_hall_mini_wrap .title span {
  font-size: 2rem;
}
.part_hall_mini .part_hall_mini_wrap .title span .sp_small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_wrap .title span .sp_small {
    font-size: 1.4rem;
  }
}
.part_hall_mini .part_hall_mini_wrap .title .salon_text {
  font-size: 1.6rem;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_wrap .title .salon_text {
    font-size: 1.4rem;
  }
}
.part_hall_mini .part_hall_mini_wrap .btn {
  font-size: 1.5rem;
  color: #9c7e48;
  background: #fff;
  border: solid 1px #9c7e48;
  padding: 5px 10px;
  margin-top: auto;
}
.part_hall_mini .part_hall_mini_wrap .btn::after {
  right: 10px;
}
.part_hall_mini .part_hall_mini_wrap .addr, .part_hall_mini .part_hall_mini_wrap .access {
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_wrap .addr, .part_hall_mini .part_hall_mini_wrap .access {
    gap: 5px;
  }
}
.part_hall_mini .part_hall_mini_wrap .addr .icon, .part_hall_mini .part_hall_mini_wrap .access .icon {
  color: #7f605a;
  width: 1em;
  text-align: center;
  line-height: 1.6;
}
.part_hall_mini .part_hall_mini_photo {
  position: relative;
  aspect-ratio: 3/2;
}
.part_hall_mini .part_hall_mini_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part_hall_mini .part_hall_mini_photo .label_text {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(222, 77, 97, 0.9019607843);
  width: 90px;
  height: 90px;
  border-radius: 45px;
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_photo .label_text {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 1rem;
    border-radius: 0;
  }
  .part_hall_mini .part_hall_mini_photo .label_text br {
    display: none;
  }
}
.part_hall_mini .part_hall_mini_photo .label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.4rem;
  border-radius: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .part_hall_mini .part_hall_mini_photo .label {
    font-size: 1rem;
    padding: 5px;
    bottom: 5px;
    left: 5px;
  }
}
.part_hall_mini .part_hall_mini_photo .label.family, .part_hall_mini .part_hall_mini_photo .label.honsya {
  background: #af8645;
}
.part_hall_mini .part_hall_mini_photo .label.anchi {
  background: #833463;
}
.part_hall_mini .part_hall_mini_photo .label.sodan {
  background: #0b9b9a;
}

/*----------------------------------------------------
	プランリスト
----------------------------------------------------*/
.plan_archive {
  background-image: linear-gradient(0deg, #f1eee6, #ffffff);
}
.plan_archive .plan_liste {
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .plan_archive .plan_liste {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_liste {
    flex-direction: column;
  }
}
.plan_archive .plan_item {
  width: 33.3333333333%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .plan_archive .plan_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item.simple {
    border: solid 1px #c27214;
    box-shadow: 5px 5px 0 #c2721480;
  }
}
.plan_archive .plan_item.simple .plan_link .plan_point {
  background: #c27214;
}
.plan_archive .plan_item.simple .plan_link .plan_title {
  color: #c27214;
}
.plan_archive .plan_item.simple .plan_link .plan_title::before {
  background: #c272141a;
}
.plan_archive .plan_item.simple .plan_link .plan_title::after {
  color: #c27214;
}
.plan_archive .plan_item.simple .plan_link .service_item.in {
  background: #c27214;
  border-color: #c27214;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item.simple .plan_link .plan_sp_bottom {
    background: #c272141a;
  }
  .plan_archive .plan_item.simple .plan_link .plan_more {
    background: #c27214;
  }
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item.family {
    border: solid 1px #407f5b;
    box-shadow: 5px 5px 0 #407f5b80;
  }
}
.plan_archive .plan_item.family .plan_link .plan_point {
  background: #407f5b;
}
.plan_archive .plan_item.family .plan_link .plan_title {
  color: #407f5b;
}
.plan_archive .plan_item.family .plan_link .plan_title::before {
  background: #407f5b1a;
}
.plan_archive .plan_item.family .plan_link .plan_title::after {
  color: #407f5b;
}
.plan_archive .plan_item.family .plan_link .service_item.in {
  background: #407f5b;
  border-color: #407f5b;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item.family .plan_link .plan_sp_bottom {
    background: #407f5b1a;
  }
  .plan_archive .plan_item.family .plan_link .plan_more {
    background: #407f5b;
  }
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item.standard {
    border: solid 1px #5e3d7b;
    box-shadow: 5px 5px 0 #5e3d7b80;
  }
}
.plan_archive .plan_item.standard .plan_link .plan_point {
  background: #5e3d7b;
}
.plan_archive .plan_item.standard .plan_link .plan_title {
  color: #5e3d7b;
}
.plan_archive .plan_item.standard .plan_link .plan_title::before {
  background: #5e3d7b1a;
}
.plan_archive .plan_item.standard .plan_link .plan_title::after {
  color: #5e3d7b;
}
.plan_archive .plan_item.standard .plan_link .service_item.in {
  background: #5e3d7b;
  border-color: #5e3d7b;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_item.standard .plan_link .plan_sp_bottom {
    background: #5e3d7b1a;
  }
  .plan_archive .plan_item.standard .plan_link .plan_more {
    background: #5e3d7b;
  }
}
.plan_archive .plan_link {
  width: 100%;
  height: 100%;
}
.plan_archive .plan_point, .plan_archive .plan_title {
  text-align: center;
}
.plan_archive .plan_point {
  line-height: 1.2;
  padding: 5px;
  background: #4a3b28;
  color: #fff;
  font-size: clamp(1.4rem, 4vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_point {
    padding: 0;
  }
}
.plan_archive .plan_title {
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_title {
    padding: 0;
    line-height: 1.2;
  }
}
.plan_archive .plan_title::before, .plan_archive .plan_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_title::before, .plan_archive .plan_title::after {
    display: none;
  }
}
.plan_archive .plan_title::before {
  right: 20px;
  width: 26px;
  height: 26px;
  background: #4a3b281a;
  border-radius: 13px;
}
.plan_archive .plan_title::after {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  right: 26px;
  font-size: 1.4rem;
  color: #4a3b28;
  line-height: 1;
}
.plan_archive .plan_title small {
  font-size: 2.8rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.plan_archive .plan_img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.plan_archive .plan_detail {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plan_archive .plan_detail .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;
}
.plan_archive .plan_photo {
  position: relative;
}
.plan_archive .plan_photo .img_text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
.plan_archive .plan_detail__usually, .plan_archive .plan_detail__tax {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__usually, .plan_archive .plan_detail__tax {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.plan_archive .plan_detail__usually small, .plan_archive .plan_detail__tax small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__usually small, .plan_archive .plan_detail__tax small {
    font-size: 1rem;
  }
}
.plan_archive .plan_detail__usually .num, .plan_archive .plan_detail__tax .num {
  font-size: 1.9rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__usually .num, .plan_archive .plan_detail__tax .num {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.plan_archive .plan_detail__usually .num {
  position: relative;
}
.plan_archive .plan_detail__usually .num::after {
  content: "";
  position: absolute;
  background: #333;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.plan_archive .plan_detail__text {
  text-align: center;
  background: #fdfaf1;
  border: solid 1px #b9b9b6;
  border-radius: 6px;
  position: relative;
  font-size: clamp(1.3rem, 4vw, 2rem);
  padding: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__text {
    background: #f2211b;
    color: #fff;
    border-radius: 0;
    border: none;
    line-height: 1.2;
  }
}
.plan_archive .plan_detail__text::before, .plan_archive .plan_detail__text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__text::before, .plan_archive .plan_detail__text::after {
    display: none;
  }
}
.plan_archive .plan_detail__text::after {
  border-width: 7px 7.5px 0px 7.5px;
  border-color: #fdfaf1 transparent transparent transparent;
  bottom: -6px;
}
.plan_archive .plan_detail__text::before {
  border-width: 8px 8px 0px 8px;
  border-color: #b9b9b6 transparent transparent transparent;
  bottom: -8px;
}
.plan_archive .plan_detail__text .point {
  color: #f2211b;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__text .point {
    color: #fff000;
  }
}
.plan_archive .plan_detail__text .num {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  margin-bottom: -1px;
}
.plan_archive .plan_detail__text small {
  font-size: clamp(1rem, 4vw, 1.6rem);
}
.plan_archive .plan_detail__member {
  color: #f2211b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_archive .plan_detail__member .member_text {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__member .member_text {
    font-size: 1.3rem;
  }
}
.plan_archive .plan_detail__member .member_price {
  display: flex;
  align-items: end;
  justify-content: center;
}
.plan_archive .plan_detail__member .num {
  font-size: clamp(3.6rem, 4vw, 5.6rem);
}
.plan_archive .plan_detail__member .unit {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.plan_archive .plan_detail__member .unit__before {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_detail__member .unit__before {
    font-size: 1rem;
    font-weight: 600;
  }
}
.plan_archive .plan_detail__member .unit__yen {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
}
.plan_archive .plan_detail__service {
  gap: 10px;
}
.plan_archive .plan_detail__service .service_item {
  width: 33.3333333333%;
  text-align: center;
  border: solid 1px #b9b9b6;
  border-radius: 4px;
}
.plan_archive .plan_detail__service .service_item.in {
  background: #4a3b28;
  color: #fff;
}
.plan_archive .column_banner {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .plan_archive .column_banner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan_archive .plan_sp_top, .plan_archive .plan_sp_bottom {
    display: flex;
    gap: 5px;
    padding: 5px;
  }
  .plan_archive .plan_link .plan_sp_top {
    align-items: center;
  }
  .plan_archive .plan_link .plan_sp_top .plan_point {
    background: none !important;
    color: #333;
  }
  .plan_archive .plan_link .plan_sp_top_r {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .plan_archive .plan_link .plan_sp_top_l {
    width: 40%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }
  .plan_archive .plan_link .plan_sp_top_l .plan_img {
    height: 100%;
  }
  .plan_archive .plan_link .plan_sp_top_l .img_text {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
  }
  .plan_archive .plan_link .plan_sp_bottom {
    flex-direction: row;
  }
  .plan_archive .plan_link .plan_sp_bottom_r {
    display: flex;
    flex-direction: column-reverse;
    width: 45%;
  }
  .plan_archive .plan_link .plan_sp_bottom_l {
    width: 65%;
  }
  .plan_archive .plan_link .plan_date {
    font-size: 1.3rem;
    text-align: center;
  }
  .plan_archive .plan_link .plan_more {
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    background: #4a3b28;
    padding: 5px;
    line-height: 1.2;
    color: #fff;
  }
  .plan_archive .plan_link .plan_more::after {
    content: "\f0a9";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
/*----------------------------------------------------
	資料請求
----------------------------------------------------*/
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #f1eee6;
  font-size: 1.5rem;
}
#footer .inner {
  padding-top: 40px;
}
#footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
#footer .footer_wrap .company_info .footer_logo {
  width: 203px;
  display: block;
  margin-bottom: 10px;
}
#footer .footer_wrap .company_detail {
  margin: 30px 0 20px;
}
#footer .footer_wrap .sns_list {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .sns_list {
    justify-content: center;
  }
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-left: 200px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu {
    margin-left: 5%;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu {
    gap: 10px;
  }
  #footer .footer_wrap .footer_menu .footer_menu_list {
    width: 100%;
  }
}
#footer .footer_wrap .footer_menu .footer_menu_item {
  padding-bottom: 1rem;
}
#footer .footer_wrap .footer_menu .child_list {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
#footer .footer_wrap .footer_menu .child_item a {
  display: flex;
}
#footer .footer_wrap .footer_menu .child_item a::before {
  content: "-";
  margin-right: 5px;
}
#footer .footer_bnr_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 15px;
  position: relative;
  border-top: solid 1px #dbdbcd;
}
@media screen and (max-width: 767px) {
  #footer .footer_bnr_list {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
#footer .footer_bnr_item {
  width: 260px;
  background: #fff;
  border-radius: 2px;
  border: solid 1px #9a7a24;
}
@media screen and (max-width: 767px) {
  #footer .footer_bnr_item {
    width: 80%;
    margin: 0 auto;
  }
}
#footer .footer_bnr_item a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#footer .footer_bnr_item a::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #9a7a24;
}
#footer .footer_bnr_item small {
  font-size: 1.4rem;
  font-weight: 600;
}
#footer .footer_bnr_item .my_garden {
  color: #449976;
  font-size: 1.9rem;
  font-weight: 600;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  border-top: solid 1px #dbdbcd;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 100px;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    right: 30px;
  }
}
#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: #4a3b28;
  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: 820px) {
  #pagetop {
    right: 10px;
    bottom: 90px;
  }
  #pagetop a {
    width: 48px;
    height: 48px;
  }
  #pagetop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
/*----------------------------------------------------
	改行
----------------------------------------------------*/
@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 {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime {
  width: 40px;
  height: 40px;
}
.tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #d92136;
}
.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;
  }
}