@charset "utf-8";
/* CSS Document */

section#about{
}
section.common h2.common_ttl span{
	letter-spacing: 0.1em;
}

/***** service *****/
section.top_service{
	padding: 7em 0 3.5em 0;
}
section.top_service .ttl_sec{
	letter-spacing: 0.15em;
	margin-bottom: 3.2em;
}
section.top_service p.txt_sec{
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-bottom: 6.5em;
}
section.top_service .service_container{
	padding: 1em 0 2em 0;
}
section.top_service .service_container .ttl_ribon{
	top: -1.4em;
}
section.top_service .service_container .middle_inner{
	width: 96%;
}
section.top_service .service_container .service_item{
	padding: 1.8em 0;
}
section.top_service .service_container .service_item + .service_item{
	border-top: 2px dotted #c4c1c3;
}
section.top_service .service_container .service_item img.service_img{
	max-width: 480px;
	width: 31.3%;
}
section.top_service .service_container .service_item div.service_txt{
    max-width: 1030px;
    width: 67%;
}
section.top_service .service_container .service_item div.service_txt p.large{
	border: 2px solid #ee86a1;
	border-left: 8px solid #ee86a1;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	padding: 0.3125em 0.8em;
	font-weight: 500;
	margin: 0.8em auto 1em auto;
}
section.top_service .service_container .service_item div.service_txt p.small{
	letter-spacing: 0.1em;
	line-height: 1.7;
}
img.temp_bird02{
	bottom: -10.5em;
}

/***** price *****/
section#price{
	padding: 4em 0 8em 0;
}
section#price div.img_container,
section#price table{
	max-width: 750px;
	width: 47.8%;
	border-collapse: collapse;
}
section#price div.img_container img{
    max-width: 370px;
    width: 49.3%;
    margin: 0 auto 0.7em auto;
}
section#price table{
	margin-top: 1.2em;
}
section#price table th,
section#price table td{
	text-align: left;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 2px dotted #c4c4c4;
	vertical-align: top;
	padding: 0.75em 0;
}
section#price table th{
}
section#price table th img{
	width: 1.875em;
	margin-right: 1.1em;
}
section#price table th span.rice{
	font-size: 0.6666em;
	padding-left: 5.5em;
	text-indent: -1em;
	font-weight: 400;
	letter-spacing: 0.09em;
	padding-top: 0.3em;
}
section#price table td{
	text-align: right;
}
section#price table td ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
section#price table td ul li + li{
	margin-top: 0.4em;
}
section#price table td ul li span{
	font-size: 0.8333em;
	padding-right: 0.5em;
}
section#price table tr.etc th,
section#price table tr.etc td{
	padding-bottom: 1.4em;
}
section#price table tr.all{
}
section#price table tr.all th,
section#price table tr.all td{
	color: #e96183;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 1.208em 0;
}
section#price table tr.all th{
}
section#price table tr.all td{
}
dl.initial{
	max-width: 1300px;
	border: 2px solid #ee86a1;
	box-sizing: border-box;
	border-radius: 0.6em;
	margin-top: 6em;
}
dl.initial dt{
	color: #FFF;
    font-size: 1.5em;
    background-color: #ee86a1;
    padding: 0.292em 2.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-radius: 0.35em;
	top: -1.15em;
	left: 2em;
	bottom: auto;
	right: auto;
}
dl.initial dd{
	padding: 0.91em 0;
	margin: 0;
}
dl.initial dd p{
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 1em 3%;
}
dl.initial dd p span{
	margin-left: 1.5em;
}

/******************************************* ipad ********************************************************/

@media (min-width: 768px) and (max-width: 1279px) {
	dl.initial dd p{
		font-size: 1.25em;
	}
	
}

