@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
/* line 5, ../../../../../Users/fujita/.rbenv/versions/2.2.1/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, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/fujita/.rbenv/versions/2.2.1/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, ../../../../../Users/fujita/.rbenv/versions/2.2.1/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, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/fujita/.rbenv/versions/2.2.1/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, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/fujita/.rbenv/versions/2.2.1/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;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?g3nysq");
  src: url("fonts/icomoon.eot?g3nysq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?g3nysq") format("truetype"), url("fonts/icomoon.woff?g3nysq") format("woff"), url("fonts/icomoon.svg?g3nysq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../scss/_mix.scss */
* {
  box-sizing: border-box;
}

/* line 22, ../scss/_mix.scss */
a {
  color: #009BE2;
  text-decoration: none;
}

/* line 27, ../scss/_mix.scss */
.hd {
  display: none;
}

/* line 30, ../scss/_mix.scss */
html {
  font-size: 62.5%;
}

/* line 33, ../scss/_mix.scss */
body {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.5;
  color: #009be2;
}

/* line 40, ../scss/_mix.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 46, ../scss/_mix.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 62, ../scss/_mix.scss */
.icon-facebook:before {
  content: "\ea90";
}

/* line 65, ../scss/_mix.scss */
.icon-twitter:before {
  content: "\ea96";
}

/* line 68, ../scss/_mix.scss */
.icon-insta:before {
  content: "\e903";
}

/* line 72, ../scss/_mix.scss */
.no_wrap {
  white-space: nowrap;
  display: inline-block;
}

/* line 77, ../scss/_mix.scss */
.mx1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 82, ../scss/_mix.scss */
.mx1400 {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 87, ../scss/_mix.scss */
.mx1500 {
  max-width: 1500px;
  margin: 0 auto;
}

/* line 92, ../scss/_mix.scss */
.left {
  float: left;
}

/* line 95, ../scss/_mix.scss */
.right {
  float: right;
}

/* line 99, ../scss/_mix.scss */
.clear:after {
  content: "";
  clear: both;
  display: block;
}

/* line 108, ../scss/_mix.scss */
.spinner {
  margin: -3em 0 0 -3em;
  font-size: 10px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(60, 60, 60, 0.4);
  border-right: 0.6em solid rgba(60, 60, 60, 0.4);
  border-bottom: 0.6em solid rgba(60, 60, 60, 0.4);
  border-left: 0.6em solid #3c3c3c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* line 126, ../scss/_mix.scss */
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 13, ../scss/food.scss */
.food .main .sec .txt_list_container {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
}
/* line 17, ../scss/food.scss */
.food .main .sec .txt_list_container .txt_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 7% 10%;
}
/* line 25, ../scss/food.scss */
.food .main .sec .txt_list_container .txt_box .flex {
  display: flex;
}
/* line 31, ../scss/food.scss */
.food .main .sec .txt_list_container .txt_box .flex .flex_img:first-child {
  margin-right: 10%;
}
/* line 40, ../scss/food.scss */
.food .main .sec.sec1 {
  background-image: url(../images/detergency/sec1/ex_background.jpg);
}
/* line 45, ../scss/food.scss */
.food .main .sec.sec1 .box .txt_box .ttl_sub {
  font-size: 1.5em;
  font-weight: bold;
  padding: 1em 0;
}
/* line 49, ../scss/food.scss */
.food .main .sec.sec1 .box .txt_box .ttl_sub:after {
  width: 60px;
  border-top: 1px solid #009be2;
  display: block;
  content: '';
  margin: .5em auto;
}
/* line 57, ../scss/food.scss */
.food .main .sec.sec1 .box .txt_box .ttl {
  line-height: 1;
  font-weight: normal;
  font-size: 6em;
}
/* line 71, ../scss/food.scss */
.food .main .sec.sec2 {
  background-image: url(../images/detergency/sec2/background.jpg);
}
/* line 74, ../scss/food.scss */
.food .main .sec.sec3 {
  background-image: url(../images/detergency/sec3/background.jpg);
}
/* line 78, ../scss/food.scss */
.food .main .sec.sec4 {
  background-image: url(../images/detergency/sec4/background.jpg);
}
/* line 82, ../scss/food.scss */
.food .main .sec.sec4 .txt_list_container .txt_box .single_img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  /* line 109, ../scss/food.scss */
  .food .main .sec .txt_list_container .txt_box .sec_header .ttl {
    font-size: calc(24 * ((100vw - 768px) / 632) + 36px);
  }
  /* line 114, ../scss/food.scss */
  .food .main .sec .txt_list_container .txt_box .txt_container .txt {
    font-size: calc(10 * ((100vw - 320px) / 1080) + 14px);
  }
  /* line 141, ../scss/food.scss */
  .food .main .sec.sec3 .box .list_container .list .table dt {
    font-size: calc(8 * ((100vw - 768px) / 632) + 16px);
  }
  /* line 155, ../scss/food.scss */
  .food .main .sec.sec5 .txt_list_container .txt_box .list_container .list .list_box dt {
    font-size: calc(16 * ((100vw - 768px) / 632) + 32px);
  }
}
@media screen and (max-width: 1200px) {
  /* line 178, ../scss/food.scss */
  .food .main .sec.sec1 .box .txt_box .txt {
    font-size: calc(40 * ((100vw - 320px) / 880) + 20px);
  }
  /* line 181, ../scss/food.scss */
  .food .main .sec.sec1 .box .txt_box .txt2 {
    font-size: calc(10 * ((100vw - 320px) / 880) + 14px);
  }
}
@media screen and (max-width: 768px) {
  /* line 226, ../scss/food.scss */
  .food .main .sec.sec1 .box .txt_box .ttl {
    font-size: calc(25 * ((100vw - 320px) / 448) + 35px);
  }
  /* line 229, ../scss/food.scss */
  .food .main .sec.sec1 .box .txt_box .ttl_sub {
    font-size: calc(3 * ((100vw - 320px) / 448) + 12px);
  }
}
@media screen and (max-width: 640px) {
  /* line 279, ../scss/food.scss */
  .food .main .sec .txt_list_container {
    width: 80%;
  }
  /* line 282, ../scss/food.scss */
  .food .main .sec .txt_list_container .sec_header .txt {
    font-size: 1.5em;
  }
  /* line 286, ../scss/food.scss */
  .food .main .sec .txt_list_container .txt_box {
    border-width: 1em;
  }
  /* line 294, ../scss/food.scss */
  .food .main .sec.sec1 .box .txt_box .txt {
    line-height: 2;
  }
  /* line 297, ../scss/food.scss */
  .food .main .sec.sec1 .box .txt_box .txt2 {
    line-height: 1.7;
  }
  /* line 306, ../scss/food.scss */
  .food .main .sec.sec2 .txt_list_container .txt_box .flex, .food .main .sec.sec3 .txt_list_container .txt_box .flex {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  /* line 313, ../scss/food.scss */
  .food .main .sec.sec2 .txt_list_container .txt_box .flex .flex_img:first-child, .food .main .sec.sec3 .txt_list_container .txt_box .flex .flex_img:first-child {
    margin-right: 0%;
    margin-bottom: 10%;
  }
  /* line 325, ../scss/food.scss */
  .food .main .sec.sec4 .txt_list_container .txt_box .single_img {
    width: 95%;
    margin: 0 auto;
  }
  /* line 336, ../scss/food.scss */
  .food .main .sec.sec_map .box.txt_container .txt_box .dl_list {
    line-height: 2.5;
  }
}

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