@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- reset */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=?family=Bonheur+Royale&family=Noto+Sans+JP:wght@100;400;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

ul, li {
  list-style: none;
}
a, a:link, a:visited {
  color: #484848;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 641px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  font-family: 'Noto Sans JP';
  line-height: 1em;
  letter-spacing: 1px;
  color: #222;
  box-sizing: border-box;
}
body {
  background: #ffffff;
}
#wrapper {
  width: 100%;
  text-align: center;
}
.contentsDetail {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  background: #ffffffed;
  box-shadow: 0px 7px 6px -3px rgba(138, 138, 138, 0.65);
  z-index: 9999;
}
#header01 {
  padding: 0 0.25em;
}
#header01 .headerContents {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: auto;
}
.headerLeft .logo img {
  max-height: 90px;
}
.headerLeft .logo {
  display: flex;
}
.headerLeft .logo h1, .headerLeft .logo p {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.6em;
  text-align: left;
  padding: 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.headerRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerRight ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerRight ul li {
  margin: 0 1px 0;
}
.telBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.telBox a {
  font-size: 1.8em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.telBox a::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: -5px;
  background-color: #444;
  -webkit-mask-image: url('/wp-content/themes/original-child/assets/img/common/icon_tel.svg');
  mask-image: url('/wp-content/themes/original-child/assets/img/common/icon_tel.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.inquiryBox {}
.inquiryBox a {
  background: #005b49;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
}
.inquiryBox a span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiryBox a span::before {
  font-family: 'Material Symbols Outlined';
  content: "\e158";
  font-size: 1.6em;
  margin: 0 5px 0 0;
}
#header02 {
  display: flex;
  justify-content: center;
}
main {
  padding: 117px 0 0;
}
/*----------------------------------------------------------- pageTitle */
#pnkz {
  padding: 176px 20px 0;
  text-align: left;
  font-size: 80%;
  max-width: 1100px;
  margin: auto;
  line-height: 1.4em;
}
#pageTitle {
  padding: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  position: relative;
}
#pageTitle h1 {
  padding: 3em 1.75em;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  border-bottom: 1px dashed #676464;
  line-height: 1.4em;
  position: relative;
  z-index: 10;
}
#pageTitle h1 small {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0 0;
  font-size: 70%;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 3px;
}
#pageTitle .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #412f149c;
  mix-blend-mode: multiply;
}
#pageTitle .bgSide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#pageTitle .bgSide img {
  width: auto;
  object-fit: cover;
}

/*----------------------------------------------------------- footer */
footer {
  padding: 5em 0 25em;
  border-top: 1px solid #ddd;
  background-image: url("/wp-content/themes/original-child/assets/img/common/bg_footer.jpg");
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#fBnrBox {
    padding: 0 0 2em;
}
#fBnrBox img {
  border: 2px solid #ccc;
  max-width: 800px;
  width: 100%;
}
#areaBox {
  padding: 2em 0;
}
#areaBox p {
  font-size: 0.9em;
}
#relatedLink {}
#relatedLink ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#relatedLink ul li {}
#relatedLink ul li img {
  border: 2px solid #997c61;
  max-width: 460px;
  width: 100%;
}
address {
  font-style: normal;
  font-size: 80%;
  letter-spacing: 1px;
  color: #fff;
  background: #222;
  padding: 20px 10px;
  font-weight: 300;
  line-height: 1.6em;
}
/*----------------------------------------------------------- closeBtn */
.closeBtn {
  padding: 20px 20px 50px;
}
.closeBtn a {
  padding: 10px;
  border: 1px solid #999;
  background: #ebe7e7;
  display: block;
  width: 200px;
  margin: auto;
}
/*----------------------------------------------------------- 1430px */
@media screen and (max-width: 1430px) {
  .headerLeft .logo h1, .headerLeft .logo p {
    display: none;
  }
  .headerContents {
    height: 60px;
    padding: 10px 5px;
  }
  .headerLeft {
    display: flex;
    align-items: center;
  }
  .headerLeft .logo img {
    max-height: 50px;
  }
  .headerRight {
    padding: 0 55px 0 0;
  }
  .telBox a {
    font-size: 1.6em;
  }
  main {
    padding: 60px 0 0;
  }
  footer {
    padding: 5em 1em 0;
    padding-top: 5em;
    padding-bottom: clamp(5em, 20vw, 25em);
    background-size: contain;
  }
  #relatedLink ul li img {
    max-width: 400px;
  }
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  .contentsDetail {
    padding: 0 1em;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  /* 電話番号を隠して「TEL」という文字を擬似要素で表示 */
  .telBox .tel {
    display: none;
  }
  .telBox a {
    background: #005b49;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    height: 50px;
    width: 80px;
  }
  .telBox a::after {
    content: "TEL";
    color: #fff;
  }
  /* 受付時間を隠す */
  .telBox .time {
    display: none;
  }
  /* アイコンのサイズをスマホ用に微調整する場合 */
  .telBox a::before {
    width: 18px;
    height: 18px;
    background-color: #fff;
  }
  #relatedLink ul {
    flex-flow: column;
  }
}
/*----------------------------------------------------------- 840px  */
@media screen and (max-width: 840px) {
  main {
    padding: 60px 0 10px;
  }
  #pnkz {
    padding: 90px 20px 0;
  }
  .headerContents {
    justify-content: space-between;
  }
  header .subMenuBox ul li:nth-child(1), header .subMenuBox ul li {
    margin: 0 10px 0 0;
  }
  .headerRight {
    display: flex;
    align-items: center;
  }
  .headerContents .win {
    padding: 10px 10px 0 0;
  }
  #pageTitle h1 {
    letter-spacing: 3px;
  }
  .btnBox a {
    font-size: 80%;
  }
  .contents {
    margin: 0;
  }
}
/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
  .headerRight {
    display: none;
  }
  #areaBox p {
    font-size: 0.8em;
    text-align: left;
  }
  #pageTitle h1 {
  padding: 1.75em;
}
}
/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
  .headerLeft .logo img {
    max-height: 45px;
  }
}