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

span.br_sp {
    display:none;
}

span.br {
    display:block;
}

.wrap {
    width: 980px;
    margin: 0 auto;
}

#top_head {
    height: 100vh;
    background: url(../images/header_main.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
}

#top_head .main_txt {
    position: absolute;
    top: 30px;
    left: 30px;
}

#top_head .icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

#top_head h1 {
    font-family: ErasMediumITC;
    font-size: 80px;
    color: #353535;
    line-height: 60px;
}

#top_head h2 {
    font-family: ErasMediumITC;
    font-size: 40px;
    background: none;
    background: unset;
    text-align: unset;
    color: #353535;
    padding: 0;
}

#top_head p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*---------------------
intro
---------------------*/

#intro {
    position: relative;
    width: 100%;
}

#intro:before{
    content: "";
    background: url(../images/img_leaf1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    width: 350px;
    height: 250px;
}

#intro:after{
    content: "";
    background: url(../images/img_leaf2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 150px;
    right: 0;
    width: 350px;
    height: 250px;
}

#intro .logo {
    padding: 80px 0 40px 0;
    margin: 0 auto;
    text-align: center;
}

#intro h2{
    background: none;
    font-size: 28px;
    color: #353535;
}

#intro h3{
    background: none;
    color: #353535;
    text-align: center;
    font-size: 24px;
}

#intro .stars {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}


/*---------------------
service
---------------------*/

#service {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.s_no1 {
    color: #bc8900;
    font-weight: 600;
    padding-top: 120px;
}

.s_no2 {
    color: #bc8900;
    font-weight: 600;
    padding-top: 10px;
}

#service h2 {
    color: #bc8900;
    background: none;
    text-align: left;
    font-size: 18px;
    height: 60px;
    padding: 0;
    padding-bottom: 20px;
}

#service .s_1{
    display: flex;
}

#service .s_2 {
    display: flex;
    margin-top: 80px;
}

#service .s_1 .left{
    width: 50%;
}

#service .s_2 .left{
    width: 50%;
}

#service .left img{
    width:100%;
    max-width: 451px;
}

#service .right{
    padding-top: 120px;
    width: 60%;
    max-width: 479px;
}

#service .right img{
    margin-top: -50px;
    width: 100%;
}

#con1 {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 140px;
    position: relative;
}

#con1 .sec_1,#con1 .sec_2,#con1 .sec_3 {
    display: flex;
    margin: 80px 0;
}

.sec_1 img{width: 100%;max-width: 327px;}

.sec_2 img{width: 100%;max-width: 377px;}

.sec_3 img{width: 100%;max-width: 221px;}

.sec_3 .left {
    width: 50%;
    padding: 30px;
    text-align: justify;
    margin: 5px;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.sec_3 .right {
    width: 50%;
}

.sec_3 .right p{
	text-align: left;
}

.sec_2 .left {
    width: 50%;
    padding: 30px;
    text-align: justify;
    margin: 5px;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.sec_2 .left p{
	text-align: left;
}


.sec_1 .left {
    text-align: center;
    margin: 0 auto;
}

.sec_1 .right {
    width: 50%;
    padding: 30px;
    text-align: justify;
    margin: 5px;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.sec_1 .right p{
	text-align: left;
}

#con1:before{
    content: "";
    background: url(../images/img_leaf3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    width: 270px;
    height: 155px;
}


#con1:after{
    content: "";
    background: url(../images/img_flower1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 270px;
    height: 203px;
}

#k_icon .icon {
    margin-right: 20px;
    text-align: center;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6));
}

#k_icon {
    width: 100%;
}

@media screen and (max-width:979px) {
	
    span.br{
    	display: none;
    }

	span.br_sp{
		display: block;
	}
	
	.wrap {
		width: 100%;
	}

	#top_head .main_txt {
		top: 80px;
		left: 20px;
	}
	
	#top_head h1 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 600;
	}

	#top_head h2 {
		font-size: 22px;
		padding: 0;
	}

	#intro .logo {
		padding: 40px 0 40px 0;
		margin: 0 auto;
		text-align: center;
	}

	#intro .logo img {
		width: 30px;
	}

	#intro h3{
		font-size: 20px;
	}

	#intro:before{
		background-size: 100%;
		top: 150px;
		width: 100px;
		height: 100px;
	}

	#intro:after{
    	background-size: 100%;
		top: 150px;
		width: 100px;
		height: 100px;
	}

	#service h2 {
		text-align: center;
		font-size: 16px;
		height: auto;
		padding: 0;
	}

	#service .s_1{
		display: block;
	}

	#service .s_2 {
		display: block;
		margin-top: 80px;
	}

	#service .s_1 .left{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#service .s_2 .left{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#service .right{
		padding-top: 40px;
		width: calc(100% - 20px);
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}

    #service .s_1 p {
    	margin-top: 20px;
    	text-align: justify;
    }

     #service .s_2 p {
    	margin-top: 20px;
    	text-align: justify;
    }

	#service .left img{
		width:100%;
		max-width: 170px;
	}

	#service .right img{
		margin-top: 0px;
		width: 100%;
		max-width: 200px;
		text-align: center;
	}


	#con1 .sec_1,#con1 .sec_2,#con1 .sec_3 {
		display: block;
		margin: 80px 0;
	}

	.sec_1 img{width: 100%;max-width: 26vh;}

	.sec_2 img{width: 100%;max-width: 26vh;}

	.sec_3 img{width: 100%;max-width: 20vh;}

	.sec_1 .right {
		width: calc(100% - 20px); 
		padding: 0px;
		text-align: justify;
	}

	.sec_2 .left {
		width: calc(100% - 20px); 
		padding: 0px;
		text-align: justify;
	}

	.sec_2 .right {
		text-align: center;
	}

	.sec_3 .right {
		width: calc(100% - 20px); 
		padding: 0px;
		margin: 0 auto;
		text-align: justify;
	}

	#k_icon .icon {
		text-align: center;
		margin-right: 20px;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6))
	}

	#con1:before{
		content: "";
		background: url(../images/img_leaf3.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -70px;
		left: 0;
		width: 150px;
		height: 92px;
	}

	#con1:after{
		content: "";
		background: url(../images/img_flower1.png) no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: -280px;
		right: 0;
		width: 150px;
		height: 270px;
	}


}


/*================================================
 *  ムーブエフェクト
 ================================================*/

.move {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.move.e01 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.move.e02 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.move.e03 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.move.e04 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.move.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
