@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
/*ptop
	****************************************************************************************** */
#topcontrol {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #topcontrol {
    margin-bottom: 30px;
  }
}

#ptop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #faf7e5;
  background: rgba(0, 0, 0, 0.5);
}

#ptop i {
  font-size: 30px;
  vertical-align: middle;
}

#site-footer {
  /*footer
  ****************************************************************************************** */
  /*footer-menu-v2
  ****************************************************************************************** */
  /*f-grandnavi-v2
  ****************************************************************************************** */
}
#site-footer * {
  box-sizing: border-box;
}
#site-footer footer {
  color: #faf7e5;
}
#site-footer footer a {
  color: #faf7e5;
}
#site-footer footer .footer-menu a {
  color: #000;
}
#site-footer #footer-menu-v2 {
  text-align: center;
}
#site-footer #footer-menu-v2 a {
  color: #333;
}
#site-footer #footer-menu-v2 ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 1em;
  gap: 0.5em;
}
#site-footer #footer-menu-v2 ul li {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 10px;
}
#site-footer #footer-menu-v2 ul li:not(:first-of-type)::before {
  content: "｜";
  display: inline-block;
  color: #333;
}
#site-footer #f-grandnavi-v2 {
  background: #F4F3EC;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}
#site-footer #f-grandnavi-v2 * {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer #f-grandnavi-v2 ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #site-footer #f-grandnavi-v2 ul {
    gap: 10px;
  }
}
#site-footer #f-grandnavi-v2 ul li {
  flex: calc((100% - 60px) / 7);
}
@media screen and (max-width: 768px) {
  #site-footer #f-grandnavi-v2 ul li {
    flex: calc((100% - 10px) / 2);
  }
}
#site-footer #f-grandnavi-v2 ul li a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 0.5em 0;
  font-size: 12px;
  font-weight: 400;
  color: #5fae55;
  color: #000;
  transition: 0.3s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #site-footer #f-grandnavi-v2 ul li a {
    font-size: 9px;
  }
}
#site-footer #f-grandnavi-v2 ul li a figure {
  margin: 0 auto 0.5em;
}
#site-footer #f-grandnavi-v2 ul li a figure img {
  max-width: 100%;
}
#site-footer #f-grandnavi-v2 ul li a:hover {
  opacity: 0.5;
}
#site-footer #f-grandnavi-v2 ul li.current a {
  pointer-events: none;
  opacity: 0.5;
}
#site-footer #f-cp-v2 {
  background: #509256 url(https://ocha-igeta.co.jp/common/img/footer-bg.png);
  height: 60px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #site-footer #f-cp-v2 {
    height: auto;
  }
}
#site-footer #f-cp-v2 ul.sns {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #site-footer #f-cp-v2 ul.sns {
    position: relative;
  }
}
#site-footer #f-cp-v2 ul.sns li {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
#site-footer #f-cp-v2 ul.sns li i {
  font-size: 24px;
  margin: auto;
  padding: 0;
  vertical-align: middle;
}
#site-footer #f-cp-v2 ul.sns li span {
  display: none;
}
#site-footer #f-cp-v2 ul.sns li:first-child {
  background: rgba(0, 0, 0, 0.1);
}
#site-footer #f-cp-v2 ul.sns li.toi {
  width: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#site-footer #f-cp-v2 ul.sns li.toi a:hover {
  color: #fff;
}
#site-footer #f-cp-v2 ul.sns li.toi a::before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 0.2em;
}
#site-footer #f-cp-v2 p.cp {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-size: 11px;
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #site-footer #f-cp-v2 p.cp {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}