@charset "UTF-8";
/* CSS Document */

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: opacity .2s;
}
a:hover {
  opacity: .7;
}
a img {
}
img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
input, textarea, select, button, label {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
button {
  background: none;
  cursor: pointer;
}
#wrap {
  background: #FFF5F3;
}
.sp-only {
  display: none;
}
@media only screen and (max-width:767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}


/* header
-----------------------------------------------*/
header {
  background: #FEEAE8;
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 0 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  header {
    gap: 20px;
    padding: 0 20px 0 10px;
    min-height: 60px;
    justify-content: space-between;
  }
}


/* breadcrumb
-----------------------------------------------*/
#breadcrumb {
  padding: 25px 25px 0;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
#breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #5A3437;
  line-height: 1.5;
}
#breadcrumb ul li a {
  display: block;
  color: #5A3437;
  text-decoration: underline;
}
#breadcrumb ul li:not(:last-child)::after {
  content: "";
  background: url("/img/common/icon-breadcrumb-arrow.svg");
  display: block;
  width: 7px;
  height: 7px;
}
#breadcrumb ul li:first-child a {
  font-size: 0;
}
#breadcrumb ul li:first-child a::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url("/img/common/icon-home.svg") no-repeat center / 100%;
}
@media only screen and (max-width: 767px) {
  #breadcrumb {
    padding: 10px 15px 0;
  }
  #breadcrumb ul li {
    font-size: 12px;
  }
}


/* main
-----------------------------------------------*/
main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 40px 40px 0;
}
@media only screen and (max-width: 767px) {
  main {
    gap: 20px;
    padding: 20px 0 0;
  }
}


/* ttl
-----------------------------------------------*/
main .ttl {
  text-align: center;
  color: #5A3437;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main .ttl h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
main .ttl p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  main .ttl {
    gap: 8px;
  }
  main .ttl h1 {
    font-size: 28px;
  }
  main .ttl p {
    font-size: 14px;
  }
}


/* footer
-----------------------------------------------*/
footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  background: #fff;
  padding: 40px 40px 60px;
  margin-top: 100px;
}
footer .address {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
footer .address .txt-logo p {
  font-size: 24px;
}
footer .address .txt-logo .logo {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 67px;
}
footer .address > p {
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: keep-all;
}
footer .address > p a {
  text-decoration: underline;
}
footer .menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer .menu .link {
  display: flex;
  gap: 30px;
}
footer .menu .link li {
  font-size: 12px;
}
footer .menu .copyright {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width:1380px) {
  footer {
    padding: 20px;
  }
  footer .address {
    padding-left: 55px;
  }
  footer .address .txt-logo .logo {
    min-width: 44px;
    width: 44px;
  }
  footer .address > p {
    font-size: 14px;
  }
  footer .menu .link {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (max-width:1024px) {
  footer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  footer .address {
    padding-left: 0;
    align-items: center;
  }
  footer .address .txt-logo {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  footer .address .txt-logo .logo {
    position: relative;
  }
  footer .address > p {
    text-align: center;
  }
  footer .menu .copyright {
    text-align: center;
  }
  footer .menu .link {
    gap: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .menu .link li {
    border-left: 1px solid #333;
    padding: 0 8px;
    font-size: 11px;
  }
  footer .menu .link li:last-child {
    border-right: 1px solid #333;
  }
}
@media only screen and (max-width:767px) {
  footer {
    margin-top: 10px;
  }
  footer .menu .link {
    gap: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .menu .link li {
    border-left: 1px solid #333;
    padding: 0 8px;
  }
  footer .menu .link li:last-child {
    border-right: 1px solid #333;
  }
  footer .menu .copyright {
    font-size: 12px;
  }
}


/* modal
-----------------------------------------------*/
body.modal-hidden {
  overflow-y: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 0 60px;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #FFF5F3;
  opacity: .95;
}
.modal-cover {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto 0;
}
.modal-inner {
  position: relative;
  background: #fff;
  overflow: auto;
  max-height: 100vh;
  border-radius: 30px;
  border: 10px solid #FEEAE8;
  margin: auto 0;
  padding: 40px;
}
@-moz-document url-prefix() {
.modal-inner {
    scrollbar-color: #5A3437 #FFF5F3;
    scrollbar-width: thin;
  }
}
.modal-inner::-webkit-scrollbar {
  width: 20px;
}
.modal-inner::-webkit-scrollbar-track {
  background: #FFF5F3;
}
.modal-inner::-webkit-scrollbar-thumb {
  background: #5A3437;
  border-radius: 0;
}
.modal-close {
  position: absolute;
  right: -50px;
  top: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #5A3437;
}
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5A3437;
  width: 220px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 6px solid #FEEAE8;
  border-radius: 10px;
  transition: opacity .2s;
  margin: 20px auto 0;
}
.modal-close-btn:hover {
  opacity: .7;
}
#search-result {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#search-result li a {
  font-size: 14px;
  font-weight: bold;
  color: #5A3437;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 40px 0 0 0;
  }
  .modal-close {
    right: 10px;
    top: -35px;
    width: 30px;
    height: 30px;
  }
  .modal-close::before,
  .modal-close::after {
    height: 3px;
  }
  .modal-inner {
    max-height: calc(100vh - 40px);
    padding: 25px;
  }
  #search-result {
    gap: 16px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 16px;
  }
  #search-result li:not(:first-child) {
    border-top: 1px solid #f2f2f2;
    padding-top: 16px;
  }
}