<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");
@font-face {
  font-family: "ChillHuoSong_F";
  src: url(./assets/fonts/chill-huosong-f.woff2) format("woff2"), url(./assets/fonts/chill-huosong-f.woff) format("woff"), url(./assets/fonts/chill-huosong-f.eot) format("embedded-opentype");
  font-display: swap;
}
body {
  min-width: 320px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  box-sizing: border-box;
  color: #191919;
  position: relative;
  letter-spacing: 0.02em;
  font-size: clamp(13px, 1.2vw, 16px);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  min-width: 320px;
  padding-top: 56px;
  overflow: hidden;
  background-image: url(./assets/images/common/bg.png);
}
@media screen and (min-width: 969px) {
  main {
    padding-top: 96px;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 100px 0px 120px;
  }
}

.blog_content_block {
  width: min(80%, 900px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 0 0 180px;
  }
}

.content_inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 969px) {
  .content_inner {
    max-width: 1100px;
  }
}

.col2_wrap {
  display: flex;
  flex-direction: column;
  column-gap: 6%;
  align-items: start;
}
@media screen and (min-width: 969px) {
  .col2_wrap {
    flex-direction: row;
  }
}
.col2_wrap .col2 {
  flex: 1;
  width: 100%;
}
.col2_wrap .col2.img {
  width: 100%;
  flex: inherit;
  margin-top: 30px;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2.img {
    width: min(50%, 610px);
    order: inherit;
    margin-top: 0;
  }
}

.bg_white {
  background-color: #fff;
}

*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 56px;
}
header.transform {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 969px) {
  header {
    height: 96px;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 5%;
  height: 100%;
}
@media screen and (min-width: 969px) {
  header .header_pc {
    margin: 0 0 0 2%;
  }
}
header .header_pc .header_item {
  display: none;
  align-items: stretch;
  justify-content: end;
  flex: 1;
  height: 100%;
}
@media screen and (min-width: 969px) {
  header .header_pc .header_item {
    display: flex;
  }
}
header .header_pc .header_item .nav {
  align-self: center;
  flex: 1;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0 45px 0 0;
  list-style: none;
  flex: 1;
  justify-content: end;
}
@media (max-width: 1250px) {
  header .header_pc .header_item .nav ul {
    margin: 0 15px 0 0;
  }
}
header .header_pc .header_item .nav ul &gt; li {
  margin-right: 0;
  align-items: center;
  display: flex;
  padding: 0 min(5%, 30px);
}
@media (max-width: 1250px) {
  header .header_pc .header_item .nav ul &gt; li {
    padding: 0 15px;
  }
}
@media (max-width: 1000px) {
  header .header_pc .header_item .nav ul &gt; li {
    padding: 0 10px;
  }
}
header .header_pc .header_item .nav ul &gt; li:not(:last-of-type) {
  border-right: 1px dotted #191919;
}
header .header_pc .header_item .nav ul &gt; li a {
  display: flex;
  color: #191919;
  font-weight: 500;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1em;
  flex-direction: column;
}
header .header_pc .header_item .header_cta {
  width: min(23vw, 230px);
  transition: all 0.5s;
  display: flex;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  background: #BF340E;
  color: #fff;
  padding: 10px 20px;
  column-gap: 15px;
  cursor: pointer;
  /*&amp;::before{
  	content: "";
  	background-image: url(./assets/images/common/ico_tel.svg);
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: 100% auto;
  	width: 18px;
  	aspect-ratio: 1 / 1;
  }*/
}
@media (max-width: 1100px) {
  header .header_pc .header_item .header_cta {
    width: min(23vw, 150px);
    font-size: 15px;
  }
}
#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 969px) {
  #drawer {
    display: none;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label.open {
  background-color: #BF340E;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 56px;
  height: 56px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 33%;
  width: 33%;
  border-bottom: 3px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: background 0.6s;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #191919;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu .menu_btn {
  margin-bottom: 10px;
}
#drawer .menu .menu_btn span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
  color: #fff;
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 35px;
  margin: 90px 0 10px;
}
.sp_menu .header_nav_block .logo {
  width: 90%;
  margin: 0 auto 40px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_menu .header_nav_block ul li {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}
.sp_menu .header_nav_block ul li a {
  transition: all 0.5s;
  display: block;
}
.sp_menu .header_nav_block ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
  color: #fff;
}
.sp_menu .header_nav_block ul li .submenu li a {
  display: flex;
  align-items: center;
}
.sp_menu .header_nav_block ul li .submenu li a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
}
.sp_menu .header_nav_block ul li .submenu li a span {
  padding-left: 5px;
}
.sp_menu .header_nav_block .sp_menu_tel {
  display: flex;
  content: "";
  transition: 0.5s;
  text-decoration: none;
  text-align: center;
  width: 100%;
  align-items: center;
  background: #BF340E;
  color: #fff;
  padding: 10px 20px;
  column-gap: 15px;
  margin-top: 20px;
  justify-content: center;
}
.sp_menu .header_nav_block .sp_menu_tel span {
  font-size: 14px;
  color: #fff;
  font-family: "Geologica", serif;
  font-weight: 600;
  text-align: center;
}

footer {
  background-color: #BF340E;
  padding: 40px 5%;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 10%;
  }
}
footer .footer_inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    align-items: center;
    flex-direction: row;
    column-gap: 80px;
    justify-content: space-between;
  }
}
footer .footer_inner .logo_wrap {
  padding: 20px 0 20px 60px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #fff;
    padding-right: 95px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_inner .logo_wrap {
    padding: 18px 0 22px 6%;
    width: 60%;
    margin: 0 auto;
  }
}
footer .footer_inner .logo_wrap .logo {
  order: -1;
  text-align: center;
  width: min(80%, 200px);
  margin: 0 auto 30px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .logo {
    width: min(30vw, 140px);
    order: initial;
    margin: 0;
  }
}
footer .footer_inner p, footer .footer_inner a {
  color: #fff;
}
footer .foot_nav {
  order: -1;
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    order: initial;
  }
}
footer .foot_nav .nav {
  column-gap: 40px;
  align-items: start;
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul {
    align-items: stretch;
    margin: 0;
    justify-content: end;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  line-height: 2.2em;
  font-size: 15px;
  background-color: #fff;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li {
    background-color: initial;
  }
}
footer .foot_nav .nav ul li span {
  font-weight: 500;
  font-size: clamp(13px, 1vw, 16px);
}
footer .foot_nav .nav ul li a {
  display: flex;
  font-weight: 500;
  transition: all 0.5s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  transition: all 0.5s;
  display: block;
  color: #BF340E;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    color: #fff;
    text-align: left;
  }
}
footer .footer_info {
  font-size: 16px;
  width: 100%;
  column-gap: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 969px) {
  footer .footer_info {
    flex-direction: row;
    row-gap: 40px;
  }
}
footer .footer_info .info_list {
  padding: 0;
  margin: 0;
  position: relative;
}
footer .copy {
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1vw, 14px);
  padding-bottom: 40px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 969px) {
  footer .copy {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 969px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background: #790210;
  font-weight: 600;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block #pagetop {
  width: 58px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  opacity: 1;
  color: #790210;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    width: 58px;
    aspect-ratio: 1/1;
    background: #BF340E url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    color: #fff;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a::before {
    display: none;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    display: none;
  }
}

.logo {
  width: 130px;
}
@media screen and (min-width: 969px) {
  .logo {
    width: 233px;
  }
}

.breadcrumb_block {
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (min-width: 969px) {
  .breadcrumb_block {
    width: 900px;
    margin: 30px auto 0;
  }
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  color: #191919;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li, .breadcrumb_block ul a {
    font-size: 11px;
  }
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  color: #BF340E;
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.loc_btn {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-family: "Geologica", serif;
  font-weight: 600;
}
.loc_btn::after {
  content: "";
  background-image: url(./assets/images/common/ico_location_p.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 15px;
  aspect-ratio: 15/21;
}

.archive_btn_wrap {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .archive_btn_wrap {
    justify-content: center;
  }
}

.archive_btn {
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
  background-color: #BF340E;
  border-radius: 4px;
  position: relative;
  padding: 5px 35px;
}
.archive_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 11px;
  height: 10px;
  right: 10px;
}
.archive_btn span {
  color: #fff;
  color: clamp(14px, 2.5vw, 18px);
}
.archive_btn span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 2.5vw, 15px);
}

.detail_btn_wrap {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.detail_btn_wrap.center .detail_btn {
  margin: 0 auto;
}

.detail_btn {
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background-color: #fff;
  display: flex;
  padding: 12px 50px;
  column-gap: 15px;
  width: min(100%, 380px);
  justify-content: center;
  border-radius: 4px;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    padding: 20px 50px;
  }
}
.detail_btn::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  background: url(./assets/images/common/ico_arrow_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 13px;
  height: 14px;
}
.detail_btn span {
  color: #BF340E;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 600;
}
.detail_btn span.ja {
  font-weight: 500;
  font-size: clamp(14px, 2.5vw, 15px);
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #BF340E;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 969px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.pagination .pagination__body {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body {
    padding: 0 1em;
  }
}
.pagination .pagination__body li {
  list-style: none;
  background: #E6EEF7;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body li {
    margin-right: 1em;
  }
}
.pagination .pagination__body li a {
  color: #DDDDDD;
  display: block;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #DDDDDD;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
}

.current::before {
  color: #191919 !important;
  font-size: 16px !important;
}

@keyframes fadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.fadein {
  opacity: 0;
  backface-visibility: hidden;
}
.fadein.active {
  animation: fadeIn 0.5s ease-out both;
  animation-delay: 0.5s;
  transform: translate3d(0, 20px, 0);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.sec_title {
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  text-align: center;
}
.sec_title .main {
  font-size: clamp(20px, 4vw, 38px);
  color: #BF340E;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
.sec_title .sub {
  font-size: 15px;
  color: #191919;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin-top: 10px;
}
.sec_title .sub::before, .sec_title .sub::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #191919;
}

p {
  font-size: clamp(13px, 1.2vw, 16px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9em;
  margin: 0;
}

.list {
  list-style: none;
  padding: 0;
}
.list li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
.list li p {
  display: inline;
}

.exlink {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.exlink::after {
  content: "";
  background-image: url(./assets/images/common/ico_location.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 15px;
  height: 17px;
}
.exlink span {
  padding-right: 7px;
}

a {
  color: #191919;
}
a:hover {
  color: #191919;
}

.note {
  display: flex;
  font-size: 11px;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 969px) {
  .note {
    font-size: 13px;
  }
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
}
.note span {
  flex: 1;
}

.text_center {
  text-align: center;
}

.tax {
  font-size: clamp(8px, 1vw, 13px);
}

.fs13 {
  font-size: 13px;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 968px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 969px) {
  .lg_none {
    display: none;
  }
}

@media screen and (min-width: 1270px) {
  .xl_none {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes load {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
  }
}
.loading {
  background: #BF340E;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 160px;
  animation: load 0.6s ease-out both;
}
@media screen and (max-width: 767px) {
  .loading div {
    width: 100px;
  }
}

.main_visual {
  margin: 0 auto;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  padding: 20px 0;
}
@media screen and (min-width: 969px) {
  .main_visual {
    padding: 40px 0;
  }
}
.main_visual #main_visual_img {
  width: 90%;
  list-style: none;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 969px) {
  .main_visual #main_visual_img {
    width: 93%;
  }
}
.main_visual #main_visual_img h1 {
  margin: 0;
}
.main_visual #main_visual_img h1 img {
  min-height: 400px;
  object-fit: cover;
}

#top_about {
  padding: 30px 0px 70px;
  background-color: rgba(194, 170, 144, 0.2);
}
#top_about .top_about_title {
  font-size: clamp(27px, 5vw, 41px);
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  text-align: center;
  line-height: 1.4em;
  color: #BF340E;
  margin: 0 auto 30px;
}
#top_about .top_about_title span {
  font-size: 0.8em;
  color: #191919;
}
#top_about .col2_wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
#top_about .col2_wrap .col2 {
  display: flex;
  flex-direction: column;
}
#top_about .col2_wrap .col2.content, #top_about .col2_wrap .col2 .content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  #top_about .col2_wrap .col2.content, #top_about .col2_wrap .col2 .content {
    row-gap: 10px;
  }
}
#top_about .col2_wrap .col2.content h4, #top_about .col2_wrap .col2 .content h4 {
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.7em;
}
#top_about .col2_wrap .col2.content p, #top_about .col2_wrap .col2 .content p {
  font-size: clamp(13px, 2vw, 17px);
}
#top_about .col2_wrap .col2.img {
  flex-direction: column;
  row-gap: 20px;
}
#top_about .col2_wrap .col2.img img {
  border-radius: 10px;
  margin-bottom: 5px;
}
#top_about .col2_wrap .col2.img p {
  font-size: 13px;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
#top_about .sub_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  flex-wrap: wrap;
  row-gap: 15px;
}
#top_about .sub_img_wrap .sub_img {
  width: 24vw;
}
@media screen and (min-width: 969px) {
  #top_about .sub_img_wrap .sub_img {
    width: min(14%, 170px);
  }
}
#top_about .sub_img_wrap .sub_img img {
  filter: drop-shadow(4px -3px 7px rgba(0, 0, 0, 0.3));
}
#top_about .sub_img_wrap .sub_img p {
  text-align: center;
  font-size: 13px;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
#top_about .commit_title {
  display: flex;
  row-gap: 14px;
  flex-direction: column;
  column-gap: 9px;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #191919;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top_about .commit_title {
    margin-bottom: 20px;
  }
}
#top_about .commit_title .sub_title {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
#top_about .commit_title .sub_title::before {
  content: "";
  width: min(11%, 42px);
  aspect-ratio: 47/37;
  background-image: url(./assets/images/common/ico_commit.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#top_about .commit_title .sub_title span {
  color: #BF340E;
  font-size: 17px;
}
#top_about .commit_title .main_title {
  color: #191919;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.6em;
}
#top_about .recommend02 .commit_title {
  margin-bottom: 20px;
}
#top_about .recommend02 .col2_wrap {
  column-gap: 4%;
}
#top_about .recommend02 .col2_wrap:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top_about .recommend02 .col2_wrap:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
#top_about .recommend02 .col2_wrap .col2.img {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 969px) {
  #top_about .recommend02 .col2_wrap .col2.img {
    width: min(50%, 610px);
    order: 0;
  }
}
#top_about .recommend02 .commit_point {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  font-size: 14px;
}
#top_about .recommend02 .commit_point dt {
  margin-bottom: 8px;
}

.modal-span {
  cursor: pointer;
  text-decoration: underline;
}

.modal-outer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.modal-inner {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: 0 auto;
  width: fit-content;
}

.modal-inner-container {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -1em;
}

.modal-inner-container img {
  margin: 0 auto;
  max-height: 90%;
  max-width: 100%;
  width: auto;
}

.show {
  display: block;
}

.modal-inner-header {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

.close-btn-top {
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  display: block;
}

.close-btn-bottom {
  margin-bottom: 0;
  width: 150px;
  margin: 0 auto;
  text-align: center;
}

.close-btn-bottom button {
  padding: 5px 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-inner {
    top: 10%;
    bottom: 10%;
    padding: 0;
  }
  .modal-inner-container {
    padding: 0;
    max-width: 500px;
    height: fit-content;
    max-height: 100%;
    box-sizing: border-box;
    height: 100%;
  }
  .modal-inner-container img {
    max-width: 95%;
    max-height: 100%;
    position: relative;
  }
}
#top_menu .sec_title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top_menu .sec_title {
    margin-bottom: 40px;
  }
}
#top_menu .sec_title .sub {
  font-size: clamp(17px, 2.2vw, 24px);
}
#top_menu h3.sec_title {
  margin-bottom: 40px;
}
#top_menu h3.sec_title .sub {
  font-size: clamp(17px, 2.2vw, 24px);
}
#top_menu .osyokuzi_menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  list-style: none;
  padding: 0;
  row-gap: 30px;
}
@media screen and (min-width: 969px) {
  #top_menu .osyokuzi_menu {
    flex-direction: row;
  }
}
#top_menu .osyokuzi_menu:not(:last-of-type) {
  margin-bottom: 100px;
}
#top_menu .osyokuzi_menu .osyokuzi_menu_list {
  background-color: #fff;
}
@media screen and (min-width: 969px) {
  #top_menu .osyokuzi_menu .osyokuzi_menu_list {
    width: 47.5%;
  }
}
#top_menu .osyokuzi_menu .osyokuzi_menu_list .osyokuzi_menu_content {
  padding: 10px 5% 16px;
}
#top_menu .osyokuzi_menu .osyokuzi_menu_list .osyokuzi_menu_content h4 {
  color: #BF340E;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #BF340E;
  font-size: clamp(15px, 1.3vw, 19px);
  margin-bottom: 10px;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
#top_menu .osyokuzi_menu .osyokuzi_menu_list .osyokuzi_menu_content .menu_btn {
  background-color: #BF340E;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
#top_menu .osyokuzi_menu.hinabe {
  justify-content: center;
  margin-bottom: 60px;
}
#top_menu .osyokuzi_menu.hinabe button {
  cursor: pointer;
  width: 100%;
  line-height: 2em;
  display: block;
  border: 0;
  font-size: 13px;
  text-align: left;
  padding: 9px 20px;
  appearance: none;
  background: #f0f0f0;
  color: #191919;
}
#top_menu .osyokuzi_menu.hinabe button:hover {
  transition: all 0.3s;
  background-color: rgba(237, 199, 199, 0.2);
}
#top_menu .hinabe_menu_wrap {
  display: none;
}
#top_menu .hinabe_menu_wrap .hinabe_menu {
  padding: 50px;
  display: flex;
  row-gap: 60px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top_menu .hinabe_menu_wrap .hinabe_menu {
    row-gap: 40px;
    padding: 20px;
  }
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list {
  display: flex;
  column-gap: 40px;
  flex-direction: column;
  width: 47.5%;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  #top_menu .hinabe_menu_wrap .hinabe_menu .menu_list {
    width: 100%;
  }
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_img {
  width: 100%;
  overflow: hidden;
  align-self: start;
}
@media screen and (max-width: 767px) {
  #top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_img {
    width: 100%;
  }
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_img img {
  object-fit: cover;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content {
  flex: 1;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  margin-bottom: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #191919;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  line-height: 1.6em;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content h3 .recommend {
  background-color: #BF340E;
  color: #fff;
  font-size: 11px;
  padding: 3px 5px;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content h3 .recommend {
    width: 70px;
  }
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content h3 span {
  flex: 1;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content .content .price {
  font-size: clamp(18px, 2vw, 23px);
  margin-bottom: 10px;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content .content .price span {
  font-size: 0.7em;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content .content dl dt {
  margin-bottom: 8px;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content .content dl dd ul {
  padding-left: 1em;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content .content dl dd ul li {
  list-style: disc;
  margin-bottom: 5px;
}
#top_menu .hinabe_menu_wrap .hinabe_menu .menu_list .menu_content .content dl dd ul .soup {
  color: #BF340E;
}

#top_reservation {
  background: #BF340E;
  z-index: 1;
}
#top_reservation .content_inner {
  text-align: center;
  max-width: 860px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top_reservation .content_inner {
    width: 90%;
  }
}
#top_reservation .content_inner h2 {
  width: min(80%, 530px);
  margin: 0 auto 30px;
}
#top_reservation .content_inner h2 span {
  color: #fff;
}
#top_reservation .content_inner p {
  text-align: center;
}
#top_reservation .content_inner .reservation_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 969px) {
  #top_reservation .content_inner .reservation_list_wrap {
    flex-direction: row;
    align-items: center;
  }
}
#top_reservation .content_inner .reservation_list_wrap .reservation_list {
  position: relative;
}
@media screen and (min-width: 969px) {
  #top_reservation .content_inner .reservation_list_wrap .reservation_list {
    width: 50%;
  }
}
#top_reservation .content_inner .reservation_list_wrap .reservation_list .link_tel {
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  color: #fff;
  margin-bottom: 0;
  line-height: 1em;
  display: block;
  font-size: clamp(37px, 5vw, 41px);
}
#top_reservation .content_inner .reservation_list_wrap .reservation_list .link_tel span {
  font-size: 0.6em;
}
#top_reservation .content_inner .reservation_list_wrap .reservation_list:first-of-type {
  margin-bottom: 20px;
  /*&amp;::after{
  	@include mq(lg){
  		content: "";
  		background-color: $white;
  		position: absolute;
  		width: 1px;
  		height: 100%;
  		top: 50%;
  		right: 0;
  		transform: translateY(-50%);
  	}	
  }*/
}
@media screen and (min-width: 969px) {
  #top_reservation .content_inner .reservation_list_wrap .reservation_list:first-of-type {
    margin-bottom: 0;
  }
}
#top_reservation .content_inner .reservation_list_wrap .reservation_list .detail_btn {
  width: 80%;
  margin: 0 auto;
  padding: 15px 50px;
}
@media screen and (max-width: 767px) {
  #top_reservation .content_inner .reservation_list_wrap .reservation_list .detail_btn {
    width: 90%;
  }
}
#top_reservation .content_inner .reservation_list_wrap .reservation_list .detail_btn span {
  margin: 0 auto;
  font-size: clamp(16px, 5vw, 20px);
  line-height: 1em;
  padding-bottom: 4px;
}

.topics_block .topics_block_inner {
  margin: 0 auto;
  padding: 30px 5%;
  min-height: 180px;
}
@media screen and (min-width: 969px) {
  .topics_block .topics_block_inner {
    min-height: 450px;
    padding: 70px 5%;
  }
}
.topics_block .topics_block_inner .btn_wrap {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  justify-content: end;
  align-items: center;
}
.topics_block .topics_block_inner .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding: 0 5% 0 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 969px) {
  .topics_block .topics_block_inner .ttl_wrap {
    column-gap: 50px;
  }
}
.topics_block .topics_block_inner .ttl_wrap .sec_title {
  flex: 1;
  margin-bottom: 0;
  border-bottom: 0;
  text-align: left;
}
.topics_block .topics_block_inner .ttl_wrap .sec_title span {
  font-size: clamp(20px, 4vw, 42px);
}
.topics_block .topics_block_inner .ttl_wrap .archive_btn_wrap {
  display: flex;
  margin: 0;
}
.topics_block .topics_block_inner .topics_list_wrap {
  flex: 1;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 10px;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list {
  padding: 0;
  list-style: none;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a:hover .post_thumb {
  overflow: hidden;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a:hover .post_thumb img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a dl .post_thumb {
  aspect-ratio: 350/240;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a dl .post_thumb img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  height: 100%;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a dl .post_content {
  position: relative;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a dl .post_content .date {
  font-size: clamp(13px, 2.5vw, 15px);
  display: block;
  margin-bottom: 8px;
  font-size: 1em;
  display: block;
}
.topics_block .topics_block_inner .topics_list_wrap .topics_list a dl .post_content .ttl {
  font-size: clamp(13px, 2.5vw, 15px);
  line-height: 1.6em;
  font-weight: 500;
}
.topics_block .slick-slider .slick-list {
  overflow: visible;
}
.topics_block .slick-slider .slick-list .slick-track {
  margin: 0;
}
.topics_block .slick-slider .slick-list .slick-slide {
  padding-right: 20px;
  width: 320px;
}
@media screen and (min-width: 969px) {
  .topics_block .slick-slider .slick-list .slick-slide {
    width: 390px;
    padding-right: 50px;
  }
}

#access {
  background-color: rgba(194, 170, 144, 0.2);
}
@media screen and (min-width: 969px) {
  #access .content_inner {
    max-width: 1200px;
    display: flex;
    align-items: stretch;
    column-gap: 3%;
    justify-content: space-between;
  }
}
#access .content_wrap {
  flex: 1;
}
#access .content_wrap dl {
  display: flex;
  align-items: stretch;
  margin-bottom: 2px;
}
#access .content_wrap dl dt {
  font-weight: 400;
  width: 8em;
  background-color: #B4A689;
  padding: 17px 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #access .content_wrap dl dt {
    width: 8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  #access .content_wrap dl dt {
    width: 6.5em;
  }
}
#access .content_wrap dl dd {
  flex: 1;
  margin: 0;
  background-color: #fff;
  padding: 17px 1em;
}
#access .content_wrap dl dd .exlink {
  color: #191919;
}
#access .content_wrap dl dd .exlink::after {
  background-image: url(./assets/images/common/ico_location_r.svg);
}
#access .gmap {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 969px) {
  #access .gmap {
    margin-top: 0;
    width: 48.5%;
  }
}
#access .gmap iframe {
  height: 300px;
}
@media screen and (min-width: 969px) {
  #access .gmap iframe {
    height: 100%;
  }
}
#access .gmap .archive_btn_wrap {
  margin-top: 40px;
  text-align: right;
}

#instagram {
  background-color: #191919;
  padding: 70px 0 100px;
}
@media screen and (min-width: 969px) {
  #instagram {
    padding: 100px 0 180px;
  }
}
#instagram .sec_title {
  margin-bottom: 60px;
}
#instagram .sec_title .main {
  margin: 0 auto;
}

.subpage {
  min-width: 320px;
}
.subpage .page_title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 969px) {
  .subpage .page_title {
    margin-bottom: 80px;
  }
}
.subpage .page_title img {
  width: min(100%, 600px);
  margin: 0 auto 40px;
}
.subpage .page_title .ttl {
  letter-spacing: 0.02em;
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  color: #BF340E;
  margin-bottom: 30px;
  font-size: clamp(20px, 4vw, 42px);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .subpage .page_title .ttl {
    margin-bottom: 14px;
  }
}
.subpage .page_title .sub {
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  column-gap: 15px;
  font-size: clamp(14px, 2vw, 20px);
  justify-content: center;
}
.subpage .page_title .sub::before, .subpage .page_title .sub:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #B1B1B1;
}
.subpage .sec_title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.subpage .sec_title span {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  color: #BF340E;
  font-family: "Geologica", serif;
}
.subpage .sec_title02 {
  display: flex;
  padding: 10px 15px;
  background-color: #191919;
  margin-bottom: 20px;
}
.subpage .sec_title02 span {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 600;
  color: white;
}
.subpage .content_block {
  margin: 0 auto;
  padding: 30px 0 120px;
}
.subpage .content_block:not(:last-of-type) {
  padding-bottom: 0;
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 70px 0 220px;
  }
}
.subpage .content_block .content_inner {
  width: min(90%, 900px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subpage .content_block:not(:first-of-type), .subpage .content_block:not(:last-of-type) {
    margin-top: 50px;
  }
}
.subpage .content_block.bg_grade {
  margin-top: 90px;
  padding: 90px 0;
  background: #BF340E;
}
@media screen and (max-width: 767px) {
  .subpage .content_block.bg_grade {
    padding: 45px 0;
    margin-top: 45px;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .note_wrap {
  padding: 0;
  margin-top: 10px;
}
.subpage .note {
  line-height: 1.8em;
}
.subpage .note::before {
  line-height: 1.8em;
}
.subpage .note span {
  line-height: 1.8em;
}
.subpage sup {
  font-size: 0.8em;
  vertical-align: text-bottom;
}

.info_title_wrap {
  background-color: #790210;
}
.info_title_wrap .info_title_inner {
  width: min(90%, 900px);
  margin: 0 auto;
  padding: 15px 0;
}
.info_title_wrap .info_title_inner .info_title {
  text-align: center;
  color: #fff;
  margin: 0;
  min-height: 240px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info_title_wrap .info_title_inner .info_title {
    min-height: 160px;
  }
}
.info_title_wrap .info_title_inner .info_title span {
  margin: 0 auto;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6em;
  text-align: left;
}
.info_title_wrap .info_title_inner .posts_date {
  color: #fff;
}

#page_privacy .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #BF340E solid;
  /*&amp;::before{
  	content: "";
  	background-color: $txt-color;
  	width: 16px;
  	aspect-ratio: 1 / 1;
  }*/
}
#page_privacy .title span {
  flex: 1;
  font-size: clamp(16px, 2vw, 18px);
}

#page_contact .form_wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 3%;
}
@media screen and (min-width: 969px) {
  #page_contact .form_wrap {
    padding: 50px;
  }
}
@media screen and (min-width: 969px) {
  #page_contact .content_inner {
    max-width: 900px;
  }
}

.wpcf7 {
  margin: 0 auto;
  width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #DDDDDD !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #bf340e;
  font-size: 13px;
}
.wpcf7 .form_row {
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row {
    margin-bottom: 40px;
  }
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .preview_none p:not(.note) {
  font-size: clamp(13px, 2vw, 15px);
  text-align: center;
  font-weight: 600;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  display: none;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #fff !important;
}
.wpcf7 .form_btn_wrap {
  position: relative;
}
.wpcf7 .form_btn_wrap .wpcf7-submit {
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: 0.02em;
  font-weight: 300;
  display: inline-block;
  background: #BF340E;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans JP", serif;
  border: none;
  border-radius: 50px;
  margin: 0 auto;
}
.wpcf7 .form_btn_wrap .wpcf7-submit:focus, .wpcf7 .form_btn_wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 30%;
  }
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #303F55;
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #191919;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #D3CEDC;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

.input_none {
  display: none;
  speak: normal;
}

.select .error {
  display: inline-block !important;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

article {
  position: relative;
}
.archive article {
  background-color: #DDDDDD;
}

.pg_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #191919;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 0;
  }
}
.pg_contents .attachment-post-thumbnail {
  object-fit: cover;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  aspect-ratio: 220/145;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pg_contents .attachment-post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pg_contents .attachment-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
.pg_contents .archive_btn {
  margin-top: 30px;
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  width: 100%;
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 35px;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item a:hover .post_thumb {
  overflow: hidden;
}
.posts_item a:hover .post_thumb img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.posts_item_inner {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: 220px;
  aspect-ratio: 220/145;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts_item_inner .post_thumb img {
  object-fit: cover;
  height: 100%;
}
.posts_item_inner .post_content {
  flex: 1;
  margin-bottom: 0;
}
.posts_item_inner .post_content .post_content_ttl {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  color: #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_item_inner .post_content time {
  display: block;
  margin-bottom: 10px;
}
.posts_date {
  color: #191919;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
}
@media screen and (min-width: 969px) {
  .posts_date {
    font-size: 16px;
  }
}
.posts_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 969px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #191919;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #191919;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #191919;
  margin: 30px 0;
  text-align: left;
  line-height: 1.7em;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
}
.pg_single_contents &gt; .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents &gt; .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}
.pg_single_contents .detail_btn_wrap {
  margin-top: 110px;
  text-align: center;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #303F55;
}
.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}
html body .main_visual_subpage {
  width: 100%;
  height: 250px;
  background: #bf340e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0 100px;
}

html body .main_visual_subpage h1 {
  text-align: center;
  color: white;
  font-size: clamp(28px, 4vw, 38px);
	margin:0;
}
html body .main_visual_subpage p {
  color: white;
  text-align: center;
  font-size: clamp(20px, 4vw, 38px);
  font-family: "ChillHuoSong_F", "Yu Mincho", "Hiragino Mincho ProN",
    "MS Mincho", serif;
}

@media (max-width: 769px) {
  html body .main_visual_subpage {
    padding: 0 10px;
    text-align: center;
    align-items: center;
  }
}
.Form {
  margin: 60px auto 0;
  max-width: 1000px;
}
@media (max-width: 769px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding: 32px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 769px) {
  .Form-Item {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 769px) {
  .Form-Item .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 295px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
}
@media (max-width: 769px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .Form-Item-Label {
    max-width: inherit;
    font-size: 15px;
  }
}
.Form-Item-Label-Required {
  display: inline-block;
  margin-right: 20px;
  padding: 2px 0;
  width: 48px;
  text-align: center;
  background: #bf340e;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
@media (max-width: 769px) {
  .Form-Item-Label-Required {
    padding: 4px 0;
    width: 32px;
    font-size: 10px;
    border-radius: 4px;
  }
}
.Form-Item-Input, .Form-Item-Textarea {
  width: 70%;
  border-radius: 6px;
  padding: 0;
  font-size: 18px;
}
@media (max-width: 769px) {
  .Form-Item-Input, .Form-Item-Textarea {
    width: 100%;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  height: 216px;
  flex: 1;
}
@media (max-width: 769px) {
  .Form-Item-Textarea {
    height: 200px;
  }
}
.Form-Btn {
  display: block;
  margin: 32px auto 0;
  padding: 20px;
  width: 280px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 2px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 769px) {
  .Form-Btn {
    margin-top: 24px;
    padding: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form textarea {
  height: 300px !important;
}

.wpcf7 p {
  width: 100%;
}
.wpcf7 .wpcf7-form-control {
  height: 40px;
  width: 100%;
  text-align: start;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  height: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #bf340e;
  border-radius: 5px;
  border: 2px solid #bf340e;
  transition: 0.4s;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
  background: #fff;
  color: #bf340e;
  border-color: #bf340e;
}
.wpcf7 .wpcf7-list-item {
  text-align: start;
  margin: 0;
}
.wpcf7 .wpcf7-list-item.checkbox {
  text-align: start !important;
}/*# sourceMappingURL=style.css.map */</pre></body></html>