@charset "utf-8";
#blog {
  background: #fff;
  overflow: hidden;
  padding: 0 0 80px 0;
}

/*++++++++++++++++
fontsize
++++++++++++++++*/

#blog h2 {
	font-size: var(--font-h4);
	font-weight: var(--wght-600);
	padding: 25px 20px 30px;
	margin: 0 0 30px;
	background: var(--lightgray);
	/* color: var(--white); */
	position: relative;
}
#blog h2:before {
	content:"";
	position: absolute;
	background: var(--black);
	width: var(--flex-100);
	height: 1px;
	left: 0;
	top: 0.2rem;
}
#blog h2:after {
	content: "";
	position: absolute;
	background: var(--black);
	width: var(--flex-100);
	height: 1px;
	left: 0;
	bottom: 0.2rem;
}

#blog h3 {
	font-size: var(--font-h4);
	font-weight: var(--wght-600);
	display: inline-block;
	border-bottom: 2px solid var(--black);
	padding: 0 0 5px;
	margin: 0 0 20px;
}

#blog .template_contents p:empty {
	min-height: 20px;
}


#blog  .blog_inner {
  max-width: 1280px;
  margin: auto;
}

.blog .breadcrumb {
  border: none;
  padding: 10px 0;
}

.blog a {
  text-decoration: none;
}

.blog a:hover {
  text-decoration: underline;
}

.blog .breadcrumb {
  border: none;
  padding: 10px 0;
}

.blog .breadcrumb li {
  display: inline-block;
  font-size: 0.9em;
}

.blog .breadcrumb li a {
  padding: 0 10px 0 0;
}

.blog .notfound_side {
  display: block;
  font-size: 0.9em;
  text-align: center;
  padding: 30px 0;
}


/*-------------------------*/


/*共通/*-------------------------*/


/*WP画像センタリング*/

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

#blog .content_innerbox {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 70% 25%;
  justify-content: space-between;
/*	font-family: var(--meiryo);*/
}

#blog  .blogBox p {
  background: #eee;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 15px;
  letter-spacing: 1px;
}

#blog  .coming {
  padding: 100px 0;
  background: none;
  text-align: center;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 2em;
  letter-spacing: 1px;
}


/*-------------------------*/


/*タイトル/*-------------------------*/

.blog .secttl {
  text-align: center;
  padding: 50px 0;
}

.blog .secttl p {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 0 3px 0;
}

.blog .secttl span {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}


/**編集画面テーブル**/

.detail_content table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 10px 15px;
  display: table-cell;
  line-height: 2;
}


/*-------------------------*/


/*サイドバー/*-------------------------*/


/*一覧はこちら*/

#blog  #sidebar  a.s_list {
  height: auto;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  margin: 20px auto 0;
  padding: 8px 15px;
  font-size: 0.9em;
  text-align: center;
  width: 70%;
  box-sizing: border-box;
}

#blog  #sidebar  a.s_list:hover {
  text-decoration: none;
  border: 1px solid #999;
  color: #333;
}

#sidebar  {
  margin: 0 0 30px 0;
  overflow: hidden;
}

#sidebar ul.tab li a {
    border-radius: 0;
    border: none;
    padding: 0;
}

#sidebar ul.tab li {
  width: 50%;
  float: left;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /* border-bottom: none; */
  border-radius: 3px 3px 0 0;
  padding: 8px;
  margin: 0;
  text-align: center;
}

#sidebar ul.tab li.active {
  border-bottom: none;
}

#sidebar ul.tab li:last-child {
  float: right;
}

#sidebar #newBox {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 0px 1px #999999;
  -moz-box-shadow: 0 0px 1px #999999;
  -webkit-box-shadow: 0 0px 0px #999999;
  width: 100%;
  box-sizing: border-box;
}

#sidebar ul li {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  margin: 0 0 8px 0;
  list-style-type: none;
  position: relative;
}

#sidebar ul .popular li:before {
  position: absolute;
  background: #ffb000;
  z-index: 999;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  font-size: 0.9em;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  line-height: 1.7em;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #fff;
  margin: auto;
}
#sidebar .popular ul {
	counter-reset: num;
	list-style: none;
}
#sidebar .popular li {

}
#sidebar .popular li:before {
	counter-increment: num;
	content: counter(num); 
	position: absolute;
	background: #ffb000;
	z-index: 999;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	font-size: var(--font-mc);
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
	line-height: 1.7em;
	font-weight: bold;
	top: 0;
	left: 0;
	color: #fff;
	margin: auto;	
}

#sidebar  .new {
  display: none;
}
#sidebar ol.salonlist li a {
	display: block;
}
#sidebar  .new_inner img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

#sidebar  .new_inner b {
  text-align: left;
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #586c9b;
  font-weight: bold;
}

#sidebar  .new_inner b img {
  position: relative;
  float: none;
}

#sidebar  .new_inner .category a, #sidebar  .new_inner b a {
  height: auto;
  width: auto;
}

#sidebar  .new_inner .category {
  font-size: var(--font-mc);
}

#sidebar  .new_inner dl.l_left {
  float: left;
  width: 50%;
}

#sidebar  .new_inner dl.l_left dt {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
}

#sidebar  .new_inner dl.l_left dt img {}

#sidebar  .new_inner dl.l_left dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  font-size: 1.1em;
}

#sidebar dl.l_right {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 10px;
	border-top: 1px dashed #eee;
	margin: 10px 0 0;
	padding: 10px 0 0;
	color: var(--black);
}
#sidebar .recent_column dl.l_right{
	border: none;
}
#sidebar  .new_inner dl.l_right dt {
  vertical-align: top;
  font-weight: bold;
  margin: 0;
  text-align: left;
  float: left;
  font-size: 0.7em;
}

#sidebar dl.l_right dd {line-height: 1;display: flex;align-items: center;gap: 5px;}

#sidebar dl.l_right dd img {width: 10px;position: relative;left: 0;}

#sidebar dl.l_right dd span {
  /*! font-weight: bold; */
  font-size: var(--font-mc);
}
.notfound_side {
	text-align: center;
	padding: 40px 0 60px 0;
	display: block;
}

/*スタッフ一覧*/
#sidebar #author_staff li {
  width: 66px;
  border-radius: 100px;
  height: 66px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
}

#sidebar #author_staff li a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/*サロン一覧*/

aritlce#salon {}

#sidebar _ttl {
  text-align: center;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 0.9em;
  background: #222;
  letter-spacing: 1px;
  color: #fff;
}

article#salon ul {}

article#salon li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 7px 0;
  margin: 0 0 7px 0;
  font-size: 0.8em;
}


/*アーカイブ*/

article#archive li {
  font-size: 0.8em;
  padding: 0 0 5px 0;
}


/*テーマ*/

article#theme li {
  font-size: 0.8em;
  padding: 0 10px 5px 10px;
}


/*-------------------------*/


/*ブログ一覧/*-------------------------*/

#blog  ul#listBox {
  margin: 20px 0 0 0;
}

#blog  ul#listBox li {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  grid-template-columns: 1fr;
  justify-content: left;
}
#blog  ul#listBox li figure{
	background: var(--lightgray);
}
#blog  ul#listBox li a:hover {
  text-decoration: none;
}

#blog  ul#listBox li img {
  aspect-ratio: 4/3;
  object-fit: cover;
  display: flex;
  align-items: center;
  height: var(--flex-100);
  width: var(--flex-100);
}

#blog  ul#listBox li .content {position: relative;}

#blog  ul#listBox li b {
  text-align: left;
  display: block;
  margin: 0 0 20px 0;
  font-size: 1.4em;
  line-height: 1.8em;
  color: #586c9b;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 20px 0;
}

#blog  ul#listBox li .category {
  font-size: 0.75em;
  letter-spacing: 1px;
  padding: 3px 0 0 0;
}


#blog dl.l_left {
	display: grid;
	grid-template-columns:10% 82%;
	justify-content: left;
	align-items: center;
}

#blog  dl.l_left dt {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog .detail_bottom dl.l_left dt {
	width: 70px;
	height: 70px;
}
#blog  dl.l_left dt img {
  position: absolute;
  width: 150%;
  /* max-width: inherit; */
  left: 0;
  top: 0;
}

#blog  ul#listBox li dl.l_left dt img {
  /* width: 150%; */
  max-width: inherit;
  left: 0;
  bottom: inherit;
  height: auto;
  display: block;
  aspect-ratio: unset;
  /* bottom: inherit; */
  /* top: inherit; */
}

#blog  dl.l_left dd {display: block;justify-content: space-between;align-items: center;}

#blog dl.l_left .smbutton {
	top: 0;
	right: 3rem;
	position: absolute;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	max-height: max-content;
	}


/*スタッフ情報*/

#blog .detail_head  {
	padding: 20px 0;
	border-top: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
	position: relative;
}

#blog .detail_head dl.l_left {
	display: flex;
}
#blog .detail_bottom dl.l_left {
	grid-template-columns: 10% 82%;
	align-items: flex-start;
}

#blog .detail_head dl.l_left dd .stal {
	display: flex;justify-content: left;
}


#blog .detail_head dl.l_left dd .stal a.st {
}

#blog .detail_head dl.l_left dd .stal a.st_tempo {
  display: inline-block;
  font-size: 0.9em;
  width: auto;
  color: #666;
  vertical-align: middle;
}

#blog .detail_head dl.l_left dd a.tempo {
  display: block;
  font-size: var(--font-mc);
  color: var(
  --darkgray);
  padding: 5px 0 0;
}
/*bottom*/
#blog .detail_bottom {
	border: none;
	background: var(--lightgray);
	padding: 30px 20px;
}

#blog .detail_bottom .sns li img {
	width: 20px;
}
#blog .detail_bottom dl.l_left dd .stal {
	display: block;
}
/**/
#blog  ul#listBox li dl.l_right {
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 0;
}

#blog  ul#listBox li dl.l_right dt {
  display: inline-block;
  vertical-align: top;
  /*! font-weight: bold; */
  margin: 0 20px 0 0;
  font-size: 0.9em;
}

#blog  ul#listBox li dl.l_right dd {
  display: flex;
  align-items: center;
  gap: 10px;
}

#blog  ul#listBox li dl.l_right dd img {width: 13px;aspect-ratio: unset;}

#blog  ul#listBox li dl.l_right dd span {
  font-size: 0.75em;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
}


/*-------------------------*/


/*ブログ詳細/*-------------------------*/

#blog  video {
  width: 100%;
  max-width: 640px;
  height: 400px;
  overflow: hidden;
}

#blog  #detailBox {}

#blog  #detailBox .detail_head {
  overflow: hidden;
}

#blog  #detailBox .detail_head .detail_date {
  padding: 0 0 10px 0;
  font-size: 1em;
  letter-spacing: 1px;
}

#blog  #detailBox .detail_head .detail_title {
  font-size: 2em;
  font-weight: bold;
  display: block;
  width: 85%;
  letter-spacing: 1px;
  color: #222;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

#blog  #detailBox .detail_head ul.social {
  clear: both;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 0 20px 0;
}

#blog  #detailBox .detail_head ul.social li {
  display: inline-block;
  vertical-align: top;
}


/*閲覧者*/

#blog  #detailBox .detail_head li.detailview {
  float: right;
}

@media screen and (max-width: 350px) {
  #blog  #detailBox .detail_head li.detailview {
    float: none;
  }
}

#blog  #detailBox .detail_head .detailview dl {
  line-height: 1.3;
  margin: 0 10px 0 0;
}

#blog  #detailBox .detail_head .detailview dt {
  display: inline-block;
  vertical-align: top;
}

#blog  #detailBox .detail_head .detailview dt img {
  width: 15px;
  /* display: inline-block; */
  /* vertical-align: top; */
}

#blog  #detailBox .detail_head .detailview dd {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  font-size: 0.9em;
}

#blog  #detailBox .detail_content {
  clear: both;
  padding: 50px 0;
  line-height: 3em;
  font-size: 1em;
  letter-spacing: 1px;
  width: 95%;
  border-bottom: 1px dotted #efe7e7;
  margin: 0;
}

#blog  #detailBox .detail_content p {
  background: none;
  border-radius: 0;
  font-weight: inherit;
  padding: 0;
  letter-spacing: 0;
  line-height: 2.5;
}

#blog  #detailBox .detail_content p:empty {
  min-height: 2.5em;
}

#blog  #detailBox .detail_content img {
  margin: 10px auto;
}

#blog  #detailBox .detail_content video {
  max-width: 600px;
  width: 100%;
}


/*フッター　テーマ表示*/

#blog  #detailBox dl.theme_link {
  margin: 10px 0 100px 0;
  font-size: 0.9em;
}

#blog  #detailBox dl.theme_link dt {
  display: inline;
}

#blog  #detailBox dl.theme_link dd {
  display: inline;
}

#blog  #detailBox dl.theme_link dd a {}


/*------------------------------*/


/*コラム　見出し設定*/


/*------------------------------*/


/*#blog  #detailBox .detail_content h1 {    text-align: left;    width: auto;    font-weight: bold;    font-size: 2em;    margin: 30px 0;}*/

#blog  #detailBox .detail_content h1:before {
  display: none;
}

#blog  #detailBox .detail_content h2 {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0;
  font-size: 1.8em;
}

#blog  #detailBox .detail_content h3 {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 15px 0 15px 20px;
  font-weight: bold;
  text-align: left;
  margin: 30px 0;
  font-size: 1.2em;
}

#blog  #detailBox .detail_content h4 {
  font-weight: bold;
  letter-spacing: 0;
  margin: 30px 0;
  background: url(../img/blog/h4panel.png) no-repeat left 1% center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 30px;
  font-size: 1em;
  line-height: 2.5em;
}


/*このブログを書いた人*/

.wroteBox {
  border-bottom: 1px solid #000;
  margin: 80px 0 0 0;
}

.wroteBox dl {
  padding: 0 0 8px 0;
}

.wroteBox dt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.wroteBox dd {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
}

.wroteBox_inner {
  overflow: hidden;
  border-top: 1px solid #000;
  padding: 20px 0;
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #ccc;
}

.wroteBox_inner .staff_ph {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  float: left;
  overflow: hidden;
  position: relative;
}

.wroteBox_inner .staff_ph img {
  position: absolute;
  max-width: inherit;
  width: 140%;
  left: -25%;
}

.wroteBox_inner .staff_prof {
  width: 52%;
  float: left;
  text-align: left;
  margin: 0 0 0 30px;
}

#blog  .wroteBox_inner .staff_prof p {
  background: none;
  padding: 10px 0 5px 0;
  font-size: 1.1em;
  font-weight: bold;
}

.wroteBox_inner .staff_prof span {
  line-height: 2em;
  font-size: 0.9em;
  letter-spacing: 1px;
  width: 90;
}

.wroteBox_inner .staff_reserve {
  width: 28%;
  float: left;
  margin: 25px 0 25px 40px;
}

#blog  .wroteBox_inner .staff_reserve a {}


/*スタッフのSNS*/

.staff_social {
  width: 98%;
  margin: auto;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.staff_social li {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
}

.staff_social li a {
  padding: 10px;
  display: block;
}

.staff_social li a.fb {
  background: #3B5998;
}

.staff_social li a.tw {
  background: #55acee;
}

.staff_social li a.in {
  background: url(../img/blog/insta.jpg) no-repeat;
}

.staff_social li a.li {
  background: #00b900;
}

.staff_social li a.bl {
  background: #153d73;
}


/*サロン情報*/

#blog  .tempo_detail {
  overflow: hidden;
  background: #333;
  margin: 20px 0 50px 0;
  padding: 20px;
}

#blog  .tempo_detail .right {
  width: 30%;
  float: right;
}

#blog  .tempo_detail .left {
  width: 68%;
  float: left;
}

#blog  .tempo_detail .left dl {
  color: #fff;
}

#blog  .tempo_detail .left dt {
  font-weight: bold;
  font-size: 1.4em;
  padding: 10px 0 10px 0;
}

#blog  .tempo_detail .left dd {}

#blog  .tempo_detail .left span {
  display: block;
  letter-spacing: 1px;
  padding: 0 0 8px 0;
}

#blog  .tempo_detail .left a {
  overflow: hidden;
  color: #fff;
  letter-spacing: 1px;
}

#blog  .tempo_detail .left .btn a {
  display: block;
  background: #fff;
  color: #000;
  border-radius: 5px;
  width: 40%;
  padding: 10px;
  margin: 20px 0 0 0;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#blog  .tempo_detail .left .btn a:hover {
  text-decoration: none;
}


/*スタッフの関連ブログ*/

#blog  .recentBox {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

#blog  .recentBox p {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 20px 0;
}

#blog  .recentBox li {
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
}

#blog  .recentBox li a {
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
}

#blog  .recentBox li a figure {
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
}

#blog  .recentBox li img {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

#blog  .recentBox li .content {
  width: 55%;
  float: right;
  margin: 0;
}

#blog  .recentBox li dl {
  width: 58%;
  float: right;
  padding: 10px 0 0 0;
}

#blog  .recentBox li dt {
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 0 6px 0;
  color: #333;
}

#blog  .recentBox li dd {
  letter-spacing: 1px;
  width: 95%;
  font-size: 1em;
  position: relative;
}

#blog  .recentBox li dd img {
  position: relative;
  float: none;
}

#blog  .recentBox li dd a {}


/*スタッフが書いた一覧へのリンク*/

#blog  .recentBox .staff_blist {
  clear: both;
  margin: 0 auto 20px;
  border-top: 1px solid #eee;
  padding: 20px 0 0 0;
}

#blog  .recentBox .staff_blist a {
  padding: 15px 50px;
  color: #3ca0c5;
  width: 40%;
  margin: auto;
  font-size: 0.9em;
  text-align: center;
  display: block;
  border: 1px solid #3ca0c5;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -ms-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
}

#blog  .recentBox .staff_blist a:hover {
  background: #3ca0c5;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -ms-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
}


/*前の記事　次の記事*/

#blog  ul.other {
  width: 100%;
  clear: both;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
  padding: 50px 0 0 0;
}

#blog  ul.other li {
  display: inline-block;
  width: 48%;
}

#blog  ul.other li:last-child {
  margin: 0;
}

#blog  ul.other li a {
  display: inline-block;
  color: #fff;
  background: #1d7787;
  border: 1px solid #1d7787;
  padding: 15px 48px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 1em;
  letter-spacing: 1px;
}

#blog  ul.other li a:hover {
  background: #1799b0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -ms-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
}


/****************************************************************/

.blog .wp-pagenavi {
  clear: both;
  text-align: center;
}

.blog .wp-pagenavi span.pages {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 5px 0 0;
}

.blog .wp-pagenavi span.current {
  display: inline-block;
  color: #fff;
  background: #1d7787;
  border: 1px solid #1d7787;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}

#blog  a.page.smaller, #blog  a.page.larger {
}

.blog a.page.smaller:hover, a.page.larger:hover, a.nextpostslink:hover {
  text-decoration: none;
}

#blog  a.previouspostslink, #blog  a.nextpostslink {
}


/*****************************************************************/


/*タクソノミー関連*/

.blog ul.tax {
  padding: 10px 0 0 0;
  margin: 30px 0 0 0;
}

.blog ul.tax li {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
}

#blog  ul.tax a {
  border: 1px dashed #33bad2;
  padding: 5px 10px;
  display: block;
  color: #33bad2;
}

#blog  ul.tax a:hover {
  background: #33bad2;
  color: #fff;
  text-decoration: none;
}

#blog  #detailBox .detail_content ul.toc_list {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}

#blog  #detailBox .detail_content ul.toc_list li {
  line-height: 2;
  letter-spacing: 0;
}


/*+++++++++++++++++++++予約用テンプレート+++++++++++++++++++++*/

#blog  .template {
  width: 31%;
  display: inline-block;
  overflow: hidden;
  margin: 10px 15px 10px 0;
  box-sizing: border-box;
  /* border: 5px solid #dad1c7; */
  border: 1px solid #ccc;
  background: #eee;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 3px;
}

#blog  dl.area_templete {
  margin: 50px 0 0 0;
}

#blog  dl.area_templete dt {
  text-align: center;
  position: relative;
  margin: 0 0 10px 0;
}

#blog  dl.area_templete dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 1px;
  background: #666;
  left: 0;
}

#blog  dl.area_templete dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 1px;
  background: #666;
  right: 0;
}

#blog  dl.area_templete dd {}

#blog  dl.area_templete .template dt:before, #blog  dl.area_templete .template dt:after {
  display: none;
}

#blog  .template tr.left {}

#blog  .template tr.right {}

#blog  .template tr.right span {
  display: block;
  text-align: center;
  padding: 10px 0 8px 0;
  font-size: 0.9em;
  color: #666;
}

#blog  .template tr.right span a span {
  padding: 0;
  font-size: inherit;
}

#blog  .template td {
  display: block;
}

#blog  table.template:nth-child(3n) {
  margin: 10px 0;
}

#blog  .template a {
  display: block;
}

#blog  #detailBox .detail_content .template dd img {
  margin: 5px auto;
}

#blog  .template .salon_temp {
  padding: 0;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
}


/*Pタグ消去用*/

#blog  #detailBox .detail_content .template p {
  line-height: 0;
  min-height: 0;
}

#blog  .template dl {
  margin: 0;
}

#blog  .template dt {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

#blog  .template dt a {
  letter-spacing: 0;
  font-size: 1.2em;
  color: #333;
}

#blog  .template dd {}

#blog  .template dd a {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  display: block;
  cursor: pointer;
}


/*+++++++++++++++++++++予約用テンプレート(カルーセル)+++++++++++++++++++++*/

.reserve-ttl {
  text-align: center;
  margin: 30px 0 0;
  position: relative;
}

.reserve-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28%;
  background: #666;
  height: 1px;
  left: 0;
}

.reserve-ttl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28%;
  background: #666;
  height: 1px;
  right: 0;
}

#blog  ol.slick-tempolist {
  overflow: hidden;
  margin: 20px 0 10px;
  border: 1px solid #ccc;
  border-radius: 100px;
  width: 99%;
  padding: 0;
}

#blog  ol.slick-tempolist li {
  float: left;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 4px;
  outline: none;
  letter-spacing: 1px;
  line-height: 2;
}

#blog  ol.slick-tempolist li.slick-current.slick-active {
  background: #eee;
}

#blog  ol.slick-tempolist li:hover {
  background: #eee;
  outline: none;
}

#blog  ul.slick-reserve {
  overflow: hidden;
}

#blog  ul.slick-reserve li {
  float: left;
  padding: 0;
}

#blog  ul.slick-reserve li table.template {
  width: auto;
  display: block;
}


/*instagramバナー*/

#blog  .insta_bunner {
  padding: 30px 0 0;
}

#blog  .insta_bunner .br {
  display: none;
}

#blog  .insta_bunner a {
  display: block;
}

#blog  .insta_bunner p {
  font-size: 0.9em;
  background: none;
  position: relative;
  text-align: center;
  color: #33bad2;
  margin: 0 0 20px;
  padding: 0;
}

#blog  .insta_bunner p:before {
  content: "";
  position: absolute;
  background: #111;
  height: 25px;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 20%;
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
}

#blog  .insta_bunner p:after {
  content: "";
  position: absolute;
  background: #111;
  height: 25px;
  width: 2px;
  top: 0;
  bottom: 0;

  right: 20%;
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
}

#blog  .side-reserve {
  display: none;
}

@media screen and (max-width: 1499px) {
  #blog  .blog_inner {
    max-width: 98%;
  }
  /*-------------------------*/
  /*共通/*-------------------------*/
  #blog  .blogBox {
    padding: 30px 10px;
  }
  #blog  #sidebar  {
    width: 24%;
  }
  /*アーカイブ*/
  article#archive li {
    font-size: 0.8em;
  }
  /*-------------------------*/
  /*ブログ一覧/*-------------------------*/
  #blog  ul#listBox {}
  #blog  ul#listBox li {
  }
  #blog  ul#listBox li b {
    font-size: 1.2em;
  }
  #blog  ul#listBox li .category {
    font-size: 0.75em;
    letter-spacing: 1px;
    padding: 3px 0 0 0;
  }
  #blog  dl.l_left dd a.tempo {
    font-size: 0.8em;
    color: #666;
    letter-spacing: 1px;
  }
  /*-------------------------*/
  /*ブログ詳細/*-------------------------*/
  #blog  #detailBox .detail_head .detail_title {
    font-size: 1.8em;
    width: 100%;
  }
  /*このブログを書いた人*/
  .wroteBox_inner .staff_prof {
    margin: 0 0 0 10px;
  }
  #blog  .wroteBox_inner .staff_prof p {
    font-size: 1em;
  }
  .wroteBox_inner .staff_prof span {
    width: auto;
  }
  .wroteBox_inner .staff_reserve {
    margin: 25px 0 25px 20px;
  }
  #blog  .wroteBox_inner .staff_reserve a {}
  /*スタッフのSNS*/
  /*スタッフの関連ブログ*/
  #blog  .recentBox {}
  #blog  .recentBox li .content {
    width: 55%;
    float: right;
    margin: 0;
  }
}

@media screen and (max-width: 1023px) {
  /*-------------------------*/
  /*共通/*-------------------------*/
  #blog  .blogBox {
    width: 100%;
    float: none;
  }
  #blog  #sidebar  {
    width: 80%;
    float: none;
    margin: 20px auto 0;
  }
  #sidebar  .new_inner a {
    height: 150px;
  }
  #sidebar  .new_inner .content {
    padding: 10px 0 0 0;
  }
  #sidebar  .new_inner b {
    font-size: 0.9em;
  }
  #sidebar  .new_inner .category a, #sidebar  .new_inner b a {
    height: auto;
    width: auto;
  }
  #sidebar  .new_inner dl.l_left {
    float: left;
    width: 50%;
  }
  #sidebar  .new_inner dl.l_right {
    margin: 10px 0 0 0;
  }
  #sidebar  .new_inner dl.l_right dd {
    font-size: 0.8em;
  }
  /*サロン一覧*/
  /*アーカイブ*/
  article#archive li {
    font-size: 0.8em;
  }
  /*-------------------------*/
  /*ブログ一覧/*-------------------------*/
  #blog  ul#listBox li .content {
    margin: 0;
  }
  #blog  ul#listBox li dl.l_left dt img {
  }
  #blog  dl.l_left dd a.tempo {
    font-size: 0.8em;
    color: #666;
    letter-spacing: 1px;
  }
  #blog  ul#listBox li dl.l_right dt {
    font-size: 0.7em;
    margin: 0;
    font-weight: normal;
  }
  #blog  ul#listBox li dl.l_right dd {}
  #blog  ul#listBox li dl.l_right dd img {
    width: 12px;
    margin: 0 5px 0 0;
    vertical-align: top;
  }
  #blog  ul#listBox li dl.l_right dd span {
    font-size: 0.7em;
    font-weight: normal;
  }
  /*-------------------------*/
  /*ブログ詳細/*-------------------------*/
  #blog  dl.l_left {
    position: relative;
    width: auto;
  }
  #blog  #detailBox .detail_head .detail_date {
    padding: 0 0 10px 0;
    font-size: 1em;
    letter-spacing: 1px;
  }
  /*このブログを書いた人*/
  #blog  .wroteBox_inner .staff_prof p {
    background: none;
    padding: 10px 0 5px 0;
    font-size: 1.1em;
    font-weight: bold;
  }
  .wroteBox_inner .staff_reserve {
    margin: 25px 0 25px 20px;
  }
}

@media screen and (max-width: 767px) {
	
#blog .content_innerbox {
  display: block;
}
	
	
  /*embed対策*/
  iframe.wp-embedded-content {
    width: 100% !important;
  }
  #blog  .blog_inner {
    max-width: 100%;
  }
  #blog  .coming {
    padding: 50px 0;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
  }
  .blog .breadcrumb {
    font-size: 0.7em;
  }
  .blog .breadcrumb li a {
    margin: 0 5px 0 0;
  }
  /****************************************************************/
  .blog .wp-pagenavi span.current {
    padding: 5px 10px;
    font-size: 0.9em;
    margin: 0 5px 0 0;
  }
  #blog  a.page.smaller, #blog  a.page.larger {
    padding: 5px 10px;
    font-size: 0.9em;
    margin: 0 5px 0 0;
  }
  .blog a.page.smaller:hover, a.page.larger:hover, a.nextpostslink:hover {
    text-decoration: none;
  }
  #blog  a.previouspostslink, #blog  a.nextpostslink {
    padding: 5px 10px;
    font-size: 0.9em;
  }
  /*****************************************************************/
  /*-------------------------*/
  /*共通/*-------------------------*/
  .blog .secttl {
    padding: 0 0 30px 0;
  }
  .blog .secttl p {
    font-size: 1.7em;
  }
  #blog  .blogBox {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  #blog  .blogBox p {
    padding: 8px 10px;
    border-radius: 0;
    font-size: 0.9em;
    letter-spacing: 0;
  }
  #blog  #sidebar  {
    width: var(--width360);
    margin: 100px auto 0;
  }
  #sidebar _ttl {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  #sidebar  {
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  #sidebar  .new {
    display: none;
  }
  #sidebar  .new_inner a {
    display: inline-block;
    overflow: hidden;
  }
  #sidebar  .new_inner .content {
  }
  #sidebar  .new_inner .category a, #sidebar  .new_inner b a {
    height: auto;
    width: auto;
  }
  #sidebar  .new_inner .category {
    font-size: 0.7em;
  }
  #sidebar  .new_inner dl.l_left {
    float: left;
    width: 50%;
  }
  #sidebar  .new_inner dl.l_left dt {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  #sidebar  .new_inner dl.l_left dd {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    font-size: 1.1em;
  }
  #sidebar  .new_inner dl.l_right {
    padding: 7px 0 3px 0;
    text-align: right;
    border-top: 1px solid #eee;
    margin: 5px 0 0 0;
  }
  #sidebar  .new_inner dl.l_right dt {
    font-weight: normal;
  }
  #sidebar  .new_inner dl.l_right dd span {
    font-size: 0.8em;
    font-weight: normal;
  }
  /*サロン一覧*/
  article#salon ul {
    padding: 3px;
  }
  article#salon li {
    width: 49%;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  /*アーカイブ*/
  article#archive li {
    font-size: 0.8em;
    width: 49%;
    display: inline-block;
  }
  /*------------------------------*/
  /*コラム　見出し設定*/
  /*------------------------------*/
  /*#blog  #detailBox .detail_content h1 {    font-size: 2rem;}*/
  #blog  #detailBox .detail_content h2 {
    font-size: 1.2rem;
    padding: 15px 0;
    line-height: 1.8;
  }
  #blog  #detailBox .detail_content h3 {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  #blog  #detailBox .detail_content h4 {
    line-height: 2em;
  }
  /*-------------------------*/
  /*ブログ一覧/*-------------------------*/
  #blog  ul#listBox {
    margin: 20px 0 0 0;
    grid-template-columns: 1fr;
  }
  #blog  ul#listBox li {
    padding: 0 0 20px;
    margin: 0 0 5px;
    grid-template-columns: repeat(2,1fr);
  }
  #blog  a {
  }
  #blog  ul#listBox li a:hover {
    text-decoration: none;
  }
  #blog  ul#listBox li a.img {
    width: 40%;
    height: 100px;
  }
  #blog  ul#listBox li .content {
  }
  #blog  ul#listBox li b {
    font-size: 0.9em;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
  }
  #blog  ul#listBox li .category {
    padding: 0;
  }
  #blog  dl.l_left {
    width: 100%;
    float: none;
    position: relative;
    grid-template-columns: 20% 75%;
  }
  #blog  dl.l_left dt {
  }
  #blog dl.l_left .smbutton {
  margin: 10px 0 0;
  display: block;
  max-width: var(--flex-100);
  @: ;
  padding: 10px 20px 12px;
  position: relative;
  right: 0;
  }
  #blog  dl.l_left dd a.tempo {
    font-size: 0.8em;
    color: #666;
    letter-spacing: 1px;
  }
  #blog  ul#listBox li dl.l_right {
    width: 100%;
    float: none;
    padding: 30px 0 0;
    position: relative;
  }
  /*-------------------------*/
  /*ブログ詳細/*-------------------------*/
  #blog  video {
    height: 300px;
    max-width: 100%;
  }
  #blog  #detailBox .detail_head .detail_date {
    font-size: 0.8em;
    padding: 0 0 5px 0;
  }
  #blog  #detailBox .detail_head .detail_title {
    font-size: 1.4em;
    margin: 0 0 10px 0;
  }
  #blog  #detailBox .detail_head ul.social {}
  #blog  #detailBox .detail_head ul.social li {
    display: inline-block;
  }
  #blog  #detailBox .detail_content {
    font-size: 0.95em;
    width: 100%;
  }

#blog .detail_head dl.l_left dd {display: block;}
#blog .detail_bottom {
	
}	
  /*このブログを書いた人*/
  .wroteBox {
    margin: 0 0 20px 0;
  }
  .wroteBox dt {
    width: 35%;
  }
  .wroteBox dd {
    font-size: 0.8em;
    letter-spacing: 1px;
  }
  .wroteBox_inner {
    padding: 10px 0 5px 0;
  }
  .wroteBox_inner .staff_ph {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    float: left;
    overflow: hidden;
  }
  .wroteBox_inner .staff_prof {
    width: 77%;
    margin: 0 0 0 5px;
  }
  #blog  .wroteBox_inner .staff_prof p {
    padding: 5px 0 2px 0;
    font-size: 1em;
  }
  .wroteBox_inner .staff_prof span {
    line-height: 1.5em;
    font-size: 0.7em;
    width: 100%;
  }
  .wroteBox_inner .staff_reserve {
    clear: both;
    width: 100%;
    float: none;
    margin: 10px 0;
    padding: 20px 0 0 0;
  }
  #blog  .wroteBox_inner .staff_reserve a {
    display: block;
    max-width: 320px;
    margin: auto;
  }
  /*スタッフのSNS*/
  .staff_social {
    width: 100%;
  }
  .staff_social li {
    width: auto;
  }
  #blog  .staff_social li a {
    padding: 0 0 5px 0;
    border-radius: 5px;
    width: 60px;
    height: 40px;
    position: relative;
  }
  .staff_social li a.li {
    padding: 17px 10px;
  }
  .staff_social a {}
  .staff_social a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  /*スタッフの関連ブログ*/
  #blog  .recentBox {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
  }
  #blog  .recentBox p {}
  #blog  .recentBox li {
    width: 100%;
    float: none;
  }
  #blog  .recentBox li a {
    height: 110px;
    overflow: hidden;
  }
  #blog  .recentBox li .content {
    width: 55%;
    float: right;
    margin: 0;
  }
  #blog  .recentBox .staff_blist a {
    width: 90%;
    box-sizing: border-box;
    padding: 10px 30px;
    font-size: 0.8em;
  }
  #blog  .recentBox li dt {
    font-size: 0.7em;
  }
  #blog  .recentBox li dd {
    width: 100%;
    letter-spacing: 0;
    font-size: 0.95rem;
  }
  /*前の記事　次の記事*/
  #blog  ul.other {
    width: 100%;
    clear: both;
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden;
    padding: 50px 0 0 0;
  }
  #blog  ul.other li {
    display: block;
    width: 100%;
  }
  #blog  ul.other li:last-child {
    margin: 0;
  }
  #blog  ul.other li a {
    padding: 10px 35px;
    font-size: 0.8em;
  }
  /*サロン情報*/
  #blog  .tempo_detail {
    padding: 10px;
  }
  #blog  .tempo_detail .right {
    width: 42%;
    margin: 0 0 15px 0;
  }
  #blog  .tempo_detail .left {
    width: 56%;
  }
  #blog  .tempo_detail .left dt {
    font-size: 1em;
    padding: 5px 0;
  }
  #blog  .tempo_detail .left dd {
    font-size: 0.7em;
  }
  #blog  .tempo_detail .left span {
    padding: 0 0 5px 0
  }
  #blog  .tempo_detail .left .btn a {
    width: 95%;
    box-sizing: border-box;
    margin: 12px 0 0 0;
    font-size: 0.8em;
    padding: 5px;
  }
  /*+++++++++++++++++++++予約用テンプレート+++++++++++++++++++++*/
  #blog  .template {
    width: auto;
    display: block;
    margin: 10px 0;
    padding: 10px;
  }
  #blog  .template tr.left {
    width: 35%;
    float: left;
  }
  #blog  .template tr.right {
    width: 59%;
    float: right;
  }
  #blog  table.template:nth-child(3n) {
    margin: 10px 0;
  }
  #blog  .template img {
    width: 100%;
  }
  #blog  .template .salon_temp {
    text-align: left;
  }
  #blog  .template tr.right span {
    text-align: left;
  }
  #blog  .template dt {
    text-align: left;
  }
  /*+++++++++++++++++++++予約用テンプレート(カルーセル)+++++++++++++++++++++*/
  .reserve-ttl img {
    margin: auto;
  }
  #blog  ol.slick-tempolist {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  #blog  ol.slick-tempolist li {
    font-size: 0.9em;
  }
  .reserve-ttl:before {
    width: 5%;
  }
  .reserve-ttl:after {
    width: 5%;
  }
  /*instagramバナー*/
  #blog  .insta_bunner {
    padding: 0;
  }
  #blog  .insta_bunner .br {
    display: block;
  }
  #blog  .insta_bunner p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 0.85em;
  }
  #blog  .insta_bunner p:before {
    height: 30px;
    left: 5%;
    top: 20%;
    bottom: inherit;
  }
  #blog  .insta_bunner p:after {
    height: 30px;
    right: 5%;
    top: 20%;
    bottom: inherit;
  }
  #blog  .side-reserve {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 6px 5px 6px;
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    bottom: 0;
    background: #fff;
    z-index: 1000;
    border-top: 2px solid #ccc;
    left: 0;
    box-sizing: border-box;
  }
  #blog  .side-reserve a.tel-reserve {
    float: left;
    display: block;
    width: 25%;
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 2px;
  }
  #blog  .side-reserve a.tel-reserve img {
    display: block;
    margin: auto;
    padding: 5px 0 3px;
  }
  #blog  .side-reserve a.tel-reserve span {
    display: block;
    color: #4a3f30;
    font-size: 0.75em;
    text-align: center;
    font-weight: 500;
  }
  #blog  .side-reserve figure {
    width: 12%;
    float: left;
    margin: 0 2% 0 0;
  }
  #blog  .side-reservebox {
    float: right;
    width: 59%;
    margin: 0 0 0 2%;
  }
  #blog  .side-reservebox .br {
    display: none;
  }
  #blog  .side-reservebox a {
    padding: 9px;
    background: url(../img/blog/triangle.png) no-repeat right 1% bottom 10% #fb8cc0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
  }
  #blog  .side-reservebox a:hover {
    text-decoration: none;
  }
  /*予約ボタンないとき*/
  #blog  .side-reservebox a.no_reserve {
    background: #eee;
  }
  #blog  .side-reservebox p {
    text-align: left;
    padding: 0 0 3px;
    font-size: 0.75em;
    background: none;
    color: #4a3f30;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 480px) {
  #blog  .side-reserve a.tel-reserve {
    padding: 3px;
  }
  #blog  .side-reserve a.tel-reserve img {
    display: block;
    margin: auto;
    padding: 5px 0 3px;
  }
  #blog  .side-reserve figure {
    width: 19%;
  }
  #blog  .side-reservebox {
    width: 51%;
  }
  #blog  .side-reservebox a {
    padding: 6px;
  }
}