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

　各要素の基本的なスタイルを定義

************************************************** */

/* --------------------------------------------------
　リセット
-------------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre,
table, tr, th, td, ul, ol, li, dl, dt, dd,
fieldset, form, input, textarea,
label, span, a, img, iframe, hr, address, strong {
	margin:0;
	padding:0;
	font-size:100%;
}
ul, ol {
	list-style-type:none;
}
table {
	border-collapse:collapse;
}
a img {
	border:none;
}
img {
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}



/* --------------------------------------------------

　共通指定

-------------------------------------------------- */
/* 基本文字 */
body {
	color:#fff;
	font-size:81.25%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.5;
}

/* リンクテキスト */
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}


/* clearfix */
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	content:".";
	visibility:hidden;
}




/* --------------------------------------------------

　レイアウト

-------------------------------------------------- */
.container {
	margin:0 auto;
	width: 1100px;
}

#wrapper{
	background:#38397A;
}
/*
#contents .container {
	padding-top:20px;
}
*/
#contents #lower {
	margin-bottom:50px;
	padding:0 15px;
	background:url(../img/common/bg_lower_contents.png);
	color:#444;
}

/* 左カラム */
#leftContents {
	float:left;
	width:231px;
	margin-top:20px;
	margin-right:17px;
	margin-bottom:60px;
}
/* 中央カラム */
#mainContents {
	float:left;
	width:820px;
	margin-top:20px;
	margin-bottom:60px;
	*padding-bottom:60px;
}
/* 右カラム */
#rightContents {
	float:right;
	width:232px;
	margin-top:20px;
	margin-bottom:60px;
}




/* --------------------------------------------------

　ヘッダー

-------------------------------------------------- */
#header {
	height:155px;
	background:url(../img/common/bg_header.png);
	color:#222;
}
h1 {
	padding-top:10px;
}
#seo {
	padding-top:12px;
	font-size:0.9em;
}
#header .container {
	position:relative;
	height:100%;
}
#headerFnc {
	position:absolute;
	top:15px;
	right:0;
}
#headerFnc .content {
	float:left;
}


/* 言語選択
---------------------------------------------*/
#headerFnc .language {
	margin:0 15px;
}
#headerFnc .language li {
	float:left;
	padding:2px 10px 0 0;
}
#headerFnc .language a {
	padding-left:10px;
	color:#333;
	font-size:13px !important;
	background:url(../img/common/mrk_link.png) no-repeat 0 50%;
}


/* 文字サイズ変更
---------------------------------------------*/
#headerFnc .fontSize {
	width:110px;
	height:23px;
	background:url(../img/common/mrk_header_textsize.png) no-repeat 0 5px;
}
#headerFnc .fontSize dt {
	display:none;
}
#headerFnc .fontSize dd {
	margin:4px 0 0 65px;
}
#headerFnc .fontSize li {
	float:left;
	padding:0 2px;
}
#headerFnc .fontSize a {
	display:block;
	width:15px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
}
/* 小ボタン */
#headerFnc .fontSize a.sizeS {
	background:url(../img/common/btn_text_S.png);
}
#headerFnc .fontSize a:hover.sizeS,
.fontS #headerFnc a.sizeS {
	background-position:0 -15px;
}
/* 大ボタン */
#headerFnc .fontSize a.sizeL {
	background:url(../img/common/btn_text_L.png);
}
#headerFnc .fontSize a:hover.sizeL,
.fontL #headerFnc a.sizeL {
	background-position:0px -15px;
}

/* body要素にclassを付加して全体の文字サイズを調整 */
.fontS #contents,
.fontS #footer {
	font-size:100%;
}
.fontL #contents,
.fontL #footer {
	font-size:120%;
}

/* TEL
---------------------------------------------*/
#headerFnc .tel {
	position:absolute;
	top:30px;
	right:0;
	width:480px;
}



/* --------------------------------------------------

　コンテンツ

-------------------------------------------------- */
#contents {
	background:#38397a url(../img/common/bg_mainContents.jpg) no-repeat bottom center;
}


/* 左サイド
-------------------------------------------------- */
#leftContents .banner li {
	width:229px;
	margin-bottom:10px;
	background:#fff;
}
#leftContents .blog {
	margin:30px 0;
}
#leftContents .blog li {
	margin:10px 0 15px;
	zoom:1;
}
#leftContents .blog li div {
	zoom:1;
}
#leftContents .blog .content {
	float:left;
	width:160px;
}


/* 右サイド
-------------------------------------------------- */
#rightContents {
	margin:10px 0;
}
#rightContents .reservation .inner {
	background:#fff;
	color:#333;
}
#rightContents .reservation .cancel a {
	padding-left:2px;
	color:#222;
}

#rightContents .reservation form {
	border-bottom:1px dotted #aaa;
	padding-bottom:8px;
}
#rightContents .reservation form,
#rightContents .reservation ul {
	padding:8px;
}
#rightContents .reservation .group {
	margin-bottom:10px;
}
#rightContents .reservation input,
#rightContents .reservation select {
	margin:0 1px 0 1px;
}
#rightContents .reservation .num {
	margin-left:20px;
}
#rightContents .reservation .num input {
	width:30px;
}

#rightContents .submit {
	width:214px;
	height:31px;
	border:none;
	font-size:0;
	background-color:transparent;
	color:inherit;
	background:url(../img/common/btn_side_search.png) no-repeat;
	cursor: pointer;
}
*:first-child+html #es_easySearch_submit { /* IE 7 only */
	padding-top: 40px; /* value 属性値を隠す */
}
* html #es_easySearch_submit { /* IE 6 and below */
	padding-top: 40px; /* value 属性値を隠す */
}
html:first-child #es_easySearch_submit { /* Opera 9 Only */
	padding-top: 40px; /* value 属性値を隠す */
}


#rightContents .reservation li {
	margin:5px 1px;
}

#rightContents .reservation p {
	margin:0 9px;
	padding-bottom:10px;
}


#rightContents .sadolife {
	margin:10px 0;
	padding:11px;
	background:url(../img/common/bg_side_sado.png);
}
#rightContents .sadolife h3 {
	background:#fff;
}
#rightContents .sadolife ul {
	margin:10px 0;
}
#rightContents .sadolife li {
	margin:5px 0;
	/*background:#888;*/
}

#rightContents .sadolife li.pamf {
	background:#888 url(../img/common/btn_side_pamphlet_bg.png) no-repeat;
	height:60px;
}

#rightContents .sadolife li.pamf p{
	color:#333;
	padding:30px 0 0 43px;
}

#rightContents .sadolife li.pamf p a{
	color:#38397A;
	padding-right:15px;
}

#rightContents .sadolife li.pamf p a:hover{
	color:#333;
	text-decoration:none;
}

#rightContents .sadolife li.map {
	background:#888 url(../img/common/btn_side_map_bg.png) no-repeat;
	height:60px;
}

#rightContents .sadolife li.map p{
	color:#333;
	padding:30px 0 0 43px;
}

#rightContents .sadolife li.map p a{
	color:#38397A;
	padding-right:15px;
}

#rightContents .sadolife li.map p a:hover{
	color:#333;
	text-decoration:none;
}


#rightContents .blogside {
	margin:10px 0;
	padding:11px;
	background: #FFF;
}

#rightContents .blogside h3 {
	padding: 2px 0 2px 6px;
	border-left:#006 5px solid;
	border-bottom:#006 1px solid;
	margin-bottom:8px;
	color:#006;
}

#rightContents .blogside ul {
	margin:0 0 25px;
}
#rightContents .blogside ul li {
	margin:5px 0;
	padding-left:5px;
}

#wp-calendar{
	margin:0 auto;
}

#wp-calendar td{
	padding:5px;
}



/* ボトム
-------------------------------------------------- */
#bottomContents {
	position:relative;
	clear:both;
	margin: 0 auto 30px auto;
	width:701px;
	height:115px;
	background:url(../img/common/bg_btm_contact.png);
}
#bottomContents h3 {
	display:none;
}
#bottomContents ul {
	position:absolute;
	top:17px;
	right:10px;
}
#bottomContents li {
	float:left;
	margin-right:10px;
	background:#fff;
}
#bottomContents p {
	position:absolute;
	bottom:17px;
	right:20px;
	height:37px;
	background:#fff;
}

/* homeの iframe 部分 */
#home #bottomContents {
	height:410px;
	margin: 0 auto 50px auto;
	background:none;
}
#home #bottomContents .reservation {
	position:relative;
	top:15px;
	left:0;
	height:115px;
	background:url(../img/common/bg_btm_contact.png);
	z-index:1;
}

#home #bottomContents .iframe {
	margin-bottom:60px;
}
#home #bottomContents .iframe h3 {
	display:block;
}
#home #bottomContents .iframe .inner {
	margin-top:5px;
	height:220px;
	background:#fff;
}
#home #bottomContents .iframe iframe {
	height:300px;
}
html>/**/body#home #bottomContents .iframe iframe {
	height /*\**/: 250px\9;
}


/* --------------------------------------------------

　フッター

-------------------------------------------------- */
#footer {
	background:#212562;
	border-top:3px solid #fff;
}
#footer .footerFnc {
	text-align:right;
	margin:15px 0;
}
#footer .footerFnc li {
	display:inline;
	margin-left:10px;
	padding-left:10px;
	background:url(../img/common/mrk_footerlink.png) no-repeat 0 50%;
}


/* フッターリンク */
#footer .footerLink {
	padding-top:20px;
	border-top:3px solid #fff;
	text-align:center;
	font-size:0.9em;
}
#footer .footerLink ul {
	margin:5px 0;
}
#footer .footerLink li {
	display:inline;
	border-right:1px solid #fff;
	padding:0 8px 0 5px;
}
#footer .footerLink li.last {
	border:none;
}


/* 連絡先 */
#footer address {
	margin:20px 0 0;
	padding-bottom:20px;
	font-size:0.9em;
	font-style:normal;
	text-align:center;
}




/* --------------------------------------------------

　パンくず

-------------------------------------------------- */
#topicPass {
	margin-left:5px;
	margin-bottom:5px;
	font-size:0.9em;
	line-height:1.2;
}
#topicPass dt {
	display:none;
}
#topicPass a {
	padding-right:0.5em;
}



/* --------------------------------------------------

　ページトップへ

-------------------------------------------------- */
.pageTop {
	text-align:right;
}
.pageTop a {
}

.pageBack {
	padding:10px 0 0;
	text-align:right;
}








/* --------------------------------------------------

　全ページで共有する指定

-------------------------------------------------- */
/* 画像ロールオーバー */
.rolloverGroup a:hover img,
a:hover.rollover img {
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
}
.rollover:hover {
	opacity:0.9;
	-moz-opacity:0.9;
	filter: alpha(opacity=90);
}



/* 画像寄せ */
.imageLeft {
	float:left;
	padding:0 10px 10px 0;
}
.imageRight {
	float:right;
	padding:0 0 10px 10px;
}


/* 外部サイトへのリンク */
a.outerLink {
}

.necessary {
	color:#f00;
}



/* コンテンツ
---------------------------------------------*/
div.section {
	margin-bottom:45px;
}

/* 段落 */
#mainContents p {
	margin:0 0 10px 0;
}
.text {
	margin:0 0 10px 0!important;
	color: #444!important;
}
.text_cap {
	margin:0 0 10px 0!important;
	color: #444!important;
	font-size:1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 横並びのdl */
.straight dt {
	clear:both;
	float:left;
}

/* PDFダウンロード */
p.pdf a {
	padding-left:18px;
	background:url(../img/mrk_pdf.png) no-repeat 0 50%;
}


#adobe p img {
	vertical-align:top;
}
#adobe .inner {
	width:651px;
}




