@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
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

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

/* line 5, sass/typography/_headings.scss */
h1.entry-title {
  margin: 50px 0;
  font-weight: 200;
  text-align: center; }

@media (max-width: 960px) {
  /* line 13, sass/typography/_headings.scss */
  h1.entry-title {
    margin: 20px 0 30px;
    font-size: 20px;
    font-size: 1.25rem; } }
@media (max-width: 560px) {
  /* line 22, sass/typography/_headings.scss */
  h1.entry-title {
    margin: 10px 0 20px;
    font-size: 16px;
    font-size: 1rem; } }
/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
  font-weight: 200; }

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

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

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

/* line 18, 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 29, 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 34, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

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

/* line 44, 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%; }

/*--------------------------------------------------------------
# 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: 0;
  padding: 10px 15px;
  box-shadow: none; }
/* line 23, 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 28, sass/forms/_fields.scss */
.selectbox.wrap {
  overflow: hidden;
  width: 100%;
  text-align: center; }

/* line 33, sass/forms/_fields.scss */
.selectbox.wrap select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 45, sass/forms/_fields.scss */
.selectbox.wrap select::-ms-expand {
  display: none; }

/* line 48, sass/forms/_fields.scss */
.selectbox.wrap {
  position: relative;
  border: 1px solid #ccc;
  background: #ffffff; }

/* line 53, sass/forms/_fields.scss */
.selectbox.wrap::before {
  position: absolute;
  top: 45%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  pointer-events: none; }

/* line 66, sass/forms/_fields.scss */
.selectbox.wrap:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb; }

/* line 75, sass/forms/_fields.scss */
.selectbox.wrap select {
  padding: 10px 38px 10px 10px;
  color: #333; }

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: royalblue; }
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: purple; }
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue; }
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted; }
/* line 15, 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 3, sass/site/_layout.scss */
#masthead h1.site-title, #masthead p.site-title {
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  letter-spacing: 2px; }
/* line 12, sass/site/_layout.scss */
#masthead h1.site-title a, #masthead p.site-title a {
  color: #333;
  text-decoration: none; }
/* line 17, sass/site/_layout.scss */
#masthead h1.site-title img, #masthead p.site-title img {
  width: 120px; }

@media (max-width: 960px) {
  /* line 27, sass/site/_layout.scss */
  #masthead h1.site-title, #masthead p.site-title {
    font-size: 9px;
    font-size: 0.5625rem; }
  /* line 31, sass/site/_layout.scss */
  #masthead h1.site-title img, #masthead p.site-title img {
    width: 100px; } }
@media (max-width: 560px) {
  /* line 43, sass/site/_layout.scss */
  #masthead h1.site-title, #masthead p.site-title {
    padding: 10px;
    font-size: 8px;
    font-size: 0.5rem; }
  /* line 48, sass/site/_layout.scss */
  #masthead h1.site-title img, #masthead p.site-title img {
    width: 80px; } }
/* line 55, sass/site/_layout.scss */
#content {
  margin: 0 auto;
  width: 960px; }

@media (max-width: 960px) {
  /* line 62, sass/site/_layout.scss */
  #content {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; } }
@media (max-width: 560px) {
  /* line 72, sass/site/_layout.scss */
  #content {
    padding-left: 5px;
    padding-right: 5px; } }
/* line 80, sass/site/_layout.scss */
#colophon p.copyright {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  color: #666; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 9, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table caption {
  padding: 10px 20px;
  text-align: left;
  background: #EEE;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }
/* line 17, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table th, #content div.mw_wp_form form table td {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 30px; }
/* line 23, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table th {
  position: relative;
  width: 250px;
  text-align: left;
  font-weight: 100;
  color: #666; }
/* line 30, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table th em.necessary {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  padding: 3px 8px;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #D00;
  background: #FEE;
  transform: translateY(-50%); }
/* line 46, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td input::placeholder {
  font-weight: 100;
  font-size: 13px;
  font-size: 0.8125rem; }
/* line 51, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.zip {
  margin-bottom: 10px; }
/* line 55, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.emailConfirm {
  margin-top: 10px; }
/* line 59, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.time {
  display: inline-block;
  width: 25%; }
/* line 64, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td span.timeSep {
  margin-left: 10px;
  margin-right: 10px; }
/* line 69, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.product, #content div.mw_wp_form form table td div.trigger {
  width: 50%; }
/* line 74, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td p.notes {
  margin-bottom: 0; }
/* line 80, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td input.name, #content div.mw_wp_form form table td input.furigana, #content div.mw_wp_form form table td input.tel {
  width: 50%; }
/* line 86, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td input.zip {
  width: 25%; }
/* line 90, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td input.email, #content div.mw_wp_form form table td input.etc {
  width: 75%; }
/* line 95, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td input.address {
  width: 100%; }
/* line 99, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td input textarea {
  width: 100%; }
/* line 104, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.content {
  margin-top: 10px;
  padding: 20px;
  background: #FAFAFA; }
/* line 109, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.content p {
  margin-top: 0; }
/* line 113, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.content ul, #content div.mw_wp_form form table td div.wrap.content ol {
  margin: 0;
  padding-left: 1.5em; }
/* line 120, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td.set {
  padding-left: 0;
  padding-right: 0; }
/* line 127, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price p.total {
  margin: 0 0 10px;
  border: 1px solid #F99;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #FFFAFA; }
/* line 136, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price p.total span {
  color: #F00; }
/* line 141, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table {
  table-layout: fixed; }
/* line 144, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table caption {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  background: none; }
/* line 150, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th, #content div.mw_wp_form form table td div.wrap.price table td {
  border: 1px solid #DDD;
  padding: 5px; }
/* line 155, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th {
  width: auto; }
/* line 158, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th[scope="col"] {
  text-align: center;
  background: #EEE; }
/* line 163, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th[scope="row"] {
  text-align: right;
  background: #FAFAFA; }
/* line 168, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th.setName {
  width: 150px; }
/* line 172, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th.itemName {
  width: 360px; }
/* line 176, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th.quantity {
  width: 50px; }
/* line 180, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table th.price, #content div.mw_wp_form form table td div.wrap.price table th.total {
  width: 70px; }
/* line 189, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table td.price, #content div.mw_wp_form form table td div.wrap.price table td.total {
  text-align: right; }
/* line 194, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table td.quantity {
  text-align: center; }
/* line 198, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table td div.wrap.price table td.notes {
  font-size: 12px;
  font-size: 0.75rem; }
/* line 208, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table.important th {
  vertical-align: top;
  font-weight: bold; }
/* line 215, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form form table.important td span.mwform-checkbox-field-text {
  font-weight: bold; }
/* line 223, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form div.wrap.law {
  overflow: scroll;
  margin-bottom: 50px;
  padding: 20px 30px;
  height: 200px;
  background: #FAFAFA;
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem; }
/* line 236, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form div.wrap.law section section ul, #content div.mw_wp_form div.wrap.law section section ol {
  margin: 0;
  padding-left: 1.5em; }
/* line 245, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form p.signMsg {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #000; }
/* line 251, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form #signature {
  background: #EEE; }
/* line 255, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form div.signBtn {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
/* line 261, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form p.btn {
  text-align: center; }
/* line 264, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form p.btn button, #content div.mw_wp_form p.btn input {
  border: none;
  padding: 12px 35px;
  background: #8b9d90;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0; }
/* line 285, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table td div.emailConfirm {
  display: none; }
/* line 289, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table td div.time {
  display: none; }
/* line 293, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table td span.timeSep {
  display: none; }
/* line 297, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table td div.product, #content div.mw_wp_form.mw_wp_form_confirm form table td div.trigger {
  border: none;
  text-align: left; }
/* line 302, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table td div.product:before, #content div.mw_wp_form.mw_wp_form_confirm form table td div.product:after, #content div.mw_wp_form.mw_wp_form_confirm form table td div.trigger:before, #content div.mw_wp_form.mw_wp_form_confirm form table td div.trigger:after {
  display: none; }
/* line 308, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table td p.input {
  display: none; }
/* line 317, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form table.important td div.wrap.content {
  display: none; }
/* line 325, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form p.signMsg {
  display: none; }
/* line 329, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form #signature {
  display: none; }
/* line 333, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm form div.signBtn {
  display: none; }
/* line 338, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_confirm div.wrap.law {
  display: none; }
/* line 345, sass/site/primary/_posts-and-pages.scss */
#content div.mw_wp_form.mw_wp_form_complete p.message {
  line-height: 2;
  text-align: center; }

@media (max-width: 960px) {
  /* line 363, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table caption {
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1rem; }
  /* line 368, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table th, #content div.mw_wp_form form table td {
    padding: 20px; }
  /* line 372, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table th {
    width: 20%;
    min-width: 200px; }
  /* line 379, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td div.time {
    min-width: 100px; }
  /* line 383, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td div.product {
    min-width: 220px; }
  /* line 387, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td div.trigger {
    min-width: 120px; }
  /* line 393, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td input.name, #content div.mw_wp_form form table td input.furigana, #content div.mw_wp_form form table td input.tel {
    width: 100%; }
  /* line 399, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td input.zip {
    min-width: 120px; }
  /* line 403, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td input.email, #content div.mw_wp_form form table td input.etc {
    width: 100%; }
  /* line 412, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form div.wrap.law {
    margin-bottom: 30px;
    padding: 15px 20px;
    height: 150px;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 421, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form p.btn input {
    padding: 12px 35px; } }
@media (max-width: 560px) {
  /* line 440, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table th, #content div.mw_wp_form form table td {
    display: block;
    padding: 10px; }
  /* line 445, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table th {
    border-bottom: none;
    padding-bottom: 10px;
    font-weight: 400;
    width: 100%;
    min-width: 100%; }
  /* line 452, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table th em.necessary {
    position: static;
    margin-left: 10px;
    transform: translateY(0); }
  /* line 459, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td {
    border-top: none;
    padding-top: 0; }
  /* line 465, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td input.name, #content div.mw_wp_form form table td input.furigana, #content div.mw_wp_form form table td input.tel {
    width: 100%; }
  /* line 471, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td input.zip {
    min-width: 120px; }
  /* line 475, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form table td input.email, #content div.mw_wp_form form table td input.etc {
    width: 100%; }
  /* line 483, sass/site/primary/_posts-and-pages.scss */
  #content div.mw_wp_form form p.signMsg {
    font-size: 14px;
    font-size: 0.875rem; } }
/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
