@charset "utf-8";



/*Google Fontsの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cinzel');

/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 18px;		/*行間*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#3a71c9 150px, #fff 500px);	/*グラデーション*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}

table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {
	width: 100%;
	height: 700px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #FF0000;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	height: 150px;	/*高さ*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
	background: #5fa271;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#4e7215,#7fb726);	/*グラデーション*/
	color: #fff;	/*文字色*/
}
header .inner {
	max-width: 1200px;	/*最大幅。#container,#pagetop,#footermenuと合わせる。*/
	margin: 0 auto;
	position: relative;
}
/*ロゴ画像*/
#logo img {
	width: 303px;	/*画像幅*/
	position: absolute;
	left: 19px;	/*headerに対して左から20pxの場所に配置*/
	top: 14px;	/*headerに対して上から30pxの場所に配置*/
	height: 82px;
}
/*ヘッダー右側のtelブロック*/
#tel {
	position: absolute;
	right: 6px;	/*headerに対して右から20pxの場所に配置*/
	top: 9px;		/*headerに対して上から12pxの場所に配置*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
	background-image: url(../images/24.png);
	width: 314px;
	height: 85px;
	background-repeat: no-repeat;
}
#tel a {
	color: #fff;
}
/*ヘッダー右側の「ご予約はこちらから」ボタン*/
#form  {
	display: block;
	text-decoration: none;
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	position: absolute;
	right: 326px;	/*headerに対して右から20pxの場所に配置*/
	top: 13px;		/*headerに対して上から40pxの場所に配置*/
	color: #FFF;	/*上、右、下、左へのボタン内の余白*/
	font-size: 16px;	/*背景画像とグラデーション*/
	border-radius: 4px;	/*角丸のサイズ*/
	width: 316px;
	background-repeat: no-repeat;
	background-position: 40px center;
	height: 69px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}

/*コンテナー（メインメニュー、メイン画像とコンテンツを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*最大幅。#header .inner,#pagetop,#footermenuと合わせる。*/
	margin: 0 auto;
	position: relative;
	top: -50px;	/*上にずらす距離。この分headerに重なる。*/
	background: #fff;	/*背景色*/
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);			/*同上*/
    border-radius: 0px 0px 10px 10px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	padding: 3%;	/*ボックス内の余白*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar,
#menubar-s {
	z-index: 10;
	position: absolute;
	left: 0px;	/*メイン画像（mainimg）に対して左から0pxの場所に配置*/
	top: 0px;	/*メイン画像（mainimg）に対して上から0pxの場所に配置*/
	width: 100%;	/*幅。#menubar liでmargin-leftを1%とっているのでそれを引いた数字を設定。*/
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 16%;		/*幅*/
	margin-left: 0.5%;	/*メニュー間のスペース*/
	line-height: 1.4;	/*行間を通常より少し狭くする*/
}
#menubar li a,
#menubar-s li a {
	text-decoration: none;
	display: block;
	position: relative;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*フォント指定*/
	color: #666;	/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で、最後の0.8は透明度80%の事。*/
	padding: 6px 2% 10px 15%;	/*上、右、下、左へのメニュー内の余白*/
	border: 1px solid #fff;		/*枠線の幅、線種、色*/
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.15);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の0.15は透明度15%の事。*/
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);			/*同上*/
	border-radius: 0px 0px 10px 10px;	/*角丸のサイズ。左上、右上、右下、左下。*/
	
	
}
/*「→」マーク*/
#menubar li a::before,
#menubar-s li a::before {
	display: block;
	text-shadow: none;
	text-align: center;
	position: absolute;
	left: 4%;
	top: 10px;
	content: "";	/*このテキストを表示させる。変更してもOKですが機種依存文字は使わないように。*/
	background: #5fa271;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";	/*フォント指定*/
	width: 16px;	/*幅*/
	line-height: 16px;	/*高さ*/
	border-radius: 50%;	/*角丸のサイズ*/
}
/*英語表記の文字*/
#menubar li a span,
#menubar-s li a span {
	display: block;
	color: #6D930D;	/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	font-weight: bold;	/*文字を太字に*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*冒頭で読み込んでいるGoogleFontsの指定*/
}
/*マウスオン時*/
#menubar li a:hover {
	background: #f2c110;	/*背景色*/
	padding: 20px 2% 12px 15%;	/*上、右、下、左へのメニュー内の余白を少し広げる設定*/

}







/*メインコンテンツ
---------------------------------------------------------------------------*/






/*メインコンテンツブロック*/
#main {
	float: left;	/*右に回り込み*/
	width: 79%;		/*ボックス幅*/
	overflow: hidden;
	font-size: 18px;
}
/*１カラム時のメインブロック*/
.c1 #main {
	float: none;
	width: 100%;
}
/*メインコンテンツのh2(見出し)タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 25px;
	padding: 6px 8px;	/*上下、左右への余白*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border-radius: 4px 4px 0px 0px;	/*下の線の幅、線種、色*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #61971E;
	border-left-color: #ccc;
	font-size: 18px;
	font-weight: normal;
}
/*メインコンテンツのh3(見出し)タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 6px 15px;	/*上下、左右への余白*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

/*「サービスのご案内」と「ご宿泊プラン」の一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定（リンクなし・あり共通設定）*/
#main .list {
	margin-bottom: 15px;	/*ボックス間のスペース*/
	position: relative;
	overflow: hidden;	/*枠線の幅、線種、色*/
	padding-top: 10px;
	padding-bottom: 10px;
}

/*ボックス内のh4タグ設定*/
#main .list h4 {
	font-size: 120%;
	border-bottom: solid 1px #ccc;	/*下線の線種、幅、色*/
	margin-left: 180px;	/*左の写真とのバランスをとって設定*/
	margin-bottom: 10px;
}

#main .list h5 {
	font-size: 120%;
	border-bottom: solid 1px #ccc;	/*下線の線種、幅、色*/

	margin-bottom: 10px;
}

/*「→」マーク。ボックスにリンクを貼った時だけ出ます。*/
#main .list a h4::before {
	content: "→";	/*この文字を表示させる。変更してもOKだが機種依存文字は使わないように。*/
	background: #5fa271;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#5fa271, #33874d);	/*グラデーション*/
	color: #fff;	/*文字色*/
	border-radius: 2px;	/*角丸のサイズ*/
	padding: 2px 5px;	/*上下、左右へのボックス内の余白*/
	margin-right: 10px;	/*右側にスペースをあける*/
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 180px;	/*左の写真とのバランスをとって設定*/
	font-size: 18px;
}

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





/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*線の幅、線種、色*/
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 0.6%;
	padding-left: 0.6%;
}
/*ボックス内の写真設定*/
#main .list fagure img {
	float: right;	/*線の幅、線種、色*/
	padding-top: 40px;
	padding-right: 13px;
	padding-bottom: 0.6%;
	padding-left: 0.6%;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツブロック*/
#sub {
	float: right;	/*左に回り込み*/
	width: 18%;		/*ブロック幅*/
	overflow: hidden;
}
/*１カラム時のサブブロック。非表示にする設定。*/
.c1 #sub {
	display: none;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	border-bottom: solid 1px #ccc;	/*下の線の線種、幅、色*/
	color: #fff;	/*文字色*/
	background: #5fa271;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#4e7215,#7fb726);	/*グラデーション*/
	padding: 15px 10px;	/*上下、左右へのボックス内の余白*/
	font-size: 18px;
	font-weight: normal;
	border-radius: 5px 5px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
ul.submenu {
	margin-bottom: 15px;
}
/*メニュー１個ごとの設定*/
ul.submenu li {
	border-bottom: solid 1px #ccc;	/*下の線の線種、幅、色*/
}
ul.submenu li a {
	text-decoration: none;
	display: block;
	background: #FFF;	/*背景色*/
	padding: 15px 15px;	/*上下、左右へのメニュー内の余白*/
	font-size: 16px;
	border: 1px solid #FFF;
	background: linear-gradient(#EBEBEB, #FFF);	

	
	
}

ul.submenu li a:hover {
	background: #f2c110;	
	color: #666;
	font-size: 16px;
	
}





/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	overflow: hidden;
	padding: 1px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	border: 1px solid #ddd;	/*枠線の幅、線種、色*/
	border-radius: 7px 7px 5px 5px;	/*角丸のサイズ。左上、右上、右下、左下。*/
	background: #ccc url(../images/bg.png);	/*背景色、背景画像の読み込み。*/
}
/*box1内のサブメニューブロック*/
#sub .box1 ul.submenu {
	margin-bottom: 0;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*上下、左右へのボックス内余白*/
	background: #A8C75F;	/*背景色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;	/*背景色*/
	color: #fff;			/*文字色*/
	background-color: #A8C75F;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #465E09;
	font-size: 14px;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体*/
#footermenu {
	max-width: 1200px;	/*最大幅。#header .inner,#container,#pagetopと合わせる。*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
	line-height: 20px;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 10%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-left: 2%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;	/*背景色*/
	background-color: #74A71F;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
}
#copyright a {
	text-decoration: none;
	font-size: 18px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 110px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}




/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #c19135 !important;}
.pr {font-size: 10px;}

.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}

.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}
.dn{display:none;}



#img_right {
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #FFF;
}


	table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.type02 th {
    width: 15%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #eee;
}
table.type02 td {
    width: 40%;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



/* ▽アコーディオン▽ */

.accordion {
	min-width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.accordion .ac-content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
	background-color: #FFF;
	font-weight: normal;
	border-radius:10px;
}
.accordion label:hover {
	color: #5E9625;
	font-weight: normal;
	border-radius: 10px;
	padding-top: 10px;
	text-decoration: underline;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	background-color: #84CD29;
	color: #FFF;
	border-radius: 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
}
/* △アコーディオン△ */


/* ▽ページトップへ▽ */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 130px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
	background-color: #518F27;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #94D667;
}


  .facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}



/* ▽▽相談会ご予約バナー */

#pageTop3 {
  position: fixed;
  bottom: -8px;
  left: 0px;
}
 
#pageTop3 a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  width: 194px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop3 a:hover {
  text-decoration: none;
  opacity: 0.8;

}

