/*
Theme Name:blankslate-child
Template:blankslate
Version:2021
*/

/* リセットCSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
	a:visited{
		text-decoration: none;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* リセットCSSここまで */

/* テキスト関係 */
html{
    font-size: 10px;
    font-family: 'Noto Sans Japanese', sans-serif;
}
body{
    font-size: 1.6rem;
}

h2{
	font-size: 3.2rem;
	font-weight: 600;
    font-style: normal;
}

h3{
	font-size: 2.4rem;
	font-weight: 600;
    font-style: normal;
}

h4{
	font-size: 1.6rem;
	font-weight: 600;
    font-style: normal;
}

p{
}

.mincho{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.senobi_f{
    font-family: senobi-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
  /*便利なCSS*/
/*便利なCSS*/
/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン～タブレットのみ表示する
pctbonly
◆タブレット～スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
    /* パソコンのみ表示する */
    .pconly{
        display: block !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: none !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
/* タブレット幅 */
@media screen and (max-width:1024px){
    /* パソコンのみ表示する */
    .pconly{
        display: none !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: block !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: none !important;
    }
}
/* スマホ幅 */
@media screen and (max-width:767px){
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: block !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
}

/*よくあるご質問のQとA*/
#kwsk .elementor-toggle-title:before{
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://hikida-nara.com/wp-content/uploads/2021/09/icon_hon_4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0px 20px 4px 0px;
}

#kwsk .fa-plus:before {
    margin-top: 8px !important;
    display: inline-block;
}

/* リスト系 */ 
.kako li {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -1.9em;
}

.kako li::before {
	content: "(" counter(cnt) ") ";
}

.lista li{
    margin-bottom: 10px;
    
}

.redtxt{
    color: #C8242B;  
}

.li_reset li{
    list-style-type: disc;
    }

    .li_reset2 li{
        list-style-type: disc;
        margin-left: 20px;
        }

    .yose .e-container:not(.zyogai){
        width: calc(100% - (50% - 570px));
    }
    
    .yose2 .elementor-element-4b81b2e:not(.zyogai){
        width: calc(100% - (50% - 570px)) ;
    }

/* 小林 */
.yose2 .elementor-element-6c06018:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

.yose2 .elementor-element-4632636:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

/* 塚由 */
.yose2 .elementor-element-3ca4da6:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

.yose2 .elementor-element-2b24b6c:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

/* 澤田 */
.yose2 .elementor-element-520448f:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

.yose2 .elementor-element-24148f0:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

/* 宮脇 */
.yose2 .elementor-element-27b9113:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

.yose2 .elementor-element-173d5d5:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

/* 木村 */
.yose2 .elementor-element-fd75a15:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

.yose2 .elementor-element-43dc1f8:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

/* 松田 */
.yose2 .elementor-element-5411a8b:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

.yose2 .elementor-element-627e48a:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}

/* 会長 */
.yose2 .elementor-element-ad72a08:not(.zyogai){
    width: calc(100% - (50% - 570px)) ;
}


/* CSSまとめ */
/* 活動報告・予定見出し関連 */
@media screen and (max-width:1024px){
	.bagu{
		padding: 0px 30px !important;
	}
	.news_s{
		padding: 0px 30px !important;
	}
	.news_s .elementor-element-4631015{
		padding: 50px !important;
	}
}

@media screen and (max-width:767px){
	.bagu .elementor-heading-title:not( .elementor-heading-title){
        font-size: 4rem !important;
    }
    .bagu .elementor-widget-container h2:not(.dame){
        font-size: 1.6rem !important;
    }
    
    .bagu .e-container p:not(.dame){
        font-size: 1.2rem !important;
    }
    
    .bagu .elementor-element-293d4e1:not(.dame){
        gap: 5px;
    }
	.bagu{
		min-height:200px !important;
	}
	.news_s{
		padding: 0px 10px !important;
	}
	.news_s .elementor-element-4631015{
		padding: 30px 20px !important;
	}
	.elementor-element-91f4f43{
		width: 150px !important;
	}
	
    }
/* 活動報告・予定タブ関連 */
    #elementor-tab-content-1812,#elementor-tab-content-1811{
        padding:100px;
    }
    
    @media screen and (max-width:1024px){
        #elementor-tab-content-1812,#elementor-tab-content-1811{
        padding:50px;
    }
    }
    
    @media screen and (max-width:767px){
        #elementor-tab-content-1812,#elementor-tab-content-1811{
        padding:30px !important;
    }
    
    .acv_mline .elementor-widget-container{
        width: 150px !important;
    }
    
    .elementor-widget-container h3{
        font-size: 2.8rem !important;
    }
		.news_title .elementor-widget-container h3{
			font-size: 2rem !important;
		}
    
    .elementor-widget-container h3 a{
        font-size: 1.8rem !important;
    }
    
    .elementor-post-info__item--type-date{
        font-size: 1.6rem !important;
    }
    }

    .ppb a{
        background-image: none !important;
    }
    .ppb a:hover{
        background-image: none !important;
    }

/* 歴代会長タイムライン */
    .twae-content {
        border-radius: 0 !important;
            padding: 30px !important;
    }
    
    .twae-title{
        margin-bottom: 30px !important;
    }
    
    .twae-timeline-img img{
        padding: 0 !important;
            margin-bottom: 20px;
    }
    
    .twae-description{
        text-align: justify;
    }

    @media screen and (max-width:1024px){
        .twae-content {
                padding: 15px !important;
        }
        .twae-title{
            margin-bottom: 20px !important;
        }

    }
       @media screen and (max-width:1024px){
		   .yose .e-container:not(.zyogai){
        width:100% !important;
    }
    
    .yose2 .elementor-element-4b81b2e:not(.zyogai){
        width:100% !important;
    }
		   
	/* 小林 */
.yose2 .elementor-element-6c06018:not(.zyogai){
    width:100% !important;
}

.yose2 .elementor-element-4632636:not(.zyogai){
    width:100% !important;
}
		   
/* 塚由 */
.yose2 .elementor-element-3ca4da6:not(.zyogai){
    width:100% !important;
}

.yose2 .elementor-element-2b24b6c:not(.zyogai){
    width:100% !important;
}

/* 澤田 */
.yose2 .elementor-element-520448f:not(.zyogai){
    width:100% !important;
}

.yose2 .elementor-element-24148f0:not(.zyogai){
    width:100% !important;
}

/* 宮脇 */
.yose2 .elementor-element-27b9113:not(.zyogai){
    width:100% !important;
}

.yose2 .elementor-element-173d5d5:not(.zyogai){
    width:100% !important;
}

/* 木村 */
.yose2 .elementor-element-fd75a15:not(.zyogai){
    width:100% !important;
}

.yose2 .elementor-element-43dc1f8:not(.zyogai){
    width:100% !important;
}

/* 松田 */
.yose2 .elementor-element-5411a8b:not(.zyogai){
    width:100% !important;
}

.yose2 .elementor-element-627e48a:not(.zyogai){
    width:100% !important;
}

 /* 会長 */
.yose2 .elementor-element-ad72a08:not(.zyogai){
    width:100% !important;
}
}