/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 08:51:50 */
.container001 {
  display: flex;
  margin:0 auto;
}
/* 緑背景 */
.custom-global-footer {
  background-color: #06CCCC;
  color: #000;
  width: 100%;
  font-size: 1.1em;
  box-sizing: border-box;
}
/* 白背景 */
.custom-global-footer002 {
  background-color: #fff;
  color: #000;
  width: 100%;
  font-size: 1.1em;
  box-sizing: border-box;
  overflow-x: hidden;
}
.custom-global-footer002SP {
  background-color: #fff;
  color: #000;
  width: 100%;
  font-size: 1.1em;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* footer全体用・白背景 */
.custom-global-Main {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.footer-inner {
  max-width: 50em;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.footer-innerSP {
  padding-left:4%;
  padding-right:4%;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-inner002 {
  padding: 0px 0% 0px;
  max-width: 70em;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: start;
  box-sizing: border-box;
  height:110px;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-column li {
  margin-bottom: 8px;
}
.footer-column a {
  color: #fff;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-column a:hover,
.footer-column a:focus {
  color: #4b3624;
  text-decoration: underline;
  outline: none;
}
.footer-column002 {
  color: #34495E;
font-size:0.85em; line-height:2.1em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.footer-column002SS {
  color: #34495E;
font-size:0.85em; line-height:1.5em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.footer-column03SS {
  color: #34495E;
font-size:0.7em; line-height:1.5em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.footer-column002 a {
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-column002 a:hover,
.footer-column002 a:focus {
  color: #85929E;
  text-decoration: underline;
  outline: none;
}

/* 下段（コピーライト） */
.footer-bottom {
  text-align: left;
	padding-left: 5%;
	padding-right: 5%;
  font-size: 1em;
  padding-top: 18px;
  padding-bottom: 6px;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-bottom a:hover,
.footer-bottom a:focus {
  color: #4b3624;
  text-decoration: underline;
  outline: none;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px 5% 15px;
  }
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }
    .footer-inner002 {
    padding: 30px 5% 15px;
  }
  .footer-bottom {
    font-size: 1em;
  }
}
.footer-column a:focus {
  box-shadow: 0 0 0 3px rgba(75, 54, 36, 0.12);
  border-radius: 2px;
}
.Foot-midashi1 {
font-size:2.5em; line-height:2.5em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.Foot-midashi1sp {
font-size:2.5em; line-height:1em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.Foot-Sub02 {
font-size:1em; line-height:1.8em;
font-family: 'Noto Serif Japanese', serif;
}
.Foot-Read03 {
font-size:0.85em; line-height:1.3em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.Foot-Read03SP {
font-size:0.9em; line-height:1.7em;
font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.image-containerF {
    display: flex;
    justify-content: space-around; /* 子要素を均等に配置します */
    align-items: center; /* 子要素を縦方向の中心に揃えます */
}
.image-containerF img {
    max-width: 30%; /* 画像の最大幅を設定します */
  padding-left:5px;
    height: auto; /* 画像の縦横比を維持します */
}
.image-containerFsp {
    display: flex;
    justify-content: space-around; /* 子要素を均等に配置します */
    align-items: center; /* 子要素を縦方向の中心に揃えます */
}
.image-containerFsp img {
    max-width: 15%; /* 画像の最大幅を設定します */
  padding-left:4px;
    height: auto; /* 画像の縦横比を維持します */
}

.footer-banner {
  display: block;
  width: 100%;
}