/*!
Theme Name: gw-custom-vr12
Text Domain: gw-custom-vr12
*/

/*
* {
outline: 1px solid magenta;
}*/

body {
  margin: 0;
  padding: 0;
  font-family: "TsukuAOldMinPr6-M", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "TsukuAOldMinPr6-M", "MatissePro-DB", sans-serif;
}
p {
  clear: both;
}

.footer_link a:link,
.footer_link a:visited {
  color: #fff;
  text-decoration: underline;
}
.footer_link a:hover {
  color: #fff;
  text-decoration: none;
}
.sp_only {
  display: none;
}

.single-post .elementor .elementor-widget-theme-post-content a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}

/* button decoration --------------- */
.elementor .btn_common .elementor-button {
  position: relative;
}
.elementor .btn_common .elementor-button::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-top: 1px solid var(--e-global-color-text);
  transform: rotate(45deg);
  bottom: -5px;
  right: 2px;
}

/* 縦書き ----------------- */
.txt-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  letter-spacing: 6px;
}
.elementor .txt-vertical .elementor-element {
  width: min-content;
}
.txt-vertical h1,
.txt-vertical h2,
.txt-vertical h3,
.txt-vertical h4,
.txt-vertical h5 {
  font-size: 29px;
  line-height: 1.5em;
}
.txt-vertical p,
.txt-vertical span {
  line-height: 2.3em;
}

/* menu_txt */
.small {
  padding-top: 1em;
  font-size: 0.8em;
  color: #000;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* TOP News Custom -------------- */
.bdt-ep-accordion-icon {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 20px);
}

/* Menu----------- */
.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.4em;
  margin: -1em 0 10px;
  color: #000;
  clear: both;
}

/* privacypolicy ----------------------- */
.privacy_policy h3 {
  margin-top: 2em;
}

@media (max-width: 1024px) {
  html {
    overflow-x: hidden !important;
  }
  body {
    overflow-x: hidden !important;
  }
}

/* sp ------------------------------------------
------------------------------------------------ */
@media (max-width: 767px) {
  html,
  body {
    /* display:inline-block; */
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .wrap {
    overflow-x: hidden;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
    /* display: inline-block; */
  }

  .txt-vertical {
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    -webkit-text-orientation: initial;
    letter-spacing: 0px;
  }
  .elementor .txt-vertical .elementor-element {
    width: 100%;
  }
  .txt-vertical h1,
  .txt-vertical h2,
  .txt-vertical h3,
  .txt-vertical h4,
  .txt-vertical h5 {
    font-size: 24px;
    text-align: center;
  }
  .txt-vertical p,
  .txt-vertical span {
  }

  .noTop .a-imgCropper.-top,
  .noRight .a-imgCropper.-right,
  .noBottom .a-imgCropper.-bottom,
  .noLeft .a-imgCropper.-left {
    display: block;
  }
  .noTOP_sp .a-imgCropper.-top,
  .noRight_sp .a-imgCropper.-right,
  .noBottom_sp .a-imgCropper.-bottom,
  .noLeft_sp .a-imgCropper.-left {
    display: none;
  }
}
