@charset"utf-8";    /*中之島Lab用css*/
*{                          /*すべての要素に装飾が適用*/
  box-sizing: border-box;   /*レスポンシブ対応に必要*/
}
/*==============================コンテンツページcontentA=================================*/
.title h4{
  font-size: 2rem;
  font-weight: 600;   /*標準は400*/
  color: #008080;
  margin-bottom: 20px;
  /*position: absolute;*/
}
.contentA0{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 0;*/
  /*flex-direction:row;*/
  margin: 0;
  padding: 30px;
  /*width: 100%;*/
  /*background-color: #5D9AB2;*/
}
.contentA0_img{
/*background-color: #5D9AB2;*/
}
.contentA0_txt{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*background-color: #5D9AB2;*/
}
.contentA0_txt_name{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentA0_txth3{
  background-color: #fff;
}
.contentA0_txth4{
  /*background-color: #5D9AB2;*/
  margin-bottom: 3rem;
}
.contentA_solo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  /*background-color: blue;*/
}
.contentA_solo_txt{
  display: flex;
  flex-direction: column;
  /*justify-content: space-around;*/
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 30px;
}
.contentA_solo img{
  width: auto;
  height: 90vh;
}
.contentA{
  display: flex;
  flex-direction: column;
  /*justify-content: space-around;*/
  justify-content: center;
  /*align-items: center;*/
  margin-bottom: 0;
  /*flex-direction:row;*/
  /*margin: 0;
  padding: 0;*/
  /*width: 100%;*/
  /*background-color: #5D9AB2*/;
}
/*=====================photo_list_side_scrolling=========================*/
.photo_list{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.item{
  display: inline-block;
  flex-wrap: wrap;
  width: 90%;
  height: 85vh;
  /*height: auto;*/
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  /*background: rgba(255, 0, 0, 0.4);*/
}
.item img{
  /*padding: 0 0 5px 15px;*/
  /*max-width: 100%;
  height: auto;*/
  object-fit: cover;
  /*width: 450px;*/
  /*height: 334px;*/
  width: 100%;
  height: 55vh;
  /*width: 100%;*/
  /*height: auto;*/
}
.item_txt{
  word-wrap: break-word;
  padding: 0 0 0 15px;
  width: 100px;
  height: 15vh;
  display: flex;
  flex-direction: column;
  /*word-break: break-all;*/
  /*flex-wrap: wrap;*/
  /*background-color: lightgray;*/
}
.item_txt1{
  font-size: 1.8rem;
}
.item_txt2{
  /*overflow-wrap: break-word;*/
  /*word-wrap: break-word;*/
  font-size: 1.6rem;
  /*background-color: gray;*/
  /*flex-wrap: wrap;*/
  width: 100%;
  /*flex: 1;*/
  /*word-break: break-all;*/
   /*min-width: 0;*/
  /*background-color: blue;*/
}
/*----------------------------------------------------------------*/
@media screen and (min-width:700px){
.photo_list{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: button;
}
.item{
  max-width: 1000px;
  height: 95vh;
}
/*.object-position-t{
  object-position: 50% 10%;
}*/
.object-position-b{
  object-position: 50% 80%;
}
.item img{
  /*padding: 0 0 5px 15px;*/
  /*max-width: 100%;
  height: auto;*/
  object-fit: cover;
  /*width: 450px;*/
  /*height: 334px;*/
  width: 100%;
  height: 75vh;
  /*width: 100%;*/
  /*height: auto;*/
}
.item_txt{
  padding: 0 0 0 15px;
  width: 100%;
  height: 15vh;
  display: flex;
}
}
/*================================================*/
.contentA_img{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*background-color: lightblue;*/
  background-color: #fff;
  /*background-color: red;*/
  margin: 0 20px 20px 0; /* 上 | 右 | 下 | 左 */
  padding: 0 20px 0 20px;
  width: 100%;
  height: auto;
}
.contentA_txt{
  /*background-color: lightgray;*/
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*margin: 0;
  padding: 5px;*/
  margin: 0 20px 20px 0; /* 上 | 右 | 下 | 左 */
  padding: 0 20px 0 20px;/* 上 | 右 | 下 | 左 */
  width: 100%;
  height: auto;
}
/*============700px以上はここを読み込む===================*/
@media screen and (min-width:700px){
.contentA_solo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 1200px;
  height: auto;
}
.contentA{
  display: flex;
  /*justify-content: space-around;*/
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction:row;
  width: 100%;
  background-color: #fff;
}
.contentA_img{
  display: flex;
  background-color: #fff;
  align-items: center;
  margin: 10px;
  padding: 0;
  width: 590px;
}
.contentA_txt{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0;
  padding: 0 20px 0 20px;/* 上 | 右 | 下 | 左 */
  overflow-wrap: normal;
  width: 590px;
}
.contentA-reverse{
  justify-content: center;
  display: flex;
  margin-bottom: 0;
  flex-direction:row-reverse;
}
}
