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

*{
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

html {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	*font-size:small;
    *font:x-small;
}
body {
}

img{
    border:none;
}

body {
	text-align: center;
	background-image: url('./images/content_back.gif');
	background-repeat: repeat;
	background-color: aqua;
	min-width: 960px; 
}

/*---------------------------------------------------*/
/* ヘッダー部分 */
/*---------------------------------------------------*/
header {
	background-color: #6D9D4C;
}

#header_image {
	margin: 0 auto;
	height: 350px;
	background-image: url('./images/moribokujo/header_moribokujo.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#header_title {
	margin: 0 auto;
	width: 960px; height: 150px;
	text-align: left;
}

#header_wrapper {
	margin: 0 auto;
	height: 350px;
	background-image: url('./images/header_back.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#header_title .header_sns{
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 8px;
	text-align: center;
	float: right;
	border-radius: 6px;
	background: rgba(255,255,255,0.8);/*背景色*/
}
#header_title .header_sns a{
	text-decoration: none;
	color:black;
}
#header_title .header_sns img{
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

/*---------------------------------------------------*/
/* グローバルメニュー部分 */
/*---------------------------------------------------*/
#gmenu_area {
	width: 100%; height: 161px;
	text-align: center;
}
#gmenu_title {
	margin: 0 auto;
	width: 960px;
}

#gmenu_area h1 {
	position: absolute;
	top: 244px;
	padding-left: 5px;
}

#gmenu_wrapper {
	width: 100%; height: 161px;
	text-align: center;
	z-index: 10;
}
#gmenu{
	margin: 0 auto;
	width: 960px; height: 51px;
	list-style-type: none;
}
#gmenu li{
	float: left;
}
#gmenu a{
	display: block;
	height: 51px;
	background-image: url('./images/gmenu_off.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#gmenu a.on{
	background-image: url('./images/gmenu_on.jpg');
}
#gmenu a:hover{
	background-image: url('./images/gmenu_on.jpg');
}
#gmenu01 a{
	width: 231px;
	background-position: 0 0;
}
#gmenu02 a{
	width: 121px;
	background-position: -231px 0;
}
#gmenu03 a{
	width: 120px;
	background-position: -352px 0;
}
#gmenu04 a{
	width: 153px;
	background-position: -472px 0;
}
#gmenu05 a{
	width: 125px;
	background-position: -625px 0;
}
#gmenu06 a{
	width: 210px;
	background-position: -750px 0;
}

#page_moribokujo #header_image{
	background-image: url('./images/moribokujo/header_moribokujo.jpg');
}
#page_moribokujo #gmenu02 a{
	background-image: url('./images/gmenu_on.jpg');
}

#page_menu #header_image{
	background-image: url('./images/moribokujo/header_menu.jpg');
}
#page_menu #gmenu03 a{
	background-image: url('./images/gmenu_on.jpg');
}

#page_room #header_image{
	background-image: url('./images/moribokujo/header_rooms.jpg');
}
#page_room #gmenu04 a{
	background-image: url('./images/gmenu_on.jpg');
}

#page_tenpo #header_image{
	background-image: url('./images/moribokujo/header_tenpo.jpg');
}
#page_tenpo #gmenu05 a{
	background-image: url('./images/gmenu_on.jpg');
}

#page_contact #header_image{
	background-image: url('./images/moribokujo/header_contact.jpg');
}
#page_contact #gmenu06 a{
	background-image: url('./images/gmenu_on.jpg');
}


/*---------------------------------------------------*/
/* サブメニュー部分 */
/*---------------------------------------------------*/
#submenu {
	width: 100%; height: 125px;
	margin-top: 10px;
	text-align: center;
	background-image: url('./images/moribokujo/back_floatmenu.png');
	background-position: center top;
	background-repeat:no-repeat;
}
#submenu img{
	margin: 5px;
}
#submenu a.on{
}
#submenu a:hover{
}
#submenu p{
	margin: 0 auto; padding: 50px 20px 0 0;
	width: 960px;
	text-align: right;
}

#gmenu_wrapper div.main_box{
	margin: 10px auto 0 auto;
	width: 960px;
}

.menu_stake_off{
	display: none;
}


/*---------------------------------------------------*/
/* メインコンテンツ部分 */
/*---------------------------------------------------*/
#content {
	text-align: left;
	background-image: url('./images/moribokujo/back_main_top.png');
	background-repeat: repeat-x;
}
#content_wrapper {
	margin: 0 auto;
	width: 960px;
}
#content_left {
	position: relative;
	float: left;
	margin: 20px 0;
	width: 470px;
}
#content_right {
	position: relative;
	float: right;
	margin: 20px 0;
	width: 470px;
}



.clear {
	clear: both;
}


#content div.box{
	margin: 0 0 15px 0; padding: 0 0 10px 0;
	width: 470px;
	background-image: url('./images/top_box_back.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content div.box h2{
	padding: 0 0 0 20px;
	height: 30px;
	background-image: url('./images/top_box_top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#content img.thumbnail {
	float: left;
	margin: 5px; padding: 1px;
	border: solid 1px #6E9D4D;
}
#content div.box h3{
	padding: 0 0 0 120px;
	font-weight: bold;
	background-color: #ffffff;
}

#content div.box p{
	padding: 0 0 0 120px;
	background-color: #ffffff;
}
#content div.box div.headline{
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 0;
	background-color: #ffffff;
}

#content div.box div.top_menu{
	float: left;
	width: 235px;
	text-align: center;
	background-color: #ffffff;
}
#content div.box div.top_menu img {
	margin: 5px; padding: 1px;
	border: solid 1px #6E9D4D;
}
#content div.box div.top_menu h3 {
	clear: both;
	margin: 0; padding: 0 20px;
	text-align: left;
}
#content div.box div.top_menu p{
	margin: 0; padding: 0 20px;
	text-align: left;
}

#content div.box p.bottom_link {
	clear: both;
	margin: 0; padding: 10px 10px 0 0;
	text-align: right;
}




#content h2 {
	clear: both;
	font-size: 150%;
}


/*---------------------------------------------------*/
/* メインコンテンツ部分 */
/*---------------------------------------------------*/
div.main_box {
	clear: both;
}
.sept {
	padding-top: 60px;
	background-image: url('./images/sept01.png');
	background-repeat: no-repeat;
	background-position: center top;
}

div.main_box h2 {
}
div.main_box h2.text {
	height: 50px;
	margin: 0; padding: 0;
	line-height: 50px;
	text-indent: 10px;
	color: #ffffff;
	background-image: url('./images/moribokujo/back_h2.jpg');
	
}
div.main_box h3 {
	margin: 20px 0 0 5px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: dotted 1px #3B6C1B;
}

div.main_box p{
	margin: 20px 0 10px 10px;
	font-size: 120%;
}
div.column2text {
	float: left;
	width: 400px;
}
div.column2image {
	padding: 10px 10px 10px 0;
	text-align: right;
}
div.column2image p {
	margin: 0 15px 10px 0;
	font-size: 70%;
}




div.column3 {
	float: left;
	width: 300px;
	margin: 0 10px 20px 10px;
}
div.column3 h3 {
	margin: 0 5px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: dotted 1px #3B6C1B;
}
div.column3 dl {
	margin: 0 5px;;
}
div.column3 dt {
	color: green;
	font-size: 110%;
	border-bottom: dotted 1px #E9F7DF;
}
div.column3 dd {
	margin-bottom: 4px;
	font-size: 110%;
}

div.column3 p {
	margin: 0 5px;
	font-size: 120%;
}
div.column3 p.price {
	text-align: right;
	color: #ff0000;
}

div.column3 span.add {
	text-indent: 1em;
	font-size: 80%;
}

div.column3 td {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

div.column3-2 {
	float: left;
	width: 610px;
	margin: 0 10px 20px 20px;
}
div.column3-2 p {
	margin: 0 5px;
	font-size: 120%;
}

/* 土日祝の価格変更日（不要になったら削除する） */
div.column3 p.kaiteidate {
	text-align: end;
	font-size: 90%;
	padding: 0;
	margin: 0;
}

p.data {
	padding: 8px 0 2px 0;
	border-bottom: dotted 1px #3B6C1B;
}
p.data span {
	width: 120px;
	color: #3B6C1B;
}


/*---------------------------------------------------*/
/* フッター部分 */
/*---------------------------------------------------*/
#footer {
	background-image: url('./images/footer_back.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_frame {
	background-image: url('./images/footer_bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_wrapper {
	margin: 0 auto; padding: 30px 0 20px 0;
	width: 960px;
	color: #ffffff;
	text-align: left;
	line-height: 170%;
}
.footer_content {
	margin: 0 40px 0 10px;
	float: left;
}
.footer_content p{
	margin: 10px 0 10px 28px;
}
.footer_content p img{
	margin: 5px 0 0 0;
}
.footer_content ul.list{
	float: left;
	padding: 10px 0 20px 30px;
	width: 130px;
	list-style-type: none;
}
.footer_content li.sub{
	text-indent: 1em;
}
.footer_content a{
	color: #ffffff;
}
.footer_content p.sns{
	margin: 0;
}
.footer_content p.sns a{
	text-decoration: none;
}
.footer_content p.sns img{
	vertical-align: middle;
	margin: 0 0;
}

#footer_copyrights{
	margin: 0 auto; padding: 10px 0 0 600px;
	height: 30px;
	color: #ffffff;
	font-size: 70%;
	background-color: #3B6C1B;
}

/*---------------------------------------------------*/
/* メインコンテンツ共通部分 */
/*---------------------------------------------------*/

.sticky #gmenu_wrapper {
	position:fixed;
	margin: 0 auto;
	top:0;
	left:0;
}
.pos1_on {
	color: red;	
}
.pos2_on {
	color: blue;	
}
