@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* ---------------------------
 * utility   
----------------------------- */
/* Links */
a,
a:focus,
a:hover {
  color: inherit;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.hover-none:hover {
  opacity: inherit;
  text-decoration: none;
}

main a {
  color: #0058d0;
}

/* list*/
ul,
ol {
  padding: 0 0 0 1.4em;
}

/* Font */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}

.font-size12 {
  font-size: 12px;
}

.font-size14 {
  font-size: 14px;
}

.font-size16 {
  font-size: 16px;
}

/* color */
.red {
  color: #DC000C;
}

.white {
  color: #fff !important;
}

.bg-yellow {
  background-color: #FFE100;
}

.col-outer {
  background-color: aquamarine;
}

.col-inner {
  background-color: bisque;
}

/* ブレークポイント */
/* その他 */
/* 画像の設定 */
.aligncenter {
  display: block;
  margin: 30px auto 30px auto;
}

.alignleft {
  float: left;
  margin: 8px 20px 8px auto;
}

.alignright {
  float: right;
  margin: 8px auto 8px 20px;
}

article img,
.wp-caption {
  max-width: 100%;
  height: auto;
}

/* H1-6 */
h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

/* 強調 */
.emphasis {
  font-weight: bold;
  font-size: 1.3rem;
}

/* -------------------------------
   -------------------------------

  Layout

--------------------------------
-------------------------------- */
body {
  color: #222;
  background-color: #fff;
  font-size: 16px;
  font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}

/* containerを変更  */
.container {
  max-width: 1000px;
}

/* トップページ、固定ページ、ブログページのコンテンツ部分 */
.front-page-area,
.page-area,
.blog-area {
  min-height: 90vh;
  margin-top: 0px;
  /* ヘッダーを固定にしたため設定 */
}

.front-page-area {
  margin-top: 0px;
  /* ヘッダーを固定にしたため設定 */
}

.sidebar-wrap {
  background: #fff;
}

.content-outer {
  min-height: 50vh;
  background: #fff;
}

.breadcrunb-wrap {
  font-size: .8rem;
}

/* -------------------------------
-------------------------------

  Header

-------------------------------
-------------------------------- */
header {
  /*
  position: fixed;
  top: 0;
  */
  width: 100%;
  margin-top: 0;
  padding: 0px 0 0px 0;
  z-index: 777;
  border-top: 8px solid #000;
  background-color: #fff;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-brand img {
  width: 150px;
  height: auto;
  padding-top: 13px;
}

/* ヘッダーの右側　電話、営業時間、お問い合わせのエリア */
.header-right {
  display: flex;
  padding: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-telTime-wrap {
  width: 280px;
}

.header-tel {
  padding: 0 0 0 65px;
  background: url("./image/icon_freedial.png") no-repeat 5px 0;
  background-size: 50px 28px;
  color: #6eb92b;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -1px;
}

.header-time {
  position: relative;
  top: 0;
  color: #777;
  font-size: 0.85rem;
}

.header-contact-wrap {
  width: 250px;
}

.header-contact-wrap a {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border: 2px solid #6eb92b;
  color: #6eb92b;
  text-align: center;
}

.header-contact-wrap a:hover {
  background-color: #6eb92b;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

/* -------------------------------
-------------------------------

  Navigation

-------------------------------
-------------------------------- */
.header-nav-outer {
  background-color: #008a3e;
}
.header-nav-outer .container {
  padding-top: 0;
}

.nav-overlay {
  display: none;
}

.header-nav-menu-wrap {
  display: none;
}

.header-nav-pc {
  color: #fff;
  text-align: center;
}

.header-nav-pc ul {
  margin: 0;
  padding: 0;
}

.header-nav-pc ul li {
  display: inline-block;
  position: relative;
}
.header-nav-pc ul li:not(:last-child):after {
  content: '';
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: #fff;
  position: absolute;
}

.header-nav-pc ul li a {
  display: block;
  padding: 13px 50px 12px 10px;
  letter-spacing: 1px;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .header-nav-pc ul li a {
    padding: 18px 14px 15px 14px;
  }
}

.header-nav-pc ul li a:hover {
  text-decoration: none;
}

.header-nav-pc .header-telTime-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  #nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 888;
  }
  .header-nav-menu-wrap {
    display: block;
    position: fixed;
    top: 18px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 1;
    text-align: center;
    z-index: 999;
  }
  .header-nav-switchBtn {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .header-nav-switchBtn-sytle1 {
    position: absolute;
    top: 13px;
    left: 8px;
    display: block;
    width: 30px;
    height: 2px;
    border: 1.5px solid #777;
    transition: all 0.5s linear;
  }
  .header-nav-switchBtn-sytle2 {
    position: absolute;
    top: 23px;
    left: 8px;
    display: block;
    width: 30px;
    height: 2px;
    border: 1.5px solid #777;
    transition: all 0.5s linear;
  }
  .header-nav-switchBtn-sytle3 {
    position: absolute;
    top: 33px;
    left: 8px;
    display: block;
    width: 30px;
    height: 2px;
    border: 1.5px solid #777;
    transition: all 0.5s linear;
  }
  #header-nav-switchBtn.btnclose .header-nav-switchBtn-sytle1 {
    position: absolute;
    top: 22px;
    left: 10px;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
  }
  #header-nav-switchBtn.btnclose .header-nav-switchBtn-sytle2 {
    display: none;
  }
  #header-nav-switchBtn.btnclose .header-nav-switchBtn-sytle3 {
    position: absolute;
    top: 22px;
    left: 10px;
    width: 30px;
    height: 2px;
    transform: rotate(-45deg);
  }
  .header-nav-pc {
    float: none;
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 70px 0 20px 0;
    background-color: #000;
    z-index: 900;
  }
  .header-nav-pc ul {
    margin: 0;
    padding: 0;
  }
  .header-nav-pc ul li {
    display: block;
  }
  .header-nav-pc ul li:not(:last-child):after {
    content: none;
  }
  .header-nav-pc ul li a {
    display: block;
    padding: 20px 15px;
    color: #fff;
  }
  .header-nav-pc ul li a:hover {
    text-decoration: none;
  }
  .header-nav-pc .header-telTime-wrap {
    display: block;
    width: 100%;
  }
  .header-nav-pc .header-tel {
    padding: 10px 0 0 0px;
    background: none;
    color: #6eb92b;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .header-nav-pc .header-tel span {
    position: relative;
    top: 3px;
    left: 10px;
  }
  .header-nav-pc .header-time {
    margin-top: 5px;
    color: #fff;
    font-size: 0.75rem;
  }
}

/* -------------------------------
-------------------------------

  Footer

-------------------------------
-------------------------------- */
footer {
  /* お問い合わせ */
}

footer .footer1-outer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ddd;
}

footer .footer1-outer .container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
}

footer .top-contact-block {
  text-align: center;
}

footer .top-contact-block:first-child {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 576px) {
  footer .top-contact-block:first-child {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

footer .top-contact-block h2 {
  font-size: 1.4rem;
}

footer .top-contact-block .top-contact-block-reed {
  font-size: 0.9rem;
}

footer .top-contact-block .top-contact-block-reed::after {
  display: block;
  content: "";
  margin: 5px auto 20px auto;
  width: 100px;
  height: 5px;
  border-bottom: 5px solid #6eb92b;
}

footer .top-contact-block .top-contact-block-desc {
  padding: 10px 0 5px 0;
  font-size: 0.9rem;
}

footer .top-contact-block .header-telTime-wrap {
  width: 100%;
  padding-left: 75px;
  text-align: left;
}

@media screen and (max-width: 576px) {
  footer .top-contact-block .header-telTime-wrap {
    padding-top: 10px;
    padding-left: 10px;
  }
}

footer .top-contact-block .header-tel {
  padding: 0px;
  background: none;
  color: #6eb92b;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -1.5px;
}

footer .top-contact-block .header-tel span {
  position: relative;
  top: 3px;
  left: 10px;
}

footer .top-contact-block .header-time {
  margin-top: 5px;
  color: #222;
  font-size: 0.85rem;
}

footer .top-contact-block .header-contact-wrap {
  width: 100%;
}

footer .top-contact-block .header-contact-wrap a {
  display: inline-block;
  width: 280px;
  margin: 20px 0 20px 0;
  padding: 15px 10px;
  border: none;
  background-color: #008a3e;
  color: #fff;
  text-align: center;
}

footer .top-contact-block .header-contact-wrap a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer .top-contact-block hr {
  display: block;
  width: 50px;
  height: 5px;
  border-top: 5px solid #6eb92b;
}

footer .top-contact-block .header-kobutsu-wrap {
  display: flex;
  padding-left: 75px;
  text-align: left;
}

@media screen and (max-width: 576px) {
  footer .top-contact-block .header-kobutsu-wrap {
    padding-left: 10px;
  }
}

footer .top-contact-block .header-kobutsu-wrap img {
  margin: 10px 30px 20px 0;
}

footer .top-contact-block .header-kobutsu-wrap .header-kobutu-kobutu-text {
  font-size: 0.8rem;
}

footer .footer2-outer {
  padding: 20px 0 20px 0;
  color: #fff;
  background-color: #000;
  font-size: 14px;
}

footer h2 {
  font-size: 16px;
}

footer .footer-navi {
  list-style-type: none;
  padding: 0;
}

footer li ul {
  list-style-type: disc;
}

footer small {
  font-size: 0.9rem;
}

/* -------------------------------
-------------------------------

  404ページ

-------------------------------
-------------------------------- */
.page404 {
  height: 80vh;
}

.page404 a {
  color: inherit;
}

/* -------------------------------
-------------------------------

  Top Page

-------------------------------
-------------------------------- */
.main-vusual-wrap {
  position: relative;
  height: 365px;
  background: url(image/img_mainviaual.png) no-repeat left top;
}

.main-vusual-text-pc {
  display: block;
  position: absolute;
  top: 45px;
  right: 10px;
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  .main-vusual-text-pc {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

.main-vusual-text-sp {
  display: none;
}

@media screen and (max-width: 576px) {
  .main-vusual-text-sp {
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

/*
.main-vusual-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
*/
.top-thumbnail {
  max-width: 100%;
  width: 303px;
  height: 202px;
  margin: auto;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 576px) {
  .top-thumbnail {
    width: 100%;
    height: auto;
  }
}

.top-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.top-thumbnail img:hover {
  transform: scale(1.1);
}

.heading-wrap {
  margin: 4rem 0 2rem 0;
  padding: 15px 0;
  background-color: #6eb92b;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.heading-wrap h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
}

.heading-wrap .heading-reed {
  font-size: 0.9rem;
}

/* 新着情報 */
.top-news-content-wrap {
  min-height: 340px;
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #efefef;
}

.top-news-content-wrap .top-title-anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top-news-content-wrap .top-title-anchor {
  color: inherit;
}

.top-news-content-wrap .top-title-anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}

.link-more {
  display: block;
  margin-top: 20px;
  font-size: 0.85rem;
  text-decoration: underline;
}

.link-more:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.front-page-area .link-more {
  text-align: center;
}

.top-news-button {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 10px;
  border: 2px solid #6eb92b;
  color: #777;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
}

.top-news-button:hover {
  background-color: #6eb92b;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

/* -------------------------------
   -------------------------------

  Page

--------------------------------
-------------------------------- */
.page-vusual-sec {
  position: relative;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .page-vusual-sec {
    height: 200px;
  }
}

.page-vusual-sec img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.page-vusual-sec .page-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 100px;
  margin: auto;
  color: #fff;
  z-index: 1;
  text-align: center;
  letter-spacing: 3px;
}

@media screen and (max-width: 576px) {
  .page-vusual-sec .page-title {
    width: 100%;
    height: 100px;
  }
}

.page-vusual-sec .page-title span {
  letter-spacing: 0;
  font-weight: normal;
}

.page-vusual-sec hr {
  border-top: 1px solid #fff;
}

.page-vusual-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

/* ---------------------------------- 
会社概要  
---------------------------------- */
.company .table th {
  padding: 30px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #efefef;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .company .table th {
    text-align: left;
  }
}

.company .table td {
  padding: 30px 30px 30px 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 576px) {
  .company .table td {
    padding: 30px 15px 30px 15px;
  }
}

/* ---------------------------------- 
配送について
---------------------------------- */
.delivery__map-note {
  max-width: 100%;
  text-align: left;
}

.delivery .table th {
  width: 30%;
  border-top: none;
  border-bottom: 1px solid #ddd;
}

.delivery .table td {
  width: 70%;
  border-top: none;
  border-bottom: 1px solid #ddd;
}

.delivery h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #008a3e;
  color: #fff;
  text-align: center;
}

/* ---------------------------------- 
アフターサービス
---------------------------------- */
.after-title-three {
  width: 60%;
  margin: 0 auto 40px auto;
  padding: 5px 0 10px 0;
  background-color: #0092E5;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .after-title-three {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.after-title-wrap {
  margin: 0 0 20px 0;
  text-align: center;
}

.after-title-wrap h2 {
  min-height: 108px;
  margin-bottom: 0;
  padding-top: 40px;
  color: #fff;
  font-weight: bold;
}

.after-title-wrap .after-title-reed {
  min-height: 108px;
  padding: 30px 10px 5px 10px;
  background-color: #ddd;
  text-indent: 40px;
}

.after-title-wrap .after-title-reed2 {
  padding: 5px 10px 5px 20px;
  background-color: #ddd;
  text-indent: 0px;
  text-align: left;
}

.after-font-exlarge {
  padding: 0 5px;
  color: #DC000C;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}

.after-font-large {
  padding: 0 5px;
  color: #DC000C;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}

.after-style-en {
  color: #DC000C;
}

.after-title-wrap .after-title-toner {
  height: 108px;
  padding-top: 42px;
}

.toner-span-style {
  display: inline-block;
  width: 176px;
}

@media screen and (max-width: 768px) {
  .toner-span-style {
    display: block;
  }
}

.pink {
  color: #DE3B70;
  font-weight: bold;
}

.bg-pink {
  background-color: #DE3B70;
}

.orange {
  color: #ED6B00;
  font-weight: bold;
}

.bg-orange {
  background-color: #ED6B00;
}

.after-green {
  color: #008F84;
  font-weight: bold;
}

.bg-after-green {
  background-color: #008F84;
}

/* ---------------------------------- 
アフターサービス
---------------------------------- */
.form-group {
  margin-bottom: 2rem;
}

.col-form-label {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .col-form-label {
    text-align: left;
  }
}

.wpcf7-submit {
  width: 300px;
  max-width: 90%;
  padding: 20px 20px;
  border-radius: 5px;
  border: none;
  background-color: #008a3e;
  color: #fff;
  box-shadow: 2px 2px 2px #999;
}

.wpcf7-submit:hover {
  opacity: 0.7;
}

.required {
  position: relative;
  top: -3px;
  color: red;
  padding-right: 10px;
  font-size: 12px;
}

/* ---------------------------
 * blog
----------------------------- */
.blog-area article {
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #ddd;
  /* 個別ページのタイトル */
  /* ブログページのタイトル */
}

.blog-area article:first-child {
  padding: 10px 0 10px 0;
}

.blog-area article .single-title {
  margin: 0px 0 15px 0;
}

.blog-area article .index-title {
  margin: 0 0 10px 0;
}

.blog-area article h1 {
  margin: 2.4rem 0 1.2rem 0;
}

.blog-area article h1 a {
  color: inherit;
}

.blog-area article h2 {
  margin: 2.4rem 0 1rem 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

.blog-area article h3 {
  margin: 2.4rem 0 1.2rem 0;
}

.blog-area article h4 {
  margin: 2.4rem 0 1.2rem 0;
}

.single-content {
  min-height: 30vh;
}

.post-info {
  margin: 0 0 15px 0;
  padding: 0.3em 0em;
  color: #777;
  font-size: 0.85em;
  line-height: 1.3;
}

/* nav-link*/
.navlink {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 30px 0;
  font-size: 0.8em;
}

.navlink i {
  position: relative;
  top: 5px;
}

.navlink a {
  text-decoration: none;
}

.thumbnail {
  max-width: 100%;
  width: 283px;
  height: 188px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #ddd;
}

@media screen and (max-width: 576px) {
  .thumbnail {
    width: 100%;
    height: auto;
  }
}

.thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.thumbnail img:hover {
  transform: scale(1.1);
}

/* ---------------------------
 * Sidebar
----------------------------- */
.sidebar-wrap ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}

.sidebar-wrap ul .widget h2 {
  margin: 0 0 10px 0;
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
  font-size: .9em;
}

.sidebar-wrap ul .widget ul {
  padding: 0;
  font-size: .9rem;
}

.sidebar-wrap ul .widget ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.sidebar-wrap ul .widget ul li:last-child {
  border-bottom: none;
}

.sidebar-wrap ul .widget ul li a {
  color: inherit;
}

.sidebar-wrap ul .widget ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.sidebar-wrap ul .widget .screen-reader-text {
  display: none;
}

.sidebar-wrap ul .widget_search {
  margin: 20px 0;
  border: none;
}

.sidebar-wrap ul .widget_search .searchform #s {
  width: 75%;
}
