<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

* {
  box-sizing: border-box;
}

body {
  background: #f1f1f1;
  font:15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 150%;
  color: #111;
}

a:link {
  color: #1e50a2;
  text-decoration: none;
}

a:hover {
  color: #007bbb;
  text-decoration: underline;
}

a:visited {
  color: #1e50a2;
  text-decoration: none;
}

a:active {
  color: #1e50a2;
  text-decoration: none;
}

header {
  max-width: 1000px;
  margin: 0 auto 1em auto;
  padding: 1em 0 0 0;
}

header .header-logo {
  width: 100%;
}

header h1 {
  margin-bottom: 0.2em;
  line-height: 1;
}

header .description {
  margin-top: 1em;
  font-size: 79%;
  text-align :left;
}

header nav {
  width: 100%;
}

.header-search {
  display: block;
  margin: 0 1rem;
}

.header-search button {
  display: inline-block;
  height: 32px;
  border: solid 1px #ccc;
  background: linear-gradient(#555, #333);
  color: #fff;
  cursor: pointer;
}

nav .header-search button:hover {
  background: linear-gradient(#333, #555);
}

nav .header-search button:active {
  background: linear-gradient(#555, #333);
}

header nav ul {
  margin-top: 0.7em;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a:visited {
  color: #1e50a2;
}

header nav ul li a {
  display: inline-block;
}

header nav ul li a:before {
  position: relative;
  top: -0.1em;
  content: "|";
  display: inline-block;
  margin: 0 1em;
  font-size: 79%;
  color: #ccc;
}

header nav ul li:first-of-type a:before {
  display: none;
}

header .logo_images {
  width: auto;
  height: 45px;
}

footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  border-top: solid 1px #ccc;
}

footer .footer-navi {
  width: 50%;
  float: left;
}

footer .footer-navi ul li {
  display: inline-block;
  margin-right: 1em;
  font-size: 86%;
}

footer .copyright {
  width: 50%;
  float: right;
  text-align: right;
}

/* ------------------------------------------
                   Content
------------------------------------------ */

#content {
  max-width: 1000px;
  margin: 0 auto;
}

#content main {
  display: block;
  width: 670px;
  float: left;
}

#content main section {
  margin-bottom: 2em;
  border-top: solid 2px #333;
  background: #fff;
  box-shadow: 1px 1px 1px #ccc;
  word-break: break-all;
}

#content main section h1 {
  font-size: 145%;
  padding: 0.7em 1em;
  border-bottom: solid 1px #ccc;
}

#content main section article {
  padding: 1em;
}

#content main section.entrylist .image img{
  max-width: 200px;
}

#content main section.entrylist li {
  border-bottom: solid 1px #e9e9e9;
}

#content main section.entrylist li:last-of-type {
  border-bottom: none;
}

#content main section.entrylist li .image {
  float: left;
  margin-right: 1em;
}

#content main section.entrylist li h1 {
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 114%;
  border-bottom: none;
}

#content main section.entrylist li .detail .meta {
  margin-bottom: 0.5em;
  font-size: 86%;
}

#content main section.entrylist li .detail time {
  padding-right: 0.5em;
  color: #999;
}

#content main section.entrylist li .detail ul.categories,
#content main section.entry-detail ul.categories {
  display: inline-block;
}

#content main section.entrylist li .detail ul.categories li,
#content main section.entry-detail ul.categories li {
  display: inline-block;
  margin-left: 1em;

}

#content main section.entrylist li .detail ul.categories li a,
#content main section.entry-detail ul.categories li a {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #f1f1f1;
  font-size: 93%;
  color: #111;
}

#content main section.entrylist li .detail ul.categories li a:hover,
#content main section.entry-detail ul.categories li a:hover {
  background: #e9e9e9;
}

#content main section.entrylist li .detail ul.categories li a:after,
#content main section.entry-detail ul.categories li a:after  {
  content: '';
  position: absolute;
  border-top: 13px solid transparent;
  border-right: 10px solid #f1f1f1;
  border-bottom: 13px solid transparent;
  top: 0px;
  left: -10px;
}

#content main section.entrylist li .detail ul.categories li a:hover:after {
  border-right: 10px solid #e9e9e9;
}

#content main section.entrylist li .detail .excerpt {
  font-size: 86%;
  line-height: 130%;
}

#cse-search-results {
  padding-left: 1em !important;
}

#cse-search-results iframe {
  width: 640px !important;
}

/* ------------------------------------------
               Entry detail
------------------------------------------ */

#content main section.entry-detail time {
  display: block;
  width: 30%;
  float: left;
  color: #999;
}

#content main section.entry-detail article section {
  margin-bottom: 0;
  box-shadow: none;
  border-top: none;
}

#content main section.entry-detail ul.categories {
  display: block;
  width: 70%;
  float: right;
  text-align: right;
}

#content main section.entry-detail h1.entry-title {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  line-height: 130%;
}

#content main section.entry-detail .entry-body h1 {
  margin-bottom: 15px;
  border-bottom: none;
  background: #f9f9f9;
  box-shadow: 0px 1px 1px #ccc;
}

#content main section.entry-detail .entry-body h2 {
  margin-bottom: 15px;
  padding: 0.5em 0;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  font-size: 135%;
}

#content main section.entry-detail .entry-body h3 {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: solid 3px #111;
  font-size: 128%;
}

#content main section.entry-detail .entry-body h4 {
  margin-bottom: 15px;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #111;
  font-size: 114%;
}

#content main section.entry-detail .entry-body h5 {
  margin-bottom: 10px;
  padding: 0.3em 0.5em;
  background: #f1f1f1;
  font-size: 107%;
}

#content main section.entry-detail .entry-body h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

#content main section.entry-detail .entry-body p {
  margin-bottom: 2em;
}

#content main section.entry-detail .entry-body ul {
  margin-bottom: 2em;
  padding-left: 1em;
  list-style: circle;
  list-style-position: outside;
}

#content main section.entry-detail .entry-body ol {
  margin-bottom: 2em;
  padding-left: 1em;
  list-style-position: outside;
}

#content main section.entry-detail .entry-body ul li {
  line-height: 130%;
  margin-bottom: 0.3em;
}

#content main section.entry-detail .entry-body blockquote {
  margin-bottom: 3em;
  padding: 1em;
  border: solid 1px #e9e9e9;
  background: #f1f1f1;
}

#content main section.entry-detail .entry-body strong {
  font-weight: bold;
}

#content main section.entry-detail .entry-body em {
  font-style: italic;
}

#content main section.entry-detail .entry-body img {
  max-width: 100%;
  height: auto;
}

#content main section.entry-author .inner {
  padding: 1em;
}

#content main section.entry-author .entry-authorphoto {
  width: 120px;
  float: left;
  text-align: center;
}

#content main section.entry-author .entry-authorrecentpost {
  width: 500px;
  float: right;
}

#content main section.entry-author .entry-authorrecentpost ul {
  padding-left: 10px;
}

#content main section.entry-author .entry-authorrecentpost ul li {
  list-style: disc;
  list-style-position: outside;
}

.page-navigation {
  text-align: center;
}

.page-navigation ul{
  display: block;
  padding-bottom: 10px;
}

#content main section.entrylist .page-navigation li {
  display: inline-block;
  border-bottom: none;
}

.page-navigation li a{
  padding: 0 10px;
}

.page-navigation li a[rel="prev"]::before {
  content: "Â«";
  margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
  content: "Â»";
  margin-left: 0.3em;
}


/* ------------------------------------------
                 SNS
------------------------------------------ */

.entry-detail .entry-social-buttons{
  padding-top: 0.7em;
  border-top: solid 1px #ccc;
}

.entry-detail .entry-social-buttons ul {
  clear: both;
  margin-left: 0px;
}

.entry-detail .entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry-social-buttons .entry-social-facebook {
  padding-bottom: 6px;
}

/* figure */
figure {
    margin: 16px 0;
}

figure figcaption {
    font-size: 0.75em;
    margin-top: 4px;
}
figure.mt-figure-center figcaption {
    text-align: center;
}

/* ------------------------------------------
                 Side menu
------------------------------------------ */

#content aside {
  width: 300px;
  float: right;
}

#content aside section {
  margin-bottom: 1em;
}

#content aside nav.sidemenu {
  background: #fff;
  box-shadow: 1px 1px 1px #ccc;
  padding-bottom: 1rem;
}

#content aside nav.sidemenu h1 {
  padding: 0.5em 0.8em;
  border-top: solid 3px #333;
  margin-bottom: 8px;
  border-bottom: solid 1px #ccc;
  font-size: 114%;
}

#content aside nav.sidemenu ul li a, #content aside nav.sidemenu ul li .nolink {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 86%;
  position: relative;
}

#content aside nav.sidemenu ul .catdepth-2 {
  text-indent: 1em;
}
#content aside nav.sidemenu ul .catdepth-3 {
  text-indent: 2em;
}
#content aside nav.sidemenu ul.submenu .catdepth-2 a::before, #content aside nav.sidemenu ul.submenu .catdepth-3 a::before, #content aside nav.sidemenu ul.submenu .catdepth-2 .nolink::before, #content aside nav.sidemenu ul.submenu .catdepth-3 .nolink::before {
  content: "â””";
  position: absolute;
  left: -6px;
  top: 4px;
}

#content aside nav.sidemenu ul .catdepth-2 .nolink, #content aside nav.sidemenu ul .catdepth-3 .nolink {
  color: #999999;
}

#content aside nav.sidemenu ul li:last-of-type a {
  border-bottom: none;
}

#content aside nav.sidemenu ul li a:hover {
  background: #f9f9f9;
}

.sidemenu-banners ul li {
  margin-bottom: 1em;
}

.sidemenu-banners ul li a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 4em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-bottom: 12px;
}
.sidemenu-banners ul li a:hover {
  opacity: 0.8;  
}

.sidemenu-banners ul li.facebook a {
  background: #3B579E;
}
.sidemenu-banners ul li.x-twitter a {
  background: #000000;
}
.sidemenu-banners ul li.feedly a {
  background: #89C131;
}
.sidemenu-banners ul li.feedly a i:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://mamasta.movabletype.io/salon_news/images/feedly.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.sidemenu-banners ul li.line a {
  background: #00b900;
}
.sidemenu-banners ul li.instagram a {
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}

.sidemenu-banners ul li a i {
  width: 40px;
  font-size: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  color: #ffffff;
  display: inline-block;
}

.sidemenu-banners ul li:last-of-type {
  margin-bottom: 0;
}

.sidemenu-banners ul li a span {
  display: block;
}

.sidebox {
  background: #fff;
  box-shadow: 1px 1px 1px #ccc;
  text-align: center;
}

#sidemenu-facebook {
  padding: 1em 0;
}

.x-twitter_wrapper {
  text-align: center;
}



/* ------------------------------------------
                    TOP
------------------------------------------ */
.swiperWrap {
  margin-bottom: 20px;
}

.swiper-container .swiper-slide {
  display: table;
  padding: 8px 8px 20px 8px;
  margin-bottom: 5px;
  background: #fff;
}

.swiper-container .swiper-slide .image {
  display: table-cell;
  width: 300px;
  overflow: hidden;
}
/* workaround for Safari/Chrome to prevent disappearing images with 'max-width:100%' specified by '.bx-wrapper img' */
.swiper-container .swiper-slide .image img {
  max-width: 300px;
}

.swiper-container .swiper-slide .detail {
  display: table-cell;
  padding: 1em;
  width: 100%;
  vertical-align: top;
}

.swiper-container .swiper-slide h1 {
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 128%;
  border-bottom: none;
}

.swiper-container .swiper-slide .detail .meta {
  margin-bottom: 0.5em;
  font-size: 86%;
}

.swiper-container .swiper-slide .detail time {
  padding-right: 0.5em;
  color: #999;
}

.swiper-container .swiper-slide .detail ul.categories {
  display: inline-block;
}

.swiper-container .swiper-slide .detail ul.categories li {
  display: inline-block;
  margin-left: 1em;
}

.swiper-container .swiper-slide .detail ul.categories li a {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #f1f1f1;
  font-size: 93%;
}

.swiper-container .swiper-slide .detail ul.categories li a:hover {
  background: #e9e9e9;
}

.swiper-container .swiper-slide .detail ul.categories li a:after {
  content: '';
  position: absolute;
  border-top: 13px solid transparent;
  border-right: 10px solid #f1f1f1;
  border-bottom: 13px solid transparent;
  top: 0px;
  left: -10px;
}

.swiper-container .swiper-slide .detail ul.categories li a:hover:after {
  border-right: 10px solid #e9e9e9;
}

.swiper-container .swiper-slide .detail .excerpt {
  font-size: 100%;
  line-height: 130%;
}

/* ------------------------------------------
                 for tablet
------------------------------------------ */

@media(max-width:1000px){

header {

}

header .header-logo {
  width: 100%;
  float: none;
  text-align: center;
}

header .description {
  margin-bottom: 1em;
  padding: 0 1em;
}

header nav {
  width: 100%;
  float: none;
  text-align: center;
}

#content {
  padding: 0 1em;
}

#content main {
  width: 100%;
  float: none;
}

#content main section.entry-author .entry-authorphoto {
  float: left;
}

#content main section.entry-author .entry-authorrecentpost {
  width: auto;
  float: left;
}

#content main section.entry-author .entry-authorrecentpost ul {
  padding-left: 30px;
}

#content aside {
  width: 100%;
  float: none;
}

footer {
  padding: 1em;
}

footer .footer-navi {
  width: 100%;
  float: none;
  text-align: center;
}

footer .copyright {
  width: 100%;
  float: none;
  text-align: center;
}

.sidemenu-banners ul li {
  text-align: center;
}

.sidemenu-banners ul li a {
    justify-content: center;
    padding: 1em 0;
}

.sidemenu-banners ul li a br {
  display: none;
}
}

/* ------------------------------------------
                 for sp
------------------------------------------ */

@media(max-width:480px){

header nav {
  font-size: 86%;
}

.swiper-container .swiper-slide {
  display: block;
  width:   100%;
  margin: 0 auto;
}

.swiper-container .swiper-slide .image {
  display: block;
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 1em;
  text-align: center;
  height: 225px; /* 3/4 height of 300px width */
}

.swiper-container .swiper-slide .image img {
  width: 100%;
  max-width: 100%; /* cancel workaround for Safari/Chrome */
}

.swiper-container .swiper-slide .detail {
  display: block;
  padding: 0 1em 1em 1em;
}

#content main section.entrylist li .image {
  width: 100%;
  float: none;
  margin-bottom: 1em;
  text-align: center;
}

#content main section.entrylist li .detail {

}

#content main section.entrylist li .detail .meta {
  text-align: center;
}

#content main section.entry-detail time {
  margin-bottom: 0.5em;
}

#content main section.entry-detail ul.categories {
  font-size: 72%;
}

#content main section.entry-author .entry-authorphoto {
  float: none;
}

#content main section.entry-author .entry-authorrecentpost {
  width: 300px;
  float: none;
}

#content main section.entry-author .entry-authorrecentpost ul {
  padding-left: 10px;
}

}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.clearfix {
  zoom:1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* ------------------------------------------
            webpush
------------------------------------------ */
.webpush {
display: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

.side-webpush {
  max-width: 100%;
  margin: 1rem auto;
  display: block;
  padding: 15px;
  background-color: #111;
  color: #ffffff;
  text-align: center;
}

.side-webpush a, .side-webpush a:hover {
  color: #ffffff;
  text-decoration: none;
}

.side-webpush__txt::before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ------------------------------------------
            Search
------------------------------------------ */
.mt-site-search-form {
  max-width: 100%;
  display: flex;
}

.mt-site-search-form__query {
  position: relative;
  display: block;
  width: calc(100% - 67px - 0.5em);
  border: 1px solid ;
  height: 32px;
  padding: 0 8px;
  box-sizing: inherit;
}

.mt-site-search-form__button {
  text-align: center;
  width: 65px;
  padding: 0 16px;
}

.mt-site-search__pagination {
  margin-bottom: 1em;
}

.mt-site-search__pagination ul li {
  border-bottom: 0 !important;
  padding: 0.25em;
}
</pre></body></html>