@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=Libre+Caslon+Text&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: 481px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  font-family: 'Noto Serif JP', serif;
  line-height: 1em;
  letter-spacing: 1px;
  color: #333333;
}
body {
  background: #ffffff;
}
#wrapper {
  width: 100%;
  text-align: center;
}
.contentsDetail {
  max-width: 1140px;
  margin: 0 auto;
}
header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  background: #fffffffc;
}
.headerContents {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
}
.headerContents ul {
  display: flex;
  align-items: center;
}
.headerLeft {
  padding: 10px;
}
.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: #333;
}
.headerRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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::before {
  content: "＞";
  font-size: 13px;
  color: #cccccc;
  margin: 0 0 0 10px;
}
.subMenuBox ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBox a {
  color: #FFF;
  text-decoration: none;
  padding: 10px;
  z-index: 999;
}
.cvBtnBox a:link, .cvBtnBox a:visited {
  color: #FFF;
  text-decoration: none;
}
.cvBtnBox ul li:nth-child(1) a {
  background: #bdac93;
}
.cvBtnBox ul li:nth-child(2) a {
  background: #9d7a6b;
}
.cvBtnBox ul {
  display: flex;
  justify-content: center;
}
.cvBtnBox ul li {
  margin: 0 5px 0 0;
}
.cvBtnBox ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBox ul li a {
  padding: 25px 30px 18px;
}
.cvBtnBox ul li.none a {
  opacity: 1;
}
header .cvBtnBox ul li a {
  display: flex;
  flex-flow: column;
}
header .cvBtnBox ul li a::after {
  font-family: 'Material Icons';
  content: "\e313";
  font-size: 170%;
  padding: 10px 0 0;
}
header .cvBtnBox ul li:nth-child(1) {
  margin: 0;
}
#footer01 .cvBtnBox, .additionBox .cvBtnBox {
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 0 80px; */
}
#footer01 .cvBtnBox ul, .additionBox .cvBtnBox ul {
  padding: 50px 10px;
  background: #f5f3f0;
}
.additionBox .cvBtnBox ul li a, #footer01 .cvBtnBox ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  letter-spacing: 12px;
  text-indent: 12px;
}
main {
  padding: 134px 0 100px;
}
/*----------------------------------------------------------- pageTitle */
#pnkz {
  padding: 176px 20px 0;
  text-align: left;
  font-size: 80%;
  max-width: 1100px;
  margin: auto;
  line-height: 1.4em;
}
#pageTitle h1 {
  padding: 20px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 160%;
  letter-spacing: 5px;
  text-align: center;
  background: #333;
}
#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;
}
/*----------------------------------------------------------- information */
.information {
  padding: 50px 0 0;
  border-top: 1px solid #666666;
  background: #f5f3f0;
}
.additionBox {
  background: #f5f3f0;
  padding: 40px 0 0;
}
.information h2, .additionBox h2 {
  padding: 0;
  text-align: center;
  font-size: 110%;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 0 auto 30px;
}
.information h3, .additionBox h3 {
  padding: 0;
  text-align: center;
  font-size: 150%;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 2em;
  margin: 20px 0 10px;
    color: #7e6340;
}
.information h3 small, .additionBox h3 small {
  font-size: 70%;
}
.information h3 strong, .additionBox h3 strong {
  font-size: 150%;
}
.information h3 span, .additionBox h3 span {
  color: #aa0000;
  font-weight: 600;
}
.information p, .additionBox p {
  text-align: center;
  padding: 0 0 15px;
  line-height: 1.4em;
  font-size: 130%;
  letter-spacing: 1px;
}
.information p strong, .additionBox p strong {
  font-size: 170%;
  letter-spacing: 5px;
  display: inline-block;
  margin: 0 3px 0 0;
}
/*----------------------------------------------------------- 予告広告 */
#yokoku {
  padding: 0 20px;
  background: #130d0e;
}
#yokoku ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#yokoku ul li {
  list-style-type: none;
  font-size: 12px;
  padding: 0 10px;
  text-align: left;
}
#yokoku ul li p {
  font-size: 12px;
  padding: 0;
  color: #ffffff;
}
#yokoku ul li:nth-child(1) {
  border: 1px solid #ffffff75;
  white-space: nowrap;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 30px;
  color: #ffffff;
}
/*----------------------------------------------------------- footer */
footer {}
#footer01 {
  display: flex;
  margin: auto;
  padding: 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 {
  border-top: 1px solid #ffffff75;
  border-bottom: 1px solid #ffffff75;
}
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;
  line-height: 1.4em;
}
.fImg {
  background-image: url("/wp-content/themes/original-child/assets/img/bg_gra.png");
  background-size: contain;
  padding: 20px 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%;
}
#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;
}
#sellerLeft .telBox p {
  font-size: 34px;
  font-weight: 600;
}
#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: #ebe7e7;
  display: block;
  width: 200px;
  margin: auto;
}
/*----------------------------------------------------------- 1300px */
@media screen and (max-width: 1300px) {
#sellerBox {
    flex-flow: column;
}
}

/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
.contentsDetail {
    padding: 0 20px;
}
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  header .cvBtnBox ul li:nth-child(1) a {
    padding: 10px 15px;
  }
  header .cvBtnBox ul li:nth-child(2) a {
    padding: 10px 15px;
  }
  header .cvBtnBox ul li a {
    font-size: 90%;
  }
  header .cvBtnBox ul li a::after {
    content: "";
    display: none;
  }
  main {
    padding: 74px 0 50px;
  }
  #header02 {
    display: flex;
  }
  .headerRight {
    padding: 0 50px 0 0;
  }
  .headerContents .win {
    padding: 30px 10px 0 0;
  }
  .headerLeft .logo h1, .headerLeft .logo p {
    display: none;
  }
  .headerContents {
    justify-content: space-between;
  }
  .headerLeft {
    padding: 10px 5px;
  }
  .headerLeft .logo img {
    max-height: 50px;
  }
}
/*----------------------------------------------------------- 980px  */
@media screen and (max-width: 980px) {
  .logo h1, .logo p {
    display: none;
  }
}
/*----------------------------------------------------------- 820px  */
@media screen and (max-width: 820px) {
  #sellerRight ul {
    display: flex;
    flex-flow: column;
  }
  #sellerRight h2 {
    text-align: center;
  }
  #sellerRight ul li {
    margin: 0 10px 15px;
  }
  .information h3, .additionBox h3 {
    font-size: 160%;
    letter-spacing: 0px;
  }
}
/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
  main {
    padding: 72px 0 10px;
  }
  #pnkz {
    padding: 90px 20px 0;
  }
  .contents {
    box-sizing: border-box;
  }
  .contentsDetail {
    padding: 0 10px;
}
  #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;
  }
  .additionBox .cvBtnBox ul, #footer01 .cvBtnBox ul {
    flex-flow: column;
  }
  .additionBox .cvBtnBox ul li:nth-child(1), #footer01 .cvBtnBox ul li:nth-child(1) {
    margin: 0;
  }
  .additionBox .cvBtnBox ul li:nth-child(1), #footer01 .cvBtnBox ul li:nth-child(1) {
    margin: 0 0 10px;
  }
  .cvBtnBox ul li {
    margin: 0;
  }
  #yokoku ul {
    align-items: flex-start;
  }
  #yokoku ul li p br {
    display: none;
  }
  .information h3, .additionBox h3 {
    font-size: 100%;
  }
  .information p, .additionBox p {
    font-size: 100%;
  }
}
/*----------------------------------------------------------- 630px  */
@media screen and (max-width: 630px) {
  main {
    padding: 58px 0 100px;
  }
  .headerContents .win {
    padding: 10px 10px 0 0;
  }
  .headerLeft .logo img {
    max-height: 36px;
  }
  .subMenuBox ul li::before {
    content: "";
    margin: 0;
  }
  .subMenuBox ul li:nth-child(1) {
    margin: 0 5px 0 0;
  }
  .subMenuBox ul li:nth-child(1) a::before {
    font-family: FontAwesome;
    content: '\f041';
    display: block;
    font-size: 20px;
    color: #999;
    margin: 0 0 10px;
  }
  .subMenuBox ul li:nth-child(2) a::before {
    font-family: FontAwesome;
    content: '\f0f6';
    display: block;
    font-size: 24px;
    color: #999;
    width: 50px;
    height: auto;
    margin: 0 0 10px;
  }
  .subMenuBox ul li a {
    font-size: 10px;
    padding: 0;
    font-weight: 100;
    display: flex;
    flex-flow: column;
  }
  header .cvBtnBox ul li:nth-child(1) {
    margin: 0 6px 0 0;
  }
  .headerRight .cvBtnBox ul li:nth-child(1) a {
    content: "";
    padding: 0;
    font-size: 10px;
    background: initial;
    color: #999;
  }
  .headerRight .cvBtnBox ul li:nth-child(1) a::before {
    font-family: FontAwesome;
    content: '\f0e0';
    display: block;
    font-size: 20px;
    padding: 0 0 5px;
    color: #999;
    margin: 0 0 5px;
  }
  .headerRight .cvBtnBox ul li:nth-child(2) a {
    padding: 0;
    font-size: 10px;
    background: initial;
    color: #999;
  }
  .headerRight .cvBtnBox ul li:nth-child(2) a::before {
    font-family: FontAwesome;
    content: '\f073';
    display: block;
    font-size: 20px;
    padding: 0 0 5px;
    color: #999;
    margin: 0 0 5px;
  }
  #header01 .cvBtnBox ul li a {
    background: inherit;
    font-weight: 500;
  }
  .subMenuBox ul li.none {
    display: none;
  }
  #footer01 .cvBtnBox ul {
    flex-flow: column;
  }
  #footer01 .cvBtnBox ul li {
    margin: 0 0 10px 0;
  }
  #sellerLeft .rightBox p {
    text-align: center;
  }
  #yokoku {
    padding: 10px 0px 20px;
  }
  #yokoku ul {
    flex-flow: column;
  }
  #yokoku ul li {
    text-indent: 0;
  }
  #yokoku ul li:nth-child(1) {
    width: 100%;
    justify-content: center;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
  main {
    padding: 58px 0 40px;
  }
}