@charset "UTF-8";
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

header, footer, #main_area, #Contents01, .innerA .item_box, #Contents02, #Contents02 .column, #Contents03, #Contents04, #Contents05 {
  zoom: 1;
}
header:after, footer:after, #main_area:after, #Contents01:after, .innerA .item_box:after, #Contents02:after, #Contents02 .column:after, #Contents03:after, #Contents04:after, #Contents05:after {
  display: block;
  content: "";
  clear: both;
}

.resizeimg {
  width: 100%;
  height: auto;
}

/*=========================================
PC
=========================================*/
@media only screen and (min-width: 641px) {
  .pc-hidden {
    display: none;
  }

  .Wid {
    width: 940px;
    margin: 0 auto;
  }
}
/*=========================================
SP
=========================================*/
@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }

  .Wid {
    width: 100%;
    padding: 0 20px;
  }

  .column > .col {
    clear: both;
    margin-bottom: 0px;
    width: 100% !important;
  }
}
/*=========================================
General
=========================================*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #000;
  min-width: 940px;
}

@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Typography
-----------------------------------------*/
p, li, dt, dd, th, td {
  color: #000;
  line-height: 2.0em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  margin: 0;
  padding: 0;
}

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

/* Link
-----------------------------------------*/
a {
  color: #f2915c;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #b09d7b;
}

/* btn
-----------------------------------------*/
a.btn {
  width: 180px;
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #f2915c;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  a.btn {
    font-size: 1.5rem;
  }
}
/* section
-----------------------------------------*/
section {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  section h1 {
    padding: 15px 0;
    font-size: 2.0rem;
  }
}
.section_space01 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .section_space01 {
    margin-bottom: 60px;
  }
}
/*=========================================
layout
=========================================*/
/* Header
-----------------------------------------*/
header {
  z-index: 999;
  width: 100%;
}
header #Header {
  margin: 0 auto;
  padding-top: 20px;
}
header #Header #Logo {
  float: left;
}
header #Header #Entry {
  float: right;
}

/* Footer	
-----------------------------------------*/
footer {
  width: 100%;
  background-color: #b09d7b;
}
footer #Footer {
  padding: 20px;
}
footer #Copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  footer #Copyright {
    font-size: 1.0rem;
  }
}

/* Pagetop	
-----------------------------------------*/
#Pagetop {
  position: fixed;
  bottom: 0px;
  right: 0;
}
#Pagetop a {
  background-color: #b09d7b;
  width: 60px;
  padding: 15px 0 5px 0;
  text-align: center;
  display: block;
}

/*=========================================
Content
=========================================*/
/* main
-----------------------------------------*/
#main_area {
  background: url(../images/main.png) no-repeat top center;
  background-color: #c9b790;
  min-height: 500px;
  margin-top: -80px;
}
#main_area #main_area_cont {
  position: relative;
}
#main_area #main_area_cont .catch {
  position: absolute;
  top: 100px;
  right: 0px;
}

@media only screen and (max-width: 640px) {
  #main_area {
    background: url(../images/sp_main.png) no-repeat top right;
    background-size: cover;
    background-color: #c9b790;
    /*	min-height:700px;*/
    padding-top: 125px;
    padding-bottom: 90px;
  }
}
/* content01
-----------------------------------------*/
#Contents01 .present {
  position: relative;
  top: -24px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #Contents01 .present {
    margin-bottom: -40px;
  }
}
#Contents01 .inner h1 {
  text-align: center;
  position: relative;
  top: 28px;
}
#Contents01 .inner .box {
  border: 6px solid #d1bd96;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

/* content-common
-----------------------------------------*/
.innerA {
  position: relative;
}
.innerA p {
  width: 550px;
  line-height: 2.2em;
}
@media only screen and (max-width: 640px) {
  .innerA p {
    width: 100%;
    line-height: 1.9em;
  }
}
.innerA .photo {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
}
.innerA .item_box {
  position: relative;
  padding: 15px;
  width: 460px;
  margin-top: 30px;
}
.innerA .item_box img {
  margin-right: 15px;
}
.innerA .item_box p {
  line-height: 1.6em;
}
.innerA .item_box a.btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .innerA .item_box {
    width: 100%;
  }
  .innerA .item_box p {
    font-size: 1.4rem;
  }
  .innerA .item_box a.btn {
    position: absolute;
    right: 0px;
    bottom: 15px;
  }
}

/* content02(スチーム)
-----------------------------------------*/
#Contents02 {
  background-color: #fbf4e8;
  padding: 70px 0;
}
#Contents02 .item_dtl {
  min-height: 420px;
}
#Contents02 .column {
  overflow: hidden;
  *zoom: 1;
  margin-left: -10px;
}
#Contents02 .column > .col {
  float: left;
  margin-left: 10px;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}
#Contents02 .item_box {
  background-color: #fff;
}
#Contents02 p.text-red {
  color: #e94934;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  #Contents02 {
    background-color: #fbf4e8;
    padding: 0 0 70px 0;
  }
  #Contents02 .item_dtl {
    min-height: 380px;
  }
  #Contents02 .item_box img {
    margin-bottom: 60px;
  }
  #Contents02 p.text-red {
    font-size: 1.2rem;
  }
}
/* content03（超音波）
-----------------------------------------*/
#Contents03 {
  padding: 70px 0;
}
#Contents03 .item_dtl {
  min-height: 320px;
}

@media only screen and (max-width: 640px) {
  #Contents03 {
    padding: 0 0 70px 0;
  }
}
/* content04（気化式）
-----------------------------------------*/
#Contents04 {
  background-color: #fbf4e8;
  padding: 70px 0;
}

/* content05（ハイブリッド式）
-----------------------------------------*/
#Contents05 {
  padding: 70px 0;
}
#Contents05 .item_dtl {
  min-height: 510px;
}
#Contents05 .item_box_border {
  width: 100%;
  border: 6px solid #f0f0f0;
  padding: 20px;
}
#Contents05 .item_box_border p {
  padding-top: 25px;
}

@media only screen and (max-width: 640px) {
  #Contents05 {
    padding: 0 0 70px 0;
  }
  #Contents05 .item_box_border img {
    margin-bottom: 45px;
  }
  #Contents05 .item_box_border p {
    padding-top: 0;
  }
}
