@charset "utf-8";

@media screen and (max-width: 480px) { 
/* 上 */
html:before {
  height: 6px; /* 上線の太さ */
}

/* 右 */
html:after {
  width: 6px; /* 右線の太さ */
}

/* 下 */
body:before {
  height: 6px;/* 下線の太さ */
}

/* 左 */
body:after {
  width: 6px; /* 左線の太さ */
}

.scroller {
  width:80px;
  height:80px;
  bottom:10px;
  left:10px;
}

.scrolldown4{
  animation: arrowmove 1.5s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{top:23%;}
      50%{top:26%;}
     100%{top:23%;}
 }

.scrolldown4:before {
    right: -3px;
    width: 1px;
    height: 10px;
}

.scrolldown4:after{
  width:1px;
  height: 30px;
}


h1 {
  width: 200px;
  position: absolute;
  top:12px;
  left:12px;
  z-index:5;
}

h1.small-logo {
  width: 200px !important;
}

#member-box .inner {
    width:88%;
    padding:100px 0;
    margin:auto;
}

h2 {
  font-size:4.4rem;
  margin-bottom:20px;
}


h2 img {
  width:70%;
  height: auto;
}



#member-box .inner ul li {
  width:47.5%;
  text-align: center;
  margin-bottom: 50px;
}

#member-box .inner ul li:last-child {
  margin-bottom: 0;
}


#info-box .inner {
    width:88%;
    padding:100px 0;
    margin:auto;
}

#info-box .inner ul.news__list {
  display:block;
}

#info-box .inner ul.news__list li.twi,
#info-box .inner ul.news__list li.blog {
  width:100%;
}


#info-box .inner ul.news__list li.blog {
  padding:32px 24px;
  border-radius:16px;
}


#info-box .inner ul.news__list li.twi {
  height: 480px !important;
  overflow-y: scroll;
  margin-top:32px;
}

/*
#info-box .inner ul.news__list li.blog {
  padding:15px;
  border:2px solid #eee;
  background:#fff;
}


#info-box .inner ul.news__list li dl dd {
  margin-bottom:20px !important;
}
*/

.calendar-box {
  margin-top:40px;
}



#contact-box .inner {
    width:88%;
    padding:100px 0;
    margin:auto;
}


.table-white {
  width:100%;
  padding:20px;
  border-radius:10px;
}

p.lead-contact {
  margin-bottom:25px;
}


table.base-01 th {
  width: 100%;
  padding:10px 0 10px 0;
  display: block;
  text-align: left;
  border-top:none;
}

table.base-01 td {
  width: 100%;
  /* padding:10px; */
  padding:10px 0 10px 0;
  border-top:none;
  border-bottom:none;
  border-right: none;
  display: block;
  margin-bottom: 10px;
}


/*
SP メンバー個別ページ --------------------------------------------*/
#member-box-lower .inner {
    width:88%;
    padding:100px 0 30px;
    margin:auto;
}

#member-box-lower .inner .member-sigle {
  display:block;
}

#member-box-lower .inner .member-sigle .photo-box {
  width: 100%;
  padding:0 20px 25px;
}

#member-box-lower .inner .member-sigle .txt-box {
  width: 100%;
}

#member-box-lower .inner .member-sigle .txt-box h3,
#member-box-lower .inner .member-sigle .txt-box p,
#member-box-lower .inner .member-sigle .txt-box .sns-icon {
  text-align: center;
}

p.keireki {
  text-align: left !important;
  font-size:1.3rem;
  line-height: 2.4rem;
}

.midashi-pink {
  width: 100%;
  display: block;
  text-align: center;
}

#member-box-lower .inner .member-sigle .txt-box a.btn {
  width: 100%;
}








/*
SP youtube ************/
#youtube-box .inner {
    width:88%;
    padding:100px 0;
}

#youtube-box .inner .youtube iframe {
  border-radius:5px;
}

#youtube-box .inner .youtube:after {
  width: 104%;
  height: 104%;
  top:-4.2%;
  left:-2%;
  border-radius:5px;
}


/*
SP News */


















































































































/*
SP block --------------------------------------------*/
.i_p_b {display: none !important;}
.i_t_b {display: none !important;}
.i_s_b {display: block !important;}
.i_pt_b {display: none !important;}
.i_ts_b {display: block !important;}
}