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

html {
  font-size: 62.5%;
}

body {
  font-family: "Arial", "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #1a1a1a;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 820px) {
  body {
    font-size: 1.75rem;
  }
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #1a1a1a;
  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;
  }
}
main {
  position: relative;
  padding: 30px 0 100px;
}
main.main {
  padding: 0 0 100px;
}
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;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 99%;
    left: 1%;
  }
}
main .h1_box .h_tit br {
  display: none;
}

.tax-city_type main,
.choice main,
.emergency main,
.home main {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .page-template-content-plan main {
    padding-top: 0;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

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

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

.sec_title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
.sec_title .color {
  color: #56c300;
}
.sec_title .big {
  font-size: clamp(3rem, 4vw, 4rem);
  color: #1a1a1a;
}
.sec_title .mini {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 400;
}
.sec_title .mark {
  background: linear-gradient(0deg, #fff800 0%, #fff800 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.sec_title .fuki {
  position: relative;
  display: inline-block;
}
.sec_title .fuki:before, .sec_title .fuki:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 3px;
  height: 40px;
  background: #56c300;
}
@media screen and (max-width: 767px) {
  .sec_title .fuki:before, .sec_title .fuki:after {
    bottom: 0;
  }
}
.sec_title .fuki:before {
  transform: rotate(-30deg);
  left: -30px;
}
@media screen and (max-width: 767px) {
  .sec_title .fuki:before {
    left: -20px;
  }
}
.sec_title .fuki:after {
  transform: rotate(30deg);
  right: -30px;
}
@media screen and (max-width: 767px) {
  .sec_title .fuki:after {
    right: -20px;
  }
}
.sec_title.plan {
  font-weight: 500;
  font-size: clamp(2.4rem, 4vw, 3rem);
}
.sec_title.plan .big {
  color: #333;
  font-weight: 600;
  font-size: 1.2em;
}
.sec_title .cat_name {
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.sec_title .cat_name:before, .sec_title .cat_name:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background: #56c300;
}
.sec_title .cat_name:before {
  left: -40px;
}
.sec_title .cat_name:after {
  right: -40px;
}

.area_sec_title {
  text-align: left;
  font-size: clamp(2.4rem, 4vw, 2.6rem);
  font-weight: 700;
  border-bottom: 4px double #444;
  margin-bottom: 30px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.area_sec_title-catch {
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-left: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .area_sec_title-catch {
    display: block;
    margin-left: 0;
  }
}
.area_sec_title .big {
  color: #56c300;
  font-size: 1.3em;
}

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

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

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

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

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

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

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

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

.light_bg {
  background: #f9f7f4;
}

.mv_bg {
  background-image: url(../img/common/mv_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.breadcrumbs {
  font-size: 1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.breadcrumbs .breadcrumbs_list {
  gap: 0;
  justify-content: flex-start;
  padding: 5px 0;
}
@media screen and (max-width: 820px) {
  .breadcrumbs .breadcrumbs_list {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 5px 5px 10px;
  }
}
.breadcrumbs li:not(:last-of-type):after {
  content: ">";
  padding: 0 0.5em;
}

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

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  background-size: cover;
  padding: 10px 0;
}
.foot_fixed_bnr .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .inner {
    justify-content: center;
  }
}
.foot_fixed_bnr .inner .mini {
  font-size: 1.3rem;
}
.foot_fixed_bnr .logo {
  max-width: 200px;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .logo {
    display: none;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel_wrap {
    margin-right: 10px;
  }
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel_wrap span {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 {
    margin: 0;
    width: auto;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel .tel_anime svg {
  fill: #ff0008;
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel .tel_num {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-left: 5px;
  white-space: nowrap;
  font-size: 3rem;
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 a {
  background: #56c300;
  color: #fff;
  padding: 4px 30px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_02 a {
    padding: 7px 10px;
    width: 150px;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_03 a {
  color: #fff;
  padding: 4px 10px;
  background: #11169c;
  position: relative;
  min-width: 150px;
  max-width: 190px;
  display: block;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_03 a {
    padding: 7px 10px;
    width: 150px;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 a::after, .foot_fixed_bnr .foot_fixed_bnr_box_03 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 5px;
    z-index: 800;
  }
  .footer_floating_sp li {
    width: calc(50% - 5px);
  }
  .footer_floating_sp li.tel .tel_anime_bnr {
    position: relative;
  }
  .footer_floating_sp li.tel .tel_anime_bnr .tel_anime {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    bottom: 7px;
    left: 5px;
  }
  .footer_floating_sp li.tel .tel_anime_bnr .tel_anime svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
}

/*----------------------------------------------------
	バナー郡
----------------------------------------------------*/
/*お急ぎの方への開閉ボタン*/
.hurry_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
  .hurry_box .open_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #ff0008;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 100px;
    box-shadow: 3px 3px 0 #ad392a;
    border: 0;
    line-height: 1.4;
    -webkit-animation: 1.5s infinite linear doku;
            animation: 1.5s infinite linear doku;
  }
  .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 h3 {
    font-size: 2.6rem;
    font-family: "Arial", "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  .hurry_box .open_btn p {
    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-list li {
    font-size: 1.6rem;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
  }
  .hurry_box .hurry_detail-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    color: #ff0008;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    font-size: 1.4rem;
  }
  .hurry_box .tel_btn {
    background: #10147a;
    box-shadow: 0 5px 0 #080a48;
    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: #fff800;
    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: 4px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .hurry_box .reminder {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .hurry_box .reminder span {
    background: #ff0008;
    color: #fff;
    padding: 5px;
    display: block;
    line-height: 1.4;
  }
  .hurry_box .column_banners {
    border: 1px solid #eee;
    padding: 15px 10px;
    background: #f6f3ee;
    box-shadow: 0 0 3px #ccc;
  }
}
.hurry_box .sp_catch.tel {
  display: none;
}

@-webkit-keyframes doku {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}

@keyframes doku {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}
.column_banners .catch_title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 20px;
}
.column_banners .catch_title .wrap {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.column_banners .catch_title .wrap:before, .column_banners .catch_title .wrap:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 4px;
  height: 30px;
  background: #1a1a1a;
}
.column_banners .catch_title .wrap:before {
  transform: rotate(-30deg);
  left: -50px;
}
@media screen and (max-width: 820px) {
  .column_banners .catch_title .wrap:before {
    left: -10px;
  }
}
.column_banners .catch_title .wrap:after {
  transform: rotate(30deg);
  right: -50px;
}
@media screen and (max-width: 820px) {
  .column_banners .catch_title .wrap:after {
    right: -10px;
  }
}
.column_banners .catch_title .wrap.red:before, .column_banners .catch_title .wrap.red:after {
  background: #ff0008;
}
.column_banners .catch_title .wrap.big:before, .column_banners .catch_title .wrap.big:after {
  height: 80%;
}
@media screen and (max-width: 767px) {
  .column_banners .catch_title .wrap.big:before, .column_banners .catch_title .wrap.big:after {
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column_banners .catch_title .wrap.big:before {
    transform: rotate(-20deg);
    left: -10px;
  }
  .column_banners .catch_title .wrap.big:after {
    transform: rotate(20deg);
    right: -10px;
  }
}
.column_banners .catch_title .wrap .big {
  font-size: 1.2em;
  color: #56c300;
}
.column_banners .catch_title .wrap .red {
  color: #ff0008;
}
.column_banners .catch_title.tel_wide {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .column_banners .catch_title.tel_wide {
    display: none;
  }
}
.column_banners .medi_title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  text-align: center;
  font-weight: 400;
}
.column_banners .medi_title .big {
  font-size: clamp(2.8rem, 4vw, 3.2rem);
  font-weight: 600;
}
.column_banners .medi_title .osusume {
  background: #56d83f;
  font-size: 2rem;
  color: #fff;
  padding: 2px 15px;
  border-radius: 50px;
  position: relative;
  margin-right: 10px;
  top: -4px;
}
.column_banners .medi_title .osusume:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #56d83f;
  border-right: 0;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.column_banners .banner_box {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 30px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_banners .banner_box {
    gap: 15px;
  }
}
.column_banners .banner_box .w33 {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 767px) {
  .column_banners .banner_box .w33 {
    width: 100%;
  }
}
.column_banners .banner_box .w50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .column_banners .banner_box .w50 {
    width: 100%;
  }
}
.column_banners .banner_box .w100 {
  width: 100%;
}
.column_banners .banner_box li {
  text-align: center;
}
.column_banners .banner_box li img {
  filter: drop-shadow(0 4px 5px #ccc);
}
@media screen and (max-width: 767px) {
  .column_banners .banner_box .order1 {
    order: 1;
  }
  .column_banners .banner_box .order2 {
    order: 2;
  }
  .column_banners .banner_box .order3 {
    order: 3;
  }
  .column_banners .banner_box .title_wrap {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    text-align: left;
    padding-left: 80px;
    color: #fff;
  }
  .column_banners .banner_box .title_wrap span {
    font-size: 0.8em;
  }
  .column_banners .banner_box .title_wrap:before, .column_banners .banner_box .title_wrap:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 10px;
  }
  .column_banners .banner_box .btn_list {
    gap: 10px;
    position: relative;
  }
  .column_banners .banner_box .hurry_box {
    max-width: 440px;
    background: #ff1a21;
    padding: 0 10px 10px;
    border-radius: 10px;
    margin: 17px auto 25px;
  }
  .column_banners .banner_box .hurry_box .title_wrap:before {
    background: url(../img/top/hurry_img.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
  }
  .column_banners .banner_box .hurry_box img {
    filter: unset;
  }
  .column_banners .banner_box .think_box {
    max-width: 440px;
    background: #ac693a;
    padding: 0 10px 10px;
    border-radius: 10px;
    margin: 0 auto;
  }
  .column_banners .banner_box .think_box .title_wrap:before {
    background: url(../img/top/think_img.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
  }
  .column_banners .banner_box .think_box img {
    filter: unset;
  }
}
.column_banners .pc_catch.club {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}
.column_banners .pc_catch.club .wrap {
  display: inline-block;
  position: relative;
}
.column_banners .pc_catch.club .wrap:before, .column_banners .pc_catch.club .wrap:after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 3px;
  height: 70%;
  background: #1a1a1a;
}
.column_banners .pc_catch.club .wrap:before {
  transform: rotate(-30deg);
  left: -20px;
}
.column_banners .pc_catch.club .wrap:after {
  transform: rotate(30deg);
  right: -20px;
}
.column_banners .pc_catch.club .color {
  color: #ff0008;
  font-weight: 600;
}
.column_banners .pc_catch.club .num {
  font-size: 1.6em;
}
.column_banners .pc_catch.club .mark {
  background: linear-gradient(0deg, #fff800 0%, #fff800 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .column_banners .pc_catch {
    display: none;
  }
}
.column_banners .sp_catch {
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.7rem, 4vw, 1.8rem);
  position: relative;
}
.column_banners .sp_catch.tel {
  color: #ff0008;
}
.column_banners .sp_catch.club span:not(.color),
.column_banners .sp_catch.club .wrap {
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.column_banners .sp_catch.club span:not(.color):before, .column_banners .sp_catch.club span:not(.color):after,
.column_banners .sp_catch.club .wrap:before,
.column_banners .sp_catch.club .wrap:after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 3px;
  height: 70%;
  background: #1a1a1a;
}
.column_banners .sp_catch.club span:not(.color):before,
.column_banners .sp_catch.club .wrap:before {
  transform: rotate(-30deg);
  left: -20px;
}
.column_banners .sp_catch.club span:not(.color):after,
.column_banners .sp_catch.club .wrap:after {
  transform: rotate(30deg);
  right: -20px;
}
.column_banners .sp_catch.club .color {
  color: #ff0008;
  font-size: 1.4em;
}
.column_banners .sp_catch .mark {
  background: linear-gradient(0deg, #fff800 0%, #fff800 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .column_banners .sp_catch {
    display: block;
  }
}

.column_contact .contact_box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
}
.column_contact .contact_box .title {
  text-align: center;
  margin-bottom: 20px;
}
.column_contact .contact_box .title .mark {
  font-size: clamp(2.4rem, 4vw, 3rem);
  background: linear-gradient(0deg, #fff800 0%, #fff800 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.column_contact .contact_box .point_list {
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .point_list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .point_list {
    align-items: flex-start;
    flex-direction: column;
  }
}
.column_contact .contact_box .point_list .item {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  padding-left: 40px;
  line-height: 1.4;
  font-weight: 500;
}
.column_contact .contact_box .point_list .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #ff0008;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2.4rem;
}
.column_contact .contact_box .contact_tel {
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .contact_tel {
    flex-direction: column;
  }
}
.column_contact .contact_box .contact_tel-img {
  width: 50%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .contact_tel-img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.column_contact .contact_box .contact_tel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_contact .contact_box .contact_tel-info {
  background: #ff0008;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .contact_tel-info {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
}
.column_contact .contact_box .contact_tel-info .fuki {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 4px 30px;
  color: #4c2000;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
}
.column_contact .contact_box .contact_tel-info .fuki:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
}
.column_contact .contact_box .contact_tel-info .tel {
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .contact_tel-info .tel {
    gap: 0;
  }
}
.column_contact .contact_box .contact_tel-info .tel .tel_anime svg {
  fill: #fff;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_box .contact_tel-info .tel .tel_anime svg {
    width: 30px;
    height: 30px;
  }
}
.column_contact .contact_box .contact_tel-info .tel .tel_num {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(3.8rem, 4vw, 6rem);
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
.column_contact .contact_box .contact_tel-info .catch {
  font-size: 1.8rem;
  text-align: center;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 340px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
  margin: 30px 0;
  background: #eda83a;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  content: "\f061";
  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: #eda83a;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .close_btn {
    padding: 10px;
    white-space: nowrap;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
#header .menu-box_sp2 {
  display: none;
}
@media screen and (max-width: 1100px) {
  #header .menu-box_sp2 {
    display: block;
  }
  #header.scroll .menu-box_sp2 {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
  }
}
#header .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#header .head_belt {
  background: #fff;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 0 0 0 5px;
    height: 60px;
  }
}
#header .head_belt .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .h_tit {
    width: 80vw;
    font-size: 1rem;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
  #header .head_belt .inner .head_l {
    width: 100%;
  }
}
#header .head_belt .inner .head_l {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l .logo_area {
    width: auto;
    text-align: center;
  }
}
#header .head_belt .inner .head_l .logo_area .logo {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
#header .head_belt .inner .head_l .logo_area .logo img {
  width: 100%;
}
#header .head_belt .inner .head_l .logo_area.old {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l .logo_area.old {
    flex-wrap: wrap;
    gap: 5px;
  }
}
#header .head_belt .inner .head_l .area_name {
  line-height: 1.4;
  color: #4c2000;
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l .area_name {
    font-size: 1.75rem;
  }
}
#header .head_belt .inner .head_l .area_name.old {
  background: #56c300;
  padding: 5px 10px;
  box-shadow: unset;
  border-radius: 1px;
}
#header .head_belt .inner .head_l .area_name.old:after {
  content: none;
}
#header .head_belt .inner .head_l .home_link {
  position: relative;
  font-size: 1.5rem;
  border: 1px solid #47270e;
  padding: 5px 15px 5px 10px;
  color: #47270e;
  line-height: 1.2;
  box-shadow: 0px 3px #47270e;
  border-radius: 4px;
}
#header .head_belt .inner .head_l .home_link:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 3px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l .home_link {
    font-size: 1.4rem;
  }
}
#header .head_belt .inner .head_l .home_link.old {
  box-shadow: unset;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l .home_link.old {
    margin-left: auto;
  }
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  gap: 10px;
}
#header .head_belt .inner .head_r .tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .head_belt .inner .head_r .tel .tel_num {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  transform: scale(0.9, 1);
}
#header .head_belt .inner .head_r .tel .tel_anime {
  width: 30px;
  height: 30px;
}
#header .head_belt .inner .head_r .tel .tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #ff0008;
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.5rem;
  display: inline-block;
  border: 1px solid;
  padding: 2px 4px;
  line-height: 1;
}
#header .head_belt .hurry_btn .head_f {
  background: #ff0008;
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 45px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
}
#header .head_belt .hurry_btn .head_f::before {
  content: url(../img/common/hurry_icon.png);
  position: absolute;
  left: 15px;
  top: 30%;
}
#header .head_belt .hurry_btn .head_f::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
#header .head_belt .hurry_btn .head_f span {
  font-size: 1.4rem;
  display: block;
}
#header .head_belt .hurry_btn a {
  display: block;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}
#header.contact_header {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1100px) {
  #header.contact_header .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
  }
  #header.contact_header .inner .logo_area {
    max-width: 200px;
  }
  #header.contact_header .inner .logo_area .logo {
    width: 100%;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navigation_sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 999;
  }
  .navigation_sp .nav_flex {
    border-top: 1px solid #eee;
    background: #fafafa;
    gap: 0;
    height: 60px;
    justify-content: flex-end;
  }
  .navigation_sp .nav_flex > li {
    width: 100%;
  }
  .navigation_sp .nav_flex > li .link_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2.6rem;
    color: #56c300;
  }
  .navigation_sp .nav_flex .menu_btn {
    text-align: center;
  }
  .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 .link_txt .open_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .close {
    background: #56c300;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box {
    display: none;
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: 93vh;
    left: 0;
    top: 60px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .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: #56c300;
  }
  .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 .sp_catch {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.tel {
    color: #ff0008;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club span:not(.color),
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club .wrap {
    display: inline-block;
    position: relative;
    line-height: 1.2;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club span:not(.color):before, .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club span:not(.color):after,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club .wrap:before,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club .wrap:after {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 3px;
    height: 70%;
    background: #1a1a1a;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club span:not(.color):before,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club .wrap:before {
    transform: rotate(-30deg);
    left: -20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club span:not(.color):after,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club .wrap:after {
    transform: rotate(30deg);
    right: -20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch.club .color {
    color: #ff0008;
    font-size: 1.4em;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .sp_catch .mark {
    background: linear-gradient(0deg, #fff800 0%, #fff800 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  }
  .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: 10px;
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    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%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .text {
    flex: 1;
    padding-right: 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a i {
    color: #56c300;
    font-size: 2rem;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn.sougo a:before {
    content: "";
    background: url(../img/common/sougo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp {
    margin-bottom: 30px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul {
    flex-wrap: wrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li {
    width: calc(50% - 10px);
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .search_box {
    background: unset;
    margin: 0 auto 30px;
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #ff0008;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt i {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point {
    text-align: left;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border: 1px solid #ff0008;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #ff0008;
    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 #56c300;
    background: #56c300;
    font-weight: 600;
    font-size: 1.7rem;
    border-radius: 50px;
    white-space: nowrap;
    padding: 3px 5px;
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_function {
    border: 2px solid #56c300;
    padding: 0.8em;
    text-align: left;
    background: #fff;
    font-size: 1.5rem;
  }
  .navigation_sp .plan_box_sp {
    display: block !important;
  }
  .navigation_sp.visible {
    width: 100vw;
  }
  .navigation_sp.visible .nav_flex > li {
    width: calc(20% - 0px);
  }
}

@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;
  }
  .nav .nav_list .nav_item a {
    padding: 8px 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .nav .nav_list .nav_item a span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #fff;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    width: 30%;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
    color: #333;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a img {
    margin-bottom: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a .title {
    font-size: 1.5rem;
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a .title:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #56d83f;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a .title span {
    display: inline-block;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a .title span img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list {
    justify-content: flex-start;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li {
    width: calc(16.6666666667% - 17px);
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li .part_hall_img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li .part_hall_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li .part_hall_img .area {
    position: absolute;
    top: 0;
    left: 0;
    background: #56d83f;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 10px;
    line-height: 1;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li .title {
    padding: 0;
    white-space: wrap;
    text-align: left;
    line-height: 1.2;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li .title:before {
    content: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li.other_hall {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li.other_hall a {
    font-size: 1.7rem;
    border: 2px solid #56c300;
    background: #eef9e6;
    padding: 10px;
    line-height: 1.4;
    position: relative;
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li.other_hall a::after {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #56c300;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 8px;
    margin: auto;
  }
  .nav .nav_list .nav_item.short_pulldown {
    position: relative;
  }
  .nav .nav_list .nav_item.short_pulldown .tgl_menu {
    width: auto !important;
    padding: 0;
  }
  .nav .nav_list .nav_item.short_pulldown .tgl_menu ul li {
    width: 100%;
  }
  .nav .nav_list .nav_item.short_pulldown .tgl_menu ul li a {
    font-size: 1.6rem;
    padding: 5px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .nav .nav_list .nav_item.short_pulldown .tgl_menu ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #56d83f;
    margin-right: 3px;
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 23%;
  }
  .nav .nav_list .nav_item .dwn_plan li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
    display: block;
  }
  .nav .nav_list .nav_item.hurry {
    background: #ff0008;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.4;
    padding: 10px;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  font-size: 1.5rem;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer.contact_footer {
  padding-bottom: 0;
}
#footer .footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
#footer .footer_wrap .company_info {
  width: 100%;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info {
    margin-bottom: 30px;
  }
}
#footer .footer_wrap .company_info_logo {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  max-height: 100px;
  width: auto;
}
#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 .list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu .list {
    margin-bottom: 1.5em;
    flex-direction: column;
    gap: 10px;
  }
}
#footer .footer_wrap .footer_menu .list .child_link {
  flex-basis: 10%;
  text-align: center;
  border: 1px solid;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu .list .child_link {
    flex-basis: 15%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu .list .child_link {
    text-align: left;
    border: 0;
  }
}
#footer .footer_wrap .footer_menu .list .child_link a {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu .list .child_link a {
    padding: 0;
  }
  #footer .footer_wrap .footer_menu .list .child_link a:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 1.5rem;
  }
}
#footer .footer_wrap .footer_menu .list .link a:before {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.5rem;
}
#footer .footer_wrap .footer_menu .list .child_link-most a:before {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.5rem;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  background: #4c2000;
  padding: 4px 0;
  color: #fff;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .column_plan_list {
    padding-bottom: 60px;
  }
}
.column_plan_list > .light_bg {
  position: relative;
}
.column_plan_list > .light_bg:after {
  content: "";
  background-image: url(../img/common/plan_under.svg);
  width: 100%;
  height: 120px;
  background-size: cover;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .column_plan_list > .light_bg:after {
    height: 60px;
    bottom: -60px;
  }
}
.column_plan_list .plan_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box {
    gap: 20px;
  }
}
.column_plan_list .plan_box li {
  width: calc(33.3333333333% - 10px);
  text-align: center;
  box-shadow: 0 2px 5px #ccc;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box li {
    width: 100%;
  }
}
.column_plan_list .plan_box li:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  right: 5px;
  bottom: 5px;
  font-size: 1.3rem;
}
.column_plan_list .plan_box li:hover {
  box-shadow: 0 2px 8px #ccc;
}
.column_plan_list .plan_box li.plan_kasou {
  border: 1px solid #773600;
}
.column_plan_list .plan_box li.plan_kasou:after {
  color: #773600;
}
.column_plan_list .plan_box li.plan_kasou .plan_box_catch {
  background: #773600;
}
.column_plan_list .plan_box li.plan_kasou .plan_box_title {
  color: #773600;
}
.column_plan_list .plan_box li.plan_kasou .flow.in {
  background: #773600;
}
.column_plan_list .plan_box li.plan_ichinichisou {
  border: 1px solid #121a7f;
}
.column_plan_list .plan_box li.plan_ichinichisou:after {
  color: #121a7f;
}
.column_plan_list .plan_box li.plan_ichinichisou .plan_box_catch {
  background: #121a7f;
}
.column_plan_list .plan_box li.plan_ichinichisou .plan_box_title {
  color: #121a7f;
}
.column_plan_list .plan_box li.plan_ichinichisou .flow.in {
  background: #121a7f;
}
.column_plan_list .plan_box li.plan_kazokusou {
  border: 1px solid #990b7e;
}
.column_plan_list .plan_box li.plan_kazokusou:after {
  color: #990b7e;
}
.column_plan_list .plan_box li.plan_kazokusou .plan_box_catch {
  background: #990b7e;
}
.column_plan_list .plan_box li.plan_kazokusou .plan_box_title {
  color: #990b7e;
}
.column_plan_list .plan_box li.plan_kazokusou .flow.in {
  background: #990b7e;
}
.column_plan_list .plan_box .plan_box_catch {
  color: #fff;
  padding: 10px;
  margin: 0 0 20px;
  display: block;
  line-height: 1.4;
}
.column_plan_list .plan_box .plan_box_title {
  font-size: 3rem;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box .plan_box_title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box .plan_box_title {
    margin-bottom: 5px;
    font-size: 2.6rem;
  }
}
.column_plan_list .plan_box .plan_box_img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_plan_list .plan_box .plan_box_info_wrap {
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box .plan_box_info_wrap {
    padding: 20px 10px;
  }
}
.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;
  padding: 7px 0;
}
.column_plan_list .plan_box .plan_box_discount {
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 10px;
  border-radius: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.column_plan_list .plan_box .plan_box_discount .color {
  color: #ff0008;
  font-size: 1.8rem;
}
.column_plan_list .plan_box .plan_box_discount .num {
  font-size: 1.3em;
}
.column_plan_list .plan_box .plan_box_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_price {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.column_plan_list .plan_box .plan_box_price .discount {
  color: #ff0008;
  font-size: 6rem;
  position: relative;
  line-height: 1;
  font-weight: 700;
  gap: 5px;
  margin: 0 auto;
  width: 100%;
  padding-left: 50px;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box .plan_box_price .discount {
    font-size: 5rem;
  }
}
.column_plan_list .plan_box .plan_box_price .discount:before {
  content: "会員価格";
  border: 1px solid #ff0008;
  border-radius: 2px;
  color: #ff0008;
  font-size: 1.8rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_price .discount:before {
    left: 0;
  }
}
.column_plan_list .plan_box .plan_box_price .discount .num {
  letter-spacing: -0.1rem;
}
.column_plan_list .plan_box .plan_box_price .discount .yen {
  font-size: 3rem;
  position: relative;
}
.column_plan_list .plan_box .plan_box_price .discount .yen .tax {
  font-size: 1.2rem;
  position: absolute;
  left: 3px;
  top: -13px;
  white-space: nowrap;
}
.column_plan_list .plan_box .plan_box_price .taxin {
  font-size: 1.7rem;
  margin-left: auto;
  transform: scale(0.9, 1);
  color: #ff0008;
  line-height: 1;
  font-weight: 600;
}
.column_plan_list .plan_box .plan_box_price .taxin .taxin_laber {
  font-size: 1.5rem;
}
.column_plan_list .plan_box .plan_box_price .taxin .taxin_yen {
  font-size: 1.5rem;
}
.column_plan_list .plan_box .ippan_price {
  text-align: center;
  font-size: 1.5rem;
}
.column_plan_list .plan_box + .banner_box {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box + .banner_box {
    flex-wrap: wrap;
  }
}
.column_plan_list .plan_box + .banner_box .w50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box + .banner_box .w50 {
    width: 100%;
  }
}
.column_plan_list .column_banners {
  position: relative;
}

.plan_box_sp {
  display: none;
  border: 2px solid #d1ccc4;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px #d1ccc4;
  background: #fff;
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}
.plan_box_sp:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  right: 5px;
  bottom: 5px;
  font-size: 1.3rem;
  z-index: 2;
  color: #fff;
}
.plan_box_sp-info {
  padding: 7px;
  gap: 10px;
  align-items: center;
}
.plan_box_sp-info-title {
  width: 58%;
}
.plan_box_sp-info-title .feature {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan_box_sp-info-img {
  flex: 1;
}
.plan_box_sp-info .day {
  font-size: 1.6rem;
}
.plan_box_sp-price {
  padding: 10px 10px 15px;
  background: #f9f7f4;
  gap: 0;
  align-items: center;
}
.plan_box_sp-price-discount {
  text-align: center;
  line-height: 1.4;
}
.plan_box_sp-price-discount .discount_catch {
  font-weight: 600;
  font-size: 1.6rem;
  white-space: nowrap;
}
.plan_box_sp-price-discount .discount_price {
  font-weight: 600;
  font-size: 1.7rem;
  border: 1px solid;
  color: #ff0008;
  background: #fff;
  padding: 1px 4px;
  margin-bottom: 5px;
}
.plan_box_sp-price-discount .discount_price .num {
  font-size: 2.6rem;
  letter-spacing: -1px;
}
.plan_box_sp-price-discount .ippan {
  font-size: 1.4rem;
}
.plan_box_sp-price-num {
  font-size: 1.5rem;
  text-align: right;
}
.plan_box_sp-price-num .club_untax {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ff0008;
  white-space: nowrap;
}
.plan_box_sp-price-num .club_untax .num {
  font-size: 4.2rem;
  letter-spacing: -0.1rem;
}
.plan_box_sp-price-num .club_untax .yen {
  position: relative;
}
.plan_box_sp-price-num .club_untax .yen .tax {
  font-size: 1rem;
  position: absolute;
  top: -13px;
  right: 0;
  white-space: nowrap;
}
.plan_box_sp-price-num .club_taxin {
  font-size: 1.6rem;
  color: #ff0008;
}
.plan_box_sp.plan_kasou {
  border: 1px solid #773600;
}
.plan_box_sp.plan_kasou:after {
  color: #773600;
}
.plan_box_sp.plan_kasou .plan_box_catch {
  background: #773600;
}
.plan_box_sp.plan_kasou .plan_box_title {
  color: #773600;
  font-size: 2.8rem;
  line-height: 1.2;
}
.plan_box_sp.plan_kasou .plan_box_sp-price {
  background: #f8f5f2;
}
.plan_box_sp.plan_ichinichisou {
  border: 1px solid #121a7f;
}
.plan_box_sp.plan_ichinichisou:after {
  color: #121a7f;
}
.plan_box_sp.plan_ichinichisou .plan_box_catch {
  background: #121a7f;
}
.plan_box_sp.plan_ichinichisou .plan_box_title {
  color: #121a7f;
  font-size: 2.8rem;
  line-height: 1.2;
}
.plan_box_sp.plan_ichinichisou .plan_box_sp-price {
  background: #f3f4f9;
}
.plan_box_sp.plan_kazokusou {
  border: 1px solid #990b7e;
}
.plan_box_sp.plan_kazokusou:after {
  color: #990b7e;
}
.plan_box_sp.plan_kazokusou .plan_box_catch {
  background: #990b7e;
}
.plan_box_sp.plan_kazokusou .plan_box_title {
  color: #990b7e;
  font-size: 2.8rem;
  line-height: 1.2;
}
.plan_box_sp.plan_kazokusou .plan_box_sp-price {
  background: #faf3f9;
}

@media screen and (max-width: 820px) {
  .column_plan_list li:not(.plan_box_sp) {
    display: none;
  }
  .plan_box_sp {
    display: block;
  }
}
/*----------------------------------------------------
	フロントページ
----------------------------------------------------*/
.splide__arrow svg {
  fill: #fff;
}

#main_slider {
  max-width: 1920px;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #main_slider {
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
}
#main_slider .splide__track {
  height: 100%;
}
@media (max-width: 1400px) {
  #main_slider .splide__slide {
    height: 100%;
    flex: 0 0 100%;
  }
}
#main_slider .splide__slide .mv {
  display: block;
  margin: 0 auto;
}
#main_slider .splide__slide.curve {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1000px 120px;
  border-bottom-left-radius: 1000px 120px;
  overflow: hidden;
}
#main_slider .first {
  position: relative;
}
#main_slider .first .movie {
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
  top: 50%;
}
#main_slider .splide__pagination__page.is-active {
  border: 1px solid #ccc;
  opacity: 1;
}

#main_slider_sp {
  margin-bottom: 20px;
}

.head_movie {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  .head_movie {
    padding: 0;
    margin: -30px auto 20px;
    z-index: 2;
    position: relative;
    max-width: 300px;
  }
}

.front_halls {
  background: linear-gradient(0deg, #fff 0%, #fff 30%, #f9f7f4 100%);
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .front_halls {
    padding-top: 0;
    background: unset;
  }
}
.front_halls .inner {
  background: #fff;
  max-width: 1400px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 767px) {
  .front_halls .inner {
    box-shadow: unset;
    border-radius: 0;
    padding: 15px 15px 0;
  }
}
.front_halls-title {
  background: #f4fcf3;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .front_halls-title {
    padding: 10px;
    padding-top: 65px;
  }
}
.front_halls-title .catch {
  background: #56d83f;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  display: inline-block;
  padding: 2px 20px;
  margin: 0 auto 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .front_halls-title .catch {
    position: absolute;
    width: 70%;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
  }
}
.front_halls-title .catch .mini {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.front_halls-title .sec_title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .front_halls-title .sec_title {
    font-size: 2.2rem;
  }
  .front_halls-title .sec_title .mark {
    font-size: 2.8rem;
  }
}
.front_halls-box {
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .front_halls-box {
    margin-bottom: 0;
  }
}
.front_halls-box .title {
  border-bottom: 1px dashed;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.front_halls-box .title img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .front_halls-box .title img {
    width: 30px;
  }
}
.front_halls-box .map_wrap {
  text-align: center;
}

.front_feature {
  padding-top: 160px;
}
@media screen and (max-width: 820px) {
  .front_feature {
    padding-top: 60px;
  }
}
.front_feature-title {
  background: #56c300;
  color: #fff;
  padding: 60px 15px 40px;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .front_feature-title {
    margin-bottom: 50px;
    padding: 50px 15px 20px;
  }
}
.front_feature-title .fuki {
  background: #ff0008;
  display: inline-block;
  border-radius: 50px;
  padding: 2px 30px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.4;
}
.front_feature-title .fuki:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #ff0008;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
}
.front_feature-title .title {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1.4;
}
.front_feature-title .title .big {
  font-size: clamp(4rem, 4vw, 5.6rem);
}
.front_feature-box {
  margin-bottom: 200px;
}
@media screen and (max-width: 820px) {
  .front_feature-box {
    margin-bottom: 80px;
  }
}
.front_feature-box:nth-child(3) {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .front_feature-box:nth-child(3) {
    margin-bottom: 80px;
  }
}
.front_feature-box:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .front_feature-box:last-of-type {
    margin-bottom: 40px;
  }
}
.front_feature-box .feature_info {
  position: relative;
}
.front_feature-box .feature_info .sec_title {
  text-align: left;
  margin-bottom: 20px;
}
.front_feature-box .feature_info .sec_title .mini {
  font-size: 2.2rem;
}
.front_feature-box .feature_info .lead {
  margin-bottom: 30px;
}
.front_feature-box .feature_info .btn {
  margin-left: 0;
}
.front_feature-box .feature1 {
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature1 {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.front_feature-box .feature1 .feature_img {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature1 .feature_img {
    width: 100%;
  }
}
.front_feature-box .feature1 .feature_info {
  flex: 1;
}
.front_feature-box .feature1 .feature_info .bg {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature1 .feature_info .bg {
    width: 80px;
  }
}
.front_feature-box .feature2 {
  text-align: left;
}
.front_feature-box .feature2 .feature_info {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature2 .feature_info {
    width: 100%;
    position: unset;
    margin-bottom: 30px;
  }
}
.front_feature-box .feature2 .feature_img {
  z-index: -1;
  position: relative;
  margin-left: auto;
  display: block;
  top: -100px;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature2 .feature_img {
    position: unset;
  }
}
.front_feature-box .feature2 .bg {
  position: absolute;
  top: -80px;
  left: -60px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature2 .bg {
    left: unset;
    right: 10px;
    width: 80px;
    top: -50px;
  }
}
.front_feature-box .feature3 {
  text-align: center;
}
.front_feature-box .feature3 .catch {
  margin-bottom: 30px;
}
.front_feature-box .feature3 .after_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto 30px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .front_feature-box .feature3 .after_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
    width: 80%;
  }
}
.front_feature-box .feature3 .bg {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .front_feature-box .feature3 .bg {
    width: 80px;
    top: -60px;
  }
}

.front_consultation {
  padding: 40px 0 60px;
}
@media screen and (max-width: 1100px) {
  .front_consultation {
    padding: 30px 15px 30px;
  }
}
.front_consultation .consultation_title {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .front_consultation .consultation_title {
    flex-direction: column;
  }
}
.front_consultation .consultation_title .title {
  color: #ff3c00;
  font-size: clamp(3.2rem, 4vw, 4rem);
  line-height: 1.2;
}
.front_consultation .consultation_title .title .mini {
  color: #333;
  font-size: clamp(2rem, 4vw, 2.2rem);
  display: block;
}
.front_consultation .consultation_title .title .big {
  letter-spacing: 5px;
}
.front_consultation .catch {
  margin-bottom: 30px;
  text-align: center;
}
.front_consultation .catch span {
  font-weight: bold;
}
.front_consultation .anshin_list {
  color: #ff3c00;
  text-align: center;
  gap: 10px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .front_consultation .anshin_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.front_consultation .anshin_list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 30px solid #ff3c00;
  border-bottom: 0;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.3;
}
.front_consultation .anshin_list .item {
  width: calc(20% - 5px);
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .front_consultation .anshin_list .item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 820px) {
  .front_consultation .anshin_list .item {
    width: calc(50% - 5px);
  }
}
.front_consultation .anshin_list .item .label {
  font-size: clamp(2.4rem, 4vw, 2.6rem);
  line-height: 1.2;
}
.front_consultation .anshin_list .item .label span {
  font-size: clamp(3rem, 4vw, 4rem);
}
.front_consultation .anshin_list .item .title {
  background: #fff9f5;
  border: 1px solid #ff3c00;
  padding: 15px 10px;
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.4;
}
.front_consultation .feature_list {
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .front_consultation .feature_list {
    flex-wrap: wrap;
  }
}
.front_consultation .feature_list .item {
  width: calc(33.3333333333% - 5px);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .front_consultation .feature_list .item {
    width: 100%;
  }
}
.front_consultation .feature_list .item .title {
  color: #ff3c00;
  text-align: center;
  font-size: 2.2rem;
}
.front_consultation .btn {
  background: #ff3c00;
  padding: 10px;
  width: 100%;
  max-width: 380px;
}
.front_consultation .btn .big {
  font-size: 1.3em;
}

/*----------------------------------------------------
	地域一覧
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .area_list_tab .sec_title .mini:not(:last-of-type) {
    background: #ede9e6;
    padding: 6px 20px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.area_list_tab .tab_list {
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .area_list_tab .tab_list {
    flex-wrap: wrap;
    gap: 5px;
    width: 90%;
    margin: 0 auto 10px;
  }
}
.area_list_tab .tab_list .tab_btn {
  flex: 1;
  max-width: 260px;
  background: #fff;
  color: #4c2000;
  padding: 5px 30px;
  border: 1px solid #4c2000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_list_tab .tab_list .tab_btn {
    width: calc(50% - 15px);
    flex: auto;
  }
}
.area_list_tab .tab_list .tab_btn.show {
  background: #4c2000;
  color: #fff;
}
.area_list_tab .tab_list .tab_btn:hover {
  cursor: pointer;
}
.area_list_tab .panel_area {
  border: 1px solid #4c2000;
  padding: 30px 30px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .area_list_tab .panel_area {
    padding: 20px;
  }
}
.area_list_tab .panel_area .tab_contents {
  display: none;
}
.area_list_tab .panel_area .tab_contents.show {
  display: block;
}
.area_list_tab .panel_area .tab_contents .kana_flex {
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .area_list_tab .panel_area .tab_contents .kana_flex {
    gap: 20px;
  }
}
.area_list_tab .panel_area .tab_contents .kana_type_title {
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #4c2000;
}
.area_list_tab .panel_area .tab_contents .kana_box {
  position: relative;
  width: calc(20% - 28px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .area_list_tab .panel_area .tab_contents .kana_box {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .area_list_tab .panel_area .tab_contents .kana_box {
    width: 100%;
  }
}
.area_list_tab .panel_area .tab_contents .kana_box .kana_label {
  text-align: center;
  color: #4c2000;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  padding: 10px;
  background: #ede9e6;
}
.area_list_tab .panel_area .tab_contents .kana_box .link_wrap {
  font-size: 1.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .area_list_tab .panel_area .tab_contents .kana_box .link_wrap {
    flex-direction: row;
  }
}
.area_list_tab .panel_area .tab_contents .kana_box .area_name {
  display: block;
}
@media screen and (max-width: 767px) {
  .area_list_tab .panel_area .tab_contents .kana_box .area_name {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .area_list_tab .panel_area .tab_contents .kana_box {
    display: flex;
    flex-wrap: wrap;
  }
}

/*----------------------------------------------------
	斎場一覧　簡易版
----------------------------------------------------*/
.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: 40px;
  display: flex;
  gap: 10px;
}
.column_hall_list .area_hall_links li {
  flex: 1;
  text-align: center;
  border: 1px solid #56c300;
  border-radius: 50px;
  background: #fff;
}
.column_hall_list .area_hall_links li:nth-child(even) {
  border: 1px solid #eda83a;
}
.column_hall_list .area_hall_links li:nth-child(even) a {
  color: #eda83a;
}
.column_hall_list .area_hall_links li a {
  padding: 5px 0;
  display: block;
  color: #56c300;
}
.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 #56c300;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_links li {
    width: 100%;
  }
}
.column_hall_list .part_hall_links li a {
  padding: 5px 0;
  display: block;
  color: #56c300;
}
.column_hall_list .part_hall_name {
  padding: 5px 10px;
  font-size: 2rem;
  border-radius: 30px;
  border: 1px solid #56c300;
  margin-bottom: 30px;
}
.column_hall_list .part_hall_name:before {
  content: "●";
  color: #56c300;
}
.column_hall_list .hall_area_wrap {
  margin-bottom: 60px;
}
.column_hall_list .hall_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.column_hall_list .hall_list.mini li {
  position: relative;
}
.column_hall_list .hall_list.mini li:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  color: #56d83f;
  line-height: 1;
  right: 5px;
  bottom: 10px;
}
.column_hall_list .item {
  position: relative;
  width: calc(25% - 15px);
  border-radius: 10px;
  transition: 0.3s all;
  overflow: hidden;
  box-shadow: 0 0 5px #ccc;
}
.column_hall_list .item:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 820px) {
  .column_hall_list .item {
    width: calc(33.3333333333% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .item {
    width: 100%;
  }
}
.column_hall_list .item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.column_hall_list .item .hall_name {
  padding: 0 15px;
  font-size: 2rem;
  line-height: 1.4;
  flex: 1;
  letter-spacing: 0;
}
.column_hall_list .item .add {
  padding: 0 15px 20px;
}
.column_hall_list .item:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #56d83f;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 1.5rem;
}
.column_hall_list .part_hall_img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_hall_list .part_hall_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.column_hall_list .part_hall_img .area {
  position: absolute;
  top: 0;
  left: 0;
  background: #56d83f;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_img .area {
    font-size: 1.7rem;
    padding: 10px 15px;
  }
}
.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 .readmore {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
  font-weight: 600;
  padding: 0 5px 5px;
  margin-top: auto;
}
.column_hall_list .readmore::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  padding-left: 10px;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_title {
  border-bottom: 1px solid #56c300;
  text-align: center;
  font-size: clamp(3rem, 4vw, 3.6rem);
  margin-bottom: 20px;
}
.faq_wrap {
  padding: 30px 50px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq_wrap {
    padding: 15px;
  }
}
.faq_wrap .question,
.faq_wrap .answer {
  position: relative;
  padding-left: 40px;
}
.faq_wrap a {
  display: inline-block;
  color: #4c2000;
  text-decoration: underline;
}
.faq_wrap .question {
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: #56c300;
  margin-bottom: 20px;
}
.faq_wrap .question:before {
  position: absolute;
  content: "Q";
  display: inline-block;
  color: #56c300;
  transform: scale(0.9, 1);
  font-weight: 700;
  font-size: 2.4rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq_wrap .answer:before {
  position: absolute;
  content: "A";
  display: inline-block;
  color: #56c300;
  transform: scale(0.9, 1);
  font-weight: 700;
  font-size: 2.4rem;
  left: 0;
  text-align: center;
  top: 0;
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.splide__news {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .splide__news {
    width: 96%;
    margin: 0 auto 20px;
  }
}
.splide__news .splide__track {
  padding-bottom: 10px;
}
.splide__news .splide__arrow--prev {
  left: -3em;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow--prev {
    left: -1em;
  }
}
.splide__news .splide__arrow--next {
  right: -3em;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow--next {
    right: -1em;
  }
}

.column_voice {
  overflow: unset;
}
.column_voice .cat {
  font-size: 1.5rem;
  background: #56d83f;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_voice .cat {
    font-size: 1.7rem;
    padding: 10px 15px;
  }
}
.column_voice .voice_row {
  justify-content: flex-start;
  gap: 20px;
}
.column_voice .voice_row li {
  background: #fff;
  position: relative;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 0 5px #ccc;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li {
    border: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li a {
    border-radius: 5px;
    border: 1px solid #eee;
  }
}
.column_voice .voice_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.column_voice .voice_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_voice .voice_row li .rbox {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li .rbox {
    padding: 10px;
  }
}
.column_voice .voice_row li .rbox .title {
  font-size: 1.9rem;
}
.column_voice .voice_row li .rbox .date {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li .rbox .flex {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
.column_voice .voice_row li .rbox .star {
  color: #ff8300;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 3rem;
}
.column_voice .voice_row li .rbox .hall {
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .hall {
    font-size: 1.8rem;
  }
}
.column_voice .voice_row li .rbox .hall span {
  font-size: 1.6rem;
  background: #11169c;
  color: #fff;
  padding: 3px 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .hall span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
  }
}
.column_voice .is-active.splide .voice_row {
  justify-content: unset;
  gap: unset;
}
.column_voice .is-active.splide li {
  width: unset;
}

.column_event .nr_row {
  max-width: 1100px;
  margin: 0 auto 40px;
}
.column_event .nr_row a {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .column_event .nr_row a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.column_event .nr_row a .cat {
  background: #56d83f;
  color: #fff;
  padding: 0 5px;
  border-radius: 50px;
  width: 12%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_event .nr_row a .cat {
    width: 30%;
  }
}
.column_event .nr_row a .date {
  font-size: 1.5rem;
  white-space: nowrap;
}
.column_event .nr_row a .title {
  font-size: 1.9rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .column_event .nr_row a .title {
    flex: unset;
    width: 100%;
  }
}

.post-type-archive-sougijou .column_knowledge {
  background: unset !important;
  padding: 0 0 20px !important;
}

.column_knowledge {
  position: relative;
}
.column_knowledge .knowledge_row {
  justify-content: flex-start;
  gap: 20px;
}
.column_knowledge .knowledge_row li {
  width: calc(25% - 15px);
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
@media screen and (max-width: 767px) {
  .column_knowledge .knowledge_row li {
    width: 100%;
  }
  .column_knowledge .knowledge_row li a {
    border-radius: 5px;
    border: 1px solid #eee;
  }
}
.column_knowledge .knowledge_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}
.column_knowledge .knowledge_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_knowledge .knowledge_row li .cat {
  background: #56d83f;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 5px;
}
.column_knowledge .knowledge_row li .rbox {
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li .rbox {
    padding: 10px;
  }
}
.column_knowledge .knowledge_row li .rbox .title {
  font-size: 1.9rem;
  line-height: 1.4;
}
.column_knowledge .is-active.splide .knowledge_row {
  justify-content: unset;
  gap: unset;
}
.column_knowledge .is-active.splide li {
  width: unset;
}

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