@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- reset */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&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: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1em;
  letter-spacing: 1px;
  color: #000;
  box-sizing: border-box;
}
video {
  vertical-align: bottom;
  width: 100%;
}
body {
  background: #fff;
}
#wrapper {
  width: 100%;
  text-align: center;
}
.contentsDetail {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 0px 7px 6px -3px rgba(138, 138, 138, 0.65);
  z-index: 9999;
  background: #d9d2c7;
}
header nav li.current {
  background: #f0f0f0;
}
.headerContents {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
}
.headerContents ul {
  display: flex;
  align-items: center;
}
.headerLeft {}
.headerLeft .logo img {}
.headerLeft .logo {
  display: flex;
}
.headerLeft .logo.sp {
  display: none;
}
.headerLeft .logo h1, .headerLeft .logo p {
  font-weight: normal;
  font-size: 10px;
  line-height: 1.4em;
  text-align: left;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.headerRight {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#hpcMenu {
    display: flex;
    max-width: 1400px;
    margin: auto;
}
.subMenuBox a {
  text-decoration: none;
  padding: 10px;
  z-index: 999;
}
.subMenuBox a:link, .subMenuBox a:visited {
  text-decoration: none;
}
.subMenuBox ul {
  display: flex;
}
.subMenuBox ul li {
  margin: 0 5px 0 0;
}
.subMenuBox ul li a {
  padding: 8px 10px;
}
.subMenuBox ul li a mark {
  display: block;
  width: 40px;
}
.subMenuBox ul li:nth-child(1) a mark {
  content: url("/wp-content/themes/original-child/assets/img/sns_x.png");
}
.subMenuBox ul li:nth-child(2) a mark {
  content: url("/wp-content/themes/original-child/assets/img/sns_i.png");
}
.subMenuBox ul li:nth-child(3) a mark {
  content: url("/wp-content/themes/original-child/assets/img/sns_f.png");
}
.headerRight .cvBtnBox ul li:nth-child(1) a mark {
  content: url("/wp-content/themes/original-child/assets/img/icon_mail.png");
  display: none;
  width: 40px;
}
.cvBtnBox ul li a span {
  color: #fff;
}
.subMenuBox ul li a span {
  display: none;
}
.subMenuBox ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBox a {
  text-decoration: none;
  padding: 10px;
  z-index: 999;
}
.cvBtnBox a:link, .cvBtnBox a:visited {
  text-decoration: none;
}
.cvBtnBox ul li:nth-child(1) a {}
.cvBtnBox ul li:nth-child(2) a {}
.cvBtnBox ul {
  display: flex;
}
.cvBtnBox ul li {
  margin: 0 5px 0 0;
}
.cvBtnBox ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBox ul li a {
  padding: 5px 30px;
  font-size: 15px;
  background: #0d7f6c;
  color: #fff;
}
.cvBtnBox ul li.none a {
  opacity: 1;
}

main {
  padding: 135px 0 0;
}
.btnBox {
  margin: auto;
  padding: 20px 20px 50px;
  width: 340px;
}
.btnBox .btn {
  position: relative;
}
.btnBox a {
  padding: 15px;
  text-align: center;
  border: #5c575d 2px solid;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.btnBox a::after {
  content: "→";
  position: absolute;
  top: 33%;
  right: 20px;
}
.btnBox a:hover {
  opacity: 0.8;
  background: #5c575dad;
  color: #fff;
}

/*----------------------------------------------------------- pnkz */
#pnkz {
    padding: 20px 0 0;
    text-align: left;
    font-size: 80%;
    max-width: 1200px;
    margin: auto;
    line-height: 1.4em;
    display: none;
}
#pnkz ul {display: flex;}
#pnkz ul li {}
/*----------------------------------------------------------- pageTitle */
#pageTitle h1 {
  padding: 40px 0 30px;
  font-size: 150%;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  background: #121212;
  border-bottom: 1px dashed #676464;
  font-family: "Noto Serif JP", serif;
}
#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;
}
/*----------------------------------------------------------- section共通 */
p {
  font-size: 16px;
  line-height: 1.6em;
}
/*----------------------------------------------------------- footer */
footer {
  background: #fff;
}
#footer01 {
  width: 100%;
  margin: auto;
  background: #d9d2c7;
  justify-content: space-between;
}
#footer02 {
  padding: 30px 0;
  background: #fff;
}
.fContents {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding:1em 0;
}
.fLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
#footer01 .telBox {}
#footer01 .telBox a {
  font-size: 220%;
  font-family: "Noto Serif JP", serif;
  display: flex;
}
#footer01 .telBox a::before {
  content: "";
  background-image: url("/wp-content/themes/original-child/assets/img/icon_tel.png");
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
#footer02 .flogo {}
#footer02 .addBox {
  padding: 0 20px;
}
#footer02 .addBox p {
  text-align: left;
  font-size: 90%;
}
#footer02 .addBox p strong {
  font-size: 120%;
}
address {
  padding: 15px 0;
  font-style: normal;
  font-size: 70%;
  background: #413c3e;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 1px;
  border-top: 1px solid #666666;
}
.fImg {
  background-image: url("/wp-content/themes/original-child/assets/img/bg_tile.png");
  background-repeat: repeat;
  padding: 24px 0;
  width: 100%;
  box-sizing: border-box;
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  #footer01 {
    padding: 20px 0 0;
  }
  #footer02 .fContents {
    flex-flow: column;
  }
  .contentsDetail {
    padding: 0 20px;
}
}
/*----------------------------------------------------------- 1060px */
@media screen and (max-width: 1060px) {
  #hpcMenu {
    display: none;
  }
  .headerLeft {
    padding: 5px;
  }
  .headerLeft .logo h1, .headerLeft .logo p {
    display: none;
  }
  .headerLeft .logo img {
    height: 55px;
  }
  #footer01 {
    padding: 50px 20px;
  }
  main {
    padding: 60px 0 50px;
  }
  .headerRight {
    padding: 10px 50px 0 0;
  }
  .headerContents .win {
    padding: 30px 10px 0 0;
  }

}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {

}
/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
  main {
    padding: 60px 0 10px;
  }

  .headerContents {
    justify-content: space-between;
  }
.contentsDetail {
    padding: 0;
}
  header .subMenuBox ul li:nth-child(1), header .subMenuBox ul li {
    margin: 0 10px 0 0;
  }
  .headerLeft .logo.pc {
    display: none;
  }
  .headerLeft .logo.sp {
    display: block;
  }
  #footer01 {
    padding: 20px;
  }
  #footer01 .footerLeft {
    justify-content: center;
  }
  #footer01 .footerRight ul {
    justify-content: center;
  }
  #footer01 .footerRight ul li {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #footer01 .footerRight ul li a {
    border-right: none;
  }
  .cvBtnBox ul li {
    margin: 0 10px 0;
  }
  .headerRight {
    padding: 10px 50px 0 0;
    display: flex;
    align-items: center;
  }
  .headerContents .win {
    padding: 10px 10px 0 0;
  }
  .subMenuBox ul li a {
    font-size: 10px;
    transform: scale(0.8);
    padding: 0;
    font-weight: 400;
  }
}
/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
  #footer01 .fContents {
    flex-flow: column;
  }
  #footer01 .fRight {
    padding: 10px 0 0;
  }
  #footer02 .fLeft {
    flex-flow: column;
  }
  .subMenuBox ul li.none {
    display: none;
  }

  main {
    padding: 68px 0 40px;
  }
  .contents {
    margin: 0;
  }
  .btnBox {
    padding: 0;
  }
  #footer01 .telBox a {
    font-size: 170%;
  }
}

/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
.headerRight .cvBtnBox ul li:nth-child(1) a mark {
    display: block;
}
.headerRight .cvBtnBox ul li a span {
    display: none;
}
.headerRight .cvBtnBox ul li a {
    padding: 0;
    background: inherit;
}
.btnBox {
    width: auto;
}
}

