@charset "UTF-8";

/* 子育てページ共通調整 */
body {
	background:#fff;
}
.l-header,
.l-breadcrumb {
	background:#ffeea6;
  width: 100%;
}
.l-header__search {
	color:#fff !important;
}
footer {
	border-top:none;
}
footer p {
	padding:0 !important;
}
.f_btn {
	background: #ffe566;
	padding:30px 20px 0;
	margin-bottom:-20px;
	position: relative;
}
@media screen and ( max-width:640px ) {
	.f_btn {
		padding:50px 20px 0;
	}
}
.f_btn .u-button,
.f_btn .m-button {
	z-index: 4;
}
.m-button {
	position: relative;
	display: flex;
	color:#fff !important;
	align-items: center;
	justify-content: center;
	padding: 0.75em 1.5em;
	border: 1px solid #4fbb8f;
	border-radius: 25px;
	line-height: 1.5;
	font-weight: bold;
	transition: all 0.2s ease;
	background: #4fbb8f;
	width: 100%;
}
.m-button:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg) translate3d(0, 0, 0);
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: transform 0.2s ease;
}
.m-button:hover:after,
.m-button:active:after {
	transform: translateY(-50%) rotate(45deg) translate3d(4px, -4px, 0);
}


/* ぱるベビTOP（ PC・SP共通 ） */
.box_qa { background:#fdf6d3; }
.box_otodoke { background:#7ee3ea; }
.wrap {
    position: relative;
}
.img_b { vertical-align: bottom; }
.set_txt {
  text-align: center;
}

/* タブ部分 */
.tabBox .tabArea {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 32.5%;
}
.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
}
.tabBox .tabArea .one_tab a:hover {
  opacity:1 !important;
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
}
.tabBox .tabArea .one_tab:nth-child(1) a.select .tab_inner {
  background-color: #fdf6d3;
  color: #ff5812;
  border-top: 2px solid #ff5812;
  border-right: 2px solid #ff5812;
  border-left: 2px solid #ff5812;
  border-bottom: 2px solid #fdf6d3;
}
.tabBox .tabArea .one_tab:nth-child(2) a.select .tab_inner {
  background-color: #fcebf2;
  color: #f27789;
  border-top: 2px solid #f27789;
  border-right: 2px solid #f27789;
  border-left: 2px solid #f27789;
}
.tabBox .tabArea .one_tab:nth-child(3) a.select .tab_inner {
  background-color: #e5f9f4;
  color: #00aa6d;
  border-top: 2px solid #00aa6d;
  border-right: 2px solid #00aa6d;
  border-left: 2px solid #00aa6d;
  border-bottom: 2px solid #e5f9f4;
}
.contents .tab_main {
  display: none;
  padding-top:40px;
  min-height: 280px;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}
.tab_main:nth-child(1).is_show {
  border-top: 2px solid #ff5812;
  background-color: #fdf6d3;
}
.tab_main:nth-child(2).is_show {
  border-top: 2px solid #f27789;
  background-color: #fcebf2;
}
.tab_main:nth-child(3).is_show {
  border-top: 2px solid #00aa6d;
  background-color: #e5f9f4;
}
.tabBox .tabArea.bottom {
  align-items: flex-start;
}



/* PC用 */
@media screen and ( min-width:641px ) {
  .tabBox .tabArea .one_tab a.select .tab_inner {
    height: 80px;
    font-size:120%;
    font-weight:600;
    margin-bottom: -2px;
  }
  .tabBox .tabArea .one_tab .tab_inner {
    background-color: #efefef;
    color: #565656;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
		line-height:1.5 !important;
  }
	h2 picture img {
		margin:0 auto 20px;
	}

  .btn a {
  	display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight:500;
  	position: relative;
  	font-size:110%;
  	padding: 8px 1px 10px;
  	text-decoration: none;
  	line-height: 1.3;
  	color: #565656;
  	background-color: #efefef;
  	border-radius:10px 10px 0 0;
  	cursor: pointer;
  }
  .btn a.is-active {
    font-size:130%;
    font-weight:500;
    margin-top:-5%;
  }
}
/* スマホ用 */
@media screen and ( max-width:640px ) {
  .tabBox .tabArea .one_tab a.select .tab_inner {
    height:80px;
    font-size:100%;
    font-weight:600;
    margin-bottom: -2.5px;
    display: block;
    padding:6px 0;
  }
  .tabBox .tabArea .one_tab .tab_inner {
    background-color: #efefef;
    color: #565656;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size:86%;
    border-radius: 10px 10px 0 0;
    padding:6px 0;
  	line-height: 1.4 !important;
  }

  .btn a {
  	display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight:500;
  	position: relative;
  	font-size: 16px;
  	padding: 8px 1px;
  	text-decoration: none;
  	line-height: 1.2;
  	color: #565656;
  	background-color: #efefef;
  	border-radius:10px 10px 0 0;
  	cursor: pointer;
  }
  .btn a.is-active {
    font-size:110%;
    font-weight:500;
    margin-top:-10%;
  }
}

@keyframes fadeinAnime{
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
}

/* おためしセット詳細 */
.set_box_txt b {
  display: inline-block;
  color:#00aa6d;
  padding:2px 12px;
  background:#fff;
  border:1px solid #00aa6d;
  border-radius:25px;
  margin-bottom:6px;
}
.set_box_txt b.kira_k {
  color:#f76d82;
  border:1px solid #f76d82;
}
.set_box_txt b.smile {
  color:#41703a;
  border:1px solid #41703a;
}
.set_box_txt span.reitou {
  border:1px solid #000000;
  background:#8ce4ea;
  padding:1px 5px 1.5px;
  margin-right:6px;
}
.set_box_txt span.jouon {
  border:1px solid #000000;
  background:#fff;
  padding:1px 5px 1.5px;
  margin-right:6px;
}
.set_box_txt span.are {
  border:1px solid #000000;
  background:#fff;
  padding:1px 5px 1.5px;
}
.set_box_txt span {
  display:inline-block;
  font-size:96%;
  margin-top:8px;
}
.pr_coop {
  font-weight: bold;
  font-size:120%;
  vertical-align: middle;
}
.pr_coop:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 26px;
  background: url(../img/coop_img.webp) no-repeat;
  background-size: contain;
  margin-right:2px;
}

.kirakira_info ul li:last-child,
.kirakira_info_2 ul li:last-child {
  border:none;
  margin-bottom:0;
  padding-bottom:0;
}
.kirakira_info ul li,
.kirakira_info_2 ul li {
  border-bottom:1px dashed #85ba4b;
  margin-bottom:20px;
  padding-bottom:20px;
}
.kirakira_info ul li b,
.kirakira_info_2 ul li b {
  display: block;
  color: #00aa6d;
  font-size:110%;
  margin-bottom:6px;
}
.coopp_info { border:1px solid #d41619 !important; }
.coopg_info { border:1px solid #41703a !important; }
.coopp_info b {
  display: block;
  color: #d41619;
  font-size:110%;
  margin-bottom:6px;
}
.coopg_info b {
  display: block;
  color: #41703a;
  font-size:110%;
  margin-bottom:6px;
}
.kirakira_txt ul li b img {
  height:24px;
  margin:0 5px 3px 0;
  vertical-align: middle;
	display: inline-block;
}

.box_nagare_s {
  border-bottom: 1px dashed #afafaf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.box_nagare_s span.hosoku {
  padding: 15px 20px;
  color: #565656;
  background-color:#f2f2f2;
  display: block;
  margin-top: 10px;
  font-size: 90%;
}
.nagare_sub p {
  font-size:97%;
}
.nagare_sub p b { color:#fd5912; }


/* おためしセット詳細｜組合員さんの声 */
.chat-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.chat-face {
  float: left;
  margin-right: -110px;
}
.chat-face img,
.chat-face2 img {
  width: 90px;
  height: 90px;
  margin-top: 8px;
}
.chat-area {
  width: 100%;
  float: right;
}
.chat-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  margin-left:110px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.chat-hukidashi2 {
  display: inline-block;
  padding: 15px 20px;
  margin-right:110px;
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  float: right;
}
.chat-hukidashi p {
  margin-bottom: 0px;
}
.chat-hukidashi:after {
  content: "";
  position: absolute;
  top:30px; left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.chat-box2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.chat-face2 {
  float: right;
  margin-left: -110px;
}
.chat-area2 {
  width: 100%;
  float: left;
}
.chat-hukidashi2 p{
  margin-bottom: 0px;
}
.chat-hukidashi2:after {
  content: "";
  position: absolute;
  top:30px; right: -20px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.hukidashi_w100 {
  box-sizing: border-box;
  width: calc(100% - 110px);
}


/* 見出し */
.midasi_p,
.midasi_o {
  position: relative;
  text-align: center;
	color: #f397bf;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:900;
	margin-bottom:40px;
}
.midasi_p { color: #f397bf; }
.midasi_o { color: #ff5812; }

.midasi_p::before { background-color: #f397bf; }
.midasi_o::before { background-color: #ff5812; }


/* PC用 */
@media screen and ( min-width:641px ) {
	/* 見出し */
	.midasi_p::before,
	.midasi_o::before {
	  border-radius: 5px;
	  bottom: -10px;
	  content: "";
	  height: 3px;
	  left: 50%;
	  position: absolute;
	  transform: translateX(-50%);
	  width:150px;
	}

	.kv_pbset {
    background-image: url(../img/bg_kv_pbset.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding:30px 0 40px;
    margin-bottom:30px;
  }
	.pbset_info {
		padding-bottom:10px;
	}
  .set_box {
    padding:20px 0 40px;
  }
  .set_txt img {
    width:44%;
    margin: 0 28%;
  }
  .set_box_img {
    float: left;
    width:53%;
  }
  .set_box_txt {
    padding-top:10px;
    float: right;
    width:46%;
  }

  .kirakira_info,
  .kirakira_info_2,
  .coopp_info,
  .coopg_info {
    position: relative;
    border:1px solid #85ba4b;
    background:#fff;
    border-radius:20px;
    padding:30px 20px;
    margin:30px 0 40px;
  }
  .coopp_info .tit_info,
  .coopg_info .tit_info {
    float:left;
    width:30%;
    margin:5px 3% 0 1%;
  }
  .kirakira_img {
    float:left;
    width:30%;
  }
  .kirakira_txt {
    float:right;
    width:68%;
  }
  .kirakira_img img {
    width:90%;
    margin:0 5%;
  }
  .kirakiraimg img.kirakira_img_r {
    float: right;
    width:75px;
    margin-left:10px;
  }
  img.kirakira_img_r2 {
    width:300px;
    margin-top:10px;
  }
  .set_box_wrap {
    padding-bottom:60px;
  }
  .nagare {
  	text-align: center;
  	background:#23c482;
  	color:#fff;
  	margin: 0 auto 20px;
  	padding:2px 20px 3px;
  	border-radius: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
  	font-weight:500;
  	display:inline-block;
  }
  .mousikomi img {
    width:30%;
    margin:10px 0 30px;
  }
  .img_nagare img {
    float: right;
    width:80px;
    margin-top:-20px;
    margin-left: 5px;
  }
	.box_otodoke,
	.box_sekyu,
	.box_nagare {
		padding:30px 20px 60px;
	}
  .box_qa {
    padding-top:30px;
  }


	/* ちらしイラスト */
	.pic_01 {
		position: absolute;
    width: 44%;
    top: -100px;
    left: 0px;
	}
	.pic_02 {
		position: absolute;
		width:80px;
		top:-120px;
		left:25px;
	}
	.pic_03 {
		position: absolute;
    width:75px;
    top: -90px;
    right: 25px;
	}
	.pic_f01 {
		position: absolute;
		width:200px;
		top:-80px;
		left:0px;
	}
	.pic_f02 {
		position: absolute;
		width:70px;
		top:-60px;
		right:30px;
	}
}

/* スマホ用 */
@media screen and ( max-width:640px ) {
	/* 見出し */
	.midasi_p::before,
	.midasi_o::before {
	  border-radius: 5px;
	  bottom: -10px;
	  content: "";
	  height: 3px;
	  left: 50%;
	  position: absolute;
	  transform: translateX(-50%);
	  width:30%;
	}

	.kv_pbset img {
		width:100%;
	}
	.pbset_info {
		padding:25px 20px 10px;
	}
	.box_otodoke,
	.box_sekyu,
	.box_nagare {
		padding:30px 20px 60px;
	}
	.img_nagare img {
		float: right;
		margin-left:5px;
    width: 20%;
	}
  .nagare {
  	text-align: center;
  	background:#23c482;
  	color:#fff;
  	width:50%;
  	margin: 0 auto 20px;
  	padding:2px 0 5px;
  	border-radius: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
  	font-weight:500;
  	display: block;
  }

	/* おためしセット詳細 */
	.set_box {
		margin-top:30px;
	}
	.set_box_wrap {
		padding:20px 20px 40px;
	}
	.set_box_txt {
		margin:10px 20px 50px;
	}
  .coopp_info,
  .coopg_info,
  .kirakira_info,
  .kirakira_info_2 {
    position: relative;
    border:1px solid #85ba4b;
    background:#fff;
    border-radius:20px;
    padding:20px;
    margin:20px;
  }
  .kirakira_info .logo_info {
    position:absolute;
    top: -30px;
    left: 35%;
    width: 30%;
    margin-bottom: 20px;
  }
  .kirakira_info .tit_info {
    width:80%;
    margin:40px 10% 20px;
  }
  .kirakira_info_2 .logo_info {
    position:absolute;
    top: -30px;
    left:20%;
    width:60%;
    margin-bottom: 20px;
  }
  .kirakira_info_2 .tit_info {
    width:100%;
    margin:40px 0 20px;
  }
  .coopp_info .tit_info {
    width:44%;
    margin:2px 28% 20px;
  }
  .coopg_info .tit_info {
    width:60%;
    margin:2px 20% 20px;
  }
  .kirakiraimg img.kirakira_img_r {
    float: right;
    width:20%;
  }

  .mousikomi img {
    width:60%;
    margin:10px 20%;
  }

	.box_qa {
    padding-top:60px;
  }
  .box_qa .wrap {
    padding: 0 20px;
  }


	/* ちらしイラスト */
	.pic_01 {
		display: none;
	}
	.pic_02 {
		position: absolute;
		width:18%;
		top:-80px;
		left:5px;
	}
	.pic_03 {
		position: absolute;
		width:17%;
    top: -110px;
    right:20px;
	}
	.pic_f01 {
		position: absolute;
		width:40%;
		top:-50px;
		left:0px;
	}
	.pic_f02 {
		position: absolute;
		width: 14%;
    top: -30px;
		right:30px;
	}
}



/***** ボタン *****/
.btn_bk1,
.btn_bk2,
.btn_bk3 {
	position: relative;
	border:1.5px solid #090906;
	padding: 12px 25px;
	background: #fff;
	text-decoration: none !important;
	text-align: center;
	border-radius: 50px;
	color: #090906 !important;
	margin: auto;
	display: block;
}
a.btn_bk1:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	color: #090906 !important;
	font-family: FontAwesome;
	content: "\f105";
	vertical-align: middle;
}
a.btn_bk2:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	color: #090906 !important;
	font-family: FontAwesome;
	content: "\f106";
	vertical-align: middle;
}
a.btn_bk3:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	color: #090906 !important;
	font-family: FontAwesome;
	content: "\f107";
	vertical-align: middle;
}
.btn_gre2 {
	position: relative;
	border:1.5px solid #00aa6d;
	padding: 12px 25px;
	background: #fff;
	text-decoration: none !important;
	text-align: center;
	border-radius: 50px;
	color: #00aa6d !important;
	margin: auto;
}
a.btn_gre2:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	color: #00aa6d !important;
	font-family: FontAwesome;
	content: "\f107";
	vertical-align: middle;
}

/* PC用 */
@media screen and ( min-width:641px ) {
	.btn_gre2,
	.btn_bk1,
	.btn_bk2,
	.btn_bk3 {
		min-width:45%;
		display: inline-block;
	}
}

/* スマホ用 */
@media screen and ( max-width:640px ) {
	.btn_gre2 {
		min-width: 80%;
		display: inline-block;
	}
}


/* main用 */
@media screen and ( min-width:960px ) {
  .tab-wrap {
    width:960px;
		margin:0 auto;
		position: relative;
  }
	.wrap {
		width:960px;
		margin:0 auto;
		position: relative;
	}
}
@media (min-width:641px) and (max-width:959px) {
  .tab-wrap {
    padding:0 20px;
  }
	.wrap {
		padding:20px;
	}
}
