@charset "UTF-8";
/*======================================
layout
/*======================================*/
#single main {
  text-align: center;
}
.article-title-CMN .time {
  text-align: left;
  margin: 2em auto 1em;
}
#single .bread_crumb {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
#single .bread_crumb .current-item {
  display: none;
}
#single main .thumbnail {
  overflow: hidden;
  height: 0;
  margin: 3em auto;
  /* max-height: 450px; */
  padding-top: 56.25%;
}
@media screen and (min-width:1024px) {
  #single main .thumbnail {}
} /*END query*/
/* .logo-S ::::::::::::::::::::::*/
.sidebar .logo-S {
  max-width: 180px;
}
/* service-hours ::::::::::::::::::::::*/
.sidebar .service-hours {
  margin: 0 auto;
}
/* contact-block ::::::::::::::::::::::*/
.sidebar .contact-block {
  font-size: 80%;
}
.sidebar .contact-block .flex {
  display: block;
}
.sidebar .contact-block .TEL-CMN > div {
  width: 100%;
  margin-bottom: 3em;
}
.sidebar .contact-block .TEL-CMN > div:not(:last-of-type) {
  margin: 0 0 3em 0;
}
.sidebar .contact-block .TEL-CMN p {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
}
.sidebar .contact-block aside {
  margin-top: -1em;
}
/*======================================
rtoc
/*======================================*/
.rtoc-mokuji-content.frame2 {
  padding: 1em;
}
.rtoc-mokuji-content.frame2::before {
  border-width: .5em !important;
}
@media screen and (min-width:1024px) {
  .rtoc-mokuji-content.frame2::before {
    border-width: 1em !important;
  }
} /*END query*/
#rtoc-mokuji-title {
  font-family: "FuturaLTPro-Bold", sans-serif;
  letter-spacing: 3px !important;
}
.rtoc-mokuji-content .rtoc-mokuji.level-1 > .rtoc-item::before {
  font-family: "FuturaLTPro-Bold", sans-serif;
}
.rtoc-mokuji-content .rtoc-mokuji.level-1 li {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
/*======================================
single_navi
/*======================================*/
#single_navi {
  text-align: center;
}
#single_navi .post_previous, #single_navi .post_next {
  text-align: center;
  width: calc((100% - 2.5%)/2);
  max-width: 240px;
}
#single_navi .post_next {
  margin-right: 2.5%;
}
#single_navi a {
  position: relative;
  font-size: 90%;
  line-height: 50px;
  display: block;
  text-align: center;
  border: 2px solid rgba(200, 160, 100, .5);
  color: rgba(200, 160, 100, 1);
  letter-spacing: 5px;
}
#single_navi a span {
  text-indent: 0;
  white-space: normal;
  overflow: hidden;
  display: block;
}
#single_navi .post_next a {
  padding-left: 5px;
}
#single_navi .post_previous a {
  padding-right: 5px;
}
#single_navi a:after {
  position: absolute;
  width: 50px;
  line-height: 50px;
  color: rgba(200, 160, 100, .5);
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease;
}
#single_navi .post_next a:after {
  content: "\f053";
  left: 0;
}
#single_navi .post_previous a:after {
  content: "\f054";
  right: 0;
}
#single_navi .post_next a:hover:after {
  transform: translateX(-5px);
}
#single_navi .post_previous a:hover:after {
  transform: translateX(5px);
}
@media screen and (min-width:860px) {
  #single_navi .post_previous a, #single_navi .post_next a {
    padding: 0;
  }
} /*END query*/
/*======================================
widget-area
/*======================================*/
.SNS-shere {
  position: relative;
  text-align: center;
  width: 120%;
  margin-left: -10%;
}
.SNS-shere:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 1;
}
.SNS-shere .thumbnail {
  width: 100%;
  height: 100%;
}
.SNS-shere img {
  z-index: 0;
}
.SNS-shere .inner {
  position: relative;
  list-style: none;
  z-index: 2;
  padding: 2em 1em 1.5em;
}
.SNS-shere h4, .SNS-shere p {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.SNS-shere h4 {
  position: relative;
  font-size: 150%;
  margin-bottom: 0.5em;
}
.SNS-shere h4 img {
  position: unset;
  max-width: 130px;
  width: 40%;
  margin: 0 auto .5em;
  top: auto;
  left: auto;
  transform: none;
}
.SNS-shere p {
  font-size: 90%;
  margin: 1em auto 0.5em;
}
/*======================================
AddToAny Share Buttons
/*======================================*/
#a2a_copy_link_copied {
  background-color: rgba(210, 175, 85, 1) !important;
}
@media screen and (min-width:860px) {
  /*======================================
widget-area
/*======================================*/
  .SNS-shere {
    width: 100%;
    margin: 0 auto;
  }
  .SNS-shere .inner {
    padding: 2.5em 1em 2em;
  }
} /*END query*/