* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  color: #333;
  font-family: 'Shippori Mincho', serif;
}

@media screen and (min-width: 768px) {

/*カラパレ　あとで消す　文字色#333 青#2aabe3 赤#c1272b*/

.sp{
  display: none;
}

html{
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}

p{
  text-align: center;
}

.bold{
  font-weight: bold;
}

.link{
  color: #2aabe3;
  text-decoration: underline;
}

header {
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.nav_wrapper li {
  list-style: none;
}

.nav_wrapper a{
text-decoration: none;
color: #333;
font-family: 'DM Mono', monospace;
}

.nav_wrapper{
display: flex;
justify-content: center;
gap: 40px;
width: 100%;
padding: 20px;
color: #333;
background-color: #fff; 
position: fixed;
z-index: 999;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.homelogo_wrapper{
  text-align: left;
}

.homelogo{
margin: 0 30px;
padding: 10px;
position: fixed;
z-index: 999;
}


h2{
  margin: 50px 0 50px;
  text-align: center;
}

.h2about{
  margin-top: 150px;
}

h3{
  text-align: center;
  padding-bottom: 100px;
  font-size: 12px;
}

h4{
  background: #2aabe3;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1;
}

h5{
  color: #999;
  margin: 5px 0 0 3px;
}

h6{
  font-size: 20px;
}

h7{
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

#about p{
  padding-top: 40px;
  line-height: 2;
  letter-spacing: 0.5px;
}

.aiueobun{
  text-align: center; 
  line-height: 2;
    letter-spacing: 0.5px;
}

.aiueo_l{
  display: inline-block;
  text-align: left;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #2aabe3;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #2aabe3;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}
 
a{
  text-decoration: none;
}

.category{
  text-align: center;
}

#news{
  margin:100px 15%;
}

.aboutus{ /*ここの文字の大きさとかレイアウト悩む、要相談*/
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 3;
  text-align: left;
  margin: 0 25%;
}

.letter_red{
  color: #c1272b;
}

.letter_blue{
  color: #2aabe3;
}

.members_p{
  margin: 0 20px;
  text-align: left;
}

.members_name{
  font-weight: bold;
  font-size: 20px;
}

.jculp{
width: 50%;
float: right;
margin-right: 100px;
text-align-last: left;
line-height: 2;
}

.jculpimg{
  float: left;
  margin-left: 80px;
}

.jsulp_wrapper{
height: fit-content;
}


#article{
  margin: 50px 15% 50px;
}

.article{
  margin-top: 60px;
  text-align: left;
  line-height: 1.7;
  font-size: 15px;
}

.contacts_wrapper{
display: flex;
justify-content: center;
margin: 50px 0 30px 0;
}

.contacts_container{
  height: 50px;
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.contact_p{
  font-size: 16px;
  font-weight: normal;
}

.mail{
  font-size: 15px;
  font-family: 'DM Mono', monospace;
  font-weight: lighter;
}

#jump{
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin: 200px 20% 100px;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.jump_container{
  display: flex;
  flex-direction: row;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 15px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #2aabe3;
  border-right: solid 2px #2aabe3;
  position: absolute;
  left: 7px;
  top: 5px;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

#aboutus{
  margin-top: 20px;
}

.member_container{
  display: flex;
  justify-content: space-between;
  margin: 80px 25% 50px;
}


.schedule{
  margin-top: 580px;
}

.schedule_container{
    margin-left: 25%;
}

.schedule_p{
  text-align-last: left;
  line-height: 2;
}

.koremade{
  color: #c1272b;
  margin-bottom: 5px;
}

.korekara{
  color: #2aabe3;
  margin: 25px 0 5px;
}

#books_header{
  margin-top: 62px;
}

#croud{
  margin: 300px 0;
  text-align: center;
}

#blog{
  margin: 120px 10%;
}

.blog_title{
  margin-bottom: 100px;
}

.eyecatch1{
  height: 450px;
  background-image: url(/img/blog1_head.jpg);
  background-size: cover;
}

.eyecatch2{
  height: 450px;
  background-image: url(/img/blog2_head.jpg);
  background-size: cover;
}

.eyecatch3{
  height: 450px;
  background-image: url(/img/blog3_head.jpg);
  background-size: cover;
}

.blog3_img{
padding: auto;
width: 700px;
}

.article{
  line-height: 2;
  font-size: 16px;
}

.article_flex{
  display: flex;
}

.article_wrapper{
  align-items: flex-start;
}

.article_container{
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: #fff;
  margin: 30px;
  text-align: left;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.articleimg{
width: 100%; 
height: 100%; 
object-fit: cover; 
border-radius: 15px 15px 0 0 ;
}

.article_title{
  font-size: 15px;
  text-align: left;
  margin: 20px 10px 0;
  padding: 0;
}

.article_date{
color: #999;
text-align: left;
background-color: #fff;
font-size: 12px;
margin: 0 10px;
padding: 0;
}

.article_summery{
text-align: left;
margin: 30px 10px 50px;
font-size: 12px;
}

.coming{
  margin: 100px 20%;
  line-height: 1.75;
}

#croud_detail{
  margin: 100px 20%;
}

.croud_topsentence{
  margin-bottom: 30px;
}

.croud_p{
  text-align: left;
}

.cr_img{
  padding: 30px;
}

.cr_date{
  font-size: 25px;
}

.cr_number{
  font-size: 30px;
}

.cr_text_small{
  font-size: 14px;
}

.cr_detail_contents{
  float: right;
  padding: 30px;
}

.cr_detail_wrapper{
  margin-top: 100px;
  display: flex;
  height: 500px;
}

.cr_limited{
  text-align: center;
}

#specialthankslist{
  margin-top: 100px;
}

#wait{
  margin: 200px 0;
  text-align: center;
}

.ar_sns_list{
  line-height: 2.5;
}

footer{
text-align: center;
font-size: 12px;
padding: 30px 0;
background-color: #FFF;
background-size: contain;
box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.10);
background-attachment: fixed;
position: relative;
}

.sitemap_wrapper{
  display: flex;
  justify-content: space-around;
  margin: 10px 15% 30px;
  text-align: left;
  line-height: 2;
}











}
@media screen and (max-width: 767px) {

  a{
  text-decoration: none;
}

.pc{
  display: none;
}

#toggle {
    position: fixed;
    top: 25px;
    right: 25px;
}
#toggle-box {
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
}
#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

/* z-index */
#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #c1272b;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: opacity .6s ease;
  padding: 35px;
  align-content: space-around;
  justify-content: center;
}
#nav-content a:hover {
  opacity: 0.6;
}

.nav_container{
  height: auto;
  margin: 50px;
}

.is-open {
  overflow: hidden;
}
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.is-open #nav-content a {
  pointer-events: auto;
}

/*home*/

.homelogo{
height: 45px;
margin: 15px;
}

#about{
  margin: 0 10%;
}

#about p{
  line-height: 2;
}

.aiueobun{
  margin-bottom: 45px;
}

.letter_red{
  color: #c1272b;
}

.letter_blue{
  color: #2aabe3;
}

h2{
  margin: 100px 0 50px;
  text-align: center;
}

.h2about{
  margin-top: 150px;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #2aabe3;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #2aabe3;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/*contacts*/

.contact_p{
  font-size: 16px;
  margin: 0 10%;
  font-weight: lighter;
}

.contacts_wrapper{
display: flex;
justify-content: center;
margin: 50px 0 30px 0;
}

.contacts_container{
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mail{
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
}

/*footer*/

footer{
text-align: center;
font-size: 12px;
padding: 30px 0;
background-color: #FFF;
background-size: contain;
box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.10);
background-attachment: fixed;
position: relative;
}

.sitemap_wrapper{
  display: flex;
  justify-content: space-between;
  margin: 10px 10% 30px;
  text-align: left;
  line-height: 2;
  flex-wrap: wrap;
  align-content: 10px;
}

.sitemap_l{
margin-bottom: 65px;
}

.sitemap_lr{
margin-bottom: 65px;
}

.sitemap_c{
margin-bottom: 65px;
}

.sitemap_r{
  margin-bottom: 65px;

}

.sitemap_rr{
  margin-bottom: 35px;
}

/*aboutus*/

.aboutus{
  margin: 0 10%;
  line-height: 2;
}

#jump{
  text-align: left;
  display: flex;
  margin: 100px 15% 100px;
  text-decoration: underline;
  letter-spacing: 0.5px;
  flex-wrap: wrap;
  line-height: 3;
}

.jump_container{
  display: flex;
  flex-direction: row;
  margin-right: 35px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 15px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #2aabe3;
  border-right: solid 2px #2aabe3;
  position: absolute;
  left: 7px;
  top: 5px;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

#members p{
  margin: 0 10%;
  line-height: 2;
}

.members_img{
  text-align: center;
  margin: 30px;
}

.member_container{
  margin-top: 60px;
}

.members_name {
 font-weight: bold;
 font-size: 20px;
}

.jculp{
  margin: 50px 10% 0;
  line-height: 2;
}

.schedule_p{
   margin: 50px 10% 0;
  line-height: 2; 
}

/*books*/
.coming{
  margin: 0 10% 100px;
}

/*article*/
.article{
  line-height: 2;
  font-size: 16px;
}

.article_flex{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.article_wrapper{
  align-items: flex-start;
}

.article_container{
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: #fff;
  margin: 30px;
  text-align: left;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.articleimg{
width: 100%; 
height: 100%; 
object-fit: cover; 
border-radius: 15px 15px 0 0 ;
}

.article_title{
  font-size: 15px;
  text-align: left;
  margin: 20px 10px 0;
  padding: 0;
}

.article_date{
color: #999;
text-align: left;
background-color: #fff;
font-size: 12px;
margin: 0 10px;
padding: 0;
}

.article_summery{
text-align: left;
margin: 30px 10px 50px;
font-size: 12px;
}

/*croud*/
#wait{
  margin: 0 10% 100px;
}

.link{
  color: #2aabe3;
  text-decoration: underline;
}


.croud_topsentence{
  margin: 0 10% 30px;
  line-height: 2;
}

.croud_p{
  margin: 0 10%;
line-height: 2;
}

.cr_date{
  text-align: center;
  margin: 100px 0;
}

.cr_detail_contents{
  margin: 0 10%;
}

h7{
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

.cr_img{
  display: none;
}

.limited{
  text-align: center;
  margin: 50px 0;
}

/*cr_start*/

#article{
  margin: 0 10% 100px;
}

#article p{
  margin: 30px 0 0;
}

h4{
  background: #2aabe3;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin: 15px 0;
  font-size: 15px;
  line-height: 1;
}

h5{
  color: #999;
  margin: 5px 0 0 3px;
}

.eyecatch1{
  height: 200px;
  background-image: url(/img/blog1_head.jpg);
  background-size: cover;
}

.eyecatch2{
  height: 200px;
  background-image: url(/img/blog2_head.jpg);
  background-size: cover;
}

.eyecatch3{
  height: 200px;
  background-image: url(/img/blog3_head.jpg);
  background-size: cover;
}

.bold{
  font-weight: bold;
}

.blog3_img{
padding: auto;
width: 700px;
}

.ar_sns_list{
overflow-wrap: break-word;
line-height: 2;
margin-bottom: 60px;
}

.blog3_img{
padding: auto;
width: 95%;
}

.blog3_img_container{
  text-align: center;
}

}
