
/**
______HAYAMA
*/


/**
COLOR
*/

body{
	background: url(../images/bg.png) rgba(57,146,223,.1);
}

.home #contents{
	padding: 0;
	/*background: rgba(57,146,223,.1);*/
}
body.recruit #contents{
	padding-top: 60px;
}

.slider-pro,
.message{
	background: rgba(57,146,223,1);
	color: #FFF;
}
.outline,
.events,
.recruit .about{
	background: rgba(57,146,223,.05);
}
.a_day{
	background: rgba(57,146,223,.3);
}


header{
	background: rgba(57,146,223,.9);
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 88;
}


div.title.center h2{
	color: rgba(57,146,223,1);
}
div.title.center h2:before, div.title.center h2:after{
    background-color: rgba(57,146,223,1);
}

footer{
	background-color: rgba(57,146,223,1);
}


li em, p em {
    background: linear-gradient(transparent 90%, rgba(57,146,223,.6) 90%);
}


.slider-pro,
.message{
	background: rgba(57,146,223,1);
	color: #FFF;
}
.outline,
.events{
	background: rgba(57,146,223,.05);
}
.a_day{
	background: rgba(57,146,223,.3);
}


.a_day{
	background: url(../images/DSS05889.JPG) no-repeat center top;
	background-size: cover;
}



.outline table.list th{
	color: rgba(57,146,223,1);
}


.access p i{
	color: rgba(57,146,223,1);
}


.disclosure p.title i{
	color: rgba(57,146,223,1);
}


.cd-timeline-img {
	background: rgba(57,146,223,1) !important;
}
.cd-timeline-content p.title{
	color: rgba(57,146,223,.8) !important;
}


section.recruit p.catch {
	color: rgba(57,146,223,1);
}
section.recruit div.contact {
    border: solid 2px rgba(57,146,223,1);
}
section.recruit div.contact p.lead {
    color: rgba(57,146,223,1);
}
section.recruit div.contact p.tel i,
section.recruit div.contact p.tel a {
    color: rgba(57,146,223,1);
}


body.recruit .event {
    background: rgba(57,146,223,.03);
}

input.btn, button, a.btn, .w3eden strong a {
    background-color: rgba(57,146,223,1);
}
input.btn, button, a.btn:hover, .w3eden strong a:hover{
    background-color: rgba(57,146,223,.8);
}

#contents img.warp2{
	border-color: rgba(57,146,223,.5);
}



table.data th {
    width: 20%;
    color: rgba(57,146,223,1);
	background: rgba(57,146,223,.05);
}

body.recruit .speciality {
    /* background: rgba(43,155,90,.1); */
    background: url(../images/DSC03608.JPG) center top;
    background-size: cover;
}



body.recruit .main_image div.title {
    top: 20px;
}
body.recruit .main_image div.title img {
    width: 60%;
}
body.recruit .main_image div.title.center h2 span.en {
    font-size: 22px;
    margin-top: 0px;
}



/**
OUTLINE
*/

.outline table.list td ul{
	margin: 1.5em 0;
}


/**
ACCESS
*/

.access .attend{
	margin-top: 50px;
	padding: 70px 50px 50px 50px;
	border: dashed 2px rgba(57,146,223,.5);
	border-radius: 30px;
}

.access .attend .title.center{
	margin-top: -90px;
}
.access .attend .title h3{
	padding: 10px 30px;
	display: inline-block;
	background: rgba(57,146,223,1);
	border-radius: 50px;
	font-size: 18px;
	color: #FFF;
}
.access .attend .title h3 i{
	color: #FFF;
}

.access .attend ul li{
	margin-bottom: 0;
}

.access .attend ul li.text{
	width: 60%;
}
.access .attend ul li.map{
	width: 38%;
}

.access .attend ul li p{
	text-align:left;
}
.access .attend ul li h4 i{
	color: rgba(57,146,223,1);
	font-size: 30px;
	margin-right: 10px;
}
.access .attend ul li p.lead{
	margin: 0 0 2em 0;
}
.access .attend ul li .title.walk{
	margin-top: 3em;
}
.access .attend ul li.map img{
	border-radius: 30px;
}


.line_bottom{
	background-size: 200px;
}


/**
RECRUIT
*/

body.recruit .about p.catch{
	color: rgba(57,146,223,.8);
}
body.recruit .speciality p.catch,
body.recruit .speciality ul li em{
	color: rgba(57,146,223,1);
	background: none;
}

section.recruit div.contact {
    border: solid 4px rgba(57,146,223,1);
}
section.recruit div.contact p.lead,
section.recruit div.contact p.tel a,
section.recruit div.contact p.tel i {
    color: rgba(57,146,223,1);
}
span.faq_q {
    background: rgba(57,146,223,1);
}


table.list th {
    color: rgba(57,146,223,1);
    font-weight: bold;
}

/**
FAQ
*/


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

/**
COLOR
*/

.cd-timeline-img {
	background: rgba(57,146,223,1) !important;
}



body.recruit .main_image div.title {
    top: 5px;
}



body.recruit #contents {
    padding-top: 98px;
}


body.recruit .main_image div.title {
    top: 10px;
}
body.recruit .main_image div.title img {
    width: 40%;
}

body.recruit .main_image div.title.center h2 span.en {
    font-size: 16px;
    margin-top: 40px;
}



/**
ACCESS
*/

.access .attend{
	padding: 70px 20px 20px 20px;
}

.access .attend ul li{
	width: 100% !important;
}

.access .attend div.title h4{
	font-size: 16px;
}


body.recruit .speciality{
    /*background: rgba(43,155,90,.1);*/
	background: url(../images/DSC03608.jpg) 30% 0%;
	background-size: cover;
}

}