/*--------------------------------------
style_sp.css
--------------------------------------*/
html.is-fixed,
html.is-fixed body {
	height: 100%;
	overflow: hidden;
}

.container {
	max-width: 92.5vw;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.container h2 {
	text-align: center;
	font-size: 20px;
	color: #B3B3B3;
	line-height: 30px;
}

.container h2 span {
	display: block;
}

.container p {
	margin-top: 10px;
	line-height: 30px;
}

.fdfafa {
	text-align: center;
}

.none {
	display: none;
}

.d-none_sp {
	display: none;
}

.bg_wrap {
	width: 100%;
	position: relative;
	z-index: -1;
	background-color: rgba(224, 224, 26, 0.2);
}

.bg-switcher_sp {
	z-index: -1;
	width: 100%;
	padding-top: 143%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 80px;
	background-size: contain;
}

.top_back {
	width: 100%;
	background-color: #fff;
}


/*アニメーション要素のスタイル*/
.animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(150px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.spnone {
	display: none;
}

.shagi {
	/* シャギーを防ぐ指定 */
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}

.round400 {
	font-family: 'YakuHanRP', 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
}

.round600 {
	font-family: 'YakuHanRP', 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
}

.header {
	width: 100%;
	height: 80px;
	padding-top: 10px;
	position: fixed;
	top: 0px;
	background-color: #fff;
	z-index: 150;
}

.header a:hover,
.footer a:hover {
	opacity: 0.5;
}

.header a {
	display: block;
}

.header .header_left {
	padding-left: 10px;
	width: 210px;
}

.header_left_box {}

.header .header_left h1 {
	display: table-cell;
}

.logo {
	width: 60px;
}

.logo2 {
	width: 150px;
	position: relative;
	top: -16px;
	left: 5px;
}

.header .header_right {
	display: none;
}

.header .header_right ul {
	display: none;
}

.header .header_right ul li {
	display: none;
}

.li_big img {
	display: none;
}


/*--------------------------------------
スマホメニュー設定
--------------------------------------*/
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.menu-sp {
	background-color: #50B6BB;
	display: inline-block;
	width: 70px;
	height: 80px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 900;
	/*   transform: translateX(0);
transition: transform .5s;
*/
}

.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	
	cursor: pointer;
	position: fixed;
	top: 18px;
	right: 15px;
	z-index: 999;
	/*   transform: translateX(0);
transition: transform .5s;
*/
}

/* .menu-trigger.active {
transform: translateX(-250px);
}
*/
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	transition: all .5s;
	background-color: #FFFEFE;
}

.menu-trigger.active span {
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
	width: 50%;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

.menu-trigger p {
	padding-top: 29px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: none;
	text-align: center;
	font-weight: 600;
}

.menu-trigger.active p {
	opacity: 0;
}

.spsrid {
	width: 100%;
	height: 100%;
	padding-top: 80px;
	background-color: #50B6BB;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 600;
	transform: translate(100%);
	transition: all .5s;
	-webkit-overflow-scrolling: touch;
}

nav.open {
	transform: translateZ(0);
}

.spsrid ul {
	width: 100%;
	height: 90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.spsrid li {
	color: #2C2C2C;
	text-align: center;
	font-size: 14px;
	border-bottom: thin solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
}

.spsrid li:first-child {
	border-top: thin solid #FFFFFF;
}

.spsrid li:last-child {
	border-top: none;
	border-bottom: 0px solid #50B6BB;
}

.spsrid li span {
	display: block;
	font-size: 10px;
	text-align: center;
}

.spsrid li a {
	color: hsla(0, 0%, 100%, 1.00);
	display: flex;
	place-content: center;
	align-items: center;
}

.yohaku_li {
	height: 80px;
	border-bottom: 0px solid #50B6BB;
}

/*--------------------------------------
トップページ設定
--------------------------------------*/
.top_wrap {
	overflow: hidden;
}

.top_slide img {
	display: block;
	line-height: 0px;
	width: 100%;
}

.top_2 {
	background-color: #fff;
	padding-top: 70px;
	margin-bottom: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.top_2 .top_2_kinkyu {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: rgba(253, 244, 0, 0.1);
	border: 2px solid #50B6BB;
	margin-bottom: 50px;
	margin-top: 0px;
	border-radius: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.top_2 .top_2_kinkyu h2 {
	width: 160px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	left: -10%;
}

.top_2 .top_2_kinkyu dl {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	margin-bottom: 20px;
}

.top_2 .top_2_kinkyu dl dt {
	margin-bottom: 5px;
}

.top_2 .top_2_kinkyu dl dd {}

.top_2 a:hover {
	opacity: 0.5;
}

.top_2 a,
.top_2 a:hover {
	color: #000;
	display: block;
}

.top_2_kinkyu a,
.top_2_kinkyu a:hover {
	color: #0000ee;
	display: block;
}

.top_2 .top_2_dl {
	position: relative;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.top_2 .top_2_dl h2 {
	width: 220px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.top_2 .top_2_dl dl {
	width: 49%;
	height: auto;
	margin-bottom: 2%;
	background: rgba(237, 235, 217, 0.5);
	font-size: 14px;
	float: left;
}

.top_2 .top_2_dl dl dt {
	width: 100%;
}

.top_2 .top_2_dl dl dt img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.top_2 .top_2_dl dl dd {
	width: 85%;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.top_2 .top_2_dl dl .time {
	padding-bottom: 10px;
}

.yuta_num2,
.yuta_num4,
.yuta_num6 {
	margin-left: 2%;
}

.top_2_btn {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 50px;
}

.top_2 .move_img {
	position: absolute;
	top: 30px;
	left: -150px;
}

.top_2 .move_img2 {
	width: 80px;
	position: absolute;
	bottom: -100px;
	right: 0px;
}

.top_2 .move_img3 {
	width: 50px;
	position: absolute;
	bottom: -100px;
	left: 10px;
}

.top_3 {
	width: 100%;
}

.top_3 img {
	width: 100%;
}

.top_3 .top_3_div1 {
	width: 100%;
}

.top_3 .top_3_div2 {
	width: 100%;
}

.top_3 .top_3_div2 div img {}

.top_3 .top_3_div2 div:first-child {}

.top_3 a {
	display: block;
}

.top_3 a:hover {
	opacity: 0.5;
}

.top_4 {
	background-color: #F2F1E4;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.top_4_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top_4_box div {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
}

.top_4_box div:first-child {
	margin-bottom: 8px;
}

.top_4_box div:last-child {}

.top_4 a:hover {
	opacity: 0.5;
}

.top_5 {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding-bottom: 40px;
	position: relative;
}

.top_5 a:hover {
	opacity: 0.5;
}

.top_5_img1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.top_5_img2 {}

/*--------------------------------------
あいさつのページ設定
--------------------------------------*/
.pan {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #000;
}

.pan p {
	display: inline-block;
	vertical-align: bottom;
	font-size: 13px;
	margin-right: 3px;
}

.pan a {
	color: #0000ee;
}

.pan a:hover {
	color: #0000ee;
}

.aisatu_top {
	width: 100%;
	height: 200px;
	background-image: url("../images/aisatu_3_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 80px;
}

.aisatu_top .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.aisatu_1 {
	margin-top: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 3rem;
}

.top_mid {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
}

.top_mid_sp {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.aisatu_1_text {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.aisatu_1_text span {}

.aisatu_2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: rgba(80, 182, 187, 0.1);
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.aisatu_2 span {}

.aisatu_2_div1 {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.aisatu_2_line {
	display: none;
}

.aisatu_2_text {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 30px;
	color: #473B37;
	position: relative;
	margin-bottom: 30px;
}

.aisatu_2_img1 {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.aisatu_2_img2 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.aisatu_2_img3 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.aisatu_2_img4 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
園のご案内ページ設定
--------------------------------------*/
.info_top {
	width: 100%;
	height: 200px;
	background-image: url("../images/info2_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 80px;
}

.info_top .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.info_1 {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 90px;
}

.info_1 h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

.info_1 .top_hh2 {
	margin-top: 50px;
}

.info_1 .top_h22hh {
	margin-top: 50px;
}

.info_1 p {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #473B37;
}

.info_1 span {}

.info_1_img1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.info_1_img1 div {
	width: 100%;
}

.info_1_img1 div:first-child {
	margin-bottom: 20px;
}

.info_1_img2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bottom_img {
	margin-top: 50px;
	margin-bottom: 10px;
}

.humei {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	color: #473B37;
	font-size: 16px;
	padding-top: 10px;
	text-align: right;
}

.contact_btn {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #50B6BB;
	margin-top: 50px;
	margin-bottom: 80px;
}

.contact_btn div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact_btn a {
	color: #fff;
	display: block;
}

.contact_btn a:hover {
	opacity: 0.5;
	color: #fff;
}

.space {
	height: 60px;
}

.add_box h2 {
	line-height: 1.5;
	font-size: 30px;
	font-size: clamp(21px, calc(21px + ((1vw - 3.6px) * 1.4063)), 30px);
	min-height: 0vw;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

.add_box h3 {
	color: #473B37;
	line-height: 27px;
}

.add_box h4 {
	margin-top: 40px;
	line-height: 1.5;
	font-size: 24px;
	font-size: clamp(19px, calc(19px + ((1vw - 3.6px) * 0.7813)), 24px);
	min-height: 0vw;
	font-weight: 500;
	margin-bottom: 15px;
}

.add_box_dl {
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	border-left: 2px solid rgba(0, 0, 0, 0.5);
	color: #473B37;
}

.add_box dl {}

.add_box dl dt {
	width: 100%;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	background-color: #FFFEE5;
	position: relative;
	font-weight: 500;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.add_box dl dt p {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
}

.add_box dl dt img {
	padding-left: 20px;
}

.add_box dl dd {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 20px 15px 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	position: relative;
}

.add_box dl dd p {
	line-height: 30px;
	font-size: 15px;
}

.add_box dl dd p span {
	display: block;
}

.chuii {
	padding-top: 15px;
	font-size: 12px;
	color: #473B37;
	width: 92.5%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
主な行事設定
--------------------------------------*/
.event_top {
	width: 100%;
	height: 200px;
	background-image: url("../images/event_1_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 80px;
}

.event_top .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.event_1 {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #473B37;
	font-size: 18px;
}

.event_1 h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.event_1 h3 {
	margin-bottom: 8px;
}

.event_1_img {
	margin-top: 25px;
	width: 80%;
}

.event_2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFDD1;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.event_2 div {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	background-color: #fff;
	text-align: center;
	border-radius: 8px;
	padding-top: 60px;
	margin-bottom: 60px;
	position: relative;
}

.event_2 div img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}

.mark_img {
	width: 150px;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
}

/*--------------------------------------
未就園児クラスのご案内 設定
--------------------------------------*/
.class_top {
	width: 100%;
	height: 200px;
	background-image: url("../images/class_2_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 80px;
}

.class_top .text {
	width: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.class_1 {
	width: 92.5%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #473B37;
}

.class_1 h2 {
	margin-bottom: 20px;
}

.class_1 p {
	font-size: 16px;
	line-height: 35px;
}

.class_1 p span {}

.class_1 .bb_bottom {
	margin-bottom: 30px;
}

.class_1_img {
	margin-top: 20px;
	width: 100%;
}

.class_1_img div {}

.class_1_img div:first-child {
	margin-bottom: 10px;
}

.class_1_img2 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}




/*--------------------------------------
サンクスページ 設定
--------------------------------------*/
.thanks {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	font-size: 17px;
	margin-top: 130px;
	margin-bottom: 100px;
}

.thanks p {
	line-height: 30px;
}

.thanks p span {}

.thanks ul {
	margin-top: 30px;
}

.thanks li {
	list-style: none;
	margin-bottom: 10px;
}

.thanks h3 {
	margin-top: 30px;
	line-height: 30px;
}

/*--------------------------------------
お問い合わせページ 設定
--------------------------------------*/
.contact_top {
	width: 100%;
	height: 150px;
	background-image: url("../images/hoka_back_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 80px;
}

.contact_top .text {
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.con_bottom {
	margin-bottom: 70px;
}

/*--------------------------------------
プライバシーポリシー 設定
--------------------------------------*/
.privacy {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.privacy p {
	line-height: 30px;
	font-size: 16px;
	color: #473B37;
}

.privacy p span {}

.privacy h2 {
	font-size: 20px;
	color: #473B37;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
}

.privacy .ue_pt {
	margin-top: 30px;
}

/*--------------------------------------
サイトマップページ 設定
--------------------------------------*/
.site_map {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 80px;
	font-size: 16px;
	position: relative;
	font-weight: 600;
}

.site_map a {
	color: #000;
}

.site_map a:hover {
	color: #000;
	opacity: 0.5;
}

.site_map p {
	float: left;
}

.shikaku {
	margin-top: 0px;
	margin-right: 8px;
	width: 12px;
	height: 12px;
}

.site_map div {
	margin-bottom: 30px;
}

.text_move_11 {
	display: none;
}

.text_mms {
	margin-left: 23px;
	font-weight: 400;
}

.shikaku_mms {
	margin-top: 10px;
	margin-right: 8px;
	width: 20px;
	height: 2px;
	background-color: #B3B3B3;
}

/*--------------------------------------
アクセスページ 設定
--------------------------------------*/
.map {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.map iframe {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

.map h2 {
	font-size: 22px;
	color: #473B37;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}

.map h3 {
	font-size: 18px;
	color: #473B37;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.map p {
	font-size: 16px;
	color: #473B37;
}

.map p span {
	display: block;
}

/*--------------------------------------
ブログ一覧設定
--------------------------------------*/
.blog_all {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-bottom: 80px;
	overflow-x: hidden;
}

.blog_all a:hover {
	opacity: 0.5;
}

.blog_all_left a {
	display: block;
}

.blog_all_left {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.blog_all_left dl {
	margin-bottom: 30px;
}

.blog_all_left dl dt {
	color: #473B37;
	font-size: 16px;
	padding-right: 10px;
}

.blog_all_left dl dt div {
	display: table-cell;
}

.blog_all_left dl dd {}

.blog_all_left .sp_time {
	padding-right: 10px;
}

.blog_all_left .cate_name {
	width: 100px;
}

.blog_all_left .cate_name p {
	width: 100%;
	height: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.blog_all_left .article_title {
	color: #473B37;
	font-size: 16px;
	margin-top: 10px;
}

.news {
	background-color: #FF0000;
}

.event {
	background-color: #2B7AD6;
}

.normal {
	background-color: #EBA914;
}

.birthday {
	background-color: #C15DB5;
}

.kusunoki {
	background-color: #90BE15;
}

.blog_all_right {
	width: 100%;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.blog_all_right_wrap {
	width: 100%;
}

.blog_all_right_wrap a {
	color: #50B6BB;
}

.blog_all_right_wrap a:hover {
	color: #50B6BB;
	opacity: 0.5;
}

.blog_all_right_wrap a:visited {
	color: #2B7AD6;
	opacity: 0.5;
}

.blog_all_right_wrap h3 {
	float: left;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 500;
}

.blog_all_right_wrap .shikaku {
	margin-top: 4px;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background-color: #50B6BB;
}

.blog_all_right_wrap .list {
	margin-bottom: 30px;
}

.blog_all_right_wrap .list li {
	font-size: 16px;
	margin-bottom: 15px;
}

/*--------------------------------------
ブログ記事設定
--------------------------------------*/
/* .kizi_* は css/_layouts/ly-single.css へ移設した（2026-09-11）。
   投稿ページ（post / emergency）でのみ読み込まれる。
   カテゴリー色（.news / .event / .normal / .birthday / .kusunoki）は
   archive.php / blog.php と共有のため、このファイルに残している。 */

/*--------------------------------------
ページネーションアーカイブ設定
--------------------------------------*/
/*wp-pagenavi base*/
.pagenavi-box {
	padding-bottom: 90px;
}

.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	clear: both;
	padding-top: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #EFEFEF;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.wp-pagenavi a.page {
	display: block;
	color: #898989;
}

.wp-pagenavi a:hover {
	opacity: 0.5;
	color: #898989;
}

.wp-pagenavi span.current {
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #EFEFEF;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.wp-pagenavi span.larger {
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #EFEFEF;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

/*--------------------------------------
ページネーション設定
--------------------------------------*/
.page_nation2 {
	width: 92.5%;
	position: relative;
	height: 50px;
	margin-top: 40px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.page_nation2 div {
	position: relative;
	left: 50%;
	float: left;
}

.page_nation2 a {
	color: #898989;
}

.page_nation2 a:hover {
	opacity: 0.5;
	color: #898989;

}

.page_nation2 .page-numbers {
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #EFEFEF;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;

}

.page_nation2 .next,
.page_nation2 .prev {
	display: none;
}

/*--------------------------------------
フォーム設定
--------------------------------------*/
.form_text {
	font-size: 15px;
	line-height: 30px;
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	color: #473B37;
}

.form_text span {}

.form {
	width: 92.5%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	border-left: 2px solid rgba(0, 0, 0, 0.5);
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	color: #473B37;
}

.form dl {}

.form dl dt {
	text-align: center;
	font-size: 14px;
	width: 100%;
	position: relative;
	background-color: #FFFEE5;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}

.form dl dt p {
	border-radius: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FF0000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 500;
}

.form dl dd {
	width: 100%;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
}

.form dl dd .name {
	margin-right: auto;
	margin-left: auto;
	width: 92.5%;
	-webkit-appearance: none;
}

.form dl dd .birth div {
	display: table-cell;
	padding-right: 5px;
	font-size: 16px;
}

.form dl dd .name input {
	-webkit-appearance: none;
}

.form dl dd textarea {
	font-size: 16px;
	width: 100%;
	height: 150px;
	border: 1px solid rgba(112, 112, 112, 0.5);
	-webkit-appearance: none;
}

.form dl dd .sex {
	margin-right: auto;
	margin-left: auto;
	width: 92.5%;
}

.form .wpcf7-list-item {
	accent-color: #50B6BB;
}

.form .wpcf7-list-item input {
	width: 20px;
	height: 20px;
}

.form .wpcf7-list-item:has([type="radio"], [type="checkbox"]):nth-of-type(n+2) {
	margin-left: 1rem;
}

.form select {
	height: 33px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.428571429;
	
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4e4e4;
}

.form .kome {
	font-size: 12px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 92.5%;
}

.form .kome2 {
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 92.5%;
}

.btn_box {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.btn_box .btn1 {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

.btn_box .btn1 input {
	width: 170px;
	height: 60px;
	border-style: none;
	font-size: 14px;
	background-color: #50B6BB;
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 20px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

.btn_box .btn2 {
	width: 140px;
	float: left;
}

.btn_box .btn2 input {
	width: 140px;
	height: 60px;
	border-style: none;
	font-size: 14px;
	background-color: #3F3F3F;
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 20px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

.btn_box .btn3 {
	width: 170px;
	float: left;
	margin-left: 20px;
}

.btn_box .btn3 input {
	width: 170px;
	height: 60px;
	border-style: none;
	font-size: 14px;
	background-color: #50B6BB;
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 20px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

.error2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.wpcf7 .wpcf7-response-output {
	border: 0px solid #fff !important;
	text-align: center !important;
	color: #ff0000 !important;
}

.wpcf7 .wpcf7-validation-errors {
	border: 0px solid #fff !important;
	text-align: center !important;
	color: #ff0000 !important;
}

.wpcf7 .wpcf7-acceptance-missing {
	border: 0px solid #fff !important;
	text-align: center !important;
	color: #ff0000 !important;
}

.wpcf7 .wpcf7-mail-sent-ok {
	display: none !important;
	border: 0px solid #fff !important;
}


/*--------------------------------------
フッター設定
--------------------------------------*/
.footer {
	background-color: #F2F1E4;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #473B37;
}

.wrap_footer {
	width: 92.5%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.wrap_footer h2 img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer a,
.footer a:hover {
	color: #473B37;
}

.sp_footer {
	margin-top: 30px;
	width: 85vw;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 14px;
}

.footer li {
	padding-bottom: 10px;
}

.footer_ul1,
.footer_ul2 {
	float: left;
	width: 50%;
}

.footer_ul1 a,
.footer_ul2 a {
	display: flex;
	align-items: center;
}

.footer .bn_1,
.footer .bn_2 {
	margin-top: 10px;
	text-align: center;
}

.footer .bn_1 img,
.footer .bn_2 img {
	width: 220px;
}

.copy {
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
}