@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 13px;
  }
}

input,
textarea {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link,
a:visited {
  color: #009efa;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #009efa;
  text-decoration: none;
}

.container {
  box-sizing: border-box;
  width: 100%;
}
.container.is-top {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .container.is-top {
    margin-top: 60px;
  }
}

.contents {
  background: #fff;
  margin: 0 auto;
  max-width: 940px;
  width: 84%;
}
.contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    max-width: 100%;
  }
}

.row {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .row {
    width: 100%;
  }
}

.buying-box {
  background: #e6e6e8;
}
.buying-box-btn {
  padding: 1em 0 3em 0;
  margin: 0 auto;
}
.buying-box-btn iframe {
  margin: 0 auto;
  display: block;
}
.buying-box a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .buying-box a {
    display: block;
    margin: 0 auto;
    width: 231px;
  }
}

@media screen and (min-width: 600px) {
  .pagetop {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    display: none;
  }
  .pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #55a32e;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.8;
  }
  .pagetop a:hover {
    background: #333;
  }
  .pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  .pagetop {
    margin: 0 0 2em;
  }
  .pagetop a {
    display: block;
    background: #55a32e;
    border-radius: 6px;
    color: #fff;
    padding: 1.8em 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.footer {
  text-align: center;
}

.f-inner {
  padding: 0 1em;
}

.f-logo {
  padding: 4em 1em 2.5em;
}
@media screen and (max-width: 599px) {
  .f-logo {
    padding: 4em 4em 2.5em;
  }
}

.f-add {
  padding: 0 0 3em;
}
.f-add dt {
  padding: 0 0 1em;
}
.f-add dd {
  font-family: "Nunito", sans-serif;
  font-size: 231%;
}

.f-tel-link a[href^="tel:"] {
  color: #93907c;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .f-tel-link a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.f-tel-link a {
  position: relative;
  padding: 0 0 0 1.2em;
}
.f-tel-link a::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background: url(../img/icon_free.png) no-repeat;
  background-size: cover;
  top: 20%;
  left: -.3em;
}
@media screen and (max-width: 599px) {
  .f-tel-link a {
    padding: 0 0 0 1.5em;
  }
}

.f-copy {
  background: #141414;
  color: #fff;
  letter-spacing: .1em;
  padding: 1em;
}
