/*
Theme Name: Daruma
Description: KYOTO DARUMA MATSURIのテーマ
Version: 002
Author: s.tanaka
*/

p.wp-block-paragraph{
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
}
p.wp-block-paragraph span.small{font-size:0.8em;}
p.wp-block-paragraph span.fontred{color:#ff3838;}

.sectionVision{
    position: relative;
  background: rgba(0,0,0,5);
  z-index: 1;
}
.sectionVision::before{
    background-image: url(https://kyotodaruma.com/daruma/img/2026/07/IMG_9443_0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5;
}


/*newsTabele*/
.newsTable th span.show-n,.newsTable th span.show-j,
.newsTable td span.show-n,.newsTable td span.show-j{font-size: 1.4rem;}


/*投稿ページ*/
p.wp-block-paragraph a{border-bottom: 1px solid;}


/*問い合わせフォーム*/
form.wpcf7-form .cf7tbl th{width: 120px;padding: 10px 5px;}
@media screen and (max-width: 980px) {
    form.wpcf7-form .cf7tbl th{width: 107px;}
  }
form.wpcf7-form .cf7tbl th p{line-height: 1.8;}
.wpcf7-form span.label{ font-size: 0.7rem;}
.wpcf7-form span.label-danger{ padding:3px 5px; margin-left: 0.5em; color: var(--maincolor-wht); background: rgb(228, 0, 0);}
form.wpcf7-form .submitBtn.no-border {
    padding: 20px 0;
}
.wpcf7-form .mail_info p{text-align: left;}
wpcf7-not-valid-tip {font-weight: bold;padding-top: 2px;}