@charset "UTF-8";
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: 'メイリオ', 'Hragino Kaku Gothic Pro', sans-serif;
}
br {
	letter-spacing: normal;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	filter: brightness(1.2);
}
a.anchor {
	display: inline-block;
	padding-top: 30px;
	margin-top: -30px;
}
img {
	border: none;
	vertical-align: bottom;
}

.img-list {
	padding: 0px 10px;
}

.img-list img {
	width: 100%;
	margin-bottom: 20px;
	border-radius:8px;
	box-shadow:5px 5px 5px #d8d8d8;
}

.image {
	display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

#pr {
}

#top {
	margin: 0 auto;
	width: auto;
}
#contents {
	width: 100%;
	display: inlline;
	margin: 0 auto;
}
#side {
	display: none;
	padding: 10px 0;
	background: none repeat scroll 0%;
	float: left;
	width: 220px;
	display: inlline;
}
#main {
	width: 100%;
	height: 70px;
	background: rgba(50,50,50,0.25);
	position: fixed;
	z-index: 10;
}
.header {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 70px;
}
#footer {
	width: 100%;
}
#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 {
	display: block;
	background-color: #191970;
	width: 220px;
	color: #f1f1f1;
	line-height: 60px;
	font-weight: bold;
}
#menu li a:hover {
	background-color: #4169E1;
	color: #f1f1f1;
}
#main #pr p {
	margin: 0;
	padding: 5px 0;
}
#main #icatch {
	margin-bottom: 10px;
	padding: 0px 10px;
	display: none;
}
#main #icatch img {
	width: 100%;
}
#main a {
	color: #191970;
}
#main a:hover {
	color: red;
	text-decoration: underline;
}
#main h1 {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(5%,-50%);
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main h1 img {
	width: 250px;
	border: none;
	vertical-align: bottom;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.75));
}
#main h2 {
	padding: 5px 0 5px 10px;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	clear:both;
	text-shadow: 1px 1px 3px #000;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(30,87,153) 0%,rgb(41,137,216) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(30,87,153) 0%,rgb(41,137,216) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
#main h3 {
	color: rgba(0,51,153,1);
	margin: 5px 0 5px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height:20px;
	padding:0 10px;
}
#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;
	text-align:justify;
	padding: 0px 10px;
}
#main p a {
	color: #191970;
}
#main p a:hover {
	color: red;
}
#main ul {
	width: 270px;
	float: left;
	margin-top: 0;
	padding-left: 5%;
}
#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-spacing:0;
	margin-bottom: 5px;
}
#main table th {
	border: 1px solid #dddddd;
	padding: 5px;
	background: lightslategrey none repeat scroll 0%;
	font-size: 12px;
	text-align: center;
	width:40%;
	color: #ffffff;
}
#main table td {
	border: 1px solid #dddddd;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}


#main2 {
	display: flex;
	flex-wrap: wrap;
}
.main2-contents {
	width: 100%;
	background-color: #D9F2F6;
	padding: 5%;
}
.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: 150%;
  font-weight: bold;
	line-height: 120%;
  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;
	font-size: 90%;
}
#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;
}

.company {
	padding:0px 10px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50;
  background: darkslategrey;
  opacity: 0.6;
  z-index: 1000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  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 ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#footMenu li {
	list-style-type: none;
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 100%;
	height: 22px;
	padding: 0px 0px 15px;
}
#footMenu li a {
	width: 100%;
	text-align: center;
	vertical-align: baseline;
	display: block;
	background-color: #00A8C6;
	float: left;
	line-height: 35px;
	text-decoration: none;
	color: #FFF;
}
.copyright {
	padding: 5%;
	font-size: 12px;
	color: #000000;
	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;
}

.marquee {
padding:0 0;
overflow:hidden;
position:relative;
}

.marquee h1:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee h1 {
margin:0;
padding-left:600px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:800px){
	.footer_area{
		display: none;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:799px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 255, 255, 255, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #ED7A9B;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 49%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: normal;
	border-radius: 5px;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}

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



.top-caption {
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
.top-caption p {
	margin-top: 0;
	font-size: 90%;
	padding: 0 5%;
}
.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 {
	position: relative;
	width: 100%;
	height: 55vh;
	margin: 0 auto 5%;
	background-image: url(../images/back2.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-contents {
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.main2-contents-banner {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}
.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 {
	width: 100%;
}
.PC {
  display: none;
}

.header-tel {
	display: none;
}



.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
	z-index: 20;
}

.menu-button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #595757;
  transition: 0.4s;
}

#menu-toggle:checked ~ .menu-button .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked ~ .menu-button .bar:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked ~ .menu-button .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

#menu-toggle {
  display: none;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  transition: 0.4s;
  z-index: 1;
  overflow-y: auto;
}

#menu-toggle:checked ~ .menu {
  top: 0;
}

.menu ul {
  list-style: none;
  padding: 20px;
}

.menu ul li a {
  text-decoration: none;
  color: #333 !important;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: 0.2s;
}

.menu ul li a:hover {
  color: #bf7497;
}


  .css-fade1 {
	width: fit-content;
	position: absolute;
	top: 60%;
	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;
  }
@media (max-height: 620px) {
  .css-fade1 {
    top: 35%;
  }
}
  @keyframes fade-in1 {
    0% {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
.css-fade1 img {
	width:130px; 
	margin: 0 auto;
}