@charset "UTF-8";

:root {
  --main-color: #005082;
  --sub-color: #7f5e33;
  --link-color: #288cc8;
}

body {
  line-height: 1;
}

/*
  common
========================================================================== */
.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}
.noto_serif {
  font-family: "Noto Serif JP", sans-serif;
}
.en_ci {
  font-family: "Cormorant Infant", serif;
}
.jost {
  font-family: "Jost", sans-serif;
}

/*
  header
========================================================================== */
.head,
.head p,
.head ul,
.head li,
.head a,
.head span,
.head i,
.head div,
.head section {
  box-sizing: border-box;
}

.head img {
  max-width: 100%;
}

/* --------------------------- head */
/* .head {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: absolute;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
} */

.head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.head_btn {
  display: flex;
  justify-content: flex-end;
  gap: max(0.357vw, 4px);
	padding-right: max(1.5vw, 19px);
}

.head_btn a {
  display: flex;
  align-items: center;
  font-size: max(1.488vw, 19px);
  color: #fff;
  width: max(17.857vw, 232px);
  height: max(3.214vw, 41px);
}

.head_btn li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: max(1.5vw, 19px);
  color: #fff;
  width: max(16.786vw, 218px);
  height: max(3.214vw, 41px);
  white-space: nowrap;
}

.head_btn li.web,
.head_btn li.mail {
  width: max(17.857vw, 232px);
}

.head_btn li a {
  position: relative;
}

.head_btn li.web a::before {
  content: "";
  position: absolute;
  top: max(0.929vw, 12px);
  left: max(1.286vw, 16px);
  width: max(1.857vw, 24px);
  height: max(1.357vw, 17px);
  background-image: url(../images/common/btn_ico_web.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.head_btn li.mail a::before {
  content: "";
  position: absolute;
  top: max(1vw, 13px);
  left: max(1.429vw, 18px);
  width: max(2vw, 26px);
  height: max(1.214vw, 15px);
  background-image: url(../images/common/btn_ico_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.head_btn li.tel::before {
  content: "";
  position: absolute;
  top: max(0.786vw, 10px);
  left: max(1.571vw, 20px);
  width: max(1.214vw, 15px);
  height: max(1.571vw, 20px);
  background-image: url(../images/common/btn_ico_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.head_btn li.web a::after,
.head_btn li.mail a::after {
  content: "";
  position: absolute;
  top: max(1.071vw, 13px);
  right: max(0.714vw, 9px);
  width: max(0.5vw, 6px);
  height: max(1vw, 13px);
  background-image: url(../images/common/btn_ico_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.head_btn li.web a {
  background-color: #c57061;
  padding-left: max(5.714vw, 74px);
}

.head_btn li.mail a {
  background-color: #80b6a2;
  padding-left: max(5.786vw, 75px);
}

.head_btn li.tel {
  background-color: #b19e8a;
  padding-left: max(4vw, 52px);
  letter-spacing: 0.2em;
  font-size: max(1.488vw, 19px);
}

.head_btn li.tel a {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: inherit;
  height: 100%;
  letter-spacing: inherit;
  text-decoration: none;
  width: 100%;
}

.head_btn li.tel a:hover {
  color: inherit;
}
.infotext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(1.75em);
  font-size: 0.58em;
  line-height: 1;
  text-align: center;
  filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff) drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff);
  color: #333;
}

.head_low {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  gap: max(1.071vw, 14px);
  min-height: max(10vw, 130px);
  padding: max(0.857vw, 11px) max(1.143vw, 14px) max(0.786vw, 10px);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(240, 116, 0, 0.22);
  box-shadow: 0 2px 18px rgba(74, 50, 27, 0.08);
}

.head_low .head_ttl {
  flex: 0 0 max(29.286vw, 381px);
  min-width: 0;
  margin: 0;
}

.head_low .head_ttl span {
  color: #5d4b38;
  display: block;
  font-size: max(0.857vw, 11px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: max(0.571vw, 7px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head_low .head_ttl a {
  display: block;
  width: max(28.571vw, 371px);
}

.head_low .head_ttl img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}

.head_low .head_table {
  align-self: center;
  flex: 0 0 max(23.286vw, 302px);
  position: relative;
}

.head_low .head_table table {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-collapse: collapse;
  color: #4b4b4b;
  margin: 0;
  width: 100%;
}

.head_low .head_table table tr {
  border-bottom: 1px solid #eadfce;
}

.head_low .head_table table thead tr {
  background: #fff8ed;
}

.table_title1 {
  font-size: max(1vw, 13px);
}

.head_low .head_table table th {
  color: #6d5435;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.head_low .head_table table th,
.head_low .head_table table td {
  border-right: 1px solid #eadfce;
  font-size: max(0.786vw, 10px);
  line-height: 1.25;
  padding: max(0.321vw, 4px) 0;
  text-align: center;
}

.head_low .head_table table th:last-child,
.head_low .head_table table td:last-child {
  border-right: 0;
}

.head_low .head_table table tbody th {
  font-size: max(0.786vw, 10px);
  width: max(7.143vw, 92px);
}

.head_low .head_table table tbody td {
  color: #f07400;
  font-size: max(0.857vw, 11px);
  font-weight: 600;
}

.head_low .head_table table tbody td.tt_sun,
.head_low .head_table table tbody td.tt_holiday {
  color: #9b8b7a;
}

.head_low .head_table table + ul {
  color: #5f5245;
  display: flex;
  font-size: max(0.857vw, 11px);
  gap: max(1.071vw, 14px);
  justify-content: flex-start;
  letter-spacing: 0.03em;
  left: max(8.071vw, 105px);
  line-height: 1.5;
  position: absolute;
  top: calc(100% + max(0.857vw, 11px));
  white-space: nowrap;
}

.table_txt {
  margin: 0;
}

.head_content {
  align-items: stretch;
  display: flex;
  flex: 1;
  gap: max(0.714vw, 9px);
  justify-content: flex-end;
  min-width: 0;
}

.contact01 {
  align-items: center;
  background: linear-gradient(180deg, #fff7e7 0%, #fff0d5 100%);
  border: 1px solid #efd8b4;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 max(24.286vw, 315px);
  margin: 0;
  min-height: max(6.714vw, 87px);
  padding: max(0.857vw, 11px) max(1vw, 13px);
}
.contact01 .tel_box {
  align-items: center;
  color: #4f3924;
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.contact01 .tel_box p.text {
  font-size: max(0.857vw, 11px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  width: max(6.429vw, 83px);
}
.contact01 .tel_box img {
  height: auto;
  margin-left: max(0.714vw, 9px);
  width: max(1.143vw, 14px);
}
.contact01 .tel_box p.number {
  color: #f07400;
  font-family: "Times New Roman", Times, serif;
  font-size: max(2.071vw, 26px);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-left: max(0.714vw, 9px);
}
.contact02.fade {
  align-items: center;
  background: linear-gradient(135deg, #f07400 0%, #ff9b27 100%);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex: 0 0 max(10.714vw, 139px);
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: max(6.714vw, 87px);
  padding: max(0.857vw, 11px) 0;
  position: relative;
  text-decoration: none;
}

.contact02.fade p.only {
  color: #fff;
  font-size: max(0.786vw, 10px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 max(0.429vw, 6px);
}

.contact02.fade::before {
  content: "";
  display: block;
  width: max(0.714vw, 9px);
  height: max(0.714vw, 9px);
  background: linear-gradient(-45deg, #fff 50.5%, transparent 51%);
  position: absolute;
  right: max(0.357vw, 4px);
  bottom: max(0.357vw, 4px);
}
.contact02.fade .web_box {
  align-items: center;
  display: flex;
  gap: max(0.571vw, 7px);
}
.contact02.fade .web_box img {
  height: auto;
  width: max(1.643vw, 21px);
}
.contact02.fade .web_box .text {
  font-size: max(1.071vw, 13px);
  font-weight: 500;
  line-height: 1;
}

.contact02.fade .web_box .text span {
  font-size: max(1.643vw, 21px);
  font-weight: 600;
}
.contact02.fade p.text2 {
  color: #fff;
  font-size: max(0.857vw, 11px);
  letter-spacing: 0.04em;
  margin: max(0.714vw, 9px) 0 0;
}

/*
  gnav
========================================================================== */
.gnav,
.gnav nav,
.gnav ul,
.gnav li,
.gnav a,
.gnav span,
.gnav i,
.gnav div {
  box-sizing: border-box;
}

.gnav {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
}

.idx_gnav {
  margin-bottom: 3.8em;
}

.gnav img {
  max-width: 100%;
  vertical-align: middle;
}

.gnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: max(0.714vw, 9px) max(2.929vw, 38px);
}

.gnav li {
  flex: auto;
  position: relative;
  text-align: center;
  padding: max(1.143vw, 14px) max(2.857vw, 37px);
}

.gnav > ul > li:nth-of-type(1):before,
.gnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #4b4b4b;
}

.gnav > ul > li:nth-of-type(1)::before {
  left: 0;
}

.gnav li::after {
  right: 0;
}

.gnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4b4b4b;
  letter-spacing: 0.2rem;
}

.gnav li i {
  display: block;
}

.gnav > ul > li.submenu > ul {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%) scaleY(0);
  transform-origin: top center;
  display: block;
  transition: 0.3s;
  text-align: left;
  padding: 0 0 1em;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.gnav > ul > li.submenu:hover > ul {
  transform: translateY(100%) scaleY(1);
}

.gnav > ul > li.submenu .subttl {
  padding: 1em 0;
  color: #005082;
}

.gnav > ul > li.submenu a {
  font-size: 90%;
  padding: 0;
  position: relative;
  display: block;
}

.gnav > ul > li.submenu a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.65em;
  background: #005082;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}

.gnav > ul > li.submenu li {
  width: 100%;
}

.gnav_low {
  margin-top: 20px;
}

/*
  footer
========================================================================== */
.gmap,
.gmap ul,
.gmap li,
.gmap a,
.gmap span,
.gmap i,
.gmap div,
.foot,
.foot p,
.foot ul,
.foot li,
.foot a,
.foot span,
.foot i,
.foot div,
.foot section,
.foot article,
.foot nav {
  box-sizing: border-box;
}

.gmap img,
.foot img {
  max-width: 100%;
}

.gmap,
.foot {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
}

/* --------------------------- foot map */
.gmap {
  width: 100%;
  position: relative;
  margin: 0;
  background: #fff;
}

.gmap iframe {
  width: 100%;
  aspect-ratio: 1313 / 507;
  vertical-align: top;
  border: 0 none;
}

footer {
  background-image: url("../images/top/foot_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: max(6.429vw, 83px);
  padding-top: max(0.001vw, 1px);
  padding-bottom: max(0.714vw, 9px);
  width: 100%;
  color: #333333;
}

footer * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  margin-bottom: 0;
}

footer .flex {
  display: flex;
  align-content: flex-start;
}

.footer_inner {
  width: max(85.714vw, 1114px);
  margin: 0 max(7.143vw, 92px);
}

footer h2 {
  text-align: center;
  margin: max(5.357vw, 69px) 0 0 0;
}

footer h2 img {
  width: max(30.929vw, 402px);
  height: max(5vw, 65px);
}

.footer_wrap {
  display: flex;
  margin-top: max(3.929vw, 51px);
}

.footer_l {
  width: max(43.786vw, 569px);
}

footer h2 + div.flex {
  width: max(39.286vw, 510px);
  margin: max(5vw, 65px) 0 max(4.071vw, 52px) 0;
}

footer a.reservation {
  width: max(17.857vw, 232px);
  height: max(5.714vw, 74px);
  background-color: rgba(240, 131, 0, 0.9); /* 濃いオレンジ（70%透明度） */
  font-size: max(1.488vw, 19px);
  color: #fff;
  display: block;
  text-align: center;
  padding: max(2.071vw, 26px) 0 0 0;
  position: relative;
}

footer a.reservation:before {
  content: "";
  background-image: url("../images/top/foot_pc_icon.png");
  background-size: 100% 100%;
  width: max(1.786vw, 23px);
  height: max(1.357vw, 17px);
  display: block;
  position: absolute;
  left: max(1.429vw, 18px);
  top: max(2.143vw, 27px);
}

footer a.reservation:after {
  content: "";
  background: linear-gradient(to right bottom, transparent 50.5%, #fff 51%);
  display: block;
  width: max(0.714vw, 9px);
  height: max(0.714vw, 9px);
  right: max(0.714vw, 9px);
  bottom: max(0.714vw, 9px);
  position: absolute;
}

footer div.foot_tel_box {
  width: max(20vw, 260px);
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: max(0.714vw, 9px) 0;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333333;
  margin-left: max(1.429vw, 18px);
}

footer div .foot_tel_ttl {
  font-size: max(1.205vw, 15px);
  text-align: center;
  margin-left: max(0.714vw, 9px);
}

.foot_tel_box .foot_tel {
  font-size: max(2.381vw, 30px);
  position: relative;
  line-height: 1;
  margin-top: max(0.857vw, 11px);
}

.foot_tel_box .foot_tel:before {
  content: "";
  background-image: url("../images/top/foot_tel_icon.png");
  background-size: 100% 100%;
  width: max(1.357vw, 17px);
  height: max(1.786vw, 23px);
  display: inline-block;
  margin-right: max(0.714vw, 9px);
}

footer ul.access_li li figure {
  background-color: rgba(74, 51, 29, 0.7);
  width: max(5vw, 65px);
  height: max(5vw, 65px);
  padding: max(0.714vw, 9px) 0;
}

footer ul.access_li {
  margin-top: max(3.714vw, 48px);
}

footer ul.access_li li {
  justify-content: flex-start;
  align-items: center;
}

footer ul.access_li li figure img {
  width: max(2.143vw, 27px);
  display: block;
  margin: 0 auto;
}

footer ul.access_li li figure {
  margin-right: max(1.786vw, 23px);
}

footer ul.access_li li + li {
  margin-top: max(0.857vw, 11px);
}

footer .access_r {
  font-size: max(1.429vw, 18px);
  line-height: 1.5;
  margin-top: max(0.357vw, 4px);
}

footer .footer02 table {
  width: max(40vw, 520px);
  margin: max(3.429vw, 44px) 0 max(0.929vw, 12px) 0;
  border-top: 1px solid #333333;
}

footer .footer02 table tr {
  border-bottom: 1px solid #333333;
}

footer .footer02 table th,
footer .footer02 table td {
  padding: max(0.857vw, 11px) 0;
  text-align: center;
  font-size: max(1.413vw, 18px);
}

footer .footer02 table tbody th {
  font-size: max(1.36vw, 17px);
  width: max(12vw, 156px);
}

footer .footer02 table tbody td {
  font-size: max(1.161vw, 15px);
}

footer .footer02 table + ul {
  width: max(40vw, 520px);
  font-size: max(1.143vw, 14px);
  letter-spacing: 0.085em;
}

footer .footer02 .flex {
  flex-direction: column;
  gap: max(1.071vw, 13px);
}

.footer_r {
  flex: 1;
  margin-top: min(-0.714vw, -10px);
}

.footer03 nav:nth-of-type(1) {
  width: max(10.143vw, 131px);
}

.footer03 nav:nth-of-type(2) {
  width: max(15vw, 195px);
}

.footer03 nav:nth-of-type(3) {
  flex: 1;
}

.footer03 {
  letter-spacing: min(-0.071vw, -1px);
  line-height: 1.5em;
  font-size: max(1.143vw, 14px);
}

.footer03 nav a {
  transition: 0.3s;
  position: relative;
  padding-left: max(0.643vw, 8px);
}

.footer03 nav a::after {
  content: "";
  position: absolute;
  top: max(0.786vw, 10px);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #434343;
  border-radius: 50%;
}

.footer03 nav a:hover {
  opacity: 0.5;
}

.footer03 nav + nav ul + ul {
  margin-top: max(2.143vw, 27px);
}

.foot_copyright {
  font-size: max(1.143vw, 14px);
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: max(8vw, 104px);
  color: #fff;
}

/* --------------------------- footer figma */
footer.wrap {
  background: none;
  color: #2e2e2e;
  margin-top: max(6.429vw, 83px);
  padding: 0;
}

footer .footer_site_main {
  background-image: linear-gradient(rgba(255, 240, 224, 0.6), rgba(255, 240, 224, 0.6)), url("../images/figma/footer_bg_pc.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: max(47.286vw, 662px);
  overflow: hidden;
  padding: max(2.857vw, 40px) 0;
}

footer .footer_site_inner {
  align-items: flex-start;
  display: grid;
  grid-template-columns: max(26.508vw, 371px) 1fr;
  column-gap: max(11.786vw, 165px);
  margin: 0 auto;
  width: max(92.222vw, 1291px);
}

footer .footer_site_left,
footer .footer_site_inner > .footer_site_logo {
  width: max(26.508vw, 371px);
}

footer .footer_site_left {
  margin-top: max(3.214vw, 45px);
}

footer .footer_site_logo {
  line-height: 0;
  margin: 0;
}

footer .footer_site_logo img {
  display: block;
  height: auto;
  width: max(26.571vw, 372px);
}

footer .footer_site_cta {
  margin-top: max(1.571vw, 22px);
}

footer .footer_site_web {
  align-items: center;
  background-color: #f07400;
  color: #ffffff;
  display: flex;
  font-size: max(1.286vw, 18px);
  height: max(3.5vw, 49px);
  justify-content: center;
  line-height: 1.3;
  position: relative;
  width: max(26.508vw, 371px);
}

footer .footer_site_web::before {
  background-image: url("../images/top/foot_pc_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  filter: brightness(0) invert(1);
  height: max(1.286vw, 18px);
  margin-right: max(0.929vw, 13px);
  width: max(1.786vw, 25px);
}

footer .footer_site_telrow {
  display: flex;
  gap: max(0.714vw, 10px);
  margin-top: max(0.714vw, 10px);
  width: max(26.571vw, 372px);
}

footer .footer_site_tel {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  height: max(4.429vw, 62px);
  justify-content: center;
  line-height: 1.1;
  padding: max(0.714vw, 10px);
}

footer .footer_site_tel_main {
  background-color: #e5a003;
}

footer .footer_site_tel_visit {
  background-color: #a16c49;
}

footer .footer_site_tel span {
  display: block;
  font-size: max(0.857vw, 12px);
  line-height: 1.3;
  margin-bottom: max(0.214vw, 3px);
}

footer .footer_site_tel strong {
  align-items: center;
  display: flex;
  font-size: max(1.286vw, 18px);
  font-weight: 400;
  line-height: 1.1;
}

footer .footer_site_tel strong::before {
  background-image: url("../images/top/foot_tel_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  filter: brightness(0) invert(1);
  height: max(1.643vw, 23px);
  margin-right: max(1vw, 14px);
  width: max(1.643vw, 23px);
}

footer .footer_site_access {
  font-size: max(1.189vw, 16.65px);
  line-height: 1.5;
  margin-top: max(1.571vw, 22px);
  padding: 0 max(0.714vw, 10px);
}

footer .footer_site_access p + p {
  margin-top: 0;
}

footer .footer_site_access p:last-child {
  margin-top: max(1.571vw, 22px);
}

footer .footer_site_hours {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-collapse: collapse;
  color: #4b4b4b;
  line-height: 1.2;
  margin-top: max(1.571vw, 22px);
  table-layout: fixed;
  width: max(26.508vw, 371px);
}

footer .footer_site_hours tr {
  border-bottom: 1px solid #eadfce;
}

footer .footer_site_hours thead tr {
  background: #fff8ed;
}

footer .footer_site_hours th,
footer .footer_site_hours td {
  border-right: 1px solid #eadfce;
  font-size: max(0.786vw, 10px);
  line-height: 1.25;
  padding: max(0.321vw, 4px) 0;
  text-align: center;
  vertical-align: middle;
}

footer .footer_site_hours th {
  color: #6d5435;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: max(8.803vw, 123px);
}

footer .footer_site_hours td {
  width: max(2.001vw, 28px);
}

footer .footer_site_hours th:last-child,
footer .footer_site_hours td:last-child {
  border-right: 0;
}

footer .footer_site_hours tbody td {
  color: #f07400;
  font-size: max(0.857vw, 11px);
  font-weight: 600;
}

footer .footer_site_hours tbody td.tt_sun {
  color: #9b8b7a;
}

footer .footer_site_hours_note {
  align-items: center;
  color: #5f5245;
  display: flex;
  flex-wrap: nowrap;
  font-size: max(0.857vw, 11px);
  gap: max(1.071vw, 14px);
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: max(0.5vw, 7px);
  white-space: nowrap;
}

footer .footer_site_hours_note li {
  flex: 0 0 auto;
  white-space: nowrap;
}

footer .footer_site_nav {
  display: grid;
  grid-template-columns: max(9.286vw, 130px) max(16.786vw, 235px) max(16.786vw, 235px);
  column-gap: max(2.143vw, 30px);
  font-size: max(0.929vw, 13px);
  line-height: 1.2;
}

footer .footer_site_nav a {
  color: #2e2e2e;
  transition: opacity 0.3s;
}

footer .footer_site_nav a:hover {
  opacity: 0.5;
}

footer .footer_site_nav_basic li + li {
  margin-top: max(1.214vw, 17px);
}

footer .footer_site_nav li a {
  align-items: center;
  display: inline-flex;
}

footer .footer_site_nav li a::before {
  color: #2e2e2e;
  content: "▶";
  display: inline-block;
  font-size: max(0.643vw, 9px);
  line-height: 1;
  margin-right: max(0.286vw, 4px);
}

footer .footer_site_nav_col {
  display: flex;
  flex-direction: column;
  gap: max(1.429vw, 20px);
}

footer .footer_site_nav_group p {
  align-items: center;
  background-color: rgba(240, 116, 0, 0.85);
  color: #ffffff;
  display: flex;
  font-size: max(0.95vw, 13.3px);
  height: max(1.786vw, 25px);
  line-height: 1.6;
  margin: 0 0 max(0.714vw, 10px);
  padding: max(0.143vw, 2px) max(0.714vw, 10px);
}

footer .footer_site_nav_group p::before {
  content: "■";
  font-size: max(0.744vw, 10.4px);
  margin-right: max(0.357vw, 5px);
}

footer .footer_site_nav_group li + li {
  margin-top: max(0.714vw, 10px);
}

footer .foot_copyright {
  align-items: center;
  background-color: #f07400;
  color: #ffffff;
  display: flex;
  font-size: max(1vw, 14px);
  height: max(2.857vw, 40px);
  justify-content: center;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* pagetop */
.pagetop {
  width: 44px;
  display: none;
  position: fixed;
  bottom: max(2.857vw, 37px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: 44px;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
.menu,
.menu ul,
.menu li,
.menu a,
.menu span,
.menu i,
.menu div,
.menu section,
.menu nav {
  box-sizing: border-box;
}

.menu img,
.menu a img {
  max-width: 100%;
}

.menu {
  font-size: 15px;
  position: relative;
  width: 300px;
}

.side_menu {
  margin: -15px 0 0 0;
}

.menu_ttl {
  position: relative;
  font-size: 28px;
  text-align: center;
  color: #242424;
  margin-bottom: 48px;
}

.side_menu .menu_ttl {
  margin-bottom: 41px;
  font-size: 36px;
}

.menu_ttl::before {
  content: "";
  display: block;
  position: absolute;
  height: 68px;
  width: 1px;
  left: 50%;
  background-color: #363636;
  bottom: -80px;
}

/* -------------------------  list */
.menu_lst {
  border: 1px solid #363636;
  padding: 58px 24px 52px;
}

.menu_lst_ttl {
  font-size: 17px;
  line-height: 1;
  padding: 7px 0 7px 29px;
  margin: 0 0 1em;
  color: #2e2e2e;
  background-color: #fff0c3;
  position: relative;
}

.menu_lst_ttl::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 14px;
  height: 14px;
  background-color: #2e2e2e;
}

ul + .menu_lst_ttl {
  margin-top: 50px;
}

.menu_lst li {
  padding-bottom: 17px;
  margin-bottom: 1em;
  border-bottom: 1px dashed #363636;
}

.menu_lst a {
  font-size: 16px;
  color: #2e2e2e;
}

/* -------------------------  banner */
.sidebanner ul {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 45px;
}

.sidebanner a {
  display: block;
}

.sidebanner a img {
  width: 300px;
  height: 200px;
}

/*
  lowinfo
========================================================================== */
.information {
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0) 55%),
    url("../images/figma/lowfooter/lowfooter_banner_bg.png");
  background-position: left top, center center;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  border: 2px solid #e0e0e0;
  box-sizing: border-box;
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  height: 437px;
  margin-top: 28px;
  overflow: hidden;
  position: relative;
  width: 800px;
}

.information img {
  display: block;
  max-width: 100%;
}

.information_inner {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 22px;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
}

.information .pi_ttl {
  margin: 0 0 12px;
}

.information .pi_ttl a {
  display: block;
  width: 340px;
}

.information .pi_ttl img {
  height: auto;
  width: 340px;
}

.information .pi_contact_row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.information .pi_tel {
  align-items: center;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  height: 62px;
  justify-content: center;
  min-width: 0;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
}

.information .pi_tel_main {
  background-color: rgba(229, 160, 3, 0.85);
}

.information .pi_tel_visit {
  background-color: rgba(161, 108, 73, 0.85);
}

.information .pi_tel_text {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: nowrap;
}

.information .pi_tel .number {
  align-items: center;
  display: flex;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  gap: 3px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.information .pi_tel .number img {
  height: 23px;
  width: 23px;
}

.information .info_btn {
  align-items: center;
  background-color: rgba(240, 116, 0, 0.86);
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  gap: 13px;
  height: 62px;
  justify-content: center;
  min-width: 300px;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

.information .info_btn img {
  height: auto;
  width: 25px;
}

.information .info_btn span {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.information .pi_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0 10px;
}

.information .pi_info li {
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
  min-height: 55px;
}

.information .pi_info_ico {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5a003;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 55px;
  height: 55px;
  justify-content: center;
  width: 55px;
}

.information .pi_info_ico img {
  height: 22px;
  width: 22px;
}

.information .pi_biz .pi_info_ico img {
  height: 55px;
  width: 55px;
}

.information .pi_info_text {
  display: block;
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.31;
  min-width: 0;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  margin: 0 auto 40px auto;
  padding: 59px 32px 48px 32px;
  text-align: center;
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  position: relative;
}

.page-catch::before,
.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-catch::before {
  z-index: -1;
  top: 0;
  left: 0;
  border: 1px solid #e5d8cb;
}

.page-catch::after {
  z-index: -2;
  top: 10px;
  left: 10px;
  border: 1px solid #e5d8cb;
}

/* 見出し */
.ttl-low {
  margin-bottom: 15px;
  padding: 12px 10px 11px 50px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.ttl-low1-1 {
  color: #fff;
  background: url("../images/top/ttl-low1-1.png");
  background-size: cover;
  margin-top: 85px;
}

.ttl-low1-2 {
  color: #fff;
  background: url("../images/top/ttl-low1-2.png");
  background-size: cover;
}

.ttl-low1-3 {
  color: #fff;
  background: url("../images/top/ttl-low1-3.png");
  background-size: cover;
}

.ttl-low2 {
  margin-bottom: 15px;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.ttl-low2-1 {
  color: #f59d2d;
  background: url("../images/top/ttl-low2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.ttl-low2-2 {
  color: #80b6a2;
  background: url("../images/top/ttl-low2-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.ttl-low2-3 {
  color: #c5a667;
  background: url("../images/top/ttl-low2-3.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.ttl-low3 {
  margin-bottom: 10px;
  padding: 13px 55px 12px 50px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.ttl-low3-1 {
  color: #f59d2d;
  border-top: 1px dashed #f59d2d;
  border-bottom: 1px dashed #f59d2d;
}

.ttl-low3-2 {
  color: #80b6a2;
  border-top: 1px dashed #80b6a2;
  border-bottom: 1px dashed #80b6a2;
}

.ttl-low3-3 {
  color: #c5a667;
  border-top: 1px dashed #c5a667;
  border-bottom: 1px dashed #c5a667;
}

.ttl-low4 {
  margin-bottom: 10px;
  color: #434343;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.ttl-low4 > span:nth-of-type(n+2) {
  box-sizing: border-box;
  flex: 1;
}

.ttl-low4 > span:first-of-type {
  box-sizing: border-box;
  padding: 3px 5px 2px 5px;
  font-size: 14px;
  white-space: nowrap;
}

.ttl-low4-1 > span:first-of-type {
  color: #fff;
  background: #f59d2d;
}

.ttl-low4-2 > span:first-of-type {
  color: #fff;
  background: #80b6a2;
}

.ttl-low4-3 > span:first-of-type {
  color: #fff;
  background: #c5a667;
}

.ttl-low5 {
  margin-bottom: 15px;
  padding: 12px 112px 16px 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background: #f59d2d;
}

.ttl-low5-2 {
  background: #80b6a2;
}

.ttl-low5-3 {
  background: #c5a667;
  padding: 12px 0 16px;
  text-align: center;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #fffaf3;
  border: 1px #ffe28d solid;
}

.colunm + .colunm {
  border: 1px solid #acdbca;
  background-color: #f3fbf8;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 7px 90px;
  text-align: center;
  color: #444444;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #ffeaaa;
  position: relative;
}

.colum {
  padding: 3px 19px;
  color: #ffa32f;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ffe28d;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colum::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 67%;
  transform: translateX(-50%);
  border-width: 13px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.colunm + .colunm .ttl-btn {
  background: #acdbc9;
}

.colunm + .colunm .colum {
  color: #6cb499;
  border: 1px solid #b2dece;
}

.colunm + .colunm .ttl-btn .colum {
  color: #4c4c4c;
  border: 1px solid #8D8D8D;
}

/* Totani top fixed buttons */
.home .head,
.blog .head,
body .head {
  overflow: visible;
}

body.home .head,
body.blog .head {
  left: 0;
  max-width: none;
  height: 58px;
  transform: none;
}

body.home .head_ttl,
body.blog .head_ttl {
  z-index: 3;
  margin: 13px 0 0 24px;
}

body.home .head_ttl span,
body.blog .head_ttl span {
  font-size: 12px;
  letter-spacing: 0;
}

body.home .head_btn,
body.blog .head_btn {
  position: absolute;
  top: 0;
  right: max(40px, calc((100vw - 1400px) / 2 + 40px));
  z-index: 4;
  gap: 11px;
  padding-right: 0;
}

body.home .head_btn li,
body.blog .head_btn li,
body.home .head_btn li.web,
body.blog .head_btn li.web {
  width: 240px;
  height: 58px;
}

body.home .head_btn li.web a,
body.blog .head_btn li.web a {
  align-items: center;
  width: 240px;
  height: 58px;
  padding-left: 54px;
  background-color: #f08300;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.home .head_btn li.web a::before,
body.blog .head_btn li.web a::before {
  top: 50%;
  left: 26px;
  width: 21px;
  height: 16px;
  transform: translateY(-50%);
}

body.home .head_btn li.web a::after,
body.blog .head_btn li.web a::after {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 14px;
}

body.home .head_btn li.tel,
body.blog .head_btn li.tel {
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 58px;
  padding: 0 12px 0 48px;
  background-color: #d5ad02;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

body.home .head_btn li.visit,
body.blog .head_btn li.visit {
  background-color: #b78a68;
}

body.home .head_btn li.tel::before,
body.blog .head_btn li.tel::before {
  top: 50%;
  left: 30px;
  width: 16px;
  height: 20px;
  transform: translateY(-50%);
}

body.home .head_btn li.tel span,
body.blog .head_btn li.tel span {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  transform: translateY(0);
  width: 164px;
}

body.home .head_btn li.tel small,
body.blog .head_btn li.tel small {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  width: 100%;
}
