/*!
Theme Name: gg-corporate
Text Domain: gg-corporate
*/

body {
    margin: 0;
    padding: 0;
    font-family:Helvetica,
        "Noto Sans JP",
        Arial,
        "FP-HiraKakuStdN-W4",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: Helvetica,"Noto Sans JP",, sans-serif;
    font-style: normal;
}

#header_inner_sc {
    background-color: rgba(0, 0, 0, 0.20);
}

#header_inner_sc.scroll_on {
    background-color: rgba(0, 0, 0, 0.90);
}

.elementor .elementor-element.shop_menu .ha-price-menu .ha-price-menu-item:first-child {
    border: none;
    border-width: 0;
}

details.business-toggle summary {
    display: block;
    list-style-type: none;
    background: #131415;
    color: #fff;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

summary::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    transition: transform 0.4s;
    display: inline-block;
}

details.business-toggle[open] summary::before {
    transform: rotate(180deg);
}

details.business-toggle .answer {
    opacity: 0;
    transition: 0.4s;
}

details.business-toggle[open] .answer {
    opacity: 1;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}
.tb_only{
    display: none;
}

.bar {
  position: relative;
  padding: 0 35px 10px 25px;
  background: #e6e6e6;
  color: #242424;
  font-size: 13px;
    margin: 15px 0 5px 0;
    display: inline-block;
    font-weight: 600;
}
.bar:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #909090;
}

table.table_normal2 th {
    width: 20%;
    background-color: #f6f6f6;
    padding: 20px 30px;
    text-align: center;
}

.ha-offcanvas-content-open {
    overflow: auto !important;
}

.ha-offcanvas-content-open .ha-offcanvas-container:after {
    max-height: 100% !important;
}

.head_logo {
    position: fixed;
    top: 10px;
    left: 30px;
    z-index: 9999;
}

.head_img {
    width: 220px;
}

.marker {
  background:linear-gradient(transparent 50%, rgba(255, 70, 70) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}

.footer-privacy a {
    text-decoration: underline!important;
    color: #000!important;
}

.footer-privacy a:hover {
    opacity: 0.7;
}

.elementor-slideshow__header {
    margin-left: -70px!important;
}

.elementor-slideshow__title{
display:none !important;
}


/*TB表示調整*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: none;
    }
    .tb_only {
        display: block;
    }
}

@media (max-width:767px) {
    .head_logo {
        position: fixed;
        top: 10px;
        left: 8px;
        z-index: 9999;
        width: 80%;
    }

    .head_img {
        width: 47%;
    }
}

@media (max-width:767px) {
    html {
        width: 100%;
    }

    body {
        font-size: 14px;
        line-height: 1.6em;
        width: 100%;
    }

    ul#menu-global li a {
        color: #FFF !important;
    }

    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .tb_only{
    display: none;
}

    table.table_normal2 tr {
        display: flex;
        flex-direction: column;
    }

    table.table_normal2 th {
        width: 100%;
        background-color: #f6f6f6;
        padding: 10px 0px;
        margin: 10px 0px;
        text-align: center;
    }
/*    .elementor-widget-form .elementor-field-group .elementor-field {
        font-size: 15px;
    }*/

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea {
      font-size: 16px !important;
    }

}