/* 共通部分 */
body{
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
img{
	width: 100%;
}
a.btn.contact{
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	background-color: #c48327;
	padding: 10px 30px;
	text-decoration: none;
}
section{
	margin: 10px 10px 25px 10px;
}
h3.s-title{
	position: relative;
    padding: 0.5rem 0 1rem;
    margin-bottom: 2rem;
	color: #2789c4;
	font-weight: 700;
	text-align: center;
}
h3.s-title::before{
	position: absolute;
    border-bottom: 3px solid #c48327;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}
.text-c{
	text-align: center;
}
div.col-md-6{
	margin-top: 25px;
}
/* 表部分 */
table{
	margin: 10px auto 40px;
}
td{
	padding: 5px 20px 5px 10px;
}
td.text-r{
	width: 30%;
	text-align: right;
	vertical-align: baseline;
}
.item{
	color: #2789c4;
	font-size: 1.125rem;
	font-weight: 700;
}
/* header */
nav.navbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 50px;
	padding: 10px;
}
h1 a{
	color: #2789c4;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 0;
}
li.nav-item{
	margin-right: 1em;
}
a.nav-link{
	color: #333;
	text-decoration: none;
}
a.nav-link:hover{
	opacity: 0.7;
}
.mainvisual{
	height: 60vh;
	background-image: url(../images/main.webp);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
.mainvisual .logo{
	width: 300px;
	margin: auto;
}
@media screen and (max-width:767.9px){
	nav.navbar.pcmenu{
		display: none;
	}
}
/* header_sp用ハンバーガーメニュー */
nav.navbar.navbar-expand-md{
	margin: 0;
}
h5.offcanvas-title{
	color: #2789c4;
	font-weight: 700;
}
/* #concept */
#concept h2{
	text-align: center;
	color: #2789c4;
	font-weight: 700;
	padding: 20px;
}
.circle{
	position: relative;
	width: 35vh;
	height: 35vh;
	background-color: #2789c4;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.circle p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
/* #area */
img.img-thumbnail{
	border-color: #2789c4;
}
/* #rate */
.rate{
	background-color: #2789c4;
	width: 320px;
	padding: 20px;
	margin: 10px auto 1px auto;
}
.rate a{
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	font-weight: 700;
}
.rate a:hover{
	opacity: 0.7;
}
/* #about */
.map iframe{
	width: 100%;
}
@media screen and (max-width:767.9px){
	.map iframe{
		height: 60vh;
	}
}
/* #contact */
.formzu iframe{
	width: 80%;
	margin: 30px auto;
}
/* footer */
footer p{
	font-size: 0.75rem;
	color: #2789c4;
}