#footer {
  background: #efeae8;
  padding: 54.5px 0 0;
}
#footer .group-logo-btn {
  width: 277px;
  margin: 0 auto;
}
#footer .group-logo-btn .logo {
  text-align: right;
  margin: 0 43px 52px;
}
#footer .group-logo-btn .btn + .btn {
  margin-top: 14px;
}
#footer .group-logo-btn .btn a {
  display: block;
  text-decoration: none;
  border: 1px solid;
  color: var(--color);
  text-align: center;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
  line-height: 2;
  padding: 11px 0;
  letter-spacing: 0.135em;
  transition: all 0.3s;
}
#footer .group-logo-btn .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  background: url("../img/shared/arrow2_sp.png") no-repeat center/100% auto;
  width: 18px;
  transition: all 0.3s;
}
#footer .group {
  margin: 18px 0 0;
  background: var(--color);
  color: #fff;
  padding: 9px 0 50px;
  text-align: center;
}
#footer .group .copyright {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
#footer .group ul {
  display: flex;
  justify-content: center;
  gap: 0 7px;
}
@media screen and (max-width: 767px) {
  #footer .group ul {
    margin: 6px 0 0;
  }
}
#footer .group ul li a {
  display: block;
  font-size: 10px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  font-weight: 400;
}
#footer .group ul li:first-child {
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 67.5px 0 0;
  }
  #footer .wrap {
    display: flex;
	  justify-content: space-between;
  }
  #footer .group-logo-btn {
    width: 278px;
    margin: 0 0 0 2px;
  }
  #footer .group-logo-btn .logo {
    text-align: right;
    margin: 0 5px 67px 0;
  }
  #footer .group-logo-btn .btn a::before {
    right: 21px;
    background-image: url("../img/shared/arrow2.png");
    width: 18px;
  }
  #footer .group-logo-btn .btn a:hover {
    background: #fff;
  }
  #footer .group-logo-btn .btn a:hover::before {
    right: 16px;
  }
  #footer .group-nav {
    display: flex;
    gap: 0 45px;
  }
  #footer .group-nav ul .tit {
    color: var(--color);
    line-height: 2;
  }
  #footer .group-nav ul li {
    line-height: 29px;
	width: max-content;
  }
#footer .group-nav ul li.child {
	padding-left: 20px;
  }
  #footer .group-nav ul li a {
    letter-spacing: 0.075em;
  }
  #footer .group {
    margin: 35px 0 0;
    display: flex;
    gap: 0 35px;
    justify-content: center;
    padding: 9px 0;
  }
  #footer .group .copyright {
    font-size: 12px;
  }
  #footer .group ul {
    gap: 0 12px;
  }
  #footer .group ul li a {
    font-size: 12px;
  }
  #footer .group ul li:first-child {
    margin-right: 20px;
  }
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 0 15px 0 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: var(--color);
  height: 50px;
}
.fixed-nav .logo {
  width: 86px;
}
.fixed-nav .logo a {
  display: block;
  line-height: 0;
}
.fixed-nav .hamburger {
  position: relative;
  right: 0;
  top: 0;
  width: 32px;
  line-height: 0;
}
.fixed-nav .hamburger:after {
  display: none;
}
.fixed-nav .hamburger .hamburger-box {
  width: 32px;
  height: 22px;
}

#menu-toggle {
  background: #f9f5f2;
  padding-top: 88px;
  text-align: center;
}
#menu-toggle .group-nav {
  display: inline-block;
  text-align: left;
  margin: 40px 0 0;
}
#menu-toggle .group-nav .nav li a {
  text-decoration: none;
  letter-spacing: 0.075em;
  display: inline-block;
  line-height: 1.3125;
}
#menu-toggle .group-nav .nav li + li {
  margin-top: 18px;
}
#menu-toggle .group-nav .nav2 {
  margin: 20px 0 0;
  min-width: 167px;
}
#menu-toggle .group-nav .nav2 li {
  border-top: 1px solid #bfbfbf;
}
#menu-toggle .group-nav .nav2 li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
#menu-toggle .group-nav .nav2 li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 2;
  padding: 10px 15px 10px 5px;
}
#menu-toggle .group-nav .nav2 li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/shared/arrow_sp.png") no-repeat center/100% auto;
  width: 8px;
}
#menu-toggle .group-nav .sub-link {
  margin: 16px 0 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}

.group-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 258px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.group-search .item-search {
  position: relative;
  z-index: 3;
}
.group-search .item-search:nth-child(2) {
  z-index: 2;
}
.group-search .item-search:nth-child(3) {
  z-index: 1;
}
.group-search .item-search .select-styled {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--color);
  background: #fff;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 2;
  padding: 4px 20px;
  cursor: pointer;
	height: 42px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
	overflow: hidden;
  background: url("../img/shared/arrow3_sp.png") no-repeat center right 8.5px/9px auto, #fff;
}
.group-search .item-search .select-styled:focus {
  background-image: url("../img/shared/arrow31_sp.png");
}
.group-search .item-search .select-options {
  box-shadow: 0px 0px 10px 0px rgba(184, 175, 160, 0.7);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  z-index: 5;
  display: none;
	text-align: left;
}
.group-search .item-search .select-options li {
  line-height: 1.5;
  padding: 11px 0 11px 26px;
  cursor: pointer;
}
.group-search .item-search .select-options li.parent {
	padding-left: 15px;
	cursor: context-menu;
	font-weight: 500;
}
.group-search .item-search .select-options li.no-child {
	font-weight: 500;
}
.group-search .item-search .select-options li.hidden-temple {
color: gray;
cursor: not-allowed;
pointer-events: none;
}
.group-search .item-search:nth-child(3) .select-options li.parent {
    /* display: none; */
}

.group-search .item-search:nth-child(3) .select-options li.no-child {
    border-bottom: 1px solid #edebea;
}

.group-search .item-search:nth-child(3) .select-options li.child+.no-child, .group-search .item-search:nth-child(3) .select-options li.child+.parent {
    border-top: 1px solid #edebea;
}
.group-search .item-search:nth-child(3) .select-options li.parent+.child {
    border-top: 1px solid #edebea;
}
.group-search .item-search .select-options li:not(.parent):hover {
  background: #faf8f5;
}
.group-search .item-search .select-options li.active {
  position: relative;
}
.group-search .item-search .select-options li.active::before {
  content: "";
  position: absolute;
  left: 7px;
  background: url("../img/shared/check.png") no-repeat center/100% auto;
  width: 14px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.group-search .btn-search {
  position: relative;
  z-index: 0;
}
.group-search .btn-search a {
  background: var(--color);
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 11px;
  line-height: 1.5;
  padding: 8.5px 0 8.5px 39px;
  text-decoration: none;
}
.group-search .btn-search a::before {
  content: "";
  background: url("../img/shared/search_sp.png") no-repeat center/100% auto;
  width: 20px;
  height: 20.5px;
}
@media screen and (min-width: 768px) {
  .group-search .btn-search a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  body:not(#index) main {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #header {
    border-top: 1px solid #e1dad0;
    border-bottom: 1px solid #e1dad0;
    background: #fff;
  }
  #header .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px 0;
    gap: 0 36px;
  }
  #header .inner .group-search {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 0 16px;
    width: auto;
    margin: 0;
  }
  #header .inner .group-search .item-search {
    width: 170px;
  }
  #header .inner .group-search .item-search .select-styled {
    background-position: center right 13.5px;
  }
  #header .inner .group-search .btn-search {
    margin-left: 6px;
    width: 152px;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #898989;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 10px;
  width: 1000px;
  max-width: calc(100% - 16vw);
}
.breadcrumb li + li {
  position: relative;
  padding-left: 27px;
}
.breadcrumb li + li::before {
  content: "/";
  position: absolute;
  left: 8px;
}