/*!
Theme Name: gatewing-vr16
Text Domain: gatewing-vr16
*/

body {
    padding: 0;
    margin: 0;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 R", serif;
}
h1, h2, h3, h4, h5 {
  font-family: "I-OTF行書Pro M", serif;
  
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tategaki_outer {
  color: #fff;
}
.midashi {
  mix-blend-mode: difference;
}
.easing {
  transition: all .3s;
}
.tategaki.concept h1 {
  margin: 10px 0 0 0;
  font-size: 1.5em;
}
.tategaki.concept p {
 margin: 0px;
}
.tategaki h1 {
  margin-bottom: 40px;
}

/* トップページ・こだわりページ PC時 縦書きにする */
@media screen and (min-width: 768px) {
  .tategaki_outer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tategaki {
    /* background-color: #ffffff85; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 30px 30px 30px 50px;
    display: inline-block;
    /* backdrop-filter: blur(5px); */
    /* border:solid #fff 1px; */
  }
  .tategaki.concept {
    padding: 30px 30px 30px 50px;
  }
  .tategaki span.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
  .tategaki a {
    text-decoration: none;
    border-right: 1px dashed;
    padding-right: 0px;
  }
  .tategaki h1 {
    font-size: 30px;
    margin-left: 40px;
  }
  .tategaki.concept h1 {
    margin: 0 30px 0 10px;
  }
  .tategaki p {
    line-height: 1.7;
    margin-left: 20px;
  }
  .tategaki.concept p {
    line-height: 1.7;
    margin: 0px;
  }
}


/* 下層ページタイトル 縦書き */
.tategaki_outer_sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tategaki_sub {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 30px;
  display: inline-block;
}

/* メニュー */

.price {
  margin-bottom: 1em;
  margin-top: -10px;
  display: flex;
  align-items: center;
}
.price::before {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
  margin-right: 1em;
}
.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 10px;
  color: #636363;
  clear: both;
}

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