@charset 'utf-8';
/*
style.css
*/

body {
  position: relative;
  font-size: 62.5%;
  line-height: 1.8;
}

h1,h2,p,span,li {
	font-family: 'Merriweather Sans', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

/* リンク共通アニメーション */
a, a.btn {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/*コンテンツエリアの設定*/
.inner {
  position: relative;
  width: 93%;
  margin-left: 5%;
  margin-right: 2%;
}
#wrapper {
  width: 100%;
}

/*ヘッダーエリアの装飾*/
#headerContainer {
	position: absolute;
	z-index: 100;
	width: 100%;
	min-height: 24px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	background-image: url(http://yung-shirokane.com/img/header_bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



/*サイトロゴの装飾*/
#siteID {
	color: #fff;
	text-shadow: 3px 3px 0px rgba( 0, 0, 0, 0.5);
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 22px;
}
#headerContainer #site_description {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #CCC;
}
#headerContainer #reserve {
	font-size: 13px;
	letter-spacing: 0.1em;
	float: right;
	color: #CCC;
	line-height: 13px;
	padding-top: 0px;
	margin-right: 3em;
	margin-top: 0px;
	text-align: right;
}
#headerContainer #reserve a {
	margin: 0px;
	padding: 0px;
	color: #CCC;
}



/*ナビゲーションの装飾*/
#navigation {
	position: absolute;
	top: 28px;
	overflow: hidden;
	z-index: 10;
	right: 0;
}
#navigation ul,
#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
	float: left;
	margin: 1px 0 0 1px;
	font-weight: 400;
}
#navigation a {
	display: block;
	color: #fff;
	font-size: 1.4em;
	line-height: 1;
	text-align: center;
	background: rgba( 255, 255, 255, 0.1);
	letter-spacing: 0.13em;
	padding-top: 21px;
	padding-right: 2em;
	padding-bottom: 20px;
	padding-left: 2em;
}
#navigation a:hover {
	color: #333;
	background-image: url(http://yung-shirokane.com/img/navhoverbk.png);
	background-repeat: repeat;
}
.current {
	color: #333;
	background-image: url(../img/navcurrbk.png);
	background-repeat: repeat;
}


/*フッターの装飾*/
#footerContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	padding: 12px 0;
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
	background-image: url(../img/footerbk.png);
	background-repeat: repeat;
}
#copyright{
	color: #CCC;
	text-align: right;
	font-size: 1.2em;
	margin: 0;
	letter-spacing: 0.1em;
}
#address {
	font-size: 13px;
	color: #999;
	margin-top: 0%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	letter-spacing: 0.1em;
	float: left;
}
#footerContainer .inner {
	width: 48%;
	margin-right: 2%;
	margin-left: 50%;
}




/*背景に画像を配置用*/
#contentContainer {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  background: #999;
}
#background {
  z-index: -9999;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background img{
  position: absolute;
  top: 0;
  left: 0;
}

#contents{
  position: relative;
}

/*情報エリア用*/
#main{
	position: relative;
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
	text-align: center;
	z-index: 15;
	top: 32%;
}
#main h2{
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 0.5em;
	color: #CCC;
}
#main p {
	font-size: 1.2em;
	margin: 0;
	letter-spacing: 0.1em;
	color: #CCC;
}
#main2 {
	position: absolute;
	width: 450px;
	color: #999999;
	box-shadow: #888 0px 1px 2px;
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
	top: 130px;
	padding: 20px;
	background-color: rgba(255,255,255,0.6);
	left: 3%;
}
#main2 h2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0.5em;
	margin-left: 30;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main2 p {
	font-size: 1.3em;
	margin: 0;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
#main3 {
	position: absolute;
	bottom: 10%;
	width: 480px;
	color: #484848;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	border-radius: 4px;
	box-shadow: #999 0px 1px 2px;
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
	left: 3%;
}
#main3 h2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0.5em;
	color: #CCC;
	letter-spacing: 0.1em;
}
#main3 p {
	font-size: 1.2em;
	margin: 0;
	letter-spacing: 0.1em;
	color: #CCC;
}
#main3 #reserve1 {
	text-align: right;
	color: #CCC;
	padding-bottom: 10px;
}
#main3 #reserve1 a {
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.style11 {
	padding-left: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.style12 {
	font-size: 1.3em;
	color: #CCC;
	font-family: 'Vidaloka', serif;
}
.style13 {
	font-family: 'Vidaloka', serif;
	font-size: 1.3em;
	color: #666;
}
#main3 p em {
	font-style: normal;
	display: block;
	border: 1px dotted #999;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
#main3 #charter {
	text-align: right;
}
#main3 #charter a {
	font-size: 1.2em;
	color: #CCCCCC;
	text-decoration: underline;
}
.style10 {
	font-size: 1.25em;
	color: #CCC;
	font-weight: 300;
	line-height: 2em;
}
#main4{
	position: absolute;
	right: 2%;
	bottom: 10%;
	width: 480px;
	color: #484848;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	border-radius: 4px;
	box-shadow: #999 0px 1px 2px;
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
}
#main4 h2{
	font-size: 1.5em;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 0.5em;
	color: #CCC;
}
#main4 p {
	font-size: 1.2em;
	margin: 0;
	letter-spacing: 0.15em;
	color: #CCC;
}
#main4 p a {
	text-decoration: underline;
	color: #CCC;
}
#main4 p a:hover {
	color: #FFF;
}
#main .btn{
	padding-top:5px;
	text-align:right;
}
#main .btn a{
	display:inline-block;
	width:100px;
	text-align:center;
	border:1px solid #b8b8b8;
	padding:3px 0;
	border-radius: 4px;
  background: #e6e6e6;
  color: #000;
	text-shadow: #fff 0px 1px 1px;
	behavior: url(http://yung-shirokane.com/css/PIE.htc);
}
#main .btn a:hover{
  background: #fff;
	text-shadow: #fff 0px 1px 1px;
 	behavior: url(http://yung-shirokane.com/css/PIE.htc);
}
#gmap {
	border: 1px solid #F46464;
	height: 500px;
	width: 100%;
	background-color: #960;
			}
#wrapper_content_charter {
	background-color: #F3F2F0;
	width: 100%;
	margin: 0px;
	padding-top: 90px;
	padding-bottom: 40px;
}
#content_charter_imge  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#content_charter h4 {
	font-size: 1.8em;
	text-align: center;
	color: #2D1C14;
	font-weight: 300;
	letter-spacing: 0.3em;
	padding-top: 20px;
}
#content_charter p {
	font-size: 1.3em;
	color: #666;
	text-align: center;
	line-height: 250%;
	letter-spacing: 0.2em;
}
#content_charter p em {
	font-style: normal;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 3px groove #FFF;
	font-family: 'Vidaloka', serif;
}
#content_charter a  {
	color: #CCCCCC;
	text-decoration: underline;
}
.style5 {
	font-family: 'Lora', serif;
	color: #4D1417;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 0.2em;
	margin-right: auto;
	margin-left: auto;
}