@charset "utf-8";

/*  --HTML--  */

html {
  overflow-y: scroll;
}


/*  --BODY--  */

body {
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #FFF;
  word-wrap: break-word;
  overflow: visible;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

img {
  vertical-align: bottom;
}


/*  --OTHER TAGS--  */

a {
  overflow: hidden;
  color: #66BBE9;
  outline: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

a img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:hover {
  color: #66BBE9;
  text-decoration: underline;
}

a:hover img {}

a img,
img {
  border: 0;
}

abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

blockquote {
  background-color: #eee;
  padding: 3em 2em;
  margin-bottom: 30px;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #ccc;
  position: absolute;
  right: 10px;
  bottom: 0;
}

p {
  word-break: break-all;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}


/*  for IE7  */

*+html code,
kbd,
pre,
samp,
tt {
  font-size: 108%;
}


/* メニュー記述ここから */

#menu {
  margin-top: 0px;
}

#menu li {
  float: left;
}

#menu li a {
  text-indent: -9999px;
}


/* メニュー記述ここまで */


/* 入力モード */

.inactive {
  ime-mode: inactive;
}

.active {
  ime-mode: active;
}

.disabled {
  ime-mode: disabled;
}

th {
  white-space: nowrap;
}


/*  for IE6  */

* html .clear {
  display: inline-block;
}


/*  for IE7  */

*+html .clear {
  display: inline-block;
}

h1,
h1,
div#logo {
  text-align: left;
  float: left;
  margin-top: 16px;
}

h1 img,
div#logo img {
  height: 25px;
  width: auto;
}

h2 {
  font-size: 38px;
  font-family: 'Titillium Web', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  text-align: left;
  border-top: 5px solid #66BBE9;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 28px;
  padding: 0;
  height: 20px;
  box-sizing: border-box;
}

div.category-description {
  margin-bottom: 20px;
}

h2.search {
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  border-top: none;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 28px;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}

h2.search-404 {
  font-size: 35px;
  font-family: 'Titillium Web', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  text-align: left;
  font-weight: bold;
  border-top: none;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}

h2 span {
  position: relative;
  top: -21px;
  padding: 0 10px 0 0;
  background: #fff;
  height: 39px;
  box-sizing: border-box;
  display: inline-block;
}

#right-side h2 {
  font-size: 28px;
  font-family: 'Titillium Web', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  text-align: left;
  border-top: none;
  border-left: 5px solid #66BBE9;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0 0 0 7px;
  height: 28px;
  box-sizing: border-box;
}

body.category h2,
body.page h2 {
  margin-top: 10px;
}

body.single h1 {
  float: none;
  font-size: 35px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-align: left;
  border-top: none;
  line-height: 1.3;
  margin-top: -5px;
  margin-bottom: 15px;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  font-weight: bold;
  background: url(img/h1_bg.png);
  padding: 12px;
  height: auto;
  box-sizing: border-box;
  font-weight: bold;
  border-bottom: 4px double #fff;
}


#left-side .single-snap-box img{
  margin-bottom: 0;
}

body.single .single-snap-box h1 {
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-align: left;
  border-top: none;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  font-weight: bold;
}

h3 {
  font-size: 23px;
  font-weight: bold;
  border-left: 5px solid #66BBE9;
  margin-bottom: 30px;
  padding: 0 0 0 7px;
  box-sizing: border-box;
  line-height: 1.4;
}

.page h3 {
  margin-top: 55px;
}

.single-box h2 {
  font-size: 23px;
  text-align: left;
  margin-bottom: 30px;
  padding: 8px 10px 10px;
  height: auto;
  box-sizing: border-box;
  font-weight: bold;
  background: #66BBE9;
  color: #fff;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.single-box a {
  text-decoration: underline;
}

.description {
  float: left;
  margin-top: 19px;
  color: #fff;
  opacity: .88;
  margin-left: 20px;
}

body.page-id-173 h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}

body.home h3 {
  font-weight: bold;
  border-left: none;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.3;
}

ul.side-ranking li p.rank-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  border-left: none;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0px;
}

ul.side-ranking li p.rank-title a {
  color: #000;
}

h3 span {
  font-size: 14px;
  color: #F00;
  vertical-align: top;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #66BBE9;
  margin-bottom: 20px;
}

.single-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #56b8e9;
  border-bottom: 1px solid #777777;
  margin-bottom: 20px;
  border-left: none;
  padding: 0;
  color: #333;
}

.single-box h3:before {
  content: "■";
  display: inline-block;
  color: #66BBE9;
  margin-right: 6px;
  font-size: 14px;
  vertical-align: 1px;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.single-box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

h3.related_post_title {
  display: none;
}

h3.related-post {
  margin-bottom: 10px;
}

.related_post a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

ul.latest-box li .latest-right h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-left: none;
  padding: 0;
  margin-bottom: 0px;
}

ul.post-categories {
  display: inline-block;
  margin-right: 12px;
}

ul.latest-box li .latest-right h3 a {
  color: #000;
}

ul.feature-box li h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-left: none;
  padding: 0;
  margin-bottom: 0px;
}

.feature-box h3 {
  margin-top: 4px;
}

.page .feature-box li {
  margin-bottom: 24px;
  height: 290px;
}

ul.feature-box li h3 a {
  color: #000;
}

#wrapper {
  width: 1000px;
  margin: 90px auto 0;
  text-align: left;
}

header {
  padding-top: 0px;
  background: #66BBE9;
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#header-inner {
  width: 1000px;
  margin: 0 auto;
}

#left-side {
  width: 750px;
  float: left;
}

#left-side img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#left-side .owl-carousel .owl-item img,
#left-side .owl-carousel02 .owl-item img {
  margin-bottom: 0;
}

.single-box img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#right-side {
  width: 220px;
  float: right;
}

#right-side-inner {
  width: 220px;
}

footer {
  font-size: 12px;
  text-align: center;
  padding-top: 80px
}

.footer01 {
  background: #F4F4F4;
  color: #000;
  padding: 30px 0;
}

.footer01 a {
  color: #000;
}

ul.footer-menu {
  line-height: 1;
}

ul.footer-menu li {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 10px;
}

ul.footer-menu li:first-child {
  border-left: none;
}

.footer02 {
  background: #000;
  color: #fff;
  padding: 30px 0;
}


/* ここからclearfix */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}


/*  IE6  */

*:first-child+html .clearfix {
  zoom: 1;
}


/*  IE7  */


/* clearfixここまで */

.border01 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


/* ボタンのhover */

a.map-buttom {
  display: block;
  width: 196px;
  height: 35px;
  background: url(img/map_button.png) no-repeat 0 top;
  text-indent: -9999px;
  margin-top: 10px;
}

a.map-buttom:hover {
  background-position: 0 bottom;
}


/* ボタンのhoverここまで */


/* pagetop */

.page-top {
  position: fixed;
  right: 30px;
  bottom: -200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}

body.scroll .page-top {
  bottom: 78px;
}


/* 検索窓 */

#searchform {
  float: right;
  margin-top: 15px;
  position: relative;
}

#searchform input#s {
  background: #fff;
  border: none;
  border-radius: 4px;
  width: 200px;
  height: 30px;
  padding: 5px 8px;
  box-sizing: border-box;
}

#searchform input#searchsubmit {
  position: absolute;
  top: 6px;
  right: 7px;
  background: url(img/icon-search.png) no-repeat center;
  background-size: 17px auto;
  text-indent: -9999px;
  border: none;
  display: block;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
}


/* 特集（大） */

ul.feature-big {
  margin-bottom: 30px;
}

ul.feature-big li {
  position: relative;
}

ul.feature-big li .feature-big-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

ul.feature-big li a {
  font-size: 20px;
  color: #fff;
  display: block;
}

ul.feature-big li a:hover img {}


/* 特集（小） */

ul.feature-small {
  margin-bottom: 10px;
  box-sizing: border-box;
}

ul.feature-small li {}

ul.feature-small li .feature-small-text {
  font-size: 20px;
  margin-top: 10px;
}

ul.feature-small li a {
  color: #000;
  display: block;
  font-weight: bold;
}

ul.feature-small li a:hover img {}


/* ランキング */

ul.feature-box {
  margin-left: -21px;
  margin-bottom: 30px;
}

ul.feature-box li {
  float: left;
  width: 236px;
  margin-left: 21px;
  position: relative;
}

span.rank-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  background: #66BBE9;
  display: block;
  text-align: center;
  padding-top: 8px;
}

ul.feature-box li span.rank-icon {
  font-size: 16px;
  font-weight: bold;
  width: 35px;
  line-height: 35px;
  padding-top: 0;
}

ul.feature-box li span.rank01 {
  background: url(img/rank01.png) no-repeat;
  padding-top: 8px;
}

ul.feature-box li span.rank02 {
  background: url(img/rank02.png) no-repeat;
  padding-top: 8px;
}

ul.feature-box li span.rank03 {
  background: url(img/rank03.png) no-repeat;
  padding-top: 8px;
}

span.date {
  color: #999999;
  line-height: 1;
}

ul.feature-box li span.date {
  font-size: 12px;
  margin: 10px 0 8px 0;
  display: inline-block;
}


/* 最新記事 */

ul.latest-box {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

ul.latest-box li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul.latest-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.latest-box li img {
  float: left;
}

ul.latest-box li .latest-right {
  float: right;
  margin-left: 20px;
  width: 550px;
}

ul.latest-box li span.date {
  font-size: 12px;
  margin: 8px 0;
  display: inline-block;
}

ul.latest-box li p {
  color: #999999;
}

.more-link a {
  display: block;
  float: right;
}

.more-link a i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: -1px;
}


/* サイドカテゴリー */

ul.side-category {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

ul.side-category li {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

ul.side-category li a {
  display: block;
  padding: 10px;
  color: #000;
}

ul.side-category li a:hover {
  text-decoration: none;
  background: #F4F4F4;
}

ul.side-category li a:hover img {
  opacity: 1;
}

ul.side-category li a img {
  margin-right: 8px;
  max-width: 24px;
}


/* サイドランキング */

ul.side-ranking {
  margin-bottom: 30px;
}

ul.side-ranking li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

ul.side-ranking li span.rank-icon {
  font-size: 11px;
  font-weight: bold;
  width: 20px;
  line-height: 20px;
  z-index: 22;
  background-size: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.side-ranking li span.rank01,
ul.side-ranking li span.rank02,
ul.side-ranking li span.rank03 {
  padding-top: 2px;
  padding-bottom: 3px;
}

ul.side-ranking li img {
  float: left;
}

ul.side-ranking li .side-ranking-text {
  margin-left: 75px;
}

ul.side-ranking li span.date {
  font-size: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}


/* ページナビ */

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi span {
  color: #999;
  width: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  background: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  behavior: url("/PIE.htc");
}

.wp-pagenavi a {
  color: #fff;
  width: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  background: #666;
  border-radius: 0;
  display: inline-block;
  margin: 0 2px;
  behavior: url("/PIE.htc");
}

.wp-pagenavi span {
  width: auto;
  line-height: 30px;
  width: auto;
  text-align: center;
  display: block;
  margin-bottom: -30px;
  letter-spacing: -0.08em;
}

.wp-pagenavi a {
  width: 38%;
  line-height: 30px;
}

.wp-pagenavi a i {
  vertical-align: 1px;
}

a.previouspostslink {
  float: left;
}

a.nextpostslink {
  float: right;
}

.wp-pagenavi span.extend {
  color: #000;
  width: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  behavior: url("/PIE.htc");
}

a.page.smaller,
a.page.larger {
  display: none;
}

.wp-pagenavi a:hover {
  background: #66BBE9;
  text-decoration: none;
}


/* 単一記事 */

body.single span.date {
  text-align: right;
  display: block;
  margin-bottom: 10px;
  float: right;
}

.single-box p,
.single-snap-box p {
  margin-bottom: 30px;
  font-size: 16px;
}

ul.sns-box {
  box-sizing: border-box;
  margin-bottom: 30px;
}

ul.sns-box li {
  float: left;
  width: 33.3%;
}

ul.sns-box li a {
  padding: 10px;
  box-sizing: border-box;
  display: block;
}

ul.sns-box li a img {
  width: 18px;
  height: auto;
  display: block;
  margin: 0 auto!important;
}

ul.sns-box li.sns-fb a {
  background: #3B5998;
}

ul.sns-box li.sns-tw a {
  background: #66BBE9;
}

ul.sns-box li.sns-line a {
  background: #00B900;
}

ul.sns-box li.sns-hatebu a {
  background: #008fde;
}

.sns-box-catalog {
  width: 600px;
  margin: 30px auto 0;
}


/* 関連記事 */

ul.related_post li a:hover {
  text-decoration: underline;
}

div.wp_rp_footer {
  display: none;
}


/* snap */

ul.snap-box {
  margin-left: -21px;
}

ul.snap-box li {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}


/* カタログ */

.catalog-box {
  margin-top: 30px;
}

.catalog-box span.catalog-box-img {
  display: block;
}

body.category-catalog #left-side .catalog-box span.catalog-box-img img {
  max-width: 500px;
}

.catalog-box a {
  color: #000;
}

.catalog-box a:hover {
  text-decoration: none;
}

.catalog-box span.catalog-summary {
  display: block;
  width: 100%;
  background: #EAEAEA;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.catalog-box span.catalog-summary img.stylist-img {
  width: 40px;
  height: auto;
  border-radius: 20px;
  display: block;
  float: left;
  margin-right: 15px;
}

.catalog-box span.catalog-summary p {
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0;
}

.catalog-box span.catalog-summary span.date {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 33px;
  right: 20px;
}


/* カタログ 単一記事 */

.single-catalog-box {
  width: 600px;
  margin: 0 auto;
}

ul.single-catalog-thumbnail li {
  float: left;
  cursor: pointer;
  width: 150px;
}

img#big-style {
  width: 100%;
  height: auto;
}

ul.single-catalog-thumbnail li:hover {
  opacity: .8;
}

.single-catalog-summary {
  display: block;
  width: 100%;
  background: #EAEAEA;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.single-catalog-summary-content {
  background: #fff;
  padding: 20px 20px 0;
  position: relative;
  color: #999999;
}

body.single .single-catalog-summary-content h1 {
  font-size: 25px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-align: left;
  border-top: none;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
}

.single-catalog-summary-content:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 13px;
  border-top: 13px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 8px solid transparent;
}

.single-catalog-meta {
  margin-top: 20px;
  position: relative;
}

.single-catalog-meta img.stylist-img {
  width: 40px;
  height: auto;
  border-radius: 20px;
  display: block;
  float: left;
  margin-right: 15px;
}

.single-catalog-meta p {
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0;
}

.single-catalog-meta span.date {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 13px;
  right: 0px;
  margin-bottom: 0!important;
}

.face-style-box {
  background: #fff;
  padding: 20px;
  border-top: 1px dotted #ccc;
  margin-top: 20px;
}

.face-style-box span {
  font-size: 20px;
  font-weight: bold;
  color: #999;
}

.face-style-box ul {
  float: right;
}

.face-style-box ul li {
  float: left;
  width: 30px;
  margin-left: 10px;
}

p.salon-info {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  padding: 0;
  margin-top: 10px;
}

img.salon-img {
  display: block;
  margin-bottom: 10px;
}


/* ドロップダウン */

#dropdown-box {
  position: relative;
}

span.dropdown-title {
  display: block;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  background: url(img/toggle-icon-close.png) no-repeat right center #EAEAEA;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  padding: 10px;
  line-height: 1;
  background-size: 27px auto;
}

body.open span.dropdown-title {
  background: url(img/toggle-icon-open.png) no-repeat right center #EAEAEA;
  background-size: 27px auto;
}

ul.dropdown {
  display: none;
  margin-bottom: 30px;
}

ul.dropdown li {}

ul.dropdown li a {
  color: #000;
  font-weight: bold;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #EAEAEA;
  border-top: 1px solid #fff;
  padding: 10px;
}

ul.dropdown li a:hover {
  text-decoration: none;
  background: #DADADA;
}

p.post-number {
  margin-bottom: 30px;
  color: #999;
}


/* 問い合わせ */

.contact-box {
  width: 550px;
  margin: 0 auto;
}

.contact-box input,
.contact-box select,
.contact-box textarea {
  background: #E8E8E8;
  border: none;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.contact-box input.wpcf7-submit {
  background: #66BBE9;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

div.wpcf7-mail-sent-ok {
  border: none!important;
}

.blog-banner {
  margin: 10px 0 0 0;
  max-width: 100%;
}

.blog-banner img {
  max-width: 100%;
}

.writer {
  margin: 10px 0 0 0;
  max-width: 100%;
}

.writer img {
  max-width: 100%;
}

.writer a:hover {
  opacity: .8;
}

.banner109 a {
  margin: 10px;
  display: block;
}

a.thumb-box {
  position: relative;
  display: inline-block;
}

span.pr {
  color: #66BBE9;
  padding: 4px;
}

span.pr-right {
  margin-left: 10px;
  color: #66BBE9;
}

img.alignleft {
  margin-right: 10px;
  float: left;
  max-width: 100px;
  height: auto;
}

img.alignright {
  margin-left: 10px;
  float: right;
  max-width: 100px;
  height: auto;
}


/* ページ分割 */

.pagesprit {
  color: #000000;
  background: white;
  margin: 1em auto 55px;
  line-height: 2em;
  text-align: center;
}

.page-numbers a {
  display: inline;
  color: #66BBE9;
  border: solid 1px #66BBE9;
  text-decoration: none;
  padding: 10px 2px;
  font-weight: bold;
}

.page-numbers a:hover {
  color: white;
  background: #66BBE9;
}

.numbers {
  margin: 0 10px;
}

.view_number_pc_common {
  margin: 0 0 10px 0;
  display: inline-block;
}

ul.snap-tag {
  display: none;
  float: left;
}

ul.snap-tag li {
  display: inline-block;
  margin-right: 10px;
}

ul.snap-tag li a {
  background: #66BBE9;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

ul.snap-tag li a:hover {
  text-decoration: none;
}

ul.snap-tag-list {
  display: none;
  font-size: 0;
  margin-bottom: 20px;
}

ul.snap-tag-list li {
  display: inline-block;
  width: 32.5%;
  font-size: 14px;
  margin-right: 1%;
  text-align: center;
}

ul.snap-tag-list li:last-child {
  margin-right: 0;
}

ul.snap-tag-list li a {
  background: #fff;
  color: #66BBE9;
  border: 3px solid #66BBE9;
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 3px;
}

body.tag-fukuoka ul.snap-tag-list li.fukuoka a,
body.tag-tokyo ul.snap-tag-list li.tokyo a,
body.tag-osaka ul.snap-tag-list li.osaka a {
  background: #66BBE9;
  color: #fff;
  cursor: default;
}

ul.snap-tag-list li a:hover {
  background: #66BBE9;
  color: #fff;
  border: 3px solid #66BBE9;
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 3px;
  text-decoration: none;
}

#instafeed {
  text-align: center;
  margin-bottom: 44px;
}

#instafeed li img {
  width: 100%;
  height: auto;
}

#instafeed li span {
  display: none;
}

.btn_followme {
  text-align: right;
  margin-bottom: 20px;
  position: relative;
  top: 30px;
  z-index: 999;
  right: 20px;
}

.btn00{
  max-width: 480px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  padding: 14px 0;
  text-decoration: none!important;
  color: #fff;
  background: rgba(255, 134, 52, .94);
  box-shadow: 0px -3px 0 rgba(0,0,0,0.2) inset;
}


.text-center{
  text-align: center;
}

.btn01{
  max-width: 480px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  padding: 14px 0;
  text-decoration: none!important;
  color: #fff;
  background: #3B5998;
  box-shadow: 0px -3px 0 rgba(0,0,0,0.2) inset;
}

.instagram {
  position: relative;
  background: #EAEAEA;
  padding: 50px 0;
  margin-top: -20px;
  margin-bottom: 44px;
}

.instagram li {
  background: #FFF;
  display: inline-block;
  width: 16.9%;
  margin: 10px 1%;
  vertical-align: top;
  border: solid 1px #CCCCCC;
  padding: 1%;
}
.wp-embed-site-icon{
  display: none!important;
}
.to-ranking {
  margin-bottom: 65px;
  text-align: right;
  margin-top: -8px;
}

.profile-box {
  margin: 20px 0 8px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px #ddd solid;
  padding: 18px;
}

.profile-box p {
  font-size: 14px;
}

.profile-box img {
  max-width: 24%!important;
  float: left;
  border-radius: 50%;
  margin-right: 18px;
  margin-bottom: 10px;
}

.today-hair {
  margin: 60px auto 40px;
  width: 300px;
  text-align: center;
  border-bottom: 6px solid #66BBE9;
  padding-bottom: 10px;
}

.today-hair h2 {
  margin-bottom: 5px;
}

.today-hair img {
  margin-bottom: 8px;
}

.today-hair a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.today-hair p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

figure {
  margin: 30px 0 !important;
  max-width: 100% !important;
  width: auto !important;
}
.wp-caption-text{
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  
}
.wp-caption-text:before{
  content:"出典:";
  margin-right: 6px;
  display: inline-block;
  color: #666;
}

.box01{
  padding: 14px;
  margin: 20px 0;
  background: #fafafa;
  border: 1px solid #ccc;
  line-height: 2;
}

/* パンくず */
.breadcrumb-wrapper{
  width: 100%;
  background-color: #cdf1ff;
  padding-right: 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
  .breadcrumb-wrapper.bread-archive{
    margin-bottom: 30px;
  }
.breadcrumbs{
  letter-spacing: -.40em;
  overflow: hidden;
  white-space: nowrap;
}
  .breadcrumbs li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
    .breadcrumbs li > span,
    .breadcrumbs li a{
      display: block;
      line-height: 35px;
      font-size: 12px;
      text-decoration: none;
      color: #000;
    }
      .breadcrumbs li.current_item > span,
      .breadcrumbs li a{
        padding: 0 10px 0 25px;
        position: relative;
      }
      .breadcrumbs li.current_item > span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .breadcrumbs li a{
        transition: 0s;
        overflow: visible;
      }
        .breadcrumbs li a::before,
        .breadcrumbs li a::after{
          content: '';
          display: block;
          width: 14px;
          height: 35px;
          position: absolute;
          top: 0;
          box-sizing: border-box;
          border-top: 17.5px solid transparent;
          border-bottom: 17.5px solid transparent;
          border-left: 14px solid transparent;
        }
        .breadcrumbs li a::before{
          border-left-color: #FFF;
          right: -15px;
          z-index: 1;
        }
        .breadcrumbs li a::after{
          border-left-color: #cdf1ff;
          right: -14px;
          z-index: 2;
        }
        .breadcrumbs li a:hover{
          background-color: #66BBE9;
        }
        .breadcrumbs li a:hover::after{
          border-left-color: #66BBE9;
        }

    .breadcrumbs li.home a{
      padding-left: 15px;
    }
      .breadcrumbs li.home a span{
        width: 25px;
        height: 35px;
        background-size: 11.5px 11.5px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        overflow: hidden;
        text-indent: 100%;
        background-image: url('./img/icon-home.png?1');
      }

