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

/*リセット
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 98%;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	border-collapse: collapse;
	list-style: none;	
}

/*リンクスタイル
---------------------------------------------*/


a {
  transition: 0.4s;
}

a img {
	border-style: none;
}
a:link {
    color: #956955;
    text-decoration: none;
}
a:visited {
	color: #956955;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #CAAB9D;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
.banner {
	margin-bottom: 10px;
}

/* 基本のDivのレイアウト
--------------------------------------------*/
v--------------- {
}


#container {
    width: 100%;
    background-color: #F0F0F0;
}
#header-wrapper{
    width: 100%;
    height: 1300px;
    overflow: hidden;
	}
	

	
header{
	width: 1260px;
	height: 1300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url("images/special/sp-strange002.png");
	background-size: cover;
	background-position: center center;
	}

#contents-wrapper01{
    width: 100%;
    overflow: hidden;
	}
#contents-01{
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	}


/* ヘッダのDivのレイアウト
--------------------------------------------*/

.header-title{
	height: 0px;
	overflow: hidden;
}




.lead01{
    float: right;
	width: 300px;
    /* right: 800px;
    top: 800px;*/
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 750px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(28,24,38,0.50);
}
.lead01 p{
    color: #FFFFFF;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.6rem;
}




#side{
    width: 300px;
    float: left;
    margin-top: 60px;
    margin-right: 80px;	
}

.book img{
	width: 300px;
}



#main{
    width: 880px;
    float: right;
    margin-top: 60px;
}
#main01 {
    margin-bottom: 30px;    
}
#main01 p{
    font-size: 1.2rem;
}
#main02 p{
    padding: 3px 3px 3px 10px;
    font-size: 1.4rem;
    background-color: #BE5D5E;
    border: 1px solid #6C4747;
    border-radius: 5px;
    color: #D0CACA;
}


.copyright{
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: center;
	}

/* ふわっと表示させるアニメーション
--------------------------------------------*/
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }



/* 部品のレイアウト
--------------------------------------------*/


.bold{
	font-weight: bold;
	}
	
.both{
	clear: both;	
	}

.size070{
	font-size: 0.7em;
}
.size075{
	font-size: 0.75em;
}
.size080{
	font-size: 0.8em;
}
.size090{
	font-size: 0.9em;
}
.size095{
	font-size: 0.95em;
}
.size110{
	font-size: 1.1em;
}
.size120{
	font-size: 1.2em;
}
.size150{
	font-size: 1.5em;
}

.style01{
    color: #9E514C;
}


.ipad-only{
	display: none;
	}	
.ipad-none{
	display: block;
	}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media screen and (max-width: /*1024*/1099px) {

	#header-wrapper{
    width: 100%;
    height: auto;
    overflow:auto;
	}
	
	
	
header{
		background-image: none;
	width: 100%;
	height: auto;
	/*margin-right: none;
	margin-left: none;*/
	}
	
img.ipad-only{
display: block;
    width: 100%;
    height: auto;
	}



#contents-01{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	}


#side{
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-right: 0px;	
}

.book{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.book img{
	width: 100%;

}



#main{
    width: 100%;
    float: none;
    margin-top: 40px;
}


.lead01{
    float: none;
	width: 80%;
    /* right: 800px;
    top: 800px;*/
    margin-right:auto;
	margin-left: auto;
    
    margin-bottom: 50px;
    margin-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(28,24,38,0.50);
}



}
@media screen and (max-width: 700px) {
.lead01{
    float: none;
	width: auto;
    /* right: 800px;
    top: 800px;*/
    margin-right:0px;
	margin-left: 0px;
    
    margin-bottom: 50px;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(28,24,38,0.50);
}
    
}




@media screen and (max-width: /*375*/413px) {
	.book{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
	
	
	
	.lead01{
    float: none;
	width: auto;
    /* right: 800px;
    top: 800px;*/
    margin-right:0px;
	margin-left: 0px;
    
    margin-bottom: 50px;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(28,24,38,0.50);
}
	
	
	
	
	
}















