@charset "UTF-8";

  /* ------------------ */
  /* workshops index */
  /* ------------------ */

.ws-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  margin-bottom: 20px;
}

.ws-item-inner {
  width: 288px;
  margin: 50px auto 0 auto;
  position: relative;
}

.ws-item-inner img {
  width: 290px;
  height: 180px;
  object-fit: cover;
  object-position: 50% 10%;
  margin-bottom: 10px;
  border: solid 1px #fff;
  transform: scale(1);
  transition: .3s;
}

.ws-item-inner img:hover{
  transform: scale(1);
  border: solid 1px #ddd;
  padding:10px;
  transition: .3s;
}

.ws-item-ttl {
  font-size: 1.2em;
}

.item-info {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #666;
}

@media screen and (max-width:414px){
  .ws-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
  }
  
  .ws-item-inner {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  
  .ws-item-ttl {
    font-size: 12px;
  }
  
  .item-info {
    display: none;
  }
}

@media screen and (max-width:375px) {
  .ws-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  }
  
  .ws-item-inner {
    width: 136px;
    margin: 30px auto 0 auto;
  }
  
  .ws-item-inner img {
    width: 100%;
    object-fit: cover;
  }
  
}

  /* ------------------ */
  /* workshops posts */
  /* ------------------ */

.ws-post-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0 60px 0;
}

.ws-post-ttl {
  font-size: 1.4em;
  padding-bottom: 20px;
}

.ws-post-img {
  width: 420px;
}

.ws-post-img img{
  width: 420px;
  object-fit: cover;
}

.ws-post {
  /* padding-left: 20px; */
}

.ws-post p {
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
}

.ws-post ul {
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  margin-bottom: 30px;
  list-style: circle;
  padding-left: 20px;
}

.ws-info {
  margin: 30px 0 10px 0;
}

.embedly-embed {
  max-width: 490px;
  margin-top: 20px ;
}

@media screen and (max-width:768px){
  .ws-post {
    padding-left: 0px;
    margin: 0;
  }
  
  .ws-post-item {
    display: block;
    margin: 0 0 20px 0;
  }
  
  .ws-post-img, .ws-post-img img {
    width: 100%;
    padding-bottom: 10px;
  }

  .embedly-embed {
    max-width: 100% ;
  }
  
}

  /* ------------------ */
  /* columns index */
  /* ------------------ */
  
.colm-item-inner {
  display: flex;
  margin: 50px 0 ;
  padding-bottom: 30px;
  border-bottom : solid 3px #eee;
}

.colm-item-image img {
  width: 19vw;
  height: 12vw;
  object-fit: cover;
  margin-bottom: 10px;
  border: solid 1px #fff;
  transform: scale(1);
  transition: .3s;
}

.colm-item-image img:hover{
  transform: scale(1);
  border: solid 1px #ddd;
  padding:10px;
  transition: .3s;
}

.colm-item-text {
  margin-left: 40px;
  position: relative;
  min-width: 300px;
}

.colm-ttl {
  font-size: 1.4em;
  padding: 30px 0 10px 0;
}

.colm-info {
  font-size: 0.85em;
  font-family: source-han-sans-japanese, sans-serif;
}

.icon-date {
  height: 15px;
  font-size: 0.5em;
  font-family: source-han-sans-japanese, sans-serif;
  position: absolute;
  top:0%;
  left:0%;
  z-index: 2;
}

.icon-colm-cat {
  height: 24px;
  padding: 2px 10px;
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  background-color: #d7ede8;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  border-radius: 4px;
}

#colm-name-list{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.colm-name-list {
  margin:0 10px 10px 0;
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  border: solid 1px #999;
  border-radius: 4px;
  padding: 2px 10px;
}

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

  .colm-item-inner {
    display: block;
    margin: 30px 0 ;
    padding-bottom: 20px;
  }
  
  .colm-ttl {
      font-size: 1.2em;
    }

  .icon-colm-cat {
    height: 22px;
    font-size: 0.8em;
    padding: 2px 5px 0px 5px ;
  }

  .colm-item-image img {
    width: 100%;
    height: 200px;
  }

  .colm-item-text {
    margin-left: 0px;
  }

  .colm-info {
    width: 100%;
  }
  
}

  /* ------------------ */
  /* コラム別 index */
  /* ------------------ */
 
 .cat-colm-ttl-h2{
    font-size: 1.4em;
    width: 420px;
    margin-top: 35px;
}

.cat-colmname-ttl{
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media screen and (max-width:414px){
 .cat-colm-ttl-h2{
    width: 100%;
    font-size: 1.25em;
  }
  
  .cat-colmname-ttl{
    font-size: 1.1em;
    margin-bottom: 10px;
  }
}

  /* ------------------ */
  /* columns detail */
  /* ------------------ */

.colm-post-item {
  font-size: 0.96em;
  position: relative;
  width: 100%;
  height: 75%;
  padding: 0;
	margin: 20px 0 0 0;
  overflow-x: scroll;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	text-align:justify;
}

.colm-post-item::-webkit-scrollbar {
    width: 10px;
}

.colm-post-item-inner {
  margin: 0 20px;
}

.colm-ttl-post{
  font-size: 2.4em;
  font-family: "athelas-bold", 'Vollkorn', serif;
}

.colm-ttl-post-icons {
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  background-color: #d7ede8;
  padding: 5px 2px;
  border-radius: 4px;
}

.colm-ttl-post-icons .svg-inline--fa {
  vertical-align: 0.02em;
}

.colm-ttl-post-img img {
  max-height: 68vh;
  object-fit: cover;
  margin: 0 0 0 30px;
}

.colm-post-item .colm-ttl {
  font-size: 1.3em;
  padding: 0 20px;
}

.colm-post-info {
  font-size: 0.9em;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 0 0 0 30px;
}

.colm-text {
  line-height: 1.8em;
  margin-left: 20px;
}

.colm-text .embedly-embed {
  max-width: 490px;
  margin: 0 20px 0 0;
}

.colm-btn-index .fa-stack {
  margin: 0;
}

.colm-btn-index{
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 0.8em;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 20px 6px;
  margin:0 auto 20px;
  height: 180px;
}

.colm-btn-index:hover {
  background-color: #eee;
}

.colm-btn-index,
.colm-btn-index::before,
.colm-btn-index::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}

  /* 縦中横*/
.tcy {text-combine-upright: all;} 

@media screen and (max-width:768px) {
  .colm-post-item {
    height: 80%;
  }
  
  .colm-ttl-post{
    font-size: 1.5em;
  }
  
  .colm-ttl-post-icons {
    top: 130px;
    right: 30px;
  }
}
  /* --------- */
  /* books */
  /* --------- */

.books-items {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.books-items-inner {
  margin: 50px auto 0 auto;
  min-width: 330px;
  max-width: 330px;
}

.book-img {
  width: 210px;
  height: 310px;
  object-fit: cover;
  border: solid 1px #ddd;
  padding: 15px;
  margin-bottom: 10px;
}

.book-item-ttl {
  font-size: 1.4em;
}

.item-author {
  font-size: 12px; 
}

.book-info {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #666;
}

.btn-cart {
  font-size: 14px;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 50px;
  margin: 10px 0 20px 0;
}

.btn-cart:hover {
  background-color: #eee;
}

.btn-cart,
.btn-cart::before,
.btn-cart::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}

@media screen and (max-width:540px){
  .books-items-inner{
    margin: 30px auto 20px ;
    padding: 0 0 20px 0;
    border-bottom: solid 3px #eee; 
    min-width: 100%;
    max-width: 100%;
  }
  
  .book-item-ttl {
    font-size: 1.3em;
    padding: 0;
    margin: 0; 
    text-align: left;
  }

  .books-items {
    display: block;
    text-align: center;
  }
    
  .item-author, .book-info {
    text-align: left;
  }
}

  /* ------------------ */
  /* information index */
  /* ------------------ */

#link-list {
  margin: 30px 0;
}

.list-item {
  border-bottom: solid 3px #eee;
  padding: 20px 0;
}

.info-item-inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.item-date {
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 6px 0 0 15px;
  min-width: 160px;
}

.date {
  padding-left: 30px;
}

.info-item-ttl {
  max-width: 720px;
  margin: 0 auto 0 0;
}

.info-members-name {
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 5px 3px 0px 3px;
  position: absolute;
  right:0;
}


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

  #link-list {
    width: auto;
    margin: 0 0 20px 0;   
  }

  .list-item {
      padding: 12px 0;
  }

  .info-item-inner {
    display: block;
  }
  
  .item-date {
    padding: 3px 15px 3px 3px;
  }
  
  .date {
    padding-left: 10px;
  }
  
  .info-members-name {
    position: relative;
  }
  
  .info-item-ttl {
  max-width: 100%;
  }
    
} 

  /* ------------------ */
  /* information posts */
  /* ------------------ */
  
#info-post {
  margin: 30px 0;
}

.info-item-date {
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 6px 0 ;
  min-width: 160px;
}

.info-post-ttl {
  font-size: 1.6em;
  margin: 10px 0 20px;
}

.info-post-text {
  font-size: 0.9em;
  font-family: source-han-sans-japanese, sans-serif;
}

.info-post-img img,.info-post-text img {
  width: 600px;
  object-fit: cover;
  padding-bottom: 20px;
}

.info-post-members-name {
  font-size: 0.75em;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 5px 3px 0px 20px;
}

@media screen and (max-width:768px) {
  #info-post {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width:540px){
  
   .info-post-ttl {
    font-size: 1.2em;
  } 

  .info-post-text {
    font-size: 0.85em;
  }

  .info-post-img img,.info-post-text img {
    width: 100%;
  }

}


  /* ----------- */
  /* aboutus */
  /* ----------- */

.members {
  margin-top: 30px;
}

.members-inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 3px #eee;
}

.member-name {
  font-size: 1.6em;
  padding-bottom: 10px;
}

.member-info {
  font-size: 0.9em;
  font-family: source-han-sans-japanese, sans-serif;
  color: #333; 
}

.aboutus {
  margin: 50px 0;
  font-weight: 500;
  font-size: 1.1em;
}

.column-link {
  font-size: 0.9em;
  font-family: source-han-sans-japanese, sans-serif;
  margin-top: 15px;
}
  

  /* ---------------- */
  /* contact index */
  /* ---------------- */
  
.contact {
  margin: 50px 0 30px 0;
}