@charset "utf-8";
body {
  font-family: "Lucida Grande", "メイリオ", Meiryo, sans-serif,
    "Hiragino Kaku Gothic ProN";
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 100%;
}
.font-size-small {
  font-size: small;
  line-height: 1.2;
}
.font-size-xsmall {
  font-size: x-small;
  line-height: 1.2;
}
.font-size-xxsmall {
  font-size: xx-small;
  line-height: 1.2;
}
.font-size-large {
  font-size: large;
}
.font-size-xlarge {
  font-size: x-large;
}
.font-size-xxlarge {
  font-size: xx-large;
}
.font-size-s {
  font-size: 82%;
  line-height: 1.2;
}
.font-size-ss {
  font-size: 69%;
  line-height: 1.2;
}
.font-size-l {
  font-size: 115%;
}
.font-size-ll {
  font-size: 130%;
}
.line-height-s {
  line-height: 1.2;
}
.line-height-m {
  line-height: 1.4;
}
.line-height-l {
  line-height: 1.8;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.indent-left1em {
  text-indent: 1em;
}
.indent-left2em {
  text-indent: 2em;
}
.indent-left3em {
  text-indent: 3em;
}
.margin-left1em {
  margin-left: 1em;
}
.margin-left2em {
  margin-left: 2em;
}
.margin-left3em {
  margin-left: 3em;
}
.margin-left4em {
  margin-left: 4em;
}
.margin-left5em {
  margin-left: 5em;
}
.margin-top1px {
  margin-top: 1px;
}
.margin-top2px {
  margin-top: 2px;
}
.margin-top4px {
  margin-top: 4px;
}
.margin-top8px {
  margin-top: 8px;
}
.margin-top16px {
  margin-top: 16px;
}
.margin-top32px {
  margin-top: 32px;
}
.margin-top48px {
  margin-top: 48px;
}
.list-style {
  text-indent: -2em;
  margin-left: 2em;
}
.list-style02 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
.list-style03 {
  text-indent: -1em;
  margin-left: 1em;
}
.list-style04 {
  text-indent: -3.5em;
  margin-left: 3.5em;
}
.nowrap {
  white-space: nowrap;
}
ul,
ol {
  margin: 0;
  padding: 0 0 0 20px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
}
.clearfix-ofh {
  overflow: hidden;
}
.float-clear {
  clear: both;
}
table.table-type01 {
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  line-height: 1.3;
}
table.table-type01 th {
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  font-weight: normal;
  padding: 2px 4px;
  background-color: #f3a166;
}
table.table-type01 td {
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  padding: 2px 4px;
}
table.table-type00 {
  border-top: 0px solid #ffffff !important;
  border-left: 0px solid #ffffff !important;
}
table.table-type00 th {
  border-right: 0px solid #ffffff !important;
  border-bottom: 0px solid #ffffff !important;
  background-color: #ffffff !important;
}
table.table-type00 td {
  padding: 2px 2px;
  border-right: 0px solid #ffffff !important;
  border-bottom: 0px solid #ffffff !important;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.bg-gray {
  background-color: #f0f0f0;
}

.wd100 {
  width: 100%;
}
.wd90 {
  width: 90%;
}
.wd80 {
  width: 80%;
}
.wd75 {
  width: 75%;
}
.wd70 {
  width: 70%;
}
.wd65 {
  width: 65%;
}
.wd60 {
  width: 60%;
}
.wd55 {
  width: 55%;
}
.wd50 {
  width: 50%;
}
.wd45 {
  width: 45%;
}
.wd40 {
  width: 40%;
}
.wd35 {
  width: 35%;
}
.wd30 {
  width: 30%;
}
.wd25 {
  width: 25%;
}
.wd20 {
  width: 20%;
}
.wd15 {
  width: 15%;
}
.wd10 {
  width: 10%;
}

/* wordpress use */
/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.alignleft img {
  position: relative;
  z-index: 1000;
}

.alignright img {
  position: relative;
  z-index: 1000;
}

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

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .wp-caption.alignleft,
  figure.wp-caption.alignleft,
  img.alignleft {
    margin: 5px 20px 5px 0;
    max-width: 40%;
  }

  table td .extrainfo2 img.alignleft {
    max-width: 100%;
  }
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .wp-caption.alignright,
  figure.wp-caption.alignright,
  img.alignright {
    margin: 5px 0 5px 20px;
    max-width: 40%;
  }

  table td .extrainfo2 img.alignright {
    max-width: 100%;
  }
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  /* color: #220e10; */
  font-size: inherit;
  line-height: 1.5;
  font-size: 0.75rem;
  /* font-style: italic; */
  /* font-weight: 300; */
  margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Gallery */
.format-gallery {
  background-color: #fbca3c;
}

.format-gallery .entry-header {
  margin-bottom: 15px;
}

.format-gallery .entry-title {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
  color: #722d19;
}

/* Image */
.format-image .entry-title {
  font-size: 28px;
  font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
  display: none;
}

/* Video */
.format-video {
  background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
  color: #fbfaf3;
}

.format-video .entry-title {
  font-size: 50px;
  font-weight: 400;
}

.format-video .entry-meta {
  color: #220e10;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0;
}

.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0;
}

.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}

.attachment .entry-title:before {
  content: "\f416";
  font-size: 32px;
  margin-right: 10px;
}

.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px;
}

.attachment footer.entry-meta {
  display: none;
}

.attachment-meta:before {
  content: "\f307";
}

.full-size-link a:before {
  content: "\f402";
}

.full-size-link:before {
  content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
  color: #ca3c08;
}

.attachment .entry-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px 0;
}

.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}

.image-navigation a:hover {
  text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
  position: absolute;
  top: 50px;
}

.image-navigation .nav-previous {
  left: 0;
}

.image-navigation .nav-next {
  right: 0;
}

.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
  margin: 0 auto;
  max-width: 724px;
  text-align: center;
}

.attachment .entry-attachment .attachment {
  display: inline-block;
}

.attachment .entry-caption {
  text-align: left;
}

.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0;
}

.attachment .site-main .sidebar-container {
  display: none;
}

.attachment .entry-content .mejs-audio {
  max-width: 400px;
  margin: 0 auto;
}

.attachment .entry-content .wp-video {
  margin: 0 auto;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
  /* background-color: #fff; */
}

.error404 .page-title {
  /* line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto; */
}

.error404 .page-title:before {
  /* color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px; */
}

.error404 .page-wrapper {
  /* background-color: #e8e5ce; */
}

.error404 .page-header,
.error404 .page-content {
  /* margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%; */
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

.comments-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
}

.comment-author {
  float: left;
  max-width: 74px;
}

.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
  word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #ea9629;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 3px;
}

/* Comment form */
.comment-respond {
  background-color: #f7f5e7;
  padding: 30px 0;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}

.comment-reply-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@media (max-width: 1599px) {
  .site {
    border: 0;
  }
}

@media (max-width: 1069px) {
  .sidebar img.alignleft,
  .sidebar .wp-caption.alignleft {
    margin-left: 0;
  }

  .sidebar img.alignright,
  .sidebar .wp-caption.alignright {
    margin-right: 0;
  }

  .error404 .page-header {
    /* margin-left: auto;
		max-width: 604px;
		width: 100%; */
  }

  .archive-header,
  .search .page-header,
  .archive .page-header,
  .blog .page-header,
  .error404 .page-content,
  .search .page-content,
  .archive .page-content,
  .attachment .entry-header,
  .attachment .entry-content,
  .post-navigation .nav-links,
  .sidebar .site-info,
  .site-footer .widget-area {
    /* padding-left: 20px;
		padding-right: 20px; */
  }

  .error404 .page-title {
    /* font-size: 24px;
		padding: 180px; */
  }

  .error404 .page-title:before {
    /* font-size: 554px; */
  }

  .attachment .image-navigation {
    /* max-width: 724px; */
  }

  .image-navigation .nav-previous,
  .image-navigation .nav-next {
    /* position: static; */
  }

  .site-main .widget-area {
    /* margin-right: 60px; */
  }
}

@media (max-width: 999px) {
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta,
  .sidebar .comment-list,
  .sidebar .comment-reply-title,
  .sidebar .comment-navigation,
  .sidebar .comment-respond .comment-form,
  .sidebar .featured-gallery,
  .sidebar .post-navigation .nav-links,
  .author.sidebar .author-info {
    /* max-width: 604px;
		padding-left: 0;
		padding-right: 0; */
  }

  .sidebar .site-info,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .attachment .entry-header,
  .sidebar .comments-title {
    /* max-width: 604px; */
  }

  .sidebar .archive-meta,
  .attachment .entry-header,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .site-info,
  .sidebar .comments-title,
  .sidebar .no-comments {
    padding-left: 0;
    padding-right: 0;
  }

  .attachment .entry-meta {
    float: left;
    text-align: left;
    width: 100%;
  }

  .attachment .entry-content {
    /* max-width: 100%;
		padding: 40px 0; */
  }

  .format-status .entry-content {
    /* padding-top: 40px; */
  }

  .format-status .entry-meta {
    /* padding-bottom: 40px; */
  }

  .sidebar .format-status .entry-content,
  .sidebar .format-status .entry-meta {
    /* padding-left: 35px; */
  }

  .sidebar .format-status .entry-content:before,
  .sidebar .format-status .entry-meta:before {
    /* left: 10px; */
  }

  .sidebar .format-status .entry-content p:first-child:before {
    /* left: 4px; */
  }

  .sidebar .paging-navigation .nav-links {
    /* padding: 0 60px; */
  }

  .site-main .sidebar-container {
    /* height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px; */
  }

  .site-main .widget-area {
    /* float: none;
		margin: 0;
		width: 100%; */
  }

  .sidebar .site-footer .widget-area {
    /* max-width: 100%;
		left: 0; */
  }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
  .attachment .image-navigation,
  .attachment .entry-attachment .attachment {
    /* max-width: 604px;
		padding: 0;
		width: 100%; */
  }

  .gallery-caption {
    /* display: none; */
  }
}

@media (max-width: 643px) {
  #content .featured-gallery {
    /* padding-left: 24px; */
  }

  .gallery-columns-1 .gallery-item {
    /* margin-right: 0;
		width: 100%; */
  }

  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
    /* font-size: 22px;
		font-weight: bold; */
  }

  .format-quote blockquote,
  .format-status .entry-content {
    /* font-size: 18px; */
  }

  .format-quote blockquote small,
  .format-quote blockquote cite {
    /* font-size: 13px; */
  }

  .error404 .page-title {
    /* padding: 40px 0 0; */
  }

  .error404 .page-title:before {
    /* content: normal; */
  }

  .comment-author {
    /* margin-right: 30px; */
  }

  .comment-author .avatar {
    /* height: auto;
		max-width: 100%; */
  }

  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    /* width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px); */
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    /* width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px); */
  }

  .comment-form textarea {
    /* height: 80px;  */
    /* Smaller field for mobile. */
  }

  /* Audio */
  .format-audio .entry-content:before {
    /* display: none; */
  }

  .format-audio .audio-content {
    /* background-image: none;
		float: none;
		padding-left: 0;
		width: auto; */
  }
}

.screen-reader-text {
  display: none !important;
}
.page-links {
  margin-top: 16px;
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #f0f0f0;
  border-color: #999;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

/* Mobile devices */
@media (max-width: 359px) {
  .gallery {
    margin-left: 0;
  }

  .gallery .gallery-item,
  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }

  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }

  .gallery-columns-1 .gallery-item,
  .gallery-columns-1.gallery-size-medium .gallery-item,
  .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
  }

  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px;
  }

  .gallery br {
    display: none;
  }

  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }

  /* Comments */
  .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
  }

  .comment-author .avatar {
    display: inline;
    margin: 0 5px 0 0;
    max-width: 20px;
  }

  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 100%;
  }
}

/* スマホテーブル用 */
.table-wrap {
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 399px) {
  .table-wrap:before {
    content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059"; /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #e07903;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }
  .table-wrap {
    padding-top: 24px;
    overflow: scroll;
  }
  .table-wrap table {
    width: 640px !important;
  }

  /* 2列テーブルを1列に */
  .table-1col th,
  .table-1col td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.metaslider .flexslider .flex-direction-nav li a {
  opacity: 1 !important;
  background-image: url("../images/bg_direction_nav.png") !important;
  /* -webkit-transition: all .3s ease;
       -moz-transition: opacity .25s ease-in-out;
            transition: all .3s ease; */
}
.metaslider .flexslider .flex-next,
.metaslider .flexslider:hover .flex-next {
  opacity: 1 !important;
  right: -32px !important;
}
.metaslider .flexslider .flex-prev,
.metaslider .flexslider:hover .flex-prev {
  opacity: 1 !important;
  left: -32px !important;

  /* Fix for single character text */
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .metaslider .flexslider .flex-direction-nav li a {
    display: none !important;
  }
  .metaslider .flexslider .flex-next,
  .metaslider .flexslider:hover .flex-next {
    display: none !important;
  }
  .metaslider .flexslider .flex-prev,
  .metaslider .flexslider:hover .flex-prev {
    display: none !important;
  }
}
