@charset "UTF-8";
/* Scss Document */
/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 6, ../sass/style.scss */
body {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 18, ../sass/style.scss */
img {
  vertical-align: bottom; }

/* line 22, ../sass/style.scss */
a :hover {
  opacity: 0.8;
  transition: .4s; }

/* line 27, ../sass/style.scss */
.main_pc {
  width: 960px;
  margin: 0 auto; }

/* line 32, ../sass/style.scss */
.main_sp {
  display: none; }

/* line 36, ../sass/style.scss */
.container {
  width: 750px;
  margin: 0 auto;
  text-align: center; }

/* line 43, ../sass/style.scss */
.about {
  padding: 30px 0 0px 0;
  text-align: left; }
  /* line 47, ../sass/style.scss */
  .about span {
    font-weight: bold;
    color: #cb3b31; }

/* line 53, ../sass/style.scss */
.order {
  background-color: #eee;
  /*	background-image: url(../images/misowa_06.png);
  	background-repeat: no-repeat;
  	height: 0;
      padding-top: 85.07%;
      background-size: contain;
  	position: relative;	*/ }

/* line 63, ../sass/style.scss */
.text_wrap {
  text-align: center;
  padding: 30px 0 0 0; }

/* line 68, ../sass/style.scss */
.btn_wrap {
  text-align: center; }
  /* line 70, ../sass/style.scss */
  .btn_wrap .btn {
    padding: 0 15px 15px;
    display: inline-block; }
  /* line 74, ../sass/style.scss */
  .btn_wrap .line_btn {
    padding: 0 0 30px 0; }

/* line 79, ../sass/style.scss */
.p30 {
  padding: 30px 0; }

/* line 83, ../sass/style.scss */
.service {
  font-weight: bold;
  font-size: 1.4em; }

/* line 88, ../sass/style.scss */
.q_and_a {
  text-align: left; }
  /* line 91, ../sass/style.scss */
  .q_and_a .q {
    font-size: 1.4em;
    color: #069a9c;
    font-weight: bold;
    background: url(../lp_images/misowa_29.png) left top no-repeat;
    padding-left: 47px;
    margin: 0 0 15px; }
  /* line 100, ../sass/style.scss */
  .q_and_a .a {
    font-size: 1em;
    color: #333;
    background: url(../lp_images/misowa_32.png) left top no-repeat;
    padding-left: 47px;
    margin-bottom: 50px; }
  /* line 108, ../sass/style.scss */
  .q_and_a .a:last-child {
    padding-bottom: 10px; }
  /* line 112, ../sass/style.scss */
  .q_and_a p {
    margin: 30px 0;
    font-size: 1.2em; }

/* line 118, ../sass/style.scss */
.footer_order {
  display: none; }

/* line 122, ../sass/style.scss */
footer {
  padding: 50px 0; }
  /* line 124, ../sass/style.scss */
  footer p {
    color: #a4a4a4;
    text-align: center; }

@media screen and (max-width: 750px) {
  /* line 132, ../sass/style.scss */
  .container {
    width: 100%;
    max-width: 750px; }

  /* line 137, ../sass/style.scss */
  .about {
    width: 90%;
    margin: 0 auto; }

  /* line 143, ../sass/style.scss */
  .img_wrap img {
    max-width: 750px;
    width: 100%;
    margin: 0 auto; }

  /* line 150, ../sass/style.scss */
  .main_pc {
    display: none; }

  /* line 154, ../sass/style.scss */
  .main_sp {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    display: block; }
    /* line 160, ../sass/style.scss */
    .main_sp img {
      max-width: 750px;
      width: 100%; }

  /* line 165, ../sass/style.scss */
  .sp_none {
    display: none; }

  /* line 171, ../sass/style.scss */
  .text_wrap img {
    width: 90%; }

  /* line 178, ../sass/style.scss */
  .btn_wrap .btn {
    padding: 0 2% 2% 2%;
    width: 45%; }
  /* line 183, ../sass/style.scss */
  .btn_wrap .tel_web_wrap {
    width: 100%; }
    /* line 185, ../sass/style.scss */
    .btn_wrap .tel_web_wrap img {
      width: 100%;
      height: auto; }
  /* line 193, ../sass/style.scss */
  .btn_wrap .line_btn img {
    width: 95%; }

  /* line 199, ../sass/style.scss */
  .q_and_a {
    width: 95%;
    margin: 0 auto; }

  /* line 204, ../sass/style.scss */
  .footer_order {
    display: block;
    background: #c7d3d3;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
    width: 100%; }
    /* line 212, ../sass/style.scss */
    .footer_order .flex {
      display: flex;
      justify-content: space-between;
      padding: 0 2%; }
      /* line 216, ../sass/style.scss */
      .footer_order .flex div {
        width: 30%; }
        /* line 218, ../sass/style.scss */
        .footer_order .flex div img {
          max-width: 100%; }

  /* line 225, ../sass/style.scss */
  footer {
    padding: 50px 0 120px 0; }
    /* line 227, ../sass/style.scss */
    footer br {
      display: none; } }
