@charset "UTF-8";
/*
Template:_s
Theme Name:_s-child
Description:子テーマ
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 7, sass/_normalize.scss */
body {
  margin: 0; }

/* line 11, sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

/* line 26, sass/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 39, sass/_normalize.scss */
[hidden], template {
  display: none; }

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent; }

/* line 48, sass/_normalize.scss */
a:active, a:hover {
  outline: 0; }

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 57, sass/_normalize.scss */
b, strong {
  font-weight: bold; }

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic; }

/* line 66, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 71, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 76, sass/_normalize.scss */
small {
  font-size: 80%; }

/* line 80, sass/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 88, sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 92, sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 96, sass/_normalize.scss */
img {
  border: 0; }

/* line 100, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 104, sass/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 108, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/* line 113, sass/_normalize.scss */
pre {
  overflow: auto; }

/* line 117, sass/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 125, sass/_normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 135, sass/_normalize.scss */
button {
  overflow: visible; }

/* line 139, sass/_normalize.scss */
button, select {
  text-transform: none; }

/* line 144, sass/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 152, sass/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/* line 157, sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 163, sass/_normalize.scss */
input {
  line-height: normal; }

/* line 167, sass/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 173, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 178, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 183, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 189, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 194, sass/_normalize.scss */
textarea {
  overflow: auto; }

/* line 198, sass/_normalize.scss */
optgroup {
  font-weight: bold; }

/* line 202, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 207, sass/_normalize.scss */
td, th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body, button, input, select, optgroup, textarea {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em; }

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic; }

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em; }

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em; }

/* line 17, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/* line 28, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

/* line 33, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

/* line 38, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none; }

/* line 43, sass/typography/_copy.scss */
big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box; }

/* line 5, sass/elements/_elements.scss */
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/* line 11, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/* line 15, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em; }

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc; }

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal; }

/* line 13, sass/elements/_lists.scss */
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold; }

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* line 24, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* line 29, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/* line 35, sass/elements/_elements.scss */
em {
  font-style: normal; }

/* line 39, sass/elements/_elements.scss */
address {
  font-style: normal; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
/* line 14, sass/forms/_buttons.scss */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }
/* line 18, sass/forms/_buttons.scss */
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

/* line 1, sass/forms/_fields.scss */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
/* line 22, sass/forms/_fields.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111; }

/* line 27, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc; }

/* line 31, sass/forms/_fields.scss */
textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: royalblue;
  text-decoration: none; }
/* line 5, sass/navigation/_links.scss */
a:visited {
  color: purple; }
/* line 8, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue; }
/* line 13, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted; }
/* line 16, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
/* line 7, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
/* line 13, sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }
/* line 21, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }
/* line 27, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%; }
/* line 33, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px; }
/* line 46, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto; }
/* line 52, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative; }
/* line 61, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
/* line 74, sass/navigation/_menus.scss */
.menu-toggle, .main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  /* line 80, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none; }

  /* line 83, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block; } }
/* line 92, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
/* line 97, sass/navigation/_menus.scss */
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
/* line 102, sass/navigation/_menus.scss */
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
/* line 10, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 31, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

/* line 16, sass/modules/_clearings.scss */
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/_layout.scss */
#masthead {
  padding: 30px 50px; }
/* line 6, sass/site/_layout.scss */
#masthead div.site-branding .site-title {
  z-index: 999;
  margin: 0;
  font-size: 0; }
/* line 11, sass/site/_layout.scss */
#masthead div.site-branding .site-title a {
  position: relative;
  z-index: 10; }
/* line 15, sass/site/_layout.scss */
#masthead div.site-branding .site-title a img {
  width: 270px;
  vertical-align: bottom; }
/* line 23, sass/site/_layout.scss */
#masthead nav.main-navigation {
  position: relative;
  margin-top: -30px;
  padding-left: 300px;
  padding-right: 300px;
  width: calc(100vw - 100px);
  z-index: 0; }
/* line 31, sass/site/_layout.scss */
#masthead nav.main-navigation ul {
  text-align: center;
  font-size: 0; }
/* line 35, sass/site/_layout.scss */
#masthead nav.main-navigation ul li {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem; }
/* line 40, sass/site/_layout.scss */
#masthead nav.main-navigation ul li:not(.contact) {
  margin-left: 10px;
  margin-right: 10px; }
/* line 45, sass/site/_layout.scss */
#masthead nav.main-navigation ul li a {
  color: #000; }
/* line 49, sass/site/_layout.scss */
#masthead nav.main-navigation ul li.contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
/* line 55, sass/site/_layout.scss */
#masthead nav.main-navigation ul li.contact a {
  padding: 12px 46px;
  line-height: 1;
  background: #e7e3d7; }

@media (max-width: 1179px) {
  /* line 68, sass/site/_layout.scss */
  #masthead {
    padding: 20px 35px; }
  /* line 77, sass/site/_layout.scss */
  #masthead div.site-branding .site-title a img {
    width: 180px; }
  /* line 84, sass/site/_layout.scss */
  #masthead nav.main-navigation {
    margin-top: -25px;
    padding-left: 240px;
    padding-right: 240px;
    width: calc(100vw - 70px); }
  /* line 92, sass/site/_layout.scss */
  #masthead nav.main-navigation ul li {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 95, sass/site/_layout.scss */
  #masthead nav.main-navigation ul li.contact {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  /* line 101, sass/site/_layout.scss */
  #masthead nav.main-navigation ul li.contact a {
    padding: 12px 46px;
    line-height: 1;
    background: #e7e3d7; } }
@media (max-width: 799px) {
  /* line 115, sass/site/_layout.scss */
  #masthead {
    padding: 10px 20px; }
  /* line 124, sass/site/_layout.scss */
  #masthead div.site-branding .site-title a img {
    width: 120px; } }
/* line 134, sass/site/_layout.scss */
#content {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  padding-bottom: 100px; }
/* line 139, sass/site/_layout.scss */
#content main {
  position: relative;
  z-index: 10; }

/* line 153, sass/site/_layout.scss */
body:not(.siteTop) #content main header h1, body:not(.siteTop) #content main header p.parent-title {
  margin: 0;
  padding: 40px 0;
  letter-spacing: 2px;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  background: #F9F8F1; }
/* line 166, sass/site/_layout.scss */
body:not(.siteTop) #content main div.entry-content, body:not(.siteTop) #content main div.page-content {
  margin: 0 auto;
  padding-top: 80px;
  width: 1180px; }
/* line 175, sass/site/_layout.scss */
body:not(.siteTop) #content main.compact div.entry-content, body:not(.siteTop) #content main.compact div.page-content {
  width: 960px; }

@media (max-width: 1179px) {
  /* line 194, sass/site/_layout.scss */
  body:not(.siteTop) #content main:not(.compact) div.entry-content, body:not(.siteTop) #content main:not(.compact) div.page-content {
    padding: 60px 20px 120px;
    width: 100%; } }
@media (max-width: 959px) {
  /* line 213, sass/site/_layout.scss */
  body:not(.siteTop) #content main.compact div.entry-content, body:not(.siteTop) #content main.compact div.page-content {
    padding: 60px 20px 120px;
    width: 100%; } }
@media (max-width: 799px) {
  /* line 231, sass/site/_layout.scss */
  body:not(.siteTop) #content main h1 {
    padding: 8px 0;
    font-size: 16px;
    font-size: 1rem; }
  /* line 235, sass/site/_layout.scss */
  body:not(.siteTop) #content main h1 span:after {
    font-size: 8px;
    font-size: 0.5rem; }
  /* line 240, sass/site/_layout.scss */
  body:not(.siteTop) #content main div.entry-content {
    padding: 30px 15px 60px; } }
/* line 249, sass/site/_layout.scss */
.breadcrumbs {
  border-top: 1px solid #DDD;
  padding: 30px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #777; }
/* line 255, sass/site/_layout.scss */
.breadcrumbs a, .breadcrumbs span {
  color: #333; }
/* line 259, sass/site/_layout.scss */
.breadcrumbs > div.inner {
  margin: 0 auto;
  width: 1180px; }

/* line 265, sass/site/_layout.scss */
#colophon {
  border-top: 1px solid #DDD;
  padding: 40px 0; }
/* line 269, sass/site/_layout.scss */
#colophon > div.inner {
  overflow: hidden;
  margin: 0 auto;
  width: 1180px; }
/* line 274, sass/site/_layout.scss */
#colophon > div.inner p.site-title {
  float: left;
  margin: 0;
  width: 270px; }
/* line 281, sass/site/_layout.scss */
#colophon > div.inner p.site-title a img {
  vertical-align: bottom; }
/* line 287, sass/site/_layout.scss */
#colophon > div.inner > div.wrap {
  float: right;
  width: calc(100% - 270px - 30px); }
/* line 293, sass/site/_layout.scss */
#colophon > div.inner > div.wrap nav.main-navigation ul {
  font-size: 0;
  text-align: right;
  letter-spacing: 1px; }
/* line 298, sass/site/_layout.scss */
#colophon > div.inner > div.wrap nav.main-navigation ul li {
  display: inline-block;
  margin-left: 20px;
  float: none;
  font-size: 13px;
  font-size: 0.8125rem; }
/* line 304, sass/site/_layout.scss */
#colophon > div.inner > div.wrap nav.main-navigation ul li a {
  color: #000; }
/* line 311, sass/site/_layout.scss */
#colophon > div.inner > div.wrap p.copyright {
  margin: 33px 0 0;
  text-align: right;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #AAA; }

@media (max-width: 1179px) {
  /* line 325, sass/site/_layout.scss */
  .breadcrumbs {
    padding: 10px 30px; }
  /* line 328, sass/site/_layout.scss */
  .breadcrumbs > div.inner {
    width: 100%; }

  /* line 333, sass/site/_layout.scss */
  #colophon {
    padding: 30px 0; }
  /* line 336, sass/site/_layout.scss */
  #colophon > div.inner {
    width: 100%; }
  /* line 339, sass/site/_layout.scss */
  #colophon > div.inner p.site-title {
    padding-left: 30px;
    width: 180px; }
  /* line 345, sass/site/_layout.scss */
  #colophon > div.inner p.site-title a img {
    vertical-align: baseline; }
  /* line 351, sass/site/_layout.scss */
  #colophon > div.inner > div.wrap {
    float: right;
    padding-right: 30px;
    width: calc(100% - 180px - 20px); }
  /* line 360, sass/site/_layout.scss */
  #colophon > div.inner > div.wrap nav.main-navigation ul li {
    margin-left: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 367, sass/site/_layout.scss */
  #colophon > div.inner > div.wrap p.copyright {
    margin-top: 22px; } }
@media (max-width: 799px) {
  /* line 377, sass/site/_layout.scss */
  #colophon {
    padding: 20px 0; }
  /* line 382, sass/site/_layout.scss */
  #colophon > div.inner > div.wrap {
    float: none;
    padding-right: 0;
    width: 100%; }
  /* line 387, sass/site/_layout.scss */
  #colophon > div.inner > div.wrap p.copyright {
    margin-top: 0;
    text-align: center; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 7, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv {
  background: url(./img/bg_mv.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
/* line 13, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.outer {
  padding-top: 155px; }
/* line 17, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.inner {
  margin: 0 auto;
  width: 1280px; }
/* line 21, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.inner > dl {
  display: inline-block;
  margin: 0 0 155px 40px;
  border: 1px solid #FFF;
  padding: 45px 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 5px 5px 0 0 rgba(169, 150, 99, 0.05);
  box-shadow: 5px 5px 0 0 rgba(169, 150, 99, 0.05); }
/* line 31, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.inner > dl dt {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200; }
/* line 38, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.inner > dl dd {
  margin: 0; }
/* line 41, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.inner > dl dd.copy {
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #b1a580; }
/* line 49, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.inner > dl dd.detail {
  letter-spacing: 2px;
  font-size: 25px;
  font-size: 1.5625rem; }
/* line 58, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news {
  margin: 0 40px;
  padding: 25px 55px;
  background: rgba(169, 150, 99, 0.7); }
/* line 63, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner {
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px; }
/* line 69, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul {
  list-style: none;
  margin: 0;
  padding: 0; }
/* line 76, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li:not(:first-child) {
  display: none; }
/* line 80, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl {
  margin: 0; }
/* line 83, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dt, body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dd {
  display: inline-block; }
/* line 87, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dt {
  margin-right: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 200; }
/* line 92, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dt.category {
  position: relative;
  top: -1px;
  padding: 0 10px;
  width: 100px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem; }
/* line 102, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dt.category {
  margin-right: 30px;
  color: #b1a580;
  background: #FFF; }
/* line 108, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dd {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem; }
/* line 112, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dd a {
  color: #333; }
/* line 123, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.instagram {
  background: #F7F6F3; }
/* line 126, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content div.wrap.instagram #sb_instagram {
  padding-top: 3px;
  padding-bottom: 3px !important; }
/* line 132, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about {
  padding-top: 90px;
  padding-bottom: 90px; }
/* line 136, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner {
  margin: 0 auto;
  width: 960px; }
/* line 140, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner h2 {
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400; }
/* line 150, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner > p {
  margin-top: 0;
  text-align: center;
  line-height: 2;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-size: 0.875rem; }
/* line 158, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner section.goal {
  margin-top: 90px; }
/* line 161, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner section.goal h3 {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
  color: #a99663;
  letter-spacing: 4px; }
/* line 171, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner section.goal p.txt {
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem; }
/* line 178, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.about > div.inner section.goal p.img {
  margin-top: 90px;
  margin-bottom: 0; }
/* line 186, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #FBFBFB; }
/* line 191, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner {
  margin: 0 auto;
  width: 960px; }
/* line 195, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 4px; }
/* line 205, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner p.caption {
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a99663; }
/* line 211, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner p.caption:before {
  content: "- ";
  display: inline; }
/* line 216, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner p.caption:after {
  content: " -";
  display: inline; }
/* line 222, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner p.lead {
  margin-top: 50px;
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777; }
/* line 232, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol {
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 239, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol li:not(:last-child) {
  margin-bottom: 35px; }
/* line 243, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol li p.img {
  display: table-cell;
  width: 210px; }
/* line 247, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol li p.img img {
  width: 150px; }
/* line 252, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol li dl {
  display: table-cell;
  width: 750px;
  vertical-align: middle; }
/* line 257, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol li dl dt {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 200;
  color: #5e4d1f; }
/* line 265, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.program > div.inner ol li dl dd {
  margin: 0;
  line-height: 1.75;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777; }
/* line 278, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment {
  padding-top: 90px;
  padding-bottom: 90px; }
/* line 282, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner {
  margin: 0 auto;
  width: 1180px; }
/* line 286, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 4px; }
/* line 296, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner p.caption {
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a99663; }
/* line 302, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner p.caption:before {
  content: "- ";
  display: inline; }
/* line 307, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner p.caption:after {
  content: " -";
  display: inline; }
/* line 313, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.img {
  display: flex;
  list-style: none;
  margin: 45px 0 70px;
  padding: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
/* line 321, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.img li {
  position: relative;
  width: 236px;
  height: 236px;
  line-height: 236px;
  text-align: center;
  vertical-align: middle;
  background: #FBFBFB;
  -webkit-border-radius: 236px;
  border-radius: 236px; }
/* line 334, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.img li:not(:last-child):after {
  content: "＋";
  display: inline-block;
  position: absolute;
  right: -100%;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 40px;
  font-size: 2.5rem;
  color: #e7e3d7; }
/* line 347, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.img li img {
  width: 82px; }
/* line 353, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.img li.option img {
  width: 63px; }
/* line 358, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.img li span {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }
/* line 372, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner p.different {
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }
/* line 378, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner div#tabTreatment {
  border: none;
  padding: 0; }
/* line 383, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav {
  border: none;
  padding: 0;
  background: none; }
/* line 388, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  border: none;
  width: 50%;
  color: #FFF; }
/* line 397, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav li.ui-tabs-active a {
  border: 2px solid #F7F6F3;
  border-bottom: none;
  padding: 15px 10px;
  font-size: 22px;
  font-size: 1.375rem;
  background: #FBFBFB;
  color: #5e4d1f; }
/* line 407, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav li:not(.ui-tabs-active) {
  position: relative;
  top: 17px; }
/* line 411, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav li:not(.ui-tabs-active) a {
  background: #b1a580;
  color: #FFF; }
/* line 417, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav li a {
  float: none;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #FFF; }
/* line 429, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section {
  padding: 60px 30px;
  background: #FBFBFB;
  border: 2px solid #F7F6F3;
  border-top: none; }
/* line 435, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section header {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 4px solid #F7F6F3;
  padding-bottom: 15px;
  text-align: center; }
/* line 442, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section header h3 {
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
  color: #5e4d1f; }
/* line 450, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section header p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200; }
/* line 458, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section p.lead {
  margin-bottom: 45px;
  letter-spacing: 1.5px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777; }
/* line 466, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow {
  display: flex;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
/* line 474, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li {
  position: relative;
  width: calc(33.3% - 30px); }
/* line 478, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li:not(:last-child):after {
  content: "▶︎";
  position: absolute;
  right: -25px;
  top: 90px;
  color: #CCC;
  transform: scale(1, 2); }
/* line 489, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.img {
  margin-bottom: 20px;
  text-align: center; }
/* line 493, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.img img {
  width: 0px; }
/* line 498, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #5e4d1f; }
/* line 506, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li dl dd {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75; }
/* line 511, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section ol.flow li dl dd p.notes {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666; }
/* line 521, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner section p.notes {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #5e4d1f; }
/* line 529, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner table.compare {
  margin-top: 40px; }
/* line 532, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner table.compare th, body.siteTop #content section.treatment > div.inner table.compare td {
  border: 1px solid #F7F6F3;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem; }
/* line 538, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner table.compare th[scope="col"] {
  border-left-color: #FFF;
  border-right-color: #FFF;
  background: #EEE; }
/* line 544, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner table.compare th[scope="row"] {
  width: 24%;
  text-align: left;
  background: #FBFBFB; }
/* line 550, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner table.compare td {
  width: 38%;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem; }
/* line 555, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.treatment > div.inner table.compare td.text {
  font-size: 16px;
  font-size: 1rem; }
/* line 563, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #FBFBFB; }
/* line 568, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner {
  margin: 0 auto;
  width: 1180px; }
/* line 572, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 4px; }
/* line 582, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner p.caption {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a99663; }
/* line 589, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner p.caption:before {
  content: "- ";
  display: inline; }
/* line 594, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner p.caption:after {
  content: " -";
  display: inline; }
/* line 600, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list {
  margin: 0 0 -35px;
  padding: 0;
  list-style: none;
  font-size: 0; }
/* line 606, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list li {
  display: inline-block;
  margin-bottom: 35px;
  width: 370px; }
/* line 611, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list li:not(:nth-child(3n)) {
  margin-right: 35px; }
/* line 615, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list li dl {
  margin: 0; }
/* line 618, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list li dl dt {
  margin-bottom: 15px; }
/* line 622, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list li dl dd {
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #333; }
/* line 630, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.product > div.inner ul.list li dl dd span:after {
  display: block;
  content: attr(data-label);
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 200;
  color: #AAA; }
/* line 644, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList {
  padding-top: 90px; }
/* line 647, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner {
  margin: 0 auto;
  width: 1180px; }
/* line 651, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 4px; }
/* line 661, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner p.caption {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a99663; }
/* line 668, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner p.caption:before {
  content: "- ";
  display: inline; }
/* line 673, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner p.caption:after {
  content: " -";
  display: inline; }
/* line 681, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200; }
/* line 687, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search {
  margin-bottom: 60px; }
/* line 690, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.pref {
  margin: 0 0 20px;
  padding: 0;
  font-size: 0; }
/* line 695, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.pref li {
  display: inline-block;
  margin-bottom: 11px;
  width: 108px;
  font-size: 13px;
  font-size: 0.8125rem; }
/* line 701, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.pref li:not(:nth-child(10n)) {
  margin-right: 11px; }
/* line 705, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.pref li a {
  display: block;
  border: 1px solid #EBEBEB;
  padding: 5px;
  text-align: center;
  background: #FBFBFB;
  color: #777; }
/* line 713, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.pref li a.active {
  border-color: #b1a580;
  background: #b1a580;
  color: #FFF; }
/* line 722, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.corefit_notes, body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes {
  list-style: none;
  margin: 0 0 8px;
  padding: 0; }
/* line 728, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.corefit_notes li, body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes li {
  display: inline-block; }
/* line 733, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes {
  font-size: 12px;
  font-size: 0.75rem; }
/* line 736, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes li {
  margin-right: 20px;
  color: #666; }
/* line 740, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes li b {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #b1a580;
  padding: 2px 30px;
  letter-spacing: 1px;
  font-weight: 200;
  color: #b1a580; }
/* line 752, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.corefit_notes {
  font-size: 11px;
  font-size: 0.6875rem; }
/* line 755, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.corefit_notes li {
  margin-right: 10px;
  color: #b1a580; }
/* line 759, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search ul.corefit_notes li img {
  display: inline-block;
  margin-right: 5px;
  width: 2em;
  vertical-align: middle; }
/* line 768, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result {
  padding: 40px;
  background: #F7F6F3; }
/* line 772, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result h4 {
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #b1a580; }
/* line 778, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table {
  width: 100%; }
/* line 781, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table a {
  text-decoration: underline;
  color: #333; }
/* line 786, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td {
  padding: 20px 10px;
  border-bottom: 2px solid #FFF;
  font-size: 11px;
  vertical-align: middle; }
/* line 792, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td.name {
  width: 450px; }
/* line 796, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td p {
  margin: 0; }
/* line 800, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td p.recommend {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 8px;
  line-height: 1;
  background: #b1a580;
  color: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
/* line 811, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td p.name {
  font-size: 16px;
  font-size: 1rem; }
/* line 815, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td ul.corefit {
  margin: 0;
  padding: 0; }
/* line 819, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td ul.corefit li {
  display: inline-block; }
/* line 822, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td ul.corefit li img {
  width: 2em; }
/* line 828, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td p.current-menu {
  font-weight: 400;
  color: #5E4D1F; }
/* line 832, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td p.current-menu:before {
  content: "【"; }
/* line 836, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td p.current-menu:after {
  content: "】"; }
/* line 841, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td.prod, body.siteTop #content section.shopList > div.inner section.search section.result table td.fplm {
  width: 15em; }
/* line 845, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.search section.result table td.prod p, body.siteTop #content section.shopList > div.inner section.search section.result table td.fplm p {
  border: 1px solid #b1a580;
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 1px;
  width: 13em;
  font-size: 11px;
  color: #b1a580;
  background: #FFF; }
/* line 863, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza {
  margin-bottom: 40px;
  border: 1px solid #d0c3a1;
  padding: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #FAFAFA; }
/* line 870, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p.img {
  display: table-cell;
  margin: 0;
  padding-right: 55px;
  width: 50%; }
/* line 876, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p.img img {
  vertical-align: bottom; }
/* line 881, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza div.wrap.txt {
  display: table-cell;
  width: 50%;
  vertical-align: middle; }
/* line 887, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza h4 {
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 200;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
/* line 895, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza address, body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p {
  line-height: 1.75;
  color: #666; }
/* line 903, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p.time {
  margin-bottom: 0; }
/* line 908, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc div.fs_wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
/* line 914, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.fs {
  border: 1px solid #d0c3a1;
  padding: 24px;
  width: 570px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #FAFAFA; }
/* line 922, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.fs:not(:last-child) {
  margin-right: 40px; }
/* line 926, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.fs p.img {
  margin: 0; }
/* line 929, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.fs p.img img {
  width: 100%;
  vertical-align: bottom; }
/* line 935, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.fs h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
/* line 943, sass/site/primary/_posts-and-pages.scss */
body.siteTop #content section.shopList > div.inner section.bbyc section.fs address, body.siteTop #content section.shopList > div.inner section.bbyc section.fs p {
  margin: 0;
  line-height: 1.75;
  color: #666; }

@media (max-width: 1279px) {
  /* line 965, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1179px) {
  /* line 981, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv {
    padding-top: 0; }
  /* line 984, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.outer {
    padding-top: 120px;
    background-position: right 0 top 0; }
  /* line 991, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl {
    margin-bottom: 120px;
    padding: 30px 40px; }
  /* line 995, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dt {
    font-size: 16px;
    font-size: 1rem; }
  /* line 999, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd {
    margin: 0; }
  /* line 1002, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd.copy {
    font-size: 30px;
    font-size: 1.875rem; }
  /* line 1006, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd.detail {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1014, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news {
    padding: 20px 40px; }
  /* line 1023, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news ul li dl dt {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1027, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news ul li dl dd {
    display: block;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1039, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  /* line 1044, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img {
    margin: 45px 0 70px; }
  /* line 1047, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li {
    width: calc(calc(100vw - 40px) / 5);
    height: calc(calc(100vw - 40px) / 5);
    line-height: calc(calc(100vw - 40px) / 5);
    -webkit-border-radius: calc(calc(100vw - 40px) / 5);
    border-radius: calc(calc(100vw - 40px) / 5); }
  /* line 1056, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li:not(:last-child):after {
    font-size: 30px;
    font-size: 1.875rem; }
  /* line 1061, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li span {
    bottom: 40px; }
  /* line 1069, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic, body.siteTop #content section.treatment > div.inner section.skinPack {
    margin-bottom: 45px; }
  /* line 1075, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic ol.list li, body.siteTop #content section.treatment > div.inner section.skinPack ol.list li {
    padding-left: 80px;
    width: calc(100% / 2 - 10px); }
  /* line 1079, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic ol.list li:before, body.siteTop #content section.treatment > div.inner section.skinPack ol.list li:before {
    left: 20px;
    font-size: 50px;
    font-size: 3.125rem; }
  /* line 1086, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic ol.list li dl dt, body.siteTop #content section.treatment > div.inner section.skinPack ol.list li dl dt {
    padding-right: 100px; }
  /* line 1099, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  /* line 1104, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list {
    margin: 0 0 -30px; }
  /* line 1107, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li {
    margin-bottom: 30px;
    width: calc(100% / 3 - 20px); }
  /* line 1111, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li:not(:nth-child(3n)) {
    margin-right: 30px; }
  /* line 1121, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  /* line 1132, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.pref li {
    margin-right: 5px;
    width: calc(100% / 8 - 5px); }
  /* line 1136, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.pref li:not(:nth-child(10n)) {
    margin-right: 5px; }
  /* line 1145, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1150, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p.img {
    padding-right: 40px; }
  /* line 1154, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1160, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs {
    padding: 20px;
    width: calc(100% / 3 - 20px); }
  /* line 1164, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs:not(:last-child) {
    margin-right: 30px; }
  /* line 1168, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs h4 {
    font-size: 15px;
    font-size: 0.9375rem; } }
@media (max-width: 959px) {
  /* line 1193, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dt {
    font-size: 15px;
    font-size: 0.9375rem; }
  /* line 1197, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd {
    margin: 0; }
  /* line 1200, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd.copy {
    font-size: 25px;
    font-size: 1.5625rem; }
  /* line 1204, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd.detail {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1212, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news {
    margin: 0; }
  /* line 1221, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news ul li dl dt {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1225, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news ul li dl dd {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1234, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about {
    padding: 60px 20px; }
  /* line 1237, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner {
    width: 100%; }
  /* line 1240, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner h2 {
    margin-bottom: 45px;
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1245, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner > p {
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1250, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal {
    margin-top: 75px; }
  /* line 1253, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal h3 {
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 2px; }
  /* line 1259, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal p.txt {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1263, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal p.img {
    margin-top: 75px; }
  /* line 1270, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program {
    padding-top: 60px;
    padding-bottom: 60px; }
  /* line 1274, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  /* line 1279, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px; }
  /* line 1284, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner p.caption {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1288, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner p.lead {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1298, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li:not(:last-child) {
    margin-bottom: 35px; }
  /* line 1302, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li p.img {
    padding-right: 30px;
    width: 150px; }
  /* line 1306, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li p.img img {
    width: 100%; }
  /* line 1311, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li dl {
    width: auto; }
  /* line 1314, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li dl dt {
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1319, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li dl dd {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1328, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment {
    padding-top: 60px;
    padding-bottom: 60px; }
  /* line 1332, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  /* line 1337, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px; }
  /* line 1342, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner p.caption {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1346, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img {
    margin: 45px 0 70px; }
  /* line 1353, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li:not(:last-child):after {
    font-size: 30px;
    font-size: 1.875rem; }
  /* line 1358, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li img {
    width: 41%; }
  /* line 1364, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li.option img {
    width: 31%; }
  /* line 1369, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li span {
    bottom: 40px; }
  /* line 1375, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner p.different {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1386, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.ui-tabs-nav li.ui-tabs-active a {
    font-size: 16px;
    font-size: 1rem; }
  /* line 1393, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section {
    padding: 40px 20px; }
  /* line 1398, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section header h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1403, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section header p {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1409, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section p.lead {
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1414, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow {
    margin: 0 0 40px; }
  /* line 1421, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.img {
    margin-bottom: 20px;
    text-align: center; }
  /* line 1425, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.img img {
    width: 100%; }
  /* line 1430, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.title {
    text-align: left;
    font-size: 15px;
    font-size: 0.9375rem; }
  /* line 1434, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow li dl dt.title br {
    display: none; }
  /* line 1439, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow li dl dd {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1442, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section ol.flow li dl dd p.notes {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1450, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section p.notes {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1455, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner table.compare {
    margin-top: 30px; }
  /* line 1458, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner table.compare th, body.siteTop #content section.treatment > div.inner table.compare td {
    padding: 15px;
    font-size: 16px;
    font-size: 1rem; }
  /* line 1463, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner table.compare th[scope="col"] {
    border-left-color: #FFF;
    border-right-color: #FFF;
    background: #EEE; }
  /* line 1469, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner table.compare th[scope="row"] {
    background: #FBFBFB; }
  /* line 1473, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner table.compare td {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1476, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner table.compare td.text {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1484, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product {
    padding-top: 60px;
    padding-bottom: 60px; }
  /* line 1488, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner {
    padding-left: 20px;
    padding-right: 20px; }
  /* line 1492, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px; }
  /* line 1497, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner p.caption {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1503, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li {
    width: calc(100% / 3 - 10px); }
  /* line 1506, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li:not(:nth-child(3n)) {
    margin-right: 15px; }
  /* line 1512, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li dl dd {
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 1522, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList {
    padding-top: 60px;
    padding-bottom: 60px; }
  /* line 1526, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  /* line 1531, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px; }
  /* line 1536, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner p.caption {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1544, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result {
    padding: 20px; }
  /* line 1547, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem; }
  /* line 1556, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1561, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p.img {
    padding-right: 30px; }
  /* line 1565, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1571, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs {
    padding: 15px;
    width: calc(100% / 3 - 10px);
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1576, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs:not(:last-child) {
    margin-right: 15px; }
  /* line 1580, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs h4 {
    font-size: 14px;
    font-size: 0.875rem; } }
@media (max-width: 799px) {
  /* line 1599, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv {
    padding-top: 0; }
  /* line 1602, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.outer {
    padding-top: 0;
    -webkit-background-size: auto 75vw;
    -o-background-size: auto 75vw;
    background-size: auto 75vw; }
  /* line 1611, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl {
    margin: 0;
    border: none;
    padding: 60px 30px;
    width: 100%;
    background: transparent;
    text-align: left; }
  /* line 1619, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dt {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1624, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd {
    margin: 0; }
  /* line 1627, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd.copy {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    text-shadow: #FFF 1px 1px 3px, #FFF -1px 1px 3px, #FFF 1px -1px 3px, #FFF -1px -1px 3px; }
  /* line 1633, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.inner > dl dd.detail {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 1641, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news {
    padding: 10px 20px; }
  /* line 1652, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content div.wrap.mv div.wrap.news > div.inner ul li dl dd {
    display: block; }
  /* line 1662, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 1668, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner h2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0; }
  /* line 1674, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner > p {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0; }
  /* line 1680, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal {
    margin-top: 60px; }
  /* line 1683, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0; }
  /* line 1690, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal p.txt {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0; }
  /* line 1696, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.about > div.inner section.goal p.img {
    margin-top: 60px; }
  /* line 1703, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 1709, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1713, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner p.lead {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1719, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner p.lead br {
    display: none; }
  /* line 1728, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li:not(:last-child) {
    margin-bottom: 30px; }
  /* line 1732, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li p.img {
    padding-right: 30px;
    width: 120px; }
  /* line 1739, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li dl dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400; }
  /* line 1745, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.program > div.inner ol li dl dd {
    letter-spacing: 0;
    font-size: 11px;
    font-size: 0.6875rem; }
  /* line 1755, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 1761, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1765, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img {
    margin: 45px 0 70px; }
  /* line 1772, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li:not(:last-child):after {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1777, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  /* line 1784, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner ul.img li span {
    bottom: -20px;
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1795, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section header h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1rem; }
  /* line 1801, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section header p.toggleBtn {
    margin-top: 0; }
  /* line 1806, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section p.lead {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1814, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic ol.list, body.siteTop #content section.treatment > div.inner section.skinPack ol.list {
    display: block; }
  /* line 1817, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic ol.list li, body.siteTop #content section.treatment > div.inner section.skinPack ol.list li {
    margin-bottom: 8px;
    width: 100%; }
  /* line 1823, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.basic ol.list li dl dt, body.siteTop #content section.treatment > div.inner section.skinPack ol.list li dl dt {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1833, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.option ol {
    display: block; }
  /* line 1836, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.option ol li {
    position: relative;
    padding: 0;
    width: 100%;
    background: transparent; }
  /* line 1844, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.option ol li:not(:last-child):after {
    content: "or";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    position: static;
    text-align: center;
    transform: translateY(0);
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1856, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.option ol li dl {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #F7F6F3; }
  /* line 1862, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.option ol li dl dt {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1866, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.treatment > div.inner section.option ol li dl dd {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1877, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 1883, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1889, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li {
    width: calc(100% / 2 - 10px);
    margin-right: 20px; }
  /* line 1893, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li:not(:nth-child(3n)) {
    margin-right: 20px; }
  /* line 1897, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li:not(:nth-child(odd)) {
    margin-right: 0; }
  /* line 1903, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.product > div.inner ul.list li dl dd {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 1912, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 1918, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 1924, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section h3 {
    font-size: 16px;
    font-size: 1rem; }
  /* line 1932, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.pref li {
    margin-right: 8px;
    margin-bottom: 8px;
    width: calc(100% / 4 - 6px);
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1938, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.pref li:not(:nth-child(10n)) {
    margin-right: 8px; }
  /* line 1942, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.pref li:nth-child(4n) {
    margin-right: 0; }
  /* line 1948, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 1951, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes li {
    display: block;
    margin-bottom: 5px;
    margin-right: 0; }
  /* line 1956, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes li b {
    display: block;
    margin-bottom: 5px;
    padding: 2px 10px;
    width: 100px;
    text-align: center; }
  /* line 1964, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search ul.fplm_notes li span.dot {
    display: none; }
  /* line 1974, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result table tr {
    border-bottom: 1px solid #f3f1e3;
    padding-bottom: 10px; }
  /* line 1979, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result table td {
    display: block;
    width: auto !important;
    border: none;
    padding: 0 0 10px; }
  /* line 1985, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result table td:nth-of-type(4) {
    padding-bottom: 20px; }
  /* line 1989, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result table td:nth-of-type(1) {
    padding-top: 20px; }
  /* line 1993, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.search section.result table td.fplm, body.siteTop #content section.shopList > div.inner section.search section.result table td.prod {
    display: inline-block;
    padding-right: 20px; }
  /* line 2005, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 2008, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza p.img {
    display: block;
    width: 100%;
    padding-right: 0; }
  /* line 2014, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza div.wrap.txt {
    display: block;
    width: 100%; }
  /* line 2019, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.ginza h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem; }
  /* line 2027, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc div.wrap.fs_wrap {
    display: block; }
  /* line 2031, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs {
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 2037, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs:not(:last-child) {
    margin-right: 0; }
  /* line 2041, sass/site/primary/_posts-and-pages.scss */
  body.siteTop #content section.shopList > div.inner section.bbyc section.fs h4 {
    font-size: 14px;
    font-size: 0.875rem; } }
/* line 2060, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
/* line 2066, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li {
  display: inline-block;
  margin-bottom: 35px;
  width: 370px;
  vertical-align: top; }
/* line 2072, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li:not(:nth-child(3n)) {
  margin-right: 35px; }
/* line 2076, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li a {
  display: block; }
/* line 2080, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li dl {
  margin: 0; }
/* line 2083, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li dl dt {
  margin-bottom: 15px; }
/* line 2086, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li dl dt img {
  border: 1px solid #DDD; }
/* line 2091, sass/site/primary/_posts-and-pages.scss */
body.page-product #content section ul.list li dl dd {
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333; }

@media (max-width: 1179px) {
  /* line 2115, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list {
    margin: 0 0 -30px; }
  /* line 2118, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li {
    margin-bottom: 30px;
    width: calc(100% / 3 - 20px); }
  /* line 2122, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li:not(:nth-child(3n)) {
    margin-right: 30px; } }
@media (max-width: 959px) {
  /* line 2139, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section {
    padding-top: 60px;
    padding-bottom: 60px; }
  /* line 2143, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px; }
  /* line 2148, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section p.caption {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 2154, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li {
    width: calc(100% / 3 - 10px); }
  /* line 2157, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li:not(:nth-child(3n)) {
    margin-right: 15px; }
  /* line 2163, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li dl dd {
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem; } }
@media (max-width: 799px) {
  /* line 2182, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 2186, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 2192, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li {
    width: calc(100% / 2 - 10px);
    margin-right: 20px; }
  /* line 2196, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li:not(:nth-child(3n)) {
    margin-right: 20px; }
  /* line 2200, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li:not(:nth-child(odd)) {
    margin-right: 0; }
  /* line 2206, sass/site/primary/_posts-and-pages.scss */
  body.page-product #content section ul.list li dl dd {
    font-size: 13px;
    font-size: 0.8125rem; } }
/* line 2224, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section p.img {
  float: left;
  margin: 0;
  width: 480px;
  padding-right: 80px; }
/* line 2230, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section p.img img {
  border: 1px solid #DDD; }
/* line 2235, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info {
  float: right;
  width: 480px; }
/* line 2239, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info h1 {
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 2px; }
/* line 2246, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info p.catchcopy {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200; }
/* line 2253, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info dl.price, body.single-product #content section div.info dl.capacity {
  font-size: 0; }
/* line 2257, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info dl.price dt, body.single-product #content section div.info dl.price dd, body.single-product #content section div.info dl.capacity dt, body.single-product #content section div.info dl.capacity dd {
  margin: 0;
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200; }
/* line 2265, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info dl.price {
  margin-top: 10px;
  text-align: right; }
/* line 2270, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info dl.capacity {
  color: #AAA; }
/* line 2273, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info dl.capacity dt, body.single-product #content section div.info dl.capacity dd {
  font-size: 12px;
  font-size: 0.75rem; }
/* line 2278, sass/site/primary/_posts-and-pages.scss */
body.single-product #content section div.info div.content {
  margin-top: 20px;
  line-height: 2; }

@media (max-width: 959px) {
  /* line 2295, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section p.img {
    width: 50%;
    padding-right: 40px; }
  /* line 2300, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info {
    width: 50%; }
  /* line 2303, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info h1 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1px; }
  /* line 2308, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info p.catchcopy {
    font-size: 16px;
    font-size: 1rem; } }
@media (max-width: 799px) {
  /* line 2325, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section p.img {
    float: none;
    padding-right: 0;
    width: 100%;
    text-align: center; }
  /* line 2332, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info {
    float: none;
    width: 100%; }
  /* line 2336, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info h1 {
    font-size: 20px;
    font-size: 1.25rem; }
  /* line 2340, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info p.catchcopy {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 2347, sass/site/primary/_posts-and-pages.scss */
  body.single-product #content section div.info dl.price dt, body.single-product #content section div.info dl.price dd, body.single-product #content section div.info dl.capacity dt, body.single-product #content section div.info dl.capacity dd {
    font-size: 12px;
    font-size: 0.75rem; } }
/* line 2362, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content header.page-header {
  margin-bottom: 60px; }
/* line 2366, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  width: 960px; }
/* line 2372, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article:not(:last-child) {
  margin-bottom: 40px; }
/* line 2376, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article h2 {
  margin-top: 0; }
/* line 2382, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article div.entry-meta p {
  margin: 0;
  display: inline-block; }
/* line 2387, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article div.entry-meta p.date {
  margin-right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #777; }
/* line 2393, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article div.entry-meta p.category {
  position: relative;
  top: -1px;
  padding: 0 10px;
  width: 100px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  color: #b1a580;
  background: #FAFAFA; }
/* line 2405, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article h2 {
  font-size: 20px;
  font-size: 1.25rem; }
/* line 2409, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-news div.site-content article div.entry-content {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 2423, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form h2 {
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 1.25rem; }
/* line 2430, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form p.lead {
  line-height: 2;
  color: #777; }
/* line 2437, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_input p.lead.input {
  display: block; }
/* line 2441, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_input p.lead.confirm {
  display: none; }
/* line 2448, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm p.lead.input {
  display: none; }
/* line 2452, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm p.lead.confirm {
  display: block; }
/* line 2459, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table th, body.page-contact #content section.form table td {
  vertical-align: top; }
/* line 2464, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table th {
  position: relative;
  padding: 21px 20px 10px 0;
  width: 240px;
  text-align: left;
  font-weight: 200;
  color: #777; }
/* line 2472, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table th span.necessary, body.page-contact #content section.form table th span.optional {
  position: absolute;
  top: 21px;
  right: 20px;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF; }
/* line 2483, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table th span.necessary {
  background: #961912; }
/* line 2487, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table th span.optional {
  background: #5689c4; }
/* line 2492, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table td {
  padding: 10px; }
/* line 2495, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table td input[type=text], body.page-contact #content section.form table td textarea {
  padding: 10px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem; }
/* line 2502, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form table td input[name='メールアドレス（確認用）'] {
  display: inline-block;
  margin-top: 5px; }
/* line 2513, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm table th {
  padding: 20px 20px 20px 0; }
/* line 2516, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm table th span.necessary, body.page-contact #content section.form div.mw_wp_form_confirm table th span.optional {
  display: none; }
/* line 2522, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm table td {
  padding: 20px; }
/* line 2525, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm table td span.confirm {
  display: none; }
/* line 2532, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form section.privacy {
  overflow: scroll;
  padding: 20px;
  height: 160px;
  font-size: 12px;
  font-size: 0.75rem;
  background: #FAFAFA;
  color: #777; }
/* line 2540, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form section.privacy h3 {
  margin-top: 0; }
/* line 2548, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form div.mw_wp_form_confirm section.privacy {
  display: none; }
/* line 2553, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form p.btn {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center; }
/* line 2558, sass/site/primary/_posts-and-pages.scss */
body.page-contact #content section.form p.btn input {
  border: none;
  padding: 15px 35px;
  background: #b1a580;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media (max-width: 799px) {
  /* line 2580, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form {
    padding: 25px 15px 50px; }
  /* line 2583, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form h2 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem; }
  /* line 2590, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form p.lead {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center; }
  /* line 2595, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form table {
    margin-bottom: 0; }
  /* line 2598, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form table th, body.page-contact #content section.form table td {
    display: block;
    vertical-align: top; }
  /* line 2603, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form table th {
    padding: 0 0 0 40px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 2607, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form table th span.necessary, body.page-contact #content section.form table th span.optional {
    top: 0;
    left: 0;
    width: 3.2em;
    text-align: center; }
  /* line 2616, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form table td {
    padding: 10px 0; }
  /* line 2619, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form table td input[type=text], body.page-contact #content section.form table td textarea {
    padding: 5px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 2627, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form section.privacy {
    font-size: 10px;
    font-size: 0.625rem; }
  /* line 2631, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form p.btn {
    margin-top: 20px; }
  /* line 2634, sass/site/primary/_posts-and-pages.scss */
  body.page-contact #content section.form p.btn input {
    padding: 12px 15px;
    letter-spacing: 0;
    font-size: 12px;
    font-size: 0.75rem; } }
/* line 2650, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result {
  margin-bottom: 50px; }
/* line 2653, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result h4 {
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #b1a580; }
/* line 2659, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table {
  width: 100%; }
/* line 2662, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table a {
  text-decoration: underline;
  color: #333; }
/* line 2667, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td {
  padding: 20px 10px;
  border-bottom: 2px solid #DDD;
  font-size: 11px;
  vertical-align: middle; }
/* line 2673, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td p {
  margin: 0; }
/* line 2677, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td p.name {
  font-size: 16px;
  font-size: 1rem; }
/* line 2683, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td p.type:before {
  content: "【"; }
/* line 2687, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td p.type:after {
  content: "】"; }
/* line 2692, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td.name {
  width: 600px; }
/* line 2696, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td.prod, body.post-type-archive-store_list #content section.result table td.fplm {
  width: 15em; }
/* line 2700, sass/site/primary/_posts-and-pages.scss */
body.post-type-archive-store_list #content section.result table td.prod p, body.post-type-archive-store_list #content section.result table td.fplm p {
  border: 1px solid #b1a580;
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 1px;
  width: 13em;
  font-size: 11px;
  color: #b1a580;
  background: #FFF; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word; }

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed, iframe, object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
/* line 18, sass/media/_media.scss */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em; }

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }
/* line 13, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

/* line 19, sass/media/_galleries.scss */
.gallery-caption {
  display: block; }
