@charset "UTF-8";

section.fv {
	background-image: url("../img/babysitting/fv01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 98%;
	display: -webkit-flex;
	margin: 10px auto 0;
	-webkit-flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fv_inner {
    padding: 240px 0 150px;
    background: rgba(0,0,0,0.65);
}

h1.fv_title {
    font-family: "Poppins", serif;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}

h1.fv_title span {
    display: block;
    font-size: 28px;
}

.fv_cap {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 530px;
    text-align: center;
    margin: 30px auto 0;
}


/*services*/
.ornament {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -240px;
}

ul.service_list li {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

section.service {
    padding: 100px 0;
    position: relative;
}

ul.service_list {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

ul.service_list li {
    width: 31%;
}

ul.service_list li h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Poppins", serif;
    color: #E4007F;
}

ul.service_list li p {
    font-size: 15px;
    line-height: 22px;
	word-break:break-all;
}

.example_inner h2 {
    font-size: 34px;
    font-weight: bold;
    color: #E4007F;
    width: 35%;
    font-family: 'Poppins';
    line-height: 46px;
}

.example_inner {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    background: #FFF3FA;
    margin: 0 auto 100px;
    align-items: center;
    padding: 50px;
    border-radius: 8px;
}

.example_inner p {
    font-size: 16px;
    line-height: 30px;
    width: 60%;
}

.example_inner p span {
    display: block;
    font-size: 13px;
    line-height: 21px;
    margin-top: 15px;
    opacity: 0.5;
}

/*Photo*/
.slider_photo {
    margin: 0 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -4px 4px 15px rgba(0,0,0,0.1);
}

.slick-list.draggable {
    padding: 0 0 15px 0;
}

/*price*/

section.pricing {
    padding: 100px 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    position: relative;
}

.pricing_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pricing_inner h2 {
    font-size: 38px;
    font-family: "Poppins", serif;
    font-weight: bold;
    text-align: center;
    color: #E4007F;
}

.price_box {
    margin: 50px 0;
    overflow: hidden;
    border-radius: 16px;
}

h3.price_title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    font-family: 'Poppins';
}

.pink_pastel .price_title {background: #F180BF;}

.price_box_content_cap {
    display: flex;
    align-items: center;
}

.price_box_contet {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.price_box_inner {
    padding: 20px 50px;
}

.price_box_content_name {
    font-size: 20px;
    padding: 10px 0 10px;
    font-weight: bold;
    width: 30%;
}

.price_box.pink_pastel {
    border: 1px solid #F180BF;
}

.price_box.pink_vivid {
    border: 1px solid #E4007F;
}

.price_box_content_cap p {
    font-size: 20px;
}

.price_box_content_cap {
    width: 70%;
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 4%;
}

.pink_pastel .price_box_content_name {
    color: #F180BF;
}

.pink_vivid .price_box_content_name {
    color: #E4007F;
}

.pink_vivid .price_title {
    background: #E4007F;
}

.price_box_content_list_inner p {
    font-size: 20px;
    padding: 5px 0;
}

.price_box_content_list {
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 4%;
}

.price_box_content_cap span {
    width: 20px;
    margin-right: 10px;
}

.price_box_content_list_inner {
    display: flex;
    align-items: center;
}

.price_box_content_list_inner span {
    width: 20px;
    margin-right: 10px;
}

.price_ps {
    font-size: 15px;
    line-height: 22px;
    color: #888;
}

.banner_arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px;
}

a.banner_etoile {
    margin: 80px 0 0;
    display: block;
    background-image: url("../img/housekeeping/bg_etoile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 0;
    position: relative;
    border-radius: 12px;
    text-align: center;
}

a.banner_etoile:hover .banner_etoile_inner {
    transform: scale(1.05);
    text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.banner_etoile_inner {
    font-weight: bold;
    font-size: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.banner_etoile_inner span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.movie {
    background-image: url("../img/housekeeping/bg_movie.png");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-repeat: no-repeat;
}

.movie_inner {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: -8px 10px 30px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.area_list {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

section.inquery {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	background: #FFF3FA;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.inquery_inner {
    background-image: url("../img/home/bg_inquery.jpg");
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    border-radius: 10px;
    background-repeat: no-repeat;
    width: 96%;
    margin: 0 auto;
}

a.inquery_btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    width: 500px;
    position: relative;
    font-size: 18px;
    font-family: "Poppins", serif;
    display: block;
    margin: 0 auto;
}

a.inquery_btn span {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}

a.inquery_btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    width: 500px;
    position: relative;
    font-size: 18px;
    font-family: "Poppins", serif;
    display: block;
    margin: 0 auto;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

a.inquery_btn:hover {
	background: #fff;
	color: #E4007F;
}

a.inquery_btn:hover span {
	background: #E4007F;
	padding: 3px 6px;
	border-radius: 100%;
	margin-top: -8px;
}

a.inquery_btn span {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}


p.inquery_cap {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}

section.service_area {
    background-color: #E4007F;
    background-image: url("../img/housekeeping/bg_japan.png");
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}

.service_inner h2 {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Poppins';
    margin-bottom: 40px;
    color: #fff;
}

section.faq {
    background: #FFF3FA;
    position: relative;
    padding: 100px 0;
}

.faq_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.faq_inner h2 {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    color: #E4007F;
    font-family: 'Poppins';
    margin-bottom: 50px;
}

.faq_question span {
    margin-right: 10px;
}

ul.faq_list li {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.faq_question {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.faq_answer {
    font-size: 15px;
    display: flex;
    padding-left: 13px;
    color: #666;
}

.faq_answer p {
    margin-left: 13px;
    margin-top: 6px;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.fv {
    width: 96%;
    margin: 2% 2% 0;
}

.fv_inner {
    padding: 80px 10%;
}

h1.fv_title {
    font-size: 24px;
}

h1.fv_title span {
    font-size: 16px;
    word-break: break-word;
    line-height: 21px;
}

.fv_cap {
    font-size: 13px;
    line-height: 20px;
    margin: 10px auto 0;
}

section.service {
    padding: 40px 5%;
}

.ornament {
    width: 90%;
    margin-left: 0;
    top: -18px;
    left: 5%;
}

ul.service_list {
    display: block;
}

ul.service_list li {
    width: 100%;
    margin-bottom: 10px;
}

section.example {
    padding-bottom: 50px;
}

.example_inner {
    display: block;
    padding: 40px 7%;
    border-radius: 0;
    margin: 0 auto;
}

.example_inner h2 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.example_inner p {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}
	
section.pricing {
    padding: 40px 5%;
}

.pricing_inner h2 {
    font-size: 25px;
}

.price_box {
    margin: 30px 0;
    border-radius: 8px;
}

h3.price_title {
    font-size: 16px;
    padding: 10px 0;
}

.price_box_inner {
    padding: 20px 5% 0;
}

.price_box_content_name {
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    width: 100%;
}

.price_box_content_cap {padding: 0;width: 100%;border: none;}

.price_box_content_cap p {
    font-size: 15px;
}

.price_box_content_cap span {
    width: 12px;
    margin-right: 5px;
}

.price_box_contet {
    display: block;
    margin: 0 0 20px;
}

.price_box_content_list {
    border-left: none;
    padding: 0;
}

.price_box_content_list_inner p {
    font-size: 15px;
}

.price_box_content_list_inner span {
    width: 12px;
    margin-right: 5px;
}

.price_ps {
    font-size: 11px;
    line-height: 16px;
}

a.banner_etoile {
    margin: 30px 0 0;
    border-radius: 6px;
    padding: 30px 5%;
}

.banner_etoile_inner span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner_etoile_inner {
    font-size: 30px;
}

.banner_arrow {
    width: 25px;
    margin-top: 0;
}

.movie {
    padding: 30px 5%;
}

.movie_inner {
    border-radius: 6px;
}

section.service_area {
    padding: 50px 5%;
}

.service_inner h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.area_list {
    font-size: 13px;
    line-height: 20px;
}

section.faq {
    padding: 40px 0;
}

.faq_inner h2 {
    font-size: 25px;
    padding: 0 5%;
    line-height: 30px;
    margin-bottom: 30px;
}

.faq_inner {
    padding: 0 5%;
}

ul.faq_list li {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.faq_question {
    font-size: 15px;
    word-break: break-word;
    margin-bottom: 10px;
}

.faq_question span {
    width: 20px;
    margin-right: 10px;
}

.faq_answer p {
    word-break: break-word;
    line-height: 18px;
}

.inquery_inner {
    padding: 50px 5%;
	background-size: 200%;
}

a.inquery_btn {
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
}

p.inquery_cap {
    font-size: 13px;
    margin-top: 10px;
}
}