@charset "UTF-8";
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 13px;
  font-family: 'メイリオ','Hragino Kaku Gothic Pro', sans-serif;
}
br {
  letter-spacing: normal;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
	filter: brightness(1.2);
}
img {
  border:  none;
  vertical-align: bottom;
}

.image {
	clear: both;
}

.img-list img {
	max-width: 267px;
	margin-bottom: 10px;
}

#main .area {
	line-height: 1.5;
    overflow: hidden;
	width:100%;
}

#main .area li {
	float: left;
    margin-right: 15px;
    padding-left: 1.5em;
    padding-top: 0;
    text-indent: -1.5em;
	line-height: 1.6em;
}
.header {
	float: left;
	width: 100%;
}

.header-tel {
	float: left;
	margin: 2%;
}
.header-tel p {
	margin: 0px !important;
	padding: 0px !important;
	color: white;
	font-size: larger;
}
.header-tel a {
	color: white !important;
}
.kadena {
	float: left;
	margin-right: 30px;
}
.yomitan {
	float: right;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
#top {
  margin: 0 auto;
  width: 100%;
}
#contents {
  width: 100%;
  display: inlline;
  margin: 0 auto;
}
#side {
  margin: 6%;
  background: none repeat scroll 0%;
  float: right;
  width: 220px;
  display: inlline;
}
#main {
	padding: 5%;
	padding-right: 5px;
	float: left;
	width: auto;
}
#footer {
  width: 100%;
  background-color: #00A8C6;
}
#side h1 {
  margin: 0;
  font-size: 24px;
}
#side h1 a {
  color: #ffffff;
}
#side h1 a:hover {
  color: #dddddd;
}
#side div.section {
  margin: 0;
}
#menu ul {
  font-size: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0;
  border-top: solid 1px #ffffff;
}
#menu li {
  color: #333333;
  text-align: center;
  list-style-type: none;
  border-bottom: solid 1px #ffffff;
}
#menu li a {
  transition : all 0.75s;	
  display: block;
  width: 220px;
  color: #f1f1f1;
  line-height: 60px;
}
#menu li a:hover {
  transition : all 0.75s;	
  color: #f1f1f1;
  text-shadow:0px 0px 20px #f1f1f1;
}


.links {
  font-size: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0;
  border-top: solid 1px #ffffff;
}
.links li {
  color: #333333;
  text-align: center;
  list-style-type: none;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 20px;
}
.links li a {
  display: block;
  background-color: #181464;
  width: 220px;
  color: #f1f1f1;
  line-height: 60px;
  font-weight: bold;
}
.links li a:hover {
  background-color: #93ADE5;
  color: #f1f1f1;
  text-shadow:2px 2px #000000;
}

#main #pr p {
  margin: 0;
  padding: 5px 0;
}
#main #icatch {
  display: none;
  margin-bottom: 10px;
}
#main a {
  color: #191970;
}
#main a:hover {
  color: red;
  text-decoration: underline;
}

#main h1 img {
	width: 450px;
}

#main h2 {
  background-image: url("../images/mizuh2.jpg");
  background-repeat: no-repeat;
  border: 1px solid #3e3e3e;
  padding: 5px 0 5px 10px;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  clear:both;
}
#main h3 {
  border-left: 5px solid #3e3e3e;
  margin: 15px 0 5px;
  padding: 0 0 0 5px;
  font-size: 14px;
}
#main h4 {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 2px;
  font-size: 14px;
}
#main h5 {
  padding: 2px 5px;
  background: #3e3e3e none repeat scroll 0%;
  margin-bottom: 2px;
  font-size: 13px;
}
#main h6 {
  border-bottom: 2px solid #3e3e3e;
  margin-bottom: 2px;
  font-size: 13px;
}
#main p {
  margin: 0 0 1em;
  padding: 0 10px 0 0;
}
#main p a {
  color: #191970;
}
#main p a:hover {
	color: red;
}
#main ul {
	width: 270px;
	float: left;
	margin-top: 0;
	padding-left: 0;
}
#main ul li {
	list-style-type: none;
	line-height: 30px;
}

#main dt {
  margin-bottom: 3px;
}
#main dd {
  margin: 0 0 0.5em 1em;
  padding: 3px;
  background: #181818 none repeat scroll 0%;
  color: #dddddd;
}
* html body #main dl.information dd div {
}
#main dl.information dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 10em;
  color: #ffffff;
}
#main dl.information dd {
  margin: 0 0 0.5em 10em;
  padding: 0;
  background: transparent none repeat scroll 0%;
  color: #ffffff;
}
#main table {
  width: 100%;
  border-collapse: collapse;
}
#main table th {
  border: 1px solid #dddddd;
  padding: 5px;
  background: lightslategrey none repeat scroll 0%;
  font-size: 12px;
  text-align: left;
  width:40%;
  color: #ffffff;
}
#main table td {
  border: 1px solid #dddddd;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

#main2 {
	display: flex;
	flex-wrap: wrap;
}
.main2-contents {
	width: 100%;
	background-color: #D9F2F6;
	padding: 50px 180px;
}
.main2-contents:nth-child(2n){
    background-color: white;
}
.main2-contents:nth-child(4n){
    background-color: white;
}

#main2 #pr p {
  margin: 0;
  padding: 5px 0;
}
#main2 #icatch {
  display: none;
  margin-bottom: 10px;
}
#main2 a {
  color: #191970;
}
#main2 a:hover {
  color: red;
  text-decoration: underline;
}

#main2 h1 img {
	width: 500px;
	margin-bottom: 100%;
}

#main2 h2 {
  background-repeat: no-repeat;
  padding: 5px 0 5px 10px;
  color: #595757;
  text-align: center;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold;
  clear:both;
}
#main2 h3 {
  border-left: 5px solid #3e3e3e;
  margin: 15px 0 10px;
  padding: 0 0 0 5px;
  font-size: 14px;
}
#main2 h4 {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 2px;
  font-size: 14px;
}
#main2 h5 {
  padding: 2px 5px;
  background: #3e3e3e none repeat scroll 0%;
  margin-bottom: 2px;
  font-size: 13px;
}
#main2 h6 {
  border-bottom: 2px solid #3e3e3e;
  margin-bottom: 2px;
  font-size: 13px;
}
#main2 p {
  margin: 0 0 1em;
  padding: 0 10px 0 0;
}
#main2 p a {
  color: #191970;
}
#main2 p a:hover {
	color: red;
}
#main2 ul {
	width: 270px;
	float: left;
	margin-top: 0;
	padding-left: 0;
}
#main2 ul li {
	list-style-type: none;
	line-height: 30px;
}

#main2 dt {
  margin-bottom: 3px;
}
#main2 dd {
  margin: 0 0 0.5em 1em;
  padding: 3px;
  background: #181818 none repeat scroll 0%;
  color: #dddddd;
}
* html body #main2 dl.information dd div {
}
#main2 dl.information dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 10em;
  color: #ffffff;
}
#main2 dl.information dd {
  margin: 0 0 0.5em 10em;
  padding: 0;
  background: transparent none repeat scroll 0%;
  color: #ffffff;
}
#main2 table {
  width: 100%;
  border-collapse: collapse;
}
#main2 table th {
  border: 1px solid #dddddd;
  padding: 5px;
  background: lightslategrey none repeat scroll 0%;
  font-size: 12px;
  text-align: left;
  width:40%;
  color: #ffffff;
}
#main2 table td {
  border: 1px solid #dddddd;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50;
  background: darkslategrey;
  opacity: 0.6;
  z-index: 1000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 35px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#footMenu {
}
#footMenu ul {
  border-top: 1px solid #b4b4b4;
  margin: 0 5px;
  padding: 30px 0 20px;
  text-align: center;
}
#footMenu li {
  margin: 0 0 0 10px;
  display: inline;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#footMenu li a {
  background: transparent url(../images/bg_footmenu.gif) no-repeat scroll 0 50%;
  color: white;
  padding-left: 10px;
}
.copyright {
  padding: 10px 0 30px;
  font-size: 11px;
  color: white;
  font-style: normal;
  text-align: center;
}
div.menulist img {
  margin: 0 10px 10px 0;
  padding: 5px;
  background: #181c18 none repeat scroll 0%;
  float: left;
}
div.menulist p.price {
  text-align: right;
  color: #d98f00;
  font-weight: bold;
}
#side h3 {
	text-align:center;
	padding: 5px;
}
.slicknav_menu {
	display: none;
}


.footer_area {
	display: none;
}

.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}
.btn_area{
    width:34%;
    height:150px;
    Margin:0 auto;
    background-color:#fff;
    z-index:2;
}
.btn_area p{
    padding:15px;
}
.btn_area img{
    width:100%;
}
.btn_area button{
    display:block;
    margin:0 auto;
}

.top-caption {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 3%;
}
.top-caption p {
	margin-top: 0;
}
.top-image {
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin-bottom: 50px;
}
.top-image-contents {
	width: calc(90% / 3) !important;
	border: 20px solid white;
	box-sizing: border-box;
	margin: 0 auto;
}
.top-image-contents img {
	width: 100%;
	height: auto;
}

.image-left {
	float: left;
}
.image-left img {
	margin: 0 10px 0 0;
}
.text-right {
	float: right;
}
.topimage-space {
	width: auto;
	height: 100vh;
	margin: 0 auto;
	background-image: url("../images/back2.avif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 5%;
}

.banner-contents {
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.main2-contents-banner {
	float: left;
	display: inline-block;
	border: 30px solid #D9F2F6;
	box-sizing: border-box;
	width: calc(100% / 2);
}
.main2-contents-banner img {
	margin-bottom: 5px;
	width: 100%;
}
.main2-contents-banner p {
	text-align: center;
}

.WaterPurifier-contents {
	
}
.WaterPurifier-contents p {
	text-align: center;
}
.WaterPurifier-contents p img {
	height: 400px;
}
.SP {
display: none;
}



.menu-container {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

  .css-fade1 {
	width: fit-content;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
    animation-name: fade-in1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
.css-fade1 img {
	width:250px; 
	margin: 0 auto;
}
@media (max-height: 550px) {
  .css-fade1 {
    top: 45%;
  }
.css-fade1 img {
	width:200px; 
	margin: 0 auto;
}
}
  @keyframes fade-in1 {
    0% {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }