@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) {
}

/***************************************************************************
全体
****************************************************************************/
.center {
    text-align: center;
    margin: 0 auto;
}

/***************************************************************************
banner
****************************************************************************/

.banner {
	width:806px;
    margin:0 auto;
    margin-bottom:2em;
}
.banner p{
    font-size:1.5em;
    margin-bottom: 1em;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: flex-start;
}
.item {
	width:49%;
	background:#ddd;
	margin-bottom:0.5em;
  }

  @media only screen and (max-width: 767px) {
.banner {
    width:100%;
}
.item {
	width:95%;
	margin-bottom:0.5em;
}
}

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

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

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

hr {
    width: 80%;
}

}

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

#about_bus {
    background-color: #EFEFEF;
    padding: 35px 0px 43px 0px;
}
#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: 25px 0px 20px 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
****************************************************************************/

#top_img_02 {
    
    background-position: center;
    background-attachment: fixed;
    background-color: white;
    background-image:url(../image/index/back_test2.png);
    /*background-size: cover;*/
    /*background-color: lightgoldenrodyellow;*/
    padding-top: 40px;
    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 {
        background-position: unset;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    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;
}
#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%;
}
#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%;
}
}
