@charset "utf-8";
body footer #signature {
	display:none !important;
}
.keyvisual {
	background-color:rgba(1,175,212,1);
}

/*DEVICE：SP*/
@media not screen and (min-width: 768px) {
/*BASE*/
.keyvisual .title-box {
	background-color:#FFF;
}
.keyvisual h1 {
	color:rgba(1,175,212,1);
}

/*ごあいさつ*/
#greeting {
	padding:4rem 1.5rem;
}
#greeting .contents-head {
	width:100%;
	padding-bottom:2em;
}
#greeting .contents-head h1 {
	text-align:center;
}
#greeting .line-on::before, #greeting .line-on::after { border-color:rgba(44,52,108,1);}
#greeting .contents-body .img-box  {
	width:100%;
	overflow:hidden;
	border-radius:10px;
}
#greeting .contents-body .img-box img {
	border-radius:10px;
}
#greeting .contents-body .txt-box h2.title {
	font-family: 'Noto Serif JP', serif;
	font-size:max(1.8vw,18px);
	margin-bottom:1em;
}

/*理念*/
#phiosophy {
	color:#25412f;
	background-color:#B0E2BF;
	padding:4rem 1.5rem;
}
#phiosophy .contents-head {
	width:100%;
	padding-bottom:2em;
}
#phiosophy .contents-head h1 {
	text-align:center;
}
#phiosophy .line-on::before, #phiosophy .line-on::after { border-color:#25412f;}
#phiosophy .contents-body .img-box  {
	width:100px;
	border-radius:10px;
	margin:auto;
}
#phiosophy .contents-body .img-box img  {
	width:100%;
}
#phiosophy .contents-body .txt-box {
	text-align:justify;
	margin-bottom:2rem;
}
#phiosophy .contents-body .txt-box h2.title {
	font-family: 'Noto Serif JP', serif;
}

/*園の概要*/
#outline {
	color:#422315;
	background-color:#EDE2C3;
	padding:4rem 1.5rem;
}
#outline .contents-head {
	padding-bottom:2rem;
}
#outline .contents-head h1 {
	text-align:center;
}
#outline .line-on::before, #outline .line-on::after { border-color:#422315;}
#outline .contents-body .outline {
	margin-bottom:2rem;
}
#outline .outline .table {
	border: solid 2px #422315;
	border-radius:6px;
	overflow:hidden;
}
#outline .outline .table .tr .th,
#outline .outline .table .tr .td {
	padding:1rem 1rem;
}
#outline .outline .table .tr .th {
	text-align:justify;
	background-color:rgba(247,192,44,0.4);
	border-bottom:dotted 2px #422315;
}
#outline .outline .table .tr .td {
	border-bottom:solid 2px #422315;
}
#outline .outline .table .tr:last-of-type .td {
	border-bottom: none 0px;
}

#outline .group-list {
	border:solid 2px #422315;
	border-radius:1em;
	overflow:hidden;
	padding:1rem;
	margin-bottom:2rem;
}
#outline .group-list h1.title {
	display:flex;
	flex-flow:column-reverse wrap;
	justify-content:center;
	align-items:center;
	gap:0 0;
	margin-bottom:1rem;
}
#outline .group-list h1.title .ja {
	font-family: 'Noto Serif JP', serif;
}
#outline .group-list h1.title .en:first-letter {
	color:#F7C02C;
}
#outline .group-list .nav-group {
	padding:0 1rem;
}
#outline .group-list .nav-group li {
	text-align:center;
}
#outline .group-list .nav-group li:not(:last-child) {
	margin-bottom:1em;
}
#outline .group-list .nav-group li a img {
	width:100%;
	max-width:240px;
	border-radius:6px;
}

#outline .partner-list {
	border:solid 2px #422315;
	border-radius:1em;
	overflow:hidden;
	padding:1rem;
	margin-bottom:2rem;
}
#outline .partner-list h1.title {
	display:flex;
	flex-flow:column-reverse wrap;
	justify-content:center;
	align-items:center;
	gap:0 0;
	margin-bottom:1rem;
}
#outline .partner-list h1.title .ja {
	font-family: 'Noto Serif JP', serif;
}
#outline .partner-list h1.title .en:first-letter {
	color:#F7C02C;
}
#outline .partner-list .nav-group {
	padding:0 1rem;
}
#outline .partner-list .nav-group li {
	text-align:center;
}
#outline .partner-list .nav-group li:not(:last-child) {
	margin-bottom:1em;
}
#outline .partner-list .nav-group li a img {
	width:100%;
	max-width:240px;
	border-radius:6px;
}

#outline .contents-body .maps {
	background-color:#FFF;
	border:solid 2px #422315;
	border-radius:6px;
	padding:1rem;
	overflow:hidden;
}
#outline .contents-body .maps iframe {
	outline:none;
	aspect-ratio:1 / 1;
	width:100%;
	height:auto;
	max-height:80vh;

}
#outline .anime-hs::after {
	background-color:#F7C02C;
}
#outline .maps.anime-hs::after {
	background-color:#F7C02C;
}
}


/*DEVICE：PC TAB*/
@media screen and (min-width: 768px) {
/*BASE*/
.keyvisual .title-box {
	mix-blend-mode:multiply;
}
.keyvisual h1 {
	color:rgba(1,175,212,1);
}
#header menu.pc li.about a .en {
	color:rgba(1,175,212,1);
}

/*ごあいさつ*/
#greeting {
	padding:80px 80px;
}
#greeting .contents-head {
	width:100%;
	padding-bottom:4em;
}
#greeting .contents-head h1 {
	text-align:center;
}
#greeting .line-on::before, #greeting .line-on::after { border-color:rgba(44,52,108,1);}

#greeting .contents-body .content-box {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:stretch;
	gap:40px 2em;
}
#greeting .contents-body .img-box  {
	width:100%;
	max-width:320px;
	overflow:hidden;
	border-radius:10px;
}
#greeting .contents-body .img-box img {
	border-radius:10px;
}
#greeting .contents-body .txt-box {
	flex: 1;
	min-width:700px;
}
#greeting .contents-body .txt-box h2.title {
	font-family: 'Noto Serif JP', serif;
	font-size:max(2.4vw,24px);
	margin-bottom:1em;
}

/*理念*/
#phiosophy {
	color:#25412f;
	background-color:#B0E2BF;
	padding:80px 80px;
}
#phiosophy .contents-head {
	width:100%;
	padding-bottom:4em;
}
#phiosophy .contents-head h1 {
	text-align:center;
}
#phiosophy .line-on::before, #phiosophy .line-on::after { border-color:#25412f;}
#phiosophy .contents-body .content-box {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:stretch;
	gap:40px 2em;
}
#phiosophy .contents-body .img-box  {
	width:100%;
	max-width:240px;
	overflow:hidden;
	border-radius:10px;
}
#phiosophy .contents-body .img-box img  {
	width:100%;
}
#phiosophy .contents-body .txt-box {
	text-align:justify;
	flex: 1;
	min-width:700px;
}
#phiosophy .contents-body .txt-box h2.title {
	font-family: 'Noto Serif JP', serif;
}

/*園の概要*/
#outline {
	color:#422315;
	background-color:#EDE2C3;
	padding:80px 80px;
}
#outline .contents-head {
	padding-bottom:4em;
}
#outline .contents-head h1 {
	text-align:center;
}
#outline .line-on::before, #outline .line-on::after { border-color:#422315;}
/*#outline .contents-body.half-box {
	display:flex;
	flex-flow: row nowrap;
	justify-content:space-between;
	align-items:stretch;
	gap:3em 3em;
	width:100%;
}*/
#outline .contents-body.half-box {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:4em 3em;
	width:100%;
}
#outline .outline {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
#outline .group-list {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
#outline .partner-list {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

#outline .contents-body .outline {
	white-space:nowrap;
}
#outline .outline .table .tr .th,
#outline .outline .table .tr .td {
	vertical-align:top;
	padding-top:1em;
	padding-bottom:1em;
}
#outline .outline .table .tr .th {
	text-align:justify;
	text-align-last:justify;
	padding-right:1.5em;
	border-bottom:dotted 2px #422315;
	border-right:dotted 2px #422315;
}
#outline .outline .table .tr .td {
	padding-left:1.5em;
	border-bottom:dotted 2px #422315;
}
#outline .outline .table .tr:last-of-type .th,
#outline .outline .table .tr:last-of-type .td {
	border-bottom: none 0px;
}
#outline .outline .table .tr .td .ul li {
	margin-bottom:.5em;
}

/*#outline .group-list {
	flex-grow:1;
}*/
#outline .group-list h1.title {
	display:flex;
	flex-flow:column-reverse wrap;
	justify-content:center;
	align-items:center;
	gap:0 0;
	margin-bottom:1rem;
}
#outline .group-list h1.title .en {
	display:block;
	font-size:max(2.4vw,24px);
}
#outline .group-list h1.title .ja {
	display:block;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:.2em;
}
#outline .group-list h1.title .en:first-letter {
	color:#F7C02C;
}
#outline .group-list .nav-group {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
	gap:1em;
}
#outline .group-list menu.nav-group li {
	width:calc(100% / 2 - .55em);
	border-radius:10px;
	overflow:hidden;
}
#outline .group-list li img {
	width:100%;
}
#outline .group-list menu.nav-group li a {
	opacity:1;
	transition:opacity ease .5s;
}
#outline .group-list menu.nav-group li a:hover {
	opacity:.8;
}

#outline .partner-list h1.title {
	display:flex;
	flex-flow:column-reverse wrap;
	justify-content:center;
	align-items:center;
	gap:0 0;
	margin-bottom:1rem;
}
#outline .partner-list h1.title .en {
	display:block;
	font-size:max(2.4vw,24px);
}
#outline .partner-list h1.title .ja {
	display:block;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:.2em;
}
#outline .partner-list h1.title .en:first-letter {
	color:#F7C02C;
}
#outline .partner-list .nav-group {
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	align-items:center;
	gap:1em;
}
#outline .partner-list menu.nav-group li {
	width:calc(100% / 2 - .55em);
	border-radius:10px;
	overflow:hidden;
}
#outline .partner-list li img {
	width:100%;
}
#outline .partner-list menu.nav-group li a {
	opacity:1;
	transition:opacity ease .5s;
}
#outline .partner-list menu.nav-group li a:hover {
	opacity:.8;
}

#outline .contents-body .maps {
	border:solid 2px #422315;
	border-radius:1em;
	overflow:hidden;
}
#outline .contents-body .maps iframe {
	outline:none;
	aspect-ratio:16 / 9;
	width:100%;
	height:auto;
	padding:2em;
	background-color:#FFF;
	border-radius:1em;
	overflow:hidden;
}
#outline .anime-hs::after {
	background-color:#F7C02C;
}
#outline .maps.anime-hs::after {
	background-color:#F7C02C;
}
}
