@media screen and (min-width: 1025px) {
	body {
		background-image: url(../images/body-bg.jpg);
		background-repeat: no-repeat;
		background-position: center 130px;
	}
}
#mineral img,
#items .title img,
.start img {
	display: block;
	width: 100%;
	height: auto;
}
#mineral {
 line-height: 1em;
 padding: 0 0 50px 0;
 position: relative;
}
/**
講座案内
ご挨拶
*/
.background-img {
	background-image: url(../images/items-bg.jpg);
	background-position: center bottom;
	padding-top: 50px;
}
/* items */
#items {
	width: 968px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-image: url(../images/items-waku.jpg);
	overflow: hidden;
}
#items .title {
	width: 430px;
	float: left;
	padding: 20px 30px 0 4px;
}
#items th,
#items td {
	padding: 1.5em 0;
	border-bottom: 1px solid #caecf6;
}
#items th.none,
#items td.none {
	border: none;
}
#items th {
	vertical-align: top;
	font-size: 2em;
	font-weight: bold;
	color: #7ac943;
	padding-top: 0.7em;
	width: 1.8em;
	text-align: center;
}
#items td {
	line-height: 1.8em;
}
#items td h2 {
	font-size: 1.4em;
	padding: 0.2em 0 0.3em 0;
}
#items .bottom {
	width: 100%;
	height: 40px;
	clear: both;
	background-image: url(../images/items-waku.jpg);
	background-position: center bottom;
}

/* aisatu */
#aisatu {
	width: 890px;
	padding: 100px 0 0 340px;
}
@media screen and (min-width: 751px) {
	#aisatu {
		height: 485px;
	}
}
#aisatu h2.title {
	text-align: center;
	padding: 0 0 0.5em 0;
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
}
#aisatu .text {
	width: 100%;
	height: 300px;
	border-top: 1px solid #ff7bac;
	border-bottom: 1px solid #ff7bac;
	padding: 25px 0;
	line-height: 1.7em;
}
#aisatu .text .scroll {
	overflow-y: scroll;
	height: 250px;
	padding: 0 2em;
}
#aisatu .text h1 {
	padding: 2em 0 1em 0;
	font-size: 1.1em;
}
#aisatu .text h1.none {
	padding-top: 0;
}
#aisatu .text h3 {
	padding: 2em 0 0 0;
	text-align: right;
	width: 100%;
}

/**
講師の紹介
*/
#profile {
	background-image: url(../images/teacher-bg.jpg);
	background-repeat: no-repeat;
	padding: 50px 0 0 0;
	overflow: hidden;
}
#profile .ifca {
	width: 260px;
	padding-top: 1em;
	float: left;
}
#profile .teacher {
	width: 740px;
	float: right;
	overflow: hidden;
	border-left: 1px dotted #ccc;
	padding-left: 25px;
}
#profile .teacher-img {
	width: 160px;
	float: left;
}
#profile .teacher-img img {
	width: 100%;
	height: auto;
}
#profile .teacher h1,
#profile ul {
	width: 510px;
	float: right;
	padding: 0 0 1em 0;
}
#profile .teacher h1 {
	font-size: 1.4em;
	color: #7ac943;
	padding: 0.5em 0 1em 0;
}
#profile .teacher h1 span {
	font-size: 0.8em;
	padding-right: 1em;
	color: #000;
}
#profile .list1 li {
	padding-left: 0.5em;
	border-left: 2px solid #7ac943;
	margin: 0 0 0.5em;
}
#profile .list2 span {
	color: #7ac943;
}
#profile .book .img {
	padding: 1em 0 0 1em;
}
.start {
    padding-top: 80px;
	padding-bottom: 0;
	border: none;
}


/* スマホ　横 */
@media screen and (max-width: 750px) {
	/*解除*/
	#mineral {
		padding: 0;
	}
	.background-img {
		background-image: url(../smart/images/items-bg.jpg);
		background-repeat: repeat-y;
		padding: 25px 0 0 0;
	}
	#items {
		width: 100%;
		background-image: url();
		padding: 0;
	}
	#items .title, 
	#items .title2 {
		width: 100%;
		float: none;
		padding: 0 0 25px;
	}
	#items .title2 {
		padding: 25px 0 0 0;
	}
	#items .title2 img {
		width: 100%;
		height: auto;
	}
	#items table {
		width: 90%;
		margin: 0 auto;
		border: 3px solid #caecf6;
		background-color: #fff;
	}
	#items th {
		vertical-align: middle;
		font-size: 1.5em;
		padding: 0;
		width: 2em;
	}
	#items td {
		line-height: 1.8em;
		padding-right: 1em;
		padding-left: 1em;
	}
	#items td h2 {
		font-size: 1.1em;
	}
	#items .bottom {
		background-image: url();
	}
	#aisatu {
		width: 100%;
		padding: 0;
		background-color: #fff;
	}
	#aisatu .title {
		width: 100%;
	}
	#aisatu .title img {
		width: 100%;
		height: auto;
	}
	#profile {
		background-image: url();
		padding: 25px 0 0 0;
		width: 90%;
		margin: 0 auto;
	}
	#profile .teacher {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}
	#profile .teacher-img {
		width: 100%;
		float: none;
		padding: 0 30%;
	}
	#profile .teacher h1,
	#profile ul {
		width: 100%;
		float: none;
	}
	#profile .teacher h1 {
		text-align: center;
	}
	#profile ul {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#profile .book .img {
		padding: 1em 0 0 0;
		text-align: center;
	}
}

/*
 * movie
*/
/* pc btn */
#openBtn {
	cursor: pointer;
	display: block;
	width: 220px;
	height: 170px;
	position: absolute;
	top: 560px;
	left: 780px;
}
.movie-aria {
	/*padding: 100px 0 80px;*/
}
@media screen and (max-width: 767px) {
	.anchor#movie,
	.anchot#start_ifca {
		padding: 0;
	}
	.movie-aria {
		padding: 50px 0 0 0;
	}
    .anchor#movie {
        margin: -80px 0 0 0;
        padding: 80px 0 0 0;
    }
}

/*
 * ページによってカラーの変更
 * header navi　と色を揃える
 *各ページのスタイルシート一番下へ
*/
#page-header-main .nav li.btn a.request,
.botton input#request {
    background: #61C359;/*背景色*/
}
#page-header-main .nav li.btn a.apply,
.botton input#apply {
    background:  #ff7bac;/*背景色*/
}
/* 折りたたみ */
#page-header-main .nav li.btn-smart a.request {
	color: #61C359;/*文字の色*/
}
#page-header-main .nav li.btn-smart a.apply {
    color:  #ff7bac;/*文字の色*/
}
#page-guide-area .guide {
	background-color: #fff;
}

/*メニュ　色
@media screen and (min-width: 1025px) {
	.global-navi li.next_page {
		background-color: #ff7bac;
		font-weight: bold;
	}
}*/

/*
 * 20221101 member btn 追加
*/
#openBtn_movie img,
#openBtn_member img {
    max-width: 100%;
}
#openBtn_movie {
	cursor: pointer;
	display: block;
	width: 200px;
	position: absolute;
	top: 480px;
	right: 0;
}
#openBtn_member {
	cursor: pointer;
	display: block;
	width: 200px;
	position: absolute;
	top: 590px;
	right: 0;
}
.smart_btn_member {
    display: none;
    padding: 2em 15% 1em 15%;
}
.smart_btn_member img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    #openBtn_movie,
    #openBtn_member {
        display: none;
    }
    .smart_btn_member {
        display: block;
    }
}