
.photobooks{
	display:flex;
	gap: 20px;
  }
  
  @media only screen and (max-width: 480px) {
	.photobooks{
	  flex-direction:column;
	}
  }
  .headContent{
	text-align:center;
	margin: 0px 0px 50px;
  }
  p.notice{
	font-size: 12px;
  }
  #pageSpecialContents{
	margin:0 auto;
	max-width: 900px;
  }
  
  .card .content-buttons{
	display:flex;
	flex-direction:column;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
	gap:10px;
  }
  .card .content-buttons.thin{
	margin: 10px auto 0px;
  }
  .card .content-button{
	flex: 1;
	display: block;
	padding: 5px 20px;
	border-radius: 30px;
	text-decoration:none;
	background-color: #fff;
	color:#000;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	font-size: 15px;
  }
  
  .introduction{
	font-size: 14px;
	text-align:center;
	line-height: 1.6;
	margin: 10px 0 20px;
  }


  #pagePhotoBookList{
    margin-top:20px;
  }
  #pagePhotoBookList p {
    font-size: 16px;
    text-wrap: balance;
    text-align:center;
  }

  .cardPhotobooks{
    display:flex;
    flex-direction: column;
    max-width: 600px;
    margin:0 auto;
    gap:20px;
  }
  @media only screen and (max-width: 480px) {
    .cardPhotobooks{
      margin:0 20px;
    }
  }
  .cardPhotobook{
    flex: 1;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
    text-align:center;
    overflow:hidden;
  }


.card{
	border-radius: 15px;
	background-color: rgb(241 237 255 / 90%);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	overflow: hidden;
  }
  .card .head{
	color: #101092;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	background-color: #c9c9fd;
	line-height: 60px;
	font-size: 22px;
  font-weight: bold;
  }
  .card .content{
	display:flex;
	color: #101092;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	padding: 10px 10px 25px;
	flex-direction: column;
	font-size: 14px;
	gap: 0px;
  }
  @media only screen and (max-width: 480px) {
  .card .content{
	font-size: 12px;
  }
  }

#page_acrylicstand .card{
	background-color: rgba(254, 238, 238, 0.9);
}

#page_acrylicstand .card .head{
	color: #921010;
	background-color: #fec5c5;
}
#page_acrylicstand .card .content{
	color: #921010;
}


#page_photo .card{
	background-color: #fffce5;
}

#page_photo .card .head{
	color: #965302;
	background-color: #f8ea85;
}
#page_photo .card .content{
	color: #965302;
}

  .card h3{
    font-family: "Oswald";
	font-weight: normal;
	font-size: 28px;
  margin-bottom:20px;
  }
  .inner-card{
	flex: 1;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.05);
	padding: 0px 20px;
	margin-bottom:20px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
  }
  .inner-card h4{
	font-size: 20px;
  }


  ul.value_list{
    display:flex;
    flex-direction:column;
    list-style-type: none;
    margin:10px auto 10px;
    align-items:center;
    gap:15px;
  }
  ul.value_list li{
    display:flex;
    width: 100%;
    max-width: 450px;
    text-align:left;
    gap:5px;
    margin-right: 10px;
  }
  .content-head{
	font-weight:bold;
	font-size: 16px !important;
  }

  .purchase-button.done{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0;
    pointer-events: none;
  }

  @media only screen and (max-width: 480px) {
    ul.value_list{
      padding: 0;
      width: 90%;
    }
    ul.value_list li{
      font-size: 16px;
      line-height: 1.4;
    }
    .content-head{
      font-size: 16px !important;
    }
  }

  .scenebook_category{
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  .scenebook_category:last-child{
    margin: 0px 0px 0px;
    padding: 0px 0px 20px;
    border-bottom: none;
  }
  .view_photobook_sample{
    font-size: 15px;
    padding: 10px 0px 0px;
  }
