@charset "UTF-8";
#mainvisual {
  background: #f3e4cd url(../images/mainvisual_img3.png) no-repeat left top 285px;
  padding-bottom: 50px;
}
#mainvisual .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}
#mainvisual .content1 .left h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 40px;
  font-weight: 900;
  letter-spacing: -1.5px;
  -webkit-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
}
#mainvisual .content1 .left figure {
  min-width: 549px;
  margin-left: -100px;
  margin-right: -70px;
}
#mainvisual .content1 .right {
  min-width: 465px;
  margin-top: -50px;
}
#mainvisual .content2 {
  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;
  margin-top: -50px;
}
#mainvisual .content2 .left {
  margin-right: 50px;
}
#mainvisual .content2 .left h2 {
  font-weight: normal;
  font-family: montserrat, sans-serif;
}
#mainvisual .content2 .right {
  min-width: 565px;
  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;
  margin-right: -140px;
}
#mainvisual .content2 .right > img {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 50000ms;
          animation-duration: 50000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#mainvisual .content2 .right .btn1 {
  margin-right: -100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual {
    background: #f3e4cd;
  }
  #mainvisual .content1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #mainvisual .content1 .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #mainvisual .content1 .left figure {
    margin-left: 0;
    min-width: 100%;
    margin-right: 0;
  }
  #mainvisual .content1 .left h1 {
    width: 100%;
    padding: 0 20px;
    font-size: 35px;
    margin-bottom: 25px;
  }
  #mainvisual .content1 .left h1 br {
    display: none;
  }
  #mainvisual .content1 .right {
    min-width: 100%;
    margin-top: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  #mainvisual .content2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainvisual .content2 .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #mainvisual .content2 h2 {
    width: 100%;
  }
  #mainvisual .content2 > figure {
    margin-left: -19%;
  }
  #mainvisual .content2 .right {
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  #mainvisual .content2 .right img {
    position: absolute;
    width: 40%;
    right: -10%;
  }
  #mainvisual .content2 .right .btn1 {
    margin-right: 0;
  }
}
/* ========== end △ */

.tt1_sec {
  padding: 60px 0 0;
  background: #f7f7f7 url(../images/tt2_img6.png) no-repeat right bottom;
  position: relative;
}
.tt1_sec .fly {
  position: absolute;
  z-index: 1;
}
.tt1_sec .fly.decor1 {
  right: 0;
  top: 400px;
}
.tt1_sec .fly.decor2 {
  left: 0;
  top: 1000px;
}
.tt1_sec .fly.decor3 {
  left: 0;
  right: 0;
  margin: auto;
  top: 1200px;
  width: 100%;
  text-align: center;
}
.tt1_sec .container {
  position: relative;
  z-index: 2;
}
.tt1_sec .container .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.tt1_sec .container .content1 .left h2 {
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  font-weight: normal;
  letter-spacing: -1.3px;
  padding: 0 8px;
}
.tt1_sec .container .content1 .left p {
  margin-right: 30px;
}
.tt1_sec .container .content1 .right {
  min-width: 438px;
  margin-right: -20px;
}
.tt1_sec .container .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.tt1_sec .container .content2 .inner {
  position: relative;
}
.tt1_sec .container .content2 .inner > * {
  position: relative;
  z-index: 2;
}
.tt1_sec .container .content2 .inner.girl1 {
  width: 424px;
  margin-top: -220px;
}
.tt1_sec .container .content2 .inner.girl2 {
  width: 424px;
}
.tt1_sec .container .content2 .inner.girl3 {
  width: 424px;
  margin-top: -300px;
}
.tt1_sec .container .content2 .inner .inner_content {
  background: #c9e2e0;
  padding: 30px;
  border-radius: 0 0 30px 0;
}
.tt1_sec .container .content2 .inner .inner_content h3 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  font-weight: normal;
  letter-spacing: -1.3px;
  padding: 0 8px;
}
.tt1_sec .container .content2 .inner .inner_content p {
  font-size: 16px;
}
.tt1_sec .container .content2 .inner:after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -13px;
  bottom: -13px;
  background: #efefef;
  display: block;
  content: "";
  z-index: 1;
  border-radius: 250px 250px 30px 0;
}
.tt1_sec .container .content2 .inner2 {
  margin-top: 45px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt1_sec {
    padding: 40px 0 0;
    background-size: 70px;
  }
  .tt1_sec .fly.decor3 {
    top: auto;
    bottom: 10%;
    left: -90%;
    width: 50%;
  }
  .tt1_sec .fly.decor1 {
    width: 200px;
  }
  .tt1_sec .container .content1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tt1_sec .container .content1 .left {
    width: 100%;
  }
  .tt1_sec .container .content1 .left p {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .tt1_sec .container .content1 .right {
    width: 100%;
    margin-right: 0;
    min-width: 100%;
  }
  .tt1_sec .container .content2 > .inner {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
  .tt1_sec .container .content2 > .inner:nth-child(3) {
    margin-bottom: 10px !important;
  }
  .tt1_sec .container .content2 > .inner .inner_content h3 {
    font-size: 27px;
  }
}
/* ========== end △ */

.tt2_sec {
  padding: 60px 0 200px;
  background: #f3e4cd;
  position: relative;
}
.tt2_sec .cm_tt1 {
  text-align: center;
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  font-weight: normal;
  letter-spacing: -1.3px;
  padding: 0 8px;
  font-size: 48px;
}
.tt2_sec .fly {
  position: absolute;
  z-index: 1;
}
.tt2_sec .fly.decor1 {
  left: 0;
  top: 140px;
}
.tt2_sec .fly.decor2 {
  left: 0;
  top: 500px;
}
.tt2_sec .fly.decor3 {
  right: 0;
  margin: auto;
  top: 520px;
}
.tt2_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tt2_sec .container .content figure {
  min-width: 491px;
  margin-right: 30px;
}
.tt2_sec .container .content p {
  font-size: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt2_sec {
    padding: 60px 0 60px;
  }
  .tt2_sec .fly {
    display: none;
  }
  .tt2_sec .cm_tt1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .tt2_sec .container .content {
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tt2_sec .container .content figure {
    min-width: 100%;
    margin-bottom: 30px;
  }
}
/* ========== end △ */

.tt3_sec {
  position: relative;
  z-index: 3;
  background: #f3e4cd;
  padding-bottom: 80px;
}
.tt3_sec h2 {
  text-align: center;
  background: #fff;
}
.tt3_sec h2 img {
  margin: 0 auto;
}
.tt3_sec .youtube {
  margin-top: -300px;
  padding: 0 100px;
  margin-bottom: 115px;
}
.tt3_sec .youtube iframe {
  position: relative;
  z-index: 2;
}
.tt3_sec .youtube .inner {
  position: relative;
  background: #fff;
}
.tt3_sec .youtube .inner:after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -14px;
  bottom: -14px;
  background: rgba(235, 210, 174, 0.616);
  display: block;
  content: "";
  z-index: 1;
}
.tt3_sec .big_wrap {
  position: relative;
}
.tt3_sec .big_wrap .fly {
  position: absolute;
  z-index: 1;
}
.tt3_sec .big_wrap .fly.decor1 {
  left: -80px;
  bottom: 600px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 30000ms;
          animation-duration: 30000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.tt3_sec .big_wrap .fly.decor2 {
  right: -200px;
  bottom: 90px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 50000ms;
          animation-duration: 50000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.tt3_sec .wrap_content1 .content1 {
  position: relative;
  margin-bottom: 40px;
}
.tt3_sec .wrap_content1 .content1:after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -14px;
  bottom: -14px;
  background: rgba(235, 210, 174, 0.616);
  display: block;
  content: "";
  z-index: 1;
  border-radius: 0 0 30px 0;
}
.tt3_sec .wrap_content1 .content1 .inner {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 25px;
  border-radius: 0 0 30px 0;
}
.tt3_sec .wrap_content1 .content1 .inner.no {
  display: block;
}
.tt3_sec .wrap_content1 .content1 .inner.no .content_add .left .title2 {
  margin-top: 0;
}
.tt3_sec .wrap_content1 .content1.style2 .inner .left h3 {
  line-height: 1;
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  font-weight: normal;
  letter-spacing: -1.3px;
  font-size: 48px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.tt3_sec .wrap_content1 .content1.style2 .inner .left p {
  margin-bottom: 20px;
}
.tt3_sec .wrap_content1 .content1.style2 .inner .left .info h4 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  position: relative;
}
.tt3_sec .wrap_content1 .content1.style2 .inner .left .info h4:before {
  width: 50px;
  height: 1px;
  background: #42210b;
  position: relative;
  margin: 10px 0;
  content: "";
  display: block;
}
.tt3_sec .wrap_content1 .content1.style2 .inner .left .info p {
  font-size: 16px;
}
.tt3_sec .wrap_content1 .content1.style2 .inner .right {
  margin-top: -10px;
  width: 50%;
}
.tt3_sec .wrap_content1:last-child.style3 {
  padding: 30px 30px 30px 50px;
}
.tt3_sec .wrap_content1:last-child {
  border: 1px solid #fff;
  padding: 30px 50px;
}
.tt3_sec .wrap_content1:last-child strong {
  display: block;
}
.tt3_sec .wrap_content1:last-child ul li {
  position: relative;
}
.tt3_sec .wrap_content1:last-child ul li:after {
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -50px;
  top: 10px;
  content: "";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt3_sec {
    padding-bottom: 50px;
  }
  .tt3_sec h2 {
    height: 410px;
    text-align: center;
  }
  .tt3_sec h2 img {
    height: 410px;
    margin: 0 auto;
  }
  .tt3_sec .youtube {
    margin-top: -320px;
    padding: 0 0;
    margin-bottom: 150px;
  }
  .tt3_sec .youtube iframe {
    height: 250px;
  }
  .tt3_sec .container .fly.decor2 {
    width: 250px;
  }
  .tt3_sec .big_wrap .wrap_content1 .content1.style1 {
    margin-bottom: 70px;
  }
  .tt3_sec .big_wrap .wrap_content1 .content1.style1 .inner {
    padding: 0 30px;
  }
  .tt3_sec .big_wrap .wrap_content1 .content1.style2 .inner {
    padding: 0px 30px;
  }
  .tt3_sec .big_wrap .wrap_content1 .content1.style2 .inner .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .tt3_sec .big_wrap .wrap_content1 .content1.style2 .inner .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tt3_sec .big_wrap .wrap_content1 .content1.style2 .inner .left h3 {
    font-size: 32px;
  }
  .tt3_sec .big_wrap .wrap_content1 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */

.tt4_sec {
  background: #f7f7f7;
  padding: 70px 0;
}
.tt4_sec .container h2 {
  line-height: 1;
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  font-weight: normal;
  letter-spacing: -1.3px;
  font-size: 48px;
  margin-left: 10px;
  margin-bottom: 50px;
  padding-left: 8px;
}
.tt4_sec .container h2 span {
  font-size: 32px;
}
.tt4_sec .container .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tt4_sec .container .content1 .left {
  margin-right: 40px;
}
.tt4_sec .container .content1 .right {
  margin-top: -150px;
}
.tt4_sec .container .content1 .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tt4_sec .container .content1 .right dl dt {
  min-width: 105px;
  max-width: 105px;
}
.tt4_sec .container .content1 .right dl dd {
  width: 341px;
  height: 223px;
  background: url(../images/tt4_img5.png) no-repeat center top;
  font-size: 14px;
  padding: 50px 40px 0 60px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tt4_sec .container .content1 .right dl:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.tt4_sec .container .content1 .right dl:last-child dd {
  min-width: 309px;
  height: 166px;
  background: url(../images/tt4_img4.png) no-repeat center top;
  padding: 40px 68px 0 68px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tt4_sec .container .content1 .right dl:last-child dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tt4_sec .container .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.tt4_sec .container .content2 .left {
  min-width: 598px;
}
.tt4_sec .container .content2 .right {
  background: url(../images/tt4_img6.png) no-repeat center bottom;
  padding-bottom: 30px;
  padding-left: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt4_sec .container h2 {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .tt4_sec .container h2 span {
    font-size: 20px;
    display: inline-block;
  }
  .tt4_sec .container .content1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tt4_sec .container .content1 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tt4_sec .container .content1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
  .tt4_sec .container .content1 .right dl dt {
    min-width: 80px;
    width: 80px;
  }
  .tt4_sec .container .content1 .right dl dd {
    background-size: 280px;
    padding: 50px 30px 0 50px;
    width: 280px;
    font-size: 12px;
  }
  .tt4_sec .container .content1 .right dl:last-child dd {
    background-size: 280px;
    padding: 50px 40px 0 50px;
    width: 280px;
    font-size: 12px;
  }
  .tt4_sec .container .content2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tt4_sec .container .content2 .left {
    min-width: 100%;
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .tt4_sec .container .content2 .right {
    width: 100%;
    padding: 0 0 30px;
    margin: 0 20px;
    background: url(../images/sp_img12.png) repeat-x center bottom;
    background-size: 30px auto;
  }
}
/* ========== end △ */

.content_add1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_add1 .title {
  background: #c9e2e0;
  border-radius: 100% 100% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 30px 20px;
  min-width: 300px;
  margin: -50px 20px 30px 0;
}
.content_add1 .title h3 {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0;
}
.content_add1 .title h3 em {
  font-size: 25px;
}
.content_add1 .title2 {
  width: 100%;
}
.content_add1 .title2 h4 {
  color: #42210b;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
}
.content_add1 .title2 h4 b {
  font-size: 30px;
}
.content_add1 .title2 h4 span {
  color: #aa3523;
  font-size: 24px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .content_add1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content_add1 .title {
    margin: -50px auto 30px;
  }
  .content_add1 .title2 {
    margin-bottom: 40px;
  }
  .content_add1 .title2 h4 {
    font-size: 22px;
  }
  .content_add1 .title2 h4 b {
    display: inline-block;
  }
}
/* ========== end △ */

.content_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.content_add h4 span b {
  font-size: 14px;
  background: #aa3523;
  color: #fff;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.content_add .left {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #42210b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_add .left .title {
  background: #c9e2e0;
  border-radius: 100% 100% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 50px 20px;
  width: 80%;
  margin: -50px auto 30px;
}
.content_add .left .title h3 {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0;
}
.content_add .left .title2 {
  font-size: 20px;
  background: url(../images/add_icon2.png) no-repeat left top;
  background-size: 60px auto;
  padding-top: 20px;
  margin-top: 38px;
}
.content_add .left .title2 h3 {
  font-size: 30px;
  font-weight: 400;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 0px;
}
.content_add .left .title2 h3 span {
  font-size: 22px;
}
.content_add .left .title2 h4 {
  text-align: center;
  font-size: 35px;
  margin: 30px 0 30px;
  line-height: 1;
}
.content_add .left .title2 h4 span {
  margin: 0 10px;
}
.content_add .left .title2 h4 span ins {
  text-decoration: none;
}
.content_add .left .title_content ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.content_add .left .in_left p, .content_add .left .in_left ul {
  margin-right: -150px;
  padding-left: 20px;
  line-height: 1.4;
}
.content_add .left .in_right img {
  width: 522.5px;
  margin-left: 0px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .content_add .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .content_add .left .in_left {
    width: 100%;
  }
  .content_add .left .in_left p {
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .content_add .left .in_right img {
    margin-left: 0;
  }
}
/* ========== end △ */
.content_add .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_add .right .title {
  padding-top: 30px;
  margin-bottom: 22px;
}
.content_add .right .title h3 {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  padding: 10px 0;
}
.content_add .right .title h3 span {
  text-align: center;
  font-size: 63%;
  margin: 0 -50px;
  color: #aa3523;
}
.content_add .right .title2 {
  font-size: 20px;
  background: url(../images/add_icon1.png) no-repeat left top;
  background-size: 60px auto;
  padding-top: 20px;
}
.content_add .right .title2 h3 {
  font-size: 30px;
  font-weight: 400;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 0px;
}
.content_add .right .title2 h3 span {
  font-size: 22px;
}
.content_add .right .title2 h4 {
  font-size: 35px;
  margin: 30px 0 30px;
  line-height: 1;
  padding-left: 10px;
  text-align: center;
}
.content_add .right .title2 h4 span {
  margin: 0 10px;
}
.content_add .right .title2 h4 ins {
  text-decoration: none;
}
.content_add .right .title_content ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.content_add .right .title_content ul li {
  position: relative;
}
.content_add .right .title_content ul li:first-child:after {
  content: "*";
  position: absolute;
  left: -10px;
  top: 0;
}
.content_add .right .in_left {
  margin-right: 70px;
}
.content_add .right .in_left p {
  padding-left: 20px;
  line-height: 1.4;
}
.content_add .right .in_right {
  min-width: 35%;
}
.content_add .right .in_right img {
  width: 254.5px;
}
.content_add .note {
  text-align: center;
  width: 100%;
  margin: 30px 0 0;
  font-style: italic;
  color: rgb(253, 135, 0);
}
.content_add span {
  position: relative;
}
.content_add del {
  font-size: 25px;
  position: absolute;
  top: -30px;
  color: #b6b6b6;
  font-weight: normal;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .content_add .left {
    width: 100%;
    border-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
  }
  .content_add .left .spec_title {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .content_add .left .spec_title span {
    text-align: center;
    font-size: 63%;
    color: #aa3523;
  }
  .content_add .left .title {
    width: 100%;
  }
  .content_add .left .title h3 {
    font-size: 25px;
  }
  .content_add .left .title2 h3 {
    font-size: 25px;
  }
  .content_add .left .title2 h3 span {
    font-size: 18px;
  }
  .content_add .left .title2 h4 {
    font-size: 30px;
  }
  .content_add .left .title2 h4 span {
    display: inline-block;
  }
  .content_add .right {
    width: 100%;
    padding-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content_add .right .in_left {
    margin-right: 0;
  }
  .content_add .right .title {
    width: 100%;
  }
  .content_add .right .title2 h3 {
    font-size: 25px;
  }
  .content_add .right .title2 h3 span {
    font-size: 18px;
  }
  .content_add .right .title2 h4 {
    font-size: 30px;
  }
  .content_add .right .title2 h4 span {
    display: inline-block;
  }
  .content_add .right .title_content p {
    padding-left: 0;
  }
  .content_add .right .in_right {
    min-width: 100%;
    width: 100%;
  }
  .content_add .right .in_right img {
    width: 100%;
  }
}
/* ========== end △ */

.menu_page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu_page ul li {
  max-width: 600px;
  margin: 0 20px 20px;
}

.faq_sec {
  padding: 40px 15px;
}
.faq_sec dl {
  margin-bottom: 30px;
}
.faq_sec dl:last-child {
  margin-bottom: 0;
}
.faq_sec dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.faq_sec dl dt span {
  margin-right: 20px;
}
.faq_sec dl dt strong {
  font-size: 22px;
}
.faq_sec .btn1 a span {
  width: auto;
  padding: 20px 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .faq_sec {
    padding: 40px 0;
  }
  .faq_sec dl dt span {
    min-width: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 10px;
  }
  .faq_sec dl dt strong {
    font-size: 20px;
    line-height: 1.5;
  }
}
/* ========== end △ */

.add_tt1 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 60px;
  line-height: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .add_tt1 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
/* ========== end △ */

.spec_tt {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-weight: normal;
  position: relative;
  background: url(../images/point.png) repeat-x center center;
}
.spec_tt span {
  background: #f3e4cd;
  padding: 0 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .spec_tt {
    font-size: 32px;
  }
}
/* ========== end △ */

.tt5_sec {
  padding: 70px 0;
  background: #eeeeee;
}
.tt5_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tt5_sec .container .content .left {
  margin-right: 60px;
}
.tt5_sec .container .content .left p {
  margin-bottom: 30px;
}
.tt5_sec .container .content .right {
  min-width: 438px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt5_sec {
    padding: 40px 0;
  }
  .tt5_sec .container .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tt5_sec .container .content .left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .tt5_sec .container .content .right {
    min-width: 100%;
  }
}
/* ========== end △ */

.queen_sec {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
}
.queen_sec figure {
  position: absolute;
  right: 15px;
  top: -20px;
  width: 287.5px;
}
.queen_sec .in_title {
  background: #c0d9d7;
  width: 80%;
  margin-left: -40px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.queen_sec .in_title h4 {
  font-size: 28px;
  margin-right: 20px;
}
.queen_sec .in_content ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.queen_sec .in_content .break {
  width: 66%;
  position: relative;
}
.queen_sec .in_content .break:after {
  display: block;
  width: 58px;
  height: 2px;
  background: #42210b;
  position: relative;
  content: "";
  margin: 30px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .queen_sec {
    padding: 15px 0 35px;
  }
  .queen_sec .in_title {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  .queen_sec .in_title h4 {
    margin-right: 0;
    line-height: 1;
    width: 100%;
  }
  /* ▽ SP layout ========== */
  /* ========== end △ */
}
@media only screen and (max-width: 767px) and (max-width: 460px) {
  .queen_sec .in_title h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .queen_sec figure {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -30px;
  }
  .queen_sec figure img {
    width: 100%;
  }
}
/* ========== end △ */