/*!
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: "FOT-テロップ明朝 Pro D";
}

/*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;
}

/*---------メニューページ------------*/
.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    color: var(--e-global-color-text);
}
.menu-height {
    line-height: 1.4em;
    margin: 0;
}

.desc {
    font-size: 80%;
    line-height: 1.5em;
    color: #d7b8a2;
    clear: both;
    margin: 0.5em 0 1em 1em;
}
@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;
}

}

/* sp ------------------------------------------
------------------------------------------------ */
@media (max-width:767px){
.pc_only {
  display: none;
}
.sp_only {
  display: block;
  /* display: inline-block; */
}
.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: 20px;
  }
  .tategaki p {
    line-height: 1.7;
    margin-left: 20px;
  }
}