
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	margin-top: 143px;
}
.top-image .txt {
	width: 90%;
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top-image .txt h1 {
	font-size: 3.5rem;
	line-height: 150%;
	font-weight: 400;
	letter-spacing: 1em;
	color: #FFF;
	text-align: center;
}
p.ce {
	text-align: center;
}
p.ce-nb {
	text-align: center;
}
.title {
	font-size: 3rem;
	color: #163447;
	text-align: center;
	line-height: 150%;
	padding: 40px 0;
}
.title span {
	display: block;
	font-size: 1.8rem;
}
.sub-title {
	font-size: clamp(1.8rem, 3vw, 3.8rem);
	letter-spacing: 0.2em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}
.middle-title {
	font-size: clamp(1.8rem, 3vw, 3rem);
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 180%;
    margin-bottom: 3%;
    font-weight: 600;
}
.small-title {
	font-size: 3rem;
	color: #163447;
	text-align: center;
	line-height: 160%;
	margin-bottom: 3%;
}
.small-title span {
	width: 100%;
	max-width: 360px;
	display: block;
	font-size: 1.5rem;
	line-height: 180%;
	color: #FFF;
	background-color: #163447;
	margin: 0 auto 3%;
	padding: 12px;
}
.small-title span.border {
	color: #163447;
	border: 1px solid #163447;
	background-color: #FFF;
	margin: 0 auto 3%;
}
.small-title.border {
	font-size: 2.4rem;
	border: 2px solid #163447;
	padding: 12px;
}

.photo-small {
	width: 100%;
	max-width: 600px;
	margin: 60px auto 0;
}
.photo-half {
	width: 100%;
}
.photo-half li {
	width: 50%;
	float: left;
}
.b-list {
	font-size: 1.2rem;
	font-weight: 400;
	color: #163447;
}
.b-list li {
	display: inline-block;
	padding-right: 1em;
}
.b-list li a {
	display: inline-block;
	font-size: 1.2rem;
	color: #163447;
	text-decoration: none;
	padding-right: 1em;
}
.qr-banner {
  width: 100%;
  max-width: 305px;
	margin-top: 3%;
}

/*  cf */

.photo-half:after {
    content:" ";
    display:block;
    clear:both;
}

/* top img */

.top-image img,.photo-half img,.photo-item img,.photo-small img,.qr-banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		margin-top: 90px;
	}
	.top-image .txt h1 {
		font-size: 6vw;
	}
	.title {
		font-size: 2.8rem;
		padding: 5% 0;
	}
	.title span {
		font-size: 1.6rem;
	}
	/*.sub-title {
		font-size: 3rem;
	}*/
	.sub-title br {
		/*display: none;*/
	}
	.small-title {
		font-size: 2.8rem;
		line-height: 180%;
	}
	.small-title span {
        text-align: center;
		padding: 8px;
	}
	.small-title.border {
		font-size: 2rem;
		padding: 8px;
	}
	p.ce {
		text-align: left;
	}
	p.ce br {
		display: none;
	}
	.photo-small {
		width: 100%;
		max-width: 600px;
		margin: 6% auto 0;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	.title {
		font-size: 2rem;
		padding: 5% 0;
	}
	.sub-title {
        letter-spacing: 0;
	}
    .middle-title {
        letter-spacing: 0;
    }
	.small-title {
		font-size: 1.8rem;
	}

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

