@charset "utf-8";

section{
  width: 95%;
  margin: 0 auto;
}


/*キャプション
---------------------------------------------------------------------------*/
.unit-cap {
  display: flex;
  margin: 2rem auto;
  justify-content: space-between;
  width: 85%;
}
.unit-cap .cap-img {
  width: 48%;
}
.unit-cap .cap-table {
  width: 48%;
}
.unit-cap .cap-table table {
  border-collapse:  collapse; /* セルの線を重ねる */
  width: 100%;
  margin: 0 auto;
}

.unit-cap .cap-table tr:nth-child(odd) {
  background-color:  #ddd;    /* 背景色指定 */
}

.unit-cap .cap-table th,td {
  padding: 5px 10px;          /* 余白指定 */
}

/*イメージ画像
---------------------------------------------------------------------------*/
.rental-img{
  width: 100%;
  margin: 2rem auto;
  display: flex;
}
.rental-img div{
  width: 25%;
  margin-bottom: 1rem;
}
.rental-img div img{
  width: 100%;
}

/*ユニット倉庫図面
---------------------------------------------------------------------------*/
.zumen-img{
  text-align: center;
}
.zumen-img div {
  margin-bottom: 4rem;
}

/*フロー
---------------------------------------------------------------------------*/

.flow{
  width: 80%;
  margin: 0 auto;
  list-style-type: none;
  padding: 0!important;
}
.flow li {
  padding-top: 2rem;
  border-bottom: 1px solid;
}
.flow li dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}
.flow li dl dt span {
  background-image: linear-gradient(135deg, rgba(232, 232, 232, 1), rgba(163, 163, 163, 1));
  border-radius: 30px;
  margin-right: .8em;
  padding: 10px 20px;
  font-size: .8em;
}

.flow li dl dd {
  display: flex;
  justify-content: space-between;
}

.flow li dl dd .flow-txt {
  width: 75%;
}

.flow li dl dd .flow-img {
  width: 25%;
}


/*続きを読む
---------------------------------------------------------------------------*/

.read-more-3 {
  position: relative;
}

.read-more-3 ul {
  position: relative;
  max-height: 200px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 2s;
}

.read-more-3:has(:checked) ul {
  max-height: 1000vh;
}

.read-more-3 ul::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}

.read-more-3:has(:checked) ul::after {
  content: none;
}

.read-more-3 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: .4em 1.2em;
  border-radius: 1px;
  background-color: #2589d0;
  color: #fff;
  font-size: .7em;
}

.read-more-3 label:hover {
  border:1px solid #2589d0;
  background-color: #fff;
  color: #2589d0;
  cursor: pointer;
}

.read-more-3:has(:checked) label {
  display: none;
}

.read-more-3 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.read-more-3 label:hover::after{
  background-color: #2589d0;
}

.read-more-3 input {
  display: none;
}


/*---------------------------------------------------------------------------
【SP】画面サイズが767px以下
---------------------------------------------------------------------------*/
  @media screen and (max-width:767px) { 

  /*キャプション
---------------------------------------------------------------------------*/
.unit-cap {
  flex-wrap: wrap;
  width: 100%;
}
.unit-cap .cap-table {
  margin-top: 1rem;
  width: 100%;
  
}
.unit-cap .cap-img {
  width: 100%;
}
 
/*イメージ画像
---------------------------------------------------------------------------*/
.rental-img{
  flex-wrap: wrap;
}
.rental-img div{
  width: 50%;
  margin-bottom: 1rem;
}
.rental-img div img{
  width: 100%;
}


/*フロー
---------------------------------------------------------------------------*/

.flow{
  width: 100%;
}

.flow li dl dd {
  flex-wrap: wrap;
}

.flow li dl dd .flow-txt {
  width: 100%;
}

.flow li dl dd .flow-img {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}  
  

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
  height: 50vw;
}

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
【Tab】画面サイズ768px以上1024px以下
---------------------------------------------------------------------------*/
  @media screen and (min-width:768px) and ( max-width:1024px) {

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/}





/*---------------------------------------------------------------------------
【PC】画面サイズ1025px以上の追加指定
---------------------------------------------------------------------------*/
  @media screen and (min-width:1025px) {

/*menubarブロック設定
---------------------------------------------------------------------------*/

/*メニュー１個あたりの設定*/
.p #menubar a {
	color: #616161;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}
