@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
@font-face {
  font-family: "hannari";
  src: url("../font/HannariMincho-Regular.otf") format("opentype");
}
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.dress-body .section-btn a {
  background: #FF414D;
}
.dress-body .mv {
  position: relative;
}
.dress-body .mv .contents {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
  font-size: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .dress-body .mv .contents {
    font-size: 24px;
  }
}
.dress-body .header .inner {
  max-width: initial;
}

.dress1 {
  text-align: center;
  background: #FFEDED;
  padding: 40px 0 60px;
  font-size: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .dress1 {
    font-size: 20px;
    padding: 30px 0 40px;
  }
}
.dress1 .small {
  font-size: 70%;
}
.dress1 .red {
  color: #EA5463;
}
.dress1 .red2 {
  position: relative;
}
.dress1 .red2 .heart {
  width: 25px;
  position: absolute;
  top: -32px;
  right: -28px;
}
@media screen and (max-width: 767px) {
  .dress1 .red2 .heart {
    width: 18px;
    top: -20px;
    right: -20px;
  }
}
.dress1 .relative {
  position: relative;
}
.dress1 .contents {
  display: inline-block;
  position: relative;
}
.dress1 .contents .left {
  position: absolute;
  max-width: 250px;
  left: -300px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .dress1 .contents .left {
    max-width: 60px;
    left: -40px;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: -40px;
  }
}
.dress1 .contents .right {
  position: absolute;
  max-width: 250px;
  right: -300px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .dress1 .contents .right {
    max-width: 60px;
    right: -40px;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: -40px;
  }
}
.dress1 .text2 {
  position: relative;
  display: inline-block;
}
.dress1 .bottom-line {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section-btn a {
    font-size: 3.9vw;
    max-width: 300px;
    margin: 0 auto;
  }
  .section-btn a .arrow {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
    max-width: 7px;
  }
}
.common-ul {
  max-width: 840px;
  margin: 0 auto;
}
.common-ul li {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}
.common-ul li span {
  width: 20px;
  display: inline-block;
  margin: 0 5px;
}
.common-ul li .li-text {
  font-size: 22px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 1100px) {
  .common-ul li .li-text {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .common-ul li .li-text {
    font-size: 4vw;
  }
}

.dress2 {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .dress2 {
    padding-bottom: 80px;
  }
}
.dress2 .top-text {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .dress2 .top-text {
    margin-bottom: 25px;
    max-width: 300px;
  }
}

.dress3 {
  background: url(../img-d/dress3-bg.jpg) no-repeat top center/cover;
  padding: 0px 0 90vw;
  position: relative;
}
.dress3 .white-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dress3 {
    padding: 0px 0 0vw;
    background: transparent;
    margin-top: 80px;
  }
}
.dress3 .title {
  background: #FF414D;
  color: #fff;
  display: block;
  padding: 10px 20px 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .dress3 .title {
    margin-bottom: 10px;
    padding: 10px 10px 15px;
    width: 90%;
    font-size: 18px;
    top: -25px;
  }
}
.dress3 .title span {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  .dress3 .title span {
    font-size: 160%;
  }
}
.dress3 .heading {
  background: rgba(255, 237, 237, 0.6);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .dress3 .heading {
    padding-bottom: 30px;
  }
}

.red0821 {
  color: #EA5463;
}

.dress33 {
  padding: 0px 0 0vw;
  position: relative;
}
.dress33 .wrap {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .dress33 .wrap {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .dress33 {
    padding: 0px 0 0vw;
    background: transparent;
    margin-top: 80px;
  }
}
.dress33 .title {
  background: #FF414D;
  color: #fff;
  display: block;
  padding: 10px 20px 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .dress33 .title {
    margin-bottom: 10px;
    padding: 10px 10px 15px;
    width: 90%;
    font-size: 18px;
    top: -25px;
  }
}
.dress33 .title span {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  .dress33 .title span {
    font-size: 160%;
  }
}
.dress33 .heading {
  background: rgba(255, 237, 237, 0.6);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .dress33 .heading {
    padding-bottom: 30px;
  }
}

.dress4 {
  padding: 100px 0;
  background: url(../img-d/dress4-bg.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dress4 {
    padding: 40px 0;
  }
}
.dress4 .title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dress4 .title {
    max-width: 300px;
    top: -19px;
  }
}
.dress4 .box {
  background: #fff;
  text-align: center;
  font-size: 22px;
  padding: 8px;
  line-height: 2;
  border: 2px solid #AA8E4A;
}
@media screen and (max-width: 767px) {
  .dress4 .box {
    padding: 3px;
    font-size: 14px;
    text-align: left;
  }
}
.dress4 .box .wrap {
  padding: 60px 40px;
  border: 1px solid #AA8E4A;
}
@media screen and (max-width: 767px) {
  .dress4 .box .wrap {
    padding: 30px 20px;
  }
}

.dress-teacher {
  background: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .dress-teacher {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.dress-teacher .title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .dress-teacher .title {
    margin-bottom: 60px;
  }
}
.dress-teacher .title .text {
  display: inline-block;
  color: #D4C19C;
  position: relative;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .dress-teacher .title .text {
    font-size: 5.5vw !important;
  }
}
.dress-teacher .title .text .left {
  position: absolute;
  max-width: 150px;
  left: -170px;
  top: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .dress-teacher .title .text .left {
    max-width: 80px;
    left: -90px;
  }
}
.dress-teacher .title .text .right {
  position: absolute;
  max-width: 150px;
  right: -170px;
  top: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .dress-teacher .title .text .right {
    max-width: 80px;
    right: -90px;
  }
}
.dress-teacher .title .text .heading {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .dress-teacher .title .text .heading {
    top: -35px;
  }
}
.dress-teacher .title .text .bottom {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .dress-teacher .title .text .bottom {
    bottom: -30px;
  }
}
.dress-teacher .box {
  background: -webkit-gradient(linear, left top, right top, from(#FFEAD1), to(#FFEDED));
  background: linear-gradient(to right, #FFEAD1, #FFEDED);
}
.dress-teacher .box::after {
  display: none;
}
.dress-teacher .red-font {
  color: #FF414D;
}

.dress-product {
  padding: 150px 0 100px;
  background: url(../img-d/d-lesson-bg.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dress-product {
    padding: 70px 0 40px;
  }
}
.dress-product .main-title {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .dress-product .main-title {
    margin-bottom: 30px;
    max-width: 300px;
    top: -19px;
  }
}
.dress-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dress-product ul li {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .dress-product ul li {
    width: calc(33.3333% - 26.6666666667px);
    margin-right: 40px;
  }
  .dress-product ul li:nth-child(3n) {
    margin-right: 0;
  }
  .dress-product ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .dress-product ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .dress-product ul li:last-child {
    margin-bottom: 0;
  }
}
.dress-product ul li .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dress-product ul li .img {
    margin-bottom: 10px;
  }
}
.dress-product ul li .title {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .dress-product ul li .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .dress-product ul li .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.dress-product ul li p {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .dress-product ul li p {
    font-size: 14px;
  }
}

.voice-dress {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .voice-dress {
    padding-bottom: 80px;
  }
}

.dress5 {
  position: relative;
  text-align: center;
}
.dress5 .main-title {
  max-width: 850px;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  position: absolute;
  top: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
}
@media screen and (max-width: 1100px) {
  .dress5 .main-title {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .dress5 .main-title {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .dress5 .main-title {
    margin-bottom: 30px;
    background: #EA5463;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 10px;
    line-height: 1.5;
  }
}

.dress6 {
  background: #FED7DA;
  padding: 80px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #EA5463;
}
@media screen and (max-width: 1100px) {
  .dress6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dress6 {
    padding: 30px 0;
    font-size: 20px;
  }
}

.date-area .box .text3 {
  max-width: 750px !important;
  font-size: 50px;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .date-area .box .text3 {
    font-size: 6vw !important;
  }
}

.dress7 {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .dress7 {
    padding: 15px 0 40px;
  }
}
.dress7 .text2 {
  text-align: center;
  margin-top: 60px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dress7 .text2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.dress7 .text2 .center {
  margin: 0 20px;
}
.dress7 .d-text1 {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dress7 .d-text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.dress7 .d-text1 span {
  font-weight: bold;
  font-size: 130%;
}
.dress7 .d-arrow {
  max-width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .dress7 .d-arrow {
    max-width: 80px;
    margin-bottom: 5px;
  }
}
.dress7 .d-text2 {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: #EA5463;
}
@media screen and (max-width: 767px) {
  .dress7 .d-text2 {
    font-size: 18px;
  }
}
.dress7 .d-text2 span {
  font-weight: bold;
  font-size: 170%;
}
.dress7 .d-area {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .dress7 .d-area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.dress7 .d-area .row2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.dress7 .d-area .row2 .dt {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  font-size: 28px;
  background: #EA5463;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .dress7 .d-area .row2 .dt {
    width: 30px;
    margin-right: 5px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 18px;
  }
}
.dress7 .d-area .row2 .dt .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dress7 .d-area .row2 .dd {
  color: #EA5463;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dress7 .d-area .row2 .dd {
    font-size: 18px;
  }
}
.dress7 .d-area .row2 .dd span {
  color: #000;
  font-size: 70%;
  display: block;
}
.dress7 .line-btn {
  text-align: center;
}
.dress7 .line-btn a {
  background: #2FAF31;
  color: #fff;
  padding: 25px 30px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .dress7 .line-btn a {
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
}
.dress7 .line-btn a:hover {
  opacity: 0.6;
}
.dress7 .attention {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .dress7 .attention {
    font-size: 14px;
    margin-top: 10px;
  }
}
.dress7 .img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .dress7 .img-flex {
    margin-top: 20px;
  }
}
.dress7 .img-flex .img {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .dress7 .img-flex .img {
    width: 32.5%;
  }
}

.access {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDED), to(#FFEAD1));
  background: linear-gradient(to bottom, #FFEDED, #FFEAD1);
  padding: 100px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 40px 0;
  }
}
.access .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access .flex {
    display: block;
  }
}
.access .flex .left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .access .flex .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.access .flex .left .wrap {
  padding-top: 65%;
  position: relative;
}
.access .flex .left .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .flex .right {
  width: 47%;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .access .flex .right {
    width: 100%;
    font-size: 14px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 25px;
  }
}
.section-title .en {
  color: #EA5463;
  font-size: 24px;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.section-title .ja {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .section-title .ja {
    font-size: 20px;
  }
}

.dress-qa {
  background: rgba(255, 233, 234, 0.8);
}

.ac_header .flex .icon {
  font-family: "Noto Sans JP", sans-serif !important;
}

.contact {
  background: url(../img-d/contact-bg.jpg) no-repeat center center/cover;
}

.check .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
.check .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  content: "";
}
.check .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 5px;
  border-left: 5px solid #FF414D;
  border-bottom: 5px solid #FF414D;
  content: "";
  opacity: 0;
}
.check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.check input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.dress10 {
  padding: 80px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dress10 {
    padding: 40px 0;
    font-size: 18px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.flower1 {
  background: url(../img-f/flower1-bg.png) no-repeat bottom center/cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flower1 .img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.common-sec {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .common-sec {
    padding: 40px 0;
  }
}

.flower2 {
  position: relative;
  z-index: 1;
  margin-top: -5%;
  background: url(../img-f/flower2-bg.png) no-repeat bottom center/cover;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .flower2 {
    padding: 50px 0;
  }
}
.flower2 .title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flower2 .title {
    max-width: 500px;
    margin-bottom: 30px;
  }
}
.flower2 .text {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flower2 .text {
    max-width: 500px;
  }
}

.flower3 {
  margin-top: -10%;
  background: url(../img-f/flower3-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .flower3 {
    padding-top: 150px;
    padding-bottom: 20px;
  }
}

.flower4 {
  background: url(../img-f/flower4-bg.jpg) no-repeat center center/cover;
}
.flower4 .title {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flower4 .title {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 300px;
  }
}
.flower4 .text {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flower4 .text {
    max-width: 500px;
  }
}

.flower5 {
  background: url(../img-f/flower5-bg.jpg) no-repeat center center/cover;
  margin-top: -50px;
  padding-bottom: 0;
}
.flower5 .text1 {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flower5 .text1 {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .flower5 .text2 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.voice {
  background: url(../img/voice-bg2.png) no-repeat center center/cover;
}

.voice-flower {
  background: url(../img-f/voice-bg.jpg) no-repeat center center/cover;
}
.voice-flower .title {
  max-width: 600px;
  margin: 0 auto;
}
.voice-flower .title-wrap {
  margin-bottom: 60px;
  padding: 30px 0;
  background: url(../img-f/voice-title-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .voice-flower .title-wrap {
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
.voice-flower ul li {
  background: #fff;
}
.voice-flower ul li::after {
  background: #fff;
}
.voice-flower ul li .title2 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .voice-flower ul li .title2 {
    font-size: 31px;
  }
}
.voice-flower ul li .name {
  color: #896D45;
  font-weight: 500;
}
.voice-flower ul li .shop {
  color: #B79646;
  font-weight: 500;
}

.flower-teacher {
  background: url(../img/teacher-bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .flower-teacher {
    padding: 120px 0 100px;
  }
}
.flower-teacher .title .text {
  color: #603813;
}
@media screen and (min-width: 768px) {
  .flower-teacher .title .text {
    font-size: 50px;
  }
}
.flower-teacher .title .text .heading {
  max-width: 230px;
}
.flower-teacher .title .text .bottom {
  max-width: 230px;
  bottom: -32px;
}
@media screen and (max-width: 767px) {
  .flower-teacher .title .text .bottom {
    bottom: -22px;
  }
}
.flower-teacher .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flower-teacher .flex .right .right-title {
  color: #603813;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .flower-teacher .flex .right .right-title {
    font-size: 18px;
  }
}
.flower-teacher .box2 {
  background: #fff;
  font-size: 22px;
  padding: 8px;
  line-height: 2;
  border: 2px solid #AA8E4A;
}
@media screen and (max-width: 767px) {
  .flower-teacher .box2 {
    padding: 3px;
    font-size: 14px;
    text-align: left;
  }
}
.flower-teacher .box2 .wrap {
  padding: 60px 40px;
  border: 1px solid #AA8E4A;
}
@media screen and (max-width: 767px) {
  .flower-teacher .box2 .wrap {
    padding: 30px 20px;
  }
}
.flower-teacher .box2 .wrap span {
  color: #00BABD;
  font-weight: 700;
}

.footer-flower {
  background: #BBE0E3;
}

.flower-lesson .ul .li .num {
  font-family: "alana", sans-serif;
  color: #B79646;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flower-lesson .ul .li .num {
    margin-bottom: 10px;
  }
}
.flower-lesson .ul .li .num .wrap {
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.flower-lesson .ul .li .num .wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -70px;
  width: 60px;
  content: "";
  height: 1.5px;
  background: #B79646;
}
.flower-lesson .ul .li .num .wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
  width: 60px;
  content: "";
  height: 1.5px;
  background: #B79646;
}
.flower-lesson .ul .text ul {
  padding-left: 10px;
}
.flower-lesson .ul .text ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .flower-lesson .ul .text ul li {
    font-size: 14px;
  }
}
.flower-lesson .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flower-lesson .ul .li {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .flower-lesson .ul .li {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }
  .flower-lesson .ul .li:nth-child(3n) {
    margin-right: 0;
  }
  .flower-lesson .ul .li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .flower-lesson .ul .li {
    width: 100%;
    margin-bottom: 40px;
  }
  .flower-lesson .ul .li:last-child {
    margin-bottom: 0;
  }
}
.flower-lesson .ul .li .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flower-lesson .ul .li .img {
    margin-bottom: 10px;
  }
}
.flower-lesson .ul .li .title {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  color: #EA5463;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .flower-lesson .ul .li .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flower-lesson .ul .li .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.flower-lesson .ul .li p {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .flower-lesson .ul .li p {
    font-size: 14px;
  }
}

.flower7 {
  background: #FFFAEE;
}
.flower7 .title {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flower7 .title {
    margin-bottom: 30px;
    max-width: 230px;
  }
}
.flower7 .sub-title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .flower7 .sub-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.flower7 .btn {
  margin: 0 auto;
  max-width: 800px;
}
.flower7 .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flower7 .btn a:hover {
  opacity: 0.6;
}
.flower7 .box {
  background: #fff;
  font-size: 22px;
  padding: 8px;
  line-height: 2;
  border: 2px solid #AA8E4A;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .flower7 .box {
    margin-top: 40px;
    padding: 3px;
    font-size: 14px;
  }
}
.flower7 .box .wrap {
  padding: 60px 40px;
  border: 1px solid #AA8E4A;
}
@media screen and (max-width: 767px) {
  .flower7 .box .wrap {
    padding: 30px 20px;
  }
}
.flower7 .box .row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .flower7 .box .row {
    margin-bottom: 10px;
    display: block;
  }
}
.flower7 .box .row .dt {
  width: 200px;
  background: #BBE0E3;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .flower7 .box .row .dt {
    width: 100%;
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.flower7 .box .row .dd {
  width: calc(100% - 250px);
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .flower7 .box .row .dd {
    width: 100%;
    font-size: 20px;
  }
}
.flower7 .box .row .dd span {
  font-size: 70%;
}
.flower7 .result {
  margin-top: 40px;
}
.flower7 .result .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flower7 .result .flex {
    display: block;
  }
}
.flower7 .result .flex .img {
  width: calc(100% - 700px);
}
@media screen and (max-width: 767px) {
  .flower7 .result .flex .img {
    width: 100%;
    margin: 0 auto;
    max-width: 100px;
    margin-bottom: -20px;
    margin-top: 10px;
  }
}
.flower7 .result .flex .contents {
  width: 650px;
  line-height: 1.3;
  color: #603813;
}
@media screen and (max-width: 767px) {
  .flower7 .result .flex .contents {
    width: 100%;
  }
}
.flower7 .result .flex .contents .heading {
  font-size: 80px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .flower7 .result .flex .contents .heading {
    font-size: 32px;
    text-align: center;
  }
}
.flower7 .result .flex .contents .heading .span1 {
  font-size: 70%;
}
.flower7 .result .flex .contents .heading .span2 {
  font-size: 50%;
}
.flower7 .result .flex .contents .bottom {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .flower7 .result .flex .contents .bottom {
    font-size: 12px;
  }
}

.flower-qa {
  background: #F8F5F0;
}
.flower-qa .section-title {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flower-qa .section-title {
    max-width: 180px;
    margin-bottom: 30px;
  }
}
.flower-qa .ac_header {
  background: #BBE0E3;
}
.flower-qa .ac_header .flex .icon {
  color: #603813;
}
.flower-qa .ac_inner {
  color: #00BABD;
}
.flower-qa .i_box:before {
  border-top: 3px solid #603813;
}
.flower-qa .i_box:after {
  border-left: 3px solid #603813;
}

.last-flower {
  background: url(../img-f/flower-last.jpg) no-repeat center center/cover;
}
.last-flower .box {
  background: #fff;
  text-align: center;
  padding: 60px 20px;
  line-height: 2;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .last-flower .box {
    padding: 30px 20px;
    font-size: 14px;
    text-align: left;
  }
}
.last-flower .box .title {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .last-flower .box .title {
    max-width: 250px;
    margin-bottom: 10px;
  }
}
.last-flower .box .contents {
  color: #603813;
  font-weight: 600;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .last-flower .box .contents {
    font-size: 17px;
  }
}

.dress-body .mv .contents {
  color: #666;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(45%, #FFEDED), color-stop(55%, #FFEDED), to(transparent));
  background: linear-gradient(to right, transparent, #FFEDED 45%, #FFEDED 55%, transparent);
}

.header-inner {
  max-width: initial;
}

.teacher .flex .right {
  position: relative;
}
.teacher .flex .right .cake {
  max-width: 200px;
  position: absolute;
  top: 100%;
  right: -20px;
}
@media screen and (max-width: 1100px) {
  .teacher .flex .right .cake {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .teacher .flex .right .cake {
    max-width: 80px;
    top: 80%;
  }
}

.contact-flower {
  background: #F9F7F4;
}
.contact-flower .section-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .contact-flower .section-title {
    max-width: 300px;
  }
}
.contact-flower input[type=submit] {
  background: #BD7E2F !important;
  font-size: 26px !important;
  max-width: 500px !important;
}
@media screen and (max-width: 767px) {
  .contact-flower input[type=submit] {
    font-size: 20px !important;
  }
}

.dress-body-add {
  max-width: 1700px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 6px #a2a0a0;
          box-shadow: 0 3px 6px #a2a0a0;
}

.dress-body2 .date-area .maru {
  display: none;
}
.dress-body2 .date-area .box .title {
  padding-left: 0;
}
.dress-body2 .dress6 {
  background: url(../img-d/bg0821.png) no-repeat center center/cover;
}
.dress-body2 .dress6 .text3 {
  max-width: 800px;
  margin: 0 auto;
}
.dress-body2 .dress6 .inner {
  padding: 0 10px;
}
.dress-body2 .dress-product ul li .title {
  color: #EA5463;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .dress-body2 .dress-product {
    padding-top: 40px;
  }
}
.dress-body2 .dress-product .num {
  font-family: "alana", sans-serif;
  color: #B79646;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .dress-body2 .dress-product .num {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
.dress-body2 .dress-product .num .wrap {
  display: inline-block;
  font-size: 28px;
  position: relative;
  line-height: 1;
}
.dress-body2 .dress-product .num .wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
  width: 60px;
  content: "";
  height: 1.5px;
  background: #B79646;
}
.dress-body2 .dress-product .num .wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
  width: 60px;
  content: "";
  height: 1.5px;
  background: #B79646;
}

.dress-teacher .red-font {
  font-weight: 600;
}

.add-title1 {
  padding: 20px 0;
  background: url(../img-d/race-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .add-title1 {
    padding: 10px 0;
  }
}
.add-title1 .text {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .add-title1 .text {
    max-width: 200px;
  }
}
.add-title1 .text2 {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .add-title1 .text2 {
    max-width: 180px;
  }
}
.add-title1 .text3 {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .add-title1 .text3 {
    max-width: 350px;
  }
}