
@charset "UTF-8";

/* 全体設定 */

body{
  max-width: 100%;
}

/************************* aboutus-top *************************/

.aboutus-top{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  aspect-ratio: 2100/1200;
  background: url(../images/4.about_us.image/watashi-top.jpg) no-repeat center/cover;
  z-index: -1000;
  background-position: 50% -15.5vw;
}

.bg-under{
  margin-top: calc( 4000 / 6000 * 25.5vw );
  background-image: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%,rgba(255,255,255,1) 71%,rgba(255,255,255,1) 100%);
}
.bg-under img{
  width: 100%;
}
.wrap{
  background-color: #fff;
}

/************************* SNS・三丹茶舗活動 *************************/


.watashitachi_text{
  display: flex;
  justify-content: center;
  gap: 103px;
}

/* 私たちについて画像付タイトル */

.watashitachi_text h1{
  margin-top: 0px;
  /* margin-left: auto; */
  /* aspect-ratio: 225/386; */
}

/* .watashitachi_text h2{
  margin-top: 270px;
  margin-left: 280px;
  margin-bottom: 50px;
} */

/* .watashitachi_text section{
  line-height: 30px;
} */

.snstable{
  /* background-color: aqua; */
  margin-top: 50px;
  /* margin-bottom: 200px; */
  /* margin-left: 50px; */
}

.snstable a{
  font-size: 2.0rem;
}

.h2{
  padding-bottom: 100px;
  /* background-color: blue; */
  text-align: left;
}

.h2_520px{
  display: none;
}

.snstable td.snstable_text1,.snstable td.snstable_text2,.snstable td.snstable_text3{
  padding: 0 0 40px 0;
  /* background-color: yellow; */
  text-align: left;
}

.logo1{
  text-align: right;
  padding-right: 30px;
}

.logo2{
  text-align: right;
  padding-right: 30px;
}

.logo3{
  text-align: right;
  padding-right: 30px;
}

/************************* フォトギャラリー（グリッドレイアウト） *************************/

.photogallery {
  margin-top: 150px;
  display: grid;
  gap: 1vw;
  width: 100%;
  height: 400px;
  grid-template-rows: 50% 50%;
  /* grid-template-columns: 20vw 10vw 20vw 10vw 36vw; */
  grid-template-columns: 2fr 1fr 2fr 1fr 4fr;
  }

.sp_photogallery{
  display: none;
}

.photogallery li{
  overflow: hidden;
}

.photogallery li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item01 { 
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

.item02 { 
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}

.item02 img{
  object-position: 0 10%;
}

.item03 { 
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 4;
}

.item04 { 
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 5;
}


.item04 img{
  object-position: 0 100%;
}


.item05 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 5;
  }

  .item05 img{
    object-position: 0 80%;
  }
  

.item06 { 
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 5;
  grid-column-end: 6;
}




/************************* 森本様プロフィール *************************/


.profile{
  display: flex;
  gap: 50px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-top: 200px;
  padding: 50px 60px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 0px 0px 0.5px rgba(0, 0, 0, 16);
}

.profile section{
  text-align: left;
}

.profile img{
  flex-basis: 30%;
}

.textarea{
  flex-basis: 70%;
}

.textarea p{
  margin-top: 25px;
  /* line-height: 200%; */
}

.profile_title{
  margin-top: 70px;
}

.footer{
  padding-top: 100px;
  background-color: #fff;
}

/* ---------------english------------------------- */
.en_nav a{
  font-size: 2.0rem;
}
.en_h1 img{
  transform: translatey(24%);
}
/* ---------------------------------------- */




/**************************************** ↓↓　レスポンシブ　↓↓ ****************************************/



/************************* タブレットサイズ *************************/

@media screen and (max-width: 960px) {

h1 img{
  width: 80%;
}
.watashitachi_text{
  gap: 30px;
}
.watashitachi_text h1{
  margin-top: 20px;
}
.h2{
  padding-bottom: 80px;
  /* background-color: blue; */
  text-align: left;
}
/* .watashitachi_text{
  width: 90%;
  margin: 0 auto;
}
.watashitachi_text h1{
  margin-top: 45px;
  }

.watashitachi_text h2{
  margin-top: 270px;
  margin-left: 250px;
  margin-bottom: 50px;
}

.sp_photogallery{
  display: none;
}

.logo{
  text-align: right;
  padding-right: 100px;
}*/
} 

/************************* スマホサイズ *************************/

@media screen and (max-width: 520px) {
  h1 img{
    width: 50%;
  }
.aboutus-top{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  /* background-position: 50% -40px; */
}

.h2{
  display: none;
}

.h2_520px{
  display: block;
  padding-bottom: 50px;
}

.watashitachi_text{
  display: block;
  padding-left: 0px;
}

.watashitachi_text h1{
  padding-top: 0px;
  padding-bottom: 50px;
  width: 40%;
  height: 40%;
  margin: 0 auto;
}

.watashitachi_text h2{
  margin: 0 auto;
  /* margin-bottom: 50px; */
  /* font-size: 16px; */
}
  

  .snstable{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
  }

.logo1{
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  width: 5%;
  height: 5%;
  text-align: center;
}
    
.logo2{
padding-right: 20px;
padding-left: 20px;
  padding-bottom: 30px;
  width: 40%;
  height: 30%;
  text-align: center;
}

.logo3{
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  width: 40%;
  height: 30%;
  text-align: center;
}


.snstable_text2{
  padding-bottom: 30px;
}



    /* ↓フォトギャラリーグリッドレイアウトから縦並びに変更 */

.photogallery {
  display: none;
}

.sp_photogallery{
  display: block;
  margin-bottom: 100px;
}
.sp{
  width: 70%;
  display: block;
}

.sp1{
  margin-bottom: 20px;
}

.sp2{
  margin-bottom: 20px;
  margin-left: auto;
}

.sp3{
  margin-bottom: 70px;
}


    /* プロフィール線無し・縦並びに変更 */

.profile{
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.textarea{
  width: 100%;
    }

.textarea h2{
  margin-top: 30px;
  /* font-size: 16px; */
  text-align: center
}


/* 文字サイズ調整 */
.textarea p{
  width: 100%;
  margin: 0 auto;
  /* font-size: 12px; */
  margin-top: 10px;
}

.morimotosamaphoto p{
  width: 100%;
  margin-top: 30px;
  text-align: center;
}


.footer{
  padding-top: 100px;
  background-color: #fff;
}

  }