@charset "UTF-8";

/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body{
	color:#333333;
	text-align: center;
	background:#f6f6ec;
	font-size:16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}

h2, h3,h4, ul.menu li a, .btn, table#tbFare th, table#tbFare td.basic,table#tbFare td.standard,table#tbFare td.customize{
font-family: "monopin-j", sans-serif;
font-weight: 400;
font-style: normal;
}

svg{
margin:0 4px 0 0;
color: #EB6100;
}

img{
	border: 0px;
}

ol, ul {
	list-style:none;
}

li img {
    vertical-align: bottom;
}

.margin0{margin:0 !important;}
.padding0{padding:0 !important;}
.top0{margin-top:0 !important;}
.top5{margin-top:5px !important;}
.top10{margin-top:10px !important;}
.top15{margin-top:15px !important;}
.top20{margin-top:20px !important;}
.top25{margin-top:25px !important;}
.top30{margin-top:30px !important;}
.bottom0{margin-bottom:0 !important;}
.bottom5{margin-bottom:5px !important;}
.bottom10{margin-bottom:10px !important;}
.bottom15{margin-bottom:15px !important;}
.bottom20{margin-bottom:20px !important;}
.bottom25{margin-bottom:25px !important;}
.bottom30{margin-bottom:30px !important;}
.bottom40{margin-bottom:40px !important;}
.left0{margin-left:0 !important;}
.left5{margin-left:5px !important;}
.left10{margin-left:10px !important;}
.left15{margin-left:15px !important;}
.left20{margin-left:20px !important;}
.left25{margin-left:25px !important;}
.left30{margin-left:30px !important;}
.right0{margin-right:0 !important;}
.right5{margin-right:5px !important;}
.right10{margin-right:10px !important;}
.right15{margin-right:15px !important;}
.right20{margin-right:20px !important;}
.right25{margin-right:25px !important;}
.right30{margin-right:30px !important;}
p.right{text-align:right;}
.tR{text-align:right !important;}
.tL{text-align:left !important;}
.bold{font-weight:bold;}
.f12{font-size:12px}
.f14{font-size: 14px}
.f16{font-size: 16px}
.f18{font-size: 18px}
.f20{font-size: 20px}
.f24{font-size: 24px}
.red{color:#ff3333;}
.clear{clear: both}
.center{text-align:center}

.end{margin-bottom:40px}

/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
a{color:#111111; text-decoration:none;}
a:link{color:#111111; text-decoration:none;}
a:active{color:#777777; text-decoration:none;}
a:hover{color:#777777; text-decoration:underline;}

.inq a:link{color:#00A0E9; text-decoration:none;}
.inq a:visited{color:#00A0E9; text-decoration:none;}
.inq a:hover{color:#00B2FF; text-decoration:none;}

/* ------------------------------------------------------------------
iepngfix
------------------------------------------------------------------ */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/* ------------------------------------------------------------------
base
------------------------------------------------------------------ */

div#wrapper{
	margin:0 20px;
	text-align:left;
}

/* ------------------------------------------------------------------
header
------------------------------------------------------------------ */
div#header{
	width:100%;
	overflow:hidden;
	margin:20px 0px 20px 0px;
}

div#header h1#logo{
	margin:10px 0 30px 10px;
	float:left;
}

div#header .link{
	float:right;
	background: none repeat scroll 0 0 #fcfcfc;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	color: #EB6100;
	display: inline-block;
	font-size: 16px;
	margin: 10px 10px 0 0;
	padding: 18px 32px;
	transition: all 0.1s ease 0s;
}
div#header .link:after{
	content: " »";
}

div#header .catch{
	clear:both;
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
	line-height:1.8;
}

#navToggle {
    display:none; 
    position:fixed; 
    right:10px;
    top:10px;
    cursor:pointer;
    text-align:center;
    z-index:20000;
    }
#navToggle div {
position:relative;
border-radius:6px;
background:#00A0E9;
height:40px;
width:40px;
} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:80%;
	height: 4px;
    margin:0 10%;
border-radius: 4px;
background-color: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:8px}
#navToggle span:nth-child(2) {top:18px}
#navToggle span:nth-child(3) {top:28px}


/* ------------------------------------------------------------------
grandmenu
------------------------------------------------------------------ */
ul.menu {
	clear:both;
	font-size:18px;
	overflow:hidden;
	margin-bottom:20px;
	text-align: center;
	background:#ffffff;
	border-bottom: 1px solid #dcdcd3;
	border-radius:8px;
	padding:10px 0;
}

ul.menu li {
 	box-sizing: border-box;
	display: inline-block;
	padding-left:6px;
	width:15%;
}
ul.menu li.inq {
	width:20%;
}
ul.menu li+ li {
	border-left: 1px dotted #D6D6D6;
}

ul.menu li a{
	display: block;
	width:100%;
	padding:14px 0;
	text-decoration:none;
}
ul.menu li a:hover{
background:#00A0E9;
color:#fff;
border-radius:8px;
}

.sticky {  
	 position: fixed;  
        width: 100%;  
        left: 0;  
        top: 0;  
        z-index: 100;  
        border-top: 0;  
	box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.3);
	margin-bottom:40px !important;

    }  
ul.menu.sticky{
border-radius:0;
}


/* ------------------------------------------------------------------
content
------------------------------------------------------------------ */

section{
	background:#ffffff;
	box-shadow: 0 0 0 0 #FFFFFF;
	border-bottom: 1px solid #dcdcd3;
	padding:40px 30px;
	margin-bottom: 20px;
	overflow:hidden;
	border-radius:8px;
}
section h2, div h2{
	margin-bottom:40px;
	font-size:24px;
	text-align:justify;
}
section h3{
	margin-bottom:20px;
	font-size:20px;
	color:#EB6100;
	text-align:justify;
}
section.selected{
	padding-top:120px;
}

section#service{
text-align:center;
}

section p{
	margin:0 0 40px;
	line-height:1.8;
 	letter-spacing:1px;
	 	text-align:justify;
}
section div.col{
	display:inline-block;
	vertical-align:top;
	margin:0 2% 1% 0;
	width:46%;
}

.qaCol{
	clear:both;
	border:4px solid #EB6100;
	padding:20px 20px 0 20px;
	border-radius:8px;
	/*box-shadow: 6px 6px 6px rgba(0,0,0,0.2); */
}
.qaCol h2{
	margin-bottom:20px;
}
.qaCol p{
	margin:20px 10px;
	border-bottom:1px dotted #cccccc;
	padding-bottom:10px;
	line-height:2;
}

.qaCol .date{
	font-weight:bold;
	margin-right:6px;
}

.qaCol .catname{
	margin:0 8px 0 0;
}
.qaCol .catname a{
	background:#f9f9f9;
	border-radius:4px;
	border:1px solid #b3b3b3;
	padding:6px;
	}
.qaCol .catname a:hover{
text-decoration:none;
}

.qaCol p.blog-list{
	font-size:16px;
	margin-right:20px;
	border:0;
	background:url(../img/arrow02.png) 0 50% no-repeat;
	padding:0 0 0 24px;
	}

.col p{
	min-height:140px;
}

div#ser01 p{
	padding-left:160px;
	background:url(../img/ser01.png) no-repeat;

}
div#ser02 p{
	padding-left:160px;
	background:url(../img/ser02.png) no-repeat;	
}
div#ser03 p{
	padding-left:160px;
	background:url(../img/ser03.png) no-repeat;	
}
div#ser04 p{
	padding-left:160px;
	background:url(../img/ser04.png) no-repeat;	
}
div#ser05 p{
	padding-left:160px;
	background:url(../img/ser05.png) no-repeat;	
}
div#ser06 p{
	padding-left:160px;
	background:url(../img/ser06.png) no-repeat;	
}


table#tbFare{
	margin:0 0 20px 0;
	width:100%;
	border-collapse: separate;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-spacing: 0;
}

table#tbFare th{
	padding:10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align:center;
	width:30%;
	line-height:1.6;
	vertical-align:middle;
	text-align:left;
}

table#tbFare th .tax{
background:#333;
color:#fff;
display:inline-block;
padding:0 4px;
margin:0 4px;
font-size:90%;
}
table#tbFare td .tax{
background:#666;
color:#fff;
display:block;
padding:0 4px;
margin:0 4px 10px;
font-size:90%;
}

table#tbFare td{
	padding:10px;
	width:20%;
	background:#FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	line-height:1.6;
	text-align:center;
    vertical-align: middle;
}

table#tbFare td svg{
color:#333;
display:block;
margin:0 auto;
}

table#tbFare td:nth-of-type(1){
background:#EDFFD8;
}
table#tbFare td:nth-of-type(2){
background:#FFF9D3;
}
table#tbFare td:nth-of-type(3){
background:#F7FFFF;
}

table#tbFare td.basic{
	background:#94ce58;
}
table#tbFare td.standard{
	background:#fdbf2d;
}
table#tbFare td.customize{
	background:#bce0e3;
}

p.note{
	font-size:12px;
	margin-bottom:6px;
}

ul.disc{
	padding:0 0 0 18px;
	margin:0 auto 40px;
	line-height:1.8;
}

ul.disc li{
	list-style-type:disc;
}


section#flow h3{
	padding-bottom:10px;
	border-bottom:dotted 2px #b3b3b3;
}

#flow01{
	padding-left:140px;
	background:url(../img/flow01.png) no-repeat;
	min-height:120px;	
}
#flow02{
	padding-left:140px;
	background:url(../img/flow02.png) no-repeat;
	min-height:120px;
}
#flow03{
	padding-left:140px;
	background:url(../img/flow03.png) no-repeat;	
}
#flow04{
	padding-left:140px;
	background:url(../img/flow04.png) no-repeat;
	min-height:120px;
}
#flow05{
	padding-left:140px;
	background:url(../img/flow05.png) no-repeat;
	min-height:120px;
}

.btn{
	position: relative;
	border:2px solid #EB6100;
	border-radius:10px;
	width:60%;
	margin:0 auto 30px;
	text-align:center;
display: inline-block;
padding: 10px 0 10px 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
	font-size:16px;

}
.btn::before,
.btn::after{
position: absolute;
top: 0;
bottom: 0;
left: 10px;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow::before{
width: 24px;
height: 24px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #F08638;
}
.arrow::after{
left: 16px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.btn:hover{
	background: #fff5e1;
	text-decoration:none;
	border-radius:8px;
	color:#111111;
}




.arrow01{
	padding-bottom:40px;
	background:url(../img/arrow01.png) no-repeat;
}

section#about h3{
	margin-bottom:30px;
	color:#333;
}
section#about h3#a01{
	padding-left:40px;
	background:url(../img/about01.png) 0 50% no-repeat;
}
section#about h3#a02{
	padding-left:40px;
	background:url(../img/about02.png) 0 50% no-repeat;
}
section#about h3#a03{
	padding-left:40px;
	background:url(../img/about03.png) 0 50% no-repeat;
}

section#about h4{
	font-size:110%;
	color:#000000;
}
section#about h4.ttl{
	margin-bottom:14px
}

div.point{
	background:url(../img/point.png) 0 0 no-repeat;
} 

div.point p{
	background:#f0f0f0;
	border-radius:10px;
	padding:20px;
}
div.point h4{
	font-size:16px;
	padding:14px 0 30px 50px;
	background:url(../img/tri.png) 20px 100% no-repeat;
	color:#eb6100;
}

#sig{
	border-bottom:1px dotted #b3b3b3;
	padding-bottom:20px;
}

div#self {
	padding-left:320px;
	min-height: 330px;
	background:url(../img/self.jpg) 40px 0 no-repeat;
	background-size:250px; 
}
div#self h4{
	font-size:16px;
	margin-bottom:10px;
}
div#self p{
	margin-bottom:2px;
}
div#self span{
	font-weight:bold;
	margin-right:10px;
}

/*wp*/

time.entry-date:before {content: "（" }
time.entry-date:after {content: "）" }

.qTtl{
	padding:10px;
	font-size:16px;
	line-height:1.6;
	margin-bottom:20px;
}

div#primary{
	width:74%;
	overflow:hidden;
	float:left;
}

section#primary{
	width:74%;
	overflow:hidden;
	float:left;
	padding:0;
	border:none;
	background:none;	
}

.entry-content p{
	margin-bottom:20px;
}
	

article{
	background:#ffffff;
	box-shadow: 0 0 0 0 #FFFFFF;
	border-bottom: 1px solid #dcdcd3;
	padding:4%;
	margin-bottom: 20px;
	overflow:hidden;
	border-radius:8px;
	float:left;
	overflow:hidden;
}

div#secondary{
	background:#ffffff;
	box-shadow: 0 0 0 0 #FFFFFF;
	border-bottom: 1px solid #dcdcd3;
	padding:4%;
	margin-bottom: 20px;
	overflow:hidden;
	border-radius:8px;
	float:right;
	width:16%;
	line-height:1.6;
}
div#secondary h2{
	margin-bottom:20px;
	font-size:16px;
}
div#secondary li{
	margin-bottom:10px;
}


aside{
	margin-bottom:30px;
}
.widget-title{
	border-bottom:1px dotted #dddddd;
	padding-bottom:4px;
	margin-bottom:10px;
}
.entry-title{
	font-size:18px;
	margin-bottom:10px;
	background:url(../img/q.png) 0 0 no-repeat;
	padding:10px 0 0 40px;
}
.entry-meta{
	margin-bottom:30px;
	color:#dddddd;
}

.byline {display: none;}

.entry-content{
	line-height:1.8;
}
.entry-content strong{
font-weight:bold;
}

.backtohome{
display:none;
}
.cat-links{
	background:url(../img/cat.png) 0 0 no-repeat;
	padding:14px 0 0 34px;
	display:block;
}
	
.page-title{
	font-size:20px;
	margin:0 0 30px 10px;
}
.archive-title{
	font-size:20px;
	margin:0 0 30px 10px;
}

.search-field{
width:100%;
margin-bottom:10px;
}
input.search-submit{
padding:10px;
margin:0 30% 0;
width:40%;
height:30px;
}

.screen-reader-text{
	display:none;
}
.nav-links{
	display:none;
}

.paging-navigation{
	clear:both;
	margin-bottom:30px;
	font-size:18px;
	text-align:right;
}

/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */

.arrow-back{
	position:fixed;
	bottom:40px;
	right:20px;
	text-align:right;
	display:none;	
	width:80px;
}
.arrow-back img{
	max-width:100%;
}

.display{
	display:block;

}
.display a:hover{
	opacity:0.7;
}

div#footer{
	background:#ffffff;
	margin:0px auto;
	text-align:center;
	background:#FFFFFF;
	padding:40px 0 40px;
	clear:both;
}

ul#fNav {
	overflow:hidden;
	margin:0px 10% 30px;
	width:80%;
	line-height:2;
}
ul#fNav li {
	display:inline-block;
	padding:6px;
}
ul#fNav li a{
padding:0 6px;
}
ul#fNav li + li a{
border-left:1px dotted #bebebe;
} 

ul#fNav li.p:after {
content:none;
}

div#footer p.copy{
	padding:10px 40px;
	text-align:center;
}

/* ------------------------------------------------------------------
inquiry
------------------------------------------------------------------ */
div#main{
	background:#ffffff;
	box-shadow: 0 0 0 0 #FFFFFF;
	border-bottom: 1px solid #dcdcd3;
	padding:40px 30px;
	margin-bottom: 20px;
	overflow:hidden;
	border-radius:8px;
}

div#main p{
line-height:2;
}
div#main p.back{
background:#f0f0f0;
padding:30px;
width:60%;
margin:0 auto 20px;
}


#form{
clear:both;
margin:0 auto 30px;
width:100%;
border-collapse: separate;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-spacing: 0;
box-sizing:border-box;
}

#form th{
padding:10px;
background:#F3F3F3;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
text-align:center;
line-height:1.6;
font-weight:bold;
vertical-align:middle;
text-align:left;
box-sizing:border-box;
}

#form td{
padding:10px;
background:#FFFFFF;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
line-height:1.6;
text-align:left;
box-sizing:border-box;
}

#form input{
width:96%;
margin:0 auto;
}
#form textarea{
width:98%;
margin:0 auto;
}

#form input.tel{
width:22%;
}

#form input,select{
font-size:16px;
}
#form select{
width:70%;
}

em.must{
color:#CC0000;
font-style:normal;
font-weight:bold;
}

em.check{
font-size:10px;
font-style:normal;
font-weight:normal;
}

.confirm{
margin:0 0 100px 0;
text-align:center;
}

.confirm .submitBtn{
padding:40px 20px;
width:40%;
font-size:120%;
}




.confirm .resetBtn{
padding:40px 20px;
width:20%;
height:50px;
}

.confirm .backBtn{
padding:40px 20px;
width:20%;
height:50px;
}

div.error{
border:5px solid #CC0000;
padding:20px;
margin:0 0 20px 0;
}

div.error ul{
padding:0 0 0 15px;
line-height:1.7;
}

div.error ul li{
list-style-type:disc;
}

div.error p{
color:#CC0000;
font-weight:bold;
margin:0 0 10px 0;
}

p.cSub{
margin:10px 0 0 0;
font-size:100%;
}

p.notes {
font-size:90%;
color:#666;
}

div#formNote{
margin:0 0 10px 0;
overflow:hidden;
}

div#formNote p{
line-height: 1.7;
}

div#sslSeal{
float:right;
margin:0 10px 10px 0;
}

.pagination{
text-align:center;
}
.pagination a{
padding:10px;
background:#00A0E9;
color:#fff;
display:inline-block;
}
.pagination a:hover{
text-decoration:none;
color:#fff;

}


