﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */

/*
#loading{
    display:none;
}
*/
/* スクショ撮影用CSS */
/*
.luxy-el, #luxy {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important; 
    top: 0 !important;
}
*/

@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page_top a{
     border-top:0;
}
#head_contact a{
    border-radius:50px;
}
#menu_bt .close_txt {
    pointer-events: none;
    position: absolute; /* 親要素に対して絶対配置 */
    top: 50px;         /* アイコンからの距離（適宜調整） */
    left: 45%;         /* 一旦左から50%の位置へ */
    transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して中央揃え */
    white-space: nowrap; /* 意図しない改行を防ぐ */
    opacity: 0;
    transition: all 0.3s; /* motion03sの代わり */
    letter-spacing: 0.3em; /* 0.1em〜0.5em程度で調整。数値が大きいほど広がります */
    line-height: 1;        /* 行間の余計な隙間を詰める */
    text-indent: 0.3em;
}

#menu_bt.active .close_txt {
    top: 70px;         /* アクティブ時に少し下がるアニメーションにする場合 */
    opacity: 1;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#head_contact a::before,#head_contact a span{
    border-radius:50px;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main_txt h3, .main_txt h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 
                 0 0 20px rgba(0, 0, 0, 0.3);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#top_con .btn span{
    border-radius:50px;
}
#top_link li a{
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 50px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.intro_title_wrap {
    left: -35px; /* 数値は実際の見た目で調整してください */
}
#top_con{
    padding-left:0;
}
#top_con .btn span{
    padding: 15px;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page_title .page_title_border.active{
    display:none;
}
.form_wrap .d_flex input, .form_wrap textarea {
    background-color: #eee!important;
    border-bottom:0!important;
}
#page04 .box_txt1 a{
    transition:all 0.6s;
}
#page04 .box_txt1 a:hover{
    opacity:0.5;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.g-recaptcha {
        display: flex !important;
        justify-content: center; /* 横方向の中央寄せ */
        width: 100% !important;
        overflow: hidden;
    }

    .g-recaptcha > div {
        /* scaleを使用すると要素の「占有幅」は元の304pxのままになるため、
           マイナスマージンやoriginの調整が必要です */
        transform: scale(0.85); 
        transform-origin: center top !important; /* 起点を中央にする */
        margin: 0 auto !important;
    }
}

