/*
Theme Name: fmade-a2020
Version: 1.3
*/
@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Prompt");
@import url('//fonts.googleapis.com/css?family=Roboto');
@ms-viewport {
  width: device-width;
}
@font-face {
  font-family:Roboto, Meiryo,"Yu Gothic", "ヒラギノ角ゴ ProN W3", Arial, Prompt, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url('./fonts/Quicksand-Regular.ttf') format('truetype'), url('http://www.faleco.co.jp/order/wp-includes/fonts/DFMINP3.TTC') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  font-display:swap;
}

body {
  font-family:Roboto, Meiryo,"Yu Gothic", "ヒラギノ角ゴ ProN W3", Arial, Prompt, sans-serif;
  line-height: 1.5;
}

a {
  border: none;
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:link, a:visited {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

h1 {
  font-size: 0.5em;
  margin: 10px 0px;
}

h2 {
  margin: 5px 0 1.5em;
  padding: 5px 15px;
  border-left: 7px solid #B92A2C;
  font-size: 1.3em;
  font-weight: bold;
}

h3 {
  color: #111;
  font-size: 1.143em;
}

h4, h5, h6 {
  font-size: .875em;
  margin-top: 2em;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  height: 40px;
  width: 273px;
  border-radius: 6px;
  background: #FFF;
  color: #000;
  font-weight: normal;
}

input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

input:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  padding: 3px;
  border: 1px solid #ccc;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  width:273px;
  height: 40px;
  color: #000;
  font-weight: normal;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #F3CB59;
  outline: none;
  -webkit-box-shadow: 0 0 5px 0 #F3CB59;
  box-shadow: 0 0 5px 0 #F3CB59;
}

input[type="radio"] {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

::-webkit-input-placeholder,
:-moz-placeholder {
  color: #aaa;
}

div.wpcf7 input[type=file]{
  width: 273px;
}

.hide {
  display: none;
}

/*-----------------------------------*/
/* Header */
div#banner-top01 {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  padding-top: 94px;
}

div#contents-01 {
  width: 100%;
  height: 2200px;
  top: 100%;
  background-color: white;
}

#header {
  padding: 5px 0px;
  background-color: white;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

#header a {
  color: #000;
  font-size: 14px;
}

#header a:hover,
#header li:hover>a,
#header li.current_page_item>a {
  cursor: pointer;
  position: relative;
  padding:30px;
  background-color: #F6E3CE;
  display: inline-block;
}

#header li.current_page_ancestor>a {
  color: #d35134;
}

#header h1 {
  font-size: 0.5em;
  text-align: center;
}

/*gnav-css*/
.menu-font {
  font-size: 10pt;
  text-shadow: 0px 0px 0.2px #F58080;
  padding: 0px 15px;
}

#header [class*="menu"] ul {
  list-style-type: none;
  margin: 0 0 .5em;
  padding-left: 0;
  text-align: center;
}

#header [class*="menu"] ul>li {
  display: inline-block;
  border-right: 1px dotted #333;
  padding-right: 10px;
}

#header li[class*="has_children"]>a:after,
#header li[class*="has-children"]>a:after {
  content: '\f0d7';
  margin-left: 4px;
  font-family: 'FontAwesome';
}

#header ul.children,
#header ul.sub-menu {
  display: none;
  position: absolute;
  border: 1px dashed #ddd;
  background: rgba(255, 255, 255, .9);
  z-index: 2;
}

#header ul.children ul.children,
#header ul.sub-menu ul.sub-menu {
  top: -1px;
  left: 100%;
  width: 105%;
}

#header ul.children li,
#header ul.sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  padding: .2em .2em .2em 1em;
  border-bottom: 1px dashed #ddd;
  line-height: 2;
  font-size: .875rem;
  font-weight: normal;
  text-indent: -.7em;
  width: 194px;
}

#header ul.children li:hover,
#header ul.sub-menu li:hover {
  background: #fff;
}

#header [class*="menu"] ul li>ul li:last-child {
  border-bottom: none;
}

#header [class*="menu"] ul li>ul li>a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin: 0 4px 0 2px;
}

.inner {
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/****** header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  background: #FFF;
  line-height: 1;
  border-bottom: 1px #d5c7bf dotted;
  z-index: 999;
}

#top-head a,
#top-head {
  color: #000;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 14px;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 114px;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.sub-menu {
  display: none;
}

.jiseki-m:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    background: #FFF;
  }

  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #global-nav ul li {
    float: none;
    position: static;
  }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }

  #nav-toggle {
    display: block;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav slide anime */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/*gnav-css end*/
.cart {
  padding: 0;
  overflow: hidden;
}

.cart a i {
  padding: .4em;
  border-radius: 5px;
  background: #f3f3f3;
  color: #000;
  font-size: 1.5em;
}

.cart a i:hover {
  color: #D35134;
}

.cart span {
  position: absolute;
  width: 1.5em;
  margin-left: -.8em;
  border-radius: 50%;
  background: #e0e0e0;
  color: #D35134;
  line-height: 1.5em;
  font-family: normal;
  font-size: .75em;
  font-weight: bold;
  text-align: center;
}

/* Global navigation  kyu*/
.nav {
  margin: 0;
}

.nav-button {
  display: none;
}

/* Slider image for front page */
.top-slider {
  padding-bottom: 30px;
  overflow: hidden;
}

.top-slider img {
  display: block;
  margin: auto;
}

.top-slider a {
  display: block;
  height: 400px;
}

.top-slider-p {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0 10%;
  color: #fff;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  text-align: center;
  text-shadow: #777 1px 1px 10px;
}

.top-slider-title {
  bottom: 50%;
  font-size: 2em;
}

.top-slider-caption {
  top: 50%;
  font-size: 1.5em;
}

.top-slider .flexslider .slides>li {
  height: 400px;
}

/* Breadcrumbs */
#breadcrumbs {
  list-style: none;
  margin: 2em 0px 0em;
  padding: 10px 0px 10px 10px;
  font-size: .75em;
  background: #fafafa;
  color: #bb2828;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs li i {
  margin: 0 10px;
}

#breadcrumbs li:after {
  content: '\f105';
  margin: 0 10px;
  font-family: 'FontAwesome';
}

#breadcrumbs li:last-child:after {
  content: none;
  float: left;
}

/* Article metas */
.postinfo {
  margin: 0 0 .5em;
  padding-left: 0;
  color: #808080;
}

.postinfo li {
  display: inline-block;
  margin: 0 10px 3px 0;
}

.postinfo li a {
  display: inline-block;
}

.fa-red {
  color: #D35134;
}

.fa-green {
  color: #9BB73C;
}

.fa-blue {
  color: #002049;
}

/* Images */
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.alignleft {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 0 10px 20px;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  margin-top: 3px;
  color: #888;
  font-size: .75rem;
  font-style: italic;
  text-align: center;
}

/* article footer */
article footer {
  clear: both;
}

/* Navigation for next/previous articles */
.navlink {
  padding: 10px 0;
  border-top: 1px dotted #ddd;
  font-size: .875em;
}

.navlink-prev {
  float: left;
  width: 50%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.navlink-next {
  float: right;
  width: 50%;
  text-align: right;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.navlink-meta {
  display: block;
}

/* Main content */
section p,
article p,
article ul,
article ol,
article table,
article dl {
  font-size: .875rem;
}

article ul,
article ol {
  overflow: auto;
}

article h1 {
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

article h2 {
  margin: 0em 0em 0.5em 2em;
}

/* Blockquote */
blockquote {
  padding: 20px;
  background: #f3f3f3;
}

blockquote p {
  margin: 0 20px;
}

/* gallery */
.gallery dt {
  margin: 1%;
  padding: 0;
  border: none !important;
  background: none;
}

/* other styles*/
dl {
  margin: 1em 0;
}

dt {
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #f3f3f3;
}

dd {
  margin: 0;
}

cite, em, var, address, dfn {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

tt, code, kbd, samp {
  font-family: monospace;
}

ins {
  text-decoration: underline;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

strong, b {
  font-weight: bold;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* External media links */
.moveWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.moveWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive table */
table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

th, td {
  padding: 2px 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

thead th {
  background: #e8e8e8;
}

tbody th {
  background: #f8f8f8;
}

td {
  background: #fff;
}

.table_container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* page links */
#page-links {
  margin-bottom: 1em;
  line-height: 2em;
  text-align: center;
}

#page-links span {
  padding: 3px 13px;
  background: #F3EC70;
  color: #fff;
}

#page-links a span {
  background: transparent;
  color: #777;
}

#page-links a span:hover {
  background: #F4EFE3;
}

/* Comments */
#comments {
  margin: 20px 0;
  padding: 10px 20px;
  background: #FAFAFF;
  font-size: .875rem;
}

#comments>h3 {
  margin: .5em 0 0;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 1.25rem;
}

#comments footer {
  margin-top: 1em;
}

#comments ul {
  list-style-type: none;
  padding: 0;
}

.comment-body {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.comment-metadata {
  display: none;
  font-size: .75em;
}

.comment-content {
  margin-top: 1em;
}

.avatar {
  float: left;
  margin-right: 10px;
}

#comments .children {
  margin-left: 2em;
}

.bypostauthor b {
  color: #d35134;
}

.bypostauthor b:after {
  content: '';
  margin-left: 2px;
  font-family: 'FontAwesome';
}

.comments_pagination {
  margin-bottom: 5px;
}

.comments_pagination a {
  display: inline-block;
}

.comments_pagination a:hover {
  background: #F4EFE3;
}

.comments_pagination .page-numbers {
  padding: .3em .7em;
  font-size: .875em;
}

.comments_pagination .current {
  background: #F3EC70;
}

/* Comment form */
#respond {
  margin: 20px 0 0;
  padding: 10px 20px;
  background: #f3f3f3;
  font-size: .875em;
}

#respond h3 {
  margin: 0;
  border-bottom: none;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 1.25rem;
}

#respond form>p {
  margin: 1em 0;
}

#respond input,
#respond textarea {
  display: block;
}

#respond input {
  width: 100%;
  max-width: 400px;
}

#respond textarea {
  width: 100%;
  max-width: 600px;
  height: 100px;
}

#respond span {
  color: #d35134;
}

#respond .form-allowed-tags,
.comment-reply-link {
  display: none;
}


#respond input[type="submit"] {
  max-width: 200px;
  padding: 5px;
  background: #D35134;
  color: #fff;
}

#respond input[type="submit"]:hover {
  background: #C0401A;
}

/* Review comments */
.review-post h1 {
  margin-bottom: 0;
}

.review-post h3.comment-reply-title {
  font-size: 1rem !important;
  font-weight: normal;
  cursor: pointer;
}

.review-post form {
  display: none;
}

.no-review {
  margin: 1em 0 0;
  color: #aaa;
}

/* secret post */
.post-password-form input[type="submit"] {
  padding: 3px;
  border: 1px solid #ccc;
}

/* Item lists on front page */
.front-page h1 {
  margin: 1em 0 2em !important;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ddd;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  text-align: center;
}

.front-page i {
  display: block;
  margin: 0 auto -1.5em;
  background: #fff;
  text-align: center;
}

/* archive page */
.list h1,
.thumb h1 {
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.list h1 span,
.thumb h1 span {
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-weight: normal;
}

.list article h1 {
  margin-bottom: .5em;
}

/* Blog archive page */
.list>p {
  margin-bottom: 2em;
}

.list article {
  margin-bottom: 1em;
  padding: 10px 10px 0;
  border-bottom: 1px dotted #ddd;
  margin-left: 2%;
}

.list article.sticky {
  background: #eee;
  border-bottom: none;
}

.list article .attachment-thumbnail,
.list article .attachment-post-thumbnail,
.list article .attachment-150x150 {
  float: left;
  max-width: 150px;
  width: 25%;
  margin: 0 1em 1em 0;
  padding: 5px;
  border: 1px solid #eee;
  background: #fff;
}

.list article h1 a {
  color: #333;
}

.list article h1 a:hover {
  color: #D35134;
}

.link-next {
  margin-right: 1em;
  margin-top: 20px;
}

.link-next a {
  padding: 5px;
  background: #D35134;
  color: #fff !important;
  font-size: .975em;
  font-weight: normal;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

.link-next a:hover {
  background: #C0401A;
}

/* Item archive page */
.thumbnail-box a {
  color: #444;
  font-size: 1rem;
}

.thumbnail-box a:hover {
  opacity: .8;
}

.thumbnail-box h2 {
  margin: 10px 0 0;
  font-size: 1em;
  font-weight: normal;
}

.thumbnail-box span {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  font-size: .75em;
}

.thumbnail-box span.soldout {
  background: #D35134;
}

.thumbnail-box span.outofstock {
  background: #002049;
}

/* Blog sidebar */
#sidebar h1 {
  margin-top: 0;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 1.5em;
}

/* Pagination */
.page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-numbers li {
  display: inline-block;
  margin: 0 0 5px;
  line-height: 2em;
}

.page-numbers li:first-child {
  margin-left: 0;
}

.page-numbers li a,
.page-numbers li span {
  display: block;
  padding: 0 1em;
}

.page-numbers li span.current {
  background: #F3EC70;
  color: #fff;
  cursor: default;
}

.page-numbers a:hover {
  background: #F4EFE3;
}

/* No result, 404 */
.noresult, .nopage {
  margin-bottom: 1em;
  padding: 4em 1em;
  border: 1px solid #ddd;
  text-align: center;
}

.noresult .screen-reader-text {
  display: none;
}

.noresult form {
  max-width: 500px;
  margin: auto;
}

.nopage p.link {
  margin-top: 3em;
}

.nopage a {
  padding: 1em;
  background: #d35134;
  color: #fff;
}

.nopage a:hover {
  background: #C0401A;
}

/* Footer */
#footer {
  border-top: 1px solid #f3f3f3;
}

#footer h1 {
  font-size: 1.25em;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-weight: bold;
}

.page-template-uscescart-php #footer {
  padding-top: 0;
  border-top: none;
}

.copyright {
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  color: #777;
  text-align: center;
  border-top:1px solid #EEE;
}

.copyright p {
  margin: 0;
}

/* To page top */
.page-top {
  display: none;
  position: fixed;
  bottom: 31px;
  right: 40px;
  width: 4.5em;
  margin-bottom: 0;
  border-radius: 2.8em;
  background: rgba(191, 212, 165, .5);
  line-height: 4.5em;
  text-align: center;
}

.page-top a {
  display: block;
}

.page-top i {
  font-size: 1.5em
}

.page-top:hover {
  background: rgba(191, 212, 165, .8);
}

/* Blog search */
#searchform_s #s_posts,
#searchform #s {
  float: left;
  width: 80%;
  height: 2.2rem;
  padding: 5px 2%;
  border: solid 1px #ccc;
  border-right: none;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#searchsubmit_icon,
#searchsubmit {
  width: 20%;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0 5px 5px 0;
  background: #333;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 1.43em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#searchsubmit_icon:active,
#searchsubmit:active {
  background: #666;
}

/* Item sort for Welcart*/
.sort>li {
  list-style-type: none;
  font-size: .875em;
  text-align: right;
}

.sort-inline li {
  display: inline-block;
}

.sort input[type='submit'] {
  background: transparent;
  color: #D35134;
}

.sort input[type='submit']:hover {
  text-decoration: underline;
}

/* Widget */
.widget {
  margin-bottom: 1.5em;
  font-size: .875em;
}

.widget ul {
  list-style: none;
  padding-left: 0;
}

.widget ul li {
  padding-left: 1.2em;
  line-height: 1.7;
  text-indent: -1.1em;
}

.widget ul.sub-menu,
.widget ul.children {
  margin-left: 1em;
}

.widget ul li.current-menu-item>a {
  color: #d35134;
  font-weight: bold;
}

.widget ul.ucart_login_body li,
.widget ul li.post_list {
  margin-left: 0;
  text-indent: 0;
}

.widget ul.ucart_login_body li {
  padding-left: 0;
}

.widget_welcart_category ul li:before,
.usces_recent_entries ul li:before,
.widget_nav_menu ul li:before,
.widget_pages ul li:before,
.widget_welcart_page ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before {
  content: '\f0da';
  width: .3em;
  margin-right: 10px;
  font-family: 'FontAwesome';
}

.widget_welcart_category ul li ul li:before,
.usces_recent_entries ul li ul li:before,
.widget_nav_menu ul li ul li:before,
.widget_pages ul li ul li:before,
.widget_welcart_page ul li ul li:before,
.widget_categories ul li ul li:before,
.widget_archive ul li ul li:before {
  color: #666;
}

/* calendar */
#wp-calendar {
  max-width: 90%;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  background: #fff;
}

#wp-calendar caption {
  padding: 5px 0;
  background: #ddd;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 0;
  border: none;
  background: transparent;
}

#wp-calendar tfoot {
  background: #F0EAFF;
}

#wp-calendar a {
  color: #d35134;
  text-decoration: underline;
}

#wp-calendar a:hover {
  color: #C0401A;
}

/* Welcart Calendar */
.usces_calendar {
  margin-bottom: 10px;
}

.usces_calendar caption {
  padding: 5px;
  background: #ddd;
}

.usces_calendar th, .usces_calendar td {
  border: 1px solid #fff !important;
}

/* Welcart Bestseller */
.widget_welcart_bestseller ul {
  counter-reset: welcart_bs;
}

.widget_welcart_bestseller ul li {
  padding-left: 2em !important;
  text-indent: -2em;
}

.widget_welcart_bestseller li:before {
  counter-increment: welcart_bs;
  content: counter(welcart_bs);
  display: inline-block;
  width: 1.7em;
  margin: 0 5px 2px 0;
  border-radius: 50%;
  background: #f3f3f3;
  font-weight: bold;
  font-style: italic;
  text-indent: 0;
  text-align: center;
}

/* Welcart login widget */
.loginbox {
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
}

.loginbox input[type="submit"] {
  padding: 3px 5px;
  background: #444;
  color: #fff;
}

.loginbox input[type="checkbox"] {
  margin: 5px;
}

.loginmail,
.loginpass {
  width: 100%;
}

/* Single item page */
.zaiko_status {
  margin-top: 10px;
}

.field {
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  font-size: .875em;
}

.field .field_price {
  color: #8a8a8a;
  font-weight: bold;
}

table.item_option {
  max-width: 310px;
  width: 100%;
  margin-top: 1em;
  border: 1px dashed #ccc;
  background: #f8f8f8;
}

table.item_option caption {
  text-align: left;
}

table.item_option th,
table.item_option td {
  border: none;
  background: inherit;
  font-weight: normal;
}

table.item_option select {
  border: 1px solid #ccc;
}

.quant {
  display: inline-block;
  margin: 10px 5px 10px 0;
}

.quant input[type="button"] {
  width: 2.4em;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #eee;
  color: #999;
}

input.skuquantity {
  width: 3em;
  margin: 0 3px;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.item_custom_field {
  list-style-type: none;
  margin: 0;
  font-size: 1em;
}

.skudisp {
  margin-right: 10px;
}

/* Related Items, Reviews */
.related-item h1,
.review-post h1 {
  padding-top: 1em;
  border-top: 1px solid #eee;
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}

/* Buttons Add to cart, Inquiry, And search, Back to Home */
.skubutton,
.usces_search_button,
a.inquery_button,
a.back_to_top_button {
  padding: 7px 20px;
  background: #D35134;
  font-size: .875rem;
  color: #fff;
  display: inline-block;
}

.skubutton:hover,
.usces_search_button:hover,
a.inquery_button:hover,
a.back_to_top_button:hover {
  background: #C0401A;
}

.skubutton:active,
a.inquery_button:active,
.usces_search_button:active,
.back_to_top_button:active,
.use_point_button:active {
  position: relative;
  top: 1px;
}

/* Cart page */
#inside-cart .postage_privilege {
  margin: 1em 0 2em;
  padding: 1.5em 0;
  background: #F4EFE3;
  color: #505050;
  font-size: 1em;
  text-align: center;
}

#inside-cart .postage_privilege span {
  font-weight: bold;
}

/* Confirmation Page */
.confiem_notice {
  margin-bottom: 1em;
}

.use_point_button {
  margin: 5px 0;
  padding: 5px 10px;
  background: #7A7979;
  color: #fff;
}

.use_point_button:hover {
  background: #5F615F;
}

/* And search */
#searchbox h1 span {
  font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-weight: normal;
}

.sp-logo {
  display: none;
}

/* media query start*/
@media only screen and (max-width :960px) {
  input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 200%;
  }

  .sp-logo {
    display: block;
    width: 191px;
    margin: 10px auto;
  }

  #header {
    padding: 0px 0px;
    font-family: 'DFPHSMincho-W3', 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  }

  #header h1 {
    display: none;
  }

  .nav {
    border: 3px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .nav-button {
    display: block;
    margin: 10px 0;
    padding: 0;
    border: none;
    background: inherit;
    font-size: 1.125em;
    cursor: pointer;
    text-align: right;
  }

  .menu-wrap {
    display: none;
    margin: 0;
    padding: 0 0 .5em;
  }

  #header [class*="menu"] ul>li {
    display: list-item;
    margin: 0;
    line-height: 2.25em;
  }

  #header [class*="menu"] ul>li a {
    display: block;
    border-top: 1px dotted #fff;
  }

  #header [class*="menu"] ul {
    float: none;
    text-align: right;
    margin-bottom: 0;
  }

  #header [class*="menu"] ul li>ul {
    position: static;
    border: none;
    background: transparent;
  }

  #header [class*="menu"] ul li>ul li {
    border-bottom: none;
    line-height: inherit;
    text-indent: 0;
    margin-left: 10%;
  }

  #header [class*="menu"] ul li>ul li a:before {
    content: none;
  }

  #header ul.children ul.children,
  #header ul.sub-menu ul.sub-menu {
    width: 100%;
  }

  #header ul.children li:hover,
  #header ul.sub-menu li:hover {
    background: transparent;
  }

  div#banner-top01 {
    width: 100%;
    padding: 48px 0px 0px 0px;
    text-align: center;
    background-color: #FFFFFF;
  }

  #catpad {
    padding: 0px !important;
  }

  .topbutton {
    top: auto !important;
    left: 0% !important;
  }

  .topbutton2 {
    top: auto !important;
    left: 0% !important;
  }

  .header-img {
    width: auto;
    height: auto;
    padding-top: 0% !important;
    background: none !important;
  }

  .header-img img {
    display: inline-block !important;
  }

  .logo img {
    display: none;
  }

  .con-left {
    width: 100% !important;
    padding: 4.2% 2% ! important;
  }

  .con-right {
    width: 100% !important;
    padding: 4.2% 2% !important;
  }

  .con-leftimg {
    width: 100% !important;
    padding: 1.3% 3.7% !important;
  }

  .con-rightimg {
    width: 100% !important;
    padding: 1.3% 3.7% !important;
  }

  .odfl {
    background: none !important;
    width: 100% !important;
    height: auto !important;
    clear: left;
    margin-left: auto !important;
    text-align: center;
    background-color: #FBF8EF !important;
    border-top: 5px dotted #f3f3f3;
  }

  .odfl p {
    margin: 4% 1% 0% 1% !important;
  }

  .odfr {
    background: none !important;
    width: 100% !important;
    height: auto !important;
    clear: right;
    margin-top: 5%;
    margin-right: auto !important;
    text-align: center;
    background-color: #FBF8EF !important;
    border-top: 5px dotted #f3f3f3;
  }

  img.full {
    display: inline-block !important;
  }

  img.semi {
    display: inline-block !important;
  }

  .odfr p {
    margin: 4% 1% 0% 1% !important;
  }

  .odfl-cf7 {
    width: 100% !important;
    padding: 1.3% 3.7% !important;
  }

  .top-slider a {
    height: 200px;
  }

  .top-slider-p {
    font-size: 1em;
  }

  .top-slider .flexslider .slides>li {
    height: 180px;
    background-size: auto 100% !important;
  }

  .list article .attachment-thumbnail,
  .list article .attachment-post-thumbnail,
  .list article .attachment-150x150 {
    display: block;
    float: none;
    width: 100%;
    margin: .5em auto;
  }

  .postinfo {
    margin: 10px 0;
    clear: both;
  }

  blockquote {
    margin: 0;
  }

  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin: auto;
  }

  #comments .children {
    margin-left: 0;
  }

  #respond input[type="submit"] {
    max-width: inherit;
  }

  .noresult form {
    max-width: 90%;
  }

  #sidebar {
    margin-top: 2em;
  }

  .widget ul li {
    padding: .5em 0 .5em 1.2em;
    border-top: 1px dashed #ccc;
  }

  .widget ul li a {
    padding: 5px 0;
  }

  .widget ul.children li:first-child,
  .widget ul.sub-menu li:first-child {
    margin-top: .5em;
  }

  .widget ul.children li:last-child,
  .widget ul.sub-menu li:last-child {
    padding-bottom: 0;
  }

  #wp-calendar,
  .usces_calendar {
    max-width: none;
    width: 90%;
    margin: 0 auto 10px;
  }

  #cart .subtotal em.tax {
    display: block;
  }

  .page-top {
    bottom: 5px;
    right: 5px;
    width: 2em;
    border-radius: 1em;
    line-height: 2em;
    font-size: 1.5em;
  }

  .page-top i {
    font-size: 1em;
  }

  .formError {
    left: 30% !important;
  }

  .formErrorContent {
    width: 93%;
  }
}

/* ************************ */
/*  athers */
.con-left {
  float: left;
  width: 50%;
  padding: 5.7% 2%;
  background-color: #FFFFFF;
}

.con-left img {
  width: 85%;
}

.con-right {
  float: right;
  width: 50%;
  padding: 5.7% 2%;
  background-color: #FFFFFF;
}

.con-right img {
  width: 85%;
}

.con-leftimg {
  float: left;
  width: 50%;
  text-align: center;
  padding: 1.3% 9%;
  background-color: #EFEFFB;
}

.con-rightimg {
  float: right;
  width: 50%;
  text-align: center;
  padding: 1.3% 9%;
  background-color: #EFF8FB;
}

.odfl {
  width: 500px;
  height: 491px;
  float: left;
  margin-left: 5%;
  padding: 1.3% 6%;
  background: url(/order/wp-content/uploads/sites/2/2014/10/orderframefull.jpg) no-repeat center;
  -moz-background-size: 99% auto;
  background-size: 99% auto;
}

.odfr {
  width: 500px;
  height: 491px;
  float: right;
  margin-right: 5%;
  padding: 1.3% 6%;
  background: url(/order/wp-content/uploads/sites/2/2014/10/orderframesemi.jpg) no-repeat center;
  -moz-background-size: 99% auto;
  background-size: 99% auto;
}

img.full {
  display: none;
}

img.semi {
  display: none;
}

.odfl-cf7 {
  width: 33%;
  float: left;
  text-align: center;
  padding: 1% 5%;
}

.top-proga {
  float: left;
  border-top: 3px dotted #f3f3f3;
  border-bottom: 3px dotted #f3f3f3;
  padding: 30px;
  background-color: white;
}

.space {
  width: 100%;
  padding-top: 140px;
  background-color: #FFFFFF;
}

.spacehf {
  width: 100%;
  height: 35px;
  text-align: center;
  margin: 10px;
}

.conpg-tb {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#catpad {
  padding: 50px;
}

.topbutton {
  float: left;
  z-index: 100;
  width: 100%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 60%;
  padding: 10px 0px;
}

.header-img {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25%;
  background: url(/order/wp-content/uploads/sites/2/2014/10/header.png) no-repeat center;
  -moz-background-size: 99% auto;
  background-size: 99% auto;
  background-color: #FFFFFF;
}

.header-img img {
  display: none;
}

.logo {
  width: 100%;
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.logo a {
  display: inline-block;
}

.top-bn {
  width: 100%;
  max-width: 1600px;
  padding: 10px 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-top: 5px dotted #f3f3f3;
}

.top-bn img {
  padding: 2px;
}

.topbn-row {
  display: inline-block;
}

.topbn-row a {
  display: inline-block;
}

.topbn-row a:hover {
  background-color: #FF7F50;
}

div#bn-f {
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background-color: #FFFFFF;
}

@media only screen and (max-width :920px) {
  .space {
    width: 100%;
    padding-top: 60px;
  }

  .header-img {
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-size: 99% auto;
    margin-top: 0%;
  }

  .logo {
    display: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}

.table-style01 {
  max-width: 920px;
  margin: 30px 0px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-style01 th, .table-style01 td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table-style01 th {
  background-color: #F6E3CE;
  font-weight: bold;
}

@media screen and (max-width:720px) {
  .table-style01 th, .table-style01 td {
    display: block;
  }
}

.table-style02 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-style02 th, .table-style02 td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table-style02 th {
  background-color: #000000;
  font-weight: bold;
  color: #FFFFFF;
}

@media screen and (max-width:720px) {
  .table-style02 th, .table-style02 td {
    display: block;
  }
}

.table-style03 {
  max-width: 920px;
  margin: 30px 0px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-style03 th, .table-style03 td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table-style03 th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.table-style03 td {
  text-align: left;
}

@media screen and (max-width:720px) {
  .table-style03 th, .table-style03 td {
    display: block;
  }
}

/*アコーディオン*/
.dt-top {
  text-align: center;
  line-height: 60px;
  max-width: 920px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}

dl.acdn {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  position: relative;
}

dl.acdn dt {
  padding: 10px 10px;
  color: #FAFAFA;
  cursor: pointer;
  background: #585858;
  border-left: #222 2px solid;
  border-bottom: #000 1px solid;
  position: relative;
}

dl.acdn dt.active,
dl.acdn dt.ov {
  background: #000;
  border-left: #EB0F0F 4px solid;
}

dl.acdn dt.active {
  color: #FFF;
}

dl.acdn dd {
  border-bottom: #000 1px solid;
  position: relative;
}

dl.acdn dd p {
  text-align: left;
  padding: 10px 10px;
  background: #efefef;
}

/*アコーディオン*/
dl.acdn2 {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

dl.acdn2 dt {
  padding: 10px 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 8px;
  border-left: #aaa 2px solid;
  border-right: #aaa 1px solid;
  position: relative;
}

dl.acdn2 dt.active,
dl.acdn2 dt.ov {
  opacity: 0.8;
  border-left: #EB0F0F 4px solid;
}

dl.acdn2 dt.active {
  color: #C1C1C1;
}

dl.acdn2 dd {
  position: relative;
}

dl.acdn2 dd p {
  text-align: left;
  margin: 10px;
}

/* RS追加 */
.type-page h4 {
  font-size: 24px;
  border-left: 6px solid #6f5555;
  padding-left: 10px;
  color: #6f5555;
}

.odcatl {
  width: 496px;
  float: left;
  margin-left: 5.2%;
  margin-bottom: 20px;
}

.odcatr {
  width: 496px;
  float: right;
  margin-right: 5.2%;
  margin-bottom: 20px;
}

.odcat {
  background: #FFF;
  padding-bottom: 40px;
  z-index: 10;
}

.odcatwrap {
  padding: 40px 0 20px 0;
  background: url('/order/wp-content/uploads/sites/2/2015/10/catbg.jpg');
}

.toptxt {
  padding: 0 14%;
  font-size: 1.1em;
  margin: 20px 0;
  line-height: 1.7em;
}

/* .temph3 {text-align:center; font-size:1.6em;} */
.box h3 {
  text-align: center;
  padding: 13px 0;
  font-size: 1.5em;
}

.box {
  background: none repeat scroll 0 0 #ececec;
  margin: 40px auto;
  width: 100%;
}

.effect2 {
  position: relative;
}

.effect2:before, .effect2:after {
  background: none repeat scroll 0 0 #777777;
  bottom: 9px;
  box-shadow: 0 5px 6px #777777;
  content: "";
  left: 10px;
  max-width: 300px;
  position: absolute;
  top: 80%;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  width: 50%;
  z-index: -1;
}

.effect2:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}

.conpg-tb {
  position: relative;
  z-index: 0;
}

.jisseki02 img {
  padding: 0 10%;
  margin-left: 30px;
  margin-top: 60px;
}

.jisseki03 p {
  line-height: 1.6em;
}

.jisseki04imga {
  padding: 0 40% 0 0;
  margin: 30px 0 10px 0;
}

.jisseki04imgb {
  padding: 0 0 0 40%;
  margin: 10px 0 30px 0;
}

.jisseki05 img {
  padding-top: 30%;
}

.jisseki06 img {
  padding-left: 10%;
}

.h_inq {
  background: #fff;
  padding: 20px 0 40px 0;
}

.detailtable {
  width: 60%;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d8d8d8;
}

.detailtable th {
  -moz-box-sizing: border-box;
  /* box-size[border・padding 込み] */
  box-sizing: border-box;
  /* box-size[border・padding 込み] */
  border: 1px solid #d8d8d8;
  padding: 15px 10px 12px;
  width: 30%;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f0ef;
}

.detailtable td {
  padding: 15px 10px 12px;
  text-align: left;
  vertical-align: top;
  border-top: dotted 1px #d8d8d8;
}

@media (max-width: 579px) {
  .detailtable {
    width: 100%;
    border-bottom: none;
  }

  .detailtable th {
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
  }

  .detailtable td {
    padding: 5px 10px;
    width: 100%;
    display: list-item;
    /* リストに変換 */
    list-style: none;
    /* リストに変換によるドットを非表示 */
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #d8d8d8;
  }
}

.sizetable, .sizetable td {
  border: none;
  vertical-align: top;
}

@media screen and (max-width:920px) {
  .odcatl, .odcatr {
    width: 100%;
    padding: 1.3% 6%;
    margin: 10px 0;
  }

  .jisseki02 img {
    padding: 0 !important;
  }

  .jisseki02spa {
    margin: 30px 0 0 0 !important;
    width: 40%;
    float: left;
  }

  .jisseki02spb {
    float: right;
    margin: 40px 0 0 0 !important;
    width: 50%;
  }

  .jisseki04 img {
    padding: 0;
  }

  .jisseki04imga {
    margin: 10px 0 0 0 !important;
    width: 40%;
    float: right;
  }

  .jisseki04imgb {
    float: left;
    margin: 20px 0 0 0 !important;
    width: 50%;
  }

  .jisseki05 img {
    padding: 0% 0 0% 0% !important;
  }

  .jisseki06 img {
    margin-top: 20px;
    padding-left: 0%;
  }

  .h_inq {
    background: #fff;
    padding: 20px 0 10px 0;
  }

  .odcatl img, .odcatr img {
    width: 100%;
  }

  .hide-for-small-only {
    display: none;
  }

  .toptxt {
    padding: 0;
    font-size: 1em;
    margin: 20px 0;
    line-height: 1.6em;
  }

  article h2 {
    margin: 1em 0em 1em 0em;
  }

  .box h3 {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 641px) and (max-width:1024px) {
  /* tab */
  .small-only {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  /* PC */
  .small-only {
    display: none;
  }
}

.fmblog {
  background-color: #FFFFFF;
  padding: 1% 5%;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

.fmblog .wdates {
  text-align: right;
  margin: -30px 0px 10px 0px;
  font-size: 12px;
}

.fmblog h2 {
  margin: 0 0 1.5em;
  padding: 0.8em;
  border-left: 7px solid #B92A2C;
  border-bottom: 1px dashed #B92A2C;
  font-size: 1.6em;
  font-weight: bold;
}

.fmblog h3 {
  position: relative;
  color: #111;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0.5em 0.5em 0.5em 1.7em;
  border-bottom: 3px solid #B92A2C;
}

.fmblog h3:before {
  content: "";
  position: absolute;
  background: #d48789;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.fmblog h3:after {
  content: "";
  position: absolute;
  background: #d26466;
  top: 1.0em;
  left: 0;
  height: 8px;
  width: 8px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

.fmblog h4 {
  margin: 0 0 1.1em;
  padding: 0.4em;
  border-left: 7px solid #B15E5F;
  font-size: 0.9em;
  font-weight: bold;
}

@media screen and (max-width: 970px) {
  .fmblog {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  div#banner-top01 {
    padding: 40px 0px 0px 0px;
  }

  .fmblog .wdates {
    text-align: right;
    margin: 0px 0px 10px 0px;
    font-size: 10px;
  }

  .fmblog h2 {
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #B92A2C;
    border-bottom: 1px dashed #B92A2C;
    font-size: 1em;
    font-weight: bold;
  }

  .fmblog h3 {
    position: relative;
    color: #111;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
  }

  .fmarchive h2 {
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-bottom: 1px dashed #B92A2C;
    font-size: 1em;
    font-weight: bold;
  }
}

.fmposthm {
  margin-bottom: 20px;
}

.fmarchive {
  margin-bottom: 1em;
  padding: 10px 10px 0;
  border-top: 1px dotted #ddd;
  margin-left: 2%;
}

.ryo {
  position: relative;
  color: #111;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0 auto 1.5em;
  border-bottom: 3px solid #B92A2C;
  width: 80%;
}

@media screen and (max-width: 960px) {

  #header li[class*="has_children"]>a:after,
  #header li[class*="has-children"]>a:after {
    content: '\f0d7';
    margin-left: 10px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #6A5050;
  }

  #header [class*="menu"] ul>li {
    border-right: none;
    padding-right: 10px;
    border-bottom: 1px solid #EEE;
  }
}

p.review {
  width: 100%;
  border-radius: 5px;
  border: 1px #ccc solid;
  padding: 10px;
  position: relative;
}

.odfl-frame {
  width: 100%;
  background-color: #f9f8f4;
  padding: 20px;
}

.form-step {
  font-weight: bold;
  color: #FFF;
  background: #D8C9C9;
  padding: 10px;
  text-align: center;
}

.form-des {
  background: #FFF;
  padding: 20px;
  margin: 10px;
  font-size: 14px;
}

.form-com {
  color: #453636;
  padding: 5px 10px;
  text-shadow: 0 0.1px 0 #f3f3f3;
  font-weight: bold;
}

.odfl-cf7-2 {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 1%;
}

.form-step-l {
  font-weight: bold;
  color: #FFF;
  background: #D8C9C9;
  padding: 10px;
  text-align: center;
}

.submit-b {
  padding: 0.4em 3em !important;
      background: #8a5454;
      color: #FFF;
      font-weight: bold;
      height: 75px;
  }

}


@media only screen and (max-width: 440px) {
  .submit-b {
    padding: .4em 1em !important;
  }
}

.h3-nagare {
  color: #585858;
  font-size: 1.143em;
  border-bottom: 1px solid #c7c1c1;
}

.nagare-div {
  padding: 10px 10%;
}

@media only screen and (max-width: 960px) {
  .nagare-div {
    padding: 10px 0px !important;
  }
  .odfl-cf7-2 {
    width: 100%!important;
    padding: 1.3% 0!important;
  }
  .odfl-frame {
    padding: 0px;
  }
}

.spacefff {
  margin: 30px 0px;
}

.j-pro {
  float: left;
  max-width: 400px;
  margin-left: 10%;
}

.j-pro2 {
  float: left;
  max-width: 400px;
  margin-left: 5%;
}

.j-pro3 {
  margin-left: 5%;
}

@media only screen and (max-width :960px) {
  .spacefff {
    margin: 0px;
    padding: 0px;
  }

  .j-pro {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .j-pro2 {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

/*****20181004追加*/
.pp {
  padding: 3.7% 0 0 7%;
}

.smc {
  border-style: none;
  font-size: 12pt;
  margin-left: 20px;
}

.smc td {
  border-style: none;
}

.chaku {
  font-size: 14pt;
  margin: 10% 0 10px;
  border-bottom: 1px solid #a5a5a5;
}

.al {
  margin-top: -150px;
  padding-top: 150px;
}

.h3sm {
  text-align: center;
  border-bottom: 1px solid;
  color: #584040;
  max-width: 709px;
  margin: 15px auto;
}

.sm-samg {
  width: 76%;
  margin: 0 auto;
}

.button-wrapper2 {
  display: inline-block;
  margin: 3px;
  padding: 2px;
}

.dark-button,
.dark-button-2 {
  background: #333;
}

.button2 {
  background: #fff;
  border: 1px solid;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-in-out 0.35s;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}

.dark-button .button,
.dark-button .button span {
  background: #e26d6d;
  color: #fff;
}

.dark-button .button:after,
.dark-button .button:before,
.dark-button .button:hover span {
  background: #fff;
  color: #444;
}

.dark-button-2 .button,
.dark-button-2 .button span {
  background: #333;
  color: #fff;
}

.dark-button-2 .button:after,
.dark-button-2 .button:before,
.dark-button-2 .button:hover span {
  background: #fff;
  color: #444;
}

.bu {
  display: block;
  padding: 15px 30px;
  background: #fdfbe4;
  z-index: 100;
  position: relative;
  transition: all 0.35s ease-in-out 0.35s;
}

.bu2 {
  display: block;
  padding: 15px 30px;
  background: #fff;
  z-index: 100;
  position: relative;
  transition: all 0.35s ease-in-out 0.35s;
}

.button2:hover .bu2 {
  background: #e26d6d;
  color: #fff;
  transition: all 0.35s ease-in-out 0.35s;
}

.button2:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e26d6d;
  transition: all 0.35s ease-in-out 0.5s;
}

.button2:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out 0.35s;
}

.button2:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e26d6d;
  transition: all 0.35s ease-in-out 0.5s;
}

.button2:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out 0.35s;
}

@media screen and (max-width:440px) {
  .button2 {
    width: 268px;
  }
}

.tabss {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  float: left;
}

.tab_item1 {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #4e4b4b;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item1:hover {
  opacity: 0.75;
}

input[name="tab_item1"] {
  display: none;
}

.tab_content1 {
  display: none;
  clear: both;
  overflow: hidden;
}

#all:checked~#all_content, #programming:checked~#programming_content, #design:checked~#design_content {
  display: block;
}

.tabss input:checked+.tab_item1 {
  background-color: #7d7777;
  color: #fff;
}

/****** 202002  *****/
.navOpen {
  overflow: hidden;
}

.wrapper {
  transition-duration: 0.5s;
  transition-timing-function: swing;
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.wrapper.open {
  transform: translateX(300px) translateY(50px);
  -webkit-transform: translateX(300px) translateY(50px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.openNav {
  transition-duration: 0.5s;
  transition-timing-function: swing;
  width: 58px;
  height: 58px;
  background-color: #d9c9c1;
  position: fixed;
  top: 30px;
  left: 4%;
  z-index: 9999;
}

.openNav:hover {
  cursor: pointer;
}

.openNav .icon {
  transition-duration: 0.2s;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: white;
  top: 24px;
  left: 10px;
}

.openNav .icon p {
  margin: 8px auto;
  color: #555;
}

.openNav .icon:before,
.openNav .icon:after {
  transition-duration: 0.5s;
  background-color: white;
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 0px;
}

.openNav .icon:before {
  top: -7px;
}

.openNav .icon:after {
  top: 7px;
}

.openNav.open {
  transform: translateX(250px) translateY(50px);
  -webkit-transform: translateX(250px) translateY(50px);
}

.openNav.open .icon {
  background-color: transparent;
}

.openNav.open .icon:before,
.openNav.open .icon:after {
  top: 0;
}

.openNav.open .icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.openNav.open .icon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

nav {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}

nav ul {
  width: 300px;
  margin-top: 80px;
  padding: 0px;
}


nav ul li {
  transition-duration: 0.25s;
  display: block;
  text-align: center;
  margin: 10px;
  padding: 1px;
  font-size: 10pt;
  letter-spacing: 0.02em;
}

nav ul li:hover {
  cursor: pointer;
}

nav ul li:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgb(175, 175, 175), transparent);
  background: linear-gradient(to right, rgb(175, 175, 175), transparent);
}


nav ul li a {
  color:#464646;
}

nav ul li a:hover {
  color: #efa7a7;
  font-weight: bold;
}

/* メニュー全体 */
.jiseki-m {}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.jiseki-m input {
  display: none;
}

/* 開いた状態のサブメニュー */
.jiseki-m input:checked+ul {
  line-height: 1.5;
  padding: 1rem 1rem;
  height: 100%;
}

/* 閉じた状態のサブメニュー */
.jiseki-m ul {
  overflow: hidden;
  width: 100%;
  line-height: 0;
  padding: 0 1rem;
  transition: 0.1s;
  height: 0px;
  /* 下記は開閉によらず共通の設定 */
  background: #fbf8ef;
  list-style: none;
  margin: 0;
  margin-bottom:10px;
}

.jiseki-m li {
  margin: 5px;
  padding: 1px;
}

/* 親項目の装飾 */
.jiseki-m label {
  display: block;
  cursor: pointer;
  color:#464646;
}

.jiseki-m label:hover {
  color: #efa7a7;
}

@media only screen and (max-width:920px) {
  #top-head.fixed {
    height: 58px;
  }

  .openNav {
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
  }
}
