@charset "utf-8";
/* CSS Document */
/*base*/
.sppt100{
		padding-top:50px;
}
h2{
    font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.5em;
	font-size:40px;
	}
h3{
color: #2bbbce;
text-align: center;
letter-spacing: .1em;
line-height: 1.5em;
font-size: 28px;
margin-bottom:10px;
font-weight: 700;


}


h3:after {
	box-sizing: border-box;
	background-color: #3b98e0;
    display: block;
    margin: 18px auto 0;
    width: 80px;
    height: 2px;
    background-size: 16px 50px;
    content: '';
    vertical-align: top;
    box-sizing: border-box;
}

h4{
color: #2bbbce;
letter-spacing: .1em;
font-size: 40px;
font-weight: 700;
margin-top:30px;
}
h5{
    margin-bottom: 12px;
    text-align: center;
	line-height: 1.5em;
    font-size: 17px;
	font-weight: 700;
}

h6{
	font-size: 20px;
	color: #2bbbce;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom:10px;
}

.chuui{
	margin-bottom:20px;

}

.chuui li{
    line-height: 1.5em;
    font-size: 14px;
	color: #333c47;
	}
/*markup*/
.buttom a{/*オレンジボタン1*/
	background-color: rgb(255,152,0);
	padding: .5em 3em;
    border-radius: 2em;
	color:#FFF;
	display: inline-block;
	border: none;
    font-size: 100%;
	font-size: 22px;
}
.buttom a:hover{/*オレンジボタン2*/
background-color: rgba255,152,0,0.5);
}

.centerMargin{
	text-align:center;
	margin:40px auto 80px;
}

.container-fluid{/*幅980で使用*/
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
	/*background:#0FF*/

}
.flex{
	display:flex;
	justify-content: space-between;
}

img{/*すべての画像*/
	max-width:100%;
}

.image-round1{/*画像を丸く切り抜く*/
  border-radius: 50%;
}
.image-round2{/*画像を丸く切り抜く*/
  border-radius: 5%;
}

.bl01{/*ボーダー*/
	border-bottom:1px dotted #cccccc;
}

/*header*/
#navi{
	display:flex;
justify-content: space-between;
}
.logo{
}
nav.gnavi {
    justify-content: space-between;
}
.navToggle{
	display:none;
}
.gnavi ul{
    top: 10px;
    right: 10px;
    padding: 5px 10px;
}
.gnavi ul li{
    /*display: none;*/
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    padding: 10px 15px;
	text-align:right;
	/*background:#CCC;*/
    font-size: 22px;
}
.gnavi ul li a{
	 color: rgb(0, 88, 174);
}
.gnavi ul li a:hover{
	text-decoration:underline;
    color: #e88f05;
}
.SPnav{
	display:none;
}
/*main*/
main{
	background:url(../img/backimage.jpeg) center center no-repeat;/*:#3CF;*/
	background-size:cover;
	text-align: center;
	/*overflow:hidden;*/
	height:100%;


}

.cover{
	height:100%;
	padding:50px 0;
  background: rgba(255,255,255,0.5);
}
.container-fluid2{
	position: relative;
	width:100%;
	height:100%;
}
.container-fluid2:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
main iframe{
    position: absolute;
    top: 0;
    left: 0;
	width:100% !important;
	height:100% !important;
}

/*s01*/
.section01Title{
	background:url(../img/main01.jpg) no-repeat;
	background-position: center center;
    background-size: cover;
	min-height:480px;
	margin-bottom:50px;

}
.section01Content{
	width:980px;
	margin:0px auto;
	padding:100px 30px;
}

.textbox40{
	line-height: 2em;
	font-size: 16px;
	width:40%;
	margin:30px 0;
}

.text01{
	margin-bottom:40px;
	line-height:1.5;
	font-size:16px;
	width:70%;
}

.image01{
    min-height: 1px;
    /*padding-left: 15px;*/
    padding-right: 15px;
	width:30%;

}

/*お客様の声*/

.usersvoiceLeft{
	width:50%;
	margin-top:40px;
	margin-right:15px;
	/*background:#999;*/
	clear:both;
}
.usersvoiceRight{
	width:50%;
	margin-top:40px;
	margin-left:15px;
	/*background:#999;*/
	clear:both;
}
.userphoto{
	float:left;
	/*max-width:141px;*/
	width:25%
}
.fukidashi{
	position: relative;
	display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
	float:right;
	/*max-width:277px;*/
	width:60%;
}
.fukidashi:before{
	content: "";
	position: absolute;
	top: 20%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
 	z-index: 2;
}

.fukidashi:after{
	content: "";
	position: absolute;
	top: 20%;
	left: -26px;
 	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 13px solid #ddd;
 	z-index: 1;
}


.fukidashi p {
    color: #3b98e0;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size:13px;
}

.username{
    color: #3b98e0;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
	margin: 10px;
	font-size:13px;
}

.username:before {
    content: '';
	background-color: #3b98e0;
    display: block;
    margin: 0px auto 18px;
    width: 80px;
    height: 2px;
    vertical-align: top;
    box-sizing: border-box;
}

.username:after {
    content: '';
	background-color: #3b98e0;
    display: block;
    margin: 18px auto 0;
    width: 80px;
    height: 2px;
    vertical-align: top;
    box-sizing: border-box;
}

/*nagare*/
.flow01{
	max-width:24%;
	margin:40px 0px;
	/*background:#00F;*/

}
.flow01 img{
	width:100%
}
.flow01 p{
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

/*kakaku*/
.youto ,.fukumu ,.kakaku{
	text-align: center;
	font-size: 14px;
	line-height: 2.5em;
    color: #333c47;
}
.kakaku{
	text-align: center;
	font-size: 14px;
	line-height: 2.5em;

    color: red;
	font-weight:700;
}
.toAbout{
	text-align:right;
	margin-bottom:50px;
}
/*footer*/
footer{
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
	background: #e5e8eb;
    color: #333c47;
    line-height: 2.5em;
}
.gaiyou{
	width:50%;
	margin-right:30px;
}

.gaiyou p{

    line-height: 1.5em;
	font-weight: 700;
	font-size:14px;
}
.gaiyou_1{
    font-size: 16px;
}
.address{
    margin-top: 15px;
    line-height: 1.5em;
}
.tel, .tel a{
    margin-top: 15px;
    line-height: 1.5em;
    color: #333c47;
	font-size:19px;
}
.pLink, .pLink a{
	width:50%;
    color: #333c47;
    font-size:19px;
}
.tel a:hover, .pLink a:hover{
	text-decoration:underline;
	}
	
.sns{
	text-align:center;
	}
.myColor{
    color: #333c47;
}
.myColor:hover{
	color: #3b5ca0;
}
/*form*/
#contentsform{
    max-width: 700px;
padding:30px 30px;
	background:#F4E9C8;
	margin:30px auto;
border-radius: 10px;
}

#description{
	font-size:12px;
	text-align:center;
	line-height:2;
}
	
.required{
	color:red;
	font-weight:700;
	margin-right:2px;
}
#formarea th{
	width:30%;
	background:#ffbf01;/*#FC6*/
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	border:5px solid #F4E9C8;
	border-radius: 12px;
	/*color:#fff;
	font-weight:600;*/


}
#formarea td{
	width:70%;
	padding:10px 20px;
	/*background:#0FC;*/
	border:5px solid #F4E9C8;
	color:#666;


}
table#formarea{
	width:100%;
	margin-top:30px;

}


.field_1556603_sei,.field_1556603_mei{/*旧名前*/
	width:100%;
	height:30px;
border-radius: 2px;
}
.field_1561170{/*お名前*/
	width:100%;
	height:30px;
	border:2px solid #666;
	border-radius: 4px;
}
.field_1556649{/*お住まいの地域*/
	width:100%;
	height:30px;
	border:2px solid #666;
	border-radius: 4px;

}

.field_1556608_1,.field_1556608_2,.field_1556608_3{/*tel*/
width:28%;	
height:30px;	
border:2px solid #666;
border-radius:4px;
}
.field_1556604{/*mail*/
	width:100%;
	height:30px;
	border:2px solid #666;
	border-radius: 4px;

}
.field_1556650{/*お問合せ内容*/
	width:100%;
	height:100px;
	border:2px solid #666;
	border-radius: 4px;
}
.namae{
	width:100%;
	height:30px;

}
.namae td{
	display:table-cell !important;

	padding:0 !important;
	border:none !important;
}
.namaeTitle{
	width:5% !important;
}
.namaeInput{
	width:45% !important;
}

.submitbtn{
	background-color: rgb(255,152,0);
	padding: .5em 3em;
    border-radius: 2em;
	color:#FFF;
	display: inline-block;
	border: none;
    font-size: 100%;
	font-size: 22px;
	cursor:pointer;
}
.submitbtn:hover{/*オレンジボタン2*/
background-color: rgba255,152,0,0.5);
border:none;
}
.align-center{

	text-align:center;
	margin:40px auto;
}
/*Q&A*/
.accordion2{cursor: pointer; padding: 10px;}
.accordion3{
	/*display:none;*/
}
.accordion1 {
	width:100%;
}
.accordion1 dt{
	cursor: pointer;
	padding: 10px;
	margin-bottom:5px;
    text-align: left;
    line-height: 1.5em;
    font-size: 17px;
    font-weight: 700;
	color:#FFF;}
.accordion1 dt{background: #0058ae;}

.accordion1 dd{
		padding: 20px 10px 25px 10px;
		background: #ffffff;
		display:none;
		line-height:2;
}
.ans{
	color: #0058ae;
    font-size: 30px;
    font-weight: 700;
	margin-right:10px;	
}
   