@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');



/*全体フォント*/

:root {
  --swl-font_family: "Shippori Mincho", serif;
  --accent-font_family: "M PLUS Rounded 1c", sans-serif;
  --swl-font_weight: bold;
}

h2,h3,h4, .font-sun-serif, .p-postList__body::after {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}/*丸ゴシック*/

:root{
	--swl-font_family: 'Shippori Mincho', serif;
}
.font-serif {
	font-family: 'Shippori Mincho', serif;
}/*しっぽり明朝*/

:root {
	--swl-font_weight: bold;
}/* 文字の太さ */

/*-- 投稿リスト --*/
.p-postList__body::after {
	opacity: 1;
}
/*newマーク*/
.new-mark .p-postList__link::before {
	content: "New!";
	position: initial;
	display: inline-block;
	background-color: red;
	color: #fff;
	line-height: 1;
	margin-right: .5em;
	padding: .3em .5em;
	font-size: .7em;
	vertical-align: text-bottom;
}/*-- 投稿リスト --*/

/*-- 準備中 --*/
.flex {
	display: flex;
}

.in-preparation-wrapper {
	position: relative;
}

.preparation-img {
	position: absolute;
	bottom: -30%;
}

.preparation-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-small-person {
	height: 100%;
	left: -12%;
}

.img-face {
	height: 100%;
	right: -12%;
}
@media(max-width:650px){
	.preparation-img {
		height: 50%;
	}
	
	.img-small-person {
		bottom: 70%;
		right: -10%;
		left: auto;
	}
	
	.img-face {
		top: 100%;
		left: -10%;
		right: auto;
	}
}/*-- 準備中 --*/

/*-- お問い合わせ --*/
p:has(label) {
	margin-bottom: 1em;
}

textarea,input {
	width: 100%;
	border-radius: 5px;
	background-color: #fbc4;
}

select {
	border-radius: 5px;
	background-color: #fbc4;
}

input[type="submit"] {
	width: auto;
	margin-top: 1rem;
	background-color: #8ce5;
	width: 100%;
}

input[type="submit"]:hover {
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.45);
	transition: 0.3s;
}

input[type="button"]:hover {
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.45);
	transition: 0.3s;
}

.enter-button-content>a:hover {
	transform: scale(1.05);
	transition: 0.1s;
}
/*recaptcha*/
.recaptcha a {
	color: #1176d4;
}
body:has(.form-input) footer .c-widget:has(.recaptcha) {
	display: block!important;
}

:where(.c-widget:has(.recaptcha)) {
	display: none;
}/*-- お問い合わせ --*/

/*-- header --*/
#header, #fix_header:before {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/07/background-pink-4-e1689916267439.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#header, #fix_header, .c-gnav, .c-listMenu {
	font-family: sans-serif;/*header/widgetmenu:Font*/
	font-weight: bold;
}

/*-- 追従ヘッダー(ロゴなし) --*/
.l-fixHeader__logo {
	display: none;
}
.l-fixHeader__inner {
	justify-content: center;
}
/*nav*/
.l-fixHeader__gnav.c-gnavWrap {
	margin: 0;
}/*-- 追従ヘッダー(ロゴなし) --*/

/*header nav*/
.c-gnav>.menu-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.c-gnav>.menu-item>a {
	padding: 0.7em 1.5em;
}
/*sp nav*/
.c-widget__title.-spmenu {
	background: #8ce;
}
.p-spMenu__inner::before {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/07/backgound-rby-2.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}/*-- header --*/

/*-- footer --*/
.l-footer__foot, .l-footer__widgetArea {
	padding-top: 5em;
}
	/*FooterBackground*/
#footer {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/07/2021_085_70.png);
	background-repeat: no-repeat;
	background-size: cover;
}/*-- footer --*/

/*-- 見出し --*/
.post_content h2 {
	font-size: 1.5em;
}

.post_content h4 {
	font-size: 1.25em;
}/*-- 見出し --*/

.p-blogParts {
	margin-bottom: 0;
}
/*button*/
.wp-block-button {
	min-width: 200px;
}
	/*morebutton*/
.button-color-main a {
	border: 5px double var(--color_main);
}
.button-color-main a:hover {
	background-color: #fff!important;
	color: var(--color_main);
	transition: 0.3s;
}
.wp-block-button.outline-brack a:hover{
	border: 6px double;
	transition: 0.4s;
}
/*table*/
.wp-block-table td, .wp-block-table th {
	padding-block: 1em;
}
:root {
	--color_border--table: #333;
}
/*カラム上下入れ替え*/
.column-reverse {
	display: flex;
}
@media(max-width:969px){
	.column-reverse {
		flex-direction: column-reverse;
	}
}

/*TopPage*/
	/*guidance*/

/*pc*/
@media (min-width: 960px) {
  .contents-red p {
    width: calc(100% + 1em);
    position: relative;
    left: -0.5em;
  }
}
/* sp */
@media (max-width: 600px) {
  .top-contents p {
    position: relative;
    width: calc(100% + 1em);
    left: calc((50% - 50vw) / 2);
  }
}
/*guidance-head*/
.top-contents .c-bannerLink__title {
  font-size: 2em;
  font-family: var(--accent-font_family),"M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 600px) {
  .top-contents .c-bannerLink__title {
    font-size: 3em;
  }
}
.top-contents .swell-block-bannerLink {
  width: 80%;
  margin: auto;
}
/* ここまでバナーブロック */

	/*gallery*/
.top-gallery-block {
	--wp--style--gallery-gap-default: 30px;
}
@media (min-width:970px) {
	.top-gallery-block{
		--wp--style--gallery-gap-default: 50px;
	}
}
		/*img-decoration*/
.gallery-img-1>img {
	border-radius: 50%;
}
.gallery-img-2>img {
	border-radius: 35%;
}
.gallery-img-3>img {
	border-radius: 50%/15%;
}
.gallery-img-4>img {
	border-radius: 50%/70% 40% 80% 30%;
}
.gallery-img-5>img {
	border-radius: 50% 50% 0 0;
}
.gallery-img-6>img {
	clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%);
}
.gallery-img-7>img {
	border-radius: 25%;
}
.gallery-img-8>img {
	border-radius: 10%;
}
	/*CTA*/
.enter-wrapper p {
    max-width: 80%;
	margin-inline: auto;
}
	/*access*/
@media not (max-width:969px){
	.top-access .is-layout-flex:not(.is-vertical).access-button {
		justify-content: flex-start;
	}
	.top-access .p-blogParts:has(.access-button) {
		position: absolute;
		bottom: 0;
		width: 40%;
	}
}

/*PageTitle*/
.l-topTitleArea {
	max-height: 55vh;
	height: 45vw;
}
.c-pageTitle {
	text-align: center;
	color: var(--color_text);
	font-size: 2em;
}
@media screen and (min-width:600px) {
	.c-pageTitle {
		font-size: 3em;
	}
}
/*AboutPage-h2*/ /*GuidancePage-h3*/
.heading-decoration {
  padding-top: 2em;
  padding-left: 0;
}
@media (max-width: 969px) {
  .post_content .heading-decoration {
    margin-left: 2em;
  }
}
.heading-decoration::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3em;
  top: .5em;
  left: -2em;
  background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/マスクグループ-5.png)
    no-repeat;
  background-size: contain;
  z-index: -5;
}
/*AboutPage*/
/*どんぐり*/
.philosophy {
  min-height: auto;
  padding: 2rem 1rem;
  overflow: visible;
}
.philosophy::after {
  content: "";
  height: 250px;
  width: 250px;
  display: block;
  position: absolute;
  background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/005-ひなたぼっこ＿イラストどんぐり.png)
    no-repeat;
  background-size: cover;
  bottom: -50px;
  left: -150px;
  visibility: visible;
}
@media (max-width: 969px) {
  .philosophy {
    margin-left: 10%;
    margin-right: 5%;
  }
  .philosophy::after {
    width: 200px;
    height: 200px;
    left: -20%;
  }
}
@media (max-width: 650px) {
  .philosophy {
    font-size: 0.7em !important;
  }
  .philosophy::after {
    width: 120px;
    height: 120px;
    bottom: 5%;
  }
}

	/*introduction-h3*//*guidance-h2*/
.heading_bd-b {
	padding-bottom: .5em;
}
/*.have-img-under .have-img-under-inner::after,*/.heading_bd-b:after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 50%;
	position: absolute;
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/005ひなたぼっこ_にじみ背景4.png) no-repeat;
	background-size: cover;
	top: 90%;
	left: 0;
}
/*introduction*/
	/*day*/
		/*table*/
.post_content .one-day-table td:last-child {
	padding-left: 5em;
}

.one-day-table td {
	border: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.one-day-table td:first-child {
	text-wrap: nowrap;
}

.one-day-table, .one-day-table>table, .one-day-table tbody {
	height: 100%;
}

.one-day-table tbody {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.one-day-table tr>td:first-child {
    text-align: center;
}

.one-day-table tr:first-child, .one-day-table tr:last-child {
	align-self: center;
}

.post_content .one-day-table tr:first-child>td, .post_content .one-day-table tr:last-child>td {
	padding-left: 0;
	padding-right: 0;
}
@media(max-width:650px){
	.post_content .one-day-table td:last-child, .post_content .one-day-table th:last-child {
		padding-left: 1em;
	}
}
	/*week*/
.one-week-container>div>div>.swell-block-columns__inner {
	justify-content: space-around;
}
.week-wrapper,.mon-wrapper,.tue-wrapper,.wed-wrapper,.thu-wrapper,.fri-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	align-self: stretch;
	text-align: center;
}

.invisible {
	visibility: hidden;
}
		/*week-head*/
.swell-block-columns__inner:has(.week-head) {
	align-items: baseline;
}
@media(min-width:970px){
	.swell-block-columns__inner:has(.week-head) {
		flex-wrap: nowrap;
	}
}
@media(max-width:969px){
	.swell-block-column:has(.week-head) {
		width: 30%;
	}
}
@media(max-width:650px){
	.swell-block-column:has(.week-head) {
		width: 25%;
	}
}

.week-head {
	display: grid;
}
@media(max-width:650px){
	.week-head {
		margin-bottom: 2em!important;
	}
}

.week-head>div {
	align-self: center;
}
			/*planet*/
.week-head {
	position: relative;
}

.week-head::after {
	content: "";
	display: block;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width:970px) {
	.week-head:after {
	left: calc((100% - 150px) / 2);
	}
}
				/*月*/
.week-head.mon::after {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/マスクグループ-6.png);
	height: 80px;
	width: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
				/*火*/
.week-head.tue::after {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/マスクグループ-7.png) no-repeat;
	width: 140px;
	height: 140px;
	background-size: contain;
	background-position: center;
}
				/*水*/
.week-head.wed::after {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/マスクグループ-8.png) no-repeat;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
}
				/*木*/
.week-head.thu::after {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/マスクグループ-9.png) no-repeat;
	width: 150px;
	height: 150px;
	background-size: contain;
	background-position: center;
}
				/*金*/
.week-head.fri::after {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/マスクグループ-10.png) no-repeat;
	width: 130px;
	height: 130px;
	background-size: contain;
	background-position: center;
}
@media(max-width:650px){
				/*月*/
	.week-head.mon::after {
		width: 50px;
		height: 50px;
	}
				/*火*/
	.week-head.tue::after {
		width: 80px;
		height: 80px;
	}
				/*水*/
	.week-head.wed::after {
		width: 60px;
		height: 60px;
	}
				/*木*/
	.week-head.thu::after {
		width: 90px;
		height: 90px;
	}
				/*金*/
	.week-head.fri::after {
		width: 70px;
		height: 70px;
	}
}

.week-head p {
	font-size: 2em;
}
		/*week-texts*/
.text-vertical {
	writing-mode: vertical-rl;
	margin: 0 auto;
	font-size: 2em;
}
@media(min-width:970px){
	.text-vertical.color-initial {
		background-color: initial!important;
		color: initial!important;
		padding: 0!important;
	}
}
@media(max-width:650px){
	.text-vertical,.week-head p {
		font-size: 1.5em;
	}
}
	/*year*/
.sun {
	height: 100vh;
	width: 100vw;
	position: relative;
	padding: 0!important;
}

.sun>.swell-block-fullWide__inner.l-container {
	padding: 0;
	max-width: 1200px;
	height: 100%;
	
}

.sun>.swell-block-fullWide__inner.l-container::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}

.sun>.swell-block-fullWide__inner.l-container::after {
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 10%;
	right: 0;
	left: 0;
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/ひなたぼっこ_一年の流れ2.png) no-repeat;
	background-size: contain;
	background-position: center;
}
		/*ブロック*/
.wrapper-season {
	position:absolute;
	z-index: 1;
	width: 25%;
}
		/*春*/
.block-spring.wrapper-season {
	top: 0;
	right: 50%;
}
		/*夏*/
.block-summer.wrapper-season {
	top: 10%;
	left: 60%;
}
		/*秋*/
.block-autumn.wrapper-season {
	/*bottom: 20%;*/
	top: 65%;
	left: 55%;
}
		/*冬*/
.block-winter.wrapper-season {
	/*bottom: 35%;*/
	top: 50%;
	right: 55%;
}

.wrapper-season p {
	font-size: 1em;
	line-height: 130%;
}

.wrapper-season h4 {
	margin: 0;
	font-size: 3em;
	position: relative;
	font-weight: 550;
}
		/*春*/
.spring-head {
	color: #fb0;
	left: -1em;
}
		/*夏*/
.summer-head {
	color: #f00;
}
		/*秋*/
.wrapper-season .autumn-head {
	color: green;
	position: absolute;
	top: 120%;
	right: 10%;
}
		/*冬*/
.wrapper-season .winter-head {
	position: absolute;
	top: 120%;
	left: -10%;
	color: #00f;
}
		
.wrapper-season>.wp-block-group__inner-container::before {
	content: "";
	display: block;
	width: 50%;
	aspect-ratio: 1/1;
	position: absolute;
}
		/*春*/
.wrapper-season.block-spring>.wp-block-group__inner-container::before {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/006-ひなたぼっこ_イラスト鳥.png) no-repeat;
	background-size: contain;
	right: 115%;
	top: 10%;
}
		/*夏*/
.wrapper-season.block-summer>.wp-block-group__inner-container::before {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/009-ひなたぼっこ_イラストバッタ.png) no-repeat;
	background-size: contain;
	right: -40%;
	top:100%;
}
		/*秋*/
.wrapper-season.block-autumn>.wp-block-group__inner-container::before {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/010-ひなたぼっこ_イラスト葉っぱ.png) no-repeat;
	background-size: contain;
	top: 100%;
}
		/*冬*/
.wrapper-season.block-winter>.wp-block-group__inner-container::before {
	background: url(https://satoyamahoiku-hinatabokko.org/wp-content/uploads/2023/06/003-ひなたぼっこ_イラスト羊.png) no-repeat;
	background-size: contain;
	right: 100%;
}

.wrapper-season .swell-block-columns {
	--swl-clmn-mrgn--y: 0.5em;
}

.wrapper-season .swell-block-column {
	--clmn-w: auto;
}
/*guidance*/
	/*guidance-h2*/
.guidance-head {
	padding-left: 3em;
	padding-bottom: 1em;
}
@media(max-width:650px){
	.guidance-head {
		padding-left: 1em;
	}
}
.post_content:has(.guidance-head) .guidance-head::after {
	height: 0.7em;
}
	/*guidance-h3*/
.post_content:has(.heading-decoration) h3::before {
	content: none;
}
	/*guidance-table*/
.guidance-table {
	white-space: pre-line;
}

/*pcサイズ*/
@media (min-width:970px){
	/*一年*/
	.wrapper-season p {
		font-size: 1.2em;
	}
	
	.wrapper-season h4 {
		font-size: 4em;
	}
	
	.wrapper-season>.wp-block-group__inner-container::before {
		width: 60%;
	}
	
	.wrapper-season.block-summer>.wp-block-group__inner-container::before {
		top: 90%;
	}
}
/*タブレットサイズ*/
@media (max-width:969px){
	/*園の紹介*/
		/*一年間*/
	.sun {
		height: 50vh;
	}
			/*領域内ブロック*/
	.wrapper-season {
		width: 30%;
	}
			/*夏*/
	.wrapper-season.block-summer>.wp-block-group__inner-container::before {
		top: 90%;
		right: -25%;
	}
			/*秋*/
	.block-autumn.wrapper-season {
		/*bottom: 10%;*/
	}
	
	.wrapper-season .autumn-head {
		top: 100%;
		right: 25%;
	}
			/*冬*/
	.block-winter.wrapper-season {
		/*bottom: 25%;*/
		top: 50%;
	}
	
	.wrapper-season.block-winter>.wp-block-group__inner-container::before {
		top: 50%;
	}
}
/*spサイズ*/
@media (max-width:650px){
	/*一年間*/
	.sun {
		height: 100vh;
	}
		/*背景*/
	.sun>.swell-block-fullWide__inner.l-container::after {
		height: 100%;
		bottom: auto;
		background-size: cover;
		background-position: 100% 50%;
	}
		/*ブロック*/
	.wrapper-season {
		width: 50%;
	}
		
	.wrapper-season h4 {
		text-align: right;
	}
			/*春*/
	.block-spring.wrapper-season {
		right: 40%;
		top: 0;
	}
	
	.wrapper-season.block-spring>.wp-block-group__inner-container::before {
		right: auto;
		left: 115%;
		top: 20%;
	}
	
	.spring-head {
		left: auto;
		right: -1em;
	}
			/*夏*/
	.block-summer.wrapper-season {
		top: 20%;
		left: auto;
		right: 10%;
	}
	
	.wrapper-season.block-summer>.wp-block-group__inner-container::before {
		right: -10%;
	}
			/*秋*/
	.block-autumn.wrapper-season {
		/*bottom: 25%;*/
		top: 55%;
		left: auto;
		right: 5%;
	}
	
	.wrapper-season.block-autumn>.wp-block-group__inner-container::before {
		top: 140%;
		left: 30%;
	}
	
	.wrapper-season .autumn-head {
		top: 100%;
		right: 10%;
	}
			/*冬*/
	.block-winter.wrapper-season {
		/*bottom: 10%;*/
		top: 70%;
		right: auto;
		left: 5%;
	}
	
	.wrapper-season.block-winter>.wp-block-group__inner-container::before {
		right: auto;
		left: 50%;
		top: 100%;
	}
	
	.wrapper-season .winter-head {
		left: 10%;
	}
	
}
