@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}




a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}




@media only screen and (max-width:760px) {
#myContainer{
    display: none;
}
.container{
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}
.left01{
    width: 100%;
    height: 630px;
    background-color: #00C69E;
}
.right01 {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/01.jpg);
    height: 500px;
    background-size: cover;
}
.left02 {
    width: 100%;
    height: 832px;
    background-color: #FF6092;
}
.right02{
    background: url(../images/02.jpg) ;
    background-position: top center;
    color: rgba(0,0,0,.7);
    height: 500px;
    background-size: cover;
}
.left03{
    width: 100%;
    height: 840px;
    background-color: #3F93F8;
}

.right03 {
    background-position: top center;
    background-image: url(../images/03.jpg);
    height: 500px;
    background-size: cover;
}
.left04{
    width: 100%;
    height: 682px;
    background-color: #E2B515;
}
.right04 {
    background-position: top center;
    background-image: url(../images/04.jpg);
    height: 500px;
    background-size: cover;
}
.left05{
    width: 100%;
    height: 832px;
    background-color: #C53FF8;
}
.right05 {
    background-position: left center;
    background-image: url(../images/05.jpg);
    height: 500px;
    background-size: cover;
    display: none;
}
#header_in{
    width: 41px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    margin-right: 30px;
    display: none;
}
#header_in img{
    width: 41px;	
}
#left1{
    display: none;
}
#left2{
    display: none;
}
#left3{
    display: none;
}
#left4{
    display: none;
}
#left5{
    display: none;
}
}

@media only screen and (min-width:760px) {
#myContainer{
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}
.container{
    display: none;
}
#left1{
    width: 100%;
    height: 100%;
    background-color: #00C69E;
}
.left02 {
    background: url(../images/02.jpg);
    background-position: center center;
    color: rgba(0,0,0,.7);
    height: 100vh;
    background-size: cover;
}
#left3{
    width: 100%;
    height: 100%;
    background-color: #3F93F8;
}
.left04 {
    background: url(../images/04.jpg);
    background-position: center center;
    color: rgba(0,0,0,.7);
    height: 100vh;
    background-size: cover;
}
#left5{
    width: 100%;
    height: 100%;
    background-color: #C53FF8;
}
	
.right01 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/01.jpg);
    height: 100vh;
    background-size: cover;
}
#right2{
    width: 100%;
    height: 100%;
    background-color: #FF6092;
}
.right03 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/03.jpg);
    height: 100vh;
    background-size: cover;
}
#right4{
    width: 100%;
    height: 100%;
    background-color: #E2B515;
}
.right05 {
    background-position: left center;
    background-image: url(../images/05.jpg);
    height: 100vh;
    background-size: cover;
}
#header_in{
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
    float: right;
    margin-right: 10px;
}
}

.contents01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.scrolly01{
    overflow: hidden;
    overflow-y: scroll;
    height: 550px;
    width: 100%;
    margin-left: -8px;
    padding-left: 15px;
    border: 1px solid #3F93F8;
    background-color: #3F93F8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.scrolly01::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 10px;
	background: #FFFFFF;
	border-radius: 5px;
}
.scrolly01::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #777777;
	border-radius: 5px;
}

.scrolly02{
    overflow: hidden;
    overflow-y: scroll;
    height: 400px;
    width: 100%;
    margin-left: -8px;
    padding-left: 15px;
    border: 1px solid #3F93F8;
    background-color: #3F93F8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.scrolly02::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 10px;
	background: #FFFFFF;
	border-radius: 5px;
}
.scrolly02::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #777777;
	border-radius: 5px;
}

.contents01 h1{
    text-align: center;
    width: 100%;
    font-size: 200%;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FFFFFF;
    z-index: 0;
}
.contents01 p{
    font-size: 100%;
    line-height: 30px;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-family: 'Cinzel', serif;
    z-index: 0;
}
.contents01 ul{
    font-size: 120%;
    line-height: 30px;
    width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-family: 'Cinzel', serif;
    z-index: 0;
}



/* Custom CSS
 * --------------------------------------- */
body{
	color: #333;
	color: rgba(0,0,0,0.5);
}



@media only screen and (max-width:760px) {
.ms-left{
    display: none;
		}
.ms-right{
    display: none;
}
.ms-center{
    text-align: center;
    width: 100%;
    height: 100vh;
}
}
@media only screen and (min-width:760px) {
.ms-left{
    text-align: center;
		}
.ms-right{
    text-align: center;
}
.ms-center{
    display: none;
}
}



#menu li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 8px;
    margin-bottom: 10px;
    color: #000;
    background: #fff;
    background: rgba(255,255,255, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 15px;
	z-index: 999;
}
#menu li.active{
	background:#666;
	background: rgba(255,255,255, 1);
	color: #000;
}
#menu li a{
	text-decoration:none;
	color: #000;
    margin-top: 5px;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #000;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 999;
	width: 100%;
	padding: 0;
	margin:0;
}
