@charset "UTF-8";
/*-----------------------------------------------------
  top
-----------------------------------------------------*/
.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}

/*MV
-----------------------------------------------------*/
.top-mv {
  position: relative;
}
.top-mv .slick-slide img.is-pc {
  display: none;
}

.top-mv-head {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 10;
}
.top-mv-head strong {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  z-index: 10;
}
.top-mv-head strong:before {
  position: absolute;
  bottom: 40px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: transparent;
  z-index: -1;
  -webkit-box-shadow: 0 40px 25px rgba(132, 55, 54, 0.9);
  box-shadow: 0 40px 25px rgba(132, 55, 54, 0.9);
}

@media screen and (min-width: 768px) {
  .top-mv .slick-slide img.is-pc {
    display: block;
  }
  .top-mv .slick-slide img.is-sp {
    display: none;
  }
  .top-mv-head {
    left: 10vw;
    bottom: 110px;
  }
  .top-mv-head strong {
    font-size: 3.6rem;
  }
  .top-mv-head strong:before {
    bottom: 60px;
    -webkit-box-shadow: 0 60px 25px rgba(132, 55, 54, 0.9);
    box-shadow: 0 60px 25px rgba(132, 55, 54, 0.9);
  }
}
@media screen and (min-width: 1024px) {
  .top-mv .slick-slide img {
    height: min(98vh, 1000px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .top-mv .top-mv-head strong {
    font-size: 5rem;
  }
}
/*  スクロールアニメーション
---------------------------------*/
.scrolldown {
  height: 150px;
  position: absolute;
  left: 15px;
  bottom: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 150;
}
.scrolldown:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 1px;
  height: 130px;
}
.scrolldown:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  content: "";
  background: var(--red);
  -webkit-animation: scrollmove 2.5s ease-in-out infinite;
  animation: scrollmove 2.5s ease-in-out infinite;
}

.scroll-down-txt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 6px;
}

@-webkit-keyframes scrollmove {
  100% {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
}

@keyframes scrollmove {
  100% {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
}
@media screen and (min-width: 768px) {
  .scrolldown {
    left: 30px;
  }
  .scroll-down-txt {
    font-size: 1.4rem;
  }
}
/*メインコンテンツ
-----------------------------------------------------*/
.top-main-contents {
  background-image: url(/system_panel/uploads/images/top-main-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*おすすめ
-----------------------------------------------------*/
.top-recommend .recom-lists {
  margin-inline: auto;
  width: min(90%, 440px);
}
.top-recommend .recom-item {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .top-recommend .content-inner {
    max-width: 1500px;
  }
  .top-recommend .recom-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .top-recommend .recom-lists .recom-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .top-recommend .recom-lists {
    gap: 30px;
  }
  .top-recommend .recom-lists .recom-item {
    width: calc((100% - 60px) / 3);
  }
}
/*新着
-----------------------------------------------------*/
.top-news {
  position: relative;
}
.top-news .section-head01 {
  text-align: left;
}
.top-news .btn-news:before, .top-news .btn-news:after {
  background-color: var(--red);
}

@media screen and (min-width: 768px) {
  .top-news .content-inner {
    position: relative;
  }
  .top-news .btn-box {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
/*やまざきについて
-----------------------------------------------------*/
.top-about .about-img {
  margin-inline: calc(50% - 50vw);
}
.top-about .about-body {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-about .about-img {
    margin-inline: 0;
  }
  .top-about .about-body {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .top-about .about-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 30px;
  }
  .top-about .about-txt {
    width: 50%;
  }
  .top-about .about-btn {
    width: 380px;
  }
}
/*ご利用シーン
-----------------------------------------------------*/
.top-scene .scene-lists {
  margin-top: 40px;
  text-align: center;
}
.top-scene .scene-item {
  margin-bottom: 15px;
}
.top-scene .scene-item:last-child {
  margin-bottom: 0;
}
.top-scene .scene-item p {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 2rem;
}
.top-scene .scene-item p:before, .top-scene .scene-item p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
}
.top-scene .scene-item p:before {
  width: 60px;
  background-color: var(--red);
  z-index: 2;
}
.top-scene .scene-item p:after {
  width: 100%;
  background-color: var(--brown);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-scene {
    padding-bottom: 60px;
  }
  .top-scene .media-block:after {
    top: -30px;
    height: calc(100% + 60px);
    width: 60vw;
  }
  .top-scene .scene-lists {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .top-scene .scene-lists {
    margin-top: 80px;
  }
  .top-scene .scene-item {
    margin-bottom: 25px;
  }
  .top-scene .scene-item p {
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
  .top-scene .btn-box {
    margin-top: 60px;
  }
  .top-scene .btn-red {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-scene {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
  .top-scene .media-block:after {
    top: -100px;
    height: calc(100% + 200px);
  }
  .top-scene .media-content {
    padding: 40px;
  }
}
/*top-break-img
-----------------------------------------------------*/
.top-break-img {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-break-img {
    margin-top: 100px;
  }
}
/*top-shop
-----------------------------------------------------*/
.top-shop .media-block {
  position: relative;
}
.top-shop .media-block:after {
  top: 16%;
  width: calc(100vw - var(--sp-sec));
  height: 50%;
}
.top-shop .media-fig {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  width: calc(100vw - 90px);
}
.top-shop .media-fig img {
  margin-top: 30px;
}
.top-shop .section-head01 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.top-shop .section-head01 .head-jp {
  letter-spacing: 0.5em;
}
.top-shop .section-head01 .head-en {
  margin-bottom: 20px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .top-shop {
    margin-top: 70px;
  }
  .top-shop .media-block:after {
    top: -30px;
    height: calc(100% + 60px);
    width: 60vw;
  }
  .top-shop .media-fig {
    width: 100%;
  }
  .top-shop .media-fig img {
    margin-top: 0;
  }
  .top-shop .section-head01 {
    position: static;
  }
  .top-shop .media-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .top-shop .media-content:after {
    height: calc(100% + 140px);
    top: -70px;
  }
  .top-shop .btn-red {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-shop {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .top-shop .media-block:after {
    top: -100px;
    height: calc(100% + 200px);
  }
  .top-shop .media-content {
    padding: 40px;
  }
}
/*-----------------------------------------------------
  about / やまざきについて
-----------------------------------------------------*/
/*ごあいさつ
-----------------------------------------------------*/
.about-greeting .media-block:after {
  top: 100px;
  height: calc(100% - 70px);
}
.about-greeting .media-fig {
  position: relative;
  margin-inline: auto;
  width: 80vw;
}
.about-greeting .media-fig:after {
  position: absolute;
  top: 5vw;
  left: -20px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--red);
  z-index: -1;
}
.about-greeting .media-content {
  margin-top: 50px;
}
.about-greeting .name {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .about-greeting .media-block:after {
    top: -140px;
    width: 86vw;
    height: calc(100% + 220px);
  }
  .about-greeting .media-fig:after {
    left: -30px;
  }
  .about-greeting .media-content {
    margin-top: 0;
  }
  .about-greeting .content-head01 .head-jp{
    font-size: min(4vw, 3.2rem);
  }
}
@media screen and (min-width: 1200px) {
  .about-greeting .media-fig:after {
    left: -10vw;
    height: calc(100% + 50px);
  }
}
/*特徴
-----------------------------------------------------*/
.about-feature .feature-item {
  margin-bottom: 30px;
}
.about-feature .feature-item:last-child {
  margin-bottom: 0;
}
.about-feature .feature-item p {
  margin-bottom: 1.5em;
}
.about-feature .feature-item p:last-child {
  margin-bottom: 0;
}
.about-feature .feature-item .content-head01 .head-jp{
  font-size: min(5vw, 2.2rem);
}

@media screen and (min-width: 768px) {
  .about-feature {
    padding-bottom: 60px;
  }
  .about-feature .feature-item {
    margin-bottom: 160px;
  }
  .about-feature .feature-item .content-head01 .head-jp{
    font-size: min(2.5vw, 3.2rem);
  }
}
/*-----------------------------------------------------
  menu / お品書き
-----------------------------------------------------*/
/*おすすめ
-----------------------------------------------------*/
.head-jp.head-jp-recommend{
  padding-left: 30px;
  background-image: url(/system_panel/uploads/images/icon-value.jpg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media screen and (min-width: 768px) {
  .menu-recommend {
    margin-bottom: var(--pc-mgt);
  }
  .menu-recommend .recommend-item {
    margin-top: 110px;
  }
  .menu-recommend .media-block:after {
    top: -30px;
    height: calc(100% + 60px);
    width: 60vw;
  }
  .head-jp.head-jp-recommend{
    padding-left: 40px;
    background-size: 30px auto;
    background-position: 0 15px;
  }
  .menu-recommend .media-block .media-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-recommend {
    margin-bottom: calc(var(--pc-mgt) + 100px);
  }
  .menu-recommend .recommend-item {
    margin-top: 180px;
  }
  .menu-recommend .media-block:after {
    top: -100px;
    height: calc(100% + 200px);
  }
  .menu-recommend .media-block .media-content {
    padding-top: 100px;
  }
}
/*メニュー
-----------------------------------------------------*/
.menu-block {
  margin-top: 50px;
}
.menu-block .menu-fig {
  margin-top: 20px;
}
.menu-block .menu-fig-item {
  margin-bottom: 10px;
}
.menu-block .menu-fig-item:last-child {
  margin-bottom: 0;
}

.menu-tbl {
  border-top: 1px solid var(--brown);
}
.menu-tbl .menu-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-block: 15px;
  border-bottom: 1px solid var(--brown);
}
.menu-tbl .menu-td {
  white-space: nowrap;
  text-align: right;
}
.menu-tbl .icon-value {
  padding-left: 25px;
  background-image: url(/system_panel/uploads/images/icon-value.jpg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

@media screen and (min-width: 768px) {
  .menu-block {
    margin-top: 100px;
  }
  .menu-block .menu-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .menu-block .menu-fig, .menu-block .menu-content {
    width: calc((100% - 30px) / 2);
  }
  .menu-block .menu-fig {
    margin-top: 0;
  }
  .menu-block .menu-fig-item {
    margin-bottom: 60px;
  }
  .menu-tbl .menu-tr {
    padding-block: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-block {
    margin-top: 120px;
  }
  .menu-block .menu-lists {
    gap: 50px;
  }
}
/*-----------------------------------------------------
  kaiseki / 会席メニュー
-----------------------------------------------------*/
/*利用シーン
-----------------------------------------------------*/
.kaiseki-scene .section-head02 .head-jp strong {
 font-weight: 600;
}
.kaiseki-scene .scene-lists {
  margin: 0 auto;
  width: min(90%, 440px);
}
.kaiseki-scene .scene-item {
  position: relative;
  margin-top: 20px;
}
.kaiseki-scene .scene-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 5px;
  width: 100%;
  text-align: center;
  background-color: rgba(205, 199, 180, 0.9);
}

@media screen and (min-width: 768px) {
  .kaiseki-scene .section-head02 .head-jp strong br {
    display: none;
  }
  .kaiseki-scene .scene-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
    width: initial;
  }
  .kaiseki-scene .scene-item {
    width: calc((100% - 70px) / 2);
  }
  .kaiseki-scene .scene-body {
    padding-block: 10px;
  }
}
@media screen and (min-width: 768px) {
  .kaiseki-scene {
    gap: 20px 70px;
  }
}
/*利用シーン
-----------------------------------------------------*/
.kaiseki-recommend {
  margin-bottom: calc(var(--sp-mgt) + 30px);
}

@media screen and (min-width: 1024px) {
  .kaiseki-recommend {
    margin-bottom: calc(var(--pc-mgt) + 60px);
  }
}
/*-----------------------------------------------------
  seat / お席について
-----------------------------------------------------*/
/*席の種類
-----------------------------------------------------*/
.seat-type {
  margin-bottom: calc(var(--sp-mgt) + 30px);
}

@media screen and (min-width: 768px) {
  .seat-type .content-head02 .head-jp {
    font-size: min(3.5vw, 3.2rem);
  }
}

@media screen and (min-width: 1024px) {
  .seat-type {
    margin-bottom: calc(var(--pc-mgt) + 60px);
  }
}
/*-----------------------------------------------------
  scene / ご利用シーンについて
-----------------------------------------------------*/
.scene-type {
  margin-bottom: calc(var(--sp-mgt) + 30px);
}

@media screen and (min-width: 768px) {
  .scene-lists {
    font-size: 1.8rem;
  }
  .scene-type {
    margin-bottom: calc(var(--pc-mgt) + 60px);
  }
  .scene-type .content-head02 .head-jp{
    font-size: min(3.2vw, 3.2rem);
  }
}
@media screen and (min-width: 1024px) {
  .scene-lists {
    font-size: 2rem;
  }
}
.youtube-area .youtube-box {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
}
.youtube-area iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .youtube-area .youtube-box {
    width: min(90%, 960px);
  }
}
/*-----------------------------------------------------
  news / 新着情報
-----------------------------------------------------*/
/* 一覧
-----------------------------------------------------*/
.news-wrap {
  padding-top: var(--sp-mgt);
}
.news-wrap .news-aside .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.news-wrap .news-aside .webgene-item {
  border-bottom: none;
}
.news-wrap .news-aside .webgene-item a {
  padding: 0;
}
.news-wrap .news-lists {
  margin-top: calc(var(--sp-mgt) / 2);
}
.news-wrap .webgene-pagination {
  margin-top: var(--sp-mgt);
}
.news-wrap .webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-wrap .webgene-pagination li a {
  display: block;
  padding: 3px 14px;
  color: var(--black);
  background: fff;
  border: 1px solid var(--red);
  border-radius: 5px;
}
.news-wrap .webgene-pagination li.selected a {
  color: #fff;
  background: var(--red);
}

@media screen and (min-width: 768px) {
  .news-wrap {
    padding-top: var(--pc-mgt);
  }
  .news-wrap .news-aside .webgene-blog {
    gap: 50px;
  }
  .news-wrap .news-lists {
    margin-top: calc(var(--pc-mgt) / 2);
  }
  .news-wrap .news-lists .webgene-item {
    padding-block: 14px;
  }
  .news-wrap .news-lists .blogttl {
    font-size: 1.8rem;
  }
  .news-wrap .webgene-pagination {
    margin-top: var(--pc-mgt);
  }
}
/* 記事
-----------------------------------------------------*/
.news-article {
  margin-bottom: var(--sp-mgt);
}
.news-article .webgene-blog .webgene-item {
  border-bottom: 0;
}
.news-article .webgene-blog .webgene-item a {
  display: inline;
  padding: 0;
  text-decoration: underline;
}
.news-article .webgene-blog .webgene-item a:hover {
  opacity: var(--hover);
}
.news-article .info-detail-top {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #C3C3C3;
}
.news-article .blogdate {
  font-size: 1.2rem;
}
.news-article .info-detail-ttl {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--red);
}
.news-article .info-detail-content {
  margin-top: 40px;
}
.news-article .post-photo {
  margin: 40px auto 0;
  width: 90%;
}

.news-back .btn-def {
  padding-inline: 0;
  text-decoration: underline !important;
}
.news-back .btn-def:after, .news-back .btn-def:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .news-article {
    margin: 0 auto var(--pc-mgt);
    max-width: 1000px;
  }
  .news-article .info-detail-top {
    margin-bottom: 80px;
    padding-bottom: 30px;
  }
  .news-article .blogdate {
    font-size: 1.8rem;
  }
  .news-article .info-detail-ttl {
    margin-top: 20px;
    font-size: 3.2rem;
  }
}
/*-----------------------------------------------------
  shop / 店舗情報
-----------------------------------------------------*/
/*店舗情報
-----------------------------------------------------*/
.shop-tbl {
  border-top: 1px solid var(--brown);
}
.shop-tbl a {
  color: var(--black);
}
.shop-tbl .shop-tr {
  padding-block: 20px;
  border-bottom: 1px solid var(--brown);
}
.shop-tbl .shop-th {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .shop-tbl .shop-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-block: 30px;
    padding-inline: 30px;
  }
  .shop-tbl .shop-th {
    width: 150px;
    margin-bottom: 0;
  }
  .shop-tbl .shop-td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .shop-tbl {
    margin: 0 auto;
    width: 90%;
  }
  .shop-tbl .shop-tr {
    padding-block: 40px;
    padding-inline: 100px;
  }
  .shop-tbl .shop-th {
    width: 280px;
  }
}
/* マップ
-----------------------------------------------------*/
.tourist-map {
  margin: 40px auto 0;
  width: min(90%, 400px);
}
.tourist-map .map-right {
  margin-top: 20px;
}
.tourist-map__txt{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .tourist-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    width: 100%;
  }
  .tourist-map .map-left, .tourist-map .map-right {
    margin-top: 0;
    width: 48%;
  }
  .tourist-map__txt{
      margin-bottom: 30px;
  }
}
/* ギャラリー
-----------------------------------------------------*/
.gallery-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-lists .gallery-item {
  width: calc((100% - 10px) / 2);
}

@media screen and (min-width: 768px) {
  .gallery-lists {
    gap: 30px;
  }
  .gallery-lists .gallery-item {
    width: calc((100% - 60px) / 3);
  }
}
/*-----------------------------------------------------
  お問い合わせ
-----------------------------------------------------*/
/* 予約
-----------------------------------------------------*/
.reserve-type .reserve-item {
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
  border: 2px solid var(--red);
}
.reserve-type .reserve-item a {
  color: var(--black);
  display: block;
}
.reserve-type .reserve-item .btn-tel, .reserve-type .reserve-item .btn-mail {
  display: block;

}
.reserve-type .reserve-item .btn-tel p, .reserve-type .reserve-item .btn-mail p {
  display: inline-block;
  padding-block: 15px;
  padding-left: 27px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 50%;
}
.reserve-type .reserve-item .btn-tel p {
  background-image: url(/system_panel/uploads/images/icon-tel.png);
}
.reserve-type .reserve-item .btn-mail p {
  background-image: url(/system_panel/uploads/images/icon-mail.png);
}

@media screen and (min-width: 768px) {
  .reserve-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-top: 120px;
  }
  .reserve-type .reserve-item {
    width: min(45%, 380px);
  }
  .reserve-type .reserve-item .btn-tel p, .reserve-type .reserve-item .btn-mail p {
    padding-block: 25px;
    padding-left: 42px;
    background-size: 32px;
  }
}
/* お問い合わせフォーム
-----------------------------------------------------*/
.contact-form .lead-area {
  text-align: center;
}

.formWrap {
  margin-top: var(--sp-mgt);
}

.formRow {
  padding-block: 20px;
  border-bottom: 1px solid var(--brown);
}
.formRow:nth-last-child(-n+2) {
  border-bottom: 0;
}
.formRow:nth-last-child(-n+2):nth-last-child(2) {
  padding-top: 80px;
  padding-bottom: 50px;
}

.formTh {
  margin-bottom: 10px;
}

.zipInput {
  margin-inline: 5px;
  width: 30%;
}

.formInput {
  width: 100%;
}

.formTextArea {
  width: 100%;
  height: 200px;
}

.d-inline-block {
  padding-right: 20px;
}

.labelText02 {
  margin-left: 5px;
}

.privacyLabel {
  margin-left: 5px;
}

.formBtnTd {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  padding-inline: 0;
  color: var(--black);
  width: 86%;
  max-width: 380px;
  background-color: #fff;
  border: 2px solid var(--red);
}
.formBtnTd:before, .formBtnTd:after {
  position: absolute;
  content: "";
  right: 17px;
  height: 1px;
  background-color: var(--red);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formBtnTd:before {
  top: calc(50% - 1px);
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
}
.formBtnTd:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.formBtnTd:hover {
  color: var(--black);
  text-decoration: none;
  opacity: var(--hover);
}
.formBtnTd:hover:before, .formBtnTd:hover:after {
  right: 11px;
}

.formBtn {
  height: 50px;
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font: inherit !important;
  outline: none !important;
  color: var(--black);
}
.formBtn:hover {
  cursor: pointer;
  opacity: var(--hover);
}

@media screen and (min-width: 768px) {
  .contact-form__txt--br br{
    display: none;
  }
  .formRow {
    padding-block: 30px;
  }
  .formTh {
    margin-bottom: 0;
  }
  .formBtn {
    height: 80px;
  }
}
/* プライバシーポリシー
-----------------------------------------------------*/
.privacyBox {
  overflow-y: scroll;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
  border: 1px solid #9f9f9e;
  padding: 30px 20px 0;
  background: #fff;
}

.privacyDd {
  margin-bottom: 30px;
}
.privacyDd a {
  color: var(--black);
  text-decoration: underline;
}
.privacyDd a:hover {
  opacity: --hover;
}
.privacyDd a[href*="tel:"] {
  text-decoration: none;
}
