/*
Theme Name: Custom1
Template: twentytwelve
Version: 1.0
Description: twentytwelveベースの基本レイアウトテーマ。
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


div#wrapper {
    width: 1000px;
	display:flex; 
	jusify-content: flex-start;
	
}

div#header {
    height: 80px;
}







body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 1px dotted;
}
article,
aside,Linter
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}


.inlineframe    {
background-color:#FFFFFF;
height:200px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
border:thin solid;
text-align:left;
max-width:100%;
width:632px;





}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  line-height: 2.181818182;
  font-weight: bold;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 3px 1px #666, 0 0px 0 0 #666;
  border-color: transparent;
}
.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
iframe {vertical-align: bottom;}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}


.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
  text-rendering: optimizeLegibility;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Page structure */
.site {
  padding: 0;
  background-color: #fff;
}
.site-content {
  margin: 0;
}
.widget-area {
  margin: 0;
}

/* Header */
.site-header {
  padding: 0;
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  display: inline-block;
  text-decoration: none;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}


/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
  border-top: 1px solid #ededed;
  clear: both;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  max-width: 960px;
  max-width: 68.571428571rem;
  margin-top: 24px;
  margin-top: 1.714285714rem;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  padding: 1.714285714rem 0;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: normal;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc inside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal inside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
  border: none;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content th,
.comment-content th {
  border: 1px solid #e3e3e3;
  padding: 6px 10px 6px;
  background: #f9f9f9;
}
.entry-content td,
.comment-content td {
  border: 1px solid #e3e3e3;
  padding: 6px 10px 6px;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}

.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571428571rem;
  border-bottom: 1px solid #ededed;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  padding: 1.714285714rem;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
article.format-image footer a h2 {
  font-weight: normal;
}

/* Link posts */
article.format-link header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.571428571rem;
  line-height: 1.090909091;
  text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.714285714rem 1.714285714rem 0;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.6;
  font-style: normal;
  background: #efefef;
}

/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
}
.comments-area article header a {
  text-decoration: none;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
  font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
  margin-top: 0;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.required {
  color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}




/* ============================================ */
/* カスタマイズ */
/* ============================================ */
body {
  width: 100%;
}

/* = font
----------------------------------------------- */
body,
th,
td,
form,
input,
textarea,
label,
pre,
code {
  font-family:  'Lato',
                "游ゴシック",
                "Yu Gothic",
                YuGothic,
                'ヒラギノ角ゴ Pro W3',
                'Hiragino Kaku Gothic Pro',
                'メイリオ',
                Meiryo,
                Osaka,
                sans-serif;
}

.en {
  font-style: normal;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* = base
----------------------------------------------- */
body {
  line-height: 1.4;
  color: #666;
  font-size: 14px;
}
table th,
table td {
  padding: 5px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
table th {
  background: #f6f6f6;
}
table td {
  background: #fff;
}
p {
  margin: 0 0 15px;
}

img {
  vertical-align: bottom;
}

a:link,
a:visited {
  color: #34c3dd;
}
a:hover {
  color: #139b53;
  text-decoration: none;
}

a,
a * {
  transition: all 0.2s;
 }
a:focus {
  transition: all 0s;
 }


/* = class
----------------------------------------------- */
/* clearfix */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
.clearfix:after {
  clear:both;
}
.clearfix { /* For IE 6/7 (trigger hasLayout) */
  zoom:1;
}


/* = loader
----------------------------------------------- */
.home #page {
  display: none;
}
#loaderBg {
  width: 100%;
  min-width: 1024px;
  height: 100%;
  background: #fff;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#loader {
  margin: 0 auto;
  text-align: center;
  color: #282828;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
#loader .img {
  max-width: 200px;
  margin: 0 0 30px;
}

#loader .fa {
  font-size: 22px;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -ms-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);}
  100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

/* = header
----------------------------------------------- */
#masthead {
  z-index: 9999;
}
#header_inner {
  padding: 0;
  text-align: center;
}
.home #header_inner {
  width: 100%;
  position: relative;
}

#site-description {
  margin: 0 0 30px;
  padding: 7px 0;
  text-align: center;
  background-color: #000;
}
#site-description p {
  margin: 0 auto;
  line-height: 1;
  font-size: 10px;
  display: block;
  color: #999;
}

#masthead #logo_area {
  text-align: center;
  padding: 80px 0 45px;
}
#masthead #logo_area a {
  display: block;
}
#masthead #logo_area #site-title {
  margin: 0 20%;
}


/* ウィジェット */
.widget-container {
  margin: 0;
  padding: 0;
}

.header_info {
  height: 50px;
  padding: 0;
  text-align: left;
  background: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0;
  left: 0;
  right: 50px;
  z-index: 1000;
}
.header_info .btn {
  width: 100%;
  margin: 0;
  display: table;
  border-bottom: 1px solid #ccc;
}
.header_info .btn li {
  margin: 0;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.header_info .btn li a {
  display: block;
  background: url(./images/header_info_pt.png) no-repeat right center;
}
.header_info .btn li.tel a {
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
}
.header_info .btn li.mail a,
.header_info .btn li.reservation a {
  font-size: 14px;
}
.header_info .btn li a:link,
.header_info .btn li a:visited {
  text-decoration: none;
}
.header_info .btn li a:hover {
}

.header_info .btn li a span {
  padding: 16px 0 15px;
  display: block;
  position: relative;
}
.header_info .btn .tel a span {
  font-weight: 400;
}
.header_info .btn .mail a span {
  padding-right: 10px;
  padding-left: 2px;
  line-height: 1.3;
}
.header_info .tel a span:before,
.header_info .reservation a span:before,
.header_info .mail a span:before {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  text-align: center;
  vertical-align: bottom;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  border-radius: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_info a span:before {
  color: #fff;
  background-color: #000;
}
.header_info .tel a span:before {
  content: '\f095';
  line-height: 1.8;
  font-size: 11px;
}
.header_info .tel a span:after {
  content: '';
  height: 20px;
  display: block;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 15px;
  right: -1px;
}
.header_info .mail a span:before,
.header_info .reservation a span:before {
  line-height: 2;
  font-size: 9px;
}
.header_info .mail a span:before {
  content: '\f003';
}
.header_info .reservation a span:before {
  content: '\f040';
  text-indent: 1px;
}


/* gnavi
----------------------------------------------- */
#gnav {
  margin: 0;
}
.main-navigation {
  margin: 0;
}

.main-navigation .menu-toggle,
.main-navigation .menu-toggle.toggled-on:before {
  background: #000;
}
.main-navigation .menu-toggle:before,
.main-navigation .menu-toggle .toggle_inner:before,
.main-navigation .menu-toggle .toggle_inner:after {
  background: #fff;
}
.main-navigation .menu-toggle {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  z-index: 2000;
}
.main-navigation .menu-toggle .toggle_inner {
  padding-top: 32px;
  text-align: center;
}
.main-navigation .menu-toggle .toggle_inner span {
  margin-left: 2px;
  letter-spacing: 1px;
  line-height: 1;
  vertical-align: top;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
}
.main-navigation .menu-toggle:before,
.main-navigation .menu-toggle .toggle_inner:before,
.main-navigation .menu-toggle .toggle_inner:after {
  content: "";
  width: auto;
  height: 2px;
  display: block;
  position: absolute;
  right: 35%;
  left: 35%;
  transition: .3s;
}
.main-navigation .menu-toggle:before {
  top: 10px;
}
.main-navigation .menu-toggle .toggle_inner:before {
  top: 16px;
}
.main-navigation .menu-toggle .toggle_inner:after {
  top: 22px;
}
.main-navigation .menu-toggle.toggled-on .toggle_inner {
  background: transparent;
}
.main-navigation .menu-toggle.toggled-on .toggle_inner:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.main-navigation .menu-toggle.toggled-on .toggle_inner:after {
  top: 16px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.main-navigation .menu-gnavi-container {
  margin: 0;
  padding: 0;
  background-color: #282828;
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow-y: auto;
  display: none;
}
.main-navigation .menu-gnavi-container.active::-webkit-scrollbar {
  width: 5px;
}
.main-navigation .menu-gnavi-container.active::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 10px;
}
.main-navigation .menu-gnavi-container.active::-webkit-scrollbar-track-piece:start {
  background: #262626;
}
.main-navigation .menu-gnavi-container.active::-webkit-scrollbar-track-piece:end {
  background: #262626;
}

.main-navigation ul {
  width: 100%;
}
.main-navigation ul li {
  margin: 0;
  border-bottom: 1px dotted #666;
}
.main-navigation ul.nav-menu > li:last-of-type {
  border-bottom: 0;
}
.main-navigation ul li a {
  margin-top: 0;
  padding: 18px 10px 15px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.main-navigation ul ul {
  margin: 0 0 15px;
  padding: 0;
}
.main-navigation ul.nav-menu > li:last-of-type ul {
  right: 0;
  left: auto;
}
.main-navigation ul ul li {
  font-size: 12px;
  border-bottom: 0;
}
.main-navigation ul ul a {
  padding: 10px 20px 8px 130px;
}

.main-navigation li a:link,
.main-navigation li a:visited {
  color: #fff;
  text-decoration: none;
}

.main-navigation ul li strong {
  width: 100px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Cinzel Decorative', cursive;
  display: inline-block;
}
.main-navigation ul li span.sub_txt {
  padding-left: 20px;
  font-size: 10px;
}


/* パンくず
----------------------------------------------- */
.breadcrumbs {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  line-height: 1.8;
  font-size: 80%;
}
.breadcrumbs .breadcrumbs_inner {
  padding: 0 5%;
}
.breadcrumbs .arrow {
  padding: 0 10px;
}



/* main visual
----------------------------------------------- */
#mainvisual {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#mainvisual_inner {
  width: 100%;
  margin: 0 auto;
}
#mainvisual li img {
  box-shadow: #000 0 0 0;
}

#mainvisual {
  width: 100%;
  position: relative;
  z-index: 2;
}
#mainvisual .flex-control-nav {
  z-index: 101;
  bottom: 20px;
}
#mainvisual .metaslider .flexslider {
  margin: 0;
}

.metaslider .flexslider {
  margin-bottom: 0 !important;
  overflow: hidden;
  border-radius: 0;
}
.metaslider .flexslider ul.slides {
  margin: 0;
}
.metaslider .flexslider li img {
  box-shadow: #000 0 0 0;
}
.metaslider .flexslider .flex-control-nav {
  bottom: 0;
  z-index: 1001;
}

#mainvisual .metaslider .caption-wrap {
  width: 55%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: rgba(14, 1, 0, .8);
  opacity: 1;
  position: absolute;
  top: 0;
  border: 0;
  left: 5%;
}
#mainvisual .metaslider .caption-wrap .caption {
  margin: 0 5%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: transform 0.6s ease;
}
.main_visual_txt {
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_visual_txt .logo_area {
  display: none;
}
#mainvisual .main_visual_txt .copy_area img {
  display: inline-block;
}

.metaslider .flex-direction-nav li a {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  text-indent: 0;
  background: rgba(0, 0, 0, .3);
  border-radius: 20px;
  z-index: 100;
}
.metaslider .flex-direction-nav li a:before {
  margin: 0;
  color: #fff;
  line-height: 2.1;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  font-weight: 300;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.metaslider .flex-direction-nav li a.flex-prev:before {
  content: "\f053";
}
.metaslider .flex-direction-nav li a.flex-next:before {
  content: "\f054";
}
.metaslider .flex-control-nav li a {
  display: none;
}

/* = secondary
----------------------------------------------- */
/* secondary レスポンシブ時設定 */
#secondary {
  margin: 0;
  padding-top: 30px;
}
#secondary .widget_nav_menu {
  display: none;
}

/* サイドウィジェット　共通スタイル設定 */
#secondary .widget {
  background-color: transparent;
}
#secondary .widget h3 {
  margin: 0 0 10px;
  padding: 15px 0;
  color: #333;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-top: 2px solid #262626;
  border-bottom: 1px solid #262626;
  background: none;
}
#secondary .widget ul {
  margin: 0;
  padding: 0 10px 20px;
}
#secondary .widget ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
  list-style: none;
  font-size: 13px;
}
#secondary .widget > ul li:last-child {
  border: 0;
}
#secondary .widget ul li a {
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
  vertical-align: baseline;
  display: block;
}
#secondary .widget ul li a:before {
  content: "\f061";
  margin: 0 5px;
  color: #000;
  vertical-align: middle;
  font-size: 7px;
  font-weight: 300;
  font-family: FontAwesome;
  display: inline-block;
}
#secondary .widget ul li a:link,
#secondary .widget ul li a:visited {
  color: #333;
}

#secondary .widget ul li.current-cat > a,
#secondary .widget ul li.current_page_item > a {
  background-color: #f0f0f0;
}

#secondary .widget ul ul {
  margin: 0;
  padding: 0 0 10px 15px;
}
#secondary .widget ul ul li {
  padding: 0;
  border-bottom: 0;
}
#secondary .widget ul ul li a {
  padding: 3px 0;
}
#secondary .widget ul ul li a:before {
  content: '\f068';
  color: #888;
}

/* コンテンツメニュー */


/* カテゴリー　個別指定 */


/* アーカイブ　個別指定 */
#secondary .widget_archive {
  text-align: center;
}
#secondary .widget_archive h3 {
  margin-bottom: 20px;
}
#secondary .widget_archive select {
  margin: 0 0 20px;
}

/* 新着情報　個別指定 */
#secondary .widget_recent_entries ul li {
  position: relative;
}
#secondary .widget_recent_entries ul li a {
  display: block;
  padding: 20px 5px 25px 15px;
}
#secondary .widget_recent_entries ul li a:before {
  margin: 0;
  position: absolute;
  top: 27px;
  left: 5px;
}
#secondary .widget_recent_entries span.post-date {
  margin: 0;
  color: #888;
  letter-spacing: 1px;
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

/* 画像ウィジェット */
#secondary .widget_sp_image {
  margin: 0 0 10px;
  border: 0;
  text-align: center;
}
#secondary .widget_sp_image:last-child {
  margin: 0 0 30px;
}



/* = footer
----------------------------------------------- */
#site_footer {
  width: 100%;
  padding: 0;
  clear: both;
}

#footer1 {
  padding: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
#footer2 {
  padding: 42px 0 40px;
  background-color: #262626;
}
#footer3 {
  padding: 0;
}

#site_footer .widget-container {
  margin-bottom: 0;
}
#site_footer .widget-container h3 {
  margin: 0 0 15px;
  padding: 0 10px 10px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

#site_footer .widget_nav_menu .widget_container_inner {
  padding: 25px 5% 0;
}
#site_footer .widget_nav_menu h3 {
  margin: 0 0 15px;
  padding: 0 10px 10px;
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
#site_footer .menu-footer_navi-container {
  padding: 0 10px;
}
#site_footer .widget_nav_menu {
  margin-bottom: 30px;
}
#site_footer .widget_nav_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#site_footer .widget_nav_menu ul:before,
#site_footer .widget_nav_menu ul:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
#site_footer .widget_nav_menu ul:after {
  clear:both;
}
#site_footer .widget_nav_menu ul {
  zoom:1;
}

#site_footer .widget_nav_menu ul li {
  margin: 0;
  font-size: 13px;
  list-style: none;
}
#site_footer .widget_nav_menu ul li a {
  padding: 10px 0;
  vertical-align: baseline;
  display: block;
}
#site_footer .widget_nav_menu ul li a:before {
  content: "\f061";
  margin: 0 5px;
  color: #000;
  vertical-align: middle;
  font-size: 7px;
  font-weight: 300;
  font-family: FontAwesome;
  display: inline-block;
}

#site_footer .widget_nav_menu ul li.menu-item-has-children {
  font-size: 14px;
  font-weight: bold;
  clear: both;
}
#site_footer .widget_nav_menu ul li a {
  text-decoration: none;
  color: #414141;
}
#site_footer .widget_nav_menu ul li a:hover {
  text-decoration: underline;
}
#site_footer .widget_nav_menu ul li ul:after {
  clear:both;
}

.footer_map {
  margin-bottom: 30px;
}
.footer_map iframe {
  height: 300px;
}
#site_footer #text-3 {
  margin-bottom: 30px;
}

.footer_shop_data {
  padding: 0 5%;
}
.footer_shop_data .shop_name {
  margin: 0 0 20px;
  padding: 15px 10px 10px;
  color:  #222;
  border-top: 1px solid #d3d2d1;
  border-bottom: 1px solid #d3d2d1;
}
.footer_shop_data .shop_name .name {
  margin: 0 0 3px;
  line-height: 1;
  font-size: 17px;
}
.footer_shop_data .shop_name .name strong {
  margin-right: 10px;
  font-weight: 600;
}
.footer_shop_data .shop_name .name span {
  font-size: 10px;
}
.footer_shop_data .shop_name .name_kana {
  font-size: 12px;
  margin: 0 0 5px;
}
.footer_shop_data .footer_info {
  margin: 0 12px;
  color: #000;
  line-height: 1.6;
  font-size: 12px;
}
.footer_shop_data .footer_info span {
  display: block;
}
.footer_shop_data .footer_info .add {
  margin: 0;
}
.footer_shop_data .footer_info .tel {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.footer_shop_data .footer_info .open {
  margin: 0;
}
.footer_shop_data .footer_info .open .time {
  margin-right: 20px;
}

.footer_shop_data .link_area {
  margin: 0 0 30px;
  padding: 20px 10px 0;
  text-align: center;
}
.footer_shop_data .link_area .bn {
  width: 100%;
  margin: 0 0 15px;
  display: inline-block;
}
.footer_shop_data .link_area .bn a {
  padding: 0;
  display: block;
  text-decoration: none;
}
.footer_shop_data .link_area #facebook a {
  color: #fff;
  background-color: #3b5998;
}
.footer_shop_data .link_area #facebook a:hover {
  background-color: #4668b3;
}

p.copyright {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.03em;
}

/* pagetop */
a#scroll-to-top {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-size: 0;
  text-decoration: none;
  background: #141414;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  cursor: pointer;
  outline: 0;
  display: none;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

body a#scroll-to-top:hover {
  background-color: #34c3dd;
}
body a#scroll-to-top:before {
  content: '\f106';
  color: #fff;
  line-height: 2;
  font-size: 28px;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
}


/* = コンテンツ
----------------------------------------------- */
.contents_body  {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* 共通 */
.site-content article {
  margin-bottom: 30px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
  margin-right: 5%;
  margin-left: 5%;
}
.home .entry-content {
  margin-right: 0;
  margin-left: 0;
}
.entry-meta {
  margin: 0;
}
.entry-meta .time {
  margin: 0 0 8px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.entry-meta .cat-links {
  margin: 0;
  font-size: 10px;
  display: block;
}
.entry-meta .cat-links ul li,
.entry-meta span.cat-links {
  margin-right: 1px;
  display: inline-block;
}
.entry-meta ul.cat-links a,
.entry-meta span.cat-links a {
  margin: 0 5px 0 0;
  padding: 5px 10px;
  color: #000;
  display: block;
  background-color: #f2f2f2;
  text-decoration: none;
}
.entry-meta .cat-links a:hover {
  color: #fff;
  background-color: #000;
}

/* 一覧ページ */
#content .blogListLyout {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dotted #ccc;
}
#content .blogListLyout:last-child {
  border-bottom: 0;
}
.blogListLyout .img_area {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  text-align: center;
}
.blogListLyout .img_area a {
  background-color: transparent;
  display: block;
}
.blogListLyout .img_area a:hover img {
  opacity: 0.6;
}
.blogListLyout .img_area a img {
  width: 100%;
  transition: transform 0.25s linear;
}
.blogListLyout .img_area a img:hover {
  transform: scale(1.1);
}
.blogListLyout .txt_area {
  width: 95%;
  margin: 0 2.5%;
}
.blogListLyout .txt_area .entry-header {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  background: none;
}
.blogListLyout .txt_area .entry-header .entry-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 600;
}
.blogListLyout .txt_area .entry-header .entry-title a {
  text-decoration: none;
}
.blogListLyout .txt_area .entry-header .entry-title a:hover {
  text-decoration: underline;
}
.blogListLyout .txt_area .entry-content {
  display: none;
}
.blogListLyout .txt_area .entry-content p {
  margin: 0;
  display: inline;
}

.error404 #primary {
  width: 100%;
  float: none;
}
.error404 .error404 .entry-content {
  text-align: center;
}

.archive .thumb_box .img_area {
  width: 25%;
  float: left;
  text-align: center;
}
.archive .thumb_box .img_area a {
  padding: 3%;
  display: block;
}
.archive .thumb_box .img_area a:hover {
  background-color: #ccc;
}
.archive .thumb_box .img_area img {
  max-width: 100%;
}
.archive .thumb_box .txt_area {
  width: 70%;
  float: right;
}


/* 詳細ページ */
.single .entry-meta {
  margin: 0 5% 30px;
}
.wp-pagenavi {
  text-align: center;
}
.site-content .nav-single {
  margin: 0 5% 30px;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #eee;
}
.site-content .nav-single a {
  text-decoration: none;
  display: block;
}
.nav-previous,
.previous-image {
  float: right;
  width: 50%;
  text-align: right;
}
.nav-next,
.next-image {
  float: left;
  width: 50%;
}
.site-content .nav-single span.meta-nav {
  width: 30px;
  margin-bottom: 5px;
  padding: 2px 0 3px;
  color: #282828;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  background-color: #f3f3f3;
  display: block;
}

.site-content .nav-single span.nav-previous {
  direction: rtl;
}
.site-content .comments-area {
  margin: 0 5% 50px;
  padding: 30px 3%;
  border: 1px dotted #ccc;
}

#hoverNav #prevLink {
  background-position: 0 50%;
}
#hoverNav #nextLink {
  background-position: 100% 50%;
}


/* Images */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
.wp-caption.alignleft,
img.alignright,
.wp-caption.alignright,
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

.single #content .entry-content a:hover img {
  opacity: .8;
}

/* title　設定 */
.entry-header {
  margin: 0;
}

.page_title_area {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
  border: 0;
  background-color: #000;
}
.page_title_area .page_title_area_inner {
  margin: 0 auto;
  padding: 20px;
}
.page_title_area .entry-title {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  font-size: 18pt;
  font-weight: 500;
  display: inline-block;
}
.page_title_area .with_subtitle {
  margin: 0 auto;
  padding: 0;
}
.page_title_area .with_subtitle .sub_title {
  margin: 0;
  padding: 0;
  letter-spacing: 5px;
  font-size: 22pt;
  font-weight: 900;
  display: block;
}
.page_title_area .with_subtitle .entry-title {
  padding: 0 30px;
  font-size: 12px;
}

.page_title_area.pageVisualOn {
  overflow:hidden;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.page_title_area.pageVisualOn .pageVisual {
  width: 100%;
  margin: 0;
}
.page_title_area.pageVisualOn .pageVisual img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page_title_area.pageVisualOn .page_title_area_inner {
  margin: 0 auto;
  padding: 20px 5%;
  position: relative;
  z-index: 2;
}

.entry-header .entry-title a:link,
.entry-header .entry-title a:visited {
  color: #333;
  text-decoration: underline;
}
.entry-header .entry-title a:hover,
.entry-header .entry-title a:active {
  text-decoration: none;
}

.single .entry-header .entry-title {
  margin: 0 0 20px;
  padding: 0 5%;
  color: #262626;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-content h2 {
  margin: 0 0 40px;
  padding: 0 0 30px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  position: relative;
}
.site-content h2:after {
  content: "";
  width: 50px;
  height: 5px;
  margin-left: -25px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
}
h2.pth2 {
  padding: 0;
  border: none;
  text-align: center;
}
h2.pth2:after {
  display: none;
}
h2.pth2 span.en {
  margin: 0 0 15px;
  padding: 0 0 15px;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 900;
  display: block;
  position: relative;
}
h2.pth2 span.en:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #34C3DD;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
h2.pth2 span.ja {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.site-content h3 {
  margin: 0 0 50px;
  padding: 0;
  border: 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
h3.pth3 {
  padding: 0 0 5px;
  border: none;
  text-align: center;
  border-bottom: 2px solid #282828;
}

.site-content h4 {
  margin: 0 0 30px;
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: table;
  background-color: #282828;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}


/* ページネイション */
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px !important;
}


/* FAQ */
#faq-block {
  margin: 0;
  padding: 0;
}
.faq-list {
  margin: 0 0 100px;
}
.faq-list ul {
  margin: 0 auto;
  padding: 20px 20px 10px;
  background-color: #f6f6f6;
}
.faq-list ul li {
  width: 95%;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  list-style: none;
  position: relative;
}
.faq-list ul li a {
  color: #282828;
  display: block;
}
.faq-list ul li:before {
  content: '\f128';
  margin: 0;
  color: #dd3434;
  font-weight: 400;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-content:before {
  content: 'よくあるご質問';
  width: 100%;
  margin: 0 0 50px;
  padding: 20px 0;
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: block;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px dotted #b3b3b3;
}

.single-faq {
  margin: 0 0 40px;
  border-top: 1px solid #ccc;
}
#faq-block .single-faq .faq-question,
#faq-block .single-faq .faq-answer {
  position: relative;
}
#faq-block .single-faq .faq-question:before,
#faq-block .single-faq .faq-answer:before {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 0;
}
#faq-block .single-faq .faq-question:before {
  content: "Q";
  color: #139b53;
}
#faq-block .single-faq .faq-answer:before {
  content: "A";
  color: #dd3434;
}

#faq-block .single-faq .faq-question {
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  border-top: 0;
}
#faq-block .single-faq .faq-answer {
  margin: 0;
  padding: 15px 20px 10px;
}

.single-faq .faq-answer .scroll-back {
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
}
.single-faq .faq-answer .scroll-back a {
  margin: 0 0 0 auto;
  padding: 0;
  text-decoration: none;
  font-size: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.single-faq .faq-answer .scroll-back a:before {
  content: '\f102  質問リストに戻る';
  margin: 0;
  color: #282828;
  text-align: right;
  text-indent: 0px;
  font-size: 12px;
  font-weight: 400;
  font-family: FontAwesome;
}
.single-faq .faq-answer .scroll-back a:hover {
  text-decoration: none;
  border-bottom: 1px solid #282828;
}


/* フォーム */
.mw_wp_form {
  text-align: center;
}
.mw_wp_form form {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.mw_wp_form table th,
.mw_wp_form table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mw_wp_form tfoot td {
  text-align: center;
}
.mw_wp_form tbody input,
.mw_wp_form tbody textarea {
  width: 100%;
  margin: 5px 5px 5px 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* ページ共通 */
.contentBlock {
  margin: 0 0 50px;
  clear: both;
}

.red,
.red_bold {
  color: #139b53;
}
.red_bold {
  font-weight: 600;
}
.sub_red {
  color: #34C3DD;
}

.page_contents {
  text-align: center;
}
.contentBlock {
  text-align: center;
}
.contentBlock .contentBlock_inner {
  text-align: left;
}
.contentBlock .contentBlock_inner.dpIb {
  display: inline-block;
}

.taC {
  text-align: center;
}

.Img,
.ImgFr,
.ImgFl {
  margin: 0 0 30px;
  text-align: center;
  display: block;
}
.ImgFrA,
.ImgFlA {
  margin: 0 0 30px;
  display: inline-block;
}
.ImgFrA {
  margin-left: 3%;
  float: right;
}
.ImgFlA {
  margin-right: 3%;
  float: left;
}

.spDpB {
  display: block;
}

table.spTable,
table.spTable thead,
table.spTable tbody,
table.spTable tfoot,
table.spTable tr,
table.spTable th,
table.spTable td {
  max-width: 100%;
  display: block;
}

.page_contents table caption {
  margin: 0 0 10px;
  padding: 3px 15px;
  color: #FFF;
  font-size: 12px;
  background-color: #282828;
  display: inline-block;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.contentBlock .page_contents_table {
  width: auto !important;
  margin-right: auto;
  margin-left: auto;
  vertical-align: top;
  display: inline-block;
}

.page_contents .readCopy {
  margin: 0 0 30px;
  color: #9d6307;
  text-align: center;
  font-size: 24px;
}
.page_contents .readCopy .cap {
  margin: 0;
  font-size: 18px;
  display: block;
}



/* トップページ */
#content .widget_recent_entries {
  margin: 0 0 50px;
  padding: 50px 0 80px;
  text-align: center;
  background-color: #F7F7F7;
  position: relative;
}
#content .widget_recent_entries .widget-container_inner {
  margin: 0 3%;
  padding: 20px 0 30px;
  background-color: #fff;
}
#content .widget_recent_entries h3 {
  margin: 0 3% 30px;
  padding: 0 3% 10px;
  color: #000;
  text-align: left;
  border-bottom: 2px solid #666;
}
#content .widget_recent_entries h3 .en {
  margin-right: 10px;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 600;
}
#content .widget_recent_entries h3 .ja {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
#content .widget_recent_entries .more {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}
#content .widget_recent_entries .more a {
  padding: 10px 30px 8px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #34C3DD;
}
#content .widget_recent_entries .more a:link,
#content .widget_recent_entries .more a:visited {
  color: #fff;
  background-color: #34C3DD;
}
#content .widget_recent_entries .more a:hover {
  color: #34C3DD;
  background-color: #fff;
}
#content .widget_recent_entries ul {
  margin: 0 3%;
  padding: 0;
  text-align: left;
}
#content .widget_recent_entries ul:before,
#content .widget_recent_entries ul:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
#content .widget_recent_entries ul:after {
  clear:both;
}
#content .widget_recent_entries ul { /* For IE 6/7 (trigger hasLayout) */
  zoom:1;
}
#content .widget_recent_entries ul li {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
#content .widget_recent_entries ul li a {
  padding: 15px 3% 10px;
  display: block;
  text-decoration: none;
}
#content .widget_recent_entries ul li a:link,
#content .widget_recent_entries ul li a:visited {
  color: #000;
}
#content .widget_recent_entries a:hover {
  background-color: #f7f7f7;
}
#content .widget_recent_entries .img_area a:hover img {
  opacity: 0.6;
}

#content .widget_recent_entries .img_area {
  margin: 0;
  display: block;
  overflow: hidden;
}
#content .widget_recent_entries .img_area img {
  transition: transform 0.25s linear;
}
#content .widget_recent_entries .img_area img:hover {
  transform: scale(1.03);
}

#content .widget_recent_entries .txt_area {
}

#content .widget_recent_entries .cat_list {
  margin: 0 0 6px;
}
#content .widget_recent_entries .cat_list li {
  width: auto;
  margin: 0 10px 0 0;
  padding: 5px 15px 4px;
  color: #fff;
  line-height: 1;
  font-size: 11px;
  background-color: #262626;
  display: inline-block;
  border: none;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

#content .widget_recent_entries .title {
  margin: 0;
  display: block;
  font-weight: bold;
}
#content .widget_recent_entries .time {
  margin-bottom: 5px;
  color: #888;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
}

#content #recent-posts-plus-2 {
  margin: 0 0 50px;
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-color: transparent;
}
#content #recent-posts-plus-2 .widget-container_inner {
  width: auto;
  margin: 0 auto;
  background-color: transparent;
}
#content #recent-posts-plus-2 h2 {
  color: #000;
}
#content #recent-posts-plus-2 ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#content #recent-posts-plus-2 ul:before,
#content #recent-posts-plus-2 ul:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
#content #recent-posts-plus-2 ul:after {
  clear:both;
}
#content #recent-posts-plus-2 ul { /* For IE 6/7 (trigger hasLayout) */
  zoom:1;
}
#content #recent-posts-plus-2 ul li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
#content #recent-posts-plus-2 ul li a {
  padding: 10px 5%;
  display: block;
  text-decoration: none;
}
#content #recent-posts-plus-2 ul li a:link,
#content #recent-posts-plus-2 ul li a:visited {
  color: #000;
}
#content #recent-posts-plus-2 ul li a:hover {
  background-color: #efefef;
}
#content #recent-posts-plus-2 .img_area a:hover img {
  opacity: 0.6;
}

#content #recent-posts-plus-2 .img_area {
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
}
#content #recent-posts-plus-2 .img_area img {
  transition: transform 0.25s linear;
}
#content #recent-posts-plus-2 .img_area img:hover {
  transform: scale(1.03);
}

#content #recent-posts-plus-2 .txt_area {
  padding: 10px;
}

#content #recent-posts-plus-2 .cat_list {
  width: auto;
  margin: 0;
  float: none;
  display: block;
}
#content #recent-posts-plus-2 .cat_list li {
  width: auto;
  margin: 0 5px 5px 0;
  padding: 5px 15px;
  float: none;
  display: inline-block;
  border: none;
}

#content #recent-posts-plus-2 .title {
  width: auto;
  float: none;
  margin: 0 0 10px;
  display: block;
  font-weight: bold;
}
#content #recent-posts-plus-2 .time {
  width: auto;
  float: none;
  color: #888;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

#page_top #topMenu {
  margin: 0;
  padding: 30px 0 10px;
}
#page_top #topMenu .menu {
  margin: 0;
  padding: 0;
}
#page_top #topMenu .menu li {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#page_top #topMenu .menu li h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font-size: 18px;
  border: none;
}
#page_top #topMenu .menu li .img {
  margin: 0 0 15px;
}
#page_top #topMenu .menu li .txt {
  margin: 0 0 15px;
}
#page_top #topMenu .menu li .btn a {
  padding: 10px 50px 8px;
  color: #34C3DD;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #34c3dd;
}
#page_top #topMenu .menu li .btn a:hover {
  color: #fff;
  background-color: #34C3DD;
}

#page_top #topStrength {
  margin: 0 0 30px;
  padding: 30px 0 10px;
  background-color: #cddad4;
}
#page_top #topStrength h2.pth2 {
  margin-bottom: 40px;
}
#page_top #topStrength h2.pth2 span.en::after {
  background-color: #139B53;
}
#page_top #topStrength .strength {
  margin: 0;
  padding: 0;
}
#page_top #topStrength .strength li {
  margin: 0 10px 50px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#page_top #topStrength .strength li .inner {
  padding: 60px 20px 20px;
  border: 1px solid #139B53;
  background-color: #fff;
  position: relative;
}
#page_top #topStrength .strength li .img {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
}
#page_top #topStrength .strength li .img img {
  width: 50px;
}
#page_top #topStrength .strength li h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #139B53;
  font-size: 24px;
  border: none;
  background: none;
}
#page_top #topStrength .strength li .sub_copy {
  margin: 0 0 10px;
  color: #139B53;
  font-weight: 600;
}
#page_top #topStrength .strength li .txt {
  text-align: left;
}
#page_top #topContent1 {
  margin: 0;
}
#page_top #topContent1 .movie {
  margin: 0 0 30px;
}
#page_top #topContent1 .greeting {
  margin: 0;
  text-align: center;
}
#page_top #topContent1 .greeting .inner {
  margin: 0;
  padding: 20px 20px 15px;
  border: 1px solid #ccc;
}
#page_top #topContent1 .greeting .img {
  margin: 0 0 20px;
}
#page_top #topContent1 .greeting h3 {
  margin: 0 0 10px;
  color: #000;
  line-height: 1;
  display: inline-block;
}
#page_top #topContent1 .greeting h3 .en {
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
#page_top #topContent1 .greeting h3 .ja {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
#page_top #topContent1 .greeting p {
  margin: 0;
}
#page_top #topContent1 .greeting .sub_copy {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
#page_top #topContent1 .greeting .btn {
  padding: 10px 0 0;
  text-align: center;
}
#page_top #topContent1 .greeting .btn a {
  padding: 8px 50px;
  color: #34C3DD;
  text-align: center;
  text-decoration: none;
  border: 2px solid #34c3dd;
  display: inline-block;
}
#page_top #topContent1 .greeting .btn a:hover {
  color: #fff;
  background-color: #34c3dd;
}


/* 会社紹介 */
#page_about .overview_table th {
  width: 30%;
}

#page_about .staff {
  margin: 0 0 30px;
  padding: 20px 3%;
  border: 5px solid #eee;
}
#page_about .staff .name_area {
  margin: 0 0 20px;
  border-bottom: 3px solid #000;
}
#page_about .staff .name_area .post {
  margin: 0;
  color: #888;
  font-size: 14px;
}
#page_about .staff .name_area .name {
  margin: 0;
  color: #000;
  font-size: 24px;
}
#page_about .staff .img {
  margin: 0 0 20px;
  text-align: center;
}
#page_about .staff .txt {
  margin: 0;
}
#page_about .staff .staff_table {
  margin: 0;
}
#page_about .staff .staff_table td ul,
#page_about .staff .staff_table td ul li {
  margin: 0;
}
#page_about .manga_page {
  margin: 0;
}
#page_about .manga_page li {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

/* 費用について */
#page_cost .contentBlock {
  border-bottom: 1px dotted #ccc;
}
#page_cost .cost_table1 {
  margin: 0 0 20px;
}
#page_cost .cost_table2 {
  margin: 0 0 20px;
}
#page_cost .cost_table2 thead td {
  text-align: center;
}
#page_cost .cost_table2 tbody th {
  width: 20%;
}
#page_cost .cost_table2 tr td.price {
  font-weight: 600;
  background-color: #f5e6e6;
}
#page_cost .cost_table2 tr td:last-child {
  width: 10%;
  text-align: center;
}


/* 塗装工事 */
#page_painting_work .work {
  margin: 0 0 40px;
  padding: 20px;
  background-color: #f0f0f0;
}
#page_painting_work .work .work_content {
  margin: 0 0 20px;
}
#page_painting_work .work .work_content h4,
#page_painting_work .work .worl_flow h4 {
  margin: 0 auto 20px;
}
#page_painting_work .work .work_content .before {
  margin: 0 0 30px;
  padding: 0 0 19px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
#page_painting_work .work .work_content .before .before_block {
  margin: 0 0 20px;
}
#page_painting_work .work .work_content .before .before_block p {
  margin: 0;
  display: block;
}
#page_painting_work .work .worl_flow {
  margin: 0;
}
#page_painting_work .work .worl_flow .flow_list {
  margin: 0 0 30px;
  padding: 10px 10px 10px 30px;
  background-color: #FFF;
}
#page_painting_work .work .worl_flow .flow_list li {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  list-style-position: outside;
}
#page_painting_work .work .worl_flow .flow {
  text-align: center;
}
#page_painting_work .work .worl_flow .flow strong {
  margin: 0 0 10px;
  display: block;
}
#page_painting_work .work .work_content2 .work_list {
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: -.4em;
}
#page_painting_work .work .work_content2 .work_list li {
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  display: block;
  list-style: none;
}
#page_painting_work .work .work_content2 .work_list li h4 {
  margin: 0 auto 20px;
}
#page_painting_work .work .work_content2 .work_list li .txt {
  padding: 5px 0 0;
  display: block;
  text-align: center;
}


/* 防水工事 */
#page_waterproof_construction .work {
  margin: 0 0 40px;
  padding: 20px;
  background-color: #f0f0f0;
}
#page_waterproof_construction .work .work_content {
  margin: 0 0 20px;
}
#page_waterproof_construction .work .work_content h4,
#page_waterproof_construction .work .worl_flow h4 {
  margin: 0 auto 20px;
}
#page_waterproof_construction .work .work_content .before {
  margin: 0 0 30px;
  padding: 0 0 19px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
#page_waterproof_construction .work .work_content .before .before_block {
  margin: 0 0 20px;
}
#page_waterproof_construction .work .work_content .before .before_block p {
  margin: 0;
  display: block;
}
#page_waterproof_construction .work .worl_flow {
  margin: 0;
}
#page_waterproof_construction .work .worl_flow .flow_list {
  margin: 0 0 30px;
  padding: 10px 10px 10px 30px;
  background-color: #FFF;
}
#page_waterproof_construction .work .worl_flow .flow_list li {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  list-style-position: outside;
}
#page_waterproof_construction .work .worl_flow .flow {
  text-align: center;
}
#page_waterproof_construction .work .worl_flow .flow strong {
  margin: 0 0 10px;
  display: block;
}
#page_waterproof_construction .work .work_content2 .work_list {
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: -.4em;
}
#page_waterproof_construction .work .work_content2 .work_list li {
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  display: block;
  list-style: none;
}
#page_waterproof_construction .work .work_content2 .work_list li h4 {
  margin: 0 auto 20px;
}
#page_waterproof_construction .work .work_content2 .work_list li .txt {
  padding: 5px 0 0;
  display: block;
  text-align: center;
}
#page_waterproof_construction .work .work_content2.layout2 .work_list li {
  max-width: 100%;
  margin: 0 0 20px;
}


/* ルミステージ */
#page_lumistage #lumistage1 .img_list {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  letter-spacing: -.4em;
}
#page_lumistage #lumistage1 .img_list li {
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: normal;
  display: block;
}
#page_lumistage .btn {
  text-align: center;
}
#page_lumistage .btn a {
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #139b53;
  border: 1px solid #139b53;
}
#page_lumistage .btn a:hover {
  color: #139b53;
  background-color: #FFF;
}

#page_lumistage .example_table td {
  text-align: center;
}



/* 施工事例 */
.works_contents .page_title_area .with_subtitle .entry-title .cat_item {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 11px;
  border-left: 1px solid #666;
}
.works_contents .page_title_area .with_subtitle .entry-title .cat_name {
  margin-left: 5px;
}
.works_contents .page_title_area .with_subtitle .entry-title .cat_name span:after {
  content: "/";
  margin: 0 5px;
}
.works_contents .page_title_area .with_subtitle .entry-title .cat_name span:last-child:after {
  content: "";
  margin: 0;
}
.works_contents .works_lists ul {
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
}
.works_contents .works_lists ul li.works_list {
  width: 47%;
  margin: 0 1.5%;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.works_contents .works_lists ul li.works_list a {
  padding: 10px;
  text-decoration: none;
  display: block;
}
.works_contents .works_lists ul li.works_list a:hover {
  background-color: #efefef;
}
.works_contents .works_lists ul li.works_list .img_area {
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  display: block;
}
.works_contents .works_lists ul li.works_list .img_area:hover {
  background-color: #000;
}
.works_contents .works_lists ul li.works_list .img_area:hover img {
  opacity: 0.6;
}
.works_contents .works_lists ul li.works_list .img_area img {
  transition: transform 0.25s linear;
}
.works_contents .works_lists ul li.works_list .img_area img:hover {
  transform: scale(1.1);
}
.works_contents .works_lists ul li.works_list .txt_area {
  color: #000;
  font-weight: 600;
}

.works_contents .works_detail #works_ba {
  padding: 0 0 20px;
}
.works_contents .works_detail #works_ba .works_ba {
  margin: 0 0 30px;
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
}
.works_contents .works_detail #works_ba .works_ba h3 {
  margin: 0 0 15px;
  padding: 0 0 14px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border: none;
  border-bottom: 1px dotted #888;
}
.works_contents .works_detail #works_ba .works_ba h4 {
  margin: 0 0 10px;
  padding: 5px 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  background-color: #282828;
  border: none;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.works_contents .works_detail #works_ba .works_ba .before {
  width: 35%;
  margin: 0 7% 0 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.works_contents .works_detail #works_ba .works_ba .before:after {
  content: "\f054";
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -17.5%;
}
.works_contents .works_detail #works_ba .works_ba .after {
  width: 55%;
  margin: 0 0 20px;
  vertical-align: top;
  display: inline-block;
}
.works_contents .works_detail #works_ba .img {
  overflow: hidden;
}
.works_contents .works_detail #works_ba .img a {
  background-color: #000;
  display: block;
}
.works_contents .works_detail #works_ba .img a:hover img {
  opacity: 0.6;
}
.works_contents .works_detail #works_ba .img a img {
  width: 100%;
  transition: transform 0.25s linear;
}
.works_contents .works_detail #works_ba .img a img:hover {
  transform: scale(1.1);
}

.works_contents .works_detail #works_ba .works_ba .txt {
  padding: 10px;
  text-align: left;
  background-color: #FFF;
}

.works_contents .works_detail_table {
  margin: 0 0 50px;
}
.works_contents .works_detail_table table th {
  width: 20%;
}



/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
  body {
    width: 100%;
    min-width: 1024px;
  }
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
  }
  .site-content {
    float: left;
    width: 660px;
  }
  body.template-front-page .site-content,
  body.attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .widget-area {
    float: right;
    width: 250px;
  }

  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }


  /* ========================================= */
  /* カスタマイズ */
  /* ========================================= */

  /* 横幅の調整 */
  #site-description p,
  #gnav_inner,
  .breadcrumbs_inner,
  #main_inner {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  #mainvisual_inner {
    margin: 0 auto;
  }

  .site-content {
    width: 750px;
  }
  .widget-area {
    width: 230px;
  }

  /* loader */
  #loaderBg {
    min-width: 1024px;
    min-height: 100%;
  }

  /* header */
  #site-description {
    text-align: right;
  }
  #header_inner {
    min-width: 1024px;
    padding: 40px 0 50px;
  }
  #masthead #logo_area {
    margin: 0 auto;
    padding: 0;
  }
  .contents_body {
    padding-top: 195px;
  }
  .home .contents_body {
    padding-top: 0;
  }

  #masthead {
    width: 100%;
    margin-top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
  }
  #masthead.fixed {
    margin-top: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }
  #masthead #header_inner {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0 0;
    border-bottom: 0px solid transparent;
    transform: translate(0, -10px);
    transition: transform 0.6s ease;
  }
  #masthead.fixed {
    background-color: rgba(255, 255, 255, .9);
    box-shadow:0px 1px 11px -6px #a8a8a8;
    -moz-box-shadow:0px 1px 11px -6px #a8a8a8;
    -webkit-box-shadow:0px 1px 11px -6px #a8a8a8;
  }
  #masthead.fixed #header_inner {
    width: auto;
    min-width: 1024px;
    margin-top: 0;
    padding: 10px 0;
    border-color: #ccc;
    transform: translate(0, 0);
    transition: transform 0.6s ease;
  }
  #masthead #logo_area {
    width: 275px;
    padding: 0 0 20px;
    float: left;
    transition: transform 0.6s ease;
  }
  #masthead.fixed #logo_area {
    width: 15%;
    padding: 3px 0 0;
    float: left;
  }
  #masthead #logo_area #site-title {
    margin: 0 auto;
    padding: 0;
  }
  #masthead.fixed #logo_area #site-title {
    padding: 0 10%;
  }
  .header_info {
    width: 383px;
    height: auto;
    padding: 0;
    float: right;
    text-align: center;
    display: inline-block;
    border: 0;
    background-color: transparent;
    position: static;
  }
  .header_info .btn {
    width: auto;
    border: none;
  }
  .header_info .btn li a span {
    padding: 17px 15px 13px;
  }
  .header_info .btn .mail a span {
    padding-right: 15px;
    padding-left: 15px;
  }
  #masthead .header_info {
    top: 10px;
  }
  #masthead.fixed .header_info {
    width: 25%;
    float: right;
    display: block;
    position: initial;
    box-shadow: 0 0 0 0 transparent;
  }
  #masthead.fixed .header_info .btn {
    width: 100%;
    border: 0;
  }
  #masthead.fixed .header_info .btn li a span {
    padding: 15px 0 16px;
  }
  .header_info .btn .tel a {
    width: 174px;
    height: 60px;
    margin-right: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(./images/header_tel.png) no-repeat center;
  }
  .fixed .header_info .btn .tel a {
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    background: none;
  }
  .header_info .btn .mail a {
    width: 190px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(./images/header_mail_off.png) no-repeat center;
  }
  .header_info .btn .mail a:hover {
    background-image: url(./images/header_mail_on.png);
  }
  .fixed .header_info .btn .mail a {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
  }


  /* gnav */
  #gnav {
    margin: 0;
    clear: both;
  }
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation .menu-gnavi-container {
    display: block;
  }
  .main-navigation .menu-gnavi-container {
    position: unset;
    overflow: unset;
    background: transparent;
  }

  .main-navigation ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 2px 0 0;
    display: block;
    border: 0;
    border-left: 0px solid #ccc;
    background: url(./images/gnavi_pt.png) no-repeat right center;
  }
  .main-navigation ul li {
    width: 16.6666%;
    text-align: center;
    margin: 0;
    display: block;
    float: left;
    border: 0;
    position: relative;
    background: url(./images/gnavi_pt.png) no-repeat left center;
  }
  .main-navigation ul.nav-menu > li {
    margin-right: 0;
  }
  .main-navigation ul li ul {
    width: auto;
    min-width: 100%;
    margin: 0;
    padding: 0;
    background: #e6e6e6;
    border: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
  .main-navigation ul li ul li {
    background: none;
  }
  .main-navigation ul li ul ul {
    padding: 0;
    top: 0;
    left: 100%;
  }

  .main-navigation ul li ul.sub-menu {
    display: none;
    opacity: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    display: block !important;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
  }
  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @-moz-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }

  .main-navigation ul li ul li {
    width: auto;
    float: none;
    font-size: 13px;
    display: block !important;
    border-bottom: 1px dotted #ccc;
  }
  .main-navigation ul li ul li:last-child {
    border: 0;
  }

  .main-navigation ul li a {
    margin: 0 0 0 2px;
    padding: 20px 0 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-right: 0px solid #ccc;
  }
  .main-navigation ul li ul li a {
    margin: 0;
    padding: 16px 20px 12px !important;
    text-align: left;
    background: none;
    border: 0;
    white-space: nowrap;
  }

  .main-navigation ul li a:link,
  .main-navigation ul li a:visited {
    color: #000;
  }
  .main-navigation ul li a:hover,
  .main-navigation ul li a:active {
    color: #34c3dd;
  }
  .main-navigation ul li ul li a:link,
  .main-navigation ul li ul li a:visited {
    background-color: #fff;
  }
  .main-navigation ul li ul li a:hover,
  .main-navigation ul li ul li a:active {
    color: #000;
    background: #e7e7e7;
  }
  .main-navigation ul li.current-menu-parent > a,
  .main-navigation ul li.current-menu-item > a {
    background: url(./images/gnavi_link_current_bg.png) no-repeat center 10px;
  }
  .main-navigation ul ul li.current-menu-parent > a,
  .main-navigation ul ul li.current-menu-item > a {
    background-image: none;
    font-weight: 600;
  }

  .main-navigation ul li strong {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    display: block;
  }
  .main-navigation ul li span.sub_txt {
    padding: 0;
    color: #414141;
    font-size: 10px;
  }
  .main-navigation ul li strong {
    width: auto;
    display: block;
  }

  #masthead #gnav {
    width: 100%;
    transition: transform 0.6s ease;
  }
  #masthead.fixed #gnav {
    width: 60%;
    float: left;
    display: inline-block;
    transition: transform 0.6s ease;
    clear: none;
  }
  #masthead.fixed #gnav #gnav_inner {
    width: auto;
  }
  #masthead.fixed .main-navigation ul {
    width: 100%;
    display: table;
  }
  #masthead.fixed .main-navigation ul li {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  #masthead.fixed .main-navigation ul li strong {
    line-height: 1;
    font-size: 12px;
  }
  #masthead.fixed .main-navigation ul li span.sub_txt {
    font-size: 8px;
  }
  #masthead.fixed .main-navigation ul li a {
    padding: 10px 0 5px;
    background-image: none;
  }
  #masthead.fixed .main-navigation ul ul {
    width: 150%;
    display: none;
  }

  /* main visual */
  #mainvisual .metaslider .caption-wrap {
    max-width: 31%;
    top: 0;
    bottom: 0;
  }
  #mainvisual .main_visual_txt .logo_area {
    margin: 0 5% 5%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
  }

  .metaslider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
  }
  .metaslider .flex-direction-nav li a:before {
    line-height: 2.1;
    vertical-align: top;
    font-size: 16px;
  }
  .metaslider .flex-control-nav li a {
    display: block;
  }

  /* secondary */
  #secondary {
    border-top: 0;
    padding-top: 0;
  }
  #secondary .widget_nav_menu {
    display: block;
  }
  #secondary .widget ul li a:hover,
  #secondary .widget ul li.current-cat a:hover {
    background-color: #ede4e4;
  }

  /* パンくず */
  .breadcrumbs {
    margin: 0 auto 30px;
    font-size: 12px;
  }
  .breadcrumbs .breadcrumbs_inner {
    padding: 0;
  }

  /* footer */
  #site_footer .menu-footer_navi-container {
    padding-right: 0;
  }
  #site_footer .widget_nav_menu ul li {
    margin: 0 10px 10px 0;
    display: inline-block;
  }
  #site_footer .widget_nav_menu ul li a {
    padding: 0;
  }
  .footer_map iframe {
    height: 500px;
  }
  .footer_map {
    margin-bottom: 0;
  }
  .footer_shop_data .link_area {
    text-align: left;
  }
  .footer_shop_data .link_area .bn {
    display: inline-block;
  }

  #text-2 {
    width: 65%;
    float: left;
  }
  #nav_menu-2 {
    width: 35%;
    float: right;
  }
  #text-3 {
    width: 35%;
    float: right;
  }
  .footer_shop_data .link_area .bn {
    width: auto;
    margin: 0 16px 10px 0;
  }
  .footer_shop_data .link_area .bn a {
    padding: 0;
  }

  /* pagetop */
  a#scroll-to-top {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }

  /* コンテンツ共通 */
  .entry-content,
  .entry-summary,
  .mu_register {
    margin-right: 0;
    margin-left: 0;
  }
  #content {
    margin-bottom: 50px;
  }

  /* 一覧 */
  .blogListLyout .img_area {
    width: 31%;
    margin: 0;
    float: left;
  }
  .blogListLyout .img_area a {
    background-color: #000;
  }
  .blogListLyout .txt_area {
    width: 65%;
    margin: 0;
    float: right;
  }
  .blogListLyout .txt_area .entry-header .entry-title {
    font-size: 18px;
  }
  .blogListLyout .txt_area .entry-content {
    margin: 0 0 25px;
    font-size: 12px;
    display: block;
  }

  /* 詳細 */
  .single .entry-meta {
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }
  .single .entry-meta .time {
    margin-right: 10px;
  }
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 30px 30px 0;
  }
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 30px 30px;
  }
  img.aligncenter,
  .wp-caption.aligncenter {
    clear: both;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .site-content .nav-single {
    margin: 0 0 30px;
  }
  .site-content .comments-area {
    margin-right: 0;
    margin-left: 0;
  }


  /* title　設定 */
  .page_title_area.pageVisualOn .page_title_area_inner {
    padding: 50px 20px;
  }
  h2.pth2 {
    text-align: center;
  }
  h2.pth2 span.en {
    font-size: 40px;
  }
  h2.pth2 span.ja {
    font-size: 18px;
  }

  .page_title_area .entry-title {
    font-size: 2.5em;
  }
  .page_title_area .with_subtitle .sub_title {
    font-size: 2.5em;
  }
  .single .entry-header .entry-title {
    font-size: 28px;
    padding: 0;
  }
  .page_title_area.pageVisualOn .pageVisual {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .45;
  }

  /* ページ共通 */
  .spDpB {
    display: unset;
  }
  .ImgFr,
  .ImgFl {
    max-width: 400px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .ImgFr {
    margin-left: 30px;
    float: right;
  }
  .ImgFl {
    margin-right: 30px;
    float: left;
  }

  .page_contents .readCopy {
    margin: 0 0 50px;
    font-size: 36px;
  }
  .page_contents .readCopy .cap {
    margin: 0 0 0 20px;
    display: inline;
  }
  table.spTable {
    display: table;
  }
  table.spTable thead {
    display: table-header-group;
  }
  table.spTable tbody {
    display: table-row-group;
  }
  table.spTable tfoot {
    display: table-footer-group;
  }
  table.spTable tr {
    display: table-row;
  }
  table.spTable th,
  table.spTable td {
    display: table-cell;
  }

  /* フォーム */

  /* top */
  .home #main_inner {
    width: 100%;
  }

  #content .widget_recent_entries {
    margin: 0 0 70px;
  }
  #content .widget_recent_entries .widget-container_inner {
    width: 1024px;
    margin: 0 auto;
    background-color: #fff;
  }
  #content .widget_recent_entries ul {
    margin: 0;
    padding: 0;
  }
  #content .widget_recent_entries ul li {
    margin: 0 3%;
  }
  #content .widget_recent_entries ul li .time {
    width: 11%;
    margin-bottom: 0;
    float: left;
  }
  #content .widget_recent_entries ul li .cat_list {
    width: 10%;
    float: left;
  }
  #content .widget_recent_entries ul li .cat_list li {
    margin: 0 0 5px;
    text-align: center;
    display: block;
  }
  #content .widget_recent_entries ul li .cat_list li:last-child {
    margin: 0;
  }
  #content .widget_recent_entries ul li .title {
    width: 77%;
    float: right;
  }

  #content #recent-posts-plus-2 {
    margin: 0 0 70px;
    padding: 70px 0;
  }
  #content #recent-posts-plus-2 .widget-container_inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  #content #recent-posts-plus-2 ul {
    width: 98%;
    margin: 0 1%;
    padding: 0;
  }
  #content #recent-posts-plus-2 ul li {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    border: none;
    border: none;
  }
  #content #recent-posts-plus-2 ul li:nth-child(5n) {
    clear: both;
  }

  #page_top #topMenu {
    padding: 70px 0;
  }
  #page_top #topMenu .contentBlock_inner {
    width: 1024px;
    margin: 0 auto;
  }
  #page_top #topMenu .menu li {
    width: 300px;
    margin: 0 62px 0 0;
    float: left;
  }
  #page_top #topMenu .menu li:last-child {
    margin-right: 0;
  }
  #page_top #topMenu .menu li h3 {
    font-size: 24px;
  }
  #page_top #topStrength {
    padding: 70px 0;
  }
  #page_top #topStrength .contentBlock_inner {
    width: 1024px;
    margin: 0 auto;
  }
  #page_top #topStrength h2.pth2 {
    margin-bottom: 70px;
  }
  #page_top #topStrength .strength li {
    width: 300px;
    margin: 0 62px 0 0;
    float: left;
  }
  #page_top #topStrength .strength li:last-child {
    margin-right: 0;
  }
  #page_top #topStrength .strength li .img {
    top: -50px;
  }
  #page_top #topStrength .strength li .img img {
    width: 100px;
  }

  #page_top #topContent1 .contentBlock_inner {
    width: 1024px;
    margin: 0 auto;
  }
  #page_top #topContent1 .movie {
    width: 500px;
    margin: 0;
    float: left;
  }
  #page_top #topContent1 .greeting {
    width: 500px;
    float: right;
    text-align: left;
  }
  #page_top #topContent1 .greeting .img {
    float: left;
    margin: 0 20px 5px 0;
  }

  /* 会社紹介 */
  #page_about .overview_table th {
    width: 20%;
  }
  #page_about .staff {
    margin: 0 0 30px;
    padding: 20px;
  }
  #page_about .staff .name_area {
    width: 75%;
    float: right;
    display: inline-block;
  }
  #page_about .staff .name_area .post,
  #page_about .staff .name_area .name {
    display: inline-block;
  }
  #page_about .staff .name_area .post {
    margin-right: 20px;
  }
  #page_about .staff .img {
    width: 25%;
    float: left;
    text-align: left;
  }
  #page_about .staff .txt {
    width: 75%;
    float: right;
  }

  /* 費用について */
  #page_cost .cost_table1 {
    width: 30%;
    float: left;
  }
  #page_cost .cost_table2 {
    width: 69%;
    float: right;
  }

  /* 塗装工事 */
  #page_painting_work .work .work_content {
    width: 45%;
    margin: 0 5% 20px 0;
    float: left;
  }
  #page_painting_work .work .work_content h4,
  #page_painting_work .work .worl_flow h4 {
    margin: 0 0 30px;
  }
  #page_painting_work .work .work_content .before {
    text-align: left;
  }
  #page_painting_work .work .work_content .before .before_block {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
  }
  #page_painting_work .work .worl_flow {
    width: 50%;
    margin: 0 0 20px;
    float: right;
  }
  #page_painting_work .work .worl_flow .flow {
    text-align: left;
  }
  #page_painting_work .work .work_content2 .work_list li {
    max-width: 30%;
    margin: 0 1.5% 20px;
    display: inline-block;
  }

  /* 防水工事 */
  #page_waterproof_construction .work .work_content {
    width: 45%;
    margin: 0 5% 20px 0;
    float: left;
  }
  #page_waterproof_construction .work .work_content h4,
  #page_waterproof_construction .work .worl_flow h4 {
    margin: 0 0 30px;
  }
  #page_waterproof_construction .work .work_content .before {
    text-align: left;
  }
  #page_waterproof_construction .work .work_content .before .before_block {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
  }
  #page_waterproof_construction .work .worl_flow {
    width: 50%;
    margin: 0 0 20px;
    float: right;
  }
  #page_waterproof_construction .work .worl_flow .flow {
    text-align: left;
  }
  #page_waterproof_construction .work .work_content2 .work_list li {
    max-width: 30%;
    margin: 0 1.5% 20px;
    display: inline-block;
  }
  #page_waterproof_construction .work .work_content2.layout2 .work_list li {
    max-width: 47%;
    margin: 0 1.5% 20px;
  }

  /* ルミステージ */
  #page_lumistage #lumistage1 .img_list li {
    max-width: 30%;
    margin: 0 1.5%;
    letter-spacing: normal;
    display: inline-block;
  }

  /* 施工事例 */
  .works_contents .works_detail #works_ba .works_ba {
    margin: 0 0 40px;
    padding: 20px;
  }
  .works_contents .works_detail #works_ba .works_ba .before:after {
    font-size: 24px;
    right: -14.5%;
  }

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 10000px) {
  body {
    background-color: #fff;
  }
  body .site {
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0 rgba(100, 100, 100, 0.3);
  }
  body.custom-background-empty {
    background-color: #fff;
  }
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }


  /* ========================================= */
  /* カスタマイズ */
  /* ========================================= */



}



/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }

  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
  

  
}
