@charset "UTF-8";

body {  
    text-align: center;  
} 


/* トップページの画面サイズ */
div#wrapper {
    width: 960px;
	height:2210px;
    margin: 0 auto;  
    text-align: left;  
    border: 0px solid #FF0000;  
}

/* 位置設定を相対位置で指定します*/
.relative   {
	position: relative;
	background-color: #FFFFFF;
}  


a img.css-hover{
 opacity:1.0;/*ＩＥ以外ブラウザ半透明70%の指定*/
 filter: alpha(opacity=100);/*IE用半透明70%の指定*/
 -moz-opacity: 0.5;        /* これはFirefox（Mozzila）向けの指定。 透明度70% */
 text-decoration:none;
 }
a:hover img.css-hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;        /* これはFirefox（Mozzila）向けの指定。 透明度70% */
	color: #FFF;
    text-decoration:none;
 }
 
a img{
 border:none;
 }
 
/*  文字系の設定 */

.normal_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000;
	line-height: 27px;
}
.normal_text2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #66451a;
	line-height: 19px;
}
.normal_text3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #66451a;
	line-height: 18px;
}

.normal_text4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	line-height: 20px;
}

.normal_text5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #66451a;
	line-height: 15px;
}

.bottom_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #804f21;
	line-height: 27px;

}


/*  枠サイズの設定 */


#Title {
	z-index: 2;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 960px;
	height: 98px;
	margin-bottom: 0;
}

#Titlebar_back {
	z-index: 2;
	left: 0px;
	position: absolute;
	top: 98px;
	width: 960px;
	height: 30px;
	margin-bottom: 0;
}

#left_sideback {
	z-index: 2;
	left: 0px;
	position: absolute;
	top: 128px;
	width: 274px;
	height: 895px;
	margin-bottom: 0;
}

#left_sidelinkback {
	z-index: 2;
	left: 0px;
	position: absolute;
	top: 1083px;
	width: 274px;
	height: 1118px;
	margin-bottom: 0;
}



#main_back {
    z-index: 2;
    left: 278px;
    position: absolute;
    top: 130px;
    width: 682px;
    height: 2073px;
    margin-bottom: 0;
}


#bottom_back{
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 2200px;
	width: 960px;
	height: 50px;
	margin-bottom: 0;
}

#bottom_line{
	z-index: 4;
	left: 0px;
	position: absolute;
	top: 2200px;
	width: 960px;
	height: 4px;
	margin-bottom: 0;
}


/*  ボタンの設定 */

#title_button_nyuukyosetumei {
	z-index: 3;
	left: 767px;
	position: absolute;
	top: 104px;
	width: 179px;
	height: 21px;
	margin-bottom: 0;
}
#title_button_boshuu {
	z-index: 3;
	left: 642px;
	position: absolute;
	top: 104px;
	width: 98px;
	height: 20px;
	margin-bottom: 0;
}
#title_button_aiikukai {
	z-index: 3;
	left: 426px;
	position: absolute;
	top: 104px;
	width: 186px;
	height: 21px;
	margin-bottom: 0;
}

#title_return_top {
	z-index: 3;
	left: 14px;
	position: absolute;
	top: 104px;
	width: 147px;
	height: 18px;
	margin-bottom: 0;
}



#left_button_mokuteki {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 131px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_annnai {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 197px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_service {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 263px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_onsen {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 329px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_ryoukin {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 395px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_dayservice {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 462px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_shortstay {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 529px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_sougei {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 596px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_blog {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 663px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_akisitujyouhou {
	z-index: 3;
	left: 10px;
	position: absolute;
	top: 743px;
	width: 255px;
	height: 85px;
	margin-bottom: 0;
}

#left_button_syokuinbosyu {
	z-index: 3;
	left: 6px;
	position: absolute;
	top: 832px;
	width: 266px;
	height: 107px;
	margin-bottom: 0;
}

#left_button_link {
	z-index: 3;
	left: 0px;
	position: absolute;
	top: 1023px;
	width: 274px;
	height: 60px;
	margin-bottom: 0;
}

#left_button_carehouse {
	z-index: 3;
	left: 9px;
	position: absolute;
	top: 1102px;
	width: 255px;
	height: 92px;
	margin-bottom: 0;
}

#left_button_hoikuen {
	z-index: 3;
	left: 9px;
	position: absolute;
	top: 1212px;
	width: 255px;
	height: 92px;
	margin-bottom: 0;
}

#left_button_aiikukai2 {
	z-index: 3;
	left: 9px;
	position: absolute;
	top: 1323px;
	width: 255px;
	height: 92px;
	margin-bottom: 0;
}
#left_button_yunoka {
    z-index: 3;
    left: 9px;
    position: absolute;
    top: 1433px;
    width: 255px;
    height: 120px;
    margin-bottom: 0;
}



/*  ボトムメッセージ */
#bottom_text1 {
	z-index: 4;
	left: 10px;
	position: absolute;
	top: 2220px;
	width: 273px;
	height: 29px;
	margin-bottom: 0;
}

#bottom_text2 {
	z-index: 4;
	left: 290px;
	position: absolute;
	top: 2220px;
	width: 248px;
	height: 30px;
	margin-bottom: 0;
}

#bottom_text3 {
	z-index: 4;
	left: 602px;
	position: absolute;
	top: 2220px;
	width: 358px;
	height: 30px;
	margin-bottom: 0;
}


/*  ページ内容 */



#service__setumei1 {
	z-index: 3;
	left: 297px;
	position: absolute;
	top: 146px;
	width: 642px;
	height: 49px;
	margin-bottom: 0;
}

#whiteback1 {
	z-index: 2;
	left: 297px;
	position: absolute;
	top: 149px;
	width: 642px;
	height: 823px;
	margin-bottom: 0;
}

#service_content1 {
	z-index: 3;
	left: 323px;
	position: absolute;
	top: 211px;
	width: 588px;
	height: 32px;
	margin-bottom: 0;
}

#service_content2 {
	z-index: 3;
	left: 323px;
	position: absolute;
	top: 515px;
	width: 282px;
	height: 34px;
	margin-bottom: 0;
}

#service_content3 {
	z-index: 3;
	left: 629px;
	position: absolute;
	top: 515px;
	width: 282px;
	height: 34px;
	margin-bottom: 0;
}

#service_content4 {
	z-index: 3;
	left: 323px;
	position: absolute;
	top: 779px;
	width: 282px;
	height: 34px;
	margin-bottom: 0;
}

#service_content5 {
	z-index: 3;
	left: 323px;
	position: absolute;
	top: 640px;
	width: 282px;
	height: 34px;
	margin-bottom: 0;
}

#service_content6 {
	z-index: 3;
	left: 633px;
	position: absolute;
	top: 769px;
	width: 272px;
	height: 158px;
	margin-bottom: 0;
}

#service_content7 {
	z-index: 3;
	left: 627px;
	position: absolute;
	top: 298px;
	width: 282px;
	height: 204px;
	margin-bottom: 0;
}

#service_content13 {
	z-index: 3;
	left: 628px;
	position: absolute;
	top: 640px;
	width: 282px;
	height: 34px;
	margin-bottom: 0;
}



#service_setumei1 {
	z-index: 3;
	left: 329px;
	position: absolute;
	top: 254px;
	width: 585px;
	height: 62px;
	margin-bottom: 0;
}

#service_setumei2 {
	z-index: 4;
	left: 640px;
	position: absolute;
	top: 335px;
	width: 271px;
	height: 62px;
	margin-bottom: 0;
}

#service_setumei3 {
	z-index: 3;
	left: 325px;
	position: absolute;
	top: 558px;
	width: 279px;
	height: 62px;
	margin-bottom: 0;
}

#service_setumei4 {
	z-index: 3;
	left: 632px;
	position: absolute;
	top: 555px;
	width: 277px;
	height: 62px;
	margin-bottom: 0;
}

#service_setumei5 {
	z-index: 3;
	left: 325px;
	position: absolute;
	top: 682px;
	width: 283px;
	height: 62px;
	margin-bottom: 0;
}

#service_setumei6 {
	z-index: 3;
	left: 632px;
	position: absolute;
	top: 682px;
	width: 276px;
	height: 73px;
	margin-bottom: 0;
}

#service_setumei7 {
	z-index: 3;
	left: 325px;
	position: absolute;
	top: 820px;
	width: 279px;
	height: 112px;
	margin-bottom: 0;
}
#service_pic1 {
	z-index: 3;
	left: 332px;
	position: absolute;
	top: 323px;
	width: 266px;
	height: 178px;
	margin-bottom: 0;
}

#service_iryou {
	z-index: 3;
	left: 652px;
	position: absolute;
	top: 808px;
	width: 238px;
	height: 116px;
	margin-bottom: 0;
}


#whiteback2 {
	z-index: 2;
	left: 297px;
	position: absolute;
	top: 992px;
	width: 642px;
	height: 318px;
	margin-bottom: 0;
}

#subtitle1 {
	z-index: 3;
	left: 297px;
	position: absolute;
	top: 992px;
	width: 200px;
	height: 75px;
	margin-bottom: 0;
}

#service_ichinichi {
	z-index: 3;
	left: 304px;
	position: absolute;
	top: 1006px;
	width: 627px;
	height: 294px;
	margin-bottom: 0;
}


#service_nenkan {
	z-index: 3;
	left: 316px;
	position: absolute;
	top: 1356px;
	width: 584px;
	height: 170px;
	margin-bottom: 0;
}




#whiteback3 {
	z-index: 2;
	left: 297px;
	position: absolute;
	top: 1330px;
	width: 642px;
	height: 209px;
	margin-bottom: 0;
}
#subtitle2 {
	z-index: 3;
	left: 297px;
	position: absolute;
	top: 1330px;
	width: 200px;
	height: 75px;
	margin-bottom: 0;
}


#whiteback4 {
	z-index: 2;
	left: 297px;
	position: absolute;
	top: 1559px;
	width: 642px;
	height: 321px;
	margin-bottom: 0;
}


#service_care {
	z-index: 3;
	left: 315px;
	position: absolute;
	top: 1578px;
	width: 605px;
	height: 278px;
	margin-bottom: 0;
}


#whiteback5 {
	z-index: 2;
	left: 297px;
	position: absolute;
	top: 1595px;
	width: 642px;
	height: 573px;
	margin-bottom: 0;
}
#service_subtitle4 {
	z-index: 3;
	left: 297px;
	position: absolute;
	top: 1561px;
	width: 642px;
	height: 34px;
	margin-bottom: 0;
}

#soudan1 {
	z-index: 3;
	left: 330px;
	position: absolute;
	top: 1622px;
	width: 576px;
	height: 270px;
	margin-bottom: 0;
}
#soudan2 {
	z-index: 3;
	left: 330px;
	position: absolute;
	top: 1908px;
	width: 576px;
	height: 234px;
	margin-bottom: 0;
}

#soudan_message1 {
	z-index: 3;
	left: 448px;
	position: absolute;
	top: 1656px;
	width: 409px;
	height: 100px;
	margin-bottom: 0;
}

#soudan_message2 {
	z-index: 3;
	left: 355px;
	position: absolute;
	top: 1795px;
	width: 257px;
	height: 45px;
	margin-bottom: 0;
}

#soudan_message3 {
    z-index: 3;
    left: 639px;
    position: absolute;
    top: 1795px;
    width: 258px;
    height: 46px;
    margin-bottom: 0;
}

#soudan_message4 {
	z-index: 3;
	left: 364px;
	position: absolute;
	top: 1982px;
	width: 243px;
	height: 20px;
	margin-bottom: 0;
}

#soudan_message5 {
	z-index: 3;
	left: 364px;
	position: absolute;
	top: 2008px;
	width: 187px;
	height: 40px;
	margin-bottom: 0;
}

#soudan_message6 {
	z-index: 3;
	left: 907px;
	position: absolute;
	top: 2061px;
	width: 258px;
	height: 39px;
	margin-bottom: 0;
}

#soudan_message7 {
	z-index: 3;
	left: 638px;
	position: absolute;
	top: 1982px;
	width: 258px;
	height: 20px;
	margin-bottom: 0;
}

#soudan_message8 {
	z-index: 3;
	left: 638px;
	position: absolute;
	top: 2008px;
	width: 183px;
	height: 40px;
	margin-bottom: 0;
}

#soudan_message9 {
	z-index: 3;
	left: 638px;
	position: absolute;
	top: 2097px;
	width: 236px;
	height: 25px;
	margin-bottom: 0;
}
#soudan_message10 {
	z-index: 3;
	left: 365px;
	position: absolute;
	top: 2097px;
	width: 254px;
	height: 24px;
	margin-bottom: 0;
}

#soudan_mark1 {
	z-index: 4;
	left: 808px;
	position: absolute;
	top: 1618px;
	width: 83px;
	height: 37px;
	margin-bottom: 0;
}
#soudan_mark2 {
	z-index: 4;
	left: 811px;
	position: absolute;
	top: 1905px;
	width: 81px;
	height: 36px;
	margin-bottom: 0;
}
#soudan_mark3 {
	z-index: 4;
	left: 721px;
	position: absolute;
	top: 1903px;
	width: 83px;
	height: 37px;
	margin-bottom: 0;
}
