/* ------------------------
    base
------------------------ */
html,
body {
  overflow-x: hidden;
}

body {
  min-height: 100svh;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}

a {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

/* ------------------------
    utility
------------------------ */
.u-word {
  display: inline-block;
}

.u-pc {
  display: block;
}
@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px max(5%, 20px);
}

:root {
  --font-base-color: #6a4545;
  --white: #fff;
  --green: #437c5f;
  --vermilion: #dc6753;
  --ocher: #dcc878;
  --transition: 0.3s;
  --base-font-size: 17;
  --header-height: 80px;
  --border-radius: 30px;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 70px;
  }
}
@media (max-width: 1024px) {
  :root {
    --base-font-size: 16;
  }
}
@media (max-width: 768px) {
  :root {
    --base-font-size: 15;
    --header-height: 58px;
    --border-radius: 15px;
  }
}
/* ------------------------
    common
------------------------ */
body {
  font-size: calc(var(--base-font-size) / 16 * 1rem);
  line-height: 1.7647058824;
  color: var(--font-base-color);
  background: url("../images/bg_main.jpg") repeat-y center top/100%;
  font-family: "Klee One", cursive;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 768px) {
  body {
    line-height: 1.7333333333;
  }
}

main {
  margin-top: var(--header-height);
}

.section {
  padding-top: 90px;
  padding-bottom: 120px;
}

.inner {
  width: 94%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .inner {
    width: 88%;
  }
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .btn-group {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .btn-group {
    gap: 15px 10px;
  }
}

.btn {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 60px;
  padding: 0 2.3em;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2631578947;
  color: var(--white);
  text-align: center;
  background: url("../images/icon_arrow.svg") no-repeat calc(100% - 0.8em) center/0.9em;
  background-color: var(--vermilion);
  transition: background-color var(--transition);
  border-radius: 9999px;
}
@media (max-width: 1200px) {
  .btn {
    min-width: 290px;
  }
}
@media (max-width: 1024px) {
  .btn {
    min-width: 240px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .btn {
    width: calc((100% - 10px) / 2);
    min-width: unset;
    max-width: 240px;
    min-height: unset;
    padding: 0.8em 1.7em;
    font-size: 16px;
    line-height: 1.5;
    background-position: calc(100% - 0.7em) center;
    background-size: 0.8em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover, .btn:focus {
    background-color: #6a4545 !important;
  }
}
@media (hover: none) {
  .btn:active {
    background-color: #6a4545 !important;
  }
}

.heading-wrap {
  margin-bottom: 3em;
  text-align: center;
}

.heading {
  margin-bottom: 0.2em;
  font-size: 3.125rem;
  line-height: 1.74;
  letter-spacing: 0.15em;
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .heading {
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 1.875rem;
  }
}
.heading::before {
  display: block;
  width: 1.6em;
  aspect-ratio: 12/7;
  margin: 0 auto 0.1em;
  content: "";
  background: url("../images/deco_01.png") no-repeat center/contain;
}
@media (max-width: 768px) {
  .heading::before {
    width: 2em;
  }
}

.lead {
  font-size: 1.3125rem;
}
@media (max-width: 768px) {
  .lead {
    font-size: 1rem;
  }
}

.top-btn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 10;
  display: none;
  width: 60px;
  aspect-ratio: 1;
  background: var(--green);
  border-radius: 50%;
  transition: opacity var(--transition);
}
@media (max-width: 1024px) {
  .top-btn {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .top-btn {
    bottom: 65px;
    width: 40px;
  }
}
.top-btn::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 2px, 2px 2px, 2px 100%, 0 100%);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .top-btn::before {
    width: 11px;
    height: 11px;
    clip-path: polygon(0 0, 100% 0, 100% 1px, 1px 1px, 1px 100%, 0 100%);
  }
}
.top-btn:hover {
  opacity: 0.85;
}

.entry-btn {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  position: fixed;
  right: 20px;
  bottom: 20%;
  z-index: 30;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 2.2em;
  font-size: 17px;
  line-height: 1.4117647059;
  text-align: center;
  background: url("../images/icon_arrow.svg") no-repeat center calc(100% - 0.9em)/1em, url("../images/bg_entry.svg") no-repeat center/contain;
  transition: opacity var(--transition);
}
@media (max-width: 768px) {
  .entry-btn {
    right: 0;
    bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .entry-btn:hover, .entry-btn:focus {
    opacity: 0.9;
  }
}
@media (hover: none) {
  .entry-btn:active {
    opacity: 0.9;
  }
}

.each-text-anime span {
  opacity: 0;
}

.each-text-anime.splittext span {
  animation: text_anime_on 0.9s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------
    header
------------------------ */
.header {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 2.5%;
  background-color: var(--white);
  transition: background-color var(--transition);
}
.header_logo-wrap {
  display: flex;
  column-gap: 5px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header_logo-wrap {
    column-gap: 7px;
    align-items: center;
  }
}
.header_site-name {
  font-size: 0.9375rem;
  border-bottom: 1px solid #300;
}
@media (max-width: 768px) {
  .header_site-name {
    padding-bottom: 0.3em;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.header_logo {
  align-content: center;
  width: 140px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_logo:hover, .header_logo:focus {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .header_logo:active {
    opacity: 0.8;
  }
}

.header-nav {
  transition: transform var(--transition);
}
.header-nav_list {
  display: flex;
  gap: 1em 1.8em;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  text-align: center;
}
.header-nav_link {
  font-weight: 500;
  transition: opacity var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .header-nav_link:hover, .header-nav_link:focus {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .header-nav_link:active {
    opacity: 0.75;
  }
}
.header-nav_item:last-of-type {
  display: none;
}
@media (max-width: 1024px) {
  .header-nav_item:last-of-type {
    display: block;
  }
}
.header-nav_btn {
  max-width: 300px !important;
  padding: 1em;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.3;
  color: var(--white);
  background: url("../images/icon_arrow.svg") no-repeat calc(100% - 0.8em) center/0.9em;
  background-color: var(--green);
  border-radius: 21px;
  transition: background-color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .header-nav_btn:hover, .header-nav_btn:focus {
    background-color: #6a4545;
  }
}
@media (hover: none) {
  .header-nav_btn:active {
    background-color: #6a4545;
  }
}

.hamburger {
  position: fixed;
  top: 9px;
  right: 10px;
  z-index: 150;
  display: none;
  width: calc(var(--header-height) - 20px);
  height: calc(var(--header-height) - 20px);
  background: #6a4545;
}
.hamburger > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50%;
  height: 1px;
  background: var(--white);
  transform: translateX(-50%);
  transition: ease 0.4s;
}
.hamburger > span:nth-of-type(1) {
  top: 30%;
}
.hamburger > span:nth-of-type(3) {
  top: 70%;
}
.hamburger.js-close > span {
  top: 50%;
}
.hamburger.js-close > span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.js-close > span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.hamburger.js-close > span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 1024px) {
  .header {
    position: relative;
    margin-bottom: calc(var(--header-height) * -1);
  }
  .header::before {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: none;
    width: 100vh;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
  }
  .header.js-active::before {
    display: block;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: grid;
    align-content: center;
    width: 100%;
    height: 100vh;
    padding: var(--header-height) 1.6em 0;
    margin-top: 0;
    background: var(--white);
    transform: translateX(110%);
  }
  .js-active .header-nav {
    transform: translateX(0);
  }
  .header-nav_list {
    flex-direction: column;
    margin-top: calc(var(--header-height) * -1 - 3em);
    font-size: 1.375rem;
  }
  .header-nav_item {
    width: 100%;
  }
  .hamburger {
    display: block;
  }
}
/* ------------------------
    footer
------------------------ */
.footer {
  padding: 100px 5%;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--white);
  background-color: #6a4545;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 5%;
    font-size: 0.8125rem;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 3em;
  justify-content: center;
  margin-bottom: 5px;
}
.footer-nav a {
  transition: color var(--transition);
  position: relative;
}
.footer-nav a:not(:last-child)::after {
  top: 50%;
  right: -1.5em;
  width: 1px;
  height: 0.9em;
  content: "";
  background: var(--white);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
}
@media (width <= 575px) {
  .footer-nav a:nth-last-child(2)::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav a:hover, .footer-nav a:focus {
    color: #cccccc;
  }
}
@media (hover: none) {
  .footer-nav a:active {
    color: #cccccc;
  }
}

.copyright {
  text-align: center;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 0.6875rem;
  }
}

/* ------------------------
    mv
------------------------ */
@media (max-width: 768px) {
  .mv {
    margin-bottom: 60px;
  }
}

/* ------------------------
    job
------------------------ */
.job {
  margin-top: -90px;
  background: url("../images/deco_05.png") no-repeat -120% 259px/71%, url("../images/deco_06.png") no-repeat 169% 961px/59%, url("../images/deco_07.png") no-repeat -55% 1346px/56%;
}

.job-item {
  padding: 60px 50px;
  margin-bottom: 60px;
  outline: 1px solid var(--ocher);
  outline-offset: -10px;
  background-color: var(--white);
  border-radius: var(--border-radius);
  box-shadow: 20px 20px 0 #ece0b6;
}
@media (max-width: 768px) {
  .job-item {
    padding: 46px 33px;
    box-shadow: 12px 12px 0 #ece0b6;
  }
}
.job-item_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .job-item_main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .job-item_img {
    justify-self: center;
    width: 80%;
  }
}
.job-item_ttl {
  display: flex;
  gap: 0.15em;
  align-items: center;
  margin-bottom: 0.7em;
  font-size: 2.25rem;
  border-bottom: 1px solid var(--ocher);
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .job-item_ttl {
    font-size: 1.4375rem;
  }
}
.job-item_ttl::before {
  display: inline-block;
  flex-shrink: 0;
  width: 0.7em;
  aspect-ratio: 1;
  content: "";
  background: url("../images/deco_02.png") no-repeat center/contain;
}
.job-item_txt {
  margin-bottom: 2em;
  text-align: justify;
}
@media (max-width: 768px) {
  .job-item .btn {
    width: 100%;
    padding: 0.5em 1.8em;
  }
}

.job-point {
  position: relative;
  padding: 1.5em 1.8em 2em;
  background-color: #f3f1d9;
}
@media (max-width: 768px) {
  .job-point {
    padding: 2.75em 1.5em 1.5em;
  }
}
.job-point_notice {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0.2em 1em;
  color: var(--white);
  background-color: var(--green);
}
.job-point_ttl {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  margin-bottom: 0.7em;
  font-size: 1.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .job-point_ttl {
    width: 110%;
    margin-left: -5%;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.job-point_ttl::before, .job-point_ttl::after {
  display: inline-block;
  flex-shrink: 0;
  width: 0.95em;
  aspect-ratio: 1;
  content: "";
  background: url("../images/deco_02.png") no-repeat center/contain;
}
.job-point_ttl::before {
  background-image: url("../images/deco_03.png");
}

.job-item[data-type=kitchen] {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .job-item[data-type=kitchen] {
    margin-bottom: 80px;
  }
}
.job-item[data-type=kitchen] .job-item_ttl::before {
  background-image: url("../images/deco_03.png");
}
.job-item[data-type=kitchen] .btn {
  background-color: var(--green);
}
.job-item[data-type=kitchen] .job-point_notice {
  background-color: var(--vermilion);
}
.job-item[data-type=kitchen] .job-point_ttl::before {
  background-image: url("../images/deco_02.png");
}
.job-item[data-type=kitchen] .job-point_ttl::after {
  background-image: url("../images/deco_03.png");
}

.job-search_txt {
  padding-right: 20%;
  padding-left: 20%;
  margin-bottom: 1.8em;
  font-size: 1.875rem;
  line-height: 1.4;
  text-align: center;
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .job-search_txt {
    padding-right: 14%;
    padding-left: 14%;
    font-size: 1.3125rem;
  }
}
.job-search_txt::before, .job-search_txt::after {
  top: 50%;
  width: 20%;
  height: 100px;
  background: url("../images/deco_04.svg") repeat-x left center/95px;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
}
@media (max-width: 1024px) {
  .job-search_txt::before, .job-search_txt::after {
    width: 18.5%;
  }
}
@media (max-width: 768px) {
  .job-search_txt::before, .job-search_txt::after {
    width: 12%;
    background-size: 62px;
  }
}
.job-search_txt::before {
  left: 0;
  transform: translateY(-50%) scale(-1);
}
.job-search_txt::after {
  right: 0;
  background-image: url("../images/deco_04.svg");
}
.job-search_txt .emphasis {
  color: var(--vermilion);
}
.job-search .btn:nth-child(even) {
  background-color: var(--green);
}

/* ------------------------
    point
------------------------ */
.point {
  background: url("../images/bg_point.jpg") no-repeat center top/cover;
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.point-item {
  display: grid;
  grid-template-rows: 6.125rem 100px 1fr;
  width: 346px;
  padding: 25px 15px 15px;
  outline: 1px solid var(--ocher);
  outline-offset: -10px;
  background-color: var(--white);
  border-radius: var(--border-radius);
}
@media (max-width: 768px) {
  .point-item {
    grid-template-rows: 4.8125rem 100px 1fr;
    width: min(85%, 400px);
    padding-top: 15px;
  }
  .point-item:nth-child(2) {
    grid-template-rows: 5.5rem 100px 1fr;
  }
  .point-item:nth-child(2) .point-item_ttl {
    font-size: 1.3125rem;
  }
}
.point-item_ttl {
  align-content: center;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  text-align: center;
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .point-item_ttl {
    font-size: 1.375rem;
  }
}
.point-item_img {
  display: block;
  width: 140px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .point-item_img {
    width: 120px;
  }
}
.point-item_txt {
  padding: 1em 0.8em 1.2em;
  letter-spacing: -0.025em;
}

/* ------------------------
    voice
------------------------ */
.voice {
  background: url("../images/deco_05.png") no-repeat -100% -185px/66%, url("../images/deco_08.png") no-repeat 140% 570px/49%;
}
.voice .heading-wrap {
  margin-bottom: 1em;
}

.staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 30px;
  padding-top: 105px;
}
@media (max-width: 768px) {
  .staff-list {
    grid-template-columns: min(85%, 400px);
    justify-content: center;
  }
}

.staff {
  padding: 10px calc(10px + 1em);
  outline: 1px solid var(--white);
  outline-offset: -10px;
  border-radius: var(--border-radius);
}
.staff[data-num="01"] {
  background-color: #fad270;
}
.staff[data-num="02"] {
  background-color: #bed26e;
}
.staff[data-num="03"] {
  background-color: #fbba90;
}
.staff_img {
  position: relative;
  display: block;
  width: 133px;
  margin-inline: auto;
  margin-top: -105px;
}
@media (max-width: 768px) {
  .staff_img {
    width: 105px;
    margin-top: -85px;
  }
}
.staff_txt {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.4117647059;
  text-align: justify;
  letter-spacing: -0.025em;
}
.staff_info {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.4117647059;
  border-top: 1px solid #300;
}
.staff_detail {
  display: block;
}

/* ------------------------
    message
------------------------ */
.message {
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .message {
    padding-bottom: 100px;
  }
}
.message_cont {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
}
.message_img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .message_img-wrap {
    position: relative;
    width: 68%;
    margin-inline: auto;
    margin-bottom: 16vw;
    transform: translateX(-5%);
  }
}
.message_img[data-num="02"] {
  width: 36.1890694239%;
  transform: translate(20%, -60%);
}
@media (max-width: 768px) {
  .message_img[data-num="02"] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    transform: translate(34%, 44%);
  }
}
@media (min-width: 769px) {
  .message_main {
    width: 48%;
    max-width: 520px;
    margin-left: auto;
  }
}
.message_ttl {
  margin-bottom: 0.9em;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .message_ttl {
    font-size: 1.8125rem;
  }
}
@media (max-width: 768px) {
  .message_ttl {
    font-size: 1.4375rem;
  }
}
.message_txt + .message_txt {
  margin-top: 1.5em;
}

/* ------------------------
    search
------------------------ */
.search {
  position: relative;
  background: url("../images/deco_05.png") no-repeat 214% 870px/71%;
}
@media (max-width: 1200px) {
  .search {
    padding-bottom: 250px;
  }
}
@media (max-width: 768px) {
  .search {
    padding-bottom: 120px;
  }
}
.search::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 37%;
  aspect-ratio: 1206/815;
  background: url("../images/deco_09.png") no-repeat center/contain;
  transform: translate(-35%, -35%);
}
.search_sub-ttl {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.7em;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .search_sub-ttl {
    font-size: 1.4375rem;
  }
}
.search_sub-ttl::before {
  display: inline-block;
  flex-shrink: 0;
  width: 0.7em;
  aspect-ratio: 1;
  margin-right: 5px;
  content: "";
  background: url("../images/deco_02.png") no-repeat center/contain;
}
.search_sub-ttl::after {
  display: inline-block;
  width: 2.8em;
  height: 1px;
  margin-left: 5px;
  vertical-align: 0.3em;
  content: "";
  background-color: currentcolor;
}
.search_sub-ttl[data-type=type]::before {
  background-image: url("../images/deco_03.png");
}
.search .btn:nth-child(even) {
  background-color: var(--green);
}

.map {
  margin-bottom: 75px;
}

.box_map {
  padding: 40px 50px 50px;
  outline: 1px solid var(--ocher);
  outline-offset: -10px;
  border: none;
  border-radius: var(--border-radius);
  box-shadow: 20px 20px 0 #ece0b6;
}
.box_map input[type=text] {
  background-color: var(--white);
}
.box_map ::placeholder {
  color: var(--font-base-color);
}
@media (max-width: 768px) {
  .box_map {
    padding: 40px 35px 50px;
    box-shadow: 12px 12px 0 #ece0b6;
  }
}
@media (min-width: 769px) {
  .box_map form {
    max-width: 630px;
    padding: 0;
    margin-inline: auto;
  }
  .box_map label {
    height: 40px;
    padding: 0.2em 1.5em;
    color: var(--white);
    background-color: var(--vermilion);
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-left: 1px solid #969696;
  }
  .box_map input[type=text] {
    height: 40px;
    padding: 0.2em 0.7em;
    margin: 0;
    border: none;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-radius: 0;
  }
  .box_map button[type=submit] {
    width: 63px;
    height: 40px;
    background-color: #6a4545;
    border-top: 1px solid #6a4545;
    border-bottom: 1px solid #6a4545;
    border-radius: 0;
  }
  .box_map button[type=submit] img {
    display: block;
    width: 23px;
    padding-bottom: 1px;
    margin-inline: auto;
    transform: rotate(11deg);
  }
}
@media (max-width: 768px) {
  .box_map form {
    padding: 0;
    background-color: unset;
  }
  .box_map label {
    display: block;
    color: var(--white);
    text-align: center;
    background-color: var(--vermilion);
  }
  .box_map input[type=text] {
    margin-top: 0;
    border-radius: 0;
  }
  .box_map button[type=submit] {
    text-align: center;
    background-color: #6a4545;
  }
  .box_map button[type=submit] .u-sp {
    display: inline-block;
  }
  .box_map button[type=submit] img {
    width: 14px;
    padding-bottom: 3px;
  }
}/*# sourceMappingURL=style.css.map */