/*
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;
}
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;
}
  
  /*便利な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;
    }
}

/*パンくずリスト*/
.arrowbc2 a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 20px;
	color: #333333;
}

.arrowbc2 p:before{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 20px;
	color: #333333;
}

/*お問い合わせフォーム*/
.brd br{
    display: none !important;
}
/*2カラム設定*/
.flexc{
	display: flex;
    justify-content: space-between;
    margin-bottom: 30px !important;
    align-items: center;
}
.topf{
    align-items: flex-start;
}

.pair{
	width: 15%;
}
.pair2{
	width: 75%;
}
/*入力欄*/
.ccont{
	background-color: #f2f2f2 !important;
    border: none !important;
    border-bottom: solid 3px #C8242B !important;
}
/*入力欄説明*/
.ctext{
	display: block;
    font-size: 1em;
    font-weight: bold;
    color: #C8242B;
}

.ctext2{
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
}

.ctext3{
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
}

.ctext4{
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
    padding: 0px 15px 15px;
    border-bottom: solid 1px #cccccc;
}

/*入力の際のテキスト*/
.ctext input{
    font-weight: normal;
}
/*テキストエリアのテキスト*/
.ctext textarea{
    font-weight: normal;
    height: 140px;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    padding: 0.82em;
}
/*プライバシーポリシーのテキスト*/
.pptext{
	color: #C8242B;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
/*プライバシーポリシーのリンク設定*/
.ppa{
	display: inline-block;
    color: #C8242B;
	border-bottom: solid 1px #C8242B;
}

.ppa:hover{
	display: inline-block;
    color: #C8242B;
	border-bottom: solid 1px #C8242B;
}

.wpcf7-acceptance{
    margin-left: -18px;
}
/*送信ボタン*/
.wpcf7-submit{
	display: block;
    width: 70%;
    height: 70px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold !important;
    background-color: #C8242B !important;
    border: 3px solid #C8242B !important;
    border-radius: 100px !important;
    margin: 10px auto 0px auto;
    transition: 0.3s;
}
.wpcf7-submit:hover{
    background-color: #ffffff !important;
	color: #C8242B !important;
}
/*戻るボタン*/
.wpcf7-previous{
	display: block;
    width: 70% !important;
    height: 70px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold !important;
    background-color: #333333 !important;
    border: 3px solid #333333 !important;
    border-radius: 100px !important;
    margin: 10px auto 0px auto;
    transition: 0.3s;
}
.wpcf7-previous:hover{
    background-color: #ffffff !important;
	color: #333333 !important;
}
@media screen and (max-width:767px){
	/*2カラムを解除*/
	.flexc{
	display: block;
}
	.pair{
	width: 100%;
}
.pair2{
	width: 100%;
}
.ctext textarea{
    font-weight: normal;
    height: 200px;
}

.wpcf7-submit{
    width: 70%;
}

.wpcf7-previous{
    width: 70%;
}

.spdel{
    display: none;
}
}

/*よくあるご質問の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;
}

/* ボタン系 */ 

.elementor-button .elementor-align-icon-left {
    font-size: 1.8em !important;
}

.elementor-button-text {
    line-height: 1.8;
}

.kouyaku .elementor-button .elementor-align-icon-left {
    font-size: 1.8em !important;
}

.kouyaku .elementor-button-text {
    line-height: 2.1;
}

.cnt .elementor-button .elementor-align-icon-left {
    font-size: 1em !important;
}

.cnt .elementor-button-text {
    line-height: 1;
}

.tel .elementor-button .elementor-align-icon-left {
    font-size: 0.75em !important;
}

.tel .elementor-button-text {
    line-height: 0.75;
}

/* リスト系 */ 
.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;  
}
