@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

/*iPad (mini含む) w768px 1024px*/
@media only screen and (max-width: 768px) {
}
/*iPad 以下 w767px*/
@media only screen and (max-width: 767px) {
}

/***************************************************************************
hr
****************************************************************************/

hr {
    width: 50%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 2px #000 dotted;
}

@media only screen and (max-width: 767px) {

hr {
    width: 80%;
    margin-top: 0;
}

}


/***************************************************************************
movie
****************************************************************************/
#movie_box{
    margin: 35px auto 0 auto;
    /*padding: 10px;*/
}
#movie_inner {
    max-width: 700px;
    margin: 0 auto;
}
#movie_inner .movie {
  position: relative;
  margin: 0 auto;
  border: solid 1px #ccc;
  padding-top: 56.25%;
  height: 0;
}
#movie_box a,
#movie_box p{
    text-align: center;
    font-weight: bold;
    /*display: inline-block;*/
    font-size: 16px;
    margin-top: 0.5em;
    line-height: 1.6;
}
.sp #movie_inner {
    max-width: none !important;
    width: 100% !important;
    margin: auto;
}
.videopro {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.videopro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie_box .movie iframe,
#movie_box .movie object,
#movie_box .movie embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 767px) {
#movie_box{
    margin: 1em auto 0 auto;
    /*padding: 10px;*/
}

}


/***************************************************************************
about_bus
****************************************************************************/

#about_bus {
    /*background-color: #EFEFEF;*/
    padding-bottom: 2em;
    text-align: center;
}
#about_bus a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
}

ul#bus_stop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
#bus_stop li {
    width: 18.25%;
    margin-bottom: 17px;
    margin-left: 2.125%
}
#bus_stop li:first-child {
    margin-left: 0%
}
#bus_stop li:last-child {
    width: 100%;
    margin-left: 0%
}
#bus_stop a {
    display: block;
    background-color: #E60012;
    text-align: center;
    padding: 10px 0px 10px 0px;
    line-height: 1.3em;
}
#bus_stop li:last-child a {
    padding: 20px 0px 20px 0px;
}
#bus_stop a span {
    display: block;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
#about_bus {
    padding: 7px 0px 10px 0px;
}
#about_bus a {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    line-height: 1.2em;
}
#bus_stop li:last-child a {
    padding: 12px 0px 12px 0px;
    font-size: 11px;
}
#bus_stop li {
    width: 31.587%;
    margin-bottom: 10px;
}
#bus_stop li:nth-child(3n+1) {
    margin-left: 0%
}
#bus_stop a span {
    font-size: 11px;
}
}

/***************************************************************************
top_img_02
****************************************************************************/
.tokucho {
    background-color: bluwn;
    /*padding-bottom: 40px;*/
    /*background-image: url(https://www.senmongakkou.info/jobfes_190324/korean/image/index/bg_contents.jpg);*/
}

#top_img_02 {
    padding-top: 0px;
    padding-bottom: 40px;
}

h2{
    text-align: center;
    /*margin-top: 1.5em;*/
    margin-bottom: 0.5em;
    font-size: 2em;
}


@media only screen and (max-width: 767px) {
#top_img_02 {
    padding-top: 5px;
    padding-bottom: 1em;
}
h2{
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.3em;
}



}



/***************************************************************************
select_school
****************************************************************************/

#select_school .head_ttl {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1180px) {
#select_school .head_ttl {
	margin-left: 2%;
	margin-right: 2%;
}
}

#select_school .ttl {
    cursor: pointer;
    position: relative;
    padding: 13px 0px 13px 18px;
}
#select_school .ttl img {
/*
    width: 627px;
    height: 36px;
*/
	width: 654px;
	height: 70px;
}
#select_school .ttl span {
    position: absolute;
    display: block;
    top: 21px;
    right: 15px;
	width: 28px;
    height: 20px;
    background-image: url(../image/index/bg-btn_select_school_lower.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
#select_school .toggle_close span {
    background-image: url(../image/index/bg-btn_select_school_upper.png);
}

#select_school #school_designer .ttl {
	background-color: #e50012;
}
#select_school #school_arts .ttl {
	background-color: #0068b6;
}
#select_school #school_business .ttl {
	background-color: #00a971;
}
#select_school #school_kanko .ttl {
	background-color: #f7b400;
}

@media only screen and (max-width: 767px) {
#select_school .ttl {
    padding: 9px 0px 10px 8px;
}
#select_school .ttl img {
	width: 87%;
	height: auto;
}
#select_school .ttl span {
    top: 0px;
    right: 10px;
    height: 100%;
    width: 25px;
}
}

#select_school .course .inner {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
#select_school .box {
    width: 23.75%;
    margin-left: 1.66%;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}
#select_school .box:nth-child(4n+1) {
    margin-left: 0%;
}

#select_school .box > div {
    min-height: 0%;
}

#select_school .sam {
	margin-bottom: 10px;
}

#select_school .sam img {
    width: 100%;
}

#select_school .subject {
/*
	margin-bottom: 10px;
*/
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

#select_school #school_designer .subject {
	background-color: #e50012;
}
#select_school #school_arts .subject {
    /*background-color: #0068b6;*/
    background-color: #ff9900;
}
#select_school #school_business .subject {
	background-color: #00a971;
}
#select_school #school_kanko .subject {
	background-color: #f7b400;
}

#select_school .exp {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: auto;
}

#select_school .memo {
    font-size: 12px;
    line-height: 1.3em;
	color: #f00;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: auto;
}

#select_school ul.select_date {
    display: flex;
}
#select_school ul.select_date li {
    width: 100%;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}
#select_school ul.select_date li:first-child {
    padding-right: 1%;
    padding: 2%;
}
#select_school ul.select_date li:nth-child(2) {
	padding-left: 1%;
}
#select_school ul.select_date li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#select_school #school_designer ul.select_date li {	border-color: #e50012; background-color: #e50012; }
#select_school #school_arts ul.select_date li {	border-color: #0068b6; background-color: #0068b6; }
#select_school #school_business ul.select_date li {	border-color: #00a971; background-color: #00a971; }
#select_school #school_kanko ul.select_date li {	border-color: #f7b400; background-color: #f7b400; }



@media only screen and (max-width: 767px) {
#select_school .course .inner {
    padding-top: 15px;
}
#select_school .box {
    width: 48%;
    margin-left: 4% !important;
    margin-bottom: 40px;
}
#select_school .box:nth-child(2n+1) {
    margin-left: 0% !important;
}
#select_school .subject {
    font-size: 11px;
    line-height: 1.2em;
}
#select_school .exp {
    font-size: 12px;
}
}

#select_school .btn input[type*="submit"] {
    outline: none;					/*枠線をhover時オリジナルに*/
	-webkit-appearance: none;		/*iPhoneでオリジナルのinput*/
    border: none;
	display: block;
    cursor: pointer;
	border-radius: 8px;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #FFFFFF;
    width: 90%;
    margin: 0px auto 0px auto;
}
#select_school .btn input[type*="submit"]:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 767px) {
#select_school .btn input[type*="submit"] {
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}
}

#select_school #school_designer .btn input[type*="submit"] {
	background-color: #F29600;
}
#select_school #school_arts .btn input[type*="submit"] {
	background-color: #E60012;
}
#select_school #school_business .btn input[type*="submit"] {
	background-color: #8DC21F;
}
#select_school #school_kanko .btn input[type*="submit"] {
	background-color: #E75297;
}

/***************************************************************************
time_schedule
****************************************************************************/

#time_schedule {
    background-color: #66c3ce;
    padding-top: 40px;
    padding-bottom: 40px;
}
#time_schedule .contents_image {
	max-width: 800px;
	margin: 0px auto 0px auto;
}
#time_schedule .contents_image img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
#time_schedule {
    padding-top: 25px;
    padding-bottom: 25px;
}
#time_schedule .contents_image {
	width: 90%;
	margin: 0px auto 0px auto;
}
}


#time_schedule .sam_exp {
    overflow: hidden;
    width: 800px;
    margin: 30px auto 0px auto;
}
#time_schedule .sam_exp .ttl {
    max-width: 800px;
    margin-bottom: 15px;
}
#time_schedule .sam_exp ul {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 0px auto;
    display: flex;
	text-align: center;
}
#time_schedule .sam_exp li {
	width: 23.75%;
	margin-left: 1.66%;
}
#time_schedule .sam_exp li img {
	width: 100%;
	padding: 10px;
}
#time_schedule .sam_exp li:first-child {
	margin-left: 0px;
	background-color: #e50012;
}
#time_schedule .sam_exp li:nth-child(2) {
	background-color: #0068b6;
}
#time_schedule .sam_exp li:nth-child(3) {
	background-color: #00a971;
}
#time_schedule .sam_exp li:nth-child(4) {
	background-color: #f7b400;
}


@media only screen and (max-width: 767px) {
#time_schedule .sam_exp {
    width: 100%;
    margin: 15px auto 0px auto;
}
#time_schedule .sam_exp .ttl {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}
#time_schedule .sam_exp ul {
    float: none;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#time_schedule .sam_exp li {
    width: 49.5%;
}
#time_schedule .sam_exp li:first-child {
	float: left;
	margin: 0px 0px 1% 0px;
}
#time_schedule .sam_exp li:nth-child(2) {
	float: right;
	margin: 0px 0px 1% 0px;
}
#time_schedule .sam_exp li:nth-child(3) {
	float: left;
	margin: 0px;
}
#time_schedule .sam_exp li:nth-child(4) {
	float: right;
	margin: 0px;
}
#time_schedule .sam_exp li img {
    width: 100%;
}
}
