@charset "UTF-8";
/* =================================================================================================

　TOP

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　ヘッダ
---------------------------------------------------------------------------- */
header {
  background-color: #fff;
  padding: 0.9rem 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0.5rem 0;
  }
}
header .logo {
  width: 188px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  header .logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 100px;
  }
}
header .logo img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　メインエリア
---------------------------------------------------------------------------- */
#main_area {
  background: url("../img/main_area_bg.jpg") center center;
  background-size: 10% auto;
  padding: 1.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #main_area {
    padding: 1.5rem 0 2.5rem;
    background-size: 15% auto;
  }
}

#main_area .inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #main_area .inner {
    width: 95%;
  }
}

#main_area h1 img {
  width: 100%;
}

#main_area .text img {
  width: 100%;
}

#main_area .pop {
  position: absolute;
  top: 42.8%;
  left: 0rem;
  width: 62.1551724%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main_area .pop {
    top: 48%;
    left: 0rem;
    width: 100%;
  }
}
#main_area .pop img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　共通店舗検索ボタン
---------------------------------------------------------------------------- */
.search_area {
  background-color: #92c741;
  padding: 0.5rem 0 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .search_area {
    padding: 0.5rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .search_area {
    padding: 1rem 0 1.5rem;
  }
}

.search_area .inner {
  width: 460px;
  margin: -2.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .search_area .inner {
    width: 75%;
  }
}

.search_area .text {
  display: flex;
  width: 110%;
}

.search_area .text img {
  width: 56.039604%;
  transition: 0.4s ease-in-out 0.4s;
  opacity: 0;
  transform: translateY(30px);
}

.search_area.active .text img {
  opacity: 1;
  transform: translateY(0px);
}

.search_area .text img:last-child {
  width: 44%;
  transition: 0.4s ease-in-out 0.2s;
  opacity: 0;
  transform: translateY(30px);
}

.search_area.active .text img:last-child {
  opacity: 1;
  transform: translateY(0px);
}

.search_area .btn a {
  display: block;
  background-color: #ff8202;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 110%;
  border-radius: 10px;
  letter-spacing: 2px;
  text-align: center;
  padding: 1rem 0;
  font-weight: normal;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 0px 0px #c25417;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .search_area .btn a {
    font-size: 1.3rem;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #c25417;
    padding: 0.6rem 0;
  }
}
.search_area .btn a:hover, .search_area .btn a:active {
  opacity: 1;
  background-color: #ffa700;
  box-shadow: 0px 4px 0px 0px #c17e13;
  transform: scale(0.95) translateY(-2px);
}

.search_area .btn {
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}

.search_area.active .btn {
  opacity: 1;
  transform: translateY(0px);
}

/* ----------------------------------------------------------------------------
　共通コメントエリア
---------------------------------------------------------------------------- */
.comment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment dt {
  order: 2;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
.comment dt img {
  width: 100%;
}

.comment.active dt {
  opacity: 1;
  transform: translateY(0px);
}

.comment dd {
  box-sizing: border-box;
  order: 1;
  background-color: #fff;
  border: 4px solid #809C41;
  border-radius: 15px;
  color: #80AA41;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
  line-height: 130%;
  padding: 0.8rem;
  position: relative;
  margin-right: 2rem;
  transition: 0.4s ease-in-out 0.2s;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .comment dd {
    font-size: 0.95rem;
    border: 3px solid #80AA41;
    border-radius: 10px;
    padding: 0.6rem;
  }
}
.comment dd:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: -22px;
  height: 100%;
  width: 23px;
  background: url("../img/comment_arrow.png") center center no-repeat;
  background-size: 100% auto;
}

.comment.active dd {
  opacity: 1;
  transform: translateY(0px);
}

/* ----------------------------------------------------------------------------
　施術1 ウィングストレッチ
---------------------------------------------------------------------------- */
#treatment {
  background: url("../img/bg_green.jpg") center center;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #treatment {
    padding: 2.5rem 0;
  }
}

#treatment .inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #treatment .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #treatment .inner {
    width: 100%;
  }
}

#treatment h2 {
  width: 25.9183673%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  #treatment h2 {
    width: 43%;
  }
}
#treatment h2 img {
  width: 100%;
}

/* イントロ */
#treatment .intro {
  margin-bottom: 3rem;
  position: relative;
}

#treatment .intro .photo {
  width: 81.8367347%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  #treatment .intro .photo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#treatment .intro .photo img {
  width: 100%;
}

#treatment .intro .text {
  position: relative;
  text-align: center;
  font-size: 1.45rem;
  letter-spacing: 1px;
  line-height: 220%;
  color: #33AC3A;
}
@media screen and (max-width: 800px) {
  #treatment .intro .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #treatment .intro .text {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    text-align: left;
    width: 80%;
    margin: 0 auto 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#treatment .intro .text .line {
  padding-bottom: 0.2rem;
  background: linear-gradient(#ff8200, #ff8200) 0 100%/0 2px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  transition: 0.4s ease-in-out 0.5s;
  padding-bottom: 0.3rem;
}
#treatment .intro .text.active .line {
  background-size: 100% 2px;
}
#treatment .intro .text p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #treatment .intro .text p {
    margin-bottom: 0rem;
  }
}
#treatment .intro .text p.last {
  margin-bottom: 0rem;
}

#treatment .intro .btn_search {
  width: 16.4285714%;
  position: absolute;
  top: 4rem;
  right: -4.5rem;
}
@media all and (max-width: 1366px) {
  #treatment .intro .btn_search {
    right: -1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  #treatment .intro .btn_search {
    right: -1rem;
  }
}
#treatment .intro .btn_search img {
  width: 100%;
}

/* そもそも */
#treatment .knowledge {
  box-sizing: border-box;
  position: relative;
  background: url("../img/treatment_knowledge_bg.svg") center center;
  background-size: 20px auto;
  background-color: #fff;
  padding: 2rem 1rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge {
    background-size: 15px auto;
    width: 80%;
    margin: 0 auto 1rem;
  }
}

#treatment .knowledge .btn_search {
  width: 32%;
  position: absolute;
  top: -2.2rem;
  right: -1rem;
  z-index: 2;
}
#treatment .knowledge .btn_search img {
  width: 100%;
}

#treatment .knowledge .title_area {
  width: 61.2244898%;
  margin: 0 auto 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .title_area {
    width: 60%;
    margin-bottom: 2rem;
  }
}
#treatment .knowledge .title_area img {
  width: 100%;
}

#treatment .knowledge .title_area h3 img {
  width: 30%;
  display: block;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .title_area h3 img {
    width: 55%;
    margin-bottom: 0.5rem;
  }
}

#treatment .knowledge .title_area h3 {
  text-align: center;
  color: #80AA41;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .title_area h3 {
    font-size: 1.125rem;
  }
}

#treatment .knowledge .title_area h3 span {
  border-bottom: 3px dotted #80AA41;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .title_area h3 span {
    border-bottom: 2px dotted #80AA41;
  }
}

#treatment .knowledge .title_area .pict {
  width: 20.5%;
  position: absolute;
  top: 4.5rem;
  left: -1.5rem;
}
@media screen and (max-width: 800px) {
  #treatment .knowledge .title_area .pict {
    left: -9rem;
  }
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .title_area .pict {
    width: 35%;
    top: 0.5rem;
    left: -3.5rem;
  }
}
#treatment .knowledge .title_area .pict img {
  width: 100%;
}

#treatment .knowledge .lead {
  text-align: center;
  font-size: 1.1rem;
  line-height: 160%;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  #treatment .knowledge .lead {
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .lead {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#treatment .knowledge .slide_box {
  width: 64%;
  margin: 0 auto 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .slide_box {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#treatment .knowledge .slide_box img {
  width: 100%;
}

#treatment .knowledge .slide_box .slide {
  position: relative;
  padding-bottom: 56%;
}

#treatment .knowledge .slide_box .slide img {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0rem;
  left: 0rem;
}

#treatment .knowledge .slide_box .slide img.active {
  opacity: 1;
}

#treatment .knowledge .slide_box .btn_next a {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0rem;
  right: -25px;
  background: url("../img/slide_btn_next.svg") center center no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#treatment .knowledge .slide_box .btn_next a:hover {
  transform: translateX(-5px);
}
@media screen and (max-width: 800px) {
  #treatment .knowledge .slide_box .btn_next a {
    width: 30px;
    right: -15px;
  }
}

#treatment .knowledge .slide_box .btn_prev a {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: -25px;
  background: url("../img/slide_btn_prev.svg") center center no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#treatment .knowledge .slide_box .btn_prev a:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 800px) {
  #treatment .knowledge .slide_box .btn_prev a {
    width: 30px;
    left: -15px;
  }
}

#treatment .knowledge h4 {
  font-size: 1.8rem;
  color: #80AA41;
  text-align: center;
  line-height: 190%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge h4 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
#treatment .knowledge h4 span {
  background: url("../img/treatment_knowledge_line.png") 0 bottom repeat-x;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge h4 span {
    background-size: 7px auto;
    padding-bottom: 0.2rem;
  }
}

#treatment .knowledge .merit {
  width: 61%;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .merit {
    width: 100%;
    margin-bottom: 1rem;
  }
}

#treatment .knowledge .merit li {
  width: 30%;
  padding-bottom: 30%;
  background-color: #FFF000;
  border-radius: 100px;
  position: relative;
}

#treatment .knowledge .merit li p {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #80AA41;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  #treatment .knowledge .merit li p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  #treatment .knowledge .merit li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #treatment .knowledge .merit li p {
    font-size: 0.875rem;
  }
}

#treatment .knowledge h5 {
  font-size: 1.6rem;
  color: #80AA41;
  text-align: center;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  #treatment .knowledge h5 {
    font-size: 0.9rem;
  }
}

/* コメント */
#treatment .comment dt {
  width: 136px;
}
@media screen and (max-width: 767px) {
  #treatment .comment dt {
    width: 80px;
  }
}

#treatment .comment dd {
  width: 220px;
}
@media screen and (max-width: 767px) {
  #treatment .comment dd {
    width: 150px;
  }
}

/* ----------------------------------------------------------------------------
　施術2 CLP
---------------------------------------------------------------------------- */
#clp {
  background: url("../img/bg_red.jpg") center center;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #clp {
    padding: 2.5rem 0;
  }
}

#clp .inner {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #clp .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #clp .inner {
    width: 100%;
  }
}

#clp h2 {
  width: 34.6391753%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  #clp h2 {
    width: 58%;
    margin-bottom: 2rem;
  }
}
#clp h2 img {
  width: 100%;
}

/* イントロ */
#clp .intro {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #clp .intro {
    margin-bottom: 2rem;
  }
}

#clp .intro .photo {
  width: 82.4742268%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  #clp .intro .photo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#clp .intro .photo img {
  width: 100%;
}

#clp .intro .text {
  position: relative;
  text-align: center;
  font-size: 1.45rem;
  line-height: 220%;
  color: #33AC3A;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  #clp .intro .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #clp .intro .text {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#clp .intro .text .line {
  padding-bottom: 0.2rem;
  background: linear-gradient(#ff8200, #ff8200) 0 100%/0 2px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  transition: 0.4s ease-in-out 0.5s;
  padding-bottom: 0.3rem;
}
#clp .intro .text.active .line {
  background-size: 100% 2px;
}
#clp .intro .text p {
  margin-bottom: 1.5rem;
}
#clp .intro .text p.last {
  margin-bottom: 0rem;
}

#clp .scene {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #clp .scene {
    display: block;
    width: 80%;
    margin: 0 auto 1rem;
  }
}

#clp .scene li {
  width: 46.3917526%;
}
@media screen and (max-width: 767px) {
  #clp .scene li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #clp .scene li:last-child {
    margin-bottom: 0rem;
  }
}

#clp .scene li .photo {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  #clp .scene li .photo {
    margin-bottom: 1rem;
  }
}
#clp .scene li .photo img {
  width: 100%;
}

#clp .scene li .text {
  font-size: 1.125rem;
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 800px) {
  #clp .scene li .text {
    font-size: 1rem;
  }
}

/* コメント */
#clp .comment dt {
  width: 136px;
}
@media screen and (max-width: 767px) {
  #clp .comment dt {
    width: 80px;
  }
}

#clp .comment dd {
  width: 265px;
}
@media screen and (max-width: 767px) {
  #clp .comment dd {
    width: 180px;
  }
}

/* ----------------------------------------------------------------------------
　施術3 オープンスペース
---------------------------------------------------------------------------- */
#openspace {
  background: url("../img/bg_blue.jpg") center center;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #openspace {
    padding: 2.5rem 0;
  }
}

#openspace .inner {
  width: 855px;
  margin: 0 auto;
}
@media screen and (max-width: 930px) {
  #openspace .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #openspace .inner {
    width: 100%;
  }
}

#openspace h2 {
  width: 57.5438596%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  #openspace h2 {
    width: 75%;
    margin-bottom: 2rem;
  }
}
#openspace h2 img {
  width: 100%;
}

/* イントロ */
#openspace .intro {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #openspace .intro {
    margin-bottom: 1.5rem;
  }
}

#openspace .intro .photo {
  width: 93.5672515%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  #openspace .intro .photo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#openspace .intro .photo img {
  width: 100%;
}

#openspace .intro .text {
  position: relative;
  text-align: center;
  font-size: 1.45rem;
  line-height: 220%;
  letter-spacing: 1px;
  color: #33AC3A;
}
@media screen and (max-width: 800px) {
  #openspace .intro .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #openspace .intro .text {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#openspace .intro .text .line {
  padding-bottom: 0.2rem;
  background: linear-gradient(#ff8200, #ff8200) 0 100%/0 2px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  transition: 0.4s ease-in-out 0.5s;
  padding-bottom: 0.3rem;
}
#openspace .intro .text.active .line {
  background-size: 100% 2px;
}
#openspace .intro .text p {
  margin-bottom: 1.5rem;
}

/* swiper */
#openspace .swiper-wrapper {
  transition-timing-function: linear;
}

#openspace .swiper-custom-parent {
  position: relative;
  padding: 0 0px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #openspace .swiper-custom-parent {
    padding: 0 0px;
  }
}

#openspace .swiper-container {
  padding: 1rem 0 2rem;
}

#openspace .swiper-slide .photo {
  margin: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  #openspace .swiper-slide .photo {
    margin: 0 0.5rem;
  }
}
#openspace .swiper-slide .photo img {
  width: 100%;
}

#openspace .swiper-button-prev {
  width: 50px;
  background: none;
  transition: 0.3s ease-in-out;
  /*background: url("../img/swiper_prev.svg") center center no-repeat;
  background-size: 15px auto;*/
  top: 40%;
}
@media screen and (max-width: 767px) {
  #openspace .swiper-button-prev {
    width: 15px;
    background-size: 10px auto;
  }
}
#openspace .swiper-button-prev:after {
  display: none;
}
#openspace .swiper-button-prev:hover {
  transform: translateX(-5px);
}

#openspace .swiper-button-next {
  width: 50px;
  background: none;
  transition: 0.3s ease-in-out;
  /*background: url("../img/swiper_next.svg") center center no-repeat;
  background-size: 15px auto;*/
  top: 40%;
}
@media screen and (max-width: 767px) {
  #openspace .swiper-button-next {
    width: 15px;
    background-size: 10px auto;
  }
}
#openspace .swiper-button-next:after {
  display: none;
}
#openspace .swiper-button-next:hover {
  transform: translateX(5px);
}

#openspace .swiper-custom-parent .text {
  font-size: 1.125rem;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #openspace .swiper-custom-parent .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #openspace .swiper-custom-parent .text {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#openspace .taisaku {
  width: 87.9532164%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #openspace .taisaku {
    width: 80%;
    display: block;
    margin-bottom: 4rem;
  }
}

#openspace .taisaku li {
  width: 48.4042553%;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  #openspace .taisaku li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#openspace .taisaku li img {
  width: 100%;
}

#openspace .btn_taisaku a {
  display: block;
  box-sizing: border-box;
  width: 53%;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 767px) {
  #openspace .btn_taisaku a {
    width: 80%;
    margin-bottom: 2.5rem;
  }
}
#openspace .btn_taisaku a img {
  width: 100%;
}

#openspace .profile {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #openspace .profile {
    display: block;
    width: 80%;
    margin: 0 auto 1.5rem;
    padding: 2rem;
  }
}

#openspace .profile .photo {
  flex: 0 0 30.4093567%;
  order: 2;
}
@media screen and (max-width: 767px) {
  #openspace .profile .photo {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#openspace .profile .photo img {
  width: 100%;
}

#openspace .profile .copy {
  box-sizing: border-box;
  flex: 1 1 auto;
  padding: 1.5rem 3rem;
  order: 1;
  color: #000;
}
@media screen and (max-width: 800px) {
  #openspace .profile .copy {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  #openspace .profile .copy {
    width: 100%;
    padding: 0 0 0 0;
  }
}

#openspace .profile .copy .name {
  border-bottom: 1px solid #8fa421;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  #openspace .profile .copy .name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #openspace .profile .copy .name {
    font-size: 1.125rem;
  }
}
#openspace .profile .copy .name span {
  font-size: 1.5rem;
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  #openspace .profile .copy .name span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #openspace .profile .copy .text {
    font-size: 0.875rem;
  }
}

/* コメント */
#openspace .comment dt {
  width: 136px;
}
@media screen and (max-width: 767px) {
  #openspace .comment dt {
    width: 80px;
  }
}

#openspace .comment dd {
  width: 280px;
}
@media screen and (max-width: 767px) {
  #openspace .comment dd {
    width: 180px;
  }
}

/* ----------------------------------------------------------------------------
　お客さまの声
---------------------------------------------------------------------------- */
#voice {
  background: url("../img/bg_green.jpg") center center;
  padding: 5rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice {
    padding: 2rem 0 3rem;
  }
}

#voice .inner {
  width: 880px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 960px) {
  #voice .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #voice .inner {
    width: 100%;
    margin-bottom: 4rem;
  }
}

#voice h2 {
  width: 41.4772727%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  #voice h2 {
    width: 65%;
    margin-bottom: 3rem;
  }
}
#voice h2 img {
  width: 100%;
}

#voice .interview {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #voice .interview {
    width: 85%;
    margin: 0 auto;
  }
}

#voice .interview dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

#voice .interview dl dt {
  flex: 0 0 92px;
}
@media screen and (max-width: 767px) {
  #voice .interview dl dt {
    flex: 0 0 60px;
  }
}
#voice .interview dl dt img {
  width: 100%;
}

#voice .interview dl dt .text {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #2b8221;
  margin-top: 0.2rem;
}

#voice .interview dl dd {
  box-sizing: border-box;
  flex: 1 1 auto;
  background-color: #fff;
  border: 3px solid #2b8221;
  border-radius: 25px;
  padding: 1.5rem;
  font-size: 1.125rem;
  line-height: 170%;
  margin-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice .interview dl dd {
    padding: 1rem;
    border: 2px solid #2b8221;
    border-radius: 12px;
    font-size: 0.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#voice .interview dl dd:after {
  content: "";
  position: absolute;
  top: 0rem;
  left: -23px;
  width: 23px;
  height: 100%;
  background: url("../img/voice_arrow.png") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #voice .interview dl dd:after {
    left: -16px;
    width: 16px;
  }
}

#voice .interview .reverse dt {
  order: 2;
}

#voice .interview .reverse dd {
  order: 1;
}

#voice .interview .reverse dd {
  margin-left: 0rem;
  margin-right: 2rem;
}
#voice .interview .reverse dd:after {
  left: initial;
  right: -23px;
  background: url("../img/voice_arrow02.png") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #voice .interview .reverse dd:after {
    right: -16px;
  }
}

/* コメント */
#voice .comment dt {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #voice .comment dt {
    width: 85px;
  }
}

#voice .comment dd {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #voice .comment dd {
    width: 150px;
  }
}

/* メニュー */
#voice .menu h3 {
  width: 241px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  #voice .menu h3 {
    width: 41%;
    margin-bottom: 0.5rem;
  }
}
#voice .menu h3 img {
  width: 100%;
}

#voice .menu .sub {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #voice .menu .sub {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}

#voice .menu .course_wrapper {
  width: 1500px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1500px) {
  #voice .menu .course_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course_wrapper {
    margin-bottom: 3rem;
  }
}

#voice .menu .course {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #voice .menu .course {
    display: block;
  }
}

#voice .menu .course .photo {
  width: 35%;
  order: 2;
}
@media screen and (max-width: 767px) {
  #voice .menu .course .photo {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
#voice .menu .course .photo img {
  width: 100%;
}

#voice .menu .course .copy {
  width: 45%;
  margin: 0 0rem 0 0;
  order: 1;
}
@media all and (max-width: 1366px) {
  #voice .menu .course .copy {
    width: 55%;
  }
}
@media screen and (max-width: 800px) {
  #voice .menu .course .copy {
    margin: 0 3rem 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy {
    width: 76%;
    margin: 0 auto;
  }
}

#voice .menu .course.reverse {
  justify-content: flex-start;
}

#voice .menu .course.reverse .photo {
  width: 35%;
  order: 1;
}
@media screen and (max-width: 767px) {
  #voice .menu .course.reverse .photo {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

#voice .menu .course.reverse .copy {
  order: 2;
  margin: 0 1rem 0 4rem;
}
@media screen and (max-width: 1024px) {
  #voice .menu .course.reverse .copy {
    margin: 0 1rem 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  #voice .menu .course.reverse .copy {
    margin: 0 1rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course.reverse .copy {
    width: 76%;
    margin: 0 auto;
  }
}

#voice .menu .course .copy h4 {
  margin-bottom: 1rem;
  width: 72%;
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy h4 {
    width: 95%;
    margin: 0 auto 1rem;
  }
}
#voice .menu .course .copy h4 img {
  width: 100%;
}

#voice .menu .course.reverse .copy h4 {
  width: 78%;
}
@media screen and (max-width: 767px) {
  #voice .menu .course.reverse .copy h4 {
    width: 95%;
  }
}

#voice .menu .course .copy .lead {
  font-size: 1.4rem;
  line-height: 160%;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 1366px) {
  #voice .menu .course .copy .lead {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #voice .menu .course .copy .lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .lead {
    font-size: 1rem;
    letter-spacing: -1px;
  }
}

#voice .menu .course .copy .cap {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .cap {
    font-size: 0.875rem;
  }
}

#voice .menu .course .copy .price_list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .price_list {
    width: 300px;
    margin: 2.5rem auto 0;
  }
}

#voice .menu .course .copy .price_list li {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .price_list li {
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
#voice .menu .course .copy .price_list li:last-child {
  margin-bottom: 0rem;
}

#voice .menu .course .copy .price_list li .time {
  flex: 0 0 53px;
  position: relative;
  margin-right: 1.5rem;
  top: -0.8rem;
}
@media screen and (max-width: 800px) {
  #voice .menu .course .copy .price_list li .time {
    flex: 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .price_list li .time {
    margin-right: 1rem;
    flex: 0 0 55px;
    top: -0.3rem;
  }
}
#voice .menu .course .copy .price_list li .time img {
  width: 100%;
}

#voice .menu .course .copy .price_list li .price_box {
  background: url("../img/menu_course_line.png") 0 bottom repeat-x;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .price_list li .price_box {
    white-space: normal;
    background: none;
  }
}

#voice .menu .course .copy .price_list li .price {
  display: inline-block;
  width: 195px;
  padding-bottom: 0.8rem;
}
@media all and (max-width: 1366px) {
  #voice .menu .course .copy .price_list li .price {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  #voice .menu .course .copy .price_list li .price {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  #voice .menu .course .copy .price_list li .price {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .price_list li .price {
    width: 180px;
    padding-right: 2rem;
    background: url("../img/menu_course_line.png") 0 bottom repeat-x;
  }
}
#voice .menu .course .copy .price_list li .price img {
  width: 100%;
}

#voice .menu .course .copy .price_list li .text {
  display: inline-block;
  font-size: 1.125rem;
  padding-left: 1.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  #voice .menu .course .copy .price_list li .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #voice .menu .course .copy .price_list li .text {
    width: 100%;
    background: none;
    padding-left: 0rem;
    margin-top: 0.8rem;
    letter-spacing: -0.5px;
  }
}

/* オプション */
#voice .option {
  width: 1050px;
  margin: 0 auto 3.5rem;
}
@media all and (max-width: 1366px) {
  #voice .option {
    width: 88%;
  }
}
@media screen and (max-width: 1130px) {
  #voice .option {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  #voice .option {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #voice .option {
    width: 100%;
    margin-bottom: 3rem;
  }
}

#voice .option h4 {
  width: 35%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #voice .option h4 {
    width: 45%;
    margin: 0 auto 2rem;
  }
}
#voice .option h4 img {
  width: 100%;
}

#voice .option ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #voice .option ul {
    display: block;
    text-align: center;
  }
}

#voice .option ul li {
  margin: 0 1.6rem 1rem 0;
}
@media screen and (max-width: 800px) {
  #voice .option ul li {
    margin: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #voice .option ul li {
    margin: 0 auto 2rem;
  }
}
#voice .option ul li img {
  width: 100%;
}

#voice .option ul li:nth-child(1) {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  #voice .option ul li:nth-child(1) {
    width: 52.5%;
  }
}

#voice .option ul li:nth-child(2) {
  width: 19%;
}
@media screen and (max-width: 767px) {
  #voice .option ul li:nth-child(2) {
    width: 49%;
  }
}

#voice .option ul li:nth-child(3) {
  width: 13.5%;
}
@media screen and (max-width: 767px) {
  #voice .option ul li:nth-child(3) {
    width: 35%;
  }
}

#voice .option ul li:nth-child(4) {
  width: 14%;
}
@media screen and (max-width: 767px) {
  #voice .option ul li:nth-child(4) {
    width: 35%;
  }
}

#voice .option .cap {
  font-size: 1.275rem;
}
@media screen and (max-width: 800px) {
  #voice .option .cap {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #voice .option .cap {
    width: 80%;
    margin: 0 auto;
    font-size: 0.875rem;
  }
}

/* 動画 */
#voice .movie {
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #voice .movie {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #voice .movie {
    width: 80%;
  }
}
#voice .movie img {
  width: 100%;
}

#voice .movie a {
  display: block;
  position: relative;
}
#voice .movie a:after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: url("../img/movie_play.svg") center center no-repeat;
  background-size: 11% auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #voice .movie a:after {
    background-size: 15% auto;
  }
}

/* ----------------------------------------------------------------------------
　動画モーダル
---------------------------------------------------------------------------- */
#movie_modal {
  display: none;
  width: 670px;
  position: fixed;
  top: 0rem;
  left: calc((100% - 670px) / 2);
  z-index: 103;
}
@media screen and (max-width: 750px) {
  #movie_modal {
    width: 90%;
    left: 5%;
  }
}
#movie_modal.active {
  display: block;
  animation: movieModalAnime 0.3s ease-in-out 0s forwards;
}

@keyframes movieModalAnime {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#movie_modal .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie_modal iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#movie_modal .close a {
  display: block;
  width: 70px;
  position: absolute;
  top: -80px;
  right: -35px;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 800px) {
  #movie_modal .close a {
    width: 40px;
    top: -50px;
    right: -20px;
  }
}
#movie_modal .close a:hover {
  opacity: 1;
  transform: scale(0.95);
}
#movie_modal .close a img {
  width: 100%;
}

.movie_modal_bg {
  display: none;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.65);
}
.movie_modal_bg.active {
  display: block;
  animation: movieModalBgAnime 0.3s ease-in-out 0s forwards;
}

@keyframes movieModalBgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------------
　スペシャルプログラム
---------------------------------------------------------------------------- */
#special {
  position: relative;
  background: url("../img/special_bg.jpg") center center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #special {
    padding-bottom: 7rem;
  }
}

#special .inner {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #special .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #special .inner {
    width: 100%;
  }
}

#special h2 {
  width: 91.3592233%;
  margin: 0 auto 1.5rem;
  position: relative;
  top: -1.3rem;
}
@media screen and (max-width: 767px) {
  #special h2 {
    width: 85%;
    top: -0.6rem;
    margin-bottom: 1rem;
  }
}
#special h2 img {
  width: 100%;
}

#special .kakumei_title {
  width: 54.9514563%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  #special .kakumei_title {
    width: 80%;
    margin-bottom: 2rem;
  }
}
#special .kakumei_title img {
  width: 100%;
}

#special .lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  color: #044434;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1024px) {
  #special .lead {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #special .lead {
    width: 80%;
    margin: 0 auto 2rem;
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#special .program {
  width: 81%;
  margin: 0 auto 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #special .program {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #special .program {
    width: 80%;
    margin-bottom: 4rem;
  }
}

#special .program .title_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #special .program .title_area {
    display: block;
    margin-bottom: 1.5rem;
  }
}

#special .program .title_area h3 {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #special .program .title_area h3 {
    margin: 0 auto 1rem;
  }
}
#special .program .title_area h3 img {
  width: 100%;
}

#special .program .title_area .text {
  font-size: 1.45rem;
}
@media all and (max-width: 1366px) {
  #special .program .title_area .text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #special .program .title_area .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 800px) {
  #special .program .title_area .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #special .program .title_area .text {
    font-size: 1rem;
    line-height: 180%;
    letter-spacing: -0.4px;
  }
}

#special .program .flex {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #special .program .flex {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #special .program .flex {
    display: block;
  }
}

#special .program .list {
  width: 66%;
}
@media screen and (max-width: 767px) {
  #special .program .list {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#special .program .list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#special .program .list li:last-child {
  margin-bottom: 0rem;
}

#special .program .list li .pict {
  width: 25%;
}
#special .program .list li .pict img {
  width: 100%;
}

#special .program .list li .copy {
  width: 70%;
}

#special .program .list li .copy h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #special .program .list li .copy h4 {
    margin-bottom: 0.5rem;
  }
}
#special .program .list li .copy h4 img {
  width: 100%;
}

#special .program .list li .copy .text {
  font-size: 1.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  #special .program .list li .copy .text {
    font-size: 0.875rem;
  }
}

#special .program .photo_box {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #special .program .photo_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#special .program .photo_box img {
  width: 100%;
}

#special .program .photo_box .photo {
  position: relative;
}
@media screen and (max-width: 767px) {
  #special .program .photo_box .photo {
    width: 50%;
    order: 2;
  }
}

#special .program .photo_box .profile {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  #special .program .photo_box .profile {
    width: 50%;
    order: 1;
    padding: 0.5rem 0.5rem;
  }
}

#special .program .photo_box .profile .sub {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  #special .program .photo_box .profile .sub {
    font-size: 0.75rem;
  }
}

#special .program .photo_box .profile .name {
  font-size: 1.275rem;
}
@media screen and (max-width: 767px) {
  #special .program .photo_box .profile .name {
    font-size: 1rem;
  }
}

#special .program .photo_box .profile ul li {
  font-size: 0.7rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #special .program .photo_box .profile ul li {
    font-size: 0.7rem;
    line-height: 130%;
    letter-spacing: -1px;
  }
}

/* グリーン */
#special .green .title_area {
  border-bottom: 3px solid #1d9357;
}
@media screen and (max-width: 767px) {
  #special .green .title_area {
    border-bottom: none;
  }
}

#special .green .title_area h3 {
  flex: 0 0 36.0479042%;
}
@media screen and (max-width: 767px) {
  #special .green .title_area h3 {
    width: 100%;
    border-bottom: 3px solid #1d9357;
    padding-bottom: 1rem;
    text-align: center;
  }
  #special .green .title_area h3 img {
    width: 60%;
  }
}

#special .green .photo_box {
  background-color: rgba(108, 169, 90, 0.4);
}

/* ブルー */
#special .blue .title_area {
  border-bottom: 3px solid #1080a6;
}
@media screen and (max-width: 767px) {
  #special .blue .title_area {
    border-bottom: none;
  }
}

#special .blue .title_area h3 {
  flex: 0 0 48.0239521%;
}
@media screen and (max-width: 767px) {
  #special .blue .title_area h3 {
    width: 100%;
    border-bottom: 3px solid #1080a6;
    padding-bottom: 1rem;
    text-align: center;
  }
  #special .blue .title_area h3 img {
    width: 80%;
  }
}

#special .blue .title_area .text {
  letter-spacing: -1px;
}

#special .blue .photo_box {
  background-color: rgba(20, 128, 178, 0.4);
}

/* オレンジ */
#special .orange .title_area {
  border-bottom: 3px solid #ff8105;
}
@media screen and (max-width: 767px) {
  #special .orange .title_area {
    border-bottom: none;
  }
}

#special .orange .title_area h3 {
  flex: 0 0 28%;
}
@media screen and (max-width: 767px) {
  #special .orange .title_area h3 {
    width: 100%;
    border-bottom: 3px solid #ff8105;
    padding-bottom: 1rem;
    text-align: center;
  }
  #special .orange .title_area h3 img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #special .orange .photo_box .photo {
    width: 60%;
    margin: 0 auto;
  }
}

#special .orange .photo_box .photo img {
  position: relative;
  width: 130%;
  left: -15%;
}
@media screen and (max-width: 767px) {
  #special .orange .photo_box .photo img {
    width: 100%;
    left: 0%;
  }
}

#special .program .btn_shop {
  position: absolute;
  top: 50%;
  right: -22%;
  width: 19.1211401%;
}
#special .program .btn_shop img {
  width: 100%;
}

#special .kakumei {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #special .kakumei {
    margin-bottom: 2rem;
  }
}

#special .kakumei .sub {
  text-align: center;
  margin-bottom: 1rem;
  color: #003F2B;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #special .kakumei .sub {
    font-size: 1.125rem;
  }
}

#special .kakumei h3 {
  width: 80.2912621%;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  #special .kakumei h3 {
    width: 85%;
  }
}
#special .kakumei h3 img {
  width: 100%;
}

#special .kakumei ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #special .kakumei ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

#special .kakumei ul li {
  box-sizing: border-box;
  width: 48.8%;
}
@media screen and (max-width: 767px) {
  #special .kakumei ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#special .kakumei ul li .photo {
  width: 21.8687873%;
  margin: 0 auto;
}
#special .kakumei ul li .photo img {
  width: 100%;
}

#special .kakumei ul li .box {
  box-sizing: border-box;
  border: 3px solid #003f2c;
  border-radius: 30px;
  padding-bottom: 8.5rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #special .kakumei ul li .box {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #special .kakumei ul li .box {
    border-radius: 26px;
    padding-bottom: 30%;
  }
}

#special .kakumei ul li h4 {
  background-color: #003f2c;
  text-align: center;
  padding: 0.3rem 0 0.6rem;
  border-radius: 24px 24px 0 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #special .kakumei ul li h4 {
    border-radius: 20px 20px 0 0;
  }
}

#special .kakumei ul li:first-child h4 img {
  width: 24%;
  margin: 2% 0 0;
}

#special .kakumei ul li:last-child h4 img {
  width: 34%;
  margin: 2.3% 0;
}

#special .kakumei ul li .text {
  text-align: center;
  color: #003f2c;
  font-size: 1.4rem;
  line-height: 190%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #special .kakumei ul li .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #special .kakumei ul li .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #special .kakumei ul li .text {
    font-size: 1rem;
  }
}

#special .kakumei ul li:last-child .text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #special .kakumei ul li:last-child .text {
    margin-bottom: 1.5rem;
  }
}

#special .kakumei ul li .chart {
  width: 75%;
  margin: 0 auto;
}
#special .kakumei ul li .chart img {
  width: 100%;
}

#special .kakumei ul li:last-child .chart {
  width: 82%;
}

#special .kakumei ul li .price_box {
  position: absolute;
  width: 100%;
  left: 0rem;
  bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #special .kakumei ul li .price_box {
    bottom: 2rem;
  }
}
#special .kakumei ul li .price_box img {
  width: 80%;
}

/* 詳しくは店頭で */
#special .shop {
  text-align: center;
  color: #07402f;
}

#special .shop h4 {
  width: 52%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  #special .shop h4 {
    width: 80%;
    margin-bottom: 0.5rem;
  }
}
#special .shop h4 img {
  width: 100%;
}

#special .shop .cap {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #special .shop .cap {
    font-size: 0.875rem;
  }
}

#special .shop .tel a {
  position: relative;
  color: #07402f;
  font-size: 1.4rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #special .shop .tel a {
    font-size: 1.125rem;
  }
}
#special .shop .tel a:after {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 2px;
  background-color: #07402f;
}
#special .shop .tel a:hover:after {
  width: 0%;
}
#special .shop .tel a:hover {
  border-bottom: none;
}

#special .shop {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(30px);
}

#special .shop.active {
  opacity: 1;
  transform: translateY(0px);
}

#special .shop_btn a {
  width: 460px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8202;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 110%;
  border-radius: 10px;
  text-align: center;
  padding: 0.6rem 0;
  box-shadow: 0px 4px 0px 0px #c25417;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
#special .shop_btn a img {
  width: 43px;
  margin-right: 0.5rem;
}
#special .shop_btn a.active {
  opacity: 1;
  transform: translateY(0px);
}
#special .shop_btn a:hover, #special .shop_btn a:active {
  opacity: 1;
  transform: scale(0.95);
  background-color: #ffa700;
  box-shadow: 0px 4px 0px 0px #c17e13;
}
@media screen and (max-width: 767px) {
  #special .shop_btn a {
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px #c25417;
    width: 100%;
    font-size: 2.1rem;
    font-weight: 600;
    position: fixed;
    left: 0rem;
    bottom: 0rem;
    display: none;
    padding: 1.2rem 0;
  }
  #special .shop_btn a.active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: specialShopBtn 0.5s ease-in-out 0s forwards;
  }
  #special .shop_btn a:hover {
    transform: scale(1);
  }
}

@keyframes specialShopBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------------
　店舗検索追従ボタン
---------------------------------------------------------------------------- */
.search_fixed_btn_area,
.shop_fixed_btn_area {
  position: relative;
}

.search_fixed_btn,
.shop_fixed_btn {
  position: fixed;
  bottom: 0rem;
  right: 30px;
  z-index: 100;
  transition: 0.4s ease-in-out;
  width: 160px;
  padding-bottom: 12rem;
  transform: scale(0);
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1366px) {
  .search_fixed_btn,
.shop_fixed_btn {
    width: 140px;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .search_fixed_btn,
.shop_fixed_btn {
    width: 120px;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 800px) {
  .search_fixed_btn,
.shop_fixed_btn {
    width: 100px;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .search_fixed_btn,
.shop_fixed_btn {
    width: 100px;
    right: 10px;
    padding-bottom: 7rem;
  }
}
.search_fixed_btn img,
.shop_fixed_btn img {
  width: 100%;
}
.search_fixed_btn.active,
.shop_fixed_btn.active {
  transform: scale(1);
}
.search_fixed_btn.active a,
.shop_fixed_btn.active a {
  transition: 0.3s ease-in-out;
  display: block;
}
.search_fixed_btn.active a:hover, .search_fixed_btn.active a:active,
.shop_fixed_btn.active a:hover,
.shop_fixed_btn.active a:active {
  opacity: 1;
  transform: scale(0.95);
}

@media screen and (max-width: 767px) {
  .shop_fixed_btn {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.pagetop a {
  position: fixed;
  right: 60px;
  bottom: 2.7rem;
  width: 100px;
  z-index: 101;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0);
}
@media all and (max-width: 1366px) {
  .pagetop a {
    width: 80px;
    right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetop a {
    width: 60px;
    right: 60px;
  }
}
@media screen and (max-width: 800px) {
  .pagetop a {
    width: 50px;
    right: 55px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 60px;
    bottom: 1.5rem;
    right: 30px;
  }
  .pagetop a.pagebotom {
    bottom: 6.5rem;
  }
}
.pagetop a:hover {
  transform: translateY(-5px);
}
.pagetop a img {
  width: 100%;
}
.pagetop a.active {
  transform: scale(1);
}

/* ----------------------------------------------------------------------------
　スクロールアニメ
---------------------------------------------------------------------------- */
/* 下から上へ */
[pc_anime=top] {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(30px);
}
[pc_anime=top].active {
  opacity: 1;
  transform: translateY(0px);
}

/* 左から右へ */
[pc_anime=right] {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateX(-30px);
}
[pc_anime=right].active {
  opacity: 1;
  transform: translateX(0px);
}

/* 右から左へ */
[pc_anime=left] {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateX(30px);
}
[pc_anime=left].active {
  opacity: 1;
  transform: translateX(0px);
}

/* ----------------------------------------------------------------------------
　スクロールアニメ（スマホ用）
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  [sp_anime=off] {
    opacity: 1;
    transform: translateX(0px);
    transform: translateY(0px);
  }

  [sp_anime=top] {
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(30px);
  }
  [sp_anime=top].active {
    opacity: 1;
    transform: translateY(0px);
  }
}