@charset "utf-8";
/*------------------------------
共通
------------------------------*/
body { 
    font-family: "Sawarabi Gothic","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
}
html{ 
    font-size: 62.5%;
}

/*------------------------------
汎用
------------------------------*/
.inner{
    width: 1100px;
    margin: 0 auto;
}
.alignCenter{
    text-align: center;
}
.alignLeft{
    text-align: left;
}
.alignRight{
    text-align: right;
}
.floatRight{
    float: right;
}
.floatLeft{
    float: left;
}
.pt100{
    padding-top: 100px;
}
.pt50{
    padding-top: 50px;
}
.pt30{
    padding-top: 30px;
}
.pt20{
    padding-top: 20px;
}
.pt10{
    padding-top: 30px;
}
.pb100{
    padding-bottom: 100px;
}
.pb50{
    padding-bottom: 50px;
}
.pb30{
    padding-bottom: 30px;
}
.pb20{
    padding-bottom: 20px;
}
.pb10{
    padding-bottom: 30px;
}
.pl50{
    padding-left: 50px;
}
.pl30{
    padding-left: 30px;
}
.pl20{
    padding-left: 20px;
}
.pl10{
    padding-left: 30px;
}
.pr50{
    padding-right: 50px;
}
.pr30{
    padding-right: 30px;
}
.pr20{
    padding-right: 20px;
}
.pr10{
    padding-right: 30px;
}

.sectionTxt_em{ 
	font-weight:600; font-size:2.4rem; line-height:2; margin-bottom:30px;
}
.sectionTxt{ 
	font-size:1.8rem; line-height:3.8rem; font-weight:600;margin-bottom:30px;
}

/*------------------------------
ヘッダー
------------------------------*/
h1{ 
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width:243px;
    height:77px;  
}
#header-fix{
    height: 135px;
    border-bottom: 2px solid #3D3938;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.9); ;
    z-index: 100;
}
#header-fix #masakiLogo{
    position: absolute;
    top: 10px;
    left: 50px;
    width: 113px;
    height: 53px;   
}
#header-fix #contactBtn{
    position: absolute;
    top: 10px;
    right: 50px;
    width: 90px;
    height: 90px;   
}
#header-fix ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;  
}
#header-fix ul li{
    text-align: center;
    display: inline-block;
    border-left: 1px solid #000;
    padding: 0 15px;
    font-size: 1.6rem;
    font-weight:600;
    letter-spacing: 1px;
}
#header-fix ul li a{
    color: #000000;
    text-decoration: none;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}
#header-fix ul li a:hover{
    color: #335CA2;
}

#header-fix ul li:first-child{
    border: none;   
}

/*------------------------------
slide
------------------------------*/

.slideCntl{
    padding-top: 150px;   
}
/*------------------------------
section01
------------------------------*/
.section01{
    padding-top: 100px;
    padding-bottom: 100px;   
}
.section01 h2{
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}
.section01 h2 span{
    font-size: 2.8rem;
}
.section01 p{
    font-size: 2rem;
    line-height: 2;
}

/*------------------------------
section02
------------------------------*/
.section02{
    padding-top: 100px;
    padding-bottom: 100px;   
}
.section02 h2{
    font-family: "Rounded Mplus 1p";
    text-align: center;
    font-size: 6.8rem;
    font-weight: 900;
	background:url(../images/line.jpg)repeat-x;
	background-position:bottom;
	padding-bottom:50px;
    color: #3E3939;
    margin-bottom: 50px;
}
.section02 dd{
    width: 530px;
    float: left;
    height: 210px;
}
.section02 dd:nth-child(2n){
    float: right;
}
.section02 dd li:nth-child(1){
    width: 125px;
    float: left; 
}
.section02 dd li:nth-child(2){
    padding-top: 20px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #3E3939;
}
.section02 dd li:nth-child(3){
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #3E3939;
}
.section02 dd li:nth-child(3) span{
    font-size: 80%
}

/*------------------------------
section03
------------------------------*/
.section03{
    padding-top: 100px;
    padding-bottom: 100px;   
}
.section03 h2{
    font-family: "Rounded Mplus 1p";
    text-align: center;
    font-size: 6.8rem;
    font-weight: 900;
	background:url(../images/line.jpg)repeat-x;
	background-position:bottom;
	padding-bottom:20px;
    color: #3E3939;
    margin-bottom: 50px;
}
.section03 h2 img{
    padding-top: 30px;
    
}
.section03 li{
    width: 330px;
    height: 350px;
    float: left;
    font-size: 1.4rem;
    line-height: 1.5;
}
.section03 li:nth-child(3n+2) {
    margin: 0 55px;
}
.section03 li p{
    padding: 0 1.2rem;  
}

/*------------------------------
section04
------------------------------*/
.section04{
    padding-top: 100px;
    padding-bottom: 100px;   
}
.section04 h2{
    font-family: "Rounded Mplus 1p";
    text-align: center;
    font-size: 6.8rem;
    font-weight: 900;
	background:url(../images/line.jpg)repeat-x;
	background-position:bottom;
	padding-bottom:20px;
    color: #3E3939;
    margin-bottom: 50px;
}
.section04 h2 span{
    font-size: 1.8rem;
    font-weight: normal;  
}
.section04 .secBlock{
    position: relative;
    border: 4px solid #325BA1;
    margin-top: 100px;
    padding-top: 72px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.section04 .secBlock p{
    font-size: 1.6rem;
    line-height: 1.8;
}
.section04 .secBlock h3{
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    width: 490px;
    height: 72px; 
}
.section04 .secBlock .priceBlock{
    background: #325BA1;
    text-align: center;  
}
.section04 li{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left:1em;
    text-indent:-1em;
}
.section04 li span{
    font-weight: 600;
}
.section04 .optionLeft{
    width: 45%;
    margin-left: 30px;
    display: inline-block;
}
.section04 .optionRight{
    width: 45%;
    margin-right: 30px;
    margin-left: 4%;
    display: inline-block;
    
}
.section04 .optionRight figure{
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: auto;
    width:72px;
    height:123px;  
}
.section04 .optionTit{
    font-weight: 600;
    color: #325BA1;
    font-size: 2.8rem;
    margin-bottom: 20px;
}
/*------------------------------
section05
------------------------------*/
.section05{
    padding-top: 100px;
    padding-bottom: 100px;   
}
.section05 h2{
    font-family: "Rounded Mplus 1p";
    text-align: center;
    font-size: 6.8rem;
    font-weight: 900;
	background:url(../images/line.jpg)repeat-x;
	background-position:bottom;
	padding-bottom:20px;
    color: #3E3939;
    margin-bottom: 50px;
}
.section05 h2 span{
    font-size: 1.8rem;
    font-weight: normal;  
}
.section05 h3{
    font-size: 3.6rem;
    color: #3E3939;
    line-height: 1.6;
    margin-bottom: 20px;
}
.section05 p{
    font-size: 1.6rem;
    line-height: 1.8;
}
.section05 h4{
    font-weight: 600;
    font-size: 2.2rem;
}
.section05 table {
    margin-top: 30px;
    width: 100%;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    margin-bottom: 100px
}
.section05 table th{
    width: 15%;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    text-align: left;
    vertical-align: top;
    font-size: 1.4rem;
    padding: 15px 0 15px 15px;
    font-weight: 600;
}
.section05 table td{
    width: 17%;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    font-size: 1.4rem;
    padding: 15px 0;
    text-align: center;
}
.section05 table td.bg{ 
    background: #EEEEEE;
}
.section05 table td.b_b{
    border-bottom: 1px solid #666
}
/*------------------------------
section06
------------------------------*/
.section06{
    padding-top: 100px;
    padding-bottom: 100px;   
}
.section06 h2{
    font-family: "Rounded Mplus 1p";
    text-align: center;
    font-size: 6.8rem;
    font-weight: 900;
	background:url(../images/line.jpg)repeat-x;
	background-position:bottom;
	padding-bottom:50px;
    color: #3E3939;
    margin-bottom: 50px;
}
.section06 h3{
    text-align: center;
    font-size: 3.6rem;
    color: #3E3939;
    padding-bottom: 30px;
}
.section06 li{
    width: 30%;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    float: left;
    margin-bottom: 50px;
}
.section06 li img{
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.section06 li:nth-child(3n+2) {
    margin: 0 5%;
}

/*------------------------------
footer
------------------------------*/
#footer{
    border-top: 3px solid #000;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.4rem;
    text-align: center;
}

.contactBnr{ padding:20px 0; text-align:center;}
#form { padding-top:150px;}	
#form table{ width:100%; margin-top:30px; border-top:#ccc solid 1px; margin-bottom:30px; font-size:1.8rem}	
#form  th{ width:30%; padding:15px;border-left:#ccc solid 1px; border-right:#ccc solid 1px; border-bottom:#ccc solid 1px;background:#E7F2F0; text-align:left;}
#form  td{ padding:15px; border-right:#ccc solid 1px; border-bottom:#ccc solid 1px;}	
#form  span{ font-size:1.0rem; color:#C00;}
