@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.pc-view{}
.sp-view{display: none;}

#content{overflow: hidden;}

a img {transition: 0.5s ;}
a img:hover {opacity: 0.8 ;}

  .kaigyou { display: inline-block; }
.txt-b{font-weight: bold;}

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }

/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #333;
	color: #FFF;
}
.bg-grey{
	background-color: #f2f2f2;
}
.bg-creem{
	background-color: #fff9e5;
}
.bg-midori-gudare{
	background: #f3f0a0;
background: -moz-linear-gradient(left, #d1e4af 0%, #f3f0a0 100%);
background: -webkit-gradient(linear, left center, right center, from(#d1e4af), to(#f3f0a0));
background: -webkit-linear-gradient(left, #d1e4af 0%, #f3f0a0 100%);
background: -o-linear-gradient(left, #d1e4af 0%, #f3f0a0 100%);
background: linear-gradient(to right, #d1e4af 0%, #f3f0a0 100%);
}
.bg-black .sikaku{
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}
.bg-white{
	background-color: #fff;
}
.bg-blown1{
	background-color: #754c24;
	color: #FFF;
}
.bg-yellow-2{
	background-color: #fcb9001a;
}
.bg-pink{
	background-color: #F78DA7;
}
.bg-orange{
	background-color: #ff69001a;
}
.bg-green{
	background-color: #00d0841a;
}
.bg-blue{
	background-color: #0693e31a;
}

.brown-dotbg{
    width: 100%;
    background-repeat: repeat;
    background-image: url(http://macaron-care.com/macaron-kids/wp-content/uploads/2022/02/dot-blown.jpg);
    position: relative;
}

.header-bg1{background:#ddd url(http://macaron-care.com/macaron-kids/wp-content/uploads/2022/02/header-kasou.jpg) no-repeat center center;
background-size:cover;}

.maru-line{
    background-image: url(http://macaron-care.com/macaron-kids/wp-content/uploads/2022/02/maru-bgline.png);
    background-repeat: repeat-x;
    padding-top: 50px;
    background-position: 0% top;
}

.bg-messe{background-color: #eaee90;}


/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_t200 { margin-top: 200px !important; }

.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }
.m_b200 { margin-bottom: 200px !important; }

.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important;}
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }

.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }
.p_b200 { padding-bottom: 200px !important; }

.p_l0  { padding-left: 0px !important; }
.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}
.textline_140{line-height: 140%;}
/*  text
/*-------------------------------------------------------*/
/*--*/

.txt-10{font-size: 10px;
line-height: 1.2;}
.txt-12{font-size: 12px;
	line-height: 1.2;}
.txt-14{font-size: 14px;
line-height: 1.2;}
.txt-20{font-size: 20px;}
.txt-25{font-size: 25px;}
.txt-30{font-size: 30px;}
.txt-5em{
	font-size: 5em;
	line-height: 120%;
}
@media screen and (max-width: 480px){
	
.txt-20{font-size: 15px;}
.txt-25{font-size: 20px;}
.txt-30{font-size: 25px;}	
.txt-5em{font-size: 2.2em;}
}

/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.post-date{display: block !important;}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-all{

	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1100{
	width: 1100px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 900px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-50{width: 47%;}
.box-70{width: 70%;}
.box-30{width: 27%;}
.box-33{width: 33%;}
.box-25{width: 25%;}
@media screen and (max-width: 480px){
.box-50 , .box-70 , .box-30 , .box-33{width: 100%;}
.box-25{width: 50%;}
}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 2px #FFF, -1px -1px 2px #FFF,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              0px 1px 2px #FFF,  0-1px 2px #FFF,
              -1px 0 2px #FFF, 1px 0 2px #FFF;
}
.bg-indextop{
background-repeat: repeat-y;
background: url(https://macaron-care.com/macaron-kids/wp-content/uploads/2025/03/top-header-bg-3.png?0304-2) no-repeat center center;
background-size:auto 100%;
}
.title{
    font-size: 25px;
    font-weight: bold;
    color: #007010;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    line-height: 120%;
}
.title-underber{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    line-height: 120%;
}
.text-c-red{
	color: #b6231a;
}

.text-c-blown{
	color: #93452a;
}
.text-c-ao{
    color: #2736B7;
}
.text-c-white{
	color: #ffffff;
}
.text-c-green{
    color: #00b900;
}
.txt_b{font-weight: bold;}

.box-memo{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #732F06;
    background: #ffe686;
    border-bottom: solid 6px #f9ae3b;
    border-radius: 9px;
}
.box-memo p {
    margin: 0; 
    padding: 0;
}
a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    position: relative;
    background: #79c863;
    border: 2px solid #79c863;
    border-radius: 30px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 45px;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #79c863;
}
a.btn_03:hover:before {
  border-top: 2px solid #79c863;
  border-right: 2px solid #79c863;
}

.btn01,
a.btn01,
button.btn01 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.5rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #eb6120;
	border-radius: 0.5rem;
	border: 1px solid #eb6120;

}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #eb6120;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #eb6120;
}

.btn02,
a.btn02,
button.btn02 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	padding: 0.5rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #120093;
	border-radius: 0.5rem;
	border: 1px solid #120093;

}
a.btn--bule.btn--cubic {
    border-bottom: 5px solid #120093;
    background-color: #FFFFFF;
}
a.btn--bule.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #120093;
}
a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.box-gray{
	background-color: #F3F3F3;
	padding-top: 1px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.box-beige{
	background-color: #f4f0ec;
}


.widget-entry-cards.card-large-image .a-wrap {
width:32.9%;
height:auto;
display: inline-flex;
}

@media screen and (max-width: 768px) {
.widget-entry-cards.card-large-image .a-wrap {
width:100%;
display: inline-flex;
}
}

.yoko2narabi img {max-width:45%;}

.widget-entry-cards.not-default figure img {
padding: .0em;
}

.widget-entry-cards.card-large-image .a-wrap {
	font-size: 95%;
	padding: 0em;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.widget-entry-cards.large-thumb-on .e-card{width:100%;}

.top-rec-icon{
	position: relative;
	bottom: 50px;
	right: -80%;
}
#navi{
    margin-top: 10px;
}
.navi-footer-in a:hover{
	background-color: #cfe59a;
}
.header-container-in.hlt-top-menu .logo-header img{
	padding-top: 5px;
	padding-bottom: 5px;
}

/************************************
** ■見出しカスタマイズ（h1-6）
************************************/

#content h1{ /*見出し１（タイトル）カスタマイズ*/
	position: relative;
	background: -webkit-repeating-linear-gradient(-45deg, #f1f1f1, #f1f1f1 3px,#eeeeee 3px, #eeeeee 7px); /*背景カラー*/
	background: repeating-linear-gradient(-45deg, #f1f1f1, #f1f1f1 3px,#eeeeee 3px, #eeeeee 7px); /*背景カラー*/
	font-size: 22px; /*フォントサイズ*/
	letter-spacing: 1px; /*文字間隔*/
	margin: -8px -8px 20px -8px;
	padding: 20px 10px 20px 10px;
	border-left: 12px solid #80a682; /*左ラインの太さとカラー*/

	border-radius: 3px; /*角丸コーナー*/
	color: #80a682;
}

/*
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
*/

.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #80a682;
  background-color: #fff;
}
.page .date-tags {
display: none;
}

.tbl-r02 th {
  background: #606060;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #fff;
  padding: 10px;
	background: #fff;
}


 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #fff;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
table th, table td{
	font-size: 1em;
}
.entry-card-snippet, .related-entry-card-snippet{line-height: 1.8;}
.search-box{margin: 0em 0 2em;}

.sns-share-message, .sns-follow-message{
	font-size: 0.7em;
color: #666;}

.widget-entry-cards.large-thumb-on .card-content{background: rgba(0,0,0,0.5);}

.midashi-kimaru{
	font-weight: bold;
	color: #434343;
	background-color: #ffe686;
	border-radius: 20px;
	text-indent: 0.7em;
	line-height: 110%;
	font-size: 22px;
		padding-top: 8px;
	padding-bottom: 5px;
}

.kasen-tensen{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	overflow: hidden;
}
.bc-brand-color.sns-share .instagram-button, .bc-brand-color.sns-follow .instagram-button{    background-color: #ff1493;}



/*文字回転*/

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;

  display: inline-block;
  transition: 1.5s ease-in-out;

}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}


.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/*文字回転ここまで*/

/*文字ふわっと*/

.textRevealContainer {
  text-align: center;
}

.textReveal {
  overflow: hidden;
  animation: textRevealAnim 2s ease 0.5s forwards;
}

.textReveal > div {
  padding: 8px 16px;
  transform: translateX(100%);
  border-left: 2px solid red;
  overflow: hidden;
  animation: textRevealAnim 2s ease 0.5s forwards,
    borderOpacityAnim 2s ease 0.5s forwards;
}

.textReveal > div > div {
  transform: translateX(-100%);
  animation: textRevealAnim 2s ease 0.5s forwards;
}

@keyframes textRevealAnim {
  to {
    transform: translateX(0);
  }
}

@keyframes borderOpacityAnim {
  50% {
    border-left: 2px solid red;
  }
  100% {
    border-left: 2px solid transparent;
  }
}

.textReveal.x50 {
  transform: translateX(-50%);
}

.textReveal.x100 {
  transform: translateX(-100%);
}

.textReveal.zoom > div {
  transform: translateX(100%) scale(0.5, 0.5);
}

.textReveal.rotateY {
  perspective: 100px; /*adjust according to your need*/
}

.textReveal.rotateY > div {
  transform: translateX(100%) rotateY(20deg);
}

.textReveal.color > div > div {
  background: linear-gradient(
    to right,
    red,
    red 45%,
    orange 45%,
    orange 55%,
    red 55%,
    red
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 300%;
  animation: textRevealAnim 2s ease 0.5s forwards,
    bgShiftAnim 3s ease 0.5s forwards;
}

@keyframes bgShiftAnim {
  to {
    background-position: 100%;
  }
}

/*文字ふわっとしたからここまで*/

/*ナウローディング*/

#loading {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#loading_barWrap {
    width: 30vw;
    height: calc(1rem + 5px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#loading_bar {
    width: 0;
    height: 2px;
    background: #1701a7;
    transition-duration: 1s;
}

.text {
    text-align: center;
    color: #1701a7;
}

.loadingNone {
    animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
		z-index: -999;
    }
}
  /*ナウローディングここまで*/
 
.post-date::before {
	content: "投稿日";
}
.post-update::before {
	content: "更新日";
}
.post-date::before, .post-update::before {
	font-size: 0.4em;
	margin-right: 0.4em;

}

/*パンくずリスト カテゴリ・記事タイトルアイコン 非表示*/
.breadcrumb-item > span.fa-folder,
.breadcrumb-item > span.fa-file-o,
.fa-home{
  display: none; /*非表示*/
}
.menu-drawer{
    border-bottom: 100% solid #BDBDBD;
}

.menu-drawer a{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottom-content{
	padding-right: 40px;}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion .accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion .accordion-area li{
    margin: 10px 0;
}

.accordion .accordion-area section {
  /* border: 1px solid #ccc; */
}
.accordion ul{padding-left: 0px;}
/*アコーディオンタイトル*/
.accordion .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    transition: all .5s ease;
    border-bottom-style: none;
    margin-bottom: 10px;
}

/*アイコンの＋と×
.accordion .title::before,
.accordion .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.accordion .title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.accordion .title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
*/

/*　closeというクラスがついたら形状変化　*/
.accordion .title.close::before{
  transform: rotate(45deg);
}

.accordion .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion .box {
    display: none;/*はじめは非表示*/
    margin-top: 0;
    margin-bottom: 3%;
}

.kadomaru{
    border-radius: 10px;
}

.title-1 {
    position: relative;
    padding: 1.5rem 2rem;
    border: 4px solid #3b8e38;
    color: #3B8E38;
    text-align: center;
    font-weight: bold;
}

.title-1:before,
.title-1:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #3b8e38;
}

.title-1:before {
  top: 6px;
}

.title-1:after {
  bottom: 6px;
}


.title-2 {
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 18px !important;
    font-size: 1.2rem;
    text-align: center;
    color: #0068B6;
    margin-bottom: 50px;
	margin-top: 30px;
}

.title-2 span {
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
}

.title-2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #0068B6;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header{    max-height: 60px;}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img{    max-height: 60px;}

.bg-yellow{
	background-color: #FFFDCF;}
.text-c-orange{
    color: #FF5700;
}
input[type='submit']{background-color: #666;}
input[type="submit"]{ color: #fff;}

.waku-orange{
    border: 3px solid #FBBB43;
}

table th{ background-color: #fff;}
.tbl-r02{width: 100%;}
.tbl-r02 th {
    background-color: #FBBB43;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px;
}
.tbl-r02 td {
    　border: solid 1px #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #fff;
    width: 100%;
  }
	.tbl-r02 th{
    margin-top: 20px;
		margin-bottom: 10px;
}
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	  padding: 0px;
  }
	.tbl-r02 th, .tbl-r02 td {
    border: 0px solid #fff;
}
}
	@media screen and (max-width: 834px){
		
		
.logo {text-align: left;}
.navi-footer-in > .menu-footer li.menu-item {text-align: left;}
		.footer-bottom-content{text-align: left;
			font-size: 10px;}
	}
.news-list ol, .news-list ul{
    padding-left: 0px;
    margin-top: 0px;
}
.news-list a{
    margin-left: 10px;
}
@media screen and (max-width: 834px){
	.news-list a{
    margin-left: 10px;
    width: 100%;
    display: block;
}
}
.header-container-in.hlt-top-menu .logo-header img{max-height: 90px;}
.header-container-in.hlt-top-menu .logo-header{max-height: 90px;}

.navi-in > ul li a:hover{background-color: #fff;
color:#EC7C59; }

#menu-item-49 a {
    color: #fff;
    font-weight: bold;
}
#menu-item-49 a:hover{
    color: #fff;
    background-color: #FF9D7E;
}
#menu-item-49 {background-color: #EC7C59;    color: #FFFFFF;

}

/* 黒板風　2 */
.kokuban-s2 {
 position: relative;
 margin: 2em auto;
 padding: 1em;
 width: 90%; /* ボックス幅 */
 background: #006633; /* ボックス背景色 */
 color: #fff; /* 文章色 */
 border: 8px solid #b2771f; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
line-height: 1.4;
}
.kokuban-s2 p {
margin: 0 !important;}

.kokuban-s2::before,
.kokuban-s2::after {
 position: absolute;
 content: '';
 bottom: 0;
} 
/*チョーク（黄色）
.kokuban-s2::before {
 width: 20px; 
 right: 10px;
 border: solid 3px #ffff00;
 border-radius: 3px 2px 0 2px;
}
.kokuban-s2::after {
 width: 15px; 
 right: 45px;
 border: solid 3px #fff; 
 border-radius: 8px 5px 2px 5px;
}
 */
.kokuban-img{
    top: -20px;
    left: 10px;
    position: absolute;
}
.kokuban-img2{
    position: absolute;
    bottom: -20px;
    right: 0px;
}
.plane table tr:nth-of-type(2n+1){background-color: #fff;}
.plane table th, .plane table td {
    border: 1px solid #fff;
}

/************************************
** ボタン
************************************/
.new-btn,
a.new-btn,
button.new-btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.new-btn--green {
  color: #094;
  background-color: #fff;
border: solid;	
}

a.new-btn--green:hover {
  color: #00a349;
  background: #CEEAD1;
}

a.new-btn--green.new-btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.new-btn--green.new-btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.new-btn-c {
width: 100%;
  position: relative;
  padding: 0.8rem 0.5rem 0.8rem 0.5rem;
	line-height: 110%;
}

a.new-btn-c i.fa {
  margin-right: 0.1rem;
}
/************************************
****　サイドバー
************************************/
#sidebar>.widget{
border-radius:10px;
}
.widget_search{
padding:0;
}
span.fas.fa-search::before{
color:#efb000;/*検索マーク色変更はこちら*/
}
.sidebar h3{
color:#7b7b7b;
border-radius: 0%;
border-bottom:3px dotted;
border-color:#efb000;/*タイトル下のライン色変更はこちら*/
padding-bottom:0.3em;
margin-top:-0.5em;
margin-bottom:1em;
}

/************************************
****　大阪LP
************************************/

.bg-osaka{
	background-color: #070c47;
	background-image: url(https://macaron-care.com/macaron-kids/wp-content/uploads/2026/01/22349144_m-bg.jpg);
	background-repeat:no-repeat;
background-position:center center; /*背景画像を、横中央、底辺に配置。*/
background-size: 100% auto; /*背景画像のサイズ指定*/
}
@media screen and (max-width: 480px){.bg-osaka{padding-top: 80px;
	background: url(https://macaron-care.com/macaron-kids/wp-content/uploads/2026/01/22349144_m-bg.jpg) center top / cover no-repeat;}}

.bg-dot-blue{
    background-repeat: repeat;
    background-image: url(https://macaron-care.com/macaron-kids/wp-content/uploads/2026/01/bg-dot1.png);
    position: relative;
}
.bg-dot-pink{
    background-repeat: repeat;
    background-image: url(https://macaron-care.com/macaron-kids/wp-content/uploads/2026/01/bg-dot2.png);
    position: relative;
}
.bg-blue-sky{
    background-color: #CBEDEF;
}
.title-stitch1{
    background: #CBEDEF;
    box-shadow: 0px 0px 0px 5px #CBEDEF;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    width: 98%;
	margin-left: auto;
    margin-right: auto;
}
.title-stitch-pink{
    background: #ffdcdc;
    box-shadow: 0px 0px 0px 5px #ffdcdc;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    width: 98%;
	margin-left: auto;
    margin-right: auto;
}
.title-stitch2{
    background: #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    border: dashed 2px #ccc;
    padding: 0.2em 0.5em;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.title-stitch3{background: #ffeca7;
  box-shadow: 0px 0px 0px 5px #ffeca7;
  border: dashed 2px #fff;
  padding: 0.2em 0.5em;
width: 98%;
margin-left: auto;
    margin-right: auto;}

.l-grid_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.l-grid_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    padding: 1rem;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.l-grid_item h2 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.l-grid_item img {
  
  margin-bottom: 1rem;
}

.l-grid_item p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.l-grid_item button {
  padding: 1rem 2rem;
  border: none;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 480px){
	.l-grid_wrapper {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
	.l-grid_item {
    width: 100%;
}
	
}

.timeline {
  list-style: none;
}

.timeline > ul {
    padding-left: 0px;
}

.timeline > li {
  margin-bottom: 30px;
}
.timeline-date {
    font-weight: bold;
    color: #00A99D;
  }

.timeline h3{border-left: 0px solid #fff !important;
    border-right: 0px solid #ddd;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    font-size: 22px;
    padding: 0px 0px;}
.timeline p{
margin-bottom: 0em;}
.timeline ul li{
margin: 0em;}

/* for Desktop */
@media ( min-width : 640px ){
	
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    text-align: left;
    padding-top: 15px;	  
    
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00a99d;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
@media screen and (max-width: 480px){
	.timeline {
  text-align: left;
}
	
}
.triangle-pink {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ee89ab;
    border-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.makaron-zurashi2{
    position: relative;
    top: 80px;
    right: -80%;
}
.makaron-zurashi{
    position: relative;
    bottom: 35px;
    right: -2%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .widget-entry-cards.card-large-image .a-wrap {
width:32.5%;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.widget-entry-cards.card-large-image .a-wrap {
width:49%;
}
.top-rec-icon{
	position: static;
	bottom: auto;
	right: auto;
	text-align: center;
}

}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.navi-footer-in > .menu-footer li.menu-item{border: 0px solid #ddd;}
	
 .widget-entry-cards.card-large-image .a-wrap {
width:100%;
} 

.bg-indextop{
background-repeat: repeat-y;
background: url(https://macaron-care.com/macaron-kids/wp-content/uploads/2025/03/top-header-bg-3-sp.png?0304) no-repeat center center;
background-size:auto 100%;
}	
	
.align_c_pc { text-align: left; }
.photo-back{
	background-image: none;
}
.pc-view{display: none;}
.sp-view{display: block;}

.fz-18px {
  font-size: 15px;
}

.fz-19px {
  font-size: 16px;
}

.fz-20px {
  font-size: 17px;
}

.fz-21px {
  font-size: 18px;
}

.fz-22px {
  font-size: 19px;
}

.fz-24px {
  font-size: 20px;
}

.fz-28px {
  font-size: 22px;
}

.fz-32px {
  font-size: 24px;
}

.fz-36px {
  font-size: 28px;
}

.fz-40px {
  font-size: 32px;
}

.fz-44px {
  font-size: 36px !important;
}

.fz-48px {
  font-size: 40px;
}

.fw-100 {
  font-weight: 70;
}

.fw-200 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 150;
}

.fw-400 {
  font-weight: 200;
}

.fw-500 {
  font-weight: 250;
}

.fw-600 {
  font-weight: 300;
}

.fw-700 {
  font-weight: 350;
}

.fw-800 {
  font-weight: 400;
}

.fw-900 {
  font-weight: 450;
}
.title{
	font-size: 22px;
}

.midashi-aomaru{
	font-weight: bold;
	color: #FFF;
	background-color: #222b7a;
	border-radius: 20px;
	text-indent: 0;
	line-height: 120%;
	font-size: 15px;
	text-align: center;
}
	
.page-body, .menu-content {
    font-size: 14px;
}	
.beige-photo1{
    background-position: right top / 50% no-repeat;
    position: relative;
    background-image: none;
}
.beige-photo2{
    background-repeat: no-repeat;
    background-position: left top / 50% no-repeat;
    background-image: none;
    position: relative;
}	
.title {
    font-size: 22px;
}
}
/*1023px以下でロゴを消す*/
@media screen and (max-width: 1023px){
	#header-container{display: none;
	}
}

.slicknav_menu {background: #8dac8f;}



.plane table {
  margin:0px auto;
  border-collapse: collapse;
  line-height:1.7;
}

.plane table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* 見出し */
.plane table td:first-child {

    padding: 15px 0 15px 15px;
}

/* 内容 */
.plane table td:last-child {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.plane .border {
    border-left: 1px solid #f00;
    padding-left: 40px;
    display: block;
}
.fixed-header .navi-in > ul li:hover > ul {
display: block;
}

/* ギャラリー */
.gallery { /** ギャラリーを囲むボックス **/
    width: 101%;
    overflow: hidden;
}

#gallery-1 img {
    border: 2px solid #000;
    width: 90%;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    margin-bottom: 5px!important;
}

.gallery-icon img {
    width: 100% ;
    height: auto;
	border-radius: 10px;
}

.gallery-caption { /** キャプション **/
    color: #505050!important;
    font-size: 14px!important;
    margin-top: -5px!important;
    margin-bottom: 5px!important;
}

.gallery-columns-2 .gallery-item { /** 2カラム **/
    width: 48%;
    margin: 0 5px;
}

.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.8%;
    margin: 0 5px;
}

.gallery-columns-8 .gallery-item { /** 8カラム **/
    width: 120px;
    margin: 0 1.5px;
}

.gallery-columns-8 .gallery-caption { /** 8カラム キャプション **/
    color: #505050!important;
    font-size: 13px!important;
    margin-top: -5px!important;
}

@media screen and (max-width: 640px) { /* 640px以下用の記述 */
.gallery-columns-3 .gallery-item {
    width: 48%;
    margin: 0 5px;
	}}