@charset "UTF-8";

body {
	color: #333;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg-body.jpg);
}

.ltIE8 body {
}

strong {
	font-weight: inherit;
}

.br--sp {
	display: none;
}

.secTitle,
.txtStyle--serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Times New Roman', serif;
}

.secTitle {
	background: #E3E3DF;
	border-left: 5px solid #333;
	line-height: 1.3;
	padding: 8px 10px;
	font-size: 19px;
	margin-bottom: 25px;
}

.secTitle span {
	font-size: 70%;
}

.secTitle--mb0 {
	margin-bottom: 0;
}

.history .secTitle {
	border-color: #2C5A64;
}

.info .secTitle {
	border-color: #D09F25;
}

.access .secTitle {
	border-color: #64403D;
}

.link .secTitle {
	border-color: #1B4E9E;
}

.contact .secTitle {
	border-color: #8B3E2D;
}

.outLink {
	background-image: url(../img/icn-arrow03.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: underline;
	padding-left: 15px;
}

.outLink:hover {
	text-decoration: none;
}

.outLink--pdf:after {
	vertical-align: -3px;
	content: url(../img/icn-pdf.png);
	margin-left: 8px;
}

.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.ltIE8 .inner {
	width: 1040px;
}

.hdCommon {
}

.hdCommon__logo {
	float: left;
	margin-left: 45px;
	margin-top: 55px;
	font-size: 22px;
	line-height: 1.2;
}

.hdCommon__logo a {
	transition: opacity .3s;
	text-decoration: none;
}

.hdCommon__logo a:hover {
	opacity: .8;
}

.hdCommon__logo a.pc {
	display: block;
}

.hdCommon__logo a.sp {
	display: none;
}

.hdCommon__menu {
	position: absolute;
	background: none;
	border: 0;
	margin: 0;
	top: 19px;
	right: 5px;
	padding: 15px 15px;
	cursor: pointer;
	display: none;
}

.hdCommon__menu img {
	vertical-align: middle;
}

.hdCommon__wrap {
	float: right;
	width: 510px;
}

.hdCommon__link {
	padding-top: 10px;
	float: right;
	font-size: 0;
	text-align: right;;
}

.hdCommon__link a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #bbb;
	transition: background .3s;
	padding: 8px 15px 8px 30px;
	font-size: 18px;
	background-image: url(../img/icn-arrow01.png);
	background-repeat: no-repeat;
	background-position: 15px;
	min-width: 10em;
	text-decoration: none;
	line-height: 1;
}

.hdCommon__link a:hover {
	background-color: #E4E2D4;
}

.hdCommon__link a.kenrokuen {
	margin-right: 10px;
}

.hdCommon__link a.kanazawajou {
}

.hdCommon__live {
	clear: both;
	font-size: 0;
	padding-top: 8px;
	display: none !important;
}

.hdCommon__live a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	background: #927D2A;
	padding: 10px 10px 10px 35px;
	border: 0;
	margin-right: 8px;
	position: relative;
	transition: opacity .3s;
	line-height: 1;
	position: relative;
}

.hdCommon__live a:last-child {
	margin-right: 0;
}

.hdCommon__live a:hover {
	opacity: 0.7;
}

.hdCommon__live a:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	background: url('/siro-niwa/japanese/common/img/img-live-icon.png') no-repeat;
}

.hdCommon__cnt {
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}

.hdCommon__trans {
	font-size: 12px;
	text-align: right;
}

.hdCommon__trans > li {
	display: inline-block;
	border-right: 1px solid #ccc;
}

.hdCommon__trans > li:last-child {
	border-right: 0;
}

.hdCommon__trans > li a {
	padding: 0 8px 0 4px;
	text-decoration: none;
}

.jp .hdCommon__trans > li.jp a,
.en .hdCommon__trans > li.en a,
.cn .hdCommon__trans > li.cn a,
.tw .hdCommon__trans > li.tw a,
.kr .hdCommon__trans > li.kr a {
	text-decoration: underline;
}

.hdCommon__trans > li a:hover {
	text-decoration: underline;
}

.hdCommon__topImg {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ltIE8 .hdCommon__topImg {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background-position: center !important;
}

.history .hdCommon__topImg {
	background-image: url(../../img/history/img-header.jpg);
	background-position: right center;
}

.info .hdCommon__topImg {
	background-image: url(../../img/info/img-header.jpg);
	background-position: left 30% center;
}

.access .hdCommon__topImg {
	background-image: url(../../img/access/img-header.jpg);
	background-position: left 20% center;
}

.link .hdCommon__topImg {
	background-image: url(../../img/link/img-header.jpg);
	background-position: left 40% center;
}

.contact .hdCommon__topImg {
	background-image: url(../../img/contact/img-header.jpg);
	background-position: left 35% center;
}

.navCommon {
	clear: both;
	padding-top: 20px;
}

.navCommon--sp {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255, 255, 255, .9);
	overflow: hidden;
	height: 0;
	-webkit-transition: height .4s;
	transition: height .4s;
}

.navCommon__list {
	text-align: center;
	display: table;
	border-spacing: 40px 0;
	margin: 0 auto;
}

.navCommon--sp__list {
	border-top: 1px solid #aaa;
}

.navCommon--sp__live {
	background: rgba(146, 125, 42, 0.85);
	display: none;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
}

.navCommon--sp__live a {
	font-size: 14px;
	width: 50%;
	display: inline-block;
	color: #927D2A;
	line-height: 1.3;
	background: #feffff;
	background: linear-gradient(to bottom, #feffff 0%, #dad6d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#dad6d1', GradientType=0);
	margin-left: 10px;
	text-decoration: none;
	font-family: sans-serif;
	padding: 10px 0;
	text-align: center;
}

body.en .navCommon--sp__live a {
	font-size: 12px;
}

.navCommon--sp__live a em {
	font-weight: bold;
	text-align: left;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.navCommon--sp__live a em:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background: url(/siro-niwa/japanese/common/img/img-live-icon-sp.png) no-repeat;
	background-size: contain;
}

.navCommon--sp__live a:first-child {
	margin-left: 0;
}

.navCommon__list > li {
	display: table-cell;
	vertical-align: bottom;
}

.ltIE7 .navCommon__list > li {
	display: block;
	float: left;
	margin: 0 30px;
}

.navCommon__list > li a {
	text-align: center;
	border-bottom: 5px solid;
	font-size: 15px;
	display: inline-block;
	height: 60px;
	padding: 10px 15px 0;
	line-height: 1.2;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none;
}

.navCommon__list > li a:hover {
	opacity: 0.7;
}

.navCommon__list > li a img {
	-webkit-transition: .6s;
	transition: .6s;
}

.navCommon__list > li a:hover img {
	-webkit-transition: .3s;
	transition: .3s;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}

.navCommon--sp__list > li {
	height: 46px;
}

.navCommon--sp__list > li a {
	display: block;
	padding: 12px 50px;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 12px;
	background-size: 30px;
	position: relative;
}

.navCommon--sp__list > li a:after {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	content: "";
	right: 12px;
	background-image: url(../img/icn-arrow02.png);
	width: 10px;
	height: 16px;
	background-size: 10px 16px;
}

.navCommon__list > li.history a {
	border-color: #2C5A64;
}

.navCommon__list > li.info a {
	border-color: #D09F25;
}

.navCommon__list > li.access a {
	border-color: #64403D;
}

.navCommon__list > li.link a {
	border-color: #1B4E9E;
}

.navCommon__list > li.contact a {
	border-color: #8B3E2D;
}

.navCommon__list > li.download a {
	border-color: #333333;
}

.navCommon--sp__list > li.history a {
	background-image: url(../img/icn-gnav-history.png);
}

.navCommon--sp__list > li.info a {
	background-image: url(../img/icn-gnav-info.png);
}

.navCommon--sp__list > li.access a {
	background-image: url(../img/icn-gnav-access.png);
}

.navCommon--sp__list > li.link a {
	background-image: url(../img/icn-gnav-link.png);
}

.navCommon--sp__list > li.contact a {
	background-image: url(../img/icn-gnav-contact.png);
}

.navCommon--sp__list > li.download a {
	background-image: url(../img/icn-gnav-download.png);
}

.cntMain {
}

.cntMain > .inner {
	padding-bottom: 140px;
}

.cntMain__header {
	padding: 45px 0px;
}

.cntMain__ttl {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
}

.cntMain__lead {
	font-size: 14px;
	margin-top: 9px;
	line-height: 1.6;
}

.cntMain__cnt {
}

.ftCommon {
	background: #000;
	color: #fff;
}

.ftCommon > .inner {
	position: relative;
}

.ftCommon__pageTop {
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 10;
}

.ftCommon__pageTop .pc {
}

.ftCommon__pageTop .sp {
	display: none;
	border-top: 1px solid #bbb;
}

.ftCommon__cnt {
	padding: 30px 0 50px;
	text-align: center;
}

.ftCommon__catch {
	font-size: 18px;
}

.ftCommon__text {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.8;
}

.ftCommon__btm {
	margin-top: 15px;
}

.ftCommon__addr {
	display: inline-block;
}

.ftCommon__addr span {
	display: inline-block;
}

.ftCommon__addr span.zip {
	margin-left: 1em;
	margin-right: 1em;
}

.ftCommon__addr span.tel {
	margin-left: 1em;
}

.ftCommon__copy {
	display: inline-block;
	margin: 0 10px;
}

.listDisc {
}

.listDisc--tbl {
	margin: 10px 0;
}

.listDisc--span > li {
	margin-bottom: 1em;
}

.listDisc--span > li:last-child {
	margin-bottom: 0;
}

.listDisc > li {
	padding-left: 14px;
	background-image: url(../img/icn-arrow04.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	background-size: 5px;
}

.listDisc-margin > li {
	margin-bottom: 10px;
}

.ltIE8 .listDisc > li {
	background-image: url(../img/icn-arrow04-s.png);
}

.listDisc__ttl {
	font-weight: bold;
}

.listDisc__cnt {
	margin-bottom: 1em;
}

.listDisc__tel {
	margin-left: 1em;
	display: inline-block;
}

.listDisc__tel strong {
}

.u-linkText {
	margin: 1em 0;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	body {
		min-width: 800px;
	}

	.tb--dn {
		display: none !important;
	}

	.hdCommon__logo {
		margin-left: 5px;
		font-size: 20px;
		margin-top: 50px;
	}

	.navCommon__list {
		width: 100%;
		border-spacing: 0;
	}

	.hdCommon__link {
		padding-top: 20px;
	}

	.hdCommon__link a.kenrokuen {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	body {
		min-width: 360px;
	}

	.secTitle {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.inner {
		padding: 0;
	}

	.br--sp {
		display: inline;
	}

	.sp--dib {
		display: inline-block;
	}

	.sp--dn {
		display: none !important;
	}

	.hdCommon__logo {
		float: none;
		margin: 0;
		padding: 20px 65px 20px 15px;
		font-size: 18px;
	}

	.hdCommon__logo a.pc {
		display: none;
	}

	.hdCommon__logo a.sp {
		display: inline-block;
	}

	.hdCommon__link {
		display: none;
	}

	.hdCommon__wrap {
		float: none;
		width: 100%;
	}

	.hdCommon__topSlide {
		margin-top: 0 !important;
	}

	.hdCommon__menu {
		display: block;
		top: 7px;
	}

	html[lang="en"] .hdCommon__menu {
		top: 16px;
	}

	.navCommon {
		display: none;
	}

	.navCommon--sp {
		display: block;
	}

	.navCommon--sp.view {
		height: 231px;
		/*height: 316px;*/
	}

	body.en .navCommon--sp.view {
		/*height: 316px;*/
		height: 231px;
	}

	.hdCommon__cnt {
		float: none;
		margin: 0;
		position: relative;
	}

	.hdCommon__trans {
		display: table;
		width: 100%;
		background: rgb(255, 255, 255); /* Old browsers */
		background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(100%, rgb(238, 238, 238))); /* Chrome, Safari4+ */
		background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); /* Chrome10+, Safari5.1+ */
		background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
	}

	.hdCommon__trans > li {
		display: table-cell;
		text-align: center;
		border: 0;
	}

	.hdCommon__trans > li a {
		display: block;
		padding: 8px 0;
	}

	.jp .hdCommon__trans > li.jp a,
	.en .hdCommon__trans > li.en a,
	.cn .hdCommon__trans > li.cn a,
	.tw .hdCommon__trans > li.tw a,
	.kr .hdCommon__trans > li.kr a {
		text-decoration: none;
		background: #B59A26;
		color: #fff;
		font-weight: bold;
	}

	.hdCommon__topImg {
		margin-top: 0;
	}

	.cntMain > .inner {
		padding-bottom: 40px;
	}

	.cntMain__header {
		padding: 25px 10px;
	}

	.hdCommon__live {
		;
		display: none;
	}

	.hdCommon__live a {
	}

	.hdCommon__live a em {
		display: inline-block;
	}

	.cntMain__ttl {
		font-size: 18px;
	}

	.cntMain__lead br {
		display: none;
	}

	.ftCommon__pageTop {
		position: relative;
		top: 0;
		left: 0;
		background: url(../img/bg-body.jpg);
		color: #333;
		text-align: center;
	}

	.ftCommon__pageTop .pc {
		display: none;
	}

	.ftCommon__pageTop .sp {
		display: block;
		padding: 12px;
		text-decoration: none;
	}

	.ftCommon__pageTop .sp:before {
		background-image: url(../img/icn-pageTop.png);
		margin-right: 10px;
		content: "";
		width: 16px;
		height: 10px;
		background-size: 16px 10px;
		display: inline-block;
	}

	.ftCommon__cnt {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.ftCommon__btm {
		border-top: 1px solid #aaa;
		padding-top: 20px;
	}

	.ftCommon__text {
		text-align: left;
		padding: 0 15px;
	}

	.ftCommon__text br {
		display: none;
	}

	.ftCommon__copy {
		margin-top: 10px;
		display: block;
	}

}

/* for Print */
@media print {
}
