@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/1.8 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	/*background: #192037;	/*背景色*/
	background: #fff;	/*背景色*/
}
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: #fff;	/*リンクテキストの色*/
}
a:hover {
	color: #c2a951;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*background: #5200a6;*/
	background: #FFF 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(#ededed));	/*グラデーション*/
	background: url(../images/header_bg.png) no-repeat center center, -webkit-linear-gradient(#FFF 60%, #ededed);	/*同上*/
	background: url(../images/header_bg.png) no-repeat center center, linear-gradient(#FFF 60%, #ededed);			/*同上*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 100px;	/*ブロックの高さ*/
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 20px;	/*innerに対して左から20pxの場所に配置*/
	top: 3px;	/*innerに対して上から24pxの場所に配置*/
}
/*「言語」ボタン設定*/
header .gengo  {
	position: absolute;
	top: 5px;		/*innerに対して上から-5pxの場所に配置*/
	right: 20px;	/*innerに対して右から20pxの場所に配置*/
}
header .gengo li {
	background: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	text-align: center;	/*文字をセンタリング*/
	padding: 2px 8px;
	border: 1px solid #d38c29;
	font-size: 0.9em;
	display: inline-block;       /*display: inline-block;を指定することで、横に並べています。*/
}
header .gengo li a{
	display: block;              /*display: block;を指定してテキスト以外の部分もクリックできるようにしています。*/
	text-decoration: none;
	color: #d38c29;
}
header .gengo li:hover{
	background: #d38c29;	/*背景色（古いブラウザだとここの色のみが出ます）*/
}
header .gengo li a:hover{
	color: #fff;
}
/*「ご予約・お問い合わせ」ボタン設定*/
header #toiawase a {
	text-decoration: none;
	background: #d38c29;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#d99e4a), to(#d99c3e));	/*グラデーション*/
	background: -webkit-linear-gradient(#f3e3d3, #d99e4a 49%, #d38c29 50%, #d99c3e);	/*同上*/
	background: linear-gradient(#f3e3d3, #d99e4a 49%, #d38c29 50%, #d99c3e);			/*同上*/
	position: absolute;
	top: -5px;		/*innerに対して上から-5pxの場所に配置*/
	right: 20px;	/*innerに対して右から20pxの場所に配置*/
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 0px 4px #e4b97d, 0px 0px 10px #bc6614 inset;	/*影の設定*/
	box-shadow: 0px 0px 0px 4px #e4b97d, 0px 0px 10px #bc6614 inset;			/*同上*/
	display: inline-block;
	padding: 15px 50px;	/*上下、左右への余白*/
	border-radius: 0 0 6px 6px;	/*角丸のサイズ。左上、右上、左下、右下への順*/
	text-shadow: 0px -1px #bc6614;	/*テキストの影。左右への設定、上下への設定、色設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
}
header #toiawase a:hover {
	background: #ffb750;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb750), to(#fbb447));	/*グラデーション*/
	background: -webkit-linear-gradient(#fee2c7, #ffb750 49%, #ffa627 50%, #fbb447);	/*同上*/
	background: linear-gradient(#fee2c7, #ffb750 49%, #ffa627 50%, #fbb447);			/*同上*/
	color: #FFF;	/*文字色*/
}
header #catch {
	position: absolute;
	top: 70px;		/*innerに対して上から-5pxの場所に配置*/
	right: 20px;	/*innerに対して右から20pxの場所に配置*/
	color: #30437b;
	font-size: 0.8em;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#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;
}
#mainmenu {
	display: flex;		/*左にまわりこませる*/
	justify-content: space-between;
	align-items: stretch;
}
#mainmenu li {
	width: 100%;		/*左にまわりこませる*/
}

#mainmenu li a {
	margin: 0 5px 20px;
	background: #0d111d;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0d111d), to(#000033));	/*グラデーション*/
	background: -webkit-linear-gradient(#0d111d, #000033);	/*同上*/
	background: linear-gradient(#0d111d, #000033);			/*同上*/
	text-decoration: none;
	display: block;
	line-height: 40px;	/*メニューの高さ*/
	height: auto;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
}
/*マウスオン時の設定*/
#mainmenu li a:hover {
	background: #c2a951;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	margin: 0px auto;
	padding-top: 30px;
}
#top #contents {
	padding-top: 0px;
}
/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2 {
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	font-weight: normal;
	letter-spacing: 0.4em;	/*文字間隔を広くとる設定*/
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	padding-left: 40px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px #000 inset;
	box-shadow: 0px 0px 10px 5px #000 inset;
	line-height: 160px;	/*高さ*/
}
/*about(当館について)*/
#contents h2#title-about {
	background: url(../images/title_about.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_about.jpg) no-repeat right center / auto 100%;
}
/*room(お部屋のご紹介)*/
#contents h2#title-room {
	background: url(../images/title_room.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_room.jpg) no-repeat right center / auto 100%;
}
/*plan(ご宿泊プラン)*/
#contents h2#title-plan {
	background: url(../images/title_plan.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_plan.jpg) no-repeat right center / auto 100%;
}
/*kanko(周辺観光)*/
#contents h2#title-kanko {
	background: url(../images/title_kanko.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_kanko.jpg) no-repeat right center / auto 100%;
}
/*access(お宿までのアクセス)*/
#contents h2#title-access {
	background: url(../images/title_access.jpg) no-repeat right center;	/*古いブラウザ用*/	
	background: url(../images/title_access.jpg) no-repeat right center / auto 100%;
}
/*reserve(ご予約)*/
#contents h2#title-reserve {
	background: url(../images/title_faq.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_faq.jpg) no-repeat right center / auto 100%;
}
/*contact(ご予約・お問い合わせ)*/
#contents h2#title-contact {
	background: url(../images/title_contact.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_contact.jpg) no-repeat right center / auto 100%;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	font-size: 19px;	/*文字サイズ*/
	color: #1c2f41;		/*文字色*/
	/*border-bottom: 3px solid #c2a951;*/
	border-bottom: 3px solid #d18a28 ;
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	background: url(../images/img_turu.png) no-repeat right -20px;
	padding: 15px 15px 5px;	/*上、左右、下への余白*/
	margin-bottom: 20px;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	color: #FFF;		/*文字色*/
	clear: both;
	background: #0d111d;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#0d111d));	/*グラデーション*/
	background: -webkit-linear-gradient(#000033, #0d111d);	/*同上*/
	background: linear-gradient(#000033, #0d111d);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #0d111d;		/*線の幅、線種、色*/
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
}
/*mainコンテンツのh4タグ設定*鳥山/
#main h4 {
	color: #FFF;		/*文字色*/
h4 {
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

h4:before {
  font-family: "FontAwesome";
  content: "✔";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}



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

/*room.htmlブロック
---------------------------------------------------------------------------*/
.photo {
	padding: 10px 0;
	line-height: 1.5em;
}
.photo p {
	margin-bottom: 10px;
}
.photo2, .photo3 {
	display: flex;   /*写真2カラム、3カラム*/
  	flex-wrap: wrap;
  	justify-content: space-between;
}
 .photo3 li{
 	width: 32%;
}
 .photo2 li{
 	width: 48%;
}
 .photo2 img {
	-moz-box-shadow: 2px 2px 3px 3px #CCC;
	-webkit-box-shadow: 2px 2px 3px 3px #CCC;
	box-shadow: 2px 2px 3px 3px #CCC;
	background-color: #fff;
	padding: 3px;
	width: 330px;
}

.room {
	margin: 15px;	/*ボックス間のスペース*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#efefef));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #efefef);	/*同上*/
	background: linear-gradient(#FFF, #efefef);			/*同上*/
	color: #333;	/*文字色*/
	padding: 20px;	/*ボックス内の余白*/
	float: left;
	width: 280px;
	height: 350px;
}
.room h4 {
	color: #9999cc;		/*文字色*/
	border-bottom: 1px solid #9999cc;	/*下側の線の幅、線種、色*/
}
.room img {
	background-color: #fff;
	padding: 5px;
}

/*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 a:hover {
	background: #fffabb;	/*マウスオン時の背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #c2a951;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #c2a951;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*room.html、plan.htmlで使っているボックス右下のマーク画像設定
---------------------------------------------------------------------------*/
.mark1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #b10f0f;	/*背景色*/
	text-align: center;
	display: block;
	width: 200px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(60px,10px);
	-ms-transform: rotate(-45deg) translate(60px,10px);
	transform: rotate(-20deg) translate(60px,10px);
}

/*about.html内の各ブロック
---------------------------------------------------------------------------*/
.pa1 dl {
	margin-left: 30px;
	line-height: 1em;
}
.pa1 dt {
	color:#cc6633;
	width: 7em;
	float:left;
}
.pa1 dd {
	padding-left: 8em;
}
/*インスタ*/
.insta {
	margin-top: 10px;
  vertical-align: middle;
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
	margin-bottom: 10px;
}
a.insta_btn {
	text-decoration: none;
}
.insta_btn:hover {/*ホバー時*/
  color:#ff6a00;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

/*access.html内の各ブロック
---------------------------------------------------------------------------*/
.access dl {
	margin: 0 0 20px 10px;
}
.access dt {
	color:#cc6633;
}
.access dd {
	padding: 0 0 10px 20px;
}
.access iframe {
	display: block;
	width: 90%;
	margin: 0 auto;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	color: #FFF;		/*文字色*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#0d111d));	/*グラデーション*/
	background: -webkit-linear-gradient(#222, #0d111d);	/*同上*/
	background: linear-gradient(#222, #0d111d);			/*同上*/
	padding: 10px 0px;	/*左右への余白*/
	border-bottom: 3px solid #d18a28;	/*下の幅、線種、色*/
	border-top: 1px solid #666;		/*上の幅、線種、色*/
	border-right: 1px solid #666;		/*右側の幅、線種、色*/
	border-left: 1px solid #666;		/*左側の幅、線種、色*/
}
/*subコンテンツの段落タグ設定*/
#sub p {
	padding: 10px 0px 15px;	/*左から、上、左右、下への余白*/
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #menubar ul,
#sub ul.submenu {
	border-top: 1px solid #666;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #666;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #666;	/*左側の線の幅、線種、色*/
	margin-bottom: 20px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub #menubar ul li a,
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666;	/*下側の線の幅、線種、色*/
	/*background: #3b6700;	/*背景色*/
	background: #0d111d;	/*背景色*/
	line-height: 36px;
	padding: 0px 10px;	/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時と現在表示中メニュー設定*/
#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: #FFF;	/*背景色*/
	color: #c2a951;		/*文字色*/
}


/*サイドバーメニューをトップページのみ表示しない（スマホでは表示）
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width : 481px){
#none{
display: none;
}

}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	margin: 0px auto 30px;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}
ul#footermenu li a{
	color:#222;
}
/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF url(../images/header_bg.png) no-repeat center center;	/*背景色と背景画像*/
	color: #333;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
}
footer a {
	color: #333;		/*文字色*/
	text-decoration: none;
}
footer .pr {
	display: block;
}
footer .pr a{
	font-size: 6px;
	color: #c0c0c0;		/*文字色*/
	text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#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: 90%;
	background: #FFF;	/*背景色*/
	color: #333;		/*文字色*/
	margin: 20px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
	font-weight: normal;
}
/*テーブル１行目に入った見出し部分*/
.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: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	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: 16px;	/*文字サイズ*/
	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: #666;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #FFF;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #999;
	color: #FFF;
}

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

/*その他
---------------------------------------------------------------------------*/
.fb-page {
	margin-top: 20px;
}
.look {
	background: #0d111d;
}
.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 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f17 {
	font-size: 17px;
}
.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;
}



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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header .inner {
	width: auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	width: 50%;
}
/*「ご予約・お問い合わせ」ボタン設定*/
header #toiawase a {
	padding: 10px 20px;
	font-size: 14px;
}

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

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

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


/*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 #30437b;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

}



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


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header .inner {
	width: auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	width: 90%;
	top: 25px;
}
/*「ご予約・お問い合わせ」ボタン設定*/
header #toiawase a {
	display :none;
}

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

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

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

/*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 #30437b;
	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: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*room.html各ブロック
---------------------------------------------------------------------------*/
.photo2,  .photo3{
    flex-direction: column;        /*横並びを縦並びにする*/
}
.photo2 li, .photo3 li{
	width: 100%;
	height: 50%;
}

.room {
	float: none;
	width: 75%;
	height: auto;
}
/*plan.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	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;
}


/*その他
---------------------------------------------------------------------------*/
/*メニュー折りたたみ設定*/
#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;
}

}


