﻿/*
Theme Name: ninlabo
Template: businesspress
Version:1.0.0
*/

@charset "utf-8";
@import url("../businesspress/style.css");

:root {
	--negative-margin-top: -137px;
	--en-font: "century-gothic",sans-serif;
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #f8f8f8;
	--color-gray: #ddd;
	--color-theme: #f5695f;
	--color-theme-darken: #f12617;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

* {
  word-wrap: break-word;
}

a {
	color: #ef9696;
}
a:hover {
	color: #ef9696 !important;
}

.isPhone .site-header {
	margin-bottom: 0 !important;
}
.main-header-content {
	flex-wrap: wrap;
	max-width: 100%;
}
.site-branding {
	padding-right: 0;
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    position: relative;
	
}
.site-branding .site-logo {
    width: 222px;
	position: absolute;
    z-index: 2;
    top: -8px;
    left: -24px;
}
.site-logo img {
	transform: scale(1.2, 1.2);
}
.isPhone .site-branding .site-logo {
    top: unset;
    left: unset;
}
.site-title,
.site-title a
{
    color: #111;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;}

.jumbotron {
	display: none;
}

.slide-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.4s
}

.slide-in-on {
    transform: translateY(0);
    opacity: 1
}

.site-description {
	display: none;
}


/* 横幅を広くする */
.home.notPhone .site-content {
	max-width: unset;
	padding: unset;
}

/* 画像のキャプション */
.entry-content .wp-element-caption {
	width: 80%;
    margin: auto;
    font-size: 1rem;
    margin-top: 8px;
    line-height: 1.6;
}

/*******************
  メインビジュアル
*******************/
/* メインビジュアル */
.isPhone .site-description {
	display: none;
}
.isPhone .main-visual,
.isPhone .main-visual .swiper
{
	height: 40vh;
}
.isPhone .main-visual .content {
    top: 10% !important;
}
.isPhone .main-visual .fraction {
	display: none;
}
.isPhone .main-visual .content-title {
    font-size: 1.5rem !important;
}
.isPhone .main-visual .content-text {
    font-size: 1.0rem !important;
}
.isPhone .main-visual .content-link {
    font-size: 1.0rem !important;
}

/* トップページのヘッダメニューの z-index をメインビジュアルより大きくして表示させる */
.home.notPhone .main-header-original .main-navigation .menu li {
	z-index: 2;
}
/* トップページのヘッダメニュー文字に黒い縁取りを入れて目立たさせる */
.home.notPhone .main-header-original .main-navigation .menu li a {
	z-index: 2;
	text-shadow: 1px 1px 3px #000;
	color: #fff;
}
.home.notPhone #content {
	margin-top: calc(0px - var(--negative-margin-top) + 13px);
}
.top-heading-wrapper {
	max-width: 100rem;
    margin: 0 auto;
}
.top-heading {
	margin: 32px auto;
}
.top-heading_title {
	color: var(--color-theme);
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 40px;
	font-weight: 700;
    font-family: var(--en);
    font-style: italic;
    line-height: 1;
}
.header-img {
    margin: auto;
    display: block;
}

/***********************
  ランキング部分のタブ
***********************/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #e9bec2;
  background-color: #f9edee;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#Tokyo:checked ~ #Tokyo_content,
#Kanagawa:checked ~ #Kanagawa_content,
#Osaka:checked ~ #Osaka_content,
#Fukuoka:checked ~ #Fukuoka_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #e9bec2;
  color: #fff;
}

.guide_to_link {
	margin: auto;
    background: #f1f1f1;
    line-height: 1.5;
    margin-bottom: 8px;
}
.isPhone .guide_to_link {
    width: 95%;
	font-size: 12px;
    padding: 8px;
}
.notPhone .guide_to_link {
    width: 50%;
    padding: 16px;
}
.tab_content_description .auto_switch_tab {
	margin-left: 0;
    margin-right: 0;
}

/* About us */
.about-us {
}
.about-us-heading_title {
}
.about-us h2 {
}
.about-us-heading_title {
}
.about-us__items {
	flex-direction: row;
    justify-content: space-between;
    gap: 0 1.1rem;
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.about-us__text-area {
	width: 100%;
}
.isPhone .about-us__items {
	flex-wrap: wrap;
}
.about-us__image {
	display: none;
	width: 30%;
	position: relative;
}
.isPhone .about-us__image {
	display: none;
	width: 100%;
	/* display: flex; */
    justify-content: flex-end;
}
.about-us__image img {
  border-radius: 50%;
  opacity: .7;
}
.isPhone .about-us__image img {
	margin-top: 8px;
	width: 30%;
}

.about-us__vertical-text {
	position: absolute;
}
.notPhone .about-us__vertical-text {
	top: -3vw;
    right: 13px;
}

.isPhone .about-us__vertical-text {
	bottom: 0;
    right: 0;
}

.vertical-text {
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.isPhone .vertical-text {
	-webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
}
.text--vertical {
	font-weight: 700;
    position: relative;
    z-index: 1;
    color: #fff;
    background: var(--color-theme);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: .5em 0 .5em;
    margin: 0;
    display: inline-block;
	border-radius: 8px;
}
.isPhone .text--vertical {
	opacity: .7;
    padding: 2px;
    font-size: 1.2rem;
}
.about-us__text {
	padding: 16px 0 0 16px;
    letter-spacing: .06rem;
    font-size: 1.25rem;
}
.notPhone .about-us__text {
	text-align: center;
}
.about-us-btn-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
}
	
.about-us-btn {
	display: flex;
    margin: 0 1rem;
    width: 13rem;
    font-weight: 600;
    font-size: 1.25rem;
    height: 2.5rem;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 3.95rem;
}
.about-us-btn a {
	text-decoration: none;
    color: #000;
    line-height: 1;
}
.about-us-btn a:after {
	padding-left: 1.1rem;
	content: '>';
    display: inline-block;
    color: #f90606;
	font-size: 1.8rem;
	padding-left: 1.1rem;
}
.about-us:after {
    position: absolute;
	content: '';
	top: 4.2rem;
	left: -3.5rem;
	transform: unset;
	background: #eaedef;
    border-radius: 50%;
}

/* Cocoma とは */
.about-Cocoma {
	margin-bottom: 48px;
}
.about-Cocoma-heading_title {
}
.about-Cocoma h2 {
}
.Cocoma-pickup__list {
	display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
	justify-content: space-between;
    gap: 0 1.8rem;
    margin: 0 auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* ホバー時の変化を滑らかに */
}
.pickup__item {
	width: calc(25% - 1.8rem);
}
.isPhone .pickup__item {
	width: 46%;
	margin-bottom: 16px;
}

.pickup__item:nth-child(even) {
	/* margin-top: 6rem; */
}
.isPhone .pickup__item:nth-child(even) {
	margin-top: unset;
}
.isPhone .pickup__item + .pickup__item {
	/* margin-top: 16px; */
}

.pickup__item-image img {
	aspect-ratio: 46 / 75;
	object-fit: cover;
	width: 90%;
	height: 315px;
}

.isPhone .pickup__item-image img {
	aspect-ratio: unset;
	object-fit: unset;
	width: unset;
	height: unset;
}

.isPhone .pickup__item-image img {
	width: 100%;
	/* height: 100px; */
}
.pickup__item-body {
	display: none;
	padding-top: 1.96vw;
}
.isPhone .pickup__item-body {
	margin-bottom: 16px;
}

.pickup__link {
	font-weight: 700;
    line-height: 1;
	font-feature-settings: "palt" 1;
	margin-bottom: 1rem;
}
.isPhone .pickup__link {
	margin-bottom: 0;
}

.pickup__link a {
    display: flex;
    align-items: center;
	color: #333;
    text-decoration: none;
}
.isPhone .pickup__link a {
	margin-top: 8px;
	font-size: 16px;
}

.pickup__link-more:after {
    content: '>';
    display: inline-block;
    color: #f90606;
	font-size: min(1.8rem, 1.8vw);
	padding-left: min(1.05rem, 1.05vw);
}
 .pickup__link-more:after {
	font-size: 16px;
}
.pickup__item-ttl {
	font-weight: 700;
    font-family: var(--en);
    text-align: right;
    display: flex;
    align-items: center;
    position: relative;
}
.pickup__item-ttl--en {
	font-size: min(1.25rem, 1.25vw);
	padding-bottom: .54rem;
	color: #a8a8a8;
    line-height: 1;
    margin: 0;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-bottom: 1px solid #a8a8a8;
	width: 72%;
}
.isPhone .pickup__item-ttl--en {
	font-size: 12px;
	width: 89%;
}
.pickup__item-ttl--num {
    position: absolute;
	top: 0;
    right: 0;
	color: #a8a8a8;
    display: inline-block;
    line-height: 1;
}
.pickup__item-ttl--num {
	font-size: min(3.5rem, 3.5vw);
	color: #a8a8a8;
    display: inline-block;
    line-height: 1;
    position: absolute;
	top: 0;
    right: 0;
}
.isPhone .pickup__item-ttl--num {
	font-size: 24px;
}
/* ランキング */
.auto_switch_tab {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.isPhone .auto_switch_tab {
    margin-left: 0;
    margin-right: 0;
}
.auto_switch_tab-tabs {
	width: 50%;
	box-sizing: border-box;
}
.notPhone .auto_switch_tab-tabs {
	padding-right: 32px;	
}
.isPhone .auto_switch_tab-tabs {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.isPhone .auto_switch_tab-contents {
	width: 100%;
	
}
.isPhone .auto_switch_tab-tab {
	width: 100%;
	padding: 8px;
	display: flex;
    flex-wrap: wrap;
}
.isPhone .auto_switch_tab-tab {
	/* width: 50%; */
	/* width: calc(50% - 8px); */
	word-wrap: break-word;
	width: 100%;
	padding: 4px;
	word-wrap: break-word;
}
.auto_switch_tab-tab .title a {
	color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
	padding-right: 32px;
}
.isPhone .auto_switch_tab-tab .title {
	width: 100%;
}
.isPhone .auto_switch_tab-tab .title a {
	padding-right: 0;
    font-size: 12px;
}
.auto_switch_tab-contents {
	width: 50%;
    /* background-image: -webkit-linear-gradient(-172deg, rgb(177, 226, 220) 0%, rgb(167, 251, 221) 100%); */
	/* background-color: rgba(57, 128, 246, .4); */
	/* background: #eee; */
	/* background: #f9f4d1; */
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px;
}
.isPhone .auto_switch_tab-content {
	width: 100%;
}
.line:after {
	content: '';
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #46B8FB;
	width: 0;
}
.auto_switch_tab-content {
}
.auto_switch_tab-tab {
	opacity: .3;
	cursor: pointer;
	transition: opacity .3s;
}
.auto_switch_tab-tab.on {
	opacity: 1;
}.isPhone .auto_switch_tab-tab .title {
	/* font-size: .5rem; */
}
.isPhone .auto_switch_tab-tab.on .title {
	/* font-size: .5rem; */
}
.isPhone .auto_switch_tab-tab .text {
	font-size: 12px;
	/* display: none; */
}
.isPhone .auto_switch_tab-tab.on .text {
	font-size: 12px;
	/* display: none; */
}
.line {
	width: 100%;
	height: 3px;
	background-color: #eee;
	position: relative;
	margin: 10px 0 40px;
}
.auto_switch_tab-content {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.auto_switch_tab-content {
	display: none;
}

.auto_switch_tab-content.on {
	display: block;
}
.auto_switch_tab-content .ranking-imgbox {
	display: block;
	z-index: 12;
    position: relative;
}
.line {
	width: 100%;
	height: 3px;
	background-color: #eee;
	position: relative;
	margin: 10px 0 40px;
}
.isPhone .line {
	margin: 10px 0;
}
.line:after {
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: #46B8FB; */
	background-color: #ef9696;;
}
/* これを入れるとラインが色を付けながら右に伸びる */
.isPhone .auto_switch_tab-tabs .auto_switch_tab-tab.on .line:after {
	width: 100%;
	transition: width 2s linear;
}

/* コンテンツ紹介 */
.contents-intro-wrapper {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	justify-content: space-between;
	width: 75%;
    margin: auto;
}
.contents-intro-wrapper:after {
	content: "";
    display: block;
	width: calc(25% - 24px);
	padding: 8px;	
    height: 0;
}
.isPhone .contents-intro-wrapper {
	/* justify-content: space-between; */
	justify-content: space-between;
	width: 100%;
    margin: auto;
}
.isPhone .contents-intro-wrapper:after {
	content: "";
    display: block;
	width: calc(50% - 8px);
    height: 0;
}
.contents-intro-top_inner {
	/* width: calc(33% - 48px); */
	width: calc(25% - 24px);
	padding: 8px;	
}
.isPhone .contents-intro-top_inner {
	width: calc(50% - 8px);
	padding: 0px;
	margin-bottom: 16px;
}
.contents-intro-top_inner-header {
	width: 100%;
	font-weight: 700;
    font-family: var(--en);
    line-height: 1;
    display: flex;
    border-bottom: 0.13vw solid rgb(168, 168, 168);
}
.contents-intro-top_inner-header-icon {
	display: none;
	font-size: 2.5rem;
    /* padding: 0px 1rem 0px 0px; */
    padding: 16px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F9F9F9), color-stop(.5, transparent), to(transparent));
    -webkit-background-size: 5px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 14px 14px;	

}
.contents-intro-top_inner-header-text {
	display: none;
	width: 100%;
	color: #333;
	font-size: 2.5rem;
	padding-left: 1.8rem;
    padding: 16px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F9F9F9), color-stop(.5, transparent), to(transparent));
    -webkit-background-size: 5px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 14px 14px;	
}
.contents-intro-top_inner-detail {
	/* padding: 16px 16px 16px 48px; */
	display: flex;
	flex-wrap: wrap;
}
.isPhone .contents-intro-top_inner-detail {
	/* padding: 16px 8px 16px 8px; */
    display: flex;
}
.contents-intro-top_inner-detail-intro {
	/* width: 70%; */
	width: 100%;
	/* padding-right: 16px; */
	margin-top: 8px;
	margin-bottom: 8px;
	display: none;
}
.isPhone .contents-intro-top_inner-detail-intro {
	/* width: 50%; */
	width: 100%;
	padding-right: 8px;
	display: none;
}
.contents-intro-top_inner-detail-links-wrapper {
	/* width: 30%; */
	width: 100%;
	/* border-top: 2px solid #333; */
	padding-top: 8px;
}
.contents-intro-top_inner-detail-links-wrapper .goto-archive {
	text-align: right;
}
.contents-intro-top_inner-detail-links-wrapper .goto-archive a {
	color: #ef9696;
	text-decoration: none;
}	

.isPhone .contents-intro-top_inner-detail-links-wrapper {
	border-top: 1px solid #333;
}
.isPhone .contents-intro-top_inner-detail-links-wrapper {
	/* width: 50%; */
	width: 100%;
}
.contents-intro-top_inner-detail-link {
	font-size: 1.0rem;
}
.contents-intro-top_inner-detail-link + .contents-intro-top_inner-detail-link {
    border-top: 2px dotted #aaa;
    margin-top: 8px;
    padding-top: 8px;
}
.isPhone .contents-intro-top_inner-detail-link + .contents-intro-top_inner-detail-link {
	/* border-top: 3px dotted #ccc; */
    padding-top: 8px;
}
.isPhone .contents-intro-top_inner-detail-link {
	/* line-height: 1.3; */
	line-height: 1.1;
    padding-bottom: 4px;
}
.contents-intro-top_inner-detail-link a {
	text-decoration: none;
	color: #ef9696;
	font-weight: 600;
}
.contents-intro-top_inner-header-image {
	width: 100%;
}
.contents-intro-top_inner-header-image img {
	width: 100%;
}

/* プラグイン【Easy Table of Contents】 */
.isPhone #ez-toc-container {
	width: 90%;
}
#ez-toc-container {
	padding: 16px 16px 10px 16px;
	background: #f9f9f9 !important;
	border-top: 15px solid #166ad5 !important;
	border-right: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
	border-left: 1px solid #dddddd !important;
}
.ez-toc-title-container {
	margin-bottom: 8px;
}
.ez-toc-title:before {
	font-family: "Font Awesome 7 Free";
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    content: "\f03a";
    border-radius: 50%;
    background: #166ad5;
    padding: 8px;
	margin-right: 6px;
}
#ez-toc-container ul.ez-toc-list a {
    text-decoration: none;
}
#ez-toc-container ul.ez-toc-list a:hover {
    color: #428bca;
}
.ez-toc-widget-sticky-pull-right {
	display: none !important;
}
.ez-toc-widget-sticky-container nav {
    overflow: unset !important;
}

/* 著者表示 */
.author-profile {
	display: none;
	
}

/* 記事ページのカテゴリは右寄せにする */
.cat-links {
	text-align: right;
}

/* 記事ページの画像は中央寄せにする */
.entry-content .wp-block-image {
	text-align: center;
}

/* カスタム投稿タイプ【ランキング】 */
.single-ranking .entry-header .post-thumbnail {
	display: none;
}
/*******************
  アーカイブページ
*******************/
.post-thumbnail-none {
    /* object-fit: cover; */
}

/* 記事一覧の記事毎に表示されるカテゴリ欄を表示しない */
.archive.category .cat-links {
	display: none;
	
}
/*****************
  パンくずリスト
*****************/
#breadcrumbs > span {
	display: inline-block;
	background: #f0f0f0;
    padding: 4px 8px;
	margin-bottom: 8px;
}
.breadcrumb_last {
	display: none;
}
#breadcrumbs a {
	text-decoration: none;
}

/***************
  ブログカード
***************/
.blog-card {
	background: rgba(251, 140, 0, 0.02);
	/* border: 1px solid #fb8c00; */
	/* border: 1px solid #618bf9; */
	border: 1px solid #daa2a6;
	word-wrap: break-word;
	max-width: 100%;
	border-radius: 5px;
	margin: 0px 10px 15px 10px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card:hover {
	cursor: pointer;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.blog-card:before {
	font-family: FontAwesome;
	position: absolute;
	padding: 2px 6px;
	content: "\f02e   詳細を見る";
	/* background-color: #fb8c00; */
	/* background-color: #618bf9; */
	background-color: #daa2a6;
	color: #fff;
	font-size: .8em;
	z-index: 1;
}

.blog-card-link {
	display: flex;
	text-decoration: none;
}

.blog-card-thumbnail {
	/* display: table-cell; */
	/* vertical-align: middle; */
	padding: 16px 16px 16px 16px;
}
.isPhone .blog-card-thumbnail {
	width: 20%;
}
.notPhone .blog-card-thumbnail {
	width: 10%;
}
.blog-card-thumbnail img {
	padding: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content {
	/* display: table-cell; */
	/* vertical-align: middle; */
	display: flex;
	flex-wrap: wrap;
	padding-left: 8px;
	padding-left: 8px;
}
.isPhone .blog-card-content {
	width: 80%;
}
.notPhone .blog-card-content {
	width: 90%;
}
.blog-card-title {
	width: 100%;
	font-size: 1em;
	margin: 5px 10px 5px 0px;
	font-weight: bold;
	line-height: 1.4;
	color: #daa2a6;
}

.blog-card-title:hover {
	text-decoration: underline;
}

.blog-card-excerpt {
	width: 100%;
	font-size: .74em;
	color: #4c4c4c;
	/* margin: 0 10px 5px 0; */
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 8px;
    margin-bottom: 8px;
}

.blog-card .clear {
	clear: both;
}

.isPhone .blog-card:before {
	font-size: .56em;
}
.isPhone .blog-card-title {
	font-size: .70em;
}
.isPhone .blog-card-excerpt {
	font-size: .60em;
}

/****************
  お問い合わせ
****************/
.inquiry.columns-2 {
	display: flex;
	flex-wrap: nowrap;
}
.inquiry.columns-2 p {
	width: 50%;
	padding: 8px;
}
.wpcf7-form input[type="tel"] {
	border: solid 1px #e6e6e6;
	margin-top: 0.6em;
    padding: 0.6em;
}
.inquiry.required {
	color: #f00;
    font-weight: 600;
}
.inquiry.submit {
	position: relative;
}

.wpcf7-form input[type="submit"] {
	position: absolute;
    right: 0;
}


/***********************
  最近チェックした記事
***********************/
#execphp-4 .widget-title {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #d6738a;
    color: #fff;
    font-weight: 600;
	margin-bottom: 0;
}
#execphp-4 .execphpwidget {
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.WP-LastViewedPosts-post-wrapper {
	position: relative;
	display: block;
	cursor: pointer;
	min-height: 60px;
	padding-bottom: 10px !important;
	/* border-bottom: 1px dotted #333; */
	margin-bottom: 0 !important;
	padding: 12px !important;
}
.WP-LastViewedPosts-post-wrapper a {
	text-decoration: none;
	display: flex;
}
.WP-LastViewedPosts-post-wrapper:last-child {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	border-bottom: none;
}
.WP-LastViewedPosts-img {
	float: left;
    width: 64px;
    height: 64px;
}
.WP-LastViewedPosts-post-img-wrapper {
	width: 30%;
}
.WP-LastViewedPosts-post-img-wrapper img {
	/* float: left; */
	/* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 60px; */
    /* height: 60px; */
	width: 90%;
	
}
.WP-LastViewedPosts-post-title {
	/* padding-left: 72px; */
	width: 70%;
	font-size: 14px;
}

/***************************************************
  この商品を見ている人は、こちらの商品を見ています
***************************************************/
.wherego_related {
    margin-bottom: 30px;
}
.notPhone .wherego_related {
    outline: 1px solid #ccc;
}
.wherego_related h3 {
    /* background: #575757; */
	background: #d6738a;
    color: #fff;
    padding: 8px;
}
.isPhone .wherego_related h3 {
}
.notPhone .wherego_related h3 {
    text-align: center;
    padding-left: 10px;
}
.wherego_related_item_wrap {
    display: flex;
    flex-wrap: wrap;
    /* background: #f3f3f3; */
	background: #f8f8f8;
    padding: 10px;
}
.notPhone .wherego_related_item_wrap .wherego_related_item {
    /* width: 25%; */
	width: calc(20% - 16px);
}
.isPhone .wherego_related_item_wrap .wherego_related_item {
    width: 50%;
}
.wherego_related_item_wrap .wherego_related_item a {
    display: block;
	text-decoration: none;
	color: #daa2a6;
	font-weight: 600;
}
.isPhone .wherego_related_item_wrap .wherego_related_item a {
	padding: 8px;
}
.wherego_related_item_wrap .wherego_related_item a img {
    display: block;
    margin: auto;
    width: 80%;
}
.isPhone .wherego_related_item_wrap .wherego_related_item a img {
    width: 100%;
}
.wherego_related_item_wrap .wherego_related_item a span {
    display: block;
    margin-top: 10px;
}
.isPhone .wherego_related_item_wrap .wherego_related_item a span {
    margin-bottom: 10px;
}
.notPhone .wherego_related {
    outline: 1px solid #ccc;
    margin-bottom: 30px;
}
.notPhone .wherego_related h3 {
    /* background: #575757; */
	background: #d6738a;
    color: #fff;
    /* padding-left: 10px; */
	padding: 8px 0 8px 8px;
}
.notPhone .wherego_related_item_wrap {
    display: flex;
    flex-wrap: wrap;
    /* background: #f3f3f3; */
    background: #f8f8f8;
    padding: 8px;
}
.notPhone .wherego_related_item_wrap .wherego_related_item {
    padding: 8px;
    /* width: 25%; */
	width: calc(20% - 16px);
}
.notPhone .wherego_related_item_wrap .wherego_related_item a {
    display: block;
}
.notPhone .wherego_related_item_wrap .wherego_related_item a img {
    display: block;
    width: 80%;
    margin: auto;
}
.notPhone .wherego_related_item_wrap .wherego_related_item a span {
    display: block;
    margin-top: 10px;
}

/***************
  人気記事一覧
***************/
.tptn_posts {
	width: 80%;
    margin: 24px auto;
}
.isPhone .tptn_posts {
	width: 100%;
}
.topX-title {
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #333;
	background: #c70230;
	background: #d6738a;
    color: #fff;
    font-weight: 600;
}
.topX-posts-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
	/* カウンターをリセット */
	counter-reset: listnum 0;
	/* 標準のスタイルは消す */
	list-style: none;
	padding: 16px 0 16px;
    border: 1px solid #ccc;
}

.topX-posts:before {
	position: absolute;
	/* counter-resetと同じ文字列 */
	counter-increment: listnum;
	/* カウントした数に応じて番号を表示 */
	content: counter(listnum);
    padding: 2px 12px;
    color: #fff;
    background: #d6738a;
    border-radius: 32%;
    margin-top: -16px;
	z-index: 1;
}
.topX-posts {
	width: calc(20% - 16px);
	display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
	padding: 8px;
}
.isPhone .topX-posts {
	width: calc(50% - 16px);
	margin-bottom: 16px;
}
.topX-posts img {
	width: 85%;
	/* height: 100px; */
	/* height: 100%; */
	height: 150px;
	object-fit: cover;
}

.topX-posts a {
	width: 100%;
	/* height: 120px; */
	/* height: 50%; */
	text-align: center;
	text-decoration: none;
	margin-bottom: 16px;
}

.topX-posts span {
	width: 100%;
	font-size: 14px;
}

.notPhone .widget_block .tptn_posts {
	width: 100%;
}
.notPhone .widget_block .topX-posts {
	width: calc(50% - 16px);
}
.notPhone .widget_block .topX-posts img {
	height: 100px;
}

/*******************
  サイドバーの目次
*******************/
.ez-toc-widget-sticky .widget-title {
	background: #d6738a;
    color: #fff;
    padding: 8px;
}
.ez-toc-mobile-close-btn {
    color: #fff !important;
}
#ez-toc-widget-sticky-container .widget-title {
	margin-bottom: 0;
}
#ez-toc-widget-sticky-container nav {
	padding-top: 10px !important;
}
#ez-toc-widget-sticky-container ul ul {
	margin-top: unset;
}
.isPhone .ez-toc-widget-sticky-container.mobile-overlay .ez-toc-widget-sticky-title {
	background: unset !important;
}

/***********************
  サイドバーのカテゴリ
***********************/
.widget_categories .widget-title {
	background: #d6738a;
    color: #fff;
	padding: 8px;
}

/***********************************
  サイドバーのアーカイブを非表示に
***********************************/
#archives-2 {
	display: none;
}