@charset "utf-8";
.addCont01 p.imgarea img {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
#index .addCont03 .frame-body h4 {
  margin: 2rem 1rem 1rem;
  padding: 0;
  font-size: unset;
}

#index .addCont03 .frame-body ul {
  margin: 0 0 1rem;
}

#index .addCont03 .frame-body table {
  margin: 1rem 0;
}

#index .addCont03 .frame-body table th, #index .addCont03 .frame-body table td {
  padding: 8px;
  line-height: 1.4;
  font-size: 13px;
}

#contents #index .addCont03 .frame-body ul li {
  font-size: 13px;
  line-height: 1.5;
  background-position: 4px 4px;
}

#index .addCont03 .frame-body table th {
  width: 25%;
}

/* oki_20220509 */
.kanren {
  /* border: 3px solid #ff5252; */
  /* padding: 20px 30px ; */
  margin: 30px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}

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

.kanren br {
  display: none;
}

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

.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: 6px 15px;
  /* background-color: #ff7777; */
  /* border-radius: 20px; */
  background-color: #030e4c;
  border-radius: 6px;
  color: #FFF;
  font-weight: bold;
}

.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;
}

/* oki_20220509 */

.category_links {
  border: solid 5px #a1c3e8;
  margin: 35px 0 20px;
  padding: 14px 20px 14px 104px;
  font-size: 3.0rem;
  line-height: 1.6;
  background: url(img/tit_house01.png) no-repeat left 25px center #fff;
  font-weight: bold;
}

.category_links:before {
  padding: 14px 0 14px 96px;
  font-size: 3rem;
  line-height: 1.6;
}
.addCont02 .btn-web a {
    box-shadow: 0px 4px 0px 0px #c5811a;
    background: #f29f20 url(https://www.homusaku.com/wp/wp-content/uploads/arrow_orange_right.png) right 16px top 50% no-repeat;
}
/*--------------------------------------
    Slider
  ---------------------------------------*/
.slider-area-horizontal {
  max-width: 740px;
  margin: 0px auto 3rem;
}

.slider-area-horizontal .slider-for-horizontal {
  padding: 0;
  display: flex;
  justify-content: unset;
  align-items: unset;
  position: relative;
}

.slider-area-horizontal .slider-for-horizontal div {
  padding: 0;
  background: none;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.slider-area-horizontal .slider-for-horizontal .slick-slide {
  flex-flow: column;
}

.slider-area-horizontal .slider-for-horizontal div img {
  margin: auto;
  max-width: 100%;
}

.slider-area-horizontal .slider-nav-horizontal .slick-track {
  height: 100px;
}

.slider-area-horizontal .slick-slider .slick-slide {
  padding: 0 .2rem;
}

.slider-area-horizontal .slider-nav-horizontal img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  cursor: pointer;
}

.slider-area-horizontal .slider-nav-horizontal img:hover {
  opacity: .6;
  cursor: pointer;
}

.slider-area-horizontal .caption {
  width: 90%;
  line-height: 1.4rem;
}

.slider-area-horizontal .slick-prev,
.slider-area-horizontal .slick-next {
  top: calc(50% - 25px);
  width: 40px;
  height: 40px;
  background: #666;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #d4d4d4;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  color: #666;
}

.slider-area-horizontal .slick-prev {
  left: 0px;
}

.slider-area-horizontal .slick-next {
  right: 0px;
}

.slider-area-horizontal .slick-next::before,
.slider-area-horizontal .slick-prev::before {
  content: '';
  left: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 1;
  position: absolute;
  top: 15px;
}

.slider-area-horizontal .slick-prev::before {
  transform: rotate(135deg);
  margin-left: 16px;
}

.slider-area-horizontal .slick-next::before {
  transform: rotate(-45deg);
  margin-right: 16px;
}

#index .toc_parts {
  margin: 0;
}

#index .toc_parts_inner {
  margin: 0 auto;
  max-width: 1000px;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
    appearance: none;
    background: #030e4c;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 2px 2px #68709b;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    outline: none;
    padding: 8px 40px 4px 20px;
    position: relative;
	width: 180px;
}


.is-hidden {
	display: none;
}
.list-btn:before {
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: url(https://www.homusaku.com/wp/wp-content/uploads/toc_bg_02.png) no-repeat left top;
    background-size: contain;
    content: '';
}
.list-btn-opened:before {
position: absolute;
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: url(https://www.homusaku.com/wp/wp-content/uploads/toc_bg_01.png) no-repeat left top;
    background-size: contain;
    content: '';
}


#page .wi1000 ,#category .wi1000{
	width:760px;
}
.ver2{
	width:100%;
	margin:auto;
}
.ver2 a{
	font-size: 1.6rem;
	padding: 20px 20px;
}
.inbox{
	padding: 1rem;
    background: #ffffff;
    margin: 1rem;
    border: solid 1px;
	height: 230px;
}

.ao{
	background: blue;
    color: #fff;
	padding:10px 0 !important;
}

#page .dd ,#category .dd {
	height:50px;
	background:#ffffea !important;
}

#page .frame ,#category .frame {
	background:#ffffea !important;
	margin: 10px auto !important;
}

#page .frame-wrap ,#category .frame-wrap {
	background: #B2D7FF !important;
	display:flex;
	justify-content: space-around;
}
.checkbox {
    background: #efefef;
    padding: 10px;
	margin-bottom:2rem;
	height: 240px;
}
.checkbox ul li {
    background: url(img/listcheck.png) no-repeat 10px 10px !important;
	padding: 5px 0 20px 45px !important;
	font-weight:bold;
}


#page .frame .caption ,#category .frame .caption {
	font-size:0.9rem;
}

.checkbox ul{
	margin:0  !important;
}





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

@media screen and (min-width: 600px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .btn-inpagelink {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-evenly;
  }

  .btn-inpagelink a {
    width: 25%;
    background: #f99b1b url(img/arrow_blue_down2.png) right 16px top 50% no-repeat;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 20px 0 0;
    box-shadow: 0px 4px 0px 0px #b77111;
  }

  .btn-inpagelink a:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: 0px 1px 0px 0px rgba(3, 14, 76, 0.5);
  }

  .inpage-sp {
    display: none;
  }

  #index .addCont03 .addCont03Ttl {
    background-color: unset;
  }



  .big-ttl01 {
    font-size: 20px;
  }

  .big-ttl01-more {
    font-size: 40px;
    display: block;
  }
  .ttl-absolute-mini span {
    font-size: 2.4rem !important;
  }


  #contents ul.photos-case-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    gap: 2%;
  }
  #contents ul.photos-case-area li {
    background: none;
    list-style: none;
    margin-bottom: 2%;
    padding: 0;
    width: 32%;
  }
  #contents ul.photos-case-area li a {
    display: block;
  }
  #contents ul.photos-case-area li a:hover {
    opacity: 0.7;
    transition: 0.6s;
    transform: scale(0.9);
  }
  #contents ul.photos-case-area li a img {
    border-radius: 4px;
    box-shadow: 0px 2px 5px #ddd;
  }
  #contents ul.photos-case-area li .quote-scroll {
    color: #9C9C9C;
    display: block;
    background: none;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
    margin-top: 6px;
  }
h3 span {
    font-size: 28px;
    display: block;
}

}



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

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .category_links {
    margin: 30px 0 20px;
    padding: 14px 14px 14px 60px;
    font-size: 1.8rem;
    background-size: 25px auto;
    line-height: 1.6;
  }

  /* slider
    ----------------------------------------------------*/
  .slider-area-horizontal {
    width: 95%;
    margin: 0 auto 4rem;
  }

  .slider-area-horizontal .slider-for-horizontal div img {
    max-width: 98%;
    width: auto;
    height: 210px;
  }

  .slider-area-horizontal .slider-for-horizontal span {
    display: block;
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: center;
    color: #999;
  }

  .slider-area-horizontal .slick-prev,
  .slider-area-horizontal .slick-next {
    top: 41%;
  }

  .slider-area-horizontal .slick-prev::before {
    margin-left: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
  }

  .slider-area-horizontal .slick-next::before {
    margin-right: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
  }

  .slider-area-horizontal .slick-prev,
  .slider-area-horizontal .slick-next {
    width: 25px;
    height: 25px;
    top: calc(50% - 20px);
    margin: 1rem auto;
  }

  .slider-area-horizontal .slider-nav-horizontal {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  .slider-area-horizontal .slider-nav-horizontal img {
    height: 100%;
    margin: 0 auto;
    max-width: fit-content
  }

  .slider-area-horizontal .slider-nav-horizontal div {
    padding: 0;
    background: none;
  }

  .slider-area-horizontal .slider-nav-horizontal .slick-track {
    height: auto;
  }

  .slider-area-horizontal .slider-nav-horizontal .slick-slide {
    outline: none;
    cursor: pointer;
    margin: 0 .5rem;
    height: 50px;
  }

  #index .addCont03 .frame-body table th, #index .addCont03 .frame-body table td {
    display: table-cell;
  }

  #index .addCont03 .frame-body table tr {
    display: table-row;
  }

  #index .addCont03 .frame-body h4 {
    background: unset;
  }

  #index .addCont03 .frame-body table th {
    width: 35%;
    padding: 8px 5px;
  }

  .btn-inpagelink {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
  }

  .btn-inpagelink a {
    width: 31%;
    background: #f99b1b url(img/arrow_blue_down2.png) center bottom 6px no-repeat;
    border-radius: 10px;
    padding: 6px 6px 25px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 20px 0 0;
    box-shadow: 0px 4px 0px 0px #b77111;
  }

  .btn-inpagelink a:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: 0px 1px 0px 0px rgba(3, 14, 76, 0.5);
  }

  .inpage-pc {
    display: none;
  }

  #index .addCont03 .addCont03Ttl {
    background-color: unset;
  }

  .big-ttl01 {
    padding: 20px 0 !important;
    font-size: 16px !important;
  }

  .big-ttl01-more {
    font-size: 20px !important;
    display: block !important;
  }



  #contents ul.photos-case-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    gap: 2%;
  }
  #contents ul.photos-case-area li {
    background: none;
    list-style: none;
    margin-bottom: 2%;
    padding: 0;
    width: 49%;
  }
  #contents ul.photos-case-area li a {
    display: block;
  }
  #contents ul.photos-case-area li a:hover {
    opacity: 0.7;
    transition: 0.6s;
    transform: scale(0.9);
  }
  #contents ul.photos-case-area li a img {
    border-radius: 4px;
    box-shadow: 0px 2px 5px #ddd;
  }
  #contents ul.photos-case-area li .quote-scroll {
    color: #9C9C9C;
    display: block;
    background: none;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
    margin-top: 6px;
  }
h3 span {
    font-size: 22px;
    display: block;
}	
.addCont01 p.imgarea img {
    max-width: 100%;
}	
	

#page .wi1000  ,#category .wi1000{
    width: 100%;
}

#page .frame-wrap ,#category .frame-wrap{
	display:block;
}

#page .big-ttl01 ,#category .big-ttl01{
	margin:20px 0;
}





















}