body,h1,h2,h3,h4,h5,p {
    font-family: 'Noto Sans JP', sans-serif;
}
    
.m0a { margin: 0 auto!important;}

/* -------------------------------
　　見出し
　------------------------------- */

.entry-header .byline {
    display: none;
} 

.entry-header .posted-on .sydney-svg-icon {
    display:none;
}

.page .entry-header {
    text-align: center;
    margin: 0px auto 50px;
}

.hentry h1.title-post {
    line-height: normal;
    letter-spacing: 5px;
    font-size: 34px;
    padding-top: 40px;

}

#content H2:not(.elementor H2){
    margin: 50px 0; 
    padding: 5px;
    border-bottom: 2px solid #73427c;
}

#content h3:not(.elementor H3) {
    padding: 10px 5px 10px 15px ;
/*    border-left: 4px solid #73427c;*/
    background-color: #dcec74;
    margin: 1.5em 0;
    font-weight: 500;
}
    
#content h4:not(.elementor H4) {
    color: #73427c ;
    border-bottom: 1px solid #E8E6D2;
    padding: 5px 0.5em;
/*    background-color: #eeeaee;*/
}

.hentry blockquote{ 
    font-size: 1em;
    color: #666;
    background-color: #f5f5f5;
    padding: 20px 30px 30px;
    border: 1px solid #c2c5c9;
    border-radius: 4px;
    margin: 1em auto;
}

.veu_postList .postList_title {
    font-size: 13px;
}


/* -------------------------------
　　投稿
　------------------------------- */

/* 上下余白 */
body.post-template-default #content,
body.blog #content,
body.single #content,
body.archive #content {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* サイドバー */
#secondary.widget-area {
    border: 3px solid #eeeaee;
}


.widget-area .widget-title {
    font-size: 17px;
}

/* ページネーション */
.nav-links {text-align: center;}
.nav-links .page-numbers {color: #80848b;}

.nav-links .page-numbers.current {
    background-color: #0089C4;
    color: #fff;
}

.nav-links .page-numbers {
    background-color: #d9d9d9;
}

.single .hentry .title-post {
    border-bottom: 2px solid #73427c;
    padding: 5px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0;
}

.classic-alt .meta-post {
    text-align:left;
}

.single .single-meta, .classic-alt .posted-on {
    text-align: right;
    display: block;
}

#content h3.archive-title {margin-top:0px;}

body.instructor-template-default #secondary .veu_postList .postList_date {
    display: none;
}

#secondary .veu_button {
	border: 2px solid #94569e;
    text-align: center;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    padding: 8px;
}

#secondary .veu_button a.btn {
    color: #94569e;
}

.veu_postList .postList_more {
    font-size: 11px;
}

/* -------------------------------
　　講師紹介
　------------------------------- */
/*
.instructor-template-default #main.post-wrap {
    background-image: url(https://rentalchimakiya.com/wp/wp-content/uploads/2025/03/bg_circle_dot.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 38%;
        line-height: 2.2;
}
*/

.instructor-template-default #content.page-wrap {
    background-image: url(https://rentalchimakiya.com/wp/wp-content/uploads/2025/03/bg_circle_dot.png);
    background-repeat: no-repeat;
    line-height: 2.2;
    background-position: top -10px right 33%;
    background-size: 25%;
/*
    background-position: top -17px left -7%;
    background-size: 30%;
*/
}

    @media (max-width: 990px) {
        .instructor-template-default #content.page-wrap {
            background-position: top -10px right -20px;
            background-size: 43%;
        }
    }


#Lcontent > :not(h3):not(h4):not(li) {
    padding: 0 1em !important;
}
.instructor h2 {
  font-size: 130%!important;
  font-weight: 400!important;
  border-bottom: none!important;
  text-align: center!important;
  margin: 0 0 30px!important;
}
#Lcontent h3:first-of-type { margin-top: 50px!important;}
#Lcontent ul { margin-left: 30px !important; list-style-type: circle!important;}


/* -------------------------------
　　ヘッダー
　------------------------------- */

/* HOMEのみ背景透過 */
.home .main-header:not(.sticky-active), .header-search-form {
    background-color: #94569e00;
}

.main-header .site-header-inner, .main-header .top-header-row {
    padding: 0;
}

.main-header #mainnav{
    float: inline-end;
    background-color: #94569e;
}

header #mainnav a {
    display: block;
    padding: 18px;
}

.header_layout_2 .header-col {
    padding-right: 0;
}

@media (min-width: 992px) {
    header .container-fluid {
        padding-right: unset;
    }
}

header .site-header-inner .row {
    margin-right: 0px;
}


/* リンクオーバー
.bottom-header-row #mainnav .menu > li > a:hover,
.bottom-header-row #mainnav .menu > li > a[aria-current="page"] {
    font-weight: bold;
    color: #000;
}

header.main-header .top-header-row {
    padding-bottom: 0;
}
    */


/* -------------------------------
　　フッター
　------------------------------- */

#sidebar-footer ul#menu-footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#sidebar-footer ul#menu-footer li{
    text-wrap: nowrap;
    padding: 0 3%;
}

#sidebar-footer ul#menu-footer li:before{
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  padding-right: 5px;
}


#sidebar-footer aside#media_image-2 {
    margin-bottom: 20px;
}

#secondary .veu_postList .postList_date {
    color: #73427C;
    font-size: 12px;
}

#sidebar-footer a i.f_insta {
    font-size: 50px;
    color: #000;
}

#sidebar-footer a i {
    transition: all .5s;
}

#sidebar-footer address {
    font-style: unset;
}

#sidebar-footer address h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
#sidebar-footer .veu_contact .contact_bt_subTxt, .veu_contact .contact_bt_txt {
    color: #73427c;
}

#sidebar-footer .widget a {
    text-align: center;
}


/* ---------------------------------
    Contact form 7（共通）
--------------------------------- */

.cf-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0;
    border-bottom: 1px dashed #ccc;
    transition: all .3s;
}

.cf-area:last-child {
    border-bottom: none;
}

.cf-area dt {
    width: 200px;
    padding-right: 30px;
    text-align: right;
    line-height:1.5em;
}

.cf-area dd {
    flex: 1;
    margin-left: 10px;
}

.cf-area input, .cf-area textarea {
    width: 100%;
    padding: 0.8em;
    border: none;
    font-size: 16px;
    resize: vertical;
    transition: all .3s;
    background-color: #f6f6f6;
    border: 1px solid #c7c7c7;
}

.cf-area input:focus,.cf-area textarea:focus {
    outline: none;
/*	background: #dde2e9; */
}

.cf-required {
    background: #b91e23;
    color: #fff;
    font-size: 0.8em;
    padding: 0 5px 2px;
    border-radius: 2px
}

.cf-send input {
    display: block;
    width: 300px;
    margin: 30px auto 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    transition: all .3s;
}

.cf-send input:hover {
    filter: brightness(1.25);
    color:#fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fce3e3;
    border: none;
    text-align: center;
}

@media screen and (max-width:768px){
    .cf-area {
        display: block;
    }

    .cf-area dt {
    width: 100%;
        margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
        line-height:1.5em;
    }
}


/* ---------------------------------
    MW WP Form（共通）
--------------------------------- */

.mw_wp_form_g-standard .notes {
    color: #0f0f0f;
    display: initial;
    font-size: 16px;
    margin: 5px 0 0;
}

.g-standard-description {
    font-size: 12px;
    margin-bottom: -20px;
}

.nodisplay {display:none;} 

.mw_wp_form .horizontal-item:first-child {
    margin-right: 14px;  
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
    margin-right: 14px;
}

.mw_wp_form_g-standard label {
    text-indent: -1.5em;
    margin-left: 1.5em;
}


::placeholder{
    color:#BBB
}



/* ---------------------------------
    オリジナル（共通）
--------------------------------- */

.clear { clear: both; }
.clearfix {min-height: 1px;}
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.left {	text-align: left; }
.center {text-align: center;}
.right {text-align: right;}

.font1em {font-size:1em !important;}
.font8px {font-size:8px;}
.font9px {font-size:9px;}
.font10px {font-size:10px;}
.font11px {font-size:11px;}
.font12px {font-size:12px;}
.font13px {font-size:13px;}
.font14px {font-size:14px;}
.font15px {font-size:15px;}
.font16px {font-size:16px;}
.font18px {font-size:18px;}
.font20px {font-size:20px;}
.fontB {font-weight:700;}
.att_red { color: #D30000;font-weight: 600;}
.att_green { color: #3A9923;font-weight: 600;}
.att_blue { color: #2776DB;font-weight: 600;}
.serif,#content .serif h1 { font-family: serif !important;}
.red { color: #F00;}
.blue { color:#1D73E1;}

#content .sectionFrame {
    border-radius: 5px;
    box-shadow: inset 1px 1px 0px rgb(255 255 255);
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 25px 25px 5px;
    margin-bottom: 20px;
    clear: both;
}

/* 字下げ */
.jisage {
    text-indent: -1em;
    padding-left: 1em;}
.jisage2 {
    text-indent: -2em;
    padding-left: 1em;
    margin-left:2em;
}
.jisage3 {
    text-indent: -3em;
    padding-left: 1em;
    margin-left:3em;
}
    
/*マーカー風ライン*/
.marker01 {
    background:linear-gradient(transparent 60%, #ab43bd7c 40%);
    display: inline;
}


/* リストの様な表 */
.guideDl {margin:25px 0px 25px 0px;}
.guideDl dl {
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  width:100%;
}
.guideDl dt {
  border: none;
  font-weight: normal;
  white-space: nowrap;
  padding: 5px 0;
}
.guideDl dd {
  border: none;
  margin-left: 0;
  padding: 5px 0;
}
/* サイズ */
.guideDl dt {width: 17%;}
.guideDl dd {width: 83%;}


.hText p {margin-left:20px;}
.hText ul {margin:25px 0px 25px 10px;}
.hText li {margin-bottom:16px;}

.hText dl {display: flex; flex-wrap: wrap; width: 100%;}
.hText dt {width: 12%;margin-left: 10px; padding-bottom: 15px; line-height: 1.5;}
.hText dd {width: 80%; margin-left: 0px; padding-bottom: 15px; line-height: 1.5;}

.hText table {width: 98%;margin-left: 2%;}



/* -------------------------------
    マーク（共通）
------------------------------- */

.mMAIL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0e0';
    padding-right: 0.5em;
}

.mTEL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f095';
    padding-right: 0.4em;
}

.mFAX:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1ac';
    padding-right: 0.5em;
}

.mURL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f015';
    color: #333;
    padding-right: 0.5em;
}

.mPDF:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c1';
    font-size: 1.2em;
    color: #C71825;
    padding-right: 0.5em;
}

.mEXCEL:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c3';
    font-size: 1.2em;
    color: #3F8D23;
    padding-right: 0.5em;
}

.mWORD:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1c2';
    font-size: 1.2em;
    color: #0F48AE;
    padding-right: 0.5em;
}

.m2down:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f103';
    font-size: 1.2em;
    padding-left: 0.5em;
}

.mORDER:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f044';
    font-size: 1.2em;
    padding-left: 0.5em;
}

p.mMAIL,p.mTEL,p.mURL,p.mFAX,p.mPDF,p.mEXCEL,p.mWORD{
    line-height: 1;
    font-size: 1.1em;
}

/* 別窓で開く
a[target="_blank"]:not(.noicon):after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    font-size: 7px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 3px;
}
    */


/* -------------------------------
    Table（共通）
------------------------------- */

/*セルの間隔を無くす*/
table {
    border-collapse: collapse;
}

table, table td, 
table th {
    border: solid 1px #ccc;
    padding: 10px 1em;
}

table.left td, 
table.left th {
    text-align: left;
}

table th {
    background-color: #eee;
}

table.dot {
    border: none;
}
table.dot td, 
table.dot th {
    border: none;
    border-bottom: dotted 1px #ccc;
    padding: 10px 1em;
}


/* =======================================
    PC用
======================================= */


@media (min-width: 768px) {
    .nopc { display:none; }
    }
    
@media print, screen and (min-width: 970px) {
     
    /* -------------------------------
        レイアウト（PC）
    ------------------------------- */

    /* 投稿メインコンテンツの右余白*/
    .content-area .post-wrap, .contact-form-wrap {
        padding-right: 50px;
    }

    .w100per {
        width: 100%;
        margin: 0 auto;
    }
    .w90per {
        width: 90%;
        margin: 0 auto;
    }
    .w80per {
        width: 80%;
        margin: 0 auto;
    }
    .w70per {
        width: 70%;
        margin: 0 auto;
    }
    .w60per {
        width: 60%;
        margin: 0 auto;
    }
    .w50per {
        width: 50%;
        margin: 0 auto;
    }
    .w40per {
        width: 40%;
        margin: 0 auto;
    }
    .w30per {
        width: 30%;
        margin: 0 auto;
    }
    .w20per {
        width: 20%;
        margin: 0 auto;
    }
    .w10per {
        width: 10%;
        margin: 0 auto;
    }
    .w1100 {
        width: 1100px;
        margin: 0 auto;
    }
    .w1000 {
        width: 1000px;
        margin: 0 auto;
    }
    .w950 {
        width: 950px;
        margin: 0 auto;
    }
    .w900 {
        width: 900px;
        margin: 0 auto;
    }
    .w850 {
        width: 850px;
        margin: 0 auto;
    }
    .w800 {
        width: 800px;
        margin: 0 auto;
    }
    .w750 {
        width: 750px;
        margin: 0 auto;
    }
    .w700 {
        width: 700px;
        margin: 0 auto;
    }
    .w600 {
        width: 600px;
        margin: 0 auto;
    }
    .w500 {
        width: 500px;
        margin: 0 auto;
    }
    .w400 {
        width: 400px;
        margin: 0 auto;
    }

    .floatL {
        float: left;
        box-sizing: border-box;
    }

    .floatR {
        float: right;
        box-sizing: border-box;
    }
    
    .clearfix {
        min-height: 1px;
        }
        
    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    }

    .clear {
    clear: both;
    }

    
    
}/* PC用ここまで970px*/
    
    

/* =======================================
        モバイル用（スマホ・タブレット）
======================================= */ 
    
@media (max-width: 768px) {

    .nosp { display:none; }
    
    /* モバイルで画像を折り返す */
    #content img.spBL {
        float: none;
        display: block;
        margin: 10px auto;
    }


    /* -------------------------------
        ヘッダー
    ------------------------------- */

    .text-slider .maintitle {
        font-size: 2.2em;
        padding-bottom: 20px;
    }

    .text-slider .subtitle {
        padding-top: 20px;
        padding-bottom: 0;
    }
        
    /* -------------------------------
        テーブル（モバイル）
    ------------------------------- */
    .mbscroll{
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .mbscroll::-webkit-scrollbar{
        height: 5px;
    }
    .mbscroll::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .mbscroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

    /* -------------------------------
        フッター（モバイル）
    ------------------------------- */

        
}/* モバイル用768pxここまで */

/* -------------------------------
      スマホ用（モバイル）
------------------------------- */
    
@media (max-width: 480px) {
  
/* リストの様な表　縦並び */  
.guideDl dl {display: block;}
.guideDl dt {width: 100%;font-weight: 600;padding:0;}
.guideDl dd {width: 100%;padding-bottom:15px;}

}

