@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body,
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #3C3C3C;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.inner2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner2 {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 20px;
  }
}

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

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="date"],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3C3C3C;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 10px;
  outline: none;
}

.section {
  padding: 80px 0;
}

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

body {
  padding-top: 94.05px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 58.02px;
  }
}

.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerLogo {
  max-width: 100px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .headerLogo {
    max-width: 50px;
  }
}

.headerLogo a {
  -webkit-transition: .3s;
  transition: .3s;
}

.headerLogo a:hover {
  opacity: .6;
}

.headerBtn a {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 47px;
  background: #EA5C5A;
  text-align: center;
  border: 2px solid #EA5C5A;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
}

.headerBtn a:hover {
  background: #fff;
  color: #EA5C5A;
}

@media screen and (max-width: 767px) {
  .headerBtn a {
    font-size: 13px;
    padding: 5px 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 370px) {
  .headerBtn a {
    font-size: 11px;
  }
}

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

@media screen and (min-width: 768px) {
  .se1 {
    margin-top: -8%;
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .se1 {
    background: url(../img/se1-sp.jpg) no-repeat center center/cover;
  }
}

@media screen and (max-width: 370px) {
  .se1 {
    background: url(../img/se1-sp2.jpg) no-repeat center center/cover;
  }
}

.se1 .fukidashi {
  max-width: 500px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .se1 .fukidashi {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .se1 .fukidashi {
    width: 70%;
    margin-bottom: 20px;
  }
}

.se1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #7F4F21;
}

.se1 ul li .icon {
  display: inline-block;
  max-width: 50px;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .se1 ul li .icon {
    max-width: 30px;
    margin-right: 4px;
  }
}

.se1 ul li .text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .se1 ul li .text {
    font-size: 14px;
  }
}

.se1 ul li .text .span2 {
  font-size: 120%;
  color: #EA5C5A;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .se1 ul li .text .span2 {
    font-size: 110%;
  }
}

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

@media screen and (max-width: 767px) {
  .se2 {
    background: url(../img/se2-sp3.png) no-repeat bottom center/cover;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .se2 {
    padding-bottom: 35%;
  }
}

.se2 .box {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 85px;
  background: rgba(255, 253, 227, 0.2);
  padding: 40px;
  position: relative;
}

.se2 .box::after {
  background: inherit;
  background: #fffde3;
  content: '';
  position: absolute;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 85px;
}

@media screen and (max-width: 767px) {
  .se2 .box::after {
    border-radius: 35px;
  }
}

@media screen and (max-width: 767px) {
  .se2 .box {
    padding: 20px 15px;
    border-radius: 55px;
  }
}

.se2 .box .text1 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #7F4F21;
}

.se2 .box .text1 span {
  font-size: 120%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .se2 .box .text1 span {
    font-size: 20px;
  }
}

.se2 .box .text1 span .border-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -9px;
}

@media screen and (max-width: 767px) {
  .se2 .box .text1 span .border-bottom {
    bottom: -5px;
  }
}

@media screen and (max-width: 767px) {
  .se2 .box .text1 {
    font-size: 18px;
  }
}

.se2 .box .text1 .icon {
  position: absolute;
  max-width: 40px;
  top: -35px;
  right: -45px;
}

@media screen and (max-width: 767px) {
  .se2 .box .text1 .icon {
    max-width: 20px;
    top: -15px;
    right: -23px;
  }
}

.se2 .box .arrow {
  position: relative;
  z-index: 1;
  max-width: 10px;
  margin: 15px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .se2 .box .arrow {
    max-width: 4px;
    margin: 5px auto;
  }
}

.se2 .box .text2 {
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #7F4F21;
  font-size: 34px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .se2 .box .text2 {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .se2 .box .text2 .wrap {
    display: inline-block;
    background-image: linear-gradient(to right, #EA5C5A, #EA5C5A 6px, transparent 4px);
    background-size: 13px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}

@media screen and (max-width: 767px) {
  .se2 .box .text2 .wrap {
    display: inline-block;
    border-bottom: 2px dashed #EA5C5A;
  }
}

.se2 .box .text2 .span1 {
  position: relative;
}

.se2 .box .text2 .span1::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #7F4F21;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3px;
}

@media screen and (max-width: 767px) {
  .se2 .box .text2 .span1::after {
    width: 2px;
    height: 2px;
    top: 0;
  }
}

.se2 .box .text3 {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .se2 .box .text3 {
    margin-top: 20px;
    font-size: 13px;
    text-align: left;
  }
}

.section-title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title .en {
  color: rgba(245, 185, 194, 0.3);
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 40px;
  }
}

.section-title .ja {
  font-size: 26px;
  font-weight: 500;
  margin-top: -60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .section-title .ja {
    font-size: 16px;
    margin-top: -30px;
  }
}

.section-title .ja span {
  font-size: 200%;
}

@media screen and (min-width: 768px) {
  .section-title .ja2 {
    margin-top: -80px;
  }
}

@media screen and (min-width: 768px) {
  .section-title .ja3 {
    font-size: 36px;
  }
}

.se3 {
  background: url(../img/se3-bg.png) no-repeat center center/cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .se3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .se3 {
    padding-top: 10px;
  }
}

.se3 .heading-bg {
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1550px) {
  .se3 .heading-bg {
    top: -12%;
  }
}

@media screen and (max-width: 767px) {
  .se3 .heading-bg {
    top: -2%;
  }
}

.sub-title {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.sub-title span {
  display: inline-block;
}

.sub-title .span1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #F5B9C2;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: table;
  position: relative;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .sub-title .span1 {
    font-size: 40px;
    width: 50px;
    height: 50px;
    top: 5px;
  }
}

.sub-title .span1 .s-wrap {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .sub-title .span1 .s-wrap {
    width: 50px;
    height: 50px;
    top: -3px;
  }
}

.sub-title .span2 {
  font-size: 120%;
}

.se3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .se3 ul {
    display: block;
    margin-bottom: 40px;
  }
}

.se3 ul li {
  border: 1px solid #F5B9C2;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .se3 ul li {
    width: calc(33.333% - 40px * 2/3);
    margin-right: 40px;
  }
  .se3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .se3 ul li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .se3 ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .se3 ul li {
    padding: 20px 16px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .se3 ul li:last-child {
    margin-bottom: 0;
  }
}

.se3 ul li:nth-child(1) .img {
  max-width: 150px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .se3 ul li:nth-child(1) .img {
    width: 50%;
  }
}

.se3 ul li:nth-child(2) .img {
  max-width: 159.4px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .se3 ul li:nth-child(2) .img {
    width: 50%;
  }
}

.se3 ul li:nth-child(3) .img {
  max-width: 164px;
  margin: 0 auto 20px;
  position: relative;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .se3 ul li:nth-child(3) .img {
    width: 50%;
  }
}

.se3 ul li:nth-child(4) .img {
  max-width: 150px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .se3 ul li:nth-child(4) .img {
    width: 45%;
  }
}

.se3 ul li:nth-child(5) .img {
  max-width: 130px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .se3 ul li:nth-child(5) .img {
    width: 40%;
  }
}

.se3 ul li .num {
  font-family: "alana", sans-serif;
  text-align: center;
  font-size: 70px;
  line-height: 1;
  color: #7F4F21;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .se3 ul li .num {
    font-size: 60px;
  }
}

.se3 ul li .text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .se3 ul li .text {
    font-size: 14px;
  }
}

.se3 ul .bread1 {
  max-width: 100px;
  position: absolute;
  top: -50px;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .se3 ul .bread1 {
    max-width: 70px;
    top: -25px;
    left: -25px;
  }
}

.se3 ul .bread2 {
  max-width: 130px;
  position: absolute;
  bottom: -30px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .se3 ul .bread2 {
    max-width: 90px;
    bottom: -20px;
    right: -35px;
  }
}

.se3 ul .bread3 {
  max-width: 100px;
  position: absolute;
  bottom: -30px;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .se3 ul .bread3 {
    max-width: 70px;
    bottom: -15px;
    right: -25px;
  }
}

.sub-title {
  position: relative;
}

.sub-title .flower1 {
  max-width: 170px;
  position: absolute;
  bottom: 0;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .sub-title .flower1 {
    max-width: 50px;
  }
}

.section-btn {
  text-align: center;
}

.section-btn a {
  font-size: 26px;
  color: #fff;
  padding: 15px 50px;
  border-radius: 47px;
  background: #EA5C5A;
  text-align: center;
  border: 2px solid #EA5C5A;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
}

.section-btn a:hover {
  background: #fff;
  color: #EA5C5A;
}

@media screen and (max-width: 767px) {
  .section-btn a {
    font-size: 14px;
    padding: 10px 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 370px) {
  .section-btn a {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .section-btn a {
    font-size: 11px;
  }
}

.se3 .btn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .se3 .btn {
    margin-top: 30px;
  }
}

.se3 .bottom {
  position: relative;
}

.se3 .bottom .flower2 {
  max-width: 190px;
  position: absolute;
  top: -40px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .se3 .bottom .flower2 {
    max-width: 50px;
    top: initial;
    bottom: 0;
    left: 0;
  }
}

.se3 .bottom .flower3 {
  max-width: 170px;
  position: absolute;
  bottom: 0;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .se3 .bottom .flower3 {
    max-width: 50px;
  }
}

.se3 .bottom .title1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #7F4F21;
  padding: 10px;
  max-width: 680px;
  margin: 0 auto 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .se3 .bottom .title1 {
    font-size: 16px;
  }
}

.se3 .bottom .title1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #7F4F21;
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  .se3 .bottom .title1::after {
    top: 3px;
    left: 3px;
  }
}

.se3 .bottom .lead1 {
  font-size: 40px;
  text-align: center;
  color: #7F4F21;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .se3 .bottom .lead1 {
    font-size: 16px;
  }
}

.se3 .bottom .lead1 .span1 {
  font-size: 70%;
}

.se3 .bottom .lead1 .span2 {
  color: #EA5C5A;
}

.se3 .bottom .text {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .se3 .bottom .text {
    font-size: 13px;
    margin-top: 20px;
    white-space: nowrap;
  }
}

.se4 {
  background: url(../img/se4-bg.png) no-repeat center center/cover;
  position: relative;
  color: #FFFDE3;
}

.se4 .box {
  padding: 60px;
  background: rgba(60, 60, 60, 0.4);
}

@media screen and (max-width: 767px) {
  .se4 .box {
    padding: 30px 20px;
  }
}

.se4 .box .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .se4 .box .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .se4 .box .title {
    font-size: 15px;
  }
}

.se4 .box .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .se4 .box .text {
    font-size: 13px;
  }
}

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

@media screen and (max-width: 767px) {
  .se5 .inner {
    padding: 0;
  }
}

.se5 .fukidashi {
  position: absolute;
  top: -62%;
  right: -85%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .se5 .fukidashi {
    max-width: 120px;
    top: -92%;
    right: -25%;
  }
}

.section-title .ja span {
  position: relative;
  display: inline-block;
}

.se5-attention {
  text-align: right;
  max-width: 540px;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .se5-attention {
    font-size: 10px;
    padding-right: 20px;
  }
}

.se6 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .se6 .wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.se6 .left {
  width: 48%;
  border-radius: 30px;
  border: 1px dashed #F5B9C2;
  position: relative;
}

.se6 .left img {
  padding: 7px;
  border-radius: 30px;
}

.se6 .left::after {
  content: "";
}

@media screen and (max-width: 767px) {
  .se6 .left {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.se6 .right {
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .se6 .right {
    width: 100%;
  }
}

.se6 .right .text {
  font-size: 22px;
  line-height: 2;
  margin: 20px 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .se6 .right .text {
    font-size: 16px;
    margin: 10px 0;
  }
}

.se6 .right .text span {
  margin-left: 10px;
  width: 100%;
  height: 1.5px;
  background: #3C3C3C;
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  max-width: 100px;
}

@media screen and (max-width: 767px) {
  .se6 .right .text span {
    max-width: 70px;
    height: 1px;
    margin-left: 5px;
  }
}

.se6 .right .icon {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .se6 .right .icon {
    max-width: 250px;
  }
}

.se6 .box {
  padding: 10px;
  border-radius: 72px;
  position: relative;
  background: #FFFDE3;
  padding: 60px;
}

.se6 .box .bread1 {
  position: absolute;
  max-width: 180px;
  top: -60px;
  left: -40px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .se6 .box .bread1 {
    max-width: 90px;
    top: -30px;
    left: -10px;
  }
}

.se6 .box .bread2 {
  position: absolute;
  max-width: 120px;
  bottom: -10px;
  right: -20px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .se6 .box .bread2 {
    max-width: 70px;
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .se6 .box {
    padding: 30px 20px;
    border-radius: 40px;
  }
}

.se6 .box::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px dashed #7F4F21;
  border-radius: 72px;
  top: -10px;
  left: -10px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .se6 .box::after {
    top: -5px;
    left: -5px;
    border: 1px dashed #7F4F21;
    border-radius: 40px;
  }
}

.se6 .box .wrap2 .title {
  font-size: 30px;
  color: #7F4F21;
  border-bottom: 2px dashed #7F4F21;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .se6 .box .wrap2 .title {
    margin-bottom: 20px;
  }
}

.se6 .box .wrap2 .text {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .se6 .box .wrap2 .text {
    font-size: 13px;
  }
}

.se6-title {
  background: #F5B9C2;
  padding: 40px 0 50px;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .se6-title {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.se6-text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .se6-text1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.se6-text1 .icon {
  max-width: 80px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .se6-text1 .icon {
    max-width: 50px;
  }
}

.se6-text1 .text {
  font-size: 20px;
  font-weight: 500;
  color: #EA5C5A;
}

@media screen and (max-width: 767px) {
  .se6-text1 .text {
    font-size: 16px;
  }
}

.se6-text2 {
  font-size: 36px;
  color: #7F4F21;
}

@media screen and (max-width: 767px) {
  .se6-text2 {
    font-size: 20px;
    text-align: center;
  }
}

.se6-text2.add {
  margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
  .se6-text2.add {
    margin-bottom: 0;
  }
}

.se6-text2 span {
  display: inline-block;
}

.se6-text2 .span1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #EA5C5A;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: table;
  position: relative;
  top: 10px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .se6-text2 .span1 {
    font-size: 40px;
    width: 50px;
    height: 50px;
    top: 5px;
  }
}

.se6-text2 .span1 .s-wrap {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .se6-text2 .span1 .s-wrap {
    width: 50px;
    height: 50px;
    top: -3px;
  }
}

.se6-text2 .span2 {
  font-size: 80%;
}

.se6-text2 .span3 {
  font-size: 120%;
}

.se6 ul li {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.se6 ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .se6 ul li {
    margin-bottom: 30px;
    display: block;
  }
}

.se6 ul li .img {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .se6 ul li .img {
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0px;
    border: 0.5px solid #F5B9C2;
    border-radius: 60px;
  }
  .se6 ul li .img img {
    border: 0.5px solid #F5B9C2;
    border-radius: 60px;
  }
}

.se6 ul li .contents {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .se6 ul li .contents {
    width: 100%;
  }
}

.se6 ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  border-top: 1.5px dashed #EA5C5A;
  border-bottom: 1.5px dashed #EA5C5A;
  position: relative;
}

.se6 ul li .title .fukidashi {
  max-width: 100px;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .se6 ul li .title .fukidashi {
    max-width: 60px;
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .se6 ul li .title .fukidashi {
    max-width: 60px;
    top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .se6 ul li .title .fukidashi {
    max-width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .se6 ul li .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}

.se6 ul li .title .num {
  font-family: "alana", sans-serif;
  font-size: 60px;
  color: #EA5C5A;
  line-height: 1;
  margin-right: 20px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .se6 ul li .title .num {
    font-size: 30px;
  }
}

.se6 ul li .title .text {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .se6 ul li .title .text {
    font-size: 18px;
  }
}

.se6 ul li .title .text .span1 {
  color: #EA5C5A;
}

.se6 ul li .title .text .span2 {
  font-size: 120%;
}

.se6 ul li .detail {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .se6 ul li .detail {
    font-size: 13px;
    margin-top: 10px;
  }
}

.se6 ul li .detail .red-box {
  padding: 10px;
  font-weight: 500;
  color: #EA5C5A;
  border: 1px solid #EA5C5A;
  background: rgba(245, 185, 194, 0.16);
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .se6 ul li .detail .red-box {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .se6 .box .wrap2 .title {
    font-size: 18px;
  }
  .section-title .ja span {
    font-size: 130%;
  }
}

.span-small1 {
  font-size: 70% !important;
}

.span-small2 {
  font-size: 50% !important;
  font-weight: 400;
}

.se6 ul {
  position: relative;
  z-index: 5;
}

.lesson {
  position: relative;
  background: url(../img/lesson-bg.png) no-repeat top center/cover;
  border-top-left-radius: 70% 200px;
  border-top-right-radius: 30% 20px;
}

@media screen and (max-width: 767px) {
  .lesson {
    border-top-left-radius: 70% 100px;
    border-top-right-radius: 30% 20px;
  }
}

@media screen and (min-width: 768px) {
  .lesson {
    padding-top: 250px;
    margin-top: -300px;
  }
}

.lesson .bg {
  position: absolute;
  top: -7%;
  left: 0;
  width: 100%;
}

.lesson .main-lead {
  background: #fff;
  color: #EA5C5A;
  border: 3px dashed #EA5C5A;
  padding: 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .lesson .main-lead {
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 10px;
    border: 2px dashed #EA5C5A;
  }
}

.lesson .main-lead .icon {
  max-width: 50px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .lesson .main-lead .icon {
    max-width: 30px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lesson .main-lead .icon img {
    vertical-align: middle;
    position: relative;
    top: -1.5px;
  }
}

.lesson .main-lead .text {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lesson .main-lead .text {
    font-size: 14px;
  }
}

.lesson ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  color: #7F4F21;
}

@media screen and (max-width: 767px) {
  .lesson ul {
    padding: 20px 16px;
  }
}

@media screen and (min-width: 768px) {
  .lesson ul li {
    width: calc(50% - 40px * 1/2);
    margin-right: 40px;
  }
  .lesson ul li:nth-child(2n) {
    margin-right: 0;
  }
  .lesson ul li:nth-child(n + 3) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .lesson ul li {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
  }
  .lesson ul li:nth-child(2n) {
    margin-right: 0;
  }
  .lesson ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.lesson ul li .img {
  margin-bottom: 10px;
}

.lesson ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lesson ul li .title .num {
  font-family: "alana", sans-serif;
  font-size: 70px;
  color: #F5B9C2;
}

@media screen and (max-width: 767px) {
  .lesson ul li .title .num {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    top: 1px;
  }
}

.lesson ul li .title .num span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 70%;
  font-weight: 300;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .lesson ul li .title .num span {
    font-size: 14px;
    margin-left: 0;
  }
}

.lesson ul li .title .text1 {
  font-size: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .lesson ul li .title .text1 {
    font-size: 14px;
    margin-left: 5px;
  }
}

.lesson ul li .categories {
  border-bottom: 1px solid #7F4F21;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lesson ul li .categories .category {
  font-size: 13px;
  padding: 5px 10px;
  color: #fff;
  background: #7F4F21;
  margin-right: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .lesson ul li .categories .category {
    font-size: 10px;
    margin-right: 5px;
    padding: 2px;
    margin-top: 5px;
  }
}

.lesson ul li .text {
  padding-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .lesson ul li .text {
    font-size: 13px;
  }
}

.qa-span {
  font-size: 100% !important;
  color: #EA5C5A;
}

.ac_header {
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  background: #FFFDE3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .ac_header {
    padding: 1rem 2rem 1rem 1rem;
  }
}

.ac_header .text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .ac_header .text {
    font-size: 14px;
  }
}

.ac_inner {
  display: none;
  /* コンテンツは消しておくのがミソ */
  padding: 1.5rem 2rem 1.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .ac_inner {
    padding: 1rem 2rem 1rem 1rem;
  }
}

.ac_inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ac_inner .add-color {
  color: #7F4F21 !important;
}

.ac_inner .text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .ac_inner .text {
    font-size: 14px;
  }
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .i_box {
    right: 1rem;
  }
}

.i_box:before,
.i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.i_box:before {
  border-top: 3px solid #7F4F21;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .i_box:before {
    border-top: 2px solid #7F4F21;
    width: 10px;
  }
}

.i_box:after {
  border-left: 3px solid #7F4F21;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: .3s;
  transition: .3s;
  /* これがあるからアイコンが優しく動く */
}

@media screen and (max-width: 767px) {
  .i_box:after {
    border-left: 2px solid #7F4F21;
    height: 10px;
    right: 4px;
  }
}

.ac_header.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}

.qa .icon {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #EA5C5A;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .qa .icon {
    margin-right: 10px;
    font-size: 24px;
  }
}

.qa .row {
  margin-bottom: 20px;
}

/* アイコンの形ここまで */
.price {
  background: url(../img/price-bg.png) no-repeat center center/cover;
}

.price .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .price .title {
    display: block;
  }
}

.price .title .flag {
  max-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .price .title .flag {
    max-width: 170px;
  }
}

.price .title .area {
  color: #7F4F21;
}

.price .title .area .heading {
  font-size: 20px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price .title .area .heading {
    font-size: 14px;
  }
}

.price .title .area .heading .sen {
  display: inline-block;
  max-width: 15px;
}

@media screen and (max-width: 767px) {
  .price .title .area .heading .sen {
    max-width: 10px;
  }
}

.price .title .area .bottom {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .price .title .area .bottom {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.price .title .area .bottom span {
  font-size: 80%;
}

.price .box1 {
  background: rgba(245, 185, 194, 0.36);
  padding: 40px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .price .box1 {
    padding: 20px;
  }
}

.price .box1 .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1100px) {
  .price .box1 .row1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .price .box1 .row1 {
    display: block;
  }
}

.price .box1 .row1 .icon {
  max-width: 100px;
}

@media screen and (max-width: 900px) {
  .price .box1 .row1 .icon {
    max-width: 50px;
  }
}

.price .box1 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price .box1 .left .text1 {
  font-size: 46px;
  color: #7F4F21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .price .box1 .left .text1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .price .box1 .left .text1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price .box1 .left .text1 {
    display: block;
    font-size: 22px;
  }
}

.price .box1 .left .text1 .span1 {
  font-size: 80%;
}

.price .box1 .left .text1 .red-span {
  font-size: 120%;
  color: #EA5C5A;
  font-weight: 700;
}

.price .box1 .left .text1 .small {
  font-size: 60%;
  position: relative;
  display: inline-block;
  top: -10px;
}

.price .box1 .left .text1 .arrow {
  position: relative;
  top: 3px;
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .price .box1 .left .text1 .arrow {
    top: 0;
  }
}

.price .box1 .left .text1 .wrap2 {
  position: relative;
  top: -3px;
}

.price .box1 .right {
  display: table;
}

@media screen and (max-width: 767px) {
  .price .box1 .right {
    margin: 0 auto 10px;
  }
}

.price .box1 .right .wrap {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  background: #7F4F21;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .price .box1 .right .wrap {
    font-size: 13px;
    width: 80px;
    height: 80px;
  }
}

.price .box1 .row2 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .price .box1 .row2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.price .box1 .row2 .wrap {
  display: inline-block;
  margin: 0 auto;
  color: #EA5C5A;
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price .box1 .row2 .wrap {
    font-size: 14px;
  }
}

.price .box1 .row2 .wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 600px;
  left: -620px;
  content: "";
  height: 1px;
  background: #EA5C5A;
}

.price .box1 .row2 .wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 600px;
  right: -620px;
  content: "";
  height: 1px;
  background: #EA5C5A;
}

.price .box1 .row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .price .box1 .row3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.price .box1 .row3 .item {
  width: 24%;
  background: #fff;
  border-radius: 15px;
  border: 2px dashed #EA5C5A;
  font-size: 20px;
  text-align: center;
  display: table;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price .box1 .row3 .item {
    width: 48%;
    font-size: 14px;
  }
  .price .box1 .row3 .item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.price .box1 .row3 .item .wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  color: #EA5C5A;
}

.price .box1 .row3 .item .add {
  position: absolute;
  top: 8px;
  left: 8%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  font-size: 60%;
}

.price .box1 .row3 .item .add span {
  max-width: 8px;
  display: inline-block;
}

.price .box1 .row4 {
  color: #fff;
  text-align: center;
  background: #EA5C5A;
  padding: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .price .box1 .row4 {
    font-size: 13px;
  }
}

.price .box2 {
  background: rgba(255, 253, 227, 0.55);
  border-radius: 10px;
  color: #7F4F21;
  margin-top: 40px;
  padding: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .price .box2 {
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price .box2 {
    display: block;
  }
}

.price .box2 .icon {
  max-width: 100px;
}

@media screen and (max-width: 900px) {
  .price .box2 .icon {
    max-width: 50px;
  }
}

.price .box2 .center {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .price .box2 .center {
    text-align: center;
  }
}

.price .box2 .center span {
  font-size: 60%;
}

@media screen and (max-width: 767px) {
  .price .box2 .center span {
    text-align: left;
  }
}

.price .box2 .right {
  font-size: 55px;
  font-weight: bold;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .price .box2 .right {
    font-size: 36px;
    text-align: center;
  }
}

.price .box2 .right span {
  font-size: 60%;
  font-weight: 400;
}

.price .box3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price .box3 .row:last-child .dt,
.price .box3 .row:last-child .dd {
  border-bottom: 1px solid #7F4F21;
}

.price .box3 .row .dt {
  color: #FFFDE3;
  background: rgba(127, 79, 33, 0.44);
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  border-top: 1px solid #7F4F21;
  border-left: 1px solid #7F4F21;
  width: 200px;
}

.price .box3 .row .dt .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price .box3 .row .dt {
    font-size: 13px;
    padding: 10px;
    width: 90px;
  }
}

.price .box3 .row .dd {
  padding: 20px;
  background: #fff;
  font-size: 16px;
  width: calc(100% - 200px);
  border-top: 1px solid #7F4F21;
  border-left: 1px solid #7F4F21;
  border-right: 1px solid #7F4F21;
}

@media screen and (max-width: 767px) {
  .price .box3 .row .dd {
    width: calc(100% - 90px);
    font-size: 13px;
    padding: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

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

.contact .lead {
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contact .lead {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.contact .contact-wide {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .price .box1 .left {
    display: block;
    text-align: center;
  }
  .price .box2 .icon {
    display: none;
  }
}

.footer {
  background: #F5B9C2;
  padding: 40px 0;
  color: #fff;
}

.footer a {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer a:hover {
  opacity: .6;
}

.footer .footer-logo {
  max-width: 100px;
}

@media screen and (max-width: 767px) {
  .footer .footer-logo {
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-nav .footerList:first-child {
  position: relative;
}

.footer .footer-nav .footerList:first-child::after {
  position: absolute;
  top: 50%;
}

.footer .footer-nav .footerList a {
  font-size: 14px;
  color: #fff;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footerList a {
    font-size: 11px;
  }
}

.footer .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .price .box1 .left .text1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav {
    margin-top: -66px;
  }
}

.slash {
  margin: 0 20px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .slash {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .top {
    background: #F5B9C2;
  }
}

.contact-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact-form .row {
    margin-bottom: 20px;
    display: block;
  }
}

.contact-form .row .dt {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .contact-form .row .dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

.contact-form .row .dt .text {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contact-form .row .dt .text {
    font-size: 13px;
  }
}

.contact-form .row .dt .requires {
  color: #EA5C5A;
  border: 1px solid #EA5C5A;
  text-align: center;
  padding: 5px 10px;
}

.contact-form .row .dd {
  width: calc(100% - 300px);
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contact-form .row .dd {
    font-size: 13px;
    width: 100%;
  }
}

textarea {
  height: 250px;
  resize: none;
}

.textarea-row .dt {
  -webkit-box-align: initial !important;
      -ms-flex-align: initial !important;
          align-items: initial !important;
}

.check-row {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .check-row {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.submit {
  text-align: center;
}

input[type="submit"] {
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
  background: #F5B9C2;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #F5B9C2 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 16px;
    padding: 10px 0;
  }
}

input[type="submit"]:hover {
  background: #fff;
  color: #F5B9C2;
}

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

.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  background: #fff;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  background: #3C3C3C;
  display: inline-block;
  top: 50%;
  left: 2.5px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-radio input[type="radio"] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.check-row .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.check-row .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #3C3C3C;
  background: #fff;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.check-row .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  border-bottom: 3px solid #3C3C3C;
  border-left: 3px solid #3C3C3C;
  display: inline-block;
  top: 50%;
  left: 2.5px;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
}

.check-row .wpcf7-list-item-label .wpcf7-list-item {
  margin: 0 !important;
}

.check-row input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.check-row input[type="checkbox"] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio .wpcf7-list-item-label {
  margin-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .contact-form .row .dt .requires {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .se6 ul li .detail {
    font-size: 14px;
  }
  .se6 .box .wrap2 .text {
    font-size: 14px;
  }
  .section-title .ja {
    font-size: 20px;
  }
  .se4 .box .text {
    font-size: 14px;
  }
  .se3 .bottom .text {
    font-size: 14px;
  }
  .se3 .bottom .lead1 {
    font-size: 20px;
  }
  .se3 ul li .text {
    font-size: 18px;
  }
  .se2 .box .text3 {
    font-size: 14px;
  }
  .se6 ul li .title .text {
    font-size: 20px;
  }
  .price .box1 .right .wrap {
    font-size: 14px;
  }
  .price .box1 .row4 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .contact-form .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.textarea-row {
  -webkit-box-align: initial !important;
      -ms-flex-align: initial !important;
          align-items: initial !important;
}

.common-page h2 {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 3px solid #F5B9C2;
  font-weight: 500;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .common-page h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.common-page .privacy-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .common-page .privacy-wrap {
    margin-top: 20px;
  }
}

.common-page .main-title {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #F5B9C2;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .common-page .main-title {
    border-left: 3px solid #F5B9C2;
    font-size: 18px;
    margin-top: 30px;
  }
}

.common-page .title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .common-page .title {
    font-size: 16px;
  }
}

.common-page p {
  margin-bottom: 20px;
}

.low .box3 .row .dt {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .low .box3 .row .dt {
    width: 100%;
    border-right: 1px solid #7F4F21 !important;
  }
}

@media screen and (max-width: 767px) {
  .low .box3 .row .dd {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .low .row:last-child .dd {
    border-top: none !important;
  }
}

@media screen and (max-width: 767px) {
  .low .box3 .row {
    display: block;
  }
}

.thanks .wrap {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .thanks .wrap {
    padding: 50px 0;
  }
}

.thanks .wrap p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .thanks .wrap p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.se2 .box .text2 .wrap span {
  color: #EA5C5A;
}

@media screen and (max-width: 910px) and (min-width: 768px) {
  .se6 ul li .title .text {
    font-size: 23px;
  }
  .price .box2 .right {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .sub-title .flower1 {
    max-width: 100px;
  }
  .sub-title .flower2 {
    max-width: 100px;
  }
  .sub-title .flower2 {
    max-width: 100px;
  }
  .se3 .bottom .flower2 {
    max-width: 100px;
  }
  .se3 .bottom .flower3 {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .se2 {
    padding-bottom: 200px;
  }
  .se2 .box .text3 {
    font-size: 13px;
  }
  .se3 .heading-bg {
    top: 0;
  }
  .se2 .box .text1 {
    font-size: 16px;
  }
  .se2 .box .text1 span {
    font-size: 18px;
  }
  .se2 .box .text3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .se2 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 400px) {
  .se2 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .se3 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .se3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .se3 ul li {
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
    max-width: initial !important;
  }
  .se3 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .se3 ul li:last-child {
    margin-right: auto;
  }
}

.se6-title {
  background: rgba(245, 185, 194, 0.45);
}

.se6 ul li .title .fukidashi {
  max-width: initial;
}

.fukidashi-add {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 1px solid #EA5C5A;
  background: #FBE0E4;
  font-size: 13px;
  text-align: center;
  position: relative;
}

.fukidashi-add .fukidashi-add-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.fukidashi-add span {
  color: #EA5C5A;
  font-weight: 500;
}

.fukidashi-add::before {
  top: 87%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 1.8px;
  border-top: 5px solid transparent;
  border-right: 15px solid #FBE0E4;
  border-bottom: 5px solid transparent;
  content: '';
  position: absolute;
  z-index: 2;
}

.fukidashi-add::after {
  top: 89%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 0px;
  border-top: 5px solid transparent;
  border-right: 15px solid #EA5C5A;
  border-bottom: 5px solid transparent;
  content: '';
  position: absolute;
  z-index: 1;
}

.se6 ul li .title .fukidashi {
  position: absolute;
  top: -47px;
  right: -9px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .se6-title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .fukidashi-add {
    font-size: 11px;
    width: 85px;
    height: 85px;
  }
  .se6 ul li .detail .red-box {
    font-size: 15px;
  }
  .se6 ul li .title .fukidashi {
    right: -20px;
    top: -58px;
  }
  .fukidashi-add::after {
    top: 89%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    left: -3px;
    border-top: 5px solid transparent;
    border-right: 15px solid #EA5C5A;
    border-bottom: 5px solid transparent;
    content: '';
    position: absolute;
    z-index: 1;
  }
  .fukidashi-add::before {
    left: .5px;
  }
  .fukidashi-add::before {
    top: 86%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    left: -0.5px;
    border-top: 5px solid transparent;
    border-right: 15px solid #FBE0E4;
    border-bottom: 5px solid transparent;
    content: '';
    position: absolute;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .se6-title {
    margin-bottom: 50px;
  }
  .se6 ul li .detail .red-box {
    font-size: 14px;
  }
  .fukidashi-add {
    font-size: 10px;
    width: 80px;
    height: 80px;
  }
  .se6 ul li .title .fukidashi {
    right: 20%;
    top: -38px;
  }
  .fukidashi-add::before {
    left: 0.5px;
  }
  .fukidashi-add::after {
    top: 91%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    left: -2px;
    border-top: 5px solid transparent;
    border-right: 15px solid #EA5C5A;
    border-bottom: 5px solid transparent;
    content: '';
    position: absolute;
    z-index: 1;
  }
  .fukidashi-add::before {
    top: 87.5% !important;
  }
}

@media screen and (max-width: 600px) {
  .se6 ul li .title .fukidashi {
    right: 10%;
    top: -50px;
  }
}

@media screen and (max-width: 500px) {
  .se6 ul li .title .fukidashi {
    right: 0%;
    top: -50px;
  }
}

@media screen and (max-width: 370px) {
  .se6 ul li .title .fukidashi {
    right: 0%;
    top: -67px;
  }
}

.price .box1 .row1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price .box1 .right {
  margin-left: 20px;
}

.price .box1 .left .text1 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .price .box1 .left .text1 {
    font-size: 40px;
  }
}

.price .box1 .row1 .icon {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .price .box1 .row1 .icon {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .price .box1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .price .box1 .right {
    margin-left: 0;
    margin: 0 auto;
  }
  .price .box1 .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  .price .box1 .left .text1 {
    font-size: 30px;
  }
  .price .box1 .row1 .icon {
    max-width: 70px;
  }
}

.kikangentei {
  background: url(../img/kikan-bg.png) no-repeat center center/cover;
  position: relative;
}

.kikangentei .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  max-width: 400px;
}

.kikangentei .text1 {
  margin-bottom: 40px;
}

.kikangentei .box {
  padding: 40px;
  border-radius: 40px;
  background: rgba(245, 185, 194, 0.3);
  margin-bottom: 30px;
}

.kikangentei .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 0 auto 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kikangentei .flex .item {
  width: 28%;
}

.kikangentei .text2 {
  font-size: 24px;
  text-align: center;
  color: #7F4F21;
  line-height: 1.7;
}

.kikangentei .text2 span {
  font-weight: bold;
  color: #EA5C5A;
  font-size: 150%;
}

@media screen and (max-width: 767px) {
  .kikangentei .box {
    padding: 20px;
  }
  .kikangentei .text1 {
    margin-bottom: 20px;
  }
  .kikangentei .flex .item {
    width: 32%;
  }
  .kikangentei .text2 {
    font-size: 16px;
  }
  .kikangentei .title {
    width: 100%;
    max-width: 159px;
    top: -20px;
  }
}

@media screen and (max-width: 360px) {
  .kikangentei .text2 {
    font-size: 14px;
  }
}

input[type="date"] {
  max-width: 200px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type="date"] {
  position: relative;
}

.online_text {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  color: #7F4F21;
}

@media screen and (max-width: 767px) {
  .online_text {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}

.online_text span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.new-section1 .pink-box26 {
  background: #FADFE2;
  border-radius: 50px;
  padding: 40px 20px 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .new-section1 .pink-box26 {
    border-radius: 25px;
  }
}

.new-section1 .pink-box26 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .new-section1 .pink-box26 .flex1 {
    display: block;
  }
}

.new-section1 .pink-box26 .flex1 .icon {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .new-section1 .pink-box26 .flex1 .icon {
    width: 100px;
    margin: 0 auto 20px;
  }
}

.new-section1 .pink-box26 .flex1 .text {
  color: #7F4F21;
  font-size: 24px;
  font-weight: bold;
}

.new-section1 .pink-box26 .flex1 .text .span-img {
  display: inline-block;
  width: 40px;
}

.new-section1 .pink-box26 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-section1 .pink-box26 .flex2 .item {
  width: 45%;
}

.common-title0625 {
  text-align: center;
}

.common-title0625 .wrap {
  display: inline-block;
  font-size: 24px;
  color: #7F4F21;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.common-title0625 .wrap .left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 25px;
}

.common-title0625 .wrap .right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 25px;
}

.tag0625 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tag0625 .item {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #EA5C5A;
  padding: 10px 20px;
  line-height: 1;
}

.present-text0625 {
  max-width: 700px;
  margin: 0 auto;
}

.date0626 {
  color: #EA5C5A;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}

.date0626 span {
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .new-section1-box .heading img {
    width: 90% !important;
  }
  .new-section1-box .bottom {
    padding: 30px 15px !important;
  }
  .new-section1 .text1 {
    font-size: 6vw !important;
  }
  .new-section1 .text1 .bread1 {
    display: none !important;
  }
  .new-section1 .text1-wrap {
    margin-bottom: 20px !important;
  }
  .new-section1 .pink-box26 .flex1 .icon {
    width: 200px;
    margin-bottom: 0;
  }
  .new-section1 .pink-box26 .flex1 .text {
    font-size: 4.5vw;
  }
  .new-section1 .pink-box26 .flex1 .text .span-img {
    width: 30px;
  }
  .common-title0625 .wrap {
    font-size: 5vw;
    margin-top: 20px;
  }
  .tag0625 .item {
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    background: #EA5C5A;
    padding: 10px 15px;
    line-height: 1;
  }
  .tag0625 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new-section1 .pink-box26 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .date0626 {
    font-size: 6.5vw;
  }
  .new-section1 .pink-box26 {
    margin-bottom: 20px;
  }
}

.new-section2 {
  background: url(../img/bg0625.png) no-repeat center center/cover !important;
}

.new-section2 .new-section2-box .heading2 {
  max-width: 600px;
  margin: 0 auto;
}

.new-section2 .new-section2-box {
  background: transparent !important;
}

.new-section2 .date0626 {
  background: #fff;
  padding: 30px 20px;
  border: 3px dashed #EA5C5A;
  border-radius: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .new-section2 .date0626 {
    margin-bottom: 42px;
    border-radius: 20px;
  }
}

.new-section2-box .bottom {
  padding: 0 !important;
}

.new-section2 .pink-box26 {
  background: transparent;
  padding: 0 !important;
}

.new-section2 .pink-box26 .flex1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .new-section2 .pink-box26 .flex1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .zukki-area0625 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tag0625 {
    max-width: 290px;
    margin: 20px auto;
  }
  .new-section2-box .bottom .btn {
    margin-bottom: 0 !important;
  }
  .new-section1 .pink-box26 .flex1 .text {
    text-align: center;
  }
}

.zukki-image .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  margin: 20px auto 20px;
}

.zukki-image .flex .item {
  width: 35%;
}

.zukki-image .flex .item2 {
  width: 25%;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .contact-form .row .dt .requires {
    max-height: 36px;
    height: 36px;
  }
}

.kiboubi-text {
  margin: 10px 0 5px;
}

.kiboubi-input {
  max-width: 200px;
}
