@charset "utf-8";

/* footer　footnavここから */


.ly_footer {
  margin-top: 70px;
  background-color: #f1f0ec;
}
.ly_footer_inner {/* __　フッター外枠 sp　__ */
  display: block;
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
}

/* ---　アコーディオン　---　*/
.syncer-acdn-child {
	display: none ;
}

@media screen and (min-width: 768px) {
.ly_footer {
  margin-top: 120px;
}
.ly_footer_inner {/* __ フッター外枠 PC __ */
  width: 980px;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.syncer-acdn-child {
	display: block;
}
}





/*------------------------------------------------------------
	フッター　アコーディオン部分
------------------------------------------------------------*/
/* -------menu-------*/

.footmenu-title {
	font-size:1.0rem;
    line-height:1.5;
    color:#7e683f;
    text-align: center;
}

.footmenu-title-wrapper a {/*===「acdn-2」sp===*/
	display:block;
	font-size: 1.2rem;
    font-weight:600;
    text-decoration: none;
	color:#856140;
	text-decoration: none;
	border-bottom:1px solid #856140;
	margin:0;
    padding:15px 20px 15px 20px;
	position:relative;
}
.footmenu-title-wrapper a:after {
	content:"";
	position:absolute;
	right:12px;
	top:50%;
	display:block;
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:solid 2px #f1f0ec;
	border-right:solid 2px #856140;
    border-bottom:solid 2px #856140;
	border-left:solid 2px #f1f0ec;
	-webkit-transform:rotate(45deg);	
}


.searchmenu ul {
	background-color:#f1f0ec;
}

/* ____　SP　____ */
@media screen and (max-width: 767px) {
.smc-acdn9{/* ____　フッターmenuのアコーディオンｰsp時 ____ */
    display: none;
  }  
.smc-acdn{/* ____　フッターmenuのアコーディオンｰsp時 ____ */
    display: block;
 } 
.footmenu-title-wrapper2 {/*===PCレイアウト非表示===*/
	display: none;
}
 } 

.footmenu-menu a {
	display: block;
	font-size: 0.9rem;
  	font-weight:400;
	text-decoration: none;
	color:#856140;
	border-bottom:1px solid #856140;
	padding:15px 20px 15px 20px;
	position:relative;
}
.footmenu-menu a:after {
	content:"";
	position:absolute;
	right:12px;
	top:50%;
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:solid 1px #856140;
	border-right:solid 1px #856140;
    border-bottom:solid 1px #f1f0ec;
	border-left:solid 1px #f1f0ec;
	-webkit-transform:rotate(45deg);	
}

.foot-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%;
  margin: 40px auto;
}

.g-calendar {
    display: block;
	width: 95%;
	height: auto;
    background-color: #fff;
}
.g-calendar img {
  width: 100%; 
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.btns-item, .logos {
  margin: 0px;
  width: 95%;
}

.logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
}
.logos-xifl {
  width: 50%; 
}
.footer-btn01 {
  display: block;
  margin-top: 15px;
  padding: 10px 5px;
  background: #7e683f;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color:#fff;
}
.jikan {
  letter-spacing: 0.2em;
}
.footer-btn01:hover{opacity: 0.8;}

/* ==　社名ロゴと住所sp == */
.Company-Name {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.nakahara {
  width: 220px;
  margin-top: 30px;
}
.telfax {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 7px;
  padding-bottom: 10px;
}
.telfax dl{
  padding-top: 3px;
  padding-bottom: 5px;
}
.telfax dt{
  padding-right: 5px;
  font-weight: 500;
}
.telfax dt ,
.telfax dd {
  display: inline-block;
}
/* ==　社名ロゴと住所 PC == */
@media screen and (min-width: 768px) {
.nakahara {
  width: 230px;
  margin-top: 35px;
}
.telfax {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 7px;
  padding-bottom: 10px;
}
}

.Companies {/* __　5つのロゴ　sp　__ */
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
}
.Companies-inner {
  width: calc(100% / 3 - 20px);
  margin: calc(20px / 2);
}
.Companies-item {
  justify-content: center;
  text-align: center;
}
.Companies-item img{
  width: 100%;
  padding: 5px;
}      

/* ____　PC　____ */
@media screen and (min-width: 768px) {
.footmenu-title {
	font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
	color: #856140;
	margin: 0;
    padding: 15px 15px 10px 10px;
    text-align: left;
}
.etcmenu ul, .searchmenu ul {
	background-color: #f1f0ec;
}
.footmenu-title-wrapper a {/*===矢印を非表示===*/
	border: none;
}
.footmenu-title-wrapper a:after {/*===矢印を非表示===*/
	border: none;	
}
.footmenu-title-wrapper {/*===PCで非表示===*/
	display: none;
}
.footmenu-title-wrapper2 {/*===PCでは表示する===*/
	display: block;
}
.smc-acdn9{/* ____　フッターmenuのアコーディオンｰPC時 ____ */
    display: none;
  }  
.smc-acdn{/* ____　フッターmenuのアコーディオンｰPC時 ____ */
    display: none;
  }  
.footmenu-menu a {
	display: inline-block;
    border: none;
	padding: 6px 10px 6px 25px;
    position: relative;
}
.footmenu-menu a:before {
    content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	width: 3px;
	height: 3px;
	margin-top: -3px;
	border-top: solid 2px #856140;
	border-right: solid 2px #856140;
    border-bottom: solid 2px #856140;
	border-left: solid 2px #856140;
	-webkit-transform: rotate(45deg);	
}
.footmenu-menu a:after {
    display: none;
}   
.foot-btns {
  width: 23%;
  margin: 0 auto;
}
.g-calendar {
	width: 95%;
	height: auto;
    margin-bottom: 10px;
    padding: 0;
  
}
.g-calendar img {
  width: 100%; 
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.btns-item {
  margin: 0 auto;
  width: 95%;
} 
.logos {
  margin: 0 auto;
  width: 100%;
} 
.Companies {/* __　5つのロゴ　PC　__ */
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.Companies-inner { 
  padding: 0px;  
}
.Companies-item {
  justify-content: center;
  text-align: center;
}
.Companies-item img{
  width: 100%;
  max-width: 170px;
  padding: 15px;
}
}

.footerCopy {
  display: block;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5;
 text-align: center;
  background-color: #2e992e;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 7px;
}

footer {
  padding-bottom: 100px;
}




