/* 10.26.2019 by Daniel */
.aa {
  border: solid red 1px;
}

.bb {
  border: solid blue 1px;
}

.cc {
  border: solid chartreuse 1px;
}

.newarrival .sectionVisual.newarrival_sv .panel {
  background: url(../images/newarrival/newarrival_bg01.png) no-repeat center;
  background-size: cover;
}

.sectionContent .articleGrid {
  padding: 40px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 993px) {
  .sectionContent .articleGrid {
    padding: 5vw 3vw;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sectionContent .articleGrid .articleBox {
  width: 18.8rem;
  border: solid #785431 0.7rem;
  padding: 1px;
  margin-right: 1.5rem;
  margin-bottom: 1.9rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .articleGrid .articleBox {
    width: 43vw;
    /* height: 16.8rem; */
    border: solid #785431 0.6rem;
    padding: 1px;
    margin-right: 3vw;
    margin-bottom: 2vw;
  }

  .sectionContent .articleGrid .articleBox:nth-of-type(2n) {
    margin-right: 0;
  }
}
.sectionContent .articleGrid .articleBox:nth-of-type(3n) {
  margin-right: 0rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .articleGrid .articleBox:nth-of-type(3n) {
    margin-right: 3vw;
  }
}
.sectionContent .articleGrid .article-Thumb {
  background: url(../images/newarrival/articleThumb.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
}

.sectionContent .articleGrid .article-Thumb a {
  display: block;
  height: 100%;
  overflow: hidden;
}

.sectionContent .articleGrid .article-Thumb img {
  width: 100%;
}

.sectionContent .articleGrid .thumbLogo {
  margin: 2.5rem auto;
}

.sectionContent .articleGrid .article-date {
  width: 100%;
  color: #918b8a;
  font-size: 1.1rem;
  padding: 0.5rem 0.2rem 0rem 0.5rem;
  letter-spacing: 0.05rem;
}

.sectionContent .articleGrid .article-title {
  width: 100%;
  font-size: 1.1rem;
  padding: 0.2rem 0.5rem 1.5rem 0.5rem;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .articleGrid .article-date {
    width: 100%;
    color: #918b8a;
    font-size: 1rem;
    padding: 0.5rem 0.2rem 0rem 0.5rem;
    letter-spacing: 0.05rem;
  }

  .sectionContent .articleGrid .article-title {
    width: 100%;
    font-size: 1rem;
    padding: 0rem 0.5rem 1.5rem 0.5rem;
    letter-spacing: 0.05rem;
  }
}
.sectionContent .articleGrid .article-control {
  width: 100%;
  text-align: center;
  border-top: solid #6c4825 1px;
  border-bottom: solid #6c4825 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sectionContent .articleGrid .article-control .forward {
  float: left;
  width: 3.2rem;
  color: white;
  background: #6c4825;
  border: solid #b5a392 1px;
  margin-left: 1.2rem;
  margin-right: 0.45rem;
}

.sectionContent .articleGrid .article-control .next {
  float: left;
  color: white;
  width: 3.2rem;
  background: #6c4825;
  border: solid #b5a392 1px;
}

.sectionContent .articleGrid .article-control .CPageNumber {
  float: left;
  width: 1.6rem;
  /* background: #6c4825; */
  color: black;
  border: solid #6c4825 1px;
  margin-right: 0.45rem;
}

.sectionContent .articleGrid .article-control .PageNumber {
  float: left;
  color: white;
  width: 1.6rem;
  background: #6c4825;
  border: solid #b5a392 1px;
  margin-right: 0.45rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .articleGrid .article-control {
    width: 100%;
    text-align: center;
    border-top: solid #6c4825 1px;
    border-bottom: solid #6c4825 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }

  .sectionContent .articleGrid .article-control .forward {
    float: left;
    color: white;
    width: 7rem;
    background: #6c4825;
    border: solid #b5a392 1px;
    margin-left: 1.2rem;
  }

  .sectionContent .articleGrid .article-control .next {
    float: right;
    color: white;
    width: 7rem;
    background: #6c4825;
    border: solid #b5a392 1px;
    margin-right: 1.2rem;
  }

  .sectionContent .articleGrid .article-control .CPageNumber {
    float: left;
    width: 8vw;
    color: black;
    border: solid #6c4825 1px;
    margin-right: 1vw;
  }

  .sectionContent .articleGrid .article-control .PageNumber {
    float: left;
    width: 8vw;
    background: #6c4825;
    border: solid #b5a392 1px;
    color: white;
    margin-right: 1vw;
  }
}
/* Intro Section */
.sectionContent .Intro {
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro {
    padding: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
}
.sectionContent .Intro .intro-profile {
  width: 30%;
  color: white;
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-profile {
    width: 100%;
    color: white;
    margin-bottom: 0.4rem;
  }
}
.sectionContent .Intro .intro-profile .caption {
  width: 100%;
  font-family: 'Caveat', cursive;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  color: #b5a392;
  text-align: center;
  line-height: 3rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-profile .caption {
    width: 100%;
    letter-spacing: 0.2rem;
    color: #b5a392;
    padding-left: 0%;
    text-align: center;
    line-height: 3rem;
  }
}
.sectionContent .Intro .intro-profile .photo {
  margin-top: 1.1rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-profile .photo img {
    width: 100%;
  }
}
.sectionContent .Intro .intro-profile .logo {
  width: 100%;
  padding-left: 10%;
  padding-top: 0.8rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-profile .logo {
    width: 100%;
    padding: 0.8rem 10px 0 0;
    text-align: center;
  }
}
.sectionContent .Intro .intro-profile .postaddr {
  margin-top: 0.5rem;
  text-align: left;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-profile .postaddr {
    margin-top: 1rem;
    text-align: center;
    letter-spacing: 0.1rem;
  }
}
.sectionContent .Intro .intro-archive {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-archive {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
.sectionContent .Intro .intro-archive .caption {
  width: 100%;
  font-family: 'Caveat', cursive;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  color: #b5a392;
  line-height: 3rem;
  text-align: center;
}

@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-archive .caption {
    width: 100%;
    margin-bottom: 1rem;
    font-family: 'Caveat', cursive;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    color: #b5a392;
    padding-left: 0%;
    line-height: 3rem;
    text-align: center;
  }
}
.sectionContent .Intro .intro-archive .linkBtn {
  height: 2.9rem;
  width: 100%;
  margin: 0.5rem 0 0.5rem 0;
  border: solid #b5a392 1px;
  background: #6c4825;
  /* font-family: 'NotoSerifCJKjp Light-83pv-RKSJ-H'; */
  /* font-family: 'NotoSerifCJKjp'; */
  font-size: 1rem;
  letter-spacing: 0.12rem;
  color: white;
  padding-left: 1rem;
  padding-right: 1.7rem;
  padding-top: 0.6rem;
}
.sectionContent .Intro .intro-archive .linkBtn a {
  display: block;
  color: white;
  width: 100%;
  background: url(../images/newinfo/arrow.png) right center no-repeat;
}
.sectionContent .Intro .intro-archive .linkBtn.category a {
  text-align: center;
}
@media only screen and (max-width: 993px) {
  .sectionContent .Intro .intro-archive .linkBtn {
    width: 100%;
    height: auto;
    margin: 0 auto 0.5rem;
    border: solid #b5a392 1px;
    background: #6c4825;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    color: white;
    padding: 0.8rem 1rem;
  }
  .sectionContent .Intro .intro-archive .linkBtn a {
    width: 100%;
  }
}
/* ---------------------------------------------------
	article
------------------------------------------------------ */
.sectionContent .article {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

@media only screen and (max-width: 993px) {
  .sectionContent .article {
    padding: 5vw 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
}
.sectionContent .article .article-date {
  width: 17%;
  color: #918b8a;
  text-align: center;
  border-bottom: double #6c4825 7px;
  font-size: 1.5rem;
  padding-bottom: 17px;
}

@media only screen and (max-width: 993px) {
  .sectionContent .article .article-date {
    width: 100%;
    color: #918b8a;
    text-align: left;
    border-bottom: none;
    font-size: 1.375rem;
    padding-bottom: 2px;
  }
}
.sectionContent .article .article-title {
  width: 83%;
  font-size: 1.5rem;
  padding-bottom: 17px;
  border-bottom: double #6c4825 7px;
}

@media only screen and (max-width: 993px) {
  .sectionContent .article .article-title {
    width: 100%;
    font-size: 1.375rem;
    padding-bottom: 5px;
    border-bottom: double #6c4825 7px;
  }
}
.sectionContent .article .article-content {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .article .article-content {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 1rem;
  }
}
.sectionContent .article .wp-block-image {
  text-align: center;
  width: 100%;
  margin-top: 1.8rem;
  margin-bottom: 4rem;
}

.sectionContent .article .article-control {
  width: 100%;
  text-align: center;
  color: white;
  border-top: solid #6c4825 1px;
  border-bottom: solid #6c4825 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sectionContent .article .article-control .forward {
  float: left;
  width: 3.2rem;
  color: white;
  background: #6c4825;
  border: solid #b5a392 1px;
  margin-left: 1.2rem;
}

.sectionContent .article .article-control .next {
  float: right;
  width: 3.2rem;
  color: white;
  background: #6c4825;
  border: solid #b5a392 1px;
  margin-right: 1.2rem;
}

@media only screen and (max-width: 993px) {
  .sectionContent .article .article-control {
    width: 100%;
    text-align: center;
    border-top: solid #6c4825 1px;
    border-bottom: solid #6c4825 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sectionContent .article .article-control .forward {
    float: left;
    color: white;
    width: 4rem;
    background: #6c4825;
    border: solid #b5a392 1px;
    margin-left: 1.2rem;
  }

  .sectionContent .article .article-control .next {
    float: right;
    color: white;
    width: 4rem;
    background: #6c4825;
    border: solid #b5a392 1px;
    margin-right: 1.2rem;
  }
}
