@charset "UTF-8";

.l-footer-copy a:before {
  content: "【PR】";
}

.l-header__sitename:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-right: 0.3rem;
  padding: 0 0.1rem;
  min-width: max-content;
}

.l-header__sitename {
  display: flex;
  align-items: center;
  justify-content: center;
}

.time_area {
  font-size: .8em;
  padding: 0;
  text-align: right;
}

.contents-left p.time_function {
  font-size: .8rem;
}

#GoogleMap {
  width: 100%;
  height: 300px;
}

.map {
  text-align: center;
  margin-bottom: 3em;
}

.GoogleMap_window a {
  font-size: 1.2em;
  font-weight: bold;
}

.lower_bottom .cmn-column2 .cmn-parts-box td span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe084));
  background: -webkit-linear-gradient(transparent 60%, #ffe084 60%);
  background: linear-gradient(transparent 60%, #ffe084 60%);
}

/* oki_202210065 */

.kanren {
  border: 1px solid #aaa;
  padding: 20px 30px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 80px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}


/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 7px 15px;
  background-color: #635245;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

.column3 .basic-column-box .viral-quote {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #C0C0C0 #eee;
  display: block;
  width: 100%;
  margin: 10px auto 0;
  line-height: 2.4;
}

.column3 .basic-column-box .viral-quote::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C0C0C0;
}

.column3 .basic-column-box .viral-quote:-webkit-scrollbar {
  height: 5px;
}

.column3 .basic-column-box .viral-quote:-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}


.toc-full-open {
  display: inline-block;
  width: 100%;
}

.toc-full-open .accordion_btn {
  position: relative;
  display: block;
  margin: 2rem auto 3rem;
  padding: 2rem 5rem 2rem 3rem;
  max-width: 360px;
  width: 80%;
  background: #006dcc;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  border-radius: 75pt;
}

div#toc li {
  font-size: 16px;
}

.toc-full-open .accordion_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .2s;
  right: 20px;
  width: 20px;
  height: 2px;
}

.toc-full-open .accordion_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .2s;
  right: 29px;
  width: 2px;
  height: 20px;
}

.toc-full-open .accordion_btn.is-open:after {
  transform: rotate(90deg);
}

.toc-full-open .accordion-item {
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  opacity: 0;
}

.toc-full-open .accordion-item.is-open {
  max-height: 100%;
  opacity: 1;
}

.toc-full-open #toc {
  width: 100%;
  max-width: 700px;
  font-size: 14px;
}

#toc {
  width: 89%;
  margin: 0 auto 5rem auto;
  padding: 3rem 2rem;
  background: #f1f3f4;
  border-radius: 0.5rem;
}

#toc .ttl {
  position: relative;
  padding: 4rem 0 1rem 0px;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#toc .ttl::before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0.5rem 2rem 0.3rem 2rem;
  background: #191748;
  border-radius: 5rem;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.1;
  text-align: center;
  content: "Index";
}

.top_r {
  position: fixed;
  right: 105px;
  bottom: 35px;
  cursor: pointer;
  z-index: 99;
}

.top_r a {
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
  padding: 2rem 40px;
  border: 2px solid #635245;
}

.top_r a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/h1_bg_2.png) repeat center top 25px;
  z-index: -2;
}

.top_r a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.lower_bottom .cmn-column2 .cmn-parts-box img {
  display: block;
  margin: 0 auto;
}

.lower_bottom {
  background: #f2efec;
}

.lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
  border: solid 1px #d8d8d8;
}

.lower_bottom.top {
  padding-top: 20px;
}

#contents.contents_top .top-title h3 {
    font-weight: bold;
    border-bottom: solid 6px #d4c7bd;
    font-size: 3.6rem;
    padding: 18px 20px 12px 70px;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
  .l-header__sitename {
    width: 700px;
  }

  .column_record {
    border: solid 1px #d4c7bd;
    display: block;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
    background-color: #fff;
  }

  .column_record ul li {
    padding-left: 22px;
    margin: 0 0 5px;
    position: relative;
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
  }

  .column_record li span {
    font-weight: bold;
    line-height: 1.8;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px solid #5db146 !important;
    font-weight: bold !important;
  }

  ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #d4c7bd;
    margin-bottom: 10px !important;
    padding: 0px 0px 5px 0px !important;
    margin-left: 0px !important;
  }

  .column_record li:before {
    background: none !important;
  }

  .column3 .basic-column-box img {
    height: auto;
  }

  /*2022.11.09*/
  .mv {
    width: 100%;
    margin: 0 auto;
    background: url(https://www.stonemason-trustable.com/wp/wp-content/uploads/main_bg01_202211.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 65px 0;
    border: solid 3px #604f42;
  }

  /*2022.12.09*/
  .l-gnavi-area02 .l-gnavi-list02__item__link {
    height: 130px;
  }


.areatag {
  background-color: #e8e8e8;
  color: #4C4C4C;
  text-align: left;
  padding: 5px;
  display: inline;
  font-size: 8px;
}
	
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  .l-header__sitename {
    padding-right: 5rem;
  }


  #index .table-normal.first-column td:nth-of-type(1) {
    width: 30%;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
  }


  #page .table-normal.first-column td:nth-of-type(1) {
    width: 30% !important;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
  }

  .lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
    width: 95%;
  }

  /*  .lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
    padding: 10px 0 !important;
  }
*/
  td span.txt_marker {
    font-size: 1.5rem;
  }

  .column_record {
    border: solid 1px #d4c7bd;
    display: block;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
  }

  ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #d4c7bd;
    padding: 0px 0px 5px 0px !important;
  }

  .column_record li span {
    font-weight: bold;
    line-height: 1.8;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px solid #5db146 !important;
    font-weight: bold !important;
  }

  .column_record li:before {
    background: none !important;
  }

  .table-normal table.sptbl td {
    padding: 3px;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 12px;
  }

  .table-normal table.sptbl td span.txt_marker {
    font-size: 13px;
  }

  /*2022.11.09*/
  .mv {
    width: 100%;
    margin: 0 auto;
    background: url(https://www.stonemason-trustable.com/wp/wp-content/uploads/main_bg01_202211.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 3rem 0 5rem 0;
    border: none;
  }

  .l-pagetop {
    bottom: 110px;
  }

  .l-footer-copy {
    padding-bottom: 10em;
  }

  .top_r {
    right: 0;
    bottom: 0;
    width: 100%;
  }

#contents.contents_top .top-title h3 {
    font-size: 2.6rem;
    margin: 0 auto;
    padding: 6% 5% 3% 17%;
    border-bottom: solid 4px #d4c7bd;
}
.areatag {
  background-color: #d3d3d3;
  color: #4C4C4C;
  text-align: left;
  padding: 5px;
  display: inline;
  font-size: 8px;
}

	}