@charset 'UTF-8';



@import url(sanitize.css);


html,body{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

html{
	color: #3e3a39;
	font-size: 62.5%;
}

img{
	max-width: 100%;
	/*width: 100%;*/
}

ul,li{
	list-style-type: none;
	margin: 0;
	padding:0;
}

/*:focus{
  outline: 0;
  box-shadow: none;
  border: none;
}*/

a {
    color: #5E452D;
    text-decoration: none;
    transition: 0.3s linear;
}

p{
  line-height: 1.8;
}


@media screen and (min-width:768px){
  .sp{
    display:none!Important;
  }
}
@media screen and (max-width:767px){
  .pc{
    display:none!Important;
  }
}

.container {
    /*max-width: 930px;*/
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.container.inner-box{
	padding:65px 15px 35px;
}

.box01 .bg-ttl{
	background: #875a39;
	text-align: center;
	padding: 2% 0;
}
.box03 .bg-ttl{
	background: #7f9ad1;
	text-align: center;
	padding: 3% 0;
}
.box04 .bg-ttl{
	background: #f15a24;
	text-align: center;
	padding: 3% 0;
}

/*.box04 .bg-ttl img{
	width: 800px;
}*/


@media screen and (max-width: 767px) {
	.box04 .bg-ttl img{
		width: 100%;
	}
}



.flex-block{
	display: flex;
}

.block-footer{
	background: #bfaf86;
}




.btn{
	text-align: center;
	/*margin: 0 0 60px;*/
}

.container.inner-box.movie-stayhome{
	margin-bottom: 60px;
}

.area-box{
	margin:40px 0;
}







.form-block{
	background: #f5f2e9;
}


header{
	position: fixed;
	z-index: 1000;
    width: 100%;
    top: 0;
	background: #f5f2e9;
    background: -webkit-gradient(linear, left top, right top, from(#f5f2e9), color-stop(50%, #f5f2e9), color-stop(50%, #eae4d1), to(#eae4d1));
    background: linear-gradient(90deg, #f5f2e9 0%, #f5f2e9 50%, #eae4d1 50%, #eae4d1 100%);
}
.header-inner{
	width: 100%;
    max-width: 930px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}



.header-inner .ttl{
	width: 180px;
}

.header-inner .header-menu{
	padding:10px 0;
    display: flex;
    background: #eae4d1;
}
.header-menu-icon ul{
	display: flex;
	width: 473px;
}
.header-menu-icon ul li{
	width: calc(473px / 4);
    height: 80px;
    border-right: 1px solid #3e3a39;
}

.header-menu-tel{
	width: 195px;
    padding-top: 5px;
    padding-left: 25px;
}


.header-menu-tel ul.sns{
	display: flex;
}


.header-menu-tel ul.sns li.icon{
	width: 48%;
    height: auto;
    margin:10px 2% 0;
}












/* ========================================
	フッター
======================================== */
.footer-block{
	
}

.footer-block .flex-block{
	justify-content: center;
	padding: 40px 0;
	background: #bfaf86;
}

.footer-block .flex-block .footer-logo{
	width: 271px;
    margin-right: 55px;
}

.footer-block .flex-block .footer-tel{
    width: 100%;
    max-width: 456px;
}


.footer-copyright{
	font-size: 0.7em;
	text-align: right;
	padding:15px 0;
}






.box-fv{
	padding-top: 167px;
}

.box-fv h1.ttl{
	font-size: 36px;
}


.box-fv h2.d_eco_pc_03{
	width: 90%;
	margin: auto;
}




.mgn-b-60{
	margin-bottom: 60px;
}





@media screen and (min-width:768px) { 
	.footer-sp-menu{
		display:none;
	}
}

@media screen and (max-width:767px) {
	.in_fixed_bottom {
	  position: fixed;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  background-color: #B8D2B5;
	  z-index: 9;
	}
	.in_fixed_bottom[aria-expanded=false] {
	  bottom: -200px;
	  transition: .5s;
	}
	.in_fixed_bottom[aria-expanded=true] {
	  bottom: 0;
	  transition: .5s;
	}

	.footer-sp-menu{
		display: flex;
	}
	.footer-sp-menu li{
	  width: calc(100% / 3);
	  padding: 10px 0;
	}
	.footer-sp-menu li a{
	  display: block;
	  font-size: 1.4rem;
	  color: #fff;
	  background: #B8D2B5;
	  text-align: center;
	  text-decoration: none;
	  padding: 10px;
	  border-right: 1px solid #e0e0e0;
	}
/*	

	.footer-sp-menu{
	  position: fixed;
		display: flex;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  transform: translateY(100%);
	  transition: .3s;
	  background: #B8D2B5;
	  z-index:999;
	}
	.footer-sp-menu ul{
		  
	}
	.footer-sp-menu li{
	  width: calc(100% / 3);
	  padding: 10px 0;
	}
	.footer-sp-menu li a{
	  display: block;
	  font-size: 1.4rem;
	  color: #fff;
	  background: #B8D2B5;
	  text-align: center;
	  text-decoration: none;
	  padding: 10px;
	  border-right: 1px solid #e0e0e0;
	}
	.active{
	  transform: translate(0);
	}*/



}





/* ========================================
	スライダー
======================================== */


/* ========================================
	スライダー
======================================== */
.bx-wrapper {
    box-shadow: none!Important;
    border: none;
    background: #fff;
}

.slider,
.slider02,
.slider_anim{
	position: relative;
}

.slider img,
.slider02 img{
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.thumb.slick-initialized .slick-slide,
.thumb02.slick-initialized .slick-slide {
    margin: 10px 5px;
}


.slick-dots li button:before {
  font-size: 60px;
}

.slick-next {
    right: 0!Important;
}

.slider img.slide-arrow,
.slider02 img.slide-arrow,
.slider_anim img.slide-arrow{
	position: absolute;
    min-height: 0;
    min-width: 0;
    vertical-align: top;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline;
    z-index: 999;
}
.slider img.slide-arrow.prev-arrow{
    left: 20px;
    top: 228px;
}
.slider img.slide-arrow.next-arrow{
    right: 20px;
    top: 228px;
}

.slider_anim img.slide-arrow.prev-arrow{
    left: 20px;
    top: 228px;
}
.slider_anim img.slide-arrow.next-arrow{
    right: 20px;
    top: 228px;
}



.slider02.thumb-item{
	margin-bottom: 10px;
}
.slider02.thumb-item img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.slider02.thumb-item img.slide-arrow{
	width: 32px;
	height: auto;
}
.slider02 img.slide-arrow.prev-arrow{
    left: 20px;
    top: 208px;
}
.slider02 img.slide-arrow.next-arrow{
    right: 20px;
    top: 208px;
}


ul.slider02.thumb-item-nav .slick-list .slick-track{
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slider02.thumb-item-nav .slick-list .slick-track li.slick-slide{
	width: 100px!Important;
	padding:5px;
}






/* ========================================
	グリーンのメニュー
======================================== */
@media screen and (min-width: 768px) {
	.container-flued.e-cv-area-sp{
		display: none;
	}
}

.container-flued.e-cv-area-sp .container{
	padding: 0;
}
.container-flued.e-cv-area-sp figure{
	margin: 0;
}
.container-flued.e-cv-area-sp figure img{
	width: 100%;
	height: auto;
}

.container-flued.e-cv-area-sp .btn_menu{
	margin: 0 1px;
}



.e-cv-area-sp.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}

@media screen and (max-width: 767px) {
	.container {
    	padding:15px;
	}
	.container.box-fv {
/*    	margin-top: 70px;*/
	}
	.container.inner-box {
    	padding: 35px 30px 35px;
	}


	header{
		background: #fff;
		position: static;
	}
	.header-inner .ttl h1{
    	width: 136px;
    	margin-top: 15px;
    	margin-left: 10px;
	}
	.header-inner .header-menu{
		display: none;
	}


	.footer-block .flex-block{
		justify-content: center;
		padding: 20px 15px;
	}
	.footer-copyright{
		padding: 0;
	}

	.mgn-b-60 {
    	margin-bottom: 40px;
	}


	.btn {
    	/*padding: 0 20px;
    	margin: 0 0 30px;*/
	}

	.box-fv .slider-wrap{
		margin: 40px 0;
	}

	.box-fv h1.ttl{
		font-size: 22px;
	}


	 .box01 .bg-ttl img{
	 	width: 90%;
	 	padding: 20px 0;
	 }



	 .box04 .bg-ttl{
	 	padding: 30px;
	 }











	/* ========================================
		スライダー
	======================================== */
	.slider{
		margin:0 15px;
	}
	img.slide-arrow{
		display: none!Important;
	}
	.slider02.thumb-item-nav{
		/*display: none;*/ /*20210830 OFF*/
	}

	.slider02.thumb-item img{
		height: auto;
	}


	/* ========================================
		フォーム
	======================================== */
	.form-submit{
		width: 100%;
	}


	form#mailformpro dl dt{
		width: 100%;
		text-align: left;
		padding: 12px 10px 10px;
	}
	form#mailformpro dl dd{
		width: 100%;
		border: none;
		padding: 0px 10px 15px;
	}

	.must {
		float: right;
		font-size: 12px;
	}
	form#mailformpro input[type="text"],
	form#mailformpro input[type="email"],
	form#mailformpro input[type="tel"] {
		width: 100%;
		max-width: 100%;
	}

	form#mailformpro textarea {
		max-width: 100%;
		width: 100%;
	}


	form#mailformpro dd.ck-box01 label{
		width: 100%;
	}


}





/*202201 リニューアル*/
.item{
	margin: 0 0 6%
}

ul.slider_anim01{
	margin-bottom: 6%;
}

.btn img {
	transition: 0.5s;
}

.btn img:hover {
	transform: scale(1.1, 1.1);
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 3% 0 15%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



#contact-form {
   margin-top:-110px;
  padding-top:110px;
}


.slider-wrap{
	margin: 60px 0 80px;
}






.thumb01 .slick-track,
.thumb02 .slick-track,
.thumb03 .slick-track {
  transform: unset !important;
}



.mgT5{margin: 5% 0 0;}
.mgT10{margin: 10% 0 0;}
.mgT15{margin: 15% 0 0;}



/*.slick-dots li button{
	display: none;
}
*/



.mgB100{
	margin-bottom: 10.4166666667%;
}
.mgB140{
	margin-bottom: 14.5833333333%;
}
.mgB180{
	margin-bottom: 18.75%;
}
.mgB220{
	margin-bottom: 22.9166666667%;
}




@media screen and (min-width:768px){
	.pdgT100{
		padding-top: 100px;
	}
}


/* =====================================
  新規PHPフォーム用CSS 20200630
===================================== */

#formWrap {
  width:90%;
  margin:0 auto;
  color:#555;
  line-height:120%;
  font-size:90%;
  text-align: left;
}
table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
}

table.formTable td{
  line-height: 2;
  background: #fff;
}
table.formTable input{
  vertical-align:middle;
}

table.formTable select{
  height: 2.8rem;
}


#formWrap p{
	margin: 0;
}



/*　簡易版レスポンシブ用CSS　*/
@media screen and (max-width:767px) {
#formWrap {
  width:95%;
  margin:0 auto;
}
table.formTable th, table.formTable td {
  width:auto;
  display:block;
}
table.formTable th {
  margin-top:5px;
  border-bottom:0;
}
input[type="text"], textarea {
  width:80%;
  padding:5px;
  font-size:110%;
  display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  display:block;
  width:100%;
  height:40px;
}
}



span.badge-required {
    width: auto;
    display: inline-block;
    margin-left: 0.25em;
    padding: 4px 8px;
    line-height: 1;
    font-size: 0.75em;
    color: #fff;
    background-color: #c73b3b;
    border-radius: 4px;
}



.btn_submit{
    width: 50%;
    margin: 60px auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #c73b3b;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 60px;
}


@media screen and (max-width:767px){
	input.btn_submit[type="submit"]{
		height: auto;
	}

	.btn_submit{
		width: 80%;
		margin: 20px auto;
		font-size: 1.4rem;
		height: auto;
	}
}


.form-lead{
	text-align: center;
	line-height: 1.8;
	margin: 0 0 6%;
	font-size:2.4rem;
}
@media screen and (max-width:767px){
	.form-lead{
		font-size:1.8rem;
	}
}






/* ================================================

	202509改修

================================================ */


.flex-block.item-zeh-block{
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex-block.item-zeh-block .item{
	width:48%;
}




.flex-block.item-func-block{
	flex-wrap: wrap;
	justify-content:space-between;
	font-size:1.6rem;
}
.flex-block.item-func-block .item{
	width:48%;
	text-align:left;
}

.flex-block.item-func-block .item h3{
	font-size:2rem;
	font-weight:normal;
}

.flex-block.item-func-block .item p span{
	color:#c1272d;
}


@media screen and (max-width:767px){
	.flex-block.item-zeh-block .item,
	.flex-block.item-func-block .item{
		width:100%;
	}
}




