@charset "UTF-8";

/*/////////////////// CSS構成 ///////////////////////////
 0. All
 1. Font
 2. Layout
  2-1. Header
  2-2. Contents
  2-3. SideBar
  2-4. Footer
 3. Parts
  3-1. TopPage
  3-2. SubPage
  3-3. Table
  3-4. Input
99. Clearfix
//////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////
 0. All
//////////////////////////////////////////////////////*/

* { padding:0; margin:0; }
body {
	font: 78% "arial", helvetica, sans-serif;
	line-height:1.7em;
	color:#444;
}
pre { font-family: "arial", helvetica, sans-serif; }
img { border: none; margin: 0; }
input {vertical-align: middle}
#container a:hover img {
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.80;
	}
ul.menu li a:hover img {
	filter:Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

/*//////////////////////////////////////////////////////
 1. Font
//////////////////////////////////////////////////////*/

a {
	color:#124AA8;
	text-decoration: none;
	}
a:hover {
	color: #AB1013;
	text-decoration: underline;
	}
#navcontainer,
#navcontainer a,
#footer a,
#footer_onsen a { color: #fff; text-decoration: none; }
#navcontainer a:hover,
#footer a:hover,
#footer_onsen a:hover { color: #fff; text-decoration: underline; }
.staffBlog li { list-style-type: none; margin-bottom: 3px; }
ul.menu2 li a,
.staffBlog a { color: #6E4321; text-decoration: none; }
ul.menu2 li a:hover,
.staffBlog a:hover { color: #6E4321; text-decoration: underline; }
.newsTopTit { color: #7D5023; }
#wrapGold h2 { color: #AA8049; font-size: 200%; line-height: 1.2; }
#wrapGold h3 { font-size: 140%; }
h2.singleTitle { color: #EB613B; font-size: 140%; }
h2.singleOnsenTitle { color: #9C3063; font-size: 140%; }
h2.newsTitle,
.newsSubTit { color: #EB613B; font-size: 110%; }
.newsOnsenTit { color: #993366; font-size: 110%; }
h2.newsTitle a,
.newsSubTit a { color: #EB613B; }
.newsOnsenTit a { color: #993366; }
h2.newsTitle a:hover,
.newsSubTit a:hover,
.newsOnsenTit a:hover { text-decoration: none; }
h3.subT22 { font-size: 100%; font-weight: normal; }

.fcBrown { color: #633C21; }
.fcBrown2 { color: #673B1B; }
.fcRed { color: #BD3C31; }
.fcPink { color: #EF008C; }
.fcOrange { color: #EF6D31; }
.fcGreen { color: #009A4A; }
.fcPurple { color: #993366; }
.fcPurple2 { color: #663366; }
.fwb { font-weight: bold; }
.fs108 { font-size: 108%; }
.fs120 { font-size: 120%; }
.fs140 { font-size: 140%; }
.fs180 { font-size: 180%; }
.block27,
.block36 { color: #fff; }
p.breadDescr { color: #000; font-weight: bold; font-size:110%; }
p.breadStick { font-weight: bold; padding: 5px 0 0;}
h2.privacyT span { font-size: 80%; font-weight: normal; }
.mottoT { color: #118A3B; font-weight: bold; }



/*//////////////////////////////////////////////////////
 2. Layout
//////////////////////////////////////////////////////*/

/*-------------------------- 2-1. Header ----------*/

#wrapTop { background: url(/wp/wp-content/img/bg-top.jpg) no-repeat center top #fff; }
#wrapSub { background: url(/wp/wp-content/img/bg-sub.jpg) no-repeat center top #fff; }
#wrapThird { background: url(/wp/wp-content/img/bg-third.gif) repeat-y center top #ccffcc; }
#wrapGold { background: url(/wp/wp-content/img/bg-gold.jpg) no-repeat center top #fff; }
#wrapFourth { background: url(/wp/wp-content/img/bg-third.gif) repeat-y center top #efe0ff; }

#header { background: url(/wp/wp-content/img/line-header.gif) repeat-x left bottom; padding: 0; }
#wrapFourth #header { background: url(/wp/wp-content/img/line-onsen_header.gif) repeat-x left bottom; padding: 0; }
#header-bg {
	width: 900px;
	padding: 30px 0 0;
	margin: 0 auto;
	}
#header h1 {
	float: left;
	width: 300px;
	padding: 0;
	margin: -18px 0 0;
	}
#navcontainer {
	float: right;
	text-align: right;
	width: 500px;
	background: url(/wp/wp-content/img/bg-header.png) no-repeat right top;
	padding: 55px 15px 2px 0;
	}
#wrapFourth #navcontainer { background: url(/wp/wp-content/img/bg-onsen_header.png) no-repeat right top; }
#discription {
	position: relative;
	top: 30px;
	left: 260px;
	width: 500px;
	height: 0;
	z-index: 9999;
	}

/*-------------------------- 2-2. Contents ----------*/

#container {
	width: 900px;
	margin: 0 auto;
	}
#wrapGold #container { width: 800px; margin: 0 auto; }
.breadList { padding: 5px 0; }
#wrapThird .breadList,
#wrapFourth .breadList { padding: 5px 10px; }
h2.pageT { padding: 0 0 15px; }
h2.pageT2 { padding: 0 }
h2.privacyT { text-align: center; padding: 0 0 15px; }
h2.mapT { border-bottom: 1px #333 solid; padding: 20px 10px 6px; }
#content {
	float: right;
	width: 665px;
	padding: 0 0 15px;
	}
.page-faq #content {
	padding-top: 15px;
}
#contentAll {
	width: 900px;
	padding: 0 0 15px;
	}
.subWrap {
	width: 700px;
	padding: 0 100px 20px;
	}
.thirdWrap { padding: 0 0 15px; }
#content_onsen {
	float: right;
	width: 660px;
	padding: 0 0 15px;
	}
#content.relative {
	position: relative;
	}
.pageTop { text-align: center; padding: 20px 0 0; }


/*-------------------------- トップページ ----------*/
#wrapTop #container {
	width: 900px;
	padding-top: 15px;
	margin: 0 auto;
}
#wrapTop #container #content {
	float: left;
	width: 666px;
}
#wrapTop #container .topNav {
	float: right;
	width: 210px;
	margin: 0;
}
#wrapTop #container #content .mainVisual {
	padding-bottom: 15px;
}
#wrapTop #container #content .topContent {
	float: right;
	width: 435px;
}
#wrapTop #container #content .topContent .mainBanner {
	text-align: right;
}


/*-------------------------- 2-3. SideBar ----------*/

#sidebar {
	float: left;
	width: 220px;
	padding: 0 0 15px;
	}
#sidebar_onsen {
	float: left;
	width: 234px;
	padding: 0 0 15px;
	}
*html #sidebar_onsen { margin-top: -15px; }
*:first-child+html #sidebar_onsen { margin-top: -15px; }
.sideInner {padding: 0 0 8px;}
.sideInner img { vertical-align: bottom;  margin:0;}
.menu_bgm {
	width: 192px;
	background: url(/wp/wp-content/img/bg-menu_btm.gif) no-repeat left bottom #F4E7D1;
	padding: 5px 9px 10px;
	margin: 0;
	}
*:first-child+html .menu_bgm { margin-top: -3px; }
.omenu_bgm {
	width: 192px;
	background: url(/wp/wp-content/img/bg-omenu_btm.gif) no-repeat left bottom #996699;
	padding: 5px 9px;
	margin: 0;
	}
*html .omenu_bgm { padding: 5px 7px; }
*:first-child+html .omenu_bgm { margin-top: -3px; }
ul.menu {
	list-style: none;
	background: url(/wp/wp-content/img/bg-menuin_btm.gif) no-repeat center bottom;
	padding: 0 0 7px;
	margin: 0 0 10px;
	}
ul.menu li { line-height: 0; }
ul.omenu {
	list-style: none;
	padding: 0 0 7px;
	margin: 0;
	}
ul.omenu li { line-height: 0; }
ul.omenu li.mt10 { margin-top: 10px; }

.menuIn { background: url(/wp/wp-content/img/bg-menuin_mid.gif) repeat-y; }
ul.menu2 { list-style: none; padding: 2px 0 2px 20px; }
ul.menu2 li a {
	display: block;
	background: url(/wp/wp-content/img/icon-menu.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
	}
ul.menu2 li a.active,
ul.menu2 li a:hover {
	background: url(/wp/wp-content/img/icon-menu_on.gif) no-repeat left center;
	}
.staffBlog {
	line-height:1.5em;
	background: url(/wp/wp-content/img/banner-menu03_bg.gif) no-repeat;
	padding: 114px 0 20px 15px;
	}

.page-faq #sidebar {
	padding-top: 15px;
}
.topNav .sideWaiting {
	margin-bottom: 8px;
}
.topNav .sideWaiting .sideWaiting__ttl {
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #6a3906;
	padding: 10px 0;
}
.topNav .sideWaiting .sideWaiting__tbl {
	border-collapse: collapse;
	border: 1px solid #6a3906;
	width: 100%;
}
.topNav .sideWaiting .sideWaiting__tbl th,
.topNav .sideWaiting .sideWaiting__tbl td {
	text-align: center;
	border: 1px solid #6a3906;
	background-color: #fff;
	width: 50%;
	padding: 5px 0;
}
.topNav .sideWaiting .sideWaiting__tbl th {
	color: #fff;
	font-size: 13px;
	background-color: #804f21;
}
.topNav .sideWaiting .sideWaiting__tbl td {
	font-size: 14px;
}
.topNav .sideWaiting .sideWaiting__tbl td small {
	display: block;
	font-size: 11px;
}
.topNav .sideWaiting .sideWaiting__tbl td .ilist_count {
	color: #e60012;
	font-weight: bold;
}
.topNav .sideWaiting .sideWaiting__btn a {
	display: block;
	text-align: center;
	background-color: #ddd;
	border: 1px solid #6a3906;
	border-top: 0;
	padding: 4px 10px;
}
.topNav .sideWaiting__link a {
	display: block;
	color: #fff;
	text-align: center;
	background-color: #6a3906;
	padding: 10px 0;
}


/*-------------------------- 2-4. Footer ----------*/

#footer,
#footer_onsen {
	clear: both;
	background: url(/wp/wp-content/img/bg-footer.gif) no-repeat left bottom #009944;
	padding: 0 30px 10px;
	margin: 0;
	}
#footer p,
#footer_onsen p { color: #fff; }
.f_menu { text-align: left; padding-top: 20px; padding-bottom: 10px; }
.f_info { font-size: 90%; text-align: right; }
.f_info span.copyright { font-size: 80%; }

#footerThird {
	clear: both;
	border-top: 3px #009844 solid;
	padding: 10px 20px;
	}
#footerFourth {
	clear: both;
	border-top: 3px #996699 solid;
	padding: 10px 20px;
	}
#footer_onsen { background: url(/wp/wp-content/img/bg-onsen_footer.gif) no-repeat left bottom #996699; }

/*//////////////////////////////////////////////////////
 3. Parts
//////////////////////////////////////////////////////*/

/*-------------------------- 3-1. TopPage ----------*/

.topFla { padding: 20px 0 10px; }
.main-visual { display:table; padding:10px 0; }
.visual-left { display:table-cell; vertical-align:top; padding-right: 20px; }
.visual-right { display:table-cell; vertical-align:top; padding-left:5px; }
.visual-right a { display:block; }
.visual-right a:first-child { margin-bottom:5px; }
.mainBanner { padding: 0 0 10px; }
.mainBanner2 { padding: 0 0 15px; }
.cLeft {
	float: left;
	width: 435px;
	padding: 0 15px 0 0;
	}
.cRight {
	float: right;
	width: 210px;
	padding: 0;
	}
.closeInfo {
	background: url(/wp/wp-content/img/bg-close03.gif) no-repeat;
	height: 38px;
	padding: 18px 6px 0 140px;
	}
.closeInfo p {
	padding: 0;
	}
.newsTopTit {
	text-align: right;
	background: url(/wp/wp-content/img/txt-news.gif) no-repeat left center;
	border-bottom: 2px #7D5023 solid;
	padding: 8px 0 2px;
	margin: 10px 0 0;
	}
.topNews {
	width: 435px;
	height:720px;
	padding: 0;
	overflow-y: scroll;
	}
.post {
	border-bottom: 1px #000 dotted;
	padding: 10px 0;
	}
.newsImg {
	float: left;
	width: 100px;
	padding: 0 10px 0 5PX;
	}
.newsTitle {
	float: right;
	width: 300px;
	border-bottom: 1px #EB613B solid;
	}
.newsText {
	float: right;
	width: 300px;
	}
.newsText P { padding: 0; }


h2.singleTitle {
	border-bottom: 1px #EB613B solid;
	padding: 5px 0 0px;
	margin: 0 0 10px;
	}
h2.singleOnsenTitle {
	border-bottom: 1px #9C3063 solid;
	padding: 5px 0 0px;
	margin: 0 0 10px;
	}


/*-------------------------- 3-2. SubPage ----------*/

h3.subT01 { padding: 20px 0 5px; }
h3.subT02 { padding: 0 0 5px; }
h3.subT03 {
	background: url(/wp/wp-content/img/line-shop.gif) repeat-x left bottom;
	padding: 20px 0 10px;
	}
h3.subT04 {
	background: url(/wp/wp-content/img/line-farming01.gif) repeat-x left bottom;
	padding: 10px 0;
	}
h3.subT05 {
	background: url(/wp/wp-content/img/line-farming02.gif) repeat-x left bottom;
	padding: 0 0 10px;
	}
h3.subT06 {
	background: url(/wp/wp-content/img/line-shop.gif) repeat-x left bottom;
	padding: 0 0 10px;
	}
h3.subT07 {
	height: 39px;
	background: url(/wp/wp-content/img/bg-txt_direct.gif) no-repeat;
	padding: 7px 0 0 60px;
	}
h3.subT08 {
	background: url(/wp/wp-content/img/line-restaurant.gif) repeat-x left bottom;
	padding: 0 0 10px;
	}
h3.subT09 {
	background: url(/wp/wp-content/img/line-kitchen.gif) repeat-x left bottom;
	padding: 0 0 10px;
	}
h3.subT10 {
	border-bottom: 1px #F79221 solid;
	padding: 15px 20px 10px;
	}
h3.subT11 {
	background: url(/wp/wp-content/img/line-play.gif) no-repeat left bottom;
	padding: 20px 0 10px 20px;
	}
h3.subT12 {
	border-bottom: 1px #653A1B solid;
	padding: 0 0 10px;
	}
h3.subT13 {
	border-bottom: 1px #E56C22 solid;
	padding: 30px 0 10px;
	margin: 0 0 10px;
	}
h3.subT14 {
	border-bottom: 1px #C61A22 solid;
	padding: 30px 0 5px;
	margin: 0 0 10px;
	}
h3.subT15 {
	border-bottom: 1px #323333 solid;
	padding: 20px 0 5px;
	margin: 0;
	}
h3.subT16 {
	border-bottom: 1px #653A1B solid;
	padding: 20px 0 5px;
	}
h3.subT17 {
	background: url(/wp/wp-content/img/bg-voice.gif) no-repeat left bottom;
	padding: 20px 0 15px;
	}
h3.subT18 {
	text-align: center;
	padding: 40px 0 0;
	}
h3.subT19 {
	background: url(/wp/wp-content/img/bg-txt_safety.gif) no-repeat left bottom;
	padding: 20px 0 15px 40px;
	}
h3.subT20 {
	border-bottom: 1px #333 solid;
	padding: 20px 0 10px;
	}
h3.subT21 { padding: 50px 0 0; }
h3.subT22 {
	background: url(/wp/wp-content/img/icon-onsen.gif) no-repeat left center;
	border-bottom: 1px #993366 solid;
	padding: 8px 0 6px 40px;
	margin: 15px 0 8px;
	}
h3.subT22 img { vertical-align: top; }
h3.subT22 span { margin: 0 0 0 20px; }
h3.subT23 {
	border-bottom: 1px #933262 solid;
	padding: 20px 0 5px;
	margin-bottom: 10px;
	}

h4 { color: #C91E1D; border-bottom: 1px #C91E1D solid; padding: 0 3px 3px; }
h5 { color: #893263; font-size: 120%; font-weight: bold;  }

.bg_room {
	background: url("/wp/wp-content/img/tit-room.jpg") no-repeat left top;
	padding: 15px 15px 0;
	margin: 0;
	}
.bg_quality01 {
	background: url("/wp/wp-content/img/bg-quality01.jpg") no-repeat left top;
	padding: 15px 15px 30px;
	margin: 0;
	}
.bg_quality02 {
	background: url("/wp/wp-content/img/bg-quality02.jpg") no-repeat left top;
	padding: 15px 15px 0;
	margin: 0;
	}
.block01 {
	border: 3px #DE2421 solid;
	padding: 10px;
	margin: 0 0 20px;
	}
.block02 { background: #FDEDE3; padding: 10px; }
.block03 {
	background: url("/wp/wp-content/img/bg-c01_btm.gif") no-repeat left bottom;
	padding: 0 0 20px;
	margin: 0 0 20px;
	}
.block03Inner {
	background: url("/wp/wp-content/img/bg-c01_mid.gif") repeat-y;
	padding: 0;
	}
.block04 { width: 230px; padding: 20px 0 0 30px; }
.block05 { width: 360px;  padding: 20px 30px 0 0; }
.block06 {
	color: #DE2421;
	border: 2px #f00 dotted;
	padding: 15px;
	margin: 15px 0;
	}
.block07 {
	background: url("/wp/wp-content/img/bg-c04_btm.gif") no-repeat left bottom;
	padding: 0 0 15px;
	margin: 0 0 10px;
	}
.block07Inner {
	background: url("/wp/wp-content/img/bg-c04_mid.gif") repeat-y;
	padding: 0;
	}
.block08 { text-align: center; background: #F4E7D1; padding: 10px 0 5px; }
.block09 { background: #FFE394; padding: 5px 10px; margin: 0 0 10px; }
.block09 p { color: #116636; font-weight:bold; }
.block10 { color: #6B4529; background: #FFFBD6; padding: 8px; margin: 0 0 10px; }
.block11 { border: 1px #BD2C31 solid; padding: 8px; }
.block12 { font-size: 90%; line-height: 1.5; background: #E7D3C6; padding: 10px; }
.block12 p.restTel { font-size: 130%; color: #6B4929; font-weight: bold; padding: 0 0 10px; }
.block12 p.restTel span { font-size: 140%; }
.block13 {
	background: url("/wp/wp-content/img/bg-c02_btm.gif") no-repeat left bottom;
	padding: 0 0 15px;
	margin: 0 0 10px;
	}
.block13Inner {
	background: url("/wp/wp-content/img/bg-c02_mid.gif") repeat-y;
	padding: 0;
	}
.block14 {
	border: 3px #F78221 solid;
	padding: 20px 10px 10px;
	margin: 0 0 20px;
	}
.block15 {
	background: url("/wp/wp-content/img/bg-c05_btm.gif") no-repeat left bottom;
	padding: 0 0 40px;
	margin: 20px 0 10px;
	}
.block15Inner {
	background: url("/wp/wp-content/img/bg-c05_mid.gif") repeat-y;
	padding: 0;
	}
.block16 {
	height: 293px;
	background: url("/wp/wp-content/img/bg-c03.gif") no-repeat;
	padding: 15px 25px;
	margin: 25px 0 0 25px;
	}
.block17 {
	width: 200px;
	background: url("/wp/wp-content/img/pic-ranch15.jpg") no-repeat right bottom #F3EFDF;
	padding: 15px 25px 330px;
	margin: 0;
	}
.block18 {
	background: #F5F1E0;
	padding: 15px 25px;
	margin: 0;
	}
.block19 {
	background: #FBF2F0;
	padding: 15px 25px;
	margin: 10px 0 0;
	}
.block20 {
	background: url("/wp/wp-content/img/tit-company.jpg") no-repeat;
	padding: 300px 0 0;
	margin: 0;
	}
.block21 {
	width: 200px;
	background: #F3EFDF;
	padding: 20px;
	margin: 0;
	}
.block22 {
	width: 701px;
	padding: 0;
	margin: 0 auto;
	}
.block23 {
	background: #FFFFCC;
	border: 1px #D77562 solid;
	padding: 15px;
	margin: 0;
	}
.block24 {
	width: 720px;
	padding: 0;
	margin: 0 auto;
	}
.block25 {
	background: #F9F4FF;
	border: 1px #999 solid;
	padding: 15px;
	margin: 0;
	}
.block25 p { padding: 0 20px; }
.block26 {
	width: 360px;
	padding: 10px 20px;
	background: url("/wp/wp-content/img/bg-transparent_white.png");
	margin: 0;
	}
.block27 {
	width: 460px;
	background: url("/wp/wp-content/img/bg-transparent_black.png");
	padding: 10px 15px;
	margin: 0 auto;
	}
.block28 {
	width: 460px;
	background: url("/wp/wp-content/img/bg-transparent_white.png");
	padding: 10px 15px;
	margin: 0 auto;
	}
.block29 {
	background: url("/wp/wp-content/img/pic-quality01.jpg") no-repeat left bottom;
	padding: 30px 0 0;
	}
.block30 {
	background: url("/wp/wp-content/img/pic-quality02.jpg") no-repeat right top;
	}
.block31 {
	border: 1px #999 solid;
	padding: 0 30px 15px;
	margin: 20px 0 0;
	}
.block32 {
	border: 1px #993366 solid;
	padding: 15px;
	margin: 0 0 20px;
	}
.block33 {
	background: url("/wp/wp-content/img/pic-shop06.jpg") no-repeat left top;
	padding: 10px 10px 10px 165px;
	}
.block34 {
	border-top: 1px #999 solid;
	padding: 10px 0 0;
	margin: 10px 0 0;
	}
.block35 {
	border: 1px #999 solid;
	padding: 10px;
	}
.block36 {
	width: 460px;
	background: url("/wp/wp-content/img/bg-c06.gif") repeat-x #3D3938 left bottom;
	padding: 10px 15px;
	margin: 20px auto 0;
	}
.block37 {
	width: 451px;
	min-height: 279px;
	background: url("/wp/wp-content/img/pic-effort.jpg") no-repeat;
	padding: 0 0 0 250px;
	margin: 30px auto 0;
	}
.block37 h2 { padding: 20px 0 0; margin: 0 0 20px; }
.block37 ol li { font-size: 140%; margin-bottom: 10px; }
.block38 {
	background: url("/wp/wp-content/img/bg-shop.jpg") no-repeat;
	height: 525px;
	padding: 180px 320px 0 17px;
	}

.blockCaution {
	background: #FFFBD6;
	padding: 15px;
	margin: 20px 0 0;
	}

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.ptl10 { padding-left: 10px; padding-top: 10px; }
.plrb10 { padding-left: 10px; padding-right: 10px; padding-bottom: 10px; }
.ptb10 { padding-top: 10px; padding-bottom: 10px; }
.ptb20 { padding-top: 20px; padding-bottom: 20px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt50 { padding-top: 50px; }
.pt150 { padding-top: 190px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl12 { padding-left: 12px; }
.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt50 { margin-top: 50px; }
.mrb10 { margin-right: 10px; margin-bottom: 10px; }
.mb10 { margin-bottom: 10px; }
.left { float: left; }
.right { float: right; }
.tcvc { text-align: center; vertical-align: middle; }
.tc { text-align: center; }
.tr { text-align: right; }
img.vm { vertical-align: middle; }
*html .mmb20 { margin-bottom: -15px; }
*:first-child+html .mmb20 { margin-bottom: -15px; }

.w70 { width: 70px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w113 { width: 113px; }
.w115 { width: 115px; }
.w130 { width: 130px; }
.w135 { width: 135px; }
.w155 { width: 155px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w225 { width: 225px; }
.w230 { width: 230px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w310 { width: 310px; }
.w320 { width: 320px; }
.w340 { width: 340px; }
.w360 { width: 360px; }
.w370 { width: 370px; }
.w380 { width: 380px; }
.w390 { width: 390px; }
.w410 { width: 410px; }
.w420 { width: 420px; }
.w440 { width: 440px; }
.w460 { width: 460px; }
.w475 { width: 475px; }
.w500 { width: 500px; }
.w530 { width: 530px; }
.w545 { width: 545px; }
.bgRed {background: #f00;}
.bgDarkblue { color: #fff; background: #292C7B; padding: 2px; }

.dryIceT { font-size: 110%; color: #DE2421; }
.onlineBtn { text-align: right; padding: 10px 0 0; }
hr.clearLine { clear: both; border: none; padding: 20px 0 0; }
.directDescrpt { position: relative; top: -30px; left: 390px; height: 0; }
.directIcons { padding: 10px 0 10px 30px; }
.restMenuLast { border-top: 1px #46200D solid; padding: 0 100px; margin: 10px 20px 0; }
.train img { vertical-align: middle; margin: 0 5px; }
.businessHours { padding: 10px 25px; }

.newsInner {
	width: 435px;
	height: 410px;
	padding: 0;
	overflow-y: scroll;
	}
.newsRestInner {
	width: 435px;
	height: 500px;
	padding: 0;
	overflow-y: scroll;
	}
.newsOnsenInner {
	width: 435px;
	height: 325px;
	padding: 0;
	overflow-y: scroll;
	}
.newsSubTit {
	font-weight: bold;
	border-bottom: 1px #EB613B solid;
	padding: 10px 10px 0;
	}
.formNewsT {
	color: #116636;
	text-align: right;
	background: url(/wp/wp-content/img/txt-farming02.gif) no-repeat left center;
	border-bottom: 3px #116636 solid;
	padding: 5px 10px 0;
	}
.formNewsText {
	border-bottom: 1px #116636 dotted;
	padding: 5px 10px;
	}
.restNewsT {
	color: #8F6734;
	text-align: right;
	background: url(/wp/wp-content/img/txt-restaurant02.gif) no-repeat left center;
	border-bottom: 3px #8F6734 solid;
	padding: 5px 10px 0;
	}
.restNewsText {
	border-bottom: 1px #8F6734 dotted;
	padding: 5px 10px;
	}
.pig01 {
	background: url(/wp/wp-content/img/img-pig01.jpg) no-repeat 17px bottom;
	padding-bottom: 65px;
	}
.closeOnsen {
	background: url(/wp/wp-content/img/bg-onsen_close.gif) no-repeat;
	padding: 8px 6px 10px 110px;
	}
.closeOnsen p {
	line-height: 1.5em;
	padding: 0;
	}
.onsenNewsT {
	color: #663366;
	text-align: right;
	background: url(/wp/wp-content/img/txt-onsen_news.gif) no-repeat left center;
	border-bottom: 3px #663366 solid;
	padding: 20px 10px 0;
	}
.newsOnsenTit {
	font-weight: bold;
	border-bottom: 1px #993366 solid;
	padding: 10px 10px 0;
	}
.infoOnsen {
	border: 1px #633063 solid;
	padding: 10px 10px 10px 0;
	margin: 10px 0 20px;
	}
.onsenInfoTit { color: #663366; font-size: 110%; font-weight: bold; text-align: center; padding: 0 0 10px; }
.onsenInfoDetail {
	background: url(/wp/wp-content/img/img-pig04.gif) no-repeat left bottom;
	padding-left: 80px;
	}
.pause_text {
	position: absolute;
	top: 260px;
	left: 0;
	color: #f00;
	font-size: 280%;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.floorPic { height: 0; }
.floorPic a {
	overflow: hidden;
	outline: none;
	font-size: 0;
	line-height: 0;
}
.floorPic a img{
	position: relative;
	top: -800px;
	left: 362px;
}

/* --- よくある質問ページ --------------- */
.page-faq #content h1 {
	color: #fff;
	font-size: 24px;
	background-color: #633319;
	padding: 10px;
}
.page-faq #content .box_faq {
	margin-top: 20px;
}
.page-faq #content .box_faq h2 {
	color: #6a3a0d;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #6a3a0d;
	padding: 5px 0;
	margin-bottom: 10px;
}
.page-faq #content .box_faq .answer {
	position: relative;
	padding-left: 30px;
}
.page-faq #content .box_faq .answer::after {
	content: 'A.';
	display: block;
	position: absolute;
	left: 3px;
	top: 0;
	color: #595757;
	font-size: 20px;
}
.page-faq #content .box_faq .answer p {
	margin-bottom: 15px;
}
.page-faq #content .box_faq .answer p.font_big {
	font-size: 14px;
}
.page-faq #content .box_faq .answer p .font_red {
	color: #e60012;
}
.page-faq #content .box_faq .answer p.bg_yellow {
	background-color: #ffc;
	padding: 10px 15px;
}


p.link {
	background: url(/wp/wp-content/img/icon-link.gif) no-repeat left center;
	padding: 0 0 0 20px;
	}
.motto01 {
	background: url(/wp/wp-content/img/img-about01.gif) no-repeat left top;
	padding: 0 0 20px 85px;
	}
.motto02 {
	background: url(/wp/wp-content/img/img-about02.gif) no-repeat left top;
	padding: 0 0 20px 85px;
	}
.motto03 {
	background: url(/wp/wp-content/img/img-about03.gif) no-repeat left top;
	padding: 0 0 20px 85px;
	}
.mottoT { border-bottom: 1px #118A3B dotted; padding: 0; }
.aboutLink01 {
	float: left;
	width: 130px;
	padding: 0 0 0 40px;
	}
.aboutLink02 {
	float: left;
	width: 130px;
	padding: 0 0 0 40px;
	}
.aboutLink03 {
	float: left;
	width: 160px;
	padding: 0 0 0 40px;
	}
.goldInner { padding: 260px 120px 180px 60px; }
#wrapGold h2 { padding: 0 0 20px; }
#wrapGold h3 { border-bottom: 1px #000 solid; }
img.pdfIcon { float: left; margin: 0 10px 0; }

ul.saiyoList { list-style: none; padding: 10px 0; margin: 0; }
ul.saiyoList li { padding: 0 0 10px; }
h2.saiyoTit { color: #009844; font-size: 160%; border-bottom: 1px #009844 solid; }
.saiyoContent { padding: 20px 0; }
.saiyoContent h6 { color: #009844; font-size: 120%; padding: 20px 0 0;}

ul.sitemapLink { list-style: none; padding: 10px 0 0; margin: 0; }
ul.sitemapLink li { color: #bbb; }
ul.sitemapLink li span { color: #333; font-weight: bold; }
ul.sitemapLink li.sub { padding: 0 0 0 15px; }
ul.sitemapLink li.third { padding: 0 0 0 30px; }


/*-------------------------- 3-3. Table ----------*/

table.serviceTbl { width: 100%; border-collapse: collapse; margin: 0 0 10px; }
table.serviceTbl td {
	text-align: center;
	width: 109px;
	border: 1px #333 solid;
	padding: 3px;
	}
table.serviceTbl td.bgBlue { background: #E7F7FF; }

table.farmingTbl { font-size: 90%; width: 100%; }
table.farmingTbl th { text-align: right; font-weight: nnormal; vertical-align: top; width: 60px; padding-right:10px; }

table.directSaitamaTbl,
table.directTokyoTbl,
table.directOtherTbl,
table.directParkingTbl { width: 100%; border-collapse: collapse; }
table.directParkingTbl { margin: 20px 0 0; }
table.directSaitamaTbl th,
table.directSaitamaTbl td,
table.directTokyoTbl th,
table.directTokyoTbl td,
table.directOtherTbl th,
table.directOtherTbl td,
table.directParkingTbl th,
table.directParkingTbl td { text-align:left; font-weight: normal; border: 1px #000 solid; padding: 3px; }
table.directSaitamaTbl th.shopCell,
table.directTokyoTbl th.shopCell,
table.directOtherTbl th.shopCell,
table.directParkingTbl th.shopCell { width: 20%; }
table.directSaitamaTbl td.iconCell,
table.directTokyoTbl td.iconCell,
table.directOtherTbl td.iconCell,
table.directParkingTbl td.iconCell { text-align: center; width: 9%; }
table.directSaitamaTbl td.addressCell,
table.directTokyoTbl td.addressCell,
table.directOtherTbl td.addressCell,
table.directParkingTbl td.addressCell { width: 35%; }
table.directSaitamaTbl th { color: #000; background: #FFD3D6; }
table.directSaitamaTbl th.directCell { color: #fff; background: #F79294; }
table.directSaitamaTbl td.summaryCell { color: #C63839; }
table.directTokyoTbl th { color: #000; background: #DEDBEF; }
table.directTokyoTbl th.directCell { color: #fff; background: #8C92C6; }
table.directTokyoTbl td.summaryCell { color: #C63839; }
table.directOtherTbl th { color: #000; background: #B5DFD6; }
table.directOtherTbl th.directCell { color: #fff; background: #63C39C; }
table.directOtherTbl td.summaryCell { color: #C63839; }
table.directParkingTbl th { color: #000; background: #FFBA84; }
table.directParkingTbl td.summaryCell { color: #C63839; }

table.bizHourTbl { border-collapse: collapse; margin: 0 0 15px 10px; }
table.bizHourTbl th,
table.bizHourTbl td { border: 1px #000 solid; padding: 3px 10px; }
table.bizHourTbl th { text-align: center; background: #FFE7BD; }
table.bizHourTbl th.shisetsu { width: 130px; }
table.bizHourTbl th.tel { width: 80px; }
table.bizHourTbl th.eigyou { width: 100px; }
table.bizHourTbl th.teikyubi { width: 60px; }
table.bizHourTbl th.bikou { width: 160px; }
table.bizHourTbl td.even { background: #FFF; }
table.bizHourTbl td.odd { background: #FFF3D6; }
table.bizHourTbl td span.sat { color:#0099ff; }
table.bizHourTbl td span.sun { color:#ff0000; }

table.golfPriceTbl { border-collapse: collapse; width: 100%; }
table.golfPriceTbl th,
table.golfPriceTbl td { text-align: center; border: 1px #000 solid; padding: 3px; }
table.golfPriceTbl th { background: #FFFBD6; }
table.golfPriceTbl th.bgPink { background: #FFEBF7; }

table.guideTbl01 { border-collapse: collapse; width: 100%; margin:10px 0; }
table.guideTbl01 th,
table.guideTbl01 td { font-weight: normal; text-align: left; border: 1px #999 solid; padding: 3px 5px; }
table.guideTbl01 th.odd,table.guideTbl01 td.odd { background: #F9F4FF; }
table.guideTbl01 th.even,table.guideTbl01 td.even { background: #fff; }
table.guideTbl01 th.w200 { width: 200px; }
table.guideTbl01 td.tokuten { width: 110px; }
table.guideTbl01 td.price { text-align: center; width: 60px; }
table.guideTbl01 td span { color: #893263; }

table.guideTbl02 { border-collapse: collapse; width: 100%; margin:10px 0; }
table.guideTbl02 th,
table.guideTbl02 td { font-weight: normal; text-align: left; border: 1px #999 solid; padding: 3px 5px; }
table.guideTbl02 th { text-align: center; width: 120px; background: #F9F4FF; }
table.guideTbl02 td.remarks { width: 270px; }
table.guideTbl02 td.price { text-align: center; width: 100px; }
table.guideTbl02 th.odd,table.guideTbl02 td.odd { background: #F9F4FF; }

table.roomTbl { border-collapse: collapse; width: 100%; margin:10px 0; }
table.roomTbl th,
table.roomTbl td { font-weight: normal; text-align: left; border: 1px #999 solid; padding: 3px 5px; }
table.roomTbl th { text-align: center; width: 80px; }

table.qualityTbl { border-collapse: collapse; width: 100%; margin:10px 0; }
table.qualityTbl th,
table.qualityTbl td { font-weight: normal; text-align: left; border: 1px #999 solid; padding: 3px 5px; }
table.qualityTbl th { text-align: right; width: 100px; background: #F9F4FF; }


table.goldTbl { margin: 10px 0 0; }
table.goldTbl td { width: 310px; }

table.plantTbl { border-collapse: collapse; width: 100%; margin: 0; }
table.plantTbl th { font-weight: normal; text-align: center; width: 100px; }
table.plantTbl th,
table.plantTbl td { border: 1px #999 solid; padding: 8px 20px; }
table.plantTbl th.odd,
table.plantTbl td.odd { background: #EADCCC; }
table.plantTbl th.even,
table.plantTbl td.even { background: #fff; }

table.companyTbl { width: 100%; margin: 0 0 10px; }
table.companyTbl th,
table.companyTbl td { vertical-align: top; padding: 20px 8px 0; }
table.companyTbl th { text-align: right; font-weight: normal; width: 20%; }

/*-------------------------- 3-4. Input ----------*/


/*//////////////////////////////////////////////////////
 99. Clearfix
//////////////////////////////////////////////////////*/

/*IE7以外のモダンブラウザ向け*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/*IE7およびMacIE5向け*/
.clearfix { display: inline-block;}

/*IE6以前向け*/
/*Hides from IE-mac\*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/*End hide from IE-mac*/
