<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*//fixed/////////////////////////////////////////////*/
.fixed1,
.fixed2 {
	position: fixed !important;
	width: 100%;
	z-index: 5;
	left: 0;
}
.fixed1 {
	top: 0;
	font-size: 0;
}
.fixed2 {
	top: 100px;
	height: auto;
}
.fixed1 h1 {
	background-color: rgba(255,255,255,0.9);
	height: 100px;
	padding: 10px;
	width: 70%;
}
@media screen and (min-width:600px) and (max-width:1099px) {
	.fixed1 h1 {
		width: 60%;
	}
}

/***subItem**/
#fixed1 .subItem {
	display: none;
}
.fixed1 .subItem {
	display: inherit !important;
	position: fixed;
	right: 0;
	background: url(../imgs/common/bg_navlevel.png) no-repeat right top 10px rgba(255,255,255,0.9);
	height: 100px;
	padding: 8px 0 0;
}
@media screen and (max-width:599px) {
	#fixed1 .subItem {
		display: inherit;
	}
}

/*//swiper/////////////////////////////////////////////*/
.swiper-container {
	width: 100%;
	height: 600px;
}
.slideWrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/***bnArea***/
.bnArea {
	width: 1000px;
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.bnArea span,
.bnArea em {
	position: absolute;
	z-index: 2;
}
.bnArea span img {
	-ms-filter: "alpha( opacity=70 )";
	filter: Alpha(opacity=70);
	opacity:0.7;
}
em.baby {
	bottom: 2em;
	right: 5em;
	z-index: 3;
}
span.ill1 {
	top: 2em;
	right: 3em;
}
span.ill2 {
	bottom: 2em;
	right: 0;
}
span.ill3 {
	bottom: 2em;
	left: 2em;
}
@media screen and (max-width:1099px) {
	.slideWrap {
		width: 100%;
	}
	.bnArea {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:599px) {
	.swiper-container {
		height: auto;
		margin-top: 60px;
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 20px;
	}
	.bnArea span {
		display: none;
	}
	em.baby {
		bottom: 0.5em;
		right: 0.7em;
		width: 30%;
	}
}

/*//reason/////////////////////////////////////////////*/
.reason {
	text-align: center;
	background: url(../imgs/top/reason_bg.jpg) no-repeat center bottom;
	background-size: contain;
	position: relative;
}
ul.reasonItem {
	width: 90%;
	margin: 50px auto;
	font-size: 0;
}
ul.reasonItem li {
	width: 25%;
	display: inline-block; 
}
@media screen and (max-width:599px) {
	ul.reasonItem {
		width: 100%;
		margin: 20px auto;
	}
	ul.reasonItem li {
		width: 40%;
		padding: 5px;
	}
}

/*//quality/////////////////////////////////////////////*/
.quality {
	background-color: #FFFFF3;
	border-top: 1px solid #00C8EC;
	position: relative;
	padding-bottom: 0;
}
.quality h2 {
	margin-bottom: 30px;
}
span.dc3 {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 144px;
}
@media screen and (max-width:599px) {
	span.dc3 {
		display: none;
	}
}

/***qualityItem***/
.bgWhite {
	background-color: #FFFFFF;
}
.qualityItem {
	font-size: 0;
	overflow: auto;
	padding: 20px 0;
}
.qualityItem dt,
.qualityItem dd {
	display: inline-block;
	vertical-align: middle;
}
.qualityItem dt {
	width: 25%;
	text-align: center;
}
.qualityItem dd {
	width: 75%;
	font-size: 16px;
}
dt.alignR {
	float: right;
}
.qualityItem dd h3 {
	font-size: 30px;
	font-weight: 400;
	border-bottom: 2px solid #00C8EC;
	margin-bottom: 10px;
}
.qualityItem dd span {
	display: block;
}
.bgWhite .qualityItem dd {
	padding-top: 20px;
}
@media screen and (max-width:599px) {
	.quality {
		padding-bottom: 0;
	}
	dt.alignR {
		float: none;
	}
	.qualityItem dt,
	.qualityItem dd {
		display: block;
		width: 100%;
	}
	.qualityItem dd h3 {
		font-size: 18px;
	}
	.bgWhite .qualityItem dd {
		padding-top: 0;
	}
}

/*//living/////////////////////////////////////////////*/
.living {
	background-color: #00C8EC;
	text-align: center;
	position: relative;
}
.living h2 + p {
	font-size: 16px;
	color: #FFFFFF;
	margin: 20px 0;
}
.living h2 + p span {
	display: block;
	color: #FFFFFF;
}
.living span.dc1,
.living span.dc2 {
	-webkit-filter: brightness(150%);
	filter:brightness(150%);
}
@media screen and (min-width:600px) and (max-width:1099px) {
	.living h2 + p {
		width: 75%;
		margin: 20px auto;
	}
}
@media screen and (max-width:599px) {
	.living h2 + p {
		text-align: left;
	}
}

/***livingItem***/
.livingItem {
	background-color: #FFFFFF;
	border-radius: 20px;
	font-size: 0;
	margin-bottom: 50px;
}
.livingItem li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
.livingItem dl dt,
.livingItem dl dd {
	display: inline-block;
	vertical-align: top;
}
.livingItem dl dd {
	width: 80%;
	text-align: left;
	padding-left: 10px;
	line-height: 1.2;
}
.livingItem dl dd img {
	float: right;
	margin-left: 10px;
}
.livingItem h3 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
}
li.upp {
	border-bottom: 3px dotted #AAAAAA;
	height: 130px;
}
li.line {
	border-left: 3px dotted #AAAAAA;
	border-right: 3px dotted #AAAAAA;
}
@media screen and (max-width:1099px) {
	.livingItem h3 {
		font-size: 18px;
	}
}
@media screen and (max-width:599px) {
	.livingItem li {
		width: 100%;
		display: block;
		border-bottom: 3px dotted #AAAAAA;
		padding: 10px;
	}
	.livingItem li:last-child {
		border-bottom: none;
	}
	li.upp {
		height: auto;
	}
	li.line {
		border-left: none;
		border-right: none;
	}
}

/***blog***/
.blogTitle span {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	margin-top: 30px;
}
.blogTitle,
.blogItem,
.blogItem dl {
	display: inline-block;
	vertical-align: top;
}
.blogItem {
	width: 80%;
	font-size: 0;
}
.blogItem dl {
	width: 25%;
	margin: 0 4.166%;
	position: relative;
}
.blogItem dl dt img {
	width: 100%;
}
.blogItem dl dd {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	text-align: left;
	padding: 10px 20px;
}
.blogItem dl dd a {
	color: #FFFFFF;
	font-size: 18px;
}
.blogItem dl dd span {
	color: #FFFFFF;
	display: block;
}
@media screen and (max-width:599px) {
	.blogTitle span {
		display: inline-block;
		margin-top: 0;
	}
	.blogTitle,
	.blogItem,
	.blogItem dl {
		display: block;
		width: 100%;
	}
	.blogTitle {
		margin-bottom: 20px;
	}
	.blogItem dl {
		margin: 0 auto 10px;
		font-size: 0;
		border-bottom: 2px solid #FFFFFF;
	}
	.blogItem dl dt,
	.blogItem dl dd {
		display: inline-block;
		vertical-align: top;
	}
	.blogItem dl dt {
		width: 40%;
	}
	.blogItem dl dd {
		width: 60%;
		position: static;
		background: none;
	}
}

/*//request/////////////////////////////////////////////*/
.request {
	text-align: center;
	padding-bottom: 0;
	position: relative;
}
.request div.half {
	height: 440px;
	margin: 50px 2%;
	padding: 50px 70px;
	background: url(../imgs/top/request_bg.png) no-repeat center top;
	position: relative;
}
div.half h3 {
	position: absolute;
	top: -20px;
	left: -20px;
}
div.half h4 {
	font-size: 34px;
}
h4.orange {
	color: #FF9239;
}
h4.green {
	color: #74D187;
}
.request a {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #00C8EC;
	border-radius: 20px;
	display: block;
	width: 200px;
	padding: 10px 0;
	margin: 20px auto 0;
}
.request a:hover {
	color: #FFFF00;
}
@media screen and (min-width:600px) and (max-width:1099px) {
	.request div.half {
		height: auto;
		padding: 40px 70px;
		background-size: contain;
	}
	div.half h3 {
		width: 100px;
	}
	div.half h4 {
		font-size: 26px;
	}
	.request a {
		margin: 10px auto 0;
	}
}
@media screen and (max-width:599px) {
	.request div.half {
		height: auto;
		margin: 20px 0 10px;
		padding: 20px 10px;
		background: none;
		border: 5px solid #00C8EC;
		border-radius: 50px;
	}
	div.half h3 {
		left: -8px;
		width: 25%;
	}
	div.half h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

/***area***/
.area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area dt,
.area dd {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.area dt {
  width: 40%;
	color: #00AFEC;
	padding-right: 30px;
}
.area dt span {
	display: block;
	color: #00AFEC;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.area dd {
	width: 60%;
}
.area table {
	border-collapse: collapse;
}
.area th,
.area td {
	padding: 10px;
	text-align: center;
	border: 1px solid #DDDDDD;
}
.area th {
	background-color: #86C8EC;
	color: #FFFFFF;
	font-weight: 400;
}
.area caption {
	text-align: left;
	margin-top: 10px;
}
@media screen and (min-width:600px) and (max-width:1099px) {
	.area dt {
		/*width: 38%;*/
	}
}
@media screen and (max-width:599px) {
  .area {
    display: block;
  }
	.area dt,
	.area dd {
		display: block;
		width: 100%;
	}
	.area dt {
		padding-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.area dd img {
		display: none;
	}
	.area th,
	.area td {
		padding: 5px;
		font-size: 10px;
	}
}

/*//news/////////////////////////////////////////////*/
.news {
	background-color: #EBEBEB;
}
.news .wrap {
	font-size: 0;
}
.news h2,
.news ul {
	display: inline-block;
	vertical-align: middle;
}
.news h2 {
	width: 15%;
	font-size: 22px;
}
.news h2 img,
.news h2 span {
	display: block;
	font-weight: 400;
}
.news ul {
	width: 85%;
}
.news ul li {
	padding: 10px 20px;
}
/*.news ul li:nth-of-type(2n+1) {
	background-color: #DCDCDC;
}*/
.news ul li span {
	width: 100px;
	color: #FFF;
	padding: 5px 0;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
}

.news ul li br {
	display: none;
}
@media screen and (max-width:599px) {
	.news h2,
	.news ul {
		display: block;
		width: 100%;
	}
	.news h2 {
		text-align: center;
	}
	.news h2 img,
	.news h2 span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}
	.news ul li span {
		padding: 3px 0;
		margin: 0 10px 10px;
	}
	.news ul li br {
		display: inherit;
	}
}
/*//災害メッセージ180712/////////////////////////////////////////////*/
.important {
  width: 850px;
  margin: 30px auto 0;
  border: 1px solid #D90000;
  padding: 20px;
}
.important h3 {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.important p {
  margin-bottom: 10px;
  text-align: center;
}
.important p:last-of-type {
  margin-bottom: 30px;
}
.important span {
  width: 100%;
  text-align: center;
  display: block;
}
.important span a {
  color: #00C8EC;
  text-decoration: underline;
}
@media screen and (max-width:599px) {
  .important {
    width: 98%;
    padding: 15px;
  }
  .important h3 {
    font-size: 1.1rem;
  }
  .important p {
    font-size: 0.95rem;
  }
}</pre></body></html>