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

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

body {
  margin: 0;
  padding: 0;
  /* font-family:
    "Roboto",
    sans-serif "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif !important; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

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

a {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Archivo Black", sans-serif;
}

#footer_main a:link,
#footer_main a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#footer_main a:hover {
  color: #ffffff;
  text-decoration: none;
}
#footer_main .footer_btn a:link,
#footer_main .footer_btn a:visited {
  text-decoration: none;
}
.sp_only {
  display: none;
}
.small {
  display: block;
  font-size: 85%;
  line-height: 1.5em;
  color: var(--e-global-color-secondary);
  clear: both;
}

/* clearfix ------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

/* popup ----------- */

.top-popup a.dialog-close-button {
  text-decoration: none;
  color: initial;
}

:focus {
  outline: none;
}

/* Course----------- */
.course_copy {
  position: relative;
}
.course_copy::before {
}
.course-com {
  position: relative;
  z-index: 0;
}
.course-com::before,
.course-com::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(images/course-com.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.course-com::before {
  top: -30px;
  left: -30px;
}
.course-com::after {
  bottom: -30px;
  right: -30px;
  rotate: 180deg;
}

/* Menu----------- */
.menu p {
  overflow: auto;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}
.menu-item:first-child {
  margin-top: 0;
}

.menu-item h6 {
  margin: 0;
  font-size: 1em;
}

.price {
  float: right;
  text-align: right;
}

.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: -10px 0 0;
  color: var(--e-global-color-secondary);
  clear: both;
}

/* Party------------ */
.party_ttl {
  display: inline-block;
  position: relative;
  border-top: solid 2px var(--e-global-color-accent);
  border-bottom: solid 2px var(--e-global-color-accent);
}
.party_ttl:before,
.party_ttl:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: var(--e-global-color-accent);
}
.party_ttl:before {
  left: 7px;
}
.party_ttl:after {
  right: 7px;
}

/* privacy policy -------------- */
.privacy_policy {
  margin-top: 50px;
}
.privacy_policy h3 {
  font-size: 1.3em;
  margin: 1.5em 0 0.5em;
  padding-left: 10px;
  border-left: 5px solid #666;
}
.privacy_policy p {
  margin: 0;
}

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

/* News -------------- */
.elementor-441 .elementor-element.elementor-element-12f093e .elementor-post {
  background-color: #fff !important;
}
/* .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background-color: #fff !important;
  background-color: #df6f55 !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; */
  }
  .course-com {
    margin-top: 20px;
  }
  .course-com::before,
  .course-com::after {
    width: 50px;
    height: 50px;
  }
  .course-com::before {
    top: 0;
    left: 0;
  }
  .course-com::after {
    bottom: 0;
    right: 0;
  }
  /* Table ^---------------------- */
  .table-slide .bdt-position-large {
    margin: 10px;
  }
}
.single-post .elementor .elementor-widget-theme-post-content a {
  text-decoration: underline;
  color: var(--e-global-color-accent);
}

.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  color: #fffcf7 !important;
  line-height: 1.4em;
}
.menu-height {
  line-height: 1.4em;
  margin: 0;
}

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