@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom Style
	## Common
	## Top
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "游ゴシック Medium", meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
  font-size: 1.15em;
  line-height: 1.5;
}

h1, h2, h3 {
  clear: both;
  margin: 0 0 17px;
  line-height: 1.3;
}

h4, h5, h6 {
  clear: both;
  margin: 0 0 15px;
  line-height: 1.37;
}

h3 {
  font-size: 200%;
}

h4 {
  font-size: 172%;
}

h5 {
  font-size: 143%;
}

@media screen and (max-width: 599px) {
  h3 {
    font-size: 165%;
  }
  h4 {
    font-size: 143%;
  }
  h5 {
    font-size: 129%;
  }
}
p {
  margin: 0;
}

article p {
  line-height: 2;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375px;
  font-size: 0.058125rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375px;
  font-size: 0.058125rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 115%;
}

small {
  font-size: 86%;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot") format("eot"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot") format("eot"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot") format("eot"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.disc li {
  padding-left: 1em;
  text-align: left;
  position: relative;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

ul.circle li {
  padding-left: 1em;
  text-align: left;
  position: relative;
}
ul.circle li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

ol.decimal {
  margin: 0 0 1.5em 2em;
  list-style: decimal;
}

li > ul.ind,
li > ol.ind {
  margin-bottom: 0;
  margin-left: 1.5em;
}

li, dt, dd {
  line-height: 2;
}

dl, dt, dd {
  margin: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: top;
}

iframe {
  vertical-align: top;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #cf1848;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  color: #fff;
  line-height: 1;
  padding: 14px 20px;
  outline: none;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  opacity: 0.7;
}
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;
}
button.imgBtn,
input[type=button].imgBtn,
input[type=reset].imgBtn,
input[type=submit].imgBtn {
  background: transparent;
  border: none;
  padding: 0;
}

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;
  padding: 10px 12px;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #bbb;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}
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;
}

select {
  border: 1px solid #ccc;
  padding: 10px 12px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #cf1848;
}
a:visited {
  color: rgb(138.4480519481, 16.0519480519, 48.1558441558);
}
a:hover, a:focus, a:active {
  color: rgb(233.961038961, 73.538961039, 115.6168831169);
}
a:focus, a:hover, a:active {
  outline: 0;
}
a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.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. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875px;
  font-size: 0.05425rem;
  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. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.floatList:before,
.floatList:after,
.page-content:before,
.page-content: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;
}

.clearfix:after,
.floatList:after,
.page-content:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.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. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
/*** Style ***/
.inner_box {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 94.6%;
}

.m-para {
  line-height: 2;
  text-align: justify;
}
.m-para > * + * {
  margin-top: 2em;
}

.h2 {
  color: #cf1848;
  font-size: 24px;
  font-size: 1.488rem;
  font-weight: 400;
}
.h2 span {
  display: block;
  color: #000;
  font-size: 76%;
}

.h3 {
  background: #cf1848;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.24rem;
  font-weight: 400;
  text-align: center;
}

.lb01 {
  margin-bottom: 40px;
  font-size: 1em;
  /*&__img {

  }*/
}
.lb01__txt {
  margin: 10px 0 0;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-size: 18px;
  font-size: 1.116rem;
  font-weight: 500;
}

.lb_cont {
  border-top: solid 1px #f46c9f;
  border-bottom: solid 1px #f46c9f;
  color: #cf1848;
  padding: 7px 10px 5px;
  margin: 0 0 35px;
  font-weight: 400;
  text-align: center;
}
.archive .lb_cont, .page-template-list-blog .lb_cont {
  margin-bottom: 45px;
  font-size: 24px;
  font-size: 1.488rem;
}
.single .lb_cont {
  font-size: 26px;
  font-size: 1.612rem;
}

.lb_blog {
  border-bottom: solid 1px #000;
  padding: 0 0 9px 17px;
  margin: 0;
  font-size: 22px;
  font-size: 1.364rem;
  font-weight: 400;
  position: relative;
}
.lb_blog:before {
  content: "";
  display: block;
  background: #cf1848;
  width: 5px;
  height: 68%;
  position: absolute;
  top: 2px;
  left: 0;
}

.btn_link {
  display: inline-block;
  border: solid 2px #cf1848;
  background: #fff;
  color: #cf1848 !important;
  max-width: 96%;
  width: 330px;
  height: 60px;
  line-height: 54px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 0.992rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.btn_link:after {
  content: "＞";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: scale(0.5, 1) translate(4px, 1px);
  transform: scale(0.5, 1) translate(4px, 1px);
}

.btn_contLink {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 0.992rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.btn_contLink:after {
  content: ">";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.33;
  position: absolute;
  top: 50%;
  right: 16px;
}
.btn_pl .btn_contLink {
  background: #000;
  color: #fff;
}
.btn_pl .btn_contLink:after {
  color: #000;
}
.btn_cv .btn_contLink {
  background: #cf1848;
  color: #fff;
}
.btn_cv .btn_contLink:after {
  color: #cf1848;
}

.data_box {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.data_box dl {
  display: table-row;
}
.data_box dt, .data_box dd {
  display: table-cell;
  border: solid 1px #ddd;
  height: 44px;
  text-align: left;
  vertical-align: middle;
}
.data_box dt {
  background: #eee;
  padding: 5px 13px;
}
.data_box dd {
  background: #fff;
  padding: 5px 18px;
}

.table th, .table td {
  background: #fff;
  border: solid 1px #ddd;
  height: 44px;
  text-align: left;
  vertical-align: middle;
}
.table th {
  padding: 10px 15px;
  font-weight: 400;
}
.table td, .table thead th:nth-child(n+2) {
  padding: 10px 19px;
}
.table thead th {
  background: #000;
  color: #fff;
  text-align: center;
}

.area_list {
  margin-top: 38px;
  text-align: center;
}
.area_list a {
  color: #000;
  padding: 5px;
  text-decoration: none;
}
.area_list .area {
  display: inline-block;
  border-top: solid 1px #9d9c9c;
  border-bottom: solid 1px #9d9c9c;
  padding: 15px 10px;
}
.area_list .area > a {
  color: #cf1848;
  font-size: 115%;
}
.area_list .area ul {
  margin-top: 5px;
}
.area_list .area li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}
.area_list .area li:before {
  content: "・";
  color: #cf1848;
}

.check_list li {
  padding: 0 0 0 43px;
  margin-bottom: 5px;
  line-height: 1.5;
  position: relative;
}
.check_list li:before {
  content: "";
  display: block;
  background: url("../img/common/icon_check.png") 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -2px;
  left: 0;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 500px;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .map {
    padding-top: 75%;
  }
}
@media screen and (max-width: 599px) {
  .h2 {
    font-size: 21px;
    font-size: 1.302rem;
  }
  .h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.116rem;
  }
  .lb01 {
    margin-bottom: 28px;
  }
  .lb01__img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .lb01__txt {
    margin-top: 3px;
    font-size: 15px;
    font-size: 0.93rem;
  }
  .lb_cont {
    margin-bottom: 20px;
  }
  .archive .lb_cont, .page-template-list-blog .lb_cont {
    margin-bottom: 30px;
    font-size: 21px;
    font-size: 1.302rem;
  }
  .single .lb_cont {
    font-size: 23px;
    font-size: 1.426rem;
  }
  .lb_blog {
    padding-bottom: 6px;
    font-size: 19px;
    font-size: 1.178rem;
  }
  /*.btn_link {
  	height: 56px;
  	line-height: 50px;
  	@include font-size(14);
  }*/
  .btn_contLink {
    height: 56px;
    line-height: 54px;
    font-size: 14px;
    font-size: 0.868rem;
  }
  .table th {
    padding: 3px 8px;
  }
  .table td, .table thead th:nth-child(n+2) {
    padding: 3px 10px;
  }
  .area_list {
    margin-top: 22px;
  }
  .area_list .area {
    padding: 10px 0px 5px;
  }
  .map {
    padding-top: 100%;
  }
}
.iblock {
  display: inline-block;
}

.hide_box {
  overflow: hidden;
}

.floatList li {
  float: left;
}

.font-noto {
  font-family: "Noto Sans JP";
}

.red {
  color: #aa1f24;
}

.color {
  color: #cf1848;
}

.n {
  font-weight: 400;
}

.m {
  font-weight: 500;
}

.b {
  font-weight: 700;
}

.txt11 {
  font-size: 79%;
}

.txt12 {
  font-size: 86%;
}

.txt14 {
  font-size: 100%;
}

.txt16 {
  font-size: 115%;
  line-height: 1.5;
}

.txt17 {
  font-size: 122%;
  line-height: 1.5;
}

.txt18 {
  font-size: 129%;
  line-height: 1.5;
}

.txt20 {
  font-size: 143%;
  line-height: 1.5;
}

.tume {
  letter-spacing: -0.03em;
}

.t_tume {
  margin-top: 0;
}

.t_tumeHalf {
  margin-top: 1.2em;
}

.bt0 {
  margin-bottom: 0 !important;
}

.bt5 {
  margin-bottom: 5px !important;
}

.bt10 {
  margin-bottom: 10px !important;
}

.bt15 {
  margin-bottom: 15px !important;
}

.bt20 {
  margin-bottom: 20px !important;
}

.bt25 {
  margin-bottom: 25px !important;
}

.bt30 {
  margin-bottom: 30px !important;
}

.bt40 {
  margin-bottom: 40px !important;
}

.bt50 {
  margin-bottom: 50px !important;
}

.bt60 {
  margin-bottom: 60px !important;
}

.bt70 {
  margin-bottom: 70px !important;
}

.bt80 {
  margin-bottom: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.w100 {
  width: 100%;
}

.fleft {
  float: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

.tleft {
  text-align: left !important;
}

.tcenter {
  text-align: center !important;
}

.tright {
  text-align: right !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .flex-lr.is-sp-clear {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 28px;
  }
  .flex-lr.is-sp-clear > * {
    width: 100% !important;
  }
  .flex-lr.is-sp-clear .flex-lr__sp-center {
    text-align: center;
  }
}
/*** Header ***/
#toggle_button {
  display: none;
}

#toggle_button, #toggle_menu, #masthead .site-branding, #masthead {
  height: 100px;
}

.mw_wp_form,
.about #access,
.enquiry #sec_mail {
  padding-top: 120px;
  margin-top: -120px;
}

#page {
  padding-top: 100px;
  overflow: hidden;
}

.siteLogo {
  margin: 0;
}
.siteLogo a {
  display: inline-block;
  background: url("../img/common/logo.png") 0 0 no-repeat;
  width: 217px;
  height: 69px;
  overflow: hidden;
  text-indent: 200%;
  vertical-align: top;
  white-space: nowrap;
}

.cv_box {
  position: relative;
  width: 250px;
  height: 200px;
  padding: 28px 18px 0;
  background: #000;
  color: #cf1848;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
}
.cv_box .tel {
  line-height: 1.2;
  margin-bottom: 18px;
}
.cv_box .tel .text1 {
  font-size: 16px;
  margin-bottom: 3px;
}
.cv_box .tel .text2 {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.cv_box .tel .text2 span {
  font-size: 1.667em;
  letter-spacing: -0.07em;
}
.cv_box .tel .text3 {
  font-size: 14px;
}
.cv_box .mail a {
  display: block;
  position: relative;
  border: solid 2px;
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 50px;
}
.cv_box .mail a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  display: block;
  border: solid transparent;
  border-top-color: #cf1848;
  border-width: 6px 4px 0 4px;
  margin-left: -4px;
  width: 0;
  height: 0;
}

@media screen and (min-width: 1300px) {
  .cv_box .tel .text2 {
    margin-left: -0.35em;
  }
}
#masthead {
  background: #cf1848;
  color: #fff;
  width: 100%;
  padding: 0 30px 0 23px;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  /*.home & {
  	.cv_box {
  		display: block;
  		@include webkit(transition, transform 1s);
  	}
  	&.transp .cv_box {
  		@include webkit(transform, translate(150%,0));
  	}
  }*/
}
#masthead.transp {
  opacity: 0.8;
}
#masthead a {
  color: inherit;
  text-decoration: none;
}
#masthead .site-branding {
  display: table;
  float: left;
}
#masthead .site-branding .siteLogo {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#masthead .site-branding .site-description {
  display: block;
  width: 100px;
  margin-bottom: 0.2em;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
}
#masthead .cv_box {
  /*display: none;*/
  position: fixed;
  z-index: 100;
  top: 100px;
  right: 0;
}
#masthead .cv_box a {
  color: #cf1848;
}

#toggle_menu {
  display: table;
  float: right;
  width: 75.69%;
  width: calc(100% - 237px);
}
#toggle_menu .toggle_inner {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
#toggle_menu .toggle_lb {
  display: none;
}

#gnv {
  display: inline-block;
  margin: 0 -13px;
  font-family: "Noto Sans JP";
}
#gnv li {
  display: inline-block;
  margin: 4px 13px;
}

#toggle_button {
  background: url("../img/common/gnv__btn.png") center center no-repeat;
  border: none;
  color: #fff;
  width: 100px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#toggle_button span {
  font-size: 0;
}

/* key slider */
#key_slider {
  position: relative;
  overflow: hidden;
}
#key_slider .slider img {
  width: 100%;
}
#key_slider .over {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#key_slider .over .btn {
  margin: 20px auto 0;
}
#key_slider .over .btn p {
  display: inline-block;
  max-width: 266px;
}
#key_slider .btn_link {
  background: #fff;
}
#key_slider .btn_link .rows {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#key {
  position: relative;
}
#key .image img {
  width: 100%;
}
#key .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 50%;
  padding: 7.86%;
}

/* page - header */
.page-header {
  background: url("../img/common/bg_stripe_white.png");
  background-size: 20px;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}
.page-header > .inner_box {
  height: 200px;
  padding-top: 48px;
}

.site-title {
  margin-bottom: 8px;
}

.page-title__main {
  margin: 0;
  color: #cf1848;
  line-height: 1;
}
.page-title__main .font-noto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  font-size: 42px;
  font-size: 2.604rem;
  font-weight: 700;
}
.page-title__sub {
  margin: 22px 0 0;
  font-size: 20px;
  font-size: 1.24rem;
  font-weight: 400;
}

/*.page-title {
	background: url("../img/common/pageTitle__logo.png") center 0 no-repeat;
	color: $color__sub;
	padding: 86px 5% 0;
	margin: 0;
	@include font-size(28);
	font-weight: 400;
	line-height: 1.3;
	text-align: center;

		span {
			display: block;
			color: #9d9c9c;
			font-size: 50%;
			font-weight: 400;
			letter-spacing: 0.05em;
		}
}*/
#bread {
  padding: 7px 0 5px;
  background: #ddd;
  font-size: 12px;
  font-size: 0.744rem;
}
#bread li {
  display: inline-block;
  vertical-align: middle;
}
#bread li::before {
  content: ">";
  margin: 0 0.2em 0 0.4em;
}
#bread li:first-child::before {
  display: none;
}
#bread a {
  color: inherit;
  text-decoration: none;
}

.page-content {
  padding-top: 80px;
}
.flow .page-content {
  padding-top: 0;
}

/* 404 & Search */
.not-found .widget {
  margin: 55px 0 0;
}
.not-found .page_item br {
  display: none;
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
  /* key slider */
  #key_slider .over img {
    /*max-width: 36%;*/
  }
}
@media screen and (max-width: 1379px) {
  #toggle_button {
    display: block;
  }
  #toggle_menu {
    display: none;
  }
  #masthead, #masthead .site-branding, #toggle_menu, #toggle_button {
    height: 90px;
  }
  .mw_wp_form,
  .about #access,
  .enquiry #sec_mail {
    padding-top: 110px;
    margin-top: -110px;
  }
  #page {
    padding-top: 90px;
  }
  #masthead {
    padding-right: 90px;
    /*.home & {
    	.cv_box {
    		@include webkit(transition, none);
    	}
    	&.transp .cv_box {
    		@include webkit(transform, none);
    	}
    }*/
  }
  #masthead .cv_box {
    display: block;
    float: right;
    background: transparent;
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  #masthead .cv_box a {
    color: #fff;
  }
  #masthead .cv_box:before {
    display: none;
  }
  #masthead .cv_box .tel, #masthead .cv_box .mail {
    display: inline-block;
    vertical-align: middle;
  }
  #masthead .cv_box .tel {
    margin: 5px 16px 0 0;
    text-align: left;
    /*span {
    	background-image: url("../img/common/cv__tel_sp.png?v2");
    	height: 47px;
    }*/
  }
  #masthead .cv_box .tel .text1 {
    display: none;
  }
  #masthead .cv_box .tel .text2 {
    font-size: 11px;
    font-size: min(2.93vw, 18px);
  }
  #masthead .cv_box .tel .text3 {
    font-size: 10px;
    font-size: min(2.67vw, 14px);
  }
  #masthead .cv_box .mail a {
    background: url("../img/common/icon_mail.png") center center no-repeat;
    border-width: 0 1px 0 1px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
  #masthead .cv_box .mail a:after {
    display: none;
  }
  #toggle_button {
    width: 90px;
  }
  .gnvOpen {
    overflow: hidden;
  }
  .gnvOpen #masthead {
    opacity: 1 !important;
  }
  .gnvOpen #toggle_button {
    background-image: url("../img/common/gnv__btnClose.png");
    z-index: 120;
  }
  .gnvOpen.pc_style #toggle_button {
    right: 17px;
  }
  .gnvOpen #toggle_menu {
    display: block;
    background: #cf1848;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
  }
  .gnvOpen #toggle_menu .toggle_inner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 95px 0 100px;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnvOpen #toggle_menu .toggle_lb {
    display: block;
    margin-bottom: 10px;
  }
  .gnvOpen #toggle_menu .toggle_lb img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .gnvOpen #gnv {
    display: block;
    max-width: 330px;
    width: 80%;
    margin: 0 auto;
    font-size: 143%;
    font-weight: 500;
  }
  .gnvOpen #gnv li {
    display: block;
    margin: 0 0 28px;
    line-height: 1.3;
  }
  .gnvOpen #gnv a {
    display: block;
    border-bottom: solid 1px #fff;
    padding: 0.6em 0.3em;
    text-align: left;
  }
  /* key slider */
  #key_slider .over img {
    /*max-width: 59.3%;*/
  }
}
@media screen and (max-width: 767px) {
  #masthead, #masthead .site-branding, #toggle_menu, #toggle_button {
    height: 60px;
  }
  .mw_wp_form,
  .about #access,
  .enquiry #sec_mail {
    padding-top: 80px;
    margin-top: -80px;
  }
  #page {
    padding-top: 60px;
  }
  #masthead {
    padding: 0 60px 0 7px;
  }
  #masthead .siteLogo a {
    background-size: contain;
    width: 126px;
    height: 40px;
  }
  #masthead .site-description {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #masthead .cv_box .tel span {
    background-size: contain;
    width: 160px;
    height: 35px;
  }
  #masthead .cv_box .mail a {
    background-size: 60%;
    width: 60px;
    height: 60px;
  }
  #toggle_button {
    background-size: 63%;
    width: 60px;
  }
  .gnvOpen #toggle_menu .toggle_inner {
    padding: 60px 0 40px;
  }
  .gnvOpen #gnv {
    font-size: 129%;
  }
  .gnvOpen #gnv li {
    margin-bottom: 30px;
  }
  .gnvOpen #toggle_button {
    background-size: auto;
  }
  /* key slider */
  #key_slider .over .btn p {
    display: block;
    max-width: none;
    margin: 10px 15px;
  }
  #key_slider .slider img {
    max-width: none;
    width: 200%;
    margin-left: -50%;
  }
  #key_slider .over img {
    max-width: 90%;
  }
  #key {
    margin-bottom: 32%;
  }
  #key .logo {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #key .logo img {
    max-width: 65.33%;
  }
}
@media screen and (max-width: 599px) {
  /* page - header */
  .page-header > .inner_box {
    height: 135px;
    padding-top: 25px;
  }
  .site-title {
    margin-bottom: 0;
  }
  .page-title__main .font-noto {
    height: 70px;
    font-size: 28px;
    font-size: 1.736rem;
  }
  .page-title__main img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .page-title__sub {
    font-size: 15px;
    font-size: 0.93rem;
    margin-top: 10px;
  }
  /*.page-title {
  	background-size: 90%;
  	padding-top: 19%;
  	@include font-size(24);
  }*/
  .page-content {
    padding-top: 55px;
  }
  /* 404 & Search */
  .not-found .widget {
    margin: 36px 0 0;
  }
}
@media screen and (max-width: 479px) {
  #masthead {
    padding-right: 40px;
  }
  #masthead .siteLogo a {
    width: 109px;
    height: 35px;
  }
  #masthead .cv_box .tel {
    margin-right: 4px;
  }
  #masthead .cv_box .tel span {
    width: 107px;
    height: 24px;
  }
  #masthead .cv_box .mail a {
    width: 40px;
  }
  #toggle_button {
    width: 40px;
  }
}
/* Customize Admin */
.admin-bar #page {
  position: relative;
}
.admin-bar #masthead {
  position: absolute;
}

/*** Footer ***/
.page-footer {
  clear: both;
  padding: 117px 0 67px;
}
.page-footer .cv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: auto;
  height: auto;
  padding: 23px 6px 18px;
  margin: 0 auto 80px;
  text-align: center;
}
.page-footer .cv_box a {
  text-decoration: none;
}
.page-footer .cv_box p {
  line-height: inherit;
}
.page-footer .cv_box .tel, .page-footer .cv_box .mail {
  display: inline-block;
  vertical-align: middle;
  margin: 12px;
}
.page-footer .cv_box .mail a {
  display: inline-block;
  width: 213px;
  height: 72px;
  line-height: 58px;
}
.page-footer .floatList {
  margin: 0 -6.09333% -15px 0;
}
.page-footer .floatList li {
  width: 27.24%;
  margin: 0 6.09333% 15px 0;
  text-align: center;
}

#pagetop {
  background: #fff;
  height: 41px;
  text-align: center;
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#pagetop img {
  vertical-align: middle;
}
.sd_style #pagetop {
  display: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 90;
}

#footer_menu {
  background: #cf1848;
  color: #fff;
  padding: 50px 0 55px;
}
#footer_menu a {
  color: #fff;
  text-decoration: none;
}
#footer_menu .inner_box {
  position: relative;
}
#footer_menu .siteLogo {
  position: absolute;
  top: 0;
  right: 0;
}

#fnv ul li {
  display: inline-block;
  vertical-align: top;
}
#fnv ul li.area {
  padding-left: 150px;
  position: relative;
}
#fnv ul li.area > a:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
#fnv ul li.area > ul {
  margin: 0 -42px -15px 0;
}
#fnv ul li.area > ul > li {
  margin: 0 42px 15px 0;
}
#fnv ul li.area .children li {
  display: block;
  padding-left: 1em;
  text-align: left;
  position: relative;
}
#fnv ul li.area .children li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#fnv ul li.categories {
  padding-left: 150px;
  position: relative;
}
#fnv ul li.categories > a:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
#fnv ul li.categories > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fnv ul li.categories > ul > li {
  width: 125px;
  padding-right: 15px;
  margin-bottom: 6px;
}
#fnv .row {
  border-top: solid 1px #d36481;
  padding: 25px 0 20px;
  /*&:last-child {

  }*/
}
#fnv .row:first-child {
  border-top: none;
}
#fnv .footer-nav {
  padding-right: 170px;
  padding-bottom: 37px;
  letter-spacing: -0.5em;
}
#fnv .footer-nav li {
  margin-right: 63px;
  letter-spacing: normal;
}
#fnv .footer-nav li:first-child {
  width: 150px;
  padding-right: 15px;
  margin-right: 0;
}

#copy {
  color: #cf1848;
  padding: 10px 10px 18px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .page-footer {
    padding: 63px 0 55px;
  }
  .page-footer .cv_box {
    display: block;
    max-width: 290px;
    padding: 10px 3px;
    margin-bottom: 40px;
  }
  .page-footer .cv_box .tel, .page-footer .cv_box .mail {
    display: block;
  }
  .page-footer .floatList {
    margin: 0 0 -15px;
  }
  .page-footer .floatList li {
    width: 100%;
    margin: 0 0 15px;
  }
  #footer_menu {
    padding: 25px 0 12px;
  }
  #footer_menu .siteLogo {
    position: relative;
    text-align: center;
  }
  #fnv ul li.area, #fnv ul li.categories {
    padding-left: 0;
  }
  #fnv ul li.area > a:first-child, #fnv ul li.categories > a:first-child {
    position: relative;
  }
  #fnv ul li.area > ul, #fnv ul li.categories > ul {
    margin-top: 5px;
  }
  #fnv ul li.area > ul {
    margin-right: -25px;
  }
  #fnv ul li.area > ul > li {
    margin-right: 25px;
  }
  #fnv ul li.area .children li:before {
    top: 2px;
  }
  #fnv ul li.categories > ul > li {
    width: auto;
    padding-right: 20px;
  }
  #fnv ul a {
    display: block;
    padding: 2px;
  }
  #fnv .row {
    padding: 18px 0 12px;
  }
  #fnv .footer-nav {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
/*** Blog ***/
.noPost {
  padding: 40px 0;
  text-align: center;
}

/* List */
.article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.38% 0 0;
}
.article_list li {
  float: left;
  width: 29.95%;
  margin: 0 3.38% 48px 0;
}
.article_list a {
  display: block;
  color: #333;
  text-decoration: none;
}
.article_list figure {
  width: 100%;
  height: 0;
  padding-top: 80.64%;
  overflow: hidden;
  position: relative;
}
.home .article_list figure {
  padding-top: 69.3548%;
}
.article_list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.article_list .entry-content {
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.992rem;
}
.article_list .entry-content .date {
  margin-bottom: 2px;
  color: #9d9c9c;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.4;
}
.article_list .entry-content .entry-title {
  margin: 0;
  font-size: 100%;
  font-weight: 400;
}
.article_list .entry-content .price {
  margin: 0;
  font-size: 113%;
  line-height: 1.4;
}
.article_list .entry-content .tax {
  font-size: 0.8em;
}

/* Page Nation */
.post-navigation {
  max-width: 500px;
  width: 90%;
  margin: 53px auto 0;
}

.pagenation {
  text-align: center;
}
.pagenation li {
  display: inline-block;
  margin: 0 1px 8px;
}
.pagenation span, .pagenation a {
  display: block;
  padding: 2px 4px;
}
.pagenation a {
  border: solid 1px #cbcbcb;
  color: #919191;
  text-decoration: none;
}
.pagenation span {
  background: #cf1848;
  color: #fff;
  border: solid 1px #cf1848;
  font-weight: 700;
}
.pagenation .hr span {
  background: #eee;
  color: #d4d4d4;
  border-color: #d4d4d4;
}

@media screen and (max-width: 767px) {
  .pagenation li {
    margin: 0 2px 8px;
  }
  .pagenation span, .pagenation a {
    padding: 2px 8px;
  }
}
@media screen and (max-width: 599px) {
  .article_list {
    margin: 0 -5% 0 0;
  }
  .article_list li {
    width: 45%;
    margin: 0 5% 22px 0;
  }
  .article_list .entry-content {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.868rem;
  }
  .pagenation {
    margin-top: 15px;
  }
}
/* Post */
.single .entry-content h2 {
  font-size: 2em;
}
.single .entry-content h3 {
  font-size: 1.72em;
}
.single .entry-content h4 {
  font-size: 1.5em;
}
.single .entry-content h5 {
  font-size: 1.286em;
}
.single .entry-content h6 {
  font-size: 1.143em;
}
.single .entry-content p + * {
  margin-top: 1.75em;
}
.single .entry-content ul {
  margin: 1.75em 0;
}
.single .entry-content ul:first-child {
  margin-top: 0;
}
.single .entry-content ul:last-child {
  margin-bottom: 0;
}
.single .entry-content ul li {
  margin: 0.4em 0;
  line-height: 1.5;
}
.single .entry-content ol {
  margin: 1.75em 0;
  padding-left: 0.3em;
  list-style: decimal inside;
}
.single .entry-content ol:first-child {
  margin-top: 0;
}
.single .entry-content ol:last-child {
  margin-bottom: 0;
}
.single .entry-content ol li {
  margin: 0.4em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.5;
}
.single .entry-content img {
  vertical-align: top;
}

.blog_article .entry-header {
  margin: 0 0 15px;
}
.blog_article .date {
  color: #bbb;
  margin: 2px 0 0;
  font-size: 86%;
  text-align: right;
}
.blog_article .post-thumbnail {
  margin-bottom: 45px;
}
.blog_article .entry-content ul {
  padding-left: 0.5em;
  list-style: disc inside;
}
.blog_article .entry-content ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.case_article .slider {
  margin: 0 0 10px;
}
.case_article .slider .img {
  text-align: center;
}
.case_article .slider img {
  margin: 0 auto;
}
.case_article .slider_thumbnail {
  margin: 0 0 30px;
  text-align: center;
}
.case_article .slider_thumbnail.slick-slider {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.case_article .slider_thumbnail .img {
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
  margin: 5px 3px;
}
.case_article .slider_thumbnail .slick-slide .img {
  margin: 5px;
  opacity: 0.7;
  cursor: pointer;
}
.case_article .slider_thumbnail .slick-slide .img:hover {
  opacity: 0.85;
}
.case_article .slider_thumbnail .slick-current .img {
  opacity: 1;
}
.case_article .entry-content-wrap {
  background: url("../img/common/line_dot_bk.png") 0 0 repeat-x;
  padding: 40px 0 0;
  margin-top: 40px;
}
.case_article .entry-content {
  background: #eee;
  padding: 22px;
}
.case_article .entry-content ul {
  /*background: #eee;
  padding: 16px 21px;*/
}
.case_article .entry-content ul li {
  padding-left: 1.3em;
  position: relative;
}
.case_article .entry-content ul li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .case_article .slider_thumbnail.slick-slider {
    max-width: 540px;
  }
  .case_article .slider_thumbnail .img {
    max-width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .single .entry-content h2 {
    font-size: 1.65em;
  }
  .single .entry-content h3 {
    font-size: 1.43em;
  }
  .single .entry-content h4 {
    font-size: 1.36em;
  }
  .single .entry-content h5 {
    font-size: 1.214em;
  }
  .single .entry-content h6 {
    font-size: 1.071em;
  }
  .blog_article {
    margin-bottom: 25px;
  }
  .blog_article .post-thumbnail {
    margin-bottom: 30px;
  }
  .case_article .slider_thumbnail {
    margin-bottom: 20px;
  }
  .case_article .slider_thumbnail.slick-slider {
    max-width: 258px;
  }
  .case_article .slider_thumbnail .slick-slide:nth-child(3n+1) {
    clear: both;
  }
  .case_article .slider_thumbnail .img {
    margin: 5px 1px;
  }
  .case_article .slider_thumbnail .slick-slide .img {
    margin: 5px 3px;
  }
  .case_article .entry-content-wrap {
    padding-top: 28px;
    margin-top: 28px;
  }
}/*# sourceMappingURL=style_common.css.map */