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

body {
  padding: 0;
  margin: 0;
/*  font-family: "NewGrecoStd-DB", "Yu Mincho", "Hiragino Mincho ProN", serif;*/
/*  font-family: "FOT-テロップ明朝 Pro B", "Yu Mincho", "Hiragino Mincho ProN", serif;*/
/*font-family: "I-OTF-UD明朝KAPro D", "Yu Mincho", "Hiragino Mincho ProN", serif;*/
font-family: "MotoyaMinchoPr6-W2", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*font-family: "FP-ヒラギノ行書 StdN W8";*/
font-family: "KaishoStd-R", serif;
}

.link-font a {
/*font-family: "FOT-グレコ Std B", serif!important;*/
font-family: "MotoyaMinchoPr6-W2", "Yu Mincho", "Hiragino Mincho ProN", serif;

}

/*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: 20px;
  }
  .tategaki p {
    line-height: 1.7;
    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);
}


/*枠線付き見出し*/
.ttl_index {
    border: 2px solid #19475E;
    width: 200px;
    margin: 0 auto;
    padding: 16px 24px;
    color: #19475E;
    font-size: 20px;
}


/*-------indexボタン-------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  width: 200px;
}

a[data-position="center"] {
    margin: 0 auto;
    display: block;
}

a.btn-border {
  border: 3px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: '';
  transition: all .3s;
  border: 1px solid #000;
}

a.btn-border:hover {
    background-color: #e8e8e8;
    transition: 0.5s;
}

a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}



/*---------メニューページ------------*/
.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: 85%;
  line-height: 1.5em;
  margin: 0 0 0;
  color: #686867;
  clear: both;
}
@media screen and (max-width: 767px) {
  .menu-box {
    font-size: 14px;
  }
}

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

/* sp ------------------------------------------
------------------------------------------------ */
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
    /* display: inline-block; */
  }
  .tb_only {
    display: none;
  }
  .tategaki h1 {
    font-size: 22px;
  }
  .tategaki p {
    font-size: 15px;
  }

  
   .btn,
   a.btn,
   button.btn {
    font-size: 14px;
  }

    .ttl_index {
        font-size: 18px;
        width: 180px;
        padding: 12px 24px;
    }

}

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