@charset "utf-8"; 
/*
Theme Name: HAKUSUI CLEANING design
Theme URI: http://www.hakusui-cleaning.co.jp/
Description: ハクスイクリーニング 専用テーマ

Author: 株式会社大和広告
Version: 1.0.5
*/
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/* ビジュアルエディタ CSS */ 

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo',sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background-color: #fff;
}

#wrapper {
	padding-top: 120px;
}

.container {
	position: relative;
	width: 1000px; /* 980px */
	margin: 0 auto;
	padding: 0;
}

a {
	color: #066;
}
a:link { color: #066; }
a:visited { color: #066; }
a:hover {
	color: #63c3b0;
}
 
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/* ヘッダ */ 

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin-bottom: 2px;
	color: #fff;
}

header,
header .container {
	background-color: #2ea194;
}

#siteTitle {
	float: left;
	padding: 10px 0 0;
	text-align: left;
}

#headerEnd {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #fff;
}
	
/* カテゴリー */ 

#pageCategory {
	clear: both;
	height: 128px;
	text-indent: -9999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-bottom: 1px solid #2ea194;
}
.null #pageCategory {
	display: none;
}

#pageCategory,
#pageCategory .container {
	clear: both;
}

.shop #pageCategory {
	background-image: url(images/shop/category.jpg);
	background-color: #ffe3d8;
}
.service #pageCategory {
	background-image: url(images/service/category.jpg);
	background-color: #ffe3ff;
}
.news #pageCategory {
	background-image: url(images/news/category.jpg);
	background-color: #f2fee6;
}
.estimate #pageCategory {
	background-image: url(images/estimate/category.jpg);
	background-color: #d7ffff;
}
.voice #pageCategory {
	background-image: url(images/voice/category.jpg);
	background-color: #ffe8e8;
}
.blog #pageCategory {
	background-image: url(images/blog/category.jpg);
	background-color: #f2e6ff;
}

.corporate #pageCategory {
	background-image: url(images/corporate/category.jpg);
}
.franchise #pageCategory {
	background-image: url(images/franchise/category.jpg);
}
.contact #pageCategory {
	background-image: url(images/contact/category.jpg);
}
.privacy #pageCategory {
	background-image: url(images/privacy/category2023.jpg);
}
.terms #pageCategory {
	background-image: url(images/terms/category.jpg);
}
 
/* サブメニュー */ 

#subMenu {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.null #subMenu {
	display: none;
}

#subMenu ul {
	position: absolute;
	width: 980px;
	bottom: -8px;
	left: 0;
	z-index: 50;
}

#subMenu li {
	float: left;
	margin-right: 5px;
	padding-bottom: 8px;
	text-indent: 0;
}

#subMenu li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #a2a2a2;
}
#subMenu li.current_page_item a {
	background-color: #707070;
}
#subMenu li.current_page_item {
	background-image: url(images/submenu_current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#submenuNavi {
	position: absolute;
	width: 72px;
	height: 60px;
	top: -75px;
	left: -75px;
	z-index: 50;
	background-image: url(images/submenu_comment.png);
	background-repeat: no-repeat;
}

#submenuButton {
	display: none;
}
 
/* サブタイトル */ 

#subTitle {
	display: none;
}
  
/* フッタ */ 

footer {
	margin: 20px 0 0;
	padding: 0 0 20px;
	color: #fff;
}

footer,
footer .container {
	background-color: #2ea194;
}

	
/* 会社情報 */ 

#corporateInformation {
	width: 480px;
	height: 180px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(images/footerinfo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
 
/* シェアボタン */ 

#shareButtons {
	position: absolute;
	width: 480px;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 4px 40px 22px;
	background-image: url(images/_sharebg.jpg);
	background-repeat: no-repeat;
}
 
/* コピーライト */ 

#copyright {
	float: right;
	padding: 5px 10px;
	padding-right: 0;
	width: 280px;
	font-size: 75%;
	text-align: right;
}
  
/* ナビゲーション */ 
	
/* コンテンツメニュー */ 

header .contentNavi {
	clear: left;
}
header .contentNavi li {
	float: left;
}
header .contentNavi a {
	display: block;
	height: 45px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(images/headmenu4.gif);
	background-repeat: no-repeat;
}
header .contentNavi .shop a { width: 138px; background-position: 0px 0px; }
header .contentNavi .shop a:hover,
header .contentNavi .shop.current_page_item a { background-position: 0px -45px; }

header .contentNavi .service a { width: 131px; background-position: -138px 0px; }
header .contentNavi .service a:hover,
header .contentNavi .service.current_page_item a { background-position: -138px -45px; }

header .contentNavi .news a { width: 172px; background-position: -269px 0px; }
header .contentNavi .news a:hover,
header .contentNavi .news.current_page_item a { background-position: -269px -45px; }

header .contentNavi .estimate a { width: 138px; background-position: -441px 0px; }
header .contentNavi .estimate a:hover,
header .contentNavi .estimate.current_page_item a { background-position: -441px -45px; }

header .contentNavi .voice a { width: 138px; background-position: -579px 0px; }
header .contentNavi .voice a:hover,
header .contentNavi .voice.current_page_item a { background-position: -579px -45px; }

header .contentNavi .blog a { width: 120px; background-position: -717px 0px; }
header .contentNavi .blog a:hover,
header .contentNavi .blog.current_page_item a { background-position: -717px -45px; }


footer .contentNavi {
	padding: 0 5px;
	text-align: left;
	font-size: 85%;
}
footer .contentNavi a {
	color: #fff;
}
 
/* サイトページメニュー */ 

.siteMenu li {
	padding: 2px 5px 0;
	font-size: 90%;
	text-align: left;
}

.siteMenu li a {
	display: block;
	padding-left: 15px;
	color: #fff;
	background-image: url(images/headmark.gif);
	background-repeat: no-repeat;
	background-position: left;
}

header .siteMenu {
	float: right;
	width: 160px; /* 140px */
	padding-top: 5px;
}

#siteMenuButton {
	display: none;
}

footer .siteMenu li {
	float: left;
	padding: 5px 5px 0;
}
 
/* パンくずリスト */ 

#topicPath {
	clear: both;
	width: 1020px;
	margin: 0 auto;
	padding: 10px 30px;
	text-align: left;
	font-size: 90%;
}
 
/* 下部ナビ */ 

#bottomPageNavi {
	clear: both;
	width: 100%;
}

#bottomPageNavi p {
	float: left;
	width: 90px;
	padding: 10px;
}
 
/* リンクボタン */ 

a.linkButton {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 5px 20px;
	padding-left: 36px;
	color: #fff;
	background-image: url(images/headmark.gif);
	background-repeat: no-repeat;
	background-position: 18px;
	background-color: #2ea194;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
 
/* オープンボタン */ 

a.openButton {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 5px 20px;
	padding-left: 36px;
	color: #fff;
	background-image: url(images/openmark.gif);
	background-repeat: no-repeat;
	background-position: 18px;
	background-color: #2ea194;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
a.openButton.opend {
	background-image: url(images/closemark.gif);
}
 
/* ページの先頭へ戻る */ 

.goPagetop {
	position: relative;
}

.goPagetop a {
	display: block;
	position: absolute;
	width: 110px;
	height: 130px;
	top: -130px;
	right: 0;
	z-index: 100;
}

.navifixed {
	position: fixed;
	bottom: 50px;
	right: 0;
}
 
/* 現在地からお近くの店舗を探す */ 

#geoSearchButton {
	display: none;
}
 
/* ブログ用リンク */ 
#blog_link {
	display: none;
}
  
/* コンテンツ */ 

#content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: left;
}
	
/* 見出し */ 

.heading {
	margin-bottom: 15px;
	padding: 10px 15px 15px;
	color: #f00;
	font-size: 150%;
	font-weight: bold;
	background-image: url(images/headingline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.subHeading {
	margin-bottom: 5px;
	padding: 3px;
	padding-left: 30px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(images/h_mark.png);
	background-repeat: no-repeat;
	background-position: left top;
}
  
/* 140531コインランドリーYouTube埋め込み */ 

div.youtube_c {
	position: relative ;
	overflow: hidden ;
	margin-top: 1.2em ;
	margin-bottom: 1.2em ;
	padding-top: 69px ;
	padding-bottom: 50% ;
}

div.youtube_c iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}
 	
@media screen and (max-width: 360px) { 
	 
/*--- ベース ---*/ 

#wrapper {
	padding-top: 0;
}
	 
.container { 
	width: 100%;
	word-wrap: break-word !important;
}
  
/* ヘッダ */ 

header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#siteTitle {
	float: none;
	width: 250px;
	padding: 10px 0 0;
}
	
/* カテゴリー */ 

#pageCategory {
	height: 70px;
	text-indent: -9999em;
	background-size: contain;
}

.shop #pageCategory { background-image: url(images/shop/sp/category.jpg); }
.service #pageCategory { background-image: url(images/service/sp/category.jpg); }
.news #pageCategory { background-image: url(images/news/sp/category.jpg); }
.estimate #pageCategory { background-image: url(images/estimate/sp/category.jpg); }
.voice #pageCategory { background-image: url(images/voice/sp/category.jpg); }
.blog #pageCategory { background-image: url(images/blog/sp/category.jpg); }

.corporate #pageCategory { background-image: url(images/corporate/sp/category.jpg); }
.franchise #pageCategory { background-image: url(images/franchise/sp/category.jpg); }
.contact #pageCategory { background-image: url(images/contact/sp/category.jpg); }
.privacy #pageCategory { background-image: url(images/privacy/sp/category2023.jpg); }
.terms #pageCategory { background-image: url(images/terms/sp/category.jpg); }
 
/* サブメニュー */ 

#subMenu {
	width: 100%;
}
#subMenu ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

#subMenu li {
	float: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	background-image: none;
	border-bottom: 1px solid #fff;
}

#submenuNavi {
	display: none;
}

#submenuButton {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -63px;
	right: 8px;
	z-index: 51;
	background-image: url(images/sp/submenu_open.png);
	background-repeat: no-repeat;
	background-size: contain;
}
 
/* サブタイトル */ 

#subTitle {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	text-align: left;
	background-color: #2ea194;
}
  
/* フッタ */ 

footer {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
}
	
/* 会社情報 */ 

#corporateInformation {
	width: 250px;
	height: 65px;
	margin-top: 5px;
	background-image: url(images/sp/footerinfo.gif);
	background-size: contain;
}
 
/* シェアボタン */ 

#shareButtons {
	position: static;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background-image: none;
	background-color: #fff;
}
 
/* コピーライト */ 

#copyright {
	float: none;
	padding: 0;
	width: 260px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	background-image: url(images/sp/copyright.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
 
/* サブメニュー */ 

#contentSubMenu ul {
	margin-bottom: 10px;
}

#contentSubMenu li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #a2a2a2;
	border-bottom: 1px solid #fff;
}

#contentSubMenu li.current_page_item a {
	background-color: #707070;
}
  
/* ナビゲーション */ 
	 
/* コンテンツメニュー */ 

.contentNavi {
	display: none;
}

header .contentNavi {
	display: block;
}
header .contentNavi li {
	width: 62px;
}
header .contentNavi a {
	width: 62px !important;
	height: 40px;
	background-image: url(images/sp/headmenu.gif);
	background-size: 320px 80px;
}
header .contentNavi .shop a { background-position: 0px 0px; }
header .contentNavi .shop a:hover,
header .contentNavi .shop.current_page_item a { background-position: 0px -40px; }

header .contentNavi .service a { background-position: -62px 0px; }
header .contentNavi .service a:hover,
header .contentNavi .service.current_page_item a { background-position: -62px -40px; }

header .contentNavi .news a { background-position: -124px 0px; }
header .contentNavi .news a:hover,
header .contentNavi .news.current_page_item a { background-position: -124px -40px; }

header .contentNavi .estimate a { background-position: -186px 0px; }
header .contentNavi .estimate a:hover,
header .contentNavi .estimate.current_page_item a { background-position: -186px -40px; }

header .contentNavi .voice a { background-position: -248px 0px;	width: 66px !important; }
header .contentNavi .voice a:hover,
header .contentNavi .voice.current_page_item a { background-position: -248px -40px; }

header .contentNavi .blog { display: none; }
 
/* サイトページメニュー */ 

.siteMenu {
	display: none;
}

header .siteMenu {
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0;
	padding: 0;
	z-index: 60;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

.siteMenu li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border-bottom: 1px solid #fff;
}
.siteMenu li a {
	padding: 5px 10px;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	background-image: none;
	background-color: #a2a2a2;
}

#siteMenuButton {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
	z-index: 61;
	background-image: url(images/sp/btn_menu.gif);
	background-repeat: no-repeat;
	background-size: contain;
}
 
/* パンくずリスト */ 

.goPagetop a {
	top: 0;
	right: 0;
}
 
/* 下部ナビ */ 

#bottomPageNavi p {
	width: 65px;
	padding: 5px;
}
 
/* リンクボタン */ 

a.linkButton {
	padding: 5px 12px;
	padding-left: 30px;
	background-position: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
 
/* オープンボタン */ 

a.openButton {
	padding: 5px 12px;
	padding-left: 30px;
	background-position: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
 
/* ページの先頭へ戻る */ 

.goPagetop {
}

.goPagetop a {
	width: 64px;
	height: 76px;
	top: 30px;
	right: 0;
}

.navifixed {
	bottom: 100px;
}
 
/* 現在地からお近くの店舗を探す */ 

#geoSearchButton {
	display: block;
}
#geoSearchButton a {
	display: block;
	margin: 5px 5px;
	padding: 10px 20px;
	padding-right: 36px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	background-image: url(images/sp/btn_geosearch_bg.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 20px 20px;
	background-color: #ff6f79;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
 
/* ブログ用リンク */ 
#blog_link {
	display: block;
	margin-bottom: 20px;
}
#blog_link a {
	display: block;
	margin: 5px 5px;
	padding: 10px 20px;
	padding-right: 36px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	background-image: url(images/sp/btn_geosearch_bg.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 20px 20px;
	background-color: #2ea194;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
  
/* コンテンツ */ 

#content {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
	background-image: none;
}

	 
img { 
    max-width: 100%;
    height: auto;
}
 
/* ページタイトル */ 

#pageTitle {
	font-size: 120%;
	margin: 0 0 1em !important;
}
 
/* 本文 */ 

#main {
	float: none;
	width: 100%;
}
 
/* 見出し */ 

.heading {
	margin-bottom: 10px;
	padding: 10px 10px 10px;
	font-size: 130%;
}
  
} 
  
