<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;
}
html{
	background-color:#f5f5f5;
	color: #666666;
	box-sizing: border-box;
	height: 100%;
	font-size: 0.8em;
	overflow:scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
html::-webkit-scrollbar{
  display: none;
}
a{
	text-decoration: none;
	color:inherit
}
ul {
  list-style: none;
}
body {
	font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, Arial, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	width: 100%;
	min-width: 950px;	
	
}
footer{
	text-align: center;
	line-height: 30px;
	bottom: 5px;
	width: 950px;
}

aside{
	border: 1px solid #7db4e6;
	padding: 10px;
}

#base{
	width:950px;
	margin: 0 auto;
}
#head{
	padding: 25px 10px 0;
}
#head #logo img{
	height: 40px;
}
/*head_img*/
#head_img {
	text-align: center;
	height: 200px;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url(./img/top_image.jpg);
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;		
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#head_img div, #head_img h1 {
	text-align: left;
	width: 800px;
	height: 40px;
	margin: 80px auto 0 auto;
}
#head_img div{
	font-weight: bold;
}
#head_img p{
	font-size: 18px;
}
/* tab*/
#tab{
	border-bottom: #9b9b9b 1px solid;
	height: 40px;
	margin-top: 15px;
}
#tab ul {
	display:flex;
	text-align: center;
	line-height: 40px;
	width:900px;
	margin: 0 auto;
}
#tab li {
	float: left;
	display: inline;
	font-size: 13px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	border-right: 1px solid #9b9b9b;	
}
#tab li+ li {
  border-left: 0;
  border-right: 1px solid #9b9b9b;
}
#tab li a:visited {
	text-decoration: none;
}
#tab li a {
	font-weight: bold;
	display: block;
	height: 40px;
	width: 140px;
	overflow: hidden;
}
#main{
	width:800px;
	margin: 30px auto;	
}
#left{
	width:550px;
	float: left;
}
#right{
	width: 200px;
	float: right;
	text-align: center;
	border: solid 2px #7DB4E7;
	min-height: 80px;
	border-radius: 3px;
	margin-top: 5px;
}

.clearfix::after{
   content: "";
   clear: both;
   display: block;
}

#right .title{
	height: 35px;
	background-color: #7DB4E7;
	color: #ffffff;
	line-height: 35px;
	font-family: OptimaLTPro-Roman;
	text-align: center;
	font-weight: bold;	
}
#right #tel{
	font-size: 26px;
	margin-top:5px;
	/*color: #47A4C2;*/
	color: #7DB4E7;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
}

.service{
	margin-top: 20px;
}
.category{
	background: linear-gradient(180deg, #6ac2e7,#5dbce4);
	border-radius: 3px;
	width: 130px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}
.service li{
	border-bottom:dashed 2px #6594e0;
	line-height:35px;
}
.service li.square-four,  li.square-four{
	position: relative;
	display: block;
	padding: 0.2em 0 0.2em 2em;
}
.service li.square-four::before,  li.square-four::before{
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #ffa3a3;
	box-shadow: 0 0.6em 0 #93e099, 0.6em 0 0 #8adaf9, 0.6em 0.6em 0 #efc378;
	content: "";
}

aside li{
	margin-bottom: 10px;
}
.circle {
	display: inline-grid;
	color: #fff;
	width: 170px;
	height: 170px;
	margin: 10px;
	border-radius: 50%;
	text-align: center;
	align-content: center;
	font-weight: bold;
	font-size: 18px;
}

.back1{
	background-color: #7db4e6;
}
.back2{
	background-color: #95d88e;
}
.back3{
	background-color: #ebb335;
}

.sentence{
	font-size: 1.0em;
}
/*table*/
.table{
	display:table;
	width: 690px;
	margin: 0 auto;
}
.table &gt; .row{
	display:table-row;
}
.table &gt; .row &gt; .cell{
	display:table-cell;
	border-bottom:dashed 2px #6594e0;
	padding: 10px 10px;
}
.service_link {
	width:550px;
	margin-top: 20px;	
}
.service_link .row &gt; .cell{
	border:none;
	text-align:left;
	vertical-align: top;
	padding: 10px 10px 30px 0;
}
.service_image{
	width:250px;		
	height: 120px;	
	object-fit: cover;
}
.service_content{
	width:100%;
}
.img_cell{
	width:200px;
}
.ex{
	font-size:10px;
}
.point{
	padding: 5px 5px;
	margin-top: 20px;
	background: #f4f4f4;
	border-left: solid 5px #7db4e6;
	border-bottom: solid 3px #d7d7d7;
	font-weight: bold;
}
.schedule{margin-top: 20px;
}
.schedule li{
	font-size: 0;
}
.Balloon, .Balloon_end {
	vertical-align: top;
	position: relative;
	margin: 0 0 35px 0;
	padding: 0 0 0 10px;
	width: 200px;
	background: #7db4e6;
	display: inline-block;
	font-size: 20px;
	height: 67px;	
}
.Balloon:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #7db4e6 transparent transparent transparent;
	border-width: 30px 40px 0 40px;
}
.Balloon-Text {
  color: #fff;
}
.Balloon-Text span{
	font-size: 30px;
	margin: 0 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	font-weight: bold;
}
.Balloon_right{
	border: solid 1px #7db4e6;
	display: inline-block;
	width: 568px;
	height: 55px;
	padding: 10px 10px 0 10px;
	font-size: 16px;
}

h2{
	margin: 20px 0 0 0;
}
section p{
	margin: 10px 0px 0px 10px;
}
.arrow{
	position: relative;
	display: inline-block;
}
.arrow::after{
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 1px #555;   
	border-right: solid 1px #555;   
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -20px;
}
.margin-left{
	margin-left: 10px;
}
.service_list ul{
	list-style: none;
	width: 770px;
	margin: 0 auto;
}
.service_list li{
	width: 320px;
	height: 400px;
	margin: 0 30px 10px 30px;
	list-style: none;
	float: left;
	overflow: hidden;
}
.service_list img{
	width: 360px;
	height: 200px;
	object-fit: cover;
}
.service_list .service_name{
	margin: 20px 0;
	color: #7DB4E7;
	margin-bottom: 15px;
}
.mizuiro{
	color: #7DB4E7;
}




</pre></body></html>