@charset "utf-8";
/* CSS Document */

body{
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
 font-family: "新ゴ R"; 
    font-size: 15px;
    background-color: #FFF9E5;
}


h1,h2{    font-family: "A1明朝";
}
h1{
    font-size: 40px;
    line-height: 100%;
    text-align: center;

	margin-bottom: 0px;
}
h2{
    text-align: center;
    font-size: 35px;
    color: #EFC83F;
}

.clear{clear: both;}
.center{
	text-align: center;
}

#header{
    position:absolute;		width: 100%;
    z-index: 10;

	float: left;
}
#header a{
    display: block;
    font-size: 10px;
    background-image: url(image/rogo.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 50px;
    text-decoration: none;
    color: hsla(0,0%,0%,1.00);
    padding-left: 70px;
    margin-left: 10px;
}
#header img{
	margin: 1px;
	
}


#sidemenu{
    position: fixed;
    right: 0px;
    top: 600px;
    list-style-type: none;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 2px 2px #000000;
    box-shadow: 2px 2px 10px 2px #000000;
	padding: 10px;
}

#sidemenu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#sidemenu ul li{}
#sidemenu ul li a{
    text-align: center;
    font-size: 12px;
    display: block;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    padding-top: 45px;
    text-decoration: none;
}
#sidemenu ul li:nth-child(1) a{    background-image: url(image/sidemenu_tel.png);}
#sidemenu ul li:nth-child(2) a{    background-image: url(image/sidemenu_mail.png);}
#sidemenu ul li:nth-child(3) a{    background-image: url(image/sidemenu_info.png);}
#image,
#imagebg,
#imagebgleft,
#imagebgright{

	width: auto;
    height: 580px;
    background-position: 0% bottom;
}
#image { 
margin-bottom: 50px;
	width: 100%;

}

#imagebg{
    background-image: url(image/image_bg_center.png);
    background-repeat: repeat-x;
}
#imagebgleft{
    background-image: url(image/image_bg_left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#imagebgright{
    background-image: url(image/image_bg_right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#imagebgcenter{
	text-align: left;
    display: block;
	margin-left: auto;
	margin-right: auto;
    width: 600px;
	height: 380px;
	padding-right: 500px;
	padding-top: 200px;
    background-image: url(image/image_main.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#imagebgcenter .text01,
#imagebgcenter .text02,
#imagebgcenter .text03{
padding: 0px;
	margin: 0px;
	line-height: 100%;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    color: #FFFFFF;
}
#imagebgcenter .text01{
    font-size: 20px;
    padding-bottom: 10px;
	    color: rgba(0,0,0,1.00);	

}

#imagebgcenter .text02{
    font-size: 50px;
    font-family: "フォーク M";
    font-weight: bold;
    color: rgba(0,0,0,1.00);	
}
#imagebgcenter .text03{
	    font-size: 30px;

    font-weight: bold;
	margin-top: 35px;
	margin-bottom: 20px;
	

	
}
#imagebgcenter .tel,
#imagebgcenter .mail{
    font-family: "フォーク M";
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);

float: left;
	width: 300px;

}
#imagebgcenter .tel p,
#imagebgcenter .mail p{
	font-size: 18px;
	color: #fff;
	margin: 0px;
	padding: 0px;

}


#imagebgcenter .tel p:nth-child(2) a,
#imagebgcenter .mail p:nth-child(2) a{
	font-size: 30px;
	margin: 0px;
	padding: 0px;
		color: #fff;
    text-decoration: none;
 font-family: "新ゴ R"; 
}

#imagebgcenter .mail p:nth-child(2) a{
    display: block;
	margin-top: 5px;
    font-size: 20px;
    width: 280px;
    height: 30px;
    padding: 10px;
    background-color: #FFF;
    text-align: center;
    color: hsla(0,0%,0%,1.00);
}

#imagebgcenter .mail p:nth-child(3){
padding-top: 2px;
	font-size: 12px;
}



	#imagebox01,#imagebox02{
height: 490px;
}
#imagebox01{
    clear: both;
    background-image: url(image/image01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #DEDFE6;
    background-attachment: fixed;
}
#imagebox01 #textbox01 {
    float: right;
    margin-right: 20%;
    margin-top: 30px;
    width: 640px;
    height: 370px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 5px;
    opacity: 0.95;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.50);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.50);
}
#imagebox02bg{    
	background-image: url(image/image0202.png);
    background-repeat: no-repeat;
    background-position: left top;	
	background-attachment: fixed;
	background-size: 100% auto;


}
#imagebox02{
    background-image: url(image/image02.png);
    background-repeat: no-repeat;
    background-position: right top;
/*    background-color: #EBF3FF;*/

}
#imagebox02 #textbox02 {
    float: left;
    margin-left: 20%;
    margin-top: 30px;
    width: 640px;
	height: 370px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 5px;
    opacity: 0.95;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.50);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.50);
}

#point{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}
#point .pointbox{
	width: 280px;
	height: 200px;
	padding: 10px;
	margin: 5px;
	float: left;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(255,240,108,1) 0%, rgba(255,234,32,1) 0%, rgba(254,224,18,1) 100%);
	border-radius: 10px;
}
#point .pointbox:nth-child(even){
	    opacity: 0.8;
	
}
#point .pointbox h3{
    text-align-last: center;
    color: #6C3E00;
}
#point .pointbox p{
    color: #6C3E00;
	line-height: 150%;
}
#news{
 width: 960px;
 padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #6F3E3E;
	border-right: 1px solid #6F3E3E;
}



#news dl{
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
#news dl dt{
    width: 150px;
    text-align: center;
    clear: both;
    float: left;
    line-height: 100%;
    background-color: hsla(46,100%,95%,1.00);
    border: 5px solid #FFF9E5;
}
#news dl dt .NEWS,
#news dl dt .INFO,
#news dl dt .TOPICS,
#news dl dt .RECRUIT{

    border-radius: 10px;
    clear: left;
    padding: 5px;
    display: block;
    color: #FFF9E5;
}
#news dl dt .INFO{
    background-color: #27AB36;
}
#news dl dt .TOPICS{
    background-color: #F6AB00;
}
#news dl dt .RECRUIT{
    background-color: #FF8043;
}
#news dl dt .NEWS{
    background-color: #FF434E;
}
#news dl dd{
    border: 5px solid #FFF9E5;
    margin-left: 170px;
    padding-right: 10px;
    padding-top: 5px;
    line-height: 100%;
    background-color: #FFF9E5;
    padding-left: 10px;
    padding-bottom: 5px;
}

#contentheader {
    margin-top: 50px;
    clear: both;
    padding: 10px;
    background-color: hsla(34,100%,45%,1.00);
}
#contentheader h1{
padding-top: 0px;
	padding-bottom: 20px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    color: #FFFFFF;
    font-family: "フォーク M";
    font-weight: bold;
}

#content{

	width: 960px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#tohome a{
width: 200px;
text-align: center;
	float: right;
    padding: 10px;
margin-top: -40px;
	background-color:#FFEA20;
    color: #422E02;
    text-decoration: none;
}
#footer{
	
background: linear-gradient(180deg, rgba(255,240,108,1) 0%, rgba(255,234,32,1) 0%, rgba(254,224,18,1) 100%);

	padding-top: 30px;
}
#footer p{
    margin: 0px;
    text-align: center;
    color: #422E02;
    font-size: 20px;
}
#footer p.telfree{

	margin-left: auto;
	margin-right: auto;
	width: 450px;
    text-align: center;
    font-size: 50px;
    line-height: 100%;

}
#footer p.telfree a{
    color: hsla(0,0%,100%,1.00);
    color: #9D6E05;

    text-decoration: none;	
}
#footer #infobox{
	width: 960px;

}
#footer table{
    margin-top: 50px;
    width: 530px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #392323;
}
#footer table th,
#footer table td{
    padding: 10px;
    border: 1px solid #FFFFFF;
}
#footer table th{
    width: 130px;
    background-color: #F1E8E7;
}
#footer table td{ 
		    width: 400px;
	background-color: #FFFFFF;
}

#footer iframe{
	width: 100%;
	
}
#box03{ background-color: rgba(255,255,255,1.00);
width: 100%;
	float: left;
	display: block;
	clear: both;
}
.textbox03{
	width: 960px;
		margin-left: auto;
    margin-right: auto;
	   
}
.textbox0301

{
    float: left;
    width: 460px;
    padding: 10px;
}
.textbox0401{
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(2,0,36);
    background-position: 0%;
    background-color: rgba(227,130,0,1.00);
}
.textbox0402{
	width: 960px;
margin-left: auto;
	margin-right: auto;
	
	
}
.textbox0401 h2,
.textbox0402 h3,
.textbox0402 p{color: #FFF;
	text-shadow: 2px 2px 3px rgba(0,0,0,1.0);

}

.textbox0402 h3{
	font-size: 20px;
}

#form{
	    background-color: #F1E8E7;
padding: 20px;
		width: 960px;
margin-left: auto;
	margin-right: auto;
}
#form table{
width: 960px;
}
#form table th,
#form table td{    padding: 10px;
    border: 1px solid #FFFFFF;}

#form table th{
    width: 200px;
    font-weight: normal;
    background-color: #E38200;
    color: #FFFFFF;
}
#form table td{

    background-color: #FFFFFF;
}
#form input,
#form select {
	padding: 10px;
}
#form input[type="text"]{width: 320px;}

#form input[type="number"]{width: 200px;}
#form input[type="email"] {	width: 320px;}

#form input[type="submit"]  {
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 320px;

}
#form label {
	display: block;
	clear: both;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}




.fade-in {
  opacity: 0;
  transition-duration: 750ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-150px, 0);
}

.fade-in-right {
  transform: translate(150px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
p.nocomments {
display: none;
}

/*コンタクトフォーム*/
#form .wpcf7 span.wpcf7-not-valid-tip {
padding-top: 5px;
	padding-left: 3px;
	font-size: 11px;
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: red;
}
#form .wpcf7 span.screen-reader-response{
	
}

#form .wpcf7 div.wpcf7-response-output {
    text-align: center;
    padding: 10px;

}
#form .wpcf7 div.screen-reader-response{
  display: none;
}
.attention{
	font-size: 12px;
	text-align: center;
    color: rgba(255,99,102,1.00);
}
