@charset "utf-8";
/* CSS Document */

/******************************
header
*******************************/
#header{
	height: 582px;
	background: url("images/kyori_visual_2.jpg")center top no-repeat;
	background-size: cover;
}
.header_text{
	position: absolute;
    max-width: 1200px;
    width: 75%;
    /* margin: auto; */
    padding: 2% 0 0 10%;
}
#head img{
	width: 35%;
}
/*#start_bt1 img{
	width: 40%;
}*/
.header_text p{
	text-shadow: #555 0 0 2px;
	padding-left: 20px;
}

.header_text p span{
	background: linear-gradient(transparent 60%, #66ccff 60%);
}
@media screen and (max-width:1200px){
	#header {
		height: 48.15vw;
    	background-size: 120vw auto;
	}
	#head img{
		width: 40%;
	}
	.header_text p{
		font-size: 90%;
	}
}
@media screen and (max-width:768px){
	#head img{
		width: 40% !important;
	}
	#start_bt1 img{
		display: none;
	}
	.header_text p{
		font-size: 80%;
	}
}
@media screen and (max-width:576px){
	#head img{
		width: 50% !important;
	}
	#head h1{
		margin: 5px 0 0;
	}
	.header_text p{
		text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff!important;
		font-size:90%;
	}
}


/******************************
body
*******************************/
body{
	background-color:#ffffe7;
}

#wrap{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
	
h2{
	color:#8bc21f;
}
		
p {
	font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.025em;
}	

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
	
#contents {
	margin:0 30px;
}

#cont00 {
	display: flex;
	margin:30px;
}

#leftcont {
	width: 855px;
	margin: 0 50px 0 0;
}

#cont01{
	text-align:center;
	margin-top:10px;
}

#cont01 h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 10px;
	border-bottom:1px solid #ccc;
}

#start_bt {
	margin-top: 40px;
}

.alert_text {
	padding-top:20px;
}

.alert {
	font-size:12px;
    line-height: 1.2;
}

.alert_1 {
	font-size:12px;
    line-height: 1.2;
    color: #FF3300;
    text-align: center;
	margin-bottom:30px;
}

#cont02 {
	text-align:center;
}

#cont02 h2 {
    width: 100%;
    padding: 30px 0 10px;
	text-align: center;
	border-bottom:1px solid #ccc;
}

#cont02 p{
	margin:0 auto;
}	

#cont02 img{
	 max-width:100%;
	 height:auto;
	 line-height:0;
}

#service {
	width: 285px;
}

.service_position {
	margin-top: 40px;
}

.service_position div{
	margin-top: 20px;
}


#service img{
	max-width:100%;
	height:auto;
}

#service_sp {
	display:none;
}


/******************************
footer
*******************************/
#footer {
	width: 100%;
/*	position: absolute;*/
	background-image:none;
	background-color:#c1d863;
	text-align:center;
	padding-bottom: 300px;
}

#footer a{
	text-decoration:none;
}

.address p{
	margin:5px auto;
}

#copyright{
	height:0;
	background-image:none;
}

#f_service{
	width: 100%;
}

#f_service ul{
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgba( 255, 255, 255, 0.55 );
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 20px 0;
}
	
.f_service_posi li {
	list-style: none;
}

.f_service_posi li img {
	width: 100%;
	padding: 0 10px;
}

#f_service_sp {
	display: none;
}


@media screen and (max-width: 768px) {

	#contents {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}	
	
	.br {
		display: none;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 15px;
	}
	
	p {
		font-size: 14px;
	}
	
	#leftcont {
		margin: 0;
		width: 100%;
	}
	
	#cont00 {
		display: block;
		margin: 0;
	}
	
	#start_bt {
		width: 90%;
		height: 0;
		padding-bottom: 14.2682927%;
	}
	
	#start_bt a {
		width: 90%;
		height: 0;
		padding-bottom: 14.2682927%;
		margin: 0 auto;
		background-size:cover;
		background-repeat: no-repeat;
	}

	#start_bt a:hover {
		width: 90%;
		height: 0;
		padding-bottom: 14.2682927%;
		margin: 0 auto;
		background-size:cover;
		background-repeat: no-repeat;
	}
		
	.alert,
	.alert_1 {
		font-size: 12px;
	}
	
	#service {
		display: none;
	}
	
	#service_sp {
		display: block;
	
	}
	
	#serviceflex {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: 2%;
	}
	
	#banner_01_sp img{
		width: 100%;
	}
	
	#banner_02_sp{
		width: 49%;
	}
	
	#banner_02_sp img{
		width: 100%;
	}
	
	#banner_03_sp{
		width: 49%;
	}
	
	#banner_03_sp img{
		width: 100%;
	}
	
	#pagetop {
		margin-top: 20px;
	}
	
	#footer {
		padding-bottom: 350px !important;
	}
	
	#f_service {
		display: none;
	}
	
	#f_service_sp {
		display: block;
		background-color: rgba( 255, 255, 255, 0.55 );
		position: fixed;
		bottom: 0;
		padding: 5px 10px;
		width: 100%;
	}
	#f_service_sp #banner_sp img{
		width: 100%;
	}

	
}

@media screen and (max-width: 576px) {
	#footer {
		padding-bottom: 300px !important;
	}


}


/*
@media screen and (max-width: 1366px){
	.header_visual{

		}

	}
	
@media screen and (max-width: 1259px){
p.header_position_absolute_p {
    font-size: 25px;
}
	}
	
@media screen and (max-width: 1200px){
	
p.header_position_absolute_p {
    font-size: 22px;
	font-weight:bold;
}	
	
	
	#start_bt1{
		top:35%;
		}
	}
	
	@media screen and (max-width: 1030px){
	#start_bt1{
		top:40%;
		}
	#start_bt1 img{
		width:80%;
		}
	#start_bt1 a{
		width:80%;
		}
		
	p.header_position_absolute_p {
    font-size: 18px;
}

	#start_bt_png img {
		width:60%;
	}
	
@media screen and (max-width: 910px){
	#start_bt1{
		top:45%;
		}
		
p.header_position_absolute_p {
    font-size: 15px;
}
		
	}

@media screen and (max-width: 768px){	

p.header_position_absolute_p {
    font-size: 18px;
}

p.header_position_absolute_p {
	width:60%;
}

#start_bt1 img{
		visibility:hidden;
		}
	#start_bt1 a{
		visibility:hidden;
		}
	#cont02{
	display:block;
	}
	#service {
		width:100%;
		margin: 20px auto;
		padding:0;
	}
	#header h1 a img {
		width:75%;
		}
	#head_txt p{
		top:20%;
		}
#service {
	position:static;
}

.service_position {
	position:static;
}	

#start_bt_png {
	display:none;
}

.header_logo_img img {
	width:30%;
}

p.header_position_absolute_p {
    font-size: 15px;
	font-weight:bold;
}

p.header_position_absolute_p {
    width: 100%;
}

@media screen and (max-width: px){
p.header_position_absolute_p {
    font-size: 15px;
}

p.header_position_absolute_p {
    width: 85%;
}
	
	
		
	
	}
	
@media screen and (max-width: 697px){
p.header_position_absolute_p {
    font-size: 15px;
}

p.header_position_absolute_p {
    width: 80%;
}
	
	
		
	
	}
	
@media screen and (max-width: 534px){


p.header_position_absolute_p {
    width: 70%;
}
	
	
		
	
	}

@media screen and (max-width: 480px){
#header h1 a img {
	width:60%;
}

p{
	font-size:14px;
}

h3{
	font-size:16px;
}

#start_bt {
	width:80%;
}

#head_txt p{
	top:25%;

}

p.header_position_absolute_p {
    font-size: 13px;
}

.header_position_absolute {
    top: -5%;
    left: 4%;
}

h1.header_logo_img {
	padding:2px 0;
}

.alert_1 {
    margin: 20px auto;
    font-size: 18px;
}

#start_bt {
    width: 100%;
}

#start_bt {
    margin: 40px auto;
}

h3 {
    line-height: 1.5;
}
	
	}
	
@media screen and (max-width: 417px){
p.header_position_absolute_p {
    font-size: 12px;
}
	
	}
	
@media screen and (max-width: 380px){
p.header_position_absolute_p {
    font-size: 10px;
}
	
	}
	*/

.kosin{
	justify-self:center;
	color: #FF3300;
}