@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
header .top_nav {
  background: #f6d400;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
header .top_nav h1 {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
  margin: 0;
}
header .top_nav .top_nav_right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
header .top_nav .top_nav_right .top_nav_area .sp_page_nav {
  display: none;
}
header .top_nav .top_nav_right .top_nav_area .page_nav {
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
}
header .top_nav .top_nav_right .top_nav_area .page_nav li {
  list-style: none;
}
header .top_nav .top_nav_right .top_nav_area .page_nav li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
header .top_nav .top_nav_right .top-sub-nav {
  margin: 0;
  padding-left: 0;
}
header .top_nav .top_nav_right .present {
  background: #ea5514;
  padding: 10px 13px;
  border-radius: 8px;
  margin-left: 20px;
}
header .top_nav .top_nav_right .present p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
header .top_nav .top_nav_right .present p span {
  display: block;
  background: #fff;
  color: #ea5514;
  font-size: 13px;
  padding: 6px 12px 5px;
  border-radius: 12px;
  margin-right: 10px;
}
header .top_nav .top_nav_right .present p strong {
  font-size: 20px;
}
header .top_nav .top_nav_right .present p small {
  font-size: 13px;
}
header .top_nav #menu_btn {
  display: none;
}
header .second_nav {
  background: #fff;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .second_nav .logo img {
  transition: 0.3s;
}
header .second_nav .logo img:first-child {
  width: 110px;
  margin-right: 13px;
}
header .second_nav .logo img:nth-child(2) {
  width: 115px;
}
header .second_nav nav ul {
  display: flex;
  gap: 43px;
}
header .second_nav nav ul li {
  list-style: none;
}
header .second_nav nav ul li a {
  font-size: 18px;
  color: #694a20;
  font-weight: bold;
  font-feature-settings: "palt";
}
header.scrolled .second_nav .logo img:first-child {
  width: 66px;
}
header.scrolled .second_nav .logo img:nth-child(2) {
  width: 69px;
}

footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
footer .info_row {
  background: #f3eee6;
}
footer .info_row .inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 28px;
  gap: 20px;
}
footer .info_row .inner .footer-left {
  width: auto;
}
footer .info_row .inner .footer-left .row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .info_row .inner .footer-left .row::before, footer .info_row .inner .footer-left .row::after {
  content: none;
}
footer .info_row .inner .footer-left .row .logo {
  width: 104px;
  padding: 0;
}
footer .info_row .inner .footer-left .row .logo img {
  width: 100%;
}
footer .info_row .inner .footer-left .row .txt .name {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  color: #60451b;
}
footer .info_row .inner .footer-left .row .txt .address {
  font-size: 14px;
  line-height: 1.2;
  color: #60451b;
}
footer .info_row .inner .footer-right {
  width: unset;
  position: relative;
  z-index: 1;
}
footer .info_row .inner .footer-right ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}
footer .info_row .inner .footer-right ul li {
  list-style: none;
}
footer .info_row .inner .footer-right ul li img {
  width: 49px;
}
footer .info_row .inner .footer-right::before {
  content: "";
  display: block;
  width: 200px;
  height: 108px;
  background: url(/html/user_data/assets/img/footer_img.png) no-repeat center/contain;
  position: absolute;
  bottom: -41px;
  left: -160px;
  z-index: -1;
}
footer .nav_copy {
  background: #b8a78c;
  padding: 14px 0;
  position: relative;
  z-index: 2;
}
footer .nav_copy .inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .nav_copy .inner .footer-nav {
  margin: 0;
}
footer .nav_copy .inner .footer-nav li {
  padding-left: 0;
}
footer .nav_copy .inner .footer-nav li a {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-feature-settings: "palt";
  font-weight: 500;
}
footer .nav_copy .inner .copyright {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
}

.ec-layoutRole .ec-layoutRole__main {
  margin-top: 0 !important;
  padding-top: 186px;
  padding-bottom: 100px;
}

#page_mv {
  font-family: "Noto Sans JP", sans-serif !important;
  background: #fff;
  display: flex;
  padding: 20px 50px 40px;
  color: #000;
  justify-content: space-between;
  align-items: flex-end;
}
#page_mv h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #c65a12;
  font-weight: bold;
}
#page_mv h2 span {
  color: #000;
}
#page_mv p {
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1;
}
#page_mv p.en_subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 25px;
  font-weight: bold;
}
#page_mv p.en_title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

#breadcrumb {
  background: #fff;
  height: 35px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
  font-feature-settings: "palt";
  color: #694a20;
}
#breadcrumb .inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  height: 100%;
}
#breadcrumb ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
}
#breadcrumb ul li a {
  color: #694a20;
}
#breadcrumb ul li:not(:last-child)::after {
  display: block;
  content: "＞";
  margin: 0 1em;
}

@media (max-width: 1500px) {
  header .top_nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 50px 14px;
    gap: 26px;
    height: unset;
  }
  header .top_nav .top_nav_right {
    width: 100%;
    justify-content: flex-end;
  }
  header .top_nav .present {
    position: absolute;
    top: 13px;
    right: 50px;
  }
  .ec-layoutRole .ec-layoutRole__main {
    padding-top: 240px;
  }
}
@media (max-width: 1040px) {
  header .top_nav {
    height: 60px;
    padding: 0 20px 0 50px;
    flex-direction: row;
    align-items: center;
  }
  header .top_nav .top_nav_right {
    position: fixed;
    top: 0;
    right: 0;
    gap: 0;
    background: #f6d400;
    flex-direction: column;
    padding: 60px 20px 20px;
    display: none;
    z-index: 90;
  }
  header .top_nav .top_nav_right .top_nav_area {
    width: 100%;
  }
  header .top_nav .top_nav_right .top_nav_area .sp_page_nav {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 20px;
    background: #fff;
  }
  header .top_nav .top_nav_right .top_nav_area .sp_page_nav li {
    list-style: none;
    border-bottom: 1px dashed #321d0c;
  }
  header .top_nav .top_nav_right .top_nav_area .sp_page_nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #321d0c;
  }
  header .top_nav .top_nav_right .top_nav_area .sp_page_nav li a::after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(/html/user_data/assets/img/arrow_right_darkbrown.png) no-repeat center/contain;
  }
  header .top_nav .top_nav_right .top_nav_area .page_nav {
    border: 0;
    flex-direction: column;
    padding: 0 20px 20px;
    background: #fff;
    gap: 0;
  }
  header .top_nav .top_nav_right .top_nav_area .page_nav li {
    width: 100%;
    border-bottom: 1px dashed #321d0c;
  }
  header .top_nav .top_nav_right .top_nav_area .page_nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #321d0c;
  }
  header .top_nav .top_nav_right .top_nav_area .page_nav li a::after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(/html/user_data/assets/img/arrow_right_darkbrown.png) no-repeat center/contain;
  }
  header .top_nav .top_nav_right .top-sub-nav {
    background: #fff;
    padding: 0 20px 20px;
  }
  header .top_nav .top_nav_right .present {
    display: none;
  }
  header .top_nav #menu_btn {
    display: block;
    background: #321d0c;
    position: relative;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    z-index: 100;
    cursor: pointer;
  }
  header .top_nav #menu_btn span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 8px;
    transition: 0.3s;
  }
  header .top_nav #menu_btn span:nth-child(1) {
    top: 11px;
  }
  header .top_nav #menu_btn span:nth-child(2) {
    top: 19px;
  }
  header .top_nav #menu_btn span:nth-child(3) {
    top: 27px;
  }
  header .top_nav #menu_btn.open span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }
  header .top_nav #menu_btn.open span:nth-child(2) {
    opacity: 0;
  }
  header .top_nav #menu_btn.open span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }
  header .second_nav {
    padding-top: 10px;
    padding-bottom: 9px;
  }
  header .second_nav .logo img:nth-child(1) {
    width: 74px;
    margin-right: 4px;
  }
  header .second_nav .logo img:nth-child(2) {
    width: 105px;
  }
  header .second_nav nav {
    display: none;
  }
  .ec-layoutRole .ec-layoutRole__main {
    padding-top: 148px;
  }
  .top-gradient {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    position: static;
  }
  header .top_nav {
    padding-left: 21px;
  }
  header .top_nav h1 {
    font-size: 12px;
  }
  header .top_nav .top_nav_right {
    width: 100%;
  }
  header .top_nav .top_nav_right .ec-headerNaviRole__right {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  header .top_nav .top_nav_right .ec-headerNav .ec-headerNav__item a {
    display: flex;
    align-items: center;
  }
  header .top_nav .top_nav_right .ec-headerNav .ec-headerNav__item:not(:last-child) {
    margin-right: 10px;
  }
  header .top_nav .top_nav_right .ec-headerNav .ec-headerNav__itemIcon {
    margin-left: 0;
    margin-right: 7px;
  }
  header .top_nav .top_nav_right .ec-headerNav .ec-headerNav__itemLink {
    display: inline-block;
  }
  header .top_nav .top_nav_right .ec-cartNavi {
    padding: 3px 0 0 0px;
  }
  header .top_nav #menu_btn {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 100;
  }
  header .second_nav {
    padding-left: 21px;
  }
  footer .info_row {
    padding: 0;
  }
  footer .info_row .inner {
    padding: 20px 0 0;
    flex-direction: column;
  }
  footer .info_row .inner .footer-left .row {
    gap: 10px;
  }
  footer .info_row .inner .footer-left .row .logo {
    width: 87px;
  }
  footer .info_row .inner .footer-left .row .txt .name {
    font-size: 14px;
  }
  footer .info_row .inner .footer-left .row .txt .address {
    font-size: 12px;
  }
  footer .info_row .inner .footer-right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  footer .info_row .inner .footer-right::before {
    position: static;
    margin-right: -30px;
    width: 130px;
    height: 73px;
  }
  footer .info_row .inner .footer-right ul {
    margin-top: 14px;
    gap: 7px;
  }
  footer .info_row .inner .footer-right ul li img {
    width: 32px;
  }
  footer .nav_copy .inner {
    justify-content: center;
  }
  footer .nav_copy .inner .footer-nav {
    display: none;
  }
  .ec-layoutRole .ec-layoutRole__main {
    padding-top: 0;
  }
  #page_mv {
    padding: 9px 20px 50px 21px;
    position: relative;
  }
  #page_mv h2 {
    font-size: 20px;
    line-height: 1.05;
  }
  #page_mv p.en_subtitle {
    font-size: 10px;
    margin-top: 10px;
  }
  #page_mv p.en_title {
    font-size: 14px;
    position: absolute;
    bottom: 50px;
    right: 20px;
  }
  #breadcrumb {
    font-size: 12px;
    height: 31px;
  }
}/*# sourceMappingURL=common.css.map */