/*---------------------------------------------
common
---------------------------------------------*/
.contentsInner {
  padding: 30px 0 100px;
}

/*---------------------------------------------
news
---------------------------------------------*/
.wp-pagenavi {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 27px;
  height: 30px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: '\f105';
  font-family: 'fontawesome';
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #ddd;
}

.wp-pagenavi .previouspostslink {
  margin-right: 20px;
}

.wp-pagenavi .previouspostslink::before {
  content: '\f104';
}

.wp-pagenavi .nextpostslink {
  margin-left: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  font-size: 1.8rem;
  margin: 0 10px;
}

.wp-pagenavi .current {
  color: #791500;
}

.wp-pagenavi .page {
  color: #000;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi .page:hover {
  color: #791500;
}

.wp-pagenavi .extend:first-of-type {
  display: none;
}

.wp-pagenavi .extend:last-of-type {
  display: none;
}

.newsSingle .date {
  padding-bottom: 29px;
  margin-bottom: 24px;
  color: #555;
  border-bottom: 1px solid #ddd;
  letter-spacing: 1.5px;
}

.newsSingle .postContents {
  margin-bottom: 50px;
  line-height: 1.87;
  letter-spacing: 0.8px;
}

.newsSingle .postContents a {
  color: #791500;
}

.newsSingle .postContents a[target="_blank"]:after {
  display: inline-block;
  content: '\f08e';
  font-family: 'fontawesome';
  margin-left: 5px;
  font-size: 14px;
  color: #791500;
  vertical-align: bottom;
}

.newsSingle .postContents a[href$=".pdf"]:after {
  display: inline-block;
  content: '\f1c1';
  font-family: 'fontawesome';
  margin-left: 5px;
  font-size: 14px;
  color: #ff0000;
  vertical-align: bottom;
}

.newsSingle .postContents img {
  height: auto;
}

.newsSingle .postContents p {
  margin-bottom: 20px;
}

.newsSingle .postContents h1 {
  margin-bottom: 15px;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: 6px;
}

.newsSingle .postContents h2 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
}

.newsSingle .postContents h3 {
  margin-bottom: 15px;
  font-size: 2.0rem;
  letter-spacing: 4px;
}

.newsSingle .postContents h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  letter-spacing: 4px;
}

.newsSingle .postContents h4::before {
  content: '';
}

.newsSingle .postContents h5 {
  padding-left: 10px;
  margin-bottom: 15px;
  letter-spacing: 4px;
  background: #F4F2F1;
}

.newsSingle .postContents h6 {
  margin-bottom: 15px;
  letter-spacing: 4px;
}

.newsSingle .postContents h6::before {
  margin-right: 5px;
  content: '\f0c8';
  font-family: 'fontawesome';
  color: #791500;
}

.newsSingle .postContents ul {
  margin-bottom: 20px;
}

.newsSingle .postContents ul li {
  position: relative;
  padding-left: 15px;
}

.newsSingle .postContents ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
  content: '\f111';
  font-family: 'fontawesome';
  font-size: 1.0rem;
  color: #791500;
}

.newsSingle .postContents ol {
  padding-left: 15px;
  margin-bottom: 20px;
}

.newsSingle .postContents ol li {
  list-style-type: decimal;
}

.newsSingle .postContents blockquote {
  position: relative;
  padding: 30px 60px;
  margin: 0 0 20px 0;
  background-color: #F4F2F1;
}

.newsSingle .postContents blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f10d';
  font-family: 'fontawesome';
  color: #aaa;
  margin: 20px 30px;
}

.newsSingle .postContents blockquote::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '\f10e';
  font-family: 'fontawesome';
  color: #aaa;
  margin: 20px 30px;
}

.newsSingle .postContents blockquote p {
  margin-bottom: 0;
}

.newsSingle .postContents .aligncenter {
  margin: 0 auto;
  display: block;
}

.newsSingle .postContents .alignright {
  margin-left: 15px;
  float: right;
}

.newsSingle .postContents .alignleft {
  margin-right: 15px;
  float: left;
}

/*---------------------------------------------
book
---------------------------------------------*/
.tabBtnWrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .tabBtnWrap {
    position: relative;
  }
  .tabBtnWrap .scrollhint {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 15px 10px 5px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    text-align: center;
    margin: 6px auto 0;
    transition: 0.2s ease-in-out;
  }
  .tabBtnWrap .scrollhint::after, .tabBtnWrap .scrollhint::before {
    position: absolute;
    top: 0;
    font-family: 'fontawesome';
    margin: 10px 20px;
    font-size: 2rem;
  }
  .tabBtnWrap .scrollhint::before {
    left: 0;
    content: '\f177';
  }
  .tabBtnWrap .scrollhint::after {
    right: 0;
    content: '\f178';
  }
  .tabBtnWrap .scrollhint i {
    font-size: 4rem;
  }
  .tabBtnWrap.scrollhintHide .scrollhint {
    visibility: hidden;
    opacity: 0;
  }
}

.note.sp {
  margin-top: -40px;
  margin-bottom: 30px;
}

.tabBtn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F4F2F1;
  width: 860px;
}

.tabBtn li {
  position: relative;
}

.tabBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
  width: 168px;
  height: 65px;
  border: 1px solid transparent;
  background-color: #F4F2F1;
  transition: 0.2s ease-in-out;
}

.tabBtn li:hover::after, .tabBtn li.current::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto -1px;
  display: block;
  content: '';
  width: 166px;
  height: 1px;
  background-color: #fff;
}

.tabBtn li:hover a, .tabBtn li.current a {
  border: 1px solid #F4F2F1;
  border-bottom-color: transparent;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tabBtnWrap {
    margin-bottom: 60px;
    overflow-x: scroll;
  }
  .tabBtnWrap::-webkit-scrollbar {
    display: none;
  }
}

.newItems {
  padding: 30px 10px 0;
  background-color: #F4F2F1;
}

.newItems .item:first-child {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.newItems .item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .newItems {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media all and (min-width: 768px) {
  .newItems {
    padding: 50px 50px 0;
  }
  .newItems .item:first-child {
    margin-bottom: 50px;
  }
}

.bookSingle .guide {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.bookSingle .guide a {
  color: #000;
  font-size: 1.6rem;
}

.bookSingle .publisher {
  margin-bottom: 20px;
  font-size: 1.6rem;
  letter-spacing: 3.6px;
}

.bookSingle .text {
  margin-bottom: 37px;
  line-height: 22px;
}

.bookSingle .skuSelect {
  margin-bottom: 30px;
}

.bookSingle .skuCart .singleBtnWrap {
  display: none;
}

.bookSingle .skuCart .singleBtnWrap .skuTtl {
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .bookSingle {
    display: flex;
    justify-content: space-between;
  }
  .bookSingle .left {
    width: 300px;
  }
  .bookSingle .right {
    width: 520px;
  }
}

.iconRel {
  width: 25px;
  height: 30px;
  vertical-align: top;
}

.iconQue {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.singleBtn {
  position: relative;
}

.singleBtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  display: block;
  content: '';
  margin: auto;
  background: url("../../img/common/icon/cart2.svg") center center/cover no-repeat;
  width: 17.64px;
  height: 17.36px;
  z-index: 100;
}

.singleBtn .skubutton {
  padding-left: 30px;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border-color: transparent;
  width: 100%;
  height: 65px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-appearance: none;
}

.singleBtn .skubutton:focus {
  outline: none;
}
.singleBtn .skubutton:hover {
  background-color: #efefef;
}
/*---------------------------------------------
about_order
---------------------------------------------*/
.teiki {
  display: flex;
}

@media screen and (max-width: 767px) {
  .teiki {
    flex-direction: column-reverse;
    align-items: center;
  }
  .teiki figure {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 768px) {
  .teiki {
    justify-content: space-between;
  }
  .teiki .left {
    width: 640px;
  }
  .teiki figure {
    width: 180px;
  }
}

.gmap iframe {
  width: 100%;
  height: 456px;
  border: none;
}


#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
#loading img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#loading.loading {
    visibility: visible;
    opacity: 1;
}