/*共通＿＿＿＿＿＿＿＿＿＿＿*/



/*header＿＿＿＿＿＿＿＿＿*/

.headline{
	height: 80px;
	padding: 5px 0px;
	box-shadow: 2px 2px 3px 1px rgba(128,128,128,0.10);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(128,128,128,0.10);
	line-height: 1.4;
	
	position: fixed;
    top: 0;
     z-index: 10000;
    width: 100%;
	left: 0;
	background-color: #fff;
} 
.header-logo-area{
	float: left;
	width: 28%;
}
.header-logo-area a{
	-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.top-logo{
	
	/*font-size: 150%;*/
	font-size: 2.1rem;
	font-family: 'Kosugi Maru', sans-serif;
}
.header-icon{
	max-height: 60px;
	margin-right: 10px;
	
	float: left;
}

#headnav-list{
	position: relative;
	float: right;
	width: 72%;
	max-width: 720px;
}
.header-li{
	width: 14%; 
}
.header-li-long1{
width: 22%; 	
}
/*.header-li-long2{
width: 20%; 	
}*/
.fixed-nav{
 
	
} 
.global-nav{
	text-align: center;
	z-index: 100;
	position: relative;
	display: table;
	width: 100%;
	-ms-justify-content: space-between;
    -webkit-justify-content: space-between;	
	justify-content: space-between;	
	
/*	margin-top: 20px;*/
	line-height: 3.3;
	table-layout: fixed;
	
	vertical-align: middle;
} 
.global-nav  > li{
	float: left;
	display: inline-block;
	display: table-cell;
	/*width: calc(100% / 5);
	width: -webkit-calc(100% / 5);*/
	font-size: 90%;
	
	padding: 0px 0.1%;
	vertical-align: middle;	
}

.global-nav li a span {
	position: relative;
	padding-bottom: 10px;
}
.global-nav li a  {
	position: relative;
	transition: 0.3s;
	padding: 13px 1% 5px;
	display: block;
}

.global-nav li a:hover  {
	color: #9FAC3F;
	opacity: 1;
	letter-spacing: 1px;
	font-weight: bold;
	transition: 0.3s;
}
/*.global-nav li a .hover-a1:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: -6px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #9FAC3F;
	position: absolute;
	display: block;
}
.global-nav li a:hover .hover-a1:before {
	width: 50%;
	border-bottom: 3px solid #9FAC3F;
}
.global-nav li a .hover-a1:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: -6px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #9FAC3F;
	position: absolute;
	display: block;
}
.global-nav li a:hover .hover-a1:after {
	width: 50%;
	border-bottom: 3px solid #9FAC3F;
}*/

.global-nav .header-li-long1 a:hover span:before,.global-nav .header-li-long1 a:hover span:after,.global-nav .header-li-long1 a span:before,.global-nav .header-li-long1 a span:after {
	border-bottom: 0px solid #9FAC3F;
	transition: all 0s ease;
}
.global-nav .header-li-long2 a:hover span:before,.global-nav .header-li-long2 a:hover span:after,.global-nav .header-li-long2 a span:before,.global-nav .header-li-long2 a span:after {
	border-bottom: 0px solid #9FAC3F;
	transition: all 0s ease;
}
.global-nav li .menu__second-level a:hover{
	color: #9FAC3F;	
}


.global-nav li .a_now {
	border-bottom: 3px solid #9FAC3F;
}
.nav-single-a .li_now {
	border-bottom: 0px;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu__second-level li{
   /*padding: 12px 0px;*/
}
.menu__second-level li a{
   padding: 12px 0px;
   display: block;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin-left: auto;
	margin-right: auto;
	left: -100%;
	right: -100%;
	width: 28rem;
}

li.menu__single:hover ul.menu__second-level {
    top: 65px;
    visibility: visible;
    opacity: 1;
	
}
li.menu__single {
    position: relative;
}

/*.sp_nav{
display: none;
}
*/


/*<!--footer＿＿＿＿＿＿＿＿＿＿＿-->*/
#l-footer{
padding: 3rem 2rem;
	background-color: #534741;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
} 
.footnav{
	width: 100%;	
	overflow: hidden;
	-ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
} 
#footer-company{
	width: 40%;
	padding: 10px 1% 0px 5%;
}
#footer-company ul{
	line-height: 1.5;
}
#footer-company h3{
font-size: 120%;
margin-bottom: 34px;
position: relative;
line-height: 1.5;
margin-top: 1rem;
}
#footer-company h3::before{
	content: "";
	display: inline-block;
width: 37px;
height: 37px;
        position: absolute;
	left: -39px;
	top: 7px;
	background-image: url("../img/c-icon-top.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
}
.footer-contents{
	padding-left: 0.5%;
	padding-right: 0.5%;
}
.footer-contents1{
	width: 23%;
}
.footer-contents2{
	width: 23%;
}
.footer-contents3{
	width: 11%;
}
.footer-contents h4{
	position: relative;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 1.4rem;
	/*padding-left: 5px;*/
}
.footer-contents h4::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 13px;
	border-bottom: 2px solid #C2986D;
	position: absolute;
	left: -23px;
	bottom: 15px;
}
.footer-contents ul{
	margin-top: -5px;	
}
.footer-contents li{
	line-height: 2.2;
	position: relative;
}

.footer-copyright {
	font-size: 80%;
	margin-top: 50px;
	text-align: center;
}

/*共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
} 

.title-content{
	font-weight: normal;
	font-size: 3.5rem !important;
	position: relative;
	letter-spacing: 3px;
margin-bottom: 0.4rem;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.copy-content{
font-size: 2.2rem;
margin-bottom: 5rem;
}




.title{
	font-weight: normal;
	font-size: 3.5rem !important;
	font-size: 170%;
	position: relative;
	letter-spacing: 3px;
	/*display: inline-block;*/
	margin-bottom: 70px;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.title:before {
	position: absolute;
	content: "";
	bottom: -18px;
	left: 47%;
	width: 6%;
	height: 5px;
	border-bottom: 2px solid #000;
	
}
.font-white .title:before {
	border-bottom: 2px solid #fff;
}
.title2{
	font-weight: normal;
	font-size: 180%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	color: #9FAC3F;
}
.title3{
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 50px;
	line-height: 1.5;
	color: #006197;
	border: 1px  solid #006197;
	letter-spacing: 2px;
	padding: 10px;
}
.title4{
	font-size: 130%;
	margin-bottom: 50px;
	line-height: 1.5;
	color: #006197;
	letter-spacing: 1px;
	padding: 10px;
	background-color: #F2F2F2;
	text-align: center;
}
.title5{
	font-size: 140%;
	margin-bottom: 50px;
	line-height: 1.5;
	color: #006197;
	letter-spacing: 3px;
	padding: 10px 10px 10px 20px;
	position: relative;
	text-align: left;
}
.title5::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 40px;
	position: absolute;
	border-left: 3px solid #25C4B9;
	top: 5px;
	left: 0px;
}

.mb15{
	margin-bottom: 15px;
}
.mt10{
	
	margin-top: 10px;
}
.cp-txt{
	text-align: left;
	margin-top: 10px;
}
.cp-txt-center{
text-align: center;
	margin-top: 10px;
}
.cp-txt-left{
text-align: left;
	margin-top: 10px;

}

.cp-txt-bold{
font-weight: bolder;
font-size: 2rem;
}


.list-img{
	margin-bottom: 15px;
}

.col1-ul-reverse {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-wrap: wrap-reverse !important;
}


.col1-ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col1-ul > li{
    width: 100%;
	float: left;
}
.col1-ul > li:nth-child(2n) {
    margin-right: 0%;
}


.col1-ul-reverse {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-wrap: wrap-reverse !important;
}


.col2-ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col2-ul > li{
    width: 47.5%;
	margin-right: 5%;
	float: left;
	margin-bottom: 50px;
}
.col2-ul > li:nth-child(2n) {
    margin-right: 0%;
}
.col3-ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col3-ul > li{
    margin-bottom: 40px;
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.col3-ul > li .cp-txt{
	/*font-size: 1rem;*/
}
.col3-ul > li:nth-child(3n) {
    margin-right: 0%;
}
.col4-ul {
	
}
.col4-ul > li{
    margin-bottom: 20px;
    width: calc(94% / 4);
    float: left;
    margin-right: 2%;
    
}
.col4-ul > li:nth-child(4n) {
    margin-right: 0%;
}

.l-left{
	margin: 0 2%;
	width: 46%;
	float: left;
}
.l-right{
	margin: 0 2%;
	width: 46%;
	float: right;
}
.full-width img {
	width: 100%;

}
.full-width2 img {
	width: 100%;
}

.service-img-sp{
display: none;
}

.service-img-pc{
display: block;
}

.contents-title{
	margin-top: px;
	margin-bottom: 50px;
}
.flex-center{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	justify-content: center;
}
/*ボタン共通*/
.btn{
	display: block;
	text-align: center;
	padding: 20px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px auto;
	font-size: 90%;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #9FAC3F;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
	overflow: hidden;
	max-width: 250px;
	border-radius: 30px;
	min-width: 200px;
	background-color: #fff;
	border: solid 1px #9FAC3F;
}

.btn-category{
	display: block;
	text-align: center;
	padding: 15px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px auto;
	margin-top: 4rem;
	font-size: 110%;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #9FAC3F;
	position: relative;
	letter-spacing: 2px;
	overflow: hidden;
	max-width: 320px;
	min-width: 200px;
	background-color: #fff;
	border: solid 1px #9FAC3F;
}


.btn-footer{
	display: block;
	text-align: center;
	padding: 20px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px auto;
	font-size: 100%;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #9FAC3F;
	position: relative;
	letter-spacing: 2px;
	overflow: hidden;
	max-width: 250px;
	min-width: 200px;
	background-color: #fff;
	border: solid 1px #9FAC3F;
	font-family: 'Sawarabi Mincho', sans-serif;
}




.btn2{
	border: 1px solid #40BBC4;
	font-weight: normal;
	background-color: #40BBC4;
	/*color: #000;*/
}
.grdation{
background-image: -moz-linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);
  background-image: -webkit-linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);
  background-image: -ms-linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);
}
.grdation:hover{
	background-color: #00aec0;
	background-color:#0062b7;
	background-image: none;
	opacity: 1;
}
.btn-layer{
	padding: 20px;
	max-width: 400px;
	min-width: 250px;
	/*background-image: linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);*/
	background-clip: text;
	-webkit-background-clip: text;
	/*color: transparent;*/
	color: #3f66be;
	border: 3px solid #3f66be;
	border-collapse: collapse;
	border-radius: 33px;
	width: 70%;
	background-color: #fff;
}
.btn-layer:hover{
	padding: 20px;
	border: 3px solid #fff;
	color: #FFFFFF;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	background-image: -moz-linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);
	background-image: -webkit-linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);
	background-image: -ms-linear-gradient( -31deg, rgb(0,47,168) 0%, rgb(0,199,187) 100%);
}
.btn img{
	margin-right: 8px;
	width: 20px;
	position: absolute;
	left: -23px;
	bottom: -3px;
}
.btn-in{
	position: relative;
	display: inline-block;
	padding-left: 5%;
}
.font-black{
	color: #000 !important;
} 
.font-lgray{
	color: #d4dfd3;
} 
.font-white{
	color: #fff;		
} 
.font-blue{
	color: #005f96;		
} 
.font-gray{
	color: #534741;		
} 

.font-white{
	color: #FFFFFF;		
} 

.font-green{
	color: #9FAC3F;		
} 
.relative{
	position: relative;
} 
.bg-white{
	background-color: #fff;		
}
.bg-lgray{
	background-color: #fcfcfc;
} 
.bg-green{
	background-color: #65a500;		
} 
.bg-tarq{
background-color: #00aa9e;
}
.bg-blue{
	background-color: #F6F0EA;
} 
.roundimg img {
    border-radius: 10px;
}
.lh0{
	line-height: 0;  	
} 
.contents{
	padding: 60px 0%;
	margin: 50px 0px;
} 
.lh-wide{
	line-height: 2.5;
}

.lh-wide35 {
    line-height: 3.5;
}

.tate{
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block; 
}
.padding-box{
  padding: 100px 5%;  
}
.padding-block{
	padding-top: 100px;
	padding-bottom: 2px;
}
.last-article{
  margin-bottom: 100px;  
}
.first-article{
padding-top: 80px;

}
.scale11:hover img {
		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
    transform: scale(1.1);
	transition: all .5s;
	
}
.op1:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}




/*サブページ＿＿＿＿＿＿＿＿＿共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.font-souzoku-01 {
	font-size: 3rem !important;
	text-align: center!important;
}
.txe_left {
	text-align: left!important;
}

.font-souzoku-02 {
	text-align: left;
	font-size: 2.8rem;
	font-weight: bolder;
}
.font-souzoku-03 {
		text-align: left;
	font-size: 2rem;
	margin-top: 3rem;
}

.office-breadcrumbs{
background-color: #EEF0DC !important;
margin-bottom: 0px !important;
}



.breadcrumbs {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}
.breadcrumbs ul {
	padding: 8px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.breadcrumbs ul li {
   display: inline-block;
  padding-right: 20px;
  padding-left: 10px;
	position: relative;
}
.breadcrumbs ul li:after {
	padding: 2px 2px;
	content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #65a500;
    border-right: solid 2px #65a500;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
    margin-top: 0px;
}
.breadcrumbs ul li:last-child:after {
    border-top: solid 0px #65a500;
    border-right: solid 0px #65a500;
}

.subpage-titlearea{
	width: 100%;
	position: relative;
	z-index: 1;
	} 
.subpage-title{
	position: absolute;
	 top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
   
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	padding-bottom: 5%;
}
.subpage-title h1{
	font-size: 240%;
	margin-bottom: 15px;
	letter-spacing: 5px;
	font-weight: bold;
}






/*.title-middle{
	font-size: 150%;
	letter-spacing: 10px;
	font-weight: normal;
	margin-bottom: 50px;
}
.subpage-h1{
	font-size: 200%;
	letter-spacing: 10px;
	font-weight: bold;
}
.title-area{
	
	text-align: left;
	padding-top: 6vh;
	padding-bottom: 6vh;
	padding-left: 3%;
	
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 85% auto;
}
.title-area img{
	margin-left: 20%;	
}*/




.bold{
	font-weight: bold;
}
.block{
	margin: 100px auto;
	/*overflow: hidden;*/
}
.block-mtwide{
	margin: 200px 0px 100px;
	/*overflow: hidden;*/
}
.block-mbwide{
	margin-bottom: 200px;
}
.block-title {
	text-align: center;
	margin-bottom: 30px;
}
.block-title img{
	margin-bottom: 15px;
}

.block2 {
    margin: 50px 0px 50px;
    overflow: hidden;
}
.ls-wide{
    letter-spacing: 1rem;
	text-indent:1rem;
}
.common-dl{
	width: 96%;
	margin: 0 2%;
	border-bottom: 1px solid #00d0c5;
}
.common-dl:last-child {
	/*border-bottom: 0px;*/
}
.common-dl:first-child {
	border-top: 1px solid #00d0c5;
}
.common-dl dt{
	width: 25%;
	float: left;
	padding: 15px 3%;
	font-weight: bold;
	clear: both;
	overflow: hidden;
	color: #25CFD6;
	}
.common-dl dd{
    text-align: left;
	width: 75%;
	float: right;
	padding: 15px 3%;
}

/*フォーム共通*/
.table-h2{
	margin-bottom: 30px;
	border-bottom-width: 0px;
}
.form-table-area{
	/*border: 4px solid #FEE34A;*/
	padding: 30px 5%;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}
.form-table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
}
.font-mini{
	font-size: 70%;	
	vertical-align: middle;
}
.must{
	font-size: 70%;
	vertical-align: middle;
	padding: 3px 3px 3px 7px;
	background-color: #82ae41;
	margin-left: 10px;
	white-space: nowrap;
	color: #FFFFFF;
}
.form-table tr {
	vertical-align: middle;
	width: 100%;
	border-bottom: 1px solid #82ae41;
	color:  #82ae41;
	
}
.form-table tr:last-child {
    border-bottom: 0px;
}
.form-table th {
	padding: 20px 0px 20px 20px;
	width: 30%;
	vertical-align: middle;
	/*min-width: 120px;*/
	letter-spacing: 5px;
}
.form-table td {
	width: 70%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	line-height: 1.5;
	color: #000000;
}
input, select {
    vertical-align: middle;
    font-size: 110%;
	margin-bottom: 4px;
	background-color: #F2F2F3;
}
.form-table td input{
	border: 0px solid #e4e4e4;
	padding: 5px;
	background-color: #F2F2F3;	/*font-size: 0.8rem;*/
	/*width: 90%;*/
}
textarea{
	border: 0px solid #EAEAEA;
	/*font-size: 100%;*/
	background-color: #F2F2F3;
	width: 90%;
}
.form-thanks-p{
	padding-top: 200px;
	padding-bottom: 300px;
	line-height: 3;
}
.form-confirmbtn {
    margin-top: 40px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
   	/*color: #FFFFFF;
	background-color: #00b09a;*/
}
.form-confirmbtn input {
	color: #FFFFFF;
	padding: 20px;
	display: block;
	background-color: #82ae41;
	font-size: 100%;
	cursor: pointer;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1;
	
}
.form-confirmbtn input:hover {
   /* background-color: #B6E6D3;*/
    opacity: 0.7;
    transition: all .3s;
}

.form-privacy-link{
	margin-top: 40px;		
} 
.ofhidden{
	overflow: hidden;		
} 
.pageokuri{
	margin-top: 70px;
}

.pageokuri{

}


.center-txt{
	width: 90%;
	max-width: 800px;
	/*text-align: center;*/
	margin-left: auto;
	margin-right: auto;
}

/*トップページ＿＿＿＿＿＿＿＿＿*/

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*  service ページ 追加CSS 2カラム設定時  */
.padding-block{
	padding-top: 80px;
	padding-bottom: 80px;
}
#concept h2,#works h2,.img-h2{
	width: 65%;
	max-width: 350px;
	margin: 0px auto 50px;
}

#concept h2,#works h2,.img-h_con2{
	width: 100%;
	max-width: 760px;
	margin: 0px auto 10px;
}
#concept h2,#works h2,.img-h_con02{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 50px;
}
.garden-flow{
counter-reset: number;
}

.garden-flow-box{
	margin-bottom: 50px;
	}
	
	.garden-flow-boxflex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	}	
	
.garden-flow-box:nth-child(even)  .garden-flow-boxflex{
-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}	

.garden-flow-boximg{
	
}

.garden-flow-box:nth-child(even)  .garden-flow-boximg{
	float: right;
}

.garden-flow-boximg,.garden-flow-boxp{
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.garden-flow-boxp{
	text-align: left;
	line-height: 2;
}
.garden-flow-box:nth-child(even)  .garden-flow-boxp{
	float:  left;
}
.garden-flow-boximg,.garden-flow-boxp{
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.font-pink{
	color: #ff2c94;		
}
.flex-center{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	justify-content: center;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	justify-content: center;
}

.garden-flow-box h3 span::after {
   content:"";
   display:inline-block;
   width:3px;
   height:40px;
   background-color:#9FAC3F;
position: relative;
top: 10px;
left: -10px;
}

/*  service ページ 追加CSS 2カラム設定時 END  */



/*serviceページ＿＿＿＿＿＿＿＿＿*/
.service-content-font{
	line-height: 1.5;
	color: #000;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;

}

.service-content-catch{
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	 color: #9FAC3F;
}




/*thanksページ＿＿＿＿＿*/



#smile__btn {
	align-items: center;
/*     background-color: #202020;
    background-image: radial-gradient(10% 100% ellipse at bottom center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%); */
	display: flex;
	height: 14vh;
	justify-content: center;
	margin: 0;
	padding: 0;
	transition: background-color 2s cubic-bezier(0.19, 1, 0.22, 1);
}


.full-width2 img {

}
.full-width img {

}

.cp-txt-left {
	text-align: left;
	line-height: 2.4;
}


.bg-image-loop {
	width: 100%;
	height: 300px; /* 画像の高さを指定 */
	position: relative;
	background: url("../img/loop_bg.jpg") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 60s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
	margin: 80px 0;
	padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -3138px 0; } /* 1518pxとは使用した背景画像の長さ */
}


/*トップヒーローイメージ＿＿＿＿＿*/
.main_imgBox {
    height: 680px;
    overflow: hidden;
    position: relative; }

  .main_logo {
    z-index:9999;
    position: absolute;
    top:100%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:auto;
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

@media all and (max-width:640px) {
	
	
	
	
	  .main_imgM {
    opacity: 0;
    width:100%;
    height:50%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }
	}
	

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}


div#news div#information div {
  margin: 20px 0;
/*  border-top: 1px dotted #333333;*/
/*  padding-top: 20px;*/
}

div#news div#information div:first-child {
  border-top: none;
  padding-top: 0;
/*	margin-bottom: 10rem;*/
}




/* === top_news === */
.top_news{
  margin: 70px 30rem 60px;
}
.top_news_inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_news_box{
  width: 100%;
}
.top_news_box li{
  padding: 20px 0;
  border-bottom: #000 1px dashed;
}
.top_news_box li time{
  display: block;
  color: #ffc900;
  font-size: 2.0rem;
}
.top_news_box li a{
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
}
.calender{
  width: 35%;
}
.calender_con{
  width: 90%;
}

.main_tit{
	text-align: center;
	    font-family: 'Kosugi Maru';
}

@media (max-width: 768px){
  .top_news{
    margin: 30px 1rem 0px;
    text-align: left;
  }
  .top_news_box{
    width: 100%;
    margin-bottom: 10px;
	  z-index: 10000;
  }
  .top_news_box li{
    text-align: left;
  }
  .calender{
    width: 100%;
  }
  .calender_con{
    width: 80%;
    margin: 0 auto;
  }
	.main_tit{
font-size: 2rem;
}
	#top-points {
    padding-bottom: 120px;
    padding-top: 2rem;
    margin-top: 2rem;
}
}
@media (max-width: 480px){
  .top_news_box li a{
    font-size: 1.5rem;
  }
}

div#news dl dt {
  color: #ffc900;
  font-size: 2.0rem;
}
div#news dl dd {
  font-size: 2.0rem;
  margin-bottom: 2rem;
    border-bottom: #000 1px dashed;
    padding-bottom: 1rem;
}


@media (max-width: 480px){
div#news dl dt {
  color: #ffc900;
  font-size: 1.4rem;
}
div#news dl dd {
  font-size: 1.4rem;
  margin-bottom: 2rem;
    border-bottom: #000 1px dashed;
    padding-bottom: 1rem;
    text-align: left;
}
}


.copy-content-person {
	font-size: 3.2rem;
margin-bottom: 5rem;
}

.img-100{
	    width: 100% !important;
    height: auto !important;
    display: block !important;
	padding: 0 !important;
}
.souzoku_top{
	margin-bottom: -7rem;
}

