@charset "shift_jis";
/* タブレット用CSS */


/* ------------------------------
 リセット
------------------------------ */
body,div,pre,p,blockquote,
form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}

td,input,textarea,select,option {
    font:16px 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
}


h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-size: 1.0em;
}

table {border-spacing:0;}

* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}

caption,th {text-align:left; font-weight: bold;}

table,th,td,img,img a {border:0;}

img {vertical-align:top;}

q:before,q:after {content:'';}

ul { list-style:none;
list-style-type:none;
}
#wrapper {
	width:960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}



/* ------------------------------
 リンク
 ------------------------------ */
 
a {
	color: #ff6600;

}


a:visited {
	color: #993366;

}
a:hover {
	color: #CC0000;

}

/* ------------------------------
 位置
 ------------------------------ */

.center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right!important;
}

.float-left {
	float: left;
}

.clear {
	clear:both;
}


.margin-left0 {
margin-left:0!important;}

.margin-left15 {
margin-left:15px!important;}

.margin-top10 {
margin-top:10px!important;}

.margin-top12 {
margin-top:12px!important;}

.margin-top15 {
margin-top:15px!important;}

.margin-top18 {
margin-top:18px!important;}

.margin-top20 {
margin-top:20px!important;}

.margin-top22 {
margin-top:22px!important;}

.margin-top30 {
margin-top:30px!important;}

.margin-left10 {
margin-left:10px!important;}

.margin-left10 {
margin-left:10px!important;}


.padding-right58 {
paddin-right:58px;}

.padding-bottom20 {
margin-right:58px;
}




.padding-left0 {
padding-left:0!important;}

.padding-left15 {
padding-left:15px!important;}

.padding-right15 {
padding-right:15px!important;}

.padding-left14 {
padding-left:14px;}



.padding-bottom0 {
padding-bottom:0!important;}

.padding-bottom5 {
padding-bottom:5px;}

.padding-bottom10 {
padding-bottom:10px;}

.padding-bottom13 {
padding-bottom:13px;}

.padding-bottom15 {
padding-bottom:15px;}


.padding-top5 {
padding-top:5px;}

.padding-top10 {
padding-top:10px;}

.padding-top11 {
padding-top:11px;}


.padding-top12 {
padding-top:12px;}

.padding-top15 {
padding-top:15px;}

.padding-top17 {
padding-top:17px;}

.padding-top20 {
padding-top:20px;}

.padding-top22 {
padding-top:22px!important;}

.padding-top25 {
padding-top:25px!important;}

.padding-top30 {
padding-top:30px;}

.padding-bottom25 {
padding-top:25px;}

.lineheight {
line-height:200%;}


.sm {
	display:none;}


.paddin-right-left10 {
	padding:0 10px;	
	}

/* ------------------------------
 clearfix
 ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {display: block;} /* End hide from IE-mac */

/* ------------------------------
 カラー
 ------------------------------ */
.orange {
	color: #FF6600;
}

.red {
	color: #FF0000;
}
/* ------------------------------
 文字サイズ
 ------------------------------ */
 
.f-size12 {
font-size:12px;}

.f-size13 {
font-size:13px;}

.f-size14 {
font-size:14px;}

.f-size16 {
font-size:16px;}


/* ------------------------------
 太字
 ------------------------------ */
 
.b {
font-weight:bold;}

.nowrap {
white-space:nowrap;}


/* ------------------------------
 トップCSS
------------------------------ */

body {
	color:#000000;
	background-color: #ffffff;
	text-align: center;
	line-height:150%;
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;

}






/* --------header---------- */


h1 {
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#b8b8b8, endcolorstr=#cccccc));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#b8b8b8, endcolorstr=#cccccc))";
	zoom: 1;
	background: -moz-linear-gradient(top, #b8b8b8, #cccccc);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #b8b8b8f, #cccccc);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #b8b8b8, #cccccc);/* IE10+, W3C */
	padding:0px 0 0px 12px;
	text-align:left;
	font-size: 12px!important;
	color: #FFFFFF;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaab;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #15a0c4;
	line-height:26px;
	background-color:#cccccc;
}

div#header {
	height:86px;
	text-align: center;
	width: 100%;
	padding:0 10px;
}

.ul1 {
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

li.logo {
	height:57px;
	width:318px;
	position: absolute;
	left:11px;
	top: 18px;
}



li.tel_no {
	height: 46px;
	width: 369px;
	position: absolute;
	top: 31px;
	right: 26px;
}

li.headtext {
	position: absolute;
	height: 43px;
	width: 208px;
	left: 360px;
	top: 31px;
	display:none;
}


















.arrow {
background-image:url(../../lp1/images/arrow_g.gif);
background-repeat:no-repeat;
background-position: right center;
padding-right:15px;
color: #333333;
text-decoration:none;
margin-right:10px;

}




a:hover img {
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
}


img {
	height:auto;}

/* --------コンテンツ--------- */

/* --------笑顔で対応--------- */

#first-box {
	padding: 26px 10px 0 10px!important;
	position: relative;
}

#first-box p img {
	width: 100%;
	}

.width100,.width100 img {
	width:100%;
}

#woman1 {
	width: 40%;
	position: absolute;
	left: -8%;
	top: -6px;
}


#tel1 {
	width: 75%;
	position: absolute;
	left: -76px;
	top: 58%;
	text-align:left;
}

.tel2 {
	width: 34%!important;
	}

.h27 {
	max-width: 320px;
	width:40%;
	position: absolute;
	top: 55%;
	right: -46px;
}

#button1 {
	width: 141px;
	position: absolute;
	height: 143px;
	left: 650px;
	top: 597px;
}


#track1 {
	width: 328px;
	height: 202px;
	position: absolute;
	right: -95px;
	top: 606px;
}


/* --------2ndボックス--------- */



#second-box {
	text-align:left;
	margin-top:17px;
	padding:0 10px;
}

.display-none {
	display:none!important;}
	
.display-block {
	display:block;}

.p-second {
	padding: 5px 0 13px 0;
}

.p2-second {
	padding-top: 5px;
	padding-bottom: 13px;
}


#second-box img.sm {
	display: block;
	max-width:576px;

}

.p-second {
	padding-top: 10px;
	padding-bottom: 10px;
}

.p2-second {
	padding-top: 10px;
	padding-bottom: 10px;
}











.socond-leftbox {
	float: left;
	width: 47%;
	background-image: url(../images/2-syuccyo-haikei.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
background-size:100%;
padding-right:5.45%;

}

.socond-leftbox p img {
	width: 100%;

}



.socond-rightbox {
	float: left;
	width:47%;
	background-image: url(../images/2-mochikomi-haikei.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
background-size:100%;

}

.socond-rightbox p img {
	width: 100%;

}
.syuccyo-text-left {
	display:block;
	width:100%;
	
}
.syuccyo-text {
	padding:10px 20px 145px 25px;
	font-size:15px;
text-shadow:-1px -1px 3px #fff;
}
.second-arrow {
	position: absolute;
	width: 100%;
	left: -54px;
	top: 140px;
}









.second-table {
	width:100%;
}
.second-table th {
	background-color: #e5e5e5;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}


.address {
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	border-bottom:1px dashed #cccccc;
	display:block;
}


.shop {
	padding-top: 28px;
	padding-bottom: 15px;
}
.map {
	height: 400px;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
.moushikomi {
	padding: 15px 10px 0 10px;
}

.moushikomi img {
	width:50%;
}


#third-box {
	padding:0 10px;
	text-align:left;
}

#third-box p img {
	width:100%;
}



#third-box li {
float:left;
width:24%;
}

#third-box li img {
	width:100%;}

.with254 {
	padding-right:1.33333%
}

.with255 {
	padding-right:1.33333%
}






#fourth-box {
	text-align:left;
	padding:0 10px;
}

.width100percent img {
	width:100%;}


#fourth-box .left {
	float: left;
	width: 34.333333333%;
	background-image: url(../images/4-haikei.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
background-size:100%;
	display:inline-block;
}

#fourth-box .left p img {
	width: 100%;
}

#fourth-box .right {
	float: left;
	width: 31%;
	background-image: url(../images/4-haikei.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
background-size:110%;
	display:inline-table;
}

#fourth-box .right p img {
	width: 100%;
}


.textbox {
	padding:5px 15px 8px 10px;
	font-size:14px;
}

.textbox span {
	padding-right:20px;
	display:block;
}

.textbox2 {
	padding:5px 15px 8px 10px!important;
	width:100%;

}

.smalltext {
	text-align:right;
	font-size:14px;
	padding-top:5px;
	clear: both;
	margin-bottom:-10px;
}

#voice-box {
	width: 100%;
	text-align:left;
}

#voice-box img {
	width: 100%;

}

#sixth-box {
	width: 100%;
	height:400px;
	text-align:left;
	position: relative;
	background-image: url(../images/sixth-box-haikei.jpg);
	background-repeat: no-repeat;
	background-position: 14px 100px;
	background-size:20%;
}


.sixth1 {
	position: absolute;
	height: 79px;
	width: 62%;
	left: 19.1%;
	top: 0px;
}

.sixth2 {
	width: 80%;
	position: absolute;
	height: 68px;
	left: 16%;
	top: 78px;
}

.sixth2 img {
	width: 100%;
}

.sixth3 {
	position: absolute;
	width: 70%;
	left: 20%;
	top: 155px;
}

.sixth3 img {
	width: 100%;
}
.sixth4 {
	position: absolute;
	padding:0 10px;
	left: 0px;
	top: 240px;
}


.sixth4 img {
	width: 50%;
}



#gaiyo {
	margin-top: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #15a0c4;
	background-color: #f1f1f1;
	padding-bottom: 30px;

}

#gaiyo img {
	width:16%;
	margin-top: 30px;

}

#gaiyo table {
	width:100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 25px;
}

#gaiyo table th,#gaiyo table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#gaiyo table th {
	background-color: #f5f5eb;
	font-weight:normal;
}

#gaiyo table td {
	background-color: #FFFFFF;
}





#formbox {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #15a0c4;
	border-bottom-color: #15a0c4;

	padding-bottom: 30px;
}

#formbox img {
	width:35%;
	margin-top: 30px;
	height:auto;
	padding:0;
}


#formbox form {
width:100%;
}

#formbox table {
width:100%;}

.table1 {
margin-top:20px;}

#formbox table th,#formbox table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight:normal;
}


#formbox table th {
width:250px;
}

#formbox table td {
text-align:left;
}


caption {
	background-color:#efefef;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}


.widthinput {
	width:350px;
	border:1px solid #999999;
	padding:4px 5px 4px 5px;
}

.widthinput,select,textarea {
	background-color: #f5f5eb;

}




#thanksbox {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #15a0c4;
	border-bottom-color: #15a0c4;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 20px;
}


#thanksbox p {
	margin-right: auto;
	margin-left: auto;
}

.thankswidth {
text-align:left;
width:650px;}


/* --------footer--------- */





#footer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
	background-color: #f1f1f1;
	height: 200px;
	padding-top: 16px;
}


.footer_navibox {
	width:1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.footer_navi {
	width:1000px;
	position: absolute;
	left: 11px;
	top: 120px;
}


.footer_navi li { float:left;
padding-right:25px;
}

.footer_navi li a {
	background-image: url(../images/arrow_bn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}


#copyright {
	text-align:center;
	background-color: #666666;
	padding: 28px 0 28px 0;
	font-size: 14px;
	width: 100%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #15a0c4;
	margin-right: auto;
	margin-left: auto;
	color:#cccccc;
}


#pagetop {
	height: 115px;
	width: 35px;
 	position: fixed;
	bottom: 100px;
	right: 0;
}



/* --------thanks.html--------- */



#thanksbox {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #15a0c4;
	border-bottom-color: #15a0c4;
	padding: 20px 10px;
}

#thanksbox img {
	margin-right: auto;
	margin-left: auto;
	max-width:462px;
}



.thankswidth {
text-align:left;
width:100%;
}
