@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*記事下のシェアボタンを非表示*/
.article-footer .footer-contents .sns-btn {
  display: none;
}	

/*コンタクトフォーム*/
span.wpcf7-list-item {
display: block;
}

/*ボックス色変更*/
.entry-content .box26 {
    border-color: #77CC22;
}
.entry-content .box26 .box-title {
  color: #77CC22;
}
.sng-box.box31 {
  background-color: #fef4d9;
}
.sng-box.box31 .box-title {
  background-color: #00c409;
  color: #fff;
}
.sng-box.box32 {
  background-color: #fef4d9;
}
.sng-box.box32 .box-title {
  background-color: #844f00;
  color: #fff;
}
.sng-box.box33 {
  background-color: #fef4d9;
}
.sng-box.box33 .box-title {
  background-color: #f6aa00;
  color: #fff;
}
.box31 .box-title,
.box32 .box-title,
.box33 .box-title {
  text-align: left;
}
/*ボックス28アレンジ*/
.box28-2, .box28-3, .box28-4, .box28-5 {
    margin: 2em 0;
}
.box28-2 .box-title , .box28-3 .box-title , .box28-4 .box-title , .box28-5 .box-title {
    display: inline-block;
    line-height: 1.5;
    padding: 5px 9px 3px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 17px;
}
.box28-2 .box-title {
    background: #f6aa00;	
}
.box28-2 .box-content {
    padding: 1.3em 1em;
    border: solid 3px #f6aa00;
}

.box28-3 .box-title {
    background: #5a7118;
}
.box28-3 .box-content {
    padding: 1.3em 1em;
    border: solid 3px #5a7118;
}
.box28-4 .box-title {
    background: #844f00;
}
.box28-4 .box-content {
    padding: 1.3em 1em;
    border: solid 3px#844f00;
}
.box28-5 .box-title {
    background: #81d742;
}
.box28-5 .box-content {
    padding: 1.3em 1em;
    border: solid 3px #81d742;
}
/*header　タイトル画像大きさ調整*/
#logo img {
    display: inline-block;
   height: 100px;
    padding: 10px 0 10px 0;
    vertical-align: middle;
}
  .desktop-nav li a {
    height: 100px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 9;
  }

/*h1タイトル*/
.circle{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.circle h1{
	position:relative;
	display:inline-block;
	padding:9px 40px;
	border-bottom:2px solid #EC8C7F;
	margin-top: 20px;
	color:#593500;
}
.circle h1:before, .circle h1:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#EC8C7F;
	position:absolute;
	top:55px;
}
.circle h1:before{
	left:-4px;
}
.circle h1:after{
	right:-4px;
}
@media only screen and (max-width: 768px) {
	.circle h1:before, .circle h1:after{
		content:"";
		display:block;
	    width:10px;
     	height:10px;
		border-radius:50%;
		background:#EC8C7F;
		position:absolute;
		top:50px;
	}
}


/*h2タイトル*/
h2.shikaku{
    font-size: 1.143em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #5C4747;/* 文字の色 */

    margin: 0 0 1.5em;
    padding: 0.2em 0 0 1.7em;
    position: relative;
}
h2.shikaku:before{
    background: #627828;/* 左上四角部分の色 */
    top: 1;/* 左上四角部分の位置 */
    left: 0.5em;/* 左上四角部分の位置 */
    height: 12px;/* 左上四角の大きさ */
    width: 12px;/* 左上四角の大きさ */
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
h2.shikaku:after{
    background:#6A9C34;/* 左下四角部分の色 */
    top: 1.0em;/* 左下四角部分の位置 */
    left: 0.2em;/* 左下四角部分の位置 */
    height: 8px;/* 左下四角の大きさ */
    width: 8px;/* 左下四角の大きさ */
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}

/*h3タイトル*/
.entry-content h3 {
  margin: 2.6em 0 0.7em;
  padding: 6px 0 6px 10px;
  border-left-width: 6px;
  border-left-style: double;
  font-size: 1.2em;
  line-height: 1.5;
}


/* Contact Form 7 */
/* 必須マーク */
.hissu{
	margin-right: 10px;
	padding: 6px 10px;
	color: #f58694; /* 背景色 */
	border-radius: 5px;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%; 
	height: 60px;
	border-color: #ffbf7f; /* 枠線の色 */
	background: #ffbf7f; /* ボタンの色 */
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 2px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #FFFAE6;
    color: #000;
    width: 100%;
}

.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select
{
    background-color: #FFFAE6;
    color: #000;
    width: 50%;
}

#furusato-number-money {
        display: inline-block;
        text-align: right;
}

 #content.catid4 {
    background: #fef4d9;
 }
 
 /*記事一覧枠線*/
.sidelong__article {
	position: relative;
	width: 47%;
    margin: 0 3% 1em 0;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	border: solid 1px #43536B;
}

@media only screen and (max-width: 768px) {
.sidelong__article {
	width: 100%;
}
}


#archive_header{
	margin:0 0 1.5em 0;	
	border:none;
	}

/* wpcf7_pokke.js */
.entry-content ul li#not-past {
	list-style-type: none;
	background: #eee;
	margin-left: -1em;
}
span.mini-pokke::before {
	content: "ミニ";
	color: #fff;
	font-weight: bold;
	background-color: #f6aa00;
	padding: 3px;
	border-radius: 12px;
}
