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

/***********aタグ設定************/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration: none;
}
a:active {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

a:hover {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

a:link {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

/*a:visited {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}*/

/***********フォント設定**********/
html {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333; 
}

html>/**/body { 
	font-size: 13px;
	line-height: 150%;
	letter-spacing:0.1em;
	font-weight: normal;
	font-style: normal;
}
img{
	vertical-align:bottom;
}
body {
	color:#663333;
}
/* 共通レイアウトCSS */

.pc {
	display:none;
}
html{
	font-size:24px;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
}
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
/**********************************
ヘッダー
**********************************/
.lineTop{
	background-image: url(../images/sp/line_contentstop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-top:2px;
}
/**********************************
コンテンツ背景
**********************************/
#contentsBg {
	background-image: url(../images/sp/bg_contents.jpg);
	background-repeat: repeat;
	background-size: 50%;
}
#contentsBox{
	background-image: url(../images/line_header.png);
	background-color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
}
#contents{
	padding: 44px 20px 40px 20px;
}
/**********************************
ドロップシャドウ
**********************************/
.shadowSP{
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 15px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 15px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 15px 4px;
}
.shadowLeftSP{
	box-shadow:rgba(0, 0, 0, 0.117647) -9px 0px 10px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.117647) -9px 0px 10px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.117647) -9px 0px 10px 3px;
}
.shadowRightSP{
box-shadow:rgba(0, 0, 0, 0.0666667) 24px 0px 10px 14px;
-webkit-box-shadow:rgba(0, 0, 0, 0.0666667) 24px 0px 10px 14px;
-moz-box-shadow:rgba(0, 0, 0, 0.0666667) 24px 0px 10px 14px;
}
/**********************************
コンテンツ上下レースのライン
**********************************/
.bgLineTop {
	background-image: url(../images/line_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bgLineBottom{

}
/**********************************
フッター
**********************************/
footer{
	font-size: 22px;
	line-height: 1.2em;
	width:100%;
}
footer a:link,footer a:visited,footer a:hover,footer a:active {
	color: #ffffff;
}
#footerBg{
	background-color:#FFF;
}
#address{
	text-align: center;
	clear: both;
	padding:0;
	border-bottom: 1px solid #996600;
	border-top: 1px solid #996600;
}
#address p{
	padding-bottom:1em;
}
#address p a{
	color:#278bb8;
}
.footerMenuList {
    display: none;
	z-index: -1;
	background-color: #ff6c96;
	width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    top: 0%;
}
.footerMenuList li {
	padding: 20px;
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
.footerMenuList li a {
	background-image: url(../images/sp/ico_menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	padding-left: 45px;
}
.footerMenuList .btn_close  {
	text-align:right;
}
#footerBox #footerBg .footerMenu {
	padding-top: 30px;
	background-image: url(../images/line_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	clear:both;
	z-index: 20;
    position: fixed;
	bottom: 0;
	position:fixed;
}
#footerBox #footerBg .footerMenu li {
	float: left;
}
#footerBox #footerBg #sns{
	position:relative;
	overflow:hidden;
     padding: 15px 0; 		
}
#footerBox #footerBg #sns ul{
	position:relative;
	left:50%;
	float:left;	
}
#footerBox #footerBg .snsBox.sp li{
	float: left;
	position:relative;
	left:-50%;
}
#footerBox #footerBg .snsBox.sp li + li{
	padding-left: 25px;
}
#copyrightBg{
	clear: both;
	background-color: #614e26;
	padding-bottom:100px;
}
#copyrightBg #copyrightBox{
	font-size:20px;
}
#copyrightBg #copyrightBox #policy{
	color: #fff;
	position: relative;
	overflow: hidden;
}
#copyrightBg #copyrightBox #policy ul{
	position: relative;
	left: 50%;
	float: left;
	padding: 1em 0;
}
#copyrightBg #copyrightBox #policy ul li{
	position: relative;
	left: -50%;
	float: left;
	border-left: 1px solid #fff;
	padding:0 0.5em;
}
#copyrightBg #copyrightBox #policy ul li:last-child{
	border-right: 1px solid #fff;
}
#copyrightBg #copyrightBox #copyright{
	color: #adaa9b;
	text-align: center;
	padding-bottom: 1em;
}
.target{
	opacity:0;
}