@charset "utf-8";

/* ----------------------------------------
	レッツ英会話スクール

	ホームcss
	index.css

	create 20140619 T.Y
---------------------------------------- */


/* ----- #container ----- */
#container {
	width: 100%;
}

/* ----- #header ----- */
#head {
	margin: 15px auto 0px;
	padding: 0px;
	min-height: 105px;
	position: relative;
}
#container .menu_box2 {
	margin: 0 auto 30px;
}
#container .menu_box2 ul {
	margin: 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 5px;
}
#container .menu_box2 ul li {
	width: calc(33% - 10px);
	list-style: none;
}
#container .menu_box2 ul li.menu04,
#container .menu_box2 ul li.menu05 {
	width: calc(50% - 13px);
}
#container .menu_box2 .menu01 a {
	background-image: url(../img-index/menu01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	padding: 0 0 136%;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
#container .menu_box2 .menu01 a:hover {
	background-image: url(../img-index/menu01on.png);
}
#container .menu_box2 .menu02 a {
	background-image: url(../img-index/menu02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	padding: 0 0 136%;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
#container .menu_box2 .menu02 a:hover {
	background-image: url(../img-index/menu02on.png);
}
#container .menu_box2 .menu03 a {
	background-image: url(../img-index/menu03.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	padding: 0 0 136%;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
#container .menu_box2 .menu03 a:hover {
	background-image: url(../img-index/menu03on.png);
}
#container .menu_box2 .menu04 a {
	background-image: url(../img-index/menu04sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	padding: 0 0 92%;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
#container .menu_box2 .menu04 a:hover {
	background-image: url(../img-index/menu04spon.png);
}
#container .menu_box2 .menu05 a {
	background-image: url(../img-index/menu05sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	padding: 0 0 92%;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
#container .menu_box2 .menu05 a:hover {
	background-image: url(../img-index/menu05spon.png);
}

#container .pankuzu_box {
	display: none;
}



/* ----- #main_right ----- */
#container #main #main_right {
	padding: 0 5px 30px;
}
#main_right h3 {
	width: 100%;
	text-align: left;
	color: #0081CC;
	font-size: 22px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom: 5px solid #0081CC;
}
#main_right h3 span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	font-size: 16px;
}
#main_right .calender_box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#main_right .calender_box table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display: table;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}
#main_right .calender_box table th {
	width: 38%;
	background-color: #EEEEEE;
	font-size: 14px;
	padding: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main_right .calender_box table th > span {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
#main_right .calender_box .saturday {
	background-color: #D9D9FF;
	color: #0081CC;
}
#main_right .calender_box .sunday {
	background-color: #FFEAEA;
	color: #E40000;
}
#main_right .calender_box table td {
	padding: 10px 5px;
	font-size: 80%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 100px;
	vertical-align: top;
	text-align: left;
	display: table-cell;
	line-height: 130%;
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
}
#main_right .calender_box .off_box {
	text-align: center;
	color: #333333;
	background-color: #ffcc66;
	border-radius: 3px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .event_box {
	text-align: center;
	color: #333333;
	background-color: #FF99CC;
	border-radius: 3px;
	padding: 2px 0px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .syogaku_box {
	text-align: center;
	border-radius: 3px;
	color: #333333;
	background-color: #FFCC00;
	padding: 2px 0px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .chuko_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #66CC99;
	padding: 2px 0px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .eiken_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px 0px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .toefl_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #59b200;
	padding: 2px 0px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .tokubetu_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #3399FF;
	padding: 2px 0px;
	margin-bottom: 1px;
	display: block;
}
#main_right .calender_box .today {
	background-color: #FFE599;
}
#main_right .btn_more {
	width: 100%;
	margin: 8px auto 30px;
	text-align: center;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: right 0%;
	clear: both;
}
#main_right .btn_more a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #0081cc;
	margin: 0;
	padding: 12px 18px;
	border-radius: 20px;
	display: inline-block;
}
#main_right .btn_more a:hover {
	background-color: #FF6600;
}


/* ----- .info_box ----- */
#main_right .info_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#main_right .info_box ul {
	margin: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}
#main_right .info_box ul li {
	width: calc(50% - 4px);
	list-style: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	display: block;
}
#main_right .info_box ul li a {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
}
#main_right .info_box ul li .photo {
	width: 100%;
	margin: 0 auto 8px;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #eee;
	border-radius: 5px;
}
#main_right .info_box ul li .date {
	color: #333333;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#main_right .info_box ul li .text {
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 130%;
}
#main_right .info_box ul li a:hover {
	background-color: #ffffcc;
}


/* ----- .voice_box ----- */
#main_right .voice_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#main_right .voice_box ul {
	margin: 0px;
	display: flex;
	justify-content: space-between;
}
#main_right .voice_box ul li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 3px;
	margin-left: 4px;
}
#main_right .voice_box ul li a {
	width: 130px;
	display: block;
	padding: 9px;
	border: 1px solid #CCCCCC;
	text-align: left;
	min-height: 180px;
	text-decoration: none;
}
#main_right .voice_box ul li .photo {
	width: 128px;
	max-height: 88px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	margin: 0 auto 5px;
}
#main_right .info_box ul li .photo img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#main_right .voice_box ul li .date {
	color: #333333;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
}
#main_right .voice_box ul li .text {
	text-decoration: underline;
	font-size: 80%;
	line-height: 130%;
}
#main_right .voice_box ul li a:hover {
	background-color: #ffffcc;
}


/* ----- #man_left ----- */
#container #main #main_left {
	padding: 0 5px 30px;
}



@media screen and (min-width: 370px){
	/*	約370px以上の画面向けスタイル */

}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル */

}



@media screen and (min-width: 740px){
	/*	約740px以上の画面向けスタイル second tablet */

	#container .menu_box2 ul li {
		width: calc(20% - 10px);
	}
	#container .menu_box2 ul li.menu04,
	#container .menu_box2 ul li.menu05 {
		width: calc(20% - 10px);
	}
	#container .menu_box2 .menu04 a {
		background-image: url(../img-index/menu04.png);
		padding: 0 0 136%;
	}
	#container .menu_box2 .menu04 a:hover {
		background-image: url(../img-index/menu04on.png);
	}
	#container .menu_box2 .menu05 a {
		background-image: url(../img-index/menu05.png);
		padding: 0 0 136%;
	}
	#container .menu_box2 .menu05 a:hover {
		background-image: url(../img-index/menu05on.png);
	}

	/* スケジュール */
	#main_right .calender_box table {
		writing-mode: horizontal-tb;
	}
	#main_right .calender_box table th {
		width: calc(100% / 7);
	}
	#main_right .calender_box table td {
	}

	/* 掲示板 */
	#main_right .info_box ul li {
		width: calc((100% - 40px) / 6);
	}
	#main_right .info_box ul li a {
		padding: 5px;
	}
	#main_right .info_box ul li .date {
		font-size: 1.1rem;
	}
}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル second tablet  */

	/* ----- #header ----- */
	#head {
		width: 960px;
		margin: 15px auto 0px;
		padding: 0px;
		min-height: 105px;
		position: relative;
	}

	/* ----- #container ----- */
	#container {
		width: 100%;
	}
	#container .pankuzu_box {
		display: block;
	}
	#container .menu_box2 {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		clear: both;
	}
	#container .menu_box2 ul {
		margin: 0px;
		display: flex;
		justify-content: space-between;
	}
	#container .menu_box2 ul li {
		width: calc(20% - 10px);
	}
	#container .menu_box2 ul li.menu04,
	#container .menu_box2 ul li.menu05 {
		width: calc(20% - 10px);
	}
	#container .menu_box2 .menu01 a {
		background-image: url(../img-index/menu01.png);
		width: 188px;
		height: 280px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin: 0 2px;
	}
	#container .menu_box2 .menu01 a:hover {
		background-image: url(../img-index/menu01on.png);
	}
	#container .menu_box2 .menu02 a {
		background-image: url(../img-index/menu02.png);
		width: 188px;
		height: 280px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin: 0 2px;
	}
	#container .menu_box2 .menu02 a:hover {
		background-image: url(../img-index/menu02on.png);
	}
	#container .menu_box2 .menu03 a {
		background-image: url(../img-index/menu03.png);
		width: 188px;
		height: 280px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin: 0 2px;
	}
	#container .menu_box2 .menu03 a:hover {
		background-image: url(../img-index/menu03on.png);
	}
	#container .menu_box2 .menu04 a {
		background-image: url(../img-index/menu04.png);
		width: 188px;
		height: 280px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin: 0 2px;
	}
	#container .menu_box2 .menu04 a:hover {
		background-image: url(../img-index/menu04on.png);
	}
	#container .menu_box2 .menu05 a {
		background-image: url(../img-index/menu05.png);
		width: 188px;
		height: 280px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin: 0 2px;
	}
	#container .menu_box2 .menu05 a:hover {
		background-image: url(../img-index/menu05on.png);
	}
	#container .tweet_box {
		top: 178px;
	}
	#container #main #main_left {
	}
	#container #main #main_right {
		width: 688px;
	}
	#main_right h3 {
		width: 100%;
		text-align: left;
		color: #0081CC;
		font-size: 22px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		border-bottom: 5px solid #0081CC;
	}
	#main_right h3 span {
		position: absolute;
		bottom: 0px;
		right: 0px;
		display: block;
		font-size: 16px;
	}
	#main_right .calender_box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	#main_right .calender_box table {
		width: 100%;
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		display: table;
	}
	#main_right .calender_box table th {
		background-color: #EEEEEE;
		font-size: 14px;
		padding: 15px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	#main_right .calender_box .saturday {
		background-color: #D9D9FF;
		color: #0081CC;
	}
	#main_right .calender_box .sunday {
		background-color: #FFEAEA;
		color: #E40000;
	}
	#main_right .calender_box table td {
		padding: 10px 5px;
		font-size: 80%;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		height: 100px;
		vertical-align: top;
		text-align: left;
		display: table-cell;
		width: 14%;
		line-height: 130%;
	}
	#main_right .calender_box .off_box {
		text-align: center;
		color: #333333;
		background-color: #ffcc66;
		border-radius: 3px;
		margin-bottom: 1px;
		display: block;
	}

	#main_right .calender_box .event_box {
		text-align: center;
		color: #333333;
		background-color: #FF99CC;
		border-radius: 3px;
		padding: 2px 0px;
		margin-bottom: 1px;
		display: block;
	}
	#main_right .calender_box .syogaku_box {
		text-align: center;
		border-radius: 3px;
		color: #333333;
		background-color: #FFCC00;
		padding: 2px 0px;
		margin-bottom: 1px;
		display: block;
	}
	#main_right .calender_box .chuko_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #66CC99;
		padding: 2px 0px;
		margin-bottom: 1px;
		display: block;
	}
	#main_right .calender_box .eiken_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #FF0000;
		padding: 2px 0px;
		margin-bottom: 1px;
		display: block;
	}
	#main_right .calender_box .toefl_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #59b200;
		padding: 2px 0px;
		margin-bottom: 1px;
		display: block;
	}
	#main_right .calender_box .tokubetu_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #3399FF;
		padding: 2px 0px;
		margin-bottom: 1px;
		display: block;
	}
	#main_right .calender_box .today {
		background-color: #FFE599;
	}
	#main_right .info_box {
	}
	#main_right .info_box ul {
	}
	#main_right .info_box ul li {
		width: calc((100% - 20px) / 3);
	}
	#main_right .info_box ul li a {
		padding: 8px;
	}
	#main_right .info_box ul li .photo {
	}
	#main_right .info_box ul li .date {
	}
	#main_right .info_box ul li .text {
	}
	#main_right .info_box ul li a:hover {
	}
}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル pc(HD) */

}



@media screen and (min-width: 1600px){
	/*	約1600px以上の画面向けスタイル pc(Full HD) */

}