@charset "UTF-8";


h2,h3,h4{
	font-weight: 600;
}
.txt{
	text-indent:1em;
	line-height: 2.6rem;
	margin-bottom: 20px;
}
.mark_r{
	font-size: 18px;
}
h3 .mark_r{
	font-size: 28px;
}
h3 .mark_r{
	font-size: 28px;
}
@media screen and (max-width: 640px) {
	.txt{
		text-indent:1em;
		line-height: 2.1rem;
		margin-bottom: 15px;
	}
	.mark_r{
		font-size: 16px;
	}
	h3 .mark_r{
		font-size: 21px;
	}
}
/*-----------------------------------

	side

-----------------------------------*/
#side{
    top: 60px;
}
/*-----------------------------------

	intro

-----------------------------------*/
#intro{
	padding: 40px 0 20px;
}
#intro h3{
	width: 790px;
	margin:0 auto 20px;
}
@media screen and (max-width: 1000px) {
	#intro h3{
		width: 100%;
		max-width: 790px;
	}
}
/*-----------------------------------

	about

-----------------------------------*/
#about{
	padding: 40px 0 20px;
}
#about .img_01{
	width: 210px;
	margin-right: -10px;
}
#about .text_01{
	width: 560px;
}
#about .list_02 li{
	width: 100%;
}
@media screen and (max-width: 1000px) {
	#about .img_01{
		width: 30%;
		margin-right: -20px;
	}
	#about .text_01{
		width: 70%;
	}
}
@media screen and (max-width: 640px) {
	#about .img_01{
		width: 50%;
		max-width: 210px;
		margin: 0 auto 20px;
		float: none !important;
	}
	#about .text_01{
		width: 100%;
		float: none !important;
	}
}
/*-----------------------------------

	effect

-----------------------------------*/
#effect{
	padding: 40px 0;
}
#effect .p_list li{
	width: 100%;
}
/*-----------------------------------

	voice

-----------------------------------*/
#voice{
	padding: 40px 0;
}
#voice .img_01{
	width: 275px;
	margin-left: -10px;
}
#voice .text_01{
	width: 500px;
}
@media screen and (max-width: 1000px) {
	#voice .img_01{
		width: 30%;
		margin-right: -20px;
	}
	#voice .text_01{
		width: 70%;
	}
}
@media screen and (max-width: 1000px) {
	#voice .img_01{
		width: 60%;
		max-width: 275px;
		margin: 0 auto 20px;
		float: none !important;
	}
	#voice .text_01{
		width: 100%;
		float: none !important;
	}
}
/*-----------------------------------

	flow

-----------------------------------*/
#flow{
	padding: 40px 0;
}
#flow ul{
	margin-bottom: 20px;
}
#flow li{
	float: left;
	margin-right: 10px;
}
#flow li:nth-child(2n){
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
	#flow li{
		width: 49%;
		margin-right: 2%;
	}
	#flow li:nth-child(2n){
		margin-right: 0;
	}
}
/*-----------------------------------

	free

-----------------------------------*/
#free{
	padding: 40px 0;
}
#free li{
	float: left;
	margin-right: 10px;
}
#free li:nth-child(2n){
	margin-right: 0;
}
#free li:first-child,
#free li:nth-child(2){
	margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
	#free li{
		width: 49%;
		margin-right: 2%;
	}
	#free li:nth-child(2n){
		margin-right: 0;
	}
}
/*-----------------------------------

	book

-----------------------------------*/
#book{
	padding: 40px 0 20px;
}
#book .img_01{
	width: 210px;
	margin-right: -10px;
}
#book .text_01{
	width: 560px;
}
@media screen and (max-width: 1000px) {
	#book .img_01{
		width: 30%;
		margin-right: -20px;
	}
	#book .text_01{
		width: 70%;
	}
}
@media screen and (max-width: 640px) {
	#book .img_01{
		width: 40%;
		max-width: 210px;
		margin: 0 auto 20px;
		float: none !important;
	}
	#book .text_01{
		width: 100%;
		float: none !important;
	}
}
/*-----------------------------------

	staff

-----------------------------------*/
#staff{
	padding: 40px 0 20px;
}
#staff .img_01{
	width: 210px;
	margin-left: -10px;
}
#staff .text_01{
	width: 560px;
}
@media screen and (max-width: 1000px) {
	#staff .img_01{
		width: 30%;
		margin-right: -20px;
	}
	#staff .text_01{
		width: 70%;
	}	
}
@media screen and (max-width: 640px) {
	#staff .img_01{
		width: 50%;
		max-width: 210px;
		margin: 0 auto 20px;
		float: none !important;
	}
	#staff .text_01{
		width: 100%;
		float: none !important;
	}
}
/*-----------------------------------

	menu

-----------------------------------*/
#menu{
	padding: 40px 0;
}
#menu .txt_02{
	margin-top: 20px;
}
#menu #menu_first {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

#menu #menu_first dt{
	width: 250px;
	float: left;
}
#menu #menu_first dd{
	padding-left: 250px;
}
#menu #menu_first dd span{
	font-size: 20px;
	letter-spacing: 0.05rem;
}
#menu table {
	width: 100%;
	line-height: 2.1rem;
}
#menu table{
	background:#fff;
	margin-bottom:20px;
	border-radius:10px;
}
#menu table tbody{
    display: table;
    width: inherit;
}
#menu table th{
	width: 25%;
	font-weight: 500;
	line-height: 1.8rem;
	vertical-align:middle;
	background:#ffc55f;
	padding: 20px;
}
#menu table .time title{
    background: #fdfce2;
}
#menu table .time td{
	width: 25%;
	text-align: center;
}
#menu table td{
	vertical-align:middle;
	padding: 20px;
	border-bottom:solid 1px #ffc55f;
}
#menu table tr:first-child th{
	border-radius:10px 0 0 10px;
}
#menu table tr:last-child td{
	border-bottom:none;
}
#menu .p_txt{
	margin-bottom: 0;
}
#menu .link_btn{
	margin-top: 30px;
}
@media screen and (max-width: 640px) {
	#menu #menu_first{
		text-align:center;
		padding: 15px 2.5%;
	}
	#menu #menu_first dt{
		width: 100%;
		font-size: 16px;
		float: none;
		margin-bottom: 5px;
	}
	#menu #menu_first dd{
		padding-left: 0;
	}
	#menu #menu_first dd span{
		font-size: 20px;
		letter-spacing: 0.05rem;
	}
	#menu table {
		line-height: 1.6rem;
	}
	#menu table th{
		width: 100%;
		padding: 10px 2.5%;
	}
	#menu table tr:first-child th{
		border-radius:10px 10px 0 0;
	}
	#menu table tr:nth-child(3){
		text-align:center;
	}
	#menu table tr:nth-child(3) td:first-child{
		width: 30%;
	}
	#menu table tr:nth-child(3) td:nth-child(2){
		width: 30%;
	}
	#menu table tr:nth-child(3) td:nth-child(3){
		width: 40%;
	}
	#menu table .title{
		width: 18%;
	}
	#menu table td{
		padding: 10px 2.5%;
	}
	#menu .link_btn{
		margin-top: 20px;
	}
}





















