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

/***************************************************************************
top_img（override）
****************************************************************************/

#top_img {
    text-align: center;
    margin-top: 40px;
}
#top_img img {
    width: auto;
}

/***************************************************************************
map
****************************************************************************/

#map_outline .area_ttl {
    border-bottom: 3px solid #E60012;
/*
	background-image: url(../image/map/bg-area_ttl.png);
*/
	background-repeat: no-repeat;
    background-position: left center;
    font-size: 30px;
    font-weight: bold;
/*
    padding: 12px 0px 12px 40px;
*/
    padding: 12px 0px 12px 0px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
#map_outline .area_ttl {
    font-size: 24px;
    padding: 12px 0px 12px 30px;
    margin-bottom: 15px;
    background-size:25px auto;
}
}

#map_outline .map_list {
    display: flex;
    flex-wrap: wrap;
}
#map_outline .map_list .box {
    width: 47.75%;
    margin-left: 4.5%;
    border: 1px solid #CBCBCB;
    margin-bottom: 25px;
}
#map_outline .map_list .box:nth-child(2n+1) {
    margin-left: 0%;
}

#map_outline .map_list .ttl img {
	vertical-align: top;
}
#map_outline .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60.52%;
    overflow: hidden;
}
#map_outline .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***************************************************************************
school_map
****************************************************************************/

#school_map {
    background-color: #EFEFEF;
    padding-bottom: 25px;
}
#school_map .school_map_ttl {
    text-align: center;
    background-image: url(../image/map/bg-school_map_ttl.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 25px;
}

#school_map p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#school_map ul {
    display: flex;
    flex-wrap: wrap;
}
#school_map ul li {
    width: 49%;
    margin-bottom: 15px;
}
#school_map ul li:nth-child(2n+1) {
    margin-right: auto;
}
#school_map ul li a {
    display: block;
    border: 2px solid #E60012;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #3E3A39;
    text-align: center;
    padding: 10px;
    background-image: url(../image/map/bg-school_map%20_link.png);
    background-repeat: no-repeat;
    background-position: left 97% center;
    background-size: 20px auto;
}
#school_map ul li a span {
    display: block;
    font-size: 14px;}

@media only screen and (max-width: 767px) {
#school_map {
    padding-bottom: 15px;
}
#school_map .school_map_ttl {
    margin-bottom: 20px;
}
#school_map .school_map_ttl img {
    width: 36.25%;
}
#school_map p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
}
#school_map ul li {
    width: 100%;
}
#school_map ul li a {
    font-size: 16px;
    padding: 7px;
}
}

#to_web ul {
    display: flex;
    flex-wrap: wrap;
}
#to_web ul li {
    width: 100%;
    margin-bottom: 15px;
}
#to_web ul li:nth-child(2n+1) {
    margin-right: auto;
}
#to_web ul li a {
    display: block;
    border: 2px solid #E60012;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #3E3A39;
    text-align: center;
    padding: 10px;
    background-image: url(../image/map/bg-school_map%20_link.png);
    background-repeat: no-repeat;
    background-position: left 97% center;
    background-size: 20px auto;
}
#to_web ul li a span {
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
#to_web ul li {
    width: 100%;
}
#to_web ul li a {
    font-size: 16px;
    padding: 7px;
}
}



.attention_1 {
	color: rgb( 255, 116, 148 );
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
    margin-bottom: 10px;
}
.attention_2 {
	font-size: 20px;
	line-height: 1.2em;
}
.attention_3 {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
.attention_1 {
	font-size: 24px;
}
.attention_2 {
	font-size: 16px;
}
.attention_3 {
	font-size: 24px;
}
}

#map_outline #kinki .area_ttl {
	border-bottom-color: #E3007F;
}
#map_outline #hokuriku .area_ttl {
	border-bottom-color: #A54A96;
}
#map_outline #sanin .area_ttl {
	border-bottom-color: #EF8200;
}
#map_outline #sanyou .area_ttl {
	border-bottom-color: #00A8BA;
}
#map_outline #shikoku .area_ttl {
	border-bottom-color: #6FB92C;
}

#map_outline .map_list .ttl {
	padding: 3px 5px;
	color: #fff;
}

#map_outline .place_name {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}
#map_outline .place_code {
	font-size: 14px;
	font-weight: normal;
}
#map_outline .cource_code {
	font-size: 20px;
	font-weight: bold;
}
#map_outline .place_time {
	font-size: 16px;
	font-weight: bold;
}
#map_outline .place_time_small {
	font-size: 12px;
	font-weight: normal;
}
#map_outline .place_exp {
	margin-top: 10px;
	min-height: 28.8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

#kinki .ttl {
	background-color: #E3007F;
}
#hokuriku .ttl {
	background-color: #A54A96;
}
#sanin .ttl {
	background-color: #EF8200;
}
#sanyou .ttl {
	background-color: #00A8BA;
}
#shikoku .ttl {
	background-color: #6FB92C;
}

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

#map_outline .place_name {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
}
#map_outline .place_code {
	font-size: 12px;
	font-weight: normal;
}
#map_outline .cource_code {
	font-size: 16px;
	font-weight: bold;
}
#map_outline .place_time {
	font-size: 14px;
	font-weight: bold;
}
#map_outline .place_time_small {
	font-size: 12px;
	font-weight: normal;
}
#map_outline .place_exp {
	min-height: 36px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
}

}