@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@700&&family=Oswald:wght@400&display=swap");

/* reset */
body {
  margin: 0;
}

blockquote,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

dl,
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

button:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

figcaption {
  margin-top: 1em;
}

em {
  font-weight: bold;
  font-style: normal;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #444444;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

body {
  min-width: 1270px;
}

@media screen and (max-width: 599px) {
  body {
    min-width: initial;
  }
}

a {
  color: #029A61;
  text-decoration: none;
}

@media (min-width: 600px) {
  a:hover {
    color: #029A61;
    opacity: 0.5;
  }
}

@media (min-width: 600px) {
  button:hover {
    opacity: 0.5;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./img/icon_pdf_black.svg) no-repeat;
}

hr {
  height: 2px;
  background-color: #ccc;
  border: none;
  margin: 1em 0;
}

button {
  cursor: pointer;
}

/*============================
layout
============================*/
.l-container {
  width: 83.9694656489%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .l-container {
    width: 1100px;
  }
}

.c-rate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-rate__star {
  fill: #898885;
}

.c-rate.c-rate--rate5 .c-rate__star:nth-of-type(-n+5) {
  fill: #FBCE21;
}

.c-rate.c-rate--rate4 .c-rate__star:nth-of-type(-n+4) {
  fill: #FBCE21;
}

.c-rate.c-rate--rate3 .c-rate__star:nth-of-type(-n+3) {
  fill: #FBCE21;
}

.c-rate.c-rate--rate2 .c-rate__star:nth-of-type(-n+2) {
  fill: #FBCE21;
}

.c-rate.c-rate--rate1 .c-rate__star:nth-of-type(-n+1) {
  fill: #FBCE21;
}

/*============================
header
============================*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header {
  padding-top: 50px;
}

@media (min-width: 600px) {
  .header {
    padding-top: 0;
  }
}

.header .header__inner {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

.header .header__inner-souzoku,
.header .header__inner-sankotsu,
.header .header__inner-ihin,
.header .header__inner-obousan {
  justify-content: space-between;
}

@media (min-width: 600px) {
  .header .header__inner {
    width: 1200px;
    height: 120px;
    margin: auto;
    position: static;
  }
}

.header .header__inner .header__logo {
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .header .header__inner .header__logo {
    height: 50px;
  }
}

.header .header__inner .header__logo img {
  height: 100%;
  width: auto;
}

.header .header__inner .header__isogi {
  align-self: stretch;
  border-radius: 0px 0px 0px 8px;
  border: 2px solid #FFB800;
  background: #C14747;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 800;
  width: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: auto;
}

@media (min-width: 600px) {
  .header .header__inner .header__isogi {
    display: none;
  }
}

.header .header__inner .header__isogi::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/h_icon.png);
  background-image: url(../img/h_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header .header__inner .header__menu {
  align-self: stretch;
  width: 50px;
  background: #11B577;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header__inner-souzoku .header__menu {
  background-color: #4993d3;
}

.header .header__inner-sankotsu .header__menu {
  background-color: #1967ac;
}

.header .header__inner-ihin .header__menu {
  background-color: #d9901c;
}

.header .header__inner-obousan .header__menu {
  background-color: #9976b1;
}

@media (min-width: 600px) {
  .header .header__inner .header__menu {
    display: none;
  }
}

.header .header__inner .header__menu img {
  width: 26px;
}

.header-halls-num {
  display: none;
  width: 227px;
}

@media (min-width: 600px) {
  .header-halls-num {
    display: block;
  }
}

.header-contact {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

@media (min-width: 600px) {
  .header-contact {
    display: flex;
  }
}

.header-contact .header-contact-head {
  width: 306px;
}

.header-contact .header-contact-tel {
  width: 232px;
  font-size: 1.7em;
  font-weight: bold;
  color: #C14747;
}

.header-contact .header-contact-info {
  width: 100px;
}

.header-nav {
  padding-bottom: 10px;
}

.header-nav ul {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.header-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  align-self: stretch;
  background: #D9D9D9;
}

.header-nav ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  color: #3A3A3A;
  font-size: 0.75rem;
  font-weight: 800;
}

.header-nav ul li a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-nav__plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.header-nav__search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.header-nav__features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.navs-main .navs-main__item--interview a::before {
  background-image: url(https://y-osohshiki.com/common/img/nav_icon_interview.png);
}

@media (min-width: 600px) {
  .sp-header {
    display: none;
  }
}

.sp-navs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 50px 0 20px;
  border-radius: 0px 0px 10px 10px;
  background-color: #029A61;
  height: 100svh;
}

.sp-navs-souzoku {
  background-color: #4993d3;
}

.sp-navs-sankotsu {
  background-color: #1967ac;
}

.sp-navs-ihin {
  background-color: #d9901c;
}

.sp-navs-obousan {
  background-color: #9976b1;
}

.sp-navs.active {
  display: block;
}

.sp-navs__inner {
  width: min(89.8218829517%, 600px);
  padding-top: 15px;
  margin: 0 auto;
  height: 100%;
  overflow-y: scroll;
}

.sp-navs .sp-navs__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-navs-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.sp-navs-main__item {
  flex: 1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.sp-navs-main__item ul {
  display: none;
  margin: 0 10px;
}

.sp-navs-main__item ul.show {
  display: flex;
  flex-direction: column;
}

.sp-navs-main__item ul li a {
  text-decoration: none;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 8px;
  border-top: 2px solid #B8E3D2;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
}

.sp-navs-main__item ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-main__item ul li a::after {
  margin-left: auto;
  transition: all 0.25s ease;
  content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span,
.sp-navs-main__item>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  color: #3A3A3A;
  font-weight: 800;
  font-style: normal;
  width: 100%;
  padding: 7px 20px;
  cursor: pointer;
}

.sp-navs-main__item>span:hover,
.sp-navs-main__item>a:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-main__item>span::before,
.sp-navs-main__item>a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-navs-main__item>span::after,
.sp-navs-main__item>a::after {
  margin-left: auto;
  transition: all 0.25s ease;
  content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-main__item--features span::before,
.sp-navs-main__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.sp-navs-main__item--plan span::before,
.sp-navs-main__item--plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.sp-navs-main__item--search span::before,
.sp-navs-main__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.sp-navs-main__item--interview span::before,
.sp-navs-main__item--interview a::before {
  background-image: url(https://y-osohshiki.com/common/img/nav_icon_interview.png);
}

.sp-navs-service {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.sp-navs-service>li {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  position: relative;
}

.sp-navs-service>li>a,
.sp-navs-service>li>span {
  text-decoration: none;
  flex: 1;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 1.5;
  padding: 12px 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.sp-navs-service>li>a:hover,
.sp-navs-service>li>span:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-service>li>a::after,
.sp-navs-service>li>span::after {
  transition: all 0.25s ease;
  content: url(../img/nav_arr.svg);
}

.sp-navs-service>li>span {
  cursor: pointer;
}

.sp-navs-service>li>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-service>li>ul.sub {
  display: none;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #06734A;
  z-index: 10;
}

.sp-navs-service>li>ul.sub.show {
  display: block;
}

.sp-navs-service>li>ul.sub>li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service>li>ul.sub>li>a,
.sp-navs-service>li>ul.sub>li span {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #06734A;
  padding: 12px 20px;
}

.sp-navs-service-souzoku>li>ul.sub>li>a,
.sp-navs-service-souzoku>li>ul.sub>li span {
  background-color: #1967ac;
}

.sp-navs-service-sankotsu>li>ul.sub>li>a,
.sp-navs-service-sankotsu>li>ul.sub>li span {
  background-color: #154c7c;
}

.sp-navs-service-ihin>li>ul.sub>li>a,
.sp-navs-service-ihin>li>ul.sub>li span {
  background-color: #a86a08;
}

.sp-navs-service-obousan>li>ul.sub>li>a,
.sp-navs-service-obousan>li>ul.sub>li span {
  background-color: #75518d;
}

.sp-navs-service>li>ul.sub>li>a::after,
.sp-navs-service>li>ul.sub>li span::after {
  content: url(../img/nav_arr.svg);
  transition: all 0.25s ease;
}

.sp-navs-service>li>ul.sub>li>a:hover,
.sp-navs-service>li>ul.sub>li span:hover {
  background-color: #06734A;
}

.sp-navs-service-souzoku>li>ul.sub>li>a:hover,
.sp-navs-service-souzoku>li>ul.sub>li span:hover {
  background-color: #4993d3;
}

.sp-navs-service-sankotsu>li>ul.sub>li>a:hover,
.sp-navs-service-sankotsu>li>ul.sub>li span:hover {
  background-color: #1967ac;
}

.sp-navs-service-ihin>li>ul.sub>li>a:hover,
.sp-navs-service-ihin>li>ul.sub>li span:hover {
  background-color: #d9901c;
}

.sp-navs-service-obousan>li>ul.sub>li>a:hover,
.sp-navs-service-obousan>li>ul.sub>li span:hover {
  background-color: #9976b1;
}

.sp-navs-service>li>ul.sub>li>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-service li ul.sub li .sub2Inner {
  width: 100%;
  display: none;
}

.sp-navs-service li ul.sub li .sub2Inner.show {
  display: block;
}

.sp-navs-service li ul.sub li .sub2Inner li {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service li ul.sub li .sub2Inner a {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background: #055537;
  padding: 12px 20px;
}

.sp-navs-service-souzoku li ul.sub li .sub2Inner a {
  background-color: #1967ac;
}

.sp-navs-service-sankotsu li ul.sub li .sub2Inner a {
  background-color: #154c7c;
}

.sp-navs-service-ihin li ul.sub li .sub2Inner a {
  background-color: #a86a08;
}

.sp-navs-service-obousan li ul.sub li .sub2Inner a {
  background-color: #75518d;
}

.sp-navs-service li ul.sub li .sub2Inner a::after {
  content: url(../img/nav_arr.svg);
  transition: all 0.25s ease;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover {
  text-decoration: none;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover:hover {
  text-decoration: none;
  opacity: 1;
}

.navs {
  display: none;
  height: 40px;
  background-color: #029A61;
  justify-content: center;
  align-items: stretch;
}

.navs-souzoku {
  background-color: #4993d3;
}

.navs-sankotsu {
  background-color: #1967ac;
}

.navs-ihin {
  background-color: #d9901c;
}

.navs-obousan {
  background-color: #9976b1;
}

@media (min-width: 600px) {
  .navs {
    display: flex !important;
  }
}

.navs>ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 0.75rem;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  width: 1200px;
}

.navs>ul>li {
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  position: relative;
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.navs>ul>li>a,
.navs>ul>li>span {
  flex: 1;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 120%;
}

.navs>ul>li>span {
  cursor: pointer;
}

@media (min-width: 600px) {
  .navs ul li:hover ul.sub {
    display: block;
  }
}

.navs ul li ul.sub {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #029A61;
  z-index: 10;
}

.navs-souzoku ul li ul.sub {
  background-color: #4993d3;
}

.navs-sankotsu ul li ul.sub {
  background-color: #1967ac;
}

.navs-ihin ul li ul.sub {
  background-color: #d9901c;
}

.navs-obousan ul li ul.sub {
  background-color: #9976b1;
}

.navs ul li ul.sub>li {
  width: 100%;
  padding: 0px;
  position: relative;
}

.navs ul li ul.sub>li a,
.navs ul li ul.sub>li span {
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 12px 0;
  display: block;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs ul li ul.sub>li a:hover,
.navs ul li ul.sub>li span:hover {
  background-color: #06734A;
}

.navs-souzoku ul li ul.sub>li a:hover,
.navs-souzoku ul li ul.sub>li span:hover {
  background-color: #1967ac;
}

.navs-sankotsu ul li ul.sub>li a:hover,
.navs-sankotsu ul li ul.sub>li span:hover {
  background-color: #154c7c;
}

.navs-ihin ul li ul.sub>li a:hover,
.navs-ihin ul li ul.sub>li span:hover {
  background-color: #a86a08;
}

.navs-obousan ul li ul.sub>li a:hover,
.navs-obousan ul li ul.sub>li span:hover {
  background-color: #75518d;
}

@media (min-width: 600px) {
  .navs ul li ul.sub li:hover .sub2Inner {
    display: block;
  }
}

.navs ul li ul.sub li .sub2Inner {
  position: absolute;
  left: 100%;
  width: 100%;
  display: none;
  top: 0px;
}

.navs ul li ul.sub li .sub2Inner a {
  background: #029A61;
  padding: 12px 0;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs-souzoku ul li ul.sub li .sub2Inner a {
  background-color: #4993d3;
}

.navs-sankotsu ul li ul.sub li .sub2Inner a {
  background-color: #1967ac;
}

.navs-ihin ul li ul.sub li .sub2Inner a {
  background-color: #d9901c;
}

.navs-obousan ul li ul.sub li .sub2Inner a {
  background-color: #9976b1;
}

.navs ul li ul.sub li .sub2Inner a:hover {
  background-color: #06734A;
  opacity: 1;
}

.navs-souzoku ul li ul.sub li .sub2Inner a:hover {
  background-color: #1967ac;
}

.navs-sankotsu ul li ul.sub li .sub2Inner a:hover {
  background-color: #154c7c;
}

.navs-ihin ul li ul.sub li .sub2Inner a:hover {
  background-color: #a86a08;
}

.navs-obousan ul li ul.sub li .sub2Inner a:hover {
  background-color: #75518d;
}

@media (min-width: 600px) {
  .navs-main-wrap {
    background-color: #E9F1EE;
  }
}

.navs-main {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 600px) {
  .navs-main {
    width: 1200px;
    margin: auto;
  }
}

.navs-main .navs-main__item {
  flex: 1;
}

.navs-main .navs-main__item:not(:first-child) {
  border-left: 1px solid #D9D9D9;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item {
    border-left: 1px solid #D9D9D9;
  }
}

.navs-main .navs-main__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item a {
    font-size: 1rem;
    gap: 8px;
  }
}

.navs-main .navs-main__item a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item a::before {
    width: 24px;
    height: 24px;
  }
}

.navs-main .navs-main__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.navs-main .navs-main__item--plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.navs-main .navs-main__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.navs-main .navs-main__item--interview a::before {
  background-image: url(https://y-osohshiki.com/common/img/nav_icon_interview.png);
}

.navs-main .navs-main__item--hurry {
  display: none;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item--hurry {
    display: flex;
    flex: none;
    align-self: stretch;
    width: 210px;
  }

  .navs-main .navs-main__item--hurry a {
    border: 2px solid #FFB800;
    background: #C14747;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .navs-main .navs-main__item--hurry a::before {
    background-image: url(../img/nav_icon_hurry.png);
  }
}

.fixed-header-wrap {
  display: none;
  position: fixed;
  z-index: 100;
  top: -70px;
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.25s ease;
}

@media (min-width: 600px) {
  .fixed-header-wrap {
    display: block;
  }
}

.fixed-header-wrap.is-show {
  top: 0;
}

@media (min-width: 600px) {
  .fixed-header {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
  }
}

.fixed-header__logo {
  width: 120px;
  padding-left: 10px;
  display: flex;
}

.fixed-header__menu {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.fixed-header__item {
  flex: 1;
  display: flex;
  position: relative;
}

.fixed-header__item::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-header__item:hover {
  background-color: #E9F1EE;
}

.fixed-header__item>a,
.fixed-header__item span {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

.fixed-header__item>a:hover,
.fixed-header__item span:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 600px) {

  .fixed-header__item>a,
  .fixed-header__item span {
    font-size: 1rem;
    gap: 8px;
  }
}

.fixed-header__item>a::before,
.fixed-header__item span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {

  .fixed-header__item>a::before,
  .fixed-header__item span::before {
    width: 24px;
    height: 24px;
  }
}

.fixed-header__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.fixed-header__item--plan span::before {
  background-image: url(../img/nav_icon_plan.png);
}

.fixed-header__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.fixed-header__item--hurry {
  display: none;
}

@media (min-width: 600px) {
  .fixed-header__item--hurry {
    display: flex;
    flex: none;
    align-self: stretch;
    width: 210px;
  }

  .fixed-header__item--hurry::after {
    display: none;
  }

  .fixed-header__item--hurry a {
    border: 2px solid #FFB800;
    background: #C14747;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .fixed-header__item--hurry a::before {
    background-image: url(../img/nav_icon_hurry.png);
  }
}

.fixed-header-sub-nav {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #C8E8DC;
  z-index: 10;
}

.fixed-header__item:hover .fixed-header-sub-nav {
  display: block;
}

.fixed-header-sub-nav>li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-top: 1px #1BA127 solid;
}

.fixed-header-sub-nav>li:first-child {
  border: none;
}

.fixed-header-sub-nav>li a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1BA127;
  text-align: center;
  cursor: pointer;
  padding: 16px 0;
  display: block;
}

/*============================
footer
============================*/
.f-nav {
  font-size: 0.8125rem;
  margin-bottom: 1em;
  color: #fff;
}

.f-nav:last-child {
  margin-bottom: 0;
}

.f-nav a {
  color: #fff;
}

.f-copy {
  color: #fff;
  font-size: 0.8125rem;
}

.footer {
  background-color: #ECECEC;
  padding: 40px 0 120px;
}

.footer .area-many {
  background-color: #ECECEC;
  padding-top: 0px;
}

.footer .area-many__head {
  color: #029A61;
}

.footer-souzoku .area-many__head {
  color: #4993d3;
}

.footer-sankotsu .area-many__head {
  color: #1967ac;
}

.footer-ihin .area-many__head {
  color: #d9901c;
}

.footer-obousan .area-many__head {
  color: #9976b1;
}

.footer .area-many__list li a {
  background-color: white;
  border: none;
}

.footer-souzoku .area-many__list li a {
  color: #4993d3;
}

.footer-sankotsu .area-many__list li a {
  color: #1967ac;
}

.footer-ihin .area-many__list li a {
  color: #d9901c;
}

.footer-obousan .area-many__list li a {
  color: #9976b1;
}

@media (min-width: 600px) {
  .footer .area-many__list li {
    width: calc((100% - 120px) / 12);
  }
}

@media (min-width: 600px) {
  .footer {
    padding: 50px 0;
    padding-bottom: 120px;
  }
}

.footer__inner-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .footer__inner-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .footer__inner-r {
    display: flex;
  }
}

.footer__logo {
  width: 142px;
  margin-bottom: 10px;
}

.footer__logo-souzoku {
  width: 210px;
}

.footer__logo-sankotsu {
  width: 210px;
}

.footer__logo-ihin {
  width: 210px;
}

.footer__logo-obousan {
  width: 210px;
}

@media (min-width: 600px) {
  .footer__logo {
    width: 170px;
    margin-bottom: 30px;
  }

  .footer__logo-ihin {
    width: 300px;
  }

  .footer__logo-obousan {
    width: 300px;
  }

  .footer__logo-sankotsu {
    width: 300px;
  }

  .footer__logo-souzoku {
    width: 300px;
  }
}

.footer__mark {
  width: 283px;
  margin: auto;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .footer__mark {
    align-self: flex-end;
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.footer__nav li {
  line-height: 1;
}

.footer__nav li a {
  color: #029A61;
  font-size: 0.625rem;
  font-weight: 700;
}

.footer__nav-souzoku li a {
  color: #4993d3;
}

.footer__nav-sankotsu li a {
  color: #1967ac;
}

.footer__nav-ihin li a {
  color: #d9901c;
}

.footer__nav-obousan li a {
  color: #9976b1;
}

@media (min-width: 600px) {
  .footer__nav li a {
    font-size: 0.875rem;
  }
}

.footer__copy {
  text-align: center;
  color: #000;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
}

@media (min-width: 600px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

/*============================
fixed-contact
============================*/
.fixed-contact {
  position: fixed;
  left: 0;
  bottom: -94px;
  width: 100%;
  height: 94px;
  background-color: rgba(71, 70, 70, 0.9);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease;
}

.fixed-contact.is-show {
  bottom: 0;
}

@media (min-width: 600px) {
  .fixed-contact {
    background-color: rgba(2, 154, 97, 0.8);
    height: 90px;
    bottom: -90px;
    flex-direction: row;
  }
}

.fixed-contact__head {
  width: min(100%, 168px);
  margin: 0 auto;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .fixed-contact__head {
    display: none;
  }
}

.fixed-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (min-width: 600px) {
  .fixed-contact__btn {
    display: none;
  }
}

.fixed-contact__btn a {
  display: block;
  flex: 1;
  max-width: 174px;
}

.pc-fixed-contact {
  display: none;
  width: 100%;
}

@media (min-width: 600px) {
  .pc-fixed-contact {
    display: block;
  }
}

.pc-fixed-contact>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-fixed-contact__tel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-fixed-contact__tel-wrap p {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.pc-fixed-contact__tel-head {
  width: 306px;
}

.pc-fixed-contact__tel {
  width: 345px;
}

.pc-fixed-contact__tel2 {
  height: 50px;
  width: auto;
}

.pc-fixed-contact__doc-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-fixed-contact__doc-head {
  width: 190px;
}

.pc-fixed-contact__doc-btn {
  display: block;
  width: 194px;
}

/*============================
top
============================*/
@media (min-width: 600px) {
  .kv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 530px;
    background-image: url(../img/kv_bg.png);
  }
}

@media (min-width: 600px) {
  .kv__head {
    width: 1045px;
  }
}

.cta-fv {
  background: #F2ECDB;
  padding-bottom: 34px;
}

@media (min-width: 600px) {
  .cta-fv {
    padding: 40px 0 50px;
  }
}

.cta-fv__btn {
  display: block;
  margin: -34px auto 4px;
}

@media (min-width: 600px) {
  .cta-fv__btn {
    display: none;
  }
}

.cta-fv__btn2 {
  max-width: 776px;
  display: block;
  margin: auto;
}

.cta-fv__offer {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .cta-fv__offer {
    display: none;
  }
}

.cta-fv__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.cta-fv__text em {
  color: #C14747;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 600px) {
  .cta-fv__text em {
    font-size: 1.875rem;
  }
}

.cta-fv__text span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
}

.cta-fv__text span b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
  .cta-fv__text span {
    display: none;
  }
}

.promise {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.promise__text {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .promise__text {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}

.promise__text2 {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .promise__text2 {
    margin-top: -80px;
    margin-bottom: 40px;
  }
}

.promise-point__head {
  width: 235px;
  margin: auto;
}

@media (min-width: 600px) {
  .promise-point__head {
    width: 324px;
  }
}

.promise-point__inner {
  padding: 35px 20px 50px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: -4px 0px 6px 0px rgba(2, 154, 97, 0.1), 4px 4px 4px 0px rgba(2, 154, 97, 0.1);
}

@media (min-width: 600px) {
  .promise-point__inner {
    padding: 45px 50px 40px;
  }
}

.promise-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media (min-width: 600px) {
  .promise-list {
    flex-direction: row;
    gap: 60px;
  }
}

@media (min-width: 600px) {
  .promise-list__item {
    flex: 1;
  }
}

.promise-list__item dt {
  display: flex;
  padding: 10px;
  padding-left: 93px;
  background-color: rgba(2, 154, 97, 0.15);
  position: relative;
  border-radius: 5px;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .promise-list__item dt {
    padding: 8px;
    padding-left: 60px;
  }
}

.promise-list__text {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .promise-list__text {
    min-height: 64.8px;
  }
}

.promise-list__text em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
  font-weight: 500;
}

.promise-list__text b {
  font-size: 0.875rem;
  font-weight: 700;
}

.promise-list__pict {
  text-align: center;
}

.promise-list__pict img {
  width: min(100%, 400px);
  height: auto;
}

.promise-list__num {
  width: 73px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 600px) {
  .promise-list__num {
    width: 50px;
  }
}

.promise-list__num img {
  width: 100%;
  height: auto;
}

.promise-list__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

@media (min-width: 600px) {
  .promise-list__head {
    font-size: 0.875rem;
  }
}

.promise-list-satisfaction {
  width: 78.4982935154%;
  margin: auto;
  margin-top: 50px;
}

@media (min-width: 600px) {
  .promise-list-satisfaction {
    margin-top: 40px;
    width: 540px;
  }
}

.media {
  background: linear-gradient(180deg, rgba(200, 232, 220, 0.4) 0, rgba(200, 232, 220, 0) 290px);
  background-repeat: no-repeat;
  margin-top: -50px;
  position: relative;
  padding-top: 90px;
}

@media (min-width: 600px) {
  .media {
    background: linear-gradient(180deg, rgba(200, 232, 220, 0.3) 0%, rgba(200, 232, 220, 0) 100%);
    padding-top: 130px;
  }
}

.media__inner {
  display: grid;
  grid-template: "head    head head" "picture .... text" /94px 20px 1fr;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .media__inner {
    grid-template: "picture .. head" "picture .. text" 1fr/304px 50px 1fr;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
  }
}

.media__inner>picture {
  grid-area: picture;
}

.media__inner>picture img {
  width: 94px;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .media__inner>picture img {
    width: 304px;
  }
}

.media__inner>p {
  grid-area: text;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 600px) {
  .media__inner>p {
    font-size: 1rem;
  }
}

.media__head-wrap {
  grid-area: head;
}

@media (min-width: 600px) {
  .media__head-wrap {
    margin-bottom: 20px;
  }
}

.media__head {
  color: #029A61;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .media__head {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .media__head br {
    display: none;
  }
}

.media__head b {
  color: #C14747;
  font-size: 1.25rem;
}

@media (min-width: 600px) {
  .media__head b {
    font-size: 1.75rem;
  }
}

.media__text {
  color: #231815;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .media__text {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 0;
  }
}

.media-cta {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .media-cta {
    margin-bottom: 100px;
  }
}

.media-cta p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media (min-width: 600px) {
  .media-cta p {
    gap: 25px;
  }

  .media-cta p br {
    display: none;
  }
}

.media-cta p span {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .media-cta p span {
    font-size: 1.25rem;
  }
}

.media-cta p::before {
  content: url(../img/media_text_l.svg);
}

.media-cta p::after {
  content: url(../img/media_text_r.svg);
}

@media (min-width: 600px) {
  .media-cta__line {
    display: none;
  }
}

.media-cta__line-pc {
  display: none;
  width: 776px;
  margin: auto;
}

@media (min-width: 600px) {
  .media-cta__line-pc {
    display: block;
  }
}

.plan {
  padding: 40px 0 80px;
  background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
  .plan {
    padding: 80px 0 150px;
  }
}

.plan__head {
  width: min(100%, 280px);
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .plan__head {
    width: 580px;
    margin: auto;
    margin-bottom: 60px;
  }
}

.plan__text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .plan__text {
    display: none;
  }
}

.plan-list {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .plan-list {
    margin-bottom: 160px;
  }
}

.plan-list>ul {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media (min-width: 600px) {
  .plan-list>ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 600px) {
  .plan-list>ul li {
    width: calc((100% - 100px) / 2);
  }
}

.plan-list>ul li a {
  display: block;
  position: relative;
}

.plan-list>ul li a img {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
  filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.plan-list__recommend {
  position: absolute;
  top: -2%;
  left: 2%;
  z-index: 1;
  width: 17.7777777778%;
}

.plan-option__head {
  position: relative;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .plan-option__head {
    font-size: 1.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.plan-option__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .plan-option__head::after {
    width: 100px;
  }
}

@media (min-width: 600px) {
  .plan-option dl {
    width: 760px;
    margin: auto;
  }
}

.plan-option dl dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .plan-option dl dt {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.plan-option dl dt b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.plan-option2 {
  background-color: #fff;
  padding: 50px 0;
}

@media (min-width: 600px) {
  .plan-option2 {
    padding: 100px 0 150px;
  }
}

.plan-option2 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 600px) {
  .plan-option2 ul {
    width: 760px;
    margin: auto;
    gap: 40px;
  }
}

.cta {
  background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  .cta {
    background-color: #F2ECDB;
    padding: 60px 0;
  }
}

@media (min-width: 600px) {
  .cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
  }
}

.cta-tel {
  padding-top: 25px;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .cta-tel {
    padding-top: 0;
    margin-bottom: 0;
    width: 590px;
  }
}

.cta-tel__text {
  margin-bottom: 10px;
}

.cta-tel__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cta-line {
    flex: 1;
    border-radius: 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 520px;
    align-self: stretch;
  }
}

@media (min-width: 600px) {
  .cta-line__inner {
    width: 334px;
  }
}

.cta-line__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .cta-line__head {
    margin-bottom: 0;
  }
}

.cta-line__head span {
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.cta-line__head::before {
  content: url(../img/cta_line_head_l.svg);
}

.cta-line__head::after {
  content: url(../img/cta_line_head_r.svg);
}

.cta-line__text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.cta-line__text b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cta-line__merit {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cta-line__merit div {
  width: 124px;
}

.cta-line__merit ul {
  flex: 1;
  border-top: 1px solid #D9D9D9;
}

.cta-line__merit ul li {
  display: flex;
  gap: 4px;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 9px 0;
  border-bottom: 1px solid #D9D9D9;
}

.cta-line__merit ul li::before {
  content: url(../img/cta_line_icon.svg);
}

.cta-line__merit ul li b {
  color: #C14747;
}

.cta-line__note {
  color: #000;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .cta-line__btn {
    display: none;
  }
}

.cta-line__line-pc {
  display: none;
}

@media (min-width: 600px) {
  .cta-line__line-pc {
    display: block;
  }
}

.voice {
  background-image: url(../img/voice_bg.png);
  background-size: cover;
  background-position: center top;
  padding: 30px 0 40px;
  overflow: hidden;
}

@media (min-width: 600px) {
  .voice {
    background-image: url(../img/voice_bg_pc.jpg);
    background-position: center;
  }
}

.voice__head {
  width: 180px;
  margin: auto;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .voice__head {
    margin-bottom: 50px;
    width: 370px;
  }
}

.voice__text {
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .voice__text {
    text-align: center;
    font-size: 1rem;
  }
}

.voice-slider.swiper {
  overflow: visible !important;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .voice-slider.swiper {
    margin-bottom: 20px;
  }
}

.voice-slider.swiper .swiper-wrapper .swiper-slide {
  width: 270px;
}

@media (min-width: 600px) {
  .voice-slider.swiper .swiper-wrapper .swiper-slide {
    width: 360px;
    width: auto;
  }
}

.voice-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.voice-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.voice-slider .swiper-pagination-bullet {
  background-color: #FFF;
  height: 8px;
  width: 8px;
  opacity: 1;
}

@media (min-width: 600px) {
  .voice-slider .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}

.voice-slider .swiper-pagination-bullet-active {
  background-color: #029A61;
}

.voice-slider .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.voice-slider .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}

.voice-slider .swiper-button-prev,
.voice-slider .swiper-button-next {
  height: 20px;
  width: 20px;
  position: static;
  margin: 0;
}

.voice-slider .swiper-button-prev:after,
.voice-slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: auto;
  width: 20px;
}

.voice-slider .swiper-button-prev:after {
  background-image: url(../img/slider_arr_l.svg);
}

.voice-slider .swiper-button-next:after {
  background-image: url(../img/slider_arr_r.svg);
}

.search {
  padding: 45px 0 50px;
  position: relative;
}

@media (min-width: 600px) {
  .search {
    padding: 145px 0 150px;
  }
}

.search__head-balloon {
  display: none;
}

@media (min-width: 600px) {
  .search__head-balloon {
    display: block;
    position: absolute;
    top: -50px;
    right: -94px;
    width: 115px;
  }
}

.search__head {
  position: relative;
  border: #C8E8DC 3px solid;
  border-bottom: 0;
  text-align: center;
  padding: 15px 8px;
}

@media (min-width: 600px) {
  .search__head {
    width: 545px;
    padding: 30px 8px 10px;
    margin: auto;
  }
}

.search__head-sub {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #fff;
  padding: 0 25px;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .search__head-sub {
    font-size: 1.25rem;
  }
}

.search__head-main {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .search__head-main {
    font-size: 1.875rem;
  }
}

.search__pict {
  margin: 0 calc(50% - 50vw) 25px;
  width: 100vw;
}

@media (min-width: 600px) {
  .search__pict {
    width: 1300px;
    margin: 0 auto 60px;
    margin-left: -100px;
  }
}

@media (min-width: 600px) {
  .search-list {
    display: none;
  }
}

.search-list__head {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.search-list__head::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/nav_icon_search.png);
}

.search-list__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}

.search-list__items li {
  width: calc(50% - 4px);
  display: flex;
  align-items: stretch;
}

.search-list__items li button {
  border-radius: 10px;
  border: 2px solid #C8E8DC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px 18px 15px;
  width: 100%;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list__items li button::after {
  content: "";
  display: block;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #029A61;
  border-right: 0;
}

.search-list__lists-head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #029A61;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

.search-list__area {
  padding: 20px 20px 0;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .search-list-pc .l-container {
    width: 1220px;
  }
}

.search-list-pc {
  display: none;
}

@media (min-width: 600px) {
  .search-list-pc {
    display: block;
  }
}

.search-list-pc__inner {
  position: relative;
  height: 920px;
  background-image: url(../img/search_bg_map.png);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: center bottom;
}

.search-list-pc__head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-pc__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list-pc__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #029A61;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

.search-list-pc__area {
  position: absolute;
  padding: 20px 20px 25px;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.search-list-pc__area--hokkaido {
  top: 0;
  right: 0;
  width: 330px;
  border: 2px solid #7991D6;
}

.search-list-pc__area--hokkaido .search-list-pc__head {
  color: #7991D6;
}

.search-list-pc__area--koushin {
  top: 0;
  left: 360px;
  width: 330px;
  border: 2px solid #98BE65;
}

.search-list-pc__area--koushin .search-list-pc__head {
  color: #98BE65;
}

.search-list-pc__area--tokai {
  top: 570px;
  right: 0;
  width: 330px;
  border: 2px solid #98BE65;
}

.search-list-pc__area--tokai .search-list-pc__head {
  color: #98BE65;
}

.search-list-pc__area--kansai {
  bottom: 20px;
  right: 360px;
  width: 330px;
  border: 2px solid #F5C74A;
}

.search-list-pc__area--kansai .search-list-pc__head {
  color: #F5C74A;
}

.search-list-pc__area--chugoku {
  top: 0;
  left: 0;
  width: 330px;
  border: 2px solid #F196BE;
}

.search-list-pc__area--chugoku .search-list-pc__head {
  color: #F196BE;
}

.search-list-pc__area--shikoku {
  bottom: 217px;
  left: 0;
  width: 330px;
  border: 2px solid #D7C493;
}

.search-list-pc__area--shikoku .search-list-pc__head {
  color: #D7C493;
}

.search-list-pc__area--kyushu {
  top: 260px;
  left: 0;
  width: 480px;
  border: 2px solid #D86D61;
}

.search-list-pc__area--kyushu .search-list-pc__head {
  color: #D86D61;
}

.search-list-pc__area--kyushu .search-list-pc__lists li {
  width: calc((100% - 20px) / 3);
}

.search-list-pc__area--kanto {
  top: 310px;
  right: 0;
  width: 330px;
  border: 2px solid #5AB5A5;
}

.search-list-pc__area--kanto .search-list-pc__head {
  color: #5AB5A5;
}

.knowledge {
  background-color: rgba(200, 232, 220, 0.3);
  padding: 40px 0;
}

@media (min-width: 600px) {
  .knowledge {
    padding: 80px 0;
  }
}

.knowledge__head {
  width: min(100%, 168px);
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .knowledge__head {
    width: 300px;
    margin: 0 auto 60px;
  }
}

.knowledge-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .knowledge-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    gap: 18px;
    margin-bottom: 90px;
  }
}

.knowledge-column__head {
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .knowledge-column__head {
    font-size: 1.25rem;
    gap: 35px;
    margin-bottom: 30px;
  }
}

.knowledge-column__head::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #029A61;
}

.knowledge-column-list>ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 600px) {
  .knowledge-column-list>ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.knowledge-column-list>ul li:nth-child(n+4) {
  display: none;
}

@media (min-width: 600px) {
  .knowledge-column-list>ul li {
    width: calc((100% - 18px) / 2);
  }

  .knowledge-column-list>ul li:nth-child(n+4) {
    display: block;
  }
}

.knowledge-column-list>ul a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid rgba(2, 154, 97, 0.4);
  background: #FFF;
}

.knowledge-column-list__pict {
  width: 76px;
  flex-shrink: 0;
  margin: -2px;
  margin-right: 0;
}

@media (min-width: 600px) {
  .knowledge-column-list__pict {
    width: 88px;
  }
}

.knowledge-column-list__pict img {
  border-radius: 10px;
}

.knowledge-column-list__text {
  flex: 1;
  color: #000;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 8px;
}

@media (min-width: 600px) {
  .knowledge-column-list__text {
    font-size: 1rem;
    padding: 14px;
    padding-left: 0;
    overflow: hidden;
  }
}

.knowledge-column-list__text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.knowledge-column-list__more {
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
  gap: 4px;
}

@media (min-width: 600px) {
  .knowledge-column-list__more {
    font-size: 1.125rem;
  }
}

.knowledge-column-list__more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #029A61;
  border-right: 0;
}

.area-many {
  padding: 40px 0 50px;
  background-color: #029A61;
}

@media (min-width: 600px) {
  .area-many {
    padding: 70px 0 80px;
  }
}

@media (min-width: 600px) {
  .area-many .l-container {
    width: 1250px;
  }
}

.area-many__head {
  position: relative;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .area-many__head {
    font-size: 1.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.area-many__head::after {
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .area-many__head::after {
    width: 100px;
  }
}

.area-many__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-many__list li {
  width: calc((100% - 10px) / 2);
}

@media (min-width: 600px) {
  .area-many__list li {
    width: calc((100% - 50px) / 6);
  }
}

.area-many__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .area-many__list li a {
    font-size: 1.125rem;
  }
}

.area-many__list li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

/* モーダルLINE */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

body:has(.modal.is-active) {
  overflow: hidden;
}

.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 526px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 30px;
  text-align: left;
}

.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #029A61;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 20px;
}

.modal-content p {
  margin: 1em 0;
}

/* モーダル検索 */
.modal-container-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 526px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #C8E8DC;
  background: #FFF;
  text-align: left;
}

.modal-close-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #029A61;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

.price_morelink {
  font-size: 1rem;
  line-height: 2;
  color: #029A61;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #029A61;
  border-radius: 30px;
  width: 80%;
  margin-top: 20px;
}

.price_morelink_text {
  font-size: 0.8em;
  padding-top: 10px;
  text-align: center;
}

/* モーダル火葬料金 */
#modal-kasou-price.modal {
  background-color: rgba(200, 232, 220, 0.3);
}

.modal-container-kasou-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: min(98%, 1200px);
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #C8E8DC;
  background: #FFF;
  text-align: left;
}

.modal-home {
  padding: 0px;
}

.modal-home:before {
  content: normal;
}

.annotation_modal_body .words_modal_text {
  font-size: 13px;
  font-size: 0.9rem;
  border: 1px solid #eee;
  padding: 15px;
  width: 100%;
  line-height: 1.6;
  margin-top: 15px;
}

.annotation_modal_body .words_modal_text dl>div {
  display: flex;
}

.annotation_modal_body .words_modal_text dt {
  width: 100px;
}

.annotation_modal_body .words_modal_text dd {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .words_modal_text dd {
    width: 100%;
  }
}

.annotation_modal_body {
  padding: 20px 18px;
}

.annotation_modal .annotation_modal_body .lead_text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 2px solid #ccc;
  padding: 10px 15px 8px;
  background: #faf3f3;
}

.annotation_modal .annotation_modal_body .annotation_modal_text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.annotation_modal .annotation_modal_body .annotation_modal_text a.text_link {
  text-decoration: underline;
}

.annotation_modal .annotation_modal_body .annotation_modal_text a.text_link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  margin: -2px 5px 0 2px;
  background: url(/common/images/btn/arw_btmAnnotation.png) no-repeat;
  vertical-align: middle;
}

.annotation_modal .annotation_modal_body .annotation_modal_text .accordion_area_box {
  display: none;
  background: #f9f7f7;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 10px 5px;
  border: 1px dotted #ccc;
}

.annotation_modal .annotation_modal_body .annotation_modal_text .accordion_area_box dd {
  margin-bottom: 5px;
  padding-left: 1em;
}

.annotation_modal .annotation_modal_body .annotation_modal_text dd {
  padding-left: 1.9em;
  font-size: 14px;
  font-size: 1.4rem;
}

.annotation_modal .annotation_modal_body .annotation_modal_text dt {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.annotation_modal .annotation_modal_body .util_marker {
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FECDC6 0%);
  background: #fef4c6\9;
  padding: 0 2px;
}

.annotation_modal .annotation_modal_body .util_marker02 {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FECDC6 0%);
  background: #fef4c6\9;
}

.annotation_modal_body .modal_title {
  color: #029A61;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_title {
    margin-bottom: 10px;
  }
}

.annotation_modal_body .modal_title span {
  font-size: 0.875rem;
}

.annotation_modal_body .modal_table_content {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_table_content {
    margin-top: 15px;
    flex-direction: column;
  }
}

.annotation_modal_body .modal_table {
  width: 50%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.9rem;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_table {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_table+.modal_table {
    border-top: none;
  }
}

.annotation_modal_body .modal_table.tableR {
  border-left: none;
}

.annotation_modal_body .modal_table th,
.annotation_modal_body .modal_table td {
  padding: 5px 13px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.annotation_modal_body .modal_table th {
  font-weight: bold;
}

.annotation_modal_body .modal_table .area {
  height: 200px;
  width: 8px;
  z-index: 0;
}

.annotation_modal_body .modal_table .area p {
  width: 8px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 8px;
  z-index: 1;
  display: block;
}

.annotation_modal_body .modal_table .area_hokkaido_tohoku {
  background: #d0dcea;
}

.annotation_modal_body .modal_table .area_hokkaido_tohoku p {
  height: 100px;
  bottom: 63px;
}

.annotation_modal_body .modal_table .prefectures_hokkaido_tohoku {
  background: #e8eef5;
}

.annotation_modal_body .modal_table .area_kanto {
  background: #daecec;
}

.annotation_modal_body .modal_table .area_kanto p {
  height: 35px;
  bottom: 150px;
}

.annotation_modal_body .modal_table .prefectures_kanto {
  background: #edf6f6;
}

.annotation_modal_body .modal_table .area_chubu_koushinetsu {
  background: #eaefd8;
}

.annotation_modal_body .modal_table .area_chubu_koushinetsu p {
  height: 100px;
  bottom: 130px;
}

.annotation_modal_body .modal_table .prefectures_chubu_koushinetsu {
  background: #f5f7ec;
}

.annotation_modal_body .modal_table .area_kansai {
  background: #f4f2db;
}

.annotation_modal_body .modal_table .area_kansai p {
  height: 35px;
  bottom: 95px;
}

.annotation_modal_body .modal_table .prefectures_kansai {
  background: #faf9ed;
}

.annotation_modal_body .modal_table .area_chugoku_shikoku {
  background: #f6e7d2;
}

.annotation_modal_body .modal_table .area_chugoku_shikoku p {
  height: 83px;
  bottom: 110px;
}

.annotation_modal_body .modal_table .prefectures_chugoku_shikoku {
  background: #fbf3e9;
}

.annotation_modal_body .modal_table .area_kyusyu_okinawa {
  background: #f5ddd9;
}

.annotation_modal_body .modal_table .area_kyusyu_okinawa p {
  height: 83px;
  bottom: 130px;
}

.annotation_modal_body .modal_table .prefectures_kyusyu_okinawa {
  background: #faeeec;
}

.annotation_modal_body .notes_modal_text {
  margin-top: 15px;
}

.annotation_modal_body .notes_modal_text li {
  font-size: 13px;
  font-size: 0.9rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 15px;
}

.planModal .inner .close-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  font-weight: 100;
  right: 39px;
  top: 5px;
  line-height: 50px;
  cursor: pointer;
  background-color: #029A61;
}

@media screen and (max-width: 767px) {
  .planModal .inner .close-btn {
    width: 9.375vw;
    height: 9.375vw;
    right: 3.125vw;
    top: 1.5625vw;
  }
}

.planModal .inner .close-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .planModal .inner .close-btn:before {
    width: 7.03125vw;
    height: 0.3125vw;
  }
}

.planModal .inner .close-btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .planModal .inner .close-btn:after {
    width: 7.03125vw;
    height: 0.3125vw;
  }
}

/* モーダル追加料金がかかる場合 */
#modal-add-price.modal {
  background-color: rgba(200, 232, 220, 0.3);
}

.modal-container-add-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: min(98%, 1200px);
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #C8E8DC;
  background: #FFF;
  text-align: left;
}

/* モーダルレビュー */
.modal-review.modal {
  overflow: hidden;
}

.modal-review__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: min(98%, 1200px);
  text-align: left;
  height: 90svh;
  overflow: hidden;
}

.modal-review__contents {
  height: calc(100% - 70px);
  overflow-y: scroll;
  border-radius: 20px;
  border: 2px solid #C8E8DC;
  background-color: #fff;
}

.modal-review__close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #029A61;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

/* モーダルプラン */
.modal-plan__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: min(98%, 1200px);
  text-align: left;
  background-color: #fff;
  border-radius: 24px;
  border: 2px solid #C8E8DC;
  padding-bottom: 24px;
}

/* モーダルプランS */
.modal-plan-s__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 658px;
  width: 98%;
  background-color: #fff;
  padding-bottom: 30px;
  text-align: left;
  border-radius: 24px;
  border: 2px solid #C8E8DC;
}

/*============================
breadcrumbs
============================*/
.breadcrumbs {
  background-color: #06734A;
}

.breadcrumbs-souzoku {
  background-color: #1967ac;
}

.breadcrumbs-sankotsu {
  background-color: #154c7c;
}

.breadcrumbs-ihin {
  background-color: #a86a08;
}

.breadcrumbs-obousan {
  background-color: #75518d;
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  height: 40px;
}

.breadcrumbs ol li {
  color: #FFF;
}

.breadcrumbs ol li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.5em;
}

.breadcrumbs ol li a {
  color: #FFF;
  text-decoration: none;
}

/*============================
contact
============================*/
.contact {
  padding: 0px 0 50px;
  background-color: rgba(200, 232, 220, 0.3);
}

.contact-sankotsu {
  background-color: #E8F5FA;
}

.contact-obousan {
  background-color: #FFF0FE;
}

@media (min-width: 600px) {
  .contact {
    padding: 45px 0 114px;
  }
}

.contact__head {
  position: relative;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .contact__head {
    font-size: 1.25rem;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

.contact__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .contact__head::after {
    width: 100px;
  }
}

.contact__merit {
  margin: 0 calc(50% - 50vw) 20px;
  width: 100vw;
}

@media (min-width: 600px) {
  .contact__merit {
    width: auto;
    margin: 0 0 60px;
  }
}

.contact__tel {
  display: block;
  margin: 50px auto 0;
}

@media (min-width: 600px) {
  .contact__tel {
    margin: 60px auto 0;
    width: 920px;
  }
}

.contact-form {
  border-radius: 20px;
  border: 2px solid #029A61;
  background: #FFF;
  padding: 20px 20px 40px;
}

@media (min-width: 600px) {
  .contact-form {
    padding: 50px 65px 45px;
  }
}

.contact-form__tel {
  display: block;
  margin-bottom: 20px;
}

.contact-form__btn {
  border-radius: 50px;
  background: #029A61;
  box-shadow: 0px 4px 0px 0px #06734A;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  width: min(100%, 280px);
  height: 54px;
  display: block;
  margin: 30px auto auto;
}

@media (min-width: 600px) {
  .contact-form__btn {
    width: 320px;
    height: 64px;
    font-size: 1.125rem;
  }
}

/*============================
sankotsu用 style
============================*/
.pageSankotsu .contact__head {
  color: #1967AC;
}

.pageSankotsu .contact__head::after {
  background: #1967AC;
}

.pageSankotsu .contact__tel {
  display: block;
  margin: 50px auto 0;
}

@media (min-width: 600px) {
  .pageSankotsu .contact__tel {
    margin: 60px auto 0;
    width: 920px;
  }
}

.pageSankotsu .contact-form {
  border: 2px solid #1967AC;
}

.pageSankotsu .contact-form__btn {
  background: #1967AC;
  box-shadow: 0px 4px 0px 0px #154C7C;
}

.contact-merit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #F5F5F5;
  line-height: 1.4;
  padding: 16px 8px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .contact-merit {
    padding: 8px 40px;
  }
}

.contact-merit__text {
  flex-basis: 100%;
  color: #1967AC;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 600px) {
  .contact-merit__text {
    flex-basis: auto;
    font-size: 1.5rem;
  }
}

.contact-merit__text-ososhiki {
  color: #029A61;
}

.contact-merit__tel {
  color: #DE0F34;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-left: 0;
}

@media (min-width: 600px) {
  .contact-merit__tel {
    font-size: 3.75rem;
    margin-left: auto;
  }
}

.contact-merit__info {
  color: #0f0b10;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  margin-left: 8px;
}

@media (min-width: 600px) {
  .contact-merit__info {
    font-size: 1.125rem;
    margin-left: 20px;
  }
}

.contact-merit__info br {
  display: none;
}

@media (min-width: 400px) {
  .contact-merit__info br {
    display: block;
  }
}

/*============================
Obousan用 style
============================*/
.pageObousan .contact__head {
  color: #9976b1;
}

.pageObousan .contact__head::after {
  background: #9976b1;
}

.pageObousan .contact__tel {
  display: block;
  margin: 50px auto 0;
}

@media (min-width: 600px) {
  .pageObousan .contact__tel {
    margin: 60px auto 0;
    width: 920px;
  }
}

.pageObousan .contact-form {
  border: 2px solid #9976b1;
}

.pageObousan .contact-form__btn {
  background: #9976b1;
  box-shadow: 0px 4px 0px 0px #75518d;
}

.contact-merit__text-obousan {
  color: #9976b1;
}

.contact-merit__text-hakajimai {
  color: #029A61;
}

.cta-tel__btn2 picture {
  position: relative;
}

.cta-tel__btn2 picture p {
  position: absolute;
  left: 5%;
  margin-top: 10%;
  font-size: 3em;
  color: white;
  font-weight: bold;
}

@media (max-width: 599px) {
  .cta-tel__btn2 picture p {
    font-size: 0px;
  }

  .contact__tel picture p {
    font-size: 0px;
  }
}

/*============================
お急ぎの方ページ用 style
============================*/
.hurry-title {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hurry-title {
    margin-bottom: 60px;
  }
}

.hurry-title::after {
  content: "";
  background-image: url(../img/hurry/title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 110px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media (min-width: 600px) {
  .hurry-title::after {
    right: calc(50% - 360px);
    width: 150px;
    height: 184px;
  }
}

.hurry-title__main {
  background-color: #C14747;
}

.hurry-title__text {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 16px 0;
}

@media (min-width: 600px) {
  .hurry-title__text {
    font-size: 1.25rem;
  }
}

.hurry-title__sub {
  background-color: #F2ECDB;
  padding: 20px 0;
}

@media (min-width: 600px) {
  .hurry-title__sub {
    padding: 36px 0;
  }
}

.hurry-title__sub p {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 80px;
}

@media (min-width: 600px) {
  .hurry-title__sub p {
    font-size: 1.875rem;
    width: 776px;
    padding: 0 30px;
    margin: 0 auto;
  }
}

.hurry-title__sub p em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.hurry-contact-top {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .hurry-contact-top {
    margin-bottom: 40px;
  }
}

.hurry-contact-top__btn {
  display: block;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  .hurry-contact-top__btn {
    width: 776px;
    margin: 0 auto;
    position: relative;
  }
}

.hurry-contact-top__btn span {
  display: none;
}

@media (min-width: 600px) {
  .hurry-contact-top__btn span {
    font-family: "Oswald", sans-serif;
    color: #FFF;
    font-size: 4.75rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.hurry-contact-top__text {
  padding-top: 16px;
}

@media (min-width: 600px) {
  .hurry-contact-top__text {
    padding-top: 25px;
    width: 776px;
    margin: 0 auto;
  }
}

.hurry-contact-top__text span {
  display: block;
  border-radius: 5px;
  background: rgba(222, 15, 52, 0.1);
  padding: 16px;
  color: #C14747;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

@media (min-width: 600px) {
  .hurry-contact-top__text span {
    border-radius: 10px;
    font-size: 1.125rem;
  }
}

.hurry-contact-top__text span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #C14747;
  border-top: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .hurry-contact-top__text span::after {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-bottom: 15px solid #C14747;
    top: -15px;
  }
}

.hurry-flow {
  margin-bottom: 52px;
}

@media (min-width: 600px) {
  .hurry-flow {
    margin-bottom: 80px;
  }
}

.hurry-flow__inner {
  border-radius: 10px;
  border: 2px solid #F2ECDB;
  padding: 25px 15px;
}

@media (min-width: 600px) {
  .hurry-flow__inner {
    padding: 40px 54px 64px;
  }
}

.hurry-flow__head {
  color: #595757;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 18px;
}

@media (min-width: 600px) {
  .hurry-flow__head {
    font-size: 1.875rem;
    margin-bottom: 50px;
  }
}

.hurry-flow-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  .hurry-flow-list {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 24px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 30px;
  }
}

.hurry-flow-list__item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #F2ECDB;
}

@media (min-width: 600px) {
  .hurry-flow-list__item {
    width: calc((100% - 30px) / 2);
  }
}

.hurry-flow-list__num {
  align-self: stretch;
  flex-basis: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #FDD021;
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hurry-flow-list__num {
    flex-basis: 60px;
    font-size: 2.5rem;
  }
}

.hurry-flow-list dl {
  padding: 10px;
  padding-right: 0;
  flex: 1;
}

@media (min-width: 600px) {
  .hurry-flow-list dl {
    padding: 24px 30px;
  }
}

.hurry-flow-list dl dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (min-width: 600px) {
  .hurry-flow-list dl dt {
    font-size: 1.25rem;
  }
}

.hurry-flow-list dl dd {
  color: #231815;
  font-size: 0.75rem;
  line-height: 1.6;
  word-break: keep-all;
}

@media (min-width: 600px) {
  .hurry-flow-list dl dd {
    font-size: 1rem;
  }
}

.hurry-flow-list__pict {
  width: min(100%, 75px);
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .hurry-flow-list__pict {
    width: 126px;
    margin-right: 20px;
  }
}

.hurry-flow-contact__tel {
  text-decoration: none;
  display: block;
  background-color: rgba(222, 15, 52, 0.05);
  padding: 10px;
  border-radius: 5px;
}

.hurry-flow-contact__tel:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 600px) {
  .hurry-flow-contact__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    border-radius: 10px;
  }
}

.hurry-flow-contact__tel-head {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 600px) {
  .hurry-flow-contact__tel-head {
    font-size: 1.5rem;
  }
}

.hurry-flow-contact__tel-num {
  color: #DE0F34;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 600px) {
  .hurry-flow-contact__tel-num {
    font-size: 3.75rem;
  }
}

.hurry-flow-contact__text {
  color: #DE0F34;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
}

@media (min-width: 600px) {
  .hurry-flow-contact__text {
    font-size: 1.125rem;
  }

  .hurry-flow-contact__text br {
    display: none;
  }
}

.hurry-plan {
  padding: 67px 0 50px;
  background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
  .hurry-plan {
    padding: 60px 0;
  }
}

.hurry-plan__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .hurry-plan__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.hurry-plan__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .hurry-plan__head::after {
    width: 100px;
    right: 0;
  }
}

.hurry-plan-intro {
  margin-bottom: 38px;
}

@media (min-width: 600px) {
  .hurry-plan-intro {
    margin-bottom: 50px;
  }
}

.hurry-plan-intro__inner {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
}

@media (min-width: 600px) {
  .hurry-plan-intro__inner {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 24px 10px;
  }
}

.hurry-plan-intro__text {
  color: #231815;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hurry-plan-intro__text {
    font-size: 1rem;
  }
}

.hurry-plan-intro__text em {
  font-size: 0.875rem;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
  .hurry-plan-intro__text em {
    font-size: 1.25rem;
  }
}

.hurry-plan-intro__fig {
  padding: 0 10px;
}

@media (min-width: 600px) {
  .hurry-plan-intro__fig {
    width: 392px;
    padding: 0;
  }
}

.hurry-plan-intro__cards {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .hurry-plan-intro__cards {
    justify-content: center;
  }
}

.hurry-plan-intro__cards span {
  color: #7A7878;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .hurry-plan-intro__cards span {
    font-size: 1rem;
  }
}

.hurry-plan-intro__cards img {
  width: min(100%, 162px);
}

@media (min-width: 600px) {
  .hurry-plan-intro__cards img {
    width: 220px;
  }
}

@media (min-width: 600px) {
  .hurry-plan-list .l-container {
    width: 1180px;
  }
}

.hurry-plan-list__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 600px) {
  .hurry-plan-list__lists {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}

@media (min-width: 600px) {
  .hurry-plan-list__lists li {
    width: calc((100% - 100px) / 3);
  }
}

.hurry-plan-list__lists li a {
  display: block;
}

.hurry-plan-list__lists li a img {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
  filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.hurry-plan-list__morelink-text {
  font-size: 0.75rem;
  margin-top: 16px;
  margin-bottom: 28px;
  text-align: center;
}

@media (min-width: 600px) {
  .hurry-plan-list__morelink-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.hurry-plan-list__morelink {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hurry-plan-list__morelink {
    margin-top: 16px;
    text-align: center;
    width: 660px;
  }
}

.hurry-contact {
  background-color: #F2ECDB;
  padding: 40px 0;
}

@media (min-width: 600px) {
  .hurry-contact {
    padding: 64px 0 74px;
  }
}

.hurry-contact__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hurry-contact__text span {
  color: #000;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  .hurry-contact__text span {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.hurry-contact__text span em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.hurry-contact__text::before {
  content: url(../img/hurry/contact_text_l.svg);
}

@media (min-width: 600px) {
  .hurry-contact__text::before {
    position: relative;
    margin-top: 10px;
  }
}

.hurry-contact__text::after {
  content: url(../img/hurry/contact_text_r.svg);
}

@media (min-width: 600px) {
  .hurry-contact__text::after {
    position: relative;
    margin-top: 10px;
  }
}

.hurry-contact__btn {
  display: block;
}

@media (min-width: 600px) {
  .hurry-contact__btn {
    width: 776px;
    margin: 0 auto;
    position: relative;
  }
}

.hurry-contact__btn span {
  display: none;
}

@media (min-width: 600px) {
  .hurry-contact__btn span {
    font-family: "Oswald", sans-serif;
    color: #FFF;
    font-size: 4.75rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.hurry-qa {
  padding: 28px 0 48px;
}

@media (min-width: 600px) {
  .hurry-qa {
    padding: 60px 0 80px;
  }
}

.hurry-qa__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .hurry-qa__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.hurry-qa__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .hurry-qa__head::after {
    width: 100px;
    right: 0;
  }
}

.hurry-qa-lists {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .hurry-qa-lists {
    margin-bottom: 54px;
  }
}

.hurry-qa-lists__item {
  border-radius: 10px;
  background: rgba(200, 232, 220, 0.4);
  padding: 16px;
}

@media (min-width: 600px) {
  .hurry-qa-lists__item {
    padding: 20px;
  }
}

.hurry-qa-lists__item dt {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(2, 154, 97, 0.5);
}

@media (min-width: 600px) {
  .hurry-qa-lists__item dt {
    font-size: 1rem;
  }
}

.hurry-qa-lists__item dt span {
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .hurry-qa-lists__item dt span {
    font-size: 1.5rem;
  }
}

.hurry-qa-lists__item dd {
  position: relative;
  cursor: pointer;
}

.hurry-qa-lists__item dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #029A61;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hurry-qa-lists__item dd>div {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #C14747;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .hurry-qa-lists__item dd>div {
    font-size: 1rem;
  }

  .hurry-qa-lists__item dd>div br {
    display: none;
  }
}

.hurry-qa-lists__item dd>div span {
  color: #C14747;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .hurry-qa-lists__item dd>div span {
    font-size: 1.5rem;
  }
}

.hurry-qa-lists__item dd>p {
  padding-left: 30px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
  display: none;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .hurry-qa-lists__item dd>p {
    font-size: 0.875rem;
  }
}

.hurry-qa-lists__item dd>p .hurry-qa-lists-link {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hurry-qa-lists__item dd>p .hurry-qa-lists-link {
    margin-top: 20px;
    display: inline-block;
    width: 280px;
    margin-right: 10px;
  }
}

.hurry-qa-lists__item dd.is-open::after {
  border-bottom: 12px solid #029A61;
  border-top: 0;
}

.hurry-qa-lists__item dd.is-open>p {
  display: block;
}

@media (min-width: 600px) {
  .hurry-qa-contact {
    width: 993px;
    margin: 0 auto;
  }
}

.hurry-qa-contact__head {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  word-break: keep-all;
}

@media (min-width: 600px) {
  .hurry-qa-contact__head {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.hurry-qa-contact__tel {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: rgba(222, 15, 52, 0.05);
  padding: 10px;
  border-radius: 5px;
}

.hurry-qa-contact__tel:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 600px) {
  .hurry-qa-contact__tel {
    gap: 50px;
    border-radius: 10px;
  }
}

.hurry-qa-contact__tel-num {
  color: #DE0F34;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 600px) {
  .hurry-qa-contact__tel-num {
    font-size: 3.75rem;
  }
}

.hurry-qa-contact__tel-info {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hurry-qa-contact__tel-info {
    font-size: 1.5rem;
    order: -1;
  }

  .hurry-qa-contact__tel-info br {
    display: none;
  }
}

.hurry-qa-contact__text {
  color: #DE0F34;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
}

@media (min-width: 600px) {
  .hurry-qa-contact__text {
    font-size: 1.125rem;
  }

  .hurry-qa-contact__text br {
    display: none;
  }
}

.hurry-top-link {
  margin-bottom: 80px;
}

@media (min-width: 600px) {
  .hurry-top-link {
    margin-bottom: 145px;
  }
}

.hurry-top-link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #029A61;
  padding: 12px;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hurry-top-link a {
    padding: 19px;
    width: 600px;
    margin: 0 auto;
  }
}

.hurry-top-link a img {
  width: 142px;
}

@media (min-width: 600px) {
  .hurry-top-link a img {
    width: 222px;
  }
}

.hurry-top-link a span {
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 600px) {
  .hurry-top-link a span {
    font-size: 1.25rem;
    margin-top: 12px;
  }
}

/*============================
cities
============================*/
@media (min-width: 600px) {
  .cities-kv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 530px;
    background-image: url(../img/kv_bg.png);
  }
}

.cities-kv__head {
  position: relative;
}

.cities-kv__head span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #029A61;
  font-family: "Noto Serif JP", serif;
  font-size: 9.1603053435vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  width: 100%;
  text-align: center;
  padding-top: 6.8702290076vw;
}

@media (min-width: 600px) {
  .cities-kv__head span {
    font-size: 2.5rem;
    padding-top: 53px;
  }
}

@media (min-width: 600px) {
  .cities-kv__head {
    width: 1045px;
  }
}

.cities-cta-fv {
  background: #F2ECDB;
  padding-bottom: 34px;
}

@media (min-width: 600px) {
  .cities-cta-fv {
    padding: 40px 0 50px;
  }
}

.cities-cta-fv__btn {
  display: block;
  margin: -34px auto 4px;
  position: relative;
}

@media (min-width: 600px) {
  .cities-cta-fv__btn {
    display: none;
  }
}

.cities-cta-fv__btn2 {
  max-width: 776px;
  display: block;
  margin: auto;
}

.cities-cta-fv__offer {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .cities-cta-fv__offer {
    display: none;
  }
}

.cities-cta-fv__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.cities-cta-fv__text em {
  color: #C14747;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 600px) {
  .cities-cta-fv__text em {
    font-size: 1.875rem;
  }
}

.cities-cta-fv__text span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
}

.cities-cta-fv__text span b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
  .cities-cta-fv__text span {
    display: none;
  }
}

.cities-media {
  padding-top: 48px;
}

@media (min-width: 600px) {
  .cities-media {
    padding-top: 78px;
  }
}

.cities-media__emblem {
  width: min(100%, 166px);
  margin: 0 auto 20px;
}

@media (min-width: 600px) {
  .cities-media__emblem {
    width: 240px;
    margin: 0 auto 64px;
  }
}

.cities-media__inner {
  display: grid;
  grid-template: "head    head head" "picture .... text" /94px 20px 1fr;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .cities-media__inner {
    grid-template: "picture .. head" "picture .. text" 1fr/304px 50px 1fr;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
  }
}

.cities-media__inner>picture {
  grid-area: picture;
}

.cities-media__inner>picture img {
  width: 94px;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .cities-media__inner>picture img {
    width: 304px;
  }
}

.cities-media__inner>p {
  grid-area: text;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 600px) {
  .cities-media__inner>p {
    font-size: 1rem;
  }
}

.cities-media__head-wrap {
  grid-area: head;
}

@media (min-width: 600px) {
  .cities-media__head-wrap {
    margin-bottom: 20px;
  }
}

.cities-media__head {
  color: #029A61;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .cities-media__head {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .cities-media__head br {
    display: none;
  }
}

.cities-media__head b {
  color: #C14747;
  font-size: 1.25rem;
}

@media (min-width: 600px) {
  .cities-media__head b {
    font-size: 1.75rem;
  }
}

.cities-media__text {
  color: #231815;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .cities-media__text {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 0;
  }
}

.cities-plan {
  padding: 67px 0 50px;
  background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
  .cities-plan {
    padding: 60px 0;
  }
}

.cities-plan__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .cities-plan__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.cities-plan__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .cities-plan__head::after {
    width: 100px;
    right: 0;
  }
}

.cities-plan-intro {
  margin-bottom: 38px;
}

@media (min-width: 600px) {
  .cities-plan-intro {
    margin-bottom: 50px;
  }
}

.cities-plan-intro__inner {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
}

@media (min-width: 600px) {
  .cities-plan-intro__inner {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 24px 10px;
  }
}

.cities-plan-intro__text {
  color: #231815;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .cities-plan-intro__text {
    font-size: 1rem;
  }
}

.cities-plan-intro__text em {
  font-size: 0.875rem;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
  .cities-plan-intro__text em {
    font-size: 1.25rem;
  }
}

.cities-plan-intro__fig {
  padding: 0 10px;
}

@media (min-width: 600px) {
  .cities-plan-intro__fig {
    width: 392px;
    padding: 0;
  }
}

.cities-plan-intro__cards {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .cities-plan-intro__cards {
    justify-content: center;
  }
}

.cities-plan-intro__cards span {
  color: #7A7878;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .cities-plan-intro__cards span {
    font-size: 1rem;
  }
}

.cities-plan-intro__cards img {
  width: min(100%, 162px);
}

@media (min-width: 600px) {
  .cities-plan-intro__cards img {
    width: 220px;
  }
}

@media (min-width: 600px) {
  .cities-plan-list .l-container {
    width: 1180px;
  }
}

.cities-plan-list__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 600px) {
  .cities-plan-list__lists {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}

@media (min-width: 600px) {
  .cities-plan-list__lists li {
    width: calc((100% - 100px) / 3);
  }
}

.cities-plan-list__lists li a {
  display: block;
  position: relative;
}

.cities-plan-list__lists li a img {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
  filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.cities-plan-list__recommend {
  position: absolute;
  top: -2%;
  left: 2%;
  z-index: 1;
  width: 17.7777777778%;
}

.cities-plan-list__morelink-text {
  font-size: 0.75rem;
  margin-top: 16px;
  margin-bottom: 28px;
  text-align: center;
}

@media (min-width: 600px) {
  .cities-plan-list__morelink-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.cities-plan-list__morelink {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cities-plan-list__morelink {
    margin-top: 16px;
    text-align: center;
    width: 660px;
  }
}

.cities-cta {
  background-color: #F2ECDB;
  padding: 40px 0;
}

@media (min-width: 600px) {
  .cities-cta {
    padding: 64px 0 74px;
  }
}

.cities-cta__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cities-cta__text span {
  color: #000;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  .cities-cta__text span {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.cities-cta__text span em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cities-cta__text::before {
  content: url(../img/hurry/contact_text_l.svg);
}

@media (min-width: 600px) {
  .cities-cta__text::before {
    position: relative;
    margin-top: 10px;
  }
}

.cities-cta__text::after {
  content: url(../img/hurry/contact_text_r.svg);
}

@media (min-width: 600px) {
  .cities-cta__text::after {
    position: relative;
    margin-top: 10px;
  }
}

.cities-cta__btn {
  display: block;
}

@media (min-width: 600px) {
  .cities-cta__btn {
    width: 776px;
    margin: 0 auto;
    position: relative;
  }
}

.cities-cta__btn span {
  display: none;
}

@media (min-width: 600px) {
  .cities-cta__btn span {
    font-family: "Oswald", sans-serif;
    color: #FFF;
    font-size: 4rem;
    display: block;
    position: absolute;
    top: 64%;
    right: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.cities-cta__btn-form {
  display: block;
  margin-top: 10px;
}

.cities-halls {
  padding: 36px 0 32px;
}

@media (min-width: 600px) {
  .cities-halls {
    padding: 75px 0 85px;
  }
}

.cities-halls-head {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .cities-halls-head {
    margin-bottom: 62px;
  }
}

.cities-halls-head__head {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .cities-halls-head__head {
    font-size: 1.875rem;
  }
}

.cities-halls-head__text {
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
}

@media (min-width: 600px) {
  .cities-halls-head__text {
    font-size: 1.25rem;
    margin-top: 32px;
  }
}

.cities-halls-lists__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cities-halls-lists__more {
  display: block;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cities-halls-list {
  border-radius: 10px;
  border: 2px solid #C8E8DC;
}

.cities-halls-list__head {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 20px 10px;
}

@media (min-width: 600px) {
  .cities-halls-list__head {
    border-bottom: 2px solid #C8E8DC;
  }
}

.cities-halls-list__contents {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .cities-halls-list__contents {
    flex-direction: row;
    padding: 16px 16px 20px 0;
    gap: 4px;
  }
}

.cities-halls-list__text {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .cities-halls-list__text {
    flex: 1;
  }
}

.cities-halls-list__info {
  padding: 0 20px 8px;
}

@media (min-width: 600px) {
  .cities-halls-list__info {
    padding: 0 0 8px;
  }
}

.cities-halls-list__info li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid #ECECEC;
}

.cities-halls-list__info li:last-child {
  border-bottom: 0;
}

.cities-halls-list__info li img {
  width: 20px;
}

.cities-halls-list__info li span {
  flex: 1;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.cities-halls-list__check {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: auto;
}

@media (min-width: 600px) {
  .cities-halls-list__check {
    border: 1px solid #ECECEC;
  }
}

.cities-halls-list__check::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #C8E8DC;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .cities-halls-list__check::before {
    display: none;
  }
}

.cities-halls-list__check-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 7px 10px 7px 20px;
  border-top: 2px solid #C8E8DC;
}

@media (min-width: 600px) {
  .cities-halls-list__check-item {
    width: 25%;
    padding: 7px 10px 7px 10px;
    border-top: 0;
    border-right: 1px solid #ECECEC;
  }

  .cities-halls-list__check-item:last-child {
    border-right: 0;
  }
}

.cities-halls-list__check-item dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.cities-halls-list__check-item dd {
  width: 24px;
  display: flex;
  align-items: center;
}

.cities-halls-list__check-item.cities-halls-list__check-item--uncheck dt {
  color: #898885;
}

.cities-halls-list-pict {
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 8px;
}

@media (min-width: 600px) {
  .cities-halls-list-pict {
    padding: 0;
    margin: 0 20px 0;
  }
}

@media (min-width: 600px) {
  .cities-halls-list-pict {
    width: 440px;
  }
}

.cities-halls-list-pict-wrap {
  position: relative;
}

.cities-halls-list-pict-wrap .swiper-button-prev,
.cities-halls-list-pict-wrap .swiper-button-next {
  height: 23px;
  width: 23px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
}

@media (min-width: 600px) {

  .cities-halls-list-pict-wrap .swiper-button-prev,
  .cities-halls-list-pict-wrap .swiper-button-next {
    visibility: visible;
  }
}

.cities-halls-list-pict-wrap .swiper-button-prev {
  left: 10px;
}

.cities-halls-list-pict-wrap .swiper-button-next {
  right: 10px;
}

.cities-halls-list-pict-wrap .swiper-button-prev:after,
.cities-halls-list-pict-wrap .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 23px;
  height: 23px;
}

.cities-halls-list-pict-wrap .swiper-button-prev:after {
  background-image: url(../img/cities/halls_list_slide_arr_l.svg);
}

.cities-halls-list-pict-wrap .swiper-button-next:after {
  background-image: url(../img/cities/halls_list_slide_arr_r.svg);
}

.cities-cta2 {
  background-color: #F2ECDB;
  padding: 40px 0;
}

@media (min-width: 600px) {
  .cities-cta2 {
    padding: 64px 0 74px;
  }
}

.cities-cta2__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  width: 100%;
  padding: 10px;
  margin: 0 auto 18px;
  border-radius: 5px;
}

@media (min-width: 600px) {
  .cities-cta2__text {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding: 16px;
    margin: 0 auto 22px;
    width: 776px;
  }
}

.cities-cta2__text::after {
  content: "";
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 8px solid #FDD021;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .cities-cta2__text::after {
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 12px solid #FDD021;
    position: absolute;
    bottom: -12px;
  }
}

.cities-cta2__text em {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
  background: linear-gradient(transparent 70%, #FDD021 70%);
}

@media (min-width: 600px) {
  .cities-cta2__text em {
    font-size: 1.125rem;
  }
}

.cities-cta2__text span {
  font-size: 0.625rem;
  color: #898885;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 1.2px;
}

@media (min-width: 600px) {
  .cities-cta2__text span {
    font-size: 0.75rem;
  }
}

.cities-cta2__btn {
  display: block;
  margin-bottom: 18px;
}

@media (min-width: 600px) {
  .cities-cta2__btn {
    width: 776px;
    margin: 0 auto 15px;
    position: relative;
  }
}

.cities-cta2__btn span {
  display: none;
}

@media (min-width: 600px) {
  .cities-cta2__btn span {
    font-family: "Oswald", sans-serif;
    color: #FFF;
    font-size: 4rem;
    display: block;
    position: absolute;
    top: 64%;
    right: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.cities-cta2__text2 {
  position: relative;
  background: #FFF;
  width: 100%;
  padding: 10px;
  margin: 0 auto 18px;
  border-radius: 5px;
  font-size: 0.875rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

@media (min-width: 600px) {
  .cities-cta2__text2 {
    display: none;
  }
}

.cities-cta2__text2::after {
  content: "";
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 8px solid #DE0F34;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cities-cta2__text2 em {
  color: #DE0F34;
}

.cities-cta2__text2 b {
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
}

.cities-cta2__text2 span {
  background: linear-gradient(transparent 70%, rgba(222, 15, 52, 0.1) 70%);
}

.cities-cta2__btn-form {
  display: block;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cities-cta2__btn-form {
    width: 776px;
    margin: 0 auto;
  }
}

.cities-voice {
  background-image: url(../img/cities/voice_bg.png);
  background-size: cover;
  background-position: center top;
  padding: 30px 0 40px;
  overflow: hidden;
}

@media (min-width: 600px) {
  .cities-voice {
    background-image: url(../img/cities/voice_bg_pc.jpg);
    background-position: center;
  }
}

.cities-voice__head {
  width: 180px;
  margin: auto;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .cities-voice__head {
    margin-bottom: 50px;
    width: 370px;
  }
}

.cities-voice__text {
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .cities-voice__text {
    text-align: center;
    font-size: 1rem;
  }
}

.cities-voice-slider.swiper {
  overflow: visible !important;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .cities-voice-slider.swiper {
    margin-bottom: 20px;
  }
}

.cities-voice-slider.swiper .swiper-wrapper .swiper-slide {
  width: 270px;
}

@media (min-width: 600px) {
  .cities-voice-slider.swiper .swiper-wrapper .swiper-slide {
    width: 360px;
    width: auto;
  }
}

.cities-voice-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.cities-voice-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.cities-voice-slider .swiper-pagination-bullet {
  background-color: #FFF;
  height: 8px;
  width: 8px;
  opacity: 1;
}

@media (min-width: 600px) {
  .cities-voice-slider .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}

.cities-voice-slider .swiper-pagination-bullet-active {
  background-color: #029A61;
}

.cities-voice-slider .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cities-voice-slider .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}

.cities-voice-slider .swiper-button-prev,
.cities-voice-slider .swiper-button-next {
  height: 20px;
  width: 20px;
  position: static;
  margin: 0;
}

.cities-voice-slider .swiper-button-prev:after,
.cities-voice-slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: auto;
  width: 20px;
}

.cities-voice-slider .swiper-button-prev:after {
  background-image: url(../img/slider_arr_l.svg);
}

.cities-voice-slider .swiper-button-next:after {
  background-image: url(../img/slider_arr_r.svg);
}

.cities-promise {
  padding-top: 45px;
}

@media (min-width: 600px) {
  .cities-promise {
    padding-top: 60px;
  }
}

.cities-promise-point__head {
  width: 235px;
  margin: auto;
}

@media (min-width: 600px) {
  .cities-promise-point__head {
    width: 324px;
  }
}

.cities-promise-point__inner {
  padding: 35px 20px 50px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: -4px 0px 6px 0px rgba(2, 154, 97, 0.1), 4px 4px 4px 0px rgba(2, 154, 97, 0.1);
}

@media (min-width: 600px) {
  .cities-promise-point__inner {
    padding: 45px 50px 40px;
  }
}

.cities-promise-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media (min-width: 600px) {
  .cities-promise-list {
    flex-direction: row;
    gap: 60px;
  }
}

@media (min-width: 600px) {
  .cities-promise-list__item {
    flex: 1;
  }
}

.cities-promise-list__item dt {
  display: flex;
  padding: 10px;
  padding-left: 93px;
  background-color: rgba(2, 154, 97, 0.15);
  position: relative;
  border-radius: 5px;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .cities-promise-list__item dt {
    padding: 8px;
    padding-left: 60px;
  }
}

.cities-promise-list__text {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .cities-promise-list__text {
    min-height: 64.8px;
  }
}

.cities-promise-list__text em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
  font-weight: 500;
}

.cities-promise-list__text b {
  font-size: 0.875rem;
  font-weight: 700;
}

.cities-promise-list__pict {
  text-align: center;
}

.cities-promise-list__pict img {
  width: min(100%, 400px);
  height: auto;
}

.cities-promise-list__num {
  width: 73px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 600px) {
  .cities-promise-list__num {
    width: 50px;
  }
}

.cities-promise-list__num img {
  width: 100%;
  height: auto;
}

.cities-promise-list__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

@media (min-width: 600px) {
  .cities-promise-list__head {
    font-size: 0.875rem;
  }
}

.cities-promise-list-satisfaction {
  width: 78.4982935154%;
  margin: auto;
  margin-top: 50px;
}

@media (min-width: 600px) {
  .cities-promise-list-satisfaction {
    margin-top: 40px;
    width: 540px;
  }
}

.cities-qa {
  padding: 78px 0 63px;
}

@media (min-width: 600px) {
  .cities-qa {
    padding: 154px 0 174px;
  }
}

.cities-qa__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .cities-qa__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.cities-qa__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .cities-qa__head::after {
    width: 100px;
    right: 0;
  }
}

.cities-qa-lists {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cities-qa-lists__item {
  border-radius: 10px;
  background: rgba(200, 232, 220, 0.4);
  padding: 16px;
}

@media (min-width: 600px) {
  .cities-qa-lists__item {
    padding: 20px;
  }
}

.cities-qa-lists__item dt {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(2, 154, 97, 0.5);
}

@media (min-width: 600px) {
  .cities-qa-lists__item dt {
    font-size: 1rem;
  }
}

.cities-qa-lists__item dt span {
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .cities-qa-lists__item dt span {
    font-size: 1.5rem;
  }
}

.cities-qa-lists__item dd {
  position: relative;
  cursor: pointer;
}

.cities-qa-lists__item dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #029A61;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cities-qa-lists__item dd>div {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #C14747;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .cities-qa-lists__item dd>div {
    font-size: 1rem;
  }

  .cities-qa-lists__item dd>div br {
    display: none;
  }
}

.cities-qa-lists__item dd>div span {
  color: #C14747;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .cities-qa-lists__item dd>div span {
    font-size: 1.5rem;
  }
}

.cities-qa-lists__item dd>p {
  padding-left: 30px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
  display: none;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .cities-qa-lists__item dd>p {
    font-size: 0.875rem;
  }
}

.cities-qa-lists__item dd>p .cities-qa-lists-link {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cities-qa-lists__item dd>p .cities-qa-lists-link {
    margin-top: 20px;
    display: inline-block;
    width: 280px;
    margin-right: 10px;
  }
}

.cities-qa-lists__item dd.is-open::after {
  border-bottom: 12px solid #029A61;
  border-top: 0;
}

.cities-qa-lists__item dd.is-open>p {
  display: block;
}

.cities-cta3 {
  background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  .cities-cta3 {
    background-color: #F2ECDB;
    padding: 60px 0;
  }
}

@media (min-width: 600px) {
  .cities-cta3__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
  }
}

.cities-cta3-tel {
  padding-top: 25px;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .cities-cta3-tel {
    padding-top: 0;
    margin-bottom: 0;
    width: 590px;
  }
}

.cities-cta3-tel__text {
  margin-bottom: 10px;
}

.cities-cta3-tel__btn {
  position: relative;
}

.cities-cta3-tel__btn p {
  display: none;
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 5%;
  margin-top: 10%;
  font-size: 3em;
  color: white;
  font-weight: bold;
}

@media (min-width: 600px) {
  .cities-cta3-tel__btn p {
    display: block;
  }
}

.cities-cta3-tel__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cities-cta3-line {
    flex: 1;
    border-radius: 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 520px;
    align-self: stretch;
  }
}

@media (min-width: 600px) {
  .cities-cta3-line__inner {
    width: 334px;
  }
}

.cities-cta3-line__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .cities-cta3-line__head {
    margin-bottom: 0;
  }
}

.cities-cta3-line__head span {
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.cities-cta3-line__head::before {
  content: url(../img/cities/cta_line_head_l.svg);
}

.cities-cta3-line__head::after {
  content: url(../img/cities/cta_line_head_r.svg);
}

.cities-cta3-line__text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.cities-cta3-line__text b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cities-cta3-line__merit {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cities-cta3-line__merit div {
  width: 124px;
}

.cities-cta3-line__merit ul {
  flex: 1;
  border-top: 1px solid #D9D9D9;
}

.cities-cta3-line__merit ul li {
  display: flex;
  gap: 4px;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 9px 0;
  border-bottom: 1px solid #D9D9D9;
}

.cities-cta3-line__merit ul li::before {
  content: url(../img/cities/cta_line_icon.svg);
}

.cities-cta3-line__merit ul li b {
  color: #C14747;
}

.cities-cta3-line__note {
  color: #000;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .cities-cta3-line__btn {
    display: none;
  }
}

.cities-cta3-line__line-pc {
  display: none;
}

@media (min-width: 600px) {
  .cities-cta3-line__line-pc {
    display: block;
  }
}

/*============================
hall
============================*/
.hall-kv {
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .hall-kv {
    padding-top: 60px;
  }
}

.hall-kv-slider.swiper {
  width: min(100%, 1008px);
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-kv-slider.swiper {
    margin-bottom: 34px;
  }
}

.hall-kv-slider img {
  aspect-ratio: 393/260;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .hall-kv-slider img {
    aspect-ratio: 1008/485;
  }
}

.hall-kv-slider .swiper-button-prev,
.hall-kv-slider .swiper-button-next {
  height: 35px;
  width: 35px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hall-kv-slider .swiper-button-prev {
  left: 0;
}

.hall-kv-slider .swiper-button-next {
  right: 0;
}

.hall-kv-slider .swiper-button-prev:after,
.hall-kv-slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 35px;
  height: 35px;
}

.hall-kv-slider .swiper-button-prev:after {
  background-image: url(../img/hall/kv_slider_arr_l.svg);
}

.hall-kv-slider .swiper-button-next:after {
  background-image: url(../img/hall/kv_slider_arr_r.svg);
}

.hall-kv-slider-thumbnail {
  padding: 0 16px;
  width: min(100%, 1100px);
}

@media (min-width: 600px) {
  .hall-kv-slider-thumbnail {
    padding: 0;
  }
}

.hall-kv-slider-thumbnail img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hall-kv-slider-thumbnail .swiper-slide {
  position: relative;
  cursor: pointer;
}

.hall-kv-slider-thumbnail .swiper-slide::after {
  content: "";
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  transition: 0.3s;
}

.hall-kv-slider-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  border: 2px solid #000;
}

.hall-info {
  margin-bottom: 38px;
}

@media (min-width: 600px) {
  .hall-info {
    margin-bottom: 100px;
  }
}

@media (min-width: 600px) {
  .hall-info-hgroup {
    position: relative;
  }
}

.hall-info-hgroup__head {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 26px;
}

@media (min-width: 600px) {
  .hall-info-hgroup__head {
    font-size: 1.875rem;
  }
}

.hall-info-hgroup__info {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .hall-info-hgroup__info {
    margin-bottom: 80px;
  }
}

.hall-info-hgroup__info li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid #ECECEC;
}

@media (min-width: 600px) {
  .hall-info-hgroup__info li {
    padding: 4px 0;
    gap: 12px;
    border-bottom: 0;
  }
}

.hall-info-hgroup__info li:last-child {
  border-bottom: 0;
}

.hall-info-hgroup__info li img {
  width: 20px;
}

@media (min-width: 600px) {
  .hall-info-hgroup__info li img {
    width: 25px;
  }
}

.hall-info-hgroup__info li span {
  flex: 1;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 600px) {
  .hall-info-hgroup__info li span {
    font-size: 1.25rem;
  }
}

.hall-info-hgroup__btn {
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #029A61;
  width: 168px;
  padding: 6px 0;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hall-info-hgroup__btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.125rem;
    width: 259px;
  }
}

.hall-info-hgroup__btn img {
  width: 16px;
}

@media (min-width: 600px) {
  .hall-info-hgroup__btn img {
    width: 25px;
  }
}

.hall-info-contact {
  margin-bottom: 46px;
}

@media (min-width: 600px) {
  .hall-info-contact {
    margin-bottom: 86px;
  }
}

.hall-info-contact__text {
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (min-width: 600px) {
  .hall-info-contact__text {
    font-size: 1.25rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

.hall-info-contact__tel {
  text-decoration: none;
  background-color: rgba(222, 15, 52, 0.05);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hall-info-contact__tel:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 600px) {
  .hall-info-contact__tel {
    gap: 50px;
    border-radius: 10px;
    width: 752px;
    margin: 0 auto;
  }
}

.hall-info-contact__tel-head {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 600px) {
  .hall-info-contact__tel-head {
    font-size: 1rem;
  }

  .hall-info-contact__tel-head br {
    display: none;
  }
}

.hall-info-contact__tel-num {
  color: #DE0F34;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 600px) {
  .hall-info-contact__tel-num {
    font-size: 2.25rem;
  }
}

.hall-info-feature__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 3px solid #D9D9D9;
  padding-left: 12px;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  .hall-info-feature__head {
    font-size: 1.25rem;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}

.hall-info-feature__text {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 22px;
}

@media (min-width: 600px) {
  .hall-info-feature__text {
    font-size: 1.25rem;
    margin-bottom: 36px;
  }
}

.hall-info-feature__check {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: auto;
  border: 1px solid #C8E8DC;
  border-top: 0;
}

@media (min-width: 600px) {
  .hall-info-feature__check {
    border: 1px solid #ECECEC;
  }
}

.hall-info-feature__check::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C8E8DC;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .hall-info-feature__check::before {
    display: none;
  }
}

.hall-info-feature__check-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 7px 10px 7px 20px;
  border-top: 1px solid #C8E8DC;
}

@media (min-width: 600px) {
  .hall-info-feature__check-item {
    width: 25%;
    padding: 7px 10px 7px 10px;
    border-top: 0;
    border-right: 1px solid #ECECEC;
  }
}

@media (min-width: 600px) and (min-width: 600px) {
  .hall-info-feature__check-item {
    padding: 7px 16px;
  }
}

@media (min-width: 600px) {
  .hall-info-feature__check-item:last-child {
    border-right: 0;
  }
}

.hall-info-feature__check-item dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-info-feature__check-item dt {
    font-size: 1.125rem;
  }
}

.hall-info-feature__check-item dd {
  width: 24px;
  display: flex;
  align-items: center;
}

.hall-info-feature__check-item.hall-info-feature__check-item--uncheck dt {
  color: #898885;
}

.hall-plan {
  padding: 55px 0 50px;
  background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
  .hall-plan {
    padding: 60px 0;
  }
}

.hall-plan__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .hall-plan__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.hall-plan__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .hall-plan__head::after {
    width: 100px;
    right: 0;
  }
}

.hall-plan-intro {
  margin-bottom: 38px;
}

@media (min-width: 600px) {
  .hall-plan-intro {
    margin-bottom: 50px;
  }
}

.hall-plan-intro__inner {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
}

@media (min-width: 600px) {
  .hall-plan-intro__inner {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 24px 10px;
  }
}

.hall-plan-intro__text {
  color: #231815;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-plan-intro__text {
    font-size: 1rem;
  }
}

.hall-plan-intro__text em {
  font-size: 0.875rem;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
  .hall-plan-intro__text em {
    font-size: 1.25rem;
  }
}

.hall-plan-intro__fig {
  padding: 0 10px;
}

@media (min-width: 600px) {
  .hall-plan-intro__fig {
    width: 392px;
    padding: 0;
  }
}

.hall-plan-intro__cards {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .hall-plan-intro__cards {
    justify-content: center;
  }
}

.hall-plan-intro__cards span {
  color: #7A7878;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .hall-plan-intro__cards span {
    font-size: 1rem;
  }
}

.hall-plan-intro__cards img {
  width: min(100%, 162px);
}

@media (min-width: 600px) {
  .hall-plan-intro__cards img {
    width: 220px;
  }
}

@media (min-width: 600px) {
  .hall-plan-list .l-container {
    width: 1180px;
  }
}

.hall-plan-list__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

@media (min-width: 600px) {
  .hall-plan-list__lists {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 600px) {
  .hall-plan-list__lists li {
    width: calc((100% - 100px) / 3);
  }
}

.hall-plan-list__lists li a {
  display: block;
  position: relative;
}

.hall-plan-list__lists li a img {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
  filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.hall-plan-list__recommend {
  position: absolute;
  top: -2%;
  left: 2%;
  z-index: 1;
  width: 17.7777777778%;
}

.hall-plan-list__morelink-text {
  font-size: 0.75rem;
  margin-top: 16px;
  margin-bottom: 18px;
}

@media (min-width: 600px) {
  .hall-plan-list__morelink-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.hall-plan-list__morelink {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-plan-list__morelink {
    margin-top: 16px;
    text-align: center;
    width: 660px;
  }
}

.hall-plan-list-unique {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .hall-plan-list-unique {
    width: 513px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 68px;
  }
}

.hall-plan-list-unique__head {
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}

@media (min-width: 600px) {
  .hall-plan-list-unique__head {
    font-size: 1rem;
    width: 334px;
    margin: 0 auto;
  }
}

.hall-plan-list-unique__head::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #029A61;
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hall-plan-list-unique__head.is-open::after {
  border-bottom: 12px solid #029A61;
  border-top: 0;
}

.hall-plan-list-unique__head.is-open+.hall-plan-list-unique-plan {
  display: block;
}

.hall-plan-list-unique-plan {
  display: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 2px 6px 0px rgba(2, 154, 97, 0.25);
  padding: 0 15px;
  cursor: pointer;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan {
    margin-top: 40px;
  }
}

.hall-plan-list-unique-plan__item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 15px 0;
  border-bottom: 2px solid #F5F5F5;
}

.hall-plan-list-unique-plan__item:last-child {
  border: 0;
}

.hall-plan-list-unique-plan__item dt {
  color: #029A61;
  font-size: 1rem;
  line-height: 1.2;
}

.hall-plan-list-unique-plan__item-price {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

.hall-plan-list-unique-plan__item-price img {
  width: 20px;
}

.hall-plan-list-unique-plan__item-text {
  color: #7A7878;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
}

.hall-plan-list-unique-plan-detail__content {
  padding: 30px 24px;
  border-bottom: 2px solid #F5F5F5;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__content {
    padding: 0 40px;
    border-bottom: 0;
  }

  .hall-plan-list-unique-plan-detail__content:nth-child(2n) {
    border-left: 1px solid #F5F5F5;
  }
}

.hall-plan-list-unique-plan-detail__content:last-child {
  border-bottom: 0;
}

.hall-plan-list-unique-plan-detail__head {
  text-align: center;
  color: #029A61;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__head {
    font-size: 1.625rem;
  }
}

.hall-plan-list-unique-plan-detail__inner {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}

.hall-plan-list-unique-plan-detail__pict {
  flex-basis: min(45%, 156px);
  flex-shrink: 0;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__pict {
    flex-basis: 50%;
  }
}

.hall-plan-list-unique-plan-detail__pict img {
  border-radius: 10px;
}

.hall-plan-list-unique-plan-detail__price {
  color: #029A61;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hall-plan-list-unique-plan-detail__price>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hall-plan-list-unique-plan-detail__price>div>dt {
  color: #029A61;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background: #E6F5EF;
  padding: 6px;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__price>div>dt {
    font-size: 0.8125rem;
  }
}

.hall-plan-list-unique-plan-detail__price>div>dd {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__price>div>dd {
    font-size: 1.625rem;
  }
}

.hall-plan-list-unique-plan-detail__price>div>dd span {
  font-size: 0.8125rem;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__price>div>dd span {
    font-size: 1rem;
  }
}

.hall-plan-list-unique-plan-detail__price2 {
  color: #029A61;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hall-plan-list-unique-plan-detail__price2>div {
  display: flex;
  gap: 12px;
}

.hall-plan-list-unique-plan-detail__price2>div>dt {
  color: #029A61;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background: #E6F5EF;
  padding: 6px;
  flex-basis: 96px;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__price2>div>dt {
    font-size: 0.8125rem;
  }
}

.hall-plan-list-unique-plan-detail__price2>div>dd {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  flex: 1;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__price2>div>dd {
    font-size: 1.625rem;
  }
}

.hall-plan-list-unique-plan-detail__price2>div>dd span {
  font-size: 0.8125rem;
}

@media (min-width: 600px) {
  .hall-plan-list-unique-plan-detail__price2>div>dd span {
    font-size: 1rem;
  }
}

.hall-plan2 {
  padding: 55px 0 40px;
  background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
  .hall-plan2 {
    padding: 77px 0;
  }
}

.hall-plan2__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 14px;
  text-align: left;
}

@media (min-width: 600px) {
  .hall-plan2__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.hall-plan2__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .hall-plan2__head::after {
    width: 100px;
    right: 0;
  }
}

.hall-plan2__cards {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hall-plan2__cards {
    justify-content: center;
    margin-bottom: 90px;
  }
}

.hall-plan2__cards span {
  color: #7A7878;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .hall-plan2__cards span {
    font-size: 1rem;
  }
}

.hall-plan2__cards img {
  width: min(100%, 162px);
}

@media (min-width: 600px) {
  .hall-plan2__cards img {
    width: 220px;
  }
}

.hall-plan2-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 600px) {
  .hall-plan2-list {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
  }
}

.hall-plan2-list__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 2px 6px 0px rgba(2, 154, 97, 0.25);
  padding: 15px;
  cursor: pointer;
}

@media (min-width: 600px) {
  .hall-plan2-list__item {
    gap: 18px;
    padding: 18px;
    width: 495px;
  }
}

.hall-plan2-list__item-head {
  color: #029A61;
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 18px;
}

@media (min-width: 600px) {
  .hall-plan2-list__item-head {
    font-size: 1.375rem;
	padding-bottom: 18px;
  }
}

.hall-plan2-list__item-content {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.hall-plan2-list__item-pict {
  flex-basis: min(45%, 140px);
  flex-shrink: 0;
}

@media (min-width: 600px) {
  .hall-plan2-list__item-pict {
    flex-basis: 200px;
  }
}

.hall-plan2-list__item-pict img {
  border-radius: 10px;
}

.hall-plan2-list__item-price {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  word-break: break-all;
}

@media (min-width: 600px) {
  .hall-plan2-list__item-price {
    font-size: 4.25rem;
  }
}

.hall-plan2-list__item-price img {
  width: 20px;
}

@media (min-width: 600px) {
  .hall-plan2-list__item-price img {
    width: 26px;
  }
}

.hall-plan2-list__item-text {
  color: #7A7878;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .hall-plan2-list__item-text {
    font-size: 0.875rem;
  }
}

.hall-plan2-list__morelink-text {
  font-size: 0.75rem;
  margin-top: 27px;
  margin-bottom: 18px;
}

.hall-plan2-list__item-text 
@media (min-width: 600px) {
  .hall-plan2-list__morelink-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.contact__text__plan{
	text-align: end;
	margin-top: 40px;
	color: #029A61;
	font-size: 1.2em;
}

.hall-plan2-list__morelink {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-plan2-list__morelink {
    margin-top: 16px;
    text-align: center;
    width: 660px;
  }
}

.hall-plan2-list-detail__content {
  padding: 30px 24px;
  border-bottom: 2px solid #F5F5F5;
}

@media (min-width: 600px) {
  .hall-plan2-list-detail__content {
    padding: 40px;
    padding-bottom: 16px;
  }
}

.hall-plan2-list-detail__content:last-child {
  border: 0;
}

.hall-plan2-list-detail__head {
  text-align: center;
  color: #029A61;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hall-plan2-list-detail__head {
    font-size: 1.625rem;
  }
}

.hall-plan2-list-detail__pict img {
  border-radius: 10px;
}

.hall-plan2-list-detail__price {
  color: #029A61;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.hall-plan2-list-detail__price>div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hall-plan2-list-detail__price>div>dt {
  color: #029A61;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background: #E6F5EF;
  padding: 6px 0;
  flex-basis: 95px;
}

@media (min-width: 600px) {
  .hall-plan2-list-detail__price>div>dt {
    font-size: 0.8125rem;
    flex-basis: 126px;
  }
}

.hall-plan2-list-detail__price>div>dd {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  flex: 1;
}

@media (min-width: 600px) {
  .hall-plan2-list-detail__price>div>dd {
    font-size: 1.625rem;
  }
}

.hall-plan2-list-detail__price>div>dd span {
  font-size: 0.8125rem;
}

@media (min-width: 600px) {
  .hall-plan2-list-detail__price>div>dd span {
    font-size: 1rem;
  }
}

.hall-review {
  padding: 50px 0 30px;
}

@media (min-width: 600px) {
  .hall-review {
    padding: 85px 0 60px;
  }
}

@media (min-width: 600px) {
  .hall-review__hgroup {
    position: relative;
  }
}

.hall-review__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 3px solid #D9D9D9;
  padding-left: 12px;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .hall-review__head {
    font-size: 1.25rem;
    margin-bottom: 48px;
  }
}

.hall-review__add-btn {
  color: #029A61;
  border-radius: 24px;
  border: 2px solid #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 206px;
  padding: 8px 0;
  margin-left: auto;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-review__add-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    padding: 7px 0;
  }
}

.hall-review__add-btn img {
  width: 16px;
}

@media (min-width: 600px) {
  .hall-review__add-btn img {
    width: 20px;
  }
}

.hall-review-score {
  border-radius: 10px;
  background: #F5F5F5;
  padding: 0 16px 8px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-review-score {
    padding: 0 36px;
    margin-bottom: 40px;
  }
}

.hall-review-score__all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #898885;
}

@media (min-width: 600px) {
  .hall-review-score__all {
    justify-content: flex-start;
    padding: 20px 0;
  }
}

.hall-review-score__all-head {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-review-score__all-head {
    font-size: 1.125rem;
  }
}

.hall-review-score__all-score {
  color: #DE0F34;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-review-score__all-score {
    font-size: 1.625rem;
  }
}

.hall-review-score__all-num {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-review-score__all-num {
    font-size: 1rem;
  }
}

.hall-review-score__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
}

@media (min-width: 600px) {
  .hall-review-score__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
}

.hall-review-score__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media (min-width: 600px) {
  .hall-review-score__item {
    width: 40%;
  }
}

.hall-review-score__item-head {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-right: auto;
}

@media (min-width: 600px) {
  .hall-review-score__item-head {
    font-size: 1.125rem;
  }
}

.hall-review-score__item-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hall-review-score__item-score {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-review-score__item-score {
    font-size: 1.625rem;
  }
}

.hall-review-case {
  border-radius: 10px;
  border: 2px solid rgba(245, 245, 245, 0.96);
}

.modal-review .hall-review-case {
  border: 0;
  border-radius: 0;
}

.hall-review-case__content {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .hall-review-case__content {
    font-size: 0.875rem;
  }
}

.hall-review-case__content dl dt {
  color: #029A61;
}

.hall-review-case-head {
  margin-bottom: 16px;
}

.hall-review-case-head__inner {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
}

.hall-review-case-head__name {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-review-case-head__name {
    font-size: 0.875rem;
  }
}

.hall-review-case-head__date {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-review-case-head__date {
    font-size: 0.875rem;
  }
}

.hall-review-case-head__main {
  background: rgba(2, 154, 97, 0.1);
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
}

@media (min-width: 600px) {
  .hall-review-case-head__main {
    font-size: 0.875rem;
  }
}

.hall-review-more-btn {
  display: block;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  border: 2px solid #029A61;
  width: min(100%, 660px);
  cursor: pointer;
  margin: 20px auto 0;
  border-radius: 50px;
}

@media (min-width: 600px) {
  .hall-review-more-btn {
    font-size: 0.875rem;
    margin: 40px auto 0;
  }
}

.hall-cta {
  background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
  padding-top: 25px;
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  .hall-cta {
    background-color: #F2ECDB;
    padding: 60px 0;
  }
}

.hall-cta__text {
  position: relative;
  background: #FFF;
  width: 100%;
  padding: 10px;
  margin: 0 auto 18px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-cta__text {
    padding: 16px;
    margin: 0 auto 22px;
    width: 473px;
  }

  .hall-cta__text br {
    display: none;
  }
}

.hall-cta__text::after {
  content: "";
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 8px solid #FDD021;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .hall-cta__text::after {
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 12px solid #FDD021;
    position: absolute;
    bottom: -12px;
  }
}

.hall-cta__text em {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

@media (min-width: 600px) {
  .hall-cta__text em {
    font-size: 1.125rem;
  }
}

@media (min-width: 600px) {
  .hall-cta__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.hall-cta__btn {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-cta__btn {
    width: 473px;
  }
}

.hall-cta__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-cta__form {
    width: 473px;
  }
}

.hall-cta-tel {
  padding-top: 25px;
}

@media (min-width: 600px) {
  .hall-cta-tel {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.hall-cta-tel__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-detail {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}

.hall-detail__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 3px solid #D9D9D9;
  padding-left: 12px;
  margin-bottom: 27px;
}

@media (min-width: 600px) {
  .hall-detail__head {
    font-size: 1.25rem;
    margin-bottom: 55px;
  }
}

.hall-detail__info {
  color: #029A61;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

@media (min-width: 600px) {
  .hall-detail__info {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
}

.hall-detail__info>div {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 600px) {
  .hall-detail__info>div {
    width: calc(50% - 8px);
  }
}

.hall-detail__info>div>dt {
  color: #029A61;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background: #E6F5EF;
  padding: 6px;
  flex-basis: 72px;
}

@media (min-width: 600px) {
  .hall-detail__info>div>dt {
    font-size: 0.9375rem;
    flex-basis: 104px;
  }
}

.hall-detail__info>div>dd {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-detail__info>div>dd {
    font-size: 1.125rem;
  }
}

.hall-detail-content {
  border-radius: 10px;
  border: 2px solid #F5F5F5;
  padding: 15px 20px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hall-detail-content {
    border: 3px solid #F5F5F5;
    padding: 30px;
    margin-bottom: 60px;
  }
}

.hall-detail-content__head {
  color: #029A61;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .hall-detail-content__head {
    border-bottom: 5px solid #F5F5F5;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.hall-detail-content__text {
  color: #000;
  font-size: 0.625rem;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .hall-detail-content__text {
    font-size: 1rem;
  }
}

.hall-detail-content__text>*:not(:last-child) {
  margin-bottom: 1em;
}

.hall-detail-content__text img {
  float: left;
  width: initial;
  height: initial;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .hall-detail-content__text img {
    margin-right: 20px;
  }
}

.hall-detail-content-plan {
  padding: 15px 0;
  border-bottom: 2px solid #F5F5F5;
}

@media (min-width: 600px) {
  .hall-detail-content-plan {
    padding: 65px 0;
    border-bottom: 5px solid #F5F5F5;
  }
}

.hall-detail-content-plan:first-of-type {
  padding-top: 0;
}

.hall-detail-content-plan:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.hall-detail-content-plan__head {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__head {
    gap: 16px;
    margin-bottom: 45px;
  }
}

.hall-detail-content-plan__head-item {
  color: #000;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__head-item {
    font-size: 1.5625rem;
  }
}

.hall-detail-content-plan__head-name {
  color: #000;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__head-name {
    font-size: 1.5625rem;
  }
}

@media (min-width: 600px) {
  .hall-detail-content-plan__inner {
    display: flex;
    gap: 36px;
  }
}

.hall-detail-content-plan__pict {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__pict {
    flex-basis: 542px;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .hall-detail-content-plan__text {
    flex: 1;
  }
}

.hall-detail-content-plan__price {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__price {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 75px;
  }
}

.hall-detail-content-plan__price-item {
  color: #000;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__price-item {
    font-size: 1.5625rem;
  }
}

.hall-detail-content-plan__price-name {
  color: #C14747;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__price-name {
    font-size: 1.5625rem;
  }
}

.hall-detail-content-plan__list {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 600px) {
  .hall-detail-content-plan__list {
    font-size: 1.5625rem;
  }
}

.hall-area {
  margin-bottom: 93px;
}

@media (min-width: 600px) {
  .hall-area {
    margin-bottom: 130px;
  }
}

.hall-area__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 3px solid #D9D9D9;
  padding-left: 12px;
}

@media (min-width: 600px) {
  .hall-area__head {
    font-size: 1.25rem;
  }
}

.hall-area__tags {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hall-area__tags dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .hall-area__tags dt {
    font-size: 1.5rem;
    margin-bottom: 16px;
    margin-top: 30px
  }
}

.hall-area__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 600px) {
  .hall-area__tags ul {
    gap: 18px;
  }
}

.hall-area__tags ul>li {
  border-radius: 5px;
  background: #F2EDED;
  color: #000;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 6px 20px;
}

@media (min-width: 600px) {
  .hall-area__tags ul>li {
    font-size: 1.0625rem;
    padding: 10px 36px;
  }
}

.hall-halls {
  margin-bottom: 70px;
}

@media (min-width: 600px) {
  .hall-halls {
    margin-bottom: 70px;
  }
}

.hall-halls-head {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .hall-halls-head {
    margin-bottom: 52px;
  }
}

.hall-halls-head__head {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-halls-head__head {
    font-size: 2.3125rem;
  }
}

.hall-halls-head__text {
  color: #029A61;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
}

@media (min-width: 600px) {
  .hall-halls-head__text {
    font-size: 1.25rem;
    margin-top: 26px;
  }
}

.hall-halls-lists__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 600px) {
  .hall-halls-lists__lists {
    display: block;
  }
}

.hall-halls-lists__more {
  display: block;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hall-halls-lists .halls-wrap-swiper-wrap {
  position: relative;
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper {
  overflow: hidden;
}

@media (max-width: 599px) {
  .hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-prev,
.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-next {
  height: 35px;
  width: 35px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 600px) {

  .hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-prev,
  .hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-next {
    display: flex;
  }
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-prev {
  left: -70px;
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-next {
  right: -70px;
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-prev:after,
.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 35px;
  height: 35px;
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-prev:after {
  background-image: url(../img/hall/halls_list_wrap_slide_arr_l.svg);
}

.hall-halls-lists .halls-wrap-swiper-wrap .halls-wrap-swiper>.swiper-button-next:after {
  background-image: url(../img/hall/halls_list_wrap_slide_arr_r.svg);
}

.hall-halls-list {
  border-radius: 10px;
  border: 2px solid #C8E8DC;
}

.hall-halls-list__head {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 20px 10px;
}

@media (min-width: 600px) {
  .hall-halls-list__head {
    font-size: 1.875rem;
  }
}

.hall-halls-list__contents {
  display: flex;
  flex-direction: column;
}

.hall-halls-list__text {
  display: flex;
  flex-direction: column;
}

.hall-halls-list__info {
  padding: 0 20px 8px;
}

.hall-halls-list__info li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid #ECECEC;
}

.hall-halls-list__info li:last-child {
  border-bottom: 0;
}

.hall-halls-list__info li img {
  width: 20px;
}

@media (min-width: 600px) {
  .hall-halls-list__info li img {
    width: 30px;
  }
}

.hall-halls-list__info li span {
  flex: 1;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 600px) {
  .hall-halls-list__info li span {
    font-size: 1.25rem;
  }
}

.hall-halls-list__check {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: auto;
}

.hall-halls-list__check::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #C8E8DC;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hall-halls-list__check-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 7px 10px 7px 20px;
  border-top: 2px solid #C8E8DC;
}

.hall-halls-list__check-item dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-halls-list__check-item dt {
    font-size: 1.25rem;
  }
}

.hall-halls-list__check-item dd {
  width: 24px;
  display: flex;
  align-items: center;
}

@media (min-width: 600px) {
  .hall-halls-list__check-item dd {
    width: 32px;
  }
}

.hall-halls-list__check-item.hall-halls-list__check-item--uncheck dt {
  color: #898885;
}

.hall-halls-list-pict {
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 8px;
}

.hall-cta2 {
  background: linear-gradient(180deg, #F2ECDB 190px, rgba(242, 236, 219, 0) 140.1px);
  padding-top: 25px;
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  .hall-cta2 {
    background-color: #F2ECDB;
    padding: 60px 0;
  }
}

.hall-cta2__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hall-cta2__text span {
  color: #000;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  .hall-cta2__text span {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.hall-cta2__text span em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.hall-cta2__text::before {
  content: url(../img/hall/contact_text_l.svg);
}

@media (min-width: 600px) {
  .hall-cta2__text::before {
    position: relative;
    margin-top: 10px;
  }
}

.hall-cta2__text::after {
  content: url(../img/hall/contact_text_r.svg);
}

@media (min-width: 600px) {
  .hall-cta2__text::after {
    position: relative;
    margin-top: 10px;
  }
}

.hall-cta2__text2 {
  position: relative;
  background: #FFF;
  width: 100%;
  padding: 10px;
  margin: 0 auto 18px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-cta2__text2 {
    padding: 16px;
    margin: 0 auto 22px;
    width: 473px;
  }

  .hall-cta2__text2 br {
    display: none;
  }
}

.hall-cta2__text2::after {
  content: "";
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 8px solid #FDD021;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .hall-cta2__text2::after {
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 12px solid #FDD021;
    position: absolute;
    bottom: -12px;
  }
}

.hall-cta2__text2 em {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

@media (min-width: 600px) {
  .hall-cta2__text2 em {
    font-size: 1.125rem;
  }
}

@media (min-width: 600px) {
  .hall-cta2__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.hall-cta2__btn {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-cta2__btn {
    width: 473px;
  }
}

.hall-cta2__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-cta2__form {
    width: 473px;
  }
}

.hall-cta2-tel {
  padding-top: 25px;
}

@media (min-width: 600px) {
  .hall-cta2-tel {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.hall-cta2-tel__form {
  margin-top: 10px;
}

.hall-qa {
  margin-bottom: 63px;
}

@media (min-width: 600px) {
  .hall-qa {
    padding-top: 107px;
    margin-bottom: 130px;
  }
}

.hall-qa__head {
  position: relative;
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .hall-qa__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.hall-qa__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .hall-qa__head::after {
    width: 100px;
    right: 0;
  }
}

.hall-qa-lists {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hall-qa-lists__item {
  border-radius: 10px;
  background: rgba(200, 232, 220, 0.4);
  padding: 16px;
}

@media (min-width: 600px) {
  .hall-qa-lists__item {
    padding: 20px;
  }
}

.hall-qa-lists__item>dt {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(2, 154, 97, 0.5);
}

@media (min-width: 600px) {
  .hall-qa-lists__item>dt {
    font-size: 1rem;
  }
}

.hall-qa-lists__item>dt span {
  color: #029A61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .hall-qa-lists__item>dt span {
    font-size: 1.5rem;
  }
}

.hall-qa-lists__item>dd {
  position: relative;
  cursor: pointer;
}

.hall-qa-lists__item>dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #029A61;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hall-qa-lists__item>dd.is-open::after {
  border-bottom: 12px solid #029A61;
  border-top: 0;
}

.hall-qa-lists__item>dd.is-open .hall-qa-lists__item-content {
  display: block;
}

.hall-qa-lists__item-answer {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #C14747;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .hall-qa-lists__item-answer {
    font-size: 1rem;
  }

  .hall-qa-lists__item-answer br {
    display: none;
  }
}

.hall-qa-lists__item-answer span {
  color: #C14747;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .hall-qa-lists__item-answer span {
    font-size: 1.5rem;
  }
}

.hall-qa-lists__item-content {
  padding-left: 30px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
  display: none;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .hall-qa-lists__item-content {
    font-size: 0.875rem;
  }
}

.hall-qa-lists-link {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #029A61;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-qa-lists-link {
    margin-top: 20px;
    display: inline-block;
    width: 280px;
    margin-right: 10px;
  }
}

.hall-qa-lists-flow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow {
    flex-direction: row;
    row-gap: 20px;
    margin-top: 54px;
  }
}

.hall-qa-lists-flow__item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #FFF;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow__item {
    width: calc((100% - 60px) / 4);
    position: relative;
  }
}

.hall-qa-lists-flow__num {
  align-self: stretch;
  flex-basis: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #029A61;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow__num {
    flex-basis: 60px;
    font-size: 1.25rem;
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
    height: 30px;
  }
}

.hall-qa-lists-flow dl {
  padding: 10px;
  padding-right: 0;
  flex: 1;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow dl {
    padding: 10px;
    padding-right: 0;
  }
}

.hall-qa-lists-flow dl dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow dl dt {
    font-size: 0.875rem;
  }
}

.hall-qa-lists-flow dl dd {
  color: #231815;
  font-size: 0.75rem;
  line-height: 1.6;
  word-break: keep-all;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow dl dd {
    font-size: 0.75rem;
  }
}

.hall-qa-lists-flow__pict {
  width: min(100%, 75px);
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .hall-qa-lists-flow__pict {
    width: 75px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}

.hall-media {
  background: linear-gradient(180deg, rgba(200, 232, 220, 0.4) 0, rgba(200, 232, 220, 0) 290px);
  padding-top: 48px;
  margin-bottom: 70px;
}

@media (min-width: 600px) {
  .hall-media {
    background: linear-gradient(180deg, rgba(200, 232, 220, 0.3) 0%, rgba(200, 232, 220, 0) 100%);
    padding-top: 78px;
  }
}

.hall-media__emblem {
  width: min(100%, 166px);
  margin: 0 auto 20px;
}

@media (min-width: 600px) {
  .hall-media__emblem {
    width: 240px;
    margin: 0 auto 64px;
  }
}

.hall-media__inner {
  display: grid;
  grid-template: "head    head head" "picture .... text" /94px 20px 1fr;
}

@media (min-width: 600px) {
  .hall-media__inner {
    grid-template: "picture .. head" "picture .. text" 1fr/304px 50px 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.hall-media__inner>picture {
  grid-area: picture;
}

.hall-media__inner>picture img {
  width: 94px;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .hall-media__inner>picture img {
    width: 304px;
  }
}

.hall-media__inner>p {
  grid-area: text;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 600px) {
  .hall-media__inner>p {
    font-size: 1rem;
  }
}

.hall-media__head-wrap {
  grid-area: head;
}

@media (min-width: 600px) {
  .hall-media__head-wrap {
    margin-bottom: 20px;
  }
}

.hall-media__head {
  color: #029A61;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .hall-media__head {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .hall-media__head br {
    display: none;
  }
}

.hall-media__head b {
  color: #C14747;
  font-size: 1.25rem;
}

@media (min-width: 600px) {
  .hall-media__head b {
    font-size: 1.75rem;
  }
}

.hall-media__text {
  color: #231815;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .hall-media__text {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 0;
  }
}

.hall-cta3 {
  background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  .hall-cta3 {
    background-color: #F2ECDB;
    padding: 60px 0;
  }
}

@media (min-width: 600px) {
  .hall-cta3__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
  }
}

.hall-cta3-tel {
  padding-top: 25px;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .hall-cta3-tel {
    padding-top: 0;
    margin-bottom: 0;
    width: 590px;
  }
}

.hall-cta3-tel__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  width: 100%;
  padding: 10px;
  margin: 0 auto 18px;
  border-radius: 5px;
  text-align: center;
}

@media (min-width: 600px) {
  .hall-cta3-tel__text {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding: 16px;
    margin: 0 auto 22px;
    width: 776px;
  }
}

.hall-cta3-tel__text::after {
  content: "";
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 8px solid #FDD021;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .hall-cta3-tel__text::after {
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 12px solid #FDD021;
    position: absolute;
    bottom: -12px;
  }
}

.hall-cta3-tel__text em {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

@media (min-width: 600px) {
  .hall-cta3-tel__text em {
    font-size: 1.125rem;
  }
}

.hall-cta3-tel__text span {
  font-size: 0.625rem;
  color: #898885;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 1.2px;
}

@media (min-width: 600px) {
  .hall-cta3-tel__text span {
    font-size: 0.75rem;
  }
}

.hall-cta3-tel__btn {
  position: relative;
}

.hall-cta3-tel__btn p {
  display: none;
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 5%;
  margin-top: 10%;
  font-size: 3em;
  color: white;
  font-weight: bold;
}

@media (min-width: 600px) {
  .hall-cta3-tel__btn p {
    display: block;
  }
}

.hall-cta3-tel__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hall-cta3-line {
    flex: 1;
    border-radius: 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 520px;
    align-self: stretch;
  }
}

@media (min-width: 600px) {
  .hall-cta3-line__inner {
    width: 334px;
  }
}

.hall-cta3-line__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .hall-cta3-line__head {
    margin-bottom: 0;
  }
}

.hall-cta3-line__head span {
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.hall-cta3-line__head::before {
  content: url(../img/hall/cta_line_head_l.svg);
}

.hall-cta3-line__head::after {
  content: url(../img/hall/cta_line_head_r.svg);
}

.hall-cta3-line__text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.hall-cta3-line__text b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.hall-cta3-line__merit {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.hall-cta3-line__merit div {
  width: 124px;
}

.hall-cta3-line__merit ul {
  flex: 1;
  border-top: 1px solid #D9D9D9;
}

.hall-cta3-line__merit ul li {
  display: flex;
  gap: 4px;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 9px 0;
  border-bottom: 1px solid #D9D9D9;
}

.hall-cta3-line__merit ul li::before {
  content: url(../img/hall/cta_line_icon.svg);
}

.hall-cta3-line__merit ul li b {
  color: #C14747;
}

.hall-cta3-line__note {
  color: #000;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .hall-cta3-line__btn {
    display: none;
  }
}

.hall-cta3-line__line-pc {
  display: none;
}

@media (min-width: 600px) {
  .hall-cta3-line__line-pc {
    display: block;
  }
}

/*============================
汎用class
============================*/
@media (max-width: 599px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .only-sp {
    display: none !important;
  }
}

.u-d-inline-block {
  display: inline-block;
}

#review-form-vivi div h3 {
  font-size: 1.5em;
}

#review-form-vivi div form {
  padding-top: 10px;
}

#review-form-vivi div form dl {
  margin: 20px 0;
}

#review-form-vivi div form dl dt {
  font-weight: bold;
}

#review-form-vivi div form dl dd #headline {
  width: 80%;
  border: 1px solid #c5c5c5;
}

/*  */


.u-box1 {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  color: #444444;
}

.u-box1.is-green {
  border: 1px solid #add863;
}

.u-box1 section p {
  line-height: 1.6;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .u-box1 section p {
    font-size: 1.6rem;
    padding: 0 0 0.5em 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .u-box1 {
    padding: 12px 12px 20px 12px;
  }
}

.u-ttl2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  margin-top: 2em;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #add863;
}

.u-box1 .u-ttl2:first-of-type {
  margin-top: 0px;
}


.u-search .u-form-input {
  border-bottom: 1px solid #ccc;
}


@media screen and (max-width: 767px) {
  .u-form-input {
    padding: 8px;
  }
}

.u-form-input:nth-child(odd) {
  background: #f4f4f4;
}

.u-form-input dt {
  width: 16%;
}

@media screen and (max-width: 767px) {
  .u-form-input dt {
    width: 100%;
  }
}

.u-form-input dd {
  width: 84%;
}

@media screen and (max-width: 767px) {
  .u-form-input dd input[type=text] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .u-form-input dd {
    width: 100%;
  }

  .u-form-input dd .col-lg-3 {
    display: flex;
    align-items: center;
    padding: 0.3em 0 0.3em 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .u-searchModal .u-form-input {
    padding: 0 0 4vw 0;
    background-color: transparent !important;
    border-bottom-style: dotted;
  }

  .u-searchModal .u-form-input+.u-form-input {
    margin-top: 4vw;
  }

  .u-searchModal .u-form-input:last-of-type {
    border: 0;
    padding-bottom: 0;
  }

  .u-searchModal .u-form-input dt {
    margin-bottom: 0.5em;
  }
}

.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
  opacity: 1;
}

.star-rating i~i {
  width: 40%;
}

.star-rating i~i~i {
  width: 60%;
}

.star-rating i~i~i~i {
  width: 80%;
}

.star-rating i~i~i~i~i {
  width: 100%;
}


.star-rating::after,
.star-rating::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  .star-rating {
    width: 125px;
    height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .star-rating {
    width: 100px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .star-rating {
    width: 150px;
    height: 30px;
  }
}

.starRateBox.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.starRateBox .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 1rem;
}

.u-form-input:nth-child(odd) {
  background: #f4f4f4;
}

.u-form-input {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.bg-danger {
  background-color: #dc3545 !important;
}

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 150px;
  height: 30px;
  overflow: hidden;
  position: relative;
  background: url(../img/hall/star.png);
  fill: #42afe3;
  background-size: contain;
  cursor: pointer;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("../img/hall/star2.png");
  fill: #42afe3;
  background-size: contain;
}

.bg-white {
  background-color: #fff !important;
}

.d-block {
  display: block !important;
}

input[type=text],
textarea {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

dt {
  font-weight: 700;
}

.u-form-input .help-text {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 400;
}



.u-form-input .custom-select-1 {
  margin-top: 0;
  width: 196px;
  padding: 13px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

.u-btn1.clr2 {
  background-color: #f7b138;
  box-shadow: 0px 3px #a56600;
  color: #fff;
}

.u-btn1.sz1 {
  padding: 1em 1em;
  font-size: 18px;
  font-weight: bold;
}

.u-btn1 {
  display: block;
  border-radius: 5px;
  margin-top: 1em;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  background: #a5d552;
  box-shadow: 0px 3px #6ca014;
  color: #fff;
  border-radius: 50px;
  width: 300px;
  border: none;
}

textarea.form-control {
  height: auto;
}


@media screen and (max-width: 767px) {
  .starRateBox.row {
    flex-direction: column;
  }


  .starRateBox .col-lg-3 {
    flex: 0 0 25%;
    max-width: 100%;
  }
}

.mt-5,
.my-5 {
  margin-top: 30px !important;
}

[type=submit]:not(:disabled) {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .u-form-input dd .col-lg-3 p {
    margin: 0 0.3em;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .u-form-input dd {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mb-w-90 {
    width: 90% !important;
  }
}

@media screen and (max-width: 767px) {

  .u-form-input .custom-form-block select,
  .u-form-input .custom-form-block input {
    width: 49% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-form-input .custom-select-1 {
    margin-top: -4px;
    padding: 7px;
  }
}

.u-btn1 {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .u-btn1 {
    width: 100%;
    margin-top: 10px;
  }
}