@charset "UTF-8";
/*　Reset
****************************************************/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

/*　Common
****************************************************/
*, *:after, *:before {
  box-sizing: border-box;
}

body {
  color: #5e3a31;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 90%;
  line-height: 1.8;
  margin: auto 1em;
}

a {
  border: none;
  color: #000;
  text-decoration: none;
}

a:hover {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: none;
}

hr {
  background-color: #efefef;
  border: 1px #efefef solid;
  margin: 2em auto;
}

.only-sp {
  display: block;
  margin: auto;
}
.only-pc {
  display: none;
  margin: auto;
}

@media screen and (min-width: 40.063em) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
}
.inner {
  padding: 0 10px;
  margin: auto;
}
.inner:before, .inner:after {
  display: table;
  content: " ";
}
.inner:after {
  clear: both;
}

.inner-full {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.inner-full:before, .inner-full:after {
  display: table;
  content: " ";
}
.inner-full:after {
  clear: both;
}

@media print, screen and (min-width: 64.063em) {
  .inner {
    width: 840px;
  }
}
@media screen and (min-width: 90.063em) {
  .inner {
    width: 1120px;
  }
}
/*　Header
****************************************************/
.header {
  position: relative;
}

.brand {
  background: url(../image/bg_h1.png) repeat-x top;
  margin: 15px 0;
  padding: 2em 0;
  width: 100%;
  text-align: center;
}

/*　Visual
****************************************************/
.visual {
  text-align: center;
}
.visual-image {
  margin: 1em auto;
}
.visual-text {
  margin: 2em auto;
}

@media screen and (min-width: 40.063em) {
  .visual-image {
    margin: 2em auto;
  }
}
/*　Contents
****************************************************/
.section-ttl {
  margin: 1em auto;
  text-align: center;
}
.section-child {
  position: relative;
  margin: 5em auto;
  padding: 1em;
  border: 2px solid #ff8495;
  border-radius: 8px;
}
.section-child-ttl {
  position: absolute;
  top: -50px;
  left: -10px;
}
.section-child-text {
  margin: 1em;
  padding: 2.5em 0;
}

.service-website-ul-item {
  margin: 2em;
}
.service-website-ul-item-link {
  overflow: hidden;
  display: block;
  border: 1px solid #ff8495;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-website-ul-item-link:hover {
  border: 1px solid #ff8495;
  opacity: 0.8;
}
.service-print-ul-item {
  margin: 2em;
}
.service-print-ul-item-link {
  overflow: hidden;
  display: block;
  border: 1px solid #ff8495;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-print-ul-item-link:hover {
  border: 1px solid #ff8495;
  opacity: 0.8;
}

.info {
  text-align: center;
}
.info-addr {
  margin: 1em auto;
  font-size: 80%;
  font-style: normal;
}
.info-contact {
  display: inline-block;
  margin: 1em auto;
}

@media screen and (min-width: 40.063em) {
  .section-text {
    width: 83.33333%;
    margin: auto;
  }
  .section-child {
    margin: 3em 2em;
    padding: 1em 3em;
  }
  .section-child-ttl {
    top: -25px;
    left: -50px;
  }
  .section-child-text {
    margin: 1em 2em;
    padding: 0;
  }

  .service-website-ul:before, .service-website-ul:after {
    display: table;
    content: " ";
  }
  .service-website-ul:after {
    clear: both;
  }
  .service-website-ul-item {
    float: left;
    margin: auto;
    padding: 10px;
    width: 33.33333%;
  }
  .service-print-ul:before, .service-print-ul:after {
    display: table;
    content: " ";
  }
  .service-print-ul:after {
    clear: both;
  }
  .service-print-ul-item {
    float: left;
    margin: auto;
    padding: 10px;
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 64.063em) {
  .section-child {
    margin: 3em auto;
  }
}
/*　Footer
****************************************************/
.footer {
  padding: 1em 2em;
  font-size: 80%;
  text-align: center;
}

@media print {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }

  .visual-image {
    margin: 2em auto;
  }

  .section-text {
    width: 83.33333%;
    margin: auto;
  }
  .section-child {
    margin: 3em 2em;
    padding: 1em 3em;
  }
  .section-child-ttl {
    top: -25px;
    left: -50px;
  }
  .section-child-text {
    margin: 1em 2em;
    padding: 0;
  }

  .service-website-ul:before, .service-website-ul:after {
    display: table;
    content: " ";
  }
  .service-website-ul:after {
    clear: both;
  }
  .service-website-ul-item {
    float: left;
    margin: auto;
    padding: 10px;
    width: 33.33333%;
  }
  .service-print-ul:before, .service-print-ul:after {
    display: table;
    content: " ";
  }
  .service-print-ul:after {
    clear: both;
  }
  .service-print-ul-item {
    float: left;
    margin: auto;
    padding: 10px;
    width: 33.33333%;
  }
}

/*# sourceMappingURL=style.css.map */
