@charset "utf-8";

/*----------------------------------------------------
   共通css
----------------------------------------------------*/

header .headTopArea .rightTxt:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  line-height: 1.4;
  margin-right: 1rem;
  padding: 0 1rem;
}
iframe.gmap {
    margin: 0 auto 4rem;
    display: block;
    max-width: 100%;
}
/* 見出しを非表示 */

.is-hidden {
  display: none;
}

#toc:before {
  content: "目次";
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

#toc {
  width: fit-content;
  margin: 3rem auto;
  display: block;
  padding: 2rem 3rem 3rem;
  border: solid 4px #f5f5dc;
  width:fit-content;
	min-width:50%;
}


/* 「もっと見る／閉じる」ボタンに矢印を追加 */

.list-btn {
  position: relative;
  display: inline-block;
  background: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 30px 0 10px;
  appearance: none;
}

.list-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -6px;
}

.list-btn-opened:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.list-btn {
  background: #f5f5dc;
  border-radius: 10px;
  color: #333;
  font-size: 12px;
  padding: 10px 10px;
	width: 100%;
}
.list-btn:hover{
	opacity:.6;
}

/* oki_20220719 */

.kanren {
    position: relative;
    box-sizing: border-box;
}
.midasi {
    border-bottom: 2px dotted #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
    display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.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: 3px 10px;
    background-color: #f5f5dc;
    border-radius: 10px;
    border:#333 solid 1px;
}
.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;
}

#index .addParts05 .frame:nth-child(4) h3,
#index .addParts05 .frame:nth-child(5) h3,
#index .addParts05 .frame:nth-child(6) h3,
#index .addParts05 .frame:nth-child(7) h3,
#index .addParts05 .frame:nth-child(8) h3,
#index .addParts05 .frame:nth-child(9) h3,
#index .addParts05 .frame:nth-child(10) h3,
#index .addParts05 .frame:nth-child(11) h3,
#index .addParts05 .frame:nth-child(12) h3 {
    padding-left: 10rem;
    position: relative;
}


#index .addParts05 .frame:nth-child(4) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk4.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
;;background-position: center;;;
}
#index .addParts05 .frame:nth-child(5) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk5.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
}
#index .addParts05 .frame:nth-child(6) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk6.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
background-position: center;
}
#index .addParts05 .frame:nth-child(7) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk7.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
;background-position: center;;
}
#index .addParts05 .frame:nth-child(8) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk8.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;;;border-radius: 80px;
}
#index .addParts05 .frame:nth-child(9) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk9.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
}
#index .addParts05 .frame:nth-child(10) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk10.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
}
#index .addParts05 .frame:nth-child(11) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk11.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
background-position: center;;
}
#index .addParts05 .frame:nth-child(12) h3:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(https://www.tochinoha-lab.com/wp/wp-content/uploads/bk12.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 80px;
background-position: center;;
}



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

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
#toc {
  width:90%;
}
#index .addParts05 .frame:nth-child(4) h3, #index .addParts05 .frame:nth-child(5) h3, #index .addParts05 .frame:nth-child(6) h3, #index .addParts05 .frame:nth-child(7) h3, #index .addParts05 .frame:nth-child(8) h3, #index .addParts05 .frame:nth-child(9) h3, #index .addParts05 .frame:nth-child(10) h3, #index .addParts05 .frame:nth-child(11) h3, #index .addParts05 .frame:nth-child(12) h3 {
    height: 6rem;
	padding-left: 8rem;
}

#index .addParts05 .frame:nth-child(4) h3:before,
#index .addParts05 .frame:nth-child(5) h3:before,
#index .addParts05 .frame:nth-child(6) h3:before,
#index .addParts05 .frame:nth-child(7) h3:before,
#index .addParts05 .frame:nth-child(8) h3:before,
#index .addParts05 .frame:nth-child(9) h3:before,
#index .addParts05 .frame:nth-child(10) h3:before,
#index .addParts05 .frame:nth-child(11) h3:before,
#index .addParts05 .frame:nth-child(12) h3:before {
    width: 62px;
    height: 62px;
    top: 0rem;
	
}
iframe.gmap {
    height: 25rem;
}	
}