@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  line-height: 0;
  position: relative;
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------------------------------
基本設定
-------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden !important;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", serif;
  color: #111;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #03c;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  word-wrap: break-word;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

form {
  margin: 0;
}

button,
input,
select,
textarea,
optgroup,
option {
  vertical-align: baseline;
}

textarea {
  min-height: 100px;
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0;
}

table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  border-spacing: 0;
}

img {
  height: auto;
  max-width: 100%;
}

img {
  max-width: none\9 ;
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin-left: 40px;
  padding-left: 0;
}

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

li {
  margin-bottom: 0;
}

/*見出しベース*/
h1 {
  font-size: 2em;
  padding: 0;
  margin: 0;
  clear: both;
}

h2 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
  clear: both;
}

h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  clear: both;
}

.l-2col h1 {
  margin-bottom: 20px;
}

.page h2:nth-child(1) {
  margin-top: 0;
}

.page p a {
  color: #39b54a;
}
.page p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {
  h1 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.3em;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.1em;
  }
}
/*全体の追加設定*/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #39b54a;
}

a img:hover {
  opacity: 0.7;
}

.dis-mb {
  display: none;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffff00));
  background: linear-gradient(transparent 80%, #ffff00 80%);
}

.bg-brown {
  background: #f9f9f6;
}

.del {
  text-decoration: line-through;
}

.st {
  color: #39b54a;
}

.bg-green {
  background: #f0f4e8;
}

/*--------------------------------------------------------
カテゴリー別カラー
--------------------------------------------------------*/
.cat1 a {
  background: #f09700;
  color: #fff;
}

.cat2 a {
  background: #00a0e0;
  color: #fff;
}

.cat3 a {
  background: #7961b1;
  color: #fff;
}

.cat4 a {
  background: #80a41f;
  color: #fff;
}

.store a {
  background: #72c95c;
  color: #fff;
}

.blog-news a {
  background: #f94246;
  color: #fff;
}

.soliloquy a {
  background: #777777;
  color: #fff;
}

.campaign a {
  background: #acb4c7;
  color: #fff;
}

.sale a {
  background: #a9452d;
  color: #fff;
}

.event a {
  background: #e3bf47;
  color: #fff;
}

.topics a {
  background: #83ba90;
  color: #fff;
}

.other a {
  background: #8a7f79;
  color: #fff;
}

.maintenance a {
  background: #465a8c;
  color: #fff;
}

.repair a {
  background: #e68b45;
  color: #fff;
}

.products a {
  background: #915185;
  color: #fff;
}

.aboutharomonichouse a {
  background: #55a66c;
  color: #fff;
}

.deliver a {
  background: #e07974;
  color: #fff;
}

.blog-curtain a {
  background: #56d6d3;
  color: #fff;
}

.trivia a {
  background: #8c6239;
  color: #fff;
}

.cat1-news a {
  background: #acb4c7;
  color: #fff;
}

.cat2-news a {
  background: #a9452d;
  color: #fff;
}

.cat3-news a {
  background: #e3bf47;
  color: #fff;
}

.cat4-news a {
  background: #83ba90;
  color: #fff;
}

/* .cat1-news a{background:#f09700;color:#fff;} */
/* .cat2-news a{background:#00a0e0;color:#fff;} */
/* .cat3-news a{background:#E3BF47;color:#fff;} */
/* .cat4-news a{background:#80a41f;color:#fff;} */
section.sec-kodawari div.line a {
  color: #39b54a;
}

/* 全幅対応 */
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 736px) {
  .dis-pc {
    display: none;
  }
  .dis-mb {
    display: block;
  }
}
/*--------------------------------------------------------
  以下は影響範囲不明のため残してます
--------------------------------------------------------*/
/*ページャー*/
.nav-prev {
  text-align: right;
}

.nav-next {
  text-align: left;
}

/*リードモア*/
.box-read-more {
  overflow: hidden;
}

.box-read-more a {
  display: block;
  width: 180px;
  border: #192541 1px solid;
  color: #192541;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  /*--------------------------------------------------------
  ブログ以外のH1
  --------------------------------------------------------*/
  .box-h1 {
    height: auto;
    background-size: 4px 4px;
  }
  .box-h1-in {
    width: 96%;
    margin: auto;
    padding-top: 10px;
  }
  .box-h1-in h1 {
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  .box-h1-in .line {
    font-size: 1.2em;
    letter-spacing: 3px;
  }
  /*--------------------------------------------------------
  コンテンツ下部のメニュー
  --------------------------------------------------------*/
  .c-footer-navi {
    width: 95%;
    margin: auto;
    background: #f5f5f5;
    padding: 1%;
  }
}/*# sourceMappingURL=foundation.css.map */