@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.l-content{
    padding: 0 !important;
}

.top #content{
    padding: 0 !important;
}

.p-mainVisual .p-mainVisual__inner .p-mainVisual__slideTitle{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    line-height: 180%;
    font-size: clamp(24px, 5vw, 44px);
    letter-spacing: .05em;
    position: relative; 
    padding-top: 24px;
    z-index: 1;
}
  
.p-mainVisual .p-mainVisual__inner .p-mainVisual__slideTitle::before{
    content: '';
    background: url('images/crown_img.png') no-repeat center center;
    background-size: contain;
    width: 103px;
    height: 80px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@media screen and (max-width: 781px) {
    .p-mainVisual .p-mainVisual__inner .p-mainVisual__slideTitle::before{
        width: 52px;
        height: 40px;
        top: -30px;
    }
}

/* recaptcha非表示 */
.grecaptcha-badge { visibility: hidden; }

.contact-form-wrapper .reca{
    text-align: center;
    font-size: 12px !important;
}