@charset "UTF-8";

/*********************
HOME
*********************/

.paragraph {
  line-height: 2;
}

p.paragraph {
  margin-bottom: 1.4em;
}

@media screen and (max-width: 768px) {
  .paragraph {
    line-height: 1.8;
  }
}

.nami {
  width: fit-content;
  color: var(--sub-color);
  line-height: 2.2;
}

.nami>span {
  display: inline;
  background: url(../images/nami-line.png) repeat-x left bottom;
  background-size: 400px;
  padding-bottom: 7px;
}

.nami>small {
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
  font-weight: 500;
}

.nami.white {
  color: white;
}

.nami.white>span {
  background-image: url(../images/nami-line-wh.png);
}

.nami.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fixed-wrapper {
  position: relative;
}

.fixed-wrapper .fixed {
  position: sticky;
  top: 130px;
}

@media screen and (min-width: 1101px) {
  .col2 {
    display: flex;
  }

  .col2 .side {
    width: 30%;
    min-width: 280px;
  }

  .col2 .main {
    width: 70%;
    max-width: calc(100% - 280px);
  }
}

@media screen and (max-width: 1100px) {
  .col2 .side {
    margin-bottom: 40px;
  }

  .nami>small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
  }
}

.dog-ill {
  text-align: center;
}

.dog-ill img {
  width: 60%;
  max-width: 200px;
}

/*********************
MAINPICT
*********************/

#home-mainpict {
  margin: 0 20px;
    background: #f6c3c8;
    margin: 0 20px;
    border-radius: 40px;
}

@media screen and (min-width: 1101px) {
  #home-mainpict article {
    display: flex;
    align-items: center;
  }
  #home-mainpict .pict {
    width: auto;
    margin: -20px 0 -20px -10px;
  }
  #home-mainpict .inner {
    width: auto;
    padding: 2em;
  }
#home-mainpict .title {
  max-width: 600px;
  margin-bottom: 2em;
}
}

@media screen and (max-width: 1100px) {
  #home-mainpict {
  margin: 0;
    border-radius: 30px;
    overflow: hidden;
}

#home-mainpict article {
  padding: 0;
}
  #home-mainpict .pict {
    margin: 0 -20px;
  }
#home-mainpict .title {
  width: 70%;
  max-width: 440px;
  margin: 2em 2em 3em;
}
  #home-mainpict .btn {
    margin-bottom: 30vw;
  }

}

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


/*********************
LEAD
*********************/
#section-lead .main {
  font-size: 1.1em;
  line-height: 2;
}

/*********************
INFORMATION
*********************/

#section-info .info-inner .inner {
  padding: 1.3em 2.4em;
  background-color: white;
  border-radius: 5em;
  margin-bottom: 10px;
}

#section-info .info-inner .inner:last-of-type {
  margin-bottom: 0;
}

#section-info .info-inner header {
  font-size: .9em;
  margin-bottom: .4em;
}

#section-info .info-inner header .date {
  color: #666;
  font-family: var(--EN-gothic);
  letter-spacing: 1px;
  margin-right: 1em;
}

#section-info .info-inner header .cat {
  background: #ece8e1;
  padding: .3em 1em .4em;
  font-size: 1.1rem;
}

#section-info .info-inner header .cat.important {
  background: var(--append-color);
}

@media screen and (min-width: 881px) {
  #section-info .info-inner {
    display: flex;
    padding: 3em;
    background: var(--bg-color-pale);
    border-radius: var(--round-style);
    font-size: .9em;
  }

  #section-info .info-inner h3 {
    width: 10em;
  }

  #section-info .info-inner .info-body {
    width: calc(100% - 10em);
  }
}

@media screen and (max-width: 880px) {
  #section-info .info-inner .inner {
    padding: 1.3em 2.2em;
    background-color: var(--bg-color-pale);
    font-size: .9em;
  }
}

/*********************
TRAINING
*********************/

h2.layered {
  margin-bottom: -.5em;
}

h2.layered+.box {
  padding-top: 3.5em;
}

.training-wrapper h5 {
  margin-top: 23px;
  margin-bottom: 1em;
  position: relative;
  padding-left: 45px;
}

.training-wrapper h5::before {
  position: absolute;
  top: calc(50% - 23px);
  left: 0;
  content: "";
  background: url(../images/icon-wan.png) no-repeat center;
  background-size: contain;
  width: 38px;
  height: 46px;
}

.training-wrapper .inner .body {
  margin-bottom: 1em;
  line-height: 1.8;
}

.training-wrapper .inner figure img {
  border-radius: 3px;
}

@media screen and (min-width: 880px) {
  .training-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }

  .training-wrapper .inner {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .training-wrapper .inner .body {
    font-size: .94em;
  }
}

@media screen and (max-width: 879px) {
  .training-wrapper .inner {
    margin-bottom: 60px;
  }

  .training-wrapper .inner:last-of-type {
    margin-bottom: 0;
  }
}

/*********************
POINT
*********************/
.point-list {
  border: 2px solid var(--sub-color);
  border-radius: 20px;
  padding: 40px;
}

.point-list h4 {
  text-align: center;
  margin-bottom: .5em;
}

.point-list>div {
  position: relative;
}

.point-list>div::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  color: var(--sub-color);
  font-size: 2em;
  font-weight: 600;
  font-family: var(--EN-gothic);
}

.point-list>div.point01::after {
  content: "01";
}

.point-list>div.point02::after {
  content: "02";
}

.point-list>div.point03::after {
  content: "03";
}

.point-list figure {
  text-align: center;
  margin-bottom: .5em;
}

.point-list figure img {
  width: 90%;
  max-width: 180px;
  border-radius: 40px;
}

.point-list h4 {
  margin-bottom: 1em;
}

.point-list div.body {
  line-height: 1.8;
}

@media screen and (min-width: 880px) {
  .point-list {
    display: flex;
    gap: 80px;
  }

  .point-list>div {
    font-size: .94em;
  }

  .point-list>div::before {
    position: absolute;
    left: -40px;
    top: 2%;
    display: block;
    content: "";
    width: 2px;
    height: 96%;
    background-color: var(--sub-color);
  }

  .point-list>div:first-of-type::before {
    content: none;
  }
}

@media screen and (max-width: 879px) {
  .point-list {
    padding: 1.8em 1em;
  }

  .point-list>div {
    border-bottom: 1px dashed var(--sub-color);
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }

  .point-list>div:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .point-list>div::after {
    left: 0;
    top: -10px;
  }
}

/*********************
GALLERY
*********************/
.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 880px) {
  .gallery-wrapper img {
  width: 20%;
}
}

@media screen and (max-width: 879px) {
  .gallery-wrapper img {
  width: calc(100% / 3 );
}
  .gallery-wrapper img:nth-of-type(10) {
  display: none;
}
}

/*********************
PRICE
*********************/
#section-price {
  background-color: var(--sub-color);
  color: white;
}

.price-wrapper .inner {
  font-size: .9em;
  border-radius: 20px;
  padding: 1.4em;
}

.price-wrapper .primary {
  background: rgba(255, 255, 255, .05);
}

.price-wrapper .secondary .inner {
  border: 1px solid white;
}

#section-price .trial-lesson,
#section-price .trial-lesson h4 {
  color: var(--sub-color);
}


@media screen and (min-width: 880px) {
  .price-wrapper {
    display: flex;
    gap: 40px;
  }

  .price-wrapper>div {
    width: calc(50% - 20px);
  }
}

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


/*********************
VOICE
*********************/
.voice-wrapper .inner {
  border-radius: 20px;
  border: 2px solid var(--sub-color);
}

.voice-wrapper .inner figure img {
  border-radius: 3px;
}

@media screen and (min-width: 880px) {
  .voice-wrapper .inner {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding: 2.4em;
    margin-bottom: 40px;
  }

  .voice-wrapper .inner figure {
    width: 30%;
  }

  .voice-wrapper .inner .body {
    width: calc(70% - 40px);
  }
}

@media screen and (max-width: 879px) {
  .voice-wrapper .inner {
    padding: 1.4em 1em;
    margin-bottom: 10px;
  }

  .voice-wrapper .inner figure {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 1em;
  }
}

.voice-wrapper .inner:last-of-type {
  margin-bottom: 0;
}

/*********************
COLUMN
*********************/

/* column-front */
.column-wrapper {
  display: flex;
  gap: 30px;
  position: relative;
}

.column-wrapper .column-inner {
  position: relative;
  transition: .2s;
}

.column-wrapper .column-inner figure.thumb {
  margin-bottom: 1em;
  overflow: hidden;
}

.column-wrapper .column-inner figure.thumb img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.column-wrapper .column-inner .info {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: .5em;
}

.column-wrapper .column-inner .date {
  font-size: .8em;
  margin-right: .6em;
  font-family: var(--EN-gothic);
  font-weight: 500;
  margin-bottom: .5em;
}

.column-wrapper .column-inner .cat {
  font-size: 1.1rem;
  display: block;
  background: #efefef;
  padding: 2px 10px;
  border-radius: 20px;
}

.column-wrapper .column-inner:hover {
  opacity: .6;
}

.column-wrapper .column-inner:hover img {
  transform: scale(1.05);
}

.column-wrapper .column-inner a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.column-wrapper .column-inner a::before {
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 3px;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: var(--sub-color);
}
.column-wrapper .column-inner a::after {
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  content: "";
  background: url(../images/ar.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.column-wrapper .column-inner .description {
  font-weight: 600;
  font-size: .9em;
}

@media screen and (min-width: 1300px) {
  .column-wrapper .column-inner {
    width: calc((100% - 120px) / 5);
  }

}

@media screen and (max-width: 1199px) {
  .column-wrapper {
    flex-wrap: wrap;
  }

  .column-wrapper .column-inner {
    width: calc(33.33% - 20px);
  }

}

@media screen and (max-width: 679px) {
  .column-wrapper .column-inner {
    width: calc(50% - 15px);
  }

}


/*********************
FAQ
*********************/

.faq-wrapper dl {
  border-top: 1px dashed var(--sub-color);
}

.faq-wrapper dt,
.faq-wrapper dd {
  display: flex;
  position: relative;
  font-weight: 500;
}

.faq-wrapper dt {
  align-items: center;
  padding: 1em 35px 1em .5em;
  cursor: pointer;
  transition: .2s;
}

.faq-wrapper dt:hover {
  background: var(--bg-color-pale);
  color: var(--sub-color);
}

.faq-wrapper dt.active {
  background: var(--bg-color-pale);
  color: var(--sub-color);
}

.faq-wrapper dt::before {
  display: block;
  content: "Q.";
  font-weight: 600;
  font-size: 24px;
  margin-right: 10px;
  color: var(--sub-color);
}

.faq-wrapper dt::after {
  content: "＋";
  position: absolute;
  right: 10px;
  font-size: 1.2em;
  color: var(--sub-color);
}

.faq-wrapper dt.active::after {
  content: "－";
}

.faq-wrapper dd {
  padding: 1.8em 1em;
  display: none;
  line-height: 2;
  font-size: .9em;
}

@media screen and (max-width: 680px) {
  .faq-wrapper dt {
    padding: 10px 30px 10px 10px;
    font-size: 1em;
  }

  .faq-wrapper dd {
    padding: 15px;
  }

  .faq-wrapper dt::before {
    font-size: 20px;
  }
}

/*********************
FOOT-LINE
*********************/
#section-contact {
  background-color: var(--sub-color);
  color: white;
}

#section-contact article>div {
  padding: 2em 2.4em;
}

#section-contact .primary {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .6);
  background: var(--sub-color) url(../../images/foot-line-bg.jpg) no-repeat center;
  background-size: cover;
}

#section-contact .qr {
  position: relative;
  margin-top: 1em;
  max-width: 120px;
}

@media all and (min-width: 1000px) {
  #section-contact article {
    display: flex;
    align-self: stretch;
  }

  #section-contact .primary {
    width: 50%;
    display: flex;
    align-items: center;
  }

  #section-contact .secondary {
    width: 50%;
  }
}

@media all and (max-width: 1400px) {
  #section-contact .primary {
    font-size: 2em;
    padding: 40px;
  }

  #section-contact .secondary {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 680px) {
  #section-contact .qr {
    margin: 1em auto 0;
  }
  #section-contact .qr a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*********************
SIDE
*********************/
.side-btn {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 65px;
  transition: .2s;
}

.side-btn a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.side-btn.hide {
  left: -65px;
}

@media all and (max-width: 1400px) {
  .side-btn {
    display: none;
  }
}