@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.baby {
	margin-top: -20px;
	background-color: #fcf8f5;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.baby.baby-detail {
		background-color: #fff;
	}
}
.baby .baby-index-header {
	position: relative;
	background-color: #eee6e0;
	margin-bottom: 100px;
}
.baby .baby-index-header::after {
	content: '';
	position: absolute;
	bottom: -60px;
	width: 100%;
	height: 60px;
	background-image: url("/images/baby/baby003.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}
.baby .baby-index-header .container {
	position: relative;
	padding-top: 40px;
}
.baby .baby-index-header .baby001 {
	width: 188px;
	position: absolute;
	top: 20px;
	left: -50px;
	z-index: 2;
}
.baby .baby-index-header .baby002 {
	width: 250px;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 2;
}
.baby .baby-index-header p {
	font-weight: 500;
	width: 600px;
	margin: 0 auto 0 168px;
}
@media screen and (max-width: 768px) {
	.baby {
		margin-top: 0px;
		padding-bottom: 60px;
	}
	.baby .baby-index-header {
		margin-bottom: 100px;
	}
	.baby .baby-index-header::after {
		bottom: -18px;
		width: 100%;
		height: 60px;
	}
	.baby .baby-index-header .container {
		padding: 12px 0 40px;
	}
	.baby .baby-index-header .baby001 {
		width: 100px;
		top: 125px;
		left: -20px;
	}
	.baby .baby-index-header .baby002 {
		width: 119px;
		right: 0px;
		top: 116px;
	}
	.baby .baby-index-header p {
		width: auto;
		font-size: 12px;
		line-height: 1.2rem;
		margin: 0 1rem 0;
	}
}
.list-header {
	background-color: #fff;
	padding: 56px 40px 30px;
	border-radius: 20px;
	margin-bottom: 40px;
}
.list-header .search-button {
	margin: 0 auto;
	width: 210px;
}
@media screen and (max-width: 768px) {
	.list-header {
		padding: 0 0 24px;
		border-radius: 0px;
		margin-bottom: 40px;
	}
}
.baby-search-box {
  margin-bottom: 20px;
}
.baby-search {
 	display: flex;
	margin-bottom: 24px;
}
.baby-search .type ul {
	display: flex;
	margin-right: 14px;
}
.baby-search .type input[type="radio"] {
	display: none;
}
.baby-search .type label {
	position: relative;
	width: 214px;
	height: 48px;
	margin: 0 10px 0 0;
	padding: 13px 12px 13px 42px;
	border-radius: 12px;
	border: solid 2px #a1a9b4;
	box-sizing: border-box;
	color: #132743;
	font-weight: 500;
	font-size: 14px;
	background-color: #ffffff;
}
.baby-search .type input[type="radio"]:checked + label {
	border: solid 2px #132743;
}
.baby-search .type label::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	left: 12px;
	top: 13px;
	border-radius: 50%;
	border: solid 2px #a1a9b4;
}
.baby-search .type input[type="radio"]:checked + label::before {
	border: solid 2px #132743;
}
.baby-search .type input[type="radio"]:checked + label::after {
	width: 12px;
	height: 12px;
	background-color: #132743;
	content: '';
	position: absolute;
	left: 19px;
	top: 20px;
	z-index: 5;
	border-radius: 50%;
}
.baby-search .detail ul {
	display: flex;
}
.baby-search .detail li {
	margin-right: 12px;
	position: relative;
}
.baby-search .detail li::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 20px;
	top: 18px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
}
.under .baby-search .detail select {
	border-radius: 24px;
	padding: 8px 35px 6px 8px;
	border: solid 1px #b3b1b1;
	background-color: #ffffff;
	color: #413d3b;
	font-size: 16px;
	background-image: none;
	font-weight: 500;
	box-sizing: border-box;
}
.under .baby-search .detail select:focus {
	border: solid 1px #413d3b;
}
.under .baby-search-box dt {
    font-weight: 700;
    font-size: 14px;
    color: #132743;
    display: block;
    margin-bottom: 12px;
}
.under .baby-search-box input[type="text"] {
    border-radius: 12px;
    width: 700px;
    font-size: 16px;
    padding: 0.5rem;
    box-sizing: border-box;
    border: solid 1px #b3b1b1;
    background-color: #ffffff;
}
.under .baby-search-other .detail {
	position: relative;
}
.under .baby-search-other .detail ul {
	position: absolute;
	bottom:0;
	margin-left: 20px;
	min-width: 200px;
}
@media screen and (max-width: 768px) {
	.baby-search {
		padding: 24px 0px 0;
		display: block;
		margin: 0 1rem 1rem;
	}
	.baby-search.baby-search-other {
		padding: 0;
	}
	.baby-search .type ul {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.baby-search .type ul li {
		width: calc(50% - 3px);
	}
	.baby-search .type ul li:first-child {
		margin-right: 6px;
	}
	.baby-search .type label {
		width: 100%;
		margin: 0;
		padding: 8px 6px 8px 26px;
		border-radius: 12px;
		font-size: 11px;
		display: block;
		line-height: 1rem;
		height: auto;
	}
	.baby-search .type label::before {
		width: 14px;
		height: 14px;
		left: 4px;
		top: 7px;
	}
	.baby-search .type input[type="radio"]:checked + label::after {
		width: 10px;
		height: 10px;
		left: 8px;
		top: 11px;
		border-radius: 50%;
	}
	.baby-search .detail ul {
		display: flex;
	}
	.baby-search .detail li {
		margin-right: 12px;
		position: relative;
	}
	.baby-search .detail li:nth-child(3n){
		margin-right: 0;
	}
	.baby-search .detail li::after {
		width: 0;
		height: 0;
		right: 10px;
		top: 15px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid black;
	}
	.under .baby-search .detail select {
		border-radius: 24px;
		font-size: 11px;
	}
	.under .baby-search-box dl {
	/*
		margin-left: 1rem;
		margin-right: 1rem;
	*/
		margin-bottom: 1rem;
	}
	.under .baby-search-box input[type="text"] {
		width: 100%;
	}
	.under .baby-search-other .detail ul {
		position: relative;
		margin-left: 0;
		width: 100%;
	}
}
.fixed-search {
	position: fixed;
	z-index: 3;
	bottom: 20px;
	width: 100%;
}
.list-header .search-button input,
.fixed-search .modal-link, .modal .search-button input {
	width: 210px;
	background-image: url("/images/baby/ico-search.png");
	background-size: 48px auto;
	background-position: 5px center;
	background-repeat: no-repeat;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
	padding: 12px 0 12px 24px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 24px;
	font-size: 14px;
	box-shadow: 0 6px 10px 0 rgba(65, 61, 59, 0.35);
	border: solid 4px #413d3b;
	background-color: #413d3b;
}
@media screen and (max-width: 768px) {
	.fixed-search {
		bottom: 80px;
	}
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	display: none;
}
.modal .content {
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
	width: 100%;
}
.modal .content .inner {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
	padding: 24px 40px;
	border-radius: 20px;
	border: solid 4px #132743;
}
@media screen and (max-width: 768px) {
	.modal .content .inner {
		left: 0%;
		position: absolute;
		top: 62px;
		transform: none;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 28px 20px;
		border-radius: 0px;
		border: none;
	}
}
.modal .content .heading {
	position: relative;
}
.modal .content .title {
	color: #132743;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.modal .content .title {
		text-align: center;
	}
}
.modal .content .close {
	margin-left: auto;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	height: 16px;
}
@media screen and (max-width: 768px) {
	.modal .content .close {
		right: 0;
		top: 0;
	}
}
.modal .content .close .btn {
	position: relative;
}
.modal .content .close .btn span {
	position: absolute;
	height: 3px;
	width: 20px;
	background-color: #132743;
	transform: rotate(45deg);
}
.modal .content .close .btn span:first-child {
	transform: rotate(45deg);
}
.modal .content .close .btn span:last-child {
	transform: rotate(-45deg);
}
.modal .content .baby-search {
	padding: 0;
}
.modal .content .baby-search .type input[type="radio"]:checked + label::after {
	top: 16px;
}
.modal .search-button {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.modal .content .baby-search .type input[type="radio"]:checked + label::after {
	top: 11px;
}
	.modal .content .baby-search {
		margin: 0 0 24px;
	}
}
.baby-search-result {
	margin-bottom: 24px;
}
.baby-search-result .date {
	color: #8c9098;
	margin-bottom: 24px;
}
.baby-search-result .label {
	font-size: 20px;
	font-weight: 500;
}
.baby-search-result .label span {
	font-size: 12px;
	font-weight: 400;
	padding-left: 8px;
	color: #8c9098;
}
@media screen and (max-width: 768px) {
	.baby-search-result {
		margin: 0 1rem 24px;
	}
}
.baby-search-list .item {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px 32px;
	position: relative;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
	.baby-search-list .item {
		border-radius: 0px;
		padding: 20px 1rem 32px;
		margin-bottom: 36px;
		box-sizing: border-box;
	}
}
.baby .number {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #413d3b;
	padding: 6px 10px;
	background-color: #f4f4f4;
	margin-bottom: 24px;
	border-radius: 12px;
}
.baby .birth-day {
	position: absolute;
	top: 2rem;
	right: 2.5rem;
	border-radius: 56px;
	background-color: #132743;
	text-align: center;
	color: #fff;
	width: 130px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.baby .birth-day p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.baby-search-list .item .birth-day p.date {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.baby .birth-day {
		top: -1rem;
		right: 1rem;
		border-radius: 38px;
		color: #fff;
		width: 88px;
		height: 88px;
	}
	.baby .birth-day p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.baby-search-list .item .birth-day p.date {
		font-size: 14px;
	}
}
.baby .item-header {
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}
.baby .sex {
	border-radius: 14px;
	margin-right: 11px;
	background-color: #71adb5;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 6px;
	box-sizing: border-box;
}
.baby .sex img {
	width: 27px;
	height: auto;
}
.baby .sex.woman {
	background-color: #bf7a85;
}
.baby .sex.woman img {
	width: 21px;
	height: auto;
}
.baby .debut {
	font-size: 14px;
	margin-bottom: 13px;
}
.baby .debut span {
	font-size: 20px;
	font-weight: 700;
	padding: 0 4px 0 5px;
}
@media screen and (max-width: 768px) {
	.baby .debut {
		margin-bottom: 4px;
	}
}
.baby .item-header .name {
	color: #413d3b;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.baby .item-header .name {
		font-size: 16px;
		width: calc(100% - 160px);
	}
}
.baby-search-list .item .slides {
	margin-bottom: 20px;
}
.baby-search-list .item .slider {
	width: 718px;
	position: relative;
}
.baby-search-list .item .slider .image {
	height: 153px;
	overflow: hidden;
	border-radius: 20px;
	margin-right: 8px;
}
.baby-search-list .item .arrow {
	position: absolute;
	z-index: 2;
	width: 36px;
	height: 36px;
	content: '';
	bottom: 0;
	margin: 0 4px;
	border: 1px solid #132743;
	cursor: pointer;
	border-radius: 50%;
}
.baby-search-list .item .next {
	right: -96px;
}
.baby-search-list .item .prev {
	right: -52px;
}
.baby-search-list .item .arrow span {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.baby-search-list .item .arrow span::after {
	position: absolute;
	width: 16px;
	height: 1px;
	content: '';
	background-color: #132743;
	left: calc(50% - 8px);
	top: 18px;
}
.baby-search-list .item .arrow.next span::before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 1px solid #132743;
	border-right: 1px solid #132743;
	left: calc(50% - 2px);
	top: 14px;
	transform: rotate(45deg);
}
.baby-search-list .item .arrow.prev span::before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	border-bottom: 1px solid #132743;
	border-left: 1px solid #132743;
	left: calc(50% - 7px);
	top: 14px;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.baby-search-list .item .slides {
		margin-bottom: 20px;
	}
	.baby-search-list .item .slider {
		width: 100%;
		position: relative;
	}
	.baby-search-list .item .slider .image {
		height: auto;
		margin-right: 5px;
	}
	.baby-search-list .item .arrow {
		display: none;
		content: none;
		border: none;
	}
}
.baby-search-list .item .detail {
	position: absolute;
	right: 40px;
	width: 176px;
	bottom: 32px;
}
.baby-search-list .item .detail a {
	width: 176px;
	text-align: center;
	padding: 12px 0;
	font-weight: 500;
	border-radius: 24px;
	border: solid 1px #132743;
	background-color: #ffffff;
	box-sizing: border-box;
	color: #132743;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
@media screen and (max-width: 768px) {
	.baby-search-list .item .detail {
		position: static;
		width: 148px;
		margin: 0 auto;
	}
}
.baby-search-list .item .parent {
	padding: 12px 20px 12px 20px;
	border-radius: 20px;
	background-color: #f8f6f6;
	width: 718px;
	font-weight: 500;
	display: flex;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.baby-search-list .item .parent {
		width: 100%;
		display: block;
		margin-bottom: 1rem;
	}
}
.baby-search-list .item .parent .mother, .baby-search-list .item .parent .father {
	flex-basis: 50%;
}
@media screen and (max-width: 768px) {
	.baby-search-list .item .parent .mother, .baby-search-list .item .parent .father {
		flex-basis: 50%;
		display: flex;
	}
}
.baby-search-list .item .parent .mother p, .baby-search-list .item .parent .father p {
	margin-bottom: 0;
}
.baby-search-list .item .parent .label {
	border-radius: 20px;
	display: inline-block;
	padding: 8px 16px;
	background-color: #718bb5;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.baby-search-list .item .parent .mother .label {
	background-color: #b57971;
}
.baby-search-list .item .parent p {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.baby-search-list .item .parent .label {
		width: 85px;
		margin-right: 5px;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 6px 12px;
	}
	.baby-search-list .item .parent .mother .label {
		background-color: #b57971;
	}
	.baby-search-list .item .parent p {
		font-size: 13px;
		width: calc(100% - 90px);
		line-height: 1.35rem;
		line-height: 1.35rem;
	}
}
.baby .price {
	position: absolute;
	top: 193px;
	right: 2.5rem;
	text-align: right;
}
.baby .price .yen {
	color: #413d3b;
	line-height: 1;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}
.baby .yen span {
	font-size: 16px;
	padding-left: 4px;
}
.baby .price .tax {
	font-size: 14px;
	color: #8c9098;
}
@media screen and (max-width: 768px) {
	.baby .price {
		position: static;
	}
	.baby .price .debut {
		float: left;
	}
	.baby .price .yen {
		font-size: 24px;
		margin-bottom: 0.5rem;
	}
	.baby .yen span {
		font-size: 16px;
		padding-left: 4px;
	}
	.baby .price .tax {
		width: 100%;
		font-size: 14px;
		color: #8c9098;
		margin-bottom: 0.5rem;
	}
}
.baby-detail .baby-detail-header .name {
	padding: 1rem 0 2.5rem;
	font-weight: 500;
	font-size: 20px;
	color: #413d3b;
}
@media screen and (max-width: 768px) {
	.baby-detail .baby-detail-header .name {
		padding: 1rem 0 1rem;
		font-weight: 700;
	}
}
.baby-detail .baby-detail-box {
	background-color: #fff;
	border-radius: 20px;
}
.baby-detail .baby-detail-box .detail-header {
	border-bottom: 1px solid #eee8e2;
	padding: 20px 40px;
	box-sizing: border-box;
}
.baby-detail .baby-detail-box .detail-header .title {
	border-radius: 10px;
    background-color: #f8f6f6;
    padding: 0.5rem;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.baby-detail .baby-detail-box .detail-header {
		border-bottom: none;
		padding: 0px 0px 10px;
	}
}
.baby-detail .baby-detail-box .detail-body {
	padding: 30px 40px 60px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.baby-detail .baby-detail-box .detail-body {
		padding: 0px 0px 0px;
	}
}
.baby .baby-detail-box .item-header {
	margin-bottom: 1rem;
	position: relative;
}
.baby .baby-detail-box .item-header .price {
	top: -53px;
	right: 240px;
}

@media screen and (max-width: 768px) {
	.baby .baby-detail-box .item-header {
		flex-wrap: wrap;
	}
	.baby .baby-detail-box .item-header .price {
		position: static;
		width: 100%;
		padding-top: 10px;
		margin-bottom: 0;
	}
}
.baby .baby-detail-box .item-header .birth-day {
	right: 0px;
	top: -100px;
}
@media screen and (max-width: 768px) {
.baby .baby-detail-box .item-header .birth-day {
	top: -40px;
	}

}
.baby .detail-body .photo-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.baby .detail-body .title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 13px;
}
.baby .detail-body .title span.new {
	display: inline-block;
	margin-right: 8px;
	padding: 3px 10px;
	border-radius: 14px;
	border: solid 1px #132743;
	font-size: 13px;
}
.baby .detail-body .date {
	color: #8c7769;
	background-image: url("/images/baby/icon-camera.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 27px auto;
	padding-left: 28px;
	font-size: 12px;
}
.baby .detail-body .photo-layout .photo {
	width: 476px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baby .detail-body .photo-layout .photo .image {
	width: 234px;
}
.baby .detail-body .main-section .photo-layout .photo .image:first-child {
	width: 100%;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
	.baby .detail-body .photo-layout .photo {
		width: 100%;
		margin-bottom: 20px;
	}
	.baby .detail-body .photo-layout .photo .image {
		width: 49%;
	}
	.baby .detail-body .main-section .photo-layout .photo .image:first-child {
		width: 100%;
		margin-bottom: 8px;
	}
}
.baby .detail-body .photo-layout .photo .image img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}
.baby .detail-body .history-section .image {
	margin-right: 10px;
}
.baby .detail-body .history-section .photo {
	position: relative;
}
.baby .detail-body .history-section .arrow {
	position: absolute;
	z-index: 2;
	width: 36px;
	height: 36px;
	content: '';
	bottom: -10px;
	margin: 0 4px;
	border: 1px solid #132743;
	cursor: pointer;
	border-radius: 50%;
}
.baby .detail-body .history-section .next {
	left: 420px;
}
.baby .detail-body .history-section .prev {
	left: 365px;
}
.baby .detail-body .history-section .arrow span {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.baby .detail-body .history-section .arrow span::after {
	position: absolute;
	width: 16px;
	height: 1px;
	content: '';
	background-color: #132743;
	left: calc(50% - 8px);
	top: 18px;
}
.baby .detail-body .history-section .arrow.next span::before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 1px solid #132743;
	border-right: 1px solid #132743;
	left: calc(50% - 2px);
	top: 14px;
	transform: rotate(45deg);
}
.baby .detail-body .history-section .arrow.prev span::before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	border-bottom: 1px solid #132743;
	border-left: 1px solid #132743;
	left: calc(50% - 7px);
	top: 14px;
	transform: rotate(45deg);
}
.baby .detail-body .photo-layout .comment {
	width: 500px;
}
.baby .detail-body .photo-layout .comment p {
	border-radius: 20px;
	background-color: #f8f6f6;
	padding: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.baby .detail-body .photo-layout .comment {
		width: 100%;
	}
	.baby .detail-body .photo-layout .comment p {
		padding: 12px;
		font-size: 12px;
		line-height: 1.3rem;
	}
}
.baby .detail-body .main-section {
	margin-bottom: 2.5rem;
}
.baby .detail-body .history-section {
	position: relative;
}
.baby .detail-body .history-section .foot {
	position: absolute;
	width: 317px;
	right: 0;
	top: -270px;
}
@media screen and (max-width: 768px) {
	.baby .detail-body .history-section .foot {
		width: 128px;
		right: 0;
		top: -48px;
	}
}
.baby .detail-body .history-section h3 img {
	width: 165px;
	margin-right: 16px;
}
.baby .detail-body .history-section h3 {
	font-size: 16px;
	font-weight: 500;
	color: #132743;
}
.baby .detail-body .second {
	margin-bottom: 2.5rem;
}
.baby .family-movie .heading {
	width: 1080px;
	padding: 118px 0 68px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.baby .family-movie .heading {
		width: 100%;
		padding: 28px 0 68px;
		margin: 0 auto;
		position: relative;
	}
}
.baby .family-movie .heading .camera {
	position: absolute;
	width: 292px;
	top: -32px;
	left: -91px;
}
@media screen and (max-width: 768px) {
	.baby .family-movie .heading .camera {
		width: 163px;
		top: -32px;
		left: 0;
	}
}
.baby .family-movie .heading h2 {
	font-size: 16px;
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 0;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.baby .family-movie .heading h2 {
		top: 15px;
		left: 17px;
	}
}
.baby .family-movie .heading h2 img {
	width: 116px;
	height: auto;
	margin-right: 16px;
}
.baby .family-movie .item {
	margin: 0 12px 60px;
}
.baby .family-movie .slick-track {
	margin: 0 auto;
}
.baby .family-movie .item .image img {
	border-radius: 20px;
	border: solid 4px #d4ccc5;
	box-sizing:border-box;
}
.baby .family-movie .item a {
	position: relative;
	display: block;
}
.baby .family-movie .item a::after {
	content: '';
	width: 74px;
	height: 74px;
	position: absolute;
	background-image: url("/images/baby/icon-play.png");
	background-size: 100% auto;
	background-position: center center;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	z-index: 2;
}
.baby .family-movie .date {
	color: #8c7769;
	display: block;
	margin-bottom: 1rem;
	padding-left: 28px;
	font-size: 12px;
	background-image: url("/images/baby/icon-camera.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 27px auto;
}
.baby .family {
	background-color: #eee6e0;
	display: block;
	position: relative;
	padding: 80px 0;
}
@media screen and (max-width: 768px) {
	.baby .family {
		padding: 0;
		background-color: #fff;
	}
}
.baby .family::before {
	content: '';
	width: 100%;
	top: -20px;
	z-index: 2;
	position: absolute;
	height: 60px;
	background-image: url('/images/baby/family-header.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.baby .family h2 {
	width: 223px;
	margin: 0 auto 48px;
}
.baby .family .families {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.baby .family .families .item {
	width: 205px;
	margin: 0 5px;
	border-radius: 20px;
	background-color: #f8f6f6;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 768px) {
	.baby .family .families .item {
		width: 48%;
		margin: 0 1% 0;
	}
}
.baby .family .families .item .reserved {
	position: absolute;
	z-index: 2;
	padding: 2px 0;
	font-size: 13px;
	  border-radius: 12px;
	width: 80%;
	top: 55px;
	left: 10%;
	color: #132743;
	text-align: center;
	  border: solid 1px #132743;
	  background-color: rgba(255, 255, 255, 0.8);
}
.baby .family .families .item .text {
	display: flex;
	padding: 8px;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
}
.baby .family .families .item .text .sex {
	width: 32px;
	height: 32px;
	border-radius: 12px;
}
.baby .family .families .item .text .sex img {
	width: 20px;
}
@media screen and (max-width: 768px) {
	.baby .family::before {
		content: none;
	}
	.baby .family h2 {
		width: 223px;
		margin: 0 auto 22px;
	}
	.baby .family .families {
		display: block;
	}
	.baby .family .families .item {
		width: 205px;
		overflow: hidden;
	}
	.baby .family .families .item .text {
		display: flex;
		padding: 8px;
		font-size: 13px;
	}
	.baby .family .families .item .text .sex {
		width: 26px;
		height: 26px;
		border-radius: 10px;
		padding-top: 3px;
	}
	.baby .family .families .item .text .sex img {
		width: 13px;
	}
}
.baby .parent {
	background-image: url('/images/baby/family-footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.baby .baby-search-list .parent {
	background-image: none;
}
@media screen and (max-width: 768px) {}
.baby .parent-block {
	width: 760px;
	z-index: 2;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 60px;
	margin-bottom: 60px;
	box-sizing: border-box;
	border-radius: 24px;
}
@media screen and (max-width: 768px) {
	.baby .parent-block {
		width: 100%;
		z-index: 2;
		margin: 0 auto;
		padding: 40px 1rem;
		margin-bottom: 60px;
		border-radius: 0px;
	}
}
.baby .parent-block .parent-box {
	margin-bottom: 40px;
}
.baby .parent-block ul.parent-tab {
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.baby .parent-block ul.parent-tab {
		margin-bottom: 33px;
	}
}
.baby .parent-block .parent-tab li {
	cursor: pointer;
	color: #fff;
	border-radius: 24px;
	width: 311px;
	text-align: center;
	padding: 6px 0;
	font-size: 20px;
	position: relative;
	box-sizing: border-box;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.baby .parent-block .parent-tab li {
		border-radius: 24px;
		width: 49%;
		padding: 6px 0;
		font-size: 16px;
	}
}
.baby .parent-block .parent-tab li::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
}
.baby .parent-block .parent-tab li.tab_mother {
	background-color: #b57971;
}
.baby .parent-block .parent-tab li.tab_mother.active::before {
	border-top: 10px solid #b57971;
}
.baby .parent-block .parent-tab li.tab_father {
	background-color: #718bb5;
}
.baby .parent-block .parent-tab li.tab_father.active::before {
	border-top: 10px solid #718bb5;
}
.baby .parent-block .tab-content li {
	display: none;
}
.baby .parent-block .tab-content li.show {
	display: block;
}
.baby .parent-block .parent-box .box-inner {
	display: flex;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.baby .parent-block .parent-box .box-inner {
		display: block;
	}
}
.baby .parent-block .parent-box .box-inner .image {
	width: 400px;
	margin-right: 16px;
}
@media screen and (max-width: 768px) {
	.baby .parent-block .parent-box .box-inner .image {
		width: calc(100% - 2rem);
		margin: 0 1rem 16px;
	}
}
.baby .parent-block .parent-box .box-inner .image img {
	border-radius: 20px;
}
.baby .parent-block .parent-box .box-inner .text dl {
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	.baby .parent-block .parent-box .box-inner .text {
		margin: 0 1rem;
	}
}
.baby .parent-block .parent-box .box-inner .text dl dt {
	padding: 2px 16px;
	display: inline-block;
	border-radius: 12px;
	margin-bottom: 8px;
	background-color: #eee8e2;
}
.baby .parent-block .parent-box .comment {
	padding: 20px;
	border-radius: 20px;
	background-color: #f8f6f6;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.baby .parent-block .parent-box .comment {
		padding: 12px;
		font-size: 12px;
		line-height: 1.2rem;
	}
}
.baby .parent-block .breeder h3 {
	color: #132743;
	font-size: 24px;
	font-weight: 700;
}
.baby .parent-block .breeder .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1rem;
}
.baby .parent-block .breeder .cont {
	display: flex;
	justify-content: space-between;
}
.baby .parent-block .breeder .cont .image {
	width: 264px;
}
.baby .parent-block .breeder .cont .image img {
	border-radius: 20px;
}
.baby .parent-block .breeder .cont .comment {
	border-radius: 20px;
	background-color: #132743;
	padding: 24px;
	box-sizing: border-box;
	color: #fff;
	width: 368px;
}
.baby .parent-block .breeder .name span {
	font-size: 16px;
}
.baby .parent-block .breeder p {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.baby .parent-block .breeder h3 {
		font-size: 24px;
	}
	.baby .parent-block .breeder .name {
		margin-bottom: 1rem;
	}
	.baby .parent-block .breeder .cont {
		display: block;
	}
	.baby .parent-block .breeder .cont .image {
		width: 100%;
	}
	.baby .parent-block .breeder .cont .image img {
		border-radius: 20px;
	}
	.baby .parent-block .breeder .cont .comment {
		border-radius: 20px;
		padding: 24px;
		width: 100%;
	}
	.baby .parent-block .breeder .name span {
		font-size: 16px;
	}
	.baby .parent-block .breeder p {
		margin-bottom: 0;
	}
}
.baby .day49 {
	border-radius: 20px;
	border: solid 1px #132743;
	background-color: #ffffff;
	padding: 25px 60px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.baby .day49 .image {
	width: 280px;
}
.baby .day49 .text {
	color: #132743;
	width: 600px;
}
.baby .day49 .text h3 {
	font-size: 24px;
	color: #132743;
}
.baby .day49 .text p span {
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.baby .day49 {

		padding: 25px 1rem;
		margin-bottom: 60px;
		display: block;
	}
	.baby .day49 .image {
		width: 167px;
		margin-left: auto;
	}
	.baby .day49 .text {
		width: 100%;
	}
	.baby .day49 .text h3 {
		text-align: center;
	}
}
.baby .link a {
	display: inline-block;
	border-radius: 24px;
	background-color: #132743;
	font-weight: 500;
	font-size: 16px;
	padding: 16px 40px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #f67832;
	color: #fff;
}
.baby .link a:hover {
	background-color: #f67832;
}
.baby .link02 a {
	display: inline-block;
	border-radius: 24px;
	background-color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 16px 54px;
	border: 1px solid #132743;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #132743;
}
@media screen and (max-width: 768px) {
	.baby .link a {
		margin: 0 2rem 1rem;
		display: block;
		border-radius: 32px;
		font-size: 14px;
		padding: 13px 40px;
		line-height: 1.3rem;
	}
}
.baby .welcome h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.baby .welcome h2 {
		margin-bottom: 24px;
	}
}
.baby .welcome .order {
	border-radius: 20px;
	background-color: #ffffff;
	padding: 20px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.baby .welcome .order {
		padding: 0 1rem 20px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
	}
}
.baby .welcome .order-type {
	padding-right: 80px;
	box-sizing: border-box;
	border-right: 1px solid #2e4059;
}
.baby .welcome .order-type h3 {
	color: #2e4059;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.baby .welcome .order-type p {
	width: 200px;
	font-size: 13px;
	margin-bottom: 0;
}
.baby .welcome .order-type .type {
	display: flex;
}
.baby .welcome .order-type .type:first-child {
	margin-bottom: 24px;
}
.baby .welcome .order-type .type .image {
	width: 65px;
	margin-right: 11px;
}
@media screen and (max-width: 768px) {
	.baby .welcome .order-type {
		padding-right: 0px;
		border-right: none;
	}
	.baby .welcome .order-type h3 {
		font-size: 14px;
	}
	.baby .welcome .order-type p {
		width: 100%;
		font-size: 12px;
	}
	.baby .welcome .order-type .type:first-child {
		margin-bottom: 13px;
	}
	.baby .welcome .order-type .type .image {
		width: 60px;
		margin-right: 12px;
	}
	.baby .welcome .order-type .type .text {
		width: calc(100% - 72px);
	}
}
.baby .welcome .order .desc {
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
.baby .welcome .order .desc p {
	margin-bottom: 0;
	width: 563px;
}
@media screen and (max-width: 768px) {
	.baby .welcome .order .desc {
		box-sizing: border-box;
		padding: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	.baby .welcome .order .desc p {
		width: 100%;
	}
}
.baby .welcome-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.baby .welcome-list .item {
	width: 344px;
}
@media screen and (max-width: 768px) {
	.baby .welcome-list .item {
		width: 314px;
		margin-right: 8px;
	}
}
.baby .welcome-list .item a {
	text-decoration: none;
	color: inherit;
}
.baby .welcome-list .image {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 220px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.baby .welcome-list .image {
		height: 200px;
	}

}
.baby .welcome-list .item .text {
	padding: 13px 15px;
	box-sizing: border-box;
	position: relative;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
	box-shadow: 0px 3px 0px rgba(220, 220, 220, 1);
}
.baby .welcome-list .item .text .item-header {
	margin-bottom: 12px;
}
.baby .welcome-list .item .text .item-header .name {
	font-size: 16px;
}
.baby .welcome-list .item .text .item-header .sex {
	width: 32px;
	height: 32px;
	border-radius: 12px;
}
.baby .welcome-list .item .text .item-header .sex img {
	width: 20px;
}
.baby .welcome-list .item .text dl {
	display: flex;
	justify-content: space-between;
}
.baby .welcome-list .item .text dl dt, .baby .welcome-list .item .text dl dd {
	font-size: 13px;
}
.baby .same-search {
	text-align: center;
	margin-bottom: 2em;
}
.baby .list-back{
	text-align: center;
}
