@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #4E4B48;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0 100px;
  position: relative;
}
main section.stb {
  padding: 100px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 60px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 40px;
}
@media (max-width: 550px) {
  .rounded img {
    border-radius: 25px;
  }
}
.circle img {
  border-radius: 50%;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.55em;
  text-decoration-color: rgba(219, 219, 219, 0.35);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}
.yellow {
  position: relative;
}
.yellow::before {
  content: "";
  display: block;
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 100%;
  z-index: -1;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
.maintitle {
  display: block;
  width: fit-content;
  margin: 0 auto 45px;
  text-align: center;
  line-height: 1.45;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.03rem + 0.96vw, 1.75rem);
}
p.maintitle {
  margin-bottom: 17px !important;
}
.maintitle .mf {
  font-size: 170%;
  color: #76736F;
  font-family: "Playwrite CZ", cursive;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.maintitle .mf::before {
  content: "";
  display: block;
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 100%;
  z-index: -1;
}
.maintitle.mtleft {
  text-align: left;
  margin-left: 0;
}
/*mini*/
.maintitle.mf_mini {
  font-size: clamp(1.4rem, 1.19rem + 0.7467vw, 1.75rem);
  padding-bottom: 24.5px;
}
.maintitle.mf_mini .mf {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 70%;
  transform: rotate(-5deg);
  color: #76736F;
  z-index: -1;
  /*color: #b0b0b0;*/
}
.maintitle.mf_mini br {
  display: none;
}
/**/
.txtmgb {
  margin-bottom: 25px !important;
}
@media (max-width: 750px) {
  .maintitle.spcenter {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .maintitle {
    margin-bottom: 37px;
  }
  .txtmgb {
    margin-bottom: 20px !important;
  }
}
/*02*/
.stitle {
  font-weight: 400;
  position: relative;
  font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 65px;
  height: 1px;
  background: #4E4B48;
}
.stitle .en {
  font-family: "Playwrite CZ", cursive;
  color: #76736F;
  text-transform: capitalize;
  font-size: 75%;
}
@media (max-width: 750px) {
  .stitle .en {
    display: block;
  }
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 23px 0;
  display: inline-block;
  width: fit-content;
  min-width: 305px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: #4E4B48;
  border-radius: 100px;
}
.mainbtn a:hover {
  background: #76736F;
  letter-spacing: 0.17em;
}
/**/
.tbtn {
  margin-top: 40px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
.btnflex a::before {
  content: none !important;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    max-width: 250px;
    width: 100%;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 89%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 51.5%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 42.5%;
}
.w32 {
  width: 31.5%;
}
/*background*/
.bg_gray::after {
  pointer-events: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: invert(100%) sepia(0%) saturate(3744%) hue-rotate(282deg) brightness(108%) contrast(96%);
  z-index: -100;
}
/*wave*/
.bg_wave::before {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_wave.svg) top -1px center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -100;
  filter: invert(100%) sepia(0%) saturate(3744%) hue-rotate(282deg) brightness(108%) contrast(96%);
}
/**/
.bg01::before, .bg02::before, .bg03::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: top right -30px !important;
  z-index: -1;
  filter: invert(100%) sepia(0%) saturate(3744%) hue-rotate(282deg) brightness(108%) contrast(96%);
}
.bg_gray.bg01::before, .bg_gray .bg01::before, .bg_gray.bg02::before, .bg_gray .bg02::before, .bg_gray.bg03::before, .bg_gray .bg03::before {
  filter: brightness(0) invert(1);
}
.bg01::before {
  background: url(../img/_bg/01.svg);
  background-size: 18% !important;
}
.bg02::before, .bg03::before {
  background: url(../img/_bg/02.svg);
  background-size: 23% !important;
}
.bg03::before {
  background: url(../img/_bg/03.svg);
}
@media (max-width: 750px) {
  .bg01::before {
    background-size: 140px !important;
  }
  .bg02::before, .bg03::before {
    background-size: 160px !important;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  transform: scaleX(-1) scaleY(-1);
}
/* illust ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: fit-content !important;
}
div.tl, div.tr, div.bl, div.br {
  width: 18% !important;
  max-width: 280px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/*位置*/
.tl {
  top: -105px !important;
  left: 10px !important;
}
.tr {
  top: -105px !important;
  right: 10px !important;
}
.bl {
  bottom: -85px !important;
  left: 10px !important;
}
.br {
  bottom: -85px !important;
  right: 10px !important;
}
@media (max-width: 1050px) {
  div.tl, div.tr, div.bl, div.br {
    width: 22% !important;
  }
  .tl, .tr {
    top: -65px !important;
  }
  .bl, .br {
    bottom: -65px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr {
    top: -58px !important;
  }
  .bl, .br {
    bottom: -40px !important;
  }
  div.tl, div.tr, div.bl, div.br {
    width: 35% !important;
    max-width: 115px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr div.tl, .psr div.tr, .psr div.bl, .psr div.br {
  width: 49% !important;
  max-width: 285px !important;
}
.psr .tl {
  top: -4% !important;
  left: -10px !important;
}
.psr .tr {
  top: -4% !important;
  right: -10px !important;
}
.psr .bl {
  bottom: -4% !important;
  left: -10px !important;
}
.psr .br {
  bottom: -4% !important;
  right: -10px !important;
}
/* 装飾文字 ==============================*/
.r_text, .l_text {
  line-height: 1.6;
  white-space: nowrap;
  position: absolute;
  font-size: clamp(0.87rem, 0.492rem + 1.344vw, 1.5rem);
  z-index: -1;
  pointer-events: none;
  font-family: "Playwrite CZ", cursive;
  text-transform: capitalize;
  color: #000;
  width: fit-content !important;
  height: fit-content !important;
  max-width: 100% !important;
  padding-bottom: 1.3%;
  filter: invert(45%) sepia(9%) saturate(180%) hue-rotate(355deg) brightness(98%) contrast(94%);
}
.l_text {
  transform: rotate(15deg);
}
.r_text {
  transform: rotate(-15deg);
}
.l_text::after, .r_text::after {
  content: "";
  display: block;
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/deco.svg);
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: 86px;
  height: 11px;
  z-index: -1;
}
/* アニメーション ======================*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ======================================================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  transition: .6s all;
  padding: 12px 5px 16px;
}
.header_pc {
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo*/
.header h1 {
  line-height: 1;
  width: 270px;
}
/*menu*/
.header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu a {
  color: #4E4B48;
}
.header_menu a:hover {
  opacity: 0.6;
}
.header_menu ul {
  display: flex;
  margin-right: 5px;
}
.header_menu ul li {
  margin: 0 15px;
  text-align: center;
}
.header_menu ul li a {
  display: block;
  font-size: 0.95rem;
  line-height: 1.7;
}
.header_menu ul li a span {
  font-family: "Playwrite CZ", cursive;
  color: #76736F;
  text-transform: capitalize;
  display: block;
  font-size: 105%;
}
.iconbtn a {
  font-size: 1.47rem;
}
.iconbtn {
  margin: 0 8px;
}
/* hamburger ================================= */
.header__inner {
  position: relative;
  height: fit-content;
  display: none;
}
.hamburger {
  display: block;
  height: 31px;
  position: relative;
  z-index: 9997;
  width: 55px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #4E4B48;
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
.hamopen .header {
  position: fixed;
}
/*
.hamburger__text {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
}
.hamburger__text::before {
  content: "menu";
  text-align: center;
  font-size: 0.9rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin-left: 3px;
  color: #fff;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -9px;
  margin-left: 0;
}
*/
/**/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* menu */
.global-navigation {
  width: 89%;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
}
@media (max-height: 840px) {
  .header__nav-area {
    overflow-y: scroll;
  }
  .global-navigation {
    padding: 70px 0 110px;
  }
}
.global-navigation__list {
  margin-bottom: 30px;
  text-align: center;
}
.global-navigation__list > li {
  font-size: 1.1rem;
  line-height: 1.75;
  display: block;
  margin-bottom: 10px;
}
.global-navigation__list li a {
  padding: 13px 0 8px;
  display: inline-block;
  color: #4E4B48;
}
.global-navigation__list li a:not(:first-of-type) {
  font-size: 85%;
  display: block;
  padding: 0 0 2px !important;
}
.global-navigation__list li a:not(:first-of-type)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 0.7rem;
  transform: translateY(-1px);
  color: #76736F;
}
.global-navigation__list li a span {
  font-family: "Playwrite CZ", cursive;
  color: #76736F;
  text-transform: capitalize;
  display: block;
  font-size: 105%;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/* btn */
.header__nav-area .mainbtn {
  margin-top: 7px;
}
@media (max-width:1050px) {
  .header h1 {
    width: 245px;
  }
  .header {
    padding: 13px 15px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_pc {
    display: contents;
  }
  .header_menu {
    display: none;
  }
  .header__inner {
    display: block;
  }
}
@media (max-width: 550px) {
  .header h1 {
    width: 190px;
  }
  .header {
    padding: 10px;
  }
  .global-navigation__list > li {
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
/* footer ======================================================================*/
.footer_wave {
  transform: scaleY(-1);
  filter: invert(100%) sepia(0%) saturate(3744%) hue-rotate(282deg) brightness(108%) contrast(96%);
}
.footer_wave {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.footer_wave, .footer_wave img {
  width: 100%;
}
.footer_address {
  padding: 60px 0;
  position: relative;
}
.footer_address .inner {
  max-width: 1030px;
}
/*logo*/
.flogo {
  display: block;
  width: 88%;
  max-width: 380px;
  margin: 0 auto 15px;
}
/*banner*/
.banner_instagram a {
  display: block;
  width: 100%;
}
.banner_instagram a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .footer_address {
    padding: 35px 0 40px;
  }
  .footer_address .flexbox .w48:first-of-type {
    margin-bottom: 47px;
  }
}
@media (max-width: 550px) {
  .footer_address .mainbtn a {
    max-width: 265px;
  }
}
/*copyright*/
.copyright {
  padding: 0 5px 45px;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(0.8rem, 0.74rem + 0.2133vw, 0.9rem);
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 63px;
  height: 63px;
  background: #4E4B48;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 12px;
  }
  .go_top::before {
    font-size: 0.75rem;
  }
}
/* スライド ====================================================================*/
.topslide {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 630px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 4%;
}
/* img */
.slide_items {
  border-radius: 60px;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
.slide_items .slick-list, .slide_items .slick-track {
  width: 100%;
  height: 100%;
}
.slide_items li {
  width: 100%;
  height: 100%;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
.cc_flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cc_flex p {
  line-height: 1.6;
  width: 110px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size: 2rem;
  margin-left: 43px;
}
.cc_flex div {
  width: 165px;
}
.cc_flex div img {
  width: 100%;
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
@media (max-width: 1700px) {
  .cc_flex p {
    margin-left: 2vw;
  }
}
@media (max-width: 1190px) {
  .topslide {
    min-height: auto;
    height: 55vw;
  }
  .cc_flex p {
    font-size: 2.4vw;
    width: 9vw;
  }
  .cc_flex div {
    width: 12vw;
  }
}
@media (max-width: 1030px) {
  .topslide {
    min-height: auto;
    height: 75vw;
  }
}
@media (max-width: 750px) {
  .topslide {
    height: 125vw;
    align-items: flex-end;
    flex-direction: row;
  }
  .topslide::before {
    transform: scaleX(-1);
  }
  .slide_items {
    width: 82%;
    height: 45%;
    border-radius: 30px;
  }
  .catchcopy {
    width: 94%;
    top: 2.5%;
    left: 49%;
    right: auto;
    transform: translateX(-50%);
  }
  .cc_flex {
    flex-direction: row;
    align-items: flex-start;
  }
  .cc_flex p {
    font-size: 5.8vw;
    width: 22vw;
    margin-left: 0;
    margin-right: auto;
  }
  .cc_flex div {
    width: 22vw;
  }
}
/* おいしさにも、ひとときのくつろぎを。 ========================================*/
.concept .inner {
  max-width: 1285px;
}
.concept {
  padding-top: 150px;
}
@media (max-width:1050px) {
  .concept {
    padding-top: 100px;
  }
}
@media (max-width:550px) {
  .concept {
    padding-top: 70px;
  }
}
/*装飾文字*/
.concept .abimgs .rounded:nth-child(2) {
  position: relative;
}
.concept .abimgs .psr {
  overflow: hidden;
}
.concept .abimgs .rounded:nth-child(2)::after, .concept .abimgs .psr::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  width: 125%;
  top: 2.5%;
  right: -21%;
  transform: rotate(-33deg);
  background: url(../img/deco.svg);
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: 86px;
  height: 11px;
  z-index: -1;
  filter: invert(45%) sepia(9%) saturate(180%) hue-rotate(355deg) brightness(98%) contrast(94%);
}
.concept .abimgs .rounded:nth-child(2)::before, .concept .abimgs .psr::before {
  content: "Let's have a moment of peace.";
  position: absolute;
  z-index: -1;
  top: 2%;
  right: 5%;
  transform: rotate(-33deg);
  line-height: 1.6;
  white-space: nowrap;
  font-size: 1.5rem;
  pointer-events: none;
  font-family: "Playwrite CZ", cursive;
  text-transform: capitalize;
  color: #000;
  width: 100%;
  height: fit-content !important;
  filter: invert(45%) sepia(9%) saturate(180%) hue-rotate(355deg) brightness(98%) contrast(94%);
}
.concept .abimgs .psr::after, .concept .abimgs .psr::before {
  z-index: 1;
  filter: brightness(0) invert(1);
}
@media (max-width:1440px) {
  .concept .abimgs .rounded:nth-child(2)::before, .concept .abimgs .psr::before {
    font-size: 1.65vw;
  }
}
@media (max-width:1110px) {
  .concept .abimgs .rounded:nth-child(2)::before, .concept .abimgs .psr::before {
    font-size: 1.57vw;
  }
  .concept .abimgs .rounded:nth-child(2)::after, .concept .abimgs .psr::after {
    background-size: 53px;
  }
}
@media (max-width:750px) {
  .concept .abimgs .rounded:nth-child(2)::after, .concept .abimgs .psr::after {
    width: 110%;
    top: 6%;
    right: -15%;
  }
  .concept .abimgs .rounded:nth-child(2)::before, .concept .abimgs .psr::before {
    content: "Let's have a \Amoment of peace.";
    white-space: pre;
    font-size: 4.4vw;
    top: -12.5%;
    right: -2%;
  }
}
/*img*/
.abimgs {
  display: flex;
  position: relative;
}
.abimgs .rounded {
  position: relative;
}
.abimgs .rounded:nth-child(1) {
  margin-right: -5%;
}
.abimgs .rounded:nth-child(2) {
  margin-top: 15%;
  margin-left: -5%;
}
@media (max-width:750px) {
  .concept::before {
    transform: scaleX(1);
  }
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
  .SP_dc_title.maintitle {
    margin-bottom: 37px !important;
  }
  .SP_dc_title.stitle {
    width: 100%;
    margin-bottom: 23px;
    margin-top: -20px;
  }
}
/*truck*/
.contruck {
  position: relative;
}
/* 人気メニュー ================================================================*/
/*装飾*/
.topmenu .skewers .psr .l_text, .topmenu .curry .psr .r_text {
  position: absolute;
  z-index: 1;
}
.topmenu .curry .psr {
  padding-top: 22px;
}
.topmenu .curry .psr .r_text {
  top: 0 !important;
  right: -3% !important;
  transform: rotate(21deg);
}
.topmenu .skewers img {
  width: 82%;
  display: block;
  margin: auto;
}
.topmenu .skewers .psr .l_text {
  top: 22% !important;
  right: -1% !important;
  transform: rotate(25deg);
}
@media (max-width:1300px) {
  .topmenu .skewers .psr .l_text {
    top: 6vw !important;
    right: -1vw !important;
  }
}
@media (max-width:950px) {
  .topmenu .skewers img {
    width: 100%;
  }
  .topmenu .skewers .psr .l_text {
    top: 8vw !important;
    right: -3vw !important;
  }
}
@media (max-width:750px) {
  .topmenu .skewers .psr .l_text {
    top: 19vw !important;
    right: -5vw !important;
    transform: rotate(35deg);
  }
  .topmenu .flexbox .w48 .psr {
    max-width: 460px;
    margin: auto;
  }
}
/**/
.topmenu p.center {
  margin-bottom: 35px;
  font-size: clamp(1.1rem, 0.95rem + 0.5333vw, 1.35rem);
}
.topmenu .flexbox .fitc {
  margin-bottom: auto;
  width: fit-content !important;
}
.topmenu .flexbox .fitc .maintitle {
  margin-bottom: 17px;
}
.topmenu .flexbox .w48 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.topmenu .flexbox .w48 img {
  margin-bottom: 17px;
}
.topmenu .flexbox .w48 .psr {
  margin: auto;
}
.topmenu .flexbox {
  align-items: flex-end;
}
@media (max-width:1210px) {
  .topmenu .flexbox {
    align-items: stretch;
  }
}
@media (max-width:750px) {
  .topmenu div::before {
    transform: scaleX(-1);
  }
  .topmenu .flexbox .w48 {
    margin-bottom: 57px;
  }
  .topmenu .flexbox .w48:last-of-type {
    margin-bottom: 0 !important;
  }
  .topmenu .tbtn {
    margin-top: 35px;
  }
}
/* 最新情報/出店スケジュール ===================================================*/
.information .maintitle.mf_mini {
  font-size: clamp(1.3rem, 1.03rem + 0.96vw, 1.75rem);
}
.information .news .mainbtn {
  margin-top: 20px;
}
.information .fitc {
  margin-bottom: 45px;
}
@media (max-width: 1050px) {
  .information .maintitle {
    margin-bottom: 20px;
  }
  .information .inner {
    max-width: 800px;
  }
  .information .flexbox {
    display: block;
  }
  .information .flexbox div, .information .flexbox img {
    width: 100%;
  }
  .information .news {
    margin-bottom: 65px;
  }
}
@media (max-width:550px) {
  .information .fitc {
    margin-bottom: 35px;
  }
  .information .news {
    margin-bottom: 57px;
  }
}
/* 出店先募集中 ================================================================*/
.request .inner {
  max-width: 1134px;
}
/*img*/
.reqtruck .r_text {
  top: -19% !important;
  left: 0 !important;
}
/**/
.reqimgs {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 52% !important;
  margin-left: auto;
  padding-bottom: 8%;
  padding-right: 2%;
  margin-bottom: 10px;
}
.reqimgs::before {
  content: "";
  display: block;
  width: 107%;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/balloon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  height: 100%;
  z-index: -1;
  filter: invert(45%) sepia(9%) saturate(180%) hue-rotate(355deg) brightness(98%) contrast(94%);
}
.reqimgs div {
  height: fit-content;
}
.reqimgs div:nth-child(1) {
  width: 47%;
}
.reqimgs div:nth-child(2) {
  width: 42%;
  margin-top: 12%;
}
@media (max-width:750px) {
  .request .spmgb {
    margin-bottom: 35px;
  }
}
/* 下層ページトップ ================================================================================================================*/
.fv {
  padding: 90px 0;
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  background: url(../img/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4E4B48;
  opacity: 0.55;
}
.fv .inner {
  max-width: 95%;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.fv h2 {
  font-size: clamp(1.3rem, 0.97rem + 1.1733vw, 1.85rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.15;
  position: relative;
  z-index: 1;
  color: #fff;
}
.fv h2 span {
  font-family: "Playwrite CZ", cursive;
  text-transform: capitalize;
  display: block;
  font-size: 130%;
}
.kabu {
  margin-bottom: 15px;
}
@media(max-width:1050px) {
  .fv {
    padding: 65px 0;
  }
}
@media(max-width:550px) {
  .fv::before {
    opacity: 0.65;
  }
  .fv {
    padding: 40px 0;
    border-radius: 30px;
  }
  .kabu {
    margin-bottom: 10px;
  }
}
/* breadcrumb */
.binner {
  width: 96%;
  max-width: 1600px;
  font-size: clamp(0.7rem, 0.61rem + 0.32vw, 0.85rem);
  position: relative;
  margin-bottom: 17px;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #4E4B48;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* footer */
.footer_white {
  position: relative;
}
.footer_white::after {
  pointer-events: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: invert(100%) sepia(0%) saturate(3744%) hue-rotate(282deg) brightness(108%) contrast(96%);
  z-index: -101;
}
.footer_white footer .bg_gray::after {
  pointer-events: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: brightness(0) invert(1);
  z-index: -100;
}
.footer_white .footer_wave {
  filter: brightness(0) invert(1);
}
/* コンセプトページ ================================================================================================================*/
/* おいしいって、くつろげること。 */
.belief .tr {
  top: 40px !important;
}
@media(max-width:750px) {
  .belief .tr {
    top: auto !important;
    bottom: -31px;
  }
}
/* Yamada Houseのこだわり */
.con_fea .flexbox {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 25px;
  padding: 35px;
}
.con_fea .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .con_fea .flexbox {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
}
/* Yamada Houseをもっと知る */
.learnmore {
  padding: 120px 0 110px;
}
.learnmore .tbtn {
  margin-top: 25px;
}
@media(max-width:550px) {
  .learnmore {
    padding: 60px 0 70px;
  }
}
/* メニューページ ================================================================================================================*/
.MenuPage .maintitle {
  line-height: 1.5;
}
.MenuPage .maintitle .mf {
  font-size: 113%;
}
/**/
.menutop {
  margin-bottom: 55px;
  text-align: center;
}
@media(max-width:750px) {
  .menutop {
    text-align: left;
  }
}
@media(max-width:550px) {
  .menutop {
    margin-bottom: 37px;
  }
}
/* menu list */
.menus {
  margin-top: 27px;
}
.menus div p {
  margin-bottom: 0;
  margin-top: 5px;
}
.menus div {
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.menulist li {
  font-weight: 700;
  font-size: clamp(1.03rem, 0.958rem + 0.256vw, 1.15rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menulist .menuname {
  margin-right: 10px;
}
.menulist .price {
  display: block;
  width: fit-content;
  margin-left: auto;
}
/* 串カツ illust */
.df_skewers .tr {
  top: 13% !important;
}
@media(max-width:750px) {
  .df_skewers .tr {
    top: auto !important;
    bottom: -31px;
  }
}
/* サンドイッチ */
.sand {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5%;
}
.sand img {
  object-fit: contain;
  display: block;
}
.sand img:first-of-type {
  width: 46%;
}
.sand img:last-of-type {
  width: 50%;
  margin-top: 15%;
}
/* セットメニュー */
.setmenu .fitc, .limitedtime .fitc {
  margin-bottom: 37px;
}
.setmenu .inner {
  max-width: 1100px;
}
.setmenu .flexbox div {
  width: 49%;
  background: #fff;
  border-radius: 25px;
  padding: 25px 30px;
}
@media(max-width:750px) {
  .setmenu .flexbox div {
    width: 100%;
    margin-bottom: 20px;
  }
  .setmenu .flexbox div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .setmenu .flexbox div {
    padding: 20px;
  }
  .setmenu .fitc, .limitedtime .fitc {
    margin-bottom: 35px;
  }
}
/* 出店依頼ページ ================================================================================================================*/
/* これまでの出店例 */
.history .fitc {
  margin-bottom: 47px;
}
.nado {
  text-align: right;
}
.history_bottom {
  margin-top: 20px;
}
.history_bottom .acheck {
  margin-bottom: 15px;
  font-size: 108%;
}
.history_bottom .acheck li {
  margin-bottom: 5px;
}
.history_bottom .acheck .marker {
  text-decoration-color: rgba(255, 239, 135, 0.55);
}
.border li {
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: lighter;
  display: inline-block;
  color: #76736F;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-weight: bold;
  font-size: .3em;
  top: 2.25em;
}
/*img*/
.history .abimgs .rounded:nth-child(2) {
  margin-top: 10%;
}
@media(max-width:950px) {
  .history_bottom .acheck {
    font-size: 105%;
  }
}
@media(max-width:750px) {
  .history .fitc {
    margin-bottom: 30px;
  }
  .history .spmgb {
    margin-bottom: 32px;
  }
}
/* Yamada Houseの魅力と強み */
.features .maintitle.mf_mini {
  font-size: clamp(1.27rem, 0.982rem + 1.024vw, 1.75rem);
}
.features .inner {
  max-width: 1034px;
}
.features .flexbox {
  margin-bottom: 60px;
}
.features .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/* ご依頼の流れ */
.workflow {
  counter-reset: number 0;
  position: relative;
}
/*線*/
.workflow::before {
  content: '';
  width: 2px;
  height: 75%;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 34px;
  border-left: 1px dashed #d6d6d6;
  z-index: -1;
}
/**/
.wf_conts {
  margin-bottom: 30px;
  position: relative;
  padding-left: 85px; /**/
}
.wf_conts h3 {
  position: relative;
  font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
  font-weight: 400;
  margin-bottom: 5px;
  counter-increment: number 1;
}
/*ナンバリング*/
.wf_conts h3::before {
  font-size: 1.1rem;
  content: "0"counter(number);
  position: absolute;
  top: 60%;
  left: -85px; /**/
  transform: translateY(-50%);
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playwrite CZ", cursive;
  color: #76736F;
  aspect-ratio: 1 / 1;
  background: #fafafa;
}
@media(max-width:750px) {
  .workflow {
    margin-bottom: 55px;
  }
}
@media(max-width:550px) {
  .wf_conts {
    padding-left: 55px;
  }
  .workflow::before {
    left: 15px;
  }
  .wf_conts h3::before {
    top: 55%;
    width: 60px;
    left: -68px;
    font-size: 0.9rem;
  }
}
/* ご相談・お問い合わせ */
.consbox {
  background: #fafafa;
  border-radius: 25px;
  padding: 43px 20px 50px;
  margin-top: 50px;
}
.consbox .tbtn {
  margin-top: 22px;
}
@media(max-width:550px) {
  .consbox {
    padding: 30px 15px 40px;
  }
}
/* 会社概要ページ ================================================================================================================*/
/* 代表者ごあいさつ */
.greeting .inner {
  max-width: 1082px;
}
.greeting .maintitle {
  margin-bottom: 23px;
}
.gre_logo {
  width: 18%;
  max-width: 180px;
}
.gre_text {
  width: 75%;
}
.gre_text p {
  margin-bottom: 20px;
}
.glast {
  margin-top: 23px;
  text-align: right;
  margin-bottom: 0 !important;
}
@media(max-width:1055px) {
  .greeting .flexbox {
    align-items: flex-start;
  }
}
@media(max-width:750px) {
  .gre_logo {
    width: 45% !important;
    max-width: 200px;
    margin: 35px auto -100px;
  }
}
@media(max-width:550px) {
  .gre_logo {
    margin-bottom: -75px;
  }
}
/* 会社概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 400;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
    font-weight: 500;
  }
}
/*装飾文字*/
.about .rounded {
  position: relative;
}
.about .psr {
  overflow: hidden;
}
.about .rounded::after, .about .psr::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  width: 39%;
  top: 15.5%;
  right: -5%;
  transform: rotate(-11deg);
  background: url(../img/deco.svg);
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: 86px;
  height: 11px;
  z-index: -1;
  filter: invert(45%) sepia(9%) saturate(180%) hue-rotate(355deg) brightness(98%) contrast(94%);
}
.about .rounded::before, .about .psr::before {
  content: "food truck";
  position: absolute;
  z-index: -1;
  top: 5.5%;
  right: -5%;
  transform: rotate(-11deg);
  line-height: 1.6;
  white-space: nowrap;
  font-size: 2.2rem;
  pointer-events: none;
  font-family: "Playwrite CZ", cursive;
  text-transform: capitalize;
  color: #000;
  width: fit-content;
  height: fit-content !important;
  filter: invert(45%) sepia(9%) saturate(180%) hue-rotate(355deg) brightness(98%) contrast(94%);
}
.about .psr::after, .about .psr::before {
  z-index: 1;
  filter: brightness(0) invert(1);
}
@media(max-width:1340px) {
  .about .rounded::before, .about .psr::before {
    font-size: 2.5vw;
  }
}
@media(max-width:750px) {
  .about .rounded::before, .about .psr::before {
    top: 3%;
    right: -4%;
    font-size: 6vw;
  }
  .about .rounded::after, .about .psr::after {
    top: 14%;
    right: -4%;
    width: 45%;
  }
}
/* お問い合わせページ ================================================================================================================*/
/* よくある質問 */
.faq_item {
  margin-bottom: 45px;
}
.faq_item:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.textlink {
  color: #4E4B48;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.textlink:hover {
  opacity: 0.6;
}
/**/
.faq {
  border-radius: 25px;
  width: 49%;
  padding: 20px;
  background: #fafafa;
  margin-bottom: 17px;
}
.faq h2 {
  font-weight: 400;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  margin-bottom: 12px;
  line-height: 1.6;
}
.faq h2, .answer {
  position: relative;
  padding-left: 32px;
}
.faq h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
}
.faq h2::before {
  content: "Q.";
  top: -0.05em;
  left: 0;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #c25f5f;
}
@media(max-width:750px) {
  .faq {
    width: 100%;
  }
  .faq:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* お問い合わせ =======================*/
/* DM */
.dm a {
  font-size: clamp(1.3rem, 1.21rem + 0.32vw, 1.45rem) !important;
  line-height: 1.6;
}
@media(max-width:550px) {
  .dm a {
    white-space: normal !important;
    display: block;
    text-align: center;
  }
}
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 970px;
}
/**/
.tels .maintitle {
  margin-bottom: 25px;
}
.contop {
  max-width: 950px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 35px;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 400;
  position: relative;
  margin-bottom: 17px;
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
  line-height: 1.55;
  padding-left: 17px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 37%;
  width: 4px;
  left: 0;
  background: #76736F;
}
.cotitle:after {
  bottom: 13.5%;
}
.cotitle:before {
  top: 13.5%;
  opacity: 0.6;
}
/*box*/
.telbox {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 25px 15px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.31rem + 0.32vw, 1.55rem);
  color: #333;
  font-weight: 400;
}
.telbox i {
  color: #76736F;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: lighter;
  display: inline-block;
  color: #76736F;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1335px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #76736F;
  padding: 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 75%;
}
.mailform .row span.mailsp {
  color: #76736F;
  background: #fff;
  border: 1px solid #76736F;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #76736F;
  color: #fff;
  border: 1px solid #76736F;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #76736F;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #76736F;
  border-bottom: 3px solid #76736F;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
.privacy .stitle {
  font-size: clamp(1.15rem, 0.94rem + 0.7467vw, 1.5rem);
  padding-bottom: 0;
  border-bottom: none;
}
.privacy .stitle::after {
  content: none;
}
.scrollBox {
  background: #fff;
  border-radius: 25px;
  padding: 15px;
}
.scrollBox div {
  height: 210px;
  overflow-y: scroll;
  padding: 0 10px;
}
.scrollBox span {
  font-size: 107%;
  font-weight: 500;
}
@media(max-width:450px) {
  .scrollBox {
    padding: 15px 10px;
  }
}