@charset "UTF-8";
@keyframes updown1 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "游ゴシック", "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";
  overflow-x: hidden;
}
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 {
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    margin-bottom: 50px;
  }
}
.column--mgb {
  margin-bottom: 0;
}
.column--bg {
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  .column--bg {
    padding: 50px 0;
  }
}
.column--top {
  background: url(../img/common/bg_top.png) no-repeat top center #f4f0e5;
  padding: 65px 0 100px 0;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .column--top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  .column--top {
    padding: 50px 0;
  }
}
.column--bg-repeat {
  margin-bottom: 0;
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  .column--bg-repeat {
    padding: 50px 0;
  }
}

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

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

.num {
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}

.title_icon {
  position: relative;
  padding-top: 124px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_icon {
    padding-top: 80px;
  }
}
.title_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/logo_icon.svg) no-repeat;
  width: 93px;
  height: 94px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .title_icon::before {
    width: 60px;
    height: 60px;
  }
}

.text_color {
  color: #a23333;
}

.marker {
  background: linear-gradient(transparent 60%, #fff000 60%);
  display: inline;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.comment_btn .comment {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.comment_btn .comment:before, .comment_btn .comment::after {
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  border-top: 2px solid #000;
}
.comment_btn .comment:before {
  transform: rotateZ(60deg);
  transform-origin: left center;
}
.comment_btn .comment::after {
  transform: rotateZ(-60deg);
  transform-origin: right center;
}
.comment_btn .comment span {
  padding: 0 20px;
}

.btn {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 360px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 10px;
  background: #a23333;
  margin: 0 auto;
  display: block;
  position: relative;
  box-shadow: 7px 7px 0 #c4bb9f;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  transform: translate(7px, 7px);
  box-shadow: none;
  transition: all 0.3s ease;
}
.btn:after {
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #a23333;
  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: #a23333;
  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_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: bold;
}

.sec_title {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  color: #23160f;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 20px;
  }
}
.sec_title .sub {
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.sec_title .main {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}
.sec_title .big_text {
  font-size: 150%;
}
.sec_title .color {
  color: #a23333;
}
.sec_title.dark {
  color: #b59035;
}
.sec_title--icon {
  position: relative;
  padding: 70px 0 30px;
}
@media screen and (max-width: 767px) {
  .sec_title--icon {
    padding: 60px 0 20px;
  }
}
.sec_title--icon::before, .sec_title--icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec_title--icon::before {
  background: url(../img/common/title_icon.svg) no-repeat;
  width: 76px;
  height: 39px;
  background-size: cover;
  top: 0;
}
.sec_title--icon::after {
  background: #c4bb9f;
  width: 80px;
  height: 2px;
  bottom: 0;
}
.sec_title--underline {
  position: relative;
  padding-bottom: 10px;
}
.sec_title--underline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #c4bb9f;
  width: 80px;
  height: 2px;
  bottom: 0;
}

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

.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;
  }
}
main .h1_box .h_tit br {
  display: none;
}

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

.mourner_bnr {
  position: fixed;
  left: 0;
  bottom: 15%;
  z-index: 2;
}
.mourner_bnr a {
  width: 222px;
  height: 168px;
  background: url(../img/common/mourner_bnr_pc1.png);
  display: block;
}
.mourner_bnr a:hover {
  background: url(../img/common/mourner_bnr_pc2.png);
  opacity: 1;
}

.mourner_bnr {
  position: fixed;
  left: 0;
  bottom: 15%;
  z-index: 2;
}
.mourner_bnr a {
  width: 222px;
  height: 168px;
  background: url(../img/common/mourner_bnr_pc1.png);
  display: block;
}
.mourner_bnr a:hover {
  background: url(../img/common/mourner_bnr_pc2.png);
  opacity: 1;
}

.mourner_bnr_sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .mourner_bnr {
    display: none !important;
  }
  .mourner_bnr_sp {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .mourner_bnr_sp img {
    border-radius: 5px;
  }
}
.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #a23333;
  background-size: cover;
  padding: 10px 0;
}
.foot_fixed_bnr .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.foot_fixed_bnr .inner .mini {
  font-size: 1.3rem;
}
.foot_fixed_bnr .operator {
  position: absolute;
  bottom: -10px;
  left: 0;
  max-width: 109px;
  width: 100%;
}
.foot_fixed_bnr .fukidashi {
  color: #fff;
  background: url(../img/common/fukidashi.svg) no-repeat;
  background-size: contain;
  padding: 10px 10px 10px 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-left: 109px;
}
.foot_fixed_bnr .fukidashi .time {
  color: #fdef3a;
}
.foot_fixed_bnr .tel_wrap {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.foot_fixed_bnr .tel_wrap .read {
  font-size: 1.5rem;
  margin-bottom: -5px;
}
.foot_fixed_bnr .tel_wrap .read span {
  font-size: 2.2rem;
}
.foot_fixed_bnr .tel_wrap .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot_fixed_bnr .tel_wrap .tel_anime {
  width: 35px;
  height: 35px;
}
.foot_fixed_bnr .tel_wrap .tel_anime svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.foot_fixed_bnr .tel_wrap .num {
  font-size: 4.2rem;
  line-height: 1;
}

.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 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_floating_sp li .tel_anime_bnr .tel_anime svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header.mourner_header .head_belt .inner {
    justify-content: center;
    gap: 10px;
  }
}
@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.mourner_header .head_belt .inner .head_r {
  width: auto;
}
#header .title_box {
  background: #a23333;
  padding: 0 10px;
}
#header .title_box .inner {
  align-items: center;
  line-height: 1;
}
#header .title_box .h_tit {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .title_box .title_box_btns {
  display: flex;
  gap: 10px;
  padding: 5px 0;
}
#header .title_box .title_box_btns a {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
#header .title_box .title_box_btns a:first-child {
  padding-left: 0;
  border-left: none;
}
#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;
    height: 63px;
  }
}
#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;
  max-width: 1200px;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .logo_area {
    max-width: 215px;
  }
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_l {
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l {
    max-width: 150px;
  }
}
#header .head_belt .inner .head_r {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 20px;
}
#header .head_belt .inner .head_r .tel_wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#header .head_belt .inner .head_r .tel_wrap .lead {
  font-size: 1.4rem;
}
#header .head_belt .inner .head_r .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#header .head_belt .inner .head_r .tel .tel_anime {
  width: 35px;
  height: 35px;
}
#header .head_belt .inner .head_r .tel .tel_anime svg {
  width: 35px;
  height: 35px;
}
#header .head_belt .inner .head_r .tel .num {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.6rem;
  display: inline-block;
  color: #bf2222;
  width: 100%;
  font-weight: 700;
}
#header .head_belt .kyouka_btn {
  line-height: 1.2;
  font-weight: bold;
  border-radius: 30px;
  border: solid 1px #333;
  padding: 10px 30px 10px 20px;
  position: relative;
}
#header .head_belt .kyouka_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  line-height: 1;
}
#header .head_belt .head_r_wrap {
  align-items: center;
}
@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: 22px;
    right: 0;
    width: 20%;
    z-index: 999;
  }
  .navigation_sp.visible {
    width: 100vw;
    top: 0;
  }
  .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: bold;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2rem;
    margin-bottom: 3px;
    color: #a23333;
  }
  .navigation_sp .nav_flex .menu_btn {
    height: 60px;
    text-align: center;
  }
  .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: bold;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .close {
    background: #a23333;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    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--hurry {
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box--hurry .hurry_mv .hurry_mv_wrap {
    padding: 30px 15px 0 !important;
  }
  .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 a.sub_title {
    display: block;
    border-left: 5px solid #a23333;
    padding-left: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box a.sub_title::after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
  .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: #a23333;
  }
  .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: bold;
  }
  .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;
  }
  .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: #a23333;
    font-size: 2rem;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a .text {
    padding-right: 25px;
  }
  .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: #bf2222;
  }
  .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: bold;
    border: 1px solid #bf2222;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #bf2222;
    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 #a23333;
    background: #a23333;
    font-weight: bold;
    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 #a23333;
    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;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 80px - 180px) / 6);
    padding: 5px 0;
  }
  .nav .nav_list .nav_item .style_link, .nav .nav_list .nav_item .link_none {
    border-left: 1px solid #ccc;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
  }
  .nav .nav_list .nav_item .style_link span, .nav .nav_list .nav_item .link_none span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    width: 100%;
    padding: 30px 15px;
    background: #f4f0e5;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu .column_plan .area_plan_list {
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu .column_plan .area_plan_list .area_plan_item {
    width: 33.3333333333%;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list li {
    width: 30%;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list li a {
    border-left: none;
    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 .area_link_list li a.parent_link {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list li a.parent_link:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #a23333;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list .child_area {
    margin-left: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list .child_area a {
    font-size: 1.6rem;
  }
  .nav .nav_list .nav_item .tgl_menu .area_link_list.area_link_list li {
    width: auto;
  }
  .nav .nav_list .nav_item .tgl_menu .column_plan .area_plan_list {
    margin-bottom: 0;
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 23%;
  }
  .nav .nav_list .nav_item.home {
    width: 80px;
  }
  .nav .nav_list .nav_item.home img {
    display: inline;
  }
  .nav .nav_list .nav_item.home span {
    display: none;
  }
  .nav .nav_list .nav_item.hurry {
    background: #bf2222;
    max-width: 180px;
    width: 100%;
  }
  .nav .nav_list .nav_item.hurry a {
    border-left: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .nav .nav_list .nav_item.hurry a::before {
    content: url(../img/common/icon_hurry.svg);
    width: 21px;
    height: 21px;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
    line-height: 1.4;
  }
  .nav .nav_list .nav_item.hurry a .main {
    font-size: 1.8rem;
  }
  .nav .nav_list .nav_item.hurry a .sub {
    font-size: 1.2rem;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .nav .nav_list .nav_item .icon_arrow {
    position: relative;
  }
  .nav .nav_list .nav_item .icon_arrow::after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
/*お急ぎの方への開閉ボタン*/
.hurry_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }
  .hurry_box .open_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #bf2222;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 100px;
    box-shadow: 3px 3px 0 #ad392a;
    border: 0;
    line-height: 1.4;
  }
  .hurry_box .open_btn .fa-angle-up {
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .hurry_box .open_btn .fa-angle-up:before {
    border-radius: 100px;
    margin: 0 5px;
  }
  .hurry_box .open_btn .title {
    font-size: 2.6rem;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  .hurry_box .open_btn .lead {
    font-size: 1.6rem;
    color: #ffe100;
  }
  .hurry_box .open_btn.active .fa-angle-up {
    transform: rotate(360deg);
  }
  .hurry_box .hurry_detail {
    display: none;
  }
  .hurry_box .hurry_detail li {
    font-size: 1.7rem;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
  }
  .hurry_box .hurry_detail li::before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    color: #bf2222;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  .hurry_box .tel_btn {
    background: #073465;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto;
  }
  .hurry_box .tel_btn .flex {
    padding: 10px;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    gap: 0;
  }
  .hurry_box .tel_btn .flex .head_catch {
    width: 100%;
    color: #ffe100;
    font-size: 2rem;
    white-space: nowrap;
  }
  .hurry_box .tel_btn .flex .tel_anime {
    position: relative;
    top: 5px;
  }
  .hurry_box .tel_btn .flex .tel_anime svg {
    width: 50px;
    height: 50px;
    fill: #fff;
  }
  .hurry_box .tel_btn .flex .tel_txt {
    font-size: 3.5rem;
    font-weight: 800;
    white-space: nowrap;
    margin-left: 8px;
  }
  .hurry_box .tel_btn .flex .foot_catch {
    width: 100%;
    font-size: 1.7rem;
    white-space: nowrap;
  }
  .hurry_box .tel_btn .flex .foot_catch .big {
    font-size: 2.6rem;
    font-weight: 900;
  }
  .hurry_box .tel_btn .flex .foot_catch .tel_free {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .hurry_box .reminder {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .hurry_box .reminder span {
    background: #bf2222;
    color: #fff;
    padding: 5px;
    display: block;
  }
  .hurry_box .hurry_banner_box {
    border: 1px solid #eee;
    padding: 10px 0 20px 0;
    background: #f6f3ee;
    box-shadow: 0 0 3px #ccc;
  }
  .hurry_box .hurry_banner_box p {
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .hurry_box .hurry_banner_box p .num {
    color: #bf2222;
    font-size: 1.3em;
  }
  .hurry_box .hurry_banner_box .column {
    padding: 0;
  }
}

.fukidashi_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fukidashi_text {
    gap: 5px;
  }
}
.fukidashi_text::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .fukidashi_text::before {
    display: none;
  }
}
.fukidashi_text::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .fukidashi_text::after {
    display: none;
  }
}
.fukidashi_text span {
  width: auto;
}
@media screen and (max-width: 767px) {
  .fukidashi_text span {
    width: calc(100% - 15px);
  }
}

.column_banner .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.column_banner .banner_wrap {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .column_banner .banner_wrap {
    margin-bottom: 30px;
  }
  .column_banner .banner_wrap img {
    display: none;
  }
}
.column_banner .text_wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .column_banner .text_wrap {
    width: 100%;
  }
}
.column_banner .text_wrap {
  line-height: 1.2;
}
.column_banner .text_wrap .fukidashi_title {
  background: #bf2222;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_banner .text_wrap .fukidashi_title {
    font-size: 2.4rem;
    padding: 10px;
  }
}
.column_banner .text_wrap .fukidashi_title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #bf2222 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.column_banner .text_wrap .fukidashi_title .time {
  font-size: 2.6rem;
  color: #fdef3a;
}
.column_banner .text_wrap .read {
  position: relative;
}
.column_banner .text_wrap .read::before, .column_banner .text_wrap .read::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .column_banner .text_wrap .read::before, .column_banner .text_wrap .read::after {
    display: none;
  }
}
.column_banner .text_wrap .read::after {
  border-width: 0px 0px 19px 19px;
  border-color: transparent transparent #ffffff transparent;
  right: 0;
}
.column_banner .text_wrap .read::before {
  border-width: 19px 19px 0px 0px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
}
.column_banner .text_wrap .read_wrap {
  position: relative;
}
.column_banner .text_wrap .read_wrap:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 16px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .column_banner .text_wrap .read_wrap:after {
    top: auto;
    bottom: -16px;
    height: 10px;
  }
}
.column_banner .text_wrap .read_wrap span {
  background: #fff;
  padding: 0 30px;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 2.4rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_banner .text_wrap .read_wrap span {
    padding: 0;
  }
}
.column_banner .text_wrap .read_wrap span::before, .column_banner .text_wrap .read_wrap span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .column_banner .text_wrap .read_wrap span::before, .column_banner .text_wrap .read_wrap span::after {
    display: none;
  }
}
.column_banner .text_wrap .read_wrap span::before {
  border-width: 0px 0px 19px 19px;
  border-color: transparent transparent #ffffff transparent;
  left: -18px;
}
.column_banner .text_wrap .read_wrap span::after {
  border-width: 19px 19px 0px 0px;
  border-color: #ffffff transparent transparent transparent;
  right: -18px;
}
.column_banner .text_wrap .tel_wrap {
  gap: 10px;
  align-items: center;
}
.column_banner .text_wrap .tel_wrap .tel {
  display: flex;
  gap: 10px;
  align-items: center;
}
.column_banner .text_wrap .tel_wrap .tel_anime {
  width: 60px;
  height: 60px;
}
.column_banner .text_wrap .tel_wrap .tel_anime svg {
  width: 60px;
  height: 60px;
}
.column_banner .text_wrap .tel_wrap .num {
  font-size: 8.4rem;
  line-height: 1;
}
.column_banner .text_wrap .tel_point {
  gap: 10px;
}
.column_banner .text_wrap .tel_point_item {
  border: solid 1px #bf2222;
  border-radius: 6px;
  padding: 10px;
  color: #bf2222;
  text-align: left;
  font-weight: bold;
}
.column_banner .banners {
  background: #f9f1f1;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  .column_banner .banners {
    padding: 15px;
  }
}
.column_banner .fukidashi_title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.2rem;
}
.column_banner .fukidashi_title small {
  line-height: 1.4;
  display: inline-block;
}
.column_banner .fukidashi_title .time {
  background: #bf2222;
  color: #fff000;
  padding: 5px 15px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .column_banner .fukidashi_title .time {
    padding: 0;
  }
}
.column_banner .banner_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .column_banner .banner_box {
    flex-direction: column;
    gap: 10px;
  }
}
.column_banner .banner_box--wrap {
  flex-wrap: wrap;
}
.column_banner .banner_box--wrap .w100 {
  width: 100%;
}
.column_banner .banner_box--wrap .w50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .column_banner .banner_box--wrap .w50 {
    width: 100%;
  }
}
.column_banner .banner_item {
  filter: drop-shadow(0 0 5px #ccc);
}
.column_banner .banner_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_banner .banner_list {
    gap: 10px;
  }
}
.column_banner.area_banner {
  background: #f9f1f1;
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.column_voice {
  background: url(../img/common/flower_bg.png) no-repeat bottom -20px center #f9f1f1;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column_voice {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .column_voice {
    padding-bottom: 120px;
  }
}
.column_voice::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #f9f1f1;
  z-index: 1;
}
.column_voice .splide__track {
  overflow: visible !important;
}
.column_voice .sec_title {
  margin-bottom: 15px;
}
.column_voice .voice_item {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #beb3a8;
  border-radius: 6px;
}
.column_voice .voice_item .img_box {
  aspect-ratio: 135/76;
}
.column_voice .voice_item .img_box img {
  object-fit: cover;
}
.column_voice .voice_item .voice_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.column_voice .voice_item .title {
  font-weight: bold;
}
.column_voice .voice_item .star {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  padding: 5px 10px;
  line-height: 1;
}
.column_voice .voice_item .star dt {
  font-size: 1.4rem;
}
.column_voice .voice_item .star dd {
  color: #eb9b1d;
  font-size: 1.8rem;
}
.column_voice .voice_item .place {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.column_voice .voice_item .place dt {
  background: #8f7a62;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px;
}
.column_voice .voice_item .place dd {
  border: solid 1px #8f7a62;
  padding: 5px 10px;
  border-radius: 0 4px 4px 4px;
  line-height: 1.2;
}
.column_voice .voice_wrap {
  padding: 10px;
}

.column_news {
  background: #f4f2ed;
}
.column_news .news_item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px #beb3a8;
}
.column_news .news_item .img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.column_news .news_item a {
  padding: 10px;
  display: block;
}
.column_news .news_item .text_wrap {
  padding: 10px;
}
.column_news .news_item .date {
  font-size: 1.5rem;
}
.column_news .news_item .title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column_news .news_item .text {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.column_knowledge {
  background: #f9f1f1;
}
.column_knowledge .knowledge_item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px #beb3a8;
}
.column_knowledge .knowledge_item a {
  padding: 10px;
  display: block;
}
.column_knowledge .knowledge_item .text_wrap {
  padding: 10px;
}
.column_knowledge .knowledge_item .date {
  font-size: 1.5rem;
}
.column_knowledge .knowledge_item .title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column_knowledge .knowledge_item .text {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__arrow {
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.splide__arrow--next svg, .splide__arrow--prev svg {
  display: none;
}
.splide__arrow--next {
  background: url(../img/common/arrow_next.png) no-repeat;
}
.splide__arrow--prev {
  background: url(../img/common/arrow_prev.png) no-repeat;
}
.splide__hall {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media screen and (max-width: 820px) {
  .splide__hall {
    padding: 0;
  }
}
.splide__news .splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 1100px) {
  .splide__news .splide__arrow--next {
    right: 0;
  }
}
.splide__news .splide__arrow--prev {
  left: -40px;
}
@media screen and (max-width: 1100px) {
  .splide__news .splide__arrow--prev {
    left: 0;
  }
}
.splide__track.newslist {
  padding-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .splide__track.newslist {
    padding-bottom: 30px;
  }
}
.splide__slide {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.splide__slide img {
  width: 100%;
}
.splide__slide.thum {
  opacity: 0.3;
  transition: all 0.3s;
}
.splide__slide.thum.is-active {
  opacity: 1;
  border: 0 !important;
}
.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 #a23333;
  background: #a23333 !important;
}

.slide_wrap {
  position: relative;
}

.hero {
  padding-bottom: 60px;
  background: url(../img/common/bg_mv.png) repeat-x bottom 5px center #f4f0e5;
  margin-bottom: 65px;
}
@media screen and (max-width: 1100px) {
  .hero {
    margin-bottom: 50px;
  }
}

#main_slider {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  #main_slider {
    display: none;
  }
}
#main_slider .splide__pagination {
  bottom: -40px;
}
#main_slider .splide__pagination__page {
  height: 12px;
  width: 12px;
  border: none;
  background: #c4bb9f;
}
#main_slider .splide__pagination__page.is-active {
  transform: none;
}
#main_slider .splide__arrow {
  top: 50%;
}

#main_slider_sp {
  display: none;
}
@media screen and (max-width: 820px) {
  #main_slider_sp {
    display: block;
  }
}
#main_slider_sp .splide__pagination {
  bottom: -40px;
}
#main_slider_sp .splide__pagination__page {
  height: 12px;
  width: 12px;
  border: none;
  background: #c4bb9f;
}
#main_slider_sp .splide__pagination__page.is-active {
  transform: none;
}

/*------エリアトップMV------------------------------*/
@media screen and (max-width: 767px) {
  .column_area_mv .inner {
    padding: 0;
  }
  .column_area_mv .sp_wrap {
    padding: 10px 0;
  }
}
.column_area_mv .area_mv {
  position: relative;
  gap: 0;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
  background-image: linear-gradient(0deg, #a23333, #bf2222);
}
.column_area_mv .area_mv .text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .column_area_mv .area_mv .text_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .text_wrap {
    position: unset;
    transform: unset;
    width: 100%;
  }
}
.column_area_mv .area_mv .shadow {
  text-shadow: 0px 0px 5px rgba(162, 51, 51, 0.8);
}
@media screen and (max-width: 820px) {
  .column_area_mv .area_mv .shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
}
.column_area_mv .area_mv .area_mv_title {
  font-weight: bold;
  color: #fff;
  font-size: clamp(3.5rem, 5vw, 4.8rem);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .area_mv_title {
    padding: 10px 0;
  }
}
.column_area_mv .area_mv .area_mv_title .area_name {
  font-size: clamp(3rem, 5vw, 3.8rem);
  color: #bf2222;
  background: #fff;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .column_area_mv .area_mv .area_mv_title .area_name {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .area_mv_title .area_name span {
    font-size: 70%;
  }
}
.column_area_mv .area_mv .area_mv_title .area_name small {
  color: #333;
  font-size: 70%;
}
.column_area_mv .area_mv .area_mv_title .color {
  font-size: 4.2rem;
  color: #fff600;
}
@media screen and (max-width: 1100px) {
  .column_area_mv .area_mv .area_mv_title .color {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 820px) {
  .column_area_mv .area_mv .area_mv_title .color {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .area_mv_title .color {
    font-size: 2.6rem;
  }
  .column_area_mv .area_mv .area_mv_title .color span {
    position: relative;
  }
}
.column_area_mv .area_mv .area_mv_title .color small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .area_mv_title .color small {
    display: none;
  }
}
.column_area_mv .area_mv .cost_wrap {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap {
    margin-bottom: 5px;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost .excluding_tax {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.column_area_mv .area_mv .cost_wrap .area_cost .vertical {
  writing-mode: vertical-rl;
  color: #fff600;
  border: solid 1px #fff600;
  padding: 5px;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost .vertical {
    font-size: 1.8rem;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost .excluding_price {
  display: flex;
  color: #fff600;
  line-height: 1;
}
.column_area_mv .area_mv .cost_wrap .area_cost .excluding_price .num {
  font-size: 8.6rem;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost .excluding_price .num {
    font-size: 5.5rem;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost .excluding_price .yen {
  display: flex;
  flex-direction: column-reverse;
  font-size: 4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost .excluding_price .yen {
    font-size: 2.5rem;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost .excluding_price .tani {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost .excluding_price .tani {
    font-size: 1rem;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost_note {
  color: #fff;
  align-items: end;
}
.column_area_mv .area_mv .cost_wrap .area_cost_note .area_mv_note {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost_note .area_mv_note {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost_note .tax_included {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost_note .tax_included {
    font-size: 2rem;
  }
}
.column_area_mv .area_mv .cost_wrap .area_cost_note .tax_included small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .cost_wrap .area_cost_note .tax_included small {
    font-size: 1.2rem;
  }
}
.column_area_mv .area_mv .area_mv_cost {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .column_area_mv .area_mv .area_mv_cost {
    font-size: 1.8rem;
  }
  .column_area_mv .area_mv .area_mv_cost br {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .column_area_mv .area_mv .area_mv_cost {
    font-size: 1.6rem;
  }
  .column_area_mv .area_mv .area_mv_cost br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .area_mv_cost {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .column_area_mv .area_mv .area_mv_cost br {
    display: none;
  }
}
.column_area_mv .area_mv .area_mv_plan {
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  font-size: 1.7rem;
  padding: 10px;
  border: solid 2px #fff;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  background: #a23333;
}
@media screen and (max-width: 1100px) {
  .column_area_mv .area_mv .area_mv_plan {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  .column_area_mv .area_mv .area_mv_plan {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_mv .area_mv_plan {
    font-size: 1.3rem;
    padding: 3px 5px;
    margin-bottom: 3px;
    text-align: center;
    display: block;
  }
}
.column_area_mv .area_seo {
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_area_mv .area_seo {
    padding: 0 15px;
  }
}
.column_area_mv .area_seo .text {
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 1.3rem;
}
.column_area_mv .area_seo .gradation_wrap {
  background: linear-gradient(to top, #fff 60%, rgba(255, 255, 255, 0));
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.column_area_mv .area_seo .read_more {
  border: none;
  background: none;
  text-decoration: underline;
}

.column_area_menu .area_menu_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_title {
    margin-bottom: 20px;
  }
}
.column_area_menu .area_menu_list {
  flex-wrap: wrap;
  justify-content: center;
}
.column_area_menu .area_menu_item {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 820px) {
  .column_area_menu .area_menu_item {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_item {
    width: calc(50% - 10px);
  }
}
.column_area_menu .area_menu_item .btn {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px 10px 10px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_item .btn {
    flex-direction: column;
    padding: 10px 10px 20px;
    gap: 5px;
  }
}
.column_area_menu .area_menu_item .btn:hover {
  transform: none;
}
.column_area_menu .area_menu_item .btn .icon {
  background: #fff;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
}
.column_area_menu .area_menu_item .btn .icon img {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_item .btn .icon {
    display: none;
  }
}
.column_area_menu .area_menu_item .btn .text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_item .btn .text {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
.column_area_menu .area_menu_item .btn::after {
  content: "\f107";
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_item .btn::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.column_area_faq .area_faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.column_area_faq .area_faq_item {
  border: solid 1px #7e8080;
  overflow: hidden;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.column_area_faq .area_faq_item dt, .column_area_faq .area_faq_item dd {
  padding: 20px;
}
.column_area_faq .area_faq_item dt {
  background: #f9f1f1;
  font-weight: bold;
  font-size: 1.8rem;
}
.column_area_faq .area_faq_item dd {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .column_area_faq .area_faq_item dd {
    flex-direction: column;
    gap: 0;
  }
}
.column_area_faq .area_faq_item dd img {
  width: 30%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .column_area_faq .area_faq_item dd img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.column_area_faq .area_faq_item dd p {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .column_area_faq .area_faq_item dd p {
    width: 100%;
  }
}

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

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

/*------特徴コーナー------------------------------*/
.column_feature {
  overflow: unset;
  position: relative;
  background: url(../img/common/bg_feature.png) repeat-x bottom center, #faf7ef;
}
@media screen and (max-width: 820px) {
  .column_feature {
    padding-top: 0;
  }
}
.column_feature::before {
  content: "";
  background: url(../img/common/bg_feature_top.png) no-repeat top center;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  aspect-ratio: 1600/271;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .column_feature::before {
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .column_feature::before {
    height: 100px;
    background-size: cover;
  }
}
.column_feature .inner {
  position: relative;
  z-index: 3;
}
.column_feature .title_icon {
  margin-bottom: 20px;
}
.column_feature .title_icon span {
  background: #b59035;
  padding: 10px 50px;
  color: #fff;
  border-radius: 50px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column_feature .title_icon span {
    display: block;
    padding: 5px 15px;
  }
}
.column_feature .sec_title {
  font-size: clamp(2.6rem, 4vw, 4.8rem);
}
.column_feature .sec_title small {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}
.column_feature .sec_title .text_color strong {
  font-size: clamp(3rem, 4vw, 5.4rem);
}
.column_feature .feature_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_feature .feature_list {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.column_feature .feature_item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .column_feature .feature_item {
    flex-direction: column;
  }
}
.column_feature .feature_item img, .column_feature .feature_item .text_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_feature .feature_item img, .column_feature .feature_item .text_wrap {
    width: 100%;
  }
}
.column_feature .feature_item img {
  object-fit: cover;
}
.column_feature .feature_item .text_wrap {
  background: #fff;
  padding: 40px 60px;
  position: relative;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_feature .feature_item .text_wrap {
    padding: 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_feature .feature_item .text_wrap {
    top: 0;
  }
}
.column_feature .feature_item .text_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #a23333 0%, #a23333 30%, #b29879 30%, #b29879 100%);
}
.column_feature .feature_item .text_wrap .label {
  background: #a23333;
  color: #fff;
  padding: 5px 30px;
  font-size: 2rem;
  border-radius: 20px;
  display: inline-block;
  line-height: 1.2;
}
.column_feature .feature_item .text_wrap .title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.4;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan .discount {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.4;
}
.column_plan .discount .text_color {
  color: #f00303;
  display: inline;
  background: linear-gradient(transparent 70%, #fff000 0%);
}
.column_plan .discount .text_color .num {
  font-size: 5rem;
}
.column_plan .area_plan_list {
  margin-bottom: 55px;
}
@media screen and (max-width: 820px) {
  .column_plan .area_plan_list {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
}
.column_plan .area_plan_item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .column_plan .area_plan_item {
    width: 100%;
    text-align: center;
  }
}
.column_plan .temple_intro {
  justify-content: center;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 5px 0;
  max-width: 700px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 820px) {
  .column_plan .temple_intro {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .column_plan .temple_intro {
    flex-direction: column;
    gap: 0;
  }
}
.column_plan .temple_intro .text {
  padding: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(2.4rem, 4vw, 3rem);
}
@media screen and (max-width: 767px) {
  .column_plan .temple_intro .text {
    padding: 15px 0;
  }
}
.column_plan .temple_intro .text small {
  font-size: 2rem;
  font-weight: normal;
}
.column_plan .temple_intro .text span {
  font-size: clamp(2rem, 4vw, 2.2rem);
}

.column_plan_list .plan_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box {
    gap: 17px;
  }
}
.column_plan_list .plan_box li {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  box-shadow: 0 2px 5px #eee;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s all;
}
.column_plan_list .plan_box li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box li {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box li {
    width: 100%;
  }
}
.column_plan_list .plan_box li.plan_simple {
  border: 1px solid #a36b33;
}
.column_plan_list .plan_box li.plan_simple .plan_box_catch {
  background: #a36b33;
}
.column_plan_list .plan_box li.plan_simple .plan_box_title {
  color: #a36b33;
}
.column_plan_list .plan_box li.plan_simple .flow.in {
  background: #a36b33;
}
.column_plan_list .plan_box li.plan_family {
  border: 1px solid #a3326b;
}
.column_plan_list .plan_box li.plan_family .plan_box_catch {
  background: #a3326b;
}
.column_plan_list .plan_box li.plan_family .plan_box_title {
  color: #a3326b;
}
.column_plan_list .plan_box li.plan_family .flow.in {
  background: #a3326b;
}
.column_plan_list .plan_box li.plan_oneday {
  border: 1px solid #6ba333;
}
.column_plan_list .plan_box li.plan_oneday .plan_box_catch {
  background: #6ba333;
}
.column_plan_list .plan_box li.plan_oneday .plan_box_title {
  color: #6ba333;
}
.column_plan_list .plan_box li.plan_oneday .flow.in {
  background: #6ba333;
}
.column_plan_list .plan_box li.plan_general {
  border: 1px solid #3c268f;
}
.column_plan_list .plan_box li.plan_general .plan_box_catch {
  background: #3c268f;
}
.column_plan_list .plan_box li.plan_general .plan_box_title {
  color: #3c268f;
}
.column_plan_list .plan_box li.plan_general .flow.in {
  background: #3c268f;
}
.column_plan_list .plan_box li a {
  height: 100%;
  display: block;
}
.column_plan_list .plan_box .plan_box_catch {
  color: #fff;
  padding: 5px;
  display: block;
  line-height: 1.4;
  border-radius: 9px 9px 0 0;
}
.column_plan_list .plan_box .plan_box_title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: bold;
  position: relative;
}
.column_plan_list .plan_box .plan_box_title::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 2rem;
}
.column_plan_list .plan_box .plan_img {
  position: relative;
}
.column_plan_list .plan_box .plan_box_img {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
  padding: 0 10px;
  border-radius: 10px;
}
.column_plan_list .plan_box .plan_box_img_sub {
  margin: 10px 0 0;
}
.column_plan_list .plan_box .plan_img_text {
  position: absolute;
  font-size: 1.4rem;
  bottom: 5px;
  right: 15px;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
.column_plan_list .plan_box .plan_box_info_wrap {
  padding: 0 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
}
.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 .flow {
  width: calc(33.3333333333% - 3px);
  color: #fff;
  border-radius: 4px;
  background: #ccc;
  padding: 8px 5px;
}
.column_plan_list .plan_box .plan_ippan {
  text-align: center;
  font-size: 1.8rem;
  width: fit-content;
  margin: 0 auto;
}
.column_plan_list .plan_box .plan_ippan .underline {
  position: relative;
}
.column_plan_list .plan_box .plan_ippan .underline::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_box_discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e0e0dc;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  padding: 3px 10px;
  border-radius: 8px;
  line-height: 1.2;
  font-weight: bold;
}
.column_plan_list .plan_box .plan_box_discount::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  border-right: 1px solid #e0e0dc;
  border-bottom: 1px solid #e0e0dc;
  transform: translate(-50%, 55%) rotate(45deg);
  transform-origin: center center;
}
.column_plan_list .plan_box .plan_box_discount.mgt-10 {
  margin-top: 10px;
}
.column_plan_list .plan_box .plan_box_discount .price {
  color: #f00303;
}
.column_plan_list .plan_box .plan_box_discount .num {
  font-size: 2.4rem;
}
.column_plan_list .plan_box .discount {
  color: #f00303;
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  position: relative;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.column_plan_list .plan_box .discount .price_wrap {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.column_plan_list .plan_box .discount .price_text {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
}
.column_plan_list .plan_box .discount .yen_wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
}
.column_plan_list .plan_box .discount .yen {
  font-size: 2.4rem;
}
.column_plan_list .plan_box .discount .tax {
  font-size: 1.2rem;
  white-space: nowrap;
}
.column_plan_list .plan_box .taxin {
  font-size: 2.4rem;
  color: #222;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.column_plan_list .plan_box .taxin .taxin_laber {
  font-size: 1.5rem;
}
.column_plan_list .plan_box .taxin .taxin_yen {
  font-size: 1.5rem;
}
.column_plan_list .column_banner {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .plan_box_sp {
    border: 1px solid #d1ccc4;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px #d1ccc4;
    background: #fff;
  }
  .plan_box_sp__wrap {
    padding: 5px;
    gap: 10px;
    align-items: center;
  }
  .plan_box_sp__wrap .info {
    flex: 1;
  }
  .plan_box_sp__wrap .info .feature {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .plan_box_sp__wrap .info .plan_name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 5px 0;
  }
  .plan_box_sp__wrap .img {
    width: 40%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }
  .plan_box_sp__wrap .img .img_note {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
  }
  .plan_box_sp__wrap .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .plan_box_sp__wrap .plan-date-box {
    font-size: 1.4rem;
  }
  .plan_box_sp__price {
    padding: 5px 10px;
    background: #f4f0e5;
    gap: 5px;
    align-items: center;
  }
  .plan_box_sp__price .num {
    font-family: "Oswald", sans-serif;
    line-height: 1;
  }
  .plan_box_sp__price .discount {
    text-align: center;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    width: 45%;
  }
  .plan_box_sp__price .discount .discount_catch {
    font-weight: bold;
    font-size: 1.3rem;
    background: #f00303;
    color: #fff;
    padding: 5px 0;
  }
  .plan_box_sp__price .discount .discount_price {
    font-weight: bold;
    color: #fff000;
  }
  .plan_box_sp__price .discount .discount_price .num {
    font-size: 1.3em;
    font-weight: 400;
  }
  .plan_box_sp__price .discount .ippan {
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: normal;
    color: #333;
  }
  .plan_box_sp__price .discount .ippan .underline {
    position: relative;
  }
  .plan_box_sp__price .discount .ippan .underline::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .plan_box_sp__price .club {
    font-size: 1.5rem;
    text-align: right;
  }
  .plan_box_sp__price .club .club_untax {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #f00303;
    white-space: nowrap;
  }
  .plan_box_sp__price .club .club_untax .num {
    font-size: 1.8em;
    letter-spacing: 0;
  }
  .plan_box_sp__price .club .club_untax .yen {
    position: relative;
  }
  .plan_box_sp__price .club .club_untax .yen .tax {
    font-size: 1rem;
    position: absolute;
    top: -13px;
    left: 0;
    white-space: nowrap;
  }
  .plan_box_sp__price .club .club_taxin {
    font-size: 1.5rem;
    color: #f00303;
  }
  .plan_box_sp.plan_simple {
    border-color: #a36b33;
    box-shadow: 0px 7px 0px 0px #a36b33 !important;
  }
  .plan_box_sp.plan_simple .plan_box_sp__wrap .info .plan_name {
    color: #a36b33;
  }
  .plan_box_sp.plan_simple .plan_box_sp__price {
    background: rgb(250.4, 247.6, 244.8);
  }
  .plan_box_sp.plan_family {
    border-color: #a3326b;
    box-shadow: 0px 7px 0px 0px #a3326b !important;
  }
  .plan_box_sp.plan_family .plan_box_sp__wrap .info .plan_name {
    color: #a3326b;
  }
  .plan_box_sp.plan_family .plan_box_sp__price {
    background: rgb(250.4, 244.75, 247.6);
  }
  .plan_box_sp.plan_oneday {
    border-color: #6ba333;
    box-shadow: 0px 7px 0px 0px #6ba333 !important;
  }
  .plan_box_sp.plan_oneday .plan_box_sp__wrap .info .plan_name {
    color: #6ba333;
  }
  .plan_box_sp.plan_oneday .plan_box_sp__price {
    background: rgb(247.6, 250.4, 244.8);
  }
  .plan_box_sp.plan_general {
    border-color: #3c268f;
    box-shadow: 0px 7px 0px 0px #3c268f !important;
  }
  .plan_box_sp.plan_general .plan_box_sp__wrap .info .plan_name {
    color: #3c268f;
  }
  .plan_box_sp.plan_general .plan_box_sp__price {
    background: rgb(245.25, 244.15, 249.4);
  }
}
/*----------------------------------------------------
	式場一覧　エリア別タブ
----------------------------------------------------*/
.column_hall_tab {
  overflow: unset;
}
.column_hall_tab .title_icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_tab .title_icon {
    margin-bottom: 10px;
  }
}
.column_hall_tab .title_icon span {
  background: #b59035;
  padding: 10px 40px;
  color: #fff;
  border-radius: 50px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_hall_tab .title_icon span {
    display: block;
    padding: 5px 15px;
  }
}
.column_hall_tab .sec_title .main {
  font-size: clamp(2.6rem, 4vw, 4.6rem);
}
.column_hall_tab .sec_title .sub {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
}
.column_hall_tab .tab_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_hall_tab .tab_wrap {
    margin-bottom: 30px;
  }
}
.column_hall_tab .tab_list {
  margin-bottom: 60px;
  position: relative;
}
.column_hall_tab .tab_list::before, .column_hall_tab .tab_list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(0deg, #846847, #846847 1px, transparent 1px, transparent 7px);
  width: 30%;
  height: 30px;
  z-index: 1;
}
.column_hall_tab .tab_list::before {
  left: 0;
}
.column_hall_tab .tab_list::after {
  right: 0;
}
.column_hall_tab .tab_btn {
  position: relative;
  z-index: 2;
  border-radius: 6px;
  color: #a23333;
  border: solid 1px #a23333;
  background: #fff;
  width: auto;
  padding: 0 30px;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: bold;
}
.column_hall_tab .tab_btn.show {
  position: relative;
  background: #a23333;
}
.column_hall_tab .tab_btn.show::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #a23333 transparent transparent transparent;
}
.column_hall_tab .panel_area {
  max-width: 1350px;
  margin: 0 auto;
  border-top: none;
  padding: 0 15px;
}
.column_hall_tab .hall_area_wrap .hall_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_tab .hall_area_wrap .hall_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_tab .hall_area_wrap .hall_list {
    flex-direction: column;
  }
}
.column_hall_tab .hall_area_wrap .hall_list li {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border: solid 1px #927456;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 10px #e5ded7;
}
@media screen and (max-width: 820px) {
  .column_hall_tab .hall_area_wrap .hall_list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_tab .hall_area_wrap .hall_list li {
    width: 100%;
  }
}
.column_hall_tab .hall_area_wrap .hall_list li .part_hall_img img {
  aspect-ratio: 97/55;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail {
  padding: 30px 30px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .column_hall_tab .hall_area_wrap .hall_list li .hall_detail {
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_tab .hall_area_wrap .hall_list li .hall_detail {
    padding: 10px 0 0;
  }
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .add i, .column_hall_tab .hall_area_wrap .hall_list li .hall_detail .access i {
  width: 25px;
  color: #927456;
  text-align: center;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .add span, .column_hall_tab .hall_area_wrap .hall_list li .hall_detail .access span {
  width: calc(100% - 25px);
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .access {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_tab .hall_area_wrap .hall_list li .hall_detail .access {
    margin-bottom: 15px;
  }
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .btns {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 10;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .btns .tel_anime {
  width: 16px;
  height: 16px;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .btns .tel_anime svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .btns .more_btn {
  width: 50%;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  z-index: 11;
  pointer-events: auto;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_detail .btns .more_btn--tel {
  padding-right: 15px;
  background: #927456;
  padding-right: 20px;
}
.column_hall_tab .hall_area_wrap .hall_list li .hall_name {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  border-bottom: solid 1px #927456;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_hall_tab .hall_area_wrap .hall_list li .hall_name {
    margin-bottom: 15px;
  }
}
.column_hall_tab .hall_area_wrap .hall_list li .more_btn {
  background: #a23333;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.column_hall_tab .hall_area_wrap .hall_list li .more_btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}

/*----------------------------------------------------
	葬儀場一覧　簡易版
----------------------------------------------------*/
.column_hall_list .hall_list_title {
  text-align: left;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-bottom: 20px;
}
.column_hall_list .hall_list_title:before {
  content: "";
  background-image: url(../img/top/friends.jpg);
  width: 43px;
  height: 49px;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 15px;
}
.column_hall_list .area_hall_links {
  margin-bottom: 60px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .area_hall_links {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .area_hall_links {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.column_hall_list .area_hall_links li {
  flex: 1;
  text-align: center;
  background: #a23333;
}
.column_hall_list .area_hall_links li a {
  padding: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
}
.column_hall_list .area_hall_links li a::after {
  content: "\f13a";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.column_hall_list .area_list_wrap .area_list {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_hall_list .area_list_wrap .area_list {
    gap: 10px 0;
  }
}
.column_hall_list .area_list_wrap .area_list li {
  width: calc(33.3333333333% - 15px);
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .area_list_wrap .area_list li {
    width: 100%;
  }
}
.column_hall_list .area_list_wrap .area_list li a:hover {
  opacity: 1;
}
.column_hall_list .area_list_wrap .area_list li .txt_wrap {
  display: flex;
  justify-content: space-between;
}
.column_hall_list .area_list_wrap .area_list li .txt_wrap .area_name {
  color: #fff;
  font-size: 2rem;
  padding: 10px 0 10px 30px;
}
.column_hall_list .area_list_wrap .area_list li .txt_wrap .area_num {
  background: #fff;
  font-size: 1.8rem;
  padding: 15px 15px 15px 0;
  position: relative;
  font-weight: 700;
  border-radius: 0 0 4px 0;
}
.column_hall_list .area_list_wrap .area_list li .txt_wrap .area_num:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  top: 0;
  left: -20px;
  border-radius: 100% 0 0 100%/50%;
  background: #fff;
  position: absolute;
}
.column_hall_list .part_hall_links {
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_links {
    gap: 10px;
  }
}
.column_hall_list .part_hall_links li {
  width: calc(25% - 23px);
  text-align: center;
  border: 1px solid #a23333;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_links li {
    width: calc(50% - 5px);
  }
}
.column_hall_list .part_hall_links li:nth-child(even) {
  border: 1px solid #c4bb9f;
}
.column_hall_list .part_hall_links li:nth-child(even) a {
  color: #c4bb9f;
}
.column_hall_list .part_hall_links li a {
  padding: 5px 0;
  display: block;
  color: #a23333;
}
.column_hall_list .part_hall_name {
  padding: 5px 10px;
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.column_hall_list .part_hall_name::before, .column_hall_list .part_hall_name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(0deg, #846847, #846847 1px, transparent 1px, transparent 7px);
  width: 30%;
  height: 30px;
  z-index: 1;
}
.column_hall_list .part_hall_name::before {
  left: 0;
}
.column_hall_list .part_hall_name::after {
  right: 0;
}
.column_hall_list .hall_area_wrap {
  margin-bottom: 60px;
}
.column_hall_list .hall_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list {
    gap: 10px;
  }
}
.column_hall_list .hall_list li {
  position: relative;
  width: calc(33.3333333333% - 15px);
  box-shadow: 0 2px 5px #eee;
  border-radius: 0 0 5px 5px;
  transition: 0.3s all;
}
.column_hall_list .hall_list li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list li {
    width: calc(50% - 5px);
  }
}
.column_hall_list .hall_list li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.column_hall_list .hall_list li.chuo {
  border: 1px solid #3981d9;
}
.column_hall_list .hall_list li.chiyoda {
  border: 1px solid #4370a8;
}
.column_hall_list .hall_list li.kouto {
  border: 1px solid #77abea;
}
.column_hall_list .hall_list li.minato {
  border: 1px solid #0858b9;
}
.column_hall_list .hall_list li .hall_title {
  padding: 10px;
}
.column_hall_list .hall_list li .hall_title .hall_name {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.column_hall_list .part_hall_img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_hall_list .part_hall_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.column_hall_list .area_laber {
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid;
  border-radius: 30px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  width: 110px;
  margin: 10px auto;
}
.column_hall_list .area_laber.chuo {
  border-color: #3981d9;
  color: #3981d9;
}
.column_hall_list .area_laber.chiyoda {
  border-color: #4370a8;
  color: #4370a8;
}
.column_hall_list .area_laber.kouto {
  border-color: #77abea;
  color: #77abea;
}
.column_hall_list .area_laber.minato {
  border-color: #0858b9;
  color: #0858b9;
}
.column_hall_list .readmore {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
  font-weight: bold;
  padding: 0 5px 5px;
  margin-top: auto;
}
.column_hall_list .readmore::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  padding-left: 10px;
}

/*----------------------------------------------------
	お問い合わせコーナー
----------------------------------------------------*/
.column_contact .sec_title .fuki {
  position: relative;
  display: inline-block;
}
.column_contact .sec_title .fuki:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  position: absolute;
  left: -30px;
  bottom: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .column_contact .sec_title .fuki:before {
    height: 40%;
    left: 0;
  }
}
.column_contact .sec_title .fuki:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .column_contact .sec_title .fuki:after {
    height: 40%;
    right: 0;
  }
}
.column_contact .sub_title {
  background: rgb(180.6, 91.8, 91.8);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 40px;
}
.column_contact .staff_list {
  max-width: 880px;
  margin-left: auto;
  margin-bottom: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list {
    flex-direction: column;
    padding-right: 0;
  }
}
.column_contact .staff_list .item {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list .item {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.column_contact .staff_list .item .img {
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list .item .img {
    width: 100%;
  }
}
.column_contact .staff_list .item .text {
  flex: 1;
}
.column_contact .staff_list .item .text .staff_title {
  color: #c4bb9f;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list .item .text .staff_title {
    margin-bottom: 10px;
  }
}
.column_contact .bnr_img {
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  .column_contact .bnr_img {
    margin: 0 auto;
  }
}
.column_contact .lady_img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .column_contact .lady_img {
    height: 150px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .lady_img {
    display: none;
  }
}

/*----------------------------------------------------
	会員制度
----------------------------------------------------*/
.column_member {
  background: url(../img/common/member_bg.jpg) no-repeat top center;
  background-size: contain;
  position: relative;
}
.column_member::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .column_member {
    background: url(../img/common/member_bg_tab.jpg) no-repeat top center;
  }
}
.column_member .sec_title, .column_member .catch {
  color: #fff;
}
.column_member .catch {
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .column_member .catch {
    margin-bottom: 30px;
  }
}
.column_member .benefits {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px #b5a79c;
  border-bottom: solid 4px #a23333;
}
@media screen and (max-width: 1350px) {
  .column_member .benefits {
    width: 95%;
  }
}
.column_member .benefits_wrap {
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .column_member .benefits_wrap {
    flex-direction: column;
  }
}
.column_member .benefits_wrap .benefits_img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_member .benefits_wrap .benefits_img {
    width: 100%;
  }
}
.column_member .benefits_wrap .benefits_img::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -2px;
  background: url(../img/funeral/mv_bg.svg) no-repeat right bottom;
  width: 100%;
  height: 100%;
  background-size: contain;
  aspect-ratio: 11/45;
}
@media screen and (max-width: 767px) {
  .column_member .benefits_wrap .benefits_img::after {
    background: url(../img/funeral/mv_bg_w.svg) no-repeat right bottom;
    right: 0;
    bottom: -2px;
    top: auto;
    aspect-ratio: 150/37;
  }
}
.column_member .benefits_wrap .benefits_img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.column_member .benefits_wrap .text_wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 30px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_member .benefits_wrap .text_wrap {
    width: 100%;
    padding: 0 15px 30px;
  }
}
.column_member .benefits_wrap .member_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.column_member .benefits_wrap .member_item {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: bold;
  color: #fff;
  padding: 5px 30px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .column_member .benefits_wrap .member_item {
    padding: 5px 10px;
  }
}
.column_member .benefits_wrap .member_item.amagasaki {
  background: #3368ca;
}
.column_member .benefits_wrap .member_item.osaka {
  background: #ef6f18;
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.column_consultation {
  background: linear-gradient(to top, #fff 130px, #ecf5f8 130px);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column_consultation {
    background: linear-gradient(to top, #fff 80px, #ecf5f8 80px);
  }
}
.column_consultation::before, .column_consultation::after {
  content: "";
  position: absolute;
  top: 30px;
  background: url(../img/common/corner.svg) no-repeat;
  width: 340px;
  height: 340px;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .column_consultation::before, .column_consultation::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .column_consultation::before, .column_consultation::after {
    width: 100px;
    height: 100px;
    top: 10px;
  }
}
.column_consultation::before {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .column_consultation::before {
    left: 10px;
  }
}
.column_consultation::after {
  transform: scale(-1, 1);
  right: 30px;
}
@media screen and (max-width: 767px) {
  .column_consultation::after {
    right: 10px;
  }
}
.column_consultation .catch {
  margin-bottom: 50px;
}
.column_consultation .merit_list {
  margin-bottom: 100px;
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  .column_consultation .merit_list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_consultation .merit_list {
    flex-direction: column;
    gap: 80px;
  }
}
.column_consultation .merit_item {
  background: #fff;
  border-radius: 180px 180px 0 0;
  padding: 10px;
  text-align: center;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 820px) {
  .column_consultation .merit_item {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .column_consultation .merit_item {
    width: 100%;
  }
}
.column_consultation .merit_item:nth-child(2) {
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .column_consultation .merit_item:nth-child(2) {
    transform: none;
  }
}
.column_consultation .merit_item .wrap {
  border: solid 1px #c4bb9f;
  border-radius: 180px 180px 0 0;
  padding: 20px 20px 100px;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .column_consultation .merit_item .wrap {
    padding: 20px 15px 100px;
  }
}
.column_consultation .merit_item .wrap img {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.column_consultation .merit_item .label {
  position: relative;
  border-radius: 6px 6px 0 0;
  top: -50px;
  display: inline-block;
  padding: 10px 15px 20px;
  background: url(../img/common/flag_bottom.svg) no-repeat bottom center #a23333;
}
.column_consultation .merit_item .label .label_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.column_consultation .merit_item .label_num {
  font-size: 4.2rem;
  line-height: 1;
}
.column_consultation .merit_item .title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #a23333;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .column_consultation .merit_item .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 820px) {
  .column_consultation .merit_item .title {
    font-size: 2.2rem;
  }
}
.column_consultation .merit_item .text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .column_consultation .merit_item .text {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  font-size: 1.5rem;
  padding: 80px 0 94px;
  border-top: 1px solid #ecebea;
}
@media screen and (max-width: 1100px) {
  #footer {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 59px;
  }
}
#footer .footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap {
    padding: 0 2%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
#footer .footer_wrap .company_info {
  color: #333;
  width: 30%;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info {
    width: 80%;
    text-align: center;
  }
}
#footer .footer_wrap .company_info_logo {
  display: block;
  margin-bottom: 20px;
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info_logo {
    margin: 0 auto;
  }
}
#footer .footer_wrap .company_info_name {
  font-size: 1.8rem;
}
#footer .footer_wrap .company_info_add {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#footer .footer_wrap .company_info_link {
  border: 1px solid #333;
  padding: 2px 0;
  display: block;
  text-align: center;
  margin-top: 20px;
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@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;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
  }
}
#footer .footer_wrap .footer_menu li {
  position: relative;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu li {
    white-space: wrap;
  }
}
#footer .footer_wrap .footer_menu li::before {
  content: "●";
  color: #a23333;
  font-size: 0.8rem;
}
#footer .footer_wrap .footer_menu li {
  padding-bottom: 1rem;
}
#footer .footer_wrap .footer_menu li.icon_none {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu li.icon_none {
    padding-left: 2rem;
  }
}
#footer .footer_wrap .footer_menu li.icon_none::before {
  display: none;
}
#footer .footer_wrap .footer_menu li.child_link {
  white-space: wrap;
  padding-left: 3.5rem;
}
#footer .footer_wrap .footer_menu li.child_link::before {
  display: none;
}
#footer .footer_wrap .footer_menu li.child_link ul {
  width: 100%;
}
#footer .footer_wrap .sns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 307px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .sns {
    margin: 0 auto;
  }
}
#footer .footer_wrap .sns .instagram {
  display: flex;
  gap: 10px;
  align-items: center;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
#footer .footer_wrap .sns .instagram::after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  background: #ecebea;
  padding: 10px 0;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.column_faq .sec_title--icon::after {
  top: -70px;
}
@media screen and (max-width: 767px) {
  .column_faq .sec_title--icon::after {
    width: 430px;
    height: 100px;
    top: -20px;
  }
}
.column_faq .faq_wrap {
  border: solid 1px #a98c6b;
  overflow: hidden;
  max-width: 1020px;
  margin: 0 auto 20px;
  border-radius: 10px;
  position: relative;
}
.column_faq .faq_wrap .question, .column_faq .faq_wrap .answer {
  padding: 20px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_wrap .question, .column_faq .faq_wrap .answer {
    border-radius: 7px;
    padding: 15px;
  }
}
.column_faq .faq_wrap .question {
  position: relative;
  background: #fbf9f5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: solid 1px #a98c6b;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_wrap .question {
    border-radius: 7px 7px 0 0;
  }
}
.column_faq .faq_wrap .answer {
  background: #fff;
  position: relative;
}
.column_faq .faq_wrap .question_mark, .column_faq .faq_wrap .answer_mark {
  color: #a23333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.column_faq .faq_wrap .title {
  margin-bottom: 20px;
}
.column_faq .faq_wrap a {
  display: inline-block;
  color: #bf2222;
  text-decoration: underline;
}
.column_faq .faq_wrap a[href^="tel:"]:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 3px;
}
.column_faq .faq_wrap:last-child {
  margin-bottom: 0;
}

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

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 30px;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    bottom: 60px;
  }
}
#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: #a23333;
  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 svg {
  width: 40px;
  height: 40px;
  fill: #bf2222;
}
.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;
  }
}

.column_info .inner {
  max-width: 1350px;
}
.column_info .title {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.column_info .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/operator.png) no-repeat;
  width: 230px;
  height: 261px;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  .column_info .title::before {
    display: none;
  }
}
.column_info .title .title_icon {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.column_info .title .sec_title {
  margin-bottom: 0;
  padding-bottom: 55px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}
@media screen and (max-width: 820px) {
  .column_info .title .sec_title {
    padding-bottom: 30px;
  }
}
.column_info .title .sec_title small {
  font-size: 2.6rem;
}
.column_info .info_menu {
  background: #a33838;
  padding: 24px;
}
@media screen and (max-width: 1100px) {
  .column_info .info_menu {
    padding: 15px;
  }
}
.column_info .info_menu_list {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .column_info .info_menu_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column_info .info_menu_list {
    flex-direction: column;
    gap: 10px;
  }
}
.column_info .info_menu_item {
  background: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(25% - 15px);
  border: solid 2px #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_info .info_menu_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_info .info_menu_item {
    width: 100%;
  }
}
.column_info .info_menu_item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  line-height: 1.4;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.column_info .info_menu_item strong {
  font-size: 1.8rem;
  color: #a23333;
}
.column_info .info_menu_item img {
  border-radius: 0 6px 6px 0;
}

/*
.column_cta {
  padding: 0 15px;
  .cta_wrap {
    border: solid 25px s.$sub_color;
    max-width: 1350px;
    margin: 0 auto;
    padding: 30px;
    @include s.pc {
      padding: 15px;
    }
    @include s.sp {
      border: solid 10px s.$sub_color;
      padding: 30px 0;
    }
    .inner {
      max-width: 1140px;
      align-items: stretch;
      @media screen and (max-width: 900px) {
        flex-direction: column;
      }
    } 
  }
  .fukidashi {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    .text_color {
      color: #e5071b;
    }
    .fukidashi_wrap {
      text-align: center;
      padding: 0 45px;
      position: relative;
      display: inline-block;
      font-weight: bold;
      font-size: clamp(1.6rem, 4vw, 2.2rem);
      @include s.pc {
        font-size: 2rem;
        padding: 0 40px;
      }
      @include s.sp {
        font-size: clamp(1.4rem, 3vw, 2.2rem);
        padding: 0 25px;
      }
      &::before, &::after {
      content: "/";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 4.6rem;
      color: #a89673;
      }
      &::before {
        left: 0;
        transform:  translateY(-50%) scale(-1, 1);
      }
      &::after {
        right: 0;
      }
    }

  }
  .cta_tel, .cta_contact {
    @include s.width2;
        display: flex;
    flex-direction: column;
    justify-content: stretch;
    @media screen and (max-width: 900px) {
      width: 100%;
    }
    a {
      box-shadow: 0 0 5px #ddd;
      display: block;
    }
  }
  .cta_tel {
    a {
      height: 100%;
      border: solid 2px #e5071b;
      display: block;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      @media screen and (max-width: 900px) {
        min-height: 230px;
      }
      @include s.sp {
        min-height: auto;
        border: none;
        border-radius: 4px;
      }
      .tel_label {
        background: s.$catch_color;
        color: #fff;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
        margin: 10px;
        gap: 10px;
        position: relative;
        &::before, &::after {
          position: absolute;
          content: "";
          top: 50%;
          transform: translateY(-50%);
          width: 15px;
          height: 105%;
          background: #fff;
          display: block;
        }
        &::before {
          left: 0;
          border-radius: 0 50% 50% 0;
        }
        &::after {
          right: 0;
          border-radius: 50% 0 0 50%;
        }
        .text {
          font-size: clamp(1.6rem, 3vw, 2.6rem);
          @media (min-width: 821px) and (max-width: 1300px) { 
            font-size: 1.8rem;
          }
        }
      }
      .cta_operator {
        position: absolute;
        bottom: 0;
        left: 0;
        @media (min-width: 800px) and (max-width: 1300px) {
          width: 35%;
        }
        @include s.pc {
          width: 30%;
        }
      }
      .tel_anime {
        width: 32px;
        height: 32px;
        svg {
          width: 32px;
          height: 32px;
          fill: #fff;
        }
      }
      .tel {
        text-align: center;
        z-index: 2;
        position: absolute;
        top: calc(50% + 30px);
        left: calc(50% + 60px);
        transform: translate(-50%, -50%);
      }
      .num {
        font-size: clamp(2.2rem, 4vw, 5.6rem);
        line-height: 1;
        @include s.tab {
          font-size: 8vw;
        }
      }
      .note {
        font-size: clamp(1.4rem, 1.5vw, 2.2rem);
        color: #d61e2f;
        font-weight: bold;
        @include s.tab {
          font-size: 3vw;
        }
      }
    }

  }
  .cta_contact {
    ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      a {
        border-radius: 4px;
      }
    }
  }
}
  */
/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.hurry_mv {
  background: #f4f0e5;
}
.hurry_mv .hurry_mv_wrap {
  padding-top: 60px;
  justify-content: center;
  align-items: end;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hurry_mv .hurry_mv_wrap {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv_wrap {
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
  }
}
.hurry_mv .hurry_mv_wrap .label {
  position: absolute;
  top: 30px;
  right: 60px;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border: 2px solid #f00303;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #f00303;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .hurry_mv .hurry_mv_wrap .label {
    width: 120px;
    height: 120px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv_wrap .label {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    border-radius: 10px;
    right: auto;
    top: auto;
    white-space: nowrap;
    position: relative;
  }
}
.hurry_mv .hurry_mv_wrap .label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  width: 26px;
  height: 2px;
  box-sizing: border-box;
  background-color: #f00303;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
  rotate: -50deg;
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv_wrap .label::after {
    left: 50%;
  }
}
.hurry_mv .text_wrap {
  margin-bottom: 30px;
}
.hurry_mv .hurry_mv_title, .hurry_mv .hurry_mv_sub_title {
  font-size: clamp(3rem, 4vw, 4rem);
  text-align: center;
  line-height: 1.2;
}
.hurry_mv .hurry_mv_title {
  font-weight: normal;
}
.hurry_mv .hurry_mv_title strong {
  font-weight: bold;
  color: #a23333;
  font-size: 120%;
}
.hurry_mv .hurry_mv_sub_title {
  margin-bottom: 20px;
}
.hurry_mv .tel_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hurry_mv .tel_wrap .lead {
  background: #f00303;
  padding: 5px 20px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
}
.hurry_mv .tel_wrap .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hurry_mv .tel_wrap .tel_note {
  justify-content: center;
}
.hurry_mv .tel_wrap .tel_note_item {
  background: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: bold;
  border: solid 1px #f00303;
  color: #f00303;
}
.hurry_mv .tel_wrap .tel_anime {
  width: 70px;
  height: 70px;
}
.hurry_mv .tel_wrap .tel_anime svg {
  width: 70px;
  height: 70px;
  fill: #f00303;
}
.hurry_mv .tel_wrap .num {
  font-size: 8.5rem;
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 1;
}
.hurry_mv .hurry_intro {
  background: #a23333;
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: bold;
  padding: 20px 15px;
}
.hurry_mv .hurry_intro .text_color {
  color: #fff000;
}