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

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');


html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	line-height: 1.75;
	zoom: 1;
	position: relative;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #262626;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
a {
	color: #262626;
	text-decoration: underline;
}

img {
	width: 100%;
	height: auto;
}

.sp {
	display: none;
}

/***************************************
    wrapper
***************************************/
#wrapper {
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
}

#content {
	width:100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 0 20px;
}
#content .logo {
	width: 200px;
	margin: 0 auto 15px;
}
.st0 {fill: #231815;}

h1 {
	padding: 0 0 25px;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
#content p.ttl {
	width: 560px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto 30px;
	padding: 20px 0 25px;
	box-sizing: border-box;
	font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.25;
}
#content p.ttl span {
    font-size: 1.6rem;
}
.ft-address {
	display: flex;
	justify-content: center;
}
.ft-address dl {
	margin: 0 25px 40px;
}
.ft-address dl dt {
	font-weight: 500;
	margin-bottom: 5px;
}
#copyright {
	text-align: center;
	font-size: 1.0rem;
	color:#999;
}



@media screen and (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: inline;
}
body {
	font-size: 1.3em;
}
#content .logo {
	width: 180px;
	margin: 0 auto 25px;
}
h1 {
    font-size: 1.3rem;
	padding: 0 0 20px;
}
#content p.ttl {
	width: 100%;
    padding: 20px 0;
    font-size: 2.0rem;
}
#content p.ttl span {
    font-size: 1.2rem;
}
}
	