@charset "UTF-8";

/*-----------------------------------
	Reset CSS
----------------------------------*/

/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
	display: block;
}

html,body,div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,table,th,td {
	margin: 0;
	padding: 0;
}

html {
	/*overflow-y: scroll;*/
}
body {
	line-height: 1.0em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,th {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

fieldset,img {
	border: 0;
}

img {
	vertical-align: bottom;
}

input {
	font-size: 100%;
}

object {
	margin: 0;
	border: none;
}

a { 
	outline:none;
}


/* =====================================
	全体設定
===================================== */

a{
	color:#786a65;
	text-decoration:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
body{
	margin:0;
	height:100%;
	color:#000;
	line-height:1.5;
	font-size:20px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust:100%;
}

.bg01{
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../royal/images/royal2/bg09.jpg);
	background-size:cover;
}

#wrapper{
	line-height:1.5;
	margin:0 auto;
	position:relative;
	width:750px;
	overflow:hidden;
	z-index:2;
}


/* =====================================
	content
===================================== */


.fl{
	float:left;
}

.fr{
	float:right;
}

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

.pr{
	position:relative;
}

h2{
	font-size:26px;
	color:#1b1c31;
	position:absolute;
	top:30px;
	left:290px;
}

.btn01{
	position:relative;
	display:block;
}

.btn01::before{
	content:"";
	display:block;
	background:url(../royal/images/royal2/arrow01.png);
	width:35px;
	height:20px;
	position:absolute;
	top:50%;
	right:52px;
	margin-top:-20px;
	transition:.5s;
	transform:rotateZ(0deg);
}

.btn01.open::before{
	transform:rotateZ(180deg);
}

.voice{
	display:none;
}

.voice li{
	position:relative;
	font-size:27px;
	line-height:2;
	color:#2b2c2c;
}

.voice li p{
	position:absolute;
	left:75px;
	top:90px;
}

.voice li:nth-child(2) p{
	position:absolute;
	left:275px;
	top:90px;
}

.voice li:nth-child(1){
	height:478px;
	background:url(../royal/images/royal2/bg01.png);
}

.voice li:nth-child(2){
	height:422px;
	background:url(../royal/images/royal2/bg02.png);
}

.voice li:nth-child(3){
	height:425px;
	background:url(../royal/images/royal2/bg03.png);
}

.voice li:nth-child(4){
	height:372px;
	background:url(../royal/images/royal2/bg04.png);
}

.voice li:nth-child(5){
	height:264px;
	background:url(../royal/images/royal2/bg05.png);
}

.voice li:nth-child(6){
	height:427px;
	background:url(../royal/images/royal2/bg06.png);
}

.cause p{
	font-size:26px;
	color:#424242;
	line-height:2.07;
}

.cause .pr:nth-child(1) p{
	position:absolute;
	top:90px;
	left:276px;
}

.cause .pr:nth-child(2) p{
	position:absolute;
	top:120px;
	left:48px;
}

.cause .pr:nth-child(3) p{
	position:absolute;
	top:90px;
	left:276px;
}

.txt01{
	font-size:24px;
	color:#5f6363;
	line-height:1.66;
	position:absolute;
	top:786px;
	left:283px;
}

.txt02{
	font-size:25px;
	color:#424242;
	line-height:1.8;
	height:663px;
	background:url(../royal/images/royal2/bg07.png);
	box-sizing:border-box;
	padding:300px 60px 0;
}

.txt02 span{
	font-size:14px;
	padding-left:200px;
}

.txt03{
	font-size:25px;
	color:#2e2e2e;
	line-height:1.52;
	text-align:center;
	position:absolute;
	top:600px;
	left:102px;
}

.txt04{
	font-size:26px;
	color:#fff;
	line-height:1.73;
	text-align:center;
	position:absolute;
	top:1040px;
	left:67px;
	text-align:left;
}

.txt05{
	font-size:28px;
	color:#5f6363;
	line-height:1.57;
	height:308px;
	background:url(../royal/images/royal2/bg08.png);
	box-sizing:border-box;
	padding:40px 102px 0;
}

.txt05 span{
	color:#de2c74;
}

.txt06{
	font-size:28px;
	color:#5f6363;
	line-height:1.57;
	position:absolute;
	top:100px;
	left:102px;
}

.txt07{
	font-size:22px;
	color:#5f6363;
	line-height:1.57;
	position:absolute;
	top:100px;
	left:102px;
}

.qa{
	padding-bottom:30px;
}

.question{
	position:relative;
	display:block;
	margin-top:30px;
}

.question:first-child{
	margin-top:0;
}

.question::before{
	content:"";
	display:block;
	background:url(../royal/images/royal2/plus.png);
	width:36px;
	height:36px;
	position:absolute;
	top:50%;
	right:66px;
	margin-top:-18px;
}

.question.open::before{
	background:url(../royal/images/royal2/minus.png);
}

.answer{
	display:none;
}

.answer p{
	font-size:26px;
	color:#171a28;
	line-height:1.8;
	padding:45px 0 0 118px;
	box-sizing:border-box;
}

.answer a{
	color:#171a28;
	text-decoration:underline;
}

.a01{
	height:367px;
	background:url(../royal/images/royal2/a01.png);
}

.a02{
	height:709px;
	background:url(../royal/images/royal2/a02.png);
}

.a03{
	height:1141px;
	background:url(../royal/images/royal2/a03.png);
}

.a04{
	height:474px;
	background:url(../royal/images/royal2/a04.png);
}

.foot{
	padding:50px 0;
	text-align:center;
}

.foot a{
	font-size:28px;
	color:#2b2c2c;
	line-height:1.8;
	text-decoration:underline;
}

.space {
        margin: 50px auto;

}