html,body{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
body{
}
header{
	padding: 1rem 0;
	background-color: #FFF;
}
header .container{
	display: flex;
	justify-content: space-between;
}
header img{
	max-width: 300px;
}
.arrow{
	max-width: 100px;
	height: auto;
}
img{
	max-width: 100%;
}
.manga.flow img{
	position: relative;
	margin-bottom: -42px;
}
.manga.flow img:nth-child(1){
	z-index:6;
}
.manga.flow img:nth-child(2){
	z-index:5;
	margin-bottom: -47px;
}
.manga.flow img:nth-child(3){
	z-index:4;
}
.manga.flow img:nth-child(4){
	z-index:3;
}
.manga.flow img:nth-child(5){
	z-index:2;
}
.manga.flow img:nth-child(6){
	z-index:1;
	margin-bottom: -16px;
}
.text-center{
	text-align: center;
}
.container{
	max-width: 1080px;
	padding: 0 1rem;
	margin: auto;
}
footer{
	text-align: center;
	background-color: #FFF;
}
footer nav{
	background-color: #000;
}
footer nav ul{
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	list-style: none;
	flex-wrap: wrap;
}
footer nav li:not(:last-child):after{
	content:"｜";
	color: #FFF;
	display: inline-block;
}
footer nav li a{
	color:#FFF;
}
footer nav li a:hover{
	color: #FFF;
	opacity: .8;
}
main{
	background: url(../images/bg.webp);
}
main .container{
	text-align: center;
	background: #FFF;
}
main a img,main a.hover-link img{
	transition: .5s;
}
main a img,
main a.hover-link img,
.box-info a:last-child img,
footer a img{
	transition: .5s;
}
main a img:hover,
.box-info a:last-child img:hover,
footer a img:hover{
	transform: scale(1.03);
}
main a.hover-link img:hover{
	transform: scale(1.03);
	opacity: .8;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.6);
}
.main-box,.toi-box{
	position: relative;
}
.main-box a{
	position: absolute;
	bottom: 15px;
	left:calc(50% - 345px);
}
.toi-box a{
	position: absolute;
	bottom: 15px;
	left:calc(50% - 345px);
}
.toi-box a.tel-link-static{
	position: static;
}
.toi-box a.tel-link-static img:hover{
	transform: none;
}
.main-box a{
    bottom: 2px;
}
.text-center{
	text-align: center;
}
.mt-0{
	margin-top: 0!important;
}
.mt-5{
	margin-top: 5rem!important;
}
.heading-box{
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.web-fax-btn{
	position: relative;
	display: inline-block;
}
.web-fax-btn img:first-child{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.web-fax-btn img:first-child{
	transition: .4s;
}
.web-fax-btn:hover img:first-child{
	opacity: 1;
}

@media screen and (min-width:1025px){
}
@media screen and (max-width:767px){
	header .container{
		justify-content: space-between;
	    text-align: center;
	    flex-direction: column;
	}
	header .container h1,
	header .container h1 img{
		font-size: 1rem;
		margin: 0;
	}
	.toi-box a{
		left: 0;
		bottom: 5px;
	}
	.toi-box a img{
		max-width: 80%;
	}
	.manga.flow img {
	    position: relative;
	    margin-bottom: -9.5%;
	}
	.manga.flow img:nth-child(2){
	    margin-bottom: -10%;
	}
	.manga.flow img:nth-child(6){
	    margin-bottom: -4.5%;
	}
	header img {
	    max-width: 95%;
	}
	.box-info{
		display: flex;
	}
	footer{
		margin-top: 5rem;
	}
	.toi-box a.tel-link-static img{
		max-width: 100%;
	}
	.btn-child{
		left:15%;
	}
	.main-box a{
		display: flex;
		left: 20%;
	}
	.main-box a img{
		max-width: 70%;
	}
	.mt-5{
		margin-top: 1.5rem!important;
	}
	.mb-5{
		margin-bottom: 1.5rem!important;
	}
	img[src*="h3.webp"]{
		max-width: 13.5rem;
	}
}
@media screen and (max-width:345px){
}
@media screen and (min-width: 751px){
  .telLink {
    pointer-events: none;
  }
}