@charset "utf-8";

@media only screen and (min-width : 768px) {
    
    
.ttk-ad-inner {
width: 336px;
height: 280px;
margin: 0 auto;
}
}

.page_nager {
    margin-top: 80px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 1px;
}

.page_nager figure {
    margin: 0;
    width: 50px;
    height: auto;
}

.post_previous .eyecatch {
    float: left;
    margin-right: 10px;
}

.post_next .eyecatch {
    float: right;
    margin-left: 10px;
}

.post_previous a,
.post_next a {
    display: inline-block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 2px solid #f7f4f4;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px;
    position: relative;
    background: #f7f4f4;
    border-radius: 1px;
}

.post_previous a {
    padding: 10px 10px 10px 28px;
}

.post_next a {
    padding: 10px 28px 10px 10px;
}

.post_previous a:hover,
.post_next a:hover {
    background: #fff;
}

.post_previous a:before,
.post_next a:after {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-weight:600;
}

.post_previous a:before {
  content: "\f053";/*アイコンの種類*/
  left : 8px; /*左端からのアイコンまで*/
}

.post_next a:after {
  content: "\f054";/*アイコンの種類*/
  right : 8px; /*左端からのアイコンまで*/
}

.prevTtl,
.nextTtl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.75rem;
    vertical-align: middle;
}

.post_previous {
    float: left;
    width: 49.5%;
    border-radius: 10px;
}

.post_next {
    float: right;
    width: 49.5%;
    border-radius: 10px;
}

.related_post {
    width: 30%;
    height: auto;
}

.related-entry {
    width: 48%;
    height: auto;
    position: relative;
    border-radius: 1px;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
}

.related-entry:hover {
    opacity: 0.8;
    -webkit-transition: .3s;
    transition: .3s;
}

.related-entry img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
    margin-bottom: -2px;
}

.wrap2 {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
}

.wrap2 p {
    margin: 0;
    color: #fff;
    font-size: 12px !important;
    padding: 15px 10px;
}

a.back_home {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    background: #887f7a;
        margin-top: 0;
    color: #fff;
    font-size: 14px;
}

a.back_home:hover {
    opacity:0.7;
}

.wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}

.wpp-thumbnail {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpp-post-title {
    color: #333;
    font-size: 12px;
    margin-top:6px;
}

.wpp-post-title:hover {
    text-decoration: underline;
}

.wpp-list li {
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
    padding: 0 10px 0 0;
    background: #fff;
}

.wpp-list li::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #999;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.box25 {
    background: #f3f5f6;
    padding: 20px;
    position: relative;
    margin: 30px 0;
}

.box25:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #e7e7e7;
    box-shadow: -1px 1px 1px rgba(0,0,0,.15);
}

.rating {
    width: 98%;
    position: relative;
    margin: 4em auto;
    padding: 0.5em 1em ;
    border: solid 3px #ffbe66;
    border-radius: 8px;
    box-sizing: border-box;
}
.rating .rating-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffbe66;
    font-weight: bold;
}
.rating .rating-star {
    margin: 10px 0 !important;
    padding: 0;
    font-size: 14px !important;
    color : #ffad3a;
}

.rating ul {
    border: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
}

.rating ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
    line-height: 1.8 !important;
}

.rating ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffbe66; /*アイコン色*/
}



/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
	.booklink-image,
	.kaerebalink-image,
	.tomarebalink-image {
		width:100%;
		float:none;
	}
	.booklink-link2>div,
	.kaerebalink-link1>div,
	.tomarebalink-link1>div {
		width: 32.33%;
		margin: 0.5%;
	}
	.booklink-info,
	.kaerebalink-info,
	.tomarebalink-info {
	  text-align:center;
	  padding-bottom: 1px;
	}
}

/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
	.booklink-link2>div,
	.kaerebalink-link1>div,
	.tomarebalink-link1>div {
		width: 49%;
		margin: 0.5%;
	}
    
    .shoplinka8 {
    width: 100% !important;
}
    
}

.kaerebalink-name a {
    color: #333 !important;
    text-decoration: none !important;
    border: 0;
    font-weight: bold;
}

.kaerebalink-name a:hover {
    text-decoration: underline !important;
}

.kaerebalink-powered-date,
.kaerebalink-detail {
    color: #ddd;
}

.kaerebalink-powered-date a {
    color: #ddd !important;
    font-weight: normal;
}

.kaerebalink-link1 a {
    color: #fff !important;
    text-decoration: none !important;
}

.kaerebalink-image img:hover {
    opacity: 0.8;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.error_page {
    width: 100%;
    height: auto;
    margin: 50px 0;
    text-align: center;
}

.error_page h2 {
    font-size: 30px;
    margin-bottom: 50px;
}

@media screen and ( max-width:479px ) {
    
    #header,
    .site-header{
        display: none;
    }
    
    .mobile-nav ul.category-list li {
    border-bottom: 1px solid #eee;
}

.mobile-nav ul.category-list li a {
    font-weight: normal;
    font-size: 14px;
}

.mobile-nav ul.category-list li a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    color: #887f7a;
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    right:10px;
}
    
    .s {
        width: 60%;
    }
    
    .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60%;
}
    
    #content,
    .content-wrapper{
        display: block;
    }
    
    .content-wrapper {
        width: 100%;
        margin: 0;
    }
    
    #main,
    #single {
        width: 100%;
        margin: 0;
    }
    
    .top-margin {
        margin-top: 52px;
    }
    
    .post-top .post-thumbnail img {
        width:100%;
        height:200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .post-top h2.entry-title {
        padding: 10px 15px;
        font-size: 16px;
    }
    
    .post-top .newIcon {
        width: 50px;
    }
    
    ul.article-list {
        display:block;
    }
    
    ul.article-list li {
        width: 90%;
        margin: 0 auto 10px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        background: #fff;
        box-sizing: border-box;
    }
    
    ul.article-list li .post-thumbnail {
        width:38%;
        height:75px;
    }
    
    ul.article-list li img {
        width:100%;
        height:100%;
    }
    
    ul.article-list li .article-card {
        width:62%;
        padding:6px;
        box-sizing: border-box;
        background:transparent;
        position: relative;
    }
    
    ul.article-list li .cat-name {
        position: absolute;
    bottom: -6px;
    right: 0;
        color: #fff;
        padding: 2px;
        font-size: 11px;
    }
    
    ul.article-list li h2.entry-title {
        margin-top: 6px;
        font-size: 13px;
    }
    
    ul.article-list li h2.entry-title a {
        word-break: break-all;
        line-height: 1.5;
    }
    
    .article-card .fashion {
    background: #f0908d;
}

.article-card .accessory {
    background: #f0b551;
}

.article-card .goods {
    background: #c8d0a3;
}

.article-card .interior {
    background: #b2cfd2;
}

.article-card .kids-baby {
    background: #e3d099;
}

.article-card .handmade {
    background: #b4866b;
}

.article-card .beauty {
    background: #a59aca;
}
    
/* ===========検索=========== */
    
    #searchform {
        float: none;
        margin: 20px auto;
        text-align: center;
    }
    
    .searchsubmit {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
    
    #side #searchform {
        display: none;
    }
    
/* ===========ページ送り=========== */
    
    .page-nav {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 0 0 15px 0;
        border-bottom: 2px solid #444;
    }
    
    .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 8px;
        font-size: 12px;
    }
    
    .page-nav .next, .page-nav .prev {
    }
    
/* ============================ */
    
    .pickup {
        padding: 0 10px;
        margin: 30px 0 40px 0;
    }
    
    .pick_article {
        width: 49%;
        margin-right: 2%;
    }
    
    .trim5 {
        height: 120px;
    }
    
    .wrap_p {
        padding: 10px 5px !important;
    }
    
    .wrap_p p {
        font-size: 12px;
    }
    
    .post_previous a,
    .post_next a {
        font-size: 12px;
    }
    
    .post_previous {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .post_next {
        float: none;
        width: 100%;
    }
    
    #single p {
        font-size: 14px;
    }
    
    img.size-full {
        width: 100vw;
        height: auto;
    }
    
    #toc_container {
        width: 100% !important;
    }
    
    .ref-img img {
        width: auto !important;
    }
    
    .ref-article .ref-title {
        padding: 0 1em 0;
    }
    
    .ref-label {
        bottom: 17px;
    right: 0;
        top:inherit;
    }
    
    .article_thumb img {
        height: 220px;
    }
    
    .wrap {
        padding: 20px 10px;
        font-size: 14px;
    }
    
    .article_data {
        display: none;
    }
    
    .article {
        padding: 10px 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        margin: 0;
    }
    
    .related-entry img {
        width: 120px;
        height: 80px;
        margin-right: 5px;
    }
    
    .trim2,
    .trim4 {
        width: 120px;
        height: 80px;
    }
    
    .article h3 {
        font-size: 12px;
    }
    
    .article p {
        font-size: 10px;
    }
    
    #side {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 20px;
    }
    
    .category_list a + a {
        border-top: 1px solid #eee;
    }
    
    .sponsor {
        display: none;
    }
    
    .sponsor_p {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .widget2 {
        display: none;
    }
    
    .latest_article img,
    .wpp-thumbnail {
        width: 38%;
        height: 75px;
    }
    
    .latest_article {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .latest_article img {
        float: none;
    }
    
    #breadcrumb {
        padding: 15px 10px;
        box-sizing: border-box;
        margin: 52px 0 10px 0;
    }
    
    #single {
        box-sizing: border-box;
        padding: 0 15px;
    }
    
    #single .article_data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
    
    #single .articledate {
        display: inline-block;
        float: none;
    }
    
    blockquote {
        margin: 0 !important;
    }
    
    #single h1 {
        font-size: 18px;
    }
    
    #single h2 {
        margin: 2em 0 1em;
        padding: 0 0 8px;
        font-size: 18px;
    }
    
    #single h3 {
        font-size: 16px;
        margin: 1.5em 0 1em;
    }
    
    #single h4 {
        font-size: 16px;
    }
	
	#single ul li {
		font-size : 14px;
	}
	
	#single table td {
		font-size: 14px;
	}
    
    .point-box {
        width: 100%;
    }
	
	.post-categories li,
	.post-tags li {
		font-size: 11px !important;
	}
    
    .category_name {
        margin: 52px 0 10px 0;
        box-sizing: border-box;
        padding: 15px 10px;
    }
    
    .category_name p {
        font-size: 20px;
    }
    
    .tagDiscription {
        width: 100%;
    }
    
    .leftText {
        font-size: 11px !important;
    }
    
    .tagTitle {
        font-size: 16px !important;
    }
    
    .tagDiscription img {
        width: 80px;
    }
    
    .related_posts {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    
    .related-entry {
        width: 100%;
        height: auto;
        float: none;
        border-bottom: 1px solid #eee;
        position: static;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        box-sizing: border-box;
        margin: 0;
    }
    
    .wrap2 {
        position: static;
        background: #fff;
        padding : 0;
    }
    
    .wrap2 p {
        color: #333;
        padding: 0;
        font-size: 14px !important;
    }
    
    .trim4 {
        margin-right: 10px;
        display: inline-block;
        width: 180px;
        height: 80px;
    }
    
    .related_link {
        text-decoration: none !important;
    }
    
    #footer {
        display: none;
    }
    
    .copyright {
        padding: 20px 0;
        background: #eee;
    }
    
    .o_kaereba {
        text-align: center;
    }
    
    .o_kaereba img{
        width: auto !important;
        height: auto !important;
    }
    
    .o_img {
        float: none;
        margin: 0 auto;
    }
    
    div.yyi-rinker-contents div.yyi-rinker-box {
        display: block !important;
        text-align: center !important;
        padding: 0 !important;
    }
    
    div.yyi-rinker-contents div.yyi-rinker-image {
        display: block !important;
        margin: 0 auto !important;
    }
    
    div.yyi-rinker-contents div.yyi-rinker-info {
        width: 100% !important;
    }
    
    div.yyi-rinker-contents ul.yyi-rinker-links li {
        width: 100% !important;
        margin: 10px auto 0 !important;
		box-sizing: border-box;
    }
    
    div.yyi-rinker-contents ul.yyi-rinker-links li a {
        padding: 0 !important;
    }
    
    div.yyi-rinker-contents ul.yyi-rinker-links {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    
    .category-header {
        margin-top: 52px;
    }
    
    .category-page-category-list {
        margin-top: 0;
    }
    
    .category-page-category-list li a {
        font-size: 11px;
    }
    
    p.cate-article-head {
        font-size: 16px;
        margin-top: 2em;
    }
    
    #page_top,
#page_home{
  width: 50px;
  height: 50px;
    right: 1em;
}
    
    #page_top a,
#page_home a{
  width: 50px;
  height: 50px;
}
    
    #page_home {
        bottom: 1em;
    }
    
    #page_top {
        bottom:5em;
    }

}