/*!
Theme Name: gw_custom_vr13
Text Domain: gw_custom_vr13
*/

body {
  font-family: "Shippori Mincho B1", "Noto Sans JP", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 16px;
  color: #000000;
  line-height: 1.7em;
}

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

.ttl_font {
  font-family: "Shippori Mincho B1", serif;
}

/*#footer_main a:link,
#footer_main a:visited {
color: #ffffff;
text-decoration: underline;
}
#footer_main a:hover {
color: #ffffff;
text-decoration: none;
}*/
.single-post .elementor .elementor-widget-theme-post-content a {
  text-decoration: underline;
  color: var(--e-global-color-accent);
}

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

.header_rsv {
  position: fixed;
  top: 150px;
  right: 0;
}

.header_rsv a {
  display: block;
  background-color: var(--e-global-color-primary);
  color: #fff;
  padding: 25px 50px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8em;
  transition: 0.5s;
  letter-spacing: 4px;
  white-space: nowrap;
  font-family: "Shippori Mincho B1", serif;
}

.header_rsv a:hover {
  filter: brightness(1.25);
  /* 25%明るくする */
}

.header_rsv_offcampas a {
  display: block;
  color: #fff;
  border: 3px solid var(--e-global-color-ba90d98);
  /*background-color: var(--e-global-color-9b7a38a );*/
  text-align: center;
  height: 40px;
  line-height: 35px;
  transition: 0.5s;
  font-family: "Shippori Mincho B1", serif;
}

a.footer_rsv_f {
  color: var(--e-global-color-ba90d98);
  text-align: center;
  line-height: 1em;
  font-size: 14px;
}

.rsv_icon {
  font-size: 22px;
  margin-bottom: 8px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

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

/* popup */

:focus {
  outline: none;
}

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