@charset "UTF-8";

.rogo {
	text-align:center;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.menutitle {
	text-align:center;
	border: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.icon {
	text-align:center;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.whitebox{
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
	opacity:0;
}

img {
	max-width: 100%;
	object-fit: cover;
}

.line {
	text-align:center;
	border: 0px;
	margin-top: 50px;
	margin-bottom: 40px;
}


#sns {
	text-align:center;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sns img {
	margin: 20px;
	
}


#copyright {
	text-align:center;
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 50px;
}

a {text-decoration: none;}
a {color: #000000;}
a:hover {color: #b5cfff;}

.link {
  background: linear-gradient(transparent 50%, #dae7ff 0%);
}

a img {border-style:none;}

body {
	max-width: 600px;
	margin-top: 70px;
	margin-left: auto;
	padding-left: 30px;
	margin-right: auto;
	padding-right: 30px;
	margin-bottom: 80px;
	font-size: 13px;
	font-family: sans-serif;
	letter-spacing: 2px;
	line-height: 2;
overflow:scroll;}
　}




/* メニューここから */

.menu-container {
	margin-bottom: 3px;
}


.menu-container .menu {
	display: flex;
	flex-wrap: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-container .menu .menu-item {
	flex: 1;
}

.menu-container .menu .menu-item a {
	background: #fff;
	border:  0px;
	border-right: none;
	display: block;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
.menu-container .menu {
		display: flex;
	flex-wrap: nowrap;
	width: 100%;
	}

.menu-container .menu .menu-item {
	flex: auto;
	width: 33.33333333%;
}
}

/* メニューここまで */



/* 戻るボタンここから */

#page_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 30px;
	bottom: 40px;
	background: #b5cfff;
	border-radius: 50%;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 37px;
	right: 0;
	left: 2px;
	margin: auto;
	text-align: center;
}

html {
    scroll-behavior: smooth;
}

/* 戻るボタンここまで */


/* 動画のレスポンシブ対応ここから */

.movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-bottom: 20px;
}
 
.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* 動画のレスポンシブ対応ここから */



/* Index用ここから */
.topimg {
	text-align:center;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


p {
	max-inline-size: max-content;
	margin-inline: auto;
}


.schedule {
	margin-top: 50px;
	margin-bottom: 100px;
	color: #000000;
}


.heading {
	margin-top: 20px;
	color: #000000;
	
	}


/* Index用ここまで */

/* Profile用ここから */

.plofile {
	margin-top: 10px;
	margin-bottom: 100px;
	color: #000000;
	
	}

/* Profile用ここまで */