@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align : left;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #666666; /* 標準文字色 */
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    background-image : url(img/fbg_1A.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#hpb-header{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 94px;
}

#hpb-inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
    height : 320px;
}

#hpb-carousel1{
    width : 900px;   
    height : 320px;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 650px;
    padding-top: 53px;
    float: left;
}


#hpb-main{
    width : 650px;
    margin-top : 20px;
  clear : left;
  float : left;
}

#toppage-message{
    font-size : 12px;
  height : 150px;
  margin-top : 30px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}

#hpb-aside{
    width: 220px;
    float: right;
    padding-bottom: 50px;
  margin-top : 45px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 39px;
}

#hpb-footer{
    width: 900px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 50px;
}

.hpb-layoutset-01 #hpb-nav{
    width: 900px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    top : 324px;
    left : 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color : #cccccc;
}

.hpb-layoutset-02 #hpb-nav{
    width: 900px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}

.parhimg:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}

.explanation{
    font-size : 12px;
  margin-bottom : 30px;
}

.word{
  padding-bottom : 10px;
}

.process a{
    font-size : 14px;
}
.process div{
    font-size : 14px;
    margin-left : 25px;
}

.rental{
  height : 190px;
  margin-top : 10px;
}

#case{
  margin-top : 30px;
}

#case .case{
  margin-left : -10px;
  width : inherit;
  height : 280px;
}

#case .pdf img{
  width : inherit;
  height : auto;
}


#toilet{
  border-width : 1px;
  border-top-style : groove;
  border-top-color : gray;
  border-left-style : groove;
  border-right-style : groove;
  border-bottom-style : groove;
  border-left-color : gray;
  border-right-color : gray;
  border-bottom-color : gray;
  display : block;
}

#m-pic{
  display : block;
  float : left;
}

#m-sub1{
  display : block;
}

#m-sub2{
  display : block;
}

#shower{
  border-width : 1px;
  border-top-style : groove;
  border-top-color : gray;
  border-left-style : groove;
  border-right-style : groove;
  border-bottom-style : groove;
  border-left-color : gray;
  border-right-color : gray;
  border-bottom-color : gray;
  display : block;
  height : 300px;
}

#s-pic{
  display : block;
  float : left;
}

#s-sub1{
  display : block;
  clear : right;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(img/bg_1A_01_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(img/bg_1A_01_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-nav ul::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-nav li{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 38px;
    height : 38px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    width : 146px;
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 127px;
}

#hpb-nav li a{
    display: block;
    height: 37px;
    overflow: hidden;
    padding-left: 27px;
    padding-right: 20px;
}

* html #hpb-nav li a{
    /* ie6用ハック */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}


#hpb-nav li span.en{
    display: none;
}


#hpb-nav a:link{
    background-image : url(img/mainmenu_1A_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:visited{
    background-image : url(img/mainmenu_1A_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:hover{
    background-image : url(img/mainmenu_1A_01_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}
#hpb-nav a:active{
    background-image : url(img/mainmenu_1A_01_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}

* html #hpb-nav li a:link{
    /* ie6用ハック */
    background-image : url(img/mainmenu_1A_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}
* html #hpb-nav li a:visited{
    /* ie6用ハック */
    background-image : url(img/mainmenu_1A_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}
* html #hpb-nav li a:hover{
    /* ie6用ハック */
    background-image : url(img/mainmenu_1A_01_on.png);
    background-position : right center;
    background-repeat: repeat-x;
}
* html #hpb-nav li a:active{
    /* ie6用ハック */
    background-image : url(img/mainmenu_1A_01_on.png);
    background-position : right center;
    background-repeat: repeat-x;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image : none;
	}
	#hpb-header{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
	
    height : inherit;
  }
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		padding-top: 0;
		float: none;
	}
	#hpb-carousel1{
		width : 100%;   
		height : auto;
	}
	#hpb-main{
		width : 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 10px;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0;
	}
	#hpb-footer{
		width : 100%;
		height : inherit;
		padding-top: 0;
		border-top-width: 1px;
		border-top-color: #11739d;
		border-top-style: solid;
	
  }
	.hpb-layoutset-01 #hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		border-left-width: 0;
		border-top-width: 1px;
		border-top-color: #1476a0;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
	}
	.hpb-layoutset-02 #hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		border-left-width: 0;
		border-top-width: 1px;
		border-top-color: #1476a0;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	.hpb-layoutset-01{
		background-image : none;
	}
	.hpb-layoutset-02{
		background-image : none;
	}

	/* コンテンツ配置領域 */

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		float: none;
		display: block;
		line-height: 1.4;
		height: auto;
		border-right-width: 0;
		border-top-width: 1px;
		border-top-color: #cccccc;
		border-top-style: solid;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-nav a:link,
	#hpb-nav a:visited,
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}
	#hpb-nav li a:hover{
		background-color : #39acde;
	}



}
