@charset "UTF-8";
/* CSS Document */
.img-header {
  position: fixed;
  z-index: 10;
  width: 100%;
}
.header-img-cloud{
  width: 100%;
}
.header-img-cloud_sp{
  display: none;
}
.img-header_wrapper {
  display: flex;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13%;
}
.header-item{
  max-width: 100px;
  width: 13%;
  margin: 2% auto;
}
.header-item img{
  max-width: 70px;
  width: 100%;
  margin: 0 auto;
}
.header-item__icon img{
  max-width: 140px;
  width: 100%;
  margin: 10% 30px;
}
.top-image {
  height: 700px;
  width: 100%;
  background-image: url(../image/pic/top-img01.jpg);
  background-size: cover;
  background-position: 100% 50%;
  margin-top: -60px;
}
.top-image_schedule {
  height: 700px;
  width: 100%;
  background-image: url(../image/pic/top-img02.jpg);
  background-size: cover;
  background-position: 100% 50%;
  margin-top: -60px;
}
.top-image_about {
  height: 700px;
  width: 100%;
  background-image: url(../image/pic/top-img03.jpg);
  background-size: cover;
  background-position: 100% 50%;
  margin-top: -60px;
}
.top-image_news {
  height: 700px;
  width: 100%;
  background-image: url(../image/pic/top-img04.jpg);
  background-size: cover;
  background-position: 100% 50%;
  margin-top: -60px;
}
.top-image_wrapper {
  position: relative;
}
.top-image_sns {
  position: absolute;
  top: 434px;
  left: 10%;
}
.top-image_btnArea {
  position: absolute;
  top: 434px;
  right: 0px;
  width: 160px;
}
.top-image_btn {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 20px;
  border: 4px solid #fff;
  padding: 30px 0px 30px 20px;
  border-radius: 50px 0 0 50px;

  &.--01 {
  background-color: #62A6D8;
  border-right: none;
  }

  &.--02 {
    background-color: #D6533A;
    border-right: none;
  }
}
.top_icon {
  margin-bottom: 100px;
}
.top_icon img {
  margin-top: 30px;
  max-width: 100px;
}
.header_sp{
  display: none;
}
.img-header_wrapperSp{
  display: none;
}
/*    <!-- topsお知らせ -->*/
.top-oshirase {
  padding: 0px 10px;
  margin-top: 30px;
}
.top-oshirase_box {
  background-color: #faf2d6;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 30px 20px;
  margin-top: 10px;
  border-radius: 30px;
}
.top-oshirase_list {
  display: flex;
}
.top-oshirase_txt {
  color: #333333;
  line-height: 1.4;
  text-align: justify;
}
.top-oshirase_txt span {
  display: inline-block;
  margin-right: 0px;
}
.top-oshirase_link {
  display: flex;
  align-items: center;
  padding: 18px 0px 8px 0px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.top-oshirase_link:hover {
  color: #368D3E;
}
.top-oshirase_list {
  border-bottom: 3px dotted #C49D67;
}

/*    <!-- アトリエりんごについて-->*/
.about{
  padding-top: 40px
}
.about_wrapper h3 {
  color: #D6533A;
  margin-bottom: 70px;
}
.about_img {
  width: 100%;
  max-width: 460px;
  margin-top: 78px;
}
.about_movie_wrapper {
  background-color: #D6533A;
}
.about_movie_item{
  display: flex;
  width: 100%;
  margin: 0 auto;
}
iframe{
  width: 100%;
}
.about_movie_item img{
  height: 100%;
  width: 20%;
}
.about_movie {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
}
.about-ringo_btn{
  margin: 112px auto;
}
/* クラス概要・定員状況、講師紹介 */
.back_white {
  background-color: #fff;
  max-width: 64%;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 80px;
}
.facility-teacher {
  background-color: #62A6D8;
  padding: 40px 0;
}
.class_title {
  display: flex;
  align-items: center;
  width: 302px;
  border-bottom: 3px dotted;
  margin-left: auto;
  margin-right: auto;
}
.class_title img {
  max-width: 100px;
}
.facility_tsubomi-class {
  max-width: 375px;
}
.facility_tsubomi-class p{
  margin-top: 5px;
}
.facility_yotsuba-class p{
  margin-top: 30px;
}
.class_wrapper {
  display: flex;
  max-width: 710px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.facility_wrapper{
  margin: 100px 0;
}
.facility_wrapper img{
  max-width: 720px;
  width: 100%;
}
.facility_table{
  margin-left: auto;
  margin-right: auto;
}
.facility_table th{
  padding: 0 20px;
}
.facility_table td{
  text-align: left;
  border-left: 3px dotted #62A6D8;
  padding: 20px;
}
.teiinn_image{
  margin-bottom: 30px;
}
.teacher_wrapper {
  display: flex;
  max-width: 658px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.teacher_wrapper:last-child {
  margin-bottom: 0px;
}
.teacher_wrapper--line {
  border-bottom:3px dotted #62A6D8;
  padding-bottom: 30px;
}

.teacher_wrapper img{
  margin-right: 40px;
  width: 24%;
  object-fit: contain;
}
.teacher_text{
  text-align: left;
}
.teacher_affiliation{
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #D6533A;
}
.teacher_name{
  padding-bottom: 10px;
}
.teiinn_image img{
  max-width: 1000px;
  width: 100%;
}
.teacher_career__lead01 {
font-size: 13px;
font-weight: 600;
background-color: #ECC131;
color: #fff;
border-radius:10px;
padding: 5px 10px;
}
/*    <!-- よくある質問 -->*/
.question {
  background-color: #ECC131;
  padding: 40px 0px;
}
.question_title {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  align-items: center;
  justify-content: space-around;
}
.question_title img{
  height: 72px;
}
.contact-item_icon{
  background-color: #D6533A;
  font-size: 12px;
  padding: 3px;
  margin-left: 10px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  color: #fff;
}

/*<!-- Q&A アコーディオン -->*/
.accordion {
  margin: 2em 0;
}
/*  Q&A アコーディオンここから */
.accordion__summary {
  display: block;
  background: #fff;
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 15px 38px 15px 55px;
  border-radius: 10px;
  text-align: left;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #368D3E;
}
.accordion__summary::after {
  content: "";
  font-size: 1.4em;
  position: absolute;
  right: 26px;
  top: 40%;
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 7px;
  height: 7px;
}
.accordion[open] .accordion__summary::after {
  content: "";
}
.accordion__detail {
  position: relative;
  padding: 15px 40px 15px 56px;;
  margin: -7px 0 0 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.accordion__detail::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #D6533A;
}
.accordion__text {
  margin: 0;
}
/*  Q&A アコーディオン ここまで*/

.qa-list{
  width: 100%;
  max-width: 66%;
  margin: 0 auto;
}
.qa-list p{
  text-align: left;
}
.qa-list dt{
  text-align: left;
}
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border-radius: 10px;
    background: #fff;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #62A6D8;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #D6533A;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

/*    <!-- 入会の流れ・入会規約 -->*/
.admission{
  position: relative;
  padding: 40px 0px;
}
.admission_wrapper{
  margin: 0 auto;
  max-width: 651px;
}
.admission-area{
  text-align: left;
  position: relative;
}
.admission-area:before{
  content: "";
  display: inline-block;
  border-left: 3px dotted #D6533A;
  width: 3px;
  height: 276px;
  position: absolute;
  left: 24px;
  z-index: -10;
}
.admission-inner{
  margin-top: 14px;
}
.admission-title{
  margin-bottom: 30px;
  max-width: 600px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
}
.admission-text{
  margin-bottom: 30px;
  max-width: 600px;
}
.admission-wrapper{
  display: flex;
}
.admission_item-left{
  position: absolute;
  top: 510px;
  left: 187px;
}
.admission_item-rigft{
  position: absolute;
  top: 160px;
  right: 134px;
  z-index: -10;
}
.admission-number{
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  background-color: #D6533A;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  margin-right: 10px;
}
.admission-pdf_btn{
	margin: 68px auto;
}
/*  お問合せ  */
.rinchan-ojigi_w{
  max-width: 50%;
  width: 30%;
  margin: 0 auto;
}
.rinchan-ojigi{
  width: 100%;
}
.recaptcha_check{
  color: #D6533A;
}
.g-recaptcha{
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
.contact-bk{
  background-color: #368D3E;
}
.contact-msg{
  font-size: 2.5rem;
}
.contact-msg:first-child{
  margin-top: 100px;
  margin-bottom: 30px;
}
.contact {
  background-color: #368D3E;
  padding: 40px 0;
}
.contact_text{
  text-align: left;
  max-width: 466px;
  margin-left: auto;
  margin-right: auto;
}
.contact-line_btn{
	margin: 68px auto 90px auto;
}
.send-reset_btn{
	margin: 50px auto 0 auto;
}

/*  ---------------------
 以下は調整用
--------------------- */
a{
margin: 0 5px;
}
ul {
  list-style: none;
}
dl.contact-item {
  display: flex;
  margin-bottom: 30px;
}
form{
  width: 90%;
  margin: 0 auto;
}
dt.contact-item_label {
  width: 30%;
  text-align: right;
  align-items: center;
  display: grid;
}
.input-btn {
padding: 1rem 4rem;
  background-color: #C49D67;
	color: #fff;
	border-radius: 100vh;
  position: relative;
  border: none;
  font-size: 17px;
}


@media screen and (max-width:700px){
  dl.contact-item {
    display: block;
  }
  dt.contact-item_label {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
dl.contact-item > dd{
  width: 100%;
}
dd input{
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #222;

}
dd textarea{
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  height: 200px;
  border-radius: 8px;
  border: 1px solid #222;
}
/*<!-- アクセス　-->*/
.access {
  background-color: #D6533A;
  padding: 40px 0 160px;
}
.access_text{
  text-align: left;
  max-width: 485px;
  margin-right: 30px;
}
.access-item{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
  justify-content: space-between;
}
.access_title{
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
.access-wrapper iframe{
  max-width: 1000px;
  width: 100%;
}
/*フッター*/
.footer-logo_wrapper{
  margin-top: -8%;
  position: relative;
}
.footer-logo_wrapper p{
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}
.footer{
  position: relative;
}
.footer img{
 width: 100%;
}

.footer-logo{
  max-width: 300px;
  z-index: 10;
  text-align: center;
}
.footer-img-cloud{
  margin-top: -50px;
  display: block;
}
/*りんごのお話*/
.about-ringo{
  padding-top: 40px;
}
.about-ringo_pic{
  max-width: 500px;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.about-ringo_pic img{
  max-width: 420px;
  width: 100%;
}
.about-ringo_box {
  display: flex;
  margin: 40px auto 89px;
  max-width: 1120px;
  flex-direction: row;
}
.about-ringo_box:nth-child(2n){
  flex-direction: row-reverse;
}
.about-ringo_topicTtl{
  max-width: 622px;
}
.about-ringo_topicTtl h5{
  margin: 30px 0;
  text-align: left;
  line-height: 32px;
}
.about-ringo_topic p{
  text-align: left;
  margin-top: 30px;
  line-height: 30px;
}
/*スケジュール*/
.block{
  display: inline-block;
}
.schedule{
  margin-bottom: 160px;
  padding: 0 20px;
}
.schedule-image img{
  max-width: 933px;
  width: 100%;
  margin: 0 auto;
}
.oshirase_wrapper{
  padding: 0 15px;
}
.oshirase_box{
  max-width: 933px;
  width: 100%;
  margin: 0 auto 30px;
  border-bottom: 3px dotted #ECC131;
}
.oshirase_box:last-child{
  margin-bottom: 0px;
}
.oshirase_title{
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}
.oshirase_title span{
  color: #D6533A;
}
.oshirase_text{
  text-align: left;
  margin-bottom: 20px;
}
.oshirase{
  padding: 0 30px;
  padding-top: 40px;
}
.schedule_textLink{
  color: #D6533A;
  text-decoration: underline;
}
@media screen and (max-width:1460px){
  .img-header_wrapper {
    margin-top: -14%;
  }
  .header-item__icon img {
    max-width: 114px;
    width: 100%;
  }
  .header-img-cloud_sp {
    width: 100%;
    margin-top: -19%;
  }
}


@media screen and (max-width:1300px) {
  /*　画面サイズが1300px以下の場合ここの記述が適用される　*/
  .img-header_wrapper {
    margin-top: -17%;
  }
  .header-img-cloud{
    display: none;
  }
  .header-img-cloud_sp{
    display: block;
    width: 100%;
    margin-top: -3%;
  }

/*    <!-- 入会の流れ・入会規約 -->*/
  .admission_item-left{
    display: none;
  }
  .admission_item-rigft{
    display: none;
  }
 }
@media screen and (min-width:1000px) {
  /*　画面サイズが1000px以上の場合ここの記述が適用される　*/
  .br-pc{
  display: none;
  }
  .top-oshirase_txt span {
    margin-right: 16px;
  }
 }
@media screen and (max-width:1000px) {
/* ハンバーガーメニュー画像切り替え追加 ito */
#menu-btn {
  position: fixed;
  top: 2%;
  right: 5%;
  width: 40px;
  height: 40px;
  z-index: 10;
}

#menu-conts {
  display: none;
  background: rgba(0, 0, 0, .4);
  top: 0px;
  width: 100%;
  z-index: 1;
  position: fixed;
  background-color: #368D3E;
}

#menu-conts a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'TsukuARdGothic-Regular',sans-serif;
  font-weight: 500;
}

#menu-conts a:hover {
  background: rgba(0, 0, 0, .6);
}
/* ハンバーガーメニュー画像切り替え追加ここまで ito */

  .header-item__icon{
    margin: 0 auto;
  }
  .header-item__icon img { 
    margin-top: 16%;
  }
  .manu-contents_top{
    background-color: #368D3E;
    height: 164px;
  }
  .manu-contents_setIcon img{
    width: 70px;
  }
  .manu-contents_set{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 200px;
  }
  .manu-contents_bottom{
    background-color: #368D3E;
    height: 100vh;
  }
  .img-header_wrapperSp{
  display: block;
  }
  /*　画面サイズが1000px以下の場合ここの記述が適用される　*/
/* ハンバーガーメニュー */
  .top_icon {
    margin-bottom: 45px;
  }
  .header-item__pc{
    display: none;
  }
  .header_sp{
    display: block;
    z-index: 100;
    position: relative;

  }
  .img-header_sp{
    background-color: #62A6D8;
    color: white;
    max-width: 1000px;
	  position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100vh;
    transform: translateX(100%);
    transition: ease .4s;
  }
  .menu-list_sp{
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    display: flex;
    width: 245px;
    justify-content: space-around;
  }

/*  ☆メニューについてここから追加しています*/
  .header_sp nav ul{
    list-style: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    height: 292px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .menu-list_logo img{
    width: 82px;
  }
  .menu-icon_logo{
    width: 40px;
    height: 40px;
    position: absolute;
	  top: 3vh;
	  right: 6%;
    cursor: pointer;
  }
  .menu-icon_logo img{
    width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
  }
  .menu_open {
		opacity: 1;
	}
  .menu_open.active {
		opacity: 0;
	}
	.menu_close {
		opacity: 0;
	}
  .menu_close.active {
		opacity: 1;
	}
  .img-header_sp.active {
		right: 0;
	}
/*    ☆メニューについてここまで追加しています*/
  .top-image {
  margin-top: 0px;
}
  .top-image_schedule {
  margin-top: 0px;
}
  .top-image_about {
  margin-top: 0px;
}
  .top-image_btnArea {
    display: none;
  }
  /*    <!-- アトリエりんごについて-->*/
  .about_movie_item img {
    display: none;
  }
  .about_movie {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
  .top-image_btnArea {
  display: none;
}
  /*    <!-- クラス概要・定員状況、講師紹介 -->*/
  .class_wrapper {
    display: inline-block;
    max-width: 375px;
    margin: 20px auto;
  }
  .class_title{
    width: 280px;
  }
  .class_title img {
    max-width: 100px;
  }
  .facility_wrapper {
    margin: 20px 0 100px;
  }
  .facility-teacher {
  background-color: #62A6D8;
  padding: 30px 0;
  }
  .facility_tsubomi-class {
    margin-bottom: 20px;
  }
  .facility_table{
    font-size: 15px;
  }
  .facility_table th{
    width: 64px;
  }
  .facility_table td{
    max-width: 440px;
  }
  /*    <!-- 入会の流れ・入会規約 -->*/
  .admission-area:before{
    display: none;
  }
  .admission-wrapper{
    display: block;
  }
  .admission_wrapper{
  margin: 0 auto;
  max-width: 600px;
  }
  .admission-wrapper{
    text-align: center;
    margin-bottom: 60px;
  }
  .admission-number{
    display: inline-block;;
  }
  .admission-title{
    padding: 0 28px;
    margin-bottom: 10px;
  }
  .admission-text{
    padding: 0 28px;
    margin-bottom: 10px;
  }
  /*    <!-- 講師紹介-->*/ 
  .teacher_wrapper{
    display: block;
  }
  .teacher_wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    width: 100%;
  }
  .teacher_wrapper img {
    margin-right: 0px; 
    object-fit: contain;
    width: 100%;
  }
  .teacher_text {
    text-align: left;
    border-left: 0px dotted #62A6D8;
    padding-left: 0px;
    margin-top: 8px;
  }
    /*    <!-- お問合せ-->*/
  .contact {
  background-color: #368D3E;
  padding: 30px 0;
}
  .contact_text {
  text-align: center;
}
    /*    <!-- アクセス-->*/
  .access {
    background-color: #D6533A;
    padding: 30px 0 144px;
}
  .access-item{
    display: block;
  }
  .access_text {
    text-align: center;
    max-width: 485px;
    width: 100%;
    margin-right: 0px;
    display: inline-block;
  }
   .access-map {
    max-width: 375px;
    width: 100%;
    margin-top: 30px;
  }
/*  フッター*/
  .footer-logo_wrapper {
    padding-bottom: 24px;
  }
  .footer-logo {
    max-width: 200px;
  }
  /*  りんごのお話*/
  .about-ringo{
    padding: 0 30px;
  }
  .about-ringo_box {
  display: block;
  max-width: 500px;
}
  /*  お知らせ*/
  .oshirase{
  margin-bottom: 80px
}
}
@media screen and (max-width:700px){
  .header-img-cloud_sp {
    margin-top: 0%;
  }
  .header-item__icon img { 
    margin-top: 0%;
    width: 140px;
  }
}
@media screen and (max-width:480px) {
  /*　画面サイズが480px以下の場合ここの記述が適用される　*/
  .header-item__icon img { 
    margin-top: 0%;
  }
  .back_white {
    max-width: 80%;
}
  .top-image_sp {
    width: 100%;
    height: 500px;
    background-image: url("../image/pic/top-img01_sp.jpg");
    background-size: cover;
    background-position: 50% 10%;
  }
  .top-image_schedule_sp {
    width: 100%;
    height: 500px;
    background-image: url("../image/pic/top-img02_sp.jpg");
    background-size: cover;
    background-position: 50% 10%;
  }
  .top-image_about_sp {
    width: 100%;
    height: 500px;
    background-image: url("../image/pic/top-img03_sp.jpg");
    background-size: cover;
    background-position: 50% 10%;
  }  
  .top-image_news_sp {
    width: 100%;
    height: 500px;
    background-image: url("../image/pic/top-img04_sp.jpg");
    background-size: cover;
    background-position: 50% 10%;
  } 
  iframe {
    height: 240px;
  }
  .top-image_sns img {
    position: absolute;
    top: -118px;
    width: 185px;
    height: 153px;
  }
  .top_icon {
    margin-bottom: 30px;
  }
  .top_icon img{
    max-width: 43px;
    width: 100%;
  }
  .about-ringo_btn{
  margin: 84px auto;
}
/*    <!-- QandA-->*/
  .question_title img {
    height: 43px;
  }
  .question_title {
    width: 200px;
    align-items: flex-end;
  }
  .question {
    padding: 0px 15px;
    padding-bottom: 30px;
  }
  .qa-list {
    max-width: 93%;
}
  .accordion__summary{
    font-size: 14px;
    padding: 15px 39px 15px 46px;
  }
  .accordion__summary::before{
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .accordion__detail {
    font-size: 14px;
    padding: 15px 13px 15px 46px;
  }
  .accordion__detail::before{
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
/*    <!-- クラス概要・定員状況-->*/
  .class_title img {
    max-width: 79px;
  }
  .teiinn_image{
    width: 100%; 
    overflow-x: scroll;
  }
  .teiinn_image img{
    width: auto;
  }
/*    <!-- アトリエりんごについて-->*/
  .about_img {
  height: auto;
  max-width: 334px;
  margin-top: 40px;
}
/*  フッター*/
  .footer-logo{
    max-width: 200px;
  } 
  .footer-img-cloud {
    margin-top: -46px;
}
  .footer-logo_wrapper {
    display: block;
  }
  .footer-logo_wrapper p{
    text-align: center;
  }
}

