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

/*body {
    padding: 0;
    margin: 0;
    font-family: "IwaOGoPro-Md","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    
}


h1, h2, h3, h4, h5, h6{
    font-family: "IwaUDGoDspPro-Eb";
}
*/

body {
  padding: 0;
  margin: 0;
    font-family: "FOT-ニューロダン Pro M","FOT-筑紫ゴシック Pr5 M", Arial, "Hiragino Kaku Gothic ProN","FP-ヒラギノUD角ゴ StdN W3",
         Meiryo, sans-serif;
  /* font-family: "TsukuAOldMinPr6-M", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif; */
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-Popジョイ Std B","Zen Old Mincho", serif;
  font-weight: 400;
  /*    font-family: 'TsukuAOldMinPr6-M', 'MatissePro-DB', sans-serif;*/
}

a.footer_privacy {
  /* color: #F3EDE0; */
  color: #ffffff;
  text-decoration: underline;
}

a.footer_privacy:hover {
  /* color: #FFFCF4; */
  color: #ffffff;
}

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

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

.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 0;
  /*    color: var(--e-global-color-76d6344);*/
  color: #e9890e;
  clear: both;
}

.text-right {
  display: block;
  text-align: right;
  margin-bottom: 0.2em;
  color: var(--e-global-color-accent) 3;
}

.ttl_new h3 .new {
  text-align: center;
  vertical-align: middle;
  font-size: 0.5em;
  color: #ffffff;
  background-color: #8f1e1c;
  padding: 0.2em 0.3em;
  margin-top: 0.1em;
  margin-right: 0.5em;
  line-height: 1.4;
}

.gtranslate_wrapper {
  position: ;
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
  width: calc(100% - 66px) !important;
}

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

  .text-right {
    font-size: 14px;
  }

  .desc {
    font-size: 75%;
  }
}

/* ipad pc -----------------------*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* popup */

:focus {
  outline: none;
}

.dialog-close-button.dialog-lightbox-close-button {
  text-decoration: none !important;
}