@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- reset */
/* Google font Icon */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
ul, li {
  list-style: none;
}
p {
  line-height: 1.6em
}
a, a:link, a:visited {
  color: #222;
  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: #222;
  box-sizing: border-box;
}
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: #ffffffd4;
}
header nav li.current {
  background: #f0f0f0;
}
.headerContents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1380px;
  margin: auto;
}
.headerLeft {
  padding: 0;
  position: relative;
}
.headerLeft .logo img {
  max-height: 50px;
}
.headerLeft .logo {
  display: flex;
  position: absolute;
}
.headerLeft .logo.sp {
  display: none;
}
.headerRight {
  display: flex;
  flex-flow: column;
}
#hr01 {
  display: flex;
  align-items: center;
  justify-content: end;
}
#hr02 {
  padding: 10px 0 0;
}
#header02 {
  padding: 10px 0 0;
}
.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;
  font-size: 13px;
}
.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 {
  width: 200px;
  display: flex;
  justify-content: center;
}
.cvBtnBox ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBox ul li a {
    padding: 14px 0 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.cvBtnBox ul li a em {
  color: #fff;
  font-style: normal;
}
.cvBtnBox ul li a span {
  color: #fff;
}
.cvBtnBox ul li a em::before {
  font-family: 'Material Icons';
  font-size: 200%;
  display: block;
  padding: 0 0 10px;
}
.cvBtnBox ul li:nth-child(1) a {
  background: #d68f54;
}
.cvBtnBox ul li:nth-child(1) a em::before {
  content: "\ebcc";
}
.cvBtnBox ul li:nth-child(2) a {
  background: #3ca0b4;
}
.cvBtnBox ul li:nth-child(2) a em::before {
  content: "\e873";
}
.cvBtnBox ul li.none a {
  opacity: 0.5;
  /*  opacity: 1;*/
}
.additionBox {
  padding: 70px 0;
}
main {
    padding: 110px 0 0;
}
.btnBox {
  margin: auto;
  padding: 3% 2%;
  width: 400px;
}
.btnBox a {
  display: block;
  padding: 15px;
  background: #fff;
  text-align: center;
  border: #666 1px solid;
  border-radius: 40px;
  font-weight: 700;
  position: relative;
}
.btnBox a::after {
  font-family: 'Material Icons';
  content: "\e5cc";
  position: absolute;
  right: 5%;
}
.btnBox a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------------- pageTitle */
#pageTitle h1 {
  padding: 30px 0;
  font-weight: 500;
  font-size: 180%;
  line-height: 1.6em;
  letter-spacing: 4px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageTitle h1 small {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: block;
    font-size: 60%;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px 0 0;
    color: #fff;
    line-height: 1.4em;
}
#pageTitle h1 strong {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 130%;
  letter-spacing: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 30px 0 0;
}
/*----------------------------------------------------------- footer */
footer {
  background: #cce2e1;
}
#footer01 {
  margin: auto;
  padding: 50px 0;
}
#footer01 .footerLeft {
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
}
#footer01 .footerRight {
  padding: 12px 6px;
}
#footer01 .footerRight ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer01 .footerRight ul li {
  text-align: left;
  padding: 10px;
}
#footer01 .footerRight ul li:nth-child(1), #footer01 .footerRight ul li:nth-child(5) {
  width: 140px;
}
#footer01 .footerRight ul li:nth-child(2), #footer01 .footerRight ul li:nth-child(6) {
  width: 190px;
}
#footer01 .footerRight ul li:nth-child(3), #footer01 .footerRight ul li:nth-child(7) {
  width: 230px;
}
#footer01 .footerRight ul li:nth-child(4), #footer01 .footerRight ul li:nth-child(8) {
  width: 240px;
}
#footer01 .footerRight ul li a {
  color: #333;
  display: block;
  border-right: 1px solid #333;
}
#footer01 .footerRight ul li a:link, #footer01 .footerRight ul li a:visited {
  color: #333;
}
#footer02 {
  padding: 0 20px 50px;
}
address {
  padding: 15px 0;
  font-style: normal;
  font-size: 70%;
  background: #222;
  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;
}
/*----------------------------------------------------------- お問い合わせ先 */
#sellerBox {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  align-items: center;
}
#sellerBox h2 {
  font-weight: 400;
  display: block;
  font-size: 60%;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-align: left;
}
#sellerLeft, #sellerRight {
  padding: 10px;
}
#sellerLeft .telBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sellerLeft .telBox img {
  width: 50px;
  height: 36px;
}
#sellerLeft .rightBox p {
  text-align: left;
  font-size: 70%;
  padding: 0 5px 0 15px;
}
#sellerLeft .telBox p {
  font-size: 34px;
  font-weight: 600;
}
#sellerLeft .rightBox {
  display: flex;
  align-items: center;
}
#sellerRight h2 {
  text-align: left;
  padding: 0 0 10px;
}
#sellerRight ul {
  display: flex;
}
#sellerRight ul li {
  margin: 0 10px 0;
}
.closeBtn {
  padding: 20px 20px 50px;
}
.closeBtn a {
  padding: 10px;
  border: 1px solid #999;
  background: #3e3d3d;
  display: block;
  width: 200px;
  margin: auto;
}
/*----------------------------------------------------------- 1380px */
@media screen and (max-width: 1380px) {
  #header02 {
    padding: 0;
  }
  .headerLeft {
    padding: 5px 0 0;
  }
  .headerLeft .logo.pc h1, .headerLeft .logo.pc {
    display: none;
  }
  .headerLeft .logo.sp {
    display: block;
  }
  .headerRight {
    flex-flow: nowrap;
  }
  #hr02 {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cvBtnBox ul li {
    width: 180px;
  }
  #footer01 {
    padding: 50px 20px;
  }
  main {
    padding: 60px 0 50px;
  }
}
/*----------------------------------------------------------- 1024px  */
@media screen and (max-width: 1024px) {
  .contentsDetail {
    margin: 0 2%;
  }
}
/*----------------------------------------------------------- 812px  */
@media screen and (max-width: 812px) {
  main {
    padding: 52px 0 0;
  }
  #pnkz {
    padding: 90px 20px 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;
  }

  .information h3, .additionBox h3 {
    font-size: 100%;
  }
  .information p, .additionBox p {
    font-size: 100%;
  }
  .headerRight {
    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: 600;
  }
  .cvBtnBox ul li:nth-child(1) a {
    font-size: 10px;
  }
  .cvBtnBox ul li:nth-child(2) a {
    font-size: 10px;
  }
  .cvBtnBox ul li {
    width: 140px;
  }
  .cvBtnBox ul li a {
    font-weight: 600;
  }
}

/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
.btnBox {
    width: auto;
}
}
/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
  .headerLeft {
    padding: 0px 0px 5px 10px;
  }
  .subMenuBox ul li.none {
    display: none;
  }

  .cvBtnBox ul li {
    width: 50px;
}
.cvBtnBox ul li a em::before {
    font-size: 260%;
    padding: 10px 0 10px;
}
  .cvBtnBox ul li a span {
    display: none;
}

.headerRight .subMenuBox {display: none;}

  .contents {
    margin: 0;
  }

#pageTitle h1 {
    flex-flow: column;
}
#pageTitle h1 strong {
    margin: 0;
}
}