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

body {
  padding: 0;
  margin: 0;
  font-family: "NewGrecoStd-DB", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NewGrecoStd-DB", serif;
}

.link-font a {
  font-family: "NewGrecoStd-DB", serif !important;
}

/*GTranslate-----------------*/
/*.gt_switcher_wrapper {
    bottom: 140px!important;
    left: 0!important;
    z-index: 5 !important;
}*/

.gt_container-u9rvlh .gt_switcher .gt_option a {
  line-height: 1 !important;
}

.sp_only {
  display: none;
}

.tb_only {
  display: none;
}

/* 縦書きにする */
@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: 45px;
    color: #d5c768;
  }

  .tategaki p {
    line-height: 2.1em;
    margin-left: 20px;
  }
}

/* 文字の光彩 */
.kousai-black p {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1), 0px 0px 6px rgba(0, 0, 0, 1),
    0px 0px 6px rgba(0, 0, 0, 1);
}

/*---------メニューページ------------*/
.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  color: #fff;
}

.menu-height {
  line-height: 1.4em;
  margin: 0;
}

.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 0;
  color: #e4ab48;
  clear: both;
}

@media screen and (max-width: 767px) {
  .menu-box {
    font-size: 14px;
  }
}

/* @media (max-width: 1024px) {
  .tb_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: none;
  }
} */

/* デフォルトは全サイズで非表示 */
.pc_only,
.tb_only,
.sp_only {
  display: none;
}

/* スマホ（～767px） */
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

/* タブレット（768px～1024px） */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}

/* PC（1025px以上） */
@media screen and (min-width: 1025px) {
  .pc_only {
    display: block;
  }
}


/* sp ------------------------------------------
------------------------------------------------ */
@media (max-width: 767px) {
  /* .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .tb_only {
    display: none;
  } */

  .tategaki h1 {
    font-size: 22px;
    color: #d5c768;
    margin-bottom: 30px;
    line-height: 2em;
  }

  .tategaki p {
    font-size: 15px;
    line-height: 2em;
  }
}

/* PC時 カーソルOFF ------------------------------------------
------------------------------------------------ */
.pc_tel_button {
  pointer-events: none;
}

.head_logo {
  position: fixed;
  top: 10px;
  left: 30px;
  z-index: 9999;
}

.head_img {
  width: 85px;
}

@media (max-width: 767px) {
  .head_logo {
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 9999;
  }

  .head_img {
    width: 50px;
  }

}