@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=Antonio:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100;400;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&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: 769px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 860px) {
  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;
}
img{
	vertical-align:top;
    backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
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;
}
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 .logo img {
  max-height: 60px;
}
.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;
}
.headerRB {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: flex-end;
}
.headerRB .copy {}
.headerRB .copy h1 {
  font-size: 80%;
  font-weight: 400;
}
.headerRight {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#header02 {
    padding: 6px 0 0;
}
.subMenuBox a {
  text-decoration: none;
  padding: 10px;
  z-index: 999;
  color: #222;
}
.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;
  color: #222;
}
.subMenuBox ul li::after {
  content: "》";
  font-size: 13px;
  color: #cccccc;
}
.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: #bfb99c;
}
.cvBtnBox ul li:nth-child(2) a {
  background: #294628;
}
.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;
  display: flex;
}
.cvBtnBox ul li.none a {
  opacity: 1;
}
/*----------------------------------------------------------- contents内cbBtn用 */
.cvBtnBoxIn a {
  color: #FFF;
  text-decoration: none;
  padding: 10px;
  z-index: 999;
}
.cvBtnBoxIn a:link, .cvBtnBoxIn a:visited {
  color: #FFF;
  text-decoration: none;
}
.cvBtnBoxIn ul {
  display: flex;
}
.cvBtnBoxIn ul li {
  margin: 0 5px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.cvBtnBoxIn ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBoxIn ul li a {
  padding: 5px 30px;
  font-size: 15px;
  background: #ac8eb9;
}
.cvBtnBoxIn ul li:nth-child(1) a {
  background: #bfb99c;
}
.cvBtnBoxIn ul li:nth-child(2) a {
  background: #294628;
}
.cvBtnBoxIn ul li.none a {
  opacity: 1;
}
.additionBox {
  padding: 70px 0;
}
.cvBtnBoxIn {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cvBtnBoxIn ul {
  justify-content: center;
  width: 580px;
}
.cvBtnBoxIn ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  letter-spacing: 12px;
  text-indent: 12px;
  box-sizing: border-box;
}
main {
    padding: 120px 0 100px;
}
.btnBox {
  padding: 0;
  width: 300px;
  margin: auto;
}
.btnBox a {
  display: block;
  padding: 15px;
  /* background: #5c575d; */
  /* text-align: center; */
  border: #a19999 1px solid;
  letter-spacing: 5px;
}
.btnBox a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------------- pageTitle */
#pnkz {
  padding: 176px 20px 0;
  text-align: left;
  font-size: 80%;
  max-width: 1100px;
  margin: auto;
  line-height: 1.4em;
}
#pageTitle h1 {
  padding: 2%;
  font-size: 150%;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  background: #121212;
  border-bottom: 1px dashed #676464;
  line-height: 1.4em;
}
#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;
  border-top: 1px dashed #666666;
}
.information h2, .additionBox h2 {
  padding: 0 0 20px;
  text-align: center;
  font-size: 160%;
  letter-spacing: 6px;
  font-weight: 500;
  /* border-bottom: 1px dashed #7d7b7b; */
  margin: 0 auto 0;
  width: 80%;
}
.information h3, .additionBox h3 {
  padding: 0 0 40px;
  text-align: center;
  font-size: 190%;
  letter-spacing: 6px;
  font-weight: 600;
  line-height: 1.4em;
  border: none;
}
.information p, .additionBox p {
  text-align: center;
  padding: 0 0 15px;
  line-height: 1.4em;
  font-size: 130%;
  letter-spacing: 4px;
}
.information p strong, .additionBox p strong {
  font-size: 170%;
  letter-spacing: 5px;
  display: inline-block;
  margin: 0 3px 0 0;
}
/*----------------------------------------------------------- 予告広告 */
#yokoku {
  padding: 20px;
  background: #130d0e;
}
#yokoku ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#yokoku ul li {
  list-style-type: none;
  font-size: 12px;
  padding: 0 10px;
}
#yokoku ul li p {
  font-size: 12px;
  padding: 0;
  color: #ffffff;
  text-align: left;
}
#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 {
    margin: auto;
    padding: 0 0 100px;
}
#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;
}
/*----------------------------------------------------------- お問い合わせ先 */
#sellerBox {
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  border-top: 1px solid #999;
}
#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;
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  .contentsDetail {
    padding: 0 2%;
  }
  .cvBtnBox ul li:nth-child(1) a {
    padding: 10px 15px;
  }
  .cvBtnBox ul li:nth-child(2) a {
    padding: 10px 15px;
  }
  #footer01 {
    padding: 50px 20px;
  }
  main {
    padding: 60px 0 50px;
  }
  .headerRB {
    padding: 0 50px 0 0;
  }
  .headerContents .win {
    padding: 30px 10px 0 0;
  }
  #sellerBox {
    flex-flow: column;
  }
  .information h3, .additionBox h3 {
    font-size: 160%;
  }
  .headerRB .copy {
    display: none;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  .headerLeft .logo h1, .headerLeft .logo p {
    display: none;
  }
  .headerContents {
    height: 60px;
  }
  .headerLeft {
    display: flex;
    align-items: center;
  }
  .headerLeft .logo img {
    max-height: 40px;
  }
}
/*----------------------------------------------------------- 860px  */
@media screen and (max-width: 860px) {
  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;
  }
  #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;
  }
  #yokoku ul {
    align-items: flex-start;
  }
  #yokoku ul li p br {
    display: none;
  }
  .information h3, .additionBox h3 {
    font-size: 120%;
  }
  .information p, .additionBox p {
    font-size: 80%;
  }
  .headerRB {
    padding: 0;
    margin: auto;
  }
  .headerRight {
    display: flex;
    align-items: center;
  }
  .headerContents .win {
    padding: 10px 10px 0 0;
  }
  .subMenuBox ul li::after {
    content: "";
  }
  /*----------------------------------------------------------- SUB  */
  .subMenuBox ul li:nth-child(1) a::before {
    font-family: FontAwesome;
    content: '\f041';
    display: block;
    font-size: 20px;
    color: #222;
    width: 20px;
    height: 20px;
  }
  .subMenuBox ul li:nth-child(2) a::before {
    font-family: FontAwesome;
    content: '\f0f6';
    display: block;
    font-size: 20px;
    color: #222;
    width: 20px;
    height: 20px;
  }
  .subMenuBox ul li a {
    font-size: 10px;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  /*----------------------------------------------------------- CV  */
  .cvBtnBox ul li:nth-child(1) a {
    content: "";
    padding: 0;
    font-size: 10px;
    background: initial;
    color: #222;
  }
  .cvBtnBox ul li:nth-child(1) a::before {
    font-family: FontAwesome;
    content: '\f0e0';
    display: block;
    font-size: 20px;
    padding: 0 0 10px;
    color: #222;
  }
  .cvBtnBox ul li:nth-child(2) a {
    padding: 0;
    font-size: 10px;
    background: initial;
    color: #222;
  }
  .cvBtnBox ul li:nth-child(2) a::before {
    font-family: FontAwesome;
    content: '\f073';
    display: block;
    font-size: 20px;
    padding: 0 0 10px;
    color: #222;
  }
  .cvBtnBox ul li a {
    background: inherit;
    color: #ffffff;
    display: flex;
    flex-flow: column;
  }
  .headerContents {
    height: 110px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .headerLeft {
    padding: 10px 10px 5px 10px;
  }
  .subMenuBox ul li.none {
    display: none;
  }
  .btnBox a {
    font-size: 80%;
  }
  #sellerLeft .rightBox p {
    text-align: center;
  }
  #sellerRight ul {
    display: flex;
    flex-flow: column;
  }
  #sellerRight h2 {
    text-align: center;
  }
  #sellerRight ul li {
    margin: 0 10px 15px;
  }
  #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: 110px 0 40px;
  }
  .contents {
    margin: 0;
  }
}
/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
  .cvBtnBoxIn ul {
    flex-flow: column;
    width: 100%;
  }
  .cvBtnBoxIn ul li {
    margin: 0 0 10px;
  }
  .cvBtnBoxIn ul li:nth-child(1) {
    margin: 0 0 10px;
  }
}

/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
.headerLeft .logo img {
    max-height: 30px;
}
}

