@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

/* fv
============================================================ */
#home .fv {
  margin-top: -290px;
}
@media screen and (max-width: 811px) {
  #home .fv {
    margin-top: -80px;
  }
}
@media screen and (max-width: 450px) {
  #home .fv {
    margin-top: -100px;
  }
}

#home .fv__img {
  width: 100%;
  max-width: 2000px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
#home .fv__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#home .fv__textbox {
  text-align: center;
}

#home .fv__concept {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  margin-top: 130px;
  font-weight: 1000;
  font-size: 36px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 811px) {
  #home .fv__concept {
    margin-top: 120px;
    font-size: 23px;
    line-height: 2.7826086957;
  }
}
@media screen and (max-width: 370px) {
  #home .fv__concept {
    line-height: 1.5;
  }
}

#home .fv__concept--first {
  margin-right: 82px;
  margin-left: 58px;
}
@media screen and (max-width: 860px) {
  #home .fv__concept--first {
    margin-left: 20px;
  }
}
@media screen and (max-width: 811px) {
  #home .fv__concept--first {
    margin-right: 30px;
    margin-left: 0;
  }
}

#home .fv__text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  margin-right: 300px;
  text-align: start;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  #home .fv__text {
    margin-right: 100px;
  }
}
@media screen and (max-width: 811px) {
  #home .fv__text {
    margin-right: 10px;
  }
}

#home .fv__text p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 3.6;
}
@media screen and (max-width: 811px) {
  #home .fv__text p {
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 2.3125;
  }
}

/* news
============================================================ */
#home .news {
  margin-top: 335px;
}
@media screen and (max-width: 811px) {
  #home .news {
    margin-top: 190px;
  }
}

#home .news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 811px) {
  #home .news__inner {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 481px) {
  #home .news__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

#home .news__inner::before {
  z-index: -10;
  position: absolute;
  top: -100%;
  width: 100%;
  height: 300%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f7fa;
  content: "";
}
@media screen and (max-width: 1200px) {
  #home .news__inner::before {
    -webkit-transform: translateX(-50%);
    top: -100%;
    left: 50%;
    height: 300%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 811px) {
  #home .news__inner::before {
    top: -40%;
    height: 170%;
  }
}
@media screen and (max-width: 481px) {
  #home .news__inner::before {
    top: -40%;
  }
}

#home .news__title {
  position: relative;
  margin-left: 116px;
}
@media screen and (max-width: 1040px) {
  #home .news__title {
    margin-left: 40px;
  }
}
@media screen and (max-width: 811px) {
  #home .news__title {
    margin-left: 0;
    text-align: center;
  }
}

#home .news__title::after {
  position: absolute;
  top: 0;
  left: 160%;
  width: 1px;
  height: 100%;
  background-color: #cdc3cd;
  content: "";
}
@media screen and (max-width: 1100px) {
  #home .news__title::after {
    left: 125%;
  }
}
@media screen and (max-width: 811px) {
  #home .news__title::after {
    position: static;
  }
}

#home .news__title h2 {
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #home .news__title h2 {
    font-size: 24px;
  }
}

#home .news__btn {
  margin-top: 20px;
  margin-left: -6px;
}

#home .news__container {
  margin-left: 170px;
}
@media screen and (max-width: 1100px) {
  #home .news__container {
    margin-left: 70px;
  }
}
@media screen and (max-width: 811px) {
  #home .news__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: grid;
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 481px) {
  #home .news__container {
    display: block;
    width: 100%;
    margin-left: 54px;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#home .news__btn-sp {
  margin-top: 50px;
  text-align: center;
}

#home .news .list__btn {
  display: inline-block;
  position: relative;
  width: 140px;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 48px;
  padding-right: 3rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 0.813vw;
}
@media screen and (min-width: 1600px) {
  #home .news .list__btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 811px) {
  #home .news .list__btn {
    font-size: 13px;
  }
}

#home .news .list__btn::after {
  /* 好みで色を変えてください */
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: solid 1px #666;
  /* 好みで色を変えてください */
  border-right: solid 1px #666;
  content: "";
}

.news__list .new {
  color: #b11d2c;
}

/* about-temari
============================================================ */
#home .about-temari {
  margin-top: 442px;
}
@media screen and (max-width: 811px) {
  #home .about-temari {
    position: relative;
    margin-top: 190px;
  }
}

@media screen and (max-width: 811px) {
  #home .about-temari::before {
    display: inline-block;
    z-index: -10;
    position: absolute;
    top: 20%;
    right: 0;
    width: 100%;
    height: 85%;
    background-image: url(../images/common/background.jpg);
    background-position: center;
    background-size: cover;
    content: "";
  }
}

#home .about-temari__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#home .about-temari__body {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 811px) {
  #home .about-temari__body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

#home .about-temari__inner h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: -16%;
  right: 2.2%;
  font-size: 30px;
  line-height: 1.75;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  #home .about-temari__inner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 811px) {
  #home .about-temari__inner h2 {
    right: 10%;
    font-size: 24px;
    line-height: 1.7407407407;
  }
}
@media screen and (max-width: 480px) {
  #home .about-temari__inner h2 {
    right: 4%;
  }
}
@media screen and (max-width: 481px) {
  #home .about-temari__inner h2 {
    top: -6%;
  }
}
@media screen and (max-width: 450px) {
  #home .about-temari__inner h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  #home .about-temari__inner h2 {
    right: 0%;
  }
}

#home .about-temari__box {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
}
@media screen and (max-width: 811px) {
  #home .about-temari__box {
    display: block;
  }
}

#home .about-temari__box::before {
  display: inline-block;
  z-index: -10;
  position: absolute;
  top: 10%;
  right: 0;
  width: 90%;
  height: 120%;
  background-image: url(../images/common/background.jpg);
  background-position: center;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 811px) {
  #home .about-temari__box::before {
    background-image: none;
  }
}

#home .about-temari__text {
  margin-bottom: 86px;
  margin-left: 30px;
}
@media screen and (max-width: 1090px) {
  #home .about-temari__text {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 811px) {
  #home .about-temari__text {
    margin-right: auto;
    margin-left: auto;
  }
}

#home .about-temari__text p {
  font-size: 17px;
}
@media screen and (max-width: 1090px) {
  #home .about-temari__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 811px) {
  #home .about-temari__text p {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.01em;
  }
}

#home .about-temari__btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-right: 110px;
}
@media screen and (max-width: 811px) {
  #home .about-temari__btn {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
  }
}

/* about-history
============================================================ */
#home .about-history {
  margin-top: 370px;
}
@media screen and (max-width: 811px) {
  #home .about-history {
    position: relative;
    margin-top: 160px;
  }
}

@media screen and (max-width: 811px) {
  #home .about-history::before {
    display: inline-block;
    z-index: -10;
    position: absolute;
    top: 22%;
    right: 0;
    width: 100%;
    height: 82%;
    background-image: url(../images/common/background.jpg);
    background-position: center;
    background-size: cover;
    content: "";
  }
}

#home .about-history__body {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 811px) {
  #home .about-history__body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

#home .about-history__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#home .about-history__inner h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: -16%;
  left: 2%;
  font-size: 30px;
  line-height: 1.75;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1000px) {
  #home .about-history__inner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 811px) {
  #home .about-history__inner h2 {
    top: -5%;
  }
}
@media screen and (max-width: 450px) {
  #home .about-history__inner h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  #home .about-history__inner h2 {
    left: 0;
  }
}

#home .about-history__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-flow: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 811px) {
  #home .about-history__box {
    display: block;
  }
}

#home .about-history__box::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 10%;
  left: 0;
  width: 90%;
  height: 120%;
  background-image: url(../images/common/background.jpg);
  background-position: center;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 811px) {
  #home .about-history__box::before {
    background-image: none;
  }
}

#home .about-history__text {
  margin-bottom: 40px;
  margin-left: 38px;
}
@media screen and (max-width: 1120px) {
  #home .about-history__text {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 811px) {
  #home .about-history__text {
    margin-left: 0;
  }
}

#home .about-history__text p {
  font-size: 17px;
}
@media screen and (max-width: 1120px) {
  #home .about-history__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 811px) {
  #home .about-history__text p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 811px) {
  #home .about-history__img {
    margin-left: auto;
  }
}

#home .about-history__btn {
  margin-left: 44px;
}
@media screen and (max-width: 811px) {
  #home .about-history__btn {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  #home .about-history__btn {
    margin-top: -20px;
    margin-right: 40px;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  #home .about-history__btn {
    margin-top: 0px;
  }
}

/* about-service
============================================================ */
#home .about-service {
  margin-top: 308px;
}
@media screen and (max-width: 811px) {
  #home .about-service {
    margin-top: 140px;
  }
}

#home .about-service__body {
  padding-right: 20px;
  padding-left: 20px;
}

#home .about-service__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 811px) {
  #home .about-service__inner {
    display: block;
  }
}

#home .about-service__experience {
  width: 47.5%;
}
@media screen and (max-width: 811px) {
  #home .about-service__experience {
    width: 100%;
  }
}

#home .about-service__experience h2 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  #home .about-service__experience h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 811px) {
  #home .about-service__experience--card {
    margin-top: 20px;
  }
}

#home .about-service__classroom {
  width: 47.5%;
  margin-left: 60px;
}
@media screen and (max-width: 811px) {
  #home .about-service__classroom {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

#home .about-service__classroom h2 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  #home .about-service__classroom h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 811px) {
  #home .about-service .classroom-btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 481px) {
  #home .about-service .classroom-btn {
    margin-top: 6px;
  }
}
@media screen and (max-width: 400px) {
  #home .about-service .classroom-btn {
    margin-top: 24px;
  }
}

#home .about-service .card__btn {
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  #home .about-service .card__btn {
    margin-top: 24px;
    margin-right: 34px;
    text-align: center;
  }
}

#home .about-service .card__img {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin-top: 30px;
  padding-top: 50.3509%;
}
@media screen and (max-width: 811px) {
  #home .about-service .card__img {
    width: 74%;
    min-width: 320px;
    max-width: initial;
    max-width: 570px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 38%;
  }
}
@media screen and (max-width: 481px) {
  #home .about-service .card__img {
    width: 100%;
    min-width: 200px;
    max-width: 420px;
    padding-top: 48%;
  }
}

#home .about-service .card__img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

#home .about-service .card__text {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 811px) {
  #home .about-service .card__text {
    padding-left: 8px;
    font-size: 16px;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 495px) {
  #home .about-service .card__text {
    font-size: 16px;
    text-align: left;
  }
}

/* about-workshop
============================================================ */
#home .about-workshop {
  position: relative;
  margin-top: 385px;
}
@media screen and (max-width: 811px) {
  #home .about-workshop {
    margin-top: 214px;
  }
}

#home .about-workshop::before {
  z-index: -10;
  position: absolute;
  top: -30%;
  width: 100%;
  height: 160%;
  background-image: url(../images/common/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 811px) {
  #home .about-workshop::before {
    top: -11%;
    height: 124%;
  }
}

#home .about-workshop__body {
  padding-right: 20px;
  padding-left: 20px;
}

#home .about-workshop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__inner {
    display: block;
  }
}

#home .about-workshop__sptitle {
  font-size: 24px;
  text-align: center;
}

#home .about-workshop__imgbody {
  width: 47.25%;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__imgbody {
    width: 100%;
  }
}

#home .about-workshop__img {
  width: 100%;
  max-width: 567px;
  height: auto;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__img {
    max-width: 420px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
#home .about-workshop__img img {
  width: 100%;
  height: 100%;
}

#home .about-workshop__textbox {
  width: 52.75%;
  max-width: 550px;
  margin-left: 60px;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__textbox {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 481px) {
  #home .about-workshop__textbox {
    margin-top: 0;
  }
}

#home .about-workshop__textbox h2 {
  font-size: 30px;
}

#home .about-workshop__text {
  margin-top: 44px;
  font-size: 16px;
  line-height: 2.1875;
  text-align: justify;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__text {
    margin-top: 10px;
    padding-left: 10px;
    line-height: 1.875;
    letter-spacing: 0.01em;
  }
}

#home .about-workshop__address {
  margin-top: 42px;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__address {
    margin-top: 32px;
    font-size: 16px;
  }
}

#home .about-workshop .line-change {
  display: none;
}
@media screen and (max-width: 450px) {
  #home .about-workshop .line-change {
    display: block;
  }
}

#home .about-workshop__teldate {
  margin-top: 12px;
}
@media screen and (max-width: 811px) {
  #home .about-workshop__teldate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
}

#home .about-workshop__day {
  margin-left: 22px;
}
@media screen and (max-width: 481px) {
  #home .about-workshop__day {
    display: block;
    margin-top: 0;
    margin-left: 50px;
  }
}

#home .about-workshop__btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-left: 10px;
}
@media screen and (max-width: 1040px) {
  #home .about-workshop__btnlist {
    display: block;
  }
}
@media screen and (max-width: 811px) {
  #home .about-workshop__btnlist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 481px) {
  #home .about-workshop__btnlist {
    margin-top: 40px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  #home .about-workshop__btnlist {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 481px) {
  #home .about-workshop__btn--detail {
    margin-right: 20px;
  }
}

#home .about-workshop__btn--access {
  margin-left: 86px;
}
@media screen and (max-width: 1040px) {
  #home .about-workshop__btn--access {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 811px) {
  #home .about-workshop__btn--access {
    margin-top: 0;
    margin-left: 72px;
  }
}
@media screen and (max-width: 479px) {
  #home .about-workshop__btn--access {
    margin-top: 30px;
    margin-right: 16px;
    margin-left: 0;
  }
}

/* contact
============================================================ */
#home .contact {
  margin-top: 374px;
}
@media screen and (max-width: 811px) {
  #home .contact {
    margin-top: 214px;
  }
}

#home .contact__body {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 811px) {
  #home .contact__body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

#home .contact__inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#home .contact__tiitle {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  #home .contact__tiitle {
    font-size: 24px;
    letter-spacing: 0em;
  }
}

#home .contact__text {
  margin-top: 42px;
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  #home .contact__text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.5833333333;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  #home .contact__text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.5833333333;
    letter-spacing: 0.01em;
    text-align: left;
  }
}

#home .contact__method {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 811px) {
  #home .contact__method {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  #home .contact__method {
    margin-top: 20px;
  }
}

#home .contact__tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 498px;
  height: 140px;
  margin-right: 38px;
  border-radius: 25px;
  background-color: #f7e5ed;
}
@media screen and (max-width: 811px) {
  #home .contact__tel {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 811px) {
  #home .contact__tel {
    max-width: 330px;
    height: 75px;
    border-radius: 15px;
  }
}

#home .contact__telbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#home .contact__tel--img {
  width: 100%;
  max-width: 67px;
  height: auto;
  margin-left: 70px;
}
@media screen and (max-width: 811px) {
  #home .contact__tel--img {
    max-width: 40px;
    margin-left: 30px;
  }
}
#home .contact__tel--img img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#home .contact__tel-number {
  margin-left: 30px;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  #home .contact__tel-number {
    font-size: 20px;
  }
}
@media screen and (max-width: 811px) {
  #home .contact__tel-number {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  #home .contact__tel-number {
    font-size: 20px;
  }
}

#home .contact__mail {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 498px;
  height: 140px;
  margin-left: 38px;
  border-radius: 25px;
  background-color: #f7e5ed;
}
@media screen and (max-width: 811px) {
  #home .contact__mail {
    max-width: 330px;
    height: 75px;
    margin-top: 16px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
  }
}

#home .contact__mailbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#home .contact__mail-text {
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  #home .contact__mail-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  #home .contact__mail-text {
    font-size: 20px;
  }
}

#home .contact__mail--img {
  width: 100%;
  max-width: 70px;
  height: auto;
  margin-left: 70px;
}
@media screen and (max-width: 811px) {
  #home .contact__mail--img {
    max-width: 40px;
    margin-left: 30px;
  }
}
#home .contact__mail--img img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#home .contact__mail-text {
  margin-left: 50px;
}
@media screen and (max-width: 481px) {
  #home .contact__mail-text {
    margin-left: 30px;
  }
}

#home .contact__introduce {
  margin-top: 10px;
  margin-left: 130px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #home .contact__introduce {
    margin-left: 50px;
  }
}
@media screen and (max-width: 950px) {
  #home .contact__introduce {
    margin-left: 10px;
  }
}
@media screen and (max-width: 811px) {
  #home .contact__introduce {
    text-align: center;
  }
}

#home .contact__introduce-sp {
  text-align: center;
}

#home .contact .sp-holiday {
  display: block;
}

#home .contact .sp-bussines-hours {
  display: block;
  margin-left: -18px;
}

/* instagram
============================================================ */
#home .instagram {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 811px) {
  #home .instagram {
    margin-top: 214px;
  }
}

#home .instagram__body {
  padding-right: 5px;
  padding-left: 5px;
}

#home .instagram::before {
  display: inline-block;
  z-index: -10;
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #fafafb;
  content: "";
}

#home .instagram__inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#home .instagram__inner h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 811px) {
  #home .instagram__inner h2 {
    font-size: 24px;
  }
}

#home .instagram__list {
 margin-top: 60px;
}

#home .instagram__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#home .instagram__img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

#home .instagram__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
}
@media screen and (max-width: 481px) {
  #home .instagram__lead {
    margin-top: 26px;
  }
}

#home .instagram__iconimg {
  max-width: 50px;
  height: auto;
}
@media screen and (max-width: 481px) {
  #home .instagram__iconimg {
    max-width: 40px;
  }
}
#home .instagram__iconimg img {
  -o-object-position: center;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#home .instagram__heading {
  margin-left: 20px;
}
@media screen and (max-width: 481px) {
  #home .instagram__heading {
    font-size: 15px;
    letter-spacing: 0.01em;
  }
}

/* check
============================================================ */
#home .check__img {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  padding-top: 37.14285%;
}
@media screen and (max-width: 811px) {
  #home .check__img {
    max-width: 350px;
    padding-top: 40.14285%;
  }
}
@media screen and (max-width: 620px) {
  #home .check__img {
    max-width: 300px;
    padding-top: 40%;
  }
}
@media screen and (max-width: 481px) {
  #home .check__img {
    max-width: 280px;
    padding-top: 42.14285%;
  }
}
@media screen and (max-width: 400px) {
  #home .check__img {
    max-width: 220px;
    padding-top: 50%;
  }
}
@media screen and (max-width: 350px) {
  #home .check__img {
    max-width: 180px;
    padding-top: 50%;
  }
}

#home .check__img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
          transform: translate(-50%, -50%);
}

#home .check__text {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 811px) {
  #home .check__text {
    max-width: none;
    max-width: initial;
  }
}

#home .check__text p {
  font-size: 17px;
  line-height: 2.2352941176;
}

/* btn
============================================================ */
#home .btn {
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 46px;
  background-color: #fff;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 811px) {
  #home .btn {
    padding: 10px 40px 10px 40px;
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}

#home .btn::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 80%;
  width: 70px;
  height: 1.5px;
          transform: translateY(-50%);
  background-color: #bfb2be;
  content: "";
}
@media screen and (max-width: 811px) {
  #home .btn::before {
    width: 60px;
  }
}

#home .accessbtn::before {
  left: 77%;
}

@media screen and (max-width: 479px) {
  #home .accessbtn {
    padding-left: 52px;
  }
}

#home .btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 110%;
  width: 24px;
  height: 24px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #e8b8ca;
  content: "";
  opacity: 0.4;
}

#home .detail-btn {
  border: 1px solid #ccc;
  font-weight: bold;
}
