@charset "UTF-8";
/* 
	*** リセットスタイル ***
	Originally crafted by Eric Meyer
	Source: http://meyerweb.com/eric/tools/css/reset/
	Purpose: 
	The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
  width: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background-image: url(../img/site_bg.jpg);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3";
  overflow: hidden;
}

a:link {
  color: #333;
  text-decoration: underline;
  transition: all 0.3s ease;
}

a:hover {
  color: #333;
  opacity: 0.8;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  background: #ff0000;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/**** /リセットスタイル ****/
@media screen and (min-width: 769px) {
  .spNone {
    display: none;
  }

  /*mv*/
  .mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: -14px;
  }
  .mv img {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .mv h1 img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 879px;
  }
  .mv .slider img {
    height: 600px;
  }

  .site_bg_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 100px;
  }

  .contents {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 147px;
    background: #fff;
    padding-bottom: 10px;
  }

  h3 {
    background: #d9e4d7;
    padding-left: 10px;
    font-weight: bold;
  }

  .community__title {
    text-align: center;
    padding: 45px 0 25px;
  }

  h3.about__title {
    text-align: center;
    padding: 40px 0 30px;
    background: none;
  }

  .instagram__title {
    text-align: center;
    padding: 20px 0 27px;
  }

  .introduction__title {
    text-align: center;
    padding: 17px 0 30px;
  }

  .about {
    position: relative;
  }

  .about::before {
    content: url(../img/classroom_leftside_bg01.png);
    position: absolute;
    display: block;
    top: 13%;
    left: -31%;
    transform: translateX(-50%);
    z-index: 1;
    height: 80%;
    pointer-events: none;
    overflow: hidden;
  }

  .about::after {
    content: url(../img/classroom_rightside_bg01.png);
    position: absolute;
    display: block;
    top: 0;
    left: 122%;
    height: 200%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }

  .about_pho {
    text-align: center;
  }

  .community, .introduction, .course {
    margin-bottom: 54px;
  }

  .about {
    margin-bottom: 92px;
  }

  .community, .about, .introduction p {
    font-size: 16px;
  }

  .detail_btn {
    text-align: center;
    padding: 40px 0 0;
  }

  .instagram_btn {
    text-align: center;
    padding: 50px 0 20px;
  }

  .inquiry_btn {
    text-align: center;
    margin: 50px 0 0;
  }

  .instagram {
    position: relative;
  }
  .instagram::after {
    content: "";
    background: url("../img/classroom_rightside_bg07.png");
    width: 143px;
    height: 148px;
    right: -193px;
    display: block;
    top: 655px;
    position: absolute;
  }

  .instagram_inner {
    position: relative;
  }

  .instagram::before {
    content: url(../img/classroom_leftside_bg02.png);
    position: absolute;
    display: block;
    top: 15%;
    left: -17%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .instagram_inner::after {
    content: url(../img/classroom_rightside_bg07.png);
    position: absolute;
    display: block;
    top: 67%;
    left: 115%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .instagram__pho {
    padding-top: 30px;
  }
  .instagram__pho iframe {
    width: 100%;
    height: 610px;
  }

  .access {
    margin-top: 92px;
    position: relative;
  }

  .access02 {
    position: relative;
    margin-top: 100px;
  }

  .access::before {
    content: url(../img/accsss_bg.png);
    position: absolute;
    display: block;
    top: -40%;
    left: -31%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .access::after {
    content: url(../img/accsss_right_bg.png);
    position: absolute;
    display: block;
    top: 74%;
    left: 110%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .access p {
    line-height: 1.6;
    padding: 10px 0;
  }

  .access_inner {
    max-width: 960px;
    /*margin: 60px auto 47px;*/
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }

  .access_inner_left {
    width: 47%;
    overflow: hidden;
  }

  .access_inner_right {
    width: 50%;
  }

  .map {
    width: 100%;
    height: 100%;
  }

  .map02 {
    border: 1px solid #417938;
    padding: 6px;
    text-align: center;
  }

  .copy {
    margin: 43px auto 115px;
    text-align: center;
  }

  /*教室について*/
  #about .mv img {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 600px;
  }

  .about_contents {
    width: 80%;
    margin: 0 auto;
    padding-top: 600px;
    background: #fff;
    padding-bottom: 10px;
  }

  .breadcrumb {
    padding: 25px 0px;
    margin-left: -5%;
  }

  .introduction__title {
    text-align: center;
    padding: 45px 0 40px;
  }

  .introduction_pho {
    padding-top: 33px;
  }

  .course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }

  .border_box {
    background: #f9f7f3;
    border-radius: 20px;
    position: relative;
    padding: 0 6% 5%;
  }
  .border_box::before {
    content: "";
    border: 2px dashed #ae8876;
    position: absolute;
    border-radius: 20px;
    left: 0;
    top: 0;
    margin: 6px;
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .border_box h3 {
    text-align: center;
    background: none;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
  }
  .border_box h3 img {
    margin-top: -33px;
  }

  .course_first {
    width: 46%;
    position: relative;
  }

  .tag {
    margin-bottom: 20px;
  }
  .tag img {
    margin-left: -5%;
  }

  .course_free {
    width: 50%;
  }

  .course p {
    font-size: 16px;
    line-height: 1.8;
  }

  .green {
    font-weight: bold;
    color: #417938;
  }

  h2.work__title {
    padding-bottom: 15px;
  }

  span.worker_name {
    font-weight: bold;
  }

  ul.work_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  ul.work_group01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  ul.work_group02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  ul.work_group02::after {
    content: "";
    background: url("../img/classroom_rightside_bg05.png");
    width: 293px;
    height: 293px;
    right: -293px;
    top: 209px;
    position: absolute;
  }

  li.work_item, li.work_item02 p {
    padding-top: 5px;
    line-height: 1.6;
    padding-bottom: 40px;
  }

  li.work_item {
    width: 30%;
  }

  li.work_item img, li.work_item02 img {
    margin-bottom: 15px;
  }

  li.work_item p {
    padding-top: 5px;
  }

  ul.work_group03 {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
  }
  ul.work_group03::before, ul.work_group03::after {
    content: "";
    position: absolute;
  }
  ul.work_group03::before {
    background: url("../img/classroom_leftside_bg05.png") no-repeat;
    background-size: 100%;
    width: 54px;
    height: 90px;
    left: -83px;
    top: 350px;
  }
  ul.work_group03::after {
    background: url("../img/classroom_rightside_bg06.png");
    width: 126px;
    height: 135px;
    right: 50px;
    top: 50px;
  }

  li.work_item02 {
    width: 30%;
    margin-right: 40px;
  }

  /*講師紹介*/
  .prof {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 100px;
  }

  h2.prof__title {
    position: absolute;
    top: -8%;
    left: 18%;
  }

  .prof__cont {
    display: flex;
    justify-content: space-between;
    padding: 110px 0 0;
  }

  .prof_pho {
    width: 50%;
  }

  .prof_pho img {
    max-width: initial;
  }

  .prof-text {
    padding-left: 40px;
    line-height: 1.8;
  }

  h4 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
  }

  /*よくある質問*/
  .question {
    position: relative;
    margin-bottom: 50px;
  }

  h2.question__title {
    position: absolute;
    top: -2.8%;
    left: 18%;
  }

  .question__cont {
    padding: 110px 0 0;
    position: relative;
  }

  ul.qa_group01 {
    position: relative;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group02 {
    padding-top: 24px;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group03 {
    padding-top: 24px;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group04 {
    padding-top: 24px;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group05 {
    padding-top: 24px;
  }

  .q_text {
    background: url(../img/question_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 10px 0 15px 70px;
  }

  .a_text {
    background: url(../img/answer_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 10px 0 25px 70px;
  }

  .qa_group05 .a_text {
    padding-bottom: 0;
  }

  .a_text02 {
    background: url(../img/answer_icon.png);
    background-repeat: no-repeat;
    padding-left: 70px;
    line-height: 1.6;
  }

  /*ボタンエリア*/
  .btn_area__cont {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 73px;
  }

  .btn_top {
    width: 50%;
  }

  .btn_inquiry {
    width: 50%;
    text-align: right;
  }

  /*キルト教室について　サイド背景画像エリア*/
  .introduction {
    position: relative;
    margin-bottom: 100px;
  }

  .introduction::before {
    content: url(../img/classroom_leftside_bg01.png);
    position: absolute;
    display: block;
    top: 3%;
    left: -31%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .introduction::after {
    content: url(../img/classroom_rightside_bg01.png);
    position: absolute;
    display: block;
    top: 21%;
    left: 122%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  /*生徒様の作品とコメント*/
  .work {
    position: relative;
  }
  .work::before {
    content: "";
    position: absolute;
    background: url("../img/classroom_rightside_bg03.png");
    width: 182px;
    height: 384px;
    top: -6px;
    right: -182px;
  }

  .work_group01::before {
    content: url(../img/classroom_leftside_bg04.png);
    position: absolute;
    display: block;
    top: -3%;
    left: -16%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  /*講師紹介*/
  .btn_area {
    position: relative;
  }

  .access02::after {
    content: url(../img/classroom_rightside_bg10.png);
    position: absolute;
    display: block;
    top: 100%;
    left: 111%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }
}
/*SP用*/
@media screen and (max-width: 768px) {
  .pcNone {
    display: none;
  }

  body {
    font-size: 14px;
    line-height: 1.7;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mv {
    width: 100vw;
    margin: 0 auto;
    position: relative;
    margin-bottom: -14px;
  }

  .mv__inner img {
    /*width: 100vw;*/
    max-width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }

  .slider img {
    /*width: 100vw;*/
    max-width: 100%;
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .contents img {
    width: 100%;
  }

  /*.contents p {
  	line-height: 1.4;
  }*/
  .about {
    margin-top: 50px;
  }

  .accces_title img {
    width: 40vw;
  }

  .contents {
    margin: 0 auto 20px;
    padding: 90px 15px 0;
    /*width: 320px;*/
    position: relative;
    background: #FFF;
  }

  .detail_btn, .instagram_btn {
    text-align: center;
    padding: 20px 0 50px;
  }

  .inquiry_btn {
    text-align: center;
    padding: 20px 0 47px;
  }

  .detail_btn, .instagram_btn, .inquiry_btn img {
    width: 80%;
    margin: 0 auto;
  }

  /*アクセス*/
  h3 {
    background: #d9e4d7;
    padding-left: 10px;
    font-weight: bold;
  }

  .about_pho {
    text-align: center;
    padding-bottom: 17px;
  }

  .inquiry_btn::after {
    content: url("../img/cat_icon_topSP.png");
    position: absolute;
    display: block;
    top: 99%;
    right: 0;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .access_inner_left {
    /*height: 325px;*/
    overflow: hidden;
  }

  .map {
    width: 100%;
    height: 300px;
  }

  .copy {
    text-align: center;
    padding: 10px 0 22px;
  }

  /*教室について*/
  .mvAbout__inner img {
    width: 100%;
  }

  .about_contents {
    margin: 15px auto 20px;
    padding: 35px 8px 28px;
    /*width: 320px;*/
    position: relative;
    background: #FFF;
  }

  .about_contents img {
    width: 100%;
  }

  .about_accces_title img {
    width: 50vw !important;
  }

  .course {
    position: relative;
    margin-top: 50px;
  }
  .course h3 {
    position: relative;
  }

  .course h3::before {
    content: url(../img/tag_left_icon.png);
    position: absolute;
    display: block;
    top: 100%;
    right: 77%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .course h3::after {
    content: url(../img/tag_right_icon.png);
    position: absolute;
    display: block;
    top: 100%;
    right: 2%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .border_box {
    background: #f9f7f3;
    border-radius: 20px;
    position: relative;
    padding: 0 6% 5%;
  }
  .border_box::before {
    content: "";
    border: 2px dashed #ae8876;
    position: absolute;
    border-radius: 20px;
    left: 0;
    top: 0;
    margin: 2%;
    display: block;
    width: calc(100% - 5%);
    height: calc(100% - 2%);
  }
  .border_box h3 {
    text-align: center;
    background: none;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
  }
  .border_box h3 img {
    margin-top: -33px;
  }
  .border_box.question h3 img {
    margin-top: -13px;
  }

  .course p {
    padding: 0 10px;
  }

  .tag {
    width: 50%;
    margin: 0 auto;
  }

  .tag01 {
    padding-top: 38px;
  }

  .tag02 {
    padding-top: 18px;
  }

  .course__title {
    position: absolute;
    top: -4%;
  }

  .green {
    font-weight: bold;
    color: #417938;
  }

  h2.work__title {
    width: 70%;
    padding: 10px 0;
  }

  span.worker_name {
    font-weight: bold;
  }

  .prof {
    position: relative;
    margin-top: 50px;
  }

  h4 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 20px;
  }

  .prof-text {
    text-align: left;
  }

  .prof__title {
    position: absolute;
    top: -4%;
  }

  .prof_pho {
    margin-bottom: 20px;
  }

  .prof_pho img {
    padding-top: 60px;
  }

  .prof__cont {
    text-align: center;
  }

  .question {
    position: relative;
    margin-top: 90px;
  }

  .question__cont {
    padding: 10px 0 0;
    position: relative;
  }

  ul.qa_group01 {
    position: relative;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group02 {
    padding-top: 15px;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group03 {
    padding-top: 15px;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group04 {
    padding-top: 15px;
    border-bottom: 1px solid #bd9e8f;
  }

  ul.qa_group05 {
    padding-top: 15px;
  }

  .q_text {
    background: url(../img/question_icon.png);
    background-repeat: no-repeat;
    background-size: 35px auto;
    padding: 10px 0 15px 50px;
    line-height: 1.4;
  }

  .a_text {
    background: url(../img/answer_icon.png);
    background-repeat: no-repeat;
    background-size: 35px auto;
    padding: 10px 0 20px 50px;
    line-height: 1.4;
  }

  .a_text02 {
    background: url(../img/answer_icon.png);
    background-repeat: no-repeat;
    background-size: 15% auto;
    padding: 5px 0 15px 50px;
    line-height: 1.4;
  }

  .space {
    padding-top: 15px;
  }

  .btn_area__cont img {
    width: 80%;
  }

  .btn_top {
    text-align: center;
    margin-top: 20px;
  }

  .btn_inquiry {
    text-align: center;
    margin-top: 20px;
  }

  .access02 {
    margin-top: 50px;
    position: relative;
  }

  .access02::after {
    content: url(../img/cat_icon_aboutSP.png);
    background-size: 15% auto;
    position: absolute;
    display: block;
    top: 99%;
    right: -9%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .map02 {
    margin: 15px 0;
  }

  .map02 img {
    border: 1px solid #417938;
  }

  li.work_item {
    padding-bottom: 50px;
  }

  li.work_item02 {
    padding-bottom: 50px;
  }

  .introduction__cont p {
    padding-bottom: 20px;
  }

  h3.course__title {
    background: none;
  }

  .site_bg_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    /*padding-bottom: 48px;*/
  }

  .community__cont {
    padding-top: 24px;
  }

  h3.about__title {
    text-align: center;
    padding-bottom: 23px;
    background: none;
  }

  h2.instagram__title {
    padding-bottom: 24px;
  }

  .instagram__pho {
    padding: 17px 0 0;
    height: 61vw;
  }
  .instagram__pho iframe {
    width: 100%;
    height: 100%;
  }

  h2.accces_title {
    padding-bottom: 5px;
  }

  h2.introduction__title {
    padding-bottom: 30px;
  }
}
