@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_sp, .none_sp {
display:none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.lead {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}

.txt {
	font-size: 22px;
	line-height: 36px;
	text-align: left;
}


/* header */

header {
	width: 1100px;
	position: relative;
}

.head_pc {
	width: 820px;
	height: 105px;
	position: relative;
	float: left;
	margin-top: 29px;
	margin-left: 8px;
	background-image: url(../images/header_pc.png);
}

.head_logo {
	width: 350px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 405px;
}

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

.head_link {
	width: 230px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}

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





/* contents */

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

#wrapper {
	width: 1100px;
	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: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}

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

#foot_shop .add {
	font-size: 18px;
	line-height: 26px;
	width: 540px;
	float: right;
	margin-top: 80px;
}

#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: 20px;
	padding-bottom: 10px;
	padding-left: 175px;
	padding-right: 175px;
}

#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: 1000px;
	height: 350px;
	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: 125px;
	padding-left: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #796859;
}

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

.titlebg {
	position: absolute;
	top: 45px;
	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: 34px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 15px;
}


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

.sitter_obi {
	width: 1100px;
	height: 150px;
	background-image: url(../images/under_obi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




