body{
	background:#f9f6f5;
}

body {
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }


.l-header{
		background:#f9f6f5!important;
}
/*headerCSS*/

.headerh1{
	display:block;
	margin-top:20px;
	margin-left:20px;
	padding:0 40px;
	color:#942d30f7;
}

.sitelogo{
	width:220px;	
	display:block;
	margin-top:5px;
	margin-bottom:20px;
}


.headerh1 span{	
	display:block;
}
.siteTitle__link {
    text-align: left!important;
}


.t-headerCenter .siteTitle {
    margin: 0 auto 15px;
    padding-top: 5px;
    text-align: left;
}

.siteTitle__logo {
	width:100%;
	height:50px;
	margin:10px auto;
	margin-left:10px;
}


.t-headerCenter.t-logoPc40 .searchBtn {
    top: 20px;
    display: block;
    width: 60px;
    position: absolute;
    right: 2%;
}

.l-headerBottom .sbox{

}



/*トップページCSS*/
	.areawrap2 h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
	font-weight:initial;
}

.l-main h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
	font-weight:initial;
}

.mainimgwarp{
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
}

.mainimg{
	display:block!important;
	width:100%;
	margin:0 auto;
    mix-blend-mode: multiply;
}

.mainimgsp{
	display:none!important;
}
.l-wrapper {
    position: relative;
    max-width: 1170px;
    margin: 0px auto;
    width: 90%;
}


.searchHead__search{
	width:100%;
	position:relative;
}
.searchHead__form {
   display: flex;
	line-height:1.5em;
}

.searchHead__input{
	border-radius:15px;
	border: 2px solid #a83f3f;
	background:#fff;
}

.searchHead__input:active{
		   border: 2px solid #a83f3f;
}
.searchHead__submit{
	color:#a83f3f;	
	border-radius:15px;
		background:transparent!important;
}

.mainbtnwrap{
	width:400px;
	max-width:80%;
	margin:0 auto;
}
	
.mainbtn{
	display:inline-block;
	width:100%;
	border:1px solid;
	padding:3px;
	margin-right:5px;
	text-align:center;
	line-height:2em;
	color:#fff;
	background:#af814b;
		 
}

	
	.mainbtn:hover{
	color:#af814b;
	background:#fff;
	transition : 0.5s;　
}


.mainbtn2{
	display:block;
	width:80%;
	border:1px solid;
	padding:3px;
margin:0 auto;
	text-align:center;
	line-height:2em;
		 color:#af814b;
	max-width:400px;
}


.mainbtn3{
	display:inline-block;
	border-radius:25px;
	font-size:1.2em;
	width:100%;
	border:1px solid;
	padding:5px;
	margin-right:5px;
	text-align:center;
	line-height:2em;
	color:#fff;
	background:#B60107;
		 
}

	
	.mainbtn3:hover{
	color:#B60107;
	background:#fff;
	transition : 0.5s;　
}

/*エリアで選ぶ*/
.areawrap{
	width:100%;
	max-width:900px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:150px;
}

.areawrap2{
	width:100%;
	max-width:900px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:150px;
}

.areaflex {
    display: -ms-flex;
    width: 100%;
    max-width: 900px;
    margin: 50px auto!important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.areaflex a{
	display: block;
   width: 290px;
	border-radius:8px;
   overflow: hidden;
	text-decoration: none;
	object-fit:cover;
	position:relative;
}


.areaflex img{
	width:100%;
display:block;
	flex:1;
	margin:0 auto;
}

.areaflex{
	display:-ms-flex;
	width:100%;
	max-width:900px;
	margin:50px auto!important;
	display:flex;
	justify-content: center;
}


.areaflex section {
    display: block;
    width: 30%;
    margin: 5px 10px;
    flex: 1;
}
.areaflex section a{

}

.areaflex section a :hover{
	transition: 1s;
	opacity: 0.5;
	  transform:scale(1.1,1.1);
}
.areaflex a span {
    width: 80%;
    display: block;
    position: absolute;
    padding: 3px;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    top: 42%;
    margin: 0 auto;
    background: #ffffff;
    color: #b60105;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 15px;
}

.areaflex a img:hover{
		transition: 1s;
	opacity: 0.5;
	  transform:scale(1.1,1.1);
}

.areaflex a span:hover{
		opacity: 1;
	  transform:scale(1.1,1.1);
}


/*ライターで選ぶ*/
.writerwrap{
	width:100%;
	max-width:900px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:150px;
}

.writerflex {
    display: -ms-flex;
    width: 100%;
    max-width: 900px;
    margin: 50px auto!important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.writerflex a{
	display: block;
   width: 290px;
	border-radius:8px;
   overflow: hidden;
	text-decoration: none;
	object-fit:cover;
	position:relative;
}


.writerflex img{
	width:100%;
display:block;
	flex:1;
	margin:0 auto;
}

.writerflex{
	display:-ms-flex;
	width:100%;
	max-width:900px;
	margin:50px auto!important;
	display:flex;
	justify-content: center;
}


.writerflex section {
    display: block;
    width: 30%;
    margin: 5px 10px;
    flex: 1;
}
.writerflex section a{

}

.writerflex section a :hover{
	transition: 1s;
	opacity: 0.5;
	  transform:scale(1.1,1.1);
}
.writerflex a span{
	width:80%;
	display:block;
	position:absolute;
	padding:3px;
	margin:0 auto;
	font-size:1.2em;
	text-align:center;
	top:80%;
	margin:0 auto;
	background:#af814b;
	color:#fff;
	left:0;
	right:0;
		z-index:99;
	border-radius:15px;
}

.writerflex a img:hover{
		transition: 1s;
	opacity: 0.5;
	  transform:scale(1.1,1.1);
}

.writerflex a span:hover{
		opacity: 1;
	  transform:scale(1.1,1.1);
}


.divider, .dividerTop {
    margin-top: 0px;
}

.mainimglogowrap{
display:block;
	position:absolute;
	width:25%;
	top:10%;
	right:15%;
	z-index:99;
}


.mainimglogo{
width:100%;
}

.searchHead {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    margin: 0 auto;
    z-index: 99;
top:40vh;
    left: 5%;
    right: 0;
	height:55px;
    max-width: 300px;
	}

.pickup3 {
    padding-top: 60px;
    max-width: 1210px;
    margin: 0 auto;
}

.pickup3__item {
    position: relative;
    background: #cac1b8;
}


.heading-widget {
    background: #c9c1b8;
    color: #fff;
    border-radius: 5px;
}


.l-main h2{
	text-align:center!important;
	font-size:2em;
		 color:#865f32;
	display:block;
	margin-bottom:50px;
}


.widgetArchive__item {
    position: relative;
    padding-bottom: 20px;
    background: #fff;
    margin: 20px auto;
    padding: 28px;
}

.toppagetitle{
		text-align:center!important;
	font-size:2em;
		 color:#af814b;
	
}


/*新着記事一覧部分*/

.newpost{
	background:#fff;
	display:blink;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:50px;
}

.toppagetitle a{
	display:block;
	font-size:0.8em;
	margin-top:25px;
	text-align:left!important;
	font-weight:bold;
}

.categorytag{
	display:block;
	width:200px;
	text-align:center;
	border-radius: 3px;
    padding: 2px 10px;
	background:#b60105c9;
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
}

.toppostboxwarp{
	width:98%;
	max-width:900px;
	margin:0 auto;
	padding-bottom:20px;
}

.toppostwarp {
	background-color: #fff!important;
   display: flex;
   align-items: center;
   width: 100%;
   max-width: 98%;
   height: 300px;
   padding: 2%;
   margin: 20px auto;
   margin-bottom: 30px;
   align-content: center;
   justify-content: flex-start;
   flex-wrap: nowrap;
}

.toppostbox3 {
	background-color: #fff!important;
  	display: flex;
   align-items: flex-start;
	 align-content: center;
   justify-content: flex-start;
   flex-wrap: nowrap;
   width: 100%;
   padding: 2%;
   margin: 0 auto;
}


.toppostbox3 section{
	width:100%;
	margin:0 auto;
	padding:2%;
	position:relative;
}


	.toppostbox{
  width:250px!important;
		height:250px!important;
		object-fit:cover;
		padding:0;
		margin-right:20px;
			position:relative;
 }

		.toppostbox{
  width:250px!important;
		height:250px!important;
		object-fit:cover;
		padding:0;
 }

.toppostbox a {
	display:block;
	overflow:hidden;
}
 
.toppostbox a img {
	object-fit:cover;
	min-width:300px;
	}

.toppostbox a img:hover{
	transition: 1s;
   opacity: 0.5;
   transform: scale(1.1,1.1);
}
	.entry-title{
	text-align:center!important;
	}

.textbox3 {
   font-size: 1em;
   width: 100%;
   display: block;
   max-height: 150px;
   overflow: hidden;
 	margin-bottom:25px;
}

/*よくある質問部分*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #af814b;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa{
	width:100%;
	margin:100px auto;
}

.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #fff;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #A83F3B;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '⬇';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #A83F3B;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


@media screen and (max-width:1400px) {/* スクリーンサイズが1199px以下の場合に適用 */

.mainimglogo{

}


.searchHead {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    margin: 0 auto;
    z-index: 99;
top:53vh;
    left: 5%;
    right: 0;
	height:55px;
    max-width: 300px;
	}


} 

@media screen and (max-width:480px) {/* スマートフォン場合に適用 */ 
	
	.headerh1{
	display:block;
		max-width:70vw;
	margin-top:30px;
margin:0 auto;
	padding:0 40px;
	color:#942d30f7;
}
		.headerh1 span{
				width:180px;	
	}

.sitelogo{
	width:180px;	
	display:block;
	margin-top:5px;
	margin-bottom:20px;
}

	.mainimglogowrap{
display:block;
	position:absolute;
	width:90%;
	top:5%;
	right:0;
		left:0;
		margin:0 auto;
	z-index:99;
}
	.mainimglogo{
		display:none!important;
	}
	.mainimg{
	display:none!important;
}

.mainimgsp{
	display:block!important;
	width:100%;
	margin:0 auto;
}
	
.searchHead {
  display:none;
}
	
.mainimglogo {
    display: block;
    position: absolute;
    width: 28%;
    top: 2vh;
    right: 15%;
    z-index: 99;
}
	
	.areawrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 58px;
}
	

.areaflex{
	flex-direction:column;
	width:95%;
    margin: 35px auto!important;
}
	
.areaflex a {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-decoration: none;
    object-fit: cover;
} 
	
	.areaflex a img{
    width: 100%;
    height: auto;
}
.areaflex section{
    width: 100%;
    margin: 5px auto;
	}
	
.areaflex img {
    margin:0 auto;
}

		.writerwrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 58px;
}
	
.writerflex{
	flex-direction:column;
	width:95%;
	margin:0 auto;
}
	
.writerflex a{
	display: block;
   width: 100%;
   height: 100%;
   overflow: hidden;
   text-decoration: none;
	object-fit:cover;
}
.writerflex a img{
    width: 100%;
    height: 100%;
}
.writerflex section {
    display: block;
    width: 100%;
    width: 100%;
    margin: 10px auto;
    flex: 1;
}
.writerflex img {
    margin:0 auto;
}

	/*新着記事*/
	.toppostbox3 {
		flex-direction:column;
	}
	
	.toppostbox3 section {
    width: 100%;
    margin: 0 auto;
    padding: 2% 10%;
    position: relative;
}
	.toppostbox {
    width: 100%!important;
    height: auto;
    padding: 0;
}
	
	.toppostbox a {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: inherit;
    object-fit: cover;
}
	
	.toppostbox a img{
		width:100%;
	}
	
	.categorytag {
   display: inline-block;
	width: auto;
	}
	
	.mainbtnwrap {
    width: 400px;
    max-width: 96%;
    margin: 0 auto;
}
	
	.topmainbottom {
    width: 100%;
    max-width: 1000px;
    margin: 15% auto;
    padding: 5% 2%;
    background: #fff;
}
	
}


/*著者一覧*/

.content .writers__title {
    display: flex;
    padding: 20px;
    background: #fff!important;
    border-bottom: 0!important;
}