@charset "utf-8";


/*全体の設定　　仕上げ時backgroundを#f7fff7に変更
---------------------------------------------------------------------------*/
body{
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background: #f7fff7;	/*背景色*/

}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	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;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #333;	/*リンクテキストの色*/
}
a:hover{
	color: #337942;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*Google Map設定
---------------------------------------------------------------------------*/
iframe {
 width: 100%;
} 
 
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
	background: #f7fff7 url(../images/header_bg.png) no-repeat center center;	/*背景画像と背景色（※古いブラウザ用）*/
	background: url(../images/header_bg.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f7fff7));	/*グラデーション*/
	background: url(../images/header_bg.png) no-repeat center center, -webkit-linear-gradient(#FFF 70%, #f7fff7);	/*同上*/
	background: url(../images/header_bg.png) no-repeat center center, linear-gradient(#FFF 70%, #f7fff7);			/*同上*/
}
/*ヘッダーブロックの中*/
header .inner{
	width: 997px;	/*ブロック幅*/
	height: 100px;	/*ブロックの高さ*/
	position: relative;
	margin: 0px auto;
}

/*h1ロゴの設定*/
header .inner h1{
	position: absolute;
	left: 20px;	/*innerに対して左から20pxの場所に配置*/
	top: 24px;	/*innerに対して上から24pxの場所に配置*/
}
header .inner p{
	position: absolute;
	right: 30px;	/*innerに対して左から20pxの場所に配置*/
	top: 70px;	/*innerに対して上から24pxの場所に配置*/
}

/*「ご予約・お問い合わせ」ボタン設定　6d7b6d*/
header #toiawase a{
	text-decoration: none;
	background: #4C7F4C;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4C7F4C), to(#497A49));	/*グラデーション*/
	background: -webkit-linear-gradient(#D5F7D5, #4C7F4C 49%, #3D663D 50%, #497A49);	/*同上*/
	background: linear-gradient(#D5F7D5, #4C7F4C 49%, #3D663D 50%, #497A49);			/*同上*/
	color: #FFF;	/*文字色*/
	position: absolute;
	top: -5px;		/*innerに対して上から-5pxの場所に配置*/
	right: 20px;	/*innerに対して右から20pxの場所に配置*/
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 0px 4px #9CAF9C, 0px 0px 10px #4D564D inset;	/*影の設定*/
	box-shadow: 0px 0px 0px 4px #9CAF9C, 0px 0px 10px #4D564D inset;			/*同上*/
	display: inline-block;
	padding: 10px 10px;	/*上下、左右への余白*/
	border-radius: 0 0 6px 6px;	/*角丸のサイズ。左上、右上、左下、右下への順*/
	text-shadow: 0px -1px #4D564D;	/*テキストの影。左右への設定、上下への設定、色設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
}
header #toiawase a:hover{
	background: #6d7b6d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#d99e4a), to(#7D8C7D));	/*グラデーション*/
	background: -webkit-linear-gradient(#CCE5CC, #859385 49%, #6d7b6d 50%, #7D8C7D);	/*同上*/
	background: linear-gradient(#CCE5CC, #859385 49%, #6d7b6d 50%, #7D8C7D);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
#mainimg .slide_file{
	display: none;
}
#slide_image{
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2{
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
	clear: left;
	width: 997px;
	margin: 0px auto;
	padding-top: 10px;
}
#top #contents{
	padding-top: 0px;
}
/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2 {
	font-size: 20px;	/*文字サイズ*/
	font-weight: normal;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;
	letter-spacing: 0.3em;	/*文字間隔を広くとる設定*/
	border: 1px solid #f7fff7;	/*枠線の幅、線種、色*/
	padding-left: 80px;
	margin-bottom: 10px;
	border-radius: 40px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 0px 50px #f7fff7 inset;
	box-shadow: 0px 0px 50px 5px #f7fff7 inset;
	line-height: 160px;	/*高さ*/
}
/*(メガネページ)*/
#contents h2#title-megane{
	background: url(../images/title_megane.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_megane.jpg) no-repeat right center / auto 100%;
}
/*(コンタクトレンズページ)*/
#contents h2#title-contactlens{
	background: url(../images/title_contactlens.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_contactlens.jpg) no-repeat right center / auto 100%;
}
/*(補聴器ページ)*/
#contents h2#title-hearingaid{
	background: url(../images/title_hearingaid.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_hearingaid.jpg) no-repeat right center / auto 100%;
}
/*(店舗案内ページ)*/
#contents h2#title-shopinfo{
	background: url(../images/title_shopinfo.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_shopinfo.jpg) no-repeat right center / auto 100%;
}
/*(メガネチラシページ)*/
#contents h2#title-sale{
	background: url(../images/title_sale.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_sale.jpg) no-repeat right center / auto 100%;
}
/*(補聴器チラシページ)*/
#contents h2#title-saleheari{
	background: url(../images/title_saleheari.jpg) no-repeat right center;	/*古いブラウザ用*/	
	background: url(../images/title_saleheari.jpg) no-repeat right center / auto 100%;
}
/*(問い合わせ・メールフォーム)*/
#contents h2#title-contactus{
	background: url(../images/title_contactus.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_contactus.jpg) no-repeat right center / auto 100%;
}
/*(会社案内)*/
#contents h2#title-profile{
	background: url(../images/title_profile.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_profile.jpg) no-repeat right center / auto 100%;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main{
	float: right;	/*右側に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグ設定*/
#main h2{
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	color: #333333;		/*文字色*/
		border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.3);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.3);			/*同上*/
	background-color: #f7fff7;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f7fff7));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f7fff7);	/*同上*/
	background-image: linear-gradient(#FFF, #f7fff7);			/*同上*/
	font-weight: bolder;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	background: url(../images/img_megane-2.png) no-repeat right -10px;
	padding: 30px 15px 5px;	/*上、左右、下への余白*/
}
/*mainコンテンツのh3タグ設定*/
#main h3{
	clear: both;
	background: #2E464C;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#5F9199), to(#2E464C));	/*グラデーション*/
	background: -webkit-linear-gradient(#5F9199, #2E464C);	/*同上*/
	background: linear-gradient(#5F9199, #2E464C);			/*同上*/
	font-size: 100%;
	text-shadow: 0px -1px #1F2F33;	/*テキストの影。左右への設定、上下への設定、色設定。*/
	padding: 8px 30px;	/*上下、左右への余白*/
	border: 1px solid #2E464C;		/*線の幅、線種、色*/
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
}
/*mainPC以外消えるh3タグ設定*/
#main h3.pc{
	clear: both;
	background: #607865;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#607865), to(#337942));	/*グラデーション*/
	background: -webkit-linear-gradient(#607865, #337942);	/*同上*/
	background: linear-gradient(#607865, #337942);			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #061a0b;		/*線の幅、線種、色*/
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
}

/*mainPC以外消えるlightboxタグ設定*/
.lgb img{
    margin-top: 5px; /* 画像の上の余白*/
	width: 99%;
    box-shadow: 5px 5px 5px 0px #ccc;   /*水平距離 垂直距離 ばかし距離　広がり距離*/
}
/*mainPCでは消える通常チラシ画像タグ設定*/
.pic{
	display :none;
}

/*mainコンテンツの段落タグ設定*/
#main p{
	padding: 10px 15px 15px;	/*左から、上、左右、下への余白*/
}

/*room.html、plan.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list{
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d2d2d2));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #d2d2d2);	/*同上*/
	background: linear-gradient(#FFF, #d2d2d2);			/*同上*/
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
	padding: 20px;	/*ボックス内の余白*/
}
#main section.list a{
	color: #333;	/*文字色*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
	margin: -20px;
}

/*ボックス内の段落タグ設定*/
#main section.list p{
	padding: 0px;
	margin-left: 44%;	/*左の写真とのバランスをとって設定*/
}

/*ボックス内のテーブルタグ設定*/
#main section.list table{
	padding: 0px;
	margin-left: 44%;	/*左の写真とのバランスをとって設定*/
    width: 56%;
}

/*ボックス内の写真設定*/
#main section.list figure img{
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 40%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4{
	font-size: 120%;
	color: #006D7F;		/*文字色*/
	margin-left: 44%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #006D7F;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*room.html、plan.html内の各ブロック2
---------------------------------------------------------------------------*/
/*ボックスの設定2*/
#main section.list2{
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d2d2d2));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #d2d2d2);	/*同上*/
	background: linear-gradient(#FFF, #d2d2d2);			/*同上*/
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
	padding: 20px;	/*ボックス内の余白*/
}
#main section.list2 a{
	color: #333;	/*文字色*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
	margin: -20px;
}

/*ボックス内の段落タグ設定*/
#main section.list2 p{
	padding: 0px;
	margin-left: 0%;	/*左の写真とのバランスをとって設定*/
}

/*ボックス内のテーブルタグ設定*/
#main section.list2 table{
	padding: 0px;
	margin-left: 100%;	/*左の写真とのバランスをとって設定*/
    width: 56%;
}

/*ボックス内の写真設定*/
#main section.list2 figure img{
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 0px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 100%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list2 h4{
	font-size: 120%;
	color: #006D7F;		/*文字色*/
	margin-left: 0%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #006D7F;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}


/*問い合わせボックスの設定*/
#main section.list3 {
	height: 100px;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 290px;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);			/*同上*/
	background-color: #E7E6FF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E7E6FF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #E7E6FF);	/*同上*/
	background-image: linear-gradient(#FFF, #E7E6FF);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 10px 20px 1em;	/*横4→5px　横3→8px*/
	position: relative;
	line-height: 1.5;
}
/*ボックス内の段落タグ設定*/
#main section.list3 p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 100%;	/*文字サイズ*/
}
/*ボックス内のh4タグ設定*/
#main section.list3 h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	padding: 0;
	border-radius: 0px;
	color: #006D7F;	/*文字色*/
	border-bottom: 1px solid #006D7F;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}



/*会社案内ボックスの設定*/
#main section.list4{
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: url(../images/img_profile.png) no-repeat right top;
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
	padding: 20px;	/*ボックス内の余白*/
}
#main section.list4 a{
	color: #333;	/*文字色*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
	margin: -20px;
}

/*ボックス内の段落タグ設定*/
#main section.list4 p{
	padding: 2px;
}
/*ボックス内のh4タグ設定*/
#main section.list4 h4{
	font-size: 120%;
	color: #006D7F;		/*文字色*/
	border-bottom: 1px solid #006D7F;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	padding: 10px;
}

/*採用情報ボックスの設定*/
#main section.list5{
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: url(../images/img_recruit.png) no-repeat right top;
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
	padding: 20px;	/*ボックス内の余白*/
}
#main section.list5 a{
	color: #333;	/*文字色*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
	margin: -20px;
}

/*ボックス内の段落タグ設定*/
#main section.list5 p{
	padding: 2px;
}
/*ボックス内のh4タグ設定*/
#main section.list5 h4{
	font-size: 120%;
	color: #006D7F;		/*文字色*/
	border-bottom: 1px solid #006D7F;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	padding: 10px;
}
/*room.html、plan.htmlで使っているボックス右下のマーク画像設定
---------------------------------------------------------------------------*/
.mark1{
	font-size: 12px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #0066CC;	/*背景色*/
	text-align: center;
	display: block;
	width: 210px;
	position: absolute;
	left: -100px;
	top: 30px;
	-webkit-transform: rotate(-20deg) translate(60px,10px);
	-ms-transform: rotate(-20deg) translate(60px,10px);
	transform: rotate(-20deg) translate(60px,10px);
}

.mark2{
	font-size: 12px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #b10f0f;	/*背景色*/
	text-align: center;
	display: block;
	width: 210px;
	position: absolute;
	left: -100px;
	top: 30px;
	-webkit-transform: rotate(-20deg) translate(60px,10px);
	-ms-transform: rotate(-20deg) translate(60px,10px);
	transform: rotate(-20deg) translate(60px,10px);
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub{
	float: left;	/*左側に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2{
	font-size: 100%;
	color: #FFF;		/*文字色*/
	font-weight: normal;
	text-align: center;	/*文字をセンタリング*/
	border-radius: 0px;	/*角丸のサイズ*/
	background: #2E464C;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#5F9199), to(#2E464C));	/*グラデーション*/
	background: -webkit-linear-gradient(#5F9199, #2E464C);	/*同上*/
	background: linear-gradient(#5F9199, #2E464C);			/*同上*/
	text-shadow: 0px -1px #1F2F33;	/*テキストの影。左右への設定、上下への設定、色設定。*/
	border: 1px solid #2E464C;		/*線の幅、線種、色*/
	padding: 8px 0px 8px;	/*左から、上、左右、下への余白*/
	margin-top: 30px;
	margin-bottom: 10px;
}
/*subコンテンツの段落タグ設定*/
#sub p{
	padding: 5px 0px 5px;	/*左から、上、左右、下への余白*/
}

/*subコンテンツ内のメニュー 607865 濃い337942
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #menubar ul,
#sub ul.submenu{
	border-top: 1px solid #f7fff7;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #f7fff7;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #f7fff7;	/*左側の線の幅、線種、色*/
	margin-bottom: 10px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub #menubar ul li a,
#sub ul.submenu li a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #f7fff7;	/*下側の線の幅、線種、色*/
	background: #2E464C;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#5F9199), to(#2E464C));	/*グラデーション*/
	background: -webkit-linear-gradient(#5F9199, #2E464C);	/*同上*/
	background: linear-gradient(#5F9199, #2E464C);			/*同上*/
	color: #fff;		/*文字色*/
	line-height: 36px;
	padding: 0px 10px;	/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-shadow: 0px -1px #1F2F33;	/*テキストの影。左右への設定、上下への設定、色設定。*/
}
/*マウスオン時と現在表示中メニュー設定*/
#sub #menubar ul li a:hover,
#sub ul.submenu li a:hover,
#sub #menubar ul li.current a,
#sub ul.submenu li.current a{
	background: #3E5E66;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3E5E66), to(#79B8BF));	/*グラデーション*/
	background: -webkit-linear-gradient(#3E5E66, #79B8BF);	/*同上*/
	background: linear-gradient(#3E5E66, #79B8BF);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*キャンペーン情報のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub section.list {
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);			/*同上*/
	background-color: #E7E6FF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E7E6FF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #E7E6FF);	/*同上*/
	background-image: linear-gradient(#FFF, #E7E6FF);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	margin-top: 0px;
	margin-bottom: 10px;
}
/*ボックス内の段落タグ設定*/
#sub section.list p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 90%;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#sub section.list h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-size: 90%;
	padding: 0;
	border-radius: 0px;
	color: #006D7F;	/*文字色*/
	border-bottom: 1px solid #006D7F;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ボックス内の写真設定*/
#sub section.list figure img {
	width: 100%;
	height: auto;
}
/*バナーの設定*/
#sub section.banner {
	margin-bottom: -10px;
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu{
	clear: both;
	margin: 0px auto 30px;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li{
	display: inline;
	padding: 0px 5px;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer{
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f7fff7 url(../images/footer_bg.png) no-repeat center center;	/*背景画像と背景色（※古いブラウザ用）*/
	background: url(../images/footer_bg.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#f7fff7), to(#f7fff7));	/*グラデーション*/
	background: url(../images/footer_bg.png) no-repeat center center, -webkit-linear-gradient(#f7fff7 60%, #f7fff7);	/*同上*/
	background: url(../images/footer_bg.png) no-repeat center center, linear-gradient(#f7fff7 60%, #f7fff7);			/*同上*/
	color: #333;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
}
footer .pr{
	display: block;
	font-size: 80%;
}
footer a{
	text-decoration: none;
	color: #333;		/*文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	padding-left: 10px;
}
/*日付設定*/
#new dt{
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd{
	border-bottom: 1px solid #FFF;	/*下線の幅、線種、色*/
	padding-left: 8em;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background: #FFF;	/*背景色*/
	color: #333;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 5px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	color: #FFF;	/*文字色*/
	width: auto;
	text-align: left;
	background: #333;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));	/*グラデーション*/
	background: -webkit-linear-gradient(#333, #111);	/*同上*/
	background: linear-gradient(#333, #111);			/*同上*/
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"]{
	width: auto;	/*ボタン幅*/
	padding: 5px;	/*ボタン内の余白*/
	margin: 10px;
	margin-bottom: 0px;
	border-radius: 5px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	clear: both;
}
#pagetop a{
	color: #fff;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #999;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover{
	background: #fff;
	color: #999;
}

/*FAQページの設定
---------------------------------------------------------------------------*/
/*FAQブロック全体*/
dl.faq{
	padding: 0px 15px;	/*上下、左右にとる余白*/
}
/*質問ブロック*/
dl.faq dt{
	font-weight: bold;	/*文字を太字にする設定*/
	color: #006D7F;		/*文字色*/
}
/*回答ブロック*/
dl.faq dd{
	border-bottom: 1px solid #006D7F;	/*下線の幅、線種、色*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.look{
	background: #061a0b;
}
.mb15,
.mb1em{
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1{
	color: #FFFF00;
}
.pr{
	font-size: 10px;
}
.btn{
	width: 155px;	/*ボタン幅*/
    text-decoration: none;
	padding: 10px;	/*ボタン内の余白*/
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
.btn:hover{
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
}
.c{
	text-align: center;
}
.mini1{
	font-size: 12px;
	line-height: 1.5;
}
figcaption{
	font-size: 11px;
}
img{
	max-width: 100%;
	height: auto;
}
.newicon{
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr{
	display: none;
}

hr.styledown {
    border: 0;
    height: 1px;
	margin-bottom: 10px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header{
	background: #f7fff7 url(../images/header_bg.png) no-repeat top center;	/*背景画像と背景色（※古いブラウザ用）*/
	background: url(../images/header_bg.png) no-repeat top center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f7fff7));	/*グラデーション*/
	background: url(../images/header_bg.png) no-repeat top center, -webkit-linear-gradient(#FFF 70%, #f7fff7);	/*同上*/
	background: url(../images/header_bg.png) no-repeat top center, linear-gradient(#FFF 70%, #f7fff7);			/*同上*/
}
header .inner{
	width: auto;
}
/*h1ロゴの設定*/
header .inner h1{
	width: 50%;
}
/*「ご予約・お問い合わせ」ボタン設定*/
header #toiawase a{
	padding: 5px 10px;
	font-size: 14px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	margin-top: 170px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
	width: auto;
	margin: 0px 0px;
	padding-top: 123px;
}

/*mainPC以外消えるh3タグ設定*/
#main h3.pc{
	display :none;
}

/*mainPC以外消えるlightboxタグ設定*/
.lgb{
	display :none;
}

/*mainPCでは消える通常チラシ画像タグ設定*/
.pic{
	display: block;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub{
	float: none;
	width: auto;
}

/*ボックス内のテーブルタグ設定*/
#main section.list table{
    width: 56%;
}

/*問い合わせボックスの設定*/
#main section.list3 {
	height: 120px;	/*ボックスの高さ*/
	width: 45%;	/*ボックスの幅*/
	margin: 15px 2% 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub #menubar h2{
	display: none;
}

/*カラム内のブロック
---------------------------------------------------------------------------*/
/*subコンテンツ内のh2タグ設定*/
#sub h2{
	float: left;
	width: 100%;	/*ボックスの幅*/
	margin: 0px 0px 15px 0px; /*上 右 下 左*/
	border: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
/*ボックスを囲うBOX*/
#sub section.box {
	height: auto;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 98%;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 0px;	/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left; 
	border:1px solid #40636B;
	margin: 0px 0px 30px 1%; /*上 右 下 左*/
	position: relative;
}
/*各ボックスの設定*/
#sub section.list {
	float: left;
	height: auto;	/*ボックスの高さ*/
	width: 46%;	/*ボックスの幅*/
	margin: 0px 2% 20px;	/*横4→5px　横3→8px*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*バナーの設定*/
#sub section.banner {
	float: left;
	height: aout;	/*ボックスの高さ*/
	width: 48%;	/*ボックスの幅*/
	margin: 0px 1% 5px;	/*横4→5px　横3→8px*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*メニューブロック全体(※menubarのみ)の設定*/
#sub #menubar ul{
	position: absolute;
	width: 100%;	
	left: 0px;
	top: 100px;
}
/*メニュー１個ごと(※menubarのみ)の設定*/
#sub #menubar ul li{
	float: left;
	width: 50%;
}
#sub #menubar ul li a{
	line-height: 40px;
}
nav#menubar ul li:nth-child(odd){
	border-right: 1px solid #f7fff7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header{
	background: #f7fff7 url(../images/header_bg.png) no-repeat top center;	/*背景画像と背景色（※古いブラウザ用）*/
	background: url(../images/header_bg.png) no-repeat top center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f7fff7));	/*グラデーション*/
	background: url(../images/header_bg.png) no-repeat top center, -webkit-linear-gradient(#FFF 70%, #f7fff7);	/*同上*/
	background: url(../images/header_bg.png) no-repeat top center, linear-gradient(#FFF 70%, #f7fff7);			/*同上*/
}
header .inner{
	width: auto;
}
/*h1ロゴの設定*/
header .inner h1{
	width: 90%;
}
/*「ご予約・お問い合わせ」ボタン設定*/
header #toiawase a{
	display :none;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	margin-top: 170px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
	width: auto;
	margin: 0px 10px;
	padding-top: 0px;
}
/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2{
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 120px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
/*mainPC以外消えるh3タグ設定*/
#main h3.pc{
	display :none;
}

/*mainPC以外消えるlightboxタグ設定*/
.lgb{
	display :none;
}

/*mainPCでは消える通常チラシ画像タグ設定*/
.pic{
	display: block;
}

#main, #sub{
	float: none;
	width: auto;
}
/*mainコンテンツのh2タグ設定*/
#main h2{
	font-size: 16px;
	letter-spacing: normal;
}

/*ボックス内のテーブルタグ設定*/
#main section.list table{
    width: 100%;
}

/*subコンテンツ内ボックス
---------------------------------------------------------------------------*/
/*ボックスを囲うBOX*/
#sub section.box {
	height: auto;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 100%;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 0px;	/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left; 
	border:1px solid #40636B;
	margin: 0px 0px 30px 0px; /*上 右 下 左*/
	position: relative;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2{
	float: left;
	width: 100%;	/*ボックスの幅*/
	margin: 0px 0px 15px 0px; /*上 右 下 左*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
/*各ボックスの設定*/
#sub section.list {
	float: left;
	height: auto;	/*ボックスの高さ*/
	width: 96%;	/*ボックスの幅*/
	margin: 0px 2% 20px;	/*横4→5px　横3→8px*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*バナーの設定*/
#sub section.banner {
	float: left;
	height: aout;	/*ボックスの高さ*/
	width: 97%;	/*ボックスの幅*/
	margin: 0px 1.5% 5px;	/*横4→5px　横3→8px*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub #menubar h2{
	display: none;
}
/*メニューブロック全体(※menubarのみ)の設定*/
#sub #menubar ul{
	position: absolute;
	left: 0px;
	top: 100px;
}
/*メニュー１個ごと(※menubarのみ)の設定*/
#sub #menubar ul li{
	float: left;
	width: 50%;
}
#sub #menubar ul li a{
	line-height: 40px;
}
nav#menubar ul li:nth-child(odd){
	border-right: 1px solid #f7fff7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*h2タグ*/
#new h2.open{
	background: url(../images/btn_minus.png) no-repeat right center), url(../images/img_momiji.png) no-repeat right -10px;	/*マイナスアイコンと背景画像*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/img_momiji.png) no-repeat right -10px;	/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/img_momiji.png) no-repeat right -10px;	/*同上*/
}
#new h2.close{
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/img_momiji.png) no-repeat right -10px;	/*プラスアイコンと背景画像*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/img_momiji.png) no-repeat right -10px;	/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/img_momiji.png) no-repeat right -10px;	/*同上*/
}
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	height: auto;
}
/*日付設定*/
#new dt{
	float: none;
	width: auto;
}
/*記事設定*/
#new dd{
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: aout;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*room.html、plan.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p{
	margin-left: 0;
}

/*ボックス内のテーブルタグ設定*/
#main section.list table{
	margin-left: 0;
}

/*ボックス内の写真設定*/
#main section.list figure img{
	float: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
#main section.list h4{
	margin-left: 0;
}

#main section.list3 {
	height: 110px;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	margin: 5px 0px 5px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*その他
---------------------------------------------------------------------------*/
/*メニュー折りたたみ設定*/
#menubar_hdr{
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

}
