/*****************

Theme Name: bizarria-ginza Thema
Theme URI: http://f-light-demo.info/
Author URI: http://wordpress.org/
Description:クリニックビザリア銀座　東京のWordpressテーマ

*****************/

@import "https://fonts.googleapis.com/css?family=Lobster";

@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}


b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

body {
  width: 100%;
}

body {
  background: #fff;
  color: #333;
  font: 14px/1.5 '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
}

a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

::-moz-selection {
  background: #1c96d5;
  color: #fff;
}

::selection {
  background: #1c96d5;
  color: #fff;
}

img {
  vertical-align: bottom;
}

/* Layout */
.global-header {
  width: 1010px;
  margin: 0 auto;
  padding: 24px 0 22px;
  border-bottom: 5px #030000 solid;
}

.contents {
  width: 1010px;
  margin: 0 auto;
}

.contents:after {
  display: block;
  clear: both;
  content: '';
}

.contents .main-contents {
  float: right;
  width: 100%;
  margin-left: -330px;
  padding-top: 25px;
}

.contents .main-contents img {
  width: 100%;
  height: auto;
}

.contents .main-contents > * {
  margin-left: 330px;
}

.contents .side-contents {
  float: left;
  width: 300px;
  padding-top: 25px;
}

.home .contents .main-contents {
  padding-top: 15px;
}

.home .contents .side-contents {
  padding-top: 15px;
}

.global-footer {
  margin-top: 80px;
}

/* global-header */
.global-header {
  position: relative;
  z-index: 101;
}

.global-header-search {
  position: absolute;
  right: 330px;
  top: 32px;
  line-height: 33px;
  width: 240px;
  height: 33px;
  padding: 0 33px 0 0;
  border-radius: 5px;
  border: 1px #bababb solid;
}

.global-header-search .global-header-search-text {
  width: 100%;
  padding: 0 5px;
}

.global-header-search .global-header-search-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 33px;
  height: 33px;
  background: #030000 url(/images/common/ico_search.png) no-repeat 50% 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.global-header-search02 {
  display: inline-block;
  line-height: 33px;
  width: 100%;
  height: 33px;
  margin-top:5px;
  padding: 0 33px 0 0;
  border-radius: 5px;
  border: 1px #bababb solid;
}

.global-header-search02 .global-header-search-text {
  width: 100%;
  padding: 0 5px;
}

.global-header-search02 .global-header-search-submit {
  position: absolute;
  top: 9px;
  right: 4px;
  width: 33px;
  height: 33px;
  background: #030000 url(/images/common/ico_search.png) no-repeat 50% 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.global-header-description{
  width: 80%;
  left: 0;
  color:#c8cdcb;
  font-size:10px;
}

.global-header-nav {
  position: absolute;
  right: 0;
  top: 23px;
  list-style: none;
}

.global-header-nav:after {
  display: block;
  clear: both;
  content: '';
}

.global-header-nav li {
  float: left;
  width: 104px;
  border-left: 1px #d2d2d3 solid;
  font-size: 15px;
}

.global-header-nav li a {
  display: block;
  line-height: 50px;
  height: 50px;
  text-align: center;
}

.global-header-menu-trigger {
  display: none;
}

/* Footer */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.global-footer-nav {
  overflow: hidden;
  background-color: #ffcce3;
}

.global-footer-nav-area {
  padding: 20px 0;
  border-top: 1px #fff solid;
}

.global-footer-nav-area:first-child {
  padding-top: 30px;
}

.global-footer-nav-area:last-child {
  padding-bottom: 30px;
}

.global-footer-nav-area-inner {
  position: relative;
  width: 1010px;
  margin: 0 auto;
}

.global-footer-nav-area-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  text-align: center;
}

.global-footer-nav-area-header h1 {
  position: relative;
  top: -3px;
  font-weight: normal;
  font-family: 'Lobster', cursive;
  font-size: 20px;
  color: #fff;
}

.global-footer-nav-area-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0 0;
  border-color: #007bff transparent transparent transparent;
}

.global-footer-nav-area-beauty .global-footer-nav-area-header:before {
  border-color: #ed7f94 transparent transparent transparent;
}

.global-footer-nav-area-study .global-footer-nav-area-header:before {
  border-color: #23a3b4 transparent transparent transparent;
}

.global-footer-nav-area-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 5px;
  border-color: transparent transparent transparent #007bff;
}

.global-footer-nav-area-beauty .global-footer-nav-area-header:after {
  border-color: transparent transparent transparent #ed7f94;
}

.global-footer-nav-area-study .global-footer-nav-area-header:after {
  border-color: transparent transparent transparent #23a3b4;
}

.global-footer-nav-area-beauty .global-footer-nav-area-header {
  background-color: #ed7f94;
}

.global-footer-nav-area-study .global-footer-nav-area-header {
  background-color: #23a3b4;
}

.global-footer-nav-area-list {
  padding-left: 110px;
}

.global-footer-nav-area-list ul li {
  margin-top: 15px;
  font-weight: bold;
  font-size: 15px;
}

.global-footer-nav-area-list ul li:after {
  display: block;
  clear: both;
  content: '';
}

.global-footer-nav-area-list ul li:first-child {
  margin-top: 0;
}

.global-footer-nav-area-list ul li a {
  float: left;
  display: block;
  width: 140px;
}

.global-footer-nav-area-list ul li ul {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.global-footer-nav-area-list ul li ul li {
  float: left;
  display: block;
  margin-top: 0;
  margin-right: 22px;
  font-weight: normal;
  font-size: 13px;
}

.global-footer-nav-area-list ul li ul li a {
  width: auto;
}

.global-footer-copyright {
  padding:10px 25px 10px 20px;
}

.global-footer-copyright:after {
  display: block;
  clear: both;
  content: '';
}

.global-footer-copyright .global-footer-copyright-inner {
  width: 1010px;
  margin: 0 auto;
}

.global-footer-copyright .site-info {
  float: left;
  font-size: 11px;
}

.global-footer-copyright small {
  display: inline-block;
  vertical-align: top;
margin-top:10px;
  font-size: 13px;
}

.global-footer-copyright .global-footer-logo {
  position: relative;
  display: inline-block;
  width: 120px;
  font-size: 0;
  right:0;
}

.global-footer-copyright .global-footer-logo img {
  width: 100%;
  vertical-align: bottom;
}

.nav-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.nav-open .nav-mask {
  z-index: 100;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.side-category {
  position: relative;
  border: 1px #030000 solid;
}

.side-category + .side-category {
  margin-top: 15px;
}

.side-category:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 13px;
  height: 13px;
  background: url(/images/common/bg_side.png) no-repeat;
}

.side-category:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 13px;
  height: 13px;
  background: url(/images/common/bg_side.png) no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.side-category-inner {
  margin: 2px;
  border: 2px #030000 solid;
  padding: 0 0 8px 0;
}

.side-category-inner:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 13px;
  height: 13px;
  background: url(/images/common/bg_side.png) no-repeat;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.side-category-inner:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 13px;
  height: 13px;
  background: url(/images/common/bg_side.png) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.side-category-title {
  padding-bottom: 5px;
  border-bottom: 1px #030000 dashed;
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 32px;
}

.side-category-li ul {
  list-style: none;
}

.side-category-li ul li {
  position: relative;
}

.side-category-li ul li:after {
  position: absolute;
  right: 14px;
  top: 50%;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px #303233 solid;
  border-right: 1px #303233 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.side-category-li ul li a {
  display: block;
  padding: 18px 25px 18px 50px;
  font-size: 14px;
}

.side-category-li ul li a:hover {
  background-color: #f6f6f5;
  font-weight: bold;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.side-category-li ul li a i {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-banner {
  padding-top: 40px;
  text-align: center;
}

.side-banner img {
  max-width: 100%;
}

.side-popular {
  margin-top: 40px;
  padding-bottom: 20px;
  border: 1px #030000 solid;
  border-top: 5px #030000 solid;
}

.side-popular .side-popular-title {
  padding: 10px 0;
  border-bottom: 1px #030000 dashed;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.side-popular .side-popular-posts .post {
  margin-top: 25px;
  padding: 0 16px;
}

.side-popular .side-popular-posts .post a {
  position: relative;
  display: block;
}

.side-popular .side-popular-posts .post a:after {
  display: block;
  clear: both;
  content: '';
}

.side-popular .side-popular-posts .post a:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #4f4e4f;
  border-radius: 50%;
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 17px;
  color: #fff;
}

.side-popular .side-popular-posts .post:nth-child(1) a:before {
  content: '1';
}

.side-popular .side-popular-posts .post:nth-child(2) a:before {
  content: '2';
}

.side-popular .side-popular-posts .post:nth-child(3) a:before {
  content: '3';
}

.side-popular .side-popular-posts .post:nth-child(4) a:before {
  content: '4';
}

.side-popular .side-popular-posts .post:nth-child(5) a:before {
  content: '5';
}

.side-popular .side-popular-posts .post .post-image {
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 12px;
  background-size: cover;
}

.side-popular .side-popular-posts .post .post-image img {
  display: none;
}

.side-popular .side-popular-posts .post .post-title {
  font-weight: bold;
  overflow: hidden;
  font-size: 14px;
}

.side-popular .side-popular-posts .post .post-cat {
  margin-top: 5px;
  font-family: 'Lobster', cursive;
  font-size: 17px;
}

.side-popular .side-popular-posts .post .post-cat-beauty {
  color: #ab2973;
}

.side-popular .side-popular-posts .post .post-cat-study {
  color: #ab2973;
}

.side-sns {
  margin-top: 30px;
}

.side-sns ul {
  text-align: center;
  font-size: 0;
}

.side-sns ul li {
  display: inline-block;
  margin: 0 6px;
}

.side-sns ul li a {
  display: block;
}

.side-sns ul li a img {
  border-radius: 50%;
}

#calendar_wrap table#wp-calendar{
  width: 100%;
  height: auto;
}

#calendar_wrap table#wp-calendar tr{
  width: 100%;
  height: auto;
margin-left;100px:
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.pickup-posts:after {
  display: block;
  clear: both;
  content: '';
}

.pickup-posts .post {
  position: relative;
}

.pickup-posts .post-image a {
  display: block;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
}

.pickup-posts .post-image a img {
  display: none;
}

.pickup-posts .post-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 0 13px 95px;
  background: rgba(0, 0, 0, 0.4);
}

.pickup-posts .post-cat {
  position: absolute;
  top: 13px;
  left: 0;
  width: 80px;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  text-align: center;
}

.pickup-posts .post-cat-beauty {
  background-color: #ab2973;
}

.pickup-posts .post-cat-study {
  background-color: #ab2973;
}

.pickup-posts .post-cat a {
  position: relative;
  top: -3px;
  font-weight: normal;
  font-family: 'Lobster', cursive;
  font-size: 20px;
  color: #fff;
}

.pickup-posts .post-cat:before {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0 0;
  border-color: #ab2973 transparent transparent transparent;
}

.pickup-posts .post-cat-beauty:before {
  border-color: #ab2973 transparent transparent transparent;
}

.pickup-posts .post-cat-study:before {
  border-color: #ab2973 transparent transparent transparent;
}

.pickup-posts .post-cat:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 5px;
  border-color: transparent transparent transparent #007bff;
}

.pickup-posts .post-cat-beauty:after {
  border-color: transparent transparent transparent #ab2973;
}

.pickup-posts .post-cat-study:after {
  border-color: transparent transparent transparent #ab2973;
}

.pickup-posts .post-title a {
  font-size: 18px;
  color: #fff;
}

.pickup-today {
  padding: 5px 0 25px;
  border-top: 5px #030000 solid;
  font-size: 28px;
}

.pickup-today time {
  font-weight: bold;
}

.posts .post {
  position: relative;
  margin-top: 35px;
}

.posts .post:after {
  display: block;
  clear: both;
  content: '';
}

.posts .post:first-child {
  margin-top: 0;
}

.posts .post-image {
  float: left;
  margin-right: 20px;
}

.posts .post-image a {
  display: block;
  width: 160px;
  height: 160px;
  background-position: 50% 50%;
  background-size: cover;
}

.posts .post-image a img {
  display: none;
}

.posts .post-data {
  padding-bottom: 25px;
  overflow: hidden;
}

.posts .post-title {
  line-height: 1.3;
  font-size: 20px;
}

.posts .post-excerpt {
  margin-top: 10px;
}

.posts .post-excerpt p {
  font-size: 13px;
}

.posts .post-meta {
  position: absolute;
  bottom: 0;
  left: 180px;
  font-size: 0;
}

.posts .post-cat {
  display: inline-block;
  font-family: 'Lobster', cursive;
  font-size: 19px;
}

.posts .post-cat-beauty a {
  color: #ab2973;
}

.posts .post-cat-study a {
  color: #ab2973;
}

.posts .post-views {
  display: inline-block;
  font-size: 13px;
}

.posts .post-views span {
  margin-right: 2px;
  font-weight: bold;
  font-size: 15px;
}

.posts .post-views:before {
  content: '|';
  margin: 0 10px;
  font-size: 13px;
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 4px;
  border: 1px #eeeeed solid;
  text-align: center;
  font-size: 13px;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current {
  font-weight: bold;
  background-color: #eeeeed;
}


.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #666;
}

.breadcrumbs a.breadcrumbs_home:before {
  content: ' ';
  margin: 0 0.5em;
  text-decoration: none;
  color: #666;
}

.breadcrumbs a:before {
  content: '＞';
  margin: 0 0.5em;
  text-decoration: none;
  color: #666;
}

.breadcrumbs a:after {
  margin: 0 0.5em;
  text-decoration: none;
  color: #666;
}

.breadcrumbs span {
  color: #666;
}

.category-info {
  margin-bottom: 35px;
  padding: 0 0 20px;
  border-bottom: 5px #030000 solid;
}

.category-info:after {
  display: block;
  clear: both;
  content: '';
}

.category-info .category-image {
  float: left;
  width: 132px;
  height: 132px;
  margin-right: 25px;
  background-position: 50% 50%;
  background-size: cover;
}

.category-info .category-image img {
  display: none;
}

.category-info .category-data {
  overflow: hidden;
}

.category-info .category-name {
  font-size: 28px;
}

.category-info .category-description {
  margin-top: 10px;
}

.category-info .category-description p {
  font-size: 13px;
}

.category-info .category-children {
  clear: both;
  padding-top: 20px;
}

.category-info .category-children ul {
  list-style: none;
  font-size: 0;
}

.category-info .category-children ul li {
  display: inline-block;
  margin: 10px 17px 0 0;
  font-size: 13px;
}

.category-info .category-children ul li a {
  display: block;
  padding: 4px 8px;
  background-color: #34bfec;
  color: #fff;
}

.single-post img {
  max-width: 100%;
}

.single-post .single-post-header {
  padding-top: 30px;
}

.single-post .single-post-cat {
  display: inline-block;
}

.single-post .single-post-cat a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #34bfec;
  color: #fff;
}

.single-post .single-post-date {
  display: inline-block;
  margin-left: 13px;
  font-size: 12px;
  color: #7f7c7a;
}

.single-post .single-post-date i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url(/images/common/ico_post-date.png) no-repeat;
}

.single-post .single-post-views {
  display: inline-block;
  margin-left: 13px;
  font-size: 13px;
  color: #7f7c7a;
}

.single-post .single-post-views span {
  margin-right: 2px;
  font-weight: bold;
  font-size: 15px;
}

.single-post .single-post-title {
  margin: 25px 0;
  padding:5px 0 5px 0;
  font-size: 24px;
  color: #fff;
  background-color: #ab2973;
}
.single-post .single-post-title span {
  width: 100%;
  display:block;
  padding:0 10px 0 10px;
}

.single-post .single-post-content h2 {
  margin-top: 55px;
  margin-bottom: 10px;
  padding: 0 5px 5px;
  font-size: 20px;
  border-bottom: 3px #ab2973 solid;
}

.single-post .single-post-content h3 {
  margin-top: 20px;
  padding:5px 0;
  text-indent:10px;
  font-size: 16px;
  color:#fff;
  background-color:#ab2973;
}

.single-post .single-post-content p {
  margin-top: 15px;
  font-size: 16px;
}

.single-post .single-post-share {
  margin-top: 80px;
}

.single-post .single-post-share ul {
  height: 40px;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.single-post .single-post-share ul li {
  display: inline-block;
  margin: 0 3px;
  font-size: 12px;
}

.single-post .single-post-share ul li a {
  display: block;
  height: 40px;
  text-decoration: none;
}

.single-post .single-post-share ul li a img {
  width: auto;
  height: auto;
  vertical-align: baseline;
}

.single-post .single-post-share ul li:first-child a {
  background-color: #3b5998;
}

.single-post .single-post-share ul li:first-child a:after {
  position: relative;
  top: -15px;
  content: 'Facebookでシェア';
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px 0 2px;
  font-size: 13px;
  color: #fff;
}

.relation {
  margin-top: 65px;
  padding-bottom: 35px;
  border-top: 5px #030000 solid;
  border-bottom: 5px #030000 solid;
}

.relation-title {
  margin-bottom: 28px;
  padding: 15px 5px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px #030000 dashed;
}

@media screen and (max-width: 1070px){
  body{
    width: 100%;
  }
  .global-header{
    width: auto;
    margin: 0 20px;
  }
  .contents{
    width: 100%;
    padding: 0 20px;
  }
  .contents .main-contents{
    float: none;
    margin-left: 0;
  }
  .contents .main-contents > *{
    margin-left: 0;
  }
  .contents .side-contents{
    float: none;
    width: 100%;
  }
  .global-footer{
    width: auto;
  }
  .global-header-search{
    right: 280px;
    top: 32px;
    width: 200px;
  }
  .global-header-nav li{
    width: 84px;
    font-size: 13px;
  }
  .global-footer-nav-area-inner{
    width: 100%;
  }
  .global-footer-nav-area-list ul li a{
    float: none;
  }
  .global-footer-nav-area-list ul li ul li{
    margin-top: 5px;
  }
  .global-footer-nav-area-list ul li ul li:first-child{
    margin-top: 5px;
  }

  .global-footer-copyright{
    padding: 25px 20px 20px;
  }
  .global-footer-copyright .global-footer-copyright-inner{
    width: 100%;
  }

  .side-category{
    float: left;
    width: 48%;
    margin-top: 40px;
  }
  .side-category + .side-category{
    float: right;
    margin-top: 40px;
  }
  .side-banner{
    clear: both;
  }
  .pickup-posts .post-image a{
    height: 300px;
  }
  .pickup-posts .post-title a{
    font-size: 16px;
  }
}

@media screen and (max-width: 767px){
  body{
    width: 100%;
  }
  .global-header-logo{
    width: 140px;
  }
  .global-header-logo img{
    width: 100%;
  }
  .global-header-menu{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    background-color: #fff;
    z-index: 1;
  }
  .global-header-search{
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .global-header-nav{
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  .global-header-nav li{
    float: none;
    width: 100%;
    border-left: none;
    border-top: 1px #d2d2d3 solid;
    font-size: 18px;
  }
  .global-header-nav li:first-child{
    border-top: 0;
  }
  .global-header-nav li a{
    display: block;
    line-height: 1.6;
    height: auto;
    padding: 15px 0;
    text-align: left;
  }
  .global-header-menu-trigger,
  .global-header-menu-trigger span{
    display: inline-block;
    -webkit-transition: all .4s;
            transition: all .4s;
    box-sizing: border-box;
  }
  .global-header-menu-trigger{
    position: absolute;
    right: 0;
    top: 32px;
    width: 32px;
    height: 29px;
  }
  .global-header-menu-trigger span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #030000;
    border-radius: 3px;
  }
  .global-header-menu-trigger span:nth-of-type(1){
    top: 0;
  }
  .global-header-menu-trigger span:nth-of-type(2){
    top: 13px;
  }
  .global-header-menu-trigger span:nth-of-type(3){
    bottom: 0;
  }
  .global-header-menu-trigger.open span:nth-of-type(1){
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .global-header-menu-trigger.open span:nth-of-type(2){
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .global-header-menu-trigger.open span:nth-of-type(3){
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }
  .global-footer-nav-area-header{
    position: relative;
    margin-bottom: 10px;
  }
  .global-footer-nav-area-list{
    padding: 0 20px;
  }
  .global-footer-nav-area-list ul li{
    font-size: 13px;
  }
  .global-footer-nav-area-list ul li ul li{
    font-size: 12px;
  }
  .global-footer-copyright .site-info{
    float: none;
  }
  .global-footer-copyright small{
    float: none;
  }
  .side-category{
    float: none;
    width: 100%;
  }
  .side-category + .side-category{
    float: none;
  }
  .side-category-title{
    padding: 5px 0 10px;
    font-size: 28px;
  }
  .side-category-list .cat a{
    padding: 12px 15px 12px 40px;
    font-size: 12px;
  }
  .side-category-list .cat a i{
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .side-popular .side-popular-title{
    font-size: 16px;
  }
  .side-popular .side-popular-posts .post .post-title{
    font-size: 12px;
  }
  .side-popular .side-popular-posts .post .post-cat{
    font-size: 15px;
  }
  .side-sns ul li{
    width: 25px;
    height: 25px;
    margin: 0 4px;
  }
  .side-sns ul li a img{
    width: 100%;
  }
  .pickup-posts .post-image a{
    height: 260px;
  }
  .pickup-posts .post-title a{
    font-size: 14px;
  }
  .pickup-today{
    font-size: 20px;
  }
  .posts .post-image{
    margin-right: 10px;
  }
  .posts .post-image a{
    width: 80px;
    height: 80px;
  }
  .posts .post-title{
    font-size: 14px;
  }
  .posts .post-excerpt{
    display: none;
  }
  .posts .post-meta{
    left: 90px;
  }
  .posts .post-cat{
    font-size: 16px;
  }
  .posts .post-views{
    font-size: 11px;
  }
  .posts .post-views span{
    font-size: 13px;
  }
  .breadcrumbs{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .category-info{
    padding-bottom: 15px;
  }
  .category-info .category-image{
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }
  .category-info .category-name{
    font-size: 20px;
  }
  .category-info .category-description{
    margin-top: 5px;
  }
  .category-info .category-description p{
    font-size: 12px;
  }
  .category-info .category-children{
    padding-top: 10px;
  }
  .category-info .category-children ul li{
    margin: 5px 5px 0 0;
    font-size: 11px;
  }
  .category-info .category-children ul li a{
    padding: 4px 6px;
  }
  .single-post .single-post-cat{
    display: block;
  }
  .single-post .single-post-cat a{
    padding: 2px 6px;
  }
  .single-post .single-post-date{
    margin-top: 10px;
    margin-left: 0;
  }
  .single-post .single-post-views{
    font-size: 11px;
  }
  .single-post .single-post-views span{
    font-size: 13px;
  }
  .single-post .single-post-title{
    font-size: 18px;
  }
  .single-post .single-post-content h2{
    font-size: 16px;
  }
  .single-post .single-post-content p{
    font-size: 13px;
  }
  .single-post .single-post-share ul li:first-child a:after{
    display: none;
  }
  .relation-title{
    font-size: 16px;
  }
}

@media screen and (max-width: 480px){
  body{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  a{
    -webkit-transition: 0s;
            transition: 0s;
  }
  a:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (min-width: 768px){
  .global-header-menu{
    display: block !important;
  }
}


div#outline {
  border: 1px solid #999;
  background-color: #f9f9f9;
  display: inline-block;
  padding: 0 2rem;
  margin: 2rem 0;
}
div#outline a {
  text-decoration: none;
}
div#outline > div.outline_header {
  font-size: 16px;
  font-weight: bold;
}
div#outline > div.outline_header > a {
  font-size: 14px;
  font-weight: normal;
}
div#outline > div.outline_header > a > span.show_text {
  display: none;
}
div#outline ul,
div#outline li {
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#outline .indent_1:first-child {
  margin-top: 1rem;
}
div#outline .indent_1:last-child {
  margin-bottom: 1rem;
}
div#outline .indent_2,
div#outline .indent_3,
div#outline .indent_4,
div#outline .indent_5,
div#outline .indent_6 {
  margin-left: 2rem;
}



.global-footer-nav-set{width:100%; margin:auto; text-align:center; clear:both;}
.global-footer-nav-set h4{font-weight:bold; font-size:18px;}
.global-footer-nav-set h4.left{border-bottom:2px solid #000;}
.global-footer-nav-set h4.right{border-bottom:2px solid #ff0000;}
.global-footer-nav-left{width:100%; float:left;}
.global-footer-nav-right{width:50%; float:left;}
.global-footer-nav-set .global-footer-nav-left ul,
.global-footer-nav-set .global-footer-nav-right ul{
	width:33.33%;
	float:left;
}
.global-footer-nav-set .global-footer-nav-left ul li,
.global-footer-nav-set .global-footer-nav-right ul li{
	padding-top:10px;
	position:relative;
	font-weight:bold;
	text-align:left;
}
.global-footer-nav-set .global-footer-nav-left ul li:last-child,
.global-footer-nav-set .global-footer-nav-right ul li:last-child{
	padding-bottom:20px;
}
.global-footer-nav-set .global-footer-nav-left ul li span,
.global-footer-nav-set .global-footer-nav-right ul li span{
	color:#FF5BA2;
}

@media screen and (max-width: 1070px){
}
@media screen and (max-width: 767px){
.global-footer-nav-set{width:90%;}
.global-footer-nav-set h4{padding-top:20px; font-size:28px;}
.global-footer-nav-left{width:100%; padding-bottom:20px;}
.global-footer-nav-right{width:100%; padding-bottom:40px;}
.global-footer-nav-set .global-footer-nav-left ul,
.global-footer-nav-set .global-footer-nav-right ul{width:100%; font-size:18px;}
.global-footer-nav-set .global-footer-nav-left ul li,
.global-footer-nav-set .global-footer-nav-right ul li{padding-top:20px; text-align:center;}
.global-footer-nav-set .global-footer-nav-left ul li:last-child,
.global-footer-nav-set .global-footer-nav-right ul li:last-child{padding-bottom:0;}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 768px){
}
@media screen and (min-width: 768px){
}


/*# sourceMappingURL=style.css.map */
