@charset "UTF-8";
/* CSS Document */

#header{
	text-align: center;
	width: 800px;
}

#top{
	width: 800px;
	height: 450px;
	text-align: center;
}

#top img{
	width: 800px;
	height: 400px;
}

#logo02 img{
	width: 150px;
	height: 25px;
	margin: 10px;
}

#container{
	width: 790px;
	padding: 5px;
	margin: 50px 0 30px;
	float: left;
	text-align: center;
}

#menu{
	width: 150px;
	float: left;
	height: 250px;
}

ul {
	width: 150px;
	height: 250px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: #000000;
}
li {
	text-align: center;
	margin: 5px
}
li:last-child {
	border-bottom: none;
}
li a.active {
	color:#FFFFFF;
	background-color: #da3c41;
	border-radius: 10px;
}
li a:hover:not(.active) {
	color:#179F1F;
	background-color:#D6D6D6;
	border-radius: 10px;
}

#contents{
	width: 630px;
	height: 250px;
	float: left;
	text-align: center;
	border: double 7px #CACACA;
}

#contents img{
	width: 200px;
	float: left;
	padding-top: 25px;
}

#contents p{
	
}

#concept{
	padding: 30px;
	margin-top: 30px;
}

.marker-wide-stripe-soft-pink {
  background: repeating-linear-gradient(-45deg, 
      rgba(250, 162, 177, 0.2) 0, 
      rgba(250, 162, 177, 0.8) 2px,
      rgba(250, 162, 177, 0.2) 4px
  );
  font-weight: bold;
	clear: left; 
}
[class^=marker-stripe-] {
    background-size: 100% .4em;
    padding-bottom: .9em;
    background-position: 0 center;
    background-repeat: no-repeat;
}
[class^=marker-wide-stripe-] {
    background-size: 100% .6em;
    padding-bottom: .6em;
    background-position: 0 center;
    background-repeat: no-repeat;
}

#baby{
	text-align: center;
	clear: left;
}

#baby img{
	width: 230px;
	margin: 5px;
}

/* Reset */
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
#tiles {
  width: 1040px;
  font-size: 0;
  text-align: center;

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tiles .tile {
  display: inline-block;
  margin: 10px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#kids{
	text-align: center;
}

#kids img{
	width: 230px;
	margin: 5px;
}

h2{
	background-color: #9BECE1;
	border-radius: 20px;
}

#footer{
	width: 800px;
	text-align: center;
	margin-bottom: 30px;
}

#footer img{
	width: 200px;
	margin: 20px 0;
}

@import url("https://fonts.googleapis.com/css?family=Mukta:700");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

@supports (display: grid) {
  

  #container02 {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
}

#wrapper{
	margin: 0 auto;
	width: 800px;
}