@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #d1c565;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #000000 url(../images/bg.gif) repeat-x top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
/*トップページのみで適用する壁紙設定*/
body#top {
	background: #000000 url(../images/bgtop.gif) repeat-x top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;

}
form {
	margin: 0px;

}



table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	margin-top:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:6px;
}

table.form2 {
	margin: 1px;
border-top: 1px dotted;
border-bottom: 1px dotted;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #ff8000;
}
a:hover {
	color: #FFFFFF;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*オン時に下線を消す設定。消さないならこの１行削除。*/
}



/*戻る矢印設定
---------------------------------------------------------------------------*/
#page-top{
   width:50px;
   height:50px;
   display:none;
   position:fixed;
   right:16px;
   bottom:16px;
}
 
#page-top p{
   margin:0;
   padding:0;
   text-align:center;
   background:#3b3b3b;
   -webkit-transition:all 0.3s;
   -moz-transition:all 0.3s;
   transition:all 0.3s;
}
 
#page-top p:hover{
   background:#8b8b8b;
}
 
#move-page-top{
   color:#fff;
   line-height:50px;
   text-decoration:none;
   display:block;
   cursor:pointer;
}







/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 253px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*トップページのヘッダー設定*/
#top #header {
	height: 324px;	/*ヘッダーの高さ*/
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 50px;	/*ヘッダーブロックに対して左から50pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	z-index:4;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	font-weight: bold;
	line-height: 5px;	/*右寄せ*/
	font-weight: normal;
	color: #f5f5f5;		/*文字色*/
	position: absolute;
	z-index:3;
	bottom: 80px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
	right: 10px;	/*ヘッダーブロックに対して右から50pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #fffaf0;	/*文字色*/
	font-size: 2em;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 50px;
	padding-top: 6px;
	padding-left: 25px;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background: url(../images/contents_bg.gif) no-repeat center top;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	width: 650px;
	background: url(../images/bg1.gif) no-repeat right center;	/*背景画像の読み込み＆リピートしない＆右側＆上下中央に配置*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	border-bottom: 3px solid #837D40;	/*下部の線の幅、線種、色*/
}


#main h4 {
	font-size: 150%;	/*文字サイズ*/
	
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 2em;	/*左から、上、左右、下への余白*/
	line-height:180%;


}
#main p.img {
	padding: 0.5em 0px 1em;
}



/*モーダル
---------------------------------------------------------------------------*/
.lock {
　　　overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:60%;
    margin:30px;
    padding:0px 20px;
    border:2px solid #aaa;
    background:#000000;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:9997;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:9998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#ff8000;
	text-decoration: underline;

}

.modal-open:hover {
    cursor:pointer;
    color:#ffffff;
}

.modal-close {
    color:#ff8000;
    text-decoration:none;
}

.modal-close:hover {
    cursor:pointer;
    color:#FFFFFF;
}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	padding: 10px 5px;	/*左から、上下、左右への余白*/
	background: #000 url(../images/bg2.gif) repeat-x right bottom;	/*背景色、背景画像の読み込み＆リピートしない＆右側＆上下中央に配置*/
	border-top: 1px solid #59542b;		/*上部の線の幅、線種、色*/
	border-right: 1px solid #59542b;	/*右側の線の幅、線種、色*/
	border-bottom: 5px solid #59542b;	/*下部の線の幅、線種、色*/
	border-left: 1px solid #59542b;		/*左側の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 228px;
	text-decoration: none;
	background: #000000;	/*背景色*/
	border-right: 1px solid #59542b;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #59542b;	/*下部の線の幅、線種、色*/
	border-left: 1px solid #59542b;		/*左側の線の幅、線種、色*/
	padding: 5px;
}
ul.submenu li a:hover {
	background: #201E10;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 670px;
}
#main .new dl {
	clear: left;
	width: 650px;
	border-bottom: 1px solid #59542b;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 550px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;	/*文字サイズ*/
	background: #59542b;	/*背景色*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #837D40;	/*テーブルの外側の枠線の幅、線種、色*/
	width: 670px;
}
.ta1 td, .ta1 th{
	border: 1px solid #837D40;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #222010;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #990202 url(../images/bg1.gif) no-repeat left bottom;	/*背景色、背景画像の読み込み＆リピートしない＆右側＆上下下部を配置*/
	padding-top: 20px;
	padding-bottom: 20px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 253px;
	width: 1000px;
}
#top #mainimg {
	position: relative;
	height: 324px;
	width: 1000px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
#mainimg img {
	vertical-align: bottom;
}

/*お部屋紹介ボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;
	width: 644px;
	border: 3px solid #837D40;	/*ボックスの線の幅、線種、色*/
	overflow: hidden;
	margin-bottom: 0.5em;
}
#main .box1 p.photo {
	float: left;
	width:200px;
	margin-left: 0;
	padding: 0;
}
#main .box1 p.photo a img {
	border: 1px solid #837D40;	/*画像の回りの線*/
	padding: 5px;	/*余白*/
}
#main .box1 p.photo a:hover img {
	border: 1px solid #FFFFFF;	/*マウスオン時の画像の回りの線*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 120%;	/*文字サイズ*/
	border-bottom: 1px solid #837D40;	/*下線の幅、線種、色*/
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	background: url(../images/bg2.gif) no-repeat left bottom;	/*背景画像の読み込み＆リピートしない＆左＆上下下部を配置*/
	padding-right: 5px;
	padding-left: 5px;
}
/*段落タグ*/
#main .box1 p {
	padding: 0px 5px;	/*左から、上下、左右への余白*/
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #292929;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FC0000;
}
.pr {
	font-size: 10px;
}
p#pagetop {
	text-align: right;
	clear: both;
	width: 100%;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}