@charset "UTF-8";
/*---------------------------------------------
  Browser Default Initialization
---------------------------------------------*/
body {
  word-break: break-all;
  text-align: justify;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 2;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a,
button,
input,
textarea {
  outline: none;
  text-decoration: none;
}

a {
  color: #333;
}

@media all and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .swiper-horizontal {
    -ms-touch-action: auto !important;
        touch-action: auto !important;
  }
}

/*---------------------------------------------
  FontSize Initialization
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  color: #46463c;
  background: #e8e1cd;
}

body.unite {
  background: #fff;
}

@media all and (max-width: 767px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (min-width: 768px), print {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    min-width: 900px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-sp-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

a[href^="tel:"] {
  text-decoration: none;
}

#wrap {
  position: relative;
}

.u-set.tit {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.u-set.tit.act {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: scaleBounce 0.5s ease forwards;
          animation: scaleBounce 0.5s ease forwards;
}

@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleBounce {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleBounceFade {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  95% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleBounceFade {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  95% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleBounceFade2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleBounceFade2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.no-scroll {
  /*
  overflow: hidden;
  height: 100%;
  */
}

@media all and (max-width: 767px) {
  .l-content-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    z-index: 100;
    width: 44.8vw;
    top: 5.06667vw;
    right: 5.33333vw;
    gap: 2.66667vw;
    z-index: 12;
  }
  .l-content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/assets/img/metate/bg_yoyaku.png) no-repeat center center;
    background-size: contain;
    width: 21.06667vw;
    height: 7.2vw;
  }
  .l-content-link span {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px), print {
  .l-content {
    /*
    &-links{
      position : sticky;
      top : 0px;
      right : 0;
      height : 0;
      display : flex;
      flex-direction: column;
      align-items: flex-end;
      padding : 12px 40px 0 0;
      z-index :10;
    }
    */
  }
  .l-content-links {
    position: fixed;
    bottom: 0px;
    right: 0;
    height: 161px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 12px 40px 0 0;
    z-index: 100;
  }
  .l-content-link {
    margin: 15px 0 0;
    display: block;
    background: url(/assets/img/metate/bg_yoyaku_pc.png) no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 46px;
  }
  .l-content-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    min-height: 46px;
    letter-spacing: 0.1em;
  }
}

.l-header.metate .l-header__logo {
  display: block;
  position: absolute;
  z-index: 3;
}

.l-header.metate .l-header-nav__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.l-header.metate .l-header-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header.metate .l-header-nav-list a span {
  letter-spacing: 0.1em;
}

.l-header.metate .l-header-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.l-header.metate .l-header-nav-sns li {
  display: block;
}

.l-header.metate .l-header-nav-sns li svg {
  display: block;
  height: auto;
}

.l-header.metate .l-header-nav-sns li img {
  display: block;
}

@media all and (max-width: 767px) {
  .l-header {
    overflow: hidden;
  }
  .l-header__logo {
    width: 40vw;
    top: 2.66667vw;
    left: 2.66667vw;
  }
  .l-header.metate.act .l-header-nav {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    will-change: auto;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .l-header.metate.act .l-header-close span {
    background: #000 !important;
  }
  .l-header.metate.act .l-header-close span:nth-child(1),
  .l-header.metate.act .l-header-close span:nth-child(3) {
    width: 8vw;
  }
  .l-header.metate.act .l-header-close span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
            transform: translate(-50%, -50%) rotate(25deg);
  }
  .l-header.metate.act .l-header-close span:nth-child(2) {
    opacity: 0;
  }
  .l-header.metate.act .l-header-close span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
            transform: translate(-50%, -50%) rotate(-25deg);
  }
  .l-header.metate.dark .l-header-close span {
    background: #FFF;
  }
  .l-header.metate .l-header-close {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 6.66667vw;
    left: 5.33333vw;
    width: 6.67vw;
    height: 4vw;
    z-index: 100;
    display: block;
  }
  .l-header.metate .l-header-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.67vw;
    height: 0.27vw;
    background: #46463c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-header.metate .l-header-close span:nth-child(1) {
    -webkit-transform: translate(-50%, -2vw);
            transform: translate(-50%, -2vw);
  }
  .l-header.metate .l-header-close span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-header.metate .l-header-close span:nth-child(3) {
    -webkit-transform: translate(-50%, 2vw);
            transform: translate(-50%, 2vw);
  }
  .l-header.metate .l-header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    z-index: 100;
    width: 44.8vw;
    top: 5.06667vw;
    right: 5.33333vw;
    gap: 2.66667vw;
  }
  .l-header.metate .l-header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/assets/img/metate/bg_yoyaku.png) no-repeat center center;
    background-size: contain;
    width: 21.06667vw;
    height: 7.2vw;
  }
  .l-header.metate .l-header-link span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .l-header.metate .l-header-nav {
    display: block;
    position: fixed;
    width: 100%;
    max-height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #e8e1cd;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 22.66667vw 13.33333vw 26.66667vw 13.33333vw;
  }
  .l-header.metate .l-header-nav__logo {
    margin: 0vw auto 0vw;
    width: 26.66667vw;
  }
  .l-header.metate .l-header-nav-lists {
    margin: 6.66667vw auto 0vw;
  }
  .l-header.metate .l-header-nav-list a {
    display: block;
    padding: 2.93333vw 0vw 2.93333vw 0vw;
  }
  .l-header.metate .l-header-nav-list a span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .l-header.metate .l-header-nav-sns {
    margin: 9.33333vw auto 0vw;
    gap: 6.4vw;
  }
  .l-header.metate .l-header-nav-sns .ig a svg {
    width: 4.26667vw;
  }
  .l-header.metate .l-header-nav-sns .fb a svg {
    width: 4.8vw;
  }
  .l-header.metate .l-header-nav-sns .unite a img {
    width: 14.4vw;
  }
  .l-header.metate .l-header-nav__copy {
    display: block;
    margin: 5.33333vw auto 0vw;
    font-size: 7.5px;
    font-size: 2vw;
  }
}

@media screen and (min-width: 768px), print {
  .l-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
  }
  .l-header.metate {
    -webkit-transition: 0.4s 0.2s;
    transition: 0.4s 0.2s;
    height: 0;
    padding: 0 40px;
  }
  .l-header.metate.no {
    top: -50px;
  }
  .l-header.metate.dark .l-header-nav-list a span {
    color: #fff;
  }
  .l-header.metate.dark .l-header-nav-list a:hover:before {
    color: #fff;
  }
  .l-header.metate .l-header-nav {
    padding: 15px 0 0;
    width: 100%;
    z-index: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header.metate .l-header-nav-lists {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header.metate .l-header-nav-list a {
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    line-height: 1;
    font-size: 10px;
    -webkit-clip-path: inset(0 0 -0.2em);
            clip-path: inset(0 0 -0.2em);
  }
  .l-header.metate .l-header-nav-list a:before {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    content: attr(data-text);
    display: inline-block;
    width: 100%;
    -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 11px;
    left: 0;
    opacity: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #46463c;
  }
  .l-header.metate .l-header-nav-list a:after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 50px;
    top: -15px;
    left: -5%;
    z-index: 0;
  }
  .l-header.metate .l-header-nav-list a span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
  }
  .l-header.metate .l-header-nav-list a:hover:before {
    opacity: 1;
    top: -1px;
  }
  .l-header.metate .l-header-nav-list a:hover span {
    opacity: 0;
    -webkit-transform: translate3d(0, -130%, 0);
            transform: translate3d(0, -130%, 0);
  }
}

.u-tit01 {
  letter-spacing: 0.1em;
}

@media all and (max-width: 767px) {
  .u-tit01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    font-size: 6.13333vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.6;
  }
}

.u-tit02 {
  letter-spacing: 0.1em;
}

@media all and (max-width: 767px) {
  .u-tit02 {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .u-tit02.big {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit02 {
    margin: 0px 0 0;
    font-size: 16px;
  }
  .u-tit02.big {
    margin: 23px 0 0;
    font-size: 22px;
  }
}

.u-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(70, 70, 60, 0.8);
  letter-spacing: 0.1em;
  background-image: url("/assets/img/metate/ico_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 6px 100px;
}

.u-btn01 span {
  display: inline-block;
}

@media all and (max-width: 767px) {
  .u-btn01 {
    margin: 8vw auto 0vw;
    width: 100%;
    font-size: 13.5px;
    font-size: 3.6vw;
    min-height: 13.33333vw;
  }
  .u-btn01 span {
    padding: 0vw 0vw 0.26667vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btn01 {
    min-height: 54.5px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: 7px 100px;
  }
  .u-btn01 span {
    padding: 0 0 1px;
  }
  .u-btn01:hover {
    background-color: #d2cdb4;
  }
}

.p-metate-mv {
  position: relative;
  text-align: center;
}

.p-metate-mv__logo {
  display: block;
  position: absolute;
  z-index: 3;
}

@media all and (max-width: 767px) {
  .p-metate-mv {
    height: 100svh;
  }
  .p-metate-mv__logo {
    top: 50%;
    left: 50%;
    width: 37.33333vw;
    margin: -28.26667vw 0vw 0vw -18.66667vw;
  }
  .p-metate-mv__slider {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .p-metate-mv__slider:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    /* top, right, bottom, left: 0 */
    background-color: rgba(0, 0, 0, 0.15);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
  }
  .p-metate-mv .swiper {
    height: 100%;
    width: 100%;
  }
  .p-metate-mv-item {
    /*
      position: absolute;
      */
    height: 100%;
    width: 100%;
    background: url(/assets/img/metate/mv_01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col2 {
    background: url(/assets/img/metate/mv_02_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col3 {
    background: url(/assets/img/metate/mv_03_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col4 {
    background: url(/assets/img/metate/mv_04_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col5 {
    background: url(/assets/img/metate/mv_05_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col6 {
    background: url(/assets/img/metate/mv_06_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate-mv {
    width: 100%;
    height: calc(100vh - 155px);
  }
  .p-metate-mv__logo {
    top: 50%;
    left: 50%;
    width: 230px;
    margin: -175px 0 0 -115px;
  }
  .p-metate-mv__slider {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .p-metate-mv__slider:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    /* top, right, bottom, left: 0 */
    background-color: rgba(0, 0, 0, 0.15);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
  }
  .p-metate-mv .swiper {
    height: 100%;
    width: 100%;
  }
  .p-metate-mv-item {
    /*
      position: absolute;
      */
    height: 100%;
    width: 100%;
    background: url(/assets/img/metate/mv_01.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col2 {
    background: url(/assets/img/metate/mv_02.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col3 {
    background: url(/assets/img/metate/mv_03.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col4 {
    background: url(/assets/img/metate/mv_04.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col5 {
    background: url(/assets/img/metate/mv_05.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-metate-mv-item.col6 {
    background: url(/assets/img/metate/mv_06.jpg) center center no-repeat;
    background-size: cover;
  }
}

.p-metate01 {
  text-align: center;
}

.p-metate01__txt {
  text-align: left;
  letter-spacing: 0.1em;
}

.p-metate01-list {
  text-align: left;
}

.p-metate01-list__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.p-metate01-list__txt {
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  .p-metate01 {
    padding: 12vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-metate01-list {
    margin: 2.66667vw 0vw 0vw 0vw;
    text-align: left;
  }
  .p-metate01-list__date {
    font-size: 11.5px;
    font-size: 3.06667vw;
  }
  .p-metate01-list__txt {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate01 {
    padding: 90px 40px 122px;
  }
  .p-metate01__inner {
    margin: 0 auto;
    max-width: 700px;
  }
  .p-metate01-lists {
    margin: 40px 0 0;
  }
  .p-metate01-list {
    margin: 16px 0 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-metate01-list a {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-metate01-list__date {
    width: 100%;
    max-width: 136px;
    min-width: 136px;
    font-size: 17px;
    display: inline-block;
    padding: 3px 0 0;
  }
  .p-metate01-list__txt {
    font-size: 16px;
  }
}

.p-metate02 {
  border-top: 1px solid rgba(70, 70, 60, 0.8);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.p-metate02__txt {
  text-align: left;
  letter-spacing: 0.1em;
}

.p-metate02-item__txt {
  text-align: left;
  letter-spacing: 0.1em;
}

.p-metate02-list.act {
  background: #d2cdb4;
}

.p-metate02-list a {
  display: block;
}

.p-metate02-list span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

.p-metate02-item-swiper {
  position: relative;
  overflow: hidden;
}

.p-metate02 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
}

.p-metate02 .swiper-pagination-bullets {
  position: relative;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.p-metate02 .swiper-pagination-bullet {
  background: #d2cdb4;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 !important;
}

.p-metate02 .swiper-pagination-bullet-active {
  background: #46463c;
}

@media all and (max-width: 767px) {
  .p-metate02 {
    padding: 14.93333vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-metate02__txt {
    margin: 10.66667vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate02-lists {
    width: 44.8vw;
    margin: 11.2vw auto 0vw;
  }
  .p-metate02-list {
    display: block;
    position: relative;
    margin: 0vw auto 0vw;
  }
  .p-metate02-list.act, .p-metate02-list:hover {
    background: #d2cdb4;
  }
  .p-metate02-list span {
    padding: 0vw 0vw 0.26667vw 0vw;
    font-size: 19px;
    font-size: 5.06667vw;
  }
  .p-metate02-list svg {
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    margin: -1.33333vw 0vw 0vw 0vw;
    display: block;
    width: 1.54667vw;
    height: auto;
  }
  .p-metate02-linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 73.6vw;
    margin: 0vw auto 0vw;
  }
  .p-metate02-linkbox .u-btn01.type1 {
    margin: 4.8vw 0vw 0vw 0vw;
    width: 31.73333vw;
  }
  .p-metate02-linkbox .u-btn01.type2 {
    margin: 4.8vw 0vw 0vw 0vw;
    width: 37.06667vw;
  }
  .p-metate02-linkbox .u-btn01.type3 {
    margin: 4.8vw 0vw 0vw 0vw;
  }
  .p-metate02__map02 {
    display: block;
    margin: 11.73333vw -2.66667vw 3.2vw -2.66667vw;
  }
  .p-metate02-mapwrap {
    position: relative;
    display: block;
    margin: 11.73333vw -5.33333vw 3.2vw -2.66667vw;
  }
  .p-metate02__mapico01 {
    display: block;
    position: absolute;
    z-index: 11;
    width: 4vw;
    left: 2.66667vw;
    top: 69.33333vw;
  }
  .p-metate02__mapico02 {
    display: block;
    position: absolute;
    z-index: 11;
    width: 4vw;
    left: 2.66667vw;
    top: 34.66667vw;
  }
  .p-metate02__mapdef {
    position: relative;
    z-index: 10;
  }
  .p-metate02__mapdef2 {
    position: absolute;
    z-index: 11;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .p-metate02__map {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-metate02__map.act {
    opacity: 1;
  }
  .p-metate02__map.space, .p-metate02__map.kitchen, .p-metate02__map.stay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .p-metate02-item {
    padding: 18.66667vw 0vw 0vw 0vw;
  }
  .p-metate02-item-txtwrap {
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .p-metate02-item__txt {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate02-item-linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-metate02-item-linkbox .u-btn01.type1 {
    padding: 0vw 3.46667vw 0vw 0vw;
    width: 40.26667vw;
  }
  .p-metate02-item-linkbox .u-btn01.type2 {
    padding: 0vw 3.46667vw 0vw 0vw;
    width: 40.26667vw;
  }
  .p-metate02 .swiper-pagination-bullets {
    margin: 4.8vw 0vw 0vw 0vw;
    gap: 1.86667vw;
  }
  .p-metate02 .swiper-pagination-bullet {
    width: 1.46667vw;
    height: 1.46667vw;
    margin: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate02 {
    padding: 115px 40px 140px;
  }
  .p-metate02__inner {
    margin: 0 auto;
    max-width: 960px;
  }
  .p-metate02__txt {
    max-width: 750px;
    margin: 40px auto 0;
    line-height: 2.3;
    letter-spacing: 0.05em;
  }
  .p-metate02-lists {
    width: 223px;
    margin: 80px auto 0;
  }
  .p-metate02-list {
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-metate02-list.act, .p-metate02-list:hover {
    background: #d2cdb4;
  }
  .p-metate02-list a {
    display: block;
  }
  .p-metate02-list span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 2px;
    font-size: 26px;
    line-height: 1.9;
  }
  .p-metate02-list svg {
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -7px;
    display: block;
    height: auto;
  }
  .p-metate02-mapwrap {
    position: relative;
    display: block;
    max-width: 960px;
    margin: 0px auto 0px;
  }
  .p-metate02__mapico01 {
    display: block;
    position: absolute;
    top: 685px;
    left: 27px;
    z-index: 11;
    width: 28px;
  }
  .p-metate02__mapico02 {
    display: block;
    position: absolute;
    top: 330px;
    left: 27px;
    z-index: 11;
    width: 28px;
  }
  .p-metate02__mapdef {
    position: relative;
    z-index: 10;
  }
  .p-metate02__mapdef2 {
    position: absolute;
    z-index: 11;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .p-metate02__map {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-metate02__map.act {
    opacity: 1;
  }
  .p-metate02__map.space, .p-metate02__map.kitchen, .p-metate02__map.stay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .p-metate02__map02 {
    display: block;
    max-width: 900px;
    margin: 80px auto 60px;
  }
  .p-metate02-item {
    padding: 140px 0 0;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 92px;
  }
  .p-metate02-item.type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-metate02-item-swiper {
    min-width: 426px;
    max-width: 426px;
    position: relative;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
  }
  .p-metate02-item-swiper.act {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    will-change: auto;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-metate02-item-txtwrap {
    max-width: 426px;
    padding: 0 0 20px;
  }
  .p-metate02-item-txtwrap.noslide {
    padding: 0;
  }
  .p-metate02-item__txt {
    margin: 45px 0 0;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .p-metate02-item-linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .p-metate02-item-linkbox .u-btn01.type1 {
    width: 100%;
    padding: 0 20px;
  }
  .p-metate02-item-linkbox .u-btn01.type2 {
    width: 100%;
  }
  .p-metate02-item .u-btn01 {
    margin: 55px 0 0;
  }
  .p-metate02-linkbox {
    width: 667px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-metate02-linkbox .u-btn01.type1 {
    width: 134px;
  }
  .p-metate02-linkbox .u-btn01.type2 {
    width: 160px;
  }
  .p-metate02-linkbox .u-btn01.type3 {
    width: 314px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .p-metate02__mapico01 {
    display: block;
    position: absolute;
    top: 86%;
    left: 3%;
    z-index: 11;
    width: 3%;
  }
  .p-metate02__mapico02 {
    display: block;
    position: absolute;
    top: 40%;
    left: 3%;
    z-index: 11;
    width: 3%;
  }
  .p-metate02-item {
    gap: 50px;
  }
}

.p-metate03 {
  border-top: 1px solid rgba(70, 70, 60, 0.8);
  text-align: center;
}

.p-metate03__txt {
  text-align: left;
  letter-spacing: 0.05em;
}

.p-metate03 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
}

.p-metate03 .swiper-pagination-bullets {
  position: relative;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.p-metate03 .swiper-pagination-bullet {
  background: #d2cdb4;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 !important;
}

.p-metate03 .swiper-pagination-bullet-active {
  background: #46463c;
}

@media all and (max-width: 767px) {
  .p-metate03 {
    padding: 14.93333vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-metate03-txtwrap {
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .p-metate03__txt {
    margin: 7.46667vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate03 .swiper-pagination-bullets {
    margin: 4.8vw 0vw 0vw 0vw;
    gap: 1.86667vw;
  }
  .p-metate03 .swiper-pagination-bullet {
    width: 1.46667vw;
    height: 1.46667vw;
    margin: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate03 {
    padding: 140px 40px 140px;
  }
  .p-metate03__inner {
    margin: 0 auto;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 92px;
  }
  .p-metate03-txtwrap {
    padding: 0 0 20px;
  }
  .p-metate03-swiper {
    min-width: 426px;
    max-width: 426px;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
  }
  .p-metate03-swiper.act {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    will-change: auto;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-metate03__txt {
    margin: 45px 0 0;
    font-size: 16px;
    line-height: 2.2;
  }
  .p-metate03 .u-btn01 {
    margin: 55px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .p-metate03__inner {
    gap: 50px;
  }
}

.p-metate04 {
  border-top: 1px solid rgba(70, 70, 60, 0.8);
  text-align: center;
}

.p-metate04__txt {
  text-align: left;
}

.p-metate04__map iframe {
  width: 100%;
}

@media all and (max-width: 767px) {
  .p-metate04 {
    padding: 14.93333vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-metate04__map {
    margin: 11.73333vw 0vw 0vw 0vw;
  }
  .p-metate04__map iframe {
    height: 74.66667vw;
  }
  .p-metate04__txt {
    margin: 10.66667vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate04 {
    padding: 115px 40px 122px;
  }
  .p-metate04__inner {
    margin: 0 auto;
    max-width: 700px;
  }
  .p-metate04__map {
    margin: 55px 0 0;
  }
  .p-metate04__map iframe {
    height: 293px;
  }
  .p-metate04__txt {
    margin: 45px 0 0;
    font-size: 16px;
    line-height: 2.25;
  }
}

.p-metate05 {
  border-top: 1px solid rgba(70, 70, 60, 0.8);
  text-align: center;
}

.p-metate05-box {
  border: 1px solid rgba(70, 70, 60, 0.8);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.p-metate05-items {
  position: relative;
}

.p-metate05-items.type2:before {
  content: "（お問合せは不要です）";
  display: block;
  position: absolute;
}

.p-metate05-item {
  position: relative;
}

.p-metate05-item__txt {
  letter-spacing: 0.03em;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  .p-metate05 {
    padding: 14.93333vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-metate05-box {
    margin: 11.73333vw 0vw 0vw 0vw;
    padding: 3.46667vw 2.66667vw 3.46667vw 2.66667vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate05-items {
    margin: 10.66667vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 8.53333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.33333vw;
  }
  .p-metate05-items.type2 {
    gap: 22.93333vw;
  }
  .p-metate05-items.type2:before {
    font-size: 13.5px;
    font-size: 3.6vw;
    top: 21.33333vw;
    left: 29.06667vw;
  }
  .p-metate05-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.26667vw;
    text-align: left;
  }
  .p-metate05-item:after {
    content: "";
    display: block;
    width: 1px;
    height: 6.13333vw;
    background: rgba(70, 70, 60, 0.8);
    position: absolute;
    left: 9.06667vw;
    bottom: -10.13333vw;
  }
  .p-metate05-item:before {
    content: "";
    display: block;
    width: 1.46667vw;
    height: 1.2vw;
    background: url(/assets/img/metate/ico_flow_arrow.svg) no-repeat;
    position: absolute;
    left: 8.45333vw;
    bottom: -10.13333vw;
  }
  .p-metate05-item:last-of-type:after, .p-metate05-item:last-of-type:before {
    content: "";
    display: none;
  }
  .p-metate05-item.long:after {
    content: "";
    display: block;
    width: 1px;
    height: 16.8vw;
    background: rgba(70, 70, 60, 0.8);
    position: absolute;
    left: 9.06667vw;
    bottom: -20.8vw;
  }
  .p-metate05-item.long:before {
    bottom: -20.8vw;
  }
  .p-metate05-item__ico {
    max-width: 18.13333vw;
    min-width: 18.13333vw;
  }
  .p-metate05-item__ico.ico01 {
    width: 100%;
  }
  .p-metate05-item__ico.ico02 img {
    display: block;
    width: 14.4vw;
    position: relative;
    left: 1.86667vw;
  }
  .p-metate05-item__ico.ico03 img {
    display: block;
    width: 11.46667vw;
    position: relative;
    left: 2.13333vw;
  }
  .p-metate05-item__txt {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate05-item__txt.type1 {
    display: block;
    position: relative;
    top: -1.33333vw;
  }
  .p-metate05-item__txt.type2 {
    display: block;
    position: relative;
    top: 2.13333vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate05 {
    padding: 110px 40px 122px;
  }
  .p-metate05__inner {
    margin: 0 auto;
    max-width: 700px;
  }
  .p-metate05-box {
    margin: 58px 0 0;
    padding: 13px;
    font-size: 16px;
  }
  .p-metate05-items {
    width: 100%;
    margin: 33px auto 0;
    padding: 0 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-metate05-items.type2:before {
    font-size: 16px;
    top: 87px;
    left: 260px;
  }
  .p-metate05-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    text-align: center;
  }
  .p-metate05-item:after {
    content: "";
    display: block;
    width: 54px;
    height: 10px;
    background: rgba(70, 70, 60, 0.8);
    position: absolute;
    background: url(/assets/img/metate/ico_flow_arrow_pc.svg) no-repeat;
    background-size: contain;
    top: 39px;
    right: -81px;
  }
  .p-metate05-item:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 39px;
    right: -65px;
  }
  .p-metate05-item:last-of-type:after, .p-metate05-item:last-of-type:before {
    content: "";
    display: none;
  }
  .p-metate05-item.long:after {
    content: "";
    display: block;
    width: 286px;
    height: 10px;
    background: rgba(70, 70, 60, 0.8);
    position: absolute;
    background: url(/assets/img/metate/ico_flow_arrow_long_pc.svg) no-repeat;
    background-size: contain;
    top: 39px;
    right: -330px;
  }
  .p-metate05-item__ico {
    max-width: 78px;
    min-width: 78px;
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-metate05-item__ico.ico01 {
    width: 100%;
  }
  .p-metate05-item__ico.ico02 img {
    display: block;
    width: 62px;
    position: relative;
  }
  .p-metate05-item__ico.ico03 img {
    display: block;
    width: 50px;
    position: relative;
  }
  .p-metate05-item__txt {
    font-size: 16px;
    display: inline-block;
    margin: 0 -10px;
  }
  .p-metate05-item__txt.type1 {
    display: block;
    position: relative;
  }
  .p-metate05-item__txt.type2 {
    display: block;
    position: relative;
  }
}

.p-metate06 {
  border-top: 1px solid rgba(70, 70, 60, 0.8);
  text-align: center;
}

.p-metate06 .wpcf7 .wpcf7-response-output {
  border: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.p-metate06 .wpcf7 form.invalid .wpcf7-response-output, .p-metate06 .wpcf7 form.unaccepted .wpcf7-response-output, .p-metate06 .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232 !important;
}

.p-metate06-form {
  text-align: left;
}

.p-metate06-form dt {
  letter-spacing: 0.03em;
}

.p-metate06-form dd {
  letter-spacing: 0.03em;
  width: 100%;
}

.p-metate06-form dd input {
  width: 100%;
  background: transparent;
}

.p-metate06-form dd textarea {
  width: 100%;
  background: transparent;
}

.p-metate06-form textarea,
.p-metate06-form input {
  background: transparent;
}

.p-metate06-form textarea::-webkit-input-placeholder,
.p-metate06-form input::-webkit-input-placeholder {
  color: #CDC8AF;
}

.p-metate06-form textarea:-ms-input-placeholder,
.p-metate06-form input:-ms-input-placeholder {
  color: #CDC8AF;
}

.p-metate06-form textarea::-ms-input-placeholder,
.p-metate06-form input::-ms-input-placeholder {
  color: #CDC8AF;
}

.p-metate06-form textarea::placeholder,
.p-metate06-form input::placeholder {
  color: #CDC8AF;
}

.p-metate06-form input[type="submit"] {
  width: 100%;
  border: 1px solid rgba(70, 70, 60, 0.8);
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #46463c;
  border-radius: 0;
  background-color: transparent;
  background-image: url("/assets/img/metate/ico_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 5.5px 9.5px;
}

.p-metate06-form input[type="tel"],
.p-metate06-form input[type="text"],
.p-metate06-form input[type="email"],
.p-metate06-form select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: 1px solid rgba(70, 70, 60, 0.8);
  outline: none;
  padding: 10px 25px 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 2px;
  background: transparent;
}

.p-metate06-form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: 1px solid rgba(70, 70, 60, 0.8);
  outline: none;
  padding: 10px 25px 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 2px;
  background: transparent;
}

@media all and (max-width: 767px) {
  .p-metate06 {
    padding: 14.93333vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-metate06 .wpcf7 form.sent .wpcf7-response-output {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate06-form dl {
    margin: 5.33333vw 0vw 0vw 0vw;
  }
  .p-metate06-form dt {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate06-form dd {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate06-form input[type="submit"] {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 13.33333vw;
    background-position: right 4.10256vw center;
    background-size: 1.41026vw 2.4359vw;
  }
  .p-metate06-form input[type="tel"],
  .p-metate06-form input[type="text"],
  .p-metate06-form input[type="email"],
  .p-metate06-form select {
    padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-metate06-form textarea {
    padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw;
    font-size: 13.5px;
    font-size: 3.6vw;
    height: 40vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-metate06 {
    padding: 110px 40px 122px;
  }
  .p-metate06__inner {
    margin: 0 auto;
    max-width: 700px;
  }
  .p-metate06-form {
    margin: 63px 0 0;
  }
  .p-metate06-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 25px 0 0;
  }
  .p-metate06-form dt {
    max-width: 150px;
    min-width: 150px;
    font-size: 16px;
  }
  .p-metate06-form dd {
    font-size: 16px;
  }
  .p-metate06-form input[type="submit"] {
    margin: 40px 0 0;
    position: relative;
    width: 400px;
    left: 150px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 55px;
    background-position: right 20px center;
    background-size: 6px auto;
    font-size: 16px;
  }
  .p-metate06-form input[type="tel"],
  .p-metate06-form input[type="text"],
  .p-metate06-form input[type="email"],
  .p-metate06-form select {
    padding: 6px 20px;
    font-size: 16px;
  }
  .p-metate06-form textarea {
    padding: 6px 20px;
    font-size: 16px;
    height: 150px;
  }
}

.l-footer {
  border-top: 1px solid rgba(70, 70, 60, 0.8);
}

.l-footer__logo {
  display: block;
}

.l-footer__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.l-footer.metate .l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer.metate .l-footer-list a span {
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-footer.metate .l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.l-footer.metate .l-footer-sns li {
  display: block;
}

.l-footer.metate .l-footer-sns li svg {
  display: block;
  height: auto;
}

.l-footer.metate .l-footer-sns li img {
  display: block;
}

@media all and (max-width: 767px) {
  .l-footer {
    width: 100%;
  }
  .l-footer.metate {
    display: block;
    text-align: center;
    padding: 14.93333vw 13.33333vw 5.33333vw 13.33333vw;
  }
  .l-footer.metate .l-footer__logo {
    margin: 0vw auto 0vw;
    width: 26.66667vw;
  }
  .l-footer.metate .l-footer-lists {
    margin: 6.66667vw auto 0vw;
  }
  .l-footer.metate .l-footer-list a {
    display: block;
    padding: 3.46667vw 0vw 3.46667vw 0vw;
  }
  .l-footer.metate .l-footer-list a span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .l-footer.metate .l-footer-sns {
    margin: 6.93333vw auto 0vw;
    gap: 6.4vw;
  }
  .l-footer.metate .l-footer-sns .ig a svg {
    width: 4.26667vw;
  }
  .l-footer.metate .l-footer-sns .fb a svg {
    width: 4.8vw;
  }
  .l-footer.metate .l-footer-sns .unite a img {
    width: 14.4vw;
  }
  .l-footer__copy {
    display: block;
    margin: 5.33333vw auto 0vw;
    font-size: 7.5px;
    font-size: 2vw;
  }
}

@media screen and (min-width: 768px), print {
  .l-footer.metate {
    display: block;
    text-align: center;
    padding: 90px 40px 20px;
  }
  .l-footer.metate .l-footer__logo {
    margin: 0 auto;
    width: 123px;
    display: block;
  }
  .l-footer.metate .l-footer-lists {
    margin: 60px auto 0;
    max-width: 950px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer.metate .l-footer-list {
    /*
        a{
          display : block;
          span{
            font-size: 14px;
          }
        }
        */
  }
  .l-footer.metate .l-footer-list a {
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    line-height: 1;
    font-size: 10px;
    -webkit-clip-path: inset(0 0 -0.2em);
            clip-path: inset(0 0 -0.2em);
  }
  .l-footer.metate .l-footer-list a:before {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    content: attr(data-text);
    display: inline-block;
    width: 100%;
    -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 11px;
    left: 0;
    opacity: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #46463c;
  }
  .l-footer.metate .l-footer-list a:after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 50px;
    top: -15px;
    left: -5%;
    z-index: 0;
  }
  .l-footer.metate .l-footer-list a span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
  }
  .l-footer.metate .l-footer-list a:hover:before {
    opacity: 1;
    top: -1.2px;
  }
  .l-footer.metate .l-footer-list a:hover span {
    opacity: 0;
    -webkit-transform: translate3d(0, -130%, 0);
            transform: translate3d(0, -130%, 0);
  }
  .l-footer.metate .l-footer-sns {
    margin: 60px auto 0;
    gap: 32px;
  }
  .l-footer.metate .l-footer-sns .ig a svg {
    width: 20px;
  }
  .l-footer.metate .l-footer-sns .fb a svg {
    width: 22px;
  }
  .l-footer.metate .l-footer-sns .unite a img {
    width: 78px;
  }
  .l-footer.metate .l-footer__copy {
    display: block;
    margin: 44px auto 0;
    font-size: 10px;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.modal-top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: show 0.4s linear 0s;
          animation: show 0.4s linear 0s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: show 0.4s linear 0s;
          animation: show 0.4s linear 0s;
  /* 擬似要素で斜めの線を描く */
  /* 残りの角も追加する */
}

.modal-content__inner {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 60px 70px;
  -webkit-clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
          clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.modal-content__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  border: 1px solid #46463c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
}

.modal-content__outer {
  position: relative;
}

.modal-content .modal-content__outer::before,
.modal-content .modal-content__outer::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent;
  border-top: 1px solid #46463c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-content .modal-content__outer::before {
  top: 3px;
  left: 3px;
}

.modal-content .modal-content__outer::after {
  bottom: 3px;
  right: 3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modal-content .modal-content__outer .corner-top-right,
.modal-content .modal-content__outer .corner-bottom-left {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent;
  border-top: 1px solid #46463c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-content .modal-content__outer .corner-top-right {
  top: 3px;
  right: 3px;
}

.modal-content .modal-content__outer .corner-bottom-left {
  bottom: 3px;
  left: 3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.modal-content-item__txt {
  line-height: 1.75;
  letter-spacing: 0;
}

.modal-content-item__txt li {
  line-height: 1.75;
  letter-spacing: 0;
}

.modal-content-item__tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
}

.modal .modalClose {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}

.modal .modalClose span {
  width: 20px;
  height: 1px;
  background: #000;
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .modalClose span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal .modalClose:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media all and (max-width: 767px) {
  .modal {
    /* 擬似要素で斜めの線を描く */
    /* 残りの角も追加する */
  }
  .modal .modal-content__outer {
    padding: 0 0 30px;
  }
  .modal .modal-content .modal-content__outer .corner-bottom-left,
  .modal .modal-content .modal-content__outer::after {
    bottom: 33px;
  }
  .modal-content {
    width: 88vw;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modal-content__inner {
    height: 100%;
    padding: 8vw 8vw 8vw 8vw;
    overflow-y: auto;
  }
  .modal-content-item:nth-of-type(2) {
    margin: 13.33333vw 0vw 0vw 0vw;
  }
  .modal-content-item__tit {
    display: block;
    margin: 4.8vw 0vw 0vw 0vw;
    font-size: 21px;
    font-size: 5.6vw;
  }
  .modal-content-item__txt {
    margin: 4.8vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .modal-content-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .modal-content-item li .txt {
    width: 33.33333vw;
    display: block;
  }
  .modal .modalClose {
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
  .modal .modalClose span {
    width: 4.26667vw;
    opacity: 0.5;
  }
  .modal .modalClose span:after {
    width: 4.26667vw;
    opacity: 0.5;
  }
  .modal .modal-content__outer::before,
  .modal .modal-content__outer::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: transparent;
    border-top: 1px solid #46463c;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 10;
  }
  .modal .modal-content__outer::before {
    top: 3.5px;
    left: 3.5px;
    z-index: 10;
  }
  .modal .modal-content__outer::after {
    bottom: 3.5px;
    right: 3.5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .modal .modal-content__outer .corner-top-right,
  .modal .modal-content__outer .corner-bottom-left {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: transparent;
    border-top: 1px solid #46463c;
    border-right: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 10;
  }
  .modal .modal-content__outer .corner-top-right {
    top: 3.5px;
    right: 3.5px;
  }
  .modal .modal-content__outer .corner-bottom-left {
    bottom: 3.5px;
    left: 3.5px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@media screen and (min-width: 768px), print {
  .modal-top {
    max-width: 950px;
    width: 90%;
  }
  .modal-content {
    margin: 0px auto 0;
    max-width: 980px;
    width: 90%;
    height: 100%;
    max-height: 840px;
  }
  .modal-content__inner {
    overflow-y: auto;
  }
  .modal-content-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
  .modal-content-item__tit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0 0;
    display: block;
    font-size: 25px;
  }
  .modal-content-item__txt {
    margin: 15px 0px 0 0;
    font-size: 15.5px;
  }
  .modal-content-item li {
    font-size: 15.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal-content-item li .txt {
    display: block;
    min-width: 140px;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-unite-mv {
  position: relative;
  text-align: center;
}

.p-unite-mv__logo {
  display: block;
  position: absolute;
  z-index: 3;
}

@media all and (max-width: 767px) {
  .p-unite-mv__logo {
    width: 24vw;
    top: 4vw;
    left: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-unite-mv {
    width: 100%;
  }
  .p-unite-mv__logo {
    top: 84px;
    left: 154px;
    width: 264px;
    width: 18.33333vw;
    top: 5.83333vw;
    left: 10.69444vw;
  }
}

.p-unite01 {
  text-align: center;
  position: relative;
}

.p-unite01-item__tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.p-unite01-item__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.05em;
}

.p-unite01-item__photo {
  display: block;
  margin: 35px 0 0;
}

.p-unite01 .u-btn01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .p-unite01 {
    padding: 0vw 6.66667vw 18.66667vw 6.66667vw;
  }
  .p-unite01-item {
    padding: 13.33333vw 0vw 0vw 0vw;
  }
  .p-unite01-item.type2 {
    padding: 26.66667vw 0vw 0vw 0vw;
  }
  .p-unite01-item.type3 {
    padding: 26.66667vw 0vw 0vw 0vw;
  }
  .p-unite01-item__tit {
    margin: 0vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-unite01-item__txt {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-unite01-item__txt.type2 {
    margin: 8vw auto 0vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-unite01 {
    padding: 0px 40px 140px;
  }
  .p-unite01__inner {
    margin: 0 auto;
    max-width: 700px;
  }
  .p-unite01 .u-btn01 {
    min-height: 57px;
    margin: 34px auto 0;
  }
  .p-unite01 .u-btn01.type1 {
    width: 171px;
  }
  .p-unite01 .u-btn01.type2 {
    width: 344px;
  }
  .p-unite01-item {
    padding: 80px 0 0;
  }
  .p-unite01-item.type2 {
    padding: 120px 0 0;
  }
  .p-unite01-item.type3 {
    padding: 200px 0 0;
  }
  .p-unite01-item__tit {
    font-size: 22px;
  }
  .p-unite01-item__txt {
    margin: 49px auto 0;
    font-size: 16px;
    line-height: 2.2;
  }
  .p-unite01-item__txt.type2 {
    margin: 29px auto 0;
    text-align: center;
  }
  .p-unite01-item__txt a:hover {
    text-decoration: underline;
  }
}

/*
.l-header,
.p-metate-mv,
.p-metate01{
//.p-metate06{
  display : none;
}
*/
/*# sourceMappingURL=common.css.map */