/*
Theme Name: astra-child
Template: astra
*/

/************************************
** CSSデザイン
************************************/



/*  Hタグデザイン
 * -----------------------------------------------*/
h2 {
	position: relative;
	background: none;
	 /* background-image: url("https://home-shien.com/wp-content/uploads/2022/11/h2-bg.png"); */
	padding: 0.5em 0.75em 0.5em 2.2em !important;

  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;

  color: #ffffff;
  background: #ffd700;
  box-shadow: 8px 8px 3px 0px rgba(236, 231, 194, 1);
	margin-left: 0px;
	
}
h2:before {
	position: absolute;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f138" !important;
	font-weight: 900;
	color: #249B6F;
	padding: 0;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}


@media screen and (max-width: 834px){
h2 {
	position: relative;
	background: none;
	/* background-image: url("https://home-shien.com/wp-content/uploads/2023/01/h2-bg-sm.png"); */
	padding: 0.5em 0.75em 0.5em 2.5em !important;

  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  color: #ffffff;
  background: #ffd700;
  box-shadow: 6px 6px 3px 0px rgba(236, 231, 194, 1);
	margin-left: 0px;
}
h2.height {
	position: relative;
	background: none;
	background-image: url("https://home-shien.com/wp-content/uploads/2023/01/h2-bg-sm2.png");
	padding: 0.5em 0.75em 0.5em 2.5em !important;

  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	line-height: 1;
}
}


h2.side-title {
	position: relative;
	background: none;
	background-image:none;
	padding: 0.5em 0.75em 0.5em 2.5em !important;

  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}



h3 {
	position: relative;
	background-image: url("https://home-shien.com/wp-content/uploads/2022/12/h3-bg.png") !important;
	padding: 0.5em 0.75em 0.5em 0.5em !important;
	line-height: 2!important;

}


.neon {
	font-weight:bold;
	color: #000;
	text-shadow: 
		0 0 0.05em #FFFFFF,
		0 0 0.06em #FFFFFF,
		0 0 0.07em #FFFFFF,
		0 0 0.08em #FFFFFF,
		0 0 0.09em #FFFFFF,
		0 0 0.20em #FFFFFF,
		0 0 0.20em #FFFFFF,
		0 0 0.20em #FFFFFF,
		0 0 0.50em #FFFFFF;
}



/*  再度カテゴリ　タイトル */

h2.widget-title {
	position: relative;
	background: none;
	padding: 0.3em 0.3em 0.3em 2.0em !important;

  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	margin-left: 0px;
  box-shadow: none;
}
h2:before {
	position: absolute;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f138" !important;
	font-weight: 900;
	color: #249B6F;
	padding: 0;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}


/*  記事ページ　*/


.single-layout-1 {
	border: 0px solid #000 !important;
	padding: 30px;
	background-color: #FFF;
    border-radius: 16px;
}


.single-layout-1 h1.entry-title {
  position: relative;
  background: none;
  padding: 0.5em 0.75em 0.5em 0.75em !important;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  font-size: 1.6em;
  background: #ffd700;
  box-shadow: none;
  margin-left: 0px;
}


/*  キャッチフレーズデザイン
 * -----------------------------------------------*/
.tagline {
	font-size: 1.4em !important;
    position: relative;
    display: inline-block;
    margin: 10px auto;
    padding: .5em 1em;
    min-width: 120px;
    max-width: 100%;
    font-size: small;
    background: #FFFFFF !important;/*- lightseagreen -*/
    border-radius: 30px;
	font-weight:bold;
	color: #6b8e23;
	text-shadow: 
		0 0 0.05em #FFFFFF,
		0 0 0.06em #FFFFFF,
		0 0 0.07em #FFFFFF,
		0 0 0.08em #FFFFFF,
		0 0 0.09em #FFFFFF,
		0 0 0.20em #FFFFFF,
		0 0 0.20em #FFFFFF,
		0 0 0.20em #FFFFFF,
		0 0 0.50em #FFFFFF;
	
	display: none;
}

@media screen and (max-width: 834px){
.tagline {
	font-size: 1.0em !important;
	}
}
	
/*.tagline:before {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid lightseagreen;
}*/


/*  ヘッダー　ロゴ
 * -----------------------------------------------*/

.logo-image {
	margin-top: -100px !important;
	margin-left: 27% !important;
}



@media screen and (max-width: 834px){
.logo-image {
	width: 300px !important;
	padding-top: 15px !important;
	}
.logo-image img {
	width: 300px !important;
	padding-top: 20px !important;
	margin-left: -30% !important;
	}
}




/*  ヘッダー　電話番号案内
 * -----------------------------------------------*/
.toptel {
	display: inline-block !important;
    text-align: right;
	width: 100%;
	border: 0px solid #000000;
	margin: 0 auto;
	margin-right: 20px;
	margin-top: 30px;
}

.toptel img {
	width: 30% !important;
}

.logo-header{
	display: inline-block !important;
	width: 48%;
	border: 0px solid #000000;
    text-align: center;
	margin-top: -110px;
	margin-left: 30%;
}


/*1200px*/
@media screen and (max-width: 1200px){
.toptel {
	display: inline-block !important;
    text-align: right;
	width: 100%;
	border: 0px solid #000000;
	margin: 0 auto !important;
	margin-top: 50px;
}
.toptel img {
	width: 25% !important;
}
.logo-header{
	display: inline-block !important;
	width: 48%;
	border: 0px solid #000000;
    text-align: center;
	margin-top: -110px;
	margin-left: 30%;
}
	
.logo-image {
	width: 450px !important;
	padding-top: 20px !important;
	margin-left: 30% !important;
	}
}




/*834px以下*/
@media screen and (max-width: 834px){
.toptel {
	display: inline-block !important;
    text-align: center;
	width: 100%;
	border: 0px solid #000000;
	margin: 0 auto !important;
	margin-top: 0px;
}
.toptel img {
	width: 90% !important;
}
.logo-header{
	display: inline-block !important;
	width: 80% !important;
	border: 0px solid #000000;
    text-align: center !important;
	margin: 0 auto !important;
    margin-bottom: 30px;
}
.logo-header img{
	display: inline-block !important;
	width: 100% !important;
    text-align: center !important;
	margin: 0 auto !important;
    margin-bottom: 30px;
}
}



/* メニュー　二段デザイン
 ---------------------------------------------------*/
ul.hfe-nav-menu a.hfe-menu-item {
  flex-direction: column;
}

.hfe-nav-menu a span{
  /*メニュー上部のスタイル*/
  display: block !important;
}

.hfe-nav-menu a .under {
  /*メニュー下部のスタイル*/
	border-top: 3px dotted #C0C0C0 !important;
  display: block !important;
  margin-top: 6px !important;
  font-size: 0.8em !important;
	padding-top: 6px;
	font-weight: normal !important;
	font-size: 0.8em;
}


/* メニューウィジェットのline-heightの設定 */
.hfe-nav-menu li{
  line-height: 1em !important; /* ウィジェットでサポートされるようになったら消す */
}






/*  記事日付掲載
 * -----------------------------------------------*/
.widget-entry-card-date .post-date {
	display: block !important;
}


/*  事業概要　テーブル
 * -----------------------------------------------*/
table.about {
margin: 0 auto;
width: 100%;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;
background: #f5f5f5;
}
/*834px以下*/
@media screen and (max-width: 834px){
width: 100% !important;
}


table.about th {
vertical-align: middle;
width: 20% !important;
border-right: solid 1px #666;
margin: 0;
text-align: center;
color: #333;
font-size: 1.0em;
font-weight: bold;
}
/*834px以下*/
@media screen and (max-width: 834px){
table.about th {
text-align: left;
display:block !important;
width: 100% !important;
border-right: none;
}}


table.about td.data {
padding: 0 16px 0 16px;
margin: 0;
width: 80% !important;
border: none;
color: #666;
font-size: 1.0em;
line-height: 2;
text-align: left;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}

table.about td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}

/*834px以下*/
@media screen and (max-width: 834px){
table.about td.data {
text-align: left;
display:block !important;
width: 100% !important;
}
table.about td.bar {
height: auto;
width: 100%;
border-top: solid 1px #34495e;
}
}





/*  お問い合わせフォーム
 * -----------------------------------------------*/

/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: ;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 100%;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 2em;
}
/* 項目名 */
.label {
    display: block;
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: bold;
margin-bottom: -15px;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 0.8em;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
	padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #C84772;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.0em;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.0em;
}


.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="your-tel"] { 
	width: 100%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
}
.wpcf7 input[name="zip"] { /* 本文入力欄 */
	width: 40%;
}
.wpcf7 input[name="add-1"] { /* 本文入力欄 */
	width: 100%;
}
.wpcf7 input[name="add-2"] { /* 本文入力欄 */
	width: 100%;
}
.wpcf7 input[name="add-3"] { /* 本文入力欄 */
	width: 100%;
}

/* ボタン */
.btnArea {
    text-align: center;
}
input[type="submit"]{
    background: #C84772;
    border: 2px solid #ffffff;
    width: 230px;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1.4rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    color: #C84772;
    background-color: #ffffff;
    border-color: #C84772;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}



/* モバイル版 */
@media screen and (max-width: 680px) {
    .contact_item {
        margin-bottom: 1.8em;
    }
    .label {
        font-size: 1em;
        padding-bottom: 0px !important;
		border: 0px solid #000;
        margin-bottom: -20px !important;
    }
    .label_tag {
        font-size: 0.8.em;
        margin-bottom: 25px !important;
    }
    input[type="text"],input[type="email"] {
        padding: 10px;
        font-size: 1.em;
    }
    textarea {
        padding: .4rem;
        font-size: 1em;
    }
    input[type="submit"]{
        font-size: 1.2em;
    }
}



.footer-site-logo-image{
	width: 280px !important;
	height: 139px !important;
}



/*  トップイメージ　レイアウト　
 * -----------------------------------------------*/
.top-mess{
  background-image: url(https://home-shien.com/wp-content/uploads/2023/01/top-bg.jpg);
  background-repeat: no-repeat;
  width: 1120px;
  height: 674px;
}

@media screen and (max-width: 680px) {
.top-mess{
  background-image: url(https://home-shien.com/wp-content/uploads/2023/01/top-bg-sm.jpg);
  background-repeat: no-repeat;
  width: 100% !important;
  height: 302px !important;
}
}



/*  お知らせ　　wp_show_posts
 * -----------------------------------------------*/

.wp-show-posts-single {
	border: 0px solid #FF0000;
    padding:10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.wp-show-posts-inner {
	border: 0px solid #000000;
	padding-bottom: 0px!important;
}

/*  抜粋　*/
.wp-show-posts-entry-summary p {
    margin-left: -20px !important;
	border: 0px solid #FF0000;
}


/*  記事　サムネ　*/
.wp-show-posts-inner img{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}

.wp-show-posts-entry-summary {
	font-size: 0.8em;
}


/*  ＞カテゴリ表記　*/
.wp-show-posts-entry-meta {
	text-align: right !important;
	margin-top: -15px;
}
span.wp-show-posts-meta {
	display: inline-block !important;
		border: 0px solid #000000;
	    padding-top: -20px !important;
		font-weight: bold;
	margin-bottom: 15px !important;
	margin-right:10px;
}
span.wp-show-posts-meta::before {
	content: "＞";
	color: #7fb7da;
}


/*  タイトル調整　*/
span.wp-show-posts-entry-title {
	border: 0px solid #000000;
	font-weight: bold;
}

span.wp-show-posts-entry-title a {
	color: #238614 !important;
}
span.wp-show-posts-entry-title a:hover {
	color: #FC8700 !important;
}


.wp-show-posts-single {
	margin-bottom: 5px !important;
}


@media screen and (max-width: 680px) {
	.wp-show-posts-inner span{
    margin-top: 15px !important;
}
	.wp-show-posts-entry-summary {
    margin-top: 20px !important;
	font-size: 0.8em;
}
span.wp-show-posts-meta {
	    margin-top: -8px !important;
	margin-bottom: 15px !important;
}
	
}




/*  関連記事　レイアウト
 * -----------------------------------------------*/
h2.related-entry-heading {
	background-image: none !important;
}

h2.related-entry-heading:before {
	position: absolute;
	font-family: "Font Awesome 5 Free" !important;
	content: "" !important;
	font-weight: 900;
	color: #249B6F;
	padding: 0;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}



/*  文字の白枠
 * -----------------------------------------------*/
.white {
	text-shadow: 
		0 0 0.05em #FFFFFF,
		0 0 0.06em #FFFFFF,
		0 0 0.07em #FFFFFF,
		0 0 0.08em #FFFFFF,
		0 0 0.09em #FFFFFF,
		0 0 0.30em #FFFFFF,
		0 0 0.30em #FFFFFF,
		0 0 0.30em #FFFFFF,
		0 0 0.60em #FFFFFF;
}



/*  iframe 内レイアウト
 * -----------------------------------------------*/


#wpsp-1685 .wp-show-posts-entry-summary p {
  margin-left: 10px !important;
	border: 0px solid #000000;
}

/*  フッター ロゴ
 * -----------------------------------------------*/
@media screen and (max-width: 1200px) {
.footer-bottom-logo {
	border: 0px solid #000000;
	margin: 0 auto;
	margin-left: -15% !important;
	margin-right: 5% !important;
}
.footer-bottom-logo img {
    width: 300px !important;
	height: 187px !important;

}
}
@media screen and (max-width: 680px) {
.footer-bottom-logo {
	border: 0px solid #000000;
	margin: 0 auto;
	margin-left: -15% !important;
	margin-right: 5% !important;
	display: none;
}
	
.foot-logo{
	width: 100%;
    text-align: center;
	margin: 0 auto;
	}	
.foot-logo img{
    width: 250px !important;
   margin-top: 20px;
		border: 0px solid #000000;
	
}
}

/*--　スマホ　余白表示設定
------------------------------------*/
@media screen and (max-width: 680px) {
#container{
	width:100% !important;
    overflow:hidden !important;
	border: 0px solid #000000;
	margin-right: 0 !important ;
}

.wrap_original {
	width:100% !important;
    overflow:hidden !important;
	margin-right: 0 !important ;
}
}

/*--　reCaptcha 非表示 設定
------------------------------------*/

.grecaptcha-badge { visibility: hidden; }

/*--　表示・非表示 設定
------------------------------------*/
.sm { display: none !important; }
.pc { display: block !important; }
@media screen and (max-width: 680px){
.sm { display: block !important;}
.pc { display: none !important; }
}

.topnone { display: none !important; }

.clear {
	clear: both;
}
