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

body {
    padding: 0;
    margin: 0;
    font-family: "FOT-筑紫A丸ゴシック Std M", serif;
}
h1, h2, h3, h4, h5 {
    font-family: "FOT-ニューグレコ StdN B", serif;
    letter-spacing: 1px;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tb_only {
    display: none;
}


a {
  color: #000B00;
}
a:visited {
  color: #000B00;
}
a:hover {
  opacity: 0.8;
}
a:active {
  color: #5A5A5A;
}

.tategaki_outer {
  color: var(--e-global-color-5c710c9);
}

/* トップページ・こだわりページ PC時 縦書きにする */
@media screen and (min-width: 768px) {
  .tategaki_outer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 30px;
    display: inline-block;
  }
  .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 p {
    line-height: 1.7;
    margin-left: 20px;
  }
}

/* 下層ページタイトル 縦書き */
.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;
}


/*---indexタイトル---*/
.ttl_index {
  font-size: 32px;
  color: #fff;
}
.ttl_index[data-type="center"] {
  text-align: center;
}

.ttl_index::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: -12px;
}

.ttl_index::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.ttl_index[data-type="center"]::after {
    margin: 0 auto;
}


/*---indexボタン---*/
.btn_circle {
  text-align: center;
}

.btn_circle a {
  display: inline-block;
  position: relative;
  padding: 1em 110px 1em 0em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.btn_circle a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border: 3px solid #aaaaaa;
  border-radius: 50vh;
  transition: 0.3s;
}

.btn_circle a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}

.btn_circle a:hover {
  text-decoration: underline;
  opacity: .7;
}

.btn_circle a:hover::before {
  background-color: #9999997D;
}

.btn_circle a:hover::after {
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}

/*---左寄せ--*/
.btn_circle[data-type="left"]{
  text-align: left;
}


/*---背景白に使用するボタン---*/
.btn_circle a[data-color="black"] {
  color: #000!important;
}

.btn_circle a[data-color="black"]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  transition: 0.3s;
}

.btn_circle a[data-color="black"]:hover::before {
  background-color: #222;
}


/* メニュー */

/*.price {
  margin-bottom: 1em;
  margin-top: -10px;
  display: flex;
  align-items: center;
}
.price::before {
  border-top: 1px solid #ddd;
  content: "";
  flex-grow: 1;
  margin-right: 1em;
}
.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 10px;
  color:var(--e-global-color-e7e9f46);
  clear: both;
}*/
.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    color: #000;
}
.menu-height {
    line-height: 1.4em;
    margin: 0;
}
.desc {
    font-size: 85%;
    line-height: 1.5em;
    margin: 0 0 0;
    color: #666666;
    clear: both;
}



/*TB表示調整*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: none;
    }
    .tb_only {
        display: block;
    }

.ttl_index {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.ttl_index::before {
  font-size: 14px;
}
.ttl_index::after {
    margin: 0 auto;
}

/*---TB・SP時のみ中央寄せ--*/
.btn_circle[data-type="left"]{
  text-align: center;
}
}

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

  .ha-scroll-to-top-wrap .ha-scroll-to-top-button{
    bottom: 90px!important;
  }


.ttl_index {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.ttl_index::before {
  font-size: 14px;
}
.ttl_index::after {
    margin: 0 auto;
}

/*---indexボタン---*/
.btn_circle a {
      display: inline-block;
      position: relative;
      padding: 1em 100px 1em 0em;
      color: #fff;
      font-size: 16px;
}
  .btn_circle a::before {
      top: 50%;
      right: 6%;
      width: 64px;
      height: 64px;
      border-radius: 50vh;
      transition: 0.3s;
}
/*---TB・SP時のみ中央寄せ--*/
.btn_circle[data-type="left"]{
  text-align: center;
}

   

}
