@charset "utf-8";

body {
	width: 100%;
	height: 100%;
    font-family:'メイリオ' ,'Hiragino Kaku Gothic ProN' ,sans-serif;
	background-color: #fbe5d4;
	background-image: url("../images/bg_beige.gif");
	background-repeat: repeat;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}

header {
	width: 100%;
	height: 5%;
	margin: 0 auto;
	background-color: #af1654;
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	clear: both;
}

.head_logo {
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	aspect-ratio: 99/70;
}


.head_logo img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	aspect-ratio: 99/70;
}



.top-section {
	width: 100%;
	height: auto;
	margin-top: 69px;
}

.top-img {
	width: 100%;
	height: auto;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



.container {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.all{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom:56px;
}

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 52px;
    height: 52px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all .3s;
	z-index: 40;
}

#pagetop a {
    display: block;
    width: 52px;
    height: 52px;
    text-decoration: none;
}

#pagetop:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}




.contents {
	width: 100vw;
    height: auto;
    text-align: center;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	overflow-x: hidden;
}




.contents_top {
	width: 100vw;
	height: 97vh;
    text-align: center;
	padding: 0;
	margin: 0 auto;
	aspect-ratio: 1600 / 1863;
	display: block; 
	overflow-x: hidden;

}


.contents_top img{
	width: 100%;
    height: auto;
	margin: 0 auto;
    text-align: center;
	display: block; 
	padding: 0% 0 0;
	overflow-x: hidden;


}



.caution {
	width: 100%;
	height: 27vh;
    text-align: left;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
	position: sticky;
	z-index: 1;
	bottom: 0;
}

.caution p {
	padding: 2% 5% 2%;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	text-align: left;
}


.caution img{
	width: 100%;
    text-align: center;
}



.contents_end {
	width: 100%;
    text-align: center;
}

.contents_end img{
	width: 100%;
    text-align: center;
}





.footer {
	width: 100%;
	height: 3vh;
	background: #af1654;
	text-align: center;
	position: sticky;
	z-index: 1;
	bottom: 0;
	
}

#footer_text {
	width: auto;
	margin: 2% 4%;
	text-align: center;
	color: #ffffff;
}





/* SP:width?670px */
@media screen and ( max-width:670px ) {

	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; width: 100%; }



.contents {
		width: 100vw;
		height: auto;
		margin: 0 auto;
	}




.all{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}





}
