h1, h2, h3, h4, h5, h6 {
	font-family: MatisseProN-M;
	font-weight: 400;
}
body div {
	font-size:1.6rem;
}
.widget-title {
	font-family: MatisseProN-M;
	font-weight: 400;
}
.sub-menu {
    width: 20rem;
    padding: 0.5em 0;
}
.entry-content h2 {
	padding-top: 12px;
 color:#D04F80;
}
.entry-content h3 {
	padding-top: 12px;
	border-bottom: 1px dotted #000000;
}

.front-page-1 h1 {
	color:#FFFFFF;
	font-size: 4em;
}
.front-page-3 .widget-title {
	color:#D04F80;
}
.front-page-3 .wrap{
	max-width:900px;
}
.front-page-3 .wrap .widget-title{
	font-size: 2em;
}


/* form
----------------------------------------------------- */

input, select, textarea {
    width: auto;
}

form {
	margin: 0px;
	padding: 0px;
}
input {
	padding : 8px;
}
.wide-S {
	width: 100px;
}
.wide-M {
	width: 300px;
}
.wide-L {
	width: 80%;
}
textarea {
	padding : 8px;
}
select {
/*	margin-top: 1px;
	margin-bottom: 1px;*/
	padding : 5px;
}
.btnbox {
	text-align: center;
	padding: 15px;
	clear: both;
}
.btnbox input{
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 0.2em;
}
.errmsg {
	color: #C00;
}
.msg {
	color: #C00;
}
p.hosoku {
	font-size: 0.9em;
	color: #777;
}
dt,dd {
	padding: 0px;	
	margin: 0px;	
}
dl.contact {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
dl.contact dt {
	padding: 8px;

}
dl.contact dd {
	border-bottom: 1px solid #CCC;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


ul.line {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: MatisseProN-DB;
}
ul.line li {
	border-top: 1px solid #666666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
ul.line li:last-child {
	border-bottom: 1px solid #666666;
}

/* fee
----------------------------------------------------- */
table.feebox  {
	line-height: 1.5em;
	border-bottom: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
}
.feebox td {
	border-top: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	padding: 10px;
}
.feebox .TD1 {
	background-color: #FFEFE7;
	border-right-style: none;
}
table.feebox tbody {
    border-bottom: 1px solid #B9B9B9;
}

.txtPink,.txtRed {
	color: #C66;
}
.txtPink-L {
	color: #C66;
	font-size: 1.3em;
}
.txtPink-LL {
	color: #C66;
	font-size: 1.6em;
}

/* voice
---------------------------------------------------*/

.men_voice {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #B3B3B3;
}
.men_voice strong {
	color: #784F5F;
	font-size: 1.1em;
	font-family: MatisseProN-DB;
}

@media (max-width:767px){
.front-page-1 h1 {
    font-size: 2em;
}
body div {
    font-size: 1.4rem;
}
.front-page-1 {
	background-position: center 0%;
}
.front-page-3 .wrap .widget-title {
    font-size: 1.5em;
}
.lSSlideOuter .testimonials-list blockquote {
    font-size: 1.2rem;
}
.front-page-5 .widget-title {
    font-size: 1.3em;
}
.menu {
    font-size: 1.2rem;
}
input {
  max-width:260px;
}
}