@charset "utf-8";

/*------------------------------------------
// 全体
----------------------------------------- */
html {
	overflow-y: scroll;
	zoom: 1;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
}
caption, th	{
	text-align: left;
}
q:before ,q:after{
	content: '';
}
object, embed{
	vertical-align: top;
}
img, abbr, acronym, fieldset{
	border: 0;
}
img {
  vertical-align: bottom;
}

html, body	{
	_height: 100%;   
    _overflow: auto;
	height:100%;
	margin:0 auto;
	padding:0 0 0 0;
	font-size:62.5%;/*=10px相当*/
}
body {
	color:#333;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background:url(../images/bg.jpg);
}
a,a:link	{
	color:#333;
}
a:visited	{
	color:#333;
}
a:hover	{
	text-decoration:none;
}
a:hover img{
	background-color:#E9E9E9;
	top:1px;
	left:1px;
	position:relative;
}

hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	clear:both;
}

/*------------------------------------------
// ヘッダー
----------------------------------------- */
header{
	width:960px;
	margin:0 auto;
	position:relative;
	color:#FFF;
}
.home{
	background: url(../images/home_bg.png) no-repeat;
	width:70px;
	height:50px;
	padding:10px 0;
	position:absolute;
	top:0;
	right:0;
	font-weight:bold;
	text-align:center;
}
.words{
	width:960px;
	margin:0 auto;
	position:absolute;
	left:0px;
	bottom:10px;
	font-weight:500;
	font-size:1.5em;/*=15px相当*/
	line-height:2.0em;
	text-shadow: 0 0 2px #69694D;
}
ruby rt{
	font-weight:500;
}

/*------------------------------------------
// コンテナー
----------------------------------------- */
#container{
	width:100%;
	margin:0;
	padding:0;
}

/*------------------------------------------
// 写真スライダー
----------------------------------------- */
.swiper-container{
	width:900px;
	/*width:960px;*/
	/*height:300px;*/
	margin:0 auto;
	overflow:hidden;
	clear:both;
	z-index:0;
}
.swiper-pagination {
	position:absolute;
	left:0;
	text-align:center;
	bottom:5px;
	width:100%;
}

/*------------------------------------------
// コンテンツ
----------------------------------------- */
#contents{
	width:920px;
	margin:0 auto;
	padding:20px;
	overflow:hidden;
	clear:both;
	background-color:#FFF !important;
}

#contents p{
	margin:0.5em;
}

/*------------------------------------------
// 並びボックス
----------------------------------------- */
.parent {
	overflow:hidden;
	margin-right:-20px;
}
li.child {
	float:left;
	width:450px;
	margin:0 20px 20px 0;
	list-style:none;
}

/*------------------------------------------
// 見出し
----------------------------------------- */
h2{
	background:url(../images/h2_bg.png) no-repeat;
	height:66px;
	line-height:66px;
}
h2 span{
	color: #69694D;
	font-size: 18px;
	display: inline-block;
	padding:0 30px;
	-webkit-transform:rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);	
}
.ribbon{
	background-color:#FFF68A;
	display: inline-block;
	color: #69694D;
	font-size: 18px;
	line-height: 38px;
	margin: 15px 0;
	position: relative;
	width: 200px;
	text-align: center;
	-webkit-transform:rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	box-shadow:3px 3px rgba(0,0,0,0.3);
}
.ribbon:after{
	content: "";
	border-style: solid;
	border-width: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-color: #FFF68A transparent;
	right: -19px;
	border-width: 19px 19px 19px 0;
	box-shadow:3px 3px rgba(0,0,0,0.3);
}


/*------------------------------------------
// Facebook
----------------------------------------- */
.fb-ikuseishien{
	position:relative;
	border:1px solid #999;
	width:448px;
	height:68px;
	background-image:url(../images/fb_jidoukaikan.png);
	z-index: 0;
}

.fb-yamabikoza{
	position:relative;
	border:1px solid #999;
	width:448px;
	height:68px;
	background-image:url(../images/fb_gekijou.png);
	z-index: 0;
}

.fb-ikuseishien a,
.fb-yamabikoza a{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:0;
}
.fb-share-button{
	position:absolute;
	right:0;
	bottom:0;
	z-index:999;
	margin:20px 0 0 20px;
}

/*------------------------------------------
// フッター
----------------------------------------- */
footer{
	font-size:2em;/*=20px相当*/
	margin-bottom:10px;
}
address{
	font-size:x-small;
	text-align:center;
	clear:both;
}

/*------------------------------------------
// ページ先頭へ
----------------------------------------- */
.pageTop {
    position: fixed;
    /*bottom:0px;*/
    right: 20px;
    font-size:13px;
}
.pageTop a {
    background:#333;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding:10px;
    text-align: center;
    display: block;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.pageTop a:hover {
    text-decoration: none;
    background: #999;
}

