@charset "utf-8";

footer.g_ft {
	margin-top:15em;
}


/* -----------------------------------------------------------------
 body
----------------------------------------------------------------- */
#main {
}
#main a {
	color: #2c9782;
	text-decoration: none;
}
#main a:hover,
#main a:focus {
	text-decoration: underline;
}
#main .inner {
	width:80%;
	max-width:900px;
	margin:0 auto;
}
#main .ttl {
	margin-top:10rem;
	letter-spacing:.2rem;
	line-height:1.2em;
	font-size:90px;
	font-size:5.625rem;
	font-family: 'Sorts Mill Goudy','游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
#main .txt {
	font-size:30px;
	font-size:1.5rem;
}
#main .col2 {
	display: flex;
  justify-content: center;
  align-items: center;
  gap:1rem;
  margin-top: 3rem;
}
#main .col2 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border: #eee 3px solid;
  border-radius: 9999px;
}
#main .col2 .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 350px;
  border: #999 1px solid;
  border-radius: 9999px;
  text-decoration: none;

}
#main .col2 .item img {
  width: 200px;
}
#main .col2 .item .name {
  font-size: 3rem;
	font-family: 'Sorts Mill Goudy','游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
