@charset "utf-8";


.page_ttl_wrap {
    position: relative;
    background-image: url(../img/baby/baby_mv.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 0;
    color: #fff;
    text-shadow: 2px 3px 3px rgb(0 0 0 / 60%);
}


.page_ttl {
	    height: 120px;
    background-size: contain;
    line-height: 120px;
}

.babybed_section {
  background: #FFE8CB;
  padding: 80px 20px;
  margin-bottom: 60px;
}

.babybed_inner {
  max-width: 1470px;
  margin: 0 auto;
}

/* タイトル */
.babybed_title {
  background: #fff;
  padding: 15px 20px;
  border-left: 10px solid #4b8f3a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* 各ブロック */
.babybed_item {
  margin-bottom: 60px;
}

/* 見出し */
.babybed_head {
  display: inline-block;
  background: #6aa84f;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}

/* レイアウト */
.babybed_wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* 左 */
.babybed_left {
  width: 34%;
}

.babybed_left img {
	    width: 100%;
    border: 3px solid #ff7a00;
    border-radius: 30px;
}

.babybed_size {
      font-size: 14px;
    margin-top: 5px;
}

/* 右 */
.babybed_right {
  width: 50%;
}

/* 特徴 */
.babybed_feature {
   margin-bottom: 10px;
   font-size: 16px;
	    margin-top: 0;
}

.babybed_feature span {
  color: #ff7a00;
  font-weight: bold;
}

.babybed_feature .tkc {
    color: #000;
    font-weight: bold;
	    font-size: 18px;
}

/* テーブル */
.babybed_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.babybed_table th {
      background: #ffffff;
    padding: 15px;
    border: 1px solid #000000;
}

.babybed_table td {
     border: 1px solid #000000;
    padding: 15px;
    text-align: center;
    background: #fff;
}

/* 左列オレンジ */
.babybed_table td:first-child {
  background: #ff7a00;
  color: #fff;
  font-weight: bold;
      width: 40%;
}

/* 注意 */
.babybed_note {
      font-size: 14px;
    margin-top: 0;
}

    
.bs_ttl {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #57BFD8;
    padding: 5px 20px;
    border-radius: 15px;
}
	

.busi_mb {
	margin-bottom: 120px;
}


/* =====================
   SP
===================== */

@media (max-width: 768px) {

  .babybed_wrap {
    flex-direction: column;
    gap: 30px;
  }

  .babybed_left,
  .babybed_right {
    width: 100%;
  }
	
	.babybed_left img {
    width: 95%;
}
	
	.page_ttl_wrap .page_ttl {
    font-size: 18px;
	    height: 30px;
    background-size: contain;
    line-height: 30px;
}

	.babybed_title {
    background: #fff;
    padding: 5px 10px;
    font-size: 20px;
    border-left: 10px solid #4b8f3a;
    margin-bottom: 20px;}
	
	
	.babybed_section {
    padding: 20px 20px;
    margin-bottom: 80px;
}
	
	.babybed_head {
    margin-bottom: 20px;
    font-size: 18px;
	padding: 10px 25px;
	}
	
	.babybed_item {
    margin-bottom: 50px;
}
	
	.babybed_table td {
		  padding: 10px;
		font-size: 16px;}
	
}