@charset "UTF-8";



#maintext ol, #maintext h1, #memberbox ul, .cvarea ul, .talkbox dl, .talkbox div, .aday .graph, .aday dl {
	transition: .8s;
}

.list-fitem{
	opacity: 0;
	transform: translate(-30px,0);
	-webkit-transform: translate(-30px,0);
}
.fitem{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.fontmin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	display: table;
	content: '';
}


#header {
	background: #fff;
	text-align: center;
	padding: 20px;
}

#mimi {
	display: none;
}


#mainvisual {
	text-align: center;
}

#mainvisual img {
	width: 100%;
	height: auto;
}

#maintext {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#maintext h1 {
	font-size: 30px;
	color: #e4007d;
	letter-spacing: .5em;
	margin-bottom: 70px;
}

#maintext ol {
	font-size: 20px;
}

#maintext li {
	margin-bottom: 60px;
}







.cvarea {
	padding: 105px 0;
}

.cvarea ul {
	width: 800px;
	display: flex;
	justify-content: space-around;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cvarea a {
	background:linear-gradient(to right, #de0020, #ef7cae);
	border-radius: 80px;
	width: 360px;
	display: block;
	letter-spacing: .2em;
	text-indent: 1em;
	padding: 14px 0;
	color: #fff;
	transition: ease .5s all;
}
.cvarea a:hover {
	text-decoration: none;
	opacity: .8;
}




#memberbox {
	background: url(../../images/yakanbu/memberbg.gif);
}

#memberbox .inner {
	width: 1050px;
	margin: 0 auto;
	padding: 35px 0 65px 0;
}

#memberbox .title {
	margin-bottom: 30px;
	text-align: center;
}

#memberbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#memberbox li {
	background: url(../../images/yakanbu/memberboxbg.gif) no-repeat #fff center top;
	width: 500px;
	padding: 18px;
	box-sizing: border-box;
	margin-bottom: 50px;
	line-height: 1.4;
}

#memberbox li:after {
	display: table;
	content: '';
	clear: both;
}

#memberbox li .thum {
	float: left;
	margin-right: 20px;
}
#memberbox li .from {
	font-size: 16px;
	font-weight: bold;
	color: #e3007f;
}
#memberbox li .grade {
	font-size: 16px;
}
#memberbox li .name {
	font-size: 18px;
	font-weight: bold;
}
#memberbox li .people {
	font-size: 13px;
}
#memberbox li .his {
	font-size: 16px;
	font-weight: bold;
	color: #e3007f;
	padding: 10px 0;
}
#memberbox li a {
	font-size: 13px;
}



.chap {
	margin-top: 80px;
	margin-bottom: 40px;
}

.chap img {
	width: 100%;
	height: auto;
}

.talkbox {
	width: 1050px;
	margin: 0 auto;
	font-size: 18px;
}

.talkbox h2, .chap+h2 {
	text-align: center;
	letter-spacing: .5em;
	font-size: 32px;
	color: #e3007f;
	margin-bottom: 110px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.talkbox .spimgright, .talkbox .spimgleft, .talkbox .spimgcenter {
	display: none;
}

.talkbox dl {
	margin-bottom: 60px;
	display: table;
}

.talkbox dt {
	color: #e3007f;
	width: 4em;
	display: table-cell;
}

.talkbox .imgright {
	float: right;
	padding-left: 50px;
}

.talkbox .imgright2 {
	float: right;
	padding-left: 50px;
	margin-bottom: 50px;
}

.talkbox .imgleft {
	float: left;
	padding-right: 50px;
}

.talkbox .imgcenter {
	text-align: center;
	margin-bottom: 60px;
}

.talkbox .imgmgn30 {
	margin-bottom: 30px;
}




.aday {
	width: 1050px;
	margin: 0 auto;
	font-size: 18px;
}

.aday .graph {
	text-align: center;
	margin-bottom: 50px;
}

.aday dl {
	margin-bottom: 60px;
	display: table;
}

.aday dt {
	color: #e3007f;
	width: 24em;
	display: table-cell;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}





.yorumanabi {
	background: url(../../images/yakanbu/memberbg.gif);
	text-align: center;
	padding: 80px 0 200px 0;
	margin-bottom: 200px;
}
.yorumanabi h2 {
	letter-spacing: .2em;
	font-size: 36px;
	color: #e3007f;
	margin-bottom: 80px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yorumanabi div {
	background: #fff;
	padding: 100px 0;
}
.yorumanabi div img {
	width: 1000px;
}



.gakkotitle {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}


#base {
	font-family: '-apple-system', 'BlinkMacSystemFont','Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'Hiragino Sans','Hiragino Kaku Gothic ProN', '游ゴシック体',"segoe ui",'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}



#form {
	width: 800px;
	margin: 0 auto;
	font-family: '-apple-system', 'BlinkMacSystemFont','Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'Hiragino Sans','Hiragino Kaku Gothic ProN', '游ゴシック体',"segoe ui",'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#form #contact {
	margin-top: 50px;
}


#footer {
	text-align: center;
}












/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {


.pagetop {
	text-align: right;
}
.pagetop img {
	width: 70%;
}

#header {
	background: #fff;
	text-align: center;
	padding: 0;
}

#header .logoinner {
	position: relative;
}

#header .icon-oc {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
#header .icon-req {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 50px;
	top: 0;
}

#header h1 {
	text-align: center;
	padding-top: 18px;
}

#header h1 img {
	width: 182px;
}





#maintext h1 {
	font-size: 4.8vw;
	letter-spacing: .25em;
	margin-bottom: 6.6667%;
}

#maintext ol {
	font-size: 3.2vw;
}

#maintext li {
	margin-bottom: 6.6667%;
}





.cvarea {
	padding: 6.6667% 0;
}

.cvarea ul {
	width: 84.8%;
	font-size: 3.4667vw;
}
.cvarea ul li {
	width: 44.3333%;
}
.cvarea a {
	border-radius: 40px;
	width: 100%;
	letter-spacing: 0;
	text-indent: 0;
	padding: 2.4% 0;
}





#memberbox .inner {
	width: 85.3333%;
	padding: 6% 0 10% 0;
}

#memberbox .title {
	margin-bottom: 6%;
}

#memberbox .title img {
	width: 35%;
}

#memberbox ul {
	display: block;
}

#memberbox li {
	width: 100%;
	padding: 3.9063%;
	margin-bottom: 3.3333%;
}

#memberbox li .thum {
	width: 30.625%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#memberbox li .from {
	font-size: 3.125vw;
}
#memberbox li .grade {
	font-size: 3.125vw;
}
#memberbox li .name {
	font-size: 3.9063vw;
}
#memberbox li .people {
	font-size: 3.125vw;
}
#memberbox li .his {
	font-size: 3.125vw;
	padding: 4.0625% 0 0 0;
}
#memberbox li a {
	clear: both;
	display: block;
	text-align: center;
	font-size: 3.125vw;
	border-top: 1px solid #fdeff7;
	padding-top: 3%;
}



.chap {
	margin-top: 8%;
	margin-bottom: 4%;
}

.talkbox {
	width: 100%;
	font-size: 3.3333vw;
}

.talkbox h2, .chap+h2 {
	letter-spacing: .25em;
	font-size: 4.8vw;
	margin-bottom: 8%;
}

.talkbox .spimgright, .talkbox .spimgleft {
	display: block;
	width: 58.6667%;
	margin-bottom: 1em;
}
.talkbox .spimgcenter {
	display: block;
	width: 85.3333%;
	margin: 0 auto 1em auto;
}

.talkbox .spimgright {
	margin-left: auto;
}
.talkbox .spimgleft {
	margin-right: auto;
}

.talkbox dl {
	width: 85.3333%;
	margin: 0 auto;
	margin-bottom: 1em;
}

.talkbox dt {
	width: auto;
	display: inline;
}
.talkbox dt:after {
	content: '：';
}

.talkbox dd {
	display: inline;
}

.talkbox .imgright, .talkbox .imgright2, .talkbox .imgleft,
.talkbox .imgcenter, .talkbox .imgmgn30 {
	display: none;
	float: none;
	margin: 0;
	padding: 0;
}




.aday {
	width: 85.3333%;
	font-size: 3.3333vw;
}

.aday .graph {
	margin-top: 17.3333%;
	margin-bottom: 17.3333%;
}

.aday dl {
	margin-bottom: 13.3333%;
	display: block;
}

.aday dt {
	width: 100%;
	display: block;
	font-size: 4.2667vw;
	text-align: center;
	margin-bottom: 1em;
}





.yorumanabi {
	padding: 9.3333% 0 32% 0;
	margin-bottom: 32%;
}
.yorumanabi h2 {
	font-size: 4.2667vw;
	margin-bottom: 9.3333%;
}
.yorumanabi div {
	background: #fff;
	padding: 10% 7.3333%;
}
.yorumanabi div img {
	width: 100%;
}









#form {
	width: 100%;
}

}
