@charset "UTF-8";
/* CSS Document */

html {height:100%;}
body {height:100%;}
html {font-size: 62.5%; /* ベースを10pxに指定 */}

* {
box-sizing:border-box;
margin:0;
padding:0;
border:0;
font-style:normal;
word-break:normal;
word-wrap:break-word;
}

br.spOnly{
	display: none;
}
.noto{
	font-family: "Noto Sans JP", sans-serif;
}

.tac{
	text-align: center;
}

.flex01{
	display: flex;
	justify-content: center;
}

.home_logo h1{
	font-size: 1.5rem;
	font-weight: 500;
	font-feature-settings: "palt";
	margin-top: 30px;
	margin-bottom: 20px;
}
.home_logo img{
	width: 231px;
	height: auto;
}
.home_img p{
	font-size: 1.6rem;
	font-weight: 400;
    font-feature-settings: "palt";
	margin-top: 32px;
	margin-bottom: 35px;
}
.home_img img{
	width: 357px;
	height: auto;
}
.link_box {
	margin-top: 27px;
	margin-bottom: 55px;
}
.link_box p{
	font-size: 1.6rem;
	font-feature-settings: "palt";
}
.link_box ul{
	column-gap: 22px;
	margin-top: 20px;
}
.link_box ul li a{
	color: #e40079;
	text-decoration: none;
	font-size: 1.5rem;
}
.link_box ul li a:hover{
	opacity: .5;
}
.link_box ul li a i{
	font-size: 2.1rem;
	margin-right: 5px;
}
footer{
	background-color: #fef9f2;
	padding-top: 32px;
	padding-bottom: 55px;
	position: sticky;
	top: 100vh;
	width: 100%;
	overflow: hidden;
}
footer h2{
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.info_box{
	font-size: 1.5rem;
}
.info_box a{
	color: #333333;
	text-decoration: none;
}
@media (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}
@media (max-width: 767px){
	.home{
		padding: 0 20px;
	}
	br.spOnly{
		display: block;
	}
	.home_logo img{
		width: 180px;
		height: auto;
	}
	.home_img p, .link_box p{
		font-size: 1.4rem;
		text-align: left;
	}
	.home_img img{
		width: 100%;
	}
	.link_box ul{
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	.link_box ul li{
		margin-bottom: 15px;
	}
	.link_box{
		margin-bottom: 35px;
	}
}