@charset "utf-8";
/* CSS Document */
html{
	font-size:62.5%;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
a:link{
	color: black;
}
a:visited{
	color: black;
}
*{
	margin: 0;
	padding: 0;
}

@media all and (-ms-high-contrast: none){
	html{
	font-family:"ＭＳ ゴシック",sans-serif; 
}}

@media screen and (min-width:993px){
	a[href^="tel:"]{
    pointer-events: none;
  }
	header{
	padding-top: 35px;
}
	#headerInner{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	height: 5rem;
	display:flex;
	justify-content: space-between;
}
#logo a{
	color: white;
	text-align: center;
	line-height: 3vw;
	font-size: 2vw;
	background-color: deeppink;
	width:3vw;
	height: 3vw;
	margin-right: 1rem;
}
#logo{
	float: left;
	display: flex;
	align-items: center;
	width:25%;
	margin-left: 10%;
}
	#logo p{
		width: 21vw;
	}
	.eigyoujikan{
		display: grid;
		width:55%;
		margin-right: 10%;
		justify-content: flex-end;
		margin-bottom: 2rem;
	}
	.time{
		font-size: 1.2rem;
		font-weight: bold;
	}
	.flowtime{
		font-size:1.5rem;
		font-weight: bold;
		margin: 2rem 0 0 1rem;
		line-height: 5rem;
	}
	.space0{
	margin-left: 2rem;
	}
	.headerflex{
		display:flex;
		align-items: center;
		justify-content: flex-end;
		width:80%;
	}
	.br{
		margin:1rem;
	}
	.mobile{
		pointer-events: none;
		color:white !important;
	}
	
.contact{
	width: 25%;
	height: 5rem;
	line-height: 5rem;
	background-color: #f2a30b;
	float: right;
	display: block;
	border-radius: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#mainVisual{
	background-image: url("../../images/index/mainv.jpg");
	width:100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center right;
}
#mainfrase{
	position: relative;
	top: 20vh;
	left: 10vw;
	font-family: "Times New Roman", Times, "serif","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 2.5rem;
	color: #333333;
	background-color: white;
	width:50vw;
	height: 5rem;
	text-align: center;
	line-height: 5rem;
}
.servicefont1line{
	width:100%;
	border-bottom:1px solid #F0BAF3;
}
	h2{
		text-align: center;
		font-size: 3rem;
		width: 100%;
		margin-top:10rem;
	}
	table{
		width:100%;
		margin:10rem auto 0;
	}
	th{
		width:30%;
		padding-left: 20%;
		font-size: 2rem;
		padding-bottom:2rem;
		text-align: left;
		vertical-align: top;
	}
	td{
		width:50%;
		padding-right: 20%;
		font-size: 2rem;
		padding-bottom:2rem;
		text-align: left;
	}
	#jisseki p{
		width:100%;
		text-align: center;
		padding-top:10rem;
		font-size: 3rem;
	}
	footer{
	background-size: cover;
	background-color: #F0BAF3;
	margin-top:10rem;
	margin-left: auto;
	margin-right: auto;
	height: 10rem;
}
	
	#copyright{
		width: 100%;
		padding-top:5rem;
		text-align: center;
	}
}
@media screen and (max-width:992px){
	a[href^="tel:"]{
    pointer-events: none;
  }
	header{
	padding-top: 35px;
}
	#headerInner{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	height: 5rem;
	display:flex;
	justify-content: space-between;
}
#logo a{
	color: white;
	text-align: center;
	line-height: 10vw;
	font-size: 5vw;
	background-color: deeppink;
	width:10vw;
	height: 10vw;
	margin-right: 1rem;
}
#logo{
	float: left;
	display: flex;
	align-items: center;
	width:90%;
	margin:0 5%;
}
	#logo p{
		font-size: 1.3rem;
	}
	.eigyoujikan{
		width:90%;
		margin:5rem 5% 0;
	}
	.time{
		font-size: 0.8rem;
		font-weight: bold;
		padding-top:1rem;
	}
	.flowtime{
		font-size:1.5rem;
		font-weight: bold;
		margin: 2rem 0 0 1rem;
		line-height: 5rem;
	}
	.space0{
	margin-left: 2rem;
	}
	.br{
		margin:1rem;
	}
	.mobile{
		pointer-events: none;
		color:white !important;
	}
	
.contact{
	width: 25%;
	height: 5rem;
	line-height: 5rem;
	background-color: #f2a30b;
	float: right;
	display: block;
	border-radius: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#mainVisual{
	background-image: url("../../images/index/mainv.jpg");
	width:100vw;
	height: 30vh;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center right;
}
#mainfrase{
	position: relative;
	top: 5vh;
	left: 10vw;
	font-family: "Times New Roman", Times, "serif","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1rem;
	color: #333333;
	background: rgba(255,255,255,0.8);
	width:55vw;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
}
.servicefont1line{
	width:100%;
	border-bottom:1px solid #F0BAF3;
}
	h2{
		text-align: center;
		font-size: 2rem;
		width: 100%;
		margin-top:5rem;
	}
	table{
		width:100%;
		margin:5rem auto 0;
	}
	th{
		width:30%;
		padding-left: 10%;
		font-size: 1.3rem;
		padding-bottom:2rem;
		text-align: left;
		vertical-align: top;
		padding-right: 5%;
	}
	td{
		width:50%;
		padding-right: 10%;
		font-size: 1.3rem;
		padding-bottom:2rem;
		text-align: left;
	}
	#jisseki p{
		width:100%;
		text-align: center;
		padding-top:5rem;
		font-size: 2rem;
	}
	footer{
	background-size: cover;
	background-color: #F0BAF3;
	margin-top:10rem;
	margin-left: auto;
	margin-right: auto;
	height: 10rem;
}
	
	#copyright{
		width: 100%;
		padding-top:5rem;
		text-align: center;
	}
}