@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
*/

/***希魅亭のcss***/

@media screen and (max-width: 599px){.onpc{display: none!important;}}
@media screen and (min-width: 600px){.onsp{display: none!important;}}


/******************ヘッダーメニューの下に別のヘッダーメニューを表示 ここから******************/
@media (min-width: 960px) {
    .-parallel .l-header__inner {
        display:flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .-parallel .l-header__logo {
        text-align: center;
        width: 100%
    }

    .-parallel .l-header__logo .c-catchphrase {
        font-size: 12px;
        line-height: 1;
        margin-top: 16px
    }

    .-parallel .l-header__gnav {
        width: 100%
    }

    .-parallel .l-header__gnav .c-gnav {
        justify-content: space-between;
        max-width: 1200px;
        width: 100%;
        justify-self: center;
    }

    .-parallel .l-header__gnav .c-gnav>li>a {
        padding: 2em 16px;
    }

    .-parallel .c-headLogo.-txt,.-parallel .w-header {
        justify-content: center
    }

    .-parallel .w-header {
        margin-bottom: 8px;
        margin-top: 8px
    }

    .-parallel-bottom .l-header__inner {
        padding-top: 8px
    }

    .-parallel-bottom .l-header__logo {
        order: 1;
        padding: 16px 0
    }

    .-parallel-bottom .w-header {
        order: 2
    }

    .-parallel-bottom .l-header__gnav {
        order: 3
    }

    .-parallel-top .l-header__inner {
        padding-bottom: 8px
    }

    .-parallel-top .l-header__gnav {
        order: 1
    }

    .-parallel-top .l-header__logo {
        order: 2;
        padding: 16px 0
    }

    .-parallel-top .w-header {
        order: 3
    }

    .l-header.-parallel .w-header {
        width: 100%
    }

    .l-fixHeader.-parallel .l-fixHeader__gnav {
        margin-left: auto
    }
}

.c-gnav>.menu-item{
    margin: 0 auto !important;
}

.l-header__gnav.mv {
    color: #fff;
}

.l-header__gnav.mv .c-gnav>.menu-item {
    max-width: 100%;
}
.l-header__gnav.mv .c-gnav>.menu-item:hover {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.8;
}
/*ヘッダーメニューの縦線*/
.l-header__gnav.mv .c-gnav>.menu-item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 35%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -90%;
    margin: 0 1rem;
}

/* 固定記事・投稿記事・カテゴリーページ・タグページ・404ページを対象 */
.page, .single, .category, .tag, .error404 {
    display: flex;
    flex-direction: column;
}

/* flexにすると表示が崩れるので補正 */
.p-breadcrumb, .w-beforeFooter, .l-content {
    width: 100%;
  }

.p-breadcrumb, .w-beforeFooter{
    margin: 0!important;
}

.w-beforeFooter {
  order: 1; /* フッター直前のウィジェット */
  background-image: url(https://nozomi-tei.com/wp-content/uploads/2025/10/meyu-bg-01.png);
  background-repeat: repeat;
}

.p-mainVisual {
    order: 2;/*メインビジュアル*/
}

div#breadcrumb {
    order: 2;/*パンくずリスト*/
}

.l-content {
  order: 3; /* コンテンツ */
}

.l-footer {
  order: 4; /* フッター */
}

.c-gnav>.menu-item>a .ttl {
    font-size: 16px !important;
    font-weight: 700;
    font-family: "Noto Serif JP", serif!important;
}
.c-gnav>.menu-item>a .pc-head-menu-ja {
    font-size: 10px !important;
    font-weight: normal;
    font-family: メイリオ, sans-serif !important;
    margin-top: 1em;
}
/******************ヘッダーメニューの下に別のヘッダーメニューを表示 ここまで******************/

/*ヘッダーメニューのマウスオーバー時の下線の位置を調整*/
.c-gnav>.menu-item>a:after{bottom:20%;}

/*下層ページのヘッダーメニューの下線調整*/
.c-gnav > .-current > a::after {
    transform: scaleX(1);
    width: 70%!important;
    left: auto!important;
    background: #fff!important;
}

/*追従ヘッダーメニューの影*/
.l-fixHeader{border-bottom: 1px solid rgb(0,0,0,0.1);}

/*グローバルメニューを太字に変更*/
.c-gnav{
    font-weight: 700;
}
ul.c-spnav.c-listMenu {
    font-weight: 700;
}

.l-header{
    /*background-image: linear-gradient(#000000, #191919 25%, #333333 50%, #4c4c4c 75%, #666666) !important;*/
    background-image: linear-gradient(#666666, #4c4c4c 25%, #333333 50%, #191919 75%, #000000) !important;
}
.l-header__bar{
    background: rgba(0,0,0,0)!important;
}

.c-widget__title.-spmenu, .l-header__customBtn{
    background-image: url(https://nozomi-tei.com/wp-content/uploads/2025/10/meyu-bg-01.png);
  background-repeat: repeat;
}
.p-spMenu__body{
    background-image: linear-gradient(#000000, #191919 25%, #333333 50%, #4c4c4c 75%, #666666) !important;
}

/***文字サイズ ここから***/
/**PC ここから**/
@media screen and (min-width: 600px){
    .pc-fs-0_5rem{font-size: 0.5rem!important;}
    .pc-fs-0_8rem{font-size: 0.8rem!important;}
    .pc-fs-0_9rem{font-size: 0.9rem!important;}
    .pc-fs-1rem{font-size: 1rem!important;}
    .pc-fs-1_2rem{font-size: 1.2rem!important;}
    .pc-fs-1_3rem{font-size: 1.3rem!important;}
    .pc-fs-1_5rem{font-size: 1.5rem!important;}
    .pc-fs-2rem{font-size: 2rem!important;}
    .pc-fs-2_5rem{font-size: 2.5rem!important;}
    .pc-fs-3rem{font-size: 3rem!important;}
    .pc-fs-3_5rem{font-size: 3.5rem!important;}
    .pc-fs-4rem{font-size: 4rem!important;}
    .pc-fs-4_5rem{font-size: 4.5rem!important;}
    .pc-fs-5rem{font-size: 5rem!important;}
    .pc-fs-5_5rem{font-size: 5.5rem!important;}
    .pc-fs-6rem{font-size: 6rem!important;}
    .pc-fs-6_5rem{font-size: 6.5rem!important;}
    .pc-fs-7rem{font-size: 7rem!important;}
    .pc-fs-7_5rem{font-size: 7.5rem!important;}
    .pc-fs-8rem{font-size: 8rem!important;}
    .pc-fs-8_5rem{font-size: 8.5rem!important;}
    .pc-fs-9rem{font-size: 9rem!important;}
    .pc-fs-9_5rem{font-size: 9.5rem!important;}
    .pc-fs-10rem{font-size: 10rem!important;}    
}
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
.sp-fs-0_5rem{font-size: 0.5rem!important;}
.sp-fs-0_8rem{font-size: 0.8rem!important;}
.sp-fs-0_9rem{font-size: 0.9rem!important;}
.sp-fs-1rem{font-size: 1rem!important;}
.sp-fs-1_2rem{font-size: 1.2rem!important;}
.sp-fs-1_3rem{font-size: 1.3rem!important;}
.sp-fs-1_5rem{font-size: 1.5rem!important;}
.sp-fs-2rem{font-size: 2rem!important;}
.sp-fs-2_5rem{font-size: 2.5rem!important;}
.sp-fs-3rem{font-size: 3rem!important;}
.sp-fs-3_5rem{font-size: 3.5rem!important;}
.sp-fs-4rem{font-size: 4rem!important;}
.sp-fs-4_5rem{font-size: 4.5rem!important;}
.sp-fs-5rem{font-size: 5rem!important;}
.sp-fs-5_5rem{font-size: 5.5rem!important;}
.sp-fs-6rem{font-size: 6rem!important;}
.sp-fs-6_5rem{font-size: 6.5rem!important;}
.sp-fs-7rem{font-size: 7rem!important;}
.sp-fs-7_5rem{font-size: 7.5rem!important;}
.sp-fs-8rem{font-size: 8rem!important;}
.sp-fs-8_5rem{font-size: 8.5rem!important;}
.sp-fs-9rem{font-size: 9rem!important;}
.sp-fs-9_5rem{font-size: 9.5rem!important;}
.sp-fs-10rem{font-size: 10rem!important;}   
}
/**SP ここまで**/
/***文字サイズ ここまで***/

/*太字*/
.futoji{font-weight: 700;}

/*ノーマル*/
.normal{font-weight: normal!important;}

/***マージン ここから***/
/**PC ここから**/
@media (min-width:600px){
    .pc-mar-top-0{margin-top:0!important;}
    .pc-mar-top-0_5rem{margin-top:0.5rem!important;}
    .pc-mar-top-1rem{margin-top:1rem!important;}
    .pc-mar-top-1_5rem{margin-top:1.5rem!important;}
    .pc-mar-top-2rem{margin-top:2rem!important;}
    .pc-mar-top-2_5rem{margin-top:2.5rem!important;}
    .pc-mar-top-3rem{margin-top:3rem!important;}
    .pc-mar-top-3_5rem{margin-top:3.5rem!important;}
    .pc-mar-top-4rem{margin-top:4rem!important;}
    .pc-mar-top-5rem{margin-top:5rem!important;}
    .pc-mar-top-5_5rem{margin-top:5.5rem!important;}
    .pc-mar-top-6rem{margin-top:6rem!important;}
    .pc-mar-top-6_5rem{margin-top:6.5rem!important;}
    .pc-mar-top-7rem{margin-top:7rem!important;}
    .pc-mar-top-7_5rem{margin-top:7.5rem!important;}
    .pc-mar-top-8rem{margin-top:8rem!important;}
    .pc-mar-top-8_5rem{margin-top:8.5rem!important;}
    .pc-mar-top-9rem{margin-top:9rem!important;}
    .pc-mar-top-9_5rem{margin-top:9.5rem!important;}
    .pc-mar-top-10rem{margin-top:10rem!important;}
    .pc-mar-top-m0_5rem{margin-top:-0.5rem!important;}
    .pc-mar-top-m1rem{margin-top:-1rem!important;}
    .pc-mar-top-m1_5rem{margin-top:-1.5rem!important;}
    .pc-mar-top-m2rem{margin-top:-2rem!important;}
    .pc-mar-top-m2_5rem{margin-top:-2.5rem!important;}
    .pc-mar-top-m3rem{margin-top:-3rem!important;}
    .pc-mar-top-m3_5rem{margin-top:-3.5rem!important;}
    .pc-mar-top-m4rem{margin-top:-4rem!important;}
    .pc-mar-top-m5rem{margin-top:-5rem!important;}
    .pc-mar-top-m5_5rem{margin-top:-5.5rem!important;}
    .pc-mar-top-m6rem{margin-top:-6rem!important;}
    .pc-mar-top-m6_5rem{margin-top:-6.5rem!important;}
    .pc-mar-top-m7rem{margin-top:-7rem!important;}
    .pc-mar-top-m7_5rem{margin-top:-7.5rem!important;}
    .pc-mar-top-m8rem{margin-top:-8rem!important;}
    .pc-mar-top-m8_5rem{margin-top:-8.5rem!important;}
    .pc-mar-top-m9rem{margin-top:-9rem!important;}
    .pc-mar-top-m9_5rem{margin-top:-9.5rem!important;}
    .pc-mar-top-m10rem{margin-top:-10rem!important;}

    .pc-mar-bt-0{margin-bottom:0!important;}
    .pc-mar-bt-0_5rem{margin-bottom:0.5rem!important;}
    .pc-mar-bt-1rem{margin-bottom:1rem!important;}
    .pc-mar-bt-1_5rem{margin-bottom:1.5rem!important;}
    .pc-mar-bt-2rem{margin-bottom:2rem!important;}
    .pc-mar-bt-2_5rem{margin-bottom:2.5rem!important;}
    .pc-mar-bt-3rem{margin-bottom:3rem!important;}
    .pc-mar-bt-3_5rem{margin-bottom:3.5rem!important;}
    .pc-mar-bt-4rem{margin-bottom:4rem!important;}
    .pc-mar-bt-5rem{margin-bottom:5rem!important;}
    .pc-mar-bt-5_5rem{margin-bottom:5.5rem!important;}
    .pc-mar-bt-6rem{margin-bottom:6rem!important;}
    .pc-mar-bt-6_5rem{margin-bottom:6.5rem!important;}
    .pc-mar-bt-7rem{margin-bottom:7rem!important;}
    .pc-mar-bt-7_5rem{margin-bottom:7.5rem!important;}
    .pc-mar-bt-8rem{margin-bottom:8rem!important;}
    .pc-mar-bt-8_5rem{margin-bottom:8.5rem!important;}
    .pc-mar-bt-9rem{margin-bottom:9rem!important;}
    .pc-mar-bt-9_5rem{margin-bottom:9.5rem!important;}
    .pc-mar-bt-10rem{margin-bottom:10rem!important;}
    .pc-mar-bt-10_5rem{margin-bottom:10.5rem!important;}
    .pc-mar-bt-11rem{margin-bottom:11rem!important;}
    .pc-mar-bt-11_5rem{margin-bottom:11.5rem!important;}
    .pc-mar-bt-12rem{margin-bottom:12rem!important;}
    .pc-mar-bt-m0_5rem{margin-bottom:-0.5rem!important;}
    .pc-mar-bt-m1rem{margin-bottom:-1rem!important;}
    .pc-mar-bt-m1_5rem{margin-bottom:-1.5rem!important;}
    .pc-mar-bt-m2rem{margin-bottom:-2rem!important;}
    .pc-mar-bt-m2_5rem{margin-bottom:-2.5rem!important;}
    .pc-mar-bt-m3rem{margin-bottom:-3rem!important;}
    .pc-mar-bt-m3_5rem{margin-bottom:-3.5rem!important;}
    .pc-mar-bt-m4rem{margin-bottom:-4rem!important;}
    .pc-mar-bt-m5rem{margin-bottom:-5rem!important;}
    .pc-mar-bt-m5_5rem{margin-bottom:-5.5rem!important;}
    .pc-mar-bt-m6rem{margin-bottom:-6rem!important;}
    .pc-mar-bt-m6_5rem{margin-bottom:-6.5rem!important;}
    .pc-mar-bt-m7rem{margin-bottom:-7rem!important;}
    .pc-mar-bt-m7_5rem{margin-bottom:-7.5rem!important;}
    .pc-mar-bt-m8rem{margin-bottom:-8rem!important;}
    .pc-mar-bt-m8_5rem{margin-bottom:-8.5rem!important;}
    .pc-mar-bt-m9rem{margin-bottom:-9rem!important;}
    .pc-mar-bt-m9_5rem{margin-bottom:-9.5rem!important;}
    .pc-mar-bt-m10rem{margin-bottom:-10rem!important;}
    .pc-mar-bt-m11rem{margin-bottom:-11rem!important;}
    .pc-mar-bt-m12rem{margin-bottom:-12rem!important;}

    .pc-mar-left-1rem{margin-left: 1rem!important;}    
    .pc-mar-left-2rem{margin-left: 2rem!important;}
    .pc-mar-left-m1rem{margin-left: -1rem!important;}
    .pc-mar-right-2rem{margin-right: 2rem!important;}
    .pc-mar-right-m1rem{margin-right: -1rem!important;}
    }
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
    .sp-mar-top-0{margin-top:0!important;}
    .sp-mar-top-0_5rem{margin-top:0.5rem!important;}
    .sp-mar-top-1rem{margin-top:1rem!important;}
    .sp-mar-top-1_5rem{margin-top:1.5rem!important;}
    .sp-mar-top-2rem{margin-top:2rem!important;}
    .sp-mar-top-2_5rem{margin-top:2.5rem!important;}
    .sp-mar-top-3rem{margin-top:3rem!important;}
    .sp-mar-top-3_5rem{margin-top:3.5rem!important;}
    .sp-mar-top-4rem{margin-top:4rem!important;}
    .sp-mar-top-5rem{margin-top:5rem!important;}
    .sp-mar-top-5_5rem{margin-top:5.5rem!important;}
    .sp-mar-top-6rem{margin-top:6rem!important;}
    .sp-mar-top-6_5rem{margin-top:6.5rem!important;}
    .sp-mar-top-7rem{margin-top:7rem!important;}
    .sp-mar-top-7_5rem{margin-top:7.5rem!important;}
    .sp-mar-top-8rem{margin-top:8rem!important;}
    .sp-mar-top-8_5rem{margin-top:8.5rem!important;}
    .sp-mar-top-9rem{margin-top:9rem!important;}
    .sp-mar-top-9_5rem{margin-top:9.5rem!important;}
    .sp-mar-top-10rem{margin-top:10rem!important;}
    .sp-mar-top-m0_5rem{margin-top:-0.5rem!important;}
    .sp-mar-top-m1rem{margin-top:-1rem!important;}
    .sp-mar-top-m1_5rem{margin-top:-1.5rem!important;}
    .sp-mar-top-m2rem{margin-top:-2rem!important;}
    .sp-mar-top-m2_5rem{margin-top:-2.5rem!important;}
    .sp-mar-top-m3rem{margin-top:-3rem!important;}
    .sp-mar-top-m3_5rem{margin-top:-3.5rem!important;}
    .sp-mar-top-m4rem{margin-top:-4rem!important;}
    .sp-mar-top-m5rem{margin-top:-5rem!important;}
    .sp-mar-top-m5_5rem{margin-top:-5.5rem!important;}
    .sp-mar-top-m6rem{margin-top:-6rem!important;}
    .sp-mar-top-m6_5rem{margin-top:-6.5rem!important;}
    .sp-mar-top-m7rem{margin-top:-7rem!important;}
    .sp-mar-top-m7_5rem{margin-top:-7.5rem!important;}
    .sp-mar-top-m8rem{margin-top:-8rem!important;}
    .sp-mar-top-m8_5rem{margin-top:-8.5rem!important;}
    .sp-mar-top-m9rem{margin-top:-9rem!important;}
    .sp-mar-top-m9_5rem{margin-top:-9.5rem!important;}
    .sp-mar-top-m10rem{margin-top:-10rem!important;}

    .sp-mar-bt-0{margin-bottom:0!important;}
    .sp-mar-bt-0_5rem{margin-bottom:0.5rem!important;}
    .sp-mar-bt-1rem{margin-bottom:1rem!important;}
    .sp-mar-bt-1_5rem{margin-bottom:1.5rem!important;}
    .sp-mar-bt-2rem{margin-bottom:2rem!important;}
    .sp-mar-bt-2_5rem{margin-bottom:2.5rem!important;}
    .sp-mar-bt-3rem{margin-bottom:3rem!important;}
    .sp-mar-bt-3_5rem{margin-bottom:3.5rem!important;}
    .sp-mar-bt-4rem{margin-bottom:4rem!important;}
    .sp-mar-bt-5rem{margin-bottom:5rem!important;}
    .sp-mar-bt-5_5rem{margin-bottom:5.5rem!important;}
    .sp-mar-bt-6rem{margin-bottom:6rem!important;}
    .sp-mar-bt-6_5rem{margin-bottom:6.5rem!important;}
    .sp-mar-bt-7rem{margin-bottom:7rem!important;}
    .sp-mar-bt-7_5rem{margin-bottom:7.5rem!important;}
    .sp-mar-bt-8rem{margin-bottom:8rem!important;}
    .sp-mar-bt-8_5rem{margin-bottom:8.5rem!important;}
    .sp-mar-bt-9rem{margin-bottom:9rem!important;}
    .sp-mar-bt-9_5rem{margin-bottom:9.5rem!important;}
    .sp-mar-bt-10rem{margin-bottom:10rem!important;}
    .sp-mar-bt-m0_5rem{margin-bottom:-0.5rem!important;}
    .sp-mar-bt-m1rem{margin-bottom:-1rem!important;}
    .sp-mar-bt-m1_5rem{margin-bottom:-1.5rem!important;}
    .sp-mar-bt-m2rem{margin-bottom:-2rem!important;}
    .sp-mar-bt-m2_5rem{margin-bottom:-2.5rem!important;}
    .sp-mar-bt-m3rem{margin-bottom:-3rem!important;}
    .sp-mar-bt-m3_5rem{margin-bottom:-3.5rem!important;}
    .sp-mar-bt-m4rem{margin-bottom:-4rem!important;}
    .sp-mar-bt-m5rem{margin-bottom:-5rem!important;}
    .sp-mar-bt-m5_5rem{margin-bottom:-5.5rem!important;}
    .sp-mar-bt-m6rem{margin-bottom:-6rem!important;}
    .sp-mar-bt-m6_5rem{margin-bottom:-6.5rem!important;}
    .sp-mar-bt-m7rem{margin-bottom:-7rem!important;}
    .sp-mar-bt-m7_5rem{margin-bottom:-7.5rem!important;}
    .sp-mar-bt-m8rem{margin-bottom:-8rem!important;}
    .sp-mar-bt-m8_5rem{margin-bottom:-8.5rem!important;}
    .sp-mar-bt-m9rem{margin-bottom:-9rem!important;}
    .sp-mar-bt-m9_5rem{margin-bottom:-9.5rem!important;}
    .sp-mar-bt-m10rem{margin-bottom:-10rem!important;}

    .sp-mar-left-m0_5rem{margin-left:-0.5rem!important;}
    .sp-mar-right-3rem{margin-right:3rem!important;}
    .sp-mar-right-m0_5rem{margin-right:-0.5rem!important;}
    .sp-mar-left-m1rem{margin-left:-1rem!important;}
    .sp-mar-right-m1rem{margin-right:-1rem!important;}
}
/**SP ここまで**/
/***マージン ここまで***/

/***パディング ここから***/
/**PC ここから**/
@media (min-width:600px){
    .pc-pad-top-0{padding-top:0!important;}
    .pc-pad-top-0_5rem{padding-top:0.5rem!important;}
    .pc-pad-top-1rem{padding-top:1rem!important;}
    .pc-pad-top-1_5rem{padding-top:1.5rem!important;}
    .pc-pad-top-2rem{padding-top:2rem!important;}
    .pc-pad-top-2_5rem{padding-top:2.5rem!important;}
    .pc-pad-top-3rem{padding-top:3rem!important;}
    .pc-pad-top-3_5rem{padding-top:3.5rem!important;}
    .pc-pad-top-4rem{padding-top:4rem!important;}
    .pc-pad-top-4_5rem{padding-top:4.5rem!important;}
    .pc-pad-top-5rem{padding-top:5rem!important;}
    .pc-pad-top-5_5rem{padding-top:5.5rem!important;}
    .pc-pad-top-6rem{padding-top:6rem!important;}
    .pc-pad-top-6_5rem{padding-top:6.5rem!important;}
    .pc-pad-top-7rem{padding-top:7rem!important;}
    .pc-pad-top-7_5rem{padding-top:7.5rem!important;}
    .pc-pad-top-8rem{padding-top:8rem!important;}
    .pc-pad-top-8_5rem{padding-top:8.5rem!important;}
    .pc-pad-top-9rem{padding-top:9rem!important;}
    .pc-pad-top-9_5rem{padding-top:9.5rem!important;}
    .pc-pad-top-10rem{padding-top:10rem!important;}
    .pc-pad-top-m0_5rem{padding-top:-0.5rem!important;}
    .pc-pad-top-m1rem{padding-top:-1rem!important;}
    .pc-pad-top-m1_5rem{padding-top:-1.5rem!important;}
    .pc-pad-top-m2rem{padding-top:-2rem!important;}
    .pc-pad-top-m2_5rem{padding-top:-2.5rem!important;}
    .pc-pad-top-m3rem{padding-top:-3rem!important;}
    .pc-pad-top-m3_5rem{padding-top:-3.5rem!important;}
    .pc-pad-top-m4rem{padding-top:-4rem!important;}
    .pc-pad-top-m4_5rem{padding-top:-4.5rem!important;}
    .pc-pad-top-m5rem{padding-top:-5rem!important;}
    .pc-pad-top-m5_5rem{padding-top:-5.5rem!important;}
    .pc-pad-top-m6rem{padding-top:-6rem!important;}
    .pc-pad-top-m6_5rem{padding-top:-6.5rem!important;}
    .pc-pad-top-m7rem{padding-top:-7rem!important;}
    .pc-pad-top-m7_5rem{padding-top:-7.5rem!important;}
    .pc-pad-top-m8rem{padding-top:-8rem!important;}
    .pc-pad-top-m8_5rem{padding-top:-8.5rem!important;}
    .pc-pad-top-m9rem{padding-top:-9rem!important;}
    .pc-pad-top-m9_5rem{padding-top:-9.5rem!important;}
    .pc-pad-top-m10rem{padding-top:-10rem!important;}

    .pc-pad-bt-0{padding-bottom:0!important;}
    .pc-pad-bt-0_5rem{padding-bottom:0.5rem!important;}
    .pc-pad-bt-1rem{padding-bottom:1rem!important;}
    .pc-pad-bt-1_5rem{padding-bottom:1.5rem!important;}
    .pc-pad-bt-2rem, .pc-pad-bt-2em{padding-bottom:2rem!important;}
    .pc-pad-bt-2_5rem{padding-bottom:2.5rem!important;}
    .pc-pad-bt-3rem{padding-bottom:3rem!important;}
    .pc-pad-bt-3_5rem{padding-bottom:3.5rem!important;}
    .pc-pad-bt-4rem{padding-bottom:4rem!important;}
    .pc-pad-bt-4_5rem{padding-bottom:4.5rem!important;}
    .pc-pad-bt-5rem{padding-bottom:5rem!important;}
    .pc-pad-bt-5_5rem{padding-bottom:5.5rem!important;}
    .pc-pad-bt-6rem{padding-bottom:6rem!important;}
    .pc-pad-bt-6_5rem{padding-bottom:6.5rem!important;}
    .pc-pad-bt-7rem{padding-bottom:7rem!important;}
    .pc-pad-bt-7_5rem{padding-bottom:7.5rem!important;}
    .pc-pad-bt-8rem{padding-bottom:8rem!important;}
    .pc-pad-bt-8_5rem{padding-bottom:8.5rem!important;}
    .pc-pad-bt-9rem{padding-bottom:9rem!important;}
    .pc-pad-bt-9_5rem{padding-bottom:9.5rem!important;}
    .pc-pad-bt-10rem{padding-bottom:10rem!important;}
    .pc-pad-bt-m0_5rem{padding-bottom:-0.5rem!important;}
    .pc-pad-bt-m1rem{padding-bottom:-1rem!important;}
    .pc-pad-bt-m1_5rem{padding-bottom:-1.5rem!important;}
    .pc-pad-bt-m2rem{padding-bottom:-2rem!important;}
    .pc-pad-bt-m2_5rem{padding-bottom:-2.5rem!important;}
    .pc-pad-bt-m3rem{padding-bottom:-3rem!important;}
    .pc-pad-bt-m3_5rem{padding-bottom:-3.5rem!important;}
    .pc-pad-bt-m4rem{padding-bottom:-4rem!important;}
    .pc-pad-bt-m4_5rem{padding-bottom:-4.5rem!important;}
    .pc-pad-bt-m5rem{padding-bottom:-5rem!important;}
    .pc-pad-bt-m5_5rem{padding-bottom:-5.5rem!important;}
    .pc-pad-bt-m6rem{padding-bottom:-6rem!important;}
    .pc-pad-bt-m6_5rem{padding-bottom:-6.5rem!important;}
    .pc-pad-bt-m7rem{padding-bottom:-7rem!important;}
    .pc-pad-bt-m7_5rem{padding-bottom:-7.5rem!important;}
    .pc-pad-bt-m8rem{padding-bottom:-8rem!important;}
    .pc-pad-bt-m8_5rem{padding-bottom:-8.5rem!important;}
    .pc-pad-bt-m9rem{padding-bottom:-9rem!important;}
    .pc-pad-bt-m9_5rem{padding-bottom:-9.5rem!important;}
    .pc-pad-bt-m10rem{padding-bottom:-10rem!important;}

    .pc-pad-2rem{padding:2rem!important;}
    .pc-pad-3rem{padding:3rem!important;}
    .pc-rentacar-yoyaku-tel-pad{padding:1em 0!important;}
    .pc-pad-left-1rem {padding-left: 1rem!important;}
    .pc-pad-left-2rem {padding-left: 2rem!important;}
    .pc-pad-left-3rem {padding-left: 3rem!important;}
    .pc-pad-left-4rem {padding-left: 4rem!important;}
    .pc-pad-right-1rem {padding-right: 1rem!important;}    
    .pc-pad-right-2rem {padding-right: 2rem!important;}
}
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
    .sp-pad-top-0{padding-top:0!important;}
    .sp-pad-top-0_5rem{padding-top:0.5rem!important;}
    .sp-pad-top-1rem{padding-top:1rem!important;}
    .sp-pad-top-1_5rem{padding-top:1.5rem!important;}
    .sp-pad-top-2rem{padding-top:2rem!important;}
    .sp-pad-top-2_5rem{padding-top:2.5rem!important;}
    .sp-pad-top-3rem{padding-top:3rem!important;}
    .sp-pad-top-3_5rem{padding-top:3.5rem!important;}
    .sp-pad-top-4rem{padding-top:4rem!important;}
    .sp-pad-top-4_5rem{padding-top:4.5rem!important;}
    .sp-pad-top-5rem{padding-top:5rem!important;}
    .sp-pad-top-5_5rem{padding-top:5.5rem!important;}
    .sp-pad-top-6rem{padding-top:6rem!important;}
    .sp-pad-top-6_5rem{padding-top:6.5rem!important;}
    .sp-pad-top-7rem{padding-top:7rem!important;}
    .sp-pad-top-7_5rem{padding-top:7.5rem!important;}
    .sp-pad-top-8rem{padding-top:8rem!important;}
    .sp-pad-top-8_5rem{padding-top:8.5rem!important;}
    .sp-pad-top-9rem{padding-top:9rem!important;}
    .sp-pad-top-9_5rem{padding-top:9.5rem!important;}
    .sp-pad-top-10rem{padding-top:10rem!important;}
    .sp-pad-top-m0_5rem{padding-top:-0.5rem!important;}
    .sp-pad-top-m1rem{padding-top:-1rem!important;}
    .sp-pad-top-m1_5rem{padding-top:-1.5rem!important;}
    .sp-pad-top-m2rem{padding-top:-2rem!important;}
    .sp-pad-top-m2_5rem{padding-top:-2.5rem!important;}
    .sp-pad-top-m3rem{padding-top:-3rem!important;}
    .sp-pad-top-m3_5rem{padding-top:-3.5rem!important;}
    .sp-pad-top-m4rem{padding-top:-4rem!important;}
    .sp-pad-top-m4_5rem{padding-top:-4.5rem!important;}
    .sp-pad-top-m5rem{padding-top:-5rem!important;}
    .sp-pad-top-m5_5rem{padding-top:-5.5rem!important;}
    .sp-pad-top-m6rem{padding-top:-6rem!important;}
    .sp-pad-top-m6_5rem{padding-top:-6.5rem!important;}
    .sp-pad-top-m7rem{padding-top:-7rem!important;}
    .sp-pad-top-m7_5rem{padding-top:-7.5rem!important;}
    .sp-pad-top-m8rem{padding-top:-8rem!important;}
    .sp-pad-top-m8_5rem{padding-top:-8.5rem!important;}
    .sp-pad-top-m9rem{padding-top:-9rem!important;}
    .sp-pad-top-m9_5rem{padding-top:-9.5rem!important;}
    .sp-pad-top-m10rem{padding-top:-10rem!important;}

    .sp-pad-bt-0{padding-bottom:0!important;}
    .sp-pad-bt-0_5rem{padding-bottom:0.5rem!important;}
    .sp-pad-bt-1rem{padding-bottom:1rem!important;}
    .sp-pad-bt-1_5rem{padding-bottom:1.5rem!important;}
    .sp-pad-bt-2rem, .sp-pad-bt-2em{padding-bottom:2rem!important;}
    .sp-pad-bt-2_5rem{padding-bottom:2.5rem!important;}
    .sp-pad-bt-3rem{padding-bottom:3rem!important;}
    .sp-pad-bt-3_5rem{padding-bottom:3.5rem!important;}
    .sp-pad-bt-4rem{padding-bottom:4rem!important;}
    .sp-pad-bt-4_5rem{padding-bottom:4.5rem!important;}
    .sp-pad-bt-5rem{padding-bottom:5rem!important;}
    .sp-pad-bt-5_5rem{padding-bottom:5.5rem!important;}
    .sp-pad-bt-6rem{padding-bottom:6rem!important;}
    .sp-pad-bt-6_5rem{padding-bottom:6.5rem!important;}
    .sp-pad-bt-7rem{padding-bottom:7rem!important;}
    .sp-pad-bt-7_5rem{padding-bottom:7.5rem!important;}
    .sp-pad-bt-8rem{padding-bottom:8rem!important;}
    .sp-pad-bt-8_5rem{padding-bottom:8.5rem!important;}
    .sp-pad-bt-9rem{padding-bottom:9rem!important;}
    .sp-pad-bt-9_5rem{padding-bottom:9.5rem!important;}
    .sp-pad-bt-10rem{padding-bottom:10rem!important;}
    .sp-pad-bt-m0_5rem{padding-bottom:-0.5rem!important;}
    .sp-pad-bt-m1rem{padding-bottom:-1rem!important;}
    .sp-pad-bt-m1_5rem{padding-bottom:-1.5rem!important;}
    .sp-pad-bt-m2rem{padding-bottom:-2rem!important;}
    .sp-pad-bt-m2_5rem{padding-bottom:-2.5rem!important;}
    .sp-pad-bt-m3rem{padding-bottom:-3rem!important;}
    .sp-pad-bt-m3_5rem{padding-bottom:-3.5rem!important;}
    .sp-pad-bt-m4rem{padding-bottom:-4rem!important;}
    .sp-pad-bt-m4_5rem{padding-bottom:-4.5rem!important;}
    .sp-pad-bt-m5rem{padding-bottom:-5rem!important;}
    .sp-pad-bt-m5_5rem{padding-bottom:-5.5rem!important;}
    .sp-pad-bt-m6rem{padding-bottom:-6rem!important;}
    .sp-pad-bt-m6_5rem{padding-bottom:-6.5rem!important;}
    .sp-pad-bt-m7rem{padding-bottom:-7rem!important;}
    .sp-pad-bt-m7_5rem{padding-bottom:-7.5rem!important;}
    .sp-pad-bt-m8rem{padding-bottom:-8rem!important;}
    .sp-pad-bt-m8_5rem{padding-bottom:-8.5rem!important;}
    .sp-pad-bt-m9rem{padding-bottom:-9rem!important;}
    .sp-pad-bt-m9_5rem{padding-bottom:-9.5rem!important;}
    .sp-pad-bt-m10rem{padding-bottom:-10rem!important;}

    .sp-pad-2rem{padding:2rem!important;}
    .sp-pad-3rem{padding:3rem!important;}
    .sp-pad-side-0_5rem{padding-left: 0.5rem!important;padding-right: 0.5rem!important;}
    .sp-pad-left-1rem {padding-left: 1rem!important;}
    .sp-pad-left-2rem {padding-left: 2rem!important;}
    .sp-pad-left-3rem {padding-left: 3rem!important;}
    .sp-pad-left-4rem {padding-left: 4rem!important;}
    .sp-pad-right-1rem {padding-right: 1rem!important;}
    .sp-pad-1rem{padding: 1rem!important;}
}
/**SP ここまで**/
/***パディング ここまで***/

/**中央ぞろえ ここから**/
/*共通*/
.center{text-align: center!important;}
.center-side-banner img {
    display: table;
    margin: 0 auto;
}
/*PC*/
@media (min-width:600px){
    .pc-center{text-align: center!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-center{text-align: center!important;}
}
/**中央ぞろえ ここまで**/

/**右寄せ ここから**/
/*共通*/
.right{text-align: right!important;}
/*PC*/
@media (min-width:600px){
    .pc-right{text-align: right!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-right{text-align: right!important;}
}
/**右寄せ ここまで**/

/*h2の下線を無くす*/
h2.is-style-section_ttl.no-kasen::after{content:none!important;}


/***フォーム（snowmonkeyforms） ここから***/
/**共通 ここから**/
/*google recaptchaのアイコン（バッジ）を非表示*/
  .grecaptcha-badge { visibility: hidden; }

/*入力→完了までのステップの位置調整*/
ol.smf-progress-tracker {
    padding-left: 0!important;
  }
  /*ラジオボタンの選択肢の間隔を空ける*/
  .smf-label {
    margin-top: 1rem;
  }
  /*チェックボックスの位置を調整*/
  .smf-form .smf-item .smf-checkbox-control__control{margin-top: 0.5rem;}

  /*snow monkey formの確認画面で非表示*/
[data-screen="confirm"] .input {
    display:none;
  }
  /*snow monkey formの戻るボタンと送信ボタンの間を調整*/
  /*SP*/
  @media screen and (max-width: 599px){
    button.smf-button-control__control {
      margin: 1rem;
  }
  }
/***フォーム（snowmonkeyforms） ここまで***/

@media (min-width:600px){
    .h2-midashi {
    font-size: 1.8rem !important;
}
.post_content h2.is-style-section_ttl.h2-midashi::after {
    top: 70% !important;
    height: 2px !important;
    background: #990000 !important;
}
}
@media (max-width:599px){
    .h2-midashi {
    font-size: 1.5rem !important;
}
.post_content h2.is-style-section_ttl.h2-midashi::after {
    top: 75% !important;
    height: 2px !important;
    background: #990000 !important;
}
}

@media (min-width:600px){
.nikukodawari-midashi {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
}
.nikukodawari-midashi img {
    width: 5% !important;
    margin-right: .5rem;
}
.ittougai-text{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.ittougai-text img {
    width: 4% !important;
    margin-right: .5rem;
}
.jyoshiki-kodawari-midashi{
    font-size: 1.5rem;
}
.jyoshiki-kodawari-midashi i{
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.8);
    color:#990000;
}
}
@media (max-width:599px){
.nikukodawari-midashi {
    display: flex;
    font-size: 1.2rem;
    align-items: center;
}
.nikukodawari-midashi img {
    width: 8% !important;
    margin-right: .5rem;
}
.ittougai-text{
    font-size: 1.2rem;
}
.sp-ittougai-img img {
    width: 15%;
    margin-bottom: -1.5rem !important;
}
.jyoshiki-kodawari-midashi{
    font-size: 1.2rem;
}
.jyoshiki-kodawari-midashi i{
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.8);
    color:#990000;
}
}

/**ページの背景 ここから**/
@media (min-width:600px){
#body_wrap {
    max-width: 100%;
    overflow-x: clip;
    position: relative;
    z-index: 1;
    background-image: url(https://nozomi-tei.com/wp-content/uploads/2025/10/bg-ami-02.png);
    background-size: cover;
    background-attachment: fixed;
}
}
@media (max-width:599px){
    #body_wrap {
        max-width: 100%;
        overflow-x: clip;
        position: relative;
        z-index: 1;
        background-image: url(https://nozomi-tei.com/wp-content/uploads/2025/10/bg-ami-02.png);
        background-size: cover;
        background-attachment: fixed;
    }
}
/**ページの背景 ここまで**/

/**文字色**/
.white{
    color:#fff!important;
}
.link-kasen-white a{
    color: #fff!important;
    text-decoration: underline;
}

.shop-table a{
    color: #fff;
    text-decoration: underline;
}
/***投稿ページの文字色を白に変更 ここから***/
.single-post, .archive{
color:#fff;
}
.single-post .p-breadcrumb__item, .archive .p-breadcrumb__item{
color:#000;
}
.category .c-pageTitle__subTitle{
    display: none;
}
.category .c-pageTitle[data-style=b_bottom]{
    border-bottom: 1px solid rgba(0,0,0,0)!important;
}
.category .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    border-bottom: 1px solid #990000!important;
}
/***投稿ページの文字色を白に変更 ここまで***/

@media (min-width:600px){
    .shop-table th, .shop-table td, .recruit-table th, .recruit-table td{
border:1px solid rgba(0,0,0,0)!important;
padding: 1rem 0!important;
}
    .shop-table th{
        width: 15%!important;
        background: rgba(0,0,0,0)!important;
    }
    .recruit-table th{
        width: 30%!important;
        background: rgba(0,0,0,0)!important;
    }
    .shop-table tr:not(:first-child)::after, .recruit-table tr:not(:first-child)::after {
    background: rgba(255, 255, 255, .4);
    width: 90%;
    height: 1px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (max-width:599px){
    .shop-table th, .shop-table td, .recruit-table th, .recruit-table td{
border:1px solid rgba(0,0,0,0)!important;
background: rgba(0,0,0,0)!important;
}
.shop-table th, .recruit-table th{
    margin-top: 1rem!important;
    margin-bottom: -2rem !important;
}
.shop-table td, .recruit-table td {
    margin-bottom: .5rem !important;
}

    .shop-table a[href^="tel:"] {
    color: #FF3333 !important;
    text-decoration: none!important;
}
   .shop-table tr::after, .recruit-table tr::after {
    background: rgba(255, 255, 255, .4);
    width: 90%;
    height: 1px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
}

.page-id-119 h1.c-pageTitle, .page-id-117 h1.c-pageTitle, .page-id-114 h1.c-pageTitle, .page-id-121 h1.c-pageTitle {
    display: none;
}
@media (min-width:600px){
.page-id-119 .l-mainContent__inner>.post_content, .page-id-117 .l-mainContent__inner>.post_content, .page-id-114 .l-mainContent__inner>.post_content, .page-id-121 .l-mainContent__inner>.post_content {
    margin-top: 0 !important;
}
}
@media (max-width:599px){
.page-id-119 .l-mainContent__inner>.post_content, .page-id-117 .l-mainContent__inner>.post_content, .page-id-114 .l-mainContent__inner>.post_content, .page-id-121 .l-mainContent__inner>.post_content {
    margin-top: 0 !important;
}
}

.recruit-cap .cap_box_content {
    background: rgba(0, 0, 0, 0) !important;
}
.recruit-cap .cap_box_content{
    border: 2px solid #fff!important;
}
.recruit-cap.is-style-onborder_ttl>.cap_box_ttl {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    background-color: #990000!important;
}

.top-news-list li a, .category-news .p-postList.-type-simple li a{
    pointer-events: none;
	cursor: default;
}

.relative{
position: relative;
}

@media (min-width:600px){
.menu-price {
    position: absolute;
    right: 8%;
    bottom: 0;
    font-size: 3rem !important;
    font-weight: 700;
}
.menu-price span{
    font-size: 2rem !important;
}
}
@media (max-width:599px){
.menu-price {
   font-size: 3rem !important;
    font-weight: 700;
    text-align: right;
}
.menu-price span{
    font-size: 2rem !important;
}
}
.menu-kugirisen {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/***フォーム ここから***/
/*span.smf-item__label__text, span.smf-radio-button-control__label, div#--description{
    color: #fff;
}*/
.form-bg {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
}
/***フォーム ここまで***/

.c-gnav > li.menu-item-317:hover > a::after{
    display: none;
}
.header-tel-main {
    font-size: 2rem;
}
.header-tel-main i {
    font-size: 1.2rem;
}
.pc-header-tel-sub {
    margin-bottom: 0.5rem;
}
