@charset "utf-8";

.bg01 {
    background-image: url(../images/top/bg01.png), url(../images/top/bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 15%, 90% 15%;
	background-size: 70px, 50px;
}
.bg02 {
    background-image: url(../images/top/bg03.png), url(../images/top/bg04.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 5% 15%, 95% 15%;
	background-size: 201px, 230px;
}
.bg03 {
    background-image: url(../images/top/bg05.png), url(../images/top/bg06.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 0%, 100% 0%;
	background-size: 369px, 387px;
}

body {
	background-image: url("../images/top/header.gif");
	background-repeat: no-repeat;
	background-size: contain;

}
div.row {
	margin: 60px 0;
}
div.main {
	margin-top: 60px;
}
div.main .catch {
	margin-bottom: 60px;
}
a img:hover {
	opacity: 0.7;
}
ul.li-kyorakuen {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.li-kyorakuen li::before {
	content: "●";
	color: #C79F62;
}

ul.li-kyorakuen li {
	font-weight: bold;
}
div.box-news {
	margin-bottom: 120px;
}
.box-news .label {
	display: inline-block;
	color: #fff;
	padding:3px 10px;
	margin-bottom: 0.5em;
	border-radius: 10px;
	width: 112px;
	text-align: center;
}
.box-news .label.all {
	background: #717071;
}
.box-news .label.kyorakuen {
	background: #7E584B;
}
.box-news .label.hoikuen {
	background: #4AAA36;
}
.box-news .label.youikuen {
	background: #00A4CF;
}
.box-news .label.pocket {
	background: #DF5E99;
}
h2 {
	font-size: 2.5rem;
	text-align: center;
}
a.btn04 {
	width: 70%;
}
a.btn04:after {
	padding: 4px 8px 5px 10px;
	border-radius: 20px;
}
a.btn04 > p:nth-child(1) {
}
a.btn04 > p:nth-child(2) {
	margin: 0 10%;
}
a.btn04 span {
	display: inline-block;
	font-weight: 700;
}
.bg-brown {
	background-color: #7E584B;
}
.title-access {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.title-access::before,
.title-access::after {
	content: '';
	width: 40%;
	height: 1px;
	border-bottom: dotted 2px #7E584B;
}

.title-access::before {
	margin-right: 20px;
}
.title-access::after {
	margin-left: 20px;
}
div.box-news th {
	padding-bottom: 5px;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}
div.box-news td {
	padding-bottom: 0;
	width: 100%;
}

div.tel {
	margin-top: 0.25em;
}
div.tel i {
	margin-right: 0.25em;
}
div.tel span {
	font-size: 1.2em;
	font-weight: bold;
}
div.tel.hoikuen span {
	color: #4AAA36;
}
div.tel.youikuen span {
	color: #00A4CF;
}
div.tel.pocket span {
	color: #EC8000;
}

.button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  width:100%;
  padding: 0.25em;
}

.button p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.button i {
  display: block;
  margin: 0.2em 0 0 0.2em;
  font-size: 1.2em;
}

.button .btn_balloon {
  position: absolute;
  display: inline-block;
  top: -1em;
  left: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #4AAA36;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}

.button .btn_balloon::before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: -5px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  z-index: 0;
  transform: rotate(45deg);
}


.button.hoikuen {
  background: #4AAA36;
}
.button.hoikuen i {
  color: #32b16c;
}
.button.hoikuen .btn_balloon {
  color: #4AAA36;
  border-color: #4AAA36;
}

.button.youikuen {
  background: #00A4CF;
}
.button.youikuen i {
  color: #00A4CF;
}
.button.youikuen .btn_balloon {
  color: #00A4CF;
  border-color: #00A4CF;
}

.button.pocket {
  background: #EC8000;
}
.button.pocket i {
  color: #EC8000;
}
.button.pocket .btn_balloon {
  color: #EC8000;
  border-color: #EC8000;
}

@media (max-width: 1200px) {
	.bg01, .bg02 {
	    background-position: left 15%, right 15%;
	}
	.bg03 {
    background-position: -15% 0%, 115% 0%;
	}

	a.btn04 {
		width: 80%;
	}
}

@media (max-width: 992px) {
	.bg01, .bg02, .bg03 {
	    background-image: none;
	}

	a.btn04 {
		width: 100%;
	}
}

@media (max-width: 576px) {
	div.main {
		margin-top: 20px;
	}
	div.row {
		margin: 20px 0;
	}
	.box-news img.news {
		max-width: 180px;
	}
	div.box-news .label {
		font-size: 1.4rem;
		margin-top: 0;
	}
	div.box-news th, div.box-news td {
		font-size: 1.6rem;
	}
	div.box-news th {
		display: flex;
	}
	div.box-news td {
		margin: 0 1em 1em;
	}
	img.philosophy {
		max-width: 180px;
	}
	a.btn04:after {
		display: none;
	}
	table.access td {
		display: block;
		width: 100% !important;
	}
	table.access td p {
		margin-bottom: 0;
	}
}
