@charset "utf-8";
/* CSS Document */


h1 {
	margin: 0px;
	padding: 0px;
}

h1 img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

h2 {
	margin: 0px;
	padding: 0px;
}

#none_pc, .none_pc {
display:none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.lead {
	font-size: 38px;
	line-height: 45px;
	font-weight: 600;
}

.txt {
	font-size: 20px;
	line-height: 32px;
	text-align: left;
}


/* header */

header {
	width: 660px;
	height: 85px;
	position: relative;
	padding-top: 10px !important;
	margin-left: 20px !important;
}

.head_sp {
	width: 570px;
	margin-left: 10px;
	position: relative;
}

.head_sp img {
vertical-align: top;
margin: 0px;
padding: 0px;
}


/* contents */

#contents {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px; 
	position: relative;
	z-index: 1;
}

#wrapper {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	z-index: 2;
	position: relative;
	padding-bottom: 130px;
	background-color: #FFFFFF;
}

.box {
	margin: 0px;
	padding: 0px;
	display: block;
}



/* footer1  */

#foot_shop {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

#foot_shop .foot_illust {
	width: 270px;
	margin-left: 30px;
	float: left;
	margin-bottom: 10px;
}

#foot_shop .add {
	font-size: 14px;
	line-height: 20px;
	width: 380px;
	float: right;
	margin-top: 40px;
}

#foot_shop .foot_illust img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}



/* footer2 */

footer {
	position: fixed;
	bottom: 0px;
	background-color: #E6E6E6;
	background-image: url(../images/bg.jpg);
	z-index: 10000 !important;
	margin-top: 0px;
}


#contact {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#contact .toiawase {
	width: 280px;
	margin-left: 50px;
	float: left;
	color: #796859;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

#contact .contact {
	width: 410px;
	float: right;
}

#contact .contact li {
	width: 60px;
	float: left;
	margin-right: 40px;
}

#contact .contact li img {
	width: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#foot {
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}



/* リンクボタン */

.linkbutton {
	font-size: 22px;
	line-height: 22px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	color: #A86461;
	margin-top: 30px;
	z-index: 100;
}

.linkbutton :link {
padding-top: 15px;
padding-bottom: 10px;
border: 1px solid #A86461;
display: block;
color: #A86461;
font-weight: 600;
text-decoration: none;
border-radius: 30px;
}

.linkbutton :visited {
padding-top: 15px;
padding-bottom: 10px;
border: 1px solid #A86461;
display: block;
color: #A86461;
font-weight: 600;
text-decoration: none;
border-radius: 30px;
}

.linkbutton :hover {
	padding-top: 15px;
	padding-bottom: 10px;
	border: 1px solid #A86461;
	display: block;
	color: #A86461;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	background-color: rgba(224,141,138,0.30);
}


/* タイトル */

#title {
	width: 680px;
	min-height: 240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

#maintitle {
	font-size: 38px;
	line-height: 45px;
	font-weight: 600;
	padding-top: 70px;
	padding-left: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #796859;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.subtitle {
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	padding-top: 25px;
	padding-left: 25px;
	width: 480px;
}

.titlebg {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 100;
}

.hana {
	text-align: left;
	background-image: url(../images/sabtitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
}

.headline {
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 15px;
}


/* 踊るシッターさん */

.sitter_obi {
	width: 660px;
	height: 150px;
	background-image: url(../images/under_obi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
}





