@charset "UTF-8";
/* charset */

body {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	color: #222;
	background: #fefefe;
	font-size: 14px;
	font-family: "メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック","ヒラギノ角ゴ Pro W6",Helvetica,verdana,arial;
	letter-spacing: 1.5px;
	letter-spacing: 1px\9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, h7,
ul, ol, li, dl, dt, dd,
article, section,
div, figure, p, form, img, legend, i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}

a:link {color: #a1603f;}
a:visited {color: #a1603f;}
a:active {color: #a1603f;}

a:hover {
	color: #d3b19f;
	text-decoration: none;
}

a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}

a , button ,img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
 
.clearfix {
	*zoom: 1;
}

.clear {
	clear: both!important;
}

.post table tr:nth-child(even){
	background: none;
}

.post table{
	margin-bottom: 0;
}

.post .blogBody h3 {
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    background: none;
    border-left: 5px solid #ccc; 
    border-bottom: none;
    color: #222;
    font-weight: normal;
}

.post .blogBody ol li{
	list-style-type: decimal;
}

.post table td{
	padding: 5px 5px;
}

.post table th{
	font-weight: normal;
	background: #dcdfe3 !important;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px 5px;
}

.post .blogBody ul.award li{
	color: #9d824b;
	background: url(/wp-content/uploads/2019/07/oukan_05.png) no-repeat left center;
	background-size:40px 40px;
	padding: 10px 0 10px 50px;
}



mark{
	background:  none;
	box-shadow:0px -10px 5px -7px rgba(106, 140, 199, 0.6) inset, -1px 5px 7px -3px #6a8cc7;
}

.pcad{
	display: block !important;
}

.spad{
	display: none !important;
}



/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* 2つ目の要素に200msのdelayをかける */
.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}


header{
	background-color: #fff;
	width: 100%;
	max-width: 1104px;
	min-width: 720px;
	position: relative;
	z-index: 1;
	padding-top: 25px;
	height: 60px;
	margin: auto;
	overflow: hidden;
}

header .sitename{
	font-size: 25px;
	padding:0 20px 0 0px;
	text-align: left;
	float: left;
}
header .descr{
	float: left;
	text-align: left;
	line-height: 30px;
}

.naviArea{
	background: #f7f7f7;
}

.mainVisual{
	position: relative;
	margin-top: -5px;
	z-index: 0;
}

.post .mainVisual{
	height: 450px;
}

#content{
	width: 100%;
	max-width: 1104px;
	min-width: 720px;
	margin: auto;
}

#contentInner {
	display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

#contentInner main{
	-webkit-box-flex: 1;
    flex: 1;
    padding-top: 32px;
    width: 100%;
    max-width: 728px;
}


#contentInner h1{
	text-align: left;
	color: #222;
	padding: 15px 0;
	z-index: 10;
	position: relative;
}

div#breadcrumb{
	position: relative;
	padding: 5px 0;
	font-size: 12px;
    z-index: 1;
    margin-top: -1px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    width: 100%;
}
div#breadcrumb a{
	color: #999;
}

div#breadcrumb div.bcin{
	display: block;
	width: 100%;
	max-width: 1104px;
	min-width: 720px;
	margin: auto;
}

.PostWrap{
	padding: 0px 0px;
}

.blogWrap{
	margin: auto;
	overflow: hidden;
}

.blogInner{
	-webkit-box-flex: 1;
	flex: 1;
	padding-top: 0px;
	width: 100%;
	max-width: 728px;
}

.blogBody p{
	padding: 10px 0;
}
.blogBody a{
	text-decoration: underline;
}
.blogBody img{
	display: inline;
}

.blogBody img.aligncenter{
	margin: auto;
	display: block;
}

#toc_container{
	width: 97% !important;
	margin:20px 0 50px 0!important;
}

#side{
	-webkit-box-ordinal-group: 3;
	order: 2;
	margin-left: 20px;
	padding-left: 20px;
	padding: 32px 0;
	width: 324px;
}

#side aside{
	width: auto;
	padding:0 10px;
	float: none;
}

#side aside .ad{
	padding-bottom: 0;
}

.post #side aside #mybox ul{
	padding: 10px;
}

#searchform{
	margin-bottom: 20px;
}

#side aside h4{
	padding-left: 10px;
}

#kanren{
	padding-top: 10px;
}
#kanren dd h5{
	font-size: 13px;
}

.tagst{
	margin: 20px 0;
}

#slide {
	height: 500px;
	margin:0 auto;
	position:relative;
	margin-top: -5px;
	z-index: 0;
}
#slide div {
	width: 100%;
	height: 500px;
	position:absolute;
	left:0;
	top:0;
}


.searchError{
	width: 1125px;
	margin: auto;
	padding: 50px 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background: #fff;
	border-radius: 10px; 
}

.sidebox{
	margin-bottom: 30px;
}

.tagList li{
	display: inline-block;

}
.tagList li a{
	position: relative;
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #222;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tagList li a:before{
	content: "#";
}
.tagList li a:hover{
	opacity: 0.7;
}

/* 中見出し */

#contentInner h1.archive-title{
	font-size: 20px;
	display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    padding: 0;
}

#contentInner h1.archive-title span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    background-color:#68C2CA;
    color: #fff;
    padding: 10px;
}
/*
h2 span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}
*/

h3 {
	font-size: 16px;
	display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
     background-color:#68C2CA;
    color: #fff;
    padding: 10px;
}

/*
h3 span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}
*/

/*小見出し*/

.post h2{
	margin-top: 50px;
	padding-top:20px;
	padding-bottom: 20px; 
}

.post h3 {
	font-size: 16px;
	margin-bottom: 20px;
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px; 
	background: #e8e8e8;
}
h3 a {
	color: #333;
	text-decoration: none;
}
.post h4{
padding:10px;
margin-bottom:10px;
background-color:#f3f3f3;
border-radius: 10px; 
}
.post h5{
margin-bottom:10px;
border-radius: 10px; 
font-size:16px;
}

.post aside h3{
	font-size: 15px;
	display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    font-weight: bold;
    background: none;
    border-radius: inherit; 
     background-color:#68C2CA;
    color: #fff;
    padding: 10px;
}
/*
.post aside h3 span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}
*/

.double{
	display: inline !important;
}
.post table{
	border-spacing: 0;
}

main{
	width: auto;
	margin: 0;
	padding: 0;
}


.indexmain{
	padding-bottom: 50px;
}

.indexmain ul{
	margin: auto;
	overflow: hidden;
	
}

.indexmain ul li{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px; 
}



.indexmain ul li a{
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 0;
    color: #322828;
}

.indexmain ul li img{
	object-fit: cover;
	position: relative;
    margin-right: 16px;
    border-radius: 8px;
    width: 128px;
    height: 128px;
    overflow: hidden;
}

.indexmain ul li dl{
	-webkit-box-flex: 1;
    flex: 1;
}

.indexmain ul li dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}

.post ul{
	padding-left: 0;
}


.kijibody{
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.indexmain .listThumbnail{
	position: relative;
}

.categoryLink{
	position: absolute;
	top: 5px;
	left: 0px;
	
}
.indexmain .categoryLink a{
	display: inline-block;
	border-radius: 10px;
	background: #68C2CA;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px; 
}

.indexmain .categoryLink a:hover{
	opacity: 0.7;
}

.entry-title{
	font-weight: bold;
}

dd.kdate{
	font-size: 12px;
	color: #666;
}

.blogbox span.kdate{
	display: inline-block;
	margin-right: 15px;
}


.rankingList li{
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 0;
    color: #322828;
}

.rankingList li img{
	object-fit: cover;
	position: relative;
    margin-right: 16px;
    border-radius: 8px;
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.rankingList li dl{
	-webkit-box-flex: 1;
    flex: 1;
}

.rankingList li dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
.rankingList li a{
	color: #222;
}

.rankingList li a:hover{
	opacity: 0.7;
}

/*
 * ランキング
 */

.rankingList {
  counter-reset: wpp-ranking;
}
.rankingList li {
  list-style-type: none;
  position: relative;
}
.rankingList li:before {
  background: #88BB99;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 5px 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* 1~3の色 */
.rankingList li:nth-child(1):before {
  background: #deb741;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(2):before {
  background: #a2b4ca;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(3):before {
  background: #c99164;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(4):before {
  background: #88BB99;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(5):before {
  background: #000966;
  color: #fff;
  border: none;
}


/*
 * シェアボタン
 */
.sns-btn a{
	text-decoration: none;
}
.sns-btn {
 margin: 0 auto;
 text-align: center;
}
.sns-btn__item {
 display: inline-block;
 position: relative;
}
.sns-btn__item a {
 display: inline-block;
 width: 90px;
 height: 76px;
 margin: 6px 4px;
 padding: 10px 0;
 border-radius: 10px;
 background: #fff;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 transition: .3s ease-in-out;
}
.sns-btn__item a:hover {
 box-shadow: 0 10px 25px -5px rgba(0,0,0,.2);
 text-decoration: none;
}
.sns-btn .sns-btn__item .fab {
  display: block;
  width: auto;
  height: auto;
  font-size: 35px;
  line-height: 1;
}

.tw a,
.tw .scc {
 color: #646464;
}
.fb a,
.fb .scc {
 color: #646464;
}
.gplus a,
.gplus .scc {
 color: #646464;
}
.pkt a,
.pkt .scc {
 color: #646464;
}
.hatebu a,
.hatebu .scc {
 color: #646464;
}
.line a {
 color: #646464;
}

/* 旧
.tw a,
.tw .scc {
 color: #7dcdf7;
}
.fb a,
.fb .scc {
 color: #7c9dec;
}
.gplus a,
.gplus .scc {
 color: #ff7573;
}
.pkt a,
.pkt .scc {
 color: #f99593;
}
.hatebu a,
.hatebu .scc {
 color: #7cb1ec;
}
.line a {
 color: #8ed97a;
}
*/

.fa-hatebu:before {
 font-family: "Quicksand","Arial",sans-serif;
 font-size: 1.1em;
 font-weight: bold;
 line-height: .9;
 content: "B!";
}

#contentInner main.indexmain{
	padding-bottom: 50px;
}

.subArea{
	-webkit-box-ordinal-group: 3;
    order: 2;
    margin-left: 20px;
    padding-left: 20px;
    padding: 32px 0;
    width: 324px;
}

.subAreaIn{
	padding: 20px;
}

.indexmain .subAreaIn li a{
	display: inline-block;
}
.indexmain .subAreaIn li {
	min-height: inherit;
	background: none;
}
.indexmain .subAreaIn li li{
	min-height: inherit;
	float: none;
	margin-bottom: 0px;
}

.itemWrap{
	padding: 15px;
	width: 95%;
	margin: auto;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 1px 1px 4px #dcdcdc;
}

.itemWrap p{
	padding-bottom: 0;
}

.post .blogBody p{
	/*font-size: 17px;*/
line-height: 2.15em;
}

.post .blogBody .itemWrap h3{
	padding: 10px 0;
	margin: 0 0 10px 0;
	background: none;
	border:none;
	display: block;
	border-bottom: 1px solid #ccc;
	border-left: none; 
	border-radius: 0px;
}
.itemWrap h3 em{
	display: block;
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
}

.itemBox{
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.itemBox figure{
	margin-right: 24px;
    width: 50%;
    min-width: 280px;
    text-align: center;
}

.itemBox .itemDetail{
	width: 50%;
}

.itemDetail .price{
	font-size: 14px;
	color: #f45757;
}
.itemDetail .price span{
	font-size: 28px;
	font-weight: bold;
}

.rating{
	margin-bottom: 20px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
}
.rating i{
	color: #fcca46;
}
.rating em{
	font-weight: normal;
	font-size: 12px;
}

.itemDetail li a{
	padding: 10px 0;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	box-shadow: 1px 1px 4px #ccc;
	font-size: 13px;
}
.itemDetail li a:hover{
	opacity: 0.7;
}



.amazonBtn a{
	background: #FF9900;
	color: #fff;
}
.amazonBtn a i{
	font-size: 20px;
	vertical-align: middle;
}

.rakutenBtn a{
	background: #bf0000;
	color: #fff;
}
.rakutenBtn a img{
	width: 15px;
	text-align: center;
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
}

.yahooBtn a{
	background: #ff0033;
	color: #fff;
}
.yahooBtn a i{
	font-size: 16px;
	vertical-align: baseline;
}

.itemDesc{
	background: #f4f6f7;
	padding: 15px;
	border-radius: 10px;
	color: #666;
	margin-top: 20px;
}
.itemDesc b{
	display: block;
}

.itemCaption{
	font-size: 10px;
	color: #999;
}

#side ul.tag-list li{
	margin-bottom: 5px;
}


#footer{
	background: #3D3D48;
	color: #fff;
	text-align: left;
}

.footerInner{
	width: 100%;
	max-width: 1104px;
	min-width: 720px;
	position: relative;
	z-index: 1;
	padding-top: 25px;
	margin: auto;
	overflow: hidden;
}

.footLogo{
	overflow: hidden;
}

.footerInner .sitename a{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.footerInner .sitename{
font-size: 25px;
padding: 0 20px 0 0px;
text-align: left;
float: left;
}

.footerInner .descr {
	font-size: 12px;
    float: left;
    text-align: left;
    line-height: 30px;
}

.footNavi{
	clear: both;
	margin: 20px 0;
}
.footNavi a{
	color: #fff;
	font-size: 12px;
}

.footNavi a:hover{
	opacity: 0.7;
}
.footNavi ul{
	width: 80%;
	display: -webkit-box;
    /*display: flex;*/
    -webkit-box-align: start;
    align-items: flex-start;
}
.footNavi li{
	-webkit-box-flex: 1;
    flex: 1;
    font-size: 12px;
    text-align: left;
}
.footNavi li li{
	display: table-row;
}


#contentInner {
	
}

.copy{
	text-align: center;
}


#page-top{
	right: 10px;
}

#page-top a{
	background: #3D3D48;
	padding:10px 15px;
	font-size: 20px;
	opacity: 1;
	border-radius: 50%; 
}

#page-top a:hover{
	background: #3D3D48;
	opacity: 0.7;
}


/* mokuji */

.mokiuji_box{

	font-size: 1.5rem;
	line-height: 1.75;

}

.mokujiInner ol,
.mokujiInner ol li a{
	
}

.mokujiInner ol li{
	margin-left: 20px;
}


.mokujiInner ol ol ol{
	margin-left: 20px;
}

.mokujiInner ol ol li{
	margin-left: 20px;
}


.profileBox{
	margin: 20px 0 100px 0;
}

.profileBox dl{
	position: relative;
}

.profileBox dt{
	margin-left: 200px;
}

.profileBox dd{
	margin-left: 200px;
}

.profileBox .p_img{
	position: absolute;
	left: 0;
	top:0;
	width: 150px;
	height: 150px;
	margin: 0;
}
.p_img img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
#breadcrumb ul{
	width: 100%;
max-width: 1104px;
min-width: 720px;
margin: auto;
}
#breadcrumb li{
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
#breadcrumb li a{
	display: inline-block;
	padding:0 5px;
}

#breadcrumb li:after{
	position: absolute;
	content: ">";
	right: 0;
	top:0;
}
#breadcrumb li:last-child:after{
	content: "";
}

.homeh1box{
	margin-top: 70px;
	margin-bottom: 30px;
}
.homeh1box h2{
	font-weight: bold;
	font-size: 18px;
}