@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
         title Font Style
===================================*/

.page_ttl {
	padding:60px 0 37px;
	background-image:url(../img/eco_nishi_new.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-size:100% auto;
    /*mask-image: radial-gradient(circle at 79% 1025%, transparent 87% 68%, black 88%);*/
	box-shadow: 1px 6px 11px;
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}
.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
    text-align: left;}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}

}

/*==================================
          Font Style End
===================================*/
.sectionLv01{
	margin-top:100px;
    position: relative;
	width:1100px;
}
.sectionLv01 h3{
	color:black;
}

.sectionLv01 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  margin: 0 auto 40px;
}
.sectionLv01 h3::before,
.sectionLv01 h3::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #088424;
}
.sectionLv01 h3::before {
  margin-right: 20px;
}
.sectionLv01 h3::after {
  margin-left: 20px;
}

.sectionLv01 p{
	text-align:left;
}
.sectionLv01 h2{
	text-align:center;
	color:black;
	
}
.sectionLv02{
	width:1100px;
	background: white;
    padding: 20px;
}
.sectionLv02 h2{
	text-align:center;
	margin-top: 25px;
    margin-bottom: 60px;
	color: #088424;
	
}
.effect-fade-left img{
	width:400px;
	height:auto;
    box-shadow: 0 10px 15px rgb(0 0 0 / 40%);
}
.p-company-qualified__item p{
	text-align:left;
}
.access p {
    text-align: center;
}

/*==================================
		  一覧に戻る　start
===================================*/
.page_back{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
	
	}
.back-link {
  position: absolute;
  right: 20px;
  color: #088424;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.back-link::before {
  content: '<<';
  color: green;
  font-weight: bold;
  text-decoration: none;      /* ← << に下線をつけない */
  display: inline-block;      /* ← レイアウトの安定化 */
  margin-right: 4px;          /* ← スペース調整 */
}

/*===================================
	     一覧に戻る　end
===================================*/
/*==================================
          施設案内
===================================*/
.facility_info{
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    gap: 20px;
}
.facility_img {

    border: 1px solid;
    padding: 10px;
    box-sizing: border-box;
    color: #088424;
}
.facility_text h5{
    text-align: center;
    font-family: serif;
    font-size: 24px;
    font-weight: 600;
}
  .facility_img img {
    min-width: 450px;
    max-width: none;
    width: 450px;
  }
@media screen and (max-width: 950px) {

.facility_info{
       display: contents;
	
}
 .facility_img img {
      min-width: auto;
      width: 100%; /* 必要に応じて調整 */
}

.wrap01{
  padding: 0 20px;
}

}
@media screen and (max-width: 600px){
.sectionLv01 h3 {
    font-size: 18px;
}
.facility_text h5 {
    font-size: 18px;
    font-weight: 600;
}

}

/* 上から落ちる用アニメーション */
.facility_img,
.facility_text {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.facility_img.show,
.facility_text.show {
  opacity: 1;
  transform: translateY(0);
}

/* 一文字ずつアニメーション */
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.char.show {
  opacity: 1;
  transform: translateY(0);
}


/*==================================
          PDF表示
===================================*/
 .pdf-wrapper {
      display: none;
      width: 100%;
      margin: 30px auto;
      overflow-x: hidden;
      border: 1px solid #ccc;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    }

    .pdf-wrapper iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .pdf-inner {
    height: 500px;
}
/*==================================
          PDF表示 End
===================================*/

/*==================================
          PDFダウンロード
===================================*/

.wp-block-file.dl_pdf .wp-block-file__button {
    margin-left: 58px;
    padding: 6px 4px 5px 40px;
    outline: 1px solid #088424;
    outline-offset: 3px;
    border-radius: 3px;
    background-color: #088424;
    background-image: url(../img/icon-pdf.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    transition: all 0.3s;
    text-decoration: none;
}

a.wp-block-file__button {
    color: white;
}

.icon{
    width: 50px;
    height: 50px;
    margin-right: 8px;
    filter: invert(31%) sepia(99%) saturate(396%) hue-rotate(83deg) brightness(92%) contrast(87%);
}
.wp-block-file.dl_pdf {
    line-height: 3em;
}
/*===================================
          PDFダウンロード End
===================================*/

/*==================================
          map start
===================================*/
.access_map {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: green;
}

.map_text {
    margin: auto;
    padding: 40px;
}
.map_text p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.map {
  width: 100%;
  max-width: 100%;
}

.map-outer {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3比率（600 ÷ 450 = 1.33）→ 75% */
  overflow: hidden;
}

.map-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.telephone {
    width: 200px;
    color: #088424;
    margin: 20px auto;
    background-color: #ffc80e;
    border-radius: 23px;
}
.telephone .tel-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 25px;
}

.telephone .tel-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../common/img/phone.svg') no-repeat center center;
  background-size: contain;
  margin-right: 8px;
}

.tel-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #088424; /* 緑色 */
}
@media screen and (max-width: 790px){
  .access_map {
    display: block;
}
}
/*==================================
          map End
===================================*/